-
Notifications
You must be signed in to change notification settings - Fork 3
Representing Open Content in Access Fields (Free to Read)
The Library downloads sets of Open Access records to enhance its collection. We want to be able to filter Open Access only records in the collection. These may be used by non-PSU people using our catalog, by professors who want to develop OA-centric reading lists and syllabi in order to promote reuse, etc. This also aligns with our strategic goal to promote open access.
Rather than add another sidebar filter for now, it makes sense to consider Open Access as another form of Access. We may test and change this later on. We will update Access to add the field "Free to REad" to "In the Library" "Online" "On Order."
Currently, we have a set of protocols for distinguishing between Open Access and things like government documents, which may be open by their nature. This indexing process will identify records which are the former.
We can identify these records using the values of two different MARC subfields. I don't know the best logical order in which to make these tests.
IF 506$2 == star
AND 856$7 == 0
THEN add Access == "Open Access"
These will also be Online access, since they're digital items.
Further description of the fields below.
MARC Field | description | expected value |
---|---|---|
506 subfield 2 | Field 506 records conditions on access. subfield 2 indicates source. We are tagging all these records with "star" in subfield 2. However, some others are tagged with it, so this value is not enough in itself | star |
856 subfield 7 | this subfield records the access status of a link (856). It uses 0, 1, u, z to record whether an item is open access. OA items are 0 . |
0 |
For now, we won't do a specialized display for these items. We may use this later on to do some kind of specialized display or flag.
Add to Access drop-down in Advanced Search.
Add to Access facet.
- Home
- Testing Documentation for Product Owner
- Components, Features, and Functions
- Library Faceting and Locations Management
- Advanced Search
- Browse Items By Library of Congress Call Number
- Browse by Subject, Author, and Title
- Availability Display
- Summary Holdings Display
- Holdings and Availability for Bound-Withs
- Holds and ILL
- Requesting Items with Aeon
- Course Reserves
- Google Books and HathiTrust Integration
- Bento Integration
- Indexing and Display
- Sources of Catalog Data
- Display Fields
- Title Fields
- Author and Creator Fields
- Thesis Department
- ISSNs and ISBNs
- URL Fields
- Publication and Edition Fields
- Material Characteristics Fields
- Language Fields
- Subject Fields
- Genre Fields
- Note Fields
- Serials
- Bound-Withs
- Formats
- Media Types
- Access Facet
- Open Access Facet
- Call Numbers
- OCLC Number
- LCCN
- Report Numbers
- Endowment Codes and Names
- Adding Linked to Request Scanning
- Summary Holdings Indexing
- My Account
- Tests
- Development Setup and Notes
- Deployment Notes