PerseusDL / canonical

This will be the base repo for all text and annotation data published in the PDL
16 stars 17 forks source link

List of items to be globally changed in TEI-XML files #163

Open AlisonBabeu opened 2 years ago

AlisonBabeu commented 2 years ago

List of potential items that can be updated across all TEI-XML files.

  1. Change <title type="work"> to </li> </ol> <ul> <li>Need to search on type="work" to get full list-still about 108 files, first sweep missed all those works that also had an abbreviation, such as <code><title type="work" n="Mer."></code></li> </ul> <ol start="2"> <li> <p>Delete all <code><idno type="OCLC"</code></p> </li> <li> <p>Delete all <code><editor role="editor" n="editor name"</code>> there are a number of files that have this pattern so they were missed by the last sweep.- search on role="editor" n=</p> </li> <li> <p>Delete all <code><author n="author name"</code> where it has an abbreviation that has no use in the header.</p> </li> <li> <p>Update "Lipsiae" to "Leipzig" and update other publication place names. </p> </li> <li> <p>Standardize publisher names to Teubner, Loeb, etc. rather than <code><publisher>Lipsiae : B.G. Teubneri</publisher></code> </p> </li> </ol> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/AlisonBabeu"><img src="https://avatars.githubusercontent.com/u/4663626?v=4" />AlisonBabeu</a> commented <strong> 1 year ago</strong> </div> <div class="markdown-body"> <p>Another important factor to address is consistent encoding of publisher names and publisher places per the discussion on this closed issue in the CSEL Corpus (<a href="https://github.com/OpenGreekAndLatin/csel-dev/pull/404">https://github.com/OpenGreekAndLatin/csel-dev/pull/404</a>).</p> <p>Places names and publisher location names were often interwoven rather than being placed logically as below ` <publisher>Tempsky</publisher></p> <publisher>Freytag</publisher> <pre><code> <pubPlace>Vienna</pubPlace> <pubPlace>Leipzig</pubPlace>`</code></pre> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>