You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nlw-workshop/av-intro.md
+26-7Lines changed: 26 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Note if the audio resource in the body is longer than the time specified in the
50
50
51
51
Using one of the example NLW video files I created a manifest using the Digirati Manifest editor and then added a few fields that weren't supported by the editor. You can see the manifest below:
52
52
53
-
[Example AV Manifest](av-manifest.json)
53
+
[Example AV Manifest](https://glenrobson.github.io/iiif_stuff/nlw-workshop/av-manifest.json)
54
54
55
55
Important features:
56
56
* Bilingual metadata
@@ -59,12 +59,31 @@ Important features:
59
59
* homepage pointing to Clip website
60
60
* provider linking to NLW
61
61
* VTT files
62
+
* Table of contents example
62
63
63
64
To view this in a number of viewers you can click on the following links:
One thing that came up in discussion is to allow users to create a playlist of items. This could be done with a manifest with multiple canvases but you would loose a lot of the metadata. I think this would be done better with a IIIF collection like the following:
78
+
79
+
[Example AV Collection](https://glenrobson.github.io/iiif_stuff/nlw-workshop/playlist-collection.json)
80
+
81
+
It doesn't look like this is well supported in viewers yet:
Each recipe has gone through a formal review process and gives a guide to both IIIF publishers and viewer developers for accepted patterns. By detailing which viewers support which recipe it also provides a matrix so you can see the strengths and weaknesses of each viewer. It also solves a common problem with IIIF where the specification supports a feature but you don't know if its implemented in a viewer. If you create a test manifest you are unsure if its the viewer at fault or if you've made a mistake in the manifest.
10
15
11
-
Transkribus: https://www.transkribus.org/
16
+
## Omeka-s
17
+
18
+
Omeka-s is a great way of creating digital exhibition or simple websites and integrates well with IIIF. Its possible to embed IIIF viewers and there are even plugings to enable a native IIIF image server. The guide below takes you through a use case at the University of Ghent where students are tasked with creating exhibitions using the Ghent digital collections.
The British Library funded the support of IIIF within the Zooniverse crowdsourcing system. The guide below takes you through creating a IIIF enabled crowdsourcing project.
Transkribus is a Handwriting Text Recognition system that can be trained to turn handwriting into annotations. You can import a IIIF manifest, then transcribe a portion of the text and create a model that will transcribe the rest of the content. They have some out of the box models that may work with some content but it works best with large collections of personal archives like diaries and letters written by the same person.
31
+
32
+
https://www.transkribus.org/
33
+
34
+
## Glycerine
35
+
36
+
Glycerine is a relatively new annotation system that is developed by a company in Australia. We have come across the viewer early in the course but it also has a annotation server that allows easy annotation of collections:
37
+
38
+
https://glycerine.io/
39
+
40
+
41
+
## liiive.now
42
+
43
+
This is a very recent entrance to the IIIF annotation space. The early beta testing release came out over Christmas but it looks like it will be a very interesting collaborative annotation system. All of the other annotation systems are one person at a time systems or systems where the annotations are private. This is the first one which allows real time collaboration in a similar form to Google docs.
44
+
45
+
https://liiive.now/
46
+
47
+
## More
48
+
49
+
There are so many more exciting projects and the best place to find them is in the IIIF Community calls on [youtube](https://www.youtube.com/playlist?list=PLYPP1-8uH9c6VZbIlaNSj1WV9AEAnkmGC). Other ways to find IIIF compatible tools include:
0 commit comments