\documentclass[12pt]{article}
\usepackage[a4paper, left=3.17cm, right=3.17cm, top=2.54cm, bottom=2.54cm]{geometry}
\usepackage[T1]{fontenc}
\usepackage{mathptmx}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{chemformula}
\usepackage{cite}
\usepackage[colorlinks, linkcolor=black, anchorcolor=black, citecolor=red]{hyperref}
\usepackage{graphicx}
\setlength{\parskip}{0.5em}
\title{Place Your Project Title at Here}
\author{\textup{Agung Setiawan (01112344)}\\
\textup{Budi Nungki (12345789)}\\}
\begin{document}
\input{title/title.tex}
\tableofcontents
\newpage
\section{Abstract}
\section{Introduction}
Example \cite{farokhzad2009impact}
\section{Problem Statements}
\section{Results and Discussion}
\section{Conclusion}
\bibliographystyle{IEEEtranS}
\bibliography{Referensi}
\end{document}