From 9073ba6a829fd9d8006ff6eab06b8861b12bfbbd Mon Sep 17 00:00:00 2001 From: rbeucher Date: Thu, 14 Dec 2023 12:06:56 +1100 Subject: [PATCH] Add zenodo.json --- .zenodo.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..c7a86b5 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,27 @@ +{ + "creators": [ + { + "orcid": "0000-0003-3891-5444", + "affiliation": "ACCESS-NRI", + "name": "Beucher, Romain" + }, + { + "orcid": "", + "affiliation": "ACCESS-NRI", + "name": "Carouge, Claire" + } + ], + + "license": "Apache-2.0", + + "title": "ACCESS-NRI Template", + "decription": "Template repository for ACCESS-NRI, test", + + "keywords": ["Climate", "Science", "ACCESS-NRI", "NCI"], + + "communities": [ + {"identifier": "access-nri"} + ], + + "grants": [{"id":""}] +}