From 8c51462cde373c18ade4f50fd902cf5945da98d5 Mon Sep 17 00:00:00 2001 From: "codefair-app[bot]" <165336008+codefair-app[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 20:38:06 +0000 Subject: [PATCH 1/3] =?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 | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/codemeta.json b/codemeta.json index add2d1955..c0dcdee92 100644 --- a/codemeta.json +++ b/codemeta.json @@ -71,16 +71,25 @@ ], "codeRepository": "https://github.com/fairdataihub/SODA-for-SPARC", "dateCreated": "2021-10-08", - "dateModified": "2024-10-01", + "dateModified": "2024-10-09", "datePublished": "2021-10-08", "description": "Simplifying data curation for researchers funded by the NIH SPARC initiative", "developmentStatus": "active", "downloadUrl": "https://fairdataihub.org/sodaforsparc", "funding": "OT2OD030213", - "identifier": "10.5281/zenodo.13874674", + "identifier": "10.5281/zenodo.13910024", "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 +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.", + "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.1", + "version": "15.2.2", "type": "SoftwareSourceCode" -} +} \ No newline at end of file From c07b42499818f4ff05f619eb23b6bc49334eeeb5 Mon Sep 17 00:00:00 2001 From: "codefair-app[bot]" <165336008+codefair-app[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 20:38:07 +0000 Subject: [PATCH 2/3] =?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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 97398d5ed..8ef6d4433 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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.13874674 + value: 10.5281/zenodo.13910024 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.2.1 -date-released: 2024-10-01 +version: 15.2.2 +date-released: 2024-10-09 From a8f63d04d376ce1dc0aa024101d07da00a525601 Mon Sep 17 00:00:00 2001 From: fairdataihub-bot Date: Wed, 9 Oct 2024 20:39:07 +0000 Subject: [PATCH 3/3] =?UTF-8?q?style:=20=F0=9F=8E=A8=20fix=20code=20style?= =?UTF-8?q?=20issues=20with=20Prettier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codemeta.json | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/codemeta.json b/codemeta.json index c0dcdee92..ca0454539 100644 --- a/codemeta.json +++ b/codemeta.json @@ -80,16 +80,7 @@ "identifier": "10.5281/zenodo.13910024", "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", @@ -98,12 +89,7 @@ "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": [], @@ -111,4 +97,4 @@ "softwareRequirements": [], "version": "15.2.2", "type": "SoftwareSourceCode" -} \ No newline at end of file +}