CC and I have come up with this plan for providing document introductions on the site:
- CC will begin adding a new element to the
<sourceDesc>
in text documents. It will look like this:<bibl type="introduction">
[Detailed intro to the text...]</bibl>
- If that element is present, its contents will be displayed at the head of the document in the black box that's already there. If that element is not present (because it hasn't been added yet), the black box will display any other bibl tag inside sourceDesc (meaning that it will display the same text as is shown as a teaser when you mouse over the title of the document in the TOC page).
- I will implement a method for displaying all the metadata in the teiHeader, based on the way this was done in the ACH code, and as is also done for ScanCan. It will be handy to have that code available for P5 projects anyway. This can appear as a button at the top left of the page.
- The same approach cannot easily be taken with the images, because of screen space issues. We have discussed the possibility of using a special annotation called "Introduction", but I think it might be better to have a link at the top of the page, next to the metadata link, which will pop up the introduction over the top of the image. This has the advantage that all introductory material is encoded in the same way.