TheStanfordDaily / archives-web

Helper functions and web app for METS/ALTO archive viewing.
https://archives.stanforddaily.com
6 stars 2 forks source link

Frontend #2

Closed epicfaace closed 5 years ago

epicfaace commented 5 years ago

Use seadragon

The box ids for each article are stored in the METS file The ALTO file stores the actual text for each box, and coordinates for each box.

  1. Get the article id from the server.
  2. Read the article contents from the ALTO XML files.
  3. Do a search for highlighted word (if needed) and highlight it.

https://openseadragon.github.io/examples/ui-overlays/ https://openseadragon.github.io/examples/tilesource-sequence/