\documentclass[10pt]{article}
\usepackage[a4paper, tmargin=0.75in, lmargin=0.80in, rmargin=0.80in, bmargin=1in]{geometry}
\usepackage{hyperref}
%\usepackage{multicol}
\hypersetup{
colorlinks=true,
linkcolor=black,
filecolor=magenta,
urlcolor=blue,
citecolor=black,
}
%\usepackage[numbers,sort&compress]{natbib} % for a numerical citation list
\usepackage{natbib} % to cite references by surname and year
\usepackage{graphicx}
\pagestyle{empty}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ENTER SOME IMPORTANT INFORMATION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\studentname}{Student Name}
\newcommand{\studentnumber}{12345678}
\newcommand{\researchcentre}{Astrophysics Research Centre}
\newcommand{\projecttitle}{Something about Physics and/or Mathematics}
\newcommand{\supervisor}{Dr A. N. Other}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\begin{center}
{\Huge{Initial Review}} \\
\vspace{2mm}
{\Large{School of Mathematics and Physics}} \\
\vspace{1mm}
{\Large{Queen's University Belfast}}
\end{center}
\vspace{5mm}
\hrule
\vspace{1mm}
\hrule
\vspace{3mm}
\begin{tabular}{ll}
Name: & {\studentname} \\
Student Number: & {\studentnumber} \\
Research Centre: & {\researchcentre} \\
Research Project Title: & {\projecttitle} \\
Primary Supervisor: & {\supervisor} \\
\end{tabular}
\vspace{3mm}
\hrule
\vspace{1mm}
\hrule
\section{Project Summary}
In this section, please provide an overview of the overall research objectives, what has been accomplished to date, and what aspects of the project (if any) are still outstanding to undertake the research (e.g., data, facilities, infrastructure, computing resources, etc.). The template for this {\LaTeX} file will be available via QUB's dedicated Overleaf repository\footnote{See \href{https://www.overleaf.com/edu/qub\#templates}{https://www.overleaf.com/edu/qub\#templates} for more information.}.
\vspace{2mm}
This section should be approximately 0.5 -- 1.0 pages long, and can include references if necessary. You can add both textual and parenthetical references as appropriate --- e.g., \citet{2012PhLB..716....1A} published an article with very rapid citation rates, but is gradually becoming eclipsed from competition in recent years \citep[e.g.,][to name but a few]{2018Natur.556...43C, 2018PhRvD..98c0001T, 2019ApJ...873..111I}.
\section*{Ethics Declaration}
I confirm that I have discussed any ethical considerations with my supervision team and, where required, have followed the approval process required by the \href{https://www.qub.ac.uk/Research/Governance-ethics-and-integrity/Ethics/FacultyResearchEthicsCommittees/}{Faculty Research Ethics Committee}:
\vspace{0.4 cm}
% IMPORTANT - Please replace the word below with your name to confirm your agreement with the statement above.
NAME
\vspace{0.4 cm}
% Give details below by replacing the text or deleting if not relevant:
If ethical approval was needed, please outline here the outcome / status of that process and any implications for your research project.
\section{Research Plan}
In this section, please outline the short- and long-term goals of the research. These can be stipulated as bullet points. This section should be approximately 0.5 -- 1.0 pages long. For example, you can refer the reader to Section~{\ref{sec:shorttermgoals}} for your short-term goals, and Section~{\ref{sec:longtermgoals}} for your long-term goals.
\subsection{Short-term Goals}
\label{sec:shorttermgoals}
My immediate short-term goals are outlined below.
\begin{enumerate}
\item Short-term goal 1.
\item Short-term goal 2.
\item Short-term goal 3.
\end{enumerate}
\subsection{Long-term Goals}
\label{sec:longtermgoals}
The project's long-term goals are outlined below.
\begin{enumerate}
\item Long-term goal 1.
\item Long-term goal 2.
\item Long-term goal 3.
\end{enumerate}
\newpage
\bibliographystyle{aasjournal}
\bibliography{references}{}
\end{document}