\documentclass{article}
% Define margins
\setlength{\topmargin}{-1.0cm}
\setlength{\oddsidemargin}{0.1cm}
\setlength{\textwidth}{16.5cm}
\setlength{\textheight}{23.0cm}
\usepackage{graphicx} %LaTeX package to import graphics
\graphicspath{{images/}} %configuring the graphicx package
% Define header and footer
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\lhead{{\includegraphics[height=.65cm]{university of leeds small logo.png}}}
\rhead{\textbf{\textit{First Formal Progress Review}} }
\cfoot{\textbf{\textit{\thepage}}}
% \lfoot{\textbf{\textit{Page \thepage/\pageref*{LastPage}}}}
% \rfoot{\textbf{\textit{Alejandro Romero Prieto}}}
% \renewcommand{\footrulewidth}{0.7pt}
\renewcommand{\headrulewidth}{0.7pt}
\setlength{\headheight}{23pt}
% This is to define a style with no footer for the table of contents
\fancypagestyle{nofooter}{%
\fancyfoot{}%
}
% To manage references
\usepackage{natbib}
\begin{document}
% Title Page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{center}
\vspace*{3\baselineskip}
\includegraphics[width=0.8\textwidth]{images/University of Leeds big logo.png}\\
\vfill
{\huge \textbf{Project Title Here}}
\vspace*{3\baselineskip}
{\LARGE \textbf{First Formal Progress Review}}
\begin{large}
\vspace*{2\baselineskip}
Start Date: 01/10/2024
\vspace*{2\baselineskip}
\emph{by} \\[1ex]
%Submitted by \\[\baselineskip]
{\Large Insert name here \\ \par} % Editor list
{{ email here}}\\[2cm] % Editor affiliation
Under the supervision of \\ % Tagline(s) or further description
[\baselineskip] % Tagline(s) or further description
Dr. First Supervisor\\
Dr. Second supervsisor\\
Prof. Third supervisor\\
\vspace*{4\baselineskip}
% {\scshape \today} \\[0.3\baselineskip] % Year published
{Insert your school}\\
{\large University of Leeds}\par % Publisher
\thispagestyle{empty}
\end{large}
\end{center}
\pagebreak
% Contents %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \lhead{\emph{Contents}} % Set the left side page header to "Contents"
\tableofcontents
\thispagestyle{nofooter}
%\include{abstract/abstract}
\cleardoublepage
\typeout{}
\pagebreak
% Student %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setcounter{page}{1}
\section{Introduction}
\label{sec:Introduction}
Illustrating how to use a reference \citep{dummy_2020}.
\pagebreak
% BIBLIOGRAPHY %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Use Leeds Harvard referencing template
\bibliographystyle{lsharvard}
% Add here the bib file with your references
\bibliography{references}
\clearpage
\end{document}