\documentclass[phd,bottom,nosig]{usbthesis}
\usepackage{graphicx}
\usepackage{color}
\usepackage{bm}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{setspace}
\usepackage{array}
\usepackage{tabularx}
\usepackage{multirow}
\usepackage{afterpage}
\usepackage{hhline}
\usepackage{url}
\usepackage{hyperref} % see the file hyperref.cfg for options
%\usepackage{indentfirst}
\usepackage{footmisc} % provides \footref and \mpfootnotemark commands
\usepackage{xspace}
\usepackage[numbers,sort&compress]{natbib}
\usepackage{pdfpages}
%\usepackage[nottoc]{tocbibind}
\input{mathdefs}
\input{callcommands}
\hyphenation{put words here which LaTeX does not hy-phen-ate pro-per-ly}
\author{AuthorFirst AuthorLast}%
\title{Title}%
\month{June}
\year{2020}%
\program{Physics}%
\director{Dominik~A.~Schneble}{Professor, Yang Institute of Theoretical Physics}%
%\chairman{Name of Chairman}{Professor, Department of Physics and Astronomy}%
\chairman{Robert~Shrock}{Professor, Yang Institute of Theoretical Physics}%
%\fstmember{Name of Member}{Professor, Department of Physics and Astronomy}%
\fstmember{Dominik~A.~Schneble}{Professor, Department of Physics and Astronomy}%
%\outmember{Name of Outside Member}{Position}{Institution}%
\outmember{Name of Outside Member}{Position}{Institution}%
\dean{Eric Wertheimer}%
\begin{document}
\singlespacing %
\pagenumbering{roman} %
\maketitle %
\makeapproval %
\begin{abstract}
\input{sections/abstract}
\end{abstract}
\tableofcontents %
\listoffigures %
%
%\listoftables %
%
\begin{acknowledgements}
\input{sections/acknowledgements}
\end{acknowledgements}
\pagestyle{thesis}
\newpage
\pagenumbering{arabic}
\include{sections/chapterConclusion}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibliographystyle{unsrtnat}
\renewcommand{\baselinestretch}{1}
\normalsize
\clearpage
\newpage
\phantomsection%
\addcontentsline{toc}{chapter}{\numberline{}{Bibliography}}%
\bibliography{BibFileThesis}
\clearpage
\newpage
\appendix
\include{sections/appendixSdkr}
%\include{sections/appendixNOON}
\end{document}