\documentclass{scu-thesis}
\usepackage{amsmath} % for advanced typesetting of mathematics
\usepackage{graphicx} % for including graphics
\usepackage{natbib} % for better citation styles
\usepackage{txfonts} % for using the Times-Roman font
\usepackage{xcolor}
%\usepackage{hyperref}
%\hypersetup{
% colorlinks,
% linkcolor={red!50!black},
% citecolor={blue!50!black},
% urlcolor={blue!80!black}
%}
% These must be set first ... the rest of the thesis commands rely on them.
\author{Student Name 1}
\author{Student Name 2}
\title{Project Title - TEMPLATE FOR CSEN SENIOR DESIGN THESIS}
\department{Department of Computer Science and Engineering}
\degree{Bachelor of Science in Computer Science and Engineering}
%\degree{Bachelor of Science in Web Design and Engineering}
% Only bachelor's theses should have multiple authors and/or be from
% multiple departments. Signatures required:
%
% Bachelor's theses: advisor(s), department chair(s)
% Master's theses: advisor, reader, department chair
% Doctoral theses: doctoral committee (including advisor), department chair
\begin{document}
\frontmatter
\signature{Thesis Advisor}
% Add additional advisors
% \signature{Thesis Advisor}
\signature{Department Chair}
\maketitle
\include{abstract}
\tableofcontents
\listoffigures
\mainmatter
\include{introduction}
\include{research}
\include{design}
\include{technologies}
\include{evaluation}
\include{timeline}
\include{constraints}
\include{societal}
\include{conclusion}
\include{acknowledgments}
\include{references}
\include{appendices}
\backmatter
\end{document}