Updates to BibTeX syntax for anything that needed it that I caught and fixes to address Issue #2597

This commit is contained in:
Karl Hammond
2022-08-13 04:51:54 -05:00
parent c7dd679fcd
commit 29e1595fb4
64 changed files with 285 additions and 256 deletions

View File

@ -57,10 +57,10 @@ using namespace FixConst;
using namespace MathConst;
static const char cite_fix_bond_react[] =
"fix bond/react: reacter.org\n\n"
"fix bond/react: reacter.org doi:10.1016/j.polymer.2017.09.038 doi:10.1021/acs.macromol.0c02012\n\n"
"@Article{Gissinger17,\n"
" author = {J. R. Gissinger, B. D. Jensen, K. E. Wise},\n"
" title = {Modeling chemical reactions in classical molecular dynamics simulations},\n"
" author = {J. R. Gissinger and B. D. Jensen and K. E. Wise},\n"
" title = {Modeling Chemical Reactions in Classical Molecular Dynamics Simulations},\n"
" journal = {Polymer},\n"
" year = 2017,\n"
" volume = 128,\n"
@ -68,10 +68,11 @@ static const char cite_fix_bond_react[] =
"}\n\n"
"@Article{Gissinger20,\n"
" author = {J. R. Gissinger, B. D. Jensen, K. E. Wise},\n"
" title = {REACTER: A Heuristic Method for Reactive Molecular Dynamics},\n"
" title = {{REACTER}: A Heuristic Method for Reactive Molecular Dynamics},\n"
" journal = {Macromolecules},\n"
" year = 2020,\n"
" volume = 53,\n"
" number = 22,\n"
" pages = {9953--9961}\n"
"}\n\n";