|
| 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] Neural Network Model of Memory Retrieval" |
| 9 | + |
| 10 | +# List of authors with name, orcid number, email and affiliation |
| 11 | +# Affiliation "*" means contact author |
| 12 | +authors: |
| 13 | + - name: Carlos de la Torre-Ortiz |
| 14 | + orcid: 0000-0002-7457-5216 |
| 15 | + |
| 16 | + affiliations: 1,2,* |
| 17 | + |
| 18 | + - name: Aurélien Nioche |
| 19 | + orcid: 0000-0002-0567-2637 |
| 20 | + |
| 21 | + affiliations: 2 |
| 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: University of Helsinki, Department of Computer Science |
| 29 | + address: Helsinki, Finland |
| 30 | + |
| 31 | + - code: 2 |
| 32 | + name: Aalto University, Department of Communications and Networking |
| 33 | + address: Helsinki, Finland |
| 34 | + |
| 35 | +# List of keywords (adding the programming language might be a good idea) |
| 36 | +keywords: attractor neural networks, recall, oscillations, memory, neural representations, python |
| 37 | + |
| 38 | +# Code URL and DOI (url is mandatory for replication, doi after acceptance) |
| 39 | +# You can get a DOI for your code from Zenodo, |
| 40 | +# see https://guides.github.com/activities/citable-code/ |
| 41 | +code: |
| 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://github.com/c-torre/replication-recanatesi-2015 |
| 48 | + - doi: |
| 49 | + - swh: swh:1:dir:0b541aeb4707ecedfbbcdd85adfd0100d748cc03 |
| 50 | + |
| 51 | +# Date 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: # Bibtex key (if any) in your bibliography file |
| 60 | + - url: # 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: "" |
| 65 | + |
| 66 | +# Bibliography file (yours) |
| 67 | +bibliography: bibliography.bib |
| 68 | + |
| 69 | +# Type of the article |
| 70 | +# Type can be: |
| 71 | +# * Editorial |
| 72 | +# * Letter |
| 73 | +# * Replication |
| 74 | +type: Replication |
| 75 | + |
| 76 | +# Scientific domain of the article (e.g. Computational Neuroscience) |
| 77 | +# (one domain only & try to be not overly specific) |
| 78 | +domain: Computational Neuroscience |
| 79 | + |
| 80 | +# Coding language (main one only if several) |
| 81 | +language: Python |
| 82 | + |
| 83 | + |
| 84 | +# To be filled by the author(s) after acceptance |
| 85 | +# ----------------------------------------------------------------------------- |
| 86 | + |
| 87 | +# For example, the URL of the GitHub issue where review actually occured |
| 88 | +review: |
| 89 | + - url: https://github.com/ReScience/submissions/issues/10 |
| 90 | + |
| 91 | +contributors: |
| 92 | + - name: Olivia Guest |
| 93 | + orcid: 0000-0002-1891-0972 |
| 94 | + role: editor |
| 95 | + - name: Sebastian Bobadilla-Suarez |
| 96 | + orcid: 0000-0002-5951-0772 |
| 97 | + role: reviewer |
| 98 | + - name: James Roach |
| 99 | + orcid: |
| 100 | + role: reviewer |
| 101 | + |
| 102 | +# This information will be provided by the editor |
| 103 | +dates: |
| 104 | + - received: 08 November 2019 |
| 105 | + - accepted: 11 September 2020 |
| 106 | + - published: 25 January 2021 |
| 107 | + |
| 108 | +# This information will be provided by the editor |
| 109 | +article: |
| 110 | + - number: 8 |
| 111 | + - doi: 10.5281/zenodo.4461767 |
| 112 | + - url: https://zenodo.org/record/4461767/files/article.pdf |
| 113 | + |
| 114 | +# This information will be provided by the editor |
| 115 | +journal: |
| 116 | + - name: "ReScience C" |
| 117 | + - issn: 2430-3658 |
| 118 | + - volume: 6 |
| 119 | + - issue: 3 |
0 commit comments