Skip to content

Commit

Permalink
finish up day-three
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoneill committed May 24, 2024
1 parent 917b9ee commit 2b6a808
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dhsi/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,17 @@
2. Exercise

## Wednesday, Session 4: 2:30pm-3:45pm
1. Reusing Annotations in your website
1. Annona image viewer
1. [Reusing Annotations in your website](day-three/annona.md)
2. More examples



## Thursday, Session 1: 9:00am-10:15am
1. Advanced used cases
1. [Advanced used cases](day-four/advanced-use-cases.md)

## Thursday, Session 2: 10:30am-12:00pm
1. Introduction to Jekyll and GitHub pages
2. Wax



Expand Down
8 changes: 8 additions & 0 deletions dhsi/day-four/advanced-use-cases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Advanced Use Cases
1. [Mirador Plugins](https://github.com/ProjectMirador/mirador-awesome)
2. [3-D](https://iiif.io/community/groups/3d/)
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
21 changes: 21 additions & 0 deletions dhsi/day-three/annona.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Annona for annotations
Annona was originally built as a viewer specifically for annotations. As such, annotations that aren't tied to manifests can be viewed in Annona. Not the manifest/image does need to referenced in the annotation or it will not work.

# View annotations
Annona is built to determine the type of item material being passed in. The storyboard viewer will work with Manifests, collections, or annotations. The image viewer will only work with annotations.

1. Go to [https://ncsu-libraries.github.io/annona/tools/#/tag-builder](https://ncsu-libraries.github.io/annona/tools/#/tag-builder)
2. Click on the `Example with tags` link.
3. You can see it is in a storyboard viewer similar to what we saw earlier with a manifest. This is embeddable in any site.
![](imgs/1-annona.png)
4. Select the image viewer from the dropdown next to the `Add annotation url` button.
![](imgs/2-annona.png)
5. As you can see the annotations which are in JSON are displayed in an embeddable, reusable view.
![](imgs/3-annona.png)
6. If you wanted to change the view, you can check some of the checkboxes. In the image below, the first, second and last checkboxes are checked, which gives a table with the image section, content, and tags.
![](imgs/4-annona.png)

# Comparing annotations to annotations or images
Annona also provides a multistoryboard view. An example of this can be seen on the [mulistoryboard view page.](https://ncsu-libraries.github.io/annona/multistoryboard/#defaults)


2 changes: 1 addition & 1 deletion dhsi/day-three/annonatate.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Annontate
Annontate is a web application that serves as an Annotation server. Instead of writng annotations to a database it writes them to a GitHub repository that also hosts your images and manifests.
Annontate is a web application that serves as an Annotation server. Instead of writng annotations to a database it writes them to a GitHub repository that also hosts your images and manifests. Go to [https://annonatate.github.io/](https://annonatate.github.io/) for more documentation about the functionality of Annonatate.

## Getting Started
1. Go to [https://annonatate.fly.dev/](https://annonatate.fly.dev/)
Expand Down
Binary file added dhsi/day-three/imgs/1-annona.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 dhsi/day-three/imgs/2-annona.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 dhsi/day-three/imgs/3-annona.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 dhsi/day-three/imgs/4-annona.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion dhsi/day-three/recogito.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
1. Go to [https://recogito.pelagios.org/](https://recogito.pelagios.org/)
2. Create an account and log in.

<iframe src="https://recogito.pelagios.org/help/tutorial" style="height: 880px"></iframe>
<iframe src="https://recogito.pelagios.org/help/tutorial" style="height: 880px; width: 100%"></iframe>
[https://recogito.pelagios.org/help/tutorial](https://recogito.pelagios.org/help/tutorial)

3. Annotations aren't viewable but are downloadable.
6 changes: 6 additions & 0 deletions dhsi/day-two/finding-manifest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Finding Manifests

[IIIF Guide](https://iiif.io/guides/finding_resources/) and [Annonatate Help pages](https://annonatate.github.io/findiiif.html?query=&sort=atoz) provide the insitutions and how/where to find manifests.



0 comments on commit 2b6a808

Please sign in to comment.