Project #2

Overview

For the second project, you will complete a second original visualization! The only requirement is to use techniques that include text, graphs, geographical data, or a web-based API.

Simular to Project #1, there will be graded milestones along the way to a final deliverable. The final submission for this project will be Tuesday, Nov. 15, 2016.


Milestones

Tuesday, Nov. 8, 2016:

  • A sourced dataset, including basic logic to read it into Python
  • A working, draft visualization (may be created with fake data by creating a .json file with the data you expect to get)
  • You should be ready to present this to the class during lecture

Thursday, Nov. 10, 2016:

  • A draft visualization connected to your dataset
  • You should be ready to present this to the class during lecture

Tuesday, Nov. 15, 2016:

  • A finished visualization
  • You should be ready to present this to the class during lecture


Files and Submission

This project must be submitted via the project_two directory. To get this directory, merge the following branch:

git fetch release
git merge release/project_two master -m "merge"

All progress updates must be submitted via git and you should submit your project after each time you work on it, and certainly submit it before every lecture. View detailed submission instructions here.