\documentclass{article}
\usepackage[authoryear]{natbib}
\usepackage{url}
\title{Assignment 1}
\author{ADD YOUR NAME AND STUDENT NUMBER}
\date{}
\begin{document}
\maketitle
Use this template to answer the questions in assignment 1. You can cite a paper by using~\citep{booth:ea:2011}, or~\cite{booth:ea:2011}, where the BiBTeX entry is in the \texttt{mybib.bib} file. The proper use of \LaTeX{} and citation using BiBteX is part of this exercise.
\section{Literature review: Its importance and why we need it}
%%%% YOUR PART HERE %%%%
YOUR ANSWER TO QUESTION 1
%%%
\section{Analysis of Related Work section}
YOUR ANSWER TO QUESTION 2
%%END YOUR PART
\bibliographystyle{chicago}
\bibliography{mybib.bib}
\end{document}