-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththesis.tex
More file actions
executable file
·299 lines (235 loc) · 15 KB
/
thesis.tex
File metadata and controls
executable file
·299 lines (235 loc) · 15 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
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%% PREAMBLE %%%%%%%%%%%%
%% Default settings format a final copy (12pt font, single-sided,
%% double-spaced, normal margins, single-spaced notes). For a rough
%% copy (10pt font, double-sided, double-spaced, normal margins, with
%% the word "DRAFT" printed at each corner of every page), use the
%% `draft' option. The default line spacing can be changed with one
%% of the following options: `singlespaced', `oneandahalfspaced', or
%% `doublespaced'. The notes are always single-spaced by default, but
%% can be made to have the same spacing as the rest of the document by
%% using the option `spacednotes'. The size of the margins can be
%% changed with one of the following options: `narrowmargins' (1 1/4"
%% left, 3/4" others), `normalmargins' (1 1/4" left, 1" others),
%% `widemargins' (1 1/4" all), `extrawidemargins' (1 1/2" all). Any
%% other standard option for the `report' document class can be used
%% to override the default or draft settings.
%% *** Add any desired options. ***
\documentclass[letterpaper]{ut-thesis} % For Single Sided
%\documentclass[letterpaper,twoside,10pt]{ut-thesis} % For Double Sided
%% *** Add \usepackage declarations here. ***
% Setting up graphics
\usepackage{ifpdf}
\ifpdf
\usepackage[pdftex]{graphicx}
\usepackage[protrusion=true,expansion=true]{microtype}
\else
\usepackage{graphicx}
\fi
\usepackage{longtable}
\usepackage{amsmath,amssymb,multirow,dcolumn,fancyhdr,charter,graphicx,color}
\usepackage{xspace}
\usepackage[hyphens]{url}
% Symbol Stuff
\usepackage{latexsym}%
\usepackage{amssymb}%
% Bibliography Stuff
\usepackage{natbib}
\setcitestyle{aysep={},yysep={;}}
% AAS Tex Stuff
\usepackage{aastex_hack}
\usepackage{deluxetable}
\usepackage[labelsep=colon,small]{caption}
% Fonts
% Using Better Fonts
\usepackage[sc]{mathpazo}
\usepackage[T1]{fontenc}
% Paragraph Spacing Issue:
\setlength{\parskip}{0cm plus1mm minus1mm}
%commenting
\def\memohr#1{\color{blue}$HR[${\bf #1}$]$ \color{black}}
\def\memoas#1{\color{red}$AS[${\bf #1}$]$ \color{black}}
%blank page
\usepackage{afterpage}
\newcommand\blankpage{%
\null
\thispagestyle{empty}%
\addtocounter{page}{-1}%
\newpage}
%% The line spacing of the document should be specified using one of
%% the document options given above, but if you need a line spacing
%% that is not provided by the options, you can override the default
%% line spacing for the entire document with the command
%% `\linespacing{...}'.
%% Note that in order to get the correct appearance, the argument to
%% `\linespacing' must be equal to 1/3 + 2/3 times the desired line
%% spacing (for example, single-spaced = \linespacing{1},
%% 1 1/2-spaced = \linespacing{1.33}, and
%% double-spaced = \linespacing{1.66}).
%% *** Uncomment and fill in a value, if needed. ***
%% *** REMEMBER: You should NOT need to use this. Use one of ***
%% *** the document class options mentionned above instead. ***
%\linespacing{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%
%% *** I M P O R T A N T *** %%
%% %%
%% Fill in the following fields with the required information: %%
%% - \degree{...} name of the degree obtained %%
%% - \department{...} name of the graduate department %%
%% - \gradyear{...} year of graduation %%
%% - \author{...} name of the author %%
%% - \title{...} title of the thesis %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% *** Change this example to appropriate values. ***
\degree{Doctor of Philosophy} \department{Astronomy \& Astrophysics}
\gradyear{2017} \author{Ari Silburt} \title{Statistics, Formation and Stability of Exoplanetary Systems}
%% *** NOTE ***
%% Put here all other formatting commands that belong in the preamble.
%% For example, to list only down to subsections in table of contents
%% (-1=part, 0=chapter, 1=section, 2=subsection, 3=subsubsection,
%% 4=paragraph, 5=subparagraph, 6=subsubparagraph).
%
\setcounter{tocdepth}{2}
%%%%%%%%%%%% MAIN DOCUMENT %%%%%%%%%%%%
\begin{document}
%% *** NOTE ***
%% You should put all of your `\newcommand', `\newenvironment', and
%% `\newtheorem's (in other words, all the global definitions that
%% you will need throughout your thesis) in a separate file and use
%% "\input{filename}" to input it here.
\input{thesiscommands}
%% This sets the page style and numbering for preliminary sections.
\begin{preliminary}
%% This generates the title page from the information given above.
\maketitle
%% There should be NOTHING between the title page and abstract.
%% This generates the abstract page, with the line spacing adjusted
%% according to SGS guidelines.
\begin{abstract}
Over the past two decades scientists have detected thousands of exoplanets, and their collective properties are now emerging.
This thesis contributes to the exoplanet field by analyzing the statistics, formation and stability of exoplanetary systems.
The first part of this thesis conducts a statistical reconstruction of the radius and period distributions of \kep planets.
Accounting for observation and detection biases, as well as measurement errors, we calculate the occurrence of planetary systems, including the prevalence of Earth-like planets.
This calculation is compared to related works, finding both similarities and differences.
Second, the formation of \kep planets near mean motion resonance (MMR) is investigated.
In particular, 27 \kep systems near 2:1 MMR are analyzed to determine whether tides are a viable mechanism for transporting \kep planets from MMR.
We find that tides alone cannot transport near-resonant planets from exact 2:1 MMR to their observed locations, and other mechanisms must be invoked to explain their formation.
Third, a new hybrid integrator \hermes is presented, which is capable of simulating N-bodies undergoing close encounters.
\hermes is specifically designed for planets embedded in planetesimal disks, and includes an adaptive routine for optimizing the close encounter boundary to help maintain accuracy.
We find the performance of \hermes comparable to other popular hybrid integrators.
Fourth, the longterm stability of planetary systems is investigated using machine learning techniques.
Typical studies of longterm stability require thousands of realizations to acquire statistically rigorous results, which can take weeks or months to perform.
Here we find that a trained machine is capable of quickly and accurately classifying longterm planet stability.
Finally, the planetary system HD155358, consisting of two Jovian-sized planets near 2:1 MMR, is investigated using previously collected radial velocity data.
New orbital parameters are derived using a Bayesian framework, and we find a high likelihood that the planets are in MMR.
In addition, formation and stability constraints are placed on the HD155358 system.
\end{abstract}
\cleardoublepage
%% Anything placed between the abstract and table of contents will
%% appear on a separate page since the abstract ends with \newpage
%% and the table of contents starts with \clearpage.
%% This generates a "dedication" section, if needed.
%% (uncomment to have it appear in the document)
%%\begin{dedication}
%%My Dedication
%%\end{dedication}
% A better opening Quote Environment
\vspace*{\fill}
\begin{center}
\begin{minipage}[c]{4.75in}
"At the end of the day people won't remember what you said or did, they will remember how you made them feel." \vspace{1em}
\hfill \emph{-Maya Angelou}
\end{minipage}
\end{center}
\vspace*{\fill}
\cleardoublepage
%\newpage
%% The `dedication' and `acknowledgements' sections do not create new
%% pages so if you want the two sections to appear on separate pages,
%% you should put an explicit \newpage between them.
%% This generates an "acknowledgements" section, if needed.
%% (uncomment to have it appear in the document)
\begin{acknowledgements}
%Hanno + Hanno's razor
This thesis would not be possible without my supervisor, Hanno Rein.
Looking back to the beginning of my doctorate program, I see now how much I've grown as a researcher and scientist.
Through your patience and hard work in answering my endless stream of questions, guiding me in fruitful research directions, and teaching me the right modes of thinking, I now feel more confident in my research abilities than I ever thought possible.
You are the greatest academic mentor that I've had in my life, and I am both lucky and grateful to have worked with you.
%Dan
Next, I would like to thank Dan Tamayo, who is one of the greatest humans I have met.
Compassionate, intelligent and humble, you have done so much for me as well as the exoplanet community.
From hosting machine learning workshops and dynamics discussion groups, to late-night collaborations for impending postdoc deadlines, to answering my endless stream of questions, you are a role model for the kind of person I would like to be.
%Eric, Yanqin
Eric Gaidos and Yanqin Wu, you have been invaluable throughout my doctorate, and I owe you a world of thanks.
Our publication together was my first real introduction to research, and it is only through your patience, intelligence and kindness that I was able to see the job through to the end.
I'm grateful that you trusted in my abilities, wrote endless reference letters for me, and continually supported me throughout my doctorate.
%Mike Reid
Michael Reid you have been an incredible role model and mentor to me, having shared your valuable teaching practices through the numerous astronomy courses that I was a teaching assistant for.
In addition, thank you for the reference letters, career advice, and my first introduction to the planetarium (which is now my favourite mode of science communication).
%CPS
I would like to thank the Centre for Planetary Science (CPS) in Scarborough, Canada, as well as all its members, who have been an integral part of my development as a researcher.
Through machine learning workshops, CPS planet days, lunchtime discussions and more, I have become a much more competent researcher than I otherwise would have ever been had CPS not been in my life.
%Money sources - U of T, NSERC CGS M, PGS D.
I would like to thank the institutions and people that have funded me throughout this doctoral degree.
In particular, the University of Toronto Department of Astronomy \& Astrophysics for research equipment and stipends, the Natural Sciences and Engineering Research Council of Canada (NSERC) for CGS M and PGS D grants, the University of Toronto Reinhardt fund for travel reimbursement, the Walter C Sumner Memorial Fellowship Foundation, and my supervisor Hanno Rein for providing me the necessary funds and resources to complete my research.
%Max, Charles & Yev, Lisa,
Many colleagues at the department have made my time in Toronto very special.
In particular, Max Millar-Blanchaer who has been an incredible friend and has provided valuable advice, Yevgeni Kissin and Chenchong Zhu who have been my machine learning buddies over the past few years, and Lisa Esteves who I've had awesome chills, exoplanet discussions and philosophical conversations with during my time at U of T.
I'd also like to thank my cohort year -- APLEJIBS -- who I've spent five years with in the trenches, and I'm really glad that we made the extra effort to have hang outs in our final year together.
%Siblings
My siblings have always been endlessly supportive of who I am, and especially so during my doctorate.
Sam, Aviva, Hyla, Jane, thank you for not only being my family but also my friends.
I feel accepted by you for who I am, regardless of my resume or list of accomplishments, and that is something I cherish dearly.
To my brother Joey, thank you for the countless discussions about science, machine learning, life, etc., and all the fun times we've had together outside the academic realm (Oma's, Age of Empires, etc.).
I've cherished the years we've lived together in Toronto, and will miss you when I leave.
%Bruce, Barbara.
To my parents, now that I am older I see just how much time, sacrifice and effort it truly was to raise six children, including sports practices and games, Hebrew school, music lessons, endless driving/cooking/cleaning/etc., working hard to provide for us and send us all to university -- the list goes on.
I am eternally grateful for what you have done for me, and love you very much.
To my father, Bruce, I remember as a young child looking up at the stars with you in our backyard in Guelph, contemplating the biggest questions of the universe and igniting my passion for science and the unknown.
To my mother, Barbara, from circle time and homeschooling to your constant diligence over my scholastic career, you are responsible for my work ethic, drive, and academic success.
Bruce and Barbara, this doctorate thesis is a realization of your synthesized combination of dream and determination; a flame that never burned out through all these years.
\end{acknowledgements}
%% This generates the Table of Contents (on a separate page).
\tableofcontents
%% This generates the List of Tables (on a separate page), if needed.
%% (uncomment to have it appear in the document)
\listoftables
%% This generates the List of Figures (on a separate page), if needed.
%% (uncomment to have it appear in the document)
\listoffigures
%% End of the preliminary sections: reset page style and numbering.
\end{preliminary}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Put your Chapters here; the easiest way to do this is to keep %%
%% each chapter in a separate file and `\include' all the files %%
%% right here. Note that each chapter file should start with the %%
%% line "\chapter{ChapterName}". Note that using `\include' %%
%% instead of `\input' makes each chapter start on a new page. %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% *** Include chapter files here. ***
\include{intro/intro}
\include{chap2/chap2}
\include{chap3/chap3}
\include{chap4/chap4}
\include{chap5/chap5}
\include{chap6/chap6}
\include{conc/conc}
%% This adds a line for the Bibliography in the Table of Contents.
\addcontentsline{toc}{chapter}{Bibliography}
%% *** Set the bibliography style. ***
%% (change according to your preference)
\bibliographystyle{apj}
%% *** Set the bibliography file. ***
%% ("thesis.bib" by default; change if needed)
\bibliography{thesis}
%% *** NOTE ***
%% If you don't use bibliography files, comment out the previous line
%% and use \begin{thebibliography}...\end{thebibliography}. (In that
%% case, you should probably put the bibliography in a separate file
%% and `\include' or `\input' it here).
\include{appendix/appendix}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% End of UT-THESIS.TEX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%