|
| 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: "[Rp] Estimating trends and seasonality in coronary heart disease" |
| 9 | + |
| 10 | +# List of authors with name, orcid number, email and affiliation |
| 11 | +# Affiliation "*" means contact author |
| 12 | +authors: |
| 13 | + - name: Adrian Barnett |
| 14 | + orcid: 0000-0001-6339-0374 |
| 15 | + |
| 16 | + affiliations: 1,* |
| 17 | + |
| 18 | + |
| 19 | +# List of affiliations with code (corresponding to author affiliations), name |
| 20 | +# and address. You can also use these affiliations to add text such as "Equal |
| 21 | +# contributions" as name (with no address). |
| 22 | +affiliations: |
| 23 | + - code: 1 |
| 24 | + name: School of Public Health and Social Work, Queensland University of Technology |
| 25 | + address: Brisbane, Australia |
| 26 | + |
| 27 | + |
| 28 | +# List of keywords (adding the programming language might be a good idea) |
| 29 | +keywords: rescience c, rescience x, SAS |
| 30 | + |
| 31 | +# Code URL and DOI (url is mandatory for replication, doi after acceptance) |
| 32 | +# You can get a DOI for your code from Zenodo, |
| 33 | +# see https://guides.github.com/activities/citable-code/ |
| 34 | +code: |
| 35 | + - url: https://github.com/agbarnett/tenyears |
| 36 | + - doi: |
| 37 | + - swh: swh:1:dir:a7fef2d0e993aa8fcbe0949de721d46a2098ad23 |
| 38 | + |
| 39 | +# Data URL and DOI (optional if no data) |
| 40 | +data: |
| 41 | + - url: |
| 42 | + - doi: |
| 43 | + |
| 44 | +# Information about the original article that has been replicated |
| 45 | +replication: |
| 46 | + - cite: Barnett AG, Dobson AJ, For the WHO MONICA Project (2004) Estimating trends and seasonality in coronary heart disease. Statist Med 23:3505-3523 |
| 47 | + - bib: Barnett2004 # Bibtex key (if any) in your bibliography file |
| 48 | + - url: https://onlinelibrary.wiley.com/doi/epdf/10.1002/sim.1927 |
| 49 | + - doi: 10.1002/sim.1927 # Regular digital object identifier |
| 50 | + |
| 51 | +# Don't forget to surround abstract with double quotes |
| 52 | +abstract: "This is a computational replication of my SAS code from 16 years ago." |
| 53 | + |
| 54 | +# Bibliography file (yours) |
| 55 | +bibliography: bibliography.bib |
| 56 | + |
| 57 | +# Type of the article |
| 58 | +# Type can be: |
| 59 | +# * Editorial |
| 60 | +# * Letter |
| 61 | +# * Replication |
| 62 | +# * Reproduction |
| 63 | +type: Reproduction |
| 64 | + |
| 65 | +# Scientific domain of the article (e.g. Computational Neuroscience) |
| 66 | +# (one domain only & try to be not overly specific) |
| 67 | +domain: Biology |
| 68 | + |
| 69 | +# Coding language (main one only if several) |
| 70 | +language: SAS |
| 71 | + |
| 72 | + |
| 73 | +# To be filled by the author(s) after acceptance |
| 74 | +# ----------------------------------------------------------------------------- |
| 75 | + |
| 76 | +# For example, the URL of the GitHub issue where review actually occured |
| 77 | +review: |
| 78 | + - url: https://github.com/ReScience/submissions/issues/21 |
| 79 | + |
| 80 | +contributors: |
| 81 | + - name: Konrad Hinsen |
| 82 | + orcid: 0000-0003-0330-9428 |
| 83 | + role: editor |
| 84 | + - name: Serge Stinckwich |
| 85 | + orcid: 0000-0002-8755-9848 |
| 86 | + role: reviewer |
| 87 | + - name: |
| 88 | + orcid: |
| 89 | + role: reviewer |
| 90 | + |
| 91 | +# This information will be provided by the editor |
| 92 | +dates: |
| 93 | + - received: March 9, 2020 |
| 94 | + - accepted: November 25, 2020 |
| 95 | + - published: November 26, 2020 |
| 96 | + |
| 97 | +# This information will be provided by the editor |
| 98 | +article: |
| 99 | + - number: 18 |
| 100 | + - doi: 10.5281/zenodo.4290512 |
| 101 | + - url: https://zenodo.org/record/4290512/files/article.pdf |
| 102 | + |
| 103 | +# This information will be provided by the editor |
| 104 | +journal: |
| 105 | + - name: "ReScience C" |
| 106 | + - issn: 2430-3658 |
| 107 | + - volume: 6 |
| 108 | + - issue: 1 |
0 commit comments