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
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "git+https://git.km3net.de/km3py/km3io.git",
"contIntegration": "https://git.km3net.de/km3py/km3io/-/pipelines",
"dateCreated": "2019-11-15",
"datePublished": "2019-11-15",
"dateModified": "2022-09-23",
"downloadUrl": "https://git.km3net.de/km3py/km3io",
"issueTracker": "https://git.km3net.de/km3py/km3io/-/issues",
"name": "km3io",
"softwareVersion": "0.27.0",
"maintainer": "Tamas Gal <tamas.gal@fau.de>",
"readme": "https://git.km3net.de/km3py/km3io/-/blob/master/README.rst",
"description": "Pure Python I/O library for KM3NeT related files.",
"applicationCategory": "Astroparticle physics",
"developmentStatus": "active",
"referencePublication": "https://doi.org/10.5281/zenodo.808829",
"keywords": [
"i/o",
"astroparticle physics",
"km3net"
],
"programmingLanguage": [
"Python 3"
],
"operatingSystem": [
"Linux",
"macOS",
"Windows"
],
"relatedLink": [
"https://km3py.pages.km3net.de/km3io/"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-7821-8673",
"givenName": "Tamas",
"familyName": "Gal",
"email": "tamas.gal@fau.de",
"affiliation": {
"@type": "Organization",
"name": "Friedrich-Alexander-University Erlangen-Nuremberg, Erlangen Centre for Astroparticle Physics"
}
}
],
"contributor": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-3722-086X",
"givenName": "Johannes",
"familyName": "Schumann",
"affiliation": {
"@type": "Organization",
"name": "Friedrich-Alexander-University Erlangen-Nuremberg, Erlangen Centre for Astroparticle Physics"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-5593-2580",
"givenName": "Zineb",
"familyName": "Aly"
}
]
}