Updates to BibTeX syntax for anything that needed it that I caught and fixes to address Issue #2597
This commit is contained in:
@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user