-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
96 lines (68 loc) · 2.26 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
91
92
93
94
95
96
\documentclass[nocrop,final,onecolumn,openacc]{bluetechreport}
%%%% *** Do not adjust lengths that control margins, column widths, etc. ***
%%%%%%%%%%% Defining Enunciations %%%%%%%%%%%
\newtheorem{theorem}{\bf Theorem}[section]
\newtheorem{condition}{\bf Condition}[section]
\newtheorem{corollary}{\bf Corollary}[section]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{lipsum}
\pagestyle{empty}
\enlargethispage{24pt}
\begin{document}
%%%% Article title to be placed here
\title{
Estimating Nuisance and Artifact Free Correlation Matrices in Neuroimaging using Approximate Factor Models
}
\author{%%%% Author details
\centering
Manjari Narayan, PhD
%$^{1}$, X. Second author$^{2}$ and X. Third author$^{3}$
\footnote{\
Manjari Narayan, \email{manjari at alumni.rice.edu}
}
\footnote{Stanford University, Psychiatry and Behavioral Sciences}
}
% %%%%%%%%% Insert author address here
\address{
%$^{1}$ Stanford University, Psychiatry and Behavioral Sciences
%$^{2}$Second author address\\
%$^{3}$Third author address
}
% %%%% Subject entries to be placed here %%%%
% \subject{xxxxx, xxxxx, xxxx}
%%%% Keyword entries to be placed here %%%%
\keywords{covariance estimation, factor models, latent variables, low rank, nuisance regression, functional connectivity, fMRI, neuroimaging}
% %%%% Insert corresponding author and its email address
% \corres{
% Manjari Narayan, \email{manjari at alumni.rice.edu}
% }
%%%% Abstract text to be placed here %%%%%%%%%%%%
\begin{abstract}
\input{abstract}
\end{abstract}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% Front page main text %%%%%
\begin{fmtext}
\section{Introduction}\label{sec:introduction}
\subsection{Motivation}
\end{fmtext}
\maketitle
\newpage
%%%%%%%%%% End of first page %%%%%
\section{Models}
\section{Methods}
\section{Results}
\section{Conclusion}
The conclusion text goes here.\vskip6pt
\enlargethispage{20pt}
%\ethics{Insert ethics text here.}
%\dataccess{Insert data access text here.}
%\aucontribute{Insert author contribute text here.}
%\competing{Insert competing text here.}
%\funding{Insert funding text here.}
\ack{Insert acknowledgment text here.}
%\disclaimer{Insert disclaimer text here.}
%%%%%%%%%% Insert bibliography here %%%%%%%%%%%%%%
%\bibliography{}
%\bibliographystyle{plainnat}
\end{document}