Skip to content

jkovsi/interference2020

 
 

Repository files navigation

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.

About

Interference2020 Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 60.7%
  • JavaScript 20.3%
  • HTML 14.9%
  • CSS 4.1%