-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
41 lines (41 loc) · 1.42 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "Scripts and utilities used to build and deploy a libSBML release",
"name": "libsbml-build-scripts",
"codeRepository": "https://github.com/sbmlteam/libsbml-build-scripts",
"issueTracker": "https://github.com/sbmlteam/libsbml-build-scripts/issues",
"license": "https://github.com/sbmlteam/libsbml-build-scripts/blob/master/LICENSE",
"version": "0.0.0",
"author": [
{
"@type": "Person",
"givenName": "Brett",
"familyName": "Olivier",
"affiliation": "California Institute of Technology",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-5293-5321"
},
{
"@type": "Person",
"givenName": "Sarah",
"familyName": "Keating",
"affiliation": "California Institute of Technology",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-3356-3542"
},
{
"@type": "Person",
"givenName": "Frank",
"familyName": "Bergmann",
"affiliation": "University of Heidelberg",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-5553-4702"
}],
"developmentStatus": "active",
"downloadUrl": "https://github.com/sbmlteam/libsbml-build-scripts/archive/0.0.0.zip",
"keywords": [
"software",
],
"maintainer": "https://orcid.org/0000-0002-5293-5321",
}