-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
189 lines (143 loc) · 5.24 KB
/
main.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
%% Package and Class "uiucthesis2014" for use with LaTeX2e.
\documentclass[edeposit,fullpage]{uiucthesis2018}
\usepackage[acronym,toc]{glossaries}
\input{acros}
\usepackage[toc, titletoc, title]{appendix}
\usepackage{xspace}
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage{threeparttable}
\newcommand{\Cycamore}{\textsc{Cycamore}\xspace}
\newcommand{\Cyclus}{\textsc{Cyclus}\xspace}
\newcommand{\keff}{$k_{eff}$\xspace}
\newcommand{\betaEff}{$\beta_{eff}$\xspace}
\usepackage{placeins}
\usepackage{booktabs} % nice rules (thick lines) for tables
\usepackage{microtype} % improves typography for PDF
\usepackage[hyphens]{url}
\usepackage[hidelinks]{hyperref}
\usepackage{hhline}
\usepackage{amsmath}
\usepackage{color}
\usepackage{multirow}
\usepackage{siunitx}
\sisetup{
input-decimal-markers = .,input-ignore = {,},table-number-alignment = right,
group-separator={,}, group-four-digits = true
}
\usepackage{fourier}
\usepackage{soul}
\usepackage{booktabs}
\newcommand\tab[1][1cm]{\hspace*{#1}}
\usepackage[table]{xcolor}
\usepackage{threeparttable, tablefootnote}
%tikzpicture fit to page width
\usepackage{environ}
\makeatletter
\newsavebox{\measure@tikzpicture}
\NewEnviron{scaletikzpicturetowidth}[1]{%
\def\tikz@width{#1}%
\def\tikzscale{1}\begin{lrbox}{\measure@tikzpicture}%
\BODY
\end{lrbox}
\pgfmathparse{#1/\wd\measure@tikzpicture}%
\edef\tikzscale{\pgfmathresult}%
\BODY
}
\usepackage{tabularx}
\newcolumntype{b}{>{\hsize=1.0\hsize}X}
\newcolumntype{q}{>{\hsize=0.5\hsize}X}
\newcolumntype{R}{>{\raggedleft\arraybackslash\hsize=0.5\hsize}X}
\newcolumntype{z}{>{\hsize=0.75\hsize}X}
\newcolumntype{s}{>{\hsize=.5\hsize}X}
\newcolumntype{m}{>{\hsize=.75\hsize}X}
\usepackage{cleveref}
\usepackage{datatool}
\usepackage[numbers]{natbib}
\usepackage{notoccite}
\usepackage{tikz}
\usetikzlibrary{positioning, arrows, decorations, shapes, calc}
\usetikzlibrary{shapes.geometric,arrows}
\tikzstyle{process} = [rectangle, rounded corners, minimum width=2.5cm, minimum height=1cm,text centered, draw=black, fill=blue!30]
\tikzstyle{objectr} = [ellipse, rounded corners, minimum width=3cm, minimum height=1cm,text centered, draw=black, fill=red!30]
\tikzstyle{empty} = [rectangle, rounded corners, minimum width=2.5cm, minimum height=0.7cm,text centered, draw=black, fill=white!30]
\tikzstyle{arrow} = [thick,->,>=stealth]
\tikzstyle{facility} = [rectangle, rounded corners, minimum width=1.5cm, minimum height=0.7cm,text centered, draw=black, fill=blue!30]
\tikzstyle{transition} = [rectangle, rounded corners, minimum width=1.5cm, minimum height=0.7cm,text centered, draw=black, fill=red!30]
\tikzstyle{centrifuge} = [rectangle, minimum width=2cm, minimum height=0.75cm,text centered, draw=black, fill=none]
\tikzstyle{sfr} = [ellipse, rounded corners, minimum width=3cm, minimum height=1cm,text centered, draw=black, fill=green!30]
\graphicspath{{images/}}
\title{Investigation of the impacts of deploying reactors fueled by high-assay low enriched uranium}
\author{Amanda M. Bachmann}
\department{Nuclear, Plasma, and Radiological Engineering}
\schools{B.S., University of Tennessee, Knoxville, 2019 \\ M.S., University of Tennessee, Knoxville, 2020}
\phdthesis
\advisor{Madicken Munk}
\degreeyear{2023}
\protect\committee{Dr. Madicken Munk, Chair \\
Professor John R. Abelson \\
Dr. Bo Feng, Argonne National Laboratory\\
Associate Professor Tomasz Kozlowski \\
Professor James F. Stubbins \\
}\space
\begin{document}
\maketitle
\frontmatter
%% Create an abstract that can also be used for the ProQuest abstract.
%% Note that ProQuest truncates their abstracts at 350 words.
\begin{abstract}
\input{abstract}
\end{abstract}
\chapter*{Acknowledgments}
\input{acks}
%% The thesis format requires the Table of Contents to come
%% before any other major sections, all of these sections after
%% the Table of Contents must be listed therein (i.e., use \chapter,
%% not \chapter*). Common sections to have between the Table of
%% Contents and the main text are:
%%
%% List of Tables
%% List of Figures
%% List Symbols and/or Abbreviations
%% etc.
\tableofcontents
\listoftables
\listoffigures
%% Create a List of Abbreviations. The left column
%% is 1 inch wide and left-justified
%\chapter{List of Abbreviations}
%\printglossaries
%% Create a List of Symbols. The left column
%% is 0.7 inch wide and centered
\pagebreak
\mainmatter
\chapter{Introduction} \label{ch:intro}
\input{introduction}
\chapter{Background \& Literature Review} \label{ch:background}
\input{background}
\chapter{Fuel cycle modeling methodology} \label{ch:fc_methods}
\input{methodology}
\chapter{Once-through transition results} \label{ch:once_through_results}
\input{once-through-results}
\chapter{Recycling transition results} \label{ch:recycle_results}
\input{recycling-results}
\chapter{Sensitivity analysis} \label{ch:sa}
\input{sensitivity}
\chapter{Optimization}\label{ch:optimization}
\input{optimization}
\chapter{Effects of uranium impurities} \label{ch:neutronics}
\input{neutronics}
\chapter{Conclusions} \label{ch:conclusions}
\input{conclusions}
%\mainmatterWithoutReset
%\appendix
%\chapter{}
\backmatter
\bibliographystyle{IEEEtran}
\bibliography{bibliography}
\appendix
\include{synergistic.tex}
\end{document}
\endinput
%%
%% End of file `thesis-ex.tex'.