-
Notifications
You must be signed in to change notification settings - Fork 7
/
codemeta.json
83 lines (82 loc) · 2.98 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/cds-astro/cds-moc-rust",
"contIntegration": "https://github.com/cds-astro/cds-moc-rust/actions",
"dateCreated": "2021-08-16",
"datePublished": "2021-10-18",
"dateModified": "2022-04-13",
"downloadUrl": "https://github.com/cds-astro/cds-moc-rust/releases",
"issueTracker": "https://github.com/cds-astro/cds-moc-rust/issues",
"name": "MOC Lib Rust, MOCCLi, MOCWasm and MOCSet",
"softwareVersion": "0.6.0",
"description": "Rust implementation of the IVOA MOC standard (MOC Lib Rust); \nassociated command line tool (MOCCli) and\nJavascript/WebAssembly wrapper to manipulate MOCs in Web Browsers (MOCWasm).",
"applicationCategory": "Astronomy",
"releaseNotes": "https://github.com/cds-astro/cds-moc-rust/blob/main/CHANGELOG.md",
"readme": "https://github.com/cds-astro/cds-moc-rust/blob/main/README.md",
"funding": "ESCAPE, European Union’s Horizon 2020, Grant Agreement no. 824064",
"developmentStatus": "active",
"funder": [
{
"@type": "Organization",
"name": "Université de Strasbourg"
},
{
"@type": "Organization",
"name": "European Commission",
"@id": "https://doi.org/10.13039/501100000780"
}
],
"funding": "ESCAPE: European Science Cluster of Astronomy & Particle physics ESFRI research infrastructures",
"keywords": [
"astronomy",
"IVOA",
"MOC",
"HEALPix"
],
"programmingLanguage": [
"Rust"
],
"operatingSystem": [
"Linux",
"Mac",
"Windows"
],
"author": [
{
"@type": "Person",
"@id": "http://orcid.org/0000-0002-2335-4499",
"givenName": "Francois-Xavier",
"familyName": "Pineau",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Université de Strasbourg, CNRS, Observatoire astronomique de Strasbourg, UMR7550"
}
}
],
"maintainer": {
"@type": "Person",
"@id": "http://orcid.org/0000-0002-2335-4499",
"givenName": "Francois-Xavier",
"familyName": "Pineau",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Université de Strasbourg, CNRS, Observatoire astronomique de Strasbourg, UMR7550"
}
},
"contributor": [
{
"@type": "Person",
"givenName": "Matthieu",
"familyName": "Baumann",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Université de Strasbourg, CNRS, Observatoire astronomique de Strasbourg, UMR7550"
}
}
]
}