-
Notifications
You must be signed in to change notification settings - Fork 9
/
codemeta.json
56 lines (56 loc) · 1.99 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/cta-observatory/ctaplot.git",
"contIntegration": "https://github.com/cta-observatory/ctaplot/actions",
"dateCreated": "2018-07-06",
"datePublished": "2022-04-08",
"dateModified": "2022-04-08",
"downloadUrl": "https://github.com/cta-observatory/ctaplot/archive/v0.6.2.zip",
"issueTracker": "https://github.com/cta-observatory/ctaplot/issues",
"name": "ctaplot",
"version": "0.6.2",
"description": "ctaplot provides low-level reconstruction quality-checks metrics computation and vizualisation for Imaging Atmospheric Cherenkov Telescopes such as CTA",
"applicationCategory": "Astronomy",
"releaseNotes": "Version 0.6.2. See changelog: https://github.com/cta-observatory/ctaplot/releases",
"funding": "Grant 824064",
"funder": {
"@type": "Organization",
"name": "European Union’s Horizon 2020"
},
"keywords": [
"astronomy"
],
"programmingLanguage": [
"Python 3"
],
"softwareRequirements": [
"Python>=3.6"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-5686-2078",
"givenName": "Thomas",
"familyName": "Vuillaume",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "LAPP, Univ. Grenoble Alpes, Univ. Savoie Mont Blanc, CNRS-IN2P3"
}
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Mikael",
"familyName": "Jacquemont",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "LAPP, Univ. Grenoble Alpes, Univ. Savoie Mont Blanc, CNRS-IN2P3"
}
}
]
}