Correct fields on DOI import...
Greetings, I am noticing with springer publication such as the following that certain metadata seems to be misinterpreted and needs correcting with each import. Does this happen to other users? Is there a general fix? -- Note that I am using the DOI to import the metadata, not the Zotero connector in the browser.
Example:: https://link.springer.com/10.1007/978-3-031-28032-0_7
The extra field gets populated with:
> Series Title: Lecture Notes in Computer Science
> DOI: 10.1007/978-3-031-28032-0_7
The number in the "volume" field should actually be the series number not a volume. It gets put in the wrong slot... this happens with many springer publications.
The "series" field is not populated but it does appear in the the extra field. This seems funky, if the series title can be detected, then why can't it be placed in the series field directly?
Example:: https://link.springer.com/10.1007/978-3-031-28032-0_7
The extra field gets populated with:
> Series Title: Lecture Notes in Computer Science
> DOI: 10.1007/978-3-031-28032-0_7
The number in the "volume" field should actually be the series number not a volume. It gets put in the wrong slot... this happens with many springer publications.
The "series" field is not populated but it does appear in the the extra field. This seems funky, if the series title can be detected, then why can't it be placed in the series field directly?
If you import from the webpage with springerlink it imports as a conference paper. But with the DOI import it comes in as a book section. I'm specifically talking about the DOI import method.
For the questions here:
1. Item type is specifically book/chapter in CrossRef -- I don't think we can do much about that
2. The series number (i.e. 13972) is specifically tagged with <volume> in CrossRef -- it's potentially guess-able that this pertains to the series and should thus be series number, but I'm not terribly inclined to touch this -- chances are this will just cause issues in the other direction.
3. Series and Series Title are separate fields in Zotero (check the journal article item type), which IIRC was done to parallel the PubMed metadata schema way back. I think Series Title is generally a bad idea (both fields are mapped to the same CSL collection-title, e.g.), so we can change that to import into Series, which exists across more item types.
Re: 1:
Thanks for pointing out that there is an upstream cross-file data link declaration. (One PDF is declared to be equivalent to another...) Which sources does Zotero rely on? and where is this in the code base?
(We get UnixRef XML via DOI content negation, equivalent to
curl -LH "Accept: application/vnd.crossref.unixref+xml" https://doi.org/10.1007/978-3-031-28032-0_7 )