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

sequence Range with partial canvases #28

Open
tomcrane opened this issue Dec 27, 2018 · 3 comments
Open

sequence Range with partial canvases #28

tomcrane opened this issue Dec 27, 2018 · 3 comments
Labels
content: av Recipe involves temporal material generic meta: discuss Needs conversation and resolution structural

Comments

@tomcrane
Copy link
Contributor

sequence Range with partial canvases

(Provide link to index.md of the issue, if available. To be filled in after issue is created - you need the issue number!)

Use case

Likely to be an audio example... cut out the extraneous detail from a field recording.

@azaroth42 azaroth42 added generic content: av Recipe involves temporal material labels Nov 5, 2019
@kirschbombe kirschbombe added structural meta: discuss Needs conversation and resolution labels Jan 18, 2022
@brittnylapierre
Copy link

brittnylapierre commented Oct 24, 2024

Interested in seeing an example in JSON of what this would look like! I am not able to visualize this through reading the API spec myself. It might have applicability to some accessibility work I am doing.

Edit: In case it helps anyone else, an example was provided to me from the AV channel on Slack:

{
   "type": "Range",
   "id": "https://media.dlib.indiana.edu/media_objects/qn59qp839/manifest/range/r594d3a1b-5a72-4190-88d0-b8cb0071546c",
   "label": {"none": ["Part 1"] },
   "items": [
      {
         "type": "Canvas",
         "id": "https://media.dlib.indiana.edu/media_objects/qn59qp839/manifest/canvas/x920gh165#t=0.0,60.0"
      }
      ...
   ]
},

@brittnylapierre
Copy link

brittnylapierre commented Oct 24, 2024

I've created an example manifest here: https://upcdn.io/kW15cD4/raw/partial-ranges-nav.json

It provides a tagged-pdf like display for a manifest containing canvases of images: https://theseusviewer.org/?iiif-content=https%3A%2F%2Fupcdn.io%2FkW15cD4%2Fraw%2Fpartial-ranges-nav.json

More about tagged pdfs: https://taggedpdf.com/what-is-a-tagged-pdf/

@kirschbombe
Copy link
Contributor

Hi, @brittnylapierre - could you create a new issues for your use case and describe the use case in the description? I think the use case we had intended for this one is a bit different. You should feel free to create new issues for any recipe ideas you have :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content: av Recipe involves temporal material generic meta: discuss Needs conversation and resolution structural
Projects
None yet
Development

No branches or pull requests

4 participants