\documentclass[]{thesistemplate} %% DO NOT CHANGE OR REMOVE
\setdefaultlanguage{english}
\usepackage{tabu}
\usepackage{mathtools, nccmath}
%\usepackage[utf8]{inputenc}
\usepackage{fontspec}
\usepackage{array,booktabs}
\usepackage{lipsum}
\usepackage{textcomp}
\usepackage{multirow}
\usepackage{makecell}
\usepackage{booktabs}
\usepackage{rotating}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{tabularx,booktabs}
\pagenumbering{gobble}
\usepackage[backend=biber, style=ieee, isbn=false, sorting=none]{biblatex}
\newcolumntype{Y}{>{\centering\arraybackslash}X}
\newcommand*{\figref}[2][]{%
\hyperref[{#2}]{%
\ref*{#2}%
\ifx\\#1\\%
\else
#1%
\fi
}%
}
\hypersetup{
colorlinks,
citecolor=blue,
linkcolor=blue,
urlcolor=blue
}
%\title{Modular Approach to Soft Mobile Robots}
\title{DOCTORAL DISSERTATION TITLE}
\bywho{by}
\author{Student's Name}
\doctype{A dissertation submitted to the School of Computing, Jarvis College of Computing and Digital Media of DePaul University in partial fulfilment of the requirement for the \\degree \\ of \\ Doctor of Philosophy} %% REQUIRED
%\department{School of Computer Sciences} %% REQUIRED
\affiliation{DePaul University} %% REQUIRED
\place{Chicago, Illinois} %% REQUIRED
\addbibresource{Bibliography/reference.bib} %% REQUIRED.
\makeindex[columns=2, intoc]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% The contents of the rest of the document,
%% distributed in separate files for chapters and other main parts
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{Parts/frontmatter} %% REQUIRED. Contains abstract, acknowledgments, tables of content, etc.
\input{Parts/mainmatter} %% REQUIRED. The main content from Introduction to bibliography
\input{Parts/endmatter} %% REQUIRED. Appendices, glossary and such
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% END OF MAIN.TEX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%