forked from PlasmaPy/PlasmaPy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
55 lines (55 loc) · 1.53 KB
/
Copy pathcodemeta.json
File metadata and controls
55 lines (55 loc) · 1.53 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "PlasmaPy",
"description": "An open source software package for plasma research and education",
"keywords": [
"plasma physics",
"open source",
"scientific software",
"Python"
],
"version": "0.3.0",
"license": "https://github.com/PlasmaPy/PlasmaPy/blob/master/LICENSE.md",
"creator": [
{
"@type": "Organization",
"name": "PlasmaPy Community"
},
{}
],
"codeRepository": "https://github.com/PlasmaPy/PlasmaPy",
"programmingLanguage": [
"Python 3.6",
"Python 3.7"
],
"copyrightHolder": "PlasmaPy Developers",
"isAccessibleForFree": true,
"issueTracker": "https://github.com/PlasmaPy/plasmapy/issues",
"readme": "https://github.com/PlasmaPy/PlasmaPy/blob/master/README.md",
"developmentStatus": "WIP",
"buildInstructions": "http://docs.plasmapy.org/en/stable/install.html",
"referencePublication": "https://doi.org/10.5281/zenodo.1238132",
"funder": [
{
"@id": "https://doi.org/10.13039/100000001",
"@type": "Organization",
"name": "National Science Foundation"
},
{
"@id": "https://doi.org/10.13039/100000015",
"@type": "Organization",
"name": "U.S. Department of Energy"
},
{
"@id": "https://doi.org/10.03039/100000104",
"@type": "Organization",
"name": "NASA"
},
{
"@id": "https://doi.org/10.03039/100000014",
"@type": "Organization",
"name": "Smithsonian Institution"
}
]
}