David Koes switch to elsevier formatting  over 8 years ago

Commit id: ea809a178529157a257d22d11ffd0f78a63d9da4

deletions | additions      

       

\journal{Journal of Molecular Graphics and Modelling}         

\begin{{document}}  \begin{{frontmatter}}  {titlecontent}  \begin{{abstract}}  {abstract}  \end{{abstract}}  \end{{frontmatter}}  {sectioninputs}  \bibliography{{{bibloc}}}{{}} 

preamblein = get_input_string('preamble', localdir)  headerin = get_input_string('header', localdir)  bibloc = os.path.join(os.path.abspath(localdir), 'bibliography', 'biblio')  abstract = get_input_string('Abstract.tex', localdir)  titlecontent = []  if usetitle: 

ls = l.strip()  if ls == '':  pass  elif ls == 'Abstract.tex':  pass  elif ls.startswith('figures'):  sectioninputs.append(get_figure_string(ls, localdir))  else:         

\author{David Koes \and Ethan \author[ethanaddress]{Ethan  Hain} \author[pitt]{Carlos J. Camacho}  \author[pitt]{David Ryan Koes\corref{cor1}}  \cortext[cor1]{Corresponding Author}  \ead{[email protected]}  \address[pitt]{Department of Computational and Systems Biology, University of Pittsburgh}  \address[ethanaddress]{Department of Chemistry, St. Mary's College of Maryland}  \institute{David %% \ead{email address}  %% \ead[url]{home page}  %% \fntext[label2]{}  %% \cortext[cor1]{}  %% \address{Address\fnref{label3}}  %% \fntext[label3]{}  %\institute{David  Koes \at Affiliation not available \and Ethan Hain \at Affiliation not available} %\authorrunning{Short form of author list} % if too long for running head  %\date{Received: date / Accepted: date}  % The correct dates will be entered by the editor  \maketitle         

%\documentclass{svjour3} % onecolumn (standard format)  %\documentclass[smallcondensed]{svjour3} % onecolumn (ditto)  %\documentclass[smallextended]{svjour3} % onecolumn (second format)  \documentclass[twocolumn]{svjour3} %\documentclass[twocolumn]{svjour3}  % twocolumn %\documentclass[preprint,12pt,3p]{elsarticle}  %% Use the option review to obtain double line spacing  \documentclass[preprint,review,12pt]{elsarticle}  %% Use the options 1p,twocolumn; 3p; 3p,twocolumn; 5p; or 5p,twocolumn  %% for a journal layout:  %% \documentclass[final,1p,times]{elsarticle}  %% \documentclass[final,1p,times,twocolumn]{elsarticle}  %% \documentclass[final,3p,times]{elsarticle}  %% \documentclass[final,3p,times,twocolumn]{elsarticle}  %% \documentclass[final,5p,times]{elsarticle}  %% \documentclass[final,5p,times,twocolumn]{elsarticle}  %  \smartqed %\smartqed  % flush right qed marks, e.g. at end of proof %  \usepackage{graphicx} 

\bibliographystyle{spmpsci} %\bibliographystyle{spmpsci}  \bibliographystyle{elsarticle-num}