[Biopython-dev] [Bug 2448] Bio.EUtils can't handle accented author names

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Mon Jul 7 10:55:10 UTC 2008


http://bugzilla.open-bio.org/show_bug.cgi?id=2448





------- Comment #2 from mdehoon at ims.u-tokyo.ac.jp  2008-07-07 06:55 EST -------
Using Bio.Entrez in Biopython release 1.47:

>>> from Bio import Entrez
>>> handle = Entrez.efetch(db='pubmed', id=pmids, retmode='xml')
>>> records = Entrez.read(handle)
>>> records[0]['MedlineCitation']['Article']['AuthorList']
[{u'LastName': 'Matamala', u'Initials': 'AR', u'ForeName': 'Adelio R'},
{u'LastName': 'Almonacid', u'Initials': 'DE', u'ForeName': 'Daniel E'},
{u'LastName': 'Figueroa', u'Initials': 'MF', u'ForeName': 'Maximiliano F'},
{u'LastName': u'Mart\xednez-Oyanedel', u'Initials': 'J', u'ForeName':
u'Jos\xe9'}, {u'LastName': 'Bunster', u'Initials': 'MC', u'ForeName': 'Marta
C'}]

Noel, is this sufficient for your needs?


-- 
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Biopython-dev mailing list