According to this page: http://aubib.wikidot.com/ris-format the BT tag is the primary title for a book or unpublished work, but for any other type it's the secondary title. Currently biblio always treats it as the primary title.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 288957_RIS_parser_handles_BT_tag_incorrect.patch | 621 bytes | zserno |
Comments
Comment #1
Kador commentedI've changed this to only use BT as primary title for books (not sure where the Unpublished Work type is handled) in ris_parser.inc:
Comment #2
rjerome commentedThanks, I'll incorporate that.
Ron.
Comment #3
bekasu commentedIncorporated in Biblio now.
closing the issue.
bekasu
Comment #4
zserno commentedI downloaded latest D6 version (6.x-1.10) but can't find code from #1 in ris_parser.inc
I'd need this to move publications from another open source system called Refbase to Drupal using Biblio. Unfortunately I get incorrect node titles after successful import, because book title is simply concatenated to chapter title without a whitespace.
So is it possible that above patch has not been incorporated into Biblio properly?
Thanks,
Erno
Comment #5
zserno commentedUpdated code from #1 and rolled into a proper patch.
Please review.
Comment #6
zserno commentedComment #7
rjerome commentedI've committed the patch: http://drupal.org/cvs?commit=344424
Ron.