London's 1854 Cholera Epidemic Interactive Visualization

Dr. John Snow's Recreation

Index







Introduction

Cholera epidemic map by Dr. John Snow is a visual representation of London's 1854 cholera cases. The objective of this project is to recreate an interactive version of Dr. John Snow's cholera epidemic map in London from 1854, which should be achieved using D3, HTML, CSS and JS. Interactive graphics is used to explain the map, which can be benefical in identifying the root causes of issues. The dataset consists of four files providing the coordinates of streets and pumps where daily deaths occured, including attributes such as age and gender.

Design Process:

References

  1. https://stackoverflow.com/questions/32422325/d3-scale-category20-is-too-smart-for-me
  2. https://gist.github.com/cnaithani/1ceda79527a698950d60628ed935d745
  3. https://d3-graph-gallery.com/
  4. https://www.w3schools.com/
  5. Book: Interactive Data Visualization for the Web, by Scott Murray.
  6. Book: Visualization, Analysis and Design, by Tamara Munzner.
  7. https://www.youtube.com/watch?v=Hq4c8-Bmj7s
  8. https://ralucanicola.github.io/cholera-map-3D/
  9. https://codepen.io/Arunabh_28/pen/awoemj
  10. https://d3-graph-gallery.com/graph/interactivity_tooltip.html
  11. https://www.color-hex.com/
  12. https://www.w3schools.com/html/html_layout.asp
  13. https://www.w3schools.com/css/css3_buttons.asp
  14. https://github.com/wbkd/d3-extended