-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoc.md.html
49 lines (39 loc) · 1.49 KB
/
doc.md.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<meta charset="utf-8" /><link
rel="stylesheet"
href="https://casual-effects.com/markdeep/latest/apidoc.css?"
/>
<h1>Interactive NBA Visualizer</h1>
<img
src="https://6859-sp21.github.io/final-project-basketball-fans/summary_image.png
"
/>
<h2>Team Members:</h2>
<p>Forest Yang</p>
<p>Akshaj Kadaveru</p>
<p>Liam Conboy</p>
<h2>Abstract</h2>
<p>We created a basketball game visualization tool that allows users to 'replay' the whole game and see shots in real time on the basketball court as well as watch player's game statistics go up over the course of the game.
</p>
<h2>Link To Paper</h2>
<a href="https://6859-sp21.github.io/final-project-basketball-fans/FinalPaper.pdf">https://6859-sp21.github.io/final-project-basketball-fans/FinalPaper.pdf</a>
<h2>Link To Visualization</h2>
<a href="https://6859-sp21.github.io/final-project-basketball-fans/">https://6859-sp21.github.io/final-project-basketball-fans/</a>
<h2>Video</h2>
<iframe width="420" height="315"
src="https://www.youtube.com/embed/OVGpbtOldjY">
</iframe>
<h2>Instructions</h2>
<p>After cloning the repo, navigate to the repo directory and run the following code in a terminal window: "python -m http.server". After this, visit localhost:8000 to use the visualization.</p>
<style class="fallback">
body {
visibility: hidden;
}
</style>
<script>
markdeepOptions = { tocStyle: "medium" };
</script>
<!-- Markdeep: -->
<script
src="https://casual-effects.com/markdeep/latest/markdeep.min.js?"
charset="utf-8"
></script>