Skip to content

Commit 59756ba

Browse files
committed
Added entry 10.5281/zenodo.3886628
1 parent 500749a commit 59756ba

File tree

3 files changed

+138
-0
lines changed

3 files changed

+138
-0
lines changed

10.5281_zenodo.3886628/article.bib

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
@Article {Rougier:2020,
2+
author = {Nicolas P. Rougier},
3+
title = {{[Rp] LOUPE}},
4+
journal = {ReScience C},
5+
year = {2020},
6+
month = {6},
7+
volume = {6},
8+
number = {1},
9+
pages = {{#3}},
10+
doi = {10.5281/zenodo.3886628},
11+
url = {https://zenodo.org/record/3886628/files/article.pdf},
12+
code_url = {https://github.com/rougier/TYRC-apple},
13+
code_doi = {},
14+
code_swh = {swh:1:dir:378ef456812b3e3c1a605c93da8c15975b6decf6},
15+
data_url = {},
16+
data_doi = {},
17+
review_url = {},
18+
type = {Reproduction},
19+
language = {Applesoft Basic},
20+
domain = {Ten Years Reproducibility Challenge},
21+
keywords = {ten years reproducibility challenge, apple //e}
22+
}

10.5281_zenodo.3886628/article.pdf

3.34 MB
Binary file not shown.

10.5281_zenodo.3886628/article.yaml

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
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] LOUPE"
9+
10+
# List of authors with name, orcid number, email and affiliation
11+
# Affiliation "*" means contact author
12+
authors:
13+
- name: Nicolas P. Rougier
14+
orcid: 0000-0002-6972-589X
15+
email: Nicolas.Rougier@inria.fr
16+
affiliations: 1,2,3,* # * is for contact author
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 Bordeaux Sud-Ouest
24+
address: Bordeaux, France
25+
26+
- code: 2
27+
name: LaBRI, Université de Bordeaux, Institut Polytechnique de Bordeaux,
28+
Centre National de la Recherche Scientifique, UMR 5800
29+
address: Talence, France
30+
31+
- code: 3
32+
name: Institut des Maladies Neurodégénératives, Université de Bordeaux,
33+
Centre National de la Recherche Scientifique, UMR 5293
34+
address: Bordeaux, France
35+
36+
37+
# List of keywords (adding the programming language might be a good idea)
38+
keywords: ten years reproducibility challenge, apple //e
39+
40+
# Code URL and DOI (url is mandatory for replication, doi after acceptance)
41+
# You can get a DOI for your code from Zenodo,
42+
# see https://guides.github.com/activities/citable-code/
43+
code:
44+
- url: https://github.com/rougier/TYRC-apple
45+
- doi:
46+
- swh: swh:1:dir:378ef456812b3e3c1a605c93da8c15975b6decf6
47+
48+
# Date URL and DOI (optional if no data)
49+
data:
50+
- url:
51+
- doi:
52+
53+
# Information about the original article that has been replicated
54+
replication:
55+
- cite: # Full textual citation
56+
- bib: # Bibtex key (if any) in your bibliography file
57+
- url: # URL to the PDF, try to link to a non-paywall version
58+
- doi: # Regular digital object identifier
59+
60+
# Don't forget to surround abstract with double quotes
61+
abstract: ""
62+
63+
# Bibliography file (yours)
64+
bibliography: bibliography.bib
65+
66+
# Type of the article
67+
# Type can be:
68+
# * Editorial
69+
# * Letter
70+
# * Replication
71+
type: Reproduction
72+
73+
# Scientific domain of the article (e.g. Computational Neuroscience)
74+
# (one domain only & try to be not overly specific)
75+
domain: Ten Years Reproducibility Challenge
76+
77+
# Coding language (main one only if several)
78+
language: Applesoft Basic
79+
80+
81+
# To be filled by the author(s) after acceptance
82+
# -----------------------------------------------------------------------------
83+
84+
# For example, the URL of the GitHub issue where review actually occured
85+
review:
86+
- url:
87+
88+
contributors:
89+
- name: Konrad Hinsen
90+
orcid: 0000-0003-0330-9428
91+
role: editor
92+
- name: Bruno Levy
93+
orcid:
94+
role: reviewer
95+
- name:
96+
orcid:
97+
role: reviewer
98+
99+
# This information will be provided by the editor
100+
dates:
101+
- received: January 1, 2020
102+
- accepted: June 4, 2020
103+
- published: June 9, 2020
104+
105+
# This information will be provided by the editor
106+
article:
107+
- number: 3
108+
- doi: 10.5281/zenodo.3886628
109+
- url: https://zenodo.org/record/3886628/files/article.pdf
110+
111+
# This information will be provided by the editor
112+
journal:
113+
- name: "ReScience C"
114+
- issn: 2430-3658
115+
- volume: 6
116+
- issue: 1

0 commit comments

Comments
 (0)