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:
Please make sure to regularly "Fetch origin" and "pull changes" when beginning a work session
Please make commits on a per file basis, i.e. try to avoid having changes across multiple files in a single commit
Don't forget to push the commits up to the remote server
If you get any errors related to merge conflicts when pushing changes, let Will know
Workflow:
To find these instances, use the following find-in-files query (ctrl/cmd+shift+h)
Find-in-files:
Text to find: zotero (then re-search on smblBibl
Restrict to Xpath: ref[not(parent::bibl)]/@target
For each instance, move the full tei:ref element into the corresponding tei:bibl element
triple-clicking on the element name "ref" should select the entire element
cut (cmd/ctrl+x) and past (cmd/ctrl+v) the element at the end of the tei:bibl element it should be contained within
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
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:zotero
(then re-search onsmblBibl
ref[not(parent::bibl)]/@target
For each instance, move the full tei:ref element into the corresponding tei:bibl element
cmd/ctrl+x
) and past (cmd/ctrl+v
) the element at the end of the tei:bibl element it should be contained withinIn 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