I2PC / scipion

Scipion is an image processing framework to obtain 3D models of macromolecular complexes using Electron Microscopy (3DEM)
http://scipion.i2pc.es
Other
76 stars 47 forks source link

error in bibtexStr parsing when author name contains "and" #355

Closed azazellochg closed 8 years ago

azazellochg commented 8 years ago

I have the following bibtexStr:

@Article{Borland1990,
   author = {Borland, L. and van Heel, M.},
   title = {Classification of image data in conjugate representation spaces},
   journal = {J.Opt.Soc.Am. A},
   year = {1990},
   volume = {7},
   issue = {4}
   pages = {601--610},
   doi = {http://dx.doi.org/10.1364/JOSAA.7.000601}
 }

The problem is that in GUI it shows: Borl, et.al, J.Opt.Soc.Am. A, 1990. I guess that "and" in the author name is recognized as a "keyword" that separates different authors in the list.

delarosatrevin commented 8 years ago

I think this is how the bibtex library that we are using works.

azazellochg commented 8 years ago

@delarosatrevin , I have checked manually with bibtexparser and the dictionary items are fine. The problem is that here split('and') is used.

azazellochg commented 8 years ago

closed in de0fce8