|
| 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] Reproducing and replicating the OCamlP3l experiment" |
| 9 | + |
| 10 | +# List of authors with name, orcid number, email and affiliation |
| 11 | +# Affiliation "*" means contact author |
| 12 | +authors: |
| 13 | + - name: Di Cosmo, Roberto |
| 14 | + orcid: 0000-0002-7493-5349 |
| 15 | + email: roberto@dicosmo.org |
| 16 | + affiliations: 1,2,* |
| 17 | + |
| 18 | + - name: Danelutto, Marco |
| 19 | + orcid: 0000-0002-7433-376X |
| 20 | + email: marcod@di.unipi.it |
| 21 | + affiliations: 3 |
| 22 | + |
| 23 | +# List of affiliations with code (corresponding to author affiliations), name |
| 24 | +# and address. You can also use these affiliations to add text such as "Equal |
| 25 | +# contributions" as name (with no address). |
| 26 | +affiliations: |
| 27 | + - code: 1 |
| 28 | + name: Inria |
| 29 | + address: Paris, France |
| 30 | + |
| 31 | + - code: 2 |
| 32 | + name: Université de Paris |
| 33 | + address: Paris, France |
| 34 | + |
| 35 | + - code: 3 |
| 36 | + name: University of Pisa |
| 37 | + address: Pisa, Italy |
| 38 | + |
| 39 | +# List of keywords (adding the programming language might be a good idea) |
| 40 | +keywords: rescience c |
| 41 | + |
| 42 | +# Code URL and DOI/SWH (url is mandatory for replication, doi after acceptance) |
| 43 | +# You can get a DOI for your code from Zenodo, or an SWH identifier from |
| 44 | +# Software Heritage. |
| 45 | +# see https://guides.github.com/activities/citable-code/ |
| 46 | +code: |
| 47 | + - url: https://archive.softwareheritage.org/swh:1:rev:2db189928c94d62a3b4757b3eec68f0a4d4113f0;origin=https://gitorious.org/ocamlp3l/ocamlp3l_cvs.git/ |
| 48 | + - doi: |
| 49 | + - swh: swh:1:rev:2db189928c94d62a3b4757b3eec68f0a4d4113f0;origin=https://gitorious.org/ocamlp3l/ocamlp3l_cvs.git/ |
| 50 | + |
| 51 | +# Data URL and DOI (optional if no data) |
| 52 | +data: |
| 53 | + - url: |
| 54 | + - doi: |
| 55 | + |
| 56 | +# Information about the original article that has been replicated |
| 57 | +replication: |
| 58 | + - cite: # Full textual citation |
| 59 | + - bib: danelutto:hal-01499962 # Bibtex key (if any) in your bibliography file |
| 60 | + - url: https://hal.inria.fr/hal-01499962 # URL to the PDF, try to link to a non-paywall version |
| 61 | + - doi: # Regular digital object identifier |
| 62 | + |
| 63 | +# Don't forget to surround abstract with double quotes |
| 64 | +abstract: "We report on the effort to reproduce and replicate the results related to the OCamlP3L |
| 65 | + parallel programming system, originally developed in 1997 using the OCaml |
| 66 | + functional programming language." |
| 67 | + |
| 68 | +# Bibliography file (yours) |
| 69 | +bibliography: bibliography.bib |
| 70 | + |
| 71 | +# Type of the article |
| 72 | +# Type can be: |
| 73 | +# * Editorial |
| 74 | +# * Letter |
| 75 | +# * Replication |
| 76 | +# * Reproduction |
| 77 | +type: Reproduction |
| 78 | + |
| 79 | +# Scientific domain of the article (e.g. Computational Neuroscience) |
| 80 | +# (one domain only & try to be not overly specific) |
| 81 | +domain: parallel programming |
| 82 | + |
| 83 | +# Coding language (main one only if several) |
| 84 | +language: OCaml |
| 85 | + |
| 86 | + |
| 87 | +# To be filled by the author(s) after acceptance |
| 88 | +# ----------------------------------------------------------------------------- |
| 89 | + |
| 90 | +# For example, the URL of the GitHub issue where review actually occured |
| 91 | +review: |
| 92 | + - url: https://github.com/ReScience/submissions/issues/22 |
| 93 | + |
| 94 | +contributors: |
| 95 | + - name: Konrad Hinsen |
| 96 | + orcid: 0000-0003-0330-9428 |
| 97 | + role: editor |
| 98 | + - name: Frédéric Gava |
| 99 | + orcid: 0000-0001-5452-3809 |
| 100 | + role: reviewer |
| 101 | + - name: |
| 102 | + orcid: |
| 103 | + role: reviewer |
| 104 | + |
| 105 | +# This information will be provided by the editor |
| 106 | +dates: |
| 107 | + - received: March 24, 2020 |
| 108 | + - accepted: April 23, 2020 |
| 109 | + - published: April 23, 2020 |
| 110 | + |
| 111 | +# This information will be provided by the editor |
| 112 | +article: |
| 113 | + - number: 2 |
| 114 | + - doi: 10.5281/zenodo.3763416 |
| 115 | + - url: https://zenodo.org/record/3763416/files/article.pdf |
| 116 | + |
| 117 | +# This information will be provided by the editor |
| 118 | +journal: |
| 119 | + - name: "ReScience C" |
| 120 | + - issn: 2430-3658 |
| 121 | + - volume: 6 |
| 122 | + - issue: 1 |
0 commit comments