From d6a06581e3753018455b4357766defc307fdc9ae Mon Sep 17 00:00:00 2001 From: "Jesus M. Castagnetto" Date: Sun, 13 Feb 2022 20:44:35 -0500 Subject: [PATCH] added zenodo metadata --- .zenodo.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 00000000..5fef2660 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,14 @@ +{ + "creators": [ + { + "orcid": "0000-0002-7188-1605", + "name": "Castagnetto, Jesus" + } + ], + + "license": "MIT", + + "title": "Datos sobre COVID-19 en el Peru, recopilados de los reportes diarios del MINSA y DGE", + + "keywords": ["COVID-19", "Peru", "Vaccination"] +}