You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-25Lines changed: 15 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,31 +3,15 @@
3
3
4
4
Have a look at our [website](https://com-480-data-visualization.github.io/DataRizz/).
5
5
6
-
---
6
+
## Motivation
7
7
8
8
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?
9
9
10
10
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.
11
11
12
12
By combining storytelling with interactive data visualizations, our website reveals the inequalities hidden behind medal counts and Olympic narratives.
13
13
14
-
15
-
## Project Structure
16
-
17
-
```text
18
-
├── data/ # Datasets and data processing files
19
-
├── milestones/ # Milestone submissions
20
-
└── website/ # Website source files
21
-
├── data/ # Processed data files
22
-
├── img/ # Images and icons
23
-
├── js/ # JavaScript files for the interactive visualisations
24
-
└── models/ # 3D athlete models
25
-
```
26
-
27
-
## Main Themes
28
-
29
-
Our website is organized as a scrollytelling experience exploring several dimensions of Olympic inequalities:
30
-
14
+
We explore the following themes:
31
15
-**Gender Representation**
32
16
The evolution of men's and women’s participation across Olympic history.
33
17
@@ -44,10 +28,23 @@ Our website is organized as a scrollytelling experience exploring several dimens
44
28
Comparing medal counts while accounting for GDP and population differences.
45
29
46
30
31
+
## Project Structure
32
+
33
+
```text
34
+
├── data/ # Datasets and data processing files
35
+
├── milestones/ # Milestone submissions
36
+
└── website/ # Website source files
37
+
├── data/ # Processed data files
38
+
├── img/ # Images and icons
39
+
├── js/ # JavaScript files for the interactive visualisations
40
+
└── models/ # 3D athlete models
41
+
```
42
+
47
43
## Screen cast
48
44
49
45
Have a look at ou [screencast](https://youtu.be/ow9zDZU0r-M).
50
46
47
+
51
48
## Authors
52
49
53
50
| Student's name | SCIPER |
@@ -59,20 +56,13 @@ Have a look at ou [screencast](https://youtu.be/ow9zDZU0r-M).
59
56
60
57
## Milestones
61
58
62
-
##### Milestone 1
63
59
The Milestone 1 report can be found [here](milestones/milestone1/Milestone1.md).
64
60
65
-
##### Milestone 2
66
-
67
61
The Milestone 2 report can be found [here](milestones/milestone2/Report_M2.pdf).
68
62
69
-
70
-
##### Milestone 3
71
-
72
63
The final process book can be found [here](milestones/milestone3/ProcessBook.pdf).
0 commit comments