From b1e982b94ec3896dbd35f58eba5bd55dc314304d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20P=C3=A9rez=20Mercado?= Date: Thu, 22 Aug 2024 15:54:48 +0200 Subject: [PATCH 1/2] Add zenodo json --- .zenodo.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..7588ef1 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,34 @@ +{ + "creators": [ + { + "orcid": "0000-0001-6262-647X", + "affiliation": "University of Granada, CERN", + "name": "Pérez-Mercado, Rubén" + }, + { + "orcid":"0000-0003-2224-4594", + "affiliation": "CERN", + "name": "García-García, Enrique" + }, + { + "orcid":"0000-0002-3403-1177", + "affiliation": "CERN", + "name": "Guerrieri, Giovanni" + } + ], + + "license": "Apache-2.0", + "keywords": [ + "REANA", + "JupyterLab", + "VRE", + "Analysis facilities", + "Re-analysis", + "Preservation", + "Reproducibility", + "Reinterpretation" + ], + "communities": [ + {"identifier": "ESCAPE"} + ] +} \ No newline at end of file From d1951873f666ae5dc374241c78a5fe56f00bbc1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20P=C3=A9rez=20Mercado?= Date: Thu, 22 Aug 2024 16:13:58 +0200 Subject: [PATCH 2/2] Fix zenodo json --- .zenodo.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 7588ef1..6ec408b 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,8 +1,9 @@ { + "title": "REANA JupyterLab extension", "creators": [ { "orcid": "0000-0001-6262-647X", - "affiliation": "University of Granada, CERN", + "affiliation": "CERN", "name": "Pérez-Mercado, Rubén" }, { @@ -29,6 +30,6 @@ "Reinterpretation" ], "communities": [ - {"identifier": "ESCAPE"} + {"identifier": "escape2020"} ] } \ No newline at end of file