Pictor A discovery tool for IIIF manifests
https://tomdeneire.github.io/pictor/
https://twitter.com/tomdeneire/status/1589548537825853440
Un aggregatore (con motore di ricerca) di alcune collezioni IIIF. È disponibile il codice su github. Al di là dello strumento in sè ritengo importanti queste sue considerazioni:
change discovery api
è uno delle specifiche IIIF meno usate, ma è quella che permetterebbe più facilmente il riuso di intere collezioni. Nei portali IIIF italiani che ho censito qui non è presente in nessuno.
Not only do institutions seem to neglect IIIF discovery somewhat, some also seem to actively oppose or limit it. I’m not going to name names, but I contacted one institution where the Presentation API was set up with a pager (each collection page offers a link to the next page), but it returned an invalid page at some point. The institution replied that this limit was introduced done on purpose. Sigh.
rispetto degli standard
Parsing IIIF manifests (both version 2 and 3 manifests are current) with Go has taught me that a lot of institutions seem to implement their own interpretation of the API rather than follow the specifications. Mandatory fields are left out, fields have different data formats (strings instead of arrays and such), and so on.