forked from edamontology/edam-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
37 lines (37 loc) · 1.45 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
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "0000-0001-8669-5525",
"@type": "Person",
"email": "[email protected]",
"name": "Bryan Brancotte",
"affiliation": "Centre d'Informatique pour la Biologie, C3BI, Institut Pasteur, Paris, France"
},
{
"@id": "",
"@type": "Person",
"email": "[email protected]",
"name": "Christophe Blanchet",
"affiliation": "French Institute of Bioinformatics, CNRS IFB-Core, Gif-sur-Yvette, France"
},
{
"@id": "0000-0002-7552-1009",
"@type": "Person",
"email": "[email protected]",
"name": "Hervé Ménager",
"affiliation": "Centre d'Informatique pour la Biologie, C3BI, Institut Pasteur, Paris, France"
}
],
"identifier": "",
"codeRepository": "https://github.com/IFB-ElixirFr/edam-browser",
"datePublished": "2018-02-06",
"dateModified": "2018-02-06",
"dateCreated": "2018-02-06",
"description": "The EDAM Browser is a client-side web-based visualization javascript widget. Its goals are to help describing bio-related resources and service with EDAM, and to facilitate and foster community contributions to EDAM.",
"keywords": "javascript, bioinformatics, d3js, d3.js, ontology, visualization, edamontology, ontology",
"license": "MIT",
"title": "EDAM Browser",
"version": "v1.0.0"
}