A web-based research presentation platform that assesses youth knowledge on the effectiveness of individual actions in mitigating climate change.
This project presents research findings on how youth (aged 15-24) understand the effectiveness of various individual actions in contributing to climate change mitigation. The study reveals that youth have limited understanding of which actions are most effective, and identifies social media as the primary source of climate information for young people.
- Interactive Research Paper: Full research documentation with easy navigation
- Responsive Design: Optimized for all device sizes
- Dark/Light Mode: Toggle between dark and light themes for comfortable reading
- Table of Contents: Quick navigation to different sections of the research
- Download Option: Ability to download the research paper
- Modern UI: Clean and accessible interface with Font Awesome icons
The study examines:
- Youth knowledge levels regarding climate change mitigation actions
- Demographic characteristics of participants
- Factors influencing climate change awareness
- Primary sources of climate change information
- Correlation between various factors and knowledge levels
- Youth often overestimate the impact of low-impact actions (e.g., recycling)
- High-impact actions are frequently underestimated
- Social media is the main source of climate change information for youth
- Higher education levels and active participation in environmental activities correlate with better knowledge
- HTML5: Structure and content
- CSS3/SCSS: Styling with Sass preprocessor
- JavaScript: Interactive features and functionality
- Font Awesome: Icon library for UI elements
-
Clone the repository
git clone https://github.com/gcl140/climate-research.git cd climate-research -
Install dependencies
npm install
-
Compile SCSS (if making style changes)
npx sass styles/style.scss styles/style.css
Simply open index.html in your web browser:
# On macOS
open index.html
# On Linux
xdg-open index.html
# On Windows
start index.htmlOr use a local development server:
# Using Python
python -m http.server 8000
# Using Node.js (http-server)
npx http-serverThen navigate to http://localhost:8000 in your browser.
If you're modifying the SCSS files, you can watch for changes:
npx sass --watch styles/style.scss:styles/style.cssclimate-research/
├── index.html # Main research presentation page
├── no.html # Additional content page
├── styles/
│ ├── style.scss # Source SCSS file
│ ├── style.css # Compiled CSS
│ └── georgia.ttf # Custom font
├── scripts/
│ └── script.js # Interactive functionality
├── images/
│ ├── 8371913.ico # Favicon
│ ├── gh.png # GitHub image
│ └── source of knldg.png # Knowledge source graphic
├── package.json # Project dependencies
└── LICENSE # MIT License
- Collapsible table of contents for easy section access
- Smooth scrolling to research sections
- Mobile-friendly hamburger menu
- Toggle between light and dark modes
- Preference saved for better user experience
- Abstract
- Introduction
- Statement of the Problem
- General Objective
- Significance of Study
- Definition of Key Terms
- Methodologies
- Results and Discussion
- Conclusion
- References
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
gcl140
- Research participants from the Dar es Salaam region
- Youth aged 15-24 who contributed to this study
- All contributors to climate change awareness and education
For questions or feedback about this research, please open an issue on GitHub.
Note: This project presents important research on youth climate change knowledge. The findings suggest that targeted educational strategies and social media outreach are crucial for empowering youth to take effective climate action.