-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
executable file
·92 lines (56 loc) · 1.95 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
\documentclass[10pt, a4paper]{article}
\usepackage[left=3cm, right=3cm, top=2cm, bottom=3cm]{geometry}
%% \documentclass[paper=a4]{scrartcl}
%% \usepackage[left=4cm, right=4cm, %showframe
%% ]{geometry}
\usepackage{local_config}
%% \usepackage[right,displaymath,mathlines]{lineno}
%% \linenumbers
%% \usepackage{titling}
%% \setlength{\droptitle}{-7em}
%% \usepackage{abstract}
%% \renewcommand{\abstractname}{} % clear the title
%% \renewcommand{\absnamepos}{empty} % originally center
%% \usepackage{authblk}
%% \renewcommand\Affilfont{\fontsize{9}{10.8}\itshape}
%% %\renewcommand\Abstractfont{\fontsize{11pt}}
%% \title{Anisotropic connectivity in local cortical circuits\vspace{-2ex}}
%% \date{}
%% \author[1,2,*]{Felix Z.~Hoffmann}
%% \author[3]{Stefan Rotter}
%% \affil[1]{Frankfurt Institute for Advanced Studies, Johann Wolfgang Goethe University, Frankfurt am Main, Germany}
%% \affil[2]{International Max Planck Research School for Neural Circuits, Max Planck Institute for Brain Research, Frankfurt am Main, Germany}
%% \affil[3]{AUTHOR AFFILIATION, Freiburg, Germany\vspace{3ex}}
%% \affil[*]{Email: [email protected]\vspace{-16.5ex}}
%% \renewcommand\Authands{ and }
\begin{document}
\input{sections/title}
\input{sections/abstract}
\input{sections/introduction}
\clearpage
\pagebreak
\newpage
\section*{Methods}
\input{sections/morphological_anisotropy}
\input{sections/network_model}
% Results and Discussion can be combined.
\clearpage
\pagebreak
\newpage
\section*{Results}
\input{sections/results_rewired_networks}
% \input{sections/standard_network_measures}
\input{sections/results_two_neuron_connections}
\input{sections/results_three_neuron_motifs}
\input{sections/results_neuron_clusters}
\input{sections/common_neighbor_relations}
\input{sections/discussion}
\clearpage
\pagebreak
\newpage
\input{sections/acknowledgments}
\clearpage
\pagebreak
\newpage
\printbibliography
\end{document}