-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcodemeta.json
34 lines (34 loc) · 1.16 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "A code generator for defining and prototyping SBML Level 3 packages and code for use with libSBML",
"name": "Deviser",
"codeRepository": "https://github.com/sbmlteam/deviser",
"issueTracker": "https://github.com/sbmlteam/deviser/issues",
"license": "https://github.com/sbmlteam/deviser/blob/master/LICENSE",
"version": "1.0.0",
"author": [
{
"@type": "Person",
"givenName": "Sarah",
"familyName": "Keating",
"affiliation": "California Institute of Technology",
"email": "skeating@caltech.edu",
"@id": "https://orcid.org/0000-0002-3356-3542"
},
{
"@type": "Person",
"givenName": "Frank",
"familyName": "Bergmann",
"affiliation": "University of Heidelberg",
"email": "frank.thomas.bergmann@gmail.com",
"@id": "https://orcid.org/0000-0001-5553-4702"
}],
"developmentStatus": "active",
"downloadUrl": "https://github.com/sbmlteam/deviser/archive/v1.0.0.zip",
"keywords": [
"software",
"systems biology",
],
"maintainer": "https://orcid.org/0000-0001-5553-4702",
}