% ============================================================
% PhD Dissertation Template — Stony Brook University
% <Your Thesis Title Here>
%
% Template originally assembled by Zhijie Lyu (2026); see
% thesis.cls version history for the chain of contributors.
% ============================================================
\documentclass[defaultstyle,12pt]{thesis}
% ---- Math & symbols ----
\usepackage{amsmath}
\usepackage{amssymb}
% ---- Body font ----------------------------------------------------
% The SBU Graduate School guidelines RECOMMEND Times New Roman or
% Arial as the body font. LaTeX defaults to Computer Modern, which
% is widely accepted in technical theses but is NOT on the recommended
% list. To switch the body text (and math) to a Times-like font that
% IS on the list, uncomment ONE of the two options below.
% Leave both commented to keep Computer Modern.
%
% Option A (modern package, matched math, well maintained):
% \usepackage{newtxtext,newtxmath}
%
% Option B (older package, lighter, slightly different math spacing):
% \usepackage{mathptmx}
%
% How to use:
% 1. Pick ONE option line above.
% 2. Remove the leading "% " so the \usepackage line is active.
% 3. Recompile (pdflatex main && pdflatex main; or Overleaf "Recompile").
% 4. Open the PDF and check page 1-2: body should look like Times.
% 5. If equations look cramped or symbols change unexpectedly,
% switch to the other option (re-comment the first, uncomment the
% other).
% 6. To revert to Computer Modern, re-comment both lines.
% -------------------------------------------------------------------
% ---- Graphics ----
\usepackage{graphicx}
\usepackage{caption}
\usepackage[caption=false]{subfig} % provides \subfloat
\usepackage{float}
% ---- Tables ----
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{array}
\usepackage{tabularx}
\usepackage{adjustbox}
% ---- Links & URLs ----
\usepackage[hidelinks]{hyperref}
\usepackage{xurl}
\urlstyle{same}
\hypersetup{
colorlinks = true,
urlcolor = black,
linkcolor = black,
citecolor = black
}
% ---- Lists & misc ----
\usepackage{enumitem}
% Reduce the thesis class's overly wide list indentation
\setlist[enumerate]{leftmargin=2.5em, itemsep=2pt, parsep=0pt, topsep=4pt}
\setlist[itemize]{leftmargin=2.5em, itemsep=2pt, parsep=0pt, topsep=4pt}
\usepackage{comment}
\usepackage{xcolor}
\usepackage{mdframed}
\usepackage{acro}
% Print ALL declared acronyms/symbols regardless of whether \ac{} was called
\acsetup{list/display=all}
% ---- Algorithms ----
\usepackage[ruled,noend,linesnumbered]{algorithm2e}
% Compact algorithm layout: small font, tighter line gaps, reduced indentation
\SetAlFnt{\small}
\SetAlCapFnt{\small}
\SetAlCapNameFnt{\small}
\SetAlgoSkip{smallskip} % vertical gap between lines (bigskip/medskip/smallskip/noSkip)
\SetInd{0.5em}{0.8em} % {increment per level}{base indent}
% ---- Matrices ----
\usepackage{nicematrix}
% ---- Diagrams ----
\usepackage{tikz}
\usetikzlibrary{arrows.meta,positioning,shapes.geometric}
% ---- Acronyms ----
\acsetup{first-style=short}
% ============================================================
% Thesis metadata
% ============================================================
\title{Your Thesis Title Here:
A Descriptive Subtitle If You Have One}
\author{First}{Last}
\degree{Doctor of Philosophy}
{Ph.D., Your Department}
\dept{}
{Your Department}
\advisor{Title, Department}
{Dr.~Advisor Name}
\defchair{Title, Department}
{Dr.~Defense Chair Name}
\reader{Title, Department}{Dr.~Reader One Name}
\readerThree{Title, Department, Institution}{Dr.~Reader Two Name}
\degreeyear{YYYY}{Month}
% ============================================================
% Abstract
% ============================================================
\abstract{
Abstract goes here.
This template thesis follows the {\href{https://www.stonybrook.edu/commcms/grad/_pdf/page-numbering-tips.pdf}{\color{blue}guideline file}} from Stony Brook University, and was sent to gradgraduation@stonybrook.edu for verification in 2026. For version histories, please refer to \textbf{thesis.cls} in this template. If your citation style differs from what the \textbf{asme.bst} offers, feel free to change the \textbf{bibliographystyle} at the end of the main.tex file.
Other useful submission guidelines can be seen in this {\href{https://www.stonybrook.edu/commcms/grad/academics/dissertation_thesis_submission.php}{\color{blue}website}}. Students are encouraged to ``email a PDF of their thesis/dissertation to gradgraduation@stonybrook.edu for a format review before officially submitting if they wish.''
%% Template notes (delete before submission):
%% - Figures and tables you include will appear automatically in the
%% \textbf{Contents} section.
%% - Template updates are documented in the thesis.cls file.
%% - Front-matter examples are provided for \textbf{Publications},
%% \textbf{Abbreviations}, and \textbf{Nomenclature}; replace or
%% remove them as needed.
}
% ============================================================
% Front matter
% ============================================================
\dedication[Dedication]{
\textit{Your dedication goes here.}
}
% Acknowledgements is placed in the body (after the auto-generated
% Title/Approval/Abstract/Dedication, before Publications and the
% first chapter), per SBU prelim order.
% \acknowledgements{...}
\ToCisShort
\LoFisShort
\LoTisShort
% ============================================================
% Macros, abbreviations, and nomenclature
% ============================================================
\input{macros.tex}
\input{abbreviations.tex}
% ============================================================
% Document body
% ============================================================
\begin{document}
\setstretch{2} % 1, 1.5, and 2 are all acceptable per the SBU submission guideline.
\addcontentsline{toc}{chapter}{Abbreviations}
\printacronyms[include=abbrev, name=Abbreviations]
\clearpage
\addcontentsline{toc}{chapter}{Nomenclature}
\printacronyms[include=nomencl, name=Nomenclature]
\clearpage
% ============================================================
% Acknowledgements
% ============================================================
\chapter*{Acknowledgements}
\addcontentsline{toc}{chapter}{Acknowledgements}
\OnePageChapter
Acknowledgment goes here. This should be one page.
% ============================================================
% Publications
% ============================================================
\chapter*{Publications}
\addcontentsline{toc}{chapter}{Publications}
%% Replace the example entries below with your own publications.
%% Remove any subsection (Journal / Presented / Accepted) you don't need.
\noindent\textbf{Journal Articles}
\begin{enumerate}[leftmargin=0cm]
\item First A.~Author, Second B.~Author, and Third C.~Author,
``Title of the Journal Article Goes Here,''
\textit{Journal Name}, Vol.~XX, No.~Y, Year.
\end{enumerate}
\medskip
\noindent\textbf{Conference Papers (Presented)}
\begin{enumerate}[leftmargin=0cm]
\item First A.~Author, Second B.~Author, and Third C.~Author,
``Title of the Conference Paper Goes Here,''
\textit{Proc.\ Conference Name}, City, Country, Month Year.
\textit{(Presented by X.~Author.)}
\end{enumerate}
\medskip
\noindent\textbf{Conference Papers (Accepted)}
\begin{enumerate}[leftmargin=0cm]
\item First A.~Author, Second B.~Author, and Third C.~Author,
``Title of the Accepted Conference Paper Goes Here,''
\textit{Proc.\ Conference Name}, Year.
\end{enumerate}
\newpage
\pagenumbering{arabic}
\setcounter{page}{1}
\addtocontents{toc}{\protect\contentsline{part}
{\protect{\normalsize Chapter\normalfont}}{\protect\relax}{}}
% ---- Chapter 1: Introduction ----
\input{chapters/ch01_intro}
% ============================================================
% Analysis Track
% ============================================================
% ---- Chapter 2: Background and Related Work ----
\input{chapters/ch02_litreview}
% ============================================================
% Content
% ============================================================
% ---- Chapter 3:
\input{chapters/ch03_nbar}
% ---- Chapter 4:
\input{chapters/ch04_pm}
% ---- Chapter 5:
\input{chapters/ch05_pg}
% ---- Chapter 6:
\input{chapters/ch06_asm}
% ---- Chapter 7:
\input{chapters/ch07_sts}
% ---- Chapter 8:
\input{chapters/ch08_diff}
% ---- Chapter 9:
\input{chapters/ch09_conclusion}
% ============================================================
% Bibliography
% ============================================================
% Bibliography style: renamed to `asme.bst` on 2026-05-22
% to better reflect that it implements the ASME numerical citation style.
\bibliographystyle{asme}
\bibliography{references}
\end{document}