diff --git a/Jacob/README.md b/Jacob/README.md new file mode 100644 index 0000000000000000000000000000000000000000..4b85651de151de26a61c9fd265cb849d6d3bc78b --- /dev/null +++ b/Jacob/README.md @@ -0,0 +1,31 @@ +# Une collection de réseaux de manifestes pour tester + +- Je fais ces explications pour réfleshir tout fort ce qui me permet de mieux comprendre ce que je fais et aussi pour communiquer où j'en suis. +- Je propose quelques examples qui augementent en complexité. +- A savoir je procède de la manière suivante : j'ai crée [une interface](https://github.com/jdchart/spider) qui permet de créer des structures réseaux simple (noeuds + liens) où chaque élément à une dimension temporelle. +- Je part de cette structure et je la transpose en manifest(s). +- Normalement, il y a juste à glisser ce qui sort de cette interface dans le dossier `www` de [POC-mirador](https://gitlab.tetras-libre.fr/iiif/POC-mirador) et tout doit fonctionner. +- A savoir, ils partgent tous le même dossier `media` pour éviter de multiplier les ressources. +- Pour chaque example, je donne aussi le fichier original comme référence dans le dossier [originals](/Jacob/originals/) + +## [single-video](/Jacob/www/single-video/) + +- Rien de très compliqué, une vidéo qui doit s'afficher et être lu du début à la fin. + +## [video-with-image-annotation](/Jacob/www/video-with-image-annotation) + +- Là on a deux images qui viennent annoter la vidéo. +- J'aurais voulu que ça s'affiche en dessous de la vidéo. +- Vous allez voir que tout est niveau dimensions du canvas et positions des images, et elles s'affichent même au bon endroit, **EN REVENCHE** j'ai beau tenter plein de trucs, Mirador semble toujours garder l'aspect ratio du 1er element de ses `"items"`, du coup on voit pas les annotations. +- **NB** : quand on change l'aspect ratio du navigateur on voit du coup, comme ceci: + + + + + +- On voit aussi le lien "Go to Manifest" pour chaque annotation. +- On est à 2 pas de pouvoir les ouvrir dans une autre fenetre dans Mirador... + +## [video-with-annotations-infra](/Jacob/www/video-with-annotations-infra) + +- En cours... J'essaye de faire apparaitre du SVG à partir de [cette ressource](https://iiif.io/api/cookbook/recipe/0261-non-rectangular-commenting/) mais ça marche pas pour l'instant... \ No newline at end of file diff --git a/Jacob/originals/single-video.json b/Jacob/originals/single-video.json new file mode 100644 index 0000000000000000000000000000000000000000..f5caa2ad5ff403b9545e99644e36b2cec51c18d0 --- /dev/null +++ b/Jacob/originals/single-video.json @@ -0,0 +1,85 @@ +{ + "meta": { + "name": "COESO Project (silences)", + "filename": "single-video", + "UUID": "00000000-0000-0000-0000-000000000000", + "folderPath": "http://localhost:9000/data/single-video/", + "localMediaPath" : "http://localhost:9000/data/media/", + "explodeManifest": false + }, + "nodes": [ + { + "hideEditor": false, + "hideEditorNodes": false, + "name": "Dancing Philosophy - Solos improvisés", + "UUID": "255d8188-df07-42d3-8b45-2f0ecc000b4e", + "color": "#4287f5", + "type": "video", + "time": { + "timed": true, + "start_relative": 0, + "end_relative": 1, + "start_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 0, + "seconds": 0 + }, + "end_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 7, + "seconds": 41 + } + }, + "nodes": [], + "data": { + "fields": [ + { + "key": "link", + "label": "Link", + "inputType": "text", + "value": "Dancing_Philosophy_Solos_improvises.mp4" + }, + { + "key": "linkType", + "label": "Link Type", + "inputType": "dropdown", + "value": "Local", + "options": [ + "Local", + "Online" + ] + }, + { + "key": "type", + "label": "Type", + "inputType": "dropdown", + "value": "mp4", + "options": [ + "mp4" + ] + }, + { + "key": "dims", + "label": "Dimensions (x, y, w, h)", + "inputType": "numList", + "value": [ + 0, + 0, + 1280, + 720 + ] + } + ] + } + } + ], + "edges": [], + "groups": [], + "UUID": "769dc509-f033-4f8f-8ab6-1fba01cbd5e2" +} \ No newline at end of file diff --git a/Jacob/originals/video-with-annotations-infra.json b/Jacob/originals/video-with-annotations-infra.json new file mode 100644 index 0000000000000000000000000000000000000000..3c78b07c93049b439ed5a2d91a944e4d71e20b2c --- /dev/null +++ b/Jacob/originals/video-with-annotations-infra.json @@ -0,0 +1,443 @@ +{ + "meta": { + "name": "COESO Project (silences)", + "filename": "video-with-annotations-infra", + "UUID": "00000000-0000-0000-0000-000000000000", + "folderPath": "http://localhost:9000/data/video-with-annotations-infra/", + "localMediaPath": "http://localhost:9000/data/media/", + "explodeManifest": false + }, + "nodes": [ + { + "hideEditor": false, + "hideEditorNodes": false, + "name": "Dancing Philosophy - Solos improvisés", + "UUID": "255d8188-df07-42d3-8b45-2f0ecc000b4e", + "color": "#4287f5", + "type": "video", + "time": { + "timed": true, + "start_relative": 0, + "end_relative": 1, + "start_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 0, + "seconds": 0 + }, + "end_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 7, + "seconds": 41 + } + }, + "nodes": [ + { + "hideEditor": true, + "hideEditorNodes": false, + "name": "Moment de silence 1", + "UUID": "e3d73c64-2ed0-4162-be29-bc6a441e1823", + "type": "text", + "color": "#d9a389", + "time": { + "timed": true, + "start_relative": 0.049891540130151846, + "end_relative": 0.05639913232104121, + "start_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 0, + "seconds": 23 + }, + "end_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 0, + "seconds": 26 + } + }, + "nodes": [], + "data": { + "fields": [ + { + "key": "text", + "label": "Text", + "inputType": "text", + "value": "Silence..." + }, + { + "key": "dims", + "label": "Dimensions (x, y, w, h)", + "inputType": "numList", + "value": [ + 0, + 0, + 0, + 0 + ] + } + ] + } + }, + { + "hideEditor": true, + "hideEditorNodes": false, + "name": "Moment de silence 2", + "UUID": "7f6cf244-ad62-4b68-b4d3-f4918bd8a35d", + "type": "text", + "color": "#d9a389", + "time": { + "timed": true, + "start_relative": 0.08893709327548807, + "end_relative": 0.09544468546637744, + "start_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 0, + "seconds": 41 + }, + "end_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 0, + "seconds": 44 + } + }, + "nodes": [], + "data": { + "fields": [ + { + "key": "text", + "label": "Text", + "inputType": "text", + "value": "Silence..." + }, + { + "key": "dims", + "label": "Dimensions (x, y, w, h)", + "inputType": "numList", + "value": [ + 0, + 0, + 0, + 0 + ] + } + ] + } + }, + { + "hideEditor": true, + "hideEditorNodes": false, + "name": "Moment de silence 3", + "UUID": "4896c8b2-c711-4ff0-9d85-1679e0276ef8", + "type": "text", + "color": "#d9a389", + "time": { + "timed": true, + "start_relative": 0.1193058568329718, + "end_relative": 0.12364425162689804, + "start_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 0, + "seconds": 55 + }, + "end_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 0, + "seconds": 57 + } + }, + "nodes": [], + "data": { + "fields": [ + { + "key": "text", + "label": "Text", + "inputType": "text", + "value": "Silence..." + }, + { + "key": "dims", + "label": "Dimensions (x, y, w, h)", + "inputType": "numList", + "value": [ + 0, + 0, + 0, + 0 + ] + } + ] + } + }, + { + "hideEditor": true, + "hideEditorNodes": false, + "name": "Moment de silence 4", + "UUID": "3f0e86c9-2a38-4916-9296-38310be27c91", + "type": "text", + "color": "#d9a389", + "time": { + "timed": true, + "start_relative": 0.15184381778741865, + "end_relative": 0.15835140997830802, + "start_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 1, + "seconds": 10 + }, + "end_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 1, + "seconds": 13 + } + }, + "nodes": [], + "data": { + "fields": [ + { + "key": "text", + "label": "Text", + "inputType": "text", + "value": "Silence..." + }, + { + "key": "dims", + "label": "Dimensions (x, y, w, h)", + "inputType": "numList", + "value": [ + 0, + 0, + 0, + 0 + ] + } + ] + } + }, + { + "hideEditor": true, + "hideEditorNodes": false, + "name": "Moment de silence 5", + "UUID": "13d29317-f9ae-4ee0-b0ce-91518c398e36", + "type": "text", + "color": "#d9a389", + "time": { + "timed": true, + "start_relative": 0.2386117136659436, + "end_relative": 0.24295010845986983, + "start_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 1, + "seconds": 50 + }, + "end_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 1, + "seconds": 52 + } + }, + "nodes": [], + "data": { + "fields": [ + { + "key": "text", + "label": "Text", + "inputType": "text", + "value": "Silence..." + }, + { + "key": "dims", + "label": "Dimensions (x, y, w, h)", + "inputType": "numList", + "value": [ + 0, + 0, + 0, + 0 + ] + } + ] + } + }, + { + "hideEditor": true, + "hideEditorNodes": false, + "name": "Moment de silence 6", + "UUID": "0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d", + "type": "text", + "color": "#d9a389", + "time": { + "timed": true, + "start_relative": 0.26898047722342733, + "end_relative": 0.27331887201735355, + "start_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 2, + "seconds": 4 + }, + "end_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 2, + "seconds": 6 + } + }, + "nodes": [], + "data": { + "fields": [ + { + "key": "text", + "label": "Text", + "inputType": "text", + "value": "Silence..." + }, + { + "key": "dims", + "label": "Dimensions (x, y, w, h)", + "inputType": "numList", + "value": [ + 0, + 0, + 0, + 0 + ] + } + ] + } + }, + { + "hideEditor": true, + "hideEditorNodes": false, + "name": "Moment de silence 7", + "UUID": "ab408741-a142-4e87-a974-cb3ec2d6da39", + "type": "text", + "color": "#d9a389", + "time": { + "timed": true, + "start_relative": 0.2950108459869848, + "end_relative": 0.2993492407809111, + "start_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 2, + "seconds": 16 + }, + "end_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 2, + "seconds": 18 + } + }, + "nodes": [], + "data": { + "fields": [ + { + "key": "text", + "label": "Text", + "inputType": "text", + "value": "Silence..." + }, + { + "key": "dims", + "label": "Dimensions (x, y, w, h)", + "inputType": "numList", + "value": [ + 0, + 0, + 0, + 0 + ] + } + ] + } + } + ], + "data": { + "fields": [ + { + "key": "link", + "label": "Link", + "inputType": "text", + "value": "Dancing_Philosophy_Solos_improvises.mp4" + }, + { + "key": "linkType", + "label": "Link Type", + "inputType": "dropdown", + "value": "Local", + "options": [ + "Local", + "Online" + ] + }, + { + "key": "type", + "label": "Type", + "inputType": "dropdown", + "value": "mp4", + "options": [ + "mp4" + ] + }, + { + "key": "dims", + "label": "Dimensions (x, y, w, h)", + "inputType": "numList", + "value": [ + 0, + 0, + 1280, + 720 + ] + } + ] + } + } + ], + "edges": [], + "groups": [], + "UUID": "769dc509-f033-4f8f-8ab6-1fba01cbd5e2" +} \ No newline at end of file diff --git a/Jacob/originals/video-with-image-annotation.json b/Jacob/originals/video-with-image-annotation.json new file mode 100644 index 0000000000000000000000000000000000000000..c5e200102988d2dcf3781885d2eef6ab7025e186 --- /dev/null +++ b/Jacob/originals/video-with-image-annotation.json @@ -0,0 +1,228 @@ +{ + "meta": { + "name": "COESO Project (silences)", + "filename": "video-with-image-annotation", + "UUID": "00000000-0000-0000-0000-000000000000", + "folderPath": "http://localhost:9000/data/video-with-image-annotation/", + "localMediaPath": "http://localhost:9000/data/media/", + "explodeManifest": false + }, + "nodes": [ + { + "hideEditor": false, + "hideEditorNodes": false, + "name": "Dancing Philosophy - Solos improvisés", + "UUID": "255d8188-df07-42d3-8b45-2f0ecc000b4e", + "color": "#4287f5", + "type": "video", + "time": { + "timed": true, + "start_relative": 0, + "end_relative": 1, + "start_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 0, + "seconds": 0 + }, + "end_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 7, + "seconds": 41 + } + }, + "nodes": [ + { + "hideEditor": false, + "hideEditorNodes": false, + "name": "Stefania Ferrando", + "UUID": "133d72b4-989e-43c2-9ee3-a1246b785968", + "type": "image", + "color": "#88d18f", + "time": { + "timed": true, + "start_relative": 0.026030368763557483, + "end_relative": 0.6008676789587852, + "start_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 0, + "seconds": 12 + }, + "end_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 4, + "seconds": 37 + } + }, + "nodes": [], + "data": { + "fields": [ + { + "key": "link", + "label": "Link", + "inputType": "text", + "value": "stefania-ferrando.png" + }, + { + "key": "linkType", + "label": "Link Type", + "inputType": "dropdown", + "value": "Local", + "options": [ + "Local", + "Online" + ] + }, + { + "key": "type", + "label": "Type", + "inputType": "dropdown", + "value": "png", + "options": [ + "png", + "jpg" + ] + }, + { + "key": "dims", + "label": "Dimensions (x, y, w, h)", + "inputType": "numList", + "value": [ + 0, + 0, + 250, + 350 + ] + } + ] + } + }, + { + "hideEditor": false, + "hideEditorNodes": false, + "name": "Consetta Graffione", + "UUID": "d1585705-0150-4430-9f60-a7a9295e039a", + "type": "image", + "color": "#88d18f", + "time": { + "timed": true, + "start_relative": 0.613882863340564, + "end_relative": 0.9544468546637744, + "start_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 4, + "seconds": 43 + }, + "end_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 7, + "seconds": 20 + } + }, + "nodes": [], + "data": { + "fields": [ + { + "key": "link", + "label": "Link", + "inputType": "text", + "value": "cosetta-graffione.png" + }, + { + "key": "linkType", + "label": "Link Type", + "inputType": "dropdown", + "value": "Local", + "options": [ + "Local", + "Online" + ] + }, + { + "key": "type", + "label": "Type", + "inputType": "dropdown", + "value": "png", + "options": [ + "png", + "jpg" + ] + }, + { + "key": "dims", + "label": "Dimensions (x, y, w, h)", + "inputType": "numList", + "value": [ + 0, + 0, + 200, + 500 + ] + } + ] + } + } + ], + "data": { + "fields": [ + { + "key": "link", + "label": "Link", + "inputType": "text", + "value": "Dancing_Philosophy_Solos_improvises.mp4" + }, + { + "key": "linkType", + "label": "Link Type", + "inputType": "dropdown", + "value": "Local", + "options": [ + "Local", + "Online" + ] + }, + { + "key": "type", + "label": "Type", + "inputType": "dropdown", + "value": "mp4", + "options": [ + "mp4" + ] + }, + { + "key": "dims", + "label": "Dimensions (x, y, w, h)", + "inputType": "numList", + "value": [ + 0, + 0, + 1280, + 720 + ] + } + ] + } + } + ], + "edges": [], + "groups": [], + "UUID": "769dc509-f033-4f8f-8ab6-1fba01cbd5e2" +} \ No newline at end of file diff --git a/Jacob/resize1.png b/Jacob/resize1.png new file mode 100644 index 0000000000000000000000000000000000000000..d7546354a63d163fce42e799f81075da9376460b Binary files /dev/null and b/Jacob/resize1.png differ diff --git a/Jacob/resize2.png b/Jacob/resize2.png new file mode 100644 index 0000000000000000000000000000000000000000..ebe90577193ba238b20da1d47f0839fe038655f0 Binary files /dev/null and b/Jacob/resize2.png differ diff --git a/Jacob/www/media/Dancing_Philosophy_Solos_improvises.mp4 b/Jacob/www/media/Dancing_Philosophy_Solos_improvises.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4019f8d7d5371ccfbe48fa34f90dda24e1584302 Binary files /dev/null and b/Jacob/www/media/Dancing_Philosophy_Solos_improvises.mp4 differ diff --git a/Jacob/www/media/Silence-Stefania.pdf b/Jacob/www/media/Silence-Stefania.pdf new file mode 100644 index 0000000000000000000000000000000000000000..12feda3cd4622a16352dcef0fe23265f5d1cc38b Binary files /dev/null and b/Jacob/www/media/Silence-Stefania.pdf differ diff --git a/Jacob/www/media/cosetta-graffione.png b/Jacob/www/media/cosetta-graffione.png new file mode 100644 index 0000000000000000000000000000000000000000..5d70b123d19aaa3fd5736d4d9efd46b6d14d3c6f Binary files /dev/null and b/Jacob/www/media/cosetta-graffione.png differ diff --git a/Jacob/www/media/stefania-ferrando.png b/Jacob/www/media/stefania-ferrando.png new file mode 100644 index 0000000000000000000000000000000000000000..1b8d61d6cc51e69b428a8f6104e61dcf3d0958ca Binary files /dev/null and b/Jacob/www/media/stefania-ferrando.png differ diff --git "a/Jacob/www/single-video/single-video_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" "b/Jacob/www/single-video/single-video_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" new file mode 100644 index 0000000000000000000000000000000000000000..53426ad6c783c2f15b8b2be86129095698225f29 --- /dev/null +++ "b/Jacob/www/single-video/single-video_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" @@ -0,0 +1,48 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/single-video/single-video_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "single-video (Dancing Philosophy - Solos improvisés)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/single-video/single-video_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1", + "type": "Canvas", + "height": 720, + "width": 1280, + "duration": 461, + "label": { + "en": [ + "single-video (Dancing Philosophy - Solos improvisés)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/single-video/single-video_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/single-video/single-video_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "http://localhost:9000/data/media/Dancing_Philosophy_Solos_improvises.mp4", + "type": "Video", + "height": 720, + "width": 1280, + "duration": 461, + "format": "video/mp4" + }, + "target": "http://localhost:9000/data/single-video/single-video_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,0,1280,720&t=0,461" + } + ] + } + ], + "thumbnail": [], + "annotations": [] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6_manifest.json b/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..eade63ee47fed8d9ae5f810fed18234f17649106 --- /dev/null +++ b/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6_manifest.json @@ -0,0 +1,55 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "video-with-annotations-infra (Moment de silence 6)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6/canvas/1", + "type": "Canvas", + "height": 0, + "width": 0, + "duration": 2, + "label": { + "en": [ + "video-with-annotations-infra (Moment de silence 6)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "type": "TextualBody", + "language": "en", + "value": "Silence...", + "height": 0, + "width": 0, + "duration": 2 + }, + "target": { + "type": "SpecificResource", + "selector": { + "type": "SvgSelector", + "value": "<svg height=\"1000\" width=\"1000\"><text x=\"0\" y=\"0\" fill=\"black\">Silence....</text></svg>" + }, + "source": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6/canvas/1#xywh=0,0,0,0&t=0,2" + } + } + ] + } + ], + "thumbnail": [], + "annotations": [] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5_manifest.json b/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..5273ca0fae789a6ebac968e0a4c65eac6803f1b4 --- /dev/null +++ b/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5_manifest.json @@ -0,0 +1,55 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "video-with-annotations-infra (Moment de silence 5)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5/canvas/1", + "type": "Canvas", + "height": 0, + "width": 0, + "duration": 2, + "label": { + "en": [ + "video-with-annotations-infra (Moment de silence 5)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "type": "TextualBody", + "language": "en", + "value": "Silence...", + "height": 0, + "width": 0, + "duration": 2 + }, + "target": { + "type": "SpecificResource", + "selector": { + "type": "SvgSelector", + "value": "<svg height=\"1000\" width=\"1000\"><text x=\"0\" y=\"0\" fill=\"black\">Silence....</text></svg>" + }, + "source": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5/canvas/1#xywh=0,0,0,0&t=0,2" + } + } + ] + } + ], + "thumbnail": [], + "annotations": [] + } + ] +} \ No newline at end of file diff --git "a/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" "b/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" new file mode 100644 index 0000000000000000000000000000000000000000..767b67b110680696d94959178677fabd975a4a16 --- /dev/null +++ "b/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" @@ -0,0 +1,202 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "video-with-annotations-infra (Dancing Philosophy - Solos improvisés)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1", + "type": "Canvas", + "height": 740, + "width": 1280, + "duration": 461, + "label": { + "en": [ + "video-with-annotations-infra (Dancing Philosophy - Solos improvisés)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "http://localhost:9000/data/media/Dancing_Philosophy_Solos_improvises.mp4", + "type": "Video", + "height": 720, + "width": 1280, + "duration": 461, + "format": "video/mp4" + }, + "target": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,0,1280,720&t=0,461" + } + ] + } + ], + "thumbnail": [], + "annotations": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/annotation/2", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/annotation/2/1", + "type": "Annotation", + "motivation": "commenting", + "body": { + "type": "TextualBody", + "language": "en", + "value": "Silence... <a href=\"http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1_manifest.json\" target=\"_blank\">Go to Manifest</a>", + "height": 0, + "width": 0, + "duration": 3 + }, + "target": { + "type": "SpecificResource", + "selector": { + "type": "SvgSelector", + "value": "<svg height=\"1000\" width=\"1000\"><text x=\"0\" y=\"0\" fill=\"black\">Silence....</text></svg>" + }, + "source": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,720,0,0&t=23,26" + } + }, + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/annotation/2/2", + "type": "Annotation", + "motivation": "commenting", + "body": { + "type": "TextualBody", + "language": "en", + "value": "Silence... <a href=\"http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2_manifest.json\" target=\"_blank\">Go to Manifest</a>", + "height": 0, + "width": 0, + "duration": 3 + }, + "target": { + "type": "SpecificResource", + "selector": { + "type": "SvgSelector", + "value": "<svg height=\"1000\" width=\"1000\"><text x=\"0\" y=\"0\" fill=\"black\">Silence....</text></svg>" + }, + "source": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,720,0,0&t=41,44" + } + }, + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/annotation/2/3", + "type": "Annotation", + "motivation": "commenting", + "body": { + "type": "TextualBody", + "language": "en", + "value": "Silence... <a href=\"http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3_manifest.json\" target=\"_blank\">Go to Manifest</a>", + "height": 0, + "width": 0, + "duration": 2 + }, + "target": { + "type": "SpecificResource", + "selector": { + "type": "SvgSelector", + "value": "<svg height=\"1000\" width=\"1000\"><text x=\"0\" y=\"0\" fill=\"black\">Silence....</text></svg>" + }, + "source": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,720,0,0&t=55,57" + } + }, + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/annotation/2/4", + "type": "Annotation", + "motivation": "commenting", + "body": { + "type": "TextualBody", + "language": "en", + "value": "Silence... <a href=\"http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4_manifest.json\" target=\"_blank\">Go to Manifest</a>", + "height": 0, + "width": 0, + "duration": 3 + }, + "target": { + "type": "SpecificResource", + "selector": { + "type": "SvgSelector", + "value": "<svg height=\"1000\" width=\"1000\"><text x=\"0\" y=\"0\" fill=\"black\">Silence....</text></svg>" + }, + "source": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,720,0,0&t=70,73" + } + }, + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/annotation/2/5", + "type": "Annotation", + "motivation": "commenting", + "body": { + "type": "TextualBody", + "language": "en", + "value": "Silence... <a href=\"http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5_manifest.json\" target=\"_blank\">Go to Manifest</a>", + "height": 0, + "width": 0, + "duration": 2 + }, + "target": { + "type": "SpecificResource", + "selector": { + "type": "SvgSelector", + "value": "<svg height=\"1000\" width=\"1000\"><text x=\"0\" y=\"0\" fill=\"black\">Silence....</text></svg>" + }, + "source": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,720,0,0&t=110,112" + } + }, + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/annotation/2/6", + "type": "Annotation", + "motivation": "commenting", + "body": { + "type": "TextualBody", + "language": "en", + "value": "Silence... <a href=\"http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6_manifest.json\" target=\"_blank\">Go to Manifest</a>", + "height": 0, + "width": 0, + "duration": 2 + }, + "target": { + "type": "SpecificResource", + "selector": { + "type": "SvgSelector", + "value": "<svg height=\"1000\" width=\"1000\"><text x=\"0\" y=\"0\" fill=\"black\">Silence....</text></svg>" + }, + "source": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,720,0,0&t=124,126" + } + }, + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/annotation/2/7", + "type": "Annotation", + "motivation": "commenting", + "body": { + "type": "TextualBody", + "language": "en", + "value": "Silence... <a href=\"http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7_manifest.json\" target=\"_blank\">Go to Manifest</a>", + "height": 0, + "width": 0, + "duration": 2 + }, + "target": { + "type": "SpecificResource", + "selector": { + "type": "SvgSelector", + "value": "<svg height=\"1000\" width=\"1000\"><text x=\"0\" y=\"0\" fill=\"black\">Silence....</text></svg>" + }, + "source": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,720,0,0&t=136,138" + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4_manifest.json b/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c2d8fb18981d877f81bf9b69689a9798fee5c372 --- /dev/null +++ b/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4_manifest.json @@ -0,0 +1,55 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "video-with-annotations-infra (Moment de silence 4)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4/canvas/1", + "type": "Canvas", + "height": 0, + "width": 0, + "duration": 3, + "label": { + "en": [ + "video-with-annotations-infra (Moment de silence 4)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "type": "TextualBody", + "language": "en", + "value": "Silence...", + "height": 0, + "width": 0, + "duration": 3 + }, + "target": { + "type": "SpecificResource", + "selector": { + "type": "SvgSelector", + "value": "<svg height=\"1000\" width=\"1000\"><text x=\"0\" y=\"0\" fill=\"black\">Silence....</text></svg>" + }, + "source": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4/canvas/1#xywh=0,0,0,0&t=0,3" + } + } + ] + } + ], + "thumbnail": [], + "annotations": [] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3_manifest.json b/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d462043e8c00e2d3b9ab673ea86fde21410fce41 --- /dev/null +++ b/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3_manifest.json @@ -0,0 +1,55 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "video-with-annotations-infra (Moment de silence 3)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3/canvas/1", + "type": "Canvas", + "height": 0, + "width": 0, + "duration": 2, + "label": { + "en": [ + "video-with-annotations-infra (Moment de silence 3)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "type": "TextualBody", + "language": "en", + "value": "Silence...", + "height": 0, + "width": 0, + "duration": 2 + }, + "target": { + "type": "SpecificResource", + "selector": { + "type": "SvgSelector", + "value": "<svg height=\"1000\" width=\"1000\"><text x=\"0\" y=\"0\" fill=\"black\">Silence....</text></svg>" + }, + "source": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3/canvas/1#xywh=0,0,0,0&t=0,2" + } + } + ] + } + ], + "thumbnail": [], + "annotations": [] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2_manifest.json b/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..77bb81badcc1ace3c574eeca33dc47ba1da24542 --- /dev/null +++ b/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2_manifest.json @@ -0,0 +1,55 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "video-with-annotations-infra (Moment de silence 2)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2/canvas/1", + "type": "Canvas", + "height": 0, + "width": 0, + "duration": 3, + "label": { + "en": [ + "video-with-annotations-infra (Moment de silence 2)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "type": "TextualBody", + "language": "en", + "value": "Silence...", + "height": 0, + "width": 0, + "duration": 3 + }, + "target": { + "type": "SpecificResource", + "selector": { + "type": "SvgSelector", + "value": "<svg height=\"1000\" width=\"1000\"><text x=\"0\" y=\"0\" fill=\"black\">Silence....</text></svg>" + }, + "source": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2/canvas/1#xywh=0,0,0,0&t=0,3" + } + } + ] + } + ], + "thumbnail": [], + "annotations": [] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7_manifest.json b/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..18488dc17bb27f9879d1dea37236c096fe8a6f36 --- /dev/null +++ b/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7_manifest.json @@ -0,0 +1,55 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "video-with-annotations-infra (Moment de silence 7)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7/canvas/1", + "type": "Canvas", + "height": 0, + "width": 0, + "duration": 2, + "label": { + "en": [ + "video-with-annotations-infra (Moment de silence 7)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "type": "TextualBody", + "language": "en", + "value": "Silence...", + "height": 0, + "width": 0, + "duration": 2 + }, + "target": { + "type": "SpecificResource", + "selector": { + "type": "SvgSelector", + "value": "<svg height=\"1000\" width=\"1000\"><text x=\"0\" y=\"0\" fill=\"black\">Silence....</text></svg>" + }, + "source": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7/canvas/1#xywh=0,0,0,0&t=0,2" + } + } + ] + } + ], + "thumbnail": [], + "annotations": [] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1_manifest.json b/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..700d7bc06dd8f1ff8fcb9eced93ecbdbee87302d --- /dev/null +++ b/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1_manifest.json @@ -0,0 +1,55 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "video-with-annotations-infra (Moment de silence 1)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1/canvas/1", + "type": "Canvas", + "height": 0, + "width": 0, + "duration": 3, + "label": { + "en": [ + "video-with-annotations-infra (Moment de silence 1)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "type": "TextualBody", + "language": "en", + "value": "Silence...", + "height": 0, + "width": 0, + "duration": 3 + }, + "target": { + "type": "SpecificResource", + "selector": { + "type": "SvgSelector", + "value": "<svg height=\"1000\" width=\"1000\"><text x=\"0\" y=\"0\" fill=\"black\">Silence....</text></svg>" + }, + "source": "http://localhost:9000/data/video-with-annotations-infra/video-with-annotations-infra_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1/canvas/1#xywh=0,0,0,0&t=0,3" + } + } + ] + } + ], + "thumbnail": [], + "annotations": [] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/video-with-image-annotation/video-with-image-annotation_133d72b4-989e-43c2-9ee3-a1246b785968_Stefania Ferrando_manifest.json b/Jacob/www/video-with-image-annotation/video-with-image-annotation_133d72b4-989e-43c2-9ee3-a1246b785968_Stefania Ferrando_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..87675fedb69b063c89fac2fbafcd6059c8d2274d --- /dev/null +++ b/Jacob/www/video-with-image-annotation/video-with-image-annotation_133d72b4-989e-43c2-9ee3-a1246b785968_Stefania Ferrando_manifest.json @@ -0,0 +1,48 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_133d72b4-989e-43c2-9ee3-a1246b785968_Stefania Ferrando_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "video-with-image-annotation (Stefania Ferrando)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_133d72b4-989e-43c2-9ee3-a1246b785968_Stefania Ferrando/canvas/1", + "type": "Canvas", + "height": 350, + "width": 250, + "duration": 265, + "label": { + "en": [ + "video-with-image-annotation (Stefania Ferrando)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_133d72b4-989e-43c2-9ee3-a1246b785968_Stefania Ferrando/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_133d72b4-989e-43c2-9ee3-a1246b785968_Stefania Ferrando/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "http://localhost:9000/data/media/stefania-ferrando.png", + "type": "Image", + "format": "image/png", + "height": 350, + "width": 250, + "duration": 265 + }, + "target": "http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_133d72b4-989e-43c2-9ee3-a1246b785968_Stefania Ferrando/canvas/1#xywh=0,0,250,350&t=0,265" + } + ] + } + ], + "thumbnail": [], + "annotations": [] + } + ] +} \ No newline at end of file diff --git "a/Jacob/www/video-with-image-annotation/video-with-image-annotation_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" "b/Jacob/www/video-with-image-annotation/video-with-image-annotation_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" new file mode 100644 index 0000000000000000000000000000000000000000..912673b78e9e57421db962bc37e666b648f7217a --- /dev/null +++ "b/Jacob/www/video-with-image-annotation/video-with-image-annotation_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" @@ -0,0 +1,85 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "video-with-image-annotation (Dancing Philosophy - Solos improvisés)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1", + "type": "Canvas", + "height": 1220, + "width": 1280, + "duration": 461, + "label": { + "en": [ + "video-with-image-annotation (Dancing Philosophy - Solos improvisés)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "http://localhost:9000/data/media/Dancing_Philosophy_Solos_improvises.mp4", + "type": "Video", + "height": 720, + "width": 1280, + "duration": 461, + "format": "video/mp4" + }, + "target": "http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,0,1280,720&t=0,461" + } + ] + } + ], + "thumbnail": [], + "annotations": [ + { + "id": "http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/annotation/2", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/annotation/2/1", + "type": "Annotation", + "motivation": "commenting", + "body": { + "id": "http://localhost:9000/data/media/stefania-ferrando.png", + "type": "Image", + "format": "image/png", + "value": "Stefania Ferrando <a href=\"http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_133d72b4-989e-43c2-9ee3-a1246b785968_Stefania Ferrando_manifest.json\" target=\"_blank\">Go to Manifest</a>", + "height": 350, + "width": 250, + "duration": 265 + }, + "target": "http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,720,250,350&t=12,277" + }, + { + "id": "http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/annotation/2/2", + "type": "Annotation", + "motivation": "commenting", + "body": { + "id": "http://localhost:9000/data/media/cosetta-graffione.png", + "type": "Image", + "format": "image/png", + "value": "Consetta Graffione <a href=\"http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_d1585705-0150-4430-9f60-a7a9295e039a_Consetta Graffione_manifest.json\" target=\"_blank\">Go to Manifest</a>", + "height": 500, + "width": 200, + "duration": 157 + }, + "target": "http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,720,200,500&t=283,440" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/video-with-image-annotation/video-with-image-annotation_d1585705-0150-4430-9f60-a7a9295e039a_Consetta Graffione_manifest.json b/Jacob/www/video-with-image-annotation/video-with-image-annotation_d1585705-0150-4430-9f60-a7a9295e039a_Consetta Graffione_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..10f34bf7f57a5905acb102328dfd64778efe10a5 --- /dev/null +++ b/Jacob/www/video-with-image-annotation/video-with-image-annotation_d1585705-0150-4430-9f60-a7a9295e039a_Consetta Graffione_manifest.json @@ -0,0 +1,48 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_d1585705-0150-4430-9f60-a7a9295e039a_Consetta Graffione_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "video-with-image-annotation (Consetta Graffione)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_d1585705-0150-4430-9f60-a7a9295e039a_Consetta Graffione/canvas/1", + "type": "Canvas", + "height": 500, + "width": 200, + "duration": 157, + "label": { + "en": [ + "video-with-image-annotation (Consetta Graffione)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_d1585705-0150-4430-9f60-a7a9295e039a_Consetta Graffione/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_d1585705-0150-4430-9f60-a7a9295e039a_Consetta Graffione/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "http://localhost:9000/data/media/cosetta-graffione.png", + "type": "Image", + "format": "image/png", + "height": 500, + "width": 200, + "duration": 157 + }, + "target": "http://localhost:9000/data/video-with-image-annotation/video-with-image-annotation_d1585705-0150-4430-9f60-a7a9295e039a_Consetta Graffione/canvas/1#xywh=0,0,200,500&t=0,157" + } + ] + } + ], + "thumbnail": [], + "annotations": [] + } + ] +} \ No newline at end of file