Skip to content

uchicago-library/speculum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Speculum Romanae Magnificentia Website

This is a legacy website for the Speculum Romanae Magnificentia.

Metadata for this website represents a lot of careful work from Rebecca Zorach, formerly of the University's Art History department, and graduate students working with her on this project. The data is in VRA format, and a series of CDB indexes allow for searching and browsing. Metadata for the project has been stable for years, and the .cdb files should be considered fixed at this point- rebuilding them from the original data may not be possible.

The site originally used Flash-based components for the itineraries feature and for zoomable viewing, but it has recently been overhauled to use IIIF and the Universal Viewer. For a list of all ARK identifiers and digital objects in the project, navigate to the ark_data.db database and run the following command:

SELECT * FROM arks WHERE project='speculum';

Running the site locally using Docker

Build a copy of this site, and start it in a docker container:

git clone https://github.com/johnjung/speculum.git
docker build -t speculum .
docker run --rm -it -p 80:80 speculum

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.0%
  • CSS 9.7%
  • HTML 2.6%
  • PHP 1.3%
  • XSLT 0.3%
  • Hack 0.1%