-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
59 lines (59 loc) · 1.82 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "https://gitlab.acri-cwa.fr/project-explore/templates/template",
"dateCreated": "2023-07-01",
"datePublished": "2023-07-01",
"dateModified": "2023-07-01",
"issueTracker": "https://gitlab.acri-cwa.fr/project-explore/templates/template/-/issues",
"name": "Single-service App",
"version": "1.0",
"description": "This repository provides an App template or blue-print as developed for the EXPLORE project.",
"applicationCategory": "Astronomy",
"funding": "This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 101004214.",
"developmentStatus": "active",
"isPartOf": "https://explore-platform.eu",
"referencePublication": "https://doi.org/10.5281/zenodo.6670298",
"readme": "https://explore-platform.eu/",
"softwareVersion": "1.0",
"funder": {
"@type": "Organization",
"name": "European Commission"
},
"keywords": [
"Projects: EXPLORE",
"Content: Astronomy",
""
],
"programmingLanguage": [
"Python"
],
"operatingSystem": [
"Docker"
],
"softwareRequirements": [
"Visualiser"
],
"citation": [
"2022scio.confE..36C"
],
"author": [
{
"@type": "Person",
"givenName": "Nick Cox"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Nick",
"familyName": "Cox",
"email": "nick.cox@acri-st.fr",
"affiliation": {
"@type": "Organization",
"name": "ACRI-ST"
}
}
]
}