Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 May 2009 at 18:04 UTC
Updated:
15 Jun 2009 at 01:30 UTC
The crossref_unix_parser ends up concatenating all the DOIs returned by crossref.
For instance, looking up 10.1111/j.1747-0285.2007.00614.x
gives a doi of
10.1111/jpp.2008.71.issue-210.1111/j.1747-0285.2007.00614.x
which is three concatenated dois coming from the full journal doi, the journal issue doi, then the article doi.
To replicate this issue, use the doi lookup on the doi I provided, then look at the automatically populated DOI field
Comments
Comment #1
cowsandmilk commentedjust a correction to what I said, it's two concatenated DOIs in this case, but there are other cases when there are 3.
Comment #2
rjerome commentedNow the question is... if you had to keep only one, which one would you want. I'm guessing the article DOI?
Comment #3
cowsandmilk commentedyes, the article DOI would be best.
Comment #4
rjerome commentedOk, this now defaults to the article DOI and ignores the DOI from any publications in which the article is contained.
Ron.