%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% title page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[11pt]{article}
\usepackage{blindtext}
\usepackage{titlesec}
\usepackage{setspace}
\usepackage{graphicx}
\graphicspath{ {figures/} }
\usepackage{array}
\usepackage{times}
\renewcommand{\contentsname}{Table of Content}
\doublespacing
\begin{document}
\begin{titlepage}
\begin{center}
\vspace*{1cm}
\Huge
\textbf{Thesis Title}\\
\vspace{0.5cm}
\LARGE
\vspace{3cm}
by\\
\textbf{Your name}\\
Conferral date
\vfill
% \vspace{0.8cm}
\Large
\begin{singlespace}
A project(thesis) submitted to the faculty of the Graduate School of the University at Buffalo, The State University of New York in partial fulfillment of the requirements for the degree of\\
(degree name) \\
Department of (your department)
\end{singlespace}
\end{center}
\end{titlepage}
\pagenumbering{roman}
\begin{center}
\null\vfill
\noindent
Copyright by\\
Your name\\
graduate year \\
All Rights Reserved
\newpage
\end{center}
\begin{center}
\LARGE
\textbf{Abstract}
\end{center}
\blindtext
\newpage
\tableofcontents
\newpage
\listoftables
\newpage
\listoffigures
\newpage
\pagenumbering{arabic}
\addcontentsline{toc}{section}{Introduction}
\section*{Introduction}
This is the first section.
\blindtext
\blindtext
\addcontentsline{toc}{section}{Second Section}
\section*{Second Section}
\blindtext
\end{document}