Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

rnsavinelli/covid-19

Repository files navigation

Understanding the coronavirus (SARS-CoV-2)

Stay informed, make your own conclusions.

covid-tool is a multi-language Linux program prepared to provide you with the latest information on COVID-19 cases and deaths. Using the World Health Organization Database for Corona Virus Disease (COVID-19), covid-tool allows the user to rank countries by cases or deaths, and to retrieve and graph data by country.

The goal of this project is to build an understanding of the virus behaviour and evolution by graphing data.

Important:

  • To graph data, the R software environment for statistical computing and graphics must be present on your system. Information on how to download and install the latest binaries can be found here.
  • wget is used to download the latest available database, therefore it is a requirement. Information on how to download and install the latest binaries can be found here.

Get the latest information on SARS-CoV-2

About the scripts

graph.sh and updatedatabase.sh are invoked within covid-tool, but were created such that the user can run them as separate tools.

graph.R is wrapped and executed by graph.sh. Running graph.R on its own is discouraged.

About the database

DISCLAIMER: The consulted database is not of my authorship.

WHODatabase is the WHO Coronavirus Disease (COVID-19) database, a collection of all publicly available data about new/cumulative cases and new/cumulative deaths reported to WHO. The information available in the database is downloaded by updatedatabase.sh using the URL provided the DATABASE_URL file.

About the repository

  • dashboards containts all the information and graphs of the countries whose data has been generated by covid-tool. It also conatains COVID-19-global-cases.csv and COVID-19-global-deaths.csv generated CSV files. These files contain a ranking of all countries by cumulative cases and cumulative deaths respectively, whose data has been reported to WHO.
  • database houses all downloaded databases.
  • src houses the source files for covid-tool.

Useful resources

WHO (COVID-19) Homepage

Coronavirus-related publications

Epidemic modeling

Antibodies