%%% -----------------------------------------------------------------------
% This is the intended ieee template for graduate thesis/dissertation at Towson University
% Modified and refined by Yixin Chen, June, 2025, ychen6@students.towson.edu
% compile this with pdflatex
%%% -----------------------------------------------------------------------
\documentclass{TUgrad}
%%% -----------------------------------------------------------------------
%% replace with your title, no need to type in capital, the template will make capital automatically
% use \\ to break the lines and make the title inverse pyramid looking
\thesistitle{
TITLE OF THESIS/DISSERTATION TYPED IN CAPITAL LETTERS \\
(DOUBLE SPACED AND CENTERED) \\
(INVERSE PYRAMID)
}
% replace with your name
\authorname{(Student’s Name Here)}
% Master’s and Audiology students: Change to "thesis",
% Others use "dissertation"
\submissiontype{dissertation}
% Change to reflect your degree:
% Master of Arts
% Master of Science
% Master of Education
% Doctor of Audiology
% Doctor of Philosophy
\degreename{Doctor of Philosophy}
\departmentname{Department of Computer and Information Sciences}
% Make sure to delete parentheses and comma. Example: May 2025
\graduationdate{(Month Year of Graduation)}
%%% -----------------------------------------------------------------------
%% optional acknowledgments page
% uncomment \useack to activate, or comment to deactivate
\useack
%% optional abbrevations page
% uncomment \useabbr to activate, or comment to deactivate
\useabbr
%% default without numbering headings
% uncomment \usenumbering to activate, or comment to deactivate
\usenumbering
%%% -----------------------------------------------------------------------
%% main document begins here, do not change this part
\begin{document}
\beforepreface
\afterpreface
%%% -----------------------------------------------------------------------
%%% -----------------------------------------------------------------------
%%% -----------------------------------------------------------------------
%% your work begins as follows, feel free to add or change the chapters
% -------------------------------------------------------------------------
%% Part 1 - Introduction
\input{Pages/B-Text/cpt1}
% -------------------------------------------------------------------------
%% Part 2 - Literature Review
\input{Pages/B-Text/cpt2}
% -------------------------------------------------------------------------
%% Part 3 - Main Works
% -----Main work 1
\input{Pages/B-Text/cpt3-1}
% -----Main work 2
\input{Pages/B-Text/cpt3-2}
% -----Main work 3
\input{Pages/B-Text/cpt3-3}
% -------------------------------------------------------------------------
% Part 4 - Conclusion
\input{Pages/B-Text/cpt4}
%%% -----------------------------------------------------------------------
%% Appendix, if no need, comment all this part
\appendix
\input{Pages/C-Supplemental/Appendix-A}
\input{Pages/C-Supplemental/Appendix-B}
%%% -----------------------------------------------------------------------
% References
\bibliographystyle{IEEEtran}
\bibliography{References/ref, References/mine}
%%% -----------------------------------------------------------------------
%% blank page at last, do not change
\clearpage\thispagestyle{empty}\mbox{}\setcounter{page}{0}\clearpage
\end{document}
%%% -----------------------------------------------------------------------