Skip to content

Commit 4ab46f0

Browse files
authored
Merge pull request #112 from MobleyLab/template_cleanup
Make another update to the style files
2 parents fd9c355 + 97f8e2d commit 4ab46f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

paper/basic_training.pdf

-460 Bytes
Binary file not shown.

paper/livecoms.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
%\lfoot{\small\color{LiveCoMSMediumGrey}Received: \@publisheddatereceived \\
270270
% Accepted: \@publisheddateaccepted}%
271271
\cfoot{\small\color{white} \vspace{\baselineskip} \small\color{LiveCoMSMediumGrey} \thepage\space of\space\pageref{LastPage}}%
272-
\rfoot{\small\color{LiveCoMSMediumGrey}DOI: \href{https://dx.doi.org/\@publishedDOI}{\@publishedDOI}\\
272+
\rfoot{\small\color{LiveCoMSMediumGrey}\href{https://doi.org/\@publishedDOI}{https://doi.org/\@publishedDOI}\\
273273
{\it Living J. Comp. Mol. Sci.} \@publishedyear, \@publishedvolume, \@publishedarticlenum }%
274274
\else
275275
\cfoot{\small\color{white} \vspace{\baselineskip} \small\color{LiveCoMSMediumGrey} \thepage\space of\space\pageref{LastPage}}%

paper/vancouver-livecoms.bst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ FUNCTION {format.note}
888888
'skip$
889889
{ "\urlprefix\url{" url * "}" * output }
890890
if$}
891-
{ "\href{https://dx.doi.org/" doi * "}{\doiprefix \detokenize{" * doi * "}}" * output }
891+
{ "\href{https://doi.org/" doi * "}{\doiprefix \detokenize{" * doi * "}}" * output }
892892
if$
893893
note empty$
894894
{ "" }
@@ -1924,7 +1924,7 @@ FUNCTION {begin.bib}
19241924
% "\providecommand{\urlprefix}{URL }" ++++ EMPTIED by default
19251925
"\providecommand{\urlprefix}{}"
19261926
write$ newline$
1927-
"\providecommand{\doiprefix}{doi: }"
1927+
"\providecommand{\doiprefix}{https://doi.org/}"
19281928
write$ newline$
19291929
}
19301930
EXECUTE {begin.bib}

0 commit comments

Comments
 (0)