% paper 3 with Latex
\documentclass[11pt,a4paper]{article}
\usepackage[margin=2cm]{geometry}
\usepackage{amsmath,amssymb}
\usepackage{tikz}
\usepackage{graphicx}
\usepackage{caption}
\usepackage[authoryear]{natbib}
\bibliographystyle{chicago}
%\usepackage{cite}
\usepackage{hyperref}
\graphicspath{ {Images/} }
\usepackage{fancyvrb}
\renewcommand{\figurename}{FIGURE} %print FIGUR
\usepackage[labelsep=period]{caption} %period=after FIGURE puts .
\usepackage[multiple]{footmisc}
%\textheight=8pt
\begin{document}
\title{\textbf{title}}

%\renewcommand{\thefootnote}{\arabic{footnote}}
\author{author name}
abstract
\section{introduction}
blah
blah 
blah
 WECs instead of traditional MPC definitely recommended. More study of other optimization methods is still needed to achieve better result in the future work\citealt{michel1999sea}.
\begin{center}
\bibliographystyle{chicago}
\bibliography{refrences}
\nocite{*}
\end{center}
\end{document}