-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
207 lines (164 loc) · 6.64 KB
/
thesis.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
%% thesis.tex 2014/04/11
%
% Based on sample files of unknown authorship.
%
% The Current Maintainer of this work is Paul Vojta.
\documentclass[hidelinks]{ucbthesis}
%\usepackage{biblatex}
% To compile this file, run "latex thesis", then "biber thesis"
% (or "bibtex thesis", if the output from latex asks for that instead),
% and then "latex thesis" (without the quotes in each case).
% Double spacing, if you want it. Do not use for the final copy.
% \def\dsp{\def\baselinestretch{2.0}\large\normalsize}
% \dsp
% If the Grad. Division insists that the first paragraph of a section
% be indented (like the others), then include this line:
% \usepackage{indentfirst}
\setsecnumdepth{subsection} % number sections
\maxtocdepth{subsection}
%TOC Name
\renewcommand{\contentsname}{Table of contents}
% Define packages
\usepackage{hyperref, url}
\usepackage{graphicx,amsfonts,psfrag,layout,subcaption,array,longtable,lscape,booktabs,dcolumn,amsmath,amssymb,amssymb,amsthm,setspace,epigraph,color,colortbl,wasysym,diagbox,colortbl,authblk,commath,upgreek,natbib}
\usepackage[]{graphicx}\usepackage[]{color}
% Caption keys
\usepackage{mathtools,tikz,caption}
\captionsetup{labelfont=sc,labelsep=period}
\DeclareRobustCommand\sampleline[1]{%
\tikz\draw[#1] (0,0) (0,\the\dimexpr\fontdimen22\textfont2\relax)
-- (2em,\the\dimexpr\fontdimen22\textfont2\relax);%
}
\usetikzlibrary{plotmarks}
\usetikzlibrary{automata, positioning}
% Wes Anderson colors
\usepackage{xcolor}
\definecolor{Darjeeling11}{HTML}{FF0000}
\definecolor{Darjeeling15}{HTML}{5BBCD6}
% New footnote characters
\usepackage{footmisc}
\DefineFNsymbols{mySymbols}{{\ensuremath\dagger}{\ensuremath\ddagger}\S\P
*{**}{\ensuremath{\dagger\dagger}}{\ensuremath{\ddagger\ddagger}}}
\setfnsymbol{mySymbols}
%Rm thanks dagger
\renewcommand\footnotemark{}
%\renewcommand\footnoterule{}
% New tabular environment
\usepackage{tabularx}
\newcolumntype{Y}{>{\raggedleft\arraybackslash}X}% raggedleft column X
% Define appendix
\renewcommand*\appendixpagename{Appendix}
\renewcommand*\appendixtocname{Appendix}
% Position floats
\renewcommand{\textfraction}{0.05}
\renewcommand{\topfraction}{0.95}
\renewcommand{\bottomfraction}{0.95}
\renewcommand{\floatpagefraction}{0.35}
\setcounter{totalnumber}{5}
% Colors for highlighting tables
\definecolor{Gray}{gray}{0.9}
% Different font in captions
\newcommand{\captionfonts}{\normalsize}
\makeatletter % Allow the use of @ in command names
\long\def\@makecaption#1#2{%
\vskip\abovecaptionskip
\sbox\@tempboxa{{\captionfonts #1: #2}}%
\ifdim \wd\@tempboxa >\hsize
{\captionfonts #1: #2\par}
\else
\hbox to\hsize{\hfil\box\@tempboxa\hfil}%
\fi
\vskip\belowcaptionskip}
%\makeatother % Cancel the effect of \makeatletter
% Macros
\newcommand{\Adv}{{\mathbf{Adv}}}
\newcommand{\prp}{{\mathrm{prp}}} % How to define new commands
\newcommand{\calK}{{\cal K}}
\newcommand{\outputs}{{\Rightarrow}}
\newcommand{\getsr}{{\:\stackrel{{\scriptscriptstyle\hspace{0.2em}\$}}{\leftarrow}\:}}
\newcommand{\andthen}{{\::\;\;}} % \: \; for thinspace, medspace, thickspace
\newcommand{\Rand}[1]{{\mathrm{Rand}[{#1}]}} % A command with one argument
\newcommand{\Perm}[1]{{\mathrm{Perm}[{#1}]}}
\newcommand{\Randd}[2]{{\mathrm{Rand}[{#1},{#2}]}} % and with two arguments
\newcommand{\E}{\mathrm{E}}
\newcommand{\Var}{\mathrm{Var}}
\newcommand{\Cov}{\mathrm{Cov}}
\DeclareMathOperator*{\plim}{plim}
\newcommand\independent{\protect\mathpalette{\protect\independenT}{\perp}}
\def\independenT#1#2{\mathrel{\rlap{$#1#2$}\mkern2mu{#1#2}}}
\newcommand{\possessivecite}[1]{\citeauthor{#1}'s (\citeyear{#1})}
\newtheorem{theorem}{Jibberish}
\hyphenation{mar-gin-al-ia}
\hyphenation{bra-va-do}
\begin{document}
% Declarations for Front Matter
\title{Essays on the Political Economy of the American Frontier}
\author{Jason V Poulos}
\degreesemester{Spring}
\degreeyear{2019}
\degree{Doctor of Philosophy}
\chair{Professor Sean Gailmard}
\othermembers{Assistant Professor Joshua Blumenstock \\
Professor Eric Schickler\\
Professor Jasjeet Sekhon}
\numberofmembers{4}
% Previous degrees are no longer to be listed on the title page.
% \prevdegrees{B.A. (University of Northern South Dakota at Hoople) 1978 \\
% M.S. (Ed's School of Quantum Mechanics and Muffler Repair) 1989}
\field{Political Science}
% Designated Emphasis -- this is optional, and rare
\emphasis{Computational Science and Engineering}
% This is optional, and rare
% \jointinstitution{University of Western Maryland}
% This is optional
\campus{Berkeley}
% For a masters thesis, replace the above \documentclass line with
% \documentclass[masters]{ucbthesis}
% This affects the title and approval pages, which by default calls this
% document a "dissertation", not a "thesis".
\maketitle
% Delete (or comment out) the \approvalpage line for the final version.
%\approvalpage
\copyrightpage
\include{abstract}
\begin{frontmatter}
\begin{dedication}
\null\vfil
\null\hfil
For Mom
\null\hfil
\vfil\null
\end{dedication}
% You can delete the \clearpage lines if you don't want these to start on
% separate pages.
\tableofcontents
%\clearpage
%\listoffigures
%\clearpage
%\listoftables
\begin{acknowledgements}
I thank my advisor, Sean Gailmard, for urging me to think more creatively and to pursue outsize research questions. And for reminding me that I'm not my own harshest critic.\\
The members of the Committee provided invaluable guidance and comments on drafts over the course of six years spent on developing this dissertation.\\
I acknowledge support of the National Science Foundation Graduate Research Fellowship (DGE 1106400). This dissertation used the computer resources of Stampede2 at the Texas Advanced Computing Center under an Extreme Science and Engineering Discovery Environment startup allocation (TG-SES180010) and a Titan Xp GPU donated by the NVIDIA Corporation.
\end{acknowledgements}
\end{frontmatter}
%\pagestyle{headings}
%\part{First Part}
\include{intro} % Introduction and background to the general topic area.
\include{chap1} % land-reform
\include{t1} % transistion into ga-lottery
\include{chap2} % ga-lottery
\include{t2} % transistion into rnns-causal
\include{chap3} % rnns-causal
\include{conclusion} % Conclusion and implications for policy and/or further research.
\bibliographystyle{rss}
\bibliography{references}
\appendix
\include{a0} % Tables and Figures: introduction
\include{a1} % Tables and Figures: land-reform
\include{a2} % Tables and Figures: ga-lottery
\include{a2-power} % Power analysis by simulation: ga-lottery
\include{a3} % Tables and Figures: rnns-causal
\include{a3-implementation} % RNNs implementation details: rnns-causal
\include{a3-hypothesis} % Hypothesis testing: rnns-causal
\end{document}