Skip to content

Commit 12f7e35

Browse files
committed
updating template [ci skip]
1 parent da5f72f commit 12f7e35

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

manuscript/livecoms.cls

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@
9090
\if@onehalfspacing\linespread{1.5}\fi
9191
\if@doublespacing\linespread{2.0}\fi
9292

93+
\emergencystretch 3em
94+
9395
\RequirePackage{graphicx,xcolor}
9496
\definecolor{LiveCoMSDarkBlue}{HTML}{273B81}
9597
\definecolor{LiveCoMSLightBlue}{HTML}{0A9DD9}
@@ -267,7 +269,7 @@
267269
%\lfoot{\small\color{LiveCoMSMediumGrey}Received: \@publisheddatereceived \\
268270
% Accepted: \@publisheddateaccepted}%
269271
\cfoot{\small\color{white} \vspace{\baselineskip} \small\color{LiveCoMSMediumGrey} \thepage\space of\space\pageref{LastPage}}%
270-
\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}\\
271273
{\it Living J. Comp. Mol. Sci.} \@publishedyear, \@publishedvolume, \@publishedarticlenum }%
272274
\else
273275
\cfoot{\small\color{white} \vspace{\baselineskip} \small\color{LiveCoMSMediumGrey} \thepage\space of\space\pageref{LastPage}}%

manuscript/manuscript.tex

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
%%% ARTICLE SETUP
3232
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3333

34-
\title{Introduction to Markov state modeling with the PyEMMA software --- v\versionnumber}
34+
\title{Introduction to Markov state modeling with the PyEMMA software [Article v\versionnumber]}
3535

3636
\author[1\authfn{1}*]{Christoph Wehmeyer}
3737
\author[1\authfn{1}]{Martin K. Scherer}
@@ -55,13 +55,12 @@
5555
%%% Fill out these parameters when available
5656
%%% These are used when the "pubversion" option is invoked
5757
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
58-
5958
\pubDOI{10.XXXX/YYYYYYY}
6059
\pubvolume{<volume>}
6160
\pubyear{<year>}
6261
\articlenum{<number>}
63-
\datereceived{July, 27, 2018}
64-
\dateaccepted{Month, Day, Year}
62+
\datereceived{Day Month Year}
63+
\dateaccepted{Day Month Year}
6564

6665
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
6766
%%% ARTICLE START
@@ -651,7 +650,8 @@ \section{Author Contributions}
651650
MKS developed the software infrastructure, test, and install environment.
652651
CW, MKS, TH, BEH, SO, and FN wrote the manuscript.
653652

654-
For a more detailed description of author contributions, see the GitHub issue tracking and changelog at \githubrepository{}.
653+
For a more detailed description of author contributions,
654+
see the GitHub issue tracking and changelog at \githubrepository.
655655

656656
\section{Other Contributions}
657657
%%%%%%%%%%%%%%%
@@ -665,7 +665,8 @@ \section{Other Contributions}
665665
%%%%%%%%%%%%%%%
666666
We are grateful to Nuria Plattner for providing the pentapeptide simulation data and Camilla Ventura Santos as well as the entire computational molecular biology group for valuable discussion and feedback.
667667

668-
For a more detailed description of contributions from the community and others, see the GitHub issue tracking and changelog at \githubrepository{}.
668+
For a more detailed description of contributions from the community and others,
669+
see the GitHub issue tracking and changelog at \githubrepository.
669670

670671
\section{Potentially Conflicting Interests}
671672
%%%%%%%

manuscript/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)