-
Notifications
You must be signed in to change notification settings - Fork 5
/
codemeta.json
52 lines (52 loc) · 1.92 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "git+https://github.com/KM3NeT/Neurthino.jl.git",
"contIntegration": "https://github.com/KM3NeT/Neurthino.jl/actions",
"dateCreated": "2019-06-13",
"datePublished": "2021-02-24",
"dateModified": "2021-02-24",
"issueTracker": "https://github.com/KM3NeT/Neurthino.jl/issues",
"name": "Neurthino.jl",
"version": "1.0.0",
"description": "Neurthino.jl is a package for calculating neutrino oscillation probabilities. The main focus of the package lies on atmospheric neutrino flux and the neutrino propagation through earth.",
"applicationCategory": "Particle physics",
"referencePublication": "https://doi.org/10.5281/zenodo.4568392",
"keywords": [
"physics",
"particle physics",
"neutrino",
"oscillations"
],
"programmingLanguage": [
"Julia"
],
"relatedLink": [
"https://km3net.github.io/Neurthino.jl/stable"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-3722-086X",
"givenName": "Johannes",
"familyName": "Schumann",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Friedrich-Alexander-University Erlangen-Nuremberg, Erlangen Centre for Astroparticle Physics"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-7821-8673",
"givenName": "Tamas",
"familyName": "Gal",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Friedrich-Alexander-University Erlangen-Nuremberg, Erlangen Centre for Astroparticle Physics"
}
}
]
}