-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improving bibliography entries for manuscripts #125
Comments
@aewingate I have some questions.
Thank you! |
Hi @tubesoft!
|
@aewingate Thanks. Okay, then, please update here once the things are fixed. |
@tubesoft Since Michelle updated the schema reference for me, I've been able to update CHYM000001 with all of the items that should be @type='manuscript'. If you want to test again, the @xml:id of relevant bibliography items are:
Let me know if/what you need from me for further testing/fixing! |
@aewingate I tested one of them: |
@tubesoft, that looks great! I think it's good to go. |
The current fields and way we display bibliographic information for print books doesn't work well when we have to cite Newton's own manuscripts or other manuscripts.
We discussed and agreed upon the following structure for manuscript entries in CHYM000001.xml:
an example
I have it as
@type="manuscript"
so that the manuscript entries can be distinguished from the print books (which already have@type="book"
)The fields we'd want to show up in the bibliography on the site are:
Short Title (
<title type="short">
)Full Title (
<title level="m">
) [versus print books have "Title Page"]Author (
<author>
)Date (
<date>
)Holding Institution(
<orgName>
)Shelfmark (
note[@type='shelfmark']
)Link to Fulltext (
title[@level='m']/@ref
)For the in-text citations, in addition to what is already there, (author, short title, date), I think we'd want the holding institution (
<orgName>
) and the shelfmark (note[@type='shelfmark']
)So something like:
Newton, Isaac. Symbola Aureae Mensae. Undated. Holding Institution, Shelfmark.
<surname>,<forename>. <title type="short">. <date>. <orgName>, note type="shelfmark"]
The text was updated successfully, but these errors were encountered: