Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Why would you need to include number of pages in a report?

-needed for physical collections inventory

-number of pages indicates roughly how big the book is

...

  • physical collections inventory 
  • planning collection shifts, especially when books are not located together and direct measurement (linear feet) is not feasible
  • estimating the number of trucks needed to move materials to the Annex or another location
  • doing tracers; height of volume and number of pages give an approximation of the size of the item being searched for
  • counting the number of exposures needed to scan or copy a book


Where are page number data fields stored?-number of pages is

-Subfield A 

...

  • in the MARC record, field 300, subfield a 

...

  • page numbers are also extracted

...

  • from the folio_inventory.instance table jsonb array and written to the instance_physical_descriptions derived table. See derivation code for this table.

...

  • NOTE: Some

...

  • electronic resources have a 300 field subfield a showing page numbers, if the original form of the work was print material

This example below shows 236 pages in the item, which is an electronic resources. If your query is only pulling items from a physical location, you should not get any electronic resources. However, it is good to be aware that the physical description may include

...