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

@ -38,13 +38,14 @@ using namespace LAMMPS_NS;
using namespace FixConst;
static const char cite_fix_acks2_reax[] =
"fix acks2/reaxff command:\n\n"
"fix acks2/reaxff command: doi:10.1137/18M1224684\n\n"
"@Article{O'Hearn2020,\n"
" author = {K. A. O'Hearn, A. Alperen, and H. M. Aktulga},\n"
" author = {K. A. {O'Hearn} and A. Alperen and H. M. Aktulga},\n"
" title = {Fast Solvers for Charge Distribution Models on Shared Memory Platforms},\n"
" journal = {SIAM J. Sci. Comput.},\n"
" journal = {SIAM J.\\ Sci.\\ Comput.},\n"
" year = 2020,\n"
" volume = 42,\n"
" number = 1,\n"
" pages = {1--22}\n"
"}\n\n";