Convert source files to Mets/Mods format - #50
Open
hizclick wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description, Context and related Issue
Adds the converted METS/MODS files for the two sample source MEI files in this edition, generated from an Edirom source MEI file (facsimile
<surface>/<zone>data linked via<measure facs="#zone">), following the model demonstrated by the reference filesmets_M001.xml/V0001.meiin this repository.Each generated file includes:
dmdSecwith title, composer (resolved from the linked work file) and identifiersfileSecwith one file group per facsimile surface (DEFAULT/MAX/THUMBS) plus a SCORE file group pointing at the MEI sourcestructMap TYPE="PHYSICAL"with one pagedivper surfacestructMap TYPE="MUSICAL"linking each MEI<measure>to its facsimile pixel region (COORDS) and back to its own@xml:idin the MEI fileAdded:
mets-mods/mets_edirom_source_2b2b26e5.xml(print source, "Erstdruck")mets-mods/mets_edirom_source_47dde5ab.xml(manuscript source, "Autograph")Refs #49
How Has This Been Tested?
Each file was generated with Saxon-HE 12.5 from its corresponding source in
content/sources/and manually checked to be well-formed, with dmdSec/fileSec/structMap sections populated as expected and the MUSICAL structMap's measure count matching the number of<measure>elements in the source MEI file.Types of changes