Skip to content

Commit

Permalink
Merge branch 'master' into 309-annotation-collections
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson authored Jan 12, 2025
2 parents 4cd8739 + 7b1b874 commit 3247eb6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion recipe/0234-provider/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"logo": [
{
"id": "https://iiif.library.ucla.edu/iiif/2/UCLA-Library-Logo-double-line-2/full/full/0/default.png",
"id": "https://iiif.library.ucla.edu/iiif/2/UCLA-Library-Logo-double-line-2/full/max/0/default.png",
"type": "Image",
"service": [
{
Expand Down
2 changes: 2 additions & 0 deletions recipe/0266-full-canvas-annotation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ The semantic of annotating the full Canvas as a whole can be specified by either

This example Manifest contains an embedded Annotation containing the text "Göttinger Marktplatz mit Gänseliesel Brunnen" with the motivation `commenting` targeting the whole Canvas. The Annotation is the single content of an Annotation Page contained in the `annotations` property of the Canvas.

Note that viewers may not add a visual indicator of the Annotation when it targets the Canvas as a whole, or may only add it under certain circumstances, such as when targeting with a fragment.

{% include manifest_links.html viewers="Mirador,Annona,Glycerine Viewer, Theseus" manifest="manifest.json" %}

{% include jsonviewer.html src="manifest.json" config='data-line="44-63"' %}
Expand Down
2 changes: 1 addition & 1 deletion recipe/0346-multilingual-annotation-body/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://iiif.io/api/image/3.0/example/reference/36ca0a3370db128ec984b33d71a1543d-100320001004/full/full/0/default.jpg",
"id": "https://iiif.io/api/image/3.0/example/reference/36ca0a3370db128ec984b33d71a1543d-100320001004/full/max/0/default.jpg",
"type": "Image",
"format": "image/jpeg",
"height": 31722,
Expand Down
2 changes: 1 addition & 1 deletion recipe/0434-choice-av/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{
"id": "https://fixtures.iiif.io/audio/ucla/egbe-iyawo-ucla.mp3",
"type": "Sound",
"format": "audio/mp3",
"format": "audio/mpeg",
"duration": 16.0,
"label": {
"en": ["MP3"]
Expand Down
2 changes: 1 addition & 1 deletion recipe/0489-multimedia-canvas/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://iiif.io/api/image/3.0/example/reference/36ca0a3370db128ec984b33d71a1543d-100320001004/full/full/0/default.jpg",
"id": "https://iiif.io/api/image/3.0/example/reference/36ca0a3370db128ec984b33d71a1543d-100320001004/full/max/0/default.jpg",
"type": "Image",
"format": "image/jpeg",
"height": 31722,
Expand Down

0 comments on commit 3247eb6

Please sign in to comment.