Bug with bibtex import
Hi, I have been importing a bunch of bibtex bibliographies (from Scopus) to Zotero and I just noticed that only the first author of each reference is imported to the Zotero library, although they are clearly listed in the bibtex file. Is this a bug?
Thank you,
G
Thank you,
G
@ARTICLE{Staddon2010543,
author={Staddon, P., Lindo, Z., Crittenden, P.D., Gilbert, F., Gonzalez, A.},
title={Connectivity, non-random extinction and ecosystem function in experimental metacommunities},
journal={Ecology Letters},
year={2010},
volume={13},
number={5},
pages={543-552},
note={cited By (since 1996) 2},
url={http://www.scopus.com/inward/record.url?eid=2-s2.0-77953541036&partnerID=40&md5=099e4efcc286bcba061e18b0dad66e7f},
document_type={Letter},
source={Scopus},
}
The Wikipedia entry is actually explicit about this http://en.wikipedia.org/wiki/BibTeX#Author_formatting
var names = value.split(/ and /i); // now case insensitive
Commas are already used for name suffixes and between first and last name.