Inconsistent use of the "pages" field
When capturing book information, the "Pages" field on the Info tab is sometimes filled in with the number of pages in the book (using the British Library, for example). However, when copying a citation in Chicago without bibliography format, this field is placed at the end of the citation, as the page range in question. These two uses are inconsistent.
FWIW, I think the field should be, if anything, the number of pages in the work. Copying a citation should not put any page reference information in; a work is often cited more than once, so a per-entry field for "page numbers of quotation" in the Zotero database doesn't make much sense.
Gerv
FWIW, I think the field should be, if anything, the number of pages in the work. Copying a citation should not put any page reference information in; a work is often cited more than once, so a per-entry field for "page numbers of quotation" in the Zotero database doesn't make much sense.
Gerv
Ticket created.
It'd be nice to differentiate from all three cases. You can't only rely on hyphens. Some articles are one page (so the range is identical to the first page). Some page "numbers" have a more complex syntax than just being an integer & so the hyphen might refer to the page number, rather than separating page numbers.
I guess you're noting that if you need to get the first page for some reason (like, say, legal case citation), you might have to deal with "1-5" or also with "1–5" (en-dash), or "1, 2, 3."
But is that really that hard a problem to solve?
I find the notion of having a page range and first page field quite odd and confusing.
<extent unit="page">
or<start>1299</start>
<end>1299</end>
</extent>
<extent unit="page">
Perhaps I'm a bit anal about my metadata, but I want to know which is the case; do I know the full extent or not? A first page is obviously PART of a range & I'm not suggesting three separate fields in the interface (for first page, range, and total number of pages). If anything, the interface for the page extent could resemble that of either the creator (choice of splitting the filed to clearly define the start and end pages of the extent vs. a freeform entry) and/or the date (hints to say how the field should be interpreted).<start>1299</start>
</extent>
I kind of gave up worrying about this one, given the variety of different kinds of page ranges, lists, etc. The RDF ontology just has a single "pages" property for that reason.
Right now, both one page articles & articles for which only starting pages are known are presented in the syntax you describe (the second MODS example).
But if you have the paper in front of you (or are working with an online database that differentiates a single page from a starting page), there'd be no reason not to enter the ending page field (the first MODS example). I guess you are no worse than bibtex in this regard. But with MODS & even RIS, one can tell the difference between an article that is definitely only a single page & articles that might or might not have more pages.
I'm not saying that RIS is the paragon to follow here (as you'd at least want to have multiple and/or interrupted extents, which RIS lacks).
I am saying that clearly differentiating start and end parts of an extent are useful semantically.
Hmm ... come to think of it, I think in the current version of the ontology we have both a single "pages" (for funky stuff) property and a pageStart and pageEnd. I guess that was our compromise ;-)