-
Notifications
You must be signed in to change notification settings - Fork 3
/
codemeta.json
66 lines (65 loc) · 2.28 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "https://zenodo.org/records/14134274",
"description": "Extensible spacetime agnostic general relativistic ray-tracing (GRRT): Gradus.jl is a suite of tools related to tracing geodesics and calculating observational signatures of accreting compact objects. Gradus.jl requires only a specification of the non-zero metric components of a chosen spacetime in order to solve the geodesic equation and compute a wide variety of trajectories and orbits. Various algorithms for calculating physical quantities are implemented generically, so they may be used with different classes of spacetime with minimal implementation.",
"name": "Gradus.jl",
"codeRepository": "https://github.com/astro-group-bristol/Gradus.jl",
"issueTracker": "https://github.com/astro-group-bristol/Gradus.jl/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.4.26",
"developmentStatus": "active",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Julia",
"url": "https://julialang.org/"
},
"author": [
{
"@type": "Person",
"givenName": "Fergus",
"familyName": "Baker",
"email": "[email protected]"
},
{
"@type": "Person",
"givenName": "Andy",
"familyName": "Young",
"email": "[email protected]"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Wiktoria",
"familyName": "Tarnopolska"
}
],
"copyrightHolder": [
{
"@type": "Person",
"givenName": "Fergus",
"familyName": "Baker",
"email": "[email protected]"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Fergus",
"familyName": "Baker",
"email": "[email protected]"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "https://epubs.siam.org/doi/10.1137/141000671",
"name": "Julia",
"version": ">= 1.11.0"
},
"SystemRequirements": null
},
"keywords": ["astrophysics", "general-relativity", "black-holes", "ray-tracing", "grrt", "gravity", "simulation", "julia"],
"readme": "https://github.com/astro-group-bristol/Gradus.jl/blob/main/README.md"
}