From f0d84515bb3a6c42b225a7dd87981b5c86b50710 Mon Sep 17 00:00:00 2001 From: "codefair-app[bot]" <165336008+codefair-app[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:27:51 +0000 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E2=9C=A8=20update=20codemeta=20fil?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codemeta.json | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/codemeta.json b/codemeta.json index f5410a2c9..e83153bd6 100644 --- a/codemeta.json +++ b/codemeta.json @@ -1,6 +1,6 @@ { "name": "SODA (Software to Organize Data Automatically) for SPARC", - "@context": "https://doi.org/10.5063/schema/codemeta-2.0", + "@context": "https://w3id.org/codemeta/3.0", "applicationCategory": "Scientific", "author": [ { @@ -71,20 +71,25 @@ ], "codeRepository": "https://github.com/fairdataihub/SODA-for-SPARC", "dateCreated": "2021-10-08", - "dateModified": "2024-07-19", + "dateModified": "2024-10-01", "datePublished": "2021-10-08", "description": "Simplifying data curation for researchers funded by the NIH SPARC initiative", "developmentStatus": "active", "downloadUrl": "https://fairdataihub.org/sodaforsparc", - "funder": { - "name": "National Institutes of Health (NIH)", - "type": "Organization" - }, "funding": "OT2OD030213", - "identifier": "10.5281/zenodo.12774826", + "identifier": "10.5281/zenodo.13874674", "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", @@ -93,11 +98,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": "## Feature Additions:\n\n- Removed the ability to import empty folders and files into SODA.\n\n## Bug Fixes:\n\n- Fixed an issue preventing users with pre-2.0 Pennsieve agent versions from being able to update.", "softwareRequirements": [], - "version": "15.1.0", + "version": "15.2.1", "type": "SoftwareSourceCode" -} +} \ No newline at end of file From 063f2e56d59cb8d47e64390effa7230e4cb5cb12 Mon Sep 17 00:00:00 2001 From: "codefair-app[bot]" <165336008+codefair-app[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:27:52 +0000 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E2=9C=A8=20update=20citation=20fil?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index baf933b16..97398d5ed 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,6 +1,6 @@ title: SODA (Software to Organize Data Automatically) for SPARC authors: - - given-names: Christopher + - given-names: Aaron family-names: Marroquin email: cmarroquin@calmi2.org affiliation: FAIR Data Innovations Hub, California Medical Innovations Institute @@ -19,7 +19,7 @@ authors: - given-names: Tram family-names: Ngo affiliation: FAIR Data Innovations Hub, California Medical Innovations Institute - - given-names: Bhavesh + - given-names: Bhavesh family-names: Patel email: bpatel@calmi2.org affiliation: FAIR Data Innovations Hub, California Medical Innovations Institute @@ -28,7 +28,7 @@ message: If you use this software, please cite it using the metadata from this f type: software identifiers: - type: doi - value: 10.5281/zenodo.12774826 + value: 10.5281/zenodo.13874674 abstract: Simplifying data curation for researchers funded by the NIH SPARC initiative keywords: - SPARC @@ -41,5 +41,5 @@ keywords: - windows license: MIT repository-code: https://github.com/fairdataihub/SODA-for-SPARC -version: 15.1.0 -date-released: 2024-07-19 +version: 15.2.1 +date-released: 2024-10-01