|
| 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] A Reservoir Computing Model of Reward-Modulated Motor Learning and Automaticity" |
| 9 | + |
| 10 | +# List of authors with name, orcid number, email and affiliation |
| 11 | +# Affiliation "*" means contact author |
| 12 | +authors: |
| 13 | + - name: Remya Sankar |
| 14 | + orcid: 0000-0002-2428-4592 |
| 15 | + |
| 16 | + affiliations: 1,2,3,* # * is for contact author |
| 17 | + |
| 18 | + - name: Nicolas Thou |
| 19 | + orcid: 0000-0001-9095-9677 |
| 20 | + |
| 21 | + affiliations: 1 |
| 22 | + |
| 23 | + - name: Nicolas P. Rougier |
| 24 | + orcid: 0000-0002-6972-589X |
| 25 | + |
| 26 | + affiliations: 1,2,3 |
| 27 | + |
| 28 | + - name: Arthur Leblois |
| 29 | + orcid: 0000-0002-9392-5939 |
| 30 | + |
| 31 | + affiliations: 3 |
| 32 | + |
| 33 | +# List of affiliations with code (corresponding to author affiliations), name |
| 34 | +# and address. You can also use these affiliations to add text such as "Equal |
| 35 | +# contributions" as name (with no address). |
| 36 | +affiliations: |
| 37 | + - code: 1 |
| 38 | + name: INRIA Bordeaux Sud-Ouest |
| 39 | + address: Bordeaux, France |
| 40 | + |
| 41 | + - code: 2 |
| 42 | + name: LaBRI, Université de Bordeaux, Institut Polytechnique de Bordeaux, |
| 43 | + Centre National de la Recherche Scientifique, UMR 5800 |
| 44 | + address: Talence, France |
| 45 | + |
| 46 | + - code: 3 |
| 47 | + name: Institut des Maladies Neurodégénératives, Université de Bordeaux, |
| 48 | + Centre National de la Recherche Scientifique, UMR 5293 |
| 49 | + address: Bordeaux, France |
| 50 | + |
| 51 | + |
| 52 | +# List of keywords (adding the programming language might be a good idea) |
| 53 | +keywords: rescience c, Python |
| 54 | + |
| 55 | +# Code URL and DOI (url is mandatory for replication, doi after acceptance) |
| 56 | +# You can get a DOI for your code from Zenodo, |
| 57 | +# see https://guides.github.com/activities/citable-code/ |
| 58 | +code: |
| 59 | + - url: https://github.com/rsankar9/Reimplementation-SUPERTREX/releases/tag/v3.0 |
| 60 | + - doi: https://doi.org/10.5281/zenodo.4596425 |
| 61 | + |
| 62 | +# Date URL and DOI (optional if no data) |
| 63 | +data: |
| 64 | + - url: |
| 65 | + - doi: |
| 66 | + |
| 67 | +# Information about the original article that has been replicated |
| 68 | +replication: |
| 69 | + - cite: Pyle, R., & Rosenbaum, R. (2019). A reservoir computing model of reward-modulated motor learning and automaticity. Neural computation, 31(7), 1430-1461. # Full textual citation |
| 70 | + - bib: pyle2019 # Bibtex key (if any) in your bibliography file |
| 71 | + - url: https://www.mitpressjournals.org/doi/pdf/10.1162/neco_a_01198 # URL to the PDF, try to link to a non-paywall version |
| 72 | + - doi: 10.1162/neco_a_01198 # Regular digital object identifier |
| 73 | + |
| 74 | +# Don't forget to surround abstract with double quotes |
| 75 | +abstract: "" |
| 76 | + |
| 77 | +# Bibliography file (yours) |
| 78 | +bibliography: bibliography.bib |
| 79 | + |
| 80 | +# Type of the article |
| 81 | +# Type can be: |
| 82 | +# * Editorial |
| 83 | +# * Letter |
| 84 | +# * Replication |
| 85 | +type: Replication |
| 86 | + |
| 87 | +# Scientific domain of the article (e.g. Computational Neuroscience) |
| 88 | +# (one domain only & try to be not overly specific) |
| 89 | +domain: Computational Neuroscience |
| 90 | + |
| 91 | +# Coding language (main one only if several) |
| 92 | +language: Python |
| 93 | + |
| 94 | + |
| 95 | +# To be filled by the author(s) after acceptance |
| 96 | +# ----------------------------------------------------------------------------- |
| 97 | + |
| 98 | +# For example, the URL of the GitHub issue where review actually occured |
| 99 | +review: |
| 100 | + - url: https://github.com/ReScience/submissions/issues/50 |
| 101 | + |
| 102 | +contributors: |
| 103 | + - name: Benoît Girard |
| 104 | + orcid: 0000-0002-8117-7064 |
| 105 | + role: editor |
| 106 | + - name: Daniel Schmid |
| 107 | + orcid: 0000-0002-2439-9453 |
| 108 | + role: reviewer |
| 109 | + - name: Robin Gutzen |
| 110 | + orcid: 0000-0001-7373-5962 |
| 111 | + role: reviewer |
| 112 | + |
| 113 | +# This information will be provided by the editor |
| 114 | +dates: |
| 115 | + - received: March 12, 2020 |
| 116 | + - accepted: November 22, 2021 |
| 117 | + - published: November 22, 2021 |
| 118 | + |
| 119 | +# This information will be provided by the editor |
| 120 | +article: |
| 121 | + - number: 11 # Article number will be automatically assigned during publication |
| 122 | + - doi: 10.5281/zenodo.5718075 # DOI from Zenodo |
| 123 | + - url: https://zenodo.org/record/5718075/files/article.pdf # Final PDF URL (Zenodo or rescience website?) |
| 124 | + |
| 125 | +# This information will be provided by the editor |
| 126 | +journal: |
| 127 | + - name: "ReScience C" |
| 128 | + - issn: 2430-3658 |
| 129 | + - volume: 7 |
| 130 | + - issue: 1 |
0 commit comments