-
Notifications
You must be signed in to change notification settings - Fork 6
/
.codemeta.json
81 lines (81 loc) · 2.41 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/BSD-3-Clause",
"codeRepository": "https://github.com/PlasmaPy/PlasmaPy-NEI",
"dateCreated": "2020-04-09",
"issueTracker": "https://github.com/PlasmaPy/PlasmaPy-NEI",
"name": "PlasmaPy-NEI",
"description": "Non-equilibrium ionization modeling of plasma",
"applicationCategory": "Plasma physics",
"developmentStatus": "wip",
"isPartOf": "https://www.plasmapy.org",
"funder": {
"@type": "Organization",
"name": "NASA, NSF, Smithsonian Institution"
},
"keywords": [
"non-equilibrium ionization"
],
"programmingLanguage": [
"Python 3"
],
"operatingSystem": [
"Linux",
"Windows",
"macOS"
],
"softwareRequirements": [
"Python 3.7",
"astropy >= 4.0",
"h5py >= 3.0",
"matplotlib >= 3.1",
"numpy >= 1.18",
"plasmapy >= 0.6",
"scipy >= 1.3",
"setuptools >= 47.0"
],
"contributor": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-6628-8033",
"givenName": "Nicholas",
"familyName": "Murphy",
"email": "namurphy@cfa.harvard.edu",
"affiliation": {
"@type": "Organization",
"name": "Center for Astrophysics | Harvard & Smithsonian"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-6291-8843",
"givenName": "Dominik",
"familyName": "Stańczak",
"affiliation": {
"@type": "Organization",
"name": "University of Warsaw"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-9258-4490",
"givenName": "Chengcai",
"familyName": "Shen",
"affiliation": {
"@type": "Organization",
"name": "Center for Astrophysics | Harvard & Smithsonian"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-3356-880X",
"givenName": "Marcus",
"familyName": "Dupont",
"affiliation": {
"@type": "Organization",
"name": "NYU"
}
}
]
}