Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoneill committed May 31, 2024
1 parent 7aeb07b commit 4a7548e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
6 changes: 4 additions & 2 deletions dhsi/day-four/advanced-use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
3. [NavPlace](https://iiif.io/api/extension/navplace/)
4. [Multilingual Annotations](https://preview.iiif.io/cookbook/0346-multilingual-annotation-body/recipe/0346-multilingual-annotation-body/)
5. [Wax](https://minicomp.github.io/wax/)
6. [Spotlight](http://spotlight.projectblacklight.org/)
7. Anything A/V
6. [Spotlight](https://exhibits.stanford.edu/)
7. Anything A/V
8. [Omeka](https://training.iiif.io/advanced_iiif/modules/omeka/)
9. [Spotlight and Annotations](https://spotlight.vatlib.it/humanist-library)
7 changes: 7 additions & 0 deletions dhsi/day-four/niqui-links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
https://www.dickensnotes.com/

https://www.lib.ncsu.edu/news/special-collections/exploring-graphic-novels-and-comic-books-visual-literature

https://static.artmuseum.princeton.edu/asian-art/china/viewers/coffin-panel-viewer/

https://www.digitalexhibitions.manchester.ac.uk/s/demonstration-and-templates/page/iiif-and-annona-views
19 changes: 18 additions & 1 deletion dhsi/day-two/auto-generate-manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,28 @@ Do we think all of these institutions with manifests autogenerate them? No they
3. [iiif-producer](https://github.com/ubleipzig/iiif-producer) - A CLI tool that generates IIIF Presentation 2.1 Manifests from METS/MODS (produced by Kitodo).
4. [Leiden's Islandora IIIF Manifest Generator](https://github.com/LeidenUniversityLibrary/islandora_iiif_manifests) - A module to generate IIIF Manifest for Islandora.
5. [Presentation API libraries](https://github.com/IIIF/awesome-iiif?tab=readme-ov-file#presentation-api-libraries) - Libraries that will help create manifests in a script.
6. [Wax tasks](https://github.com/minicomp/wax_tasks) - Library for taking csv formated data and creating tiles + manifests

## biiif-cli
1. Go to your dhsi-iiif-2024 folder.
2. In the images folder create an `info.yml` file.
3. Fill out some metadata to match the format below.
![Screenshot of https://github.com/IIIF-Commons/biiif?tab=readme-ov-file#metadata](imgs/biiif-manifest.png).

### Local Machine
1. Install [Node](https://nodejs.org/en)
2. After installation is finished install biiif-cli `npm i biiif-cli -g`
3. Run the biiif command.
```
biiif [folder] -u [url manifest/info]
biiif images -u 'https://[yourgithubusername].github.io/dhsi-iiif-2024'
```
4. Add you files and send to your GitHub repository
5. `git add images`
6. `git commit -m "create manifest and tiles"`
7. `git push origin main`

### Using GitHub action
4. Upload to your dhsi-iiif-2024 fork
5. `git add images/info.yml`
6. `git commit -m "create info.yml file"`
Expand All @@ -30,4 +46,5 @@ You can create move complex forms with this tool.
## Reflections
1. Based on what we know what if anything is wrong with this method?
2. Is there anything we can do to fix it?
3. What method (does not need to include something on this page) would you want for generating manifests?
3. What method (does not need to include something on this page) would you want for generating manifests?
4. Why aren't there more auto generation tools.

0 comments on commit 4a7548e

Please sign in to comment.