forked from elabftw/elabftw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
84 lines (84 loc) · 2.99 KB
/
codemeta.json
File metadata and controls
84 lines (84 loc) · 2.99 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "http://orcid.org/0000-0002-7494-5555",
"@type": "Person",
"email": "nico-git@deltablot.email",
"name": "Nicolas CARPi",
"affiliation": "Deltablot, Paris, France"
},
{
"@id": "http://orcid.org/0000-0001-7760-2753",
"@type": "Person",
"name": "Alexander Minges",
"affiliation": "Institute of Biochemical Plant Physiology, Düsseldorf, Germany"
},
{
"@id": "http://orcid.org/0000-0002-2848-177X",
"@type": "Person",
"name": "Matthieu Piel",
"affiliation": "Institut Curie UMR144/CNRS, Paris, France"
},
{
"@id": "https://orcid.org/0000-0002-3808-2481",
"@type": "Person",
"name": "Marcel Bolten"
}
],
"codeRepository": "https://github.com/elabftw/elabftw",
"datePublished": "2012-03-03",
"dateCreated": "2012-01-01",
"description": "A free and open source electronic laboratory notebook for research labs.",
"funder": [
{
"@type": "Organization",
"name": "CNRS",
"url": "https://www.cnrs.fr/"
},
{
"@type": "Organization",
"name": "Institut Curie - Centre de Recherche",
"url": "https://curie.fr/"
},
{
"@type": "Organization",
"name": "Atelier de la donnée ADOC Lorraine (projet financé avec le soutien du Fonds national pour la Science ouverte)",
"url": "https://scienceouverte.univ-lorraine.fr/donnees-de-la-recherche-ul/donnees-de-la-recherche/"
},
{
"@type": "Organization",
"name": "Vrije Universiteit Brussel",
"url": "https://www.vub.be/en"
},
{
"@type": "Organization",
"name": "Institute of Medical Biometry and Statistics, Faculty of Medicine and Medical Center – University of Freiburg, Germany",
"url": "https://www.uniklinik-freiburg.de/imbi-en.html"
},
{
"@type": "Organization",
"name": "Georg-August-University Goettingen - Institute of Inorganic Chemistry",
"url": "https://www.uni-goettingen.de/en/institute+of+inorganic+chemistry/28446.html"
},
{
"@type": "Organization",
"name": "Deltablot",
"url": "https://www.deltablot.com/"
},
{
"@type": "Organization",
"name": "Department for the Development of Innovative Digital Use – French National Research Institute for Sustainable Development",
"url": "https://www.ird.fr/"
}
],
"keywords": "eln, notebook, laboratory, lims, research, science, free, opensource, timestamp, legal proof",
"license": "https://github.com/elabftw/elabftw/blob/master/LICENSE",
"name": "eLabFTW, Deltablot",
"contIntegration": "https://circleci.com/gh/elabftw/elabftw/tree/master",
"developmentStatus": "Active",
"issueTracker": "https://github.com/elabftw/elabftw/issues",
"referencePublication": "https://joss.theoj.org/papers/10.21105/joss.00146",
"readme": "https://github.com/elabftw/elabftw/#readme"
}