-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcodemeta.json
94 lines (94 loc) · 3.07 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
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/GPL-2.0+",
"codeRepository": "git+https://github.com/aardk/jupyter-casa",
"dateCreated": "2023-03-24",
"datePublished": "2023-03-24",
"dateModified": "2023-03-24",
"downloadUrl": "https://github.com/aardk/jupyter-casa",
"issueTracker": "https://github.com/aardk/jupyter-casa/issues",
"funder":[
{
"@type": "Organization",
"name": "European Commission",
"@id": "https://doi.org/10.13039/501100000780"
}],
"funding": "824064",
"keywords": ["JIVE", "Astronomy", "jupyter-notebook"],
"name": "Jupyter-CASA",
"softwareVersion": "6.5.3",
"version": "6.5.3",
"description": "A Jupyter kernel for CASA, a popular data processing suite for radio astronomy. The software is packaged together with CASA as a Docker container.",
"readme": "https://github.com/aardk/jupyter-casa/blob/master/README.md",
"programmingLanguage": [
"Python 3"
],
"operatingSystem": [
"Linux",
"MacOS"
],
"softwareRequirements": [
"Docker, Jupyter"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-5575-2774",
"givenName": "Aard",
"familyName": "Keimpema",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Join Institute for VLBI ERIC"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-6156-5617",
"givenName": "Mark",
"familyName": "Kettenis",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Join Institute for VLBI ERIC"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-3723-5404",
"givenName": "Des",
"familyName": "Small",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Join Institute for VLBI ERIC"
}
},
{
"@type": "Person",
"@id": "http://orcid.org/0000-0001-5473-2950",
"givenName": "Ilse",
"familyName": "van Bemmel",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Join Institute for VLBI ERIC"
}
}
],
"maintainer": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-5575-2774",
"givenName": "Aard",
"familyName": "Keimpema",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Join Institute for VLBI ERIC"
}
}
],
"citation": [ "https://arxiv.org/abs/2210.02275", "https://arxiv.org/abs/2210.02276"]
}