Difference between revisions of "COVID-19"


(The Virus: SARS-CoV-2)
(Updates)
(3 intermediate revisions by the same user not shown)
Line 94: Line 94:
 
* [https://github.com/HopkinsIDD/ncov_incubation Real-time estimation of the novel coronavirus incubation time]
 
* [https://github.com/HopkinsIDD/ncov_incubation Real-time estimation of the novel coronavirus incubation time]
 
* [https://www.rcsb.org/structure/6LU7 The crystal structure of COVID-19]
 
* [https://www.rcsb.org/structure/6LU7 The crystal structure of COVID-19]
* [https://nyti.ms/31jGhk2 The Coronavirus Outbreak] — <span class="is-all-small-caps">NY Times</span>
+
* [https://nyti.ms/31jGhk2 The Coronavirus Outbreak] — <span class="is-all-small-caps">NY Times</span>
 
* [https://flatten.ca/ Flatten]
 
* [https://flatten.ca/ Flatten]
 
* [https://www.repidemicsconsortium.org/projects/ R Epidemics Consortium]
 
* [https://www.repidemicsconsortium.org/projects/ R Epidemics Consortium]
 +
* [https://www.endcoronavirus.org EndCoronavirus (ECV)] — <span class="is-all-small-caps">NECSI </span>
 +
* [https://github.com/soroushchehresa/awesome-coronavirus Awesome Coronavirus]
 +
* [https://nextstrain.org/ncov Genomic epidemiology of novel coronavirus (hCoV-19)]
 +
* [https://ncov.dxy.cn/ncovh5/view/en_pneumonia?from=dxy&source=&link=&share= DXY]
 +
* [https://neherlab.org/covid19/ COVID-19 Scenarios]
 +
* [https://penn-chime.phl.io Hospital Impact Model for Epidemics (CHIME)]
 +
* [https://covid19.healthdata.org/projections IHME COVID-19 Projections]
 +
* [http://epirisk.net/ EpiRisk]
 +
* [https://covid19obs.fbk.eu/  Infodemics Observatory]
 +
* [http://covid19.science.unimelb.edu.au/ 10 Day Forecast] —  <span class="is-all-small-caps">University of Melbourne</span>
  
 
<hr class="stylish2">
 
<hr class="stylish2">
Line 117: Line 127:
 
** [https://public.tableau.com/profile/marc.psaila#!/vizhome/Coronavirusfortableaupublic/Coronaviruscasesbycountry Progression]
 
** [https://public.tableau.com/profile/marc.psaila#!/vizhome/Coronavirusfortableaupublic/Coronaviruscasesbycountry Progression]
 
** [https://public.tableau.com/profile/daminda.de.silva#!/vizhome/corona-virusspreadingacrosstheworld/Dashboard33 Daily Updates]
 
** [https://public.tableau.com/profile/daminda.de.silva#!/vizhome/corona-virusspreadingacrosstheworld/Dashboard33 Daily Updates]
 
<hr class="stylish2">
 
 
* [https://nextstrain.org/ncov Genomic epidemiology of novel coronavirus (hCoV-19)]
 
* [https://ncov.dxy.cn/ncovh5/view/en_pneumonia?from=dxy&source=&link=&share= DXY]
 
* [https://neherlab.org/covid19/ COVID-19 Scenarios]
 
* [https://penn-chime.phl.io Hospital Impact Model for Epidemics (CHIME)]
 
* [https://covid19.healthdata.org/projections IHME COVID-19 Projections]
 
* [http://epirisk.net/ EpiRisk]
 
* [https://covid19obs.fbk.eu/  Infodemics Observatory]
 
* [http://covid19.science.unimelb.edu.au/ 10 Day Forecast] —  <span class="is-all-small-caps">University of Melbourne</span>
 
  
 
<hr class="stylish2">
 
<hr class="stylish2">

Revision as of 10:28, 11 May 2020

The Virus: SARS-CoV-2

NY Times - April 30, 2020
How Coronavirus Mutates and Spreads
J. Corum and C. Zimmer

The coronavirus is an oily membrane packed with genetic instructions to make millions of copies of itself. The instructions are encoded in 30,000 letters of RNA — a, c, g and u — which the infected cell reads and translates into many kinds of virus proteins.

NY Times - April 3, 2020
Bad News Wrapped in Protein: Inside the Coronavirus Genome
J. Corum and C. Zimmer

The genome of the new coronavirus is less than 30,000 letters long, while the human genome is over 3 billion. Scientists have identified genes for as many as 29 proteins, which carry out a range of jobs from making copies of the coronavirus to suppressing the body’s immune responses.
covid-vaccine.png

NY Times - March 13, 2020
How Coronavirus Hijacks Your Cells
J. Corum and C. Zimmer

The virus that causes Covid-19 is currently spreading around the world. At least six other types of coronavirus are known to infect humans, with some causing the common cold and two causing outbreaks: SARS and MERS.
covid-soap.png

Treatment, Vaccine, Prevention

NY Times - April 30, 2020
How Long Will a Vaccine Really Take?
S. A. Thompson

A vaccine would be the ultimate weapon against the coronavirus and the best route back to normal life. Officials like Dr. Anthony S. Fauci, the top infectious disease expert on the US administration’s coronavirus task force, estimate a vaccine could arrive in at least 12 to 18 months.
vaccine-success-Artboard_1.png

Data Sources (pandemic)

How do sources compare? by H. Ritchie et al., March 19, 2020 — Our World in Data

— There are three key sources providing regular updates of COVID-19 cases and deaths globally and by country.

  1. World Health Organization
  2. European Center for Disease Control and Prevention (ECDC)
  3. Johns Hopkins University

Addendum


NOTE: Script for downloading the CSV file into R

1 #these libraries need to be loaded
2 library(utils)
3 
4 #read the Dataset sheet into “R”. The dataset will be called "data".
5 data <- read.csv("https://opendata.ecdc.europa.eu/covid19/casedistribution/csv", na.strings = "", fileEncoding = "UTF-8-BOM")

Data Sources (other)


Datasets


Updates


Dashboards


Research

Self-check