Skip to content

Commit 9229eb2

Browse files
committed
Added entry 10.5281/zenodo.3234524
1 parent 6d55bbf commit 9229eb2

File tree

3 files changed

+144
-0
lines changed

3 files changed

+144
-0
lines changed

10.5281_zenodo.3234524/article.bib

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
@Article {Etherington:2019,
2+
author = {Thomas R. Etherington and David J. Lieske},
3+
title = {{[Re] Resampling methods for evaluating classification accuracy of wildlife habitat models}},
4+
journal = {ReScience C},
5+
year = {2019},
6+
month = {5},
7+
volume = {5},
8+
number = {1},
9+
pages = {{#4}},
10+
doi = {10.5281/zenodo.3234524},
11+
url = {https://zenodo.org/record/3234524/files/article.pdf},
12+
code_url = {https://github.com/tretherington/ReScience-submission/tree/etherington-lieske},
13+
code_doi = {10.5281/zenodo.3229408},
14+
data_url = {},
15+
data_doi = {},
16+
review_url = {https://github.com/ReScience/ReScience-submission/pull/52},
17+
type = {Replication},
18+
language = {Python},
19+
domain = {Ecology},
20+
keywords = {ecology, wildlife, habitat, model}
21+
}

10.5281_zenodo.3234524/article.pdf

175 KB
Binary file not shown.

10.5281_zenodo.3234524/article.yaml

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
# To be filled by the author(s) at the time of submission
2+
# -------------------------------------------------------
3+
4+
# Title of the article:
5+
# - For a successful replication, it shoudl be prefixed with "[Re]"
6+
# - For a failed replication, it should be prefixed with "[¬Re]"
7+
# - For other article types, no instruction (but please, not too long)
8+
title: "[Re] Resampling methods for evaluating classification accuracy of wildlife habitat models"
9+
10+
# List of authors with name, orcid number, email and affiliation
11+
# Affiliation "*" means contact author
12+
authors:
13+
- name: Thomas R. Etherington
14+
orcid: 0000-0002-3187-075X
15+
email: etheringtont@landcareresearch.co.nz
16+
affiliations: 1,* # * is for contact author
17+
18+
- name: David J. Lieske
19+
orcid:
20+
email: dlieske@mta.ca
21+
affiliations: 2
22+
23+
24+
# List of affiliations with code (corresponding to author affiliations), name
25+
# and address. You can also use these affiliations to add text such as "Equal
26+
# contributions" as name (with no address).
27+
affiliations:
28+
- code: 1
29+
name: Manaaki Whenua -- Landcare Research
30+
address: PO Box 69040, Lincoln 7608, New Zealand
31+
32+
- code: 2
33+
name: Department of Geography and Environment, Mount Allison University
34+
address: 144 Main Street, Sackville, New Brunswick, E4L 1A7, Canada
35+
36+
# List of keywords (adding the programming language might be a good idea)
37+
keywords: ecology, wildlife, habitat, model
38+
39+
# Code URL and DOI (url is mandatory for replication, doi after acceptance)
40+
# You can get a DOI for your code from Zenodo,
41+
# see https://guides.github.com/activities/citable-code/
42+
code:
43+
- url: https://github.com/tretherington/ReScience-submission/tree/etherington-lieske
44+
- doi: 10.5281/zenodo.3229408
45+
46+
# Date URL and DOI (optional if no data)
47+
data:
48+
- url:
49+
- doi:
50+
51+
# Information about the original article that has been replicated
52+
replication:
53+
- cite:
54+
- bib:
55+
- url:
56+
- doi:
57+
58+
# Don't forget to surround abstract with double quotes
59+
abstract: "Three years have passed since ReScience published its first article
60+
and since September 2015, things have been going steadily. We're
61+
still alive, independent and without a budget. In the meantime, we
62+
have published around 20 articles (mostly in computational
63+
neuroscience & computational ecology) and the initial has grown
64+
from around 10 to roughly 100 members (editors and reviewers), we
65+
have advertised ReScience at several conferences worldwide, gave
66+
some interviews and we published an article introducing ReScience in
67+
PeerJ. Based on our experience at managing the journal during these
68+
three years, we think the time is ripe for proposing some changes."
69+
70+
# Bibliography file (yours)
71+
bibliography: bibliography.bib
72+
73+
# Type of the article
74+
# Type can be:
75+
# * Editorial
76+
# * Letter
77+
# * Replication
78+
type: Replication
79+
80+
# Scientific domain of the article (e.g. Computational Neuroscience)
81+
# (one domain only & try to be not overly specific)
82+
domain: Ecology
83+
84+
# Coding language (main one only if several)
85+
language: Python
86+
87+
88+
# To be filled by the author(s) after acceptance
89+
# -----------------------------------------------------------------------------
90+
91+
# For example, the URL of the GitHub issue where review actually occured
92+
review:
93+
- url: https://github.com/ReScience/ReScience-submission/pull/52
94+
95+
contributors:
96+
- name: Timothée Poisot
97+
orcid: 0000-0002-0735-5184
98+
role: editor
99+
- name: Justin Kitzes
100+
orcid: 0000-0001-7839-3594
101+
role: reviewer
102+
- name: Laura J. Graham
103+
orcid: 0000-0002-3611-7281
104+
role: reviewer
105+
106+
# This information will be provided by the editor
107+
dates:
108+
- received: August 31, 2018
109+
- accepted: March 22, 2019
110+
- published: May 28, 2019
111+
112+
# This information will be provided by the editor
113+
article:
114+
- number: 4
115+
- doi: 10.5281/zenodo.3234524
116+
- url: https://zenodo.org/record/3234524/files/article.pdf
117+
118+
# This information will be provided by the editor
119+
journal:
120+
- name: "ReScience C"
121+
- issn: 2430-3658
122+
- volume: 5
123+
- issue: 1

0 commit comments

Comments
 (0)