From a31d8061a7f82fb811e946efbe86ad205163270b Mon Sep 17 00:00:00 2001 From: Erik Tjong Kim Sang Date: Thu, 17 Dec 2020 14:55:06 +0100 Subject: [PATCH] initial version --- .zenodo.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..5e6d8b5 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,22 @@ +{ + "creators": [ + { + "affiliation": "Netherlands eScience Center", + "name": "Tjong Kim Sang, Erik", + "orcid": "0000-0002-8431-081X" + }, + { + "affiliation": "Utrecht University", + "name": "Schraagen, Marijn" + }, + { + "affiliation": "Utrecht University", + "name": "Wang, Shihan" + } + ], + "description": "First release of the software developed in the project PuReGoMe by Utrecht University and the Netherlands eScience Center", + "license": { + "id": "Apache-2.0" + }, + "title": "PuReGoMe" +}