Skip to content

Commit

Permalink
add reviewer info & code DOI
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldansereau committed Sep 3, 2020
1 parent 63b1061 commit 3a46622
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 21 deletions.
Binary file modified article/article.pdf
Binary file not shown.
2 changes: 2 additions & 0 deletions article/content.tex
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@ \section{Author Contributions}
GD, FB and EB performed the first version of the reproduction and wrote the first version of the manuscript. AMD and TP provided guidance and comments during the reproduction, and revised the manuscript. GD performed the final revisions.

\section{Acknowledgments}
We thank reviewers Carl Boettiger and Philipp Boersch-Supan for their helpful comments to ensure the
reproducibility of this project.
This reproduction was realized as part of the \textit{BIO6032 Biologie Computationnelle et Modélisation} course at Université de Montréal.

\newpage
Expand Down
20 changes: 10 additions & 10 deletions article/metadata.tex
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
% DO NOT EDIT - automatically generated from metadata.yaml

\def \codeURL{https://github.com/BIO6032/2019_replication_HastingsPowell_1991/}
\def \codeDOI{}
\def \codeDOI{10.5281/zenodo.4012773}
\def \dataURL{}
\def \dataDOI{}
\def \editorNAME{}
\def \editorORCID{}
\def \reviewerINAME{}
\def \reviewerIORCID{}
\def \reviewerIINAME{}
\def \reviewerIIORCID{}
\def \editorNAME{Nicolas P. Rougier}
\def \editorORCID{0000-0002-6972-589X}
\def \reviewerINAME{Carl Boettiger}
\def \reviewerIORCID{0000-0002-1642-628X}
\def \reviewerIINAME{Philipp Boersch-Supan}
\def \reviewerIIORCID{0000-0001-6723-6833}
\def \dateRECEIVED{}
\def \dateACCEPTED{}
\def \datePUBLISHED{}
Expand All @@ -18,14 +18,14 @@
\def \articleDOMAIN{ecology}
\def \articleBIBLIOGRAPHY{bibliography.bib}
\def \articleYEAR{2020}
\def \reviewURL{}
\def \reviewURL{https://github.com/ReScience/submissions/issues/15}
\def \articleABSTRACT{ Hastings \& Powell's model describing chaos in a three-species food chain is a classic in ecological modelling. Here, we provide a successul reproduction of the model and results from the original article, implemented in Julia v1.3.1 and openly accessible online. The main challenge we faced was the absence of the initial conditions from the original article. Our reproduction nonetheless displays the same results, although with slight differences, and confirms chaos arising in a three species food chain in continuous time. }
\def \replicationCITE{Hastings, A., & Powell, T. (1991). Chaos in a Three-Species Food Chain. Ecology, 72(3), 896–903. https://doi.org/10.2307/1940591}
\def \replicationBIB{hastings1991}
\def \replicationURL{https://esajournals.onlinelibrary.wiley.com/doi/abs/10.2307/1940591}
\def \replicationDOI{10.2307/1940591}
\def \contactNAME{Timothée Poisot}
\def \contactEMAIL{timothee.poisot@umontreal.ca}
\def \contactNAME{Gabriel Dansereau}
\def \contactEMAIL{gabriel.dansereau@umontreal.ca}
\def \articleKEYWORDS{rescience, ecological modelling, food chain, chaos, julia}
\def \journalNAME{None}
\def \journalVOLUME{}
Expand Down
22 changes: 11 additions & 11 deletions article/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ title: "[Re] Chaos in a Three-Species Food Chain"
authors:
- name: Gabriel Dansereau
orcid: 0000-0002-2212-3584
email:
affiliations: 1
email: gabriel.dansereau@umontreal.ca
affiliations: 1,*

- name: Francis Banville
orcid: 0000-0001-9051-0597
Expand All @@ -33,7 +33,7 @@ authors:
- name: Timothée Poisot
orcid: 0000-0002-0735-5184
email: timothee.poisot@umontreal.ca
affiliations: 1,* # * is for contact author
affiliations: 1

# List of affiliations with code (corresponding to author affiliations), name
# and address. You can also use these affiliations to add text such as "Equal
Expand All @@ -51,7 +51,7 @@ keywords: rescience, ecological modelling, food chain, chaos, julia
# see https://guides.github.com/activities/citable-code/
code:
- url: https://github.com/BIO6032/2019_replication_HastingsPowell_1991/
- doi:
- doi: 10.5281/zenodo.4012773

# Date URL and DOI (optional if no data)
data:
Expand Down Expand Up @@ -99,17 +99,17 @@ language: julia

# For example, the URL of the GitHub issue where review actually occured
review:
- url:
- url: https://github.com/ReScience/submissions/issues/15

contributors:
- name:
orcid:
- name: Nicolas P. Rougier
orcid: 0000-0002-6972-589X
role: editor
- name:
orcid:
- name: Carl Boettiger
orcid: 0000-0002-1642-628X
role: reviewer
- name:
orcid:
- name: Philipp Boersch-Supan
orcid: 0000-0001-6723-6833
role: reviewer

# This information will be provided by the editor
Expand Down

0 comments on commit 3a46622

Please sign in to comment.