-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
87 lines (87 loc) · 2.95 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://gitlab.in2p3.fr/christopher.eckner/mlfermilatdwarfs/",
"dateCreated": "2021-10-06",
"datePublished": "2021-10-22",
"version": "v1.0",
"developmentStatus": "active",
"downloadUrl": "https://gitlab.in2p3.fr/christopher.eckner/mlfermilatdwarfs/-/archive/master/mlfermidwarfs-master.tar.gz",
"name": "Dark matter constraints from dwarf galaxies: a data-driven LAT analysis",
"description": "Python code to derive data-driven upper limits on the thermally averaged, velocity-weighted pair-annihilation cross-section (velocity-independent) of a user-defined particle dark matter model using the expected differential gamma-ray spectrum of pair-annihilation events (provided by the user) as well as 10 years of Fermi-LAT data from observations of the Milky Way´s dwarf spheroidal galaxies.",
"developmentStatus": "active",
"isPartOf": "https://gitlab.in2p3.fr/escape2020,https://projectescape.eu/",
"keywords": [
"ESCAPE",
"jupyter-notebook"
],
"programmingLanguage": [
"Python"
],
"runtimePlatform": [
"Python >3.6"
],
"softwareRequirements": [
"numpy>=1.19",
"scipy>=1.6.2",
"iminuit<=1.5.4",
"astropy>=4.1",
"scikit-learn>=0.24",
"matplotlib"
],
"author": [
{
"@type": "Person",
"givenName": "Francesca",
"familyName": "Calore",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "LAPTh, CNRS"
}
},
{
"@type": "Person",
"givenName": "Bryan",
"familyName": "Zaldívar",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "IFT-UAM/CSIC"
}
},
{
"@type": "Person",
"givenName": "Pasquale",
"familyName": "Serpico",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "LAPTh, CNRS"
}
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Christopher",
"familyName": "Eckner",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "LAPTh, CNRS"
}
},
{
"@type": "Person",
"givenName": "Thomas",
"familyName": "Vuillaume",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Univ. Savoie Mont-Blanc, CNRS, LAPP"
}
}
]
}