-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcodemeta.json
90 lines (90 loc) · 3.42 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "git+https://github.com/cta-observatory/lstmcpipe.git",
"dateCreated": "2019-09-18",
"datePublished": "2024-10-18",
"downloadUrl": "https://github.com/cta-observatory/lstmcpipe/archive/refs/tags/v0.11.1.tar.gz",
"issueTracker": "https://github.com/cta-observatory/lstmcpipe/issues",
"name": "lstmcpipe",
"version": "0.11.3",
"softwareVersion": "0.11.3",
"readme": "https://github.com/cta-observatory/lstmcpipe/blob/master/README.rst",
"description": "Scripts to ease the reduction of MC data on the LST cluster at La Palma. With this package, the analysis/creation of R1/DL0/DL1/DL2/IRFs can be orchestrated.",
"applicationCategory": "CTA, LST",
"releaseNotes": "lstmcpipe v0.11.3 makes a hotfix about failed jobs directory. For bug fixes, see the **full changelog**: https://github.com/cta-observatory/lstmcpipe/compare/v0.11.2...v0.11.3",
"funding": "824064",
"developmentStatus": "active",
"isPartOf": "https://www.cta-observatory.org/",
"funder": {
"@type": "Organization",
"name": "European Union’s Horizon 2020 research and innovation programme"
},
"keywords": [
"workflow",
"pipeline",
"CTA",
"ground-based telescopes"
],
"programmingLanguage": [
"Python 3"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-5686-2078",
"givenName": "Thomas",
"familyName": "Vuillaume",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Univ. Savoie Mont-Blanc, CNRS, LAPP"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-2224-4594",
"givenName": "Enrique",
"familyName": "Garcia",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Univ. Savoie Mont Blanc, CNRS, LAPP"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-7110-0533",
"givenName": "Lukas",
"familyName": "Nickel",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "TU Dortmund University, Department of Physics"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-8816-4920",
"givenName": "Arnau",
"familyName": "Aguasca-Cabot",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Departament de F\u00edsica Qu\u00e0ntica i Astrof\u00edsica, Institut de Ci\u00e8ncies del Cosmos (ICCUB), Universitat de Barcelona (IEEC-UB)"
}
}
],
"maintainer": {
"@type": "Person",
"@id": "https://orcid.org/0000-0003-2224-4594",
"givenName": "Enrique",
"familyName": "Garcia",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Univ. Savoie Mont Blanc, CNRS, LAPP"
}
}
}