Skip to content

Commit 325d677

Browse files
style: 🎨 fix code style issues with Prettier
1 parent 1ad13f8 commit 325d677

File tree

2 files changed

+6
-32
lines changed

2 files changed

+6
-32
lines changed

.zenodo.json

+2-11
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,6 @@
3131
"description": "Simplifying data curation for researchers funded by the NIH SPARC initiative",
3232
"access_right": "open",
3333
"license": "MIT",
34-
"keywords": [
35-
"SPARC",
36-
"FAIR",
37-
"data",
38-
"curation",
39-
"mac",
40-
"sparc-dataset",
41-
"ubuntu",
42-
"windows"
43-
],
34+
"keywords": ["SPARC", "FAIR", "data", "curation", "mac", "sparc-dataset", "ubuntu", "windows"],
4435
"version": "12.2.0"
45-
}
36+
}

codemeta.json

+4-21
Original file line numberDiff line numberDiff line change
@@ -22,33 +22,16 @@
2222
"@type": "Organization",
2323
"@name": "National Institutes of Health (NIH)"
2424
},
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-
],
25+
"keywords": ["SPARC", "FAIR", "data", "curation", "mac", "sparc-dataset", "ubuntu", "windows"],
26+
"programmingLanguage": ["JavaScript", "HTML", "Python", "CSS", "Jupyter Notebook"],
4227
"operatingSystem": [
4328
"Windows 10",
4429
"Big Sur (macOS 11)",
4530
"Catalina (macOS 10.15)",
4631
"Windows 11",
4732
"Ubuntu"
4833
],
49-
"relatedLink": [
50-
"https://fairdataihub.org/sodaforsparc"
51-
],
34+
"relatedLink": ["https://fairdataihub.org/sodaforsparc"],
5235
"author": [
5336
{
5437
"@type": "Person",
@@ -101,4 +84,4 @@
10184
}
10285
}
10386
]
104-
}
87+
}

0 commit comments

Comments
 (0)