-
Notifications
You must be signed in to change notification settings - Fork 5
/
codemeta.json
40 lines (40 loc) · 1.24 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
{
"@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-matlab",
"contIntegration": "https://github.com/gemini3d/gemini-matlab/actions",
"dateModified": "2020-06-04",
"downloadUrl": "https://github.com/gemini3d/gemini-matlab/releases",
"issueTracker": "https://github.com/gemini3d/gemini-matlab/issues",
"name": "Gemini3D-Matlab",
"identifier": "10.5281/zenodo.3877445",
"description": "Core Matlab scripts for Gemini3D",
"applicationCategory": "Interface",
"developmentStatus": "active",
"funder": {
"@type": "Organization",
"name": "NSF"
},
"keywords": [
"ionosphere",
"aurora"
],
"programmingLanguage": [
"Matlab"
],
"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"
}
]
}