Skip to content

Commit

Permalink
Adding sections to ms and switching to APA refs.
Browse files Browse the repository at this point in the history
Adding data accessiblity and author contributions sections. Swithing to
APA-formatted citations and bibliography. Reformatting for submission.
  • Loading branch information
joaks1 committed Jul 11, 2019
1 parent 7391eaf commit 1d8d467
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 12 deletions.
6 changes: 6 additions & 0 deletions tex/manuscript/author-contributions.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
J.R.O.\ conceived the study.
J.R.O.\ and N.L.\ designed and executed the simulation analyses.
K.A.C.\ assembled the stickleback sequence data, and
J.R.O.\ and K.A.C.\ analyzed those data.
J.R.O.\ led the writing of the manuscript, with contributions from N.L.\ and
K.A.C.
5 changes: 5 additions & 0 deletions tex/manuscript/data-accessibility.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
A detailed history of all aspects of this project was recorded in a
version-controlled repository, which is publicly available at
\url{https://github.com/phyletica/ecoevolity-demog-experiments},
and was archived on zenodo
(\url{https://dx.doi.org/XXXXXXX}).
33 changes: 23 additions & 10 deletions tex/manuscript/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@
\input{../utils/macros.tex}
\input{../utils/notation.tex}

\newcommand{\ifembed}[2]{#1}
% \newcommand{\ifembed}[2]{#2}
% \newcommand{\ifdoublespacing}[2]{#1}
\newcommand{\ifdoublespacing}[2]{#2}
% \newcommand{\iflinenumbers}[2]{#1}
\newcommand{\iflinenumbers}[2]{#2}
% \newcommand{\ifembed}[2]{#1}
\newcommand{\ifembed}[2]{#2}
\newcommand{\ifdoublespacing}[2]{#1}
% \newcommand{\ifdoublespacing}[2]{#2}
\newcommand{\iflinenumbers}[2]{#1}
% \newcommand{\iflinenumbers}[2]{#2}
% \newcommand{\ifragged}[2]{#1}
\newcommand{\ifragged}[2]{#2}

\usepackage[round]{natbib}
% \usepackage[round]{natbib}
\usepackage[natbibapa]{apacite}

\title{Insights from a general, full-likelihood Bayesian approach to inferring
shared evolutionary events from genomic data: Inferring shared demographic
Expand Down Expand Up @@ -58,7 +59,7 @@
\begin{linenumbers}
}{}

% \textbf{Running head}: \uppercase{Inferring shared demographic changes}
\textbf{Running head}: \uppercase{Inferring shared demographic changes}

{\let\newpage\relax\maketitle}

Expand All @@ -79,18 +80,28 @@

\input{body.tex}


\section{Acknowledgments}
\input{acknowledgments.tex}

% \bibliographystyle{../bib/sysbio}
\bibliographystyle{apacite}
\bibliography{../bib/references}

\section{Data Accessibility}
\input{data-accessibility.tex}

\section{Author Contributions}
\input{author-contributions.tex}

% \section{Appendix}
\begin{appendices}
\section{The full model}
\label{appendix:model}
\input{model.tex}
\end{appendices}

\bibliographystyle{../bib/sysbio}
\bibliography{../bib/references}
%TC:ignore

%% LIST OF FIGURES %%%%%%%%%%%%%%%%%%%%%%%%%%
% \ifembed{}{
Expand Down Expand Up @@ -155,4 +166,6 @@ \section*{Supporting Information}

\input{si-figures.tex}

%TC:endignore

\end{document}
4 changes: 2 additions & 2 deletions tex/utils/preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@

\usepackage{hyperref}
\hypersetup{pdfborder={0 0 0},
colorlinks=true,
% colorlinks=false,
% colorlinks=true,
colorlinks=false,
urlcolor=porange,
linkcolor=pauburn,
citecolor=pteal}
Expand Down

0 comments on commit 1d8d467

Please sign in to comment.