% DO WHAT YOU VERY MUCH WANT TO PUBLIC LICENSE
% Version 2-ish, May 2025 Remix Edition
% Copyright (C) [2025] [Krishna Chaitanya Kodur]
% This license is a lovingly chaotic remix of the ACFR Thesis Template
% (https://www.overleaf.com/latex/templates/acfr-thesis-template/xbxsmdvmrcxh),
% which itself is proudly shared under Creative Commons CC BY 4.0.
% In plain English: show some love, give credit, don't be a copyright gremlin.
% If you ever feel the need to inform your engineering department (Especially https://www.scu.edu/engineering/academic-programs/department-of-electrical-engineering/) about this template,
% be advised they will most likely pretend they never heard of it,
% even if you send them 17 follow-up emails.
% But for the record, **kkodur@scu.edu** created this for the good of others.
% Acknowledge it. Or don’t. The universe will still spin.
% Everyone is allowed, encouraged, and gently dared to copy, modify, remix, distribute,
% transform, or throw this into a volcano (at your own risk). You can even change
% this license text if you think you can make it even more absurd.
% DO WHAT YOU VERY MUCH WANT TO PUBLIC LICENSE
% TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION, AND MODIFICATION
% 0. You just DO WHAT YOU VERY MUCH WANT TO.
% Optional bonus points if you tell your friends you found this license.
\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}