Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2009 at 15:26 UTC
Updated:
8 May 2009 at 00:40 UTC
The function theme_biblio_format_authors in biblio_theme.inc does not respect the option betweenInitialsDelim when shortening author's forenames (can be more than one).
My attached patch fixes this and also replaces dashes by the delimiter character. I am using Vancouver style i.e. initials are concatenated without a delimiter. I am not sure if it makes sense to replace the dashes in other cases.
| Comment | File | Size | Author |
|---|---|---|---|
| format_authors.patch | 849 bytes | Stefan Freudenberg |
Comments
Comment #1
rjerome commentedCould you give me an example of an forename you where having trouble with?
Comment #2
Stefan Freudenberg commentedAll persons with more than one forename produce the problem like "Ko, Han Seok". It was displayed as Ko H S instead of Ko HS using Vancouver style. As for the dashes: Lu, Xiao-Hong is displayed as Lu XH in PubMed citations but Lu X-H with Biblio, Vancouver style.
Comment #3
rjerome commentedOk, I've committed it.