All Projects → Linc-tw → COVID_breakdown

Linc-tw / COVID_breakdown

Licence: MIT license
COVID-19 statistics in Taiwan

Programming Languages

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

Projects that are alternatives of or similar to COVID breakdown

covid-dashboard
Help welcomed if you have expertise in public health web technology, data modeling and munging, or visualization.
Stars: ✭ 106 (+606.67%)
Mutual labels:  visualisation, covid-19, covid, covid19
COVID-19-DETECTION
Detect Covid-19 with Chest X-Ray Data
Stars: ✭ 43 (+186.67%)
Mutual labels:  coronavirus, covid-19, covid, covid19
CoWin-Vaccine-Notifier
Automated Python Script to retrieve vaccine slots availability and get notified when a slot is available.
Stars: ✭ 102 (+580%)
Mutual labels:  coronavirus, covid-19, covid, covid19
coviddata
Daily COVID-19 statistics by country, region, and city
Stars: ✭ 49 (+226.67%)
Mutual labels:  coronavirus, covid-19, covid, covid19
covid19-timeseries
Covid19 timeseries data store
Stars: ✭ 38 (+153.33%)
Mutual labels:  coronavirus, covid-19, covid, covid19
covid-xprize
Open-source repository containing examples and documentation for the Cognizant XPRIZE Pandemic Response Challenge
Stars: ✭ 36 (+140%)
Mutual labels:  pandemic, covid-19, covid, covid19
corona tracker
COVID-19 tracking app - submission for https://wirvsvirushackathon.org/
Stars: ✭ 13 (-13.33%)
Mutual labels:  coronavirus, covid-19, covid, covid19
CoronaVirusOutbreakAPI
A tiny and small program to crawler and analyze outbreak of COVID-19 in world and every country using PHP.
Stars: ✭ 20 (+33.33%)
Mutual labels:  coronavirus, covid-19, covid, covid19
rid-covid
Image-based COVID-19 diagnosis. Links to software, data, and other resources.
Stars: ✭ 74 (+393.33%)
Mutual labels:  coronavirus, covid-19, covid, covid19
Api
API for Current cases and more stuff about COVID-19 and Influenza
Stars: ✭ 2,323 (+15386.67%)
Mutual labels:  coronavirus, covid-19, covid, covid19
covid-br
COVID dashboard status from Brazil.
Stars: ✭ 28 (+86.67%)
Mutual labels:  coronavirus, covid-19, covid, covid19
covid19-animation-generator
Generates an animation of COVID-19 data
Stars: ✭ 33 (+120%)
Mutual labels:  coronavirus, covid-19, covid
covid19 statistics
Aplicação para acompanhamento das estatísticas do COVID-19 no Brasil 🦠
Stars: ✭ 34 (+126.67%)
Mutual labels:  pandemic, covid-19, covid19
COVID19
A web app to display the live graphical state-wise reported corona cases in India so far. It also shows the latest news for COVID-19. Stay Home, Stay Safe!
Stars: ✭ 122 (+713.33%)
Mutual labels:  coronavirus, covid-19, covid19
covid-19
An app made with Flutter to track COVID-19 case counts.
Stars: ✭ 47 (+213.33%)
Mutual labels:  coronavirus, covid-19, covid19
Covid19Tracker
A Robinhood style COVID-19 🦠 Android tracking app for the US. Open source and built with Kotlin.
Stars: ✭ 65 (+333.33%)
Mutual labels:  pandemic, coronavirus, covid-19
Covid-19-analysis
Analysis with Covid-19 data
Stars: ✭ 49 (+226.67%)
Mutual labels:  pandemic, coronavirus, covid-19
covid-19-usa-by-state
CSV files of COVID-19 total daily confirmed cases and deaths in the USA by state and county. All data from Johns Hopkins & NYT..
Stars: ✭ 35 (+133.33%)
Mutual labels:  coronavirus, covid-19, covid19
covid-19
A web application to display Coronavirus Diseases (COVID19) statistics from different countries.
Stars: ✭ 28 (+86.67%)
Mutual labels:  coronavirus, covid-19, covid19
open-data-covid-19
Open Data Repository for the Covid-19 dataset.
Stars: ✭ 19 (+26.67%)
Mutual labels:  covid-19, covid, covid19

COVID-19 Statistics in Taiwan

This repository hosts and generates a dashboard for COVID-19 statistics in Taiwan.

image

Description

This site informs general public about COVID-19 with data visualization. It shows cases, testing, & vaccination statistics in Taiwan.

Features

The most recent statisitcs can be found in Last 90 days. The overall statistics can be found in Overall stats. Each of these two sections contains 6 pages:

  • Case breakdown
  • Incidence rates
  • Vaccination
  • Deaths
  • Tests
  • Comparison

Plots on Case breakdown are:

  • Confirmed Case Counts (also shown in Home)
  • Local Confirmed Cases per City & County
  • Confirmed Cases by Age

Plots on Incidence rates are:

  • Arrival & Local Incidence Rates
  • Incidence Map
  • Evolution of Incidence Rate by City & County (only in Last 90 days)
  • Evolution of Incidence Rate by Age Group (only in Last 90 days)

Plots on Vaccination are:

  • Vaccination by Brand
  • Vaccination Progress & Deliveries
  • Vaccination Progress by Dose (also shown in Home)
  • Vaccination by Age Group (only in Last 90 days)
  • Vaccination by City & County (only in Last 90 days)

Plots on Deaths are:

  • Death Counts
  • Case Fatality Rates
  • Delay between Case and Death Reports
  • Deaths by Age (only in Overall stats)

Plots on Tests are:

  • Test Counts
  • Test Positive Rate

The plot on Comparison is:

  • Statistics in Mirror

And 2 other plots on the Timeline page:

  • Chronology of Systematic Testing
  • Pandemic Timeline (text in Mandarin)

Language support

  • English
  • French
  • Taiwanese Mandarin

Current workflow

An automatic update is scheduled at 18:30 everyday. This is done by executing upload.sh. It will:

  • download raw data from the sources,
  • execute python python/COVID_process.py to generate processed data, and
  • commit & push the data to the repository.

Automatic updates can be interrupted when processing scripts raise errors (typically when data formats change) or when my computer is down. Manual data regularization may be done from time to time.

Credits

The visualization of this website is based on data collected from the following sources:

  • a crowdsourced Google Spreadsheet,
  • Centers for Disease Control (CDC),
  • National Center for High-performance Computing (NCHC),
  • Food and Drug Administration (FDA), and
  • Ministry of the Interior (MOI).

See README.md in raw_data/ and in processed_data/ for details.

Licenses

The codes & scripts are released under MIT License © Chieh-An Lin.

This repository contains a piece of code taken from here and is released under MIT License © Eric Shull.

The website template is released under MIT License © Blackrock Digital LLC.

All other texts and plots created by this repository are released under CC0 1.0 Universal Public Domain Dedication.

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].