1
1
{
2
2
"@context" : " https://doi.org/10.5063/schema/codemeta-2.0" ,
3
3
"@type" : " SoftwareSourceCode" ,
4
+ "license" : " https://spdx.org/licenses/BSD-3-Clause" ,
5
+ "codeRepository" : " https://github.com/cta-observatory/lstosa" ,
6
+ "contIntegration" : " https://github.com/cta-observatory/lstosa/actions" ,
7
+ "dateCreated" : " 2020-01-29" ,
8
+ "datePublished" : " 2022-05-20" ,
9
+ "downloadUrl" : " https://github.com/cta-observatory/lstosa/releases/tag/v0.9.4" ,
10
+ "issueTracker" : " https://github.com/cta-observatory/lstosa/issues" ,
11
+ "name" : " lstosa" ,
12
+ "version" : " 0.9.4" ,
13
+ "identifier" : " 10.5281/zenodo.6567234" ,
14
+ "description" : " Workflow management framework for the onsite analysis of LST-1 data." ,
15
+ "applicationCategory" : " CTA, LST" ,
16
+ "developmentStatus" : " active" ,
17
+ "isPartOf" : " https://www.cta-observatory.org/" ,
18
+ "keywords" : [
19
+ " data analysis pipeline" ,
20
+ " analysis workflow management" ,
21
+ " Large Size Telescope" ,
22
+ " LST" ,
23
+ " Cherenkov Telescope Array" ,
24
+ " CTA"
25
+ ],
26
+ "programmingLanguage" : [
27
+ " Python 3"
28
+ ],
4
29
"author" : [
5
30
{
6
31
"@id" : " https://orcid.org/0000-0001-9400-0922" ,
13
38
"givenName" : " Daniel"
14
39
},
15
40
{
41
+ "@id" : " https://orcid.org/0000-0002-3171-5039" ,
16
42
"@type" : " Person" ,
17
43
"affiliation" : {
18
44
"@type" : " Organization" ,
71
97
"familyName" : " N\u00f6 the" ,
72
98
"givenName" : " Maximilian"
73
99
}
74
- ]
75
- }
100
+ ],
101
+ "maintainer" : {
102
+ "@type" : " Person" ,
103
+ "@id" : " https://orcid.org/0000-0001-9400-0922" ,
104
+ "givenName" : " Morcuende" ,
105
+ "familyName" : " Daniel" ,
106
+
107
+ "affiliation" : {
108
+ "@type" : " Organization" ,
109
+ "name" : " IPARCOS Institute and EMFTEL Department, Universidad Complutense de Madrid, E-28040 Madrid, Spain"
110
+ }
111
+ }
112
+ }
0 commit comments