Pace Explorer is an interactive, web-based platform designed to provide students and educators access to NASA's PACE (Plankton, Aerosol, Cloud, ocean Ecosystem) mission data. The platform aims to enhance ocean and climate literacy through engaging educational modules, data visualizations, and real-world simulations.
- ๐ Real-time NASA PACE Data: Access up-to-date scientific data directly from NASAโs PACE mission.
- ๐ Interactive Data Visualizations: Explore complex datasets with easy-to-understand graphs, charts, and maps using D3.js.
- ๐ Educational Modules: Learn about ocean ecosystems and atmospheric science with structured and gamified content.
- ๐ฎ Games and Simulations: Engage with data through fun, hands-on activities.
- ๐ฉโ๐ซ Teacher Resources: Access lesson plans, tutorials, and classroom tools to make teaching easier.
- ๐ฌ Community Forum: Collaborate and discuss with students and educators worldwide.
Pace-Explorer/
โ
โโโ frontend/ # Frontend code (HTML/CSS/JS)
โ โโโ index.html # Main HTML file
โ โโโ styles.css # Styling for the website
โ โโโ app.js # Frontend logic and D3.js visualizations
โ
โโโ backend/ # Backend code (Node.js/Express)
โ โโโ server.js # API routes and server configuration
โ โโโ paceData.js # NASA PACE API integration
โ
โโโ public/ # Public resources (images, etc.)
โโโ package.json # Project dependencies
โโโ README.md # Project documentation