Closed davidamichelson closed 2 years ago
I can add the footnotes, but they will appear after the notes, see the TEI: https://github.com/srophe/caesarea-data/blob/master/data/testimonia/tei/370.xml#L278-L294
It looks a little awkward. It might make more sense to add it after the heading? To indicate it is the footnote for the whole ab section?
Okay, sounds like we should introduce a child TEI:ab inside the first TEI:ab and add the @source to that but before the note?
On Tue, Oct 11, 2022 at 10:55 AM Winona Salesky @.***> wrote:
I can add the footnotes, but they will appear after the notes, see the TEI:
https://github.com/srophe/caesarea-data/blob/master/data/testimonia/tei/370.xml#L278-L294
It looks a little awkward.
— Reply to this email directly, view it on GitHub https://github.com/srophe/caesarea/issues/348#issuecomment-1274922354, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXQ37OE6RNURQEWNRNXXKTWCWEXZANCNFSM6AAAAAAQ72TMRA . You are receiving this because you authored the thread.Message ID: @.***>
Actually, could you put the note number on the words "Text" and "Edition"?
On Tue, Oct 11, 2022 at 11:22 AM David Michelson < @.***> wrote:
Okay, sounds like we should introduce a child TEI:ab inside the first TEI:ab and add the @source to that but before the note?
On Tue, Oct 11, 2022 at 10:55 AM Winona Salesky @.***> wrote:
I can add the footnotes, but they will appear after the notes, see the TEI:
https://github.com/srophe/caesarea-data/blob/master/data/testimonia/tei/370.xml#L278-L294
It looks a little awkward.
— Reply to this email directly, view it on GitHub https://github.com/srophe/caesarea/issues/348#issuecomment-1274922354, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXQ37OE6RNURQEWNRNXXKTWCWEXZANCNFSM6AAAAAAQ72TMRA . You are receiving this because you authored the thread.Message ID: @.***>
Done
Thanks Winona, I'm reopening just so Will and I can decide about how it looks.
@wsalesky there is now a //body/ab/ab[@type="source]
in each of the excerpts (edition and translation). I have made sure these are placed directly after the end of the text, and before the note elements. The ab element has a @source
attribute that points to one of the bibl xml:ids, so this should allow you to generate the footnote numbers in the correct place. Let me know if you need further data edits on this issue
Done.
@wsalesky the footnotes numbers are not appearing on the record page for the text node when an element that has
@source
. For example see https://caesarea-maritima.org/testimonia/370On this page there should be a footnote 1 after the word "debueris." and 2 after " questioners." coming from
These footnote numbers do appear in the bibliography at the bottom of the page, which is good, but they don't appear in the textboxes for Text and Translation.
Can you make them appear again please?