@@ -121,8 +121,8 @@ Live demo: [https://com-480-data-visualization.github.io/PixElles/](https://com-
1211211 . ** Enter Museum** (Scene 1) → Experience animated ticket entry
1221222 . ** Explore Globe** (Scene 2) → Click on any country to select it
1231233 . ** View Timeline** (Scene 3) → Navigate immersive 3D hallway of country's disasters
124- 4 . ** Open Overview** (Scene 4 ) → Access detailed statistical dashboard for selected country
125- 5 . ** Understand Global Context** (Scene 5 ) → See worldwide trends and patterns
124+ 4 . ** Open Overview** (Scene 5 ) → Access detailed statistical dashboard for selected country
125+ 5 . ** Understand Global Context** (Scene 4 ) → See worldwide trends and patterns
1261266 . ** Meet Team** (Scene 6) → Learn about project creators
127127
128128
@@ -148,7 +148,7 @@ Live demo: [https://com-480-data-visualization.github.io/PixElles/](https://com-
148148- ** Contextual narratives** providing historical context per country
149149- ** Navigation controls** : Open Overview button linking to Scene 4
150150
151- ### Scene 4 : Country Overview (` country_overview.html ` )
151+ ### Scene 5 : Country Overview (` country_overview.html ` )
152152** EXHIBIT III — COUNTRY OVERVIEW**
153153
154154** Top Statistics Grid (2×2):**
@@ -178,7 +178,7 @@ Live demo: [https://com-480-data-visualization.github.io/PixElles/](https://com-
178178- Peak year highlighting with annotations
179179- Formatted currency values in millions
180180
181- ### Scene 5 : Earth Story (` earth_story.html ` )
181+ ### Scene 4 : Earth Story (` earth_story.html ` )
182182** EXHIBIT IV — GLOBAL TRENDS**
183183- ** 50-year global analysis** across all disasters
184184- ** Trend identification** : Climate-related vs geological events
@@ -191,7 +191,6 @@ Live demo: [https://com-480-data-visualization.github.io/PixElles/](https://com-
191191- Project credits and acknowledgments
192192
193193
194-
195194## Technical Setup
196195
197196### Architecture
@@ -217,8 +216,8 @@ docs/
217216│ ├── scene2_globe.js # Globe interactions
218217│ ├── scene3_country.js # Country view logic
219218│ ├── scene3_timeline.js # Timeline 3D visualization
220- │ ├── scene4_overview .js # Overview statistics
221- │ └── scene5_story .js # Global trends charts
219+ │ ├── scene5_overview .js # Overview statistics
220+ │ └── scene4_story .js # Global trends charts
222221└── data/
223222 ├── emdat_clean.csv # Cleaned disaster dataset
224223 └── context/ # Contextual narratives per country
0 commit comments