Skip to content

Commit 8d8a2d5

Browse files
committed
Added entry 10.5281/zenodo.3922195
1 parent fdea349 commit 8d8a2d5

File tree

3 files changed

+151
-0
lines changed

3 files changed

+151
-0
lines changed

10.5281_zenodo.3922195/article.bib

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
@Article {Maggi:2020,
2+
author = {Sabino Maggi},
3+
title = {{[Rp] Reproduction of Step width enhancement in a pulse-driven Josephson junction}},
4+
journal = {ReScience C},
5+
year = {2020},
6+
month = {6},
7+
volume = {6},
8+
number = {1},
9+
pages = {{#10}},
10+
doi = {10.5281/zenodo.3922195},
11+
url = {https://zenodo.org/record/3922195/files/article.pdf},
12+
code_url = {https://github.com/sabinomaggi/ten-years-challenge-pulsed-drive},
13+
code_doi = {},
14+
code_swh = {swh:1:dir:bc7700a81a8fd426d06d89c15c9655998d12c523},
15+
data_url = {},
16+
data_doi = {},
17+
review_url = {https://github.com/ReScience/submissions/issues/23},
18+
type = {Replication},
19+
language = {Fortran},
20+
domain = {Physics},
21+
keywords = {rescience c, fortran, visual basic, josephson junction, voltage standard}
22+
}

10.5281_zenodo.3922195/article.pdf

1.38 MB
Binary file not shown.

10.5281_zenodo.3922195/article.yaml

+129
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
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] Reproduction of Step width enhancement in a pulse-driven Josephson junction"
9+
10+
# List of authors with name, orcid number, email and affiliation
11+
# Affiliation "*" means contact author
12+
authors:
13+
- name: Sabino Maggi
14+
orcid: 0000-0002-1523-6484
15+
16+
affiliations: 1,*
17+
18+
19+
# List of affiliations with code (corresponding to author affiliations), name
20+
# and address. You can also use these affiliations to add text such as "Equal
21+
# contributions" as name (with no address).
22+
affiliations:
23+
- code: 1
24+
name: National Research Council, Institute of Atmospheric Pollution Research, CNR-IIA
25+
address: Bari, Italy
26+
27+
# - code: 2
28+
# name: National Institute of Metrological research, INRiM
29+
# address: Torino, Italy
30+
31+
# - code: 3
32+
# name: INRIA Bordeaux Sud-Ouest
33+
# address: Bordeaux, France
34+
#
35+
# - code: 4
36+
# name: LaBRI, Université de Bordeaux, Institut Polytechnique de Bordeaux,
37+
# Centre National de la Recherche Scientifique, UMR 5800
38+
# address: Talence, France
39+
#
40+
# - code: 5
41+
# name: Institut des Maladies Neurodégénératives, Université de Bordeaux,
42+
# Centre National de la Recherche Scientifique, UMR 5293
43+
# address: Bordeaux, France
44+
45+
46+
# List of keywords (adding the programming language might be a good idea)
47+
keywords: rescience c, fortran, visual basic, josephson junction, voltage standard
48+
49+
# Code URL and DOI/SWH (url is mandatory for replication, doi after acceptance)
50+
# You can get a DOI for your code from Zenodo, or an SWH identifier from
51+
# Software Heritage.
52+
# see https://guides.github.com/activities/citable-code/
53+
code:
54+
- url: https://github.com/sabinomaggi/ten-years-challenge-pulsed-drive
55+
- doi:
56+
- swh: swh:1:dir:bc7700a81a8fd426d06d89c15c9655998d12c523
57+
58+
# Data URL and DOI (optional if no data)
59+
data:
60+
- url:
61+
- doi:
62+
63+
# Information about the original article that has been replicated
64+
replication:
65+
- cite: S. Maggi, Step width enhancement in a pulse-driven Josephson junction, Journal of Applied Physics vol. 79, no. 10, pp. 7860--7863 (1996.
66+
- bib: Maggi:1996
67+
- url: https://www.researchgate.net/publication/224485645_Step_width_enhancement_in_a_pulse-driven_Josephson_junction
68+
- doi: 10.1063/1.362395
69+
70+
# Don't forget to surround abstract with double quotes
71+
abstract: "When I read about the Ten Years Challenge, it was a matter of seconds to decide to participate in the contest with the replication of a work on the numerical simulation of a Josephson junction driven by a train of microwave pulses.
72+
The experience has been exceptionally instructive and all considered much easier than I initially thought.
73+
The paper describes the tools and tricks used for the replication and the lessons learned from this work.
74+
Among them, keeping good and detailed documentation and using of tools and languages that do not fall into oblivion after one or two releases."
75+
76+
# Bibliography file (yours)
77+
bibliography: bibliography.bib
78+
79+
# Type of the article
80+
# Type can be:
81+
# * Editorial
82+
# * Letter
83+
# * Replication
84+
type: Replication
85+
86+
# Scientific domain of the article (e.g. Computational Neuroscience)
87+
# (one domain only & try to be not overly specific)
88+
domain: Physics
89+
90+
# Coding language (main one only if several)
91+
language: Fortran
92+
93+
94+
# To be filled by the author(s) after acceptance
95+
# -----------------------------------------------------------------------------
96+
97+
# For example, the URL of the GitHub issue where review actually occured
98+
review:
99+
- url: https://github.com/ReScience/submissions/issues/23
100+
101+
contributors:
102+
- name: Nicolas P. Rougier
103+
orcid: 0000-0002-6972-589X
104+
role: editor
105+
- name: Pierre de Buyl
106+
orcid: 0000-0002-6640-6463
107+
role: reviewer
108+
- name:
109+
orcid:
110+
role: reviewer
111+
112+
# This information will be provided by the editor
113+
dates:
114+
- received: March 1, 2020
115+
- accepted: June 19 2020
116+
- published: June 29, 2020
117+
118+
# This information will be provided by the editor
119+
article:
120+
- number: 10 # Article number will be automatically assigned during publication
121+
- doi: 10.5281/zenodo.3922195
122+
- url: https://zenodo.org/record/3922195/files/article.pdf
123+
124+
# This information will be provided by the editor
125+
journal:
126+
- name: "ReScience C"
127+
- issn: 2430-3658
128+
- volume: 6
129+
- issue: 1

0 commit comments

Comments
 (0)