-
Notifications
You must be signed in to change notification settings - Fork 12
/
codemeta.json
41 lines (41 loc) · 1.52 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
{
"@context": "https://raw.githubusercontent.com/mbjones/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "http://orcid.org/0000-0001-5982-167X",
"@type": "Person",
"email": "[email protected]",
"name": "Tim Jenness",
},
{
"@id": "http://orcid.org/0000-0001-6524-2447",
"@type": "Person",
"email": "[email protected]",
"name": "David Berry",
"affiliation": "East Asian Observatory"
},
{
"@id": "",
"@type": "Person",
"email": "[email protected]",
"name": "Patrick Wallace",
"affiliation": "STFC",
}
],
"identifier": "http://dx.doi.org/10.5281/zenodo.17212",
"codeRepository": "https://github.com/Starlink/pal",
"dateCreated": "2012-02-08",
"description": "The PAL library is a partial re-implementation of Pat Wallace's popular SLALIB library written in C using a Gnu GPL license and layered on top of the IAU's SOFA library (or the BSD-licensed ERFA) where appropriate.",
"keywords": "astronomy, Starlink, astrometry",
"license": "http://opensource.org/licenses/GPL-3.0",
"title": "PAL: Positional Astronomy Library",
"version": "0.9.1",
"uploadedBy":
{
"@id": "http://orcid.org/0000-0001-5982-167X",
"@type": "Person",
"email": "[email protected]",
"name": "Tim Jenness",
}
}