-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathcodemeta.json
More file actions
25 lines (25 loc) · 879 Bytes
/
codemeta.json
File metadata and controls
25 lines (25 loc) · 879 Bytes
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": "http://schema.org",
"@type": "Code",
"author": [
{
"@id": "http://orcid.org/0000-0003-4425-7097",
"@type": "Person",
"email": "kyle.niemeyer@gmail.com",
"name": "Kyle Niemeyer"
},
{
"@id": "http://orcid.org/0000-0002-0303-4711",
"@type": "Person",
"email": "arghdos@gmail.com",
"name": "Nicholas Curtis"
}
],
"citation": "https://doi.org/10.5281/zenodo.1182789",
"codeRepository": "https://github.com/SLACKHA/pyJac",
"dateCreated": "2018-02-21",
"description": "Creates C and CUDA analytical Jacobians for chemical kinetics ODE systems http://slackha.github.io/pyJac/",
"keywords": "chemical kinetics, Jacobian, ODE system",
"license": "http://opensource.org/licenses/MIT",
"name": "pyJac"
}