-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
125 lines (125 loc) · 3.81 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
117
118
119
120
121
122
123
124
125
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "git+https://github.com/AMIGA-IAA/hcg-16.git",
"dateCreated": "2019-10-09",
"datePublished": "2019-10-09",
"dateModified": "2021-09-28",
"downloadUrl": "https://github.com/AMIGA-IAA/hcg-16/releases/tag/v1.2.1",
"issueTracker": "https://github.com/AMIGA-IAA/hcg-16/issues",
"name": "Pipeline for HCG-16 Project",
"version": "1.2.1",
"identifier": "https://zenodo.org/doi/10.5281/zenodo.5534681",
"description": "This repository hosts a pipeline to reproduce the data reduction and analysis of Jones et al. 2019.",
"applicationCategory": "Astronomy",
"developmentStatus": "inactive",
"referencePublication": "https://doi.org/10.1051/0004-6361/201936349",
"readme": "https://github.com/AMIGA-IAA/hcg-16/blob/master/README.md",
"softwareVersion": "1.2.1",
"funder": {
"@type": "Organization",
"name": "MINECO, FEDER"
},
"keywords": [
"Astronomy",
"Galaxies",
"Galaxy Groups",
"Radio Interferometry",
"VLA",
"HCG16",
"HI line emission"
],
"programmingLanguage": [
"Python"
],
"runtimePlatform": [
"Python",
"Docker"
],
"operatingSystem": [
"Linux"
],
"softwareRequirements": [
"https://github.com/AMIGA-IAA/hcg-16/blob/master/conda-linux-64.lock"
],
"relatedLink": [
"https://ui.adsabs.harvard.edu/abs/2019A%26A...632A..78J/abstract"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-5434-4904",
"givenName": "Michael",
"familyName": "Jones",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "University of Arizona"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-3143-4798",
"givenName": "Sebastian",
"familyName": "Luna-Valero",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "EGI Foundation"
}
},
{
"@type": "Person",
"givenName": "Julian",
"familyName": "Garrido"
},
{
"@type": "Person",
"givenName": "Susana",
"familyName": "Sanchez"
}
],
"contributor": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-5434-4904",
"givenName": "Michael",
"familyName": "Jones",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "University of Arizona"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-3143-4798",
"givenName": "Sebastian",
"familyName": "Luna-Valero",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "EGI Foundation"
}
},
{
"@type": "Person",
"givenName": "Julian",
"familyName": "Garrido"
}
],
"maintainer": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-5434-4904",
"givenName": "Michael",
"familyName": "Jones",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "University of Arizona"
}
}
]
}