-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
116 lines (116 loc) · 3.74 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/BSD-3-Clause",
"codeRepository": "https://git.km3net.de/open-data/public-candidates/uhe-event",
"dateCreated": "2025-02-10",
"datePublished": "2025-02-12",
"dateModified": "2025-02-12",
"downloadUrl": "https://git.km3net.de/open-data/public-candidates/uhe-event",
"issueTracker": "https://git.km3net.de/open-data/public-candidates/uhe-event/issues",
"name": "Data for the KM3-230213A high energy event observation",
"version": "1.0.0",
"description": "his repository contains open data and methods to supplement the publication 'Observation of an Ultra-high-energy Cosmic Neutrino with KM3NeT'."",
"applicationCategory": "Astroparticle physics",
"releaseNotes": "First commit in line with paper publication.",
"developmentStatus": "active",
"readme": "https://git.km3net.de/open-data/public-candidates/uhe-event/README.md",
"softwareVersion": "1.0.0",
"keywords": [
"KM3NeT",
"neutrinos",
"ultra high energy"
],
"programmingLanguage": [
"Python 3"
],
"operatingSystem": [
"Linux",
"Windows"
],
"softwareRequirements": [
"Python 3.11",
],
"author": [
{
"@type": "Person",
"@id": "http://openscience.km3net.de",
"givenName": "KM3NeT",
"familyName": "Open Science",
"email": "opendata@km3net.de",
"affiliation": {
"@type": "Organization",
"name": "KM3NeT collaboration"
}
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Luigi",
"familyName": "Fusco",
"email": "lfusco@km3net.de",
"affiliation": {
"@type": "Organization",
"name": "Universita degli studi di Salerno"
}
},
{
"@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": "FAU Erlangen-Nürnberg"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-6118-4817",
"givenName": "Aart",
"familyName": "Heijboer",
"email": "aheiboer.km3net.de",
"affiliation": {
"@type": "Organization",
"name": "Nikhef"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-8860-5826",
"givenName": "Mathieu",
"familyName": "Lamoureux",
"email": "mlamoureux@km3net.de",
"affiliation": {
"@type": "Organization",
"name": "UC Louvain"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-1233-7738",
"givenName": "Jutta",
"familyName": "Schnabel",
"email": "jutta.schnabel@fau.de",
"affiliation": {
"@type": "Organization",
"name": "FAU Erlangen-Nürnberg"
}
}
],
"maintainer": [
{
"@type": "Person",
"@id": "http://openscience.km3net.de",
"givenName": "KM3NeT",
"familyName": "Open Science",
"email": "opendata@km3net.de",
"affiliation": {
"@type": "Organization",
"name": "KM3NeT collaboration"
}
}
]
}