Skip to content

Commit f7d8c5f

Browse files
authored
Merge pull request #8 from pdebuyl/master
Added entry 10.5281/zenodo.3904595
2 parents 2455df4 + 2ac49a0 commit f7d8c5f

File tree

3 files changed

+138
-0
lines changed

3 files changed

+138
-0
lines changed

10.5281_zenodo.3904595/article.bib

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
@Article {Delsuc:2020,
2+
author = {Marc-Andr{\'e} Delsuc},
3+
title = {{[Rp] Gifa V.4: A complete package for NMR data set processing}},
4+
journal = {ReScience C},
5+
year = {2020},
6+
month = {6},
7+
volume = {6},
8+
number = {1},
9+
pages = {{#9}},
10+
doi = {10.5281/zenodo.3904595},
11+
url = {https://zenodo.org/record/3904595/files/article.pdf},
12+
code_url = {https://github.com/delsuc/Gifa},
13+
code_doi = {},
14+
code_swh = {swh:1:dir:57cb6f31528c596cc67ce46e142f3de8cb082bcb},
15+
data_url = {},
16+
data_doi = {},
17+
review_url = {https://github.com/ReScience/submissions/issues/33},
18+
type = {Reproduction},
19+
language = {FORTRAN77},
20+
domain = {Analytical Chemistry},
21+
keywords = {NMR, data processing, FORTRAN77}
22+
}

10.5281_zenodo.3904595/article.pdf

177 KB
Binary file not shown.

10.5281_zenodo.3904595/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] Gifa V.4: A complete package for NMR data set processing"
9+
10+
# List of authors with name, orcid number, email and affiliation
11+
# Affiliation "*" means contact author (required even for single-authored papers)
12+
authors:
13+
- name: Marc-Andr{\'e} Delsuc
14+
orcid: 0000-0002-1400-5326
15+
email: madelsuc@unistra.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: Institut de G{\'e}n{\'e}tique Biologie Mol{\'e}culaire et Cellulaire - UMR 7104 - Inserm U 1258
24+
address: Illkirch, France
25+
26+
- code: 2
27+
name: CASC4DE, SAS
28+
address: Illkirch, France
29+
30+
# List of keywords (adding the programming language might be a good idea)
31+
keywords: NMR, data processing, FORTRAN77
32+
33+
# Code URL and DOI/SWH (url is mandatory for replication, doi after acceptance)
34+
# You can get a DOI for your code from Zenodo, or an SWH identifier from
35+
# Software Heritage.
36+
# see https://guides.github.com/activities/citable-code/
37+
code:
38+
- url: https://github.com/delsuc/Gifa
39+
- doi:
40+
- swh: swh:1:dir:57cb6f31528c596cc67ce46e142f3de8cb082bcb
41+
42+
# Data URL and DOI (optional if no data)
43+
data:
44+
- url:
45+
- doi:
46+
47+
# Information about the original article that has been replicated
48+
replication:
49+
- cite: Gifa V. 4 a complete package for NMR data set processing
50+
JL Pons, TE Malliavin, MA Delsuc
51+
J. Bio NMR 8 (4), 445-452 (1996)
52+
- bib: Pons_1996
53+
- url: http://www.delsuc.net/pdf/2007-Journal\%20of\%20Magnetic\%20Resonance-Tramesel.pdf
54+
- doi: 10.1016/j.jmr.2007.05.023
55+
56+
# Don't forget to surround abstract with double quotes
57+
abstract: "Reproduction of Gifa V. 4 a complete package for NMR data set processing
58+
JL Pons, TE Malliavin, MA Delsuc
59+
J. Bio NMR 8 (4), 445-452 (1996)
60+
The version of the code originally published was lost, but a latter version of
61+
the program was used and fully reproduced on a recent computer."
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: Analytical Chemistry
76+
77+
# Coding language (main one only if several)
78+
language: FORTRAN77
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: https://github.com/ReScience/submissions/issues/33
87+
88+
contributors:
89+
- name: Pierre de Buyl
90+
orcid: 0000-0002-6640-6463
91+
role: editor
92+
- name: Konrad Hinsen
93+
orcid: 0000-0003-0330-9428
94+
role: reviewer
95+
- name:
96+
orcid:
97+
role: reviewer
98+
99+
# This information will be provided by the editor
100+
dates:
101+
- received: April 30, 2020
102+
- accepted: June 18, 2020
103+
- published: June 23, 2020
104+
105+
# This information will be provided by the editor
106+
article:
107+
- number: 9 # Article number will be automatically assigned during publication
108+
- doi: 10.5281/zenodo.3904595 # DOI from Zenodo
109+
- url: https://zenodo.org/record/3904595/files/article.pdf # Final PDF URL (Zenodo or rescience website?)
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)