Skip to content

Commit ca2bce6

Browse files
committed
Added entry 10.5281/zenodo.3630224
1 parent db084ae commit ca2bce6

File tree

3 files changed

+129
-0
lines changed

3 files changed

+129
-0
lines changed

10.5281_zenodo.3630224/article.bib

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
@Article {McBane:2020,
2+
author = {George C. McBane},
3+
title = {{[Rp] Reproduction of interaction second virial coefficient calculation for H$_2$--CO interactions [J. Chem. Phys. vol. 112, 4417 (2000)]}},
4+
journal = {ReScience C},
5+
year = {2020},
6+
month = {1},
7+
volume = {6},
8+
number = {1},
9+
pages = {{#1}},
10+
doi = {10.5281/zenodo.3630224},
11+
url = {https://zenodo.org/record/3630224/files/article.pdf},
12+
code_url = {http://faculty.gvsu.edu/mcbaneg/virial6-resciencec.zip},
13+
code_doi = {},
14+
data_url = {},
15+
data_doi = {},
16+
review_url = {},
17+
type = {Reproduction},
18+
language = {Fortran},
19+
domain = {Chemical Physics},
20+
keywords = {rescience c, chemical physics, potential energy surfaces, virial coefficients, Fortran}
21+
}

10.5281_zenodo.3630224/article.pdf

60.4 KB
Binary file not shown.

10.5281_zenodo.3630224/article.yaml

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
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 interaction second virial coefficient calculation for H$_2$--CO interactions [J. Chem. Phys. vol. 112, 4417 (2000)]"
9+
10+
# List of authors with name, orcid number, email and affiliation
11+
# Affiliation "*" means contact author
12+
authors:
13+
- name: George C. McBane
14+
orcid: 0000-0002-2790-3467
15+
email: mcbaneg@gvsu.edu
16+
affiliations: 1,*
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: Department of Chemistry, Grand Valley State University
24+
address: Allendale, MI 49401 USA
25+
26+
27+
28+
29+
# List of keywords (adding the programming language might be a good idea)
30+
keywords: rescience c, chemical physics, potential energy surfaces, virial coefficients, Fortran
31+
32+
# Code URL and DOI (url is mandatory for replication, doi after acceptance)
33+
# You can get a DOI for your code from Zenodo,
34+
# see https://guides.github.com/activities/citable-code/
35+
code:
36+
- url: http://faculty.gvsu.edu/mcbaneg/virial6-resciencec.zip
37+
- doi:
38+
- swh: swh:1:snp:85dcb31156194ea3bad60f06c1e7999e7bb1a90c
39+
40+
# Date URL and DOI (optional if no data)
41+
data:
42+
- url:
43+
- doi:
44+
45+
# Information about the original article that has been replicated
46+
replication:
47+
- cite: J. Gottfried and George C. McBane, J. Chem. Phys. 112(9), 4417 (2000)
48+
- bib: gott00
49+
- url: https://scholarworks.gvsu.edu/chm_articles/13
50+
- doi: 10.1063/1.480989
51+
52+
# Don't forget to surround abstract with double quotes
53+
abstract: "A calculation of interaction virial coefficients for the hydrogen-carbon monoxide system has been reproduced successfully. The main calculation is a set of nested quadratures. The program, written in Fortran, uses IQPACK routines for quadrature weights and nodes, BLAS routines for vector manipulation, and a dedicated subsystem to evaluate the potential energy as a function of molecular coordinates. Only very minor modifications to the main code were required to run it on a modern machine."
54+
55+
# Bibliography file (yours)
56+
bibliography: bibliography.bib
57+
58+
# Type of the article
59+
# Type can be:
60+
# * Editorial
61+
# * Letter
62+
# * Replication
63+
type: Reproduction
64+
65+
# Scientific domain of the article (e.g. Computational Neuroscience)
66+
# (one domain only & try to be not overly specific)
67+
domain: Chemical Physics
68+
69+
# Coding language (main one only if several)
70+
language: Fortran
71+
72+
73+
# To be filled by the author(s) after acceptance
74+
# -----------------------------------------------------------------------------
75+
76+
# For example, the URL of the GitHub issue where review actually occured
77+
review:
78+
- url:
79+
80+
contributors:
81+
- name: Konrad Hinsen
82+
orcid: 0000-0003-0330-9428
83+
role: editor
84+
- name: Pierre de Buyl
85+
orcid: 0000-0002-6640-6463
86+
role: reviewer
87+
- name:
88+
orcid:
89+
role: reviewer
90+
91+
# This information will be provided by the editor
92+
dates:
93+
- received: November 23, 2019
94+
- accepted: January 29, 2020
95+
- published: January 29, 2020
96+
97+
# This information will be provided by the editor
98+
article:
99+
- number: 1
100+
- doi: 10.5281/zenodo.3630224
101+
- url: https://zenodo.org/record/3630224/files/article.pdf
102+
103+
# This information will be provided by the editor
104+
journal:
105+
- name: "ReScience C"
106+
- issn: 2430-3658
107+
- volume: 6
108+
- issue: 1

0 commit comments

Comments
 (0)