User:Btwashburn

From Wikidata
Jump to navigation Jump to search

Hi. I previously worked as a software engineer in OCLC's Research division, retired in December 2021.

I maintained the ArchiveGrid discovery system for archival and primary source materials, and also worked on OCLC Research projects focused on evaluating the potential of linked data for managing library, archive, and museum information.

User Scripts[edit]

iiif-mirador.js[edit]

This script modifies the display of Wikidata items that include one or more IIIF Manifest URLs, to embed a viewer for the images referenced by the IIIF Presentation Manifest.

This script modifies the Wikidata item display, if the item includes one or more "IIIF manifest" statements, to embed Project Mirador's IIIF presentation manifest viewer.

IIIF manifest statements are detected by their Wikidata Property identifier, P6108.

The IIIF Manifest URL is extracted from the Property statement, and a Project Mirador URL to embed the Mirador viewer for that URL is constructed.

An HTML iframe element is created and added to the Wikidata item page DOM, and its src attribute is given the Project Mirador embed URL.