-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththesis.tex
More file actions
108 lines (85 loc) · 3.5 KB
/
thesis.tex
File metadata and controls
108 lines (85 loc) · 3.5 KB
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
97
98
99
100
101
102
103
104
105
106
107
108
%\documentclass[final,subfig,blackref,approvalform]{drexel-thesis} %final copy
% \documentclass[final,subfig,blackref,approvalform]{drexel-thesis} %final copy
\documentclass[final,subfig,blackref]{drexel-thesis} %for committee
%\documentclass[daring,subfig,blackref,draftwatermark,draftspace]{drexel-thesis} %draft copy
%swap margins so the wide one is down the binding edge when printing double sided
%only use this with twoside
%\let\tmp\oddsidemargin
%\let\oddsidemargin\evensidemargin
%\let\evensidemargin\tmp
%\reversemarginpar
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{placeins} % To allow pictures to flush after a section
\usepackage{setspace}
\usepackage{nth}
% \usepackage{tikz}
\usepackage[square,sort&compress,comma]{natbib}
\usepackage{multirow}
\usepackage{array}
\usepackage{soul}
\usepackage{import}
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
% fncychap clobbers \appendix with a silly implementation that breaks
% hyperlinks to appendix chapters. Work around this by ignoring their
% implementation completely.
%\let\temporaryAppendix\appendix
%\usepackage[Conny]{fncychap} % Nicer style used for distribution
%\usepackage[]{fncychap}
%\let\appendix\temporaryAppendix
%\usepackage[left]{showlabels}
\author{Jonathan F. Miller}
\title{Neural mechanisms of spatial navigation and memory}
\DUTmonth{June}
\DUTyear{2015}
\degree{Doctor of Philosophy}
\advisor{Joshua Jacobs, Ph.D.}
% \includegra
% \copyrighttext{}
\renewcommand\cite{\citep}
\renewcommand{\footrulewidth}{0pt}
\fancyfoot[RE,LO]{}
\fancyfoot[LE,RO]{}
\begin{document}
\include{tex/preamble}
\begin{thesis}
% \pdfbookmark[-1]{Main Matter}{Main Matter}
% \ifdaring{\setstretch{1.3}}{}
%\ifdaring{\setstretch{1.3}}{\setstretch{1.3}}
% CHAPTER 1: Introduction
\include{tex/Introduction}
% CHAPTER 2: Miller et al., 2013
\chapter{Neural activity in human hippocampal formation reveals the spatial context of retrieved memories}
\begin{quotation}
\singlespacing
\noindent Jonathan F. Miller, Markus Neufang, Alec Solway, Armin Brandt, Michael Trippel, Irina Mader, Stefan Hefft, Max Merkow, Sean M. Polyn, Joshua Jacobs, Michael J. Kahan, \& Andreas Schulze-Bonhage \\ \textit{Science}, 342(6162): 1111--1114, 2013.
\end{quotation}
\input{tex/dboy/main}
% CHAPTER 3: Miller et al., 2015
\chapter{Repeating spatial activations in human entorhinal cortex}
\begin{quotation}
\singlespacing
\noindent Jonathan F. Miller, Itzhak Fried, Nanthia Suthana, \& Joshua Jacobs \\ \textit{Current Biology}, 25(8): 1080--1085, 2015
\end{quotation}
\input{tex/linearGrids/main}
% CHAPTER 4: Miller et al., 2015, in preparation
\chapter{Human hippocampal theta and its relationship to movement, speed, and memory}
\begin{quotation}
\singlespacing
\noindent Jonathan F. Miller, Michael Sperling, Ashwini Sharan, Kathryn Davis, Joel M. Stein, Sandhitsu R. Das, \& Joshua Jacobs \\ %\textit{In preparation}
\end{quotation}
% this is because I'm still working on train
\section{Abstract}
\input{tex/train/abstract}
\subimport{tex/train/}{main.tex}
% CHAPTER 5: General discussion
\include{tex/Discussion}
\end{thesis}
\bibliographystyle{plainnat_jfm}
\bibliography{./bibfile}
% \appendix
% \include{tex/appendix}
% \include{tex/cv2}
\end{document}