Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vra workshop adding presentation API #191

Merged
merged 4 commits into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions europeana/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions iiif-online-workshop/day-three/digirati-editor/standalone.md
Original file line number Diff line number Diff line change
@@ -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)
File renamed without changes.
File renamed without changes.
18 changes: 13 additions & 5 deletions vra-workshop/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions vra-workshop/annotation-use-cases
1 change: 1 addition & 0 deletions vra-workshop/day-four
1 change: 1 addition & 0 deletions vra-workshop/day-three
39 changes: 39 additions & 0 deletions vra-workshop/demos.md
Original file line number Diff line number Diff line change
@@ -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)
1 change: 1 addition & 0 deletions vra-workshop/exhibit
7 changes: 7 additions & 0 deletions vra-workshop/manifests.md
Original file line number Diff line number Diff line change
@@ -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)
Loading