Collections of records in the catalog: Difference between revisions

(Finished through "incunabula")
m (Added image)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Draft}}
[[File:CatalogSearchBox.png|alt=search box plus "Narrow by collection" list with five top-level entries|thumb|Screenshot of the central portion of the landing page for the Folger catalog]]
The catalog's main search box searches within all the categories and subcategories listed in the "Narrow by collection" section below it, and ''only'' within that set of records. In other words, before a record can be found in the catalog, it must be assigned to a "collection" of catalog records. In most cases, the assignment is done by machine, based on standard coding within the record's MARC data. "Subscription databases" is the exception. There is no machine-readable MARC code for them, so catalogers need to add the abbreviation "DB" to a non-displaying field by hand.
The catalog's main search box searches within all the categories and subcategories listed in the "Narrow by collection" section below it, and ''only'' within that set of records. In other words, before a record can be found in the catalog, it must be assigned to a "collection" of catalog records. In most cases, the assignment is done by machine, based on standard coding within the record's MARC data. "Subscription databases" is the exception. There is no machine-readable MARC code for them, so catalogers need to add the abbreviation "DB" to a non-displaying field by hand.


==Collection tree==
==Collection tree==
The list of categories and subcategories within a [[:Category:TIND ILS]] catalog is known as the "Collection tree." Each branch on the tree uses a customizable search query that automatically pulls records into that collection. In most cases, the query is a Regular Expression that searches coded data in the MARC record.
The list of categories and subcategories within a [[:Category:TIND ILS]] catalog is known as the "Collection tree." Each branch on the tree uses a customizable search query that automatically pulls records into that collection. In most cases, the query is a Regular Expression that searches coded data in the MARC record. For a more user-friendly explanation of the contents of each collection than what's given here, follow the link for each collection's name.
*'''Books & Serials''' consists of all records in the following subcategories
*'''Books & Serials''' consists of all records in the following subcategories:
**'''[https://catalog.folger.edu/search?cc=Incunabula&ln=en&c=Incunabula Incunabula]'''<br>''Query'': 000:/^.{6}[ace]./ AND (008:/^.{7}1500./ OR 008:/^.{7}14./)<br>''Explanation'': All records where byte 6 of the [https://www.loc.gov/marc/bibliographic/bdleader.html MARC Leader] is a, c, or e (that is, Type of Record = Language material, Notated music, or Cartographic material) AND where either of these is true: bytes 7-10 of the [https://www.loc.gov/marc/bibliographic/bd008a.html MARC 008] are "1500" or bytes 7 and 8 are "14" (that is, the year of creation of the original resource is either the year 1500, or any year from the 1400s)
**'''[https://catalog.folger.edu/search?cc=Incunabula&ln=en&c=Incunabula Incunabula]'''<br>''Query'': 000:/^.{6}[ace]./ AND (008:/^.{7}1500./ OR 008:/^.{7}14./)<br>''Explanation'': All records where byte 6 of the [https://www.loc.gov/marc/bibliographic/bdleader.html MARC Leader] is a, c, or e (that is, Type of Record = Language material, Notated music, or Cartographic material) AND where either of these is true: bytes 7-10 of the [https://www.loc.gov/marc/bibliographic/bd008a.html MARC 008] are "1500" or bytes 7 and 8 are "14" (that is, the year of creation of the original resource is either the year 1500, or any year from the 1400s)
**STC imprints
**'''[https://catalog.folger.edu/collection/STC%20imprints?ln=en STC imprints''']<br>''Query'': 000:/^.{6}[ace]./ AND (008:/^.{7}1[45]./ OR 008:/^.{7}16[0123]./ OR 008:/^.{7}1640./) AND (008:/^.{35}eng./ OR 008:/^.{17}k./ OR 008:/^.{15}ie./)<br>''Explanation'': (to come)
**Wing imprints
**'''[https://catalog.folger.edu/collection/Wing%20imprints?ln=en Wing imprints]'''<br>''Query'': 000:/^.{6}[ace]./ AND (008:/^.{7}164[1-9]./ OR 008:/^.{7}16[5-9]./ OR 008:/^.{7}1700./) AND (008:/^.{35}eng./ OR 008:/^.{17}[ku]./ OR 008:/^.{15}ie./)<br>''Explanation'': (to come)
**Pre-1831 imprints
**'''[https://catalog.folger.edu/collection/Pre-1831%20imprints?ln=en Pre-1831 imprints]'''<br>''Query'': 000:/^.{6}[ace]./ AND (008:/^.{7}1[4-7]./ OR 008:/^.{7}18[0-2]./ OR 008:/^.{7}1830./)<br>''Explanation'': (to come)
**Post-1830 imprints
**'''[https://catalog.folger.edu/collection/Post-1830%20imprints?ln=en Post-1830 imprints]'''<br>''Query'': 000:/^.{6}[ace]./ AND (008:/^.{7}183[u1-9]./ OR 008:/^.{7}18[4-9]./ OR 008:/^.{7}19./ OR 008:/^.{7}2./)<br>''Explanation'': (to come)
**Serials
**'''[https://catalog.folger.edu/collection/Serials?ln=en Serials]'''<br>''Query'': 000:/^.{6}a./ AND 000:/^.{7}[bs]./<br>''Explanation'': (to come)
**All imprints
**'''[https://catalog.folger.edu/collection/All%20imprints?ln=en All imprints]'''<br>''Query'': 000:/^.{6}[ace]./<br>''Explanation'': (to come)
*Art & Objects
*'''Art & Objects''' consists of all records in the following subcategories:
**Prints
**'''[https://catalog.folger.edu/collection/Prints?ln=en Prints]'''<br>''Query'': 000:/^.{6}k./ AND 007:/^.{1}[fjkps]./<br>''Explanation'': (to come)
**Photos
**'''[https://catalog.folger.edu/collection/Photos?ln=en Photos]'''<br>''Query'': 000:/^.{6}k./ AND 007:/^.{1}[ghv]./<br>''Explanation'': (to come)
**Drawings
**'''[https://catalog.folger.edu/collection/Drawings?ln=en Drawings]'''<br>''Query'': 000:/^.{6}k./ AND 007:/^.{1}[dl]./<br>''Explanation'': (to come)
**Paintings
**'''[https://catalog.folger.edu/collection/Paintings?ln=en Paintings]'''<br>''Query'': ((000:/^.{6}k./ AND 007:/^.{1}e./) OR (000:/^.{6}k./ AND 007:/^.{1}d.c./))<br>''Explanation'': (to come)
**Pictures all types
**'''[https://catalog.folger.edu/collection/Pictures%20all%20types?ln=en All pictures]'''<br>''Query'': 000:/^.{6}k./<br>''Explanation'': (to come)
**Objects
**'''[https://catalog.folger.edu/collection/Objects?ln=en Objects]'''<br>''Query'': 000:/^.{6}r./<br>''Explanation'': (to come)
*Manuscripts
*'''Manuscripts''' consists of all records in the following subcategories:
**Pre-1701 manuscripts
**'''[https://catalog.folger.edu/collection/Pre-1701%20manuscripts?ln=en Pre-1701 manuscripts]'''<br>''Query'': 000:/^.{6}[dft]./ AND (008:/^.{7}1700./ OR 008:/^.{7}1[0-6]./)<br>''Explanation'': (to come)
**Post-1700 manuscripts
**'''[https://catalog.folger.edu/collection/Post-1700%20manuscripts?ln=en Post-1700 manuscripts]'''<br>''Query'': 000:/^.{6}[dft]./ AND (008:/^.{7}170[1-9]./ OR 008:/^.{7}17[u1-9]./ OR 008:/^.{7}1[8-9]./ OR 008:/^.{7}2./)<br>''Explanation'': (to come)
**All manuscripts
**'''[https://catalog.folger.edu/collection/All%20manuscripts?ln=en All manuscripts]'''<br>''Query'': 000:/^.{6}[dft]./<br>''Explanation'': (to come)
*Other formats
*'''Other formats''' consists of all records in the following subcategories:
**Computer files
**'''[https://catalog.folger.edu/collection/Computer%20files?ln=en Computer files]'''<br>''Query'': 000:/^.{6}m./<br>''Explanation'': (to come)
**Maps & atlases
**'''[https://catalog.folger.edu/collection/Maps%20%26%20atlases?ln=en Maps & atlases]'''<br>''Query'': 000:/^.{6}[ef]./<br>''Explanation'': (to come)
**Mixed format collections
**'''[https://catalog.folger.edu/collection/Mixed%20format%20collections?ln=en Mixed format collections]'''<br>''Query'': 000:/^.{6}p./<br>''Explanation'': (to come)
**Movies, videos, TV, etc.
**'''[https://catalog.folger.edu/collection/Movies%2C%20videos%2C%20TV%2C%20etc.?ln=en Movies, videos, TV, etc.]'''<br>''Query'': 000:/^.{6}g./<br>''Explanation'': (to come)
**Music (print & manuscript)
**'''[https://catalog.folger.edu/collection/Music%20%28print%20%26%20manuscript%29?ln=en Music (print & manuscript)]'''<br>''Query'': 000:/^.{6}[cd]./<br>''Explanation'': (to come)
**Sound recordings
**'''[https://catalog.folger.edu/collection/Sound%20recordings?ln=en Sound recordings]'''<br>''Query'': 000:/^.{6}[ij]./<br>''Explanation'': (to come)
*Subscription databases
*'''[https://catalog.folger.edu/collection/Subscription%20databases?ln=en Subscription databases]'''<br>''Query'': 980:"DB"<br>''Explanation'': (to come)




[[Category:Catalog]]
[[Category:Catalog]]
[[Category:TIND ILS]]
[[Category:TIND ILS]]

Revision as of 17:44, 17 February 2023

search box plus "Narrow by collection" list with five top-level entries
Screenshot of the central portion of the landing page for the Folger catalog

The catalog's main search box searches within all the categories and subcategories listed in the "Narrow by collection" section below it, and only within that set of records. In other words, before a record can be found in the catalog, it must be assigned to a "collection" of catalog records. In most cases, the assignment is done by machine, based on standard coding within the record's MARC data. "Subscription databases" is the exception. There is no machine-readable MARC code for them, so catalogers need to add the abbreviation "DB" to a non-displaying field by hand.

Collection tree

The list of categories and subcategories within a Category:TIND ILS catalog is known as the "Collection tree." Each branch on the tree uses a customizable search query that automatically pulls records into that collection. In most cases, the query is a Regular Expression that searches coded data in the MARC record. For a more user-friendly explanation of the contents of each collection than what's given here, follow the link for each collection's name.

  • Books & Serials consists of all records in the following subcategories:
    • Incunabula
      Query: 000:/^.{6}[ace]./ AND (008:/^.{7}1500./ OR 008:/^.{7}14./)
      Explanation: All records where byte 6 of the MARC Leader is a, c, or e (that is, Type of Record = Language material, Notated music, or Cartographic material) AND where either of these is true: bytes 7-10 of the MARC 008 are "1500" or bytes 7 and 8 are "14" (that is, the year of creation of the original resource is either the year 1500, or any year from the 1400s)
    • STC imprints
      Query: 000:/^.{6}[ace]./ AND (008:/^.{7}1[45]./ OR 008:/^.{7}16[0123]./ OR 008:/^.{7}1640./) AND (008:/^.{35}eng./ OR 008:/^.{17}k./ OR 008:/^.{15}ie./)
      Explanation: (to come)
    • Wing imprints
      Query: 000:/^.{6}[ace]./ AND (008:/^.{7}164[1-9]./ OR 008:/^.{7}16[5-9]./ OR 008:/^.{7}1700./) AND (008:/^.{35}eng./ OR 008:/^.{17}[ku]./ OR 008:/^.{15}ie./)
      Explanation: (to come)
    • Pre-1831 imprints
      Query: 000:/^.{6}[ace]./ AND (008:/^.{7}1[4-7]./ OR 008:/^.{7}18[0-2]./ OR 008:/^.{7}1830./)
      Explanation: (to come)
    • Post-1830 imprints
      Query: 000:/^.{6}[ace]./ AND (008:/^.{7}183[u1-9]./ OR 008:/^.{7}18[4-9]./ OR 008:/^.{7}19./ OR 008:/^.{7}2./)
      Explanation: (to come)
    • Serials
      Query: 000:/^.{6}a./ AND 000:/^.{7}[bs]./
      Explanation: (to come)
    • All imprints
      Query: 000:/^.{6}[ace]./
      Explanation: (to come)
  • Art & Objects consists of all records in the following subcategories:
    • Prints
      Query: 000:/^.{6}k./ AND 007:/^.{1}[fjkps]./
      Explanation: (to come)
    • Photos
      Query: 000:/^.{6}k./ AND 007:/^.{1}[ghv]./
      Explanation: (to come)
    • Drawings
      Query: 000:/^.{6}k./ AND 007:/^.{1}[dl]./
      Explanation: (to come)
    • Paintings
      Query: ((000:/^.{6}k./ AND 007:/^.{1}e./) OR (000:/^.{6}k./ AND 007:/^.{1}d.c./))
      Explanation: (to come)
    • All pictures
      Query: 000:/^.{6}k./
      Explanation: (to come)
    • Objects
      Query: 000:/^.{6}r./
      Explanation: (to come)
  • Manuscripts consists of all records in the following subcategories:
    • Pre-1701 manuscripts
      Query: 000:/^.{6}[dft]./ AND (008:/^.{7}1700./ OR 008:/^.{7}1[0-6]./)
      Explanation: (to come)
    • Post-1700 manuscripts
      Query: 000:/^.{6}[dft]./ AND (008:/^.{7}170[1-9]./ OR 008:/^.{7}17[u1-9]./ OR 008:/^.{7}1[8-9]./ OR 008:/^.{7}2./)
      Explanation: (to come)
    • All manuscripts
      Query: 000:/^.{6}[dft]./
      Explanation: (to come)
  • Other formats consists of all records in the following subcategories:
  • Subscription databases
    Query: 980:"DB"
    Explanation: (to come)