Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.7 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.7 KB

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)

Screenshot of the tool showing red balloons.

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 locally

  1. Download the repository and install the dependencies.

    git clone https://github.com/DFRLab/interference2020.git
    cd interference2020
    npm install
  2. Start Rollup

    npm run dev
  3. Navigate to localhost:5000. You should see your app running.

Built in August & September 2020.