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

Improve rendering of corpus text headers #213

Open
6 tasks done
dasch124 opened this issue Jan 17, 2025 · 2 comments · Fixed by #243
Open
6 tasks done

Improve rendering of corpus text headers #213

dasch124 opened this issue Jan 17, 2025 · 2 comments · Fixed by #243
Assignees

Comments

@dasch124
Copy link
Member

dasch124 commented Jan 17, 2025

Fine-tune rendering of corpus text headers

  • remove "Contributed by" (it only shows "VB" as "principal")
  • add "Recording date:" sourced form sourceDesc.recordingStmt.date/@when
  • add "Recording:" sourced form sourceDesc.recordingStmt.respStmt[resp="recording"].persName
  • add "Transcribed by": sourced from teiHeader.fileDesc.titleStmt.respStmt[resp="transcription"].persName
  • add "Transfer to ELAN": sourced from teiHeader.fileDesc.titleStmt.respStmt[resp="transfer to ELAN"].persName
  • add "Published in" (in case sourceDesc.biblStruct exists) - with full citation of the bibliography entry
@dasch124
Copy link
Member Author

I've added respStmt[resp="transcription"] and respStmt[resp="transfer to ELAN"] with commit 0dd97bf636b6aedb2bd34d6b0e30e396404c4ff0

@MauPalantir MauPalantir linked a pull request Feb 4, 2025 that will close this issue
@dasch124
Copy link
Member Author

Looks great now! Unfortunately, evidently we forgot something: Could we also add the title of the text above the table?

@dasch124 dasch124 reopened this Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants