|
| 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] Storage Tradeoffs in a Collaborative Backup Service for Mobile Devices" |
| 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: Ludovic Courtès |
| 14 | + orcid: 0000-0003-4472-154X |
| 15 | + email: ludovic.courtes@inria.fr |
| 16 | + affiliations: 1,* |
| 17 | + |
| 18 | +# List of affiliations with code (corresponding to author affiliations), name |
| 19 | +# and address. You can also use these affiliations to add text such as "Equal |
| 20 | +# contributions" as name (with no address). |
| 21 | +affiliations: |
| 22 | + - code: 1 |
| 23 | + name: Inria |
| 24 | + address: Bordeaux, France |
| 25 | + |
| 26 | +# List of keywords (adding the programming language might be a good idea) |
| 27 | +keywords: rescience c, rescience x, resilience, fault tolerance, C, Scheme |
| 28 | + |
| 29 | +# Code URL and DOI/SWH (url is mandatory for replication, doi after acceptance) |
| 30 | +# You can get a DOI for your code from Zenodo, or an SWH identifier from |
| 31 | +# Software Heritage. |
| 32 | +# see https://guides.github.com/activities/citable-code/ |
| 33 | +code: |
| 34 | + - url: https://gitlab.inria.fr/lcourtes-phd/edcc-2006-redone |
| 35 | + - doi: |
| 36 | + - swh: swh:1:rev:36fde7e5ba289c4c3e30d9afccebbe0cfe83853a;origin=https://gitlab.inria.fr/lcourtes-phd/edcc-2006-redone |
| 37 | + |
| 38 | +# Data URL and DOI (optional if no data) |
| 39 | +data: |
| 40 | + - url: |
| 41 | + - doi: |
| 42 | + |
| 43 | +# Information about the original article that has been replicated |
| 44 | +replication: |
| 45 | + - cite: Storage Tradeoffs in a Collaborative Backup Service for Mobile Devices |
| 46 | + - bib: courtes06:storage |
| 47 | + - url: https://hal.inria.fr/hal-00187069/en |
| 48 | + - doi: 10.1109/EDCC.2006.26 # Regular digital object identifier |
| 49 | + |
| 50 | +# Don't forget to surround abstract with double quotes |
| 51 | +abstract: "This article reports on the effort to reproduce the results |
| 52 | + shown in \"Storage Tradeoffs in a Collaborative Backup |
| 53 | + Service for Mobile Devices\", an article published in |
| 54 | + 2006. Additionally, it describes a way to capture the |
| 55 | + complete dependency graph of this article and the software |
| 56 | + and data it refers to, making it fully reproducible." |
| 57 | + |
| 58 | +# Bibliography file (yours) |
| 59 | +bibliography: bibliography.bib |
| 60 | + |
| 61 | +# Type of the article |
| 62 | +# Type can be: |
| 63 | +# * Editorial |
| 64 | +# * Letter |
| 65 | +# * Replication |
| 66 | +type: Replication |
| 67 | + |
| 68 | +# Scientific domain of the article (e.g. Computational Neuroscience) |
| 69 | +# (one domain only & try to be not overly specific) |
| 70 | +domain: Fault Tolerance |
| 71 | + |
| 72 | +# Coding language (main one only if several) |
| 73 | +language: C |
| 74 | + |
| 75 | + |
| 76 | +# To be filled by the author(s) after acceptance |
| 77 | +# ----------------------------------------------------------------------------- |
| 78 | + |
| 79 | +# For example, the URL of the GitHub issue where review actually occured |
| 80 | +review: |
| 81 | + - url: https://github.com/ReScience/submissions/issues/32 |
| 82 | + |
| 83 | +contributors: |
| 84 | + - name: Tiziano Zito |
| 85 | + orcid: |
| 86 | + role: editor |
| 87 | + - name: Sabino Maggi |
| 88 | + orcid: 0000-0002-1523-6484 |
| 89 | + role: reviewer |
| 90 | + - name: |
| 91 | + orcid: |
| 92 | + role: reviewer |
| 93 | + |
| 94 | +# This information will be provided by the editor |
| 95 | +dates: |
| 96 | + - received: April 28, 2020 |
| 97 | + - accepted: June 6, 2020 |
| 98 | + - published: June 9, 2020 |
| 99 | + |
| 100 | +# This information will be provided by the editor |
| 101 | +article: |
| 102 | + - number: 6 |
| 103 | + - doi: 10.5281/zenodo.3886739 |
| 104 | + - url: https://zenodo.org/record/3886739/files/article.pdf |
| 105 | + |
| 106 | +# This information will be provided by the editor |
| 107 | +journal: |
| 108 | + - name: "ReScience C" |
| 109 | + - issn: 2430-3658 |
| 110 | + - volume: 6 |
| 111 | + - issue: 1 |
0 commit comments