-
Notifications
You must be signed in to change notification settings - Fork 4
/
codemeta.json
69 lines (69 loc) · 2.36 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
58
59
60
61
62
63
64
65
66
67
68
69
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "git+https://github.com/o2r-project/erc-checker.git",
"contIntegration": "https://travis-ci.org/o2r-project/erc-checker",
"dateCreated": "2019-08-16",
"datePublished": "2018-08-05",
"dateModified": "2020-04-24",
"downloadUrl": "https://www.npmjs.com/package/erc-checker",
"issueTracker": "https://github.com/o2r-project/erc-checker/issues",
"name": "erc-checker",
"version": "1.3.0",
"identifier": "https://doi.org/10.5281/zenodo.3925693",
"description": "A JavaScript library and CLI tool for ERC result checking; part of the DFG-funded research project Opening Reproducible Research (o2r, https://o2r.info).",
"applicationCategory": "Geoinformatics",
"funding": "PE 1632/10-1, PE 1632/17-1",
"developmentStatus": "active",
"isPartOf": "https://o2r.info/",
"funder": {
"@type": "Organization",
"name": "DFG"
},
"keywords": [
"spatial data",
"scholarly communication",
"reproducible research"
],
"programmingLanguage": [
"Python 3"
],
"operatingSystem": [
"OS independent"
],
"relatedLink": [
"https://o2r.info/erc-checker/"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-0024-5046",
"givenName": "Daniel",
"familyName": "Nüst",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Opening Reproducible Research, University of Münster, Münster, Germany"
}
},
{
"@type": "Person",
"givenName": "Kühnel",
"familyName": "Timm",
"affiliation": {
"@type": "Organization",
"name": "Opening Reproducible Research, University of Münster, Münster, Germany"
}
},
{
"@type": "Person",
"givenName": "Niers",
"familyName": "Tom",
"affiliation": {
"@type": "Organization",
"name": "Opening Reproducible Research, University of Münster, Münster, Germany"
}
}
]
}