iiif-demo

CollectionBuilder-CSV featuring single- and multi-page IIIF objects displayed in Universal Viewer.

https://github.com/owikle/iiif-demo

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

CollectionBuilder-CSV featuring single- and multi-page IIIF objects displayed in Universal Viewer.

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License Code of conduct Citation Security

README.md

CollectionBuilder-CSV and IIIF

This is a CollectionBuilder-CSV template featuring single- and multi-page IIIF objects displayed in Universal Viewer.

Paths to IIIF manifests can be added to metadata as the value for objectlocation field. Thumbs and smalls can use IIIF Image API values or other paths to thumb and small objects within or outside the repository. objectlocation can either include links to json manifest files that are hosted outside the repository (sometimes can cause CORS issues), or the manifest files can be downloaded and placed in the CB repo's objects folder and their paths used for object_location values. There is a mix of both cases in this collection.

In the case of this repository, a demo iiif layout was created (_layouts/iiif.html) which includes the Universal Viewer code (_includes/item/iiif-manifest-universal-viewer.html). Objects then are displayed using Universal Viewer if their display_template value is iiif.

Alternately, in _layouts/image.html one could swap out {% include item/image-gallery.html %} for {% include item/iiif-manifest-universal-viewer.html %} and all objects with displaytemplate value image would be displayed in Universal Viewer, provided that they have a IIIF manifest as their value for objectlocation.


CollectionBuilder

https://collectionbuilder.github.io/

CollectionBuilder is a project of University of Idaho Library's Digital Initiatives and the Center for Digital Inquiry and Learning (CDIL) following the Lib-Static methodology. Powered by the open source static site generator Jekyll and a modern static web stack, it puts collection metadata to work building beautiful sites.

The basic theme is created using Bootstrap. Metadata visualizations are built using open source libraries such as DataTables, Leafletjs, Spotlight gallery, lazysizes, and Lunr.js. Object metadata is exposed using Schema.org and Open Graph protocol standards.

Questions can be directed to collectionbuilder.team@gmail.com

License

CollectionBuilder documentation and general web content is licensed Creative Commons Attribution-ShareAlike 4.0 International. This license does NOT include any objects or images used in digital collections, which may have individually applied licenses described by a "rights" field. CollectionBuilder code is licensed MIT. This license does not include external dependencies included in the assets/lib directory, which are covered by their individual licenses.

Owner

  • Name: Olivia Wikle
  • Login: owikle
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: "CollectionBuilder-CSV"
type: software
authors:
  - family-names: Williamson
    given-names: Evan Peter
    orcid: https://orcid.org/0000-0002-7990-9924
  - family-names: Becker
    given-names: Devin
    orcid: https://orcid.org/0000-0002-0974-9064
  - family-names: Wikle
    given-names: Olivia
    orcid: https://orcid.org/0000-0001-8122-4169
repository-code: 'https://github.com/CollectionBuilder/collectionbuilder-csv'
url: 'https://collectionbuilder.github.io/'
license: MIT
version: 1+
date-released: '2021-04-25'
abstract: >-
  CollectionBuilder is an open source tool for
  creating digital collection and exhibit websites
  that are driven by metadata and powered by modern
  static web technology.
license: MIT

GitHub Events

Total
  • Watch event: 1
  • Fork event: 1
Last Year
  • Watch event: 1
  • Fork event: 1

Dependencies

.github/workflows/jekyll.yml actions
  • actions/checkout v4 composite
  • actions/configure-pages v5 composite
  • actions/deploy-pages v4 composite
  • actions/upload-pages-artifact v3 composite
  • ruby/setup-ruby 8575951200e472d5f2d95c625da0c7bec8217c42 composite
Gemfile rubygems
  • csv >= 0
  • image_optim >= 0
  • image_optim_pack >= 0
  • jekyll >= 0
  • mini_magick >= 0
  • rake >= 0
  • webrick ~> 1.7