Brown-University-Library / ttwr

This is the django app that runs the Theater That Was Rome project website.
1 stars 5 forks source link

prints that are implicit sets #244

Closed emylonas closed 7 years ago

emylonas commented 7 years ago

viewer should have option that allows 1st child to be displayed, no thumbs in viewer window.

EM checks all prints that are implicit sets to make sure that we only want 1st child.

Ben enhances viewer code

Zak calls that code from print view.

emylonas commented 7 years ago

implicit set prints bdr:590500 bdr:590503 bdr:590507 bdr:590494 bdr:590497 bdr:590485 bdr:590488 bdr:590491 bdr:697773 bdr:381057 bdr:381090 bdr:381072 bdr:381069 bdr:381075 bdr:381078 bdr:381081 bdr:381063 bdr:381060 bdr:381066 bdr:381084 bdr:381087

emylonas commented 7 years ago

All of these prints need only display the first child object.

However, bdr:697773 is not a print, it's a book that is full of prints. The MODS has the following:

<mods:typeOfResource>still image</mods:typeOfResource>
    <mods:genre authority="aat">engravings (prints)</mods:genre>
    <mods:genre authority="aat">books</mods:genre>

I think TTWR is unhappy with the order. the BDR treats this like a book, and also sorts the <mods:genre> values for display. I changed the order in the MODS curation editor. Waiting for approval and see if the print is transformed to a book... @bcail

bcail commented 7 years ago

Fixed in #248. Now it only shows the first item of a multi-item print. Maybe, if needed, we could use a new issue to address the bdr:697773 issue?