I'm my references (in the text) seem to have a comma to much. Thats how the reference looks like in the text:
bla bla bla (Berrar, Stahl, Silva, Rodrigues, & Brito, 2005).
Well the comma after Rodrigues is surely not supposed to be there.
Thats how I include my references in the text:
\cite{berrar_towards_2005}
and thats how I append the list of references to the document:
\include{appendices/appendixA}
\include{appendices/appendixB}
and thats the bibtex entry for the concerning reference:
Code: Select all
@article{berrar_towards_2005,
title = {Towards Data Warehousing and Mining of Protein Unfolding Simulation Data},
volume = {19},
journal = {Journal of Clinical Monitoring and Computing},
author = {Daniel Berrar and Frederic Stahl and C S Goncalves Silva and J R Rodrigues and R M M Brito},
year = {2005},
pages = {307–317},
annote = {check if candidas name is correct}
},
Rick