\documentclass{article}
%%%%%%%% CREATE DOCUMENT STRUCTURE %%%%%%%%
%% Language and font encodings
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
%\usepackage{subfig}
%% Sets page size and margins
\usepackage[a4paper,top=3cm,bottom=2.5cm,left=2.5cm,right=2.5cm,marginparwidth=1.75cm]{geometry}
%% Useful packages
\usepackage{lipsum}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{mathrsfs}
\usepackage{amsfonts}
\usepackage{graphicx}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{sectsty}
%\usepackage{apacite}
\usepackage{cite}
\usepackage{float}
\usepackage{titling}
\usepackage{blindtext}
%\usepackage[square,sort]{natbib}
%\usepackage[sort]{natbib}
\usepackage{epstopdf}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage{xcolor}
\definecolor{darkgreen}{rgb}{0.0, 0.4, 0.0}
\setlength{\marginparwidth}{2cm}
\usepackage{helvet}
\renewcommand{\familydefault}{\sfdefault}
\linespread{1.25}
\setlength{\parindent}{1.35cm}
\usepackage{titling} \pretitle{\LARGE}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}
\newtheorem{remark}{Remark}
\newtheorem{assumption}{Assumption}
\newtheorem{definition}{Definition}
\newtheorem{proof}{Proof}
\newtheorem{proof-theorem}{Proof}
% \patchcmd{<cmd>}{<search>}{<replace>}{<success>}{<failure>}
%%%%%% The start of the document %%%%%%%%%%%%%%%%%%
\begin{document}
%%%% Title Page%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{titlepage}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % horizontal line and its thickness
\center
% Title of the report
\textbf{\large BUKU PROFIL PENYELIDIKAN 'GRANT' 'YEAR'}\\[0.4cm]
\HRule \\[0.8cm]
% Research Picture, replace it with your picture.
\includegraphics[width=0.6\textwidth]{images/The-Multi-agents-Position.jpg}\\[0.8cm]
%Title of the Research
\textbf{\Large THE TITLE FIRST LINE}\\[0.2cm]
\textbf{\Large THE TITLE SECOND LINE }\\[0.2cm]
\textbf{\Large THE TITLE THIRD LINE }\\[0.9cm]
%Project Number
\text{\large Project No: GRANT/XXXX/XXXXX-CETRI/XXXXXX}\\[1cm]
%MEMBERS OF THE RESEARCH GROUP
\text{\large Member (leader)}\\%[0.4cm]
\text{\large Member}\\%[0.4cm]
\text{\large Member}\\%[0.4cm]
\text{\large Member}\\%[0.4cm]
\text{\large Member}\\[1cm]
%IPT/ Faculty / School/ Centre/Unit
\text{\large Name of the Faculty (leader)}\\[1cm]
%EMAIL
\text{Email: xxxxx@utem.edu.my (leader)}\\%[0.8cm]
%RESEARCH FIELD
\text{Field: Name of the Field}\\%[0.8cm]
%PROJECT DURATION
\text{Duration: Month Year - Month Year}\\[0.8cm]
{\large Day Month Year}\\[1cm]
\end{titlepage}
%\maketitle
\tableofcontents
\newpage
%% Sections %%%%%%%%%%%%%%%%%%%
\section*{Abstract}
\addcontentsline{toc}{section}{Abstract}
\lipsum[1-2]
\newpage
\section{Introduction}
\lipsum[1-3]
\newpage
\section{Literature Review}
\lipsum[1-4]\cite{7004542}
\newpage
\section{Methodology}
\lipsum[1]
\subsection{Methodology 1}
\subsection{Methodology 2}
\subsection{Methodology 3}
\section{Findings}
\subsection{Findings 1}
\subsection{Findings 2}
\subsection{Findings 3}
\section{Conclusion}
\lipsum[1-3]
\section{Achievements}
\lipsum[1]
\begin{itemize}
\item [i)] Paper 1
\item [ii)] Paper 2
\item [iii)] Paper 3
\end{itemize}
\newpage
\section*{REFERENCES}
%References
\bibliographystyle{IEEEtran}
\addcontentsline{toc}{section}{References}
\renewcommand{\bibname}{References}
\bibliography{bibliography.bib}
\end{document}