-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
58 lines (55 loc) · 1.8 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "OrbFit",
"description": "astronomy library to compute orbits and ephemerides",
"applicationCategory" : "Astronomy",
"name": "OrbFit",
"codeRepository": "https://github.com/Unipisa/OrbFit",
"license": "GNU General Public License v2.0",
"version": "5.0.5",
"keywords" : [
"Astronomy",
"Orbits",
"Ephemerides"
],
"runtimePlatform" : "LINUX",
"softwareRequirements" : ["Fortran95 Compiler gfortran"],
"developmentStatus" : "Active",
"dateCreated" : "2002-05-11",
"datePublished" : "2019-10-08",
"relatedLink" : ["http://adams.dm.unipi.it/orbfit/", "https://newton.spacedys.com/neodys/", "https://newton.spacedys.com/astdys/"],
"programmingLanguage" : "Fortran95",
"referencePublication" : [
{
"@type": "ScholarlyArticle",
"idendifier": "https://doi.org/10.1017/CBO9781139175371",
"name": "Theory of Orbit Determination",
"author": [
{
"@type": "Person",
"givenName": "Andrea",
"familyName": "Milani",
"affiliation" : "Università di Pisa",
"email": "milani@dm.unipi.it"
},
{
"@type": "Person",
"givenName": "Giovanni",
"familyName": "Gronchi",
"affiliation" : "Università di Pisa",
"email": "gronchi@dm.unipi.it"
}
]
}
],
"author": [
{
"@type": "Person",
"givenName": "Andrea",
"familyName": "Milani",
"affiliation" : "Università di Pisa",
"email": "milani@dm.unipi.it"
}
]
}