Problema de referencias

Problema de referencias

Estoy escribiendo mis referencias usando jabref y creé una nueva base de datos llamada "ref.bib" pero no funciona y da errores, ¿alguna ayuda por favor?

Aquí está el código de mi base de datos:

% This file was created with JabRef 2.8.1.
% Encoding: MacRoman

@ARTICLE{Yang2011,
  author = {Yang, Chenhui and Olson, Byron and Si, Jennie},
  title = {A multiscale correlation of wavelet coefficients approach to spike
    detection},
  journal = {Neural Comput.},
  year = {2011},
  volume = {23},
  pages = {215--250},
  number = {1},
  month = jan,
  acmid = {1943013},
  address = {Cambridge, MA, USA},
  doi = {10.1162/NECO_a_00063},
  issn = {0899-7667},
  issue_date = {January 2011},
  numpages = {36},
  publisher = {MIT Press},
  url = {http://dx.doi.org/10.1162/NECO_a_00063}
}

@comment{jabref-meta: selector_review:}

@comment{jabref-meta: selector_publisher:}

@comment{jabref-meta: selector_author:}

@comment{jabref-meta: selector_journal:}

@comment{jabref-meta: selector_keywords:}

Aquí hay una muestra de mi código en papel:

\begin{document}
    \IEEEpeerreviewmaketitle
\bibliographystyle{IEEEtran}

\section{Introduction}
my introduction \cite{Yang2011}

\bibliography{ref}

Thanks A lot,
\end{document} 

Respuesta1

Yo tuve el mismo problema. Tienes que ejecutar (ctrl+t)ambos(bib.ref y test.tex) varias veces. En mi caso [?] desaparece y se incluye la cita correcta.

información relacionada