coviD3.js by TwoFortyNine
Roster
- Kazi Jamal: Project Manager and Frontend
- Eric "Morty" Lau: D3 and Backend for transportation section
- Raymond "ray. lee." Lee: D3 and Backend for sentiment analysis section
Description
coviD3.js is a website run by TwoFortyNine. We specialize in telling stories through beautiful and engaging data visualizations. With coviD3.js, we plan on analyzing the ways the coronavirus pandemic affects society outside of the hospital. For our first week, we plan on publishing articles on changes in media sentiment and transportation.
Video Demo
Instructions
Assuming python3 and pip are already installed
Virtual Environment
- To prevent conflicts with globally installed packages, it is recommended to run everything below in a virtual environment.
Set up a virtual environment by running the following in your terminal:
python -m venv hero
# replace hero with anything you want
# If the above does not work, run with
…