Skip to content

Commit

Permalink
Merge pull request #107 from cu-mkp/dev
Browse files Browse the repository at this point in the history
Added partial Ely Green manuscript to example projects
  • Loading branch information
ajolipa authored Apr 23, 2024
2 parents 7d9cb24 + dc5aa2e commit bce5833
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion astro-web/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import bnf from '../assets/projects/thumbnails/bnfmsfr640.png';
import dyngley from '../assets/projects/thumbnails/dyngley.png';
import nbu from '../assets/projects/thumbnails/nbu.png';
import interviste from '../assets/projects/thumbnails/interviste.png';
import elygreen from '../assets/projects/thumbnails/elygreen.png';
---

Expand Down Expand Up @@ -83,7 +84,7 @@ import interviste from '../assets/projects/thumbnails/interviste.png';
<ProjectCard title="Dyngley Family" href="/editioncrafter/projects/dyngley-family/#/ec/f016/f/f016/transcription" img={dyngley} />
<ProjectCard title="Bow in the Cloud" href="/editioncrafter/projects/bow-in-the-cloud/#/ec/f000/f/f000/eng-415-145a" img={bitc} />
<ProjectCard title="Interviste Pescatori" href="/editioncrafter/projects/interviste-pescatori/#/ec/f002/f/f002/transcription" img={interviste} />
<ProjectCard title="Ely Green Variorum" active={false} />
<ProjectCard title="Ely Green Manuscript" href="/editioncrafter/projects/ely-green#/ec/f000/f/f000/transcription" img={elygreen} />
</div>
</Container>
</div>
Expand Down
13 changes: 13 additions & 0 deletions astro-web/src/pages/projects/ely-green.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
import Viewer from "../../layouts/Viewer.astro";
---

<Viewer
threePanel
documentName='ElyGreenMS'
transcriptionTypes={{
transcription: 'Transcription'
}}
iiifManifest='https://performant-software.github.io/elygreen-variorum-data/ElyGreenMS/iiif/manifest.json'
title="Ely Green Manuscript"
/>

0 comments on commit bce5833

Please sign in to comment.