Skip to content

Commit 9639886

Browse files
committed
first readme
1 parent 5bdbc83 commit 9639886

1 file changed

Lines changed: 77 additions & 15 deletions

File tree

README.md

Lines changed: 77 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,94 @@
1-
# Project of Data Visualization (COM-480)
1+
# Olympic Inequalities
2+
3+
<p>
4+
<a href="https://com-480-data-visualization.github.io/DataRizz/">
5+
<strong>Our website</strong>
6+
</a>
7+
</p>
8+
9+
---
10+
11+
The Olympic Games are often seen as a symbol of fairness: athletes from all around the world competing on equal ground. But are the Olympics really as equal as they appear?
12+
13+
Our project explores how sociocultural, economic, and geopolitical contexts have shaped Olympic participation and success over time. Through a series of interactive visualizations, we investigate how wealth, population, gender representation, politics, and historical events influence the Games.
14+
15+
By combining storytelling with interactive data visualizations, our website reveals the inequalities hidden behind medal counts and Olympic narratives.
16+
17+
---
18+
19+
## Project Structure
20+
21+
```text
22+
├── data/ # Datasets and data processing files
23+
├── milestones/ # Reports and milestone submissions
24+
│ ├── milestone1/
25+
│ ├── milestone2/
26+
│ └── milestone3/
27+
├── website/ # Website source files
28+
│ ├── data/ # Data used directly by the visualizations
29+
│ ├── js/ # JavaScript files for the interactive visualizations
30+
│ ├── models/ # 3D athlete models and assets
31+
│ ├── styles.css # Main stylesheet
32+
│ └── index.html # Main website page
33+
└── README.md
34+
```
35+
---
36+
37+
## Main Themes
38+
39+
Our website is organized as a scrollytelling experience exploring several dimensions of Olympic inequalities:
40+
41+
- **Gender Representation**
42+
The evolution of men's and women’s participation across Olympic history.
43+
44+
- **Medal Distribution**
45+
How medals are distributed across continents, countries, sports, and disciplines.
46+
47+
- **Athlete Body Types**
48+
Exploring physical characteristics associated with different sports and disciplines.
49+
50+
- **Geopolitical Contexts**
51+
Wars, boycotts, and political tensions that shaped participation in the Games.
52+
53+
- **Economic Fairness**
54+
Comparing medal counts while accounting for GDP and population differences.
55+
56+
---
57+
58+
## Screen cast
59+
60+
---
61+
62+
## Authors
263

364
| Student's name | SCIPER |
465
| -------------- | ------ |
566
| France Lu | 345769 |
667
| Laura Taghizad | 346469 |
768
| Hana Salvetova | 339644 |
869

9-
[Milestone 1](#milestone-1)[Milestone 2](#milestone-2)[Milestone 3](#milestone-3)
10-
11-
12-
13-
## Milestone 1 (20th March, 5pm)
70+
---
1471

15-
You can find our report for Milestone 1 in [this file](milestones/milestone1/Milestone1.md).
72+
## Milestones
1673

74+
##### Milestone 1
75+
The Milestone 1 report can be found [here](milestones/milestone1/Milestone1.md).
1776

18-
## Milestone 2 (17th April, 5pm)
1977

20-
You can find our report for Milestone 2 in [this file](milestones/milestone2/Report_M2.pdf).
21-
Go see our [website](https://com-480-data-visualization.github.io/DataRizz/).
78+
##### Milestone 2
2279

80+
The Milestone 2 report can be found [here](milestones/milestone2/Report_M2.pdf).
2381

24-
## Milestone 3 (29th May, 5pm)
82+
##### Milestone 3
2583

26-
**80% of the final grade**
84+
The final process book can be found [here](milestones/milestone2/ProcessBook.pdf).
2785

86+
---
2887

29-
## Late policy
88+
## Running the Project Locally
3089

31-
- < 24h: 80% of the grade for the milestone
32-
- < 48h: 70% of the grade for the milestone
90+
```bash
91+
git clone https://github.com/com-480-data-visualization/DataRizz.git
92+
cd DataRizz
93+
python -m http.server 8080
94+
```

0 commit comments

Comments
 (0)