We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Whenever an article publishes corrections to edited and existing texts, these are marked up in xml to facilitate moving them from the article to papyri.info, e.g. https://github.com/hcayless/P3-processing/blob/main/articles/ClaytorSmithWarga_FourPoll_TaxReceiptsTrial-2.xml#L471-L500
at https://github.com/hcayless/P3-processing/blob/main/articles/ClaytorSmithWarga_FourPoll_TaxReceiptsTrial-2.xml#L496 we have at present a self-reference tag. This is the way in which the system refers to the place that a correction was made. An example is http://papyri.info/ddbdp/basp;50;130 https://github.com/papyri/idp.data/blob/master/DDB_EpiDoc_XML/basp/basp.50/basp.50.130.xml#L69 <lb n="10"/><app type="editorial"><lem resp="D. Hagedorn, ZPE 192 (2014) 190">Λ<supplied reason="lost">ου</supplied><unclear>λ</unclear>ιανῆς</lem><rdg>Λ<supplied reason="lost">ολ</supplied><unclear>λ</unclear>ιανῆς</rdg></app> specifically <lem resp="D. Hagedorn, ZPE 192 (2014) 190">
<lb n="10"/><app type="editorial"><lem resp="D. Hagedorn, ZPE 192 (2014) 190">Λ<supplied reason="lost">ου</supplied><unclear>λ</unclear>ιανῆς</lem><rdg>Λ<supplied reason="lost">ολ</supplied><unclear>λ</unclear>ιανῆς</rdg></app>
<lem resp="D. Hagedorn, ZPE 192 (2014) 190">
How are we going to do this in Pylon?
pylon;1;1: would potentially mean Pylon, volume 1, article 1. How do we indicate paragraph, footnote? (There are no page numbers in the articles)
pylon;1;1
Is this the opportunity to look at how we use lem resp in papyri.info? What we do now is not what is recommended by the TEI.
lem resp
The text was updated successfully, but these errors were encountered:
See papyri/xsugar#29. We'd really like to start using <wit> instead of abusing @resp the way we do.
<wit>
Sorry, something went wrong.
hcayless
jcowey
No branches or pull requests
Whenever an article publishes corrections to edited and existing texts, these are marked up in xml to facilitate moving them from the article to papyri.info, e.g.
https://github.com/hcayless/P3-processing/blob/main/articles/ClaytorSmithWarga_FourPoll_TaxReceiptsTrial-2.xml#L471-L500
at
https://github.com/hcayless/P3-processing/blob/main/articles/ClaytorSmithWarga_FourPoll_TaxReceiptsTrial-2.xml#L496
we have at present a self-reference tag. This is the way in which the system refers to the place that a correction was made.
An example is http://papyri.info/ddbdp/basp;50;130
https://github.com/papyri/idp.data/blob/master/DDB_EpiDoc_XML/basp/basp.50/basp.50.130.xml#L69
<lb n="10"/><app type="editorial"><lem resp="D. Hagedorn, ZPE 192 (2014) 190">Λ<supplied reason="lost">ου</supplied><unclear>λ</unclear>ιανῆς</lem><rdg>Λ<supplied reason="lost">ολ</supplied><unclear>λ</unclear>ιανῆς</rdg></app>
specifically
<lem resp="D. Hagedorn, ZPE 192 (2014) 190">
How are we going to do this in Pylon?
pylon;1;1
: would potentially mean Pylon, volume 1, article 1. How do we indicate paragraph, footnote? (There are no page numbers in the articles)Is this the opportunity to look at how we use
lem resp
in papyri.info? What we do now is not what is recommended by the TEI.The text was updated successfully, but these errors were encountered: