Skip to content

Commit c88d8f2

Browse files
updated README
1 parent af8eb37 commit c88d8f2

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ EM-DAT is a widely used dataset and several types of work exist:
6868

6969
- **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.
7070

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.
7272

7373
All of the above are primarily descriptive and exploration-focused.
7474

@@ -107,7 +107,7 @@ Live demo: [https://com-480-data-visualization.github.io/PixElles/](https://com-
107107

108108
## Global Highlights
109109

110-
- **14,000+ disaster events** across 220+ countries spanning 1975-2025
110+
- **14000+ disaster events** across 220+ countries spanning 1975-2025
111111
- **Museum-themed narrative experience** guiding users through global disaster patterns
112112
- **Multi-dimensional analysis**: Disaster typology, geographic vulnerability, human impact & resilience
113113
- **Interactive 3D visualizations** combining globe navigation and immersive timelines
@@ -205,11 +205,11 @@ docs/
205205
├── index.html # Scene 1: Museum entrance
206206
├── globe.html # Scene 2: 3D globe
207207
├── 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
210210
├── curators.html # Scene 6: Team page
211211
├── css/
212-
│ └── style.css # Global styles + Scene 4 styles
212+
│ └── style.css # Global styles
213213
├── js/
214214
│ ├── data.js # Data loading and processing
215215
│ ├── scene1_ticket.js # Entrance animation
@@ -225,11 +225,11 @@ docs/
225225
```
226226

227227
### Technologies
228-
- **D3.js v7**: Data-driven visualizations, SVG manipulation, data binding
229-
- **Three.js**: 3D graphics rendering (globe, timeline hallway)
230-
- **Vanilla JavaScript ES6+**: Core application logic, async/await patterns
231-
- **CSS Grid & Flexbox**: Responsive layouts
232-
- **Python**: Data preprocessing
228+
- **D3.js v7**: Data-driven visualizations, SVG manipulation, data binding.
229+
- **Three.js**: 3D graphics rendering (globe, timeline hallway).
230+
- **Vanilla JavaScript ES6+**: Core application logic, async/await patterns.
231+
- **CSS Grid & Flexbox**: Responsive layouts.
232+
- **Python**: Data preprocessing.
233233

234234
---
235235

0 commit comments

Comments
 (0)