You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the OAI-PMH feed includes attachments that we will never want to share. Types of files we don't want to share include OCR, HOCR, TEI, transcripts, and OBJs. Basically we only want the parent "Work" to be included directly and all files attached to the work should be left off.
In addition to this filtering, we need to be able to either directly include links to the object and links to the thumbnail image in the OAI-PMH or be able to generate this from an identifier that will be included in the OAI-PMH.
Acceptance Criteria
Only parent works are present in the OAI-PMH feed
All works included in the feed have a link to the work record and a link to the thumbnail image as they will be structured on the live site for all metadata formats (both oai_dc and mods)
Screenshots / Video
Here is an example of the object and thumbnail links in MODS on Islandora for reference so that this can be easily added:
<location>
<physicalLocation valueURI="http://id.loc.gov/authorities/names/no2014027633">University of Tennessee, Knoxville. Special
Collections</physicalLocation>
<url access="object in context" usage="primary
display">https://digital.lib.utk.edu/collections/islandora/object/acwiley%3A319</url>
<url access="preview">https://digital.lib.utk.edu/collections/islandora/object/acwiley%3A319/datastream/TN/view</url>
</location>
Story
Currently the OAI-PMH feed includes attachments that we will never want to share. Types of files we don't want to share include OCR, HOCR, TEI, transcripts, and OBJs. Basically we only want the parent "Work" to be included directly and all files attached to the work should be left off.
In addition to this filtering, we need to be able to either directly include links to the object and links to the thumbnail image in the OAI-PMH or be able to generate this from an identifier that will be included in the OAI-PMH.
Acceptance Criteria
Screenshots / Video
Here is an example of the object and thumbnail links in MODS on Islandora for reference so that this can be easily added:
Note that
<physicalLocation>
has to come before<url>
for the MODS to be follow the schema - https://www.loc.gov/standards/mods/userguide/location.htmlHere are samples of records that should NOT appear in the feed:
Testing Instructions and Sample Files
Notes
The text was updated successfully, but these errors were encountered: