Skip to content

Commit 2442d5e

Browse files
authored
Update project_CO2_emission.html
1 parent aaed91d commit 2442d5e

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

project/project_CO2_emission.html

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -187,19 +187,16 @@ <h1 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl mb-2">Glo
187187
<div class="prose prose-indigo lg:prose-lg mx-auto">
188188
<h2>Project Details</h2>
189189
<p>
190-
Start with a high-level overview of the project. What problem does it solve? Who is it for? What were the main goals?
191-
</p>
192-
<p>
193-
Elaborate on the key features and functionalities. You can use bullet points or numbered lists if helpful. Explain the user flow or the core logic.
190+
This project analyzes historical trends in global CO₂ emissions using data from Our World in Data. The primary objective is to visualize key patterns in carbon emissions across countries and regions, highlighting both total and per capita contributions. The insights are valuable for environmental researchers, policymakers, and educators aiming to understand emission disparities and historical responsibilities.
194191
</p>
192+
195193
<ul>
196-
<li>Feature 1: Description of the feature.</li>
197-
<li>Feature 2: Description of the feature.</li>
198-
<li>Feature 3: Description of the feature.</li>
194+
<li><strong>Interactive Visualizations:</strong> Time-series plots of global CO₂ emissions from 1900 to the present.</li>
195+
<li><strong>Top Emitters Ranking:</strong> Bar charts of the top 15 CO₂-emitting countries in the latest year.</li>
196+
<li><strong>Cumulative Emissions:</strong> Long-term historical emission contributions by country.</li>
197+
<li><strong>Per Capita Comparison:</strong> CO₂ emissions per person for selected nations.</li>
199198
</ul>
200-
<p>
201-
Discuss any challenges faced during development and how you overcame them. What did you learn from building this project? What are potential future improvements?
202-
</p>
199+
203200
</div>
204201
</section>
205202

@@ -461,4 +458,4 @@ <h2 class="text-2xl font-semibold text-gray-900 mb-4">Gallery</h2>
461458
</script>
462459

463460
</body>
464-
</html>
461+
</html>

0 commit comments

Comments
 (0)