tify icon indicating copy to clipboard operation
tify copied to clipboard

Show different IIIF manifest structures

Open j-panzer opened this issue 3 years ago • 6 comments

For the NLH AHN project (Historical Newspapers) we need to show different structures. The IIIF Presentation API doesn't support this, but we could create specific manifests, which reflects a specific view, so that we can support navigation over different structure types.

  1. Page based: As usual via pages and logical Structural elements.
  2. Articles based: Via articles, whereby not whole pages, but the scans of the page excerpts of the articles are to be displayed. An article then consists of one scan or a sequence of scans, which can then be used to navigate (previous/next section, start of article (previous/next excerpt, beginning of article, previous/next article).

The first question is which component could help to solve this problem? Choose a structure from the hit-list and open it in TIFY with the specific manifest or switch from TIFY. In the latter case, how should TIFY know about the different structures?

Any ideas are welcome :)

j-panzer avatar Feb 10 '22 12:02 j-panzer

As you already mentioned, the IIIF API does not support this, so it is probably outside of TIFY's scope of responsibility. It is not possible to modify the manifest after it has been loaded.

However, I am not sure that I understand correctly what you are trying to achieve. Could you add a bit more information about your specific use case, maybe add a link?

t11r avatar Feb 15 '22 10:02 t11r

We have the page view, where whole pages are displayed (common case). For an additional article-based view, the page parts of an article (excerpts belonging to an article) were scanned. So we have different sets of images. Both views have the usual navigation (previous/next page, beginning section, next/previous section, start page), which is described in the manifest.

Question: I would like to ask whether it is possible to pass multiple manifests to TIFY so that it is possible to switch between the views (e.g. via toggle)?

Feature: This might also be interesting, for example, to display different records at the same time side by side, e.g. as an additional feature of TIFY.

j-panzer avatar Feb 17 '22 08:02 j-panzer

Multiple manifest would be a use case for a IIIF collection, which will be supported with one of the next releases. With the upcoming release (hopefully within a few days), replacing the manifest is already possible though.

The upcoming release also supports multiple instances, so different manifests can be shown side by side.

t11r avatar Feb 17 '22 15:02 t11r

Please check out the latest release and let us know if this addresses this issue.

t11r avatar Apr 07 '22 14:04 t11r

Has this been resolved?

t11r avatar Aug 31 '22 13:08 t11r

@paulpestov will talk to @j-panzer

ipf avatar Sep 01 '22 12:09 ipf

Hi, sorry for the late reply. Yes, multiple instances and thus the possibility to display multiple manifests meets our (NLH AHN project) requirements. Thanks!

j-panzer avatar Sep 06 '22 10:09 j-panzer