Auden-Musulin-Papers / amp-app

https://amp.acdh.oeaw.ac.at
MIT License
0 stars 2 forks source link

how can we display titles of AMP documents referred to in `bibl` in `desc` in `interp`? #141

Closed timofruehwirth closed 7 months ago

timofruehwirth commented 8 months ago

in doc 0058:

                        <listBibl>
                           <bibl sameAs="acdh:amp-transcript__0001.xml#id"/>
                           <bibl sameAs="acdh:amp-transcript__0045.xml#id"/>
                           <bibl sameAs="acdh:amp-transcript__0058.xml#id"/>
                        </listBibl>

-> should we use the title element?

in doc 0002:

                           <bibl sameAs="acdh:amp-transcript__0062.xml#id">
                              <citedRange unit="page" from="14" to="15"/>
                           </bibl>

-> how can title and citedRange be displayed?

linxOD commented 8 months ago

please check document 0053 and 0002 in some cases the ref attributes still contain hash values only. if you add a ref attribute to e.g. author, editor, pubPlace etc. please add it directly to the main element and do not create e.g. persName, orgName.

timofruehwirth commented 7 months ago

issue resolved, thank you