51 Matching Annotations
  1. Oct 2023
    1. route

      Could we use pattern or template? I feel like "route" is a programmer term, and we're speaking to technical users, but not programmers, here. (Picture your favorite medievalist.)

    2. https://iiif.archive.org/iiif/3/leedsuniversitylibrary/4/collection.json3000-3775

      Adding appendix-y sorts of material after this will wrap up the page nicely, too.

    3. In order to get the remaining items

      How can you tell?

      If the bottom of the collection has ""Page 2 of 4" then you have a paginated collection. Many IIIF viewers will ????

    4. we've create a route that generates

      Can we just say "we generate"

      I'm against using "route" to non-programmers.

      (and if we keep this, create needs to be created)

    5. More than one IIIF manifests can be formally grouped into what is called a "collection" manifest.

      I'd change this to: A group of more than one IIIF manifests is called a collection.<br /> and then combine it with the following paragraph.

      Otherwise it's sort of a technical concept hanging out by itself, which this isn't the place for -- folks reading this aren't creating their own collection manifests, they are using the collection manifests that are generated from IA's collecitons.

    6. https://iiif.archive.org/iiif

      Although I might mention this in the collections section as a "look, the entire internet archive is a collection" sort of thing.

    7. The manifest URL can also be used with the version number removed (https://iiif.archive.org/iiif/:id/manifest.json),

      This looks weird in my browser -- URL formatting overlaps with the text above it.

    8. There are some edge cases where rare file types are not represented in the IIIF presentation manifest. If you encounter an item where you think this may be the case, contact support.

      Or open an issue?

    9. Presentation API

      So.... is Presentation after Image the right order? I know it's how we always do it, but if you're not an implementer, I'm not sure it's the right order. The manifest is really the thing most folks interact with.

      And it sort of solves the image vs AV problem I pointed out in Getting Started.

    10. One such tool is Glen Robson's Canvas Finder, which takes as input a Manifest URL (see below for how to find that).

      And returns....

      And returns a URL to the specified manipulated section of the image (?)

    11. https://iiif.archive.org/image/iiif/3/img-8664_202009%2FIMG_8664.jpg/info.json

      ok, I really hate where this one broke! Not on the hyphen, on a /, please.

    12. {scheme}://{server}{/prefix}/{identifier}/{region}/{size}/{rotation}/{quality}.{format}

      Can we break this at a different point? I kind of like prefix on the first line and identifier on the 2nd.

      (Wish it didn't have to be broken across lines at all.)

    13. Getting started

      This whole section gets a bit confusing -- how much of it is about images and how much about AV? It's written to be about images, with AV tucked into the first paragraph...

      Maybe differentiate in this Getting Started section, pointing AV users to the Items section below and book/image folks to the image api??

    14. see our announcement blog post, Making IIIF Official at the Internet Archive.

      How about "see our Making IIIF Official at the Internet Archive announcement"

    15. The goal of IIIF is interoperability: to make an institution's image and audio/visual openly accessible resources available and easily reusable in a variety of web viewers and players without the need for any special plugins or software.

      I feel like either here or the previous section should mention "open source"

  2. May 2021
  3. Apr 2019
  4. Oct 2017
  5. Nov 2016
  6. Jul 2016
    1. RangeSelector: this what we had we had until now: a pair (for start and end) of XPaths pointing to the DOM elements, and the string offsets inside them. TextPositionSelector: this is a pair of string offsets, marking the start and end of the selected text in the character string representing the whole document. TextQuoteSelector: this selector stores three strings: exact: the selected text itself prefix: the (32-char long) text immediately before the selected text suffix: the (32-char long) text immediately after the selected text

      An API Call to an annotation will show these values.

    1. Now you have the extension up and running. It's time to start annotating some documents.

      Hypothesis annotates highlighted sections of documents. It has tags, and the ability to make an annotation private or public.