forked from pynucastro/pynucastro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
30 lines (30 loc) · 1.12 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
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/main/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": " https://orcid.org/0000-0003-2300-5165",
"@type": "Person",
"email": "[email protected]",
"name": "Donald E. Willcox",
"affiliation": "Department of Physics and Astronomy, Stony Brook University"
},
{
"@id": "https://orcid.org/0000-0001-8401-030X",
"@type": "Person",
"email": "[email protected]",
"name": "Michael Zingale",
"affiliation": "Department of Physics and Astronomy, Stony Brook University"
}
],
"identifier": "",
"codeRepository": "https://github.com/pynucastro/pynucastro",
"datePublished": "2018-01-29",
"dateModified": "2018-01-29",
"dateCreated": "2018-01-29",
"description": "pynucastro is an interface to nuclear reaction rates and code generator for reaction network equations.",
"keywords": "nuclear, reactions, astrophysics, physics, visualization, code generation, integration, differential equations",
"license": "BSD",
"title": "pynucastro",
"version": "1.0.0"
}