Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ✨ Update code metadata files #362

Merged
merged 2 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: SODA (Software to Organize Data Automatically) for SPARC
authors:
- given-names: Christopher
- given-names: Aaron
family-names: Marroquin
email: [email protected]
affiliation: FAIR Data Innovations Hub, California Medical Innovations Institute
Expand All @@ -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: [email protected]
affiliation: FAIR Data Innovations Hub, California Medical Innovations Institute
Expand All @@ -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
Expand All @@ -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
33 changes: 22 additions & 11 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down Expand Up @@ -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",
Expand All @@ -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"
}
}
Loading