diff --git a/Jacob/README.md b/Jacob/README.md index 06f88769c8abd2a95dd2db553f0c63285f881ae6..3d9b9842dd00e2214417258543bba3f51fffa87a 100644 --- a/Jacob/README.md +++ b/Jacob/README.md @@ -1,44 +1,24 @@ -# Une collection de réseaux de manifestes pour tester +# Jacob -- 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. (mieux de les faire 1 par 1 car pour cetraines collections il y a plein de manifestes qui se créent). -- 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/) +J'archive désormais les anciens readmes [ici](/Jacob/docs_archive/). -## [single-video](/Jacob/www/single-video/) +## Choses à voir -- Rien de très compliqué, une vidéo qui doit s'afficher et être lu du début à la fin. +- [ ] **1 à 7** : Des elements seul. Dans mon système un truc qui n'a pas forcement de temporalité (comme du texte) peut en avoir. +Pour pouvoir le faire : -## [video-with-image-annotation](/Jacob/www/video-with-image-annotation) +- je mets une video vide comme item de la page +- puis je mets le truc (image ou texte) comme annotation, mais avec `motivation` painting toujours pour qu'il ne s'affiche page dans la liste d'annotations. -- Là on a deux images qui viennent annoter la vidéo. -- Le manifest "principal" est celui qui s'appelle "_(Dancing Philosophy - Solos improvisés)_". -- Pour tester, 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: +Toujours pas terrible car il y a un truc de chargement qui s'affiche du coup. -Bad: - +- [ ] **10** : Quand c'est une vidéo en annotation - ça ne se lit pas ! -Good: - +- [ ] Fonctionalité pour ouvrir directement les liens "Go to manifest" dans une autre fenetre Mirador -- 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... -- **NB**: j'ai pas encore fait que les annotations infradocumentaires soient reliés à leur neoud d'origine, je ferais ça prochainement. +- [ ] Cette histoir d'aspect ratio. -## [video-with-annotations-infra](/Jacob/www/video-with-annotations-infra) +## To do (moi): -- Le manifest "principal" est celui qui s'appelle "_(Dancing Philosophy - Solos improvisés)_". -- Là il s'agit en fait d'annotations qui ne sont pas des images, textuels. Pour l'instant je les crée en SVG puis les convertie en PNG. -- Encore une fois, ca marche pas encore dans les deux sens (très prochainement le manifest des annotations aura donc l'annotaion comme element principal, et comme annotation la partie de la vidéo que ca concerne). -- En fait je me dis que ce genre d'annotation il faudrait pas que son image dure la durée de l'annotation sur l'écran, mais que ca dure toute la durée de l'element principale et ca s'affiche en mode timeline pour sa durée. -- En cours... J'essaye de faire apparaitre du SVG direcement dans le manifest à partir de [cette ressource](https://iiif.io/api/cookbook/recipe/0261-non-rectangular-commenting/) mais ça marche pas pour l'instant... - -## Compte rendu -A savoir que ca reste des tests pour l'instant parce que ya des trucs que je voudrais faire differament, je m'in gage d'ici la semaine pro a donner une collection de manifestes qui sera plus "délivrable". -Mais ca permet d'avancer pour l'instant je pense, notamment de pouvoir relever ces points: -- ouvrir des manifests dans une autre fenetre -- cette histoire d'aspect ratio qui jai signalé dans le readme (si ca c'est reglé, ca y est on peut tout dessiner comme on veut et on est les rois du monde) \ No newline at end of file +- Fragements seulement de vidéos, commencer en pleine video +- Ajouter une autre annotation image pour chaque annotation qui indique où elle se trouve dans le temps. \ No newline at end of file diff --git a/Jacob/docs_archive/1.md b/Jacob/docs_archive/1.md new file mode 100644 index 0000000000000000000000000000000000000000..522d8e1431ec20d1ddb768804afe2641b62276ba --- /dev/null +++ b/Jacob/docs_archive/1.md @@ -0,0 +1,44 @@ +# 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. (mieux de les faire 1 par 1 car pour cetraines collections il y a plein de manifestes qui se créent). +- 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. +- Le manifest "principal" est celui qui s'appelle "_(Dancing Philosophy - Solos improvisés)_". +- Pour tester, 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: + +Bad: + + +Good: + + +- 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... +- **NB**: j'ai pas encore fait que les annotations infradocumentaires soient reliés à leur neoud d'origine, je ferais ça prochainement. + +## [video-with-annotations-infra](/Jacob/www/video-with-annotations-infra) + +- Le manifest "principal" est celui qui s'appelle "_(Dancing Philosophy - Solos improvisés)_". +- Là il s'agit en fait d'annotations qui ne sont pas des images, textuels. Pour l'instant je les crée en SVG puis les convertie en PNG. +- Encore une fois, ca marche pas encore dans les deux sens (très prochainement le manifest des annotations aura donc l'annotaion comme element principal, et comme annotation la partie de la vidéo que ca concerne). +- En fait je me dis que ce genre d'annotation il faudrait pas que son image dure la durée de l'annotation sur l'écran, mais que ca dure toute la durée de l'element principale et ca s'affiche en mode timeline pour sa durée. +- En cours... J'essaye de faire apparaitre du SVG direcement dans le manifest à partir de [cette ressource](https://iiif.io/api/cookbook/recipe/0261-non-rectangular-commenting/) mais ça marche pas pour l'instant... + +## Compte rendu +A savoir que ca reste des tests pour l'instant parce que ya des trucs que je voudrais faire differament, je m'in gage d'ici la semaine pro a donner une collection de manifestes qui sera plus "délivrable". +Mais ca permet d'avancer pour l'instant je pense, notamment de pouvoir relever ces points: +- ouvrir des manifests dans une autre fenetre +- cette histoire d'aspect ratio qui jai signalé dans le readme (si ca c'est reglé, ca y est on peut tout dessiner comme on veut et on est les rois du monde. \ No newline at end of file diff --git a/Jacob/originals/single-video.json b/Jacob/originals/1-single-video.json similarity index 89% rename from Jacob/originals/single-video.json rename to Jacob/originals/1-single-video.json index f5caa2ad5ff403b9545e99644e36b2cec51c18d0..db3819fc0ffb50decaab76e60c69c690200a6df3 100644 --- a/Jacob/originals/single-video.json +++ b/Jacob/originals/1-single-video.json @@ -1,10 +1,10 @@ { "meta": { "name": "COESO Project (silences)", - "filename": "single-video", + "filename": "1-single-video", "UUID": "00000000-0000-0000-0000-000000000000", - "folderPath": "http://localhost:9000/data/single-video/", - "localMediaPath" : "http://localhost:9000/data/media/", + "folderPath": "http://localhost:9000/data/1-single-video/", + "localMediaPath": "http://localhost:9000/data/media/", "explodeManifest": false }, "nodes": [ @@ -14,6 +14,7 @@ "name": "Dancing Philosophy - Solos improvisés", "UUID": "255d8188-df07-42d3-8b45-2f0ecc000b4e", "color": "#4287f5", + "overlayAnnotation" : true, "type": "video", "time": { "timed": true, diff --git a/Jacob/originals/10-video-annotating.json b/Jacob/originals/10-video-annotating.json new file mode 100644 index 0000000000000000000000000000000000000000..d8466fa60a53a247b83a77d409bb1fed0b6b5f52 --- /dev/null +++ b/Jacob/originals/10-video-annotating.json @@ -0,0 +1,158 @@ +{ + "meta": { + "name": "COESO Project (silences)", + "filename": "10-video-annotating", + "UUID": "00000000-0000-0000-0000-000000000000", + "folderPath": "http://localhost:9000/data/10-video-annotating/", + "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", + "overlayAnnotation": true, + "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": "Teaser vid", + "UUID": "afa34d9c-fc49-401e-9011-f09c24f16b18", + "type": "video", + "color": "#4287f5", + "time": { + "timed": true, + "start_relative": 0.021691973969631236, + "end_relative": 0.175704989154013, + "start_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 0, + "seconds": 10 + }, + "end_real": { + "year": 0, + "month": 0, + "date": 0, + "hours": 0, + "minutes": 1, + "seconds": 21 + } + }, + "nodes": [], + "overlayAnnotation": false, + "data": { + "fields": [ + { + "key": "link", + "label": "Link", + "inputType": "text", + "value": "Silence par Stefania Ferrando (teaser).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 + ] + } + ] + } + } + ], + "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/2-single-image-timed.json b/Jacob/originals/2-single-image-timed.json new file mode 100644 index 0000000000000000000000000000000000000000..af854a63b9fefdfe927375f3c101ac2a24c90d70 --- /dev/null +++ b/Jacob/originals/2-single-image-timed.json @@ -0,0 +1,87 @@ +{ + "meta": { + "name": "Untitled web", + "filename": "2-single-image-timed", + "UUID": "00000000-0000-0000-0000-000000000000", + "folderPath": "http://localhost:9000/data/2-single-image-timed/", + "localMediaPath": "http://localhost:9000/data/media/", + "explodeManifest": false + }, + "nodes": [ + { + "hideEditor": false, + "hideEditorNodes": false, + "name": "My test image", + "UUID": "fe403786-6d09-46d1-90ec-8409a88361ed", + "type": "image", + "color": "#88d18f", + "overlayAnnotation" : true, + "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": 1, + "seconds": 0 + } + }, + "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 + ] + } + ] + } + } + ], + "edges": [], + "groups": [], + "UUID": "f1633d44-70b0-4040-89e4-ed2e8230f59d" +} \ No newline at end of file diff --git a/Jacob/originals/3-single-image-untimed.json b/Jacob/originals/3-single-image-untimed.json new file mode 100644 index 0000000000000000000000000000000000000000..c780a42c6ab68c96ca78c9d618c63a3ce3acdd86 --- /dev/null +++ b/Jacob/originals/3-single-image-untimed.json @@ -0,0 +1,87 @@ +{ + "meta": { + "name": "Untitled web", + "filename": "3-single-image-untimed", + "UUID": "00000000-0000-0000-0000-000000000000", + "folderPath": "http://localhost:9000/data/3-single-image-untimed/", + "localMediaPath": "http://localhost:9000/data/media/", + "explodeManifest": false + }, + "nodes": [ + { + "hideEditor": false, + "hideEditorNodes": false, + "name": "My test image", + "UUID": "fe403786-6d09-46d1-90ec-8409a88361ed", + "type": "image", + "color": "#88d18f", + "overlayAnnotation" : true, + "time": { + "timed": false, + "start_relative": 0, + "end_relative": 1, + "start_real": { + "year": 2023, + "month": 0, + "date": 27, + "hours": 12, + "minutes": 53, + "seconds": 5 + }, + "end_real": { + "year": 2023, + "month": 0, + "date": 27, + "hours": 12, + "minutes": 53, + "seconds": 5 + } + }, + "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 + ] + } + ] + } + } + ], + "edges": [], + "groups": [], + "UUID": "f1633d44-70b0-4040-89e4-ed2e8230f59d" +} \ No newline at end of file diff --git a/Jacob/originals/4-single-text-timed.json b/Jacob/originals/4-single-text-timed.json new file mode 100644 index 0000000000000000000000000000000000000000..d50bff0ca9e83b1b17202916e10973aa1fc4210c --- /dev/null +++ b/Jacob/originals/4-single-text-timed.json @@ -0,0 +1,67 @@ +{ + "meta": { + "name": "Untitled web", + "filename": "4-single-text-timed", + "UUID": "00000000-0000-0000-0000-000000000000", + "folderPath": "http://localhost:9000/data/4-single-text-timed/", + "localMediaPath": "http://localhost:9000/data/media/", + "explodeManifest": false + }, + "nodes": [ + { + "hideEditor": false, + "hideEditorNodes": false, + "name": "Untitled node", + "UUID": "fb9c6659-caf5-4bac-8618-3fb7575e6281", + "type": "text", + "color": "#d9a389", + "overlayAnnotation" : true, + "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": 2, + "seconds": 0 + } + }, + "nodes": [], + "data": { + "fields": [ + { + "key": "text", + "label": "Text", + "inputType": "text", + "value": "Hello World!" + }, + { + "key": "dims", + "label": "Dimensions (x, y, w, h)", + "inputType": "numList", + "value": [ + 0, + 0, + 0, + 0 + ] + } + ] + } + } + ], + "edges": [], + "groups": [], + "UUID": "dfc528df-f027-43f9-b766-85eb686b133d" +} \ No newline at end of file diff --git a/Jacob/originals/5-single-text-untimed.json b/Jacob/originals/5-single-text-untimed.json new file mode 100644 index 0000000000000000000000000000000000000000..2918f919c781d78873acff22b77a0190ac572398 --- /dev/null +++ b/Jacob/originals/5-single-text-untimed.json @@ -0,0 +1,67 @@ +{ + "meta": { + "name": "Untitled web", + "filename": "5-single-text-untimed", + "UUID": "00000000-0000-0000-0000-000000000000", + "folderPath": "http://localhost:9000/data/5-single-text-untimed/", + "localMediaPath": "http://localhost:9000/data/media/", + "explodeManifest": false + }, + "nodes": [ + { + "hideEditor": false, + "hideEditorNodes": false, + "name": "Untitled node", + "UUID": "fb9c6659-caf5-4bac-8618-3fb7575e6281", + "type": "text", + "color": "#d9a389", + "overlayAnnotation" : true, + "time": { + "timed": false, + "start_relative": 0, + "end_relative": 1, + "start_real": { + "year": 2023, + "month": 0, + "date": 27, + "hours": 15, + "minutes": 38, + "seconds": 47 + }, + "end_real": { + "year": 2023, + "month": 0, + "date": 27, + "hours": 15, + "minutes": 38, + "seconds": 47 + } + }, + "nodes": [], + "data": { + "fields": [ + { + "key": "text", + "label": "Text", + "inputType": "text", + "value": "Hello World!" + }, + { + "key": "dims", + "label": "Dimensions (x, y, w, h)", + "inputType": "numList", + "value": [ + 0, + 0, + 0, + 0 + ] + } + ] + } + } + ], + "edges": [], + "groups": [], + "UUID": "dfc528df-f027-43f9-b766-85eb686b133d" +} \ No newline at end of file diff --git a/Jacob/originals/6-single-document-timed.json b/Jacob/originals/6-single-document-timed.json new file mode 100644 index 0000000000000000000000000000000000000000..c1a9dd9a1133767b2ee6cd3a703780839f68c61b --- /dev/null +++ b/Jacob/originals/6-single-document-timed.json @@ -0,0 +1,88 @@ +{ + "meta": { + "name": "Untitled web", + "filename": "6-single-document-timed", + "UUID": "00000000-0000-0000-0000-000000000000", + "folderPath": "http://localhost:9000/data/6-single-document-timed/", + "localMediaPath": "http://localhost:9000/data/media/", + "explodeManifest": false + }, + "nodes": [ + { + "hideEditor": false, + "hideEditorNodes": false, + "name": "My Cool Document", + "UUID": "8197e099-4a36-4cf5-a24e-36bc1aa6bdd1", + "type": "document", + "color": "#cccccc", + "overlayAnnotation" : true, + "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": 1, + "seconds": 30 + } + }, + "nodes": [], + "data": { + "fields": [ + { + "key": "link", + "label": "Link", + "inputType": "text", + "value": "Silence-Stefania.pdf" + }, + { + "key": "linkType", + "label": "Link Type", + "inputType": "dropdown", + "value": "Local", + "options": [ + "Local", + "Online" + ] + }, + { + "key": "type", + "label": "Type", + "inputType": "dropdown", + "value": "pdf", + "options": [ + "pdf", + "MS office", + "open office" + ] + }, + { + "key": "dims", + "label": "Dimensions (x, y, w, h)", + "inputType": "numList", + "value": [ + 0, + 0, + 0, + 0 + ] + } + ] + } + } + ], + "edges": [], + "groups": [], + "UUID": "6616a1c0-6fa8-4011-b225-a9273b94dfab" +} \ No newline at end of file diff --git a/Jacob/originals/7-single-document-untimed.json b/Jacob/originals/7-single-document-untimed.json new file mode 100644 index 0000000000000000000000000000000000000000..591665f6c37d0fba51113bb89fbf49df20086606 --- /dev/null +++ b/Jacob/originals/7-single-document-untimed.json @@ -0,0 +1,88 @@ +{ + "meta": { + "name": "Untitled web", + "filename": "7-single-document-untimed", + "UUID": "00000000-0000-0000-0000-000000000000", + "folderPath": "http://localhost:9000/data/7-single-document-untimed/", + "localMediaPath": "http://localhost:9000/data/media/", + "explodeManifest": false + }, + "nodes": [ + { + "hideEditor": false, + "hideEditorNodes": false, + "name": "My Cool Document", + "UUID": "8197e099-4a36-4cf5-a24e-36bc1aa6bdd1", + "type": "document", + "color": "#cccccc", + "overlayAnnotation" : true, + "time": { + "timed": false, + "start_relative": 0, + "end_relative": 1, + "start_real": { + "year": 2023, + "month": 0, + "date": 27, + "hours": 16, + "minutes": 1, + "seconds": 56 + }, + "end_real": { + "year": 2023, + "month": 0, + "date": 27, + "hours": 16, + "minutes": 1, + "seconds": 56 + } + }, + "nodes": [], + "data": { + "fields": [ + { + "key": "link", + "label": "Link", + "inputType": "text", + "value": "Silence-Stefania.pdf" + }, + { + "key": "linkType", + "label": "Link Type", + "inputType": "dropdown", + "value": "Local", + "options": [ + "Local", + "Online" + ] + }, + { + "key": "type", + "label": "Type", + "inputType": "dropdown", + "value": "pdf", + "options": [ + "pdf", + "MS office", + "open office" + ] + }, + { + "key": "dims", + "label": "Dimensions (x, y, w, h)", + "inputType": "numList", + "value": [ + 0, + 0, + 0, + 0 + ] + } + ] + } + } + ], + "edges": [], + "groups": [], + "UUID": "6616a1c0-6fa8-4011-b225-a9273b94dfab" +} \ No newline at end of file diff --git a/Jacob/originals/video-with-image-annotation.json b/Jacob/originals/8-video-with-image-annotations.json similarity index 95% rename from Jacob/originals/video-with-image-annotation.json rename to Jacob/originals/8-video-with-image-annotations.json index c5e200102988d2dcf3781885d2eef6ab7025e186..aaf4fc87dd5ed4793341cbae4b990fe785a48075 100644 --- a/Jacob/originals/video-with-image-annotation.json +++ b/Jacob/originals/8-video-with-image-annotations.json @@ -1,9 +1,9 @@ { "meta": { "name": "COESO Project (silences)", - "filename": "video-with-image-annotation", + "filename": "8-video-with-image-annotations", "UUID": "00000000-0000-0000-0000-000000000000", - "folderPath": "http://localhost:9000/data/video-with-image-annotation/", + "folderPath": "http://localhost:9000/data/8-video-with-image-annotations/", "localMediaPath": "http://localhost:9000/data/media/", "explodeManifest": false }, @@ -15,6 +15,7 @@ "UUID": "255d8188-df07-42d3-8b45-2f0ecc000b4e", "color": "#4287f5", "type": "video", + "overlayAnnotation": true, "time": { "timed": true, "start_relative": 0, @@ -44,6 +45,7 @@ "UUID": "133d72b4-989e-43c2-9ee3-a1246b785968", "type": "image", "color": "#88d18f", + "overlayAnnotation": false, "time": { "timed": true, "start_relative": 0.026030368763557483, @@ -115,6 +117,7 @@ "UUID": "d1585705-0150-4430-9f60-a7a9295e039a", "type": "image", "color": "#88d18f", + "overlayAnnotation": false, "time": { "timed": true, "start_relative": 0.613882863340564, diff --git a/Jacob/originals/video-with-annotations-infra.json b/Jacob/originals/9-text-annotation-overlay.json similarity index 95% rename from Jacob/originals/video-with-annotations-infra.json rename to Jacob/originals/9-text-annotation-overlay.json index 3c78b07c93049b439ed5a2d91a944e4d71e20b2c..018e5a63d6dd6fd654e46dfe410e11d4a565b72d 100644 --- a/Jacob/originals/video-with-annotations-infra.json +++ b/Jacob/originals/9-text-annotation-overlay.json @@ -1,9 +1,9 @@ { "meta": { "name": "COESO Project (silences)", - "filename": "video-with-annotations-infra", + "filename": "9-text-annotation-overlay", "UUID": "00000000-0000-0000-0000-000000000000", - "folderPath": "http://localhost:9000/data/video-with-annotations-infra/", + "folderPath": "http://localhost:9000/data/9-text-annotation-overlay/", "localMediaPath": "http://localhost:9000/data/media/", "explodeManifest": false }, @@ -15,6 +15,7 @@ "UUID": "255d8188-df07-42d3-8b45-2f0ecc000b4e", "color": "#4287f5", "type": "video", + "overlayAnnotation": true, "time": { "timed": true, "start_relative": 0, @@ -44,6 +45,7 @@ "UUID": "e3d73c64-2ed0-4162-be29-bc6a441e1823", "type": "text", "color": "#d9a389", + "overlayAnnotation": true, "time": { "timed": true, "start_relative": 0.049891540130151846, @@ -95,6 +97,7 @@ "UUID": "7f6cf244-ad62-4b68-b4d3-f4918bd8a35d", "type": "text", "color": "#d9a389", + "overlayAnnotation": true, "time": { "timed": true, "start_relative": 0.08893709327548807, @@ -146,6 +149,7 @@ "UUID": "4896c8b2-c711-4ff0-9d85-1679e0276ef8", "type": "text", "color": "#d9a389", + "overlayAnnotation": true, "time": { "timed": true, "start_relative": 0.1193058568329718, @@ -197,6 +201,7 @@ "UUID": "3f0e86c9-2a38-4916-9296-38310be27c91", "type": "text", "color": "#d9a389", + "overlayAnnotation": true, "time": { "timed": true, "start_relative": 0.15184381778741865, @@ -248,6 +253,7 @@ "UUID": "13d29317-f9ae-4ee0-b0ce-91518c398e36", "type": "text", "color": "#d9a389", + "overlayAnnotation": true, "time": { "timed": true, "start_relative": 0.2386117136659436, @@ -299,6 +305,7 @@ "UUID": "0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d", "type": "text", "color": "#d9a389", + "overlayAnnotation": true, "time": { "timed": true, "start_relative": 0.26898047722342733, @@ -350,6 +357,7 @@ "UUID": "ab408741-a142-4e87-a974-cb3ec2d6da39", "type": "text", "color": "#d9a389", + "overlayAnnotation": true, "time": { "timed": true, "start_relative": 0.2950108459869848, 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/1-single-video/1-single-video_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" similarity index 51% rename from "Jacob/www/single-video/single-video_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" rename to "Jacob/www/1-single-video/1-single-video_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" index 53426ad6c783c2f15b8b2be86129095698225f29..dd164e7b5f70b7c1ba70ca1b03395c5d626c1e35 100644 --- "a/Jacob/www/single-video/single-video_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" +++ "b/Jacob/www/1-single-video/1-single-video_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" @@ -1,31 +1,31 @@ { "@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", + "id": "http://localhost:9000/data/1-single-video/1-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)" + "1-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", + "id": "http://localhost:9000/data/1-single-video/1-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)" + "1-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", + "id": "http://localhost:9000/data/1-single-video/1-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", + "id": "http://localhost:9000/data/1-single-video/1-single-video_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/page/1/1", "type": "Annotation", "motivation": "painting", "body": { @@ -36,13 +36,17 @@ "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" + "target": "http://localhost:9000/data/1-single-video/1-single-video_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,0,1280,720&t=0,461" } ] } ], "thumbnail": [], - "annotations": [] + "annotations": [ + { + "items": [] + } + ] } ] } \ No newline at end of file diff --git "a/Jacob/www/10-video-annotating/10-video-annotating_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" "b/Jacob/www/10-video-annotating/10-video-annotating_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" new file mode 100644 index 0000000000000000000000000000000000000000..d35e4213443052b7e40804d75d74cf3a45b5e84e --- /dev/null +++ "b/Jacob/www/10-video-annotating/10-video-annotating_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" @@ -0,0 +1,70 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/10-video-annotating/10-video-annotating_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "10-video-annotating (Dancing Philosophy - Solos improvisés)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/10-video-annotating/10-video-annotating_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1", + "type": "Canvas", + "height": 1440, + "width": 1280, + "duration": 461, + "label": { + "en": [ + "10-video-annotating (Dancing Philosophy - Solos improvisés)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/10-video-annotating/10-video-annotating_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/10-video-annotating/10-video-annotating_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/10-video-annotating/10-video-annotating_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/10-video-annotating/10-video-annotating_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/annotation/2", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/10-video-annotating/10-video-annotating_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/Silence par Stefania Ferrando (teaser).mp4", + "type": "Video", + "height": 720, + "width": 1280, + "duration": 71, + "format": "video/mp4", + "value": "Teaser vid <a href=\"http://localhost:9000/data/10-video-annotating/10-video-annotating_afa34d9c-fc49-401e-9011-f09c24f16b18_Teaser vid_manifest.json\" target=\"_blank\">Go to Manifest</a>" + }, + "target": "http://localhost:9000/data/10-video-annotating/10-video-annotating_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,720,1280,720&t=10,81" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/10-video-annotating/10-video-annotating_afa34d9c-fc49-401e-9011-f09c24f16b18_Teaser vid_manifest.json b/Jacob/www/10-video-annotating/10-video-annotating_afa34d9c-fc49-401e-9011-f09c24f16b18_Teaser vid_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..277df2db9c1d25fb2f3e981d1678d441c923f25c --- /dev/null +++ b/Jacob/www/10-video-annotating/10-video-annotating_afa34d9c-fc49-401e-9011-f09c24f16b18_Teaser vid_manifest.json @@ -0,0 +1,52 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/10-video-annotating/10-video-annotating_afa34d9c-fc49-401e-9011-f09c24f16b18_Teaser vid_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "10-video-annotating (Teaser vid)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/10-video-annotating/10-video-annotating_afa34d9c-fc49-401e-9011-f09c24f16b18_Teaser vid/canvas/1", + "type": "Canvas", + "height": 720, + "width": 1280, + "duration": 71, + "label": { + "en": [ + "10-video-annotating (Teaser vid)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/10-video-annotating/10-video-annotating_afa34d9c-fc49-401e-9011-f09c24f16b18_Teaser vid/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/10-video-annotating/10-video-annotating_afa34d9c-fc49-401e-9011-f09c24f16b18_Teaser vid/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "http://localhost:9000/data/media/Silence par Stefania Ferrando (teaser).mp4", + "type": "Video", + "height": 720, + "width": 1280, + "duration": 71, + "format": "video/mp4" + }, + "target": "http://localhost:9000/data/10-video-annotating/10-video-annotating_afa34d9c-fc49-401e-9011-f09c24f16b18_Teaser vid/canvas/1#xywh=0,0,1280,720&t=0,71" + } + ] + } + ], + "thumbnail": [], + "annotations": [ + { + "items": [] + } + ] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/2-single-image-timed/2-single-image-timed_fe403786-6d09-46d1-90ec-8409a88361ed_My test image_manifest.json b/Jacob/www/2-single-image-timed/2-single-image-timed_fe403786-6d09-46d1-90ec-8409a88361ed_My test image_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..6d3c764d5e9039845a3e1914832e3df73265789e --- /dev/null +++ b/Jacob/www/2-single-image-timed/2-single-image-timed_fe403786-6d09-46d1-90ec-8409a88361ed_My test image_manifest.json @@ -0,0 +1,69 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/2-single-image-timed/2-single-image-timed_fe403786-6d09-46d1-90ec-8409a88361ed_My test image_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "2-single-image-timed (My test image)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/2-single-image-timed/2-single-image-timed_fe403786-6d09-46d1-90ec-8409a88361ed_My test image/canvas/1", + "type": "Canvas", + "height": 500, + "width": 200, + "duration": 60, + "label": { + "en": [ + "2-single-image-timed (My test image)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/2-single-image-timed/2-single-image-timed_fe403786-6d09-46d1-90ec-8409a88361ed_My test image/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/2-single-image-timed/2-single-image-timed_fe403786-6d09-46d1-90ec-8409a88361ed_My test image/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "", + "type": "Video", + "height": 500, + "width": 200, + "duration": 60, + "format": "video/mp4" + }, + "target": "http://localhost:9000/data/2-single-image-timed/2-single-image-timed_fe403786-6d09-46d1-90ec-8409a88361ed_My test image/canvas/1#xywh=0,0,200,500&t=0,60" + } + ] + } + ], + "thumbnail": [], + "annotations": [ + { + "id": "http://localhost:9000/data/2-single-image-timed/2-single-image-timed_fe403786-6d09-46d1-90ec-8409a88361ed_My test image/canvas/1/annotation/2", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/2-single-image-timed/2-single-image-timed_fe403786-6d09-46d1-90ec-8409a88361ed_My test image/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": 60 + }, + "target": "http://localhost:9000/data/2-single-image-timed/2-single-image-timed_fe403786-6d09-46d1-90ec-8409a88361ed_My test image/canvas/1#xywh=0,0,200,500&t=0,60" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/3-single-image-untimed/3-single-image-untimed_fe403786-6d09-46d1-90ec-8409a88361ed_My test image_manifest.json b/Jacob/www/3-single-image-untimed/3-single-image-untimed_fe403786-6d09-46d1-90ec-8409a88361ed_My test image_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..b3a48782532b92b20eca81f88370e160304ef31e --- /dev/null +++ b/Jacob/www/3-single-image-untimed/3-single-image-untimed_fe403786-6d09-46d1-90ec-8409a88361ed_My test image_manifest.json @@ -0,0 +1,52 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/3-single-image-untimed/3-single-image-untimed_fe403786-6d09-46d1-90ec-8409a88361ed_My test image_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "3-single-image-untimed (My test image)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/3-single-image-untimed/3-single-image-untimed_fe403786-6d09-46d1-90ec-8409a88361ed_My test image/canvas/1", + "type": "Canvas", + "height": 500, + "width": 200, + "duration": 0, + "label": { + "en": [ + "3-single-image-untimed (My test image)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/3-single-image-untimed/3-single-image-untimed_fe403786-6d09-46d1-90ec-8409a88361ed_My test image/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/3-single-image-untimed/3-single-image-untimed_fe403786-6d09-46d1-90ec-8409a88361ed_My test image/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": 0 + }, + "target": "http://localhost:9000/data/3-single-image-untimed/3-single-image-untimed_fe403786-6d09-46d1-90ec-8409a88361ed_My test image/canvas/1#xywh=0,0,200,500&t=0,0" + } + ] + } + ], + "thumbnail": [], + "annotations": [ + { + "items": [] + } + ] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/4-single-text-timed/4-single-text-timed_fb9c6659-caf5-4bac-8618-3fb7575e6281_Untitled node_manifest.json b/Jacob/www/4-single-text-timed/4-single-text-timed_fb9c6659-caf5-4bac-8618-3fb7575e6281_Untitled node_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..e9c1436864e37e2f44c5b5cfc3f8b207ea9fcd06 --- /dev/null +++ b/Jacob/www/4-single-text-timed/4-single-text-timed_fb9c6659-caf5-4bac-8618-3fb7575e6281_Untitled node_manifest.json @@ -0,0 +1,69 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/4-single-text-timed/4-single-text-timed_fb9c6659-caf5-4bac-8618-3fb7575e6281_Untitled node_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "4-single-text-timed (Untitled node)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/4-single-text-timed/4-single-text-timed_fb9c6659-caf5-4bac-8618-3fb7575e6281_Untitled node/canvas/1", + "type": "Canvas", + "height": 100, + "width": 1280, + "duration": 120, + "label": { + "en": [ + "4-single-text-timed (Untitled node)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/4-single-text-timed/4-single-text-timed_fb9c6659-caf5-4bac-8618-3fb7575e6281_Untitled node/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/4-single-text-timed/4-single-text-timed_fb9c6659-caf5-4bac-8618-3fb7575e6281_Untitled node/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "", + "type": "Video", + "height": 100, + "width": 1280, + "duration": 120, + "format": "video/mp4" + }, + "target": "http://localhost:9000/data/4-single-text-timed/4-single-text-timed_fb9c6659-caf5-4bac-8618-3fb7575e6281_Untitled node/canvas/1#xywh=0,0,1280,100&t=0,120" + } + ] + } + ], + "thumbnail": [], + "annotations": [ + { + "id": "http://localhost:9000/data/4-single-text-timed/4-single-text-timed_fb9c6659-caf5-4bac-8618-3fb7575e6281_Untitled node/canvas/1/annotation/2", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/4-single-text-timed/4-single-text-timed_fb9c6659-caf5-4bac-8618-3fb7575e6281_Untitled node/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "http://localhost:9000/data/4-single-text-timed/fb9c6659-caf5-4bac-8618-3fb7575e6281_associated_img.png", + "type": "Image", + "format": "image/png", + "height": 100, + "width": 1280, + "duration": 120 + }, + "target": "http://localhost:9000/data/4-single-text-timed/4-single-text-timed_fb9c6659-caf5-4bac-8618-3fb7575e6281_Untitled node/canvas/1#xywh=0,0,1280,100&t=0,120" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/4-single-text-timed/fb9c6659-caf5-4bac-8618-3fb7575e6281_associated_img.png b/Jacob/www/4-single-text-timed/fb9c6659-caf5-4bac-8618-3fb7575e6281_associated_img.png new file mode 100644 index 0000000000000000000000000000000000000000..92f8415c471e877a91d64f4cf75268f0717a0eb8 Binary files /dev/null and b/Jacob/www/4-single-text-timed/fb9c6659-caf5-4bac-8618-3fb7575e6281_associated_img.png differ diff --git a/Jacob/www/5-single-text-untimed/5-single-text-untimed_fb9c6659-caf5-4bac-8618-3fb7575e6281_Untitled node_manifest.json b/Jacob/www/5-single-text-untimed/5-single-text-untimed_fb9c6659-caf5-4bac-8618-3fb7575e6281_Untitled node_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..37b05341336595bb017c80082947cf3dbe97b85c --- /dev/null +++ b/Jacob/www/5-single-text-untimed/5-single-text-untimed_fb9c6659-caf5-4bac-8618-3fb7575e6281_Untitled node_manifest.json @@ -0,0 +1,54 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/5-single-text-untimed/5-single-text-untimed_fb9c6659-caf5-4bac-8618-3fb7575e6281_Untitled node_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "5-single-text-untimed (Untitled node)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/5-single-text-untimed/5-single-text-untimed_fb9c6659-caf5-4bac-8618-3fb7575e6281_Untitled node/canvas/1", + "type": "Canvas", + "height": 100, + "width": 1280, + "duration": 0, + "label": { + "en": [ + "5-single-text-untimed (Untitled node)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/5-single-text-untimed/5-single-text-untimed_fb9c6659-caf5-4bac-8618-3fb7575e6281_Untitled node/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/5-single-text-untimed/5-single-text-untimed_fb9c6659-caf5-4bac-8618-3fb7575e6281_Untitled node/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "http://localhost:9000/data/5-single-text-untimed/fb9c6659-caf5-4bac-8618-3fb7575e6281_associated_img.png", + "type": "Image", + "format": "image/png", + "height": 100, + "width": 1280, + "duration": 0 + }, + "target": "http://localhost:9000/data/5-single-text-untimed/5-single-text-untimed_fb9c6659-caf5-4bac-8618-3fb7575e6281_Untitled node/canvas/1#xywh=0,0,1280,100&t=0,0" + } + ] + } + ], + "thumbnail": [], + "annotations": [ + { + "id": "http://localhost:9000/data/5-single-text-untimed/5-single-text-untimed_fb9c6659-caf5-4bac-8618-3fb7575e6281_Untitled node/canvas/1/annotation/2", + "type": "AnnotationPage", + "items": [] + } + ] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/5-single-text-untimed/fb9c6659-caf5-4bac-8618-3fb7575e6281_associated_img.png b/Jacob/www/5-single-text-untimed/fb9c6659-caf5-4bac-8618-3fb7575e6281_associated_img.png new file mode 100644 index 0000000000000000000000000000000000000000..92f8415c471e877a91d64f4cf75268f0717a0eb8 Binary files /dev/null and b/Jacob/www/5-single-text-untimed/fb9c6659-caf5-4bac-8618-3fb7575e6281_associated_img.png differ diff --git a/Jacob/www/6-single-document-timed/6-single-document-timed_8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_My Cool Document_manifest.json b/Jacob/www/6-single-document-timed/6-single-document-timed_8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_My Cool Document_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..73aae4adaab147035d8402450d041d06e57af60f --- /dev/null +++ b/Jacob/www/6-single-document-timed/6-single-document-timed_8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_My Cool Document_manifest.json @@ -0,0 +1,69 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/6-single-document-timed/6-single-document-timed_8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_My Cool Document_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "6-single-document-timed (My Cool Document)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/6-single-document-timed/6-single-document-timed_8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_My Cool Document/canvas/1", + "type": "Canvas", + "height": 100, + "width": 1280, + "duration": 90, + "label": { + "en": [ + "6-single-document-timed (My Cool Document)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/6-single-document-timed/6-single-document-timed_8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_My Cool Document/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/6-single-document-timed/6-single-document-timed_8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_My Cool Document/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "", + "type": "Video", + "height": 100, + "width": 1280, + "duration": 90, + "format": "video/mp4" + }, + "target": "http://localhost:9000/data/6-single-document-timed/6-single-document-timed_8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_My Cool Document/canvas/1#xywh=0,0,1280,100&t=0,90" + } + ] + } + ], + "thumbnail": [], + "annotations": [ + { + "id": "http://localhost:9000/data/6-single-document-timed/6-single-document-timed_8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_My Cool Document/canvas/1/annotation/2", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/6-single-document-timed/6-single-document-timed_8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_My Cool Document/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "http://localhost:9000/data/6-single-document-timed/8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_associated_img.png", + "type": "Image", + "format": "image/png", + "height": 100, + "width": 1280, + "duration": 90 + }, + "target": "http://localhost:9000/data/6-single-document-timed/6-single-document-timed_8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_My Cool Document/canvas/1#xywh=0,0,1280,100&t=0,90" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/6-single-document-timed/8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_associated_img.png b/Jacob/www/6-single-document-timed/8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_associated_img.png new file mode 100644 index 0000000000000000000000000000000000000000..99e81b4d8b3cc8954dde42d2815106bf67052ce5 Binary files /dev/null and b/Jacob/www/6-single-document-timed/8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_associated_img.png differ diff --git a/Jacob/www/7-single-document-untimed/7-single-document-untimed_8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_My Cool Document_manifest.json b/Jacob/www/7-single-document-untimed/7-single-document-untimed_8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_My Cool Document_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..9689780a6da42ba1d42636dbc2beb90adbdb82ce --- /dev/null +++ b/Jacob/www/7-single-document-untimed/7-single-document-untimed_8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_My Cool Document_manifest.json @@ -0,0 +1,54 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/7-single-document-untimed/7-single-document-untimed_8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_My Cool Document_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "7-single-document-untimed (My Cool Document)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/7-single-document-untimed/7-single-document-untimed_8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_My Cool Document/canvas/1", + "type": "Canvas", + "height": 100, + "width": 1280, + "duration": 0, + "label": { + "en": [ + "7-single-document-untimed (My Cool Document)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/7-single-document-untimed/7-single-document-untimed_8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_My Cool Document/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/7-single-document-untimed/7-single-document-untimed_8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_My Cool Document/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "http://localhost:9000/data/7-single-document-untimed/8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_associated_img.png", + "type": "Image", + "format": "image/png", + "height": 100, + "width": 1280, + "duration": 0 + }, + "target": "http://localhost:9000/data/7-single-document-untimed/7-single-document-untimed_8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_My Cool Document/canvas/1#xywh=0,0,1280,100&t=0,0" + } + ] + } + ], + "thumbnail": [], + "annotations": [ + { + "id": "http://localhost:9000/data/7-single-document-untimed/7-single-document-untimed_8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_My Cool Document/canvas/1/annotation/2", + "type": "AnnotationPage", + "items": [] + } + ] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/7-single-document-untimed/8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_associated_img.png b/Jacob/www/7-single-document-untimed/8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_associated_img.png new file mode 100644 index 0000000000000000000000000000000000000000..99e81b4d8b3cc8954dde42d2815106bf67052ce5 Binary files /dev/null and b/Jacob/www/7-single-document-untimed/8197e099-4a36-4cf5-a24e-36bc1aa6bdd1_associated_img.png differ diff --git a/Jacob/www/8-video-with-image-annotations/8-video-with-image-annotations_133d72b4-989e-43c2-9ee3-a1246b785968_Stefania Ferrando_manifest.json b/Jacob/www/8-video-with-image-annotations/8-video-with-image-annotations_133d72b4-989e-43c2-9ee3-a1246b785968_Stefania Ferrando_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..f6a66f27f010c8c4150532d45b05206b096a008d --- /dev/null +++ b/Jacob/www/8-video-with-image-annotations/8-video-with-image-annotations_133d72b4-989e-43c2-9ee3-a1246b785968_Stefania Ferrando_manifest.json @@ -0,0 +1,69 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/8-video-with-image-annotations/8-video-with-image-annotations_133d72b4-989e-43c2-9ee3-a1246b785968_Stefania Ferrando_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "8-video-with-image-annotations (Stefania Ferrando)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/8-video-with-image-annotations/8-video-with-image-annotations_133d72b4-989e-43c2-9ee3-a1246b785968_Stefania Ferrando/canvas/1", + "type": "Canvas", + "height": 350, + "width": 250, + "duration": 265, + "label": { + "en": [ + "8-video-with-image-annotations (Stefania Ferrando)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/8-video-with-image-annotations/8-video-with-image-annotations_133d72b4-989e-43c2-9ee3-a1246b785968_Stefania Ferrando/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/8-video-with-image-annotations/8-video-with-image-annotations_133d72b4-989e-43c2-9ee3-a1246b785968_Stefania Ferrando/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "", + "type": "Video", + "height": 350, + "width": 250, + "duration": 265, + "format": "video/mp4" + }, + "target": "http://localhost:9000/data/8-video-with-image-annotations/8-video-with-image-annotations_133d72b4-989e-43c2-9ee3-a1246b785968_Stefania Ferrando/canvas/1#xywh=0,0,250,350&t=0,265" + } + ] + } + ], + "thumbnail": [], + "annotations": [ + { + "id": "http://localhost:9000/data/8-video-with-image-annotations/8-video-with-image-annotations_133d72b4-989e-43c2-9ee3-a1246b785968_Stefania Ferrando/canvas/1/annotation/2", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/8-video-with-image-annotations/8-video-with-image-annotations_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/8-video-with-image-annotations/8-video-with-image-annotations_133d72b4-989e-43c2-9ee3-a1246b785968_Stefania Ferrando/canvas/1#xywh=0,0,250,350&t=0,265" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git "a/Jacob/www/8-video-with-image-annotations/8-video-with-image-annotations_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" "b/Jacob/www/8-video-with-image-annotations/8-video-with-image-annotations_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" new file mode 100644 index 0000000000000000000000000000000000000000..079ce6c6e646d462729f75c807ce8c0f5b3d5083 --- /dev/null +++ "b/Jacob/www/8-video-with-image-annotations/8-video-with-image-annotations_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/8-video-with-image-annotations/8-video-with-image-annotations_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "8-video-with-image-annotations (Dancing Philosophy - Solos improvisés)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/8-video-with-image-annotations/8-video-with-image-annotations_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1", + "type": "Canvas", + "height": 1220, + "width": 1280, + "duration": 461, + "label": { + "en": [ + "8-video-with-image-annotations (Dancing Philosophy - Solos improvisés)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/8-video-with-image-annotations/8-video-with-image-annotations_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/8-video-with-image-annotations/8-video-with-image-annotations_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/8-video-with-image-annotations/8-video-with-image-annotations_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/8-video-with-image-annotations/8-video-with-image-annotations_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/annotation/2", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/8-video-with-image-annotations/8-video-with-image-annotations_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/8-video-with-image-annotations/8-video-with-image-annotations_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/8-video-with-image-annotations/8-video-with-image-annotations_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/8-video-with-image-annotations/8-video-with-image-annotations_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/8-video-with-image-annotations/8-video-with-image-annotations_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/8-video-with-image-annotations/8-video-with-image-annotations_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/8-video-with-image-annotations/8-video-with-image-annotations_d1585705-0150-4430-9f60-a7a9295e039a_Consetta Graffione_manifest.json b/Jacob/www/8-video-with-image-annotations/8-video-with-image-annotations_d1585705-0150-4430-9f60-a7a9295e039a_Consetta Graffione_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..10a748dc6f13b0a023632bdab2e38507b2725d01 --- /dev/null +++ b/Jacob/www/8-video-with-image-annotations/8-video-with-image-annotations_d1585705-0150-4430-9f60-a7a9295e039a_Consetta Graffione_manifest.json @@ -0,0 +1,69 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/8-video-with-image-annotations/8-video-with-image-annotations_d1585705-0150-4430-9f60-a7a9295e039a_Consetta Graffione_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "8-video-with-image-annotations (Consetta Graffione)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/8-video-with-image-annotations/8-video-with-image-annotations_d1585705-0150-4430-9f60-a7a9295e039a_Consetta Graffione/canvas/1", + "type": "Canvas", + "height": 500, + "width": 200, + "duration": 157, + "label": { + "en": [ + "8-video-with-image-annotations (Consetta Graffione)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/8-video-with-image-annotations/8-video-with-image-annotations_d1585705-0150-4430-9f60-a7a9295e039a_Consetta Graffione/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/8-video-with-image-annotations/8-video-with-image-annotations_d1585705-0150-4430-9f60-a7a9295e039a_Consetta Graffione/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "", + "type": "Video", + "height": 500, + "width": 200, + "duration": 157, + "format": "video/mp4" + }, + "target": "http://localhost:9000/data/8-video-with-image-annotations/8-video-with-image-annotations_d1585705-0150-4430-9f60-a7a9295e039a_Consetta Graffione/canvas/1#xywh=0,0,200,500&t=0,157" + } + ] + } + ], + "thumbnail": [], + "annotations": [ + { + "id": "http://localhost:9000/data/8-video-with-image-annotations/8-video-with-image-annotations_d1585705-0150-4430-9f60-a7a9295e039a_Consetta Graffione/canvas/1/annotation/2", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/8-video-with-image-annotations/8-video-with-image-annotations_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/8-video-with-image-annotations/8-video-with-image-annotations_d1585705-0150-4430-9f60-a7a9295e039a_Consetta Graffione/canvas/1#xywh=0,0,200,500&t=0,157" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/9-text-annotation-overlay/0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_associated_img.png b/Jacob/www/9-text-annotation-overlay/0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_associated_img.png new file mode 100644 index 0000000000000000000000000000000000000000..b61293d773684f02342ba1c11a65a0322f907008 Binary files /dev/null and b/Jacob/www/9-text-annotation-overlay/0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_associated_img.png differ diff --git a/Jacob/www/9-text-annotation-overlay/13d29317-f9ae-4ee0-b0ce-91518c398e36_associated_img.png b/Jacob/www/9-text-annotation-overlay/13d29317-f9ae-4ee0-b0ce-91518c398e36_associated_img.png new file mode 100644 index 0000000000000000000000000000000000000000..b61293d773684f02342ba1c11a65a0322f907008 Binary files /dev/null and b/Jacob/www/9-text-annotation-overlay/13d29317-f9ae-4ee0-b0ce-91518c398e36_associated_img.png differ diff --git a/Jacob/www/9-text-annotation-overlay/3f0e86c9-2a38-4916-9296-38310be27c91_associated_img.png b/Jacob/www/9-text-annotation-overlay/3f0e86c9-2a38-4916-9296-38310be27c91_associated_img.png new file mode 100644 index 0000000000000000000000000000000000000000..b61293d773684f02342ba1c11a65a0322f907008 Binary files /dev/null and b/Jacob/www/9-text-annotation-overlay/3f0e86c9-2a38-4916-9296-38310be27c91_associated_img.png differ diff --git a/Jacob/www/9-text-annotation-overlay/4896c8b2-c711-4ff0-9d85-1679e0276ef8_associated_img.png b/Jacob/www/9-text-annotation-overlay/4896c8b2-c711-4ff0-9d85-1679e0276ef8_associated_img.png new file mode 100644 index 0000000000000000000000000000000000000000..b61293d773684f02342ba1c11a65a0322f907008 Binary files /dev/null and b/Jacob/www/9-text-annotation-overlay/4896c8b2-c711-4ff0-9d85-1679e0276ef8_associated_img.png differ diff --git a/Jacob/www/9-text-annotation-overlay/7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_associated_img.png b/Jacob/www/9-text-annotation-overlay/7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_associated_img.png new file mode 100644 index 0000000000000000000000000000000000000000..b61293d773684f02342ba1c11a65a0322f907008 Binary files /dev/null and b/Jacob/www/9-text-annotation-overlay/7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_associated_img.png differ diff --git a/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6_manifest.json b/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..15a43ef6390be26bcc8d28cdb3b17f6aea2ff3b0 --- /dev/null +++ b/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6_manifest.json @@ -0,0 +1,69 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "9-text-annotation-overlay (Moment de silence 6)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6/canvas/1", + "type": "Canvas", + "height": 100, + "width": 1280, + "duration": 2, + "label": { + "en": [ + "9-text-annotation-overlay (Moment de silence 6)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "", + "type": "Video", + "height": 100, + "width": 1280, + "duration": 2, + "format": "video/mp4" + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6/canvas/1#xywh=0,0,1280,100&t=0,2" + } + ] + } + ], + "thumbnail": [], + "annotations": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6/canvas/1/annotation/2", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "http://localhost:9000/data/9-text-annotation-overlay/0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_associated_img.png", + "type": "Image", + "format": "image/png", + "height": 100, + "width": 1280, + "duration": 2 + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6/canvas/1#xywh=0,0,1280,100&t=0,2" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5_manifest.json b/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..a27312c8da398aa1255bc0bd648a1d76179b0824 --- /dev/null +++ b/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5_manifest.json @@ -0,0 +1,69 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "9-text-annotation-overlay (Moment de silence 5)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5/canvas/1", + "type": "Canvas", + "height": 100, + "width": 1280, + "duration": 2, + "label": { + "en": [ + "9-text-annotation-overlay (Moment de silence 5)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "", + "type": "Video", + "height": 100, + "width": 1280, + "duration": 2, + "format": "video/mp4" + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5/canvas/1#xywh=0,0,1280,100&t=0,2" + } + ] + } + ], + "thumbnail": [], + "annotations": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5/canvas/1/annotation/2", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "http://localhost:9000/data/9-text-annotation-overlay/13d29317-f9ae-4ee0-b0ce-91518c398e36_associated_img.png", + "type": "Image", + "format": "image/png", + "height": 100, + "width": 1280, + "duration": 2 + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5/canvas/1#xywh=0,0,1280,100&t=0,2" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git "a/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" "b/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" new file mode 100644 index 0000000000000000000000000000000000000000..7255b124a68109ce1c418b46074b82d851ddc712 --- /dev/null +++ "b/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" @@ -0,0 +1,160 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "9-text-annotation-overlay (Dancing Philosophy - Solos improvisés)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1", + "type": "Canvas", + "height": 820, + "width": 1280, + "duration": 461, + "label": { + "en": [ + "9-text-annotation-overlay (Dancing Philosophy - Solos improvisés)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_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/9-text-annotation-overlay/9-text-annotation-overlay_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/9-text-annotation-overlay/9-text-annotation-overlay_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/annotation/2", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_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/9-text-annotation-overlay/e3d73c64-2ed0-4162-be29-bc6a441e1823_associated_img.png", + "type": "Image", + "format": "image/png", + "value": "Silence... <a href=\"http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1_manifest.json\" target=\"_blank\">Go to Manifest</a>", + "height": 100, + "width": 1280, + "duration": 3 + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,0,1280,100&t=23,26" + }, + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_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/9-text-annotation-overlay/7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_associated_img.png", + "type": "Image", + "format": "image/png", + "value": "Silence... <a href=\"http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2_manifest.json\" target=\"_blank\">Go to Manifest</a>", + "height": 100, + "width": 1280, + "duration": 3 + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,0,1280,100&t=41,44" + }, + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/annotation/2/3", + "type": "Annotation", + "motivation": "commenting", + "body": { + "id": "http://localhost:9000/data/9-text-annotation-overlay/4896c8b2-c711-4ff0-9d85-1679e0276ef8_associated_img.png", + "type": "Image", + "format": "image/png", + "value": "Silence... <a href=\"http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3_manifest.json\" target=\"_blank\">Go to Manifest</a>", + "height": 100, + "width": 1280, + "duration": 2 + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,0,1280,100&t=55,57" + }, + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/annotation/2/4", + "type": "Annotation", + "motivation": "commenting", + "body": { + "id": "http://localhost:9000/data/9-text-annotation-overlay/3f0e86c9-2a38-4916-9296-38310be27c91_associated_img.png", + "type": "Image", + "format": "image/png", + "value": "Silence... <a href=\"http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4_manifest.json\" target=\"_blank\">Go to Manifest</a>", + "height": 100, + "width": 1280, + "duration": 3 + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,0,1280,100&t=70,73" + }, + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/annotation/2/5", + "type": "Annotation", + "motivation": "commenting", + "body": { + "id": "http://localhost:9000/data/9-text-annotation-overlay/13d29317-f9ae-4ee0-b0ce-91518c398e36_associated_img.png", + "type": "Image", + "format": "image/png", + "value": "Silence... <a href=\"http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5_manifest.json\" target=\"_blank\">Go to Manifest</a>", + "height": 100, + "width": 1280, + "duration": 2 + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,0,1280,100&t=110,112" + }, + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/annotation/2/6", + "type": "Annotation", + "motivation": "commenting", + "body": { + "id": "http://localhost:9000/data/9-text-annotation-overlay/0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_associated_img.png", + "type": "Image", + "format": "image/png", + "value": "Silence... <a href=\"http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6_manifest.json\" target=\"_blank\">Go to Manifest</a>", + "height": 100, + "width": 1280, + "duration": 2 + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,0,1280,100&t=124,126" + }, + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1/annotation/2/7", + "type": "Annotation", + "motivation": "commenting", + "body": { + "id": "http://localhost:9000/data/9-text-annotation-overlay/ab408741-a142-4e87-a974-cb3ec2d6da39_associated_img.png", + "type": "Image", + "format": "image/png", + "value": "Silence... <a href=\"http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7_manifest.json\" target=\"_blank\">Go to Manifest</a>", + "height": 100, + "width": 1280, + "duration": 2 + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvisés/canvas/1#xywh=0,0,1280,100&t=136,138" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4_manifest.json b/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..4aaa6e115c1cd0305a8252b5e20dcfe275d0c29f --- /dev/null +++ b/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4_manifest.json @@ -0,0 +1,69 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "9-text-annotation-overlay (Moment de silence 4)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4/canvas/1", + "type": "Canvas", + "height": 100, + "width": 1280, + "duration": 3, + "label": { + "en": [ + "9-text-annotation-overlay (Moment de silence 4)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "", + "type": "Video", + "height": 100, + "width": 1280, + "duration": 3, + "format": "video/mp4" + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4/canvas/1#xywh=0,0,1280,100&t=0,3" + } + ] + } + ], + "thumbnail": [], + "annotations": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4/canvas/1/annotation/2", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "http://localhost:9000/data/9-text-annotation-overlay/3f0e86c9-2a38-4916-9296-38310be27c91_associated_img.png", + "type": "Image", + "format": "image/png", + "height": 100, + "width": 1280, + "duration": 3 + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4/canvas/1#xywh=0,0,1280,100&t=0,3" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3_manifest.json b/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..23086a46a88a31de105092b12a6e5c661335dfb5 --- /dev/null +++ b/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3_manifest.json @@ -0,0 +1,69 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "9-text-annotation-overlay (Moment de silence 3)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3/canvas/1", + "type": "Canvas", + "height": 100, + "width": 1280, + "duration": 2, + "label": { + "en": [ + "9-text-annotation-overlay (Moment de silence 3)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "", + "type": "Video", + "height": 100, + "width": 1280, + "duration": 2, + "format": "video/mp4" + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3/canvas/1#xywh=0,0,1280,100&t=0,2" + } + ] + } + ], + "thumbnail": [], + "annotations": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3/canvas/1/annotation/2", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "http://localhost:9000/data/9-text-annotation-overlay/4896c8b2-c711-4ff0-9d85-1679e0276ef8_associated_img.png", + "type": "Image", + "format": "image/png", + "height": 100, + "width": 1280, + "duration": 2 + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3/canvas/1#xywh=0,0,1280,100&t=0,2" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2_manifest.json b/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..ac6acc9c24b57008beeb722249e23d683db2693f --- /dev/null +++ b/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2_manifest.json @@ -0,0 +1,69 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "9-text-annotation-overlay (Moment de silence 2)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2/canvas/1", + "type": "Canvas", + "height": 100, + "width": 1280, + "duration": 3, + "label": { + "en": [ + "9-text-annotation-overlay (Moment de silence 2)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "", + "type": "Video", + "height": 100, + "width": 1280, + "duration": 3, + "format": "video/mp4" + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2/canvas/1#xywh=0,0,1280,100&t=0,3" + } + ] + } + ], + "thumbnail": [], + "annotations": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2/canvas/1/annotation/2", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "http://localhost:9000/data/9-text-annotation-overlay/7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_associated_img.png", + "type": "Image", + "format": "image/png", + "height": 100, + "width": 1280, + "duration": 3 + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2/canvas/1#xywh=0,0,1280,100&t=0,3" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7_manifest.json b/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..959ee3545d50fb233c7f59734f4b7041f22bfa66 --- /dev/null +++ b/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7_manifest.json @@ -0,0 +1,69 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "9-text-annotation-overlay (Moment de silence 7)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7/canvas/1", + "type": "Canvas", + "height": 100, + "width": 1280, + "duration": 2, + "label": { + "en": [ + "9-text-annotation-overlay (Moment de silence 7)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "", + "type": "Video", + "height": 100, + "width": 1280, + "duration": 2, + "format": "video/mp4" + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7/canvas/1#xywh=0,0,1280,100&t=0,2" + } + ] + } + ], + "thumbnail": [], + "annotations": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7/canvas/1/annotation/2", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "http://localhost:9000/data/9-text-annotation-overlay/ab408741-a142-4e87-a974-cb3ec2d6da39_associated_img.png", + "type": "Image", + "format": "image/png", + "height": 100, + "width": 1280, + "duration": 2 + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7/canvas/1#xywh=0,0,1280,100&t=0,2" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1_manifest.json b/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..f03f6d4f761d6ae44e5b9c5b1c8073ae547bf8f9 --- /dev/null +++ b/Jacob/www/9-text-annotation-overlay/9-text-annotation-overlay_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1_manifest.json @@ -0,0 +1,69 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1_manifest.json", + "type": "Manifest", + "label": { + "en": [ + "9-text-annotation-overlay (Moment de silence 1)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1/canvas/1", + "type": "Canvas", + "height": 100, + "width": 1280, + "duration": 3, + "label": { + "en": [ + "9-text-annotation-overlay (Moment de silence 1)" + ] + }, + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1/canvas/1/page/1", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "", + "type": "Video", + "height": 100, + "width": 1280, + "duration": 3, + "format": "video/mp4" + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1/canvas/1#xywh=0,0,1280,100&t=0,3" + } + ] + } + ], + "thumbnail": [], + "annotations": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1/canvas/1/annotation/2", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1/canvas/1/page/1/1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "http://localhost:9000/data/9-text-annotation-overlay/e3d73c64-2ed0-4162-be29-bc6a441e1823_associated_img.png", + "type": "Image", + "format": "image/png", + "height": 100, + "width": 1280, + "duration": 3 + }, + "target": "http://localhost:9000/data/9-text-annotation-overlay/9-text-annotation-overlay_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1/canvas/1#xywh=0,0,1280,100&t=0,3" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/Jacob/www/9-text-annotation-overlay/ab408741-a142-4e87-a974-cb3ec2d6da39_associated_img.png b/Jacob/www/9-text-annotation-overlay/ab408741-a142-4e87-a974-cb3ec2d6da39_associated_img.png new file mode 100644 index 0000000000000000000000000000000000000000..b61293d773684f02342ba1c11a65a0322f907008 Binary files /dev/null and b/Jacob/www/9-text-annotation-overlay/ab408741-a142-4e87-a974-cb3ec2d6da39_associated_img.png differ diff --git a/Jacob/www/9-text-annotation-overlay/e3d73c64-2ed0-4162-be29-bc6a441e1823_associated_img.png b/Jacob/www/9-text-annotation-overlay/e3d73c64-2ed0-4162-be29-bc6a441e1823_associated_img.png new file mode 100644 index 0000000000000000000000000000000000000000..b61293d773684f02342ba1c11a65a0322f907008 Binary files /dev/null and b/Jacob/www/9-text-annotation-overlay/e3d73c64-2ed0-4162-be29-bc6a441e1823_associated_img.png differ diff --git a/Jacob/www/media/Silence par Stefania Ferrando (teaser).mp4 b/Jacob/www/media/Silence par Stefania Ferrando (teaser).mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e42c7223288bbf0259db56281909ffb9bc0504c3 Binary files /dev/null and b/Jacob/www/media/Silence par Stefania Ferrando (teaser).mp4 differ diff --git a/Jacob/www/video-with-annotations-infra/0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_associated_img.png b/Jacob/www/video-with-annotations-infra/0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_associated_img.png deleted file mode 100644 index 04b8692028b853295f5357e8ab4e0e7e8d613aa7..0000000000000000000000000000000000000000 Binary files a/Jacob/www/video-with-annotations-infra/0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_associated_img.png and /dev/null differ diff --git a/Jacob/www/video-with-annotations-infra/13d29317-f9ae-4ee0-b0ce-91518c398e36_associated_img.png b/Jacob/www/video-with-annotations-infra/13d29317-f9ae-4ee0-b0ce-91518c398e36_associated_img.png deleted file mode 100644 index 04b8692028b853295f5357e8ab4e0e7e8d613aa7..0000000000000000000000000000000000000000 Binary files a/Jacob/www/video-with-annotations-infra/13d29317-f9ae-4ee0-b0ce-91518c398e36_associated_img.png and /dev/null differ diff --git a/Jacob/www/video-with-annotations-infra/3f0e86c9-2a38-4916-9296-38310be27c91_associated_img.png b/Jacob/www/video-with-annotations-infra/3f0e86c9-2a38-4916-9296-38310be27c91_associated_img.png deleted file mode 100644 index 04b8692028b853295f5357e8ab4e0e7e8d613aa7..0000000000000000000000000000000000000000 Binary files a/Jacob/www/video-with-annotations-infra/3f0e86c9-2a38-4916-9296-38310be27c91_associated_img.png and /dev/null differ diff --git a/Jacob/www/video-with-annotations-infra/4896c8b2-c711-4ff0-9d85-1679e0276ef8_associated_img.png b/Jacob/www/video-with-annotations-infra/4896c8b2-c711-4ff0-9d85-1679e0276ef8_associated_img.png deleted file mode 100644 index 04b8692028b853295f5357e8ab4e0e7e8d613aa7..0000000000000000000000000000000000000000 Binary files a/Jacob/www/video-with-annotations-infra/4896c8b2-c711-4ff0-9d85-1679e0276ef8_associated_img.png and /dev/null differ diff --git a/Jacob/www/video-with-annotations-infra/7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_associated_img.png b/Jacob/www/video-with-annotations-infra/7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_associated_img.png deleted file mode 100644 index 04b8692028b853295f5357e8ab4e0e7e8d613aa7..0000000000000000000000000000000000000000 Binary files a/Jacob/www/video-with-annotations-infra/7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_associated_img.png and /dev/null differ diff --git a/Jacob/www/video-with-annotations-infra/ab408741-a142-4e87-a974-cb3ec2d6da39_associated_img.png b/Jacob/www/video-with-annotations-infra/ab408741-a142-4e87-a974-cb3ec2d6da39_associated_img.png deleted file mode 100644 index 04b8692028b853295f5357e8ab4e0e7e8d613aa7..0000000000000000000000000000000000000000 Binary files a/Jacob/www/video-with-annotations-infra/ab408741-a142-4e87-a974-cb3ec2d6da39_associated_img.png and /dev/null differ diff --git a/Jacob/www/video-with-annotations-infra/e3d73c64-2ed0-4162-be29-bc6a441e1823_associated_img.png b/Jacob/www/video-with-annotations-infra/e3d73c64-2ed0-4162-be29-bc6a441e1823_associated_img.png deleted file mode 100644 index 04b8692028b853295f5357e8ab4e0e7e8d613aa7..0000000000000000000000000000000000000000 Binary files a/Jacob/www/video-with-annotations-infra/e3d73c64-2ed0-4162-be29-bc6a441e1823_associated_img.png and /dev/null differ 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 deleted file mode 100644 index e575e2b39dcc23b099da003d28dab6e6daa285b5..0000000000000000000000000000000000000000 --- a/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_Moment de silence 6_manifest.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "@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": { - "id": "http://localhost:9000/data/video-with-annotations-infra/0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_associated_img.png", - "type": "Image", - "format": "image/svg", - "height": 500, - "width": 500, - "duration": 2 - }, - "target": "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 deleted file mode 100644 index baca4285ef35093b94c9a347c61b737734d8b92d..0000000000000000000000000000000000000000 --- a/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_13d29317-f9ae-4ee0-b0ce-91518c398e36_Moment de silence 5_manifest.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "@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": { - "id": "http://localhost:9000/data/video-with-annotations-infra/13d29317-f9ae-4ee0-b0ce-91518c398e36_associated_img.png", - "type": "Image", - "format": "image/svg", - "height": 500, - "width": 500, - "duration": 2 - }, - "target": "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" deleted file mode 100644 index cb4acdb501350491a6be331cb9bf42e669e0d356..0000000000000000000000000000000000000000 --- "a/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" +++ /dev/null @@ -1,160 +0,0 @@ -{ - "@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": { - "id": "http://localhost:9000/data/video-with-annotations-infra/e3d73c64-2ed0-4162-be29-bc6a441e1823_associated_img.png", - "type": "Image", - "format": "image/svg", - "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": 500, - "width": 500, - "duration": 3 - }, - "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,500,500&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": { - "id": "http://localhost:9000/data/video-with-annotations-infra/7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_associated_img.png", - "type": "Image", - "format": "image/svg", - "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": 500, - "width": 500, - "duration": 3 - }, - "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,500,500&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": { - "id": "http://localhost:9000/data/video-with-annotations-infra/4896c8b2-c711-4ff0-9d85-1679e0276ef8_associated_img.png", - "type": "Image", - "format": "image/svg", - "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": 500, - "width": 500, - "duration": 2 - }, - "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,500,500&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": { - "id": "http://localhost:9000/data/video-with-annotations-infra/3f0e86c9-2a38-4916-9296-38310be27c91_associated_img.png", - "type": "Image", - "format": "image/svg", - "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": 500, - "width": 500, - "duration": 3 - }, - "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,500,500&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": { - "id": "http://localhost:9000/data/video-with-annotations-infra/13d29317-f9ae-4ee0-b0ce-91518c398e36_associated_img.png", - "type": "Image", - "format": "image/svg", - "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": 500, - "width": 500, - "duration": 2 - }, - "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,500,500&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": { - "id": "http://localhost:9000/data/video-with-annotations-infra/0a3f899c-1d3e-47be-8b5c-0fd93e66dd5d_associated_img.png", - "type": "Image", - "format": "image/svg", - "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": 500, - "width": 500, - "duration": 2 - }, - "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,500,500&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": { - "id": "http://localhost:9000/data/video-with-annotations-infra/ab408741-a142-4e87-a974-cb3ec2d6da39_associated_img.png", - "type": "Image", - "format": "image/svg", - "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": 500, - "width": 500, - "duration": 2 - }, - "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,500,500&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 deleted file mode 100644 index f36f3626b924eca1f50eb23d7d9f60325dca9222..0000000000000000000000000000000000000000 --- a/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_3f0e86c9-2a38-4916-9296-38310be27c91_Moment de silence 4_manifest.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "@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": { - "id": "http://localhost:9000/data/video-with-annotations-infra/3f0e86c9-2a38-4916-9296-38310be27c91_associated_img.png", - "type": "Image", - "format": "image/svg", - "height": 500, - "width": 500, - "duration": 3 - }, - "target": "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 deleted file mode 100644 index 3caf8d59f80e297e9d31d9a8249b15951cf57279..0000000000000000000000000000000000000000 --- a/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_4896c8b2-c711-4ff0-9d85-1679e0276ef8_Moment de silence 3_manifest.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "@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": { - "id": "http://localhost:9000/data/video-with-annotations-infra/4896c8b2-c711-4ff0-9d85-1679e0276ef8_associated_img.png", - "type": "Image", - "format": "image/svg", - "height": 500, - "width": 500, - "duration": 2 - }, - "target": "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 deleted file mode 100644 index f875a9dcd209715f4a38e08bd69e5411c472c0ba..0000000000000000000000000000000000000000 --- a/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_Moment de silence 2_manifest.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "@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": { - "id": "http://localhost:9000/data/video-with-annotations-infra/7f6cf244-ad62-4b68-b4d3-f4918bd8a35d_associated_img.png", - "type": "Image", - "format": "image/svg", - "height": 500, - "width": 500, - "duration": 3 - }, - "target": "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 deleted file mode 100644 index 3d5c5684f7cb1dae16626b39a16645635a6d79bb..0000000000000000000000000000000000000000 --- a/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_ab408741-a142-4e87-a974-cb3ec2d6da39_Moment de silence 7_manifest.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "@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": { - "id": "http://localhost:9000/data/video-with-annotations-infra/ab408741-a142-4e87-a974-cb3ec2d6da39_associated_img.png", - "type": "Image", - "format": "image/svg", - "height": 500, - "width": 500, - "duration": 2 - }, - "target": "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 deleted file mode 100644 index 7d7ae65ea9f695523f75333aeba056da0c5c7241..0000000000000000000000000000000000000000 --- a/Jacob/www/video-with-annotations-infra/video-with-annotations-infra_e3d73c64-2ed0-4162-be29-bc6a441e1823_Moment de silence 1_manifest.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "@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": { - "id": "http://localhost:9000/data/video-with-annotations-infra/e3d73c64-2ed0-4162-be29-bc6a441e1823_associated_img.png", - "type": "Image", - "format": "image/svg", - "height": 500, - "width": 500, - "duration": 3 - }, - "target": "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 deleted file mode 100644 index 87675fedb69b063c89fac2fbafcd6059c8d2274d..0000000000000000000000000000000000000000 --- a/Jacob/www/video-with-image-annotation/video-with-image-annotation_133d72b4-989e-43c2-9ee3-a1246b785968_Stefania Ferrando_manifest.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "@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" deleted file mode 100644 index 912673b78e9e57421db962bc37e666b648f7217a..0000000000000000000000000000000000000000 --- "a/Jacob/www/video-with-image-annotation/video-with-image-annotation_255d8188-df07-42d3-8b45-2f0ecc000b4e_Dancing Philosophy - Solos improvis\303\251s_manifest.json" +++ /dev/null @@ -1,85 +0,0 @@ -{ - "@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 deleted file mode 100644 index 10f34bf7f57a5905acb102328dfd64778efe10a5..0000000000000000000000000000000000000000 --- a/Jacob/www/video-with-image-annotation/video-with-image-annotation_d1585705-0150-4430-9f60-a7a9295e039a_Consetta Graffione_manifest.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "@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