Skip to content

Commit

Permalink
Merge pull request #947 from IIIF/northwestern
Browse files Browse the repository at this point in the history
Northwestern
  • Loading branch information
caitlinPerry authored Jan 30, 2025
2 parents 3a3bc16 + 887bfbb commit 30d8714
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
8 changes: 7 additions & 1 deletion source/_includes/2025_sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ <h4>Silver Sponsors</h4>

<a href="https://cogapp.com/" style="border-bottom: none"><img src="{{ site.root_url | absolute_url }}/assets/event/sponsors/Cogapp23.png" alt='Cogapp logo' ></a>

<a href="https://glycerine.io/" style="border-bottom: none"><img src="{{ site.root_url | absolute_url }}/assets/event/sponsors/glycerine.png" alt='Glycerine logo' ></a>


<h4>Bronze Sponsors</h4>

<a href="https://fromthepage.com/" style="border-bottom: none"><img src="{{ site.root_url | absolute_url }}/assets/event/sponsors/fromthepage_logo.jpg" alt='From the Page logo' style="width: 40%; padding-left: 2em;"></a>


<a href="https://www.performantsoftware.com/" style="border-bottom: none"><img src="{{ site.root_url | absolute_url }}/assets/event/sponsors/performant24.png" alt='Performant logo' ></a>
<a href="https://www.performantsoftware.com/" style="border-bottom: none"><img src="{{ site.root_url | absolute_url }}/assets/event/sponsors/performant24.png" alt='Performant logo' ></a>

<h4>Academic Sponsors</h4>

<a href="https://www.library.northwestern.edu/" style="border-bottom: none"><img src="{{ site.root_url | absolute_url }}/assets/event/sponsors/northwestern.png" alt='Northwestern University Libraries logo' ></a>
Binary file added source/assets/event/sponsors/Northwestern.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 18 additions & 3 deletions source/get-started/explainers/using_iiif_resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: How To Use IIIF Resources and Image Viewers
id: using_iiif_resources
layout: spec
author: IIIF-C Staff
date: Last updated 2020-04-07
date: Last updated 2025-01-29
breadcrumbs:
- label: "Get Started"
link: '/get-started'
Expand Down Expand Up @@ -114,6 +114,7 @@ Note this requires you to get the URL to the manifest and paste it into the foll
</div>

### Tify

Tify has been developed by the University of Göttingen and is a good general purpose IIIF viewer. Source code and further details are available on: [https://github.com/tify-iiif-viewer/tify](https://github.com/tify-iiif-viewer/tify)

**Export:**
Expand All @@ -130,6 +131,7 @@ Like the Universal Viewer, Tify also has a demo page where you can pass a manife
[https://tify.rocks/](https://tify.rocks/)[manifest url]

### IIIF Curation Viewer

This is a powerful IIIF Viewer that was developed in Japan and in addition to the general viewer functions such as page movement and zooming, it also cuts and collects parts of images from multiple items.

**Export:**
Expand All @@ -150,6 +152,7 @@ You can drop the IIIF logo on to the viewer and it will load the content. It als
[http://codh.rois.ac.jp/software/iiif-curation-viewer/demo/?manifest=](http://codh.rois.ac.jp/software/iiif-curation-viewer/demo/?manifest=)[manifest url]

### Diva.js

Diva.js is a fast lightweight IIIF viewer and is available from the [Diva.js website](https://ddmal.music.mcgill.ca/diva.js/).

**Export:**
Expand All @@ -159,10 +162,21 @@ Similar to Mirador, Diva.js makes the IIIF Manifest available through the metada
<iframe class="video" src="https://www.youtube-nocookie.com/embed/gImYrRvW7DA" allow="encrypted-media" allowfullscreen></iframe>
</div>

### Glycerine Viewer

Initially designed for the [Glycerine](https://glycerine.io/) suite (Workbench, Viewer, Image Server) to support sophisticated annotation features, [Glycerine Viewer](https://github.com/Systemik-Solutions/glycerine-viewer) has been released as an open source IIIF viewer to support IIIF manifests and compliant annotations built with other tools. Developed with a contemporary Vue 3 framework, Glycerine Viewer has an elegant interface, supports the IIIF Presentation API, and provides the most comprehensive annotation feature set of any IIIF Viewer.

**Export:**
Select the (i) icon in the top left of the screen to copy the IIIF Manifest

<div class="video-container">
<iframe class="video" src="https://www.youtube-nocookie.com/embed/RoX7TMxqgLM" allow="encrypted-media" allowfullscreen></iframe>
</div>

**Import:**
The demo instance of Diva.js available below helpfully provides a text box where you can paste a URL to a IIIF Manifest. Once you have the URL in the box click ‘Load IIIF Manifest’ to see it in Diva. Demo site:
Go to our Try Glycerine Viewer page: [https://glycerine.io/try-viewer/](https://glycerine.io/try-viewer/)

[https://ddmal.music.mcgill.ca/diva.js/try/iiif-external.html](https://ddmal.music.mcgill.ca/diva.js/try/iiif-external.html)
Simply drag and drop the IIIF logo on to the Viewer.

## Quick links

Expand All @@ -174,3 +188,4 @@ Below are list of links to viewers including links where you can add your own ma
* [Tify](https://tify.rocks/) - [https://tify.rocks/](hhttps://tify.rocks/)
* [IIIF Curation Viewer](http://codh.rois.ac.jp/software/iiif-curation-viewer/demo/) - [http://codh.rois.ac.jp/software/iiif-curation-viewer/demo/?manifest=](http://codh.rois.ac.jp/software/iiif-curation-viewer/demo/?manifest=)
* [Diva.js](https://ddmal.music.mcgill.ca/diva.js/try/iiif-external.html)
* [Glycerine Viewer](https://glycerine.io/viewer/) - [https://glycerine.io/try-viewer](https://glycerine.io/try-viewer/)

0 comments on commit 30d8714

Please sign in to comment.