Help with ISI files

Helder Gomes da Silva <[email protected]>
Newsgroups gmane.comp.gnome.apps.pybliographer
Message-ID <[email protected]>
Hello everybody...
I'm going to ask a question regarding ISI files reading.
In isifile.py located at /.../pybliographer/Pyblio/Format is defined the 
following key map:

key_map = {
     'AB' : ('abstract', ' '),
     'AU' : ('author', '  '),
     'CR' : ('citedref', ' ; '),
     'C1' : ('authoraddress', ' ; '),
     'DE' : ('keywords', ' '),
     'IS' : ('number', ' ; '),
     'LA' : ('language', ' ; '),
     'PA' : ('address', ' ; '),
     'PD' : ('month', ' ; '),
     'PU' : ('publisher', ' ; '),
     'PY' : ('date', ' ; '),
     'SE' : ('series', ' '),
     'SN' : ('issn', ' ; '),
     'SO' : ('journal', ' ; '),
     'TI' : ('title', ' '),
     'UT' : ('sourceid', ' ; '),
     'VL' : ('volume', ' ; ')}

As you can see, the entry "Editor" is not present.
As defined in some ISI files that I got we should put

  'ED' : (editor', ' '),

in this key-map definition.

This is not enough as you know. As I'm not a pybliographer developer 
and, as I don't know python... Is anyone available to write correctly 
the IF statement that will allow a user to assign the editor information 
of the ISI file to an editor field in a BibTeX file.

Thank you in advance.

Best regards...

Helder


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.