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

Populating publicationStmt and sourceDesc #48

Open
jcowey opened this issue Sep 16, 2022 · 3 comments
Open

Populating publicationStmt and sourceDesc #48

jcowey opened this issue Sep 16, 2022 · 3 comments
Assignees

Comments

@jcowey
Copy link
Collaborator

jcowey commented Sep 16, 2022

We should consider including provision for populating publicationStmt and sourceDesc in the pipeline. If we compare

https://github.com/hcayless/P3-processing/blob/main/articles/Claytor_Receipt_Didrachmia_Souchos/Claytor_Receipt_Didrachmia_Souchos.xml#L6-L28

with

https://github.com/jcowey/P3/blob/master/pylon_1/89346.xml#L6-L59

it can be seen that publisher, pubPlace and a number of other tags are included in https://github.com/jcowey/P3/blob/master/pylon_1/89346.xml#L6-L59 but not in https://github.com/hcayless/P3-processing/blob/main/articles/Claytor_Receipt_Didrachmia_Souchos/Claytor_Receipt_Didrachmia_Souchos.xml#L6-L28

The questions to be clarified is what should come from the pipeline of P3-processing and what is added and the UB Heidelberg side and does not require further input.

An example where P3-processing could provide information is at

https://github.com/hcayless/P3-processing/blob/main/articles/Claytor_Receipt_Didrachmia_Souchos/Claytor_Receipt_Didrachmia_Souchos.xml#L6-L28

<idno ana="hc:PrivateIdentifier">pylon.1.18</idno>

this is the same information as at

https://github.com/jcowey/P3/blob/master/pylon_1/89346.xml#L307 (HGV Meta section)

and the information must come from the XML uploaded to GitLab. A way of dealing with this would be helpful. This in turn could be used to create biblStruct

https://github.com/jcowey/P3/blob/master/pylon_1/89346.xml#L46-L57

@jcowey
Copy link
Collaborator Author

jcowey commented Sep 16, 2022

This issue is a marker for conversation about adding improvements, where necessary, but without overkill.

@jcowey
Copy link
Collaborator Author

jcowey commented Sep 19, 2022

https://github.com/hcayless/P3-processing/blob/main/articles/Claytor_Receipt_Didrachmia_Souchos/Claytor_Receipt_Didrachmia_Souchos.xml#L6-L28:

      <fileDesc>
         <titleStmt>
            <title>A Receipt for the Didrachmia of Souchos from the Mikkalos Archive</title>
            <author>
               <name>
                  <forename>W. Graham</forename>
                  <surname>Claytor</surname>
               </name>
               <affiliation>Uniwersytet Warszawski</affiliation>
            </author>
         </titleStmt>
         <editionStmt>
            <edition>
               <date/>
            </edition>
         </editionStmt>
         <publicationStmt>
            <p>unknown</p>
         </publicationStmt>
         <sourceDesc>
            <p>Converted from a Word document</p>
         </sourceDesc>
      </fileDesc>

in comparison to https://github.com/jcowey/P3/blob/master/pylon_1/89346.xml#L6-L59:

      <fileDesc>
         <titleStmt>
            <title>A Receipt for the <emph rend="italics">Didrachmia</emph> of Souchos from the Mikkalos Archive</title>
            <author>
               <persName>
                  <forename>W. Graham</forename>
                  <surname>Claytor</surname>
               </persName>
               <affiliation>
                  <orgName>Centre for Research on Ancient Civilisations, Wydział Historii, Uniwersytet Warszawski</orgName>
               </affiliation>
               <email>[email protected]</email>
               <idno ana="hc:GNDURI">https://d-nb.info/gnd/1164982230</idno>
               <idno ana="hc:ORCIDURI">https://orcid.org/0000-0001-9838-3318</idno>
            </author>
            <funder>Deutsche Forschungsgemeinschaft</funder>
         </titleStmt>
         <editionStmt>
            <edition>
               <date/>
            </edition>
         </editionStmt>
         <publicationStmt>
            <publisher>
               <orgName>Propylaeum</orgName>
               <idno ana="hc:GNDURI">https://d-nb.info/gnd/1257896830</idno>
            </publisher>
            <pubPlace>
               <placeName>Heidelberg</placeName>
               <idno ana="hc:GNDURI">http://d-nb.info/gnd/4023996-2</idno>
            </pubPlace>
            <date when="2022">2022</date>
            <availability>
               <licence target="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International (CC BY-NC-SA 4.0)</licence>
            </availability>
            <idno ana="hc:PrivateIdentifier">pylon.1.18</idno>
            <idno ana="hc:DOI">https://doi.org/10.48631/pylon.2022.1.89346</idno>
         </publicationStmt>
         <sourceDesc>
            <bibl ana="hc:RecommendedBibliographicReference">W.G. Claytor, “A Receipt for the Didrachmia of Souchos from the Mikkalos Archive,” Pylon 1 (2022). DOI: <ref ana="hc:URLReference" target="https://doi.org/10.48631/pylon.2022.1.89346">https://doi.org/10.48631/pylon.2022.1.89346</ref>.</bibl>
            <biblStruct>
               <monogr>
                  <title level="j" ana="hc:MainTitle">Pylon</title>
                  <title level="j" ana="hc:Subtitle">Editions and Studies of Ancient Texts</title>
                  <idno ana="hc:ISSN hc:DigitalPublicationIdentifier">2751-4722</idno>
                  <imprint>
                     <biblScope unit="volume">1</biblScope>
                     <biblScope unit="article">18</biblScope>
                     <date when="2022">2022</date>
                  </imprint>
               </monogr>
            </biblStruct>
         </sourceDesc>
      </fileDesc>

@jakub-simek
Copy link
Collaborator

@lmaylein The question is in so far relevant for the heiVIEWER as the metadata in publicationStmt and sourceDesc are or are not displayed in the information tab of our viewer. We already have a general discussion about publicationStmt running but sourceDesc is much more complex because it can contain complete manuscript descriptions.

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

3 participants