\documentclass[a4, 12pt]{article}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\lhead{Columbia University}
\cfoot{\thepage}
\rfoot{Nader Karayanni}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0.5pt}
\begin{document}
\begin{titlepage}
\begin{center}
\includegraphics[scale=0.09]{Images/Columbia Logo.png}
\end{center}
\thispagestyle{fancy}
\center
\textsc{\large MASTERS THESIS PROPOSAL}
\vspace{0.5in}
\noindent\makebox[\linewidth]{\rule{\linewidth}{1.2pt}}
\textsc{ \textbf{\large Title }}
\noindent\makebox[\linewidth]{\rule{\linewidth}{1.2pt}}
\vspace{0.5in}
\begin{minipage}{0.48\textwidth}
\begin{flushleft}
\textit{Student:} \\
Nader Karayanni \\
UNI \\
UNI@columbia.edu
\end{flushleft}
\end{minipage}
\begin{minipage}{0.48\textwidth}
\begin{flushright}
\textit{Advisor:} \\
Prof. advisor name \\
\end{flushright}
\end{minipage}
\vspace{2in}
\textbf{\large Department of Computer Science} \\
\today
\end{titlepage}
\newpage
\setcounter{page}{2}
\tableofcontents
\newpage
\section{Title}
\section{Background}
\section{Description of Tasks}
\section{Methods}
\section{Relevant Courses}
\section{Delimitations}
\section{Time Plan}
\bibliography{sources}
\bibliographystyle{IEEEtran}
\end{document}