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

Desired behaviour and rendering for bibliography page #22

Open
Beatrice-nava opened this issue Jul 20, 2023 · 0 comments
Open

Desired behaviour and rendering for bibliography page #22

Beatrice-nava opened this issue Jul 20, 2023 · 0 comments

Comments

@Beatrice-nava
Copy link
Collaborator

Generate a list (in document order) starting form biblio.xml file.

Show the initials <p> of the biblio.xml file taking into account their @rend attribute.

Each item of the list should be the extended bibliographic record: take the content of the <bibl> element and put it in a paragraph. Show <title> in italics except for @level =”a”. Reverse indent the paragraph.
Create an anchor on the basis of the @xml:id of each <bibl>
Create links for the internal references within the biblio (<ref> element with @target)
As an option: the biblio list should be sortable by the reader:

  • alphabetically (by author’s surname) [this is document order]
  • by title

As an option to be considered at a later stage: for each record show the letters in which it is mentioned: list the letter’s id in which we have element with @target attribute = biblio.xml# followed by the id of the corresponding element. The ids of the letters should be the last four digits within the element with @type="letterId">. Each letter id (or note number?) is a link to the reference within the text of the letter.

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

1 participant