Skip to content

Commit

Permalink
Merge pull request cu-mkp#115 from cu-mkp/nl/add-odt
Browse files Browse the repository at this point in the history
Adds ODT as a test case for variorum and polygonal shape features
  • Loading branch information
ajolipa authored May 8, 2024
2 parents bf63988 + de311ac commit c3e0648
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 14 deletions.
4 changes: 2 additions & 2 deletions editioncrafter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 36 additions & 12 deletions editioncrafter/stories/EditionCrafter.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,25 +57,49 @@ export const IntervistePescatori = () => (
/>
);

export const MultiDocument = () => (
export const OrnamentDesignTranslation = () => (
<EditionCrafter
documentName='FHL_007548733_TAOS_BAPTISMS_BATCH_2 and eng-415-145a'
threePanel
documentName='Ornament : Design : Translation'
documentInfo={{
FHL_007548733_TAOS_BAPTISMS_BATCH_2: {
documentName: 'Taos Baptisms Batch 2',
caryatidum: {
documentName: 'caryatidum',
transcriptionTypes: {
'text-1': 'Text 1',
'text-2': 'Text 2',
},
iiifManifest: 'https://cu-mkp.github.io/odt-editioncrafter-data/texts/caryatidum/iiif/manifest.json',
},
grotisch_fur_alle_kunstler: {
documentName: 'grotisch_fur_alle_kunstler',
transcriptionTypes: {
'text-1': 'Text 1',
'text-2': 'Text 2',
},
iiifManifest: 'https://cu-mkp.github.io/odt-editioncrafter-data/texts/grotisch_fur_alle_kunstler/iiif/manifest.json',
},
mansches_de_coutiaus: {
documentName: 'mansches_de_coutiaus',
transcriptionTypes: {
'text-1': 'Text 1',
'text-2': 'Text 2',
},
iiifManifest: 'https://cu-mkp.github.io/odt-editioncrafter-data/texts/mansches_de_coutiaus/iiif/manifest.json',
},
passio_verbigenae: {
documentName: 'passio_verbigenae',
transcriptionTypes: {
translation: 'Translation',
transcription: 'Transcription',
'text-1': 'Text 1',
'text-2': 'Text 2',
},
iiifManifest: 'https://cu-mkp.github.io/editioncrafter/taos-baptisms-example/iiif/manifest.json',
iiifManifest: 'https://cu-mkp.github.io/odt-editioncrafter-data/texts/passio_verbigenae/iiif/manifest.json',
},
eng_415_145a: {
documentName: 'Eng 415-145a',
veelderley_veranderinghe_van_grotissen: {
documentName: 'veelderley_veranderinghe_van_grotissen',
transcriptionTypes: {
'eng-415-145a': 'Transcription',
'text-1': 'Text 1',
'text-2': 'Text 2',
},
iiifManifest: 'https://cu-mkp.github.io/bic-editioncrafter-data/eng-415-145a/iiif/manifest.json',
iiifManifest: 'https://cu-mkp.github.io/odt-editioncrafter-data/texts/veelderley_veranderinghe_van_grotissen/iiif/manifest.json',
},
}}
/>
Expand Down

0 comments on commit c3e0648

Please sign in to comment.