-
Notifications
You must be signed in to change notification settings - Fork 0
/
root.tex
135 lines (111 loc) · 3.77 KB
/
root.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
% This template was originally by R. Jacob Vogelstein
% Updated on March 1, 2010 by Noah J. Cowan
\documentclass[12pt,oneside,final]{thesis}
\usepackage[superscript]{cite}
\usepackage{amsmath,amsfonts}
\usepackage{graphicx}
\graphicspath{{./figs/}}
\usepackage{fixltx2e}
\usepackage{array}
% wrapfig is fragile: use sparingly
\usepackage{wrapfig}
%\usepackage{times} % Use this for ugly fonts
\usepackage{upgreek}
\usepackage{hyperref}
\usepackage{setspace}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{longtable}
\usepackage[font=singlespacing, labelfont=bf]{caption}
%\usepackage{CV}
\usepackage{enumitem}
\newlist{inlinelist}{enumerate*}{1}
\setlist*[inlinelist,1]{%
label=(\arabic*),
}
\usepackage{fancyhdr} % Use nice looking headers along with the required footer page numbers
%\usepackage[hypertex]{hyperref}
\DeclareMathOperator{\tr}{tr}
%Define the header/footer style
\pagestyle{fancy}
\fancyhf{}
\setlength{\headheight}{15pt}
\lhead{\leftmark}
\cfoot{\thepage}
\renewcommand{\headrulewidth}{0pt}
\fancypagestyle{plain}{% Redefine ``plain'' style for chapter boundaries
\fancyhf{} % clear all header and footer fields
\fancyfoot[C]{\thepage} % except the center
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}}
%\tolerance=10000
%\makeglossary % enable the glossary
% Carl's packages
\usepackage{color}
\usepackage{import}
\usepackage{amssymb}
\usepackage{wasysym}
\usepackage{bm}
%\usepackage{mathrsfs}
% Colors
\definecolor{forest_green}{RGB}{60,160,60}
\definecolor{co1}{rgb}{0, 0.4470, 0.7410}
\definecolor{co2}{rgb}{0.8500, 0.3250, 0.0980}
\definecolor{co3}{rgb}{0.9290, 0.6940, 0.1250}
\definecolor{co4}{rgb}{0.4940, 0.1840, 0.5560}
\definecolor{co5}{rgb}{0.4660, 0.6740, 0.1880}
\definecolor{co6}{rgb}{0.3010, 0.7450, 0.9330}
\definecolor{co7}{rgb}{0.6350, 0.0780, 0.1840}
\definecolor{gray}{rgb}{0.5, 0.5, 0.5}
\definecolor{MPLred}{RGB}{214, 39, 40}
\definecolor{MPLgreen}{RGB}{44, 160, 44}
\definecolor{MPLorange}{RGB}{255, 127, 14}
\definecolor{MPLblue}{RGB}{32, 119, 180}
% Line styles
\newcommand{\dashed}{\protect\mbox{-\; -\; -\; -}}
\newcommand{\full}{\protect\mbox{------}}
\newcommand{\broken}{\protect\mbox{-- -- --}}
\newcommand{\dashdot}{\protect\mbox{---\; -}}
% tikz for block diagrams
\usepackage{tikz}
\usetikzlibrary{shapes,arrows}
\usetikzlibrary{positioning}
\usetikzlibrary{calc}
\usetikzlibrary{automata}
\tikzstyle{block} = [draw, rectangle, minimum height=3.5em, minimum width=5em]
\tikzstyle{dblock} = [draw, dashed, rectangle, minimum height=3.5em, minimum width=5em]
\tikzstyle{io} = [coordinate]
\tikzstyle{pinstyle} = [pin edge={to-,thin,black}]
\begin{document}
% Title page
\title{Large-eddy simulations, wake models, and control: Power grid frequency support with wind farms}
\author{Carl Robert Shapiro}
\degreemonth{September}
\degreeyear{2018}
\dissertation
\doctorphilosophy
\copyrightnotice
% currsize is not set in the long table environment, so we need to set it before we set it up.
\makeatletter
\let\@currsize\normalsize
\makeatother
% Chapters
\include{chapter0}
\include{chapter1}
\include{chapter2}
\include{chapter3}
\include{chapter4}
\include{chapter5}
\include{chapter6}
\include{chapter7}
\include{chapter8}
% Appendix
\include{appendix}
% References
\bibliographystyle{IEEEtran}
\bibliography{\string~/Dropbox/References/biblio}
% Vita
\begin{vita}
Carl Robert Shapiro was born in Atlanta, Georgia in 1987 and graduated from North Springs High School in Sandy Springs, Georgia in 2006. He received a B.S. in Engineering from Swarthmore College where he also minored in Music. Before beginning his graduate studies at Johns Hopkins, Carl worked as intern at National Renewable Energy Laboratory and an engineer at Steven Winter Associates. Carl received his M.S.E from Johns Hopkins University in 2016.
\end{vita}
\end{document}