This is the website for data visualization work in the class MIT 11.454 2020 fall.
- Author: Zihan Mei, Ryuhei Ichikura, Beko Liu
- 11.454 Big Data, Visualization, And Society
- Instructor: Sarah Williams, Yuan Lai
- TA: Yanchao Li, Lily Xie
Python (pandas
numpy
bokeh
folium
matplotlib
geopy
geopandas
)
HTML/CSS/JavaScript (d3
)
- Webpage source codes
- Python Scripts analyzing datasets
Used the grid system and flex system from Bootstrap;
Used markdown converter by saturn-drm, based on Python markdown and frontmatter.
When adding href
in HTML/CSS/JavaScript, double check you are using:
<link rel="stylesheet" type="text/css" href="css/vizdev-main-test.css" />
instead of:
<link rel="stylesheet" type="text/css" href="/css/vizdev-main-test.css" />
Reason:
I'm using a independent project repo here other than sub-folder under my main site.
href
as /css/vizdev-main-test.css
will lead to www.zmei.moe/css/vizdev-main-test.css
instead of www.zmei.moe/equity-during-covid/css/vizdev-main-test.css
that we need.