Newer
Older
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",
"name": "eossr",
"description": "ESCAPE OSSR library",
"license": "https://spdx.org/licenses/MIT",
"softwareVersion": "v0.1",
"codeRepository": "https://gitlab.in2p3.fr/escape2020/wp3/eossr",
"developmentStatus": "active",
"dateCreated": "2021-08-31",
"isAccessibleForFree": true,
"isPartOf": [
"https://gitlab.in2p3.fr/escape2020",
"https://projectescape.eu/"
],
"contIntegration": "https://gitlab.in2p3.fr/escape2020/wp3/eossr/-/pipelines",
"buildInstructions": "https://gitlab.in2p3.fr/escape2020/wp3/eossr/-/blob/master/README.md",
"issueTracker": "https://gitlab.in2p3.fr/escape2020/wp3/eossr/-/issues",
"readme": "https://gitlab.in2p3.fr/escape2020/wp3/eossr/-/blob/master/README.md",
"programmingLanguage": [
{
"@type": "ComputerLanguage",
"name": "Python",
"url": "https://www.python.org/"
}
],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "requests",
"name": "requests",
"softwareVersion": ">=3.6"
},
{
"@type": "SoftwareApplication",
"identifier": "pytest",
"name": "pytest",
"softwareVersion": ">=5.4.2"
}
],
"keywords": ["jupyter-notebook"],
"runtimePlatform": "",
"downloadUrl": "",
"installUrl": "",
"releaseNotes": "",
"datePublished": "",
"dateModified": "",
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
"maintainer": {
"@type": "Person",
"@id": "https://orcid.org/0000-0003-2224-4594",
"givenName": "Enrique",
"familyName": "Garcia",
"email": "garcia@lapp.in2p3.fr",
"affiliation": {
"@type": "Organization",
"name": "LAPP, CNRS"
}
},
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-5686-2078",
"givenName": "Thomas",
"familyName": "Vuillaume",
"email": "vuillaume@lapp.in2p3.fr",
"affiliation": {
"@type": "Organization",
"name": "LAPP, CNRS"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-2224-4594",
"givenName": "Enrique",
"familyName": "Garcia",
"email": "garcia@lapp.in2p3.fr",
"affiliation": {
"@type": "Organization",
"name": "LAPP, CNRS"
}
}
],
"contributor": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-5321-8404",
"givenName": "Christian",
"familyName": "Tacke",
"affiliation": {
"@type": "Organization",
"name": "GSI"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-7821-8673",
"givenName": "Tamás",
"familyName": "Gál",
"email": "tamas.gal@fau.de",
"affiliation": {
"@type": "Organization",
"name": "ECAP, FAU (Nuremberg, Germany)"
}
}
],
"funder":[
{
"@type": "Organization",
"name": "ESCAPE: European Science Cluster of Astronomy & Particle physics ESFRI research infrastructures",
"funder": {
"@type": "Organization",
"@id": "https://doi.org/10.13039/501100000780",
"name": "European Commission"
}
}
],
"funding": "824064"
}