Skip to content

Commit 500749a

Browse files
committed
Added entry 10.5281/zenodo.3889694
1 parent dd73607 commit 500749a

File tree

3 files changed

+134
-0
lines changed

3 files changed

+134
-0
lines changed

10.5281_zenodo.3889694/article.bib

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
@Article {Hinsen:2020,
2+
author = {Konrad Hinsen},
3+
title = {{[¬Rp] Stokes drag on conglomerates of spheres}},
4+
journal = {ReScience C},
5+
year = {2020},
6+
month = {6},
7+
volume = {6},
8+
number = {1},
9+
pages = {{#7}},
10+
doi = {10.5281/zenodo.3889694},
11+
url = {https://zenodo.org/record/3889694/files/article.pdf},
12+
code_url = {https://github.com/khinsen/rescience-ten-year-challenge-paper-4},
13+
code_doi = {},
14+
code_swh = {swh:1:dir:195b7890e84d3bcdc1fdbbbc351c63ac69a64ba0},
15+
data_url = {},
16+
data_doi = {},
17+
review_url = {https://github.com/ReScience/submissions/issues/20},
18+
type = {Reproduction},
19+
language = {Fortran77},
20+
domain = {Fluid dynamics},
21+
keywords = {protein structure, protein crystals, normal modes, Python}
22+
}

10.5281_zenodo.3889694/article.pdf

58.1 KB
Binary file not shown.

10.5281_zenodo.3889694/article.yaml

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
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] Stokes drag on conglomerates of spheres"
9+
10+
# List of authors with name, orcid number, email and affiliation
11+
# Affiliation "*" means contact author
12+
authors:
13+
- name: Konrad Hinsen
14+
orcid: 0000-0003-0330-9428
15+
email: konrad.hinsen@cnrs.fr
16+
affiliations: 1,2,*
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: Centre de Biophysique Moléculaire, CNRS UPR4301
24+
address: Orléans, France
25+
26+
- code: 2
27+
name: Synchrotron SOLEIL, Division Expériences
28+
address: Gif sur Yvette, France
29+
30+
# List of keywords (adding the programming language might be a good idea)
31+
keywords: protein structure, protein crystals, normal modes, Python
32+
33+
# Code URL and DOI (url is mandatory for replication, doi after acceptance)
34+
# You can get a DOI for your code from Zenodo,
35+
# see https://guides.github.com/activities/citable-code/
36+
code:
37+
- url: https://github.com/khinsen/rescience-ten-year-challenge-paper-4
38+
- doi:
39+
- swh: swh:1:dir:195b7890e84d3bcdc1fdbbbc351c63ac69a64ba0
40+
41+
# Data URL and DOI (optional if no data)
42+
data:
43+
- url:
44+
- doi:
45+
46+
# Information about the original article that has been reproduced
47+
replication:
48+
- cite: B. Cichocki, K. Hinsen, Stokes drag on conglomerates of spheres, Phys. Fluids 7:286 (1995)
49+
- bib: CichockiStokesdragconglomerates1995
50+
- url: https://doi.org/10.1063/1.868626
51+
- doi: 10.1063/1.868626
52+
53+
# Don't forget to surround abstract with double quotes
54+
abstract: "Reproduction attempt of B. Cichocki & K. Hinsen, Stokes drag on conglomerates
55+
of spheres, Phys. Fluids 7:286 (1995). A reproduction turned out to be
56+
impossible because important parts of the code could not be retrieved.
57+
However, the surviving code still works without modification."
58+
59+
# Bibliography file (yours)
60+
bibliography: bibliography.bib
61+
62+
# Type of the article
63+
# Type can be:
64+
# * Editorial
65+
# * Letter
66+
# * Replication
67+
type: Reproduction
68+
69+
# Scientific domain of the article (e.g. Computational Neuroscience)
70+
# (one domain only & try to be not overly specific)
71+
domain: Fluid dynamics
72+
73+
# Coding language (main one only if several)
74+
language: Fortran77
75+
76+
77+
# To be filled by the author(s) after acceptance
78+
# -----------------------------------------------------------------------------
79+
80+
# For example, the URL of the GitHub issue where review actually occured
81+
review:
82+
- url: https://github.com/ReScience/submissions/issues/20
83+
84+
contributors:
85+
- name: Tiziano Zito
86+
orcid:
87+
role: editor
88+
- name: Roman Yurchak
89+
orcid: 0000-0002-2565-4444
90+
role: reviewer
91+
- name:
92+
orcid:
93+
role: reviewer
94+
95+
# This information will be provided by the editor
96+
dates:
97+
- received: March 4, 2020
98+
- accepted: June 10, 2020
99+
- published: June 11, 2020
100+
101+
# This information will be provided by the editor
102+
article:
103+
- number: 7
104+
- doi: 10.5281/zenodo.3889694
105+
- url: https://zenodo.org/record/3889694/files/article.pdf
106+
107+
# This information will be provided by the editor
108+
journal:
109+
- name: "ReScience C"
110+
- issn: 2430-3658
111+
- volume: 6
112+
- issue: 1

0 commit comments

Comments
 (0)