An open API service indexing awesome lists of open source software.

https://github.com/zen204/renewable-energy-usage-v-electricity-access

Interactive data visualization project created for COSI 116A: Introduction to Information Visualization at Brandeis University (Fall 2024). The project showcases data-driven insights using advanced visualization techniques and user interactivity. Hosted on GitHub Pages.
https://github.com/zen204/renewable-energy-usage-v-electricity-access

d3js data-analysis data-visualization electricity github-pages html-css-javascript information-visualization interactive python renewable-energy tableau web-development

Last synced: 8 months ago
JSON representation

Interactive data visualization project created for COSI 116A: Introduction to Information Visualization at Brandeis University (Fall 2024). The project showcases data-driven insights using advanced visualization techniques and user interactivity. Hosted on GitHub Pages.

Awesome Lists containing this project

README

          

# Renewable Energy in Comparison with Electricity Access and GDP per Capita, COSI 116A F24

Welcome to the repository for our final project for COSI 116A: Introduction to Information Visualization at Brandeis University (Fall 2024). This project showcases our team's efforts in designing and implementing an interactive and insightful data visualization tool.

## Project Overview

This project focuses on leveraging data visualization techniques to provide meaningful insights into our chosen dataset. The tool is hosted and can be accessed via the following link:

[Project Website](https://cosi116a-brandeis-infovis-fall23.github.io/cosi-116a-f24-final-project-repository/)

## Features

- **Interactive Visualizations**: Engaging and intuitive user interfaces to explore the data.
- **Dynamic Filtering**: Allow users to focus on specific subsets of the data.
- **Responsive Design**: Accessible across devices and screen sizes.
- **Insights and Annotations**: Highlight key findings from the data.

## Technologies Used

- **HTML/CSS/JavaScript**: For building the web-based visualization interface.
- **D3.js**: For creating interactive visualizations.
- **Chart.js/Plotly/Other Libraries**: (Optional, depending on the project tools used).
- **GitHub Pages**: For hosting the project website.

## Getting Started

### Prerequisites

- A modern web browser (e.g., Chrome, Firefox, Safari).
- Internet access to view the hosted project.

### Local Setup

To set up the project locally:

1. Clone the repository:

```bash
git clone https://github.com/COSI116A-Brandeis-InfoVis-Fall23/cosi-116a-f24-final-project-repository.git
```

2. Navigate to the project directory:

```bash
cd cosi-116a-f24-final-project-repository
```

3. Open the `index.html` file in your browser:

```bash
open index.html
```

## Project Structure

```
cosi-116a-f24-final-project-repository/
├── index.html # Main entry point for the project
├── css/ # Stylesheets
├── js/ # JavaScript files
├── data/ # Dataset(s) used in the visualization
└── README.md # Project documentation
```

## Team Members

- **Maya Bock**
- **Zen Edwards**
- **Madeline Gorey**
- **Rowan Scassellati**

## Acknowledgments

- Special thanks to **Professor Dylan Cashman** for guidance throughout the course.
- Resources and tools provided by the Brandeis University Information Visualization Lab.

---

For any questions or suggestions, feel free to open an issue or contact us through the repository!