-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
46 lines (46 loc) · 1.49 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/BSD-3-Clause",
"codeRepository": "git+https://gitlab.in2p3.fr/escape2020/virtual-environment/matchmaker.git",
"datePublished": "2023-05-09",
"dateModified": "2023-05-09",
"name": "matchmaker",
"version": "v1.0",
"description": "matchmaker is a python package to perform cross-matching of (astronomical) catalogs and manipulate results.",
"applicationCategory": "Astronomy",
"readme": "https://gitlab.in2p3.fr/escape2020/virtual-environment/matchmaker",
"softwareVersion": "v1.0",
"keywords": [
"Catalogs cross-matching"
],
"programmingLanguage": [
"Python"
],
"author": [
{
"@type": "Person",
"@id": "http://orcid.org/0000-0003-1779-4532",
"givenName": "D.",
"familyName": "Vohl",
"email": "d.vohl@uva.nl",
"affiliation": {
"@type": "Organization",
"name": "University of Amsterdam, ASTRON"
}
}
],
"maintainer": [
{
"@type": "Person",
"@id": "http://orcid.org/0000-0003-1779-4532",
"givenName": "D.",
"familyName": "Vohl",
"email": "d.vohl@uva.nl",
"affiliation": {
"@type": "Organization",
"name": "University of Amsterdam, ASTRON"
}
}
]
}