Skip to content

Commit 39d1199

Browse files
chore: update codemeta.json for Zenodo release
1 parent 04d106e commit 39d1199

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

codemeta.json

+24-7
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"codeRepository": "https://github.com/fairdataihub/SODA-for-SPARC",
66
"dateCreated": "2021-10-08",
77
"datePublished": "2021-10-08",
8-
"dateModified": "2023-09-08",
8+
"dateModified": "2023-09-14",
99
"downloadUrl": "https://fairdataihub.org/sodaforsparc",
1010
"issueTracker": "https://github.com/fairdataihub/SODA-for-SPARC/issues",
1111
"name": "SODA (Software to Organize Data Automatically) for SPARC",
12-
"version": "12.2.3",
13-
"identifier": "https://doi.org/10.5281/zenodo.8329961",
12+
"version": "12.3.0",
13+
"identifier": "https://doi.org/10.5281/zenodo.8346736",
1414
"description": "Simplifying data curation for researchers funded by the NIH SPARC initiative",
1515
"applicationCategory": "Scientific",
1616
"releaseNotes": "# v.10.0.4 - 2023-02-24\n\n## Bug fixes:\n\n- Imported datasets with manifests that carry incorrect headers for the standard columns (filename, timestamp, description, file type, Additional Metadata) will be preserved as extra columns.\n- Auto generating manifests will preserve column headers for each individual high level folder rather than giving the same headers to all manifests.",
@@ -22,16 +22,33 @@
2222
"@type": "Organization",
2323
"@name": "National Institutes of Health (NIH)"
2424
},
25-
"keywords": ["SPARC", "FAIR", "data", "curation", "mac", "sparc-dataset", "ubuntu", "windows"],
26-
"programmingLanguage": ["JavaScript", "HTML", "Python", "CSS", "Jupyter Notebook"],
25+
"keywords": [
26+
"SPARC",
27+
"FAIR",
28+
"data",
29+
"curation",
30+
"mac",
31+
"sparc-dataset",
32+
"ubuntu",
33+
"windows"
34+
],
35+
"programmingLanguage": [
36+
"JavaScript",
37+
"HTML",
38+
"Python",
39+
"CSS",
40+
"Jupyter Notebook"
41+
],
2742
"operatingSystem": [
2843
"Windows 10",
2944
"Big Sur (macOS 11)",
3045
"Catalina (macOS 10.15)",
3146
"Windows 11",
3247
"Ubuntu"
3348
],
34-
"relatedLink": ["https://fairdataihub.org/sodaforsparc"],
49+
"relatedLink": [
50+
"https://fairdataihub.org/sodaforsparc"
51+
],
3552
"author": [
3653
{
3754
"@type": "Person",
@@ -84,4 +101,4 @@
84101
}
85102
}
86103
]
87-
}
104+
}

0 commit comments

Comments
 (0)