forked from google/caliban
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
39 lines (39 loc) · 1.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
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "http://orcid.org/0000-0002-0545-6360",
"@type": "Person",
"email": "[email protected]",
"name": "Sam Ritchie",
"affiliation": "Google"
},
{
"@id": "",
"@type": "Person",
"email": "[email protected]",
"name": "Ambrose Slone",
"affiliation": "Google"
},
{
"@id": "http://orcid.org/0000-0003-0625-3327",
"@type": "Person",
"email": "[email protected]",
"name": "Vinay Ramasesh",
"affiliation": "Google"
}
],
"identifier": "",
"maintainer": "http://orcid.org/0000-0002-0545-6360",
"codeRepository": "https://github.com/google/caliban",
"issueTracker": "https://github.com/google/caliban/issues",
"datePublished": "2020-06-22",
"dateModified": "2020-06-22",
"dateCreated": "2020-06-22",
"description": "Docker-based job manager for reproducible workflows",
"keywords": "python, docker, machine learning, reproducibility",
"license": "Apache 2.0",
"title": "Caliban",
"version": "0.2.5"
}