-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
57 lines (57 loc) · 1.75 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/GPL-3.0",
"codeRepository": "https://github.com/inrae/ODAM.git",
"dateCreated": "2016-07-01",
"datePublished": "2016-07-01",
"dateModified": "2021-07-13",
"downloadUrl": "https://github.com/inrae/ODAM/archive/refs/tags/1.2.tar.gz",
"issueTracker": "https://github.com/inrae/ODAM/issues",
"name": "ODAM",
"version": "1.2",
"description": "ODAM (Open Data for Access and Mining) is an Experimental Data Table Management System (EDTMS)",
"applicationCategory": "Data Management System",
"funding": "ANR-15-CE20–0009-01",
"developmentStatus": "active",
"referencePublication": "https://doi.org/10.1093/gigascience/giaa144",
"funder": {
"@type": "Organization",
"name": "INRAE"
},
"keywords": [
"Data management system",
"open data",
"exploratory data analysis",
"API",
"FAIR"
],
"programmingLanguage": [
"PHP",
"R",
"Javascript"
],
"operatingSystem": [
"Linux",
"Windows"
],
"softwareRequirements": [
"Docker or Hypervisor such as Oracle VirtualBox"
],
"relatedLink": [
"https://inrae.github.io/ODAM/"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-6687-7169",
"givenName": "Daniel",
"familyName": "Jacob",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "INRAE UMR 1332 BFP"
}
}
]
}