From b948a526bee7c6224f8e4d2ce6a7b67f57479f88 Mon Sep 17 00:00:00 2001 From: Norberto Goizueta <35684407+ngoiz@users.noreply.github.com> Date: Wed, 9 Dec 2020 15:04:20 +0000 Subject: [PATCH 1/2] Use correct metadata format --- .zenodo.json | 61 +++++++++++++++++++++------------------------------- 1 file changed, 24 insertions(+), 37 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 7e6c24291..9bfe6d407 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,41 +1,28 @@ { - "metadata": { - "title": "SHARPy: a nonlinear aeroelastic simulation toolbox", - "relations": { - "version": [ + "license": "other-open", + "title": "SHARPy: A dynamic aeroelastic simulation toolbox for very flexible aircraft and wind turbines", + "upload_type": "software", + "creators": [ + { + "orcid": "0000-0002-8133-9481", + "affiliation": "Imperial College London", + "name": "Alfonso del Carre" + }, + { + "orcid": "0000-0003-4840-5392", + "affiliation": "Imperial College London", + "name": "Arturo Mu\u00f1oz-Sim\u00f3n" + }, { - "count": 5, - "index": 4, - "parent": { - "pid_type": "recid", - "pid_value": "3531965" - }, - "is_last": true, - "last_child": { - "pid_type": "recid", - "pid_value": "3634747" - } + "orcid": "0000-0001-7445-5970", + "affiliation": "Imperial College London", + "name": "Norberto Goizueta" + }, + { + "orcid": "0000-0002-6706-3220", + "affiliation": "Imperial College", + "name": "Rafael Palacios" } - ] - }, - "creators": [ - { - "affiliation": "Imperial College London", - "name": "Alfonso del Carre" - }, - { - "name": "Norberto Goizueta" - "orcid": "0000-0001-7445-5970", - "affiliation": "Imperial College London", - }, - { - "name": "Arturo Mu\u00f1oz-Sim\u00f3n" - "affiliation": "Imperial College London", - }, - { - "affiliation": "Imperial College London", - "name": "Rafael Palacios" - } - ] - } + ], + "access_right": "open", } From 6dc2353b9d5f29c46a44f90ed5e7b5b7520e892b Mon Sep 17 00:00:00 2001 From: Norberto Goizueta Date: Fri, 11 Dec 2020 18:43:09 +0000 Subject: [PATCH 2/2] Fix trailing comma --- .zenodo.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 9bfe6d407..7132fbed9 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -7,22 +7,22 @@ "orcid": "0000-0002-8133-9481", "affiliation": "Imperial College London", "name": "Alfonso del Carre" - }, + }, + { + "orcid": "0000-0001-7445-5970", + "affiliation": "Imperial College London", + "name": "Norberto Goizueta" + }, { "orcid": "0000-0003-4840-5392", "affiliation": "Imperial College London", "name": "Arturo Mu\u00f1oz-Sim\u00f3n" }, - { - "orcid": "0000-0001-7445-5970", - "affiliation": "Imperial College London", - "name": "Norberto Goizueta" - }, { "orcid": "0000-0002-6706-3220", - "affiliation": "Imperial College", + "affiliation": "Imperial College London", "name": "Rafael Palacios" } ], - "access_right": "open", + "access_right": "open" }