forked from elnjensen/Tapir
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
32 lines (32 loc) · 1.44 KB
/
codemeta.json
File metadata and controls
32 lines (32 loc) · 1.44 KB
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "Tapir: A web interface for transit/eclipse observability",
"description": "Tapir is a set of tools, written in Perl, that provides a web interface for showing the observability of periodic astronomical events, such as exoplanet transits or eclipsing binaries. The package provides tools for creating finding charts for each target and airmass plots for each event. The code can access target lists that are stored on-line in a Google spreadsheet or in a local text file.",
"identifier": "ascl:1306.007",
"keywords": [ "astronomy", "transits", "exoplanets", "finding charts", "perl"],
"author": [
{
"@type": "Person",
"givenName": "Eric",
"familyName": "Jensen",
"email": "ejensen1@swarthmore.edu",
"@id": "https://orcid.org/0000-0002-4625-7333"
}
],
"maintainer": "https://orcid.org/0000-0002-4625-7333",
"citation": "https://ui.adsabs.harvard.edu/abs/2013ascl.soft06007J",
"relatedLink": [
"https://astro.swarthmore.edu/~jensen/tapir.html"
],
"codeRepository": [
"https://github.com/elnjensen/Tapir"
],
"version": "1.0",
"license": "https://spdx.org/licenses/GPL-3.0-or-later.html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Perl",
"url": "https://www.perl.org/"
}
}