Merge pull request #3398 from hammondkd/cite-reminders

Cite reminders
This commit is contained in:
Axel Kohlmeyer
2022-08-17 15:40:35 -04:00
committed by GitHub
66 changed files with 332 additions and 296 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";