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

@ -47,13 +47,15 @@ There is an example script for this package in examples/PACKAGES/srp_react/.
using namespace LAMMPS_NS;
static const char cite_srpreact[] =
"pair srp/react style: doi:10.1021/acs.jpcb.1c09570\n\n"
"@Article{palkar2022\n"
" author = {Palkar, Vaibhav and Kuksenok, Olga},\n"
" title = {Controlling Degradation and Erosion of Polymer Networks: Insights from Mesoscale Modeling},\n"
" journal = {J. Phys. Chem. B},\n"
" year = {2022},\n"
" volume = {126},\n"
" pages = {336-346}\n"
" journal = {J.~Phys.\\ Chem.~B},\n"
" year = 2022,\n"
" volume = 126,\n"
" number = 1,\n"
" pages = {336--346}\n"
"}\n\n";
static int srp_instance = 0;