\documentclass[a4paper,11pt]{article}

\usepackage[utf8]{inputenc}

% unicode input encoding is also allowed
% use the following lines instead of the previous:
%\usepackage{ucs}
%\usepackage[utf8x]{inputenc}

\usepackage{times} 
\usepackage[T1]{fontenc}         
\usepackage{pslatex}
\pagestyle{empty}

\bibliographystyle{plain}

\title{Title}

\author{John Doe and John Smith
\\[0.5cm] Department of Linguistics
\\University of Franeker
\\E-mail: \texttt{email@email}}

\date{}

\begin{document}
\maketitle

\begin{abstract}
\noindent

\end{abstract} 

\thispagestyle{empty}

\section{Introduction}

\begin{thebibliography}{mybib}
\end{thebibliography}
\end{document}
