-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
116 lines (115 loc) · 3.51 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
111
112
113
114
115
116
{
"@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/s-disco",
"contIntegration": "https://github.com/explore-platform/s-disco",
"dateCreated": "2023-07-01",
"datePublished": "2023-07-01",
"dateModified": "2023-07-01",
"downloadUrl": "https://github.com/explore-platform",
"issueTracker": "https://github.com/explore-platform/s-disco/issues",
"name": "S-Disco",
"version": "2.0",
"description": "The S-Disco application provides an interactive and visual exploration of the APOGEE and Gaia RVS public spectral data, in particular in terms of anomalous and/or similarity sources.",
"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.5281/zenodo.6670298",
"readme": "https://explore-platform.eu/sdas/about/sdisco",
"softwareVersion": "2.0",
"funder": {
"@type": "Organization",
"name": "European Commission"
},
"copyrightHolder": {
"@type": "Organization",
"name": "ACRI ST - Tel-Aviv University"
},
"keywords": [
"Projects: EXPLORE",
"Gaia; Content: Astronomy",
"Stellar spectra",
"Stellar properties"
],
"programmingLanguage": [
"Python",
"Java"
],
"runtimePlatform": [
"Docker"
],
"operatingSystem": [
"Ubuntu 20.04"
],
"softwareRequirements": [
"Visualiser"
],
"memoryRequirement": [
"2048 Mb"
],
"processorRequirement": [
"4 cores"
],
"storageRequirements": [
"15 Gb"
],
"relatedLink": [
"https://gitlab.acri-cwa.fr/project-explore"
],
"citation": [
"2022scio.confE..36C"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-9227-7346",
"givenName": "Emmanuel",
"familyName": "Bernhard",
"email": "emmanuel.bernhard@acri-st.fr",
"affiliation": {
"@type": "Organization",
"name": "ACRI-ST"
}
},
{
"@type": "Person",
"@id": "-\n",
"givenName": "Yarden",
"familyName": "Eilat",
"email": "-\n",
"affiliation": {
"@type": "Organization",
"name": "Tel-Aviv University"
}
}
],
"contributor": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-1470-7173",
"givenName": "Dovi",
"familyName": "Poznanski",
"email": "dovi@tau.ac.il",
"affiliation": {
"@type": "Organization",
"name": "Tel-Aviv University"
}
}
],
"maintainer": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-9227-7346",
"givenName": "Emmanuel",
"familyName": "Bernhard",
"email": "emmanuel.bernhard@acri-st.fr",
"affiliation": {
"@type": "Organization",
"name": "ACRI-ST"
}
}
]
}