-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcodemeta.json
112 lines (112 loc) · 4.17 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/BSD-3-Clause",
"codeRepository": "https://github.com/cta-observatory/lstosa",
"contIntegration": "https://github.com/cta-observatory/lstosa/actions",
"dateCreated": "2020-01-29",
"datePublished": "2022-05-20",
"downloadUrl": "https://github.com/cta-observatory/lstosa/releases/tag/v0.9.4",
"issueTracker": "https://github.com/cta-observatory/lstosa/issues",
"name": "lstosa",
"version": "0.9.4",
"identifier": "10.5281/zenodo.6567234",
"description": "Workflow management framework for the onsite analysis of LST-1 data.",
"applicationCategory": "CTA, LST",
"developmentStatus": "active",
"isPartOf": "https://www.cta-observatory.org/",
"keywords": [
"data analysis pipeline",
"analysis workflow management",
"Large Size Telescope",
"LST",
"Cherenkov Telescope Array",
"CTA"
],
"programmingLanguage": [
"Python 3"
],
"author": [
{
"@id": "https://orcid.org/0000-0001-9400-0922",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "IPARCOS Institute and EMFTEL Department, Universidad Complutense de Madrid, E-28040 Madrid, Spain"
},
"familyName": "Morcuende",
"givenName": "Daniel"
},
{
"@id": "https://orcid.org/0000-0002-3171-5039",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Center for Astrophysics | Harvard & Smithsonian, CfA, 60 Garden St., 02138 Cambridge MA, US"
},
"familyName": "Saha",
"givenName": "Lab"
},
{
"@id": "https://orcid.org/0000-0003-3274-4445",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Instituto de Astrof\u00edsica de Andaluc\u00eda - CSIC, Gta. de la Astronom\u00eda, 18008 Granada, Spain"
},
"familyName": "Ruiz",
"givenName": "Jos\u00e9 Enrique"
},
{
"@id": "https://orcid.org/0000-0001-7282-2394",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "IPARCOS Institute and EMFTEL Department, Universidad Complutense de Madrid, E-28040 Madrid, Spain"
},
"familyName": "Contreras",
"givenName": "Jos\u00e9 Luis"
},
{
"@id": "https://orcid.org/0000-0002-1757-5826",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "IPARCOS Institute and EMFTEL Department, Universidad Complutense de Madrid, E-28040 Madrid, Spain"
},
"familyName": "Baquero",
"givenName": "Andr\u00e9s"
},
{
"@id": "https://orcid.org/0000-0003-3848-922X",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "IPARCOS Institute and EMFTEL Department, Universidad Complutense de Madrid, E-28040 Madrid, Spain"
},
"familyName": "L\u00e1inez",
"givenName": "Mar\u00eda"
},
{
"@id": "https://orcid.org/0000-0001-7993-8189",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "TU Dortmund University, Otto-Hahn-Str. 4a 44227 Dortmund, Germany"
},
"familyName": "N\u00f6the",
"givenName": "Maximilian"
}
],
"maintainer": {
"@type": "Person",
"@id": "https://orcid.org/0000-0001-9400-0922",
"givenName": "Morcuende",
"familyName": "Daniel",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "IPARCOS Institute and EMFTEL Department, Universidad Complutense de Madrid, E-28040 Madrid, Spain"
}
}
}