"series" vs "series title"
Can anyone explain the intended difference (if any) between "series" and "series title" for journal articles?
Per:
https://github.com/ajlyon/zotero-bits/issues/21
http://forums.zotero.org/discussion/17023/booktitle-overwrites-journal-field-when-importing-from-bibtex/
they may be redundant (and are treated as such by the CSL processor).
The only translators that use seriesTitle are:
Per:
https://github.com/ajlyon/zotero-bits/issues/21
http://forums.zotero.org/discussion/17023/booktitle-overwrites-journal-field-when-importing-from-bibtex/
they may be redundant (and are treated as such by the CSL processor).
The only translators that use seriesTitle are:
- MODS: treats it differently from series, but makes invalid MODS
- RDF: treats it differently from series (as dublin core alternative title?!)
- Revues.org: does not handle "series" for journal articles (only for book sections
- Wikipedia Citation Templates: treats it same as series
- Zotero RDF: same as RDF
In trunk (seriesTitle only)
cite.js@743
Added on all non-trivial files -- be sure to copy over XML or JS version as appropriate for new files
In 1.0 branch
cite.js@1291
attempts, but fails, to suppress an inconsequential error related to communication with Word on the Mac (perhaps on the PC, too?). i encased it in a try block, but it still throws an exception. strange.
cite.js@1537
closes #563, fix defaults issues in CSL parser (now irrelevant)
closes #335, clean up citation code
Reverse merge
cite.js@1784
http://dtd.nlm.nih.gov/publishing/tag-library/2.2/n-ihv0.html
And to summarize an ancient discussion from before Zotero's public debut:
1) 'series' in journalArticle is equivalent to 'series' in book/bookSection, whereas 'seriesTitle'/'seriesText' is for journals only.
2) There are very rare cases in which there would be data for the latter two fields in journalArticle — for history, William and Mary Quarterly might be the only journal with series info.
3) "Series Title" and "Series Text" are misleading names, but that's what NIH calls them.
series: a series title
seriesTitle: an alternative title
which does not correspond to the NLM documentation. I suggest changing the documentation to say:
series: a series in which the journal issue or monograph appears
seriesTitle: the section in which the article appears within an issue
and changing the RDF exporter.
Furthermore, these two fields have the following en localization strings:
series: Series
seriesTitle: Series Title
I suggest changing them to:
series: Series Title
seriesTitle: Section Within Issue
Similar changes should made in other localizations.
in general, note that the field mappings page is old and hasn't been maintained for almost three years - no guarantees that it's still up to date. I didn't even know it existed.
I think if the field mappings page is no longer being maintained, it would be good to post a warning at the top of the page. However, I see that it has been modified since adamsmith's comment.
Still, I'm more interested in correcting the RDF exporter and the localization strings to match the NLM semantics. It seems that adamsmith agrees with me that these are errors.
series is currently used in:
book, bookSection, conferencePaper, dictionaryEntry, encyclopediaArticle, journalArticle
and seems to indicate the series that the book, dictionary, journal, etc. belong to.
seriesTitle is used in:
audioRecording, podcast, videoRecording, computerProgram, map, report, journalArticle
and, with the exception of journalArticle, also appear to refer to the series that the "monographs" or "containers" belong to (but I could be misinterpreting). journalArticle seriesTitle would then correspond to a "section" within the journal.
seriesText is only present in journalArticle.
seriesNumber only covers book, bookSection, dictionaryEntry, and encyclopediaEntry