From 4e2decfab13d80ee412c6dfeabfcc19c4efd4976 Mon Sep 17 00:00:00 2001 From: Dmytro Kresan Date: Wed, 24 Aug 2022 10:15:03 +0200 Subject: [PATCH] Fix codemeta.json and update Zenodo. --- .zenodo.json | 32 +++++++++++++++++++++++++------- codemeta.json | 9 ++++++++- 2 files changed, 33 insertions(+), 8 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 913679289..02010ac84 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -24,6 +24,9 @@ { "name": "Wagner, Vadim" }, + { + "name": "Rodriguez Sanchez, Jose Luis" + }, { "name": "Cabanelas, Pablo" }, @@ -95,14 +98,15 @@ }, { "name": "Zanetti, Lorenzo" - } - ], - "description": "Software for simulations and data analysis of Reactions with Relativistic Radioactive Beams experiment at FAIR", - "grants": [ + }, + { + "name": "Feijoo, Martina" + }, { - "id": "10.13039/501100000780::824064" + "name": "Panin, Valerii" } ], + "description": "Software for simulations and data analysis of Reactions with Relativistic Radioactive Beams experiment at FAIR", "keywords": [ "MC simulation", "structure of nuclei", @@ -111,9 +115,23 @@ ], "language": "eng", "license": "GPL-3.0", + "notes": "Release Notes: ", "publication_date": "2009-08-01", + "related_identifiers": [ + { + "identifier": "git+https://github.com/R3BRootGroup/R3BRoot.git", + "relation": "isDerivedFrom", + "resource_type": "software", + "scheme": "url" + }, + { + "identifier": "https://github.com/R3BRootGroup/R3BRoot/blob/master/README.md", + "relation": "isDocumentedBy", + "resource_type": "publication-softwaredocumentation", + "scheme": "url" + } + ], "title": "R3BRoot", "upload_type": "software", - "version": "oct21" + "version": "sep22" } - diff --git a/codemeta.json b/codemeta.json index 47c1ade34..16d6e9b07 100644 --- a/codemeta.json +++ b/codemeta.json @@ -10,8 +10,10 @@ "downloadUrl": "https://github.com/R3BRootGroup/R3BRoot/archive/refs/tags/may21.tar.gz", "issueTracker": "https://github.com/R3BRootGroup/R3BRoot/issues", "name": "R3BRoot", - "version": "oct21", + "softwareVersion": "sep22", "description": "Software for simulations and data analysis of Reactions with Relativistic Radioactive Beams experiment at FAIR", + "readme": "https://github.com/R3BRootGroup/R3BRoot/blob/master/README.md", + "releaseNotes": "", "applicationCategory": "Nuclear physics", "developmentStatus": "active", "referencePublication": "https://doi.org/10.1088/1742-6596/523/1/012034", @@ -35,6 +37,11 @@ "softwareRequirements": [ "FairRoot, FairSoft" ], + "maintainer": { + "@type": "Person", + "givenName": "Jose Luis", + "familyName": "Rodriguez Sanchez" + }, "author": [ { "@type": "Person",