Skip to content

Commit

Permalink
resize sketches M2
Browse files Browse the repository at this point in the history
  • Loading branch information
farahbriki authored Apr 26, 2024
1 parent 80552e3 commit b36f061
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Milestone2.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Understanding how various factors affect shot outcomes is vital for players, coa
## Visualization 1: Spatial Visualization Approach
To capture and visualize the effects of these factors, our approach will focus on representing this data spatially on a basketball court. This method will allow users to see not just the statistical data but also the spatial distribution and impact of factors like shot clock time, dribbling, and player positioning. Visualizing this data on a court will provide an intuitive understanding of where players are most effective under specific conditions and how factors like time pressure impact shooting from different court zones.

![Spatial Visualization Approach](imgs/viz1.png)
<img src="imgs/viz1.png" alt="Spatial Visualization Approach" width="50%"/>

###### Sketch edited from: https://coolinfographics.com/blog/2016/3/28/ballr-interactive-nba-shot-charts.html

**MVP**:
Expand All @@ -29,7 +30,8 @@ Interactive Scatter Map on a Basketball Court: This visualization will display s
## Visualization 2: Comparative Analysis Approach
To provide insights into player performance metrics, we'll implement a comparative visualization that plots NBA players on a scatter plot based on two selected metrics. This comparison will illuminate each player's strengths and areas for improvement relative to their peers, fostering a deeper understanding of individual contributions to the league. By viewing players' positions based on these metrics, users can discern patterns and anomalies that may not be apparent in traditional statistical analyses.

![Comparative Analysis Approach](imgs/viz2.png)
<img src="imgs/viz2.png" alt="Comparative Analysis Approach" width="50%"/>

###### Sketch edited from: https://www.celticsblog.com/2022/9/15/23351793/boston-celtics-marcus-smart-derrick-white-malcolm-brogdon-defense-backcourt-point-guard

**MVP**:
Expand All @@ -52,7 +54,8 @@ Comparative Player Scatter Plot: This core visualization will place players on a

The intent of this visualization is to evaluate and display the quarter-by-quarter performance of NBA players, highlighting their scoring prowess or other metrics as the game progresses. This will underscore which players excel in crucial periods, particularly in the 4th quarter, often seen as the decisive phase of the game.

![Quarter-by-Quarter Performance Ranking Graph](imgs/viz3.png)
<img src="imgs/viz3.png" alt="Quarter-by-Quarter Performance Ranking Graph" width="30%"/>

###### Sketch edited from: https://www.tiktok.com/@nbarecappod/video/7346689005028740395?_t=8lqgsvhjdiq&_r=1

**MVP**:
Expand All @@ -70,4 +73,4 @@ Quarter-by-Quarter Performance Lines: A dynamic line graph that ranks players ba

- D3.js (Lectures: D3.js, Interactions): Interactive features/animations, Loading multiple datasets
- Chroma.js (Lecture: Perception Colors): Color scales
- Javascript, HTML and CSS (Lectures: Javascript, Basic Web Development): Website implementation, based on the following [template](https://github.com/themewagon/resume-bootstrap4?tab=readme-ov-file)
- Javascript, HTML and CSS (Lectures: Javascript, Basic Web Development): Website implementation, based on the following [template](https://github.com/themewagon/resume-bootstrap4?tab=readme-ov-file)

0 comments on commit b36f061

Please sign in to comment.