-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
44 lines (44 loc) · 1.5 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/nih-sparc/sparc-marker-paper",
"dateCreated": "2023-05-28",
"datePublished": "2023-05-28",
"downloadUrl": "https://github.com/nih-sparc/sparc-marker-paper",
"issueTracker": "https://github.com/nih-sparc/sparc-marker-paper/issues",
"name": "Code: SPARC Marker Paper",
"version": "1.0.0",
"identifier": "10.5281/zenodo.11361363",
"description": "Code associated with the SPARC Marker Paper",
"applicationCategory": "Scientific",
"releaseNotes": "First version release",
"developmentStatus": "active",
"keywords": ["sparc", "paper", "biolectronic", "neuromodulation"],
"programmingLanguage": ["Jupyter Notebook"],
"relatedLink": ["https://sparc.science"],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-0307-262X",
"givenName": "Bhavesh",
"familyName": "Patel",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "FAIR Data Innovations Hub, California Medical Innovations Institute"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-5157-247X",
"givenName": "Elisabetta",
"familyName": "Iavarone",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "IT'IS Foundation, Zürich (Switzerland)"
}
}
]
}