Skip to content

Commit 1d49b7c

Browse files
committed
add software metadata
1 parent 557ec7b commit 1d49b7c

File tree

1 file changed

+39
-2
lines changed

1 file changed

+39
-2
lines changed

Diff for: codemeta.json

+39-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
{
22
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
33
"@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+
],
429
"author": [
530
{
631
"@id": "https://orcid.org/0000-0001-9400-0922",
@@ -13,6 +38,7 @@
1338
"givenName": "Daniel"
1439
},
1540
{
41+
"@id": "https://orcid.org/0000-0002-3171-5039",
1642
"@type": "Person",
1743
"affiliation": {
1844
"@type": "Organization",
@@ -71,5 +97,16 @@
7197
"familyName": "N\u00f6the",
7298
"givenName": "Maximilian"
7399
}
74-
]
75-
}
100+
],
101+
"maintainer": {
102+
"@type": "Person",
103+
"@id": "https://orcid.org/0000-0001-9400-0922",
104+
"givenName": "Morcuende",
105+
"familyName": "Daniel",
106+
"email": "[email protected]",
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

Comments
 (0)