Skip to content

Commit

Permalink
Merge pull request #63 from IIIF/12-12-24-updates
Browse files Browse the repository at this point in the history
12th December updates
  • Loading branch information
glenrobson authored Dec 13, 2024
2 parents 0696102 + c1e0add commit cfc5c94
Show file tree
Hide file tree
Showing 19 changed files with 134 additions and 34 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ _site/
.jekyll-metadata
*.swp
.DS_Store
vendor
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ end
gem 'jekyll-seo-tag'

gem "webrick", "~> 1.7"
# Pin liquify as 0.0.3 is broken
gem "jekyll-liquify", "0.0.2"
68 changes: 34 additions & 34 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/IIIF/iiifc-theme.git
revision: dcdf5cc4c169823256d88a58b4d3ea4f4384c9b8
revision: 85fd75cccbe32be5ba270ff204cf4104e37de02f
branch: main
specs:
iiifc-theme (0.1.0)
Expand All @@ -15,18 +15,18 @@ GIT
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
colorator (1.1.0)
concurrent-ruby (1.2.2)
diff-lcs (1.5.0)
concurrent-ruby (1.3.4)
diff-lcs (1.5.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
ffi (1.15.5)
ffi (1.17.0)
forwardable-extended (2.6.0)
html-proofer (3.19.0)
addressable (~> 2.3)
Expand All @@ -37,7 +37,7 @@ GEM
typhoeus (~> 1.3)
yell (~> 2.0)
http_parser.rb (0.8.0)
i18n (1.14.1)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
jekyll (4.1.1)
addressable (~> 2.4)
Expand All @@ -58,9 +58,8 @@ GEM
jekyll (>= 3.3, < 5.0.0)
jekyll-gzip (2.5.1)
jekyll (>= 3.0, < 5.0)
jekyll-last-modified-at (1.3.0)
jekyll-last-modified-at (1.3.2)
jekyll (>= 3.7, < 5.0)
posix-spawn (~> 0.3.9)
jekyll-liquify (0.0.2)
liquid (>= 2.5, < 5.0)
redcarpet (~> 3.1)
Expand All @@ -72,68 +71,69 @@ GEM
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
rexml
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
nokogiri (1.15.2-x86_64-darwin)
nokogiri (1.17.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-linux)
nokogiri (1.17.1-x86_64-linux)
racc (~> 1.4)
nokogumbo (2.0.5)
nokogiri (~> 1.8, >= 1.8.4)
parallel (1.23.0)
parallel (1.26.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
posix-spawn (0.3.15)
public_suffix (5.0.1)
racc (1.7.1)
public_suffix (6.0.1)
racc (1.8.1)
rainbow (3.1.1)
rake (13.0.6)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
redcarpet (3.6.0)
rexml (3.2.5)
rexml (3.3.9)
rouge (3.30.0)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
typhoeus (1.4.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
unicode-display_width (1.8.0)
webrick (1.8.1)
webrick (1.9.1)
yell (2.2.2)

PLATFORMS
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
html-proofer (= 3.19.0)
iiifc-theme!
jekyll (~> 4.1.1)
jekyll-last-modified-at
jekyll-liquify (= 0.0.2)
jekyll-seo-tag
rake
rspec
Expand Down
Binary file added guides/archives.parliament.uk/catalogue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions guides/archives.parliament.uk/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Parliamentary Archives - UK
# One of: no, full or associate
consortium: no
homepage: https://archives.parliament.uk/
layout: guide
---

Searching through the catalogue you are able to filter results to only ones with images. Clicking through to the item on the right hand side there is an option to 'View digital reproduction of:' which shows you the images using the Universal Viewer. To view the manifest you can can click the share button.

Example item: [GB61_BAD_1](https://iiif.collectionsbase.org.uk/GB61/GB61_BAD_1/e5tD3)

![Screenshot showing how to access a digital representation of the item](catalogue.png)

![Screenshot showing the UV share button](uv.png)
Binary file added guides/archives.parliament.uk/uv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions guides/bijzonderecollecties.ubn.ru.nl/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Radboud University Library
# One of: no, full or associate
consortium: no
homepage: https://bijzonderecollecties.ubn.ru.nl/
layout: guide
---

Find an item and scroll to the bottom of the page to find links to the IIIF Manifest and the current IIIF image.

![Screenshot showing the IIIF manifest highlighted](screenshot.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions guides/collections.thulb.uni-jena.de/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Universitaet Jena
# One of: no, full or associate
consortium: no
homepage: https://collections.thulb.uni-jena.de/receive/HisBest_cbu_00014277
layout: guide
---

Click on the IIIF button

![screenshot](screenshot.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.
13 changes: 13 additions & 0 deletions guides/discover.durham.ac.uk/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Durham University
# One of: no, full or associate
consortium: no
homepage: https://discover.durham.ac.uk/discovery/search?tab=MUSECOLL&search_scope=IIIF&vid=44DUR_INST:VU1&offset=0
layout: guide
---

Full instructions in the Durham University [library guide](https://libguides.durham.ac.uk/asc-digitised-collections-online/iiif).

Once you find an item scroll down to the bottom of the page and you will see the IIIF icon. Right click and choose Copy Link.

![Image of Durham discovery portal](discover-resultsfull1.jpg)
15 changes: 15 additions & 0 deletions guides/library.nga.gov/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: National Gallery of Art Library
# One of: no, full or associate
consortium: full
homepage: https://library.nga.gov/discovery/collectionDiscovery?vid=01NGA_INST:NGA&collectionId=8157583990004896
layout: guide
---

1. Browse or search titles from Digital Collections and its sub collections, such as Image Collections or Special Collections. Library Catalog main page default search also returns IIIF-enabled digital titles as well as physical and electronic records.
2. IIIF viewer is embedded and displayed at each record level interface. Universal viewer is adopted for book titles, while mirador3 viewer displays images collection resources.
3. Direct link to IIIF resource is displayed at record level under View Online section as: Full-screen view at: National Gallery of Art Library - Digital Collections

Example record: [Grandezze della città di Roma antiche e moderne come al presente si ritrovano, di nuovo ristampato in quattro linguaggi: latino, volgare, francese...](https://libraryimage.nga.gov/uv/?manifest=https://libraryimage.nga.gov/manifest/mms/99682033504896.json#?c=0&m=0&s=0&cv=0&xywh=-2835%2C-267%2C9101%2C5333)

![Screenshot showing embedded UV](screenshot.png)
Binary file added guides/library.nga.gov/screenshot.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 guides/librarysearch.cardiff.ac.uk/catalogue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions guides/librarysearch.cardiff.ac.uk/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Cardiff University
# One of: no, full or associate
consortium: no
homepage: https://librarysearch.cardiff.ac.uk/discovery/collectionDiscovery?vid=44WHELF_CAR:44WHELF_CAR_VU1
layout: guide
---

Click on 'View in high resolution' to open the Universal Viewer. Click the Share link, then copy link from IIIF logo.

Example item [Ellor-gāst](https://librarysearch.cardiff.ac.uk/permalink/44WHELF_CAR/1ucm8iq/alma9911991475402420)

Catalogue:

![Screenshot showing the Cardiff Catalogue](catalogue.png)

Share button on the Universal Viewer:

![Screenshot of the UV showing the IIIF logo](uv.png)
Binary file added guides/librarysearch.cardiff.ac.uk/uv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions guides/specialcollections.le.ac.uk/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: University of Leicester Library
# One of: no, full or associate
consortium: no
homepage: https://specialcollections.le.ac.uk/
layout: guide
---

On an item page, scroll down past the media file to the section Item Description. Use the field IIIF Manifest (second from bottom). Right click on the url displayed to copy and add to Mirador etc

Example: [A view from Durdham Down near Bristol](https://specialcollections.le.ac.uk/digital/collection/p16445coll16/id/2217/rec/16)

![Screenshot of Leicester library catalogue](screenshot.png)
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 cfc5c94

Please sign in to comment.