🚧 This is a working draft and will change often. Do not cite!
Use the latest published version instead.
🚧

Tutorials and examples

28.3. Tutorials and examples#

This page includes information on tutorials and examples to help you work with images from Trove.

Tutorials#

Working with a Trove collection in Tropy

Tropy screenshot

You want to be able to work on a collection of digitised images from Trove on your desktop – adding notes, transcriptions, and annotations. Tropy is a useful tool for managing collections of research images, but how do you import a collection of images from Trove into Tropy? This tutorial walks through one possible method.

Comparing manuscript collections in Mirador

Mirador screenshot

You want to compare the contents of two digitised manuscript collections and examine individual documents side-by-side. The Mirador viewer can be configured as a flexible, research workspace that displays multiple images from different sources, but how do you get manuscript collections from Trove to Mirador?

Examples from the GLAM Workbench#

Save a collection of digitised images as an IIIF manifest

This notebook harvests metadata describing the contents of a digitised collection in Trove and saves it as an IIIF manifest.

Make composite images from lots of Trove newspaper thumbnails

This notebook starts with a search in Trove’s newspapers. It uses the Trove API to work its way through the search results. For each article it creates a thumbnail image using the code from this notebook. Once this first stage is finished, you have a directory full of lots of thumbnails. The next stage takes all those thumbnails and pastes them one by one into a BIG image to create a composite, or mosaic.

Create ‘scissors and paste’ messages from Trove newspaper articles

When you search for a term in Trove’s digitised newspapers and click on individual article, you’ll see your search terms are highlighted. If you look at the code you’ll see the highlighted box around the word includes its page coordinates. That means that if we search for a word, we can find where it appears on a page, and by cropping the page to those coordinates we can create an image of an individual word. By combining these images we can create scissors and paste style messages!

Create large composite images from snipped words

This is a variation of the ‘scissors & paste’ notebook that extracts words from Trove newspaper images and compiles them into messages. In this notebook, you can harvest multiple versions of a list of words and compile them all into one big image.