Skip to content

Commit

Permalink
chore: update codemeta.json for Zenodo release
Browse files Browse the repository at this point in the history
  • Loading branch information
fairdataihub-bot committed Nov 20, 2024
1 parent 79642c6 commit 6753775
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -72,15 +71,24 @@
],
"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",
"downloadUrl": "https://fairdataihub.org/sodaforsparc",
"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",
Expand All @@ -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"
}
}

0 comments on commit 6753775

Please sign in to comment.