I am new to LaTeX (MiKTeX version) and try to get authoryear citation e.g. (Hugh et al., 2009) using \citep{MCOSW}. But rather it shows the whole list of authors with year at the end e.g. (Hugh Glaser, Afraz Jafri, and Ian Millard, April 2009). How can I force it to show et al. I am using natbib package. List of packages along with style and bib is mentioned below:
\usepackage{epsfig}
\usepackage{graphics}
\usepackage{subfigure}
\usepackage{fancyheadings}
\usepackage{float}
\usepackage{times}
\usepackage{amsmath,amsfonts,amssymb,amscd,amsthm,xspace}
\usepackage{algorithmic}
\usepackage{algorithm2e}
\usepackage{verbatim}
\usepackage{appendix}
\usepackage[round,authoryear,comma,sort&compress,numbers]{natbib}
\usepackage{hyperref}
\bibliographystyle{plainnat}
@article {MCOSW,
author = "{Hugh Glaser, Afraz Jafri, and Ian Millard}",
title = "{Managing co-reference on the semantic web.}",
journal = "{In WWW2009 Workshop: Linked Data on the Web (LDOW2009)}",
year = "{April 2009}",
}
Could anyone of you please help. Thanks
