From 0ba2c58c850db256c76be986105e36ab34a61639 Mon Sep 17 00:00:00 2001 From: Joachim Meyer Date: Sat, 17 Dec 2022 10:16:31 -0700 Subject: [PATCH] Zenodo - Trim down JSON payload Only keep basic repo information. --- .zenodo.json | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index f204e38a..ecfb9c44 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,10 +1,6 @@ { - "description": "

Release of code version used with Geoscientific Model Development submission.

", - "license": "other-open", - "title": "UofU-Cryosphere/isnoda: GMD submission", - "version": "20220512", "upload_type": "software", - "publication_date": "2022-05-12", + "publication_type": "article", "creators": [ { "affiliation": "University of Utah", @@ -16,18 +12,5 @@ "name": "Dillon Ragar", "orcid": "0000-0002-9714-1330" } - ], - "access_right": "open", - "related_identifiers": [ - { - "scheme": "url", - "identifier": "https://github.com/UofU-Cryosphere/isnoda/tree/20220512", - "relation": "isSupplementTo" - }, - { - "scheme": "doi", - "identifier": "10.5281/zenodo.6543994", - "relation": "isVersionOf" - } - ] + ] }