-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathswiatlow_thesis.tex
105 lines (77 loc) · 2.48 KB
/
swiatlow_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
\documentclass{report}
\usepackage{suthesis-2e}
%standard packages
\usepackage{graphicx}
\usepackage{color}
\usepackage{gensymb}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{subfigure}
\usepackage{rotating}
\usepackage{multirow}
\usepackage{placeins}
\usepackage{fancyvrb}
\usepackage{tikz}
\usepackage{booktabs,siunitx}
\sisetup{separate-uncertainty=true}
\usepackage[colorlinks,citecolor=blue,urlcolor=blue,breaklinks,pdftitle={Measuring the Standard Model and Searching for New Physics With Jet Substructure Using the ATLAS Detector},pdfauthor={Maximilian Swiatlowski}]{hyperref}
% \usepackage{hyperref}
%misc atlas packages and helper packages
% \usepackage{epstopdf}
\usepackage{atlasbsm}
\usepackage{atlasmisc}
\usepackage{atlasunit}
\usepackage{jetetmisssymbols}
\usepackage{boostedsymbols}
\usepackage{susysymbols}
\usepackage{edittools}
\usepackage{thesissymbols}
\graphicspath{{figures}{figures/detector/}{figures/lhc}{figures/jet-reconstruction}{figures/sm}{figures/search}{figures/color}{figures/jets}{figures/qjets}}
\dept{Physics}
\onlinetrue
\begin{document}
\title{Measuring the Standard Model and Searching for New~Physics
With Jet Substructure Using the ATLAS Detector}
\author{Maximilian Swiatlowski}
\principaladviser{Ariel Schwartzman}
\firstreader{Su Dong}
\secondreader{Jay G. Wacker}
% \thirdreader{Blas Cabrera (???)} %if needed
% \fourthreader{???} %if needed
\beforepreface
\prefacesection{Abstract}
\input{chapters/abstract.tex}
\prefacesection{Preface}
\input{chapters/preface.tex}
\prefacesection{Acknowledgments}
\input{chapters/acknowledgements.tex}
\afterpreface
\chapter{Introduction}
\input{chapters/introduction.tex}
\chapter{The Standard Model}
\input{chapters/sm.tex}
\chapter{Jets and Substructure}
\input{chapters/jets.tex}
\chapter{Supersymmetry, $R$-Parity, and Naturalness}
\input{chapters/susy.tex}
\chapter{The Large Hadron Collider}
\input{chapters/lhc.tex}
\chapter{The ATLAS Detector}
\input{chapters/detector.tex}
\chapter{Jet Reconstruction with ATLAS}
\input{chapters/jet-reconstruction.tex}
\chapter{Measuring Standard Model Jet Properties}
\input{chapters/color.tex}
\chapter{Searching for Supersymmetry with Jet Substructure}
\input{chapters/search.tex}
\chapter{Conclusions, and Future Prospects}
\input{chapters/conclusion.tex}
\appendix
\chapter{Statistics}
\input{chapters/statistics.tex}
\chapter{Q-Jets}
\input{chapters/qjets.tex}
\bibliographystyle{atlasnote}
\bibliography{swiatlow_thesis}
% \onlinesignature
\end{document}