Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Internet Archive Guide #59

Closed
wants to merge 14 commits into from
Binary file added guides/archive.org/IA_signup.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/archive.org/IA_upload2.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/archive.org/ia_audio_helper.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/archive.org/ia_derive.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/archive.org/ia_image_upload.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/archive.org/ia_please_wait.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/archive.org/ia_upload_create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 54 additions & 3 deletions guides/archive.org/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,59 @@ homepage: https://archive.org/
layout: guide
---

1.Search for the item and visit the record page
# Introduction
This guide covers both using IIIF to interact with Internet Archive items and using the Internet Archive as a IIIF enabled digital asset management system for your own items.

2.Copy the identifier for record , for example if the url is `https://archive.org/details/b29000427_0001/page/n13/mode/2up` then the identifier is `b29000427_0001`.
## IIIF for existing Internet Archive Items

3.Place that identifier into the following URL structure: `https://iiif.archivelab.org/iiif/<identifier>/manifest.json`. For the example in (2.), the manifest URL would be `https://iiif.archivelab.org/iiif/b29000427_0001/manifest.json`.
### Finding the IIIF manifest for an item
1. Search for the item and visit the record page, i.e. https://archive.org/details/b29000427_0001/page/n13/mode/2up.
2. Copy the identifier for record. It's always right after "details". In the above example it's `b29000427_0001`
3. Place that identifier into the following URL structure: https://iiif.archive.org/iiif/:id/manifest.json.
Our example becomes: https://iiif.archive.org/iiif/b29000427_0001/manifest.json

### Using the IIIF Helpers on Internet Archive
![Internet Archive Presentation API Audio Helper](ia_audio_helper.png)

There are also IIIF helper tools available on the Internet Archive that make it much easier to work with different types of items from the Internet Archive.
The URL structure for the helper tool looks like:

https://iiif.archive.org/iiif/helper/:id/

Replace the :id with the identifier for the record.

IIIF helpers are available for images, books, and A/V items.

## Creating IIIF Items in the Internet Archive
![Middlebury College Special Collections](middlebury.png)

You can upload material to the Internet Archive and organize it there to create a free, IIIF compatible digital asset management system like the above example from Middlebury College Special Collections.

### Item Creation Steps
**1. Sign Up For an Account** ![Sign Up For an Account](IA_signup.png)
**2. Upload Items** ![Upload Items](IA_upload2.png)
Upload Items by clicking the "Upload" link next to your name

**3. Provide Metadata** ![Provide Metadata](ia_image_upload.png)

**4. Click "Upload and Create"** ![Upload and Create](ia_upload_create.png)

**5. Wait while the page is created and the Derivative Process to Run** ![Wait](ia_please_wait.png)

![Derive](ia_derive.png)

### Special Considerations for Texts and Books
Zip files need a _images at the end
I.e. AnnSmithLetter_images.zip

You will need to choose a language for the item so the appropriate derivative processes can be run.

https://help.archive.org/help/books-and-texts-a-basic-guide/

### Special Considerations for Images
Although most image formats are supported by the Internet Archive, image formats that support tiling, like JPEG2000 and Pyramidal TIFF are the best types of images for the deep zoom provided by IIIF image viewers. In our experience PTIFFs are served most efficiently by the underlying Cantaloupe image server, however, the Internet Archive does not display images on the Internet Archive item page for uploaded PTIFFs. The item page will display a message like "THERE IS NO PREVIEW AVAILABLE FOR THIS ITEM This item does not appear to have any files that can be experienced on Archive.org. Please download files in this item to interact with them on your computer." [An example.](https://archive.org/details/tx-burnet-123835-1909-125000-geo) That may be fine if you only wish to interact with the item in a IIIF context, however, if you would like the item to be both visible in the Internet Archive and via deep zoom in IIIF you may want to choose JPEG2000 format. (You can also upload both a PTIFF and a JPEG, but the current IIIF code will unfortunately serve the JPEG instead of the PTIFF.)

Note that you do not have to use either of these tiled image formats -- normal images will also work.

### See Also
Please see the [Internet Archive Documentation on uploading](https://help.archive.org/help/category/archive-org/uploading/) for more information.
Binary file added guides/archive.org/middlebury.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading