-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.tex
46 lines (38 loc) · 1.11 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
\documentclass[twocolumn]{article}
\input{preamble}
\input{definitions}
\begin{document}
\title{A Bayesian Solution to Count the Number of Molecules within a Diffraction Limited Spot}
\author{
Alexander Hillsley$^{1}$\thanks{Corresponding Authors},
Johannes Stein$^{2,3}$,
Paul W. Tillberg$^{1}$,
David L. Stern$^{1}$,
Jan Funke$^{1}$\footnotemark[1]
\\\\
\normalsize{$^1$ HHMI Janelia Research Campus, Ashburn, VA}, \\
\normalsize{$^2$ Wyss Institute of Biologically Inspired Engineering, Boston, MA} \\
\normalsize{$^3$ Department of Genetics, Harvard Medical School, Boston, MA}
}
\maketitle
\input{sections/00_abstract}
\input{sections/01_introduction}
\input{sections/02_method}
\input{sections/03_results}
\input{sections/04_discussion}
\input{sections/08_code}
\input{sections/05_experimental_methods}
\input{sections/06_acknowledgments}
\input{sections/07_contributions}
{
\small
\bibliographystyle{unsrt}
\bibliography{references}
}
\clearpage
% \begin{appendices}
% \renewcommand{\thefigure}{S\arabic{figure}}
% \setcounter{figure}{0}
% \input{sections/appendix}
% \end{appendices}
\end{document}