Skip to content

Commit

Permalink
Updating manifest editor
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Oct 10, 2024
1 parent d08dab9 commit 4e1aa98
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 30 deletions.
1 change: 0 additions & 1 deletion australia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ The second part of the workshop will focus on linking multiple IIIF images toget
Glen Robson works as the IIIF Technical Coordinator and runs a monthly 5 day online training course along with designing custom training for different institutions on IIIF and AV and reusing IIIF resources in various research systems like Omeka, Zooniverse and other annotation systems. Glen has been involved in the IIIF community since 2014 and previously worked at the National Library of Wales and worked on their IIIF implementation to support various crowdsourcing, maps and Newspaper projects.

## Plan:
9-12

### Part 1:
9:00am - 11:00am
Expand Down
1 change: 0 additions & 1 deletion iiif-online-workshop/day-one/whatisiiif.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ First because IIIF provides a standard way of exposing images and metadata it is

* [Manuscript in NLW using the UniversalViewer](http://hdl.handle.net/10107/4574752)
* [Same Manuscript in Mirador 3](https://projectmirador.org/embed/?iiif-content=https://damsssl.llgc.org.uk/iiif/2.0/4574752/manifest.json)
* [Tify](https://demo.tify.rocks/demo.html?manifest=https://damsssl.llgc.org.uk/iiif/2.0/4574752/manifest.json)
* [IIIF Curation Viewer](http://codh.rois.ac.jp/software/iiif-curation-viewer/demo/?manifest=https://damsssl.llgc.org.uk/iiif/2.0/4574752/manifest.json)
* [Annona](https://ncsu-libraries.github.io/annona/tools/#/display?url=https://damsssl.llgc.org.uk/iiif/2.0/4574752/manifest.json&viewtype=iiif-storyboard&settings=%7B%22fullpage%22%3Atrue%7D)
* [Clover](https://samvera-labs.github.io/clover-iiif/docs/viewer/demo?iiif-content=https://damsssl.llgc.org.uk/iiif/2.0/4574752/manifest.json)
Expand Down
48 changes: 20 additions & 28 deletions iiif-online-workshop/day-three/digirati-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,33 @@ The Digirati Manifest editor provides more functionality than the [Bodleian Mani

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 is a sample image at the [Yale Center for British Art](https://images.collections.yale.edu/iiif/2/ycba:209a98f4-dce8-4948-bade-79a9ab6eb848/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)

## 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:
Navigate to the editor at https://manifest-editor.digirati.services/ and click on the Create Empty Manifest option at the top 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**
![Manifest Editor Splash Screen](imgs/CreateEmptyManifest.png)

### Step 2

Click the Add canvas link in the left hand menu
We are now going to edit the Manifest metadata to change the label. When you first open the manifest you have access to the Manifest metadata. To change the label of the manifest look to the right hand panel where it says **Blank Manifest**

![Edit manifest](imgs/edit_manifest.png)

Now edit the Manifest label. Changes are saved automatically. By clicking the tabs above the label i.e. Descriptive, Metadata, Technical and Linking you can add other descriptions and metadata to your manifest.

### Step 3

Now we are going to add some content to your manifest. To add a canvas click the "start adding content button":

![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.
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 **IIIF Image** option from the panel on the right.

![Create a Canvas from an Image Service](imgs/image-service-option.png)

Expand All @@ -42,32 +48,18 @@ Now edit the Canvas label, replacing the words "Untitled canvas" in the Label fi

![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
Now we are going to add a second canvas. To do this click on the Canvases panel on the left hand side:

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.
![Select canvas panel](imgs/select-canvas-panel.png)

![Edit manifest](imgs/edit_manifest.png)
This will show you all of the canvases you have with your manifests. To add a second canvas click the add canvas button highlighted in this image.

Now edit the Manifest label:
![Add second canvas](imgs/add-second-canvas.png)

![Edit the manifest label](imgs/edit-manifest-label.png)
![A second canvas](imgs/second-canvas.png)

### Step 4

Now we are going to save and download the Manifest for the next stage.

In the menu, click **File** -> **Export**.

The Manifest Editor gives you the option of IIIF Presentation 3 or 2. Click the **Download** button for Presentation 3:

![Export a manifest](imgs/export.png)

This will save to your default downloads location.

### Step 5
Now we can view our Manifest in a number of viewers by clicking the preview button:

You should now create a directory to store all of the manifests and other things we create during the course. We suggest you call it `iiif-workshop` and you move the downloaded Manifest to this directory and call it `manifest.json`.
![Preview a manifest](imgs/preview.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified iiif-online-workshop/day-three/digirati-editor/imgs/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4e1aa98

Please sign in to comment.