|
| 1 | +{ |
| 2 | + "@context": "http://iiif.io/api/presentation/3/context.json", |
| 3 | + "id": "{{ id.url }}", |
| 4 | + "type": "Manifest", |
| 5 | + "label": { "en": [ "Multimedia Canvas" ] }, |
| 6 | + "items": [ |
| 7 | + { |
| 8 | + "id": "{{ id.path }}/canvas", |
| 9 | + "type": "Canvas", |
| 10 | + "height": 31722, |
| 11 | + "width": 70399, |
| 12 | + "duration": 180, |
| 13 | + "items": [ |
| 14 | + { |
| 15 | + "id": "{{ id.path }}/page/p1/1", |
| 16 | + "type": "AnnotationPage", |
| 17 | + "items": [ |
| 18 | + { |
| 19 | + "id": "{{ id.path }}/annotation/p0001-image", |
| 20 | + "type": "Annotation", |
| 21 | + "motivation": "painting", |
| 22 | + "body": { |
| 23 | + "id": "https://iiif.io/api/image/3.0/example/reference/36ca0a3370db128ec984b33d71a1543d-100320001004/full/full/0/default.jpg", |
| 24 | + "type": "Image", |
| 25 | + "format": "image/jpeg", |
| 26 | + "height": 31722, |
| 27 | + "width": 70399, |
| 28 | + "service": [ |
| 29 | + { |
| 30 | + "id": "https://iiif.io/api/image/3.0/example/reference/36ca0a3370db128ec984b33d71a1543d-100320001004", |
| 31 | + "profile": "level1", |
| 32 | + "type": "ImageService3" |
| 33 | + } |
| 34 | + ] |
| 35 | + }, |
| 36 | + "target": "{{ id.path }}/canvas#t=11,42" |
| 37 | + }, |
| 38 | + { |
| 39 | + "id": "{{ id.path }}/annotation/p0002-video", |
| 40 | + "type": "Annotation", |
| 41 | + "motivation": "painting", |
| 42 | + "body": { |
| 43 | + "id": "https://fixtures.iiif.io/video/indiana/30-minute-clock/medium/30-minute-clock.mp4", |
| 44 | + "type": "Video", |
| 45 | + "height": 360, |
| 46 | + "width": 640, |
| 47 | + "duration": 1801.055, |
| 48 | + "format": "video/mp4" |
| 49 | + }, |
| 50 | + "target": "{{ id.path }}/canvas#xywh=1000,500,5000,6000&t=11,42" |
| 51 | + }, |
| 52 | + { |
| 53 | + "id": "{{ id.path }}/annotation/p0004-text", |
| 54 | + "type": "Annotation", |
| 55 | + "motivation": "painting", |
| 56 | + "body": { |
| 57 | + "type": "TextualBody", |
| 58 | + "format": "text/html", |
| 59 | + "value": "<p style='font-size:2000px'>Press Play</p>", |
| 60 | + "language": "en" |
| 61 | + }, |
| 62 | + "target": "{{ id.path }}/canvas#xywh=30200,10200,15000,5000&t=0,1" |
| 63 | + }, |
| 64 | + { |
| 65 | + "id": "{{ id.path }}/annotation/p0005-text", |
| 66 | + "type": "Annotation", |
| 67 | + "motivation": "painting", |
| 68 | + "body": { |
| 69 | + "type": "TextualBody", |
| 70 | + "format": "text/html", |
| 71 | + "value": "<p style='font-size:1500px'>In 10 seconds, this text will be replaced by a clock and an image. You will have 30 seconds (shown on the clock) in which to take notes on the image you see. After 30 seconds, the image will be replaced by the start screen. You will not be responsible for the part of the image covered by the clock.</p>", |
| 72 | + "language": "en" |
| 73 | + }, |
| 74 | + "target": "{{ id.path }}/canvas#xywh=20220,5000,30000,5000&t=1,11" |
| 75 | + }, |
| 76 | + { |
| 77 | + "id": "{{ id.path }}/annotation/p0006-text", |
| 78 | + "type": "Annotation", |
| 79 | + "motivation": "painting", |
| 80 | + "body": { |
| 81 | + "type": "TextualBody", |
| 82 | + "format": "text/html", |
| 83 | + "value": "<p style='font-size:2000px'>Close your browser</p>", |
| 84 | + "language": "en" |
| 85 | + }, |
| 86 | + "target": "{{ id.path }}/canvas#xywh=27000,10200,25000,5000&t=42,180" |
| 87 | + } |
| 88 | + ] |
| 89 | + } |
| 90 | + ] |
| 91 | + } |
| 92 | + ] |
| 93 | + } |
0 commit comments