Skip to content

This is the website for data visualization work in MIT 11.454 2020 fall.

License

Notifications You must be signed in to change notification settings

saturn-drm/equity-during-covid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

equity-during-covid

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

Frame and Modules Used

Python (pandas numpy bokeh folium matplotlib geopy geopandas)

HTML/CSS/JavaScript (d3)

Contents

  1. Webpage source codes
  2. Python Scripts analyzing datasets

Data Usage

README.md

Specification

Used the grid system and flex system from Bootstrap;

Used markdown converter by saturn-drm, based on Python markdown and frontmatter.

Warning

href Usage

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.

About

This is the website for data visualization work in MIT 11.454 2020 fall.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published