BibConverter change log ----------------------- + New feature * Changed/Improved feature ! Fixed bug - Removed feature The last digit in the version number denotes bug-fix releases. v 3.4.0 + Added option for capitalizing first letter of each word in the title. v 3.3.3 ! IEEEX: Fixed incorrect identification of inproceedings entries. * WoS: Added support for WoS 4.0 Thanks Thomas Rietmann, Junda Zhu and Tomi Hautakoski for bug reports. v 3.3.2 ! IEEEX: Records with missing address field are now interpreted correctly. v 3.3.1 ! The ampersand (&) character is now properly escaped. ! WoS: Fixed bug triggered by records with missing month and pages fields. ! WoS: Fixed several bug in regexp for extracting source. Should now be more robust. * WoS: Added author keywords to list of keywords. * WoS: All caps titles are now converted to mixed caps. Thanks to Karl Ove Hufthammer,Hans Bruining and Konrad Hinsen for reporting the above issues! v 3.3.0 + Multiple citations can now be extracted from the WoS full record view. ! Month field now converted in WoS. Thanks Karl Ove Hufthammer for reporting these issues. * Improved capwords function v 3.2.1 ! Fixed a bug in the regular expression for extracting data. from the IEEEX Abstract view. Prevented some IEEEX users from extracting data. Thanks Nicola Pasquino for reporting this! ! Improved IEEEX entry type detection. v 3.2.0 + Added option for using "" instead of {} v 3.1.1 ! Fixed a serious flaw in the regular expressions for extracting data from search view in the IEEEX and WOS converters. The previous version could in some cases go into an infinite loop. v 3.1.0 ! Added more month mappings to the EV2 converter. ! Fixed a WOS issue where author names appear twice. ! Made WOS source extraction more robust. ! Added option for not including abstract in output. Thanks Duc Ha for the suggestion. * Added spaces between author initials. v 3.0.1 + Added a setup script. v 3.0.0 + Added experimental support for ISI Web of Science + Month field now converted in IEEEX. + Added option for including conference dates in output. ! Fixed a bug that prevented extraction of IEE entries in IEEEX search view. * Changed licence to MIT to make it compatible with Google Code. + Source code now hosted by Google Code: http://code.google.com/p/bibconverter/source v 2.0.3 * Restructured the source tree. * Source code released to the public. v 2.0.2 ! Footnote numbers are now removed from author names in EV2. v 2.0.1 ! Fixed a bug in the keyword wrapping code. The bug was triggered by missing keywords. ! Fixed a bug in the IEEEX abstract view text extraction. ! Added a few sanity checks to avoid exceptions. v 2.0.0 * Source code reorganized and cleaned up. * Source code released under the "The 0-Clause BSD License". + EV2 can now extract multiple records. + Added option for putting braces around uppercase words. + Added option for putting braces around uppercase letters. + Added support for the [First name] [Last name] author format. + Added a "generate bookmarklet" feature. + Added a simple web server for local testing. ! Records are now correctly extracted from the IEEEX "View Selected Items" view. ! Improved entry type detection. The default type is now inproceedings. - Disabled extraction of the language field in EV2. v 1.5.3 (2005-10-10) ! The % character is now properly escaped in the BibTeX output. v 1.5.2 ! Fixed missing journal name bug v 1.5.1 ! Fixed keywords bug v 1.5.0 (2005-07-24) + Added support for IEEEBST journal macros + Multiple citations can now be extracted from the IEEEX search view. v 1.0.1 (2005-07-22) ! Fixed a bug that preventet IE users from using the "select whole page" feature. ! Changed DOI field name due to changes in the IEEEXplore services. v 1.0.0 (2005-06-27) * The BibConverter site has received a face lift. * Removed the TabTastic interface and converted to a conventional PHP-based layout.