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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ EM-DAT is a widely used dataset and several types of work exist:
68
68
69
69
-**Academic and student projects.** A common pattern is studying trends with choropleth maps, line charts, and pie charts at the country level (such as [example](https://github.com/valeqm/World-Disaster-Pipeline)). [Global Disasters (UGent)](https://datavisualiatie-ugent.github.io/project-dv24-5/) goes further by linking disaster frequency to climate indicators, but each chart is standalone.
70
70
71
-
-**Our World in Data.**[OWID](https://ourworldindata.org/natural-disasters) offers the most comprehensive public collection of EM-DAT-based charts — deaths, economic costs, and long-term trends - but remains filter-based.
71
+
-**Our World in Data.**[OWID](https://ourworldindata.org/natural-disasters) offers the most comprehensive public collection of EM-DAT-based charts (deaths, economic costs, and long-term trends) but remains filter-based.
72
72
73
73
All of the above are primarily descriptive and exploration-focused.
74
74
@@ -107,7 +107,7 @@ Live demo: [https://com-480-data-visualization.github.io/PixElles/](https://com-
107
107
108
108
## Global Highlights
109
109
110
-
-**14,000+ disaster events** across 220+ countries spanning 1975-2025
110
+
-**14000+ disaster events** across 220+ countries spanning 1975-2025
111
111
-**Museum-themed narrative experience** guiding users through global disaster patterns
112
112
-**Multi-dimensional analysis**: Disaster typology, geographic vulnerability, human impact & resilience
113
113
-**Interactive 3D visualizations** combining globe navigation and immersive timelines
@@ -205,11 +205,11 @@ docs/
205
205
├── index.html # Scene 1: Museum entrance
206
206
├── globe.html # Scene 2: 3D globe
207
207
├── country_timeline.html # Scene 3: Country timeline hallway
208
-
├── country_overview.html # Scene 4: Country statistics
209
-
├── earth_story.html # Scene 5: Global trends
208
+
├── country_overview.html # Scene 5: Country statistics
209
+
├── earth_story.html # Scene 4: Global trends
210
210
├── curators.html # Scene 6: Team page
211
211
├── css/
212
-
│ └── style.css # Global styles + Scene 4 styles
212
+
│ └── style.css # Global styles
213
213
├── js/
214
214
│ ├── data.js # Data loading and processing
215
215
│ ├── scene1_ticket.js # Entrance animation
@@ -225,11 +225,11 @@ docs/
225
225
```
226
226
227
227
### Technologies
228
-
-**D3.js v7**: Data-driven visualizations, SVG manipulation, data binding
229
-
-**Three.js**: 3D graphics rendering (globe, timeline hallway)
0 commit comments