diff --git a/europeana/SUMMARY.md b/europeana/SUMMARY.md index 2c6fc9d0..3f70b4e5 100644 --- a/europeana/SUMMARY.md +++ b/europeana/SUMMARY.md @@ -15,8 +15,8 @@ - [Scaling IIIF Images](day-two/scaling.md) ## Presentation API -- [Presentation API](prezi-intro.md) -- [How do people create Manifests?](prezi-how.md) +- [Presentation API](day-three/prezi-intro.md) +- [How do people create Manifests?](day-three/prezi-how.md) - [Create a Manifest](bodliean-editor.md) - [Publishing your manifest](day-three/workbench/short.md) - [Extra: Create an Exhibit](exhibit/exhibit.md) diff --git a/iiif-online-workshop/day-three/digirati-editor/imgs/preview.png b/iiif-online-workshop/day-three/digirati-editor/imgs/preview.png new file mode 100644 index 00000000..9a8eec9d Binary files /dev/null and b/iiif-online-workshop/day-three/digirati-editor/imgs/preview.png differ diff --git a/iiif-online-workshop/day-three/digirati-editor/standalone.md b/iiif-online-workshop/day-three/digirati-editor/standalone.md new file mode 100644 index 00000000..fef240b9 --- /dev/null +++ b/iiif-online-workshop/day-three/digirati-editor/standalone.md @@ -0,0 +1,67 @@ +# Create a IIIF Manifest using the Digirati Manifest Editor + +The Digirati Manifest editor provides more functionality than the Bodleian Manifest Editor that we used in the previous versions of the training. Specifically it supports version 3 of the IIIF specifications which allows you to add Video or Audio items to a canvas. + +## Gather images + +First, assemble a list of IIIF `info.json` URLs for your content. They should all be on HTTPS URLs (not unsecure HTTP). + + * Here is a sample image at the [Yale Center for British Art](https://images.collections.yale.edu/iiif/2/ycba:9e08d901-a26b-4acb-a768-28f90a062adf/info.json) + * Here's another sample image at [Wellcome](https://iiif.wellcomecollection.org/image/V0037482/info.json) + * Here are some [book pages from Wellcome](https://digirati-co-uk.github.io/me-testing/03-image-services.html) + +You can also use the following canvas finder which will take a Manifest and show you the IIIF Image Ids you need for the manifest editor: + +[https://glenrobson.github.io/CanvasFinder/](https://glenrobson.github.io/CanvasFinder/) + +## Steps to create your Manifest + +### Step 1 + +Navigate to the editor at https://manifest-editor.digirati.services/ and click on the Create Empty Manifest option at the bottom of the page: + +![Manifest Editor Splash Screen](imgs/splash.png) + +If you have previously been editing a Manifest in the editor, it will resume from where you left off. You can start a fresh Manifest from the File menu: **File** -> **New** -> **Blank Manifest** + +### Step 2 + +Click the Add canvas link in the left hand menu + +![Add Canvas](imgs/add-canvas.png) + +The Manifest Editor has a number of helpers for quickly creating Canvases from different sources. In this case, we're using IIIF Image Services. Select the **Image Service** option from the panel on the right. + +![Create a Canvas from an Image Service](imgs/image-service-option.png) + +Paste the URL of the info.json into the text box and click **Create**. + +![Paste the Image Service URL](imgs/paste-image-service-url.png) + +Once the image is loaded you should see something similar to the screenshot below. Note it may take a few minutes for the image to load if you are using the Internet Archive. + +![Newly created canvas](imgs/newly-created-canvas.png) + +Now edit the Canvas label, replacing the words "Untitled canvas" in the Label field in the right-hand panel: + +![Editing the label](imgs/edit-label.png) + +Now repeat these steps to add a second canvas to your manifest by clicking the higlighted Add Canvas link on the left hand side. Once you've added a second canvas this will be listed on the left hand side: + +![A second canvas](imgs/second-canvas.png) + +### Step 3 + +We are now going to edit the Manifest metadata to change the label. First click the **Edit manifest** link at the top of the left panel. This changes the subject of the right panel. The right panel always edits whatever is selected in the left hand or center panels. + +![Edit manifest](imgs/edit_manifest.png) + +Now edit the Manifest label: + +![Edit the manifest label](imgs/edit-manifest-label.png) + +### Step 4 + +Now we are going to view the manifest and try it out in some viewers. If you click the down arrow beside the red Preview button at the top right. You should see a list of options including Mirador and the Universal Viewer. There is also the option to view the Raw Manifest which you can copy and paste and use in other tools. + +![Preview manifest](imgs/preview.png) \ No newline at end of file diff --git a/europeana/prezi-how.md b/iiif-online-workshop/day-three/prezi-how.md similarity index 100% rename from europeana/prezi-how.md rename to iiif-online-workshop/day-three/prezi-how.md diff --git a/europeana/prezi-intro.md b/iiif-online-workshop/day-three/prezi-intro.md similarity index 100% rename from europeana/prezi-intro.md rename to iiif-online-workshop/day-three/prezi-intro.md diff --git a/vra-workshop/SUMMARY.md b/vra-workshop/SUMMARY.md index ee32a4a8..22593d95 100644 --- a/vra-workshop/SUMMARY.md +++ b/vra-workshop/SUMMARY.md @@ -21,8 +21,16 @@ - [Scaling IIIF Images](day-two/scaling.md) ## Presentation API -- [Presentation API](prezi-intro.md) -- [How do people create Manifests?](prezi-how.md) -- [Create a Manifest](bodliean-editor.md) -- [Publishing your manifest](day-three/workbench/short.md) -- [Extra: Create an Exhibit](exhibit/exhibit.md) +- [Presentation API](day-three/prezi-intro.md) +- [How do people create Manifests?](day-three/prezi-how.md) +- [Create a Manifest](day-three/digirati-editor/standalone.md) + - [Create a AV Manifest](day-three/digirati-editor/Add_video_manifest.md) +- [Things to do with Manifests](manifests.md) + - [Annotating with Mirador](day-four/annotations-exercises.md) + - [Book of Remembrance](day-four/annotations-stores.md) + - [Book of Remembrance - Results](day-four/annotations-stores-results.md) + - [Transcription for Pedagogy](annotation-use-cases/FromThePage.md) + - [Pandemic Crowdsourcing with Wikidata](annotation-use-cases/wikidata.md) + +- [Create an Exhibit](exhibit/exhibit.md) +- [Project demos and summary](demos.md) diff --git a/vra-workshop/annotation-use-cases b/vra-workshop/annotation-use-cases new file mode 120000 index 00000000..d88a93ab --- /dev/null +++ b/vra-workshop/annotation-use-cases @@ -0,0 +1 @@ +../annotations/use_cases \ No newline at end of file diff --git a/vra-workshop/day-four b/vra-workshop/day-four new file mode 120000 index 00000000..32eca9a6 --- /dev/null +++ b/vra-workshop/day-four @@ -0,0 +1 @@ +../iiif-online-workshop/day-four \ No newline at end of file diff --git a/vra-workshop/day-three b/vra-workshop/day-three new file mode 120000 index 00000000..2e56e7db --- /dev/null +++ b/vra-workshop/day-three @@ -0,0 +1 @@ +../iiif-online-workshop/day-three \ No newline at end of file diff --git a/vra-workshop/demos.md b/vra-workshop/demos.md new file mode 100644 index 00000000..9e4a2417 --- /dev/null +++ b/vra-workshop/demos.md @@ -0,0 +1,39 @@ +# Project demos + +We've now completed the course and would be interested in seeing the demos you've been working on. + +## Slack channels + +Join the [IIIF slack](http://bit.ly/iiif-slack): + + * general - general discussion and announcements + * beginner - beginner questions lots of people to help + * iiif-in-the-classroom - ideas for IIIF in the classroom + * curators_of_awesome - become a curator of awesome by helping to curate: https://github.com/IIIF/awesome-iiif + * mirador - ask questions and see the latest developments with Mirador + * technical - ask difficult technical questions :-) + +## Zoom calls +Community Calls https://iiif.io/community/call/ + +## Community groups +See all IIIF calls on the IIIF Calendar: https://iiif.io/community/ + +Community groups: + * [3D](https://iiif.io/community/groups/3d) + * [A/V](https://iiif.io/community/groups/av) + * [Design](https://iiif.io/community/groups/D4H) + * [Maps](https://iiif.io/community/groups/maps) + * [Museums](https://iiif.io/community/groups/museums) + * [Outreach](https://iiif.io/community/groups/outreach) + +Technical Groups + * [3D](https://iiif.io/community/groups/3d/tsg/) + * [Authentication](https://iiif.io/community/groups/auth-tsg) + * [Content Search](https://iiif.io/community/groups/content-search-tsg) + + +## Stay informed + + * Join the [monthly newsletter](https://iiif.io/newsletter/) + * Join the IIIF Discuss [email list](https://groups.google.com/forum/#!forum/iiif-discuss) diff --git a/vra-workshop/exhibit b/vra-workshop/exhibit new file mode 120000 index 00000000..eff5668b --- /dev/null +++ b/vra-workshop/exhibit @@ -0,0 +1 @@ +../europeana/exhibit \ No newline at end of file diff --git a/vra-workshop/manifests.md b/vra-workshop/manifests.md new file mode 100644 index 00000000..7c1d6c55 --- /dev/null +++ b/vra-workshop/manifests.md @@ -0,0 +1,7 @@ +# Things to do with Manifests + +Once you have a IIIF manifest hosted publicly on the web you are ready to use most IIIF tools. The following pages provide a few highlights and there are also extras in the following online training: + + * [Exhibiting content with Omeka-s](https://training.iiif.io/advanced_iiif/modules/omeka/) + * [Crowdsourcing with Zooniverse](https://training.iiif.io/advanced_iiif/modules/zooniverse/) + * [See more tools on awesome-iiif](https://github.com/IIIF/awesome-iiif) \ No newline at end of file