\documentclass[fullpage,twoside,11pt]{article}
\usepackage[crampedtoc]{capsl}
\usepackage{capsl}
\usepackage{balance} % For balancing the columns on the last page
\usepackage{graphicx}
\usepackage{amsmath}
\begin{document}
\title{Title goes here}
\author{Authors go here}
%\author{\IEEEauthorblockN{Robert Pavel, Elkin Garcia, Daniel Orozco, and Guang R. Gao}
%\IEEEauthorblockA{Computer Architecture and Parallel System Laboratory (CAPSL)\\
%Electrical and Computer Engineering Department\\
%University of Delaware\\
%Newark, DE. 19716.\\
%Email: \{rspavel@, egarcia@, orozco@, ggao@capsl.\}udel.edu
%}
%}
\date{May, 2019}
\titlecopyright{2019}
\memonumber{999}
\makeCAPSLcover
\maketitle
\tableofcontents
%\listoffigures
\newpage
\begin{abstract}
\input{abstract}
\end{abstract}
\section{Introduction}
\input{introduction}
\section{Conclusions}
\input{conclusion}
\bibliographystyle{IEEEtran}
\balance % For balancing the columns on the last page
\bibliography{references}
\end{document}