You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: "If you use this software, please cite it as 'Nüst, Daniel, 2018. Reproducibility Service for Executable Research Compendia: Technical Specifications and Reference Implementation. Zenodo. https://doi.org/10.5281/zenodo.2203843'."
3
+
authors:
4
+
- family-names: Nüst
5
+
given-names: Daniel
6
+
orcid: https://orcid.org/0000-0002-0024-5046
7
+
affiliation: Opening Reproducible Research, University of Münster, Münster, Germany
8
+
email: daniel.nuest@uni-muenster.de
9
+
website: https://nuest.staff.ifgi.de/
10
+
- family-names: Kühnel
11
+
given-names: Timm
12
+
affiliation: Opening Reproducible Research, University of Münster, Münster, Germany
13
+
website: https://github.com/Timmimim
14
+
- family-names: Niers
15
+
given-names: Tom
16
+
affiliation: Opening Reproducible Research, University of Münster, Münster, Germany
17
+
website: https://github.com/tnier01
18
+
title: "geoextent"
19
+
version: 0.3.0
20
+
doi: 10.5281/zenodo.3925693
21
+
date-released: 2020-07-01
22
+
license: MIT
23
+
url: https://o2r.info/erc-checker/
24
+
commit: baf299f304d7ad16533fbb3d74e8ffc0b63cadfa
25
+
abstract: "Python library for extracting geospatial extent of files and directories with multiple data formats. This project is developed as part of the DFG-funded research project Opening Reproducible Research (o2r, https://o2r.info)."
[](https://travis-ci.org/o2r-project/erc-checker)[](https://ci.appveyor.com/project/nuest/erc-checker-r035a/branch/master)[](https://www.npmjs.com/package/erc-checker)[](https://www.repostatus.org/#active)[](https://doi.org/10.5281/zenodo.2203843)
4
4
5
5
A JavaScript library and CLI tool for [ERC](https://github.com/o2r-project/erc-spec) result checking.
6
6
@@ -32,6 +32,12 @@ npm publish
32
32
Add version tag locally, e.g., `v.1.2.3`, and push to remotes.
33
33
Then create a new release on GitHub.
34
34
35
+
## How to cite
36
+
37
+
To cite this software please use
38
+
39
+
> _Nüst, Daniel, 2018. Reproducibility Service for Executable Research Compendia: Technical Specifications and Reference Implementation. Zenodo. doi:[10.5281/zenodo.2203843](https://doi.org/10.5281/zenodo.2203843)_
40
+
35
41
## License
36
42
37
43
o2r checker is licensed under Apache License, Version 2.0, see file `LICENSE`.
"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).",
16
+
"applicationCategory": "Geoinformatics",
17
+
"funding": "PE 1632/10-1, PE 1632/17-1",
18
+
"developmentStatus": "active",
19
+
"isPartOf": "https://o2r.info/",
20
+
"funder": {
21
+
"@type": "Organization",
22
+
"name": "DFG"
23
+
},
24
+
"keywords": [
25
+
"spatial data",
26
+
"scholarly communication",
27
+
"reproducible research"
28
+
],
29
+
"programmingLanguage": [
30
+
"Python 3"
31
+
],
32
+
"operatingSystem": [
33
+
"OS independent"
34
+
],
35
+
"relatedLink": [
36
+
"https://o2r.info/erc-checker/"
37
+
],
38
+
"author": [
39
+
{
40
+
"@type": "Person",
41
+
"@id": "https://orcid.org/0000-0002-0024-5046",
42
+
"givenName": "Daniel",
43
+
"familyName": "Nüst",
44
+
"email": "daniel.nuest@uni-muenster.de",
45
+
"affiliation": {
46
+
"@type": "Organization",
47
+
"name": "Opening Reproducible Research, University of Münster, Münster, Germany"
48
+
}
49
+
},
50
+
{
51
+
"@type": "Person",
52
+
"givenName": "Kühnel",
53
+
"familyName": "Timm",
54
+
"affiliation": {
55
+
"@type": "Organization",
56
+
"name": "Opening Reproducible Research, University of Münster, Münster, Germany"
57
+
}
58
+
},
59
+
{
60
+
"@type": "Person",
61
+
"givenName": "Niers",
62
+
"familyName": "Tom",
63
+
"affiliation": {
64
+
"@type": "Organization",
65
+
"name": "Opening Reproducible Research, University of Münster, Münster, Germany"
0 commit comments