forked from elabftw/elabftw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
37 lines (37 loc) · 1.22 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/mbjones/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "http://orcid.org/0000-0002-7494-5555",
"@type": "Person",
"email": "[email protected]",
"name": "Nicolas CARPi",
"affiliation": "Institut Curie UMR144/CNRS, Paris, France"
},
{
"@id": "http://orcid.org/0000-0001-7760-2753",
"@type": "Person",
"email": "[email protected]",
"name": "Alexander Minges",
"affiliation": "Institute of Biochemical Plant Physiology, Düsseldorf, Germany"
},
{
"@id": "http://orcid.org/0000-0002-2848-177X",
"@type": "Person",
"email": "[email protected]",
"name": "Matthieu Piel",
"affiliation": "Institut Curie UMR144/CNRS, Paris, France"
}
],
"identifier": "",
"codeRepository": "https://github.com/elabftw/elabftw",
"datePublished": "2016-12-15",
"dateModified": "2016-12-15",
"dateCreated": "2016-12-15",
"description": "A free and open source electronic laboratory notebook for research labs.",
"keywords": "eln, notebook, research, free, php/mysql, timestamp",
"license": "AGPLv3",
"title": "eLabFTW",
"version": "1.4.0"
}