|
| 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 should 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] Reproductive pair correlations and the clustering of organisms" |
| 9 | + |
| 10 | +# List of authors with name, orcid number, email and affiliation |
| 11 | +# Affiliation "*" means contact author (required even for single-authored papers) |
| 12 | +authors: |
| 13 | + - name: Coralie Picoche |
| 14 | + orcid: 0000-0002-0867-2130 |
| 15 | + |
| 16 | + affiliations: 1,* |
| 17 | + |
| 18 | + - name: William R. Young |
| 19 | + orcid: 0000-0002-1842-3197 |
| 20 | + |
| 21 | + affiliations: 2 |
| 22 | + |
| 23 | + - name: Frederic Barraquand |
| 24 | + orcid: 0000-0002-4759-0269 |
| 25 | + |
| 26 | + affiliations: 1 # * is for contact author |
| 27 | + |
| 28 | +# List of affiliations with code (corresponding to author affiliations), name |
| 29 | +# and address. You can also use these affiliations to add text such as "Equal |
| 30 | +# contributions" as name (with no address). |
| 31 | +affiliations: |
| 32 | + - code: 1 |
| 33 | + name: Institute of Mathematics of Bordeaux, CNRS \& University of Bordeaux |
| 34 | + address: Talence, France |
| 35 | + |
| 36 | + - code: 2 |
| 37 | + name: Scripps Institution of Oceanography, University of California at San Diego |
| 38 | + address: La Jolla, California, USA |
| 39 | + |
| 40 | +# List of keywords (adding the programming language might be a good idea) |
| 41 | +keywords: phytoplankton, individual-based model, clustering, advection-diffusion-reaction, C++ |
| 42 | + |
| 43 | +# Code URL and DOI/SWH (url is mandatory for replication, doi after acceptance) |
| 44 | +# You can get a DOI for your code from Zenodo, or an SWH identifier from |
| 45 | +# Software Heritage. |
| 46 | +# see https://guides.github.com/activities/citable-code/ |
| 47 | +code: |
| 48 | + - url: https://github.com/CoraliePicoche/brownian_bug_fluid/tree/main/code |
| 49 | + - doi: 10.5281/zenodo.6546471 |
| 50 | + - swh: |
| 51 | + |
| 52 | +# Data URL and DOI (optional if no data) |
| 53 | +data: |
| 54 | + - url: |
| 55 | + - doi: |
| 56 | + |
| 57 | +# Information about the original article that has been replicated |
| 58 | +replication: |
| 59 | + - cite: Young, W. R., Roberts, A. J., & Stuhne, G. (2001). Reproductive pair correlations and the clustering of organisms. Nature, 412(6844), 328-331 |
| 60 | + - bib: young_reproductive_2001 |
| 61 | + - url: https://www.researchgate.net/profile/William-Young-22/publication/11882165_Reproductive_pair_correlations_and_the_clustering_of_organisms/links/0c96052a9ecabaeec5000000/Reproductive-pair-correlations-and-the-clustering-of-organisms.pdf # URL to the PDF, try to link to a non-paywall version |
| 62 | + - doi: 10.1038/35085561 |
| 63 | + |
| 64 | +# Don't forget to surround abstract with double quotes |
| 65 | +abstract: "In the present work, we replicate the results of Young et al. (2001) ``Reproductive pair correlations and the clustering of organisms'', an analysis of the formation of aggregates in an otherwise homogeneous environment mimicking marine small-scale hydrodynamics. Using an individual-based model of independent, random-walking particles (also called ``Brownian bugs''), they show that reproduction by fission in a turbulent and viscous flow leads to the formation of elongated clusters. Spatial patterns therefore depart from the usual, homogeneous solution of the advection-diffusion-reaction equation for a large population. Due to their size, phytoplankton organisms experience a mostly viscous environment in a laminar shear field, with random but homogeneous changes in directions due to turbulence. Reproduction and limited movement of daughter cells, which occur at the phytoplankton scale, interact with these hydrodynamics processes and can lead to aggregates. In this context, a better understanding of the interactions between demography and small-scale hydrodynamics could provide further explanation for observed spatial distribution of phytoplankton species, and perhaps even their coexistence. This motivated us to revisit Young et al. (2001). In addition to replicating the numerical and mathematical results of Young et al. 2001, we also wished to present the mathematical derivations that were missing from the original paper, which should make this replication article more accessible to most readers, especially those without a fluid mechanics background." |
| 66 | + |
| 67 | +# Bibliography file (yours) |
| 68 | +bibliography: bibliography.bib |
| 69 | + |
| 70 | +# Type of the article |
| 71 | +# Type can be: |
| 72 | +# * Editorial |
| 73 | +# * Letter |
| 74 | +# * Replication |
| 75 | +type: Replication |
| 76 | + |
| 77 | +# Scientific domain of the article (e.g. Computational Neuroscience) |
| 78 | +# (one domain only & try to be not overly specific) |
| 79 | +domain: Ecology #Theoretical Ecology? |
| 80 | + |
| 81 | +# Coding language (main one only if several) |
| 82 | +language: C++ |
| 83 | + |
| 84 | + |
| 85 | +# To be filled by the author(s) after acceptance |
| 86 | +# ----------------------------------------------------------------------------- |
| 87 | + |
| 88 | +# For example, the URL of the GitHub issue where review actually occured |
| 89 | +review: |
| 90 | + - url: https://github.com/ReScience/submissions/issues/58 |
| 91 | + |
| 92 | +contributors: |
| 93 | + - name: Pierre de Buyl |
| 94 | + orcid: 0000-0002-6640-6463 |
| 95 | + role: editor |
| 96 | + - name: Francesco Turci |
| 97 | + orcid: 0000-0002-0687-0715 |
| 98 | + role: reviewer |
| 99 | + - name: Rajesh Singh |
| 100 | + orcid: 0000-0003-0266-9691 |
| 101 | + role: reviewer |
| 102 | + |
| 103 | +# This information will be provided by the editor |
| 104 | +dates: |
| 105 | + - received: August 24, 2021 |
| 106 | + - accepted: May 3, 2022 |
| 107 | + - published: May 13, 2022 |
| 108 | + |
| 109 | +# This information will be provided by the editor |
| 110 | +article: |
| 111 | + - number: 3 # Article number will be automatically assigned during publication |
| 112 | + - doi: 10.5281/zenodo.6546488 # DOI from Zenodo |
| 113 | + - url: https://zenodo.org/record/6546488/files/article.pdf # Final PDF URL (Zenodo or rescience website?) |
| 114 | + |
| 115 | +# This information will be provided by the editor |
| 116 | +journal: |
| 117 | + - name: "ReScience C" |
| 118 | + - issn: 2430-3658 |
| 119 | + - volume: 8 |
| 120 | + - issue: 1 |
0 commit comments