-
Notifications
You must be signed in to change notification settings - Fork 23
/
citation.jsonld
35 lines (35 loc) · 1.24 KB
/
citation.jsonld
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
{
"@context": "https://raw.githubusercontent.com/mbjones/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "http://orcid.org/0000-0003-4425-7097",
"@type": "Person",
"email": "[email protected]",
"name": "Kyle Niemeyer",
"affiliation": "Oregon State University"
},
{
"@id": "http://orcid.org/0000-0002-0303-4711",
"@type": "Person",
"email": "[email protected]",
"name": "Nicholas Curtis",
"affiliation": "University of Connecticut"
}
],
"identifier": "http://dx.doi.org/10.5281/zenodo.439682",
"codeRepository": "https://github.com/slackha/pyJac",
"datePublished": "2015-",
"description": "pyJac creates code for CPU and GPU chemical kinetics Jacobian matrices",
"keywords": "Jacobian, chemical kinetics, SIMD, GPU",
"license": "https://opensource.org/licenses/MIT",
"title": "pyJac",
"version": "1.0.3",
"uploadedBy":
{
"@id": "http://orcid.org/0000-0003-4425-7097",
"@type": "Person",
"email": "[email protected]",
"name": "Kyle Niemeyer",
}
}