Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iconography should be a faceted index #17

Open
emylonas opened this issue May 21, 2024 · 2 comments
Open

iconography should be a faceted index #17

emylonas opened this issue May 21, 2024 · 2 comments
Assignees

Comments

@emylonas
Copy link

No description provided.

@emylonas
Copy link
Author

Have made 2 facets: 1 that is derived from the iconographic categories and one that lists the iconographic items. At the moment, it serves to demonstrate what is possible. In order to fill the facets out properly, it will be necessary to:

  1. break out the <rs type="iconography" ...> values which are multivalent into individual <rs> elements. for ex.
<rs type="iconography" ref="AbrahamSacrificeAngel">Sacrifice of Abraham, Angel</rs>

should be

<rs type="iconography" ref="Abraham">Abraham</rs>
<rs type="iconography" ref="AbrahamSacrifice">Sacrifice of Abraham</rs>
<rs type="iconography" ref="Angel">Angel</rs>

I'm not sure about the descriptive text, it might be ok to include more information. But that can be tested.

There is a Google spreadsheet with the iconography values that are used in the inscription xml and in the authority file.

  1. Work with the structure of the authority file and the categories of iconography.

@emylonas
Copy link
Author

emylonas commented Dec 5, 2024

In inscription display - only show the first <rs type="iconography">
the rest will be indexed and used in Search

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant