% This template is modified from the AFCR Thesis Template under
% Creative Commons CC BY 4.0
% Link: https://www.overleaf.com/latex/templates/acfr-thesis-template/xbxsmdvmrcxh
\documentclass[oneside,12pt]{book}
% Start of Change This section
\newcommand{\tname}{Your Name Here}
\newcommand{\ttitle}{Your Long Thesis Title Goes Here and May Extend Over Two Lines}
\newcommand{\tdoctype}{PhD Thesis}
\newcommand{\tdepartment}{department name} % All small please
\newcommand{\tschool}{Santa Clara University} % All small please
\newcommand{\tinstitution}{Santa Clara University}
\newcommand{\tdegree}{doctor of philosophy} % All small please
\newcommand{\tdaySubmitted}{DAY} % Should be always two numbers e.g. 01
\newcommand{\tmonthSubmitted}{MONTH} % Should be three letters First Capital
\newcommand{\tyearSubmitted}{YEAR} % Should be full 4 number year
\newcommand{\tdateSubmitted}{\tmonthSubmitted\ \tdaySubmitted, \tyearSubmitted} % Should be in this format only
\newcommand{\tmonthAndYearSubmitted}{\tmonthSubmitted\ \tyearSubmitted}
\newcommand{\disserationlink}{https://sites.google.com/view/hmi2lab/home}
\newcommand{\copyrightauthor}{HMI$^2$ Laboratory, \tinstitution}
\newcommand{\copyrightauthorlink}{https://sites.google.com/view/hmi2lab/home}
\newcommand{\tkeywords}{your, keywords, go, here}
% END Of Change This section
\newcommand{\tReferenceStyle}{IEEEtran}
\input{LaTeX/packages}
\input{LaTeX/layout}
\input{LaTeX/commands}
\begin{document}
\pagestyle{fancy}
\include{FrontMatter/FrontMatter}
\renewcommand{\chaptermark}[1]{\markboth{#1}{#1}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\lhead[\fancyplain{}{\thepage}]{\fancyplain{}{\nouppercase\rightmark}}
\rhead[\fancyplain{}{\nouppercase\leftmark}]{\fancyplain{}{\thepage}} \cfoot{}
\renewcommand{\headrulewidth}{0.5pt}
% Don't forget to add your chapters
\include{ChapterIntro/Intro}
\cleardoublepage
\bibliographystyle{\tReferenceStyle}
\bibliography{BibTeX/library,BibTeX/comprehensive}
\appendix
\include{Appendix/MainAppendix}
\end{document}