forked from biogo/biogo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
44 lines (44 loc) · 1.47 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
{
"@context": "https://raw.githubusercontent.com/mbjones/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "http://orcid.org/0000-0001-8295-2301",
"@type": "Person",
"email": "[email protected]",
"name": "R Daniel Kortschak",
"affiliation": "School of Biological Sciences, The University of Adelaide"
},
{
"@id": "http://orcid.org/0000-0001-8327-7643",
"@type": "Person",
"email": "[email protected]",
"name": "Josh Bleecher Snyder",
"affiliation": ""
},
{
"@id": "http://orcid.org/0000-0002-3158-1763",
"@type": "Person",
"email": "[email protected]",
"name": "Manolis Maragkakis",
"affiliation": "Department of Pathology and Laboratory Medicine, Perelman School of Medicine, University of Pennsylvania"
},
{
"@id": "http://orcid.org/0000-0003-2404-5636",
"@type": "Person",
"email": "[email protected]",
"name": "David L Adelson",
"affiliation": "School of Biological Sciences, The University of Adelaide"
}
],
"identifier": "",
"codeRepository": "https://github.com/biogo/biogo",
"datePublished": "2017-01-05",
"dateModified": "2017-01-05",
"dateCreated": "2017-01-05",
"description": "a simple high-performance bioinformatics toolkit for the Go language",
"keywords": "bioinformatics, toolkit, golang",
"license": "BSD-3 like",
"title": "bíogo",
"version": "v1.0.1"
}