I'm trying to layout a short article using the IEEE latex style guide. I'm having difficulty with the final part of their bibliography instructions as I want to reference an external .bib file. I have the IEEEtran.cls file and IEEEtran.bst file in my local folder.
\bibliographystyle{IEEEtran}
% argument is your BibTeX string definitions and bibliography database(s)
\bibliography{IEEEabrv,../bib/paper}
What are 'string definitions'? I presume the bibliography database is the specific file I want to reference, which in my case is ../../references
