-
Notifications
You must be signed in to change notification settings - Fork 3
/
codemeta.json
103 lines (103 loc) · 2.62 KB
/
codemeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/fairdataihub/SODA-for-SPARC-Docs",
"dateCreated": "2022-04-01",
"dateModified": "2024-08-29",
"downloadUrl": "https://github.com/fairdataihub/SODA-for-SPARC-Docs",
"issueTracker": "https://github.com/fairdataihub/SODA-for-SPARC-Docs/issues",
"name": "SODA for SPARC docs",
"version": "27.2.11",
"description": "Documentation for the SODA for SPARC application",
"applicationCategory": "Scientific",
"funding": "OT2OD030213",
"developmentStatus": "active",
"isPartOf": "https://fairdataihub.org/",
"referencePublication": "https://doi.org/10.1096/fasebj.2020.34.s1.02483",
"funder": {
"@type": "Organization",
"@name": "National Institutes of Health (NIH)"
},
"keywords": [
"SPARC",
"FAIR",
"data",
"curation",
"documentation",
"macos",
"sparc-dataset",
"ubuntu",
"windows"
],
"programmingLanguage": [
"JavaScript",
"CSS"
],
"relatedLink": [
"https://docs.sodaforsparc.io/",
"https://github.com/fairdataihub/SODA-for-SPARC"
],
"author": [
{
"@type": "Person",
"givenName": "Sanjay",
"familyName": "Soundarajan",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "FAIR Data Innovations Hub"
}
},
{
"@type": "Person",
"givenName": "Aaron",
"familyName": "Marroquin",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "FAIR Data Innovations Hub"
}
},
{
"@type": "Person",
"givenName": "Tram",
"familyName": "Ngo",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "FAIR Data Innovations Hub"
}
},
{
"@type": "Person",
"givenName": "Dorian",
"familyName": "Portillo",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "FAIR Data Innovations Hub"
}
},
{
"@type": "Person",
"givenName": "Bhavesh",
"familyName": "Patel",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "FAIR Data Innovations Hub"
}
},
{
"@type": "Person",
"givenName": "Jacob",
"familyName": "Clark",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "FAIR Data Innovations Hub"
}
}
]
}