forked from gemini3d/mat_gemini-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
41 lines (41 loc) · 1.29 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
{
"@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/mat_gemini-scripts",
"contIntegration": "https://github.com/gemini3d/mat_gemini-scripts/actions",
"dateModified": "2020-08-20",
"downloadUrl": "https://github.com/gemini3d/mat_gemini-scripts/releases",
"issueTracker": "https://github.com/gemini3d/mat_gemini-scripts/issues",
"name": "Mat_Gemini3D-scripts",
"version": "0.4.0",
"identifier": "10.5281/zenodo.3924894",
"description": "Additional 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"
}
]
}