forked from j-faria/kima
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
23 lines (23 loc) · 722 Bytes
/
codemeta.json
File metadata and controls
23 lines (23 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "0000-0002-6728-244X",
"@type": "Person",
"email": "joao.faria@astro.up.pt",
"name": "João Faria",
"affiliation": "Institute of Astrophysics and Space Sciences"
}
],
"identifier": "",
"codeRepository": "https://github.com/j-faria/kima",
"datePublished": "2017-12-04",
"dateModified": "2017-12-04",
"dateCreated": "2017-12-04",
"description": "Exoplanet detection in radial velocities",
"keywords": "exoplanets, radial-velocity, Bayesian, analysis, Gaussian processes",
"license": "MIT",
"title": "kima",
"version": "v1.0.0"
}