|
|
# Interface
|
|
|
|
|
|
You may already be familiar with the IIIF manifest viewer [Mirador](https://projectmirador.org/) – if this is the case, you shouldn’t be lost in the MemoRekall-IIIF interface. That being said, there are a few additions which you should be aware of. First, we shall recap the main functionalities of Mirador, then we shall explain what has been added as part of the MemoRekall-IIIF interface.
|
|
|
|
|
|
1. [Mirador Base Interface](#mirador-base-interface)
|
... | ... | @@ -11,9 +9,9 @@ You may already be familiar with the IIIF manifest viewer [Mirador](https://proj |
|
|
- [Annotation](#annotation)
|
|
|
- [Add Annotation](#add-annotation)
|
|
|
|
|
|
## Mirador Base Interface
|
|
|
# Mirador Base Interface
|
|
|
|
|
|
### Main Toolbar
|
|
|
## Main Toolbar
|
|
|
|
|
|
The main Mirador toolbar is found on the right of the screen.
|
|
|
|
... | ... | @@ -27,13 +25,13 @@ The main Mirador toolbar is found on the right of the screen. |
|
|
- Next, Workspace Options – you can Export and Import the entire workspace as a JSON file.
|
|
|
- Finally, Full Screen mode.
|
|
|
|
|
|
### Add Resource
|
|
|
## Add Resource
|
|
|
|
|
|
In the Add Resource screen, you are presented with a list of different IIIF manifests which can be opened in a Window in the Mirador workspace. In both of our demos, there are a number of manifests that come preloaded in the workspace.
|
|
|
|
|
|
At the bottom of the screen is a button for adding a new manifest. If you click on this, you will need to provide the URL to an existing IIIF manifest. Once this is done, it will be added to the list of manifests you can open.
|
|
|
|
|
|
### Manifest Window
|
|
|
## Manifest Window
|
|
|
|
|
|
A manifest is opened as a Window in the Mirador workspace. Depending if you are in Elastic or Mosaic workspace type (see [Main Toolbar](#main-toolbar) you can resize and reposition the window.
|
|
|
|
... | ... | @@ -59,11 +57,11 @@ The Window is divided into four main sections: |
|
|
- If the main resource is a video, you can control playback and audio here.
|
|
|
- If the zoom controls are activated (see [Main Toolbar](#main-toolbar)) you can control Zoom here.
|
|
|
|
|
|
## MemoRekall-IIIF
|
|
|
# MemoRekall-IIIF
|
|
|
|
|
|
The following pertains to the functionalities we have added to Mirador, notably in the Annotations section of a Window’s Side Toolbar.
|
|
|
|
|
|
### Annotation Toolbar
|
|
|
## Annotation Toolbar
|
|
|
|
|
|
At the top of the Annotation List you will find the following commands:
|
|
|
|
... | ... | @@ -72,13 +70,13 @@ At the top of the Annotation List you will find the following commands: |
|
|
|
|
|
At the top of the list of annotations, you will find functionality for Filtering the list of annotations. Type a search term and only annotations including this term in the title will be shown.
|
|
|
|
|
|
### Annotation
|
|
|
## Annotation
|
|
|
|
|
|
The list is populated with different annotations. In MemoRekall-IIIF, an annotation can be directly linked to an IIIF manifest. If this is the case, under the annotation’s title, a collapsible accordion will appear called Details. Clicking on this will display the associated manifest’s title, the manifest’s thumbnail, and an option for Opening the manifest in a new Mirador window.
|
|
|
|
|
|
When you hover over each annotation, you have the option to either Edit it (this will open a toolbar on the right of the Window) or Delete it.
|
|
|
|
|
|
### Add Annotation
|
|
|
## Add Annotation
|
|
|
|
|
|
To add a new annotation, click on the Add Annotation button at the top of the Annotation Toolbar. This will open a new toolbar on the right of the Window. Here you have several functionalities for creating annotations.
|
|
|
|
... | ... | |