Skip to content

Commit 41e3282

Browse files
committed
add software citation files and infos
1 parent 2aa8658 commit 41e3282

File tree

4 files changed

+109
-1
lines changed

4 files changed

+109
-1
lines changed

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Daniel Nüst
2+
Timm Kühnel
3+
Tom Niers

CITATION.cff

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
cff-version: 1.1.0
2+
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)."
26+
repository-artifact: https://pypi.org/project/geoextent/0.3.0/
27+
repository-code: https://github.com/o2r-project/geoextent/releases/tag/v0.3.0
28+
identifiers:
29+
- type: "swh"
30+
value: "swh:1:rel:TODO"

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# erc-checker
22

3-
[![Build Status](https://travis-ci.org/o2r-project/erc-checker.svg?branch=master)](https://travis-ci.org/o2r-project/erc-checker) [![Build status](https://ci.appveyor.com/api/projects/status/xbla7j4wpbwauk7p/branch/master?svg=true)](https://ci.appveyor.com/project/nuest/erc-checker-r035a/branch/master) [![npm](https://img.shields.io/npm/v/erc-checker.svg)](https://www.npmjs.com/package/erc-checker)
3+
[![Build Status](https://travis-ci.org/o2r-project/erc-checker.svg?branch=master)](https://travis-ci.org/o2r-project/erc-checker) [![Build status](https://ci.appveyor.com/api/projects/status/xbla7j4wpbwauk7p/branch/master?svg=true)](https://ci.appveyor.com/project/nuest/erc-checker-r035a/branch/master) [![npm](https://img.shields.io/npm/v/erc-checker.svg)](https://www.npmjs.com/package/erc-checker) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2203843.svg)](https://doi.org/10.5281/zenodo.2203843)
44

55
A JavaScript library and CLI tool for [ERC](https://github.com/o2r-project/erc-spec) result checking.
66

@@ -32,6 +32,12 @@ npm publish
3232
Add version tag locally, e.g., `v.1.2.3`, and push to remotes.
3333
Then create a new release on GitHub.
3434

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+
3541
## License
3642

3743
o2r checker is licensed under Apache License, Version 2.0, see file `LICENSE`.

codemeta.json

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
3+
"@type": "SoftwareSourceCode",
4+
"license": "https://spdx.org/licenses/Apache-2.0",
5+
"codeRepository": "git+https://github.com/o2r-project/erc-checker.git",
6+
"contIntegration": "https://travis-ci.org/o2r-project/erc-checker",
7+
"dateCreated": "2019-08-16",
8+
"datePublished": "2018-08-05",
9+
"dateModified": "2020-04-24",
10+
"downloadUrl": "https://www.npmjs.com/package/erc-checker",
11+
"issueTracker": "https://github.com/o2r-project/erc-checker/issues",
12+
"name": "erc-checker",
13+
"version": "1.3.0",
14+
"identifier": "https://doi.org/10.5281/zenodo.3925693",
15+
"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"
66+
}
67+
}
68+
]
69+
}

0 commit comments

Comments
 (0)