Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create TEI version of ms-xml #12

Open
njr2128 opened this issue Mar 14, 2023 · 7 comments
Open

create TEI version of ms-xml #12

njr2128 opened this issue Mar 14, 2023 · 7 comments
Assignees

Comments

@njr2128
Copy link
Member

njr2128 commented Mar 14, 2023

transform the current xml of fr640 to TEI proper

@njr2128
Copy link
Member Author

njr2128 commented Mar 14, 2023

can be subset --- most importantly was 3r (and 3v, if we want a figure)

@njr2128
Copy link
Member Author

njr2128 commented Mar 14, 2023

DECISION: 3r and 3v

@njr2128
Copy link
Member Author

njr2128 commented Mar 14, 2023

@tcatapano
Copy link
Member

generated, with some caveats:

  • adjust and supply facs values for pbs
  • add note contents
  • figures should be checked

njr2128 added a commit that referenced this issue Mar 17, 2023
njr2128 added a commit that referenced this issue Mar 17, 2023
@njr2128
Copy link
Member Author

njr2128 commented Mar 17, 2023

last commit also addresses #11

@njr2128
Copy link
Member Author

njr2128 commented Mar 17, 2023

in the case of div parts that are separated from their "parent" div (eg p003r_2), these will need to be associated with their "parent" div, perhaps using corresp attribute?

in order to do this, IDs will have to be added to all div elements, ie
<div id="p003r_2" part="y"> --> <div corresp="#p003r_2" part="Y"> or something like that

@njr2128
Copy link
Member Author

njr2128 commented Mar 17, 2023

generated, with some caveats:

  • adjust and supply facs values for pbs
  • add note contents
  • figures should be checked
  • need to adjust pbs -- pbs in the middle of a block currently interrupt the block in the output - see p003r to 3v where it splits the original block into two paragraphs. Ideally that would not be split
  • added note content (see also the dce-comment.xml in metadata/)
  • figure updated

njr2128 added a commit that referenced this issue Mar 20, 2023
njr2128 added a commit that referenced this issue Apr 20, 2023
#12: added lib directory, csv to tei converter, and beg schema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants