-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #211 from IIIF/austrlia
Adding Australia workshop
- Loading branch information
Showing
31 changed files
with
201 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# VRA IIIF Training | ||
|
||
This training is part of the [IIIF events](https://iiif.io/event/2024/canberra/) around Fantastic Futures conference in Australia. | ||
|
||
## About the workshop | ||
Access to image-based resources is fundamental to research, scholarship and the transmission of cultural knowledge. Digital images are a container for much of the information content in the Web-based delivery of images, books, newspapers, manuscripts, maps, scrolls, single sheet collections, and archival materials. Yet much of the Internet's image-based resources are locked up in silos, with access restricted to bespoke, locally built applications. A large community of the world's leading research libraries and image repositories have embarked on an effort to collaboratively produce an interoperable technology and community framework for image delivery. | ||
|
||
This workshop will introduce the basics of the International Image Interoperability Framework (IIIF) starting with demonstrating the use cases it supports; including side by side comparison, annotations and layering of images. It will then go on to look into the Image API and provide a method for participants to upload their own images to the Internet Archive so they can access the IIIF Image support the IA provides. | ||
|
||
The second part of the workshop will focus on linking multiple IIIF images together with metadata to provide a IIIF Presentation API manifest and look at the different tools that are available to work with these manifests. Participants will create their own manifests and look to create an exhibit showing off their work. | ||
|
||
## Speaker Bio: | ||
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: | ||
|
||
### Part 1: | ||
9:00am - 11:00am | ||
* Introductions and intro to IIIF - 30 mins | ||
* Introduce exercise on taking a manifest from an institution and opening it in a viewer | ||
* Exercise time - 10mins | ||
* Looking at the image API - 1 hour | ||
* Introduce exercise on uploading image to the internet archive and leave as home work - 10mins | ||
|
||
### Part 2: | ||
11:00am - 12:00pm | ||
* Presentation API - 30mins | ||
* Introduce exercise on using the Manifest Editor | ||
* Exercise time - 15 mins | ||
* Extras - 10mins | ||
* Things to do with Manifests | ||
* Create an Exhibit | ||
* Project demos and summary - 5 mins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Summary | ||
|
||
- [Overview](README.md) | ||
- [What is IIIF](day-one/whatisiiif.md) | ||
- [Exercise](day-one/guides.md) | ||
|
||
## Image API | ||
- [Image API](day-two/image-api.md) | ||
- [Identifier](day-two/image-api/identifier.md) | ||
- [Region](day-two/image-api/region.md) | ||
- [Size](day-two/image-api/size.md) | ||
- [Rotation](day-two/image-api/rotation.md) | ||
- [Quality](day-two/image-api/quality.md) | ||
- [Format](day-two/image-api/format.md) | ||
- [File formats](day-two/fileformats.md) | ||
- [Uses](day-two/uses.md) | ||
- [Getting started](day-two/image-servers/README.md) | ||
- [Hosted - Internet Archive](day-two/image-servers/iiif-hosting-ia.md) | ||
- [Static Images - Workbench](day-two/image-servers/level0-workbench.md) | ||
- [Cantaloupe (Advanced)](day-two/image-servers/setting-up-cantaloupe.md) | ||
- [Scaling IIIF Images](day-two/scaling.md) | ||
|
||
## Presentation API | ||
- [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) | ||
- [Create an Exhibit](exhibit/exhibit.md) | ||
- [Project demos and summary](demos.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../annotations/use_cases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"title": "IIIF VRA Workshop - October 16th to 17th 2023", | ||
"plugins": [ | ||
"include", | ||
"theme-default", | ||
"toggle-chapters", | ||
"git-author", | ||
"-highlight", | ||
"toggle-chapters" | ||
], | ||
"gitbook": "3.2.3", | ||
"styles": { | ||
"website": "styles/website.css" | ||
}, | ||
"pluginsConfig": { | ||
"theme-default": { | ||
"showLevel": true | ||
}, | ||
"git-author": { | ||
"position": "bottom", | ||
"modifyTpl": "Last modified by {user} {timeStamp}", | ||
"createTpl": "Created by {user} {timeStamp}", | ||
"timeStampFormat": "YYYY-MM-DD HH:mm:ss" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../iiif-online-workshop/day-four |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../iiif-online-workshop/day-one |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../iiif-online-workshop/day-three |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../iiif-online-workshop/day-two |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Project demos | ||
|
||
We've now completed the course and would be interested in seeing the demos you've been working on. | ||
|
||
Examples from the first workshop can be found at: | ||
|
||
https://docs.google.com/document/d/1W6sBXJEt3Ou2zIPRQxgDQtJtaHZ7qYvCYtixTcSO1Ro/edit?usp=sharing | ||
|
||
|
||
## 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../europeana/exhibit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# 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/) | ||
* [Georeferencing with allmaps](https://allmaps.org/) | ||
* [See more tools on awesome-iiif](https://github.com/IIIF/awesome-iiif) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../iiif-online-workshop/styles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+181 KB
iiif-online-workshop/day-three/digirati-editor/imgs/CreateEmptyManifest.png
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
BIN
+177 KB
(370%)
iiif-online-workshop/day-three/digirati-editor/imgs/add-canvas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+394 KB
iiif-online-workshop/day-three/digirati-editor/imgs/add-second-canvas.png
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
BIN
-447 KB
(29%)
iiif-online-workshop/day-three/digirati-editor/imgs/add-video.png
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
BIN
+265 KB
(690%)
iiif-online-workshop/day-three/digirati-editor/imgs/edit-label.png
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
BIN
-3.16 MB
(7.0%)
iiif-online-workshop/day-three/digirati-editor/imgs/edit_manifest.png
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
BIN
+190 KB
(300%)
iiif-online-workshop/day-three/digirati-editor/imgs/image-service-option.png
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
BIN
-153 KB
(81%)
iiif-online-workshop/day-three/digirati-editor/imgs/newly-created-canvas.png
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
BIN
+303 KB
(1600%)
iiif-online-workshop/day-three/digirati-editor/imgs/paste-image-service-url.png
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
BIN
-1.44 MB
(15%)
iiif-online-workshop/day-three/digirati-editor/imgs/preview-video.png
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
BIN
-1.22 MB
(39%)
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.
Binary file added
BIN
+767 KB
iiif-online-workshop/day-three/digirati-editor/imgs/select-canvas-panel.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.
Binary file added
BIN
+307 KB
iiif-online-workshop/day-three/digirati-editor/imgs/video-service-option.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters