srophe / britishLibrary-data

GNU General Public License v3.0
0 stars 3 forks source link

Fix where some tei:ref elements added outside of their tei:bibl #1937

Closed wlpotter closed 1 month ago

wlpotter commented 1 month ago

Some of the ref elements used to point to bibliographic records got added outside of the tei:bibl element. These need to be found and moved back into the bibl element so they properly nest.

Please use the fa24-student-edits branch. Please also note the following since several students will be working on this branch at once:

Workflow:

To find these instances, use the following find-in-files query (ctrl/cmd+shift+h) Find-in-files:

For each instance, move the full tei:ref element into the corresponding tei:bibl element

In most cases, it should be clear which bibl element it belongs to, but if not you may need to open the link in the @target attribute and verify which bibl entry it refers to.

For checking the ones that have "smbBibl" instead of a Zotero link, use the following google sheet: New Syriaca Bibliography Records. Find the ID in the "localId" column and then check the citation in the "Citation in Wright" column

Once all of the changes have been made and committed for all of the files, i.e. when searching in all files for "zotero" and "smblBibl" returns 0 results when you restrict by the above Xpath, please make a comment on this issue and tag Will with @wlpotter

wlpotter commented 1 month ago

This is done