From 628c58eb2afc0620a7c976f13453cba8dd09318c Mon Sep 17 00:00:00 2001
From: Chandrasekhar Ramakrishnan <cramakri@ethz.ch>
Date: Wed, 11 Mar 2020 21:58:08 +0000
Subject: [PATCH] renku dataset add covid-19_jhu-csse --source
 csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-Recovered.csv
 https://github.com/CSSEGISandData/COVID-19.git

---
 .gitattributes                                |  1 +
 .../metadata.yml                              | 73 ++++++++++++++++++-
 2 files changed, 73 insertions(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes
index 506e4671..8c6690ad 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,3 @@
 data/covid-19_jhu-csse/time_series_19-covid-Confirmed.csv filter=lfs diff=lfs merge=lfs -text
 data/covid-19_jhu-csse/time_series_19-covid-Deaths.csv filter=lfs diff=lfs merge=lfs -text
+data/covid-19_jhu-csse/time_series_19-covid-Recovered.csv filter=lfs diff=lfs merge=lfs -text
diff --git a/.renku/datasets/f6726a5b-f973-45d5-b873-30fa0dff772f/metadata.yml b/.renku/datasets/f6726a5b-f973-45d5-b873-30fa0dff772f/metadata.yml
index b99aabe5..51cf86cd 100644
--- a/.renku/datasets/f6726a5b-f973-45d5-b873-30fa0dff772f/metadata.yml
+++ b/.renku/datasets/f6726a5b-f973-45d5-b873-30fa0dff772f/metadata.yml
@@ -249,7 +249,7 @@ files:
     '@type':
     - prov:Location
     - schema:Project
-    _id: https://dev.renku.ch/projects/cramakri/covid-19-dashboard
+    _id: https://localhost/projects/cramakri/covid-19-dashboard
     created: '2020-03-11T21:43:12.736000+00:00'
     creator:
       '@type':
@@ -310,6 +310,77 @@ files:
   name: time_series_19-covid-Deaths.csv
   path: data/covid-19_jhu-csse/time_series_19-covid-Deaths.csv
   url: https://github.com/CSSEGISandData/COVID-19.git
+- '@type':
+  - prov:Entity
+  - schema:DigitalDocument
+  - wfprov:Artifact
+  _id: https://dev.renku.ch/blob/effbb6108613e4bf9730f7b818ac96f10b259274/data/covid-19_jhu-csse/time_series_19-covid-Recovered.csv
+  _label: data/covid-19_jhu-csse/time_series_19-covid-Recovered.csv@effbb6108613e4bf9730f7b818ac96f10b259274
+  _project:
+    '@type':
+    - prov:Location
+    - schema:Project
+    _id: https://dev.renku.ch/projects/cramakri/covid-19-dashboard
+    created: '2020-03-11T21:43:12.736000+00:00'
+    creator:
+      '@type':
+      - prov:Person
+      - schema:Person
+      _id: mailto:cramakri@ethz.ch
+      affiliation: null
+      alternate_name: null
+      email: cramakri@ethz.ch
+      label: Chandrasekhar Ramakrishnan
+      name: Chandrasekhar Ramakrishnan
+    name: covid-19-dashboard
+    updated: '2020-03-11T21:43:12.736000+00:00'
+    version: '1'
+  added: '2020-03-11T21:58:08.577597+00:00'
+  based_on:
+    '@type':
+    - prov:Entity
+    - schema:DigitalDocument
+    - wfprov:Artifact
+    _id: https://github.com/blob/e69d4ce27fd320b1b8aaadab7a74717adb755f45/csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-Recovered.csv
+    _label: csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-Recovered.csv@e69d4ce27fd320b1b8aaadab7a74717adb755f45
+    _project: null
+    added: '2020-03-11T21:58:08.338883+00:00'
+    based_on: null
+    creator: []
+    name: time_series_19-covid-Recovered.csv
+    path: csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-Recovered.csv
+    url: https://github.com/CSSEGISandData/COVID-19.git
+  creator:
+  - '@type':
+    - prov:Person
+    - schema:Person
+    _id: mailto:ryan.lau@jhuapl.edu
+    affiliation: null
+    alternate_name: null
+    email: ryan.lau@jhuapl.edu
+    label: Ryan Lau
+    name: Ryan Lau
+  - '@type':
+    - prov:Person
+    - schema:Person
+    _id: mailto:jhusystems@gmail.com
+    affiliation: null
+    alternate_name: null
+    email: jhusystems@gmail.com
+    label: CSSEGISandData
+    name: CSSEGISandData
+  - '@type':
+    - prov:Person
+    - schema:Person
+    _id: mailto:60674295+CSSEGISandData@users.noreply.github.com
+    affiliation: null
+    alternate_name: null
+    email: 60674295+CSSEGISandData@users.noreply.github.com
+    label: CSSEGISandData
+    name: CSSEGISandData
+  name: time_series_19-covid-Recovered.csv
+  path: data/covid-19_jhu-csse/time_series_19-covid-Recovered.csv
+  url: https://github.com/CSSEGISandData/COVID-19.git
 identifier: f6726a5b-f973-45d5-b873-30fa0dff772f
 in_language: null
 keywords: []
-- 
GitLab