diff --git a/.gitignore b/.gitignore index fed2d93..6c47022 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ _site/ .jekyll-metadata *.swp .DS_Store +vendor diff --git a/Gemfile b/Gemfile index 68c0210..01c8d14 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index c4b3bcc..f1400a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) @@ -72,61 +71,61 @@ 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 @@ -134,6 +133,7 @@ DEPENDENCIES iiifc-theme! jekyll (~> 4.1.1) jekyll-last-modified-at + jekyll-liquify (= 0.0.2) jekyll-seo-tag rake rspec diff --git a/guides/archives.parliament.uk/catalogue.png b/guides/archives.parliament.uk/catalogue.png new file mode 100644 index 0000000..2b6b499 Binary files /dev/null and b/guides/archives.parliament.uk/catalogue.png differ diff --git a/guides/archives.parliament.uk/index.md b/guides/archives.parliament.uk/index.md new file mode 100644 index 0000000..b06bb66 --- /dev/null +++ b/guides/archives.parliament.uk/index.md @@ -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) \ No newline at end of file diff --git a/guides/archives.parliament.uk/uv.png b/guides/archives.parliament.uk/uv.png new file mode 100644 index 0000000..1e5974e Binary files /dev/null and b/guides/archives.parliament.uk/uv.png differ diff --git a/guides/bijzonderecollecties.ubn.ru.nl/index.md b/guides/bijzonderecollecties.ubn.ru.nl/index.md new file mode 100644 index 0000000..47f4424 --- /dev/null +++ b/guides/bijzonderecollecties.ubn.ru.nl/index.md @@ -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) \ No newline at end of file diff --git a/guides/bijzonderecollecties.ubn.ru.nl/screenshot.png b/guides/bijzonderecollecties.ubn.ru.nl/screenshot.png new file mode 100644 index 0000000..2dc6d0b Binary files /dev/null and b/guides/bijzonderecollecties.ubn.ru.nl/screenshot.png differ diff --git a/guides/collections.thulb.uni-jena.de/index.md b/guides/collections.thulb.uni-jena.de/index.md new file mode 100644 index 0000000..b4bcc68 --- /dev/null +++ b/guides/collections.thulb.uni-jena.de/index.md @@ -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) \ No newline at end of file diff --git a/guides/collections.thulb.uni-jena.de/screenshot.png b/guides/collections.thulb.uni-jena.de/screenshot.png new file mode 100644 index 0000000..5dcc071 Binary files /dev/null and b/guides/collections.thulb.uni-jena.de/screenshot.png differ diff --git a/guides/discover.durham.ac.uk/discover-resultsfull1.jpg b/guides/discover.durham.ac.uk/discover-resultsfull1.jpg new file mode 100644 index 0000000..af5326e Binary files /dev/null and b/guides/discover.durham.ac.uk/discover-resultsfull1.jpg differ diff --git a/guides/discover.durham.ac.uk/index.md b/guides/discover.durham.ac.uk/index.md new file mode 100644 index 0000000..61309c5 --- /dev/null +++ b/guides/discover.durham.ac.uk/index.md @@ -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) diff --git a/guides/library.nga.gov/index.md b/guides/library.nga.gov/index.md new file mode 100644 index 0000000..be235af --- /dev/null +++ b/guides/library.nga.gov/index.md @@ -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) \ No newline at end of file diff --git a/guides/library.nga.gov/screenshot.png b/guides/library.nga.gov/screenshot.png new file mode 100644 index 0000000..bfb9016 Binary files /dev/null and b/guides/library.nga.gov/screenshot.png differ diff --git a/guides/librarysearch.cardiff.ac.uk/catalogue.png b/guides/librarysearch.cardiff.ac.uk/catalogue.png new file mode 100644 index 0000000..d2a4c8a Binary files /dev/null and b/guides/librarysearch.cardiff.ac.uk/catalogue.png differ diff --git a/guides/librarysearch.cardiff.ac.uk/index.md b/guides/librarysearch.cardiff.ac.uk/index.md new file mode 100644 index 0000000..d09fdad --- /dev/null +++ b/guides/librarysearch.cardiff.ac.uk/index.md @@ -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) \ No newline at end of file diff --git a/guides/librarysearch.cardiff.ac.uk/uv.png b/guides/librarysearch.cardiff.ac.uk/uv.png new file mode 100644 index 0000000..0841cd7 Binary files /dev/null and b/guides/librarysearch.cardiff.ac.uk/uv.png differ diff --git a/guides/specialcollections.le.ac.uk/index.md b/guides/specialcollections.le.ac.uk/index.md new file mode 100644 index 0000000..1b0ec40 --- /dev/null +++ b/guides/specialcollections.le.ac.uk/index.md @@ -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) \ No newline at end of file diff --git a/guides/specialcollections.le.ac.uk/screenshot.png b/guides/specialcollections.le.ac.uk/screenshot.png new file mode 100644 index 0000000..d724fa2 Binary files /dev/null and b/guides/specialcollections.le.ac.uk/screenshot.png differ