\documentclass[12pt]{article}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{parskip}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage{csquotes}
\usepackage{float}
\usepackage[backend=biber,style=ieee]{biblatex}
\addbibresource{bibliography.bib}
\begin{document}
\begin{titlepage}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\center
\textsc{\LARGE University of New South Wales}\\[1.5cm]
\textsc{\Large MMAN1300 - Lab Report}\\[0.5cm]
\HRule \\[0.4cm]
{ \huge \bfseries Lab Title SF and BM or whatever}\\[0.4cm]
\HRule \\[1.5cm]
\includegraphics[scale=1.3]{logo.PNG}\\[1cm]
\begin{center}
\begin{tabular}{ c | c }
Joe Whatshisface & z85436565
\end{tabular}
\end{center}
\vfill
{\large \today}\\[1cm]
\vfill
\end{titlepage}
\begin{abstract}
This is where you write an abstract
\end{abstract}
\pagebreak
\setcounter{page}{1}
\thispagestyle{empty}
\tableofcontents
\listoffigures
\pagebreak
\setcounter{page}{1}
\pagebreak
\section{Introduction}
\section{Equipment and Method}
\section{Results}
\section{Discussion}
\section{Conclusion}
\section{References}
\appendix
\pagebreak
\nocite{NOCITE1}
\nocite{NOCITE2}
\section{References}
\printbibliography[heading=none]
\end{document}