CINXE.COM
The Scaife Viewer Project
<!DOCTYPE html> <html> <head> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-175899-16"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-175899-16'); </script> <title>The Scaife Viewer Project</title> <meta charset="utf-8"> <link href="style.css" rel="stylesheet"> </head> <body> <div class="container"> <h1>The Scaife Viewer Project</h1> <p> The <b>Scaife Viewer</b> was originally designed as the first phase of work towards the next generation of the Perseus Digital Library. This work can be seen at </p> <blockquote> <a href="https://scaife.perseus.org">scaife.perseus.org</a> </blockquote> <p> It is now growing into a highly extensible platform usable by a variety of different projects, with a growing library of widgets that integrate texts with various types of annotation and external APIs. </p> <p> Our goal is to help Digital Humanities projects to focus less on building their own reading environments and more on the scholarship unique to their project. We hope soon to be able to showcase some of the projects being built on Scaife. </p> <p> The project is part of the <a href="http://opengreekandlatin.org">Open Greek and Latin Project</a>, an international collaborative consortium of librarians and researchers, that includes the Center for Hellenic Studies of Harvard, the Harvard Library, the Library of the University of Virginia, Mount Allison University, the Perseus Digital Library at Tufts, and the Open Philology Project at the University of Leipzig. </p> <p> The Alexander von Humboldt Chair of Digital Humanities at Leipzig funded the initial development but ongoing work is now funded by a variety of organisations both generally and in the context of specific Digital Humanities projects. Such organisations include the Mellon Foundation, Harvard University, Brill, and the Qatar National Library. </p> <p> The Scaife Viewer is named for <a href="https://en.wikipedia.org/wiki/Ross_Scaife">Ross Scaife</a>, a pioneer in digital classics who lived the virtues of collaboration and who set an early example in establishing open access and openly licensed data as the standards upon which Digital Classics now depends. The initial release of the Scaife Viewer was on March 15, 2018, the tenth anniversary of his premature passing on March 15, 2008. </p> <h2>Scaife Development</h2> <p> While <a href="https://eldarion.com/digital-humanities/">Eldarion</a> continues to lead development, the goal is to create an ecosystem which members of the community can extend. The code is open source under an MIT license. The technologies used include Vue.js, GraphQL, Django, and Elastic Search. </p> <div> <img src="./new-scaife-architecture.png" alt="Scaife Architecture Diagram" width="800"> </duv> <p> The best way to get involved is to join Slack and get familiar with the key repositories and Trello boards. </p> <h3>Slack Workspace</h3> <p> You can join via <a href="https://slack.scaife-viewer.org">slack.scaife-viewer.org</a>. </p> <h3>Key Repositories</h3> <p> As well as making incremental changes to <a href="https://scaife.perseus.org">scaife.perseus.org</a>, we're also working on a new architecture with a separate server (called ATLAS, for Aligned Text and Linguistic Annotation Server) and a frontend consisting of a Skeleton and various pluggable Widgets. We are proving this architecture out with a couple of prototypes including "Explore Homer" which brings together various levels of analysis of Homer, and "SV Mini" which shows a variety of texts with some analysis but not as deep as Explore Homer nor as broad as the entire Perseus Digital Library. </p> <h4>Generic Front-end Code</h4> <ul> <li><a href="https://github.com/scaife-viewer/scaife-skeleton">scaife-skeleton</a> — front-end layout library for Scaife readers <li><a href="https://github.com/scaife-viewer/scaife-widgets">scaife-widgets</a> — front-end component library for the Scaife Viewer ecosystem </ul> <h4>Explore Homer Prototype</h4> <ul> <li><a href="https://github.com/scaife-viewer/explorehomer">explorehomer</a> — new frontend for Explore Homer prototype <li><a href="https://github.com/scaife-viewer/explorehomer-atlas">explorehomer-atlas</a> — new backend for Explore Homer prototype </ul> <h4>SV Mini Prototype</h4> <ul> <li><a href="https://github.com/scaife-viewer/sv-mini">sv-mini</a> — new frontend for SV Mini prototype <li><a href="https://github.com/scaife-viewer/sv-mini-atlas">sv-mini-atlas</a> — new backend for SV Mini prototype </ul> <h4>Existing Site</h4> <ul> <li><a href="https://github.com/scaife-viewer/scaife-viewer">scaife-viewer</a> — main code currently running scaife.perseus.org </ul> <h3>Demo Sites</h3> <ul> <li><a href="https://explorehomer.scaife-viewer.org/">Explore Homer</a> <li><a href="https://sv-mini.scaife-viewer.org/">SV Mini</a> </ul> <h3>Trello Boards</h3> <p> We currently use three Trello boards to coordinate development of the Scaife Viewer: </p> <ul> <li><a href="https://trello.com/b/sLtXRP7g/scaife-roadmap">Scaife Roadmap</a> — used to track high-level functionality across the Scaife Viewer ecosystem <li><a href="https://trello.com/b/xvzKG4Iv/scaife-planning">Scaife Planning</a> — used to groom concrete epics that implement new features <li><a href="https://trello.com/b/oMQEGhWC/scaife-development">Scaife Development</a> — used to track implementation of epics via user stories </ul> <p> Further details about how we use Trello can be found in the <a href="https://github.com/scaife-viewer/scaife-viewer.org/wiki/Trello-workflow">Trello workflow wiki page</a>. </p> <div class="newsletter"> <h2>Subscribe to Newsletter</h2> <p> For regular updates on progress on the project, please subscribe to our newsletter. Your email address will not be used for any other purpose. </p> <form action="https://buttondown.email/api/emails/embed-subscribe/scaife-viewer" method="post" target="popupwindow" onsubmit="window.open('https://buttondown.email/scaife-viewer', 'popupwindow')" class="embeddable-buttondown-form" > <input type="email" name="email" id="bd-email" placeholder="Enter your email address"> <input type="hidden" value="1" name="embed"/> <input type="submit" value="Subscribe" /> <p> <a href="https://buttondown.email" target="_blank">Powered by Buttondown.</a> </p> </form> </div> </div> </body> </html>