From 675377524b50425c1a977637ef57e45ff5732c50 Mon Sep 17 00:00:00 2001 From: fairdataihub-bot Date: Wed, 20 Nov 2024 12:23:31 -0800 Subject: [PATCH] chore: update codemeta.json for Zenodo release --- codemeta.json | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/codemeta.json b/codemeta.json index c4363e5f4..870116601 100644 --- a/codemeta.json +++ b/codemeta.json @@ -1,6 +1,5 @@ { "name": "SODA (Software to Organize Data Automatically) for SPARC", - "identifier": "https://doi.org/10.5281/zenodo.13910024", "@context": "https://w3id.org/codemeta/3.0", "applicationCategory": "Scientific", "author": [ @@ -72,7 +71,7 @@ ], "codeRepository": "https://github.com/fairdataihub/SODA-for-SPARC", "dateCreated": "2021-10-08", - "dateModified": "2024-10-11", + "dateModified": "2024-11-20", "datePublished": "2024-10-11", "description": "Simplifying data curation for researchers funded by the NIH SPARC initiative", "developmentStatus": "active", @@ -80,7 +79,16 @@ "funding": "OT2OD030213", "isPartOf": "https://fairdataihub.org/", "issueTracker": "https://github.com/fairdataihub/SODA-for-SPARC/issues", - "keywords": ["SPARC", "FAIR", "data", "curation", "mac", "sparc-dataset", "ubuntu", "windows"], + "keywords": [ + "SPARC", + "FAIR", + "data", + "curation", + "mac", + "sparc-dataset", + "ubuntu", + "windows" + ], "license": "https://spdx.org/licenses/MIT", "operatingSystem": [ "Windows 10", @@ -89,12 +97,17 @@ "Windows 11", "Ubuntu" ], - "programmingLanguage": ["JavaScript", "HTML", "Python", "CSS"], + "programmingLanguage": [ + "JavaScript", + "HTML", + "Python", + "CSS" + ], "referencePublication": "https://doi.org/10.1101/2021.02.10.430563", "relatedLink": [], "runtimePlatform": [], "schema:releaseNotes": "## Bug Fixes:\n- Fixed an issue with the Pennsieve agent version check not being able to detect old versions of the Pennsieve agent (The agent found at https://github.com/Pennsieve/agent).\n- Fixed an issue in how SODA reads the config.ini file that made it so that if the account name 'SODA-Pennsieve' exists it is always used for authentication with Pennsieve even when a defualt_profile key exists in the config.\n- Fixed an issue in the manifest creation and banner image upload/edit features of the Advanced Features tab that made it so users without Pennsieve Agents were not directed to the Pennsieve Agent download page. Instead they were told 'the pennsieve agent is not running.'\n- It was possible for an upload to fail early in 'Prepare Datasets Step-by-Step' and 'Upload Dataset' such that the catch statement referenced a variable that was not yet defined. This has been fixed.", "softwareRequirements": [], - "version": "15.2.2", + "version": "15.2.3", "type": "SoftwareSourceCode" -} +} \ No newline at end of file