-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
110 lines (110 loc) · 3.61 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "https://github.com/explore-platform/g-tomo",
"contIntegration": "https://github.com/explore-platform/g-tomo",
"dateCreated": "2021-01-01",
"datePublished": "2021-01-01",
"dateModified": "2023-10-01",
"downloadUrl": "https://github.com/explore-platform",
"issueTracker": "https://github.com/explore-platform/g-tomo/issues",
"name": "G-Tomo",
"version": "2.0.0",
"identifier": "https://doi.org/10.5281/zenodo.10405177",
"description": "The G-Tomo scientific data application (SDA) created by the EXPLORE project allows users to extract 1d profiles and 2d maps from the latest 3d dust extinction maps based on Gaia eDR3 and 2MASS data (Lallement et al. 2022).\n",
"applicationCategory": "Astronomy",
"releaseNotes": "-\n",
"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.1051/0004-6361/202243319",
"readme": "https://explore-platform.eu/sdas/about/gtomo",
"softwareVersion": "2.0.0",
"citation": "https://ui.adsabs.harvard.edu/abs/2022A%26A...664A.174V/abstract",
"provider": {
"@id": "https://explore-platform.eu",
"@type": "Organization",
"name": "EXPLORE Project - Innovative Scientific Data Exploration and Exploitation Applications for Space Sciences",
"url": "https://explore-platform.eu"
},
"funder": {
"@type": "Organization",
"name": "European Commission",
"@id": "https://doi.org/10.13039/501100000780"
},
"copyrightHolder": {
"@type": "Organization",
"name": "ACRI-ST - GEPI - Know-Center"
},
"keywords": [
"Projects: EXPLORE",
"Gaia; Content: Astronomy",
"Extinction",
"Galactic",
"Interstellar Medium"
],
"programmingLanguage": [
"Python"
],
"runtimePlatform": [
"Docker"
],
"operatingSystem": [
"Ubuntu 20.04"
],
"softwareRequirements": [
"Visualiser"
],
"memoryRequirements": [
"2048 Mb"
],
"processorRequirements": [
"2 cores"
],
"storageRequirements": [
"5 Gb"
],
"relatedLink": [
"https://gitlab.acri-cwa.fr/project-explore"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-7926-4492",
"givenName": "Nick",
"familyName": "Cox",
"email": "nick.cox@acri-st.fr",
"affiliation": {
"@type": "Organization",
"name": "ACRI-ST"
}
}
],
"contributor": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-7926-4492",
"givenName": "Nick",
"familyName": "Cox",
"email": "nick.cox@acri-st.fr",
"affiliation": {
"@type": "Organization",
"name": "ACRI-ST"
}
}
],
"maintainer": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-7926-4492",
"givenName": "Nick",
"familyName": "Cox",
"email": "nick.cox@acri-st.fr",
"affiliation": {
"@type": "Organization",
"name": "ACRI-ST"
}
}
]
}