All Projects → codingedward → ailing-planet

codingedward / ailing-planet

Licence: other
An interactive timelapse of the COVID-19 pandemic.

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to ailing-planet

covid-19
Current and historical coronavirus covid-19 confirmed, recovered, deaths and active case counts segmented by country and region. Includes csv, json and sqlite data along with an interactive website explorer.
Stars: ✭ 15 (-28.57%)
Mutual labels:  covid-19
catch
A package for designing compact and comprehensive capture probe sets.
Stars: ✭ 55 (+161.9%)
Mutual labels:  covid-19
CoronaXiv
First Prize in HackJaipur Hackathon 2020 for Best ElasticSearch-based Product! Website: http://coronaxiv2.surge.sh/#/
Stars: ✭ 15 (-28.57%)
Mutual labels:  covid-19
sc2-illumina-pipeline
Bioinformatics pipeline for SARS-CoV-2 sequencing at CZ Biohub
Stars: ✭ 18 (-14.29%)
Mutual labels:  covid-19
covid19-passbook-generator
A simple PWA to scan your EU digital COVID Certificate and generate a passbook from it
Stars: ✭ 130 (+519.05%)
Mutual labels:  covid-19
PHES-ODM
Metadata and code to support covid-19 wastewater surveillance and open science.
Stars: ✭ 34 (+61.9%)
Mutual labels:  covid-19
synthpops
Create synthetic populations for COVID-19 epidemic analyses.
Stars: ✭ 37 (+76.19%)
Mutual labels:  covid-19
koder
QR/bar code scanner for the Browser
Stars: ✭ 73 (+247.62%)
Mutual labels:  covid-19
coronavirus-mask-image-dataset
Image dataset from Instagram of people wearing medical masks, no mask, or a non-medical (DIY) mask
Stars: ✭ 57 (+171.43%)
Mutual labels:  covid-19
covid-19
HDR UK - Resources for 🦠COVID-19 Research
Stars: ✭ 41 (+95.24%)
Mutual labels:  covid-19
Jibli
🙏 It is a humanitarian initiative that aims to provide free delivery platform due to the coronavirus pandemic 😷😷😷
Stars: ✭ 21 (+0%)
Mutual labels:  covid-19
covid
COVID-19 cases around the world.
Stars: ✭ 14 (-33.33%)
Mutual labels:  covid-19
ITF Power BI
Contains functions for pulling publicly-available global COVID-19 case and testing data for analysis and populating a Power BI dashboard.
Stars: ✭ 15 (-28.57%)
Mutual labels:  covid-19
covid-19-vis
This repository contains data visualizations based on RKI and DIVI using kepler.gl
Stars: ✭ 25 (+19.05%)
Mutual labels:  covid-19
COVID-CXNet
COVID-CXNet: Diagnosing COVID-19 in Frontal Chest X-ray Images using Deep Learning. Preprint available on arXiv: https://arxiv.org/abs/2006.13807
Stars: ✭ 48 (+128.57%)
Mutual labels:  covid-19
covid-19indiatracker
Track Covid-19 cases in India from MacOS menu bar
Stars: ✭ 24 (+14.29%)
Mutual labels:  covid-19
reach4help
We are Reach4Help: a tech nonprofit connecting people in need with volunteer help in 38+ countries across Canada, the US, Europe and Asia
Stars: ✭ 85 (+304.76%)
Mutual labels:  covid-19
COMOKIT-Model
A GAMA (http://gama-platform.org) model on the assessment and comparisons of intervention policies against the CoVid19 pandemics
Stars: ✭ 23 (+9.52%)
Mutual labels:  covid-19
coronavirus-knowledge-graph
OBSOLETE: Prototype Neo4j Knowledge Graph for Coronavirus outbreaks (see NEW VERSION: https://github.com/covid-19-net/covid-19-community)
Stars: ✭ 17 (-19.05%)
Mutual labels:  covid-19
covid-19
COVID-19 World is yet another Project to build a Dashboard like app to showcase the data related to the COVID-19(Corona Virus).
Stars: ✭ 28 (+33.33%)
Mutual labels:  covid-19

Ailing Planet

The goal of this project is to provide an interactive timelapse of the COVID-19 pandemic as it has occurred.

At every point in the time of the visualisation, the red bars represent the impact of the virus on countries relative to the most impacted country.

You can view it here.

Credits

This project would not have been possible without:

  • Our World In Data (OWID) which has a project to collect, clean and make public COVID-19 data. All the data used for this visualisation is sourced from OWID.
  • Experiments with Google for inspiration and providing the base code for the globe used on this project.
  • ObservableHQ's resource on creating a data race chart.

Attributions

  • Kawaii Coffee icon by Icons8.
  • Ulukai's Space Skyboxes by Calinou.

Running Locally

To run this locally,

  1. First clone this repo
$ git clone https://codingedward/ailing-planet.git
  1. Install the dependancies:
$ npm install
  1. To start a local server, and for hot module reloading, you can run:
$ npm run watch
  1. Once you have built everything and you are ready to make a production build, run:
$ npm run production

Deployment

This app is currently being deployed to GitHub Pages and deployment is easily done by running:

$ ./deploy.sh

after having made a production build. For now, only the repo owners can run this command.

Contributions

Any contribution is most welcome. Some key key areas that may currently need refining:

  1. Browser compatibility - this is only currently tested on Chrome, Firefox and Safari. If you identify any browser incompatibility issues, feel free to raise a PR.
  2. Performance - while it is somewhat expected that the visualisation is CPU and GPU intensive, if you can identify any places we can improve performance, that would be awesome!
  3. Any other issue really! Feel free to raise a PR to improve the code, UI/UX, etc.

Developer

Built with <3 by Edward Njoroge (@codingedward).

If you'd like to appreciate this work, you can:

Buy me a Coffee

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].