[Tex/LaTex] the BibTeX category of a monograph that appeared in a series

bibliographiesbibtex

I would like to cite the following book (the author refers to the work as book several times), which appeared in a series:

http://link.springer.com/book/10.1007%2F978-1-4419-1740-9

On the very first page of the PDF document I read "[…] the series: Interdisciplinary Applied Mathematics" and then "The series will consist of monographs and high-level texts from researchers […]". The PDF file has 492 pages.

I would like to refer to the entire book. If I put it into the INCOLLECTION category I get:

Warning--empty pages in Seydel10

If I put it into the BOOK category I get

Warning--can't use both author and editor fields in Seydel10

The BibTeX entry is:

@BOOK{Seydel10,
  AUTHOR = {R{\"u}diger Seydel},
  EDITOR = {S.S. Antman and L. Sirovich and J.E. Marsden},
  TITLE = {{Practical Bifurcation and Stability Analysis}},
  SERIES = {{Interdisciplinary Applied Mathematics}},
  VOLUME = {5},
  YEAR = {2010},
  PUBLISHER = {{Dordrecht, The Netherlands: Springer}}
}

How do I refer to this book properly?


Edit: OK, apparently the .bst file is also important, I did not know that, sorry.

\bibliographystyle{elsarticle-harv}

and is downloadable from here.


I got two excellent answers, they both answer my concerns. I decided to accept Bernard's answer because he "only" has 9.3k reputation points and Mico already has 74k at the time of writing.

Best Answer

Using biblatex (and biber) compiles normally:

\documentclass [12pt]{article} %
\usepackage[utf8]{inputenc}
\usepackage{fourier}
\usepackage{heuristica}

\usepackage{csquotes}%
\usepackage[style = authoryear-comp, firstinits, backend = biber]{biblatex}
\addbibresource{testbookinseries.bib}

\begin{document}

Blahblahblah
\nocite{*}
\printbibliography

\end{document} 

enter image description here

This is the contents of the .blg:

[0] Config.pm:318> INFO - This is Biber 1.8
[0] Config.pm:321> INFO - Logfile is 'citebookinseries.blg'
[131] biber-MSWIN:272> INFO - === %a %b %e, %Y, %H:%M:%S
[131] Biber.pm:333> INFO - Reading 'citebookinseries.bcf'
[240] Biber.pm:607> INFO - Using all citekeys in bib section 0
[289] Biber.pm:3053> INFO - Processing section 0
[339] Biber.pm:3190> INFO - Looking for bibtex format file 'testbookinseries.bib' for section 0
[539] bibtex.pm:937> INFO - Decoding LaTeX character macros into UTF-8
[542] bibtex.pm:812> INFO - Found BibTeX data source 'E:/Tests/Biblatex/testbookinseries.bib'
[614] Biber.pm:2939> INFO - Overriding locale 'English_United States.1252' default tailoring 'variable = shifted' with 'variable = non-ignorable'
[614] Biber.pm:2945> INFO - Sorting 'entry' list 'nyt' keys
[614] Biber.pm:2949> INFO - No sort tailoring available for locale 'English_United States.1252'
[620] bbl.pm:482> INFO - Writing 'citebookinseries.bbl' with encoding 'UTF-8'
[622] bbl.pm:555> INFO - Output to citebookinseries.bbl