%% UICTHESI.TEX
%% Author: Arindam Bose
%% University of Illinois at Chicago
%
\documentclass{bin/uicthesi}
% helpers
\input{bin/packages.tex}
\input{bin/settings.tex}
\input{bin/symbols.tex} % version 2.0.11 compatible
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% CHAPTER CODES
% chapter_introduction	: 2f09
% chapter_1				: 4c3f
% chapter_2				: a269
% chapter_3				: d18f
% chapter_4				: 074d
% chapter_5				: 1a36
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Declarations for front matter
\title{Title of Your Thesis}
\author{Author's Name}
\pdegrees{Author's degree, year}
\degree{Doctor of Philosophy in Electrical and Computer Engineering}
\committee{Member 1, Chair and Advisor \\ 
	Member 2 \\ 
	Member 3 \\ 
	Member 4 \\ 
	Member 5, Affiliation}
\makeatletter
\begin{document}
\maketitle
\copyrightpage
% supplimentary pages
\dedication\input{src/dedications.tex}
\acknowledgements\input{src/acknowledgements.tex}
\preface\input{src/preface.tex}
\authorscontribution\input{src/contribution.tex}
\tableofcontents
\listoftables
\listoffigures
\listofalgorithm
\listofabbreviations\input{src/abbreviations.tex}
\listofnotations\input{src/notations.tex}
\summary\input{src/summary.tex}
% chapters
\input{src/chapter_introduction.tex}
\part[Part I]{Part I}
	\subpart{Subpart I A}
		\input{src/chapter_1.tex}
	\subpart{Subpart I B}
		\input{src/chapter_2.tex}
\part[Part II]{Part II}
	\subpart{Subpart II A}
		\input{src/chapter_3.tex}
	\subpart{Subpart II B}
		\input{src/chapter_4.tex}
	\subpart{Subpart II C}
		\input{src/chapter_5.tex}
\input{src/chapter_conclusion.tex}
% appendices
\appendices
\appendix\input{src/appendices.tex}
% references
\bibformb
\bibliography{src/bibphd.bib}
\vita\input{src/vita.tex}
\makeatother
\end{document}