-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
25 lines (25 loc) · 924 Bytes
/
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "Source files for the 2017 BMC paper on SBMLPkgSpec",
"name": "sbmlpkgspec-paper",
"codeRepository": "https://github.com/sbmlteam/sbmlpkgspec-paper",
"issueTracker": "https://github.com/sbmlteam/sbmlpkgspec-paper/issues",
"license": "https://github.com/sbmlteam/sbmlpkgspec-paper/blob/master/LICENSE",
"version": "1.0.0",
"author": [
{
"@type": "Person",
"givenName": "Michael",
"familyName": "Hucka",
"affiliation": "California Institute of Technology",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-9105-5960"
}],
"developmentStatus": "active",
"downloadUrl": "https://github.com/sbmlteam/sbmlpkgspec-paper/archive/1.0.0.zip",
"keywords": [
"documentation",
],
"maintainer": "https://orcid.org/0000-0001-9105-5960",
}