Public
Like
iiif44tu
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
main.tsx
https://sammeltassen--6bfab9e6276711f086ff569c3dd06744.web.val.run
IIIF Presentation API for 4TU.ResearchData.
URL scheme:
https://sammeltassen-iiif44tu.web.val.run/[datasetUUID]
Examples:
- https://sammeltassen-iiif44tu.web.val.run/e3f72cb2-9432-4ae9-a353-67f22dbab590
- https://sammeltassen-iiif44tu.web.val.run/9a2b38e4-e87f-4600-8fe1-1989f4155b1d
If the dataset is private you need to create a token and include it as a query param:
https://sammeltassen-iiif44tu.web.val.run/[datasetUUID]?token=[token]
Todo:
- Add more metadata from the Djehuty API response.
Limitations:
- This is a temporary workaround until the Presentation API is implemented as part of Djehuty
- Only images are currently supported (not video/audio)
- The val needs to do some API requests before producing the manifest and doesn't cache responses
Credits:
- Image API implementation by Roel Janssen of 4TU.ResearchData. The source code can be found here
- IIIF Builder by Stephen Fraser