Move notes from within <div type="textualNotes">
element and replace the corresponding <ref target="n1782.1"><hi rend="sup">1</hi></ref>
elements with the note content.
So if the source contains
<div type="textualNotes">
<note n="1" xml:id="n1782.1">
<ab>
<persName ref="emco-person-2">Dr</persName> and <persName ref="emco-person-211">M<hi rend="sup">rs</hi>
Beattie</persName> visited...
Next, move this up into the area to where the note is being referenced, e.g. 1, and replace the reference with the note content
Finally delete the
Create Facsimile section and find and replace <pb...
element attribute values and populate facsimile section values
<facsimile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<surface n="" xml:id="surf-pb">
<graphic mimeType="image/jpeg" url="MS 551.1.1.jpg" height="50px" rend="thumbnail"/>
<zone xml:id="zone-pb-1">
<graphic mimeType="image/jpeg" url="MS 551.1.1.jpg" height="50px" rend="thumbnail"/>
<graphic mimeType="image/png" url="MS 551.1.1.png" width="380px" rend="facstab"/>
</zone>
...
</surface>
</facsimile>
If <pb>
element in <body>
section contains the following:
<pb facs="MS 30_2_65_p01.jpg"/>
Then corresponding <graphic>
and <zone>
elements must be created and the IDs from these elements replace the attribute values in the <pb>
element within the <body>
section, i.e.
<pb facs="MS 30_2_65_p01.jpg"/>
<facsimile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<surface n="" xml:id="surf-pb">
<graphic mimeType="image/jpeg" url="MS 30_2_65_p01.jpg" height="50px" rend="thumbnail"/> <!-- This should be set to the first page of the correspondence -->
<zone xml:id="zone-pb-1">
<graphic mimeType="image/jpeg" url="MS 30_2_65_p01.jpg" height="50px" rend="thumbnail"/>
<graphic mimeType="image/jpg" url="MS 30_2_65_p01.jpg" width="380px" rend="facstab"/>
</zone>
...
</surface>
</facsimile>
<pb n="1" xml:id="pb-orig-1" facs="#zone-pb-1"/>
This process repeats for every <pb>
element within the <body>
section
-
Find all instances of URLs that have been URL encoded, e.g. ones that begin
https%3A%2F%2Fbooks.google.co.uk%2F
-
Copy and paste the URL into the decoder at: https://meyerweb.com/eric/tools/dencoder/ and press the decode button
-
Copy and paste the decoded URL into a text editor and find and replace any
&
characters in the URL with&
symbol, and any"
symbols with"
Inline bibliographic references should use the <ref>
element as follows
<ref target="emco-bibl-22" type="editorial"><hi rend="italic">Companions Without Vows: Relationships among Eighteenth- Century British Women</hi></ref>
The type
attribute can be either editorial
or historical
the difference being, an editorial reference is a text we used in editing the letters, whereas a historical reference is a historical work that Montagu read.