forked from covid19datahub/COVID19
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
--- | ||
title: "COVID-19 Data Hub" | ||
author: "E. Guidotti, D. Ardia" | ||
date: "19/4/2020" | ||
output: rmarkdown::html_vignette | ||
vignette: > | ||
%\VignetteIndexEntry{Put the title of your vignette here} | ||
%\VignetteEngine{knitr::rmarkdown} | ||
\usepackage[utf8]{inputenc} | ||
--- | ||
|
||
```{r, out.width = "96pt", echo=FALSE, fig.align='center'} | ||
knitr::include_graphics("logo.png") | ||
``` | ||
|
||
## Summary | ||
|
||
The objective of the [COVID-19 Data Hub](https://covid19datahub.io/) project is to provide the research community with a unified data hub by collecting worldwide fine-grained case data merged with demographics, air pollution, and other exogenous variables helpful for a better understanding of COVID-19. This is achieved via the [R package COVID19](https://github.com/covid19datahub/COVID19). | ||
|
||
## R Package COVID19 | ||
|
||
Simple, yet effective R package to acquire tidy format datasets of the 2019 Novel Coronavirus COVID-19 (2019-nCoV) epidemic. The data are downloaded in real-time, cleaned, and matched with exogenous variables. Vintage databases are also supported. | ||
|
||
## Acknowledgements | ||
|
||
We are grateful to the Institute for Data Valorization [IVADO](https://ivado.ca/en/) and [HEC Montréal](https://www.hec.ca/) for sponsoring the development of the data hub. We also acknowledge the efforts of the [growing community](https://github.com/covid19datahub/COVID19/graphs/contributors) taking part in the data collection as a joint effort against COVID-19. | ||
|
||
## Terms of use and disclaimer | ||
|
||
The [COVID-19 Data Hub](https://covid19datahub.io/) (R package COVID19, GitHub repo, cloud storage), and its contents herein, including all data, mapping, and analyses, are provided to the public strictly for educational and academic research purposes. The hub relies upon publicly available data from multiple sources. We are currently in the process of reconciling the providers with proper reference to their open-source data. Please inform us if you see any issues with the data licenses. | ||
|
||
We try our best to guarantee the data quality and consistency and the continuous filling of the hub. However, it is free software and comes with ABSOLUTELY NO WARRANTY. We hereby disclaim any and all representations and warranties with respect to the hub, including accuracy, fitness for use, and merchantability. Reliance on the COVID-19 Data Hub for medical guidance or use of the hub in commerce is strictly prohibited. | ||
|
||
--- | ||
title: "COVID-19 Data Hub" | ||
author: "E. Guidotti, D. Ardia" | ||
date: "19/4/2020" | ||
output: rmarkdown::html_vignette | ||
vignette: > | ||
%\VignetteIndexEntry{Put the title of your vignette here} | ||
%\VignetteEngine{knitr::rmarkdown} | ||
\usepackage[utf8]{inputenc} | ||
--- | ||
|
||
```{r, out.width = "96pt", echo=FALSE, fig.align='center'} | ||
knitr::include_graphics("logo.png") | ||
``` | ||
|
||
## Summary | ||
|
||
The objective of the [COVID-19 Data Hub](https://covid19datahub.io/) project is to provide the research community with a unified data hub by collecting worldwide fine-grained case data merged with demographics, air pollution, and other exogenous variables helpful for a better understanding of COVID-19. This is achieved via the [R package COVID19](https://github.com/covid19datahub/COVID19). | ||
|
||
## R Package COVID19 | ||
|
||
COVID19 is a simple yet effective R package designed to collect tidy-format datasets of the 2019 Novel Coronavirus COVID-19 (2019-nCoV) epidemic. Raw data are retrieved in real-time, cleaned, and matched with exogenous variables. Vintage databases are also supported. | ||
|
||
## Acknowledgements | ||
|
||
We are grateful to the Institute for Data Valorization [IVADO](https://ivado.ca/en/) and [HEC Montréal](https://www.hec.ca/) for sponsoring the development of the data hub. We also acknowledge the efforts of the [growing community](https://github.com/covid19datahub/COVID19/graphs/contributors) taking part in the data collection as a joint effort against COVID-19. | ||
|
||
## Terms of use and disclaimer | ||
|
||
The [COVID-19 Data Hub](https://covid19datahub.io/) (R package COVID19, GitHub repo, cloud storage), and its contents herein, including all data, mapping, and analyses, are provided to the public strictly for educational and academic research purposes. The hub relies upon publicly available data from multiple sources. We are currently in the process of reconciling the providers with proper reference to their open-source data. Please inform us if you see any issues with the data licenses. | ||
|
||
We try our best to guarantee the data quality and consistency and the continuous filling of the hub. However, it is free software and comes with ABSOLUTELY NO WARRANTY. We hereby disclaim any and all representations and warranties with respect to the hub, including accuracy, fitness for use, and merchantability. Reliance on the COVID-19 Data Hub for medical guidance or use of the hub in commerce is strictly prohibited. | ||
|