From be2f882707a46b309b76341cf7c41280999d8ace Mon Sep 17 00:00:00 2001
From: Rok Roskar <rokroskar@gmail.com>
Date: Thu, 9 Apr 2020 14:36:58 +0200
Subject: [PATCH] docs: update readme

---
 .gitlab-ci.yml |  1 +
 README.md      | 23 +++++++++++++++++++----
 2 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4d4f1633f..6c1862379 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -65,6 +65,7 @@ update:
     - renku dataset update openzh-covid-19
     - renku dataset update covid-19-italy
     - renku dataset update covid-19-spain
+    - renku dataset update covid-19-us-nyt
     - renku dataset add covid-19-chile -s data/*.csv  -s data/covid19_chile.rds https://github.com/itoledor/coronavirus.git --force
     - renku rerun data/covidtracking/states-metadata.json data/covidtracking/states-daily.json
     - renku update --with-siblings
diff --git a/README.md b/README.md
index ad8f7de42..31538b200 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,13 @@ branch of the parent repository.
 <td><a href="https://renkulab.io/projects/covid-19/covid-19-public-data/files/blob/runs/covidtracking-dashboard.ipynb">notebook</a></td>
 </tr>
 <tr>
-<td><a href="https://github.com/openZH/covid_19">OpenData Zuerich</a></td>
+<td><a href="https://github.com/nytimes/covid-19-data">New York Times Covid-19 Data</a></td>
+<td><a href="https://renkulab.io/projects/covid-19/covid-19-public-data/datasets/dcac07eb-4c9c-40c5-b541-5072c8302750/">covid-19-us-nyt</a></td>
+<td><code>data/covid-19-us-nyt</code></td>
+<td>N/A</td>
+</tr>
+<tr>
+<td><a href="https://github.com/openZH/covid_19">Swiss Cantonal Data</a></td>
 <td><a href="https://renkulab.io/projects/covid-19/covid-19-public-data/datasets/c9295d7a-0380-4a1b-8731-5c36d76cb8e7/">openzh-covid-19</a></td>
 <td><code>data/openzh-covid-19</code></td>
 <td><a href="https://renkulab.io/projects/covid-19/covid-19-public-data/files/blob/runs/openzh-covid-19-dashboard.run.ipynb">notebook</a></td>
@@ -141,11 +147,20 @@ this data in combination with population data from the world bank.
 
 ### Covid tracking crowdsourcing project
 
-[Covid tracking](https://covidtracking.com) is a crowd-sourced dataset for US state-level data. It is updated by hand by an army of volunteers.
+[Covid tracking](https://covidtracking.com) is a crowd-sourced dataset for US
+state-level data. It is updated by hand by an army of volunteers.
+
+### New York Times Covid-19 Dataset
+
+The [New York Times Covid-19 Dataset](https://github.com/nytimes/covid-19-data)
+provides open access to data about the covid-19 cases and deaths per U.S. state
+and county.
 
-### OpenData Zuerich
+### Covid-19 Data for Swiss Cantons
 
-The [swiss cantonal data](https://github.com/openZH/covid_19) collected by the Zürich statistical office. Parts are updated manually, others are starting to become automated.
+The [swiss cantonal data](https://github.com/openZH/covid_19) collected by the
+Zürich statistical office. Parts are updated manually, others are starting to
+become automated.
 
 ### Case data for Italy
 
-- 
GitLab