forked from gemini3d/gemini3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
42 lines (42 loc) · 1.27 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
35
36
37
38
39
40
41
42
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "https://github.com/gemini3d/gemini",
"contIntegration": "https://github.com/gemini3d/gemini/actions",
"dateModified": "2021-08-01",
"downloadUrl": "https://github.com/gemini3d/gemini/releases",
"issueTracker": "https://github.com/gemini3d/gemini/issues",
"name": "Gemini3D",
"version": "1.0.0",
"identifier": "10.5281/zenodo.3813224",
"description": "Ionospheric fluid electrodynamic model",
"applicationCategory": "Simulation",
"developmentStatus": "active",
"funder": {
"@type": "Organization",
"name": "NSF, NASA, DARPA"
},
"keywords": [
"ionosphere",
"aurora"
],
"programmingLanguage": [
"Fortran",
"Python"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-9837-059X",
"givenName": "Matthew",
"familyName": "Zettergren"
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-1637-6526",
"givenName": "Michael",
"familyName": "Hirsch"
}
]
}