1.6 KiB
Interference2020
Interference2020 Website
This repository contains the visualization tool running at interference2020.org
For the Interference2020 database, please go to this repository.
Research team
Emerson T. Brooking (lead), Alyssa Kann, Max Rizzuto, Jacqueline Malaret, and Helen Simpson.
Design and Implementation
Matthias Stahl (higsch | data & design)
Architecture
The data visualization has been built with HTML, CSS and JavaScript – heavily using the Svelte frontend compiler. Interference data is dynamically pulled from a separate data repository. The world map is pulled from JSDELIVR and uses the World Atlas TopoJSON package. COVID-19 case and death numbers in the U.S. are collected from a repository managed by The New York Times.
Run it locally
First install the dependencies. You will need to have Node.js installed.
git clone https://github.com/DFRLab/interference2020.git
cd interference2020
npm install
npm run dev
Navigate to localhost:5000 in your browser. You should see the visualization running.
Built in August & September 2020.
