IIIF / cookbook-recipes

For working on the recipes
https://iiif.io/api/cookbook/index.html
37 stars 32 forks source link

Annotating a Poetry Reading #103

Open saracarl opened 5 years ago

saracarl commented 5 years ago

Annotating a Poetry Reading

(Provide link to index.md of the issue, if available. To be filled in after issue is created - you need the issue number!)

Use case

While an audio file of a poetry performance may be divided into a track for each poem, scholars may wish to use annotations to indicate aspects of the performance of a particular poem.

Examples of the kinds of information to be annotated may include the following:

saracarl commented 5 years ago

We should add this to https://github.com/BrumfieldLabs/cookbook-recipes/blob/master/recipe/index.md#other-kinds-of-annotations when we're done.

saracarl commented 5 years ago

To Test: If we have web annotations in a separate file, can we just include them in the recipe's directory? Will they get built? How and where do we references them (outside of the manifest?)

Probably just include a 2nd block like this:

{: .line-numbers data-src="annotations.json" }

glenrobson commented 5 years ago

Yes the annotations file should be in the same directory as the manifest.

Regarding referencing them please give me a shout when this is ready so we can try a few options.