Encode Persons
The Personography File
All personography entries are contained in a single XML file named PERS1.xml. This
file is contained in the data folder of the subversion repository. All teams members
occasionally edit PERS1.xml. Before you edit the file, make sure no one else is working
in the file. If you are in HCMC, talk to the other MoEML team members in HCMC. If
you are not in the lab, send an email to all team members with the subject
Working in PERS1.When you have finished, validated, and committed your work, send out another email with the subject
Finished working in PERS1.
Add a Historical or Literary Person to the Personography
Encode the Root Element
The
<person>
element is the root of every personography entry. It requires a unique @xml:id
, so that references in other documents to people may be tagged with that unique @xml:id
and links made to the information in the Personography file (PERS1.xml). The value
of the @xml:id
should be comprised of the "mol:"
pointer plus a unique four digit and one letter identifier. Use the Transformation
Scenario Retrieve Next Free Idin oXygen, or use Ctrl+F on the
A-Z Indexon the Jenkins site to find the next unused id.
For historical persons, you must also add a
@sex
attribute to the <person>
element. Enter a value of "0"
if the person’s sex is unknown, "1"
if the person is male, "2"
if the person is female, or "9"
if the person’s sex is not applicable. If a person is mentioned in Stow and nowhere
else, you must add a @source
attribute with a value of "mol:stow_1598"
to the <person>
element. Note that this attribute should be used sparingly, only when you are sure
that no further sources exist for a person.
Here are some examples of how to encode the
<person>
root element:
<person xml:id="THRO4" sex="1">
[…]
</person>
[…]
</person>
<person xml:id="HUNG7" sex="2" source="mol:stow_1598">
[…]
</person>
[…]
</person>
Nested within the
<person>
element should be the following second-tier elements: <persName>
, <birth>
(if known), <death>
(if known), <floruit>
(if birth and death are not known), and <note>
. The following sections describe how to encode these elements.
Encode Names
Nest a
<persName>
tag inside the <person>
element. We use the <persName>
element to tag the various names (forename, surname, etc.) associated with a person.
Before tagging these names, add a @type
attribute to the <persName>
element. We use this attribute to identify a person as a historical figure or a literary
figure. If a person is historical, supply a @type
value of "hist"
. If a person is literary, supply a @type
value of "lit"
. Note that some literary persons may be based on historical persons. For example,
the literary character Elizabeth I who appears in many post-1603 plays is not the
same as the historical queen Elizabeth I. We therefore encode one entry for the historical
person and one entry for the literary person.
Nest name tags within the
<persName>
element. There are six name tags that you can use when encoding a person’s name:
<reg>
, <forename>
, <surname>
, <roleName>
, <genName>
, and <addName>
. More details about each one follow:
-
Use the
<reg>
element to tag a regularized version of the person’s name. In most instances, the regularized version will be the person’s forename followed by their surname (e.g.,<reg>
William Shakespeare
</reg>
). In special cases, however, the regularized version of a person’s name may contain only certain components of their1 name or components in a certain order. The following table outlines a number of special cases in which a person’s regularized name does not follow the usual Forename + Surname format:Type of Person Template Example Monarch of England Forename + Ordinal <reg>Elizabeth I</reg>Monarch of a country other than England Forename + Ordinal + of
+ Dominion<reg>Charles I of Spain</reg>Member of the peerage Forename + Surname [No Title] <reg>Thomas Howard</reg>Member of the gentry Sir
orDame
+ Forename + Surname<reg>Sir William Roch</reg>Pope Forename + Ordinal <reg>Innocent III</reg>Saint St.
[NotSaint
] + Forename + Surname<reg>St. Augustine of Canterbury</reg>Bishop or priest Forename + Surname [No Title] <reg>Thomas Arundel</reg>Doctor Dr.
[NotDoctor
] + Forename + Surname<reg>Dr. William Chichele</reg>Person with a different birth name Forename + Surname + (née
[in the case of woman] + Surname at Birth +)
<reg>Anne Farrant (née Bower)</reg>Person with an alias or well known nickname Forename + Surname + (alias
+ Alias or Nickname +)
<reg>Mary Frith (alias Moll Cutpurse)</reg>Person with no known surname Mr.
orMs.
+ Forename<reg>Mr. Robert</reg>Person with no known forename Mr.
orMs.
+ Surname<reg>Mr. Randoll</reg> -
Use the
<forename>
element to tag a person’s forename or given name (e.g.,<forename>
William
</forename>
). Sometimes, a person will have more than one forename (i.e., they will have amiddle name
ormiddle names
). We tag every such name separately, using the<forename>
tag (e.g.,<forename>
Henry
</forename>
<forename>
Frederick
</forename>
). We also use the<forename>
element to tag the names of allegorical or mythological figures (e.g.,<forename>
Truth
</forename>
or<forename>
Zeus
</forename>
). -
Use the
<surname>
element to tag a person’s surname or family name (e.g.,<surname>
Shakespeare
</surname>
). Sometimes, a person’s surname will contain a preposition (e.g.,Catherine of Aragon,
Humphrey de Bohun,
orChet van Duzer
). Tag these prepositions using the<nameLink>
element nested within the<surname>
element (e.g.,<surname>
<nameLink>
de
</nameLink>
Bohun</surname>
). Note that some people, often married women, may be known by more than one surname. As with people who have multiple forenames, we tag each surname separately (e.g.,<surname>
Farrant
</surname>
<surname>
Bower
</surname>
). -
Use the
<roleName>
element to tag any titles or roles associated with a person’s name. Often, a role name will be the first component in a person’s name (e.g.,<roleName>
Sir
</roleName>
,<roleName>
St.
<roleName>
,<roleName>
Pope
</roleName>
, etc.). Note that each of these tags identify a person as occupying a particular station or rank within society. Sometimes, a role name will be the last component in a person’s name (e.g.,<roleName>
King of England and Scotland
</roleName>
,<roleName>
Earl of Oxford
</roleName>
,<roleName>
Bishop of Ely
</roleName>
). These kinds of role names are usually titles or offices that a person holds. If the person is a monarch, we list their<roleName>
as the last component of their name (e.g., we tag Elizabeth I as<forename>
Elizabeth
</forename>
<roleName>
Queen of England and Ireland
</roleName>
and not<roleName>
Queen
</roleName>
<forename>
Elizabeth
</forename>
). It is important to note that not everyone who holds an office/title should have a<roleName>
tag. As a general rule, we tag the role names of monarchs and other members of royalty, religious officials, members of the nobility, lord mayors, and sheriffs. Conversely, we do not tag the role names of aldermen, livery company directors, etc. -
Use the
<genName>
element to tag any ordinals in a person’s name. Usually, only monarchs or popes will have ordinals in their names (e.g., Elizabeth I or Innocent III). We write ordinals as roman numerals and, accordingly, nest a<num>
tag with a@type
value of"roman"
within the<genName>
. We also add a@value
attribute to the<num>
tag with a value that corresponds to that of the roman numeral being tagged. For example, we would encode Inocent III as<forename>
Innocent
</forename>
<genName>
<num type="roman" value="3">
III
</num>
<genName>
. When a person has more than one ordinal in their name, we tag each ordinal separately (e.g.,<forename>
James
</forename>
<genName>
<num type="roman" value="1">
I
</num>
</genName>
<genName>
<num type="roman" value="3">
III
</num>
</genName>
). -
Use the
<addName>
element to tag any aliases, nicknames, or epithets associated with a person’s name. Most of the time, the<addName>
tag should be one of the last components in a person’s name (e.g.,<forename>
Mary
</forename>
<surname>
Frith
</surname>
<surname>
Moll Cutpurse
</surname>
,<forename>
Ivan
</forename>
<genName>
<num type="roman" value="4">
IV
</num>
</genName>
<surname>
the Terribe
</surname>
<roleName>
Czar of Russia
</roleName>
). Other times, when functioning as aleading epithet,
the<addName>
tag should precede the other components in a person’s name (e.g.,<surname>
Black
</surname>
<forename>
Will
</forename>
,<surname>
Old
</surname>
<forename>
Hobson
</forename>
). In rare cases, the<addName>
tag will be the only known component (other than the always-necessary<reg>
tag) in a person’s name (e.g.,<surname>
Whipping Tom
</surname>
).
In total, the
<persName>
tag and its nested components should provide a comprehensive record of the various
names used to identify a person, as well as an authority name (in the form of the
<reg>
tag) based on this information. Here are some examples of how to encode the <persName>
element:
<persName type="hist">
<reg>William Jaggard</reg>
<forename>William</forename>
<surname>Jaggard</surname>
</persName>
<reg>William Jaggard</reg>
<forename>William</forename>
<surname>Jaggard</surname>
</persName>
<persName type="hist">
<reg>Ivan <num type="roman" value="4">IV</num></reg>
<forename>Ivan</forename>
<genName><num type="roman" value="4">IV</num></genName>
<addName>the Terrible</addName>
<roleName>Czar of Russia</roleName>
</persName>
<reg>Ivan <num type="roman" value="4">IV</num></reg>
<forename>Ivan</forename>
<genName><num type="roman" value="4">IV</num></genName>
<addName>the Terrible</addName>
<roleName>Czar of Russia</roleName>
</persName>
<persName type="lit">
<reg>Peace</reg>
<forename>Peace</forename>
</persName>
<reg>Peace</reg>
<forename>Peace</forename>
</persName>
Encode Life Dates
If known, important life dates such as a person’s date of birth, date of death, and/or
flourish dates can be can be encoded following the
<persName>
element. Three self-closing dating elements may be used:
-
Use the
<birth/>
element to encode information about a person’s date of birth. -
Use the
<death/>
element to encode information about a person’s date of death. -
Use the
<floruit/>
element to encode information about the dates a person was active (i.e., theirflourish
dates).
Choose which dating elements to include. You will often only have enough information
to use one or two of the above dating elements. Because death records were far more
common than birth records in early modern England, it is easier find information about
a person’s date of death. Baptism records often serve as the only primary sources
for determining a person’s date of birth. As infants were customarily baptised a few
days after they were born, baptism records can provide an approximation of when someone
was born. We record flourish dates only if both a person’s date of birth and date of death are unknown.
Next, add attributes with values to the dating elements. Every element must declare
(1) a date or duration and (2) the calendar system being used. To declare a date or
duration, follow these guidelines:
-
Use the
@when-custom
attribute to express a single date of birth or date of death. This attribute may not be used in combination with any other dating attributes. -
Use the
@from-custom
attribute to express the start date of a duration. This attribute may only be added to the<floruit>
element. It must be used in combination with either the@to-custom
attribute or the@notAfter-custom
attribute. -
Use the
@from-custom
attribute to express the start date of a duration. This attribute may only be added to the<floruit>
element. It must be used in combination with either the@to-custom
attribute or the@notAfter-custom
attribute. -
Use the
@notBefore-custom
attribute to expresses the earliest possible date of an event. Unlike the value of the@from-custom
attribute, the value of the@notBefore-custom
attribute is not assumed to be a definitive start date of a duration. In fact, the@notBefore-custom
attribute may express any duration that begun after the specified date or any single date that occurred after the specified date. Accordingly, it may be added to any dating element and it may be used by itself or in combination with the@notAfter-custom
attribute or the@to-custom
attribute. -
Use the
@notAfter-custom
attribute to express the latest possible date of an event. Unlike the value of the@to-custom
attribute, the value of the@notAfter-custom
attribute is not assumed to be a definitive start date of a duration. The@notAfter-custom
attribute may express any duration that finished before the specified date or any single date that occurred before the specified date. Accordingly, it may be added to any dating element and it may be used by itself or in combination with the@notBefore-custom
attribute or the@from-custom
attribute. -
Values for the
@when-custom
,@from-custom
,@to-custom
,@notBefore-custom
, and@notAfter-custom
attributes must be entered in standard ISO format. Reference particular days as"YYYY-MM-DD"
, months as"YYYY-MM"
, and years as"YYYY"
. Use zeros to fill extra digits in years that are less than four digits (e.g., 0012 [C.E.]). Use negative values when referring to a year before the common-era (e.g., -0008 [B.C.E.]).
To declare the calendar system being used, add a
@datingMethod
attribute to the dating element, then choose one of the following values:
-
Enter a value of
"mol:julianMar"
if your source uses a Julian calendar and considers March 25th the beginning of the new year. Any dates taken based on information from Stow should have this value. -
Enter a value of
"mol:julianJan"
if your source uses the Julian calendar and considers January 1st the beginning of the new year. Although March 25th traditionally marked the new year in the Julian calendar, some early modern writers (e.g., Samuel Peyps) had already begun using January 1st as the new year to replicate thenew style
of the Gregorian calendar, which was used by Catholic countries in mainland Europe. -
Enter a value of
"mol:julianSic"
if your source uses the Julian calendar, but you are unsure whether January 1st or March 25th is considered the beginning of the new year. In most cases, you will likely use this value as many sources, including the ODNB, are not entirely clear about the calendar system they use. -
Enter a value of
"mol:gregorian"
if your source uses the Gregorian calendar. Because England did not begin using the Gregorian calendar until 1752 (well after the period our project studies), you will rarely encounter a source that uses the Gregorian calendar. Nonetheless, it is possible that a source may use a proleptic Gregorian calendar, so the appropriate value is listed here.
In addition to the attributes and values outlined above, there are two optional attributes
that can be added to dating elements in special cases:
-
Use the
@cert
attribute with a value of"low"
to express when you are uncertain about the accuracy of a date. This may happen when your information is based on an unreliable resource (e.g., Wikipedia) or when two or more sources give conflicting information. -
Use the
@evidence
attribute with a value of"baptism"
to express when a date of birth is based on a baptism record. Accordingly, the@evidence
attribute should only be added to the<birth/>
element.
Here are some examples of how to encode life dates in a personography entry:
<death when-custom="1509" datingMethod="mol:julianMar"/>
<birth notAfter-custom="1560" evidence="baptism" datingMethod="mol:julianSic"/>
<death when-custom="1633" datingMethod="mol:julianSic"/>
<floruit from-custom="1648" to-custom="1658" datingMethod="mol:julianSic"/>
Note Biographical Information
A
<note>
element should always follow the <persName>
element. When known, life dates may be inserted between the <persName>
and <note>
elements. We use the <note>
element to encode a short biographical statement and link to one or two external
resources about a person.
Write a Bio Statement
Nest a
<p>
element immediately within the <note>
element. We use this <p>
element to tag a short biographical statement of one or two sentences about the person.
A biographical statement should summarize the salient facts pertaining to a person’s
life, including their important roles, titles, and/or relations. For example, here
is the biographic statement for Geoffrey de Mandeville:
<p>First earl of Essex. Constable of the <ref target="mol:TOWE5">Tower of London</ref> and sheriff during the <date from-custom="1135" to-custom="1154" datingMethod="mol:julianJan" calendar="mol:regnal">reign of <name ref="mol:STEP1">King Stephen</name></date>. Son of <name ref="mol:MAND4">William de Mandeville</name>.</p>
Note that references to dates, locations, and other people in the biographical statement
are marked up using the appropriate TEI-XML tags. Because certain
typesof people will have similar biographical statements, we have developed a set of templates for common biographical statements:
Type of Person | Template | Example |
Member of the peerage | Ordinal(s) [if applicable] + name of title(s) + .+ Other biographical information + . |
<p>First earl of Oxford and count of Guînes. Grandson of <name ref="mol:VERE1">Aubrey de Vere</name>.</p>
|
Actor | Actor with+ name of playing company + . |
<p>Actor with the <name ref="mol:KIME1" type="org">King’s Men</name>.</p>
|
Lord mayor | Sheriff of London from+ first year as sheriff [in YYYY format] + —+ last year as sheriff [in YYYY format] + CE+ .+ Mayor from+ first year as mayor [in YYYY format] + —+ last year as mayor [in YYYY format] + CE+ . Member of the+ Livery company to which he belonged + . |
<p>Sheriff of <ref target="mol:LOND5">London</ref> from <date datingMethod="mol:julianSic" from-custom="1489" to-custom="1490">1489—1490</date> CE. Mayor from <date datingMethod="mol:julianSic" from-custom="1503" to-custom="1504">1503—1504</date> CE and from <date datingMethod="mol:julianSic" from-custom="1509" to-custom="1510">1509—1510</date> CE. Member of the <name type="org" ref="mol:DRAP3">Drapers’ Company</name>.</p>
|
Lay sheriff | Sheriff of London from+ first year as sheriff [in YYYY format] + —+ last year as sheriff [in YYYY format] + CE+ . Member of the+ Livery company to which he belonged + . |
<p>Sheriff of <ref target="mol:LOND5">London</ref> from <date datingMethod="mol:julianSic" from-custom="1442" to-custom="1443">1442—1443</date> CE. Member of the <name type="org" ref="mol:SALT3">Salters’ Company</name>.</p>
|
Monarch | Queen [or] King + of+ dominion(s) + ,first year of reign [in YYYY format] -last year of reign [in YY format in most cases] + . |
<p>Queen of England, <date from-custom="1553" to-custom="1603" datingMethod="mol:julianSic" calendar="mol:julianSic">1533-1603</date>.</p>
|
Dramatic character | Character[or more specific description of role] + in+ Author’s Name + ‘s+ Name of Play or Work + . |
<p>Constable in <name ref="mol:SHAK1">William Shakespeare</name>’s <title level="m">Much Ado about Nothing</title>.</p>
|
Allegorical character in a mayoral show | Personification of+ concept the character represents + . Appears as an allegorical character in mayoral shows. |
<p>Personification of purity. Appears as an allegorical character in mayoral shows.</p>
|
In addition to the special cases outlined in this table, there are a number of universal
rules that should be followed when formatting any biographical statement. They are
listed here with examples:
-
Biographic statements should be written in fragments rather than complete sentences (e.g.,
Chaplain. Buried in the parish church of St. Olave’s in Coleman Street Ward.
). Separate fragments using periods; avoid using semicolons. -
As per the MoEML Guide to Editorial Style, any office or title that a person holds should be referred to with down-style capitalization (e.g.,
lord mayor,
sheriff,
king,
queen,
alderman,
etc.). -
Spell out ordinals in titles (e.g.,
first duke of Bedford
). -
When describing a person’s relationship with another person, use the preposition
of
rather thanto
(e.g.,husband of Katherine Augustine,
mother of Eleanor Writhesley,
etc.). -
Express date ranges that occur in the same century in YYYY-YY format (e.g., 1601-02). Express date ranges that span across two centuries in YYYY-YYYY format (e.g.,
1598-1601
). Note that we use a hyphen instead of a preposition in date ranges. -
When noting where a person was buried, insert a separate fragment beginning with
Buried in…
(e.g.,Buried in St. John Parish.
).
Link to Further Resources
We always attempt to provide one or two links to external resources that provide further
information about a person. To keep our data consistent and reliable, we only link
to entries in the following databases and online encyclopaedias:
Before encoding links to external resources, the first step is to determine whether
the person you are looking for is included in any of the above resources. If the person
is included in more than two resources, select the best two resources to link to.
We always include a link to the ODNB entry on a person if it exists. Furthermore, we always try to link to at least one
open access resource. Wikipedia links should be included only if the person cannot be found in other open access
resources.
Note that, sometimes, a person will be included as a sub-entry in the ODNB entry for another person (usually one of their family members). Do not link to a
sub-entry as a further resource. Instead, link to it in the person’s biographical
statement. Insert an extra sentence that reads
See related ODNB article on [name of person’s relation]at the end of the biographical statement. Tag
ODNBwith a link to the article being referenced. For example,
<p>Knight of the Garter. Elder Brother of <name ref="mol:BURL2">Simon Burley</name>. See related <ref target="http://www.oxforddnb.com/view/article/4036"><title level="m">ODNB</title></ref> entry for <name ref="mol:BURL2">Simon Burley</name>.</p>
After determining which further resources to use (if they exist), insert a
<list>
element with a @type
value of "links"
immediately after the <p>
element. Next, spell out the acronym for each resource you want to link to. Here
are the acronyms we use:
Resource | Standard Acronym |
British Book Trade Index | BBTI |
British History Online | BHO |
Encyclopedia Britannica Academic Edition | BAE |
Encyclopedia Mythica | EM |
History of Parliament Online | HPO |
Mayors and Sheriffs of London | MASL |
Oxford Dictionary of National Biography | ODNB |
Oxford Reference | OR |
Records of London’s Livery Companies Online | ROLLCO |
Wikipedia | Wikipedia |
The final step requires that you encode each acronym using the following tags (in
the following order). First, tag each acronym using the
<title>
element with a @level
value of "m"
. Second, tag each acronym using the <ref>
element with a @target
attribute. The value of the target attribute should be the http:// address for the
external resource. Third, tag each acronym using the <item>
element. The following XML tree serves an example of how to link to further resources:
<note>
<p>[...]</p>
<list type="links">
<item><ref target="http://www.oxforddnb.com/view/article/26932/63285"><title level="m">ODNB</title></ref></item>
<item><ref target="https://en.wikipedia.org/wiki/Lady_Eleanor_Talbot"><title level="m">Wikipedia</title></ref></item>
</list>
</note>
<p>[...]</p>
<list type="links">
<item><ref target="http://www.oxforddnb.com/view/article/26932/63285"><title level="m">ODNB</title></ref></item>
<item><ref target="https://en.wikipedia.org/wiki/Lady_Eleanor_Talbot"><title level="m">Wikipedia</title></ref></item>
</list>
</note>
Example Entries
Examples of fully encoded historical or literary
<person>
entries in PERS1.xml can be found by searching The Map of Early Modern London CodeSharing Service.
Research a Historical or Literary Person
Biographical research is often required in order to add a historical or literary (especially
mythological) person to the personography. The following table outlines the resources
we recommend for researching different types of people.
Monarchs |
|
Members of the peerage |
|
Members of the gentry |
|
Religious figures |
|
Lord mayors and sheriffs |
|
Stationers |
|
Common people |
|
Mythological figures |
|
Note that, due to early modern spelling variations, it is sometimes difficult to find
the particular person you are looking for in these databases. For example, __X___
is entered in the Mayors and Sheriffs of London (MASL) database as ___Y____. If you were to search for ___X___, you would not find
___Y____. To get around this problem, we recommend that you include many variant
spellings of a person’s name in your search.
Add Modern Contributors to the Personography
The basic structure of a personography entry for a modern contributor is the same
as for a historical or literary person. Entries consist of a root element (
<person>
), which contains a <persName>
element and a <note>
element. We do not encode life dates (i.e., <birth>
, <death>
, or <floruit>
elements) for modern contributors.
Encode the Root Element
The
<person>
element is the root of every personography entry. To distinguish one personography
entry from another, we add an @xml:id
attribute to the <person>
element with a unique value composed of four letters and one number (e.g., "JENS1"
). For more information about @xml:id
s, see documentation about generating an @xml:id.
Unlike entries for historical or literary persons, we do not add a
@sex
attribute to the root element in entries for modern contributors.
Here are some examples of how to encode the root element in a personography entry
for a modern contributor:
<person xml:id="ABCD1">
[...]
</person>
[...]
</person>
<person xml:id="ABCD2">
[...]
</person>
[...]
</person>
Encode Names
Nest a
<persName>
tag immediately inside the <person>
root element. Add a @type
attribute with a value of "cont"
to the <name>
tag. Inside the <name>
tag, nest a <reg>
tag. Use the <reg>
element to tag a regularized version of the contributor’s name. For a modern contributor,
a regularized name should consist of the person’s forename folllowed by their middle
name(s) (if applicable) and their surname. Please leave out any suffixes such as Dr.
or M.A.
Here are some examples of how to encode the
<persName>
element in a personography entry for a modern contributor:
<person xml:id="JENS1000">
[...]
<persName type="cont">
<reg>Janelle Jenstad</reg>
<forename>Janelle</forename>
<surname>Jenstad</surname>
<abbr>JJ</abbr>
</persName>
</person>
[...]
<persName type="cont">
<reg>Janelle Jenstad</reg>
<forename>Janelle</forename>
<surname>Jenstad</surname>
<abbr>JJ</abbr>
</persName>
</person>
<person xml:id="HOLM1000">
[...]
<persName type="cont">
<reg>Martin D. Holmes</reg>
<forename>Martin</forename>
<forename>D.</forename>
<surname>Holmes</surname>
<abbr>MDH</abbr>
</persName>
</person>
[...]
<persName type="cont">
<reg>Martin D. Holmes</reg>
<forename>Martin</forename>
<forename>D.</forename>
<surname>Holmes</surname>
<abbr>MDH</abbr>
</persName>
</person>
Note Biographical Information
Type of contributor | Template | Example |
Research assistant | Research assistant,+ years working for MoEML [in YYYY-YY format] + .+ One or two sentences about the contributor’s degree program and/or academic interests. |
<person xml:id="DUNC33">
[...] <note><p>Research assistant, 2014 to present. Catriona is an MA candidate at the University of Victoria. Her primary research interests include medieval and early modern literature with a focus on book history, spatial humanities, and technology.</p></note> </person> |
Programmer or technical assistant | Programmer[or more specific job title] + at the University of Victoria Humanities Computing and Media Centre (HCMC)[or other place of work, if applicable] + .+ One to three sentences about the contributor’s career and/or contributions to MoEML. |
<person xml:id="HOLM333">
[...] <note><p>Programmer at the University of Victoria Humanities Computing and Media Centre (HCMC). Martin ported the MOL project from its original PHP incarnation to a pure eXist database implementation in the fall of 2011. Since then, he has been lead programmer on the project and has also been responsible for maintaining the project schemas. He was a co-applicant on MoEML’s 2012 SSHRC Insight Grant.</p></note> </person> |
Pedagogical partner (instructor) | Contributor’s full name + is a MoEML pedagogical partner.+ Two or three sentences about the contributor’s career. + One sentence about the contributor’s contribution to MoEML. |
<person xml:id="HOGA2">
[...] <note><p>Sarah Hogan is a <title level="m">MoEML</title> Pedagogical Partner. She is Assistant Professor of English Literature at <ref target="http://college.wfu.edu/">Wake Forest University</ref>. Her work has appeared in <title level="j">JMEMS</title>, <title level="j">JEMCS</title>, and <title level="j">Upstart</title>, and she is currently at work on a book-length project, <title level="m">Island Worlds and Other Englands: Utopia, Capital, Empire (1516-1660)</title>. Her class on sixteenth-century British literature will be composing an entry on <ref target="mol:LUDG1">Ludgate</ref>.</p></note> </person> |
Pedagogical partner (student) | Student contributor enrolled in+ calendar code for pedagogical partnership course + :+ name of pedagogical partnership course [in title case] + at+ name of their university + in the+ season [as determined by their university calendar] + year [in YYYY format] + session, working under the guest editorship of+ name of instructor + . |
<person xml:id="GARD1">
[...] <note><p>Student contributor enrolled in <emph>ENGL 534: Historicizing Shakespeare and the Blackfriars Theater</emph> at San Diego State University in the Spring 2014 session, working under the guest editorship of <name ref="mol:HERM3">Peter C. Herman</name>.</p></note> </person> |
Member of the editorial board | [...] | |
Member of the advisory board | [...] |
Sometimes, a contributor will have had multiple roles with MoEML. If s/he has had
multiple roles over the course of months or years, list each role chronologically
(including corresponding dates) at the beginning of his/her biographical statement.
Tye Landels-Gruenewald’s biographical statement serves as an example:
<person xml:id="LAND22">
[...]
<note><p>Research assistant, 2013-15, data manager, 2015-16, and consultant, 2016 to present. Tye completed his undergraduate honours degree in English at the University of Victoria in 2015.</p></note>
</person>
Conversely, if a contributor has muliple roles at the same time, list each role as
though one job title at the start of his/her biographical statement. For example,
see Katie McKenna’s biographical statement:
[...]
<note><p>Research assistant, 2013-15, data manager, 2015-16, and consultant, 2016 to present. Tye completed his undergraduate honours degree in English at the University of Victoria in 2015.</p></note>
</person>
<person xml:id="MCKE44">
[...]
<note><p>Encoder and research assistant, 2014-15. Katie McKenna is a third-year English literature major at the University of Victoria with an interest in the digital humanities, particularly digital preservation and typography. Other research interests include philosophy, political theory, and gender studies.</p></note>
</person>
See Kevin Quarmby’s biographical statement for another example of how to represent a contributor who
has multiple roles at the same time:
[...]
<note><p>Encoder and research assistant, 2014-15. Katie McKenna is a third-year English literature major at the University of Victoria with an interest in the digital humanities, particularly digital preservation and typography. Other research interests include philosophy, political theory, and gender studies.</p></note>
</person>
<person xml:id="QUAR11">
[...]
<note><p><name ref="mol:QUAR1">Kevin A. Quarmby</name> is a <title level="m">MoEML</title> Pedagogical Partner and a member of <title level="m">MoEML</title>’s Editorial Board. He is Assistant Professor of English at <ref target="http://oxford.emory.edu/">Oxford College of Emory University</ref>. [...]</p></note>
</person>
[...]
<note><p><name ref="mol:QUAR1">Kevin A. Quarmby</name> is a <title level="m">MoEML</title> Pedagogical Partner and a member of <title level="m">MoEML</title>’s Editorial Board. He is Assistant Professor of English at <ref target="http://oxford.emory.edu/">Oxford College of Emory University</ref>. [...]</p></note>
</person>
Example Entries
Examples of fully encoded
<person>
entries for modern contributors in PERS1.xml can be found by searching The Map of Early Modern London CodeSharing Service.
Further Resources
For instructions on naming practices not addressed in this guide, see the National
Council on Archives’s
Rules for the Construction of Personal Names.
Notes
Cite this page
MLA citation
Encode Persons.The Map of Early Modern London, edited by , U of Victoria, 20 Jun. 2018, mapoflondon.uvic.ca/encode_persons.htm.
Chicago citation
Encode Persons.The Map of Early Modern London. Ed. . Victoria: University of Victoria. Accessed June 20, 2018. http://mapoflondon.uvic.ca/encode_persons.htm.
APA citation
The Map of Early Modern London. Victoria: University of Victoria. Retrieved from http://mapoflondon.uvic.ca/encode_persons.htm.
, , & 2018. Encode Persons. In (Ed), RIS file (for RefMan, EndNote etc.)
Provider: University of Victoria Database: The Map of Early Modern London Content: text/plain; charset="utf-8" TY - ELEC A1 - Landels-Gruenewald, Tye A1 - Jenstad, Janelle A1 - LeBere, Kate ED - Jenstad, Janelle T1 - Encode Persons T2 - The Map of Early Modern London PY - 2018 DA - 2018/06/20 CY - Victoria PB - University of Victoria LA - English UR - http://mapoflondon.uvic.ca/encode_persons.htm UR - http://mapoflondon.uvic.ca/xml/standalone/encode_persons.xml ER -
RefWorks
RT Web Page SR Electronic(1) A1 Landels-Gruenewald, Tye A1 Jenstad, Janelle A1 LeBere, Kate A6 Jenstad, Janelle T1 Encode Persons T2 The Map of Early Modern London WP 2018 FD 2018/06/20 RD 2018/06/20 PP Victoria PB University of Victoria LA English OL English LK http://mapoflondon.uvic.ca/encode_persons.htm
TEI citation
<bibl type="mla"><author><name ref="#LAND2"><surname>Landels-Gruenewald</surname>, <forename>Tye</forename></name></author>, <author><name ref="#JENS1"><forename>Janelle</forename> <surname>Jenstad</surname></name></author>, and <author><name ref="#LEBE1"><forename>Kate</forename> <surname>LeBere</surname></name></author>. <title level="a">Encode Persons</title>. <title level="m">The Map of Early Modern London</title>, edited by <editor><name ref="#JENS1"><forename>Janelle</forename> <surname>Jenstad</surname></name></editor>, <publisher>U of Victoria</publisher>, <date when="2018-06-20">20 Jun. 2018</date>, <ref target="http://mapoflondon.uvic.ca/encode_persons.htm">mapoflondon.uvic.ca/encode_persons.htm</ref>.</bibl>Personography
-
Kate LeBere
KL
Research Assistant, 2018 to present. Kate LeBere is a honours student in the Department of History at the University of Victoria. Her areas of focus are 16th and 17th century Britain, and 20th century Canada.Roles played in the project
-
Compiler
-
Date Encoder
-
Encoder
-
Third Author
Contributions by this author
Kate LeBere is mentioned in the following documents:
-
-
Janelle Jenstad
JJ
Janelle Jenstad, associate professor in the department of English at the University of Victoria, is the general editor and coordinator of The Map of Early Modern London. She is also the assistant coordinating editor of Internet Shakespeare Editions. She has taught at Queen’s University, the Summer Academy at the Stratford Festival, the University of Windsor, and the University of Victoria. Her articles have appeared in the Journal of Medieval and Early Modern Studies, Early Modern Literary Studies, Elizabethan Theatre, Shakespeare Bulletin: A Journal of Performance Criticism, and The Silver Society Journal. Her book chapters have appeared (or will appear) in Performing Maternity in Early Modern England (Ashgate, 2007), Approaches to Teaching Othello (Modern Language Association, 2005), Shakespeare, Language and the Stage, The Fifth Wall: Approaches to Shakespeare from Criticism, Performance and Theatre Studies (Arden/Thomson Learning, 2005), Institutional Culture in Early Modern Society (Brill, 2004), New Directions in the Geohumanities: Art, Text, and History at the Edge of Place (Routledge, 2011), and Teaching Early Modern English Literature from the Archives (MLA, forthcoming). She is currently working on an edition of The Merchant of Venice for ISE and Broadview P. She lectures regularly on London studies, digital humanities, and on Shakespeare in performance.Roles played in the project
-
Author
-
Author of Abstract
-
Author of Stub
-
Author of Term Descriptions
-
Author of Textual Introduction
-
Compiler
-
Conceptor
-
Copy Editor
-
Course Instructor
-
Course Supervisor
-
Course supervisor
-
Data Manager
-
Editor
-
Encoder
-
Encoder (Structure and Toponyms)
-
Final Markup Editor
-
GIS Specialist
-
Geographic Information Specialist
-
Geographic Information Specialist (Modern)
-
Geographical Information Specialist
-
JCURA Co-Supervisor
-
Main Transcriber
-
Markup Editor
-
Metadata Co-Architect
-
MoEML Transcriber
-
Name Encoder
-
Peer Reviewer
-
Primary Author
-
Project Director
-
Proofreader
-
Researcher
-
Reviser
-
Second Author
-
Second Encoder
-
Toponymist
-
Transcriber
-
Transcription Proofreader
-
Vetter
Contributions by this author
Janelle Jenstad is a member of the following organizations and/or groups:
Janelle Jenstad is mentioned in the following documents:
-
-
Tye Landels-Gruenewald
TLG
Research assistant, 2013-15, and data manager, 2015 to present. Tye completed his undergraduate honours degree in English at the University of Victoria in 2015.Roles played in the project
-
Author
-
Author of Term Descriptions
-
CSS Editor
-
Compiler
-
Conceptor
-
Copy Editor
-
Data Manager
-
Editor
-
Encoder
-
Geographic Information Specialist
-
Markup Editor
-
Metadata Architect
-
MoEML Researcher
-
Name Encoder
-
Proofreader
-
Researcher
-
Toponymist
-
Transcriber
Contributions by this author
Tye Landels-Gruenewald is a member of the following organizations and/or groups:
Tye Landels-Gruenewald is mentioned in the following documents:
-
-
Kim McLean-Fiander
KMF
Director of Pedagogy and Outreach, 2015–present; Associate Project Director, 2015–present; Assistant Project Director, 2013-2014; MoEML Research Fellow, 2013. Kim McLean-Fiander comes to The Map of Early Modern London from the Cultures of Knowledge digital humanities project at the University of Oxford, where she was the editor of Early Modern Letters Online, an open-access union catalogue and editorial interface for correspondence from the sixteenth to eighteenth centuries. She is currently Co-Director of a sister project to EMLO called Women’s Early Modern Letters Online (WEMLO). In the past, she held an internship with the curator of manuscripts at the Folger Shakespeare Library, completed a doctorate at Oxford on paratext and early modern women writers, and worked a number of years for the Bodleian Libraries and as a freelance editor. She has a passion for rare books and manuscripts as social and material artifacts, and is interested in the development of digital resources that will improve access to these materials while ensuring their ongoing preservation and conservation. An avid traveler, Kim has always loved both London and maps, and so is particularly delighted to be able to bring her early modern scholarly expertise to bear on the MoEML project.Roles played in the project
-
Associate Project Director
-
Author
-
Author of MoEML Introduction
-
CSS Editor
-
Compiler
-
Contributor
-
Copy Editor
-
Data Contributor
-
Data Manager
-
Director of Pedagogy and Outreach
-
Editor
-
Encoder
-
Encoder (People)
-
Geographic Information Specialist
-
JCURA Co-Supervisor
-
Managing Editor
-
Markup Editor
-
Metadata Architect
-
Metadata Co-Architect
-
MoEML Research Fellow
-
MoEML Transcriber
-
Proofreader
-
Researcher
-
Second Author
-
Secondary Author
-
Secondary Editor
-
Toponymist
-
Vetter
Contributions by this author
Kim McLean-Fiander is a member of the following organizations and/or groups:
Kim McLean-Fiander is mentioned in the following documents:
-
-
Katie McKenna
KLM
Encoder and research assistant, 2014-15. Katie McKenna is a third-year English literature major at the University of Victoria with an interest in the digital humanities, particularly digital preservation and typography. Other research interests include philosophy, political theory, and gender studies.Roles played in the project
-
Author
-
Conceptor
-
Copy Editor
-
Encoder
-
Geographic Information Specialist
-
MoEML Transcriber
-
Researcher
-
Toponymist
-
Transcriber
Contributions by this author
Katie McKenna is a member of the following organizations and/or groups:
Katie McKenna is mentioned in the following documents:
-
-
Joey Takeda
JT
Programmer, 2018-present; Junior Programmer, 2015 to 2017; Research Assistant, 2014 to 2017. Joey Takeda is an MA student at the University of British Columbia in the Department of English (Science and Technology research stream). He completed his BA honours in English (with a minor in Women’s Studies) at the University of Victoria in 2016. His primary research interests include diasporic and indigenous Canadian and American literature, critical theory, cultural studies, and the digital humanities.Roles played in the project
-
Author
-
Author of Abstract
-
Author of Stub
-
CSS Editor
-
Compiler
-
Conceptor
-
Copy Editor
-
Data Manager
-
Date Encoder
-
Editor
-
Encoder
-
Encoder (Bibliography)
-
Geographic Information Specialist
-
Geographic Information Specialist (Agas)
-
Junior Programmer
-
Markup Editor
-
Metadata Co-Architect
-
MoEML Encoder
-
MoEML Transcriber
-
Programmer
-
Proofreader
-
Researcher
-
Second Author
-
Toponymist
-
Transcriber
-
Transcription Editor
Contributions by this author
Joey Takeda is a member of the following organizations and/or groups:
Joey Takeda is mentioned in the following documents:
-
-
Kevin A. Quarmby
Kevin A. Quarmby is a MoEML Pedagogical Partner and a member of MoEML’s Editorial Board. He is Assistant Professor of English at Oxford College of Emory University. He is author of The Disguised Ruler in Shakespeare and His Contemporaries (Ashgate, 2012), shortlisted for the Globe Theatre Book Award 2014. He has published numerous articles on Shakespeare and performance in scholarly journals, with invited chapters in Women Making Shakespeare (Bloomsbury, 2013), Shakespeare Beyond English (Cambridge, 2013), and Macbeth: The State of Play (Bloomsbury, 2014). Quarmby’s interest in the political, social and cultural impact of the theatrical text is informed by thirty-five years as a professional actor. He is editor of Henry VI, Part 1 for Internet Shakespeare Editions, Davenant’s Cruel Brother for Digital Renaissance Editions and co-editor with Brett Hirsch of the anonymous Fair Em, also for DRE.Roles played in the project
-
Guest Editor
Kevin A. Quarmby is a member of the following organizations and/or groups:
Kevin A. Quarmby is mentioned in the following documents:
-
-
Martin D. Holmes
MDH
Programmer at the University of Victoria Humanities Computing and Media Centre (HCMC). Martin ported the MOL project from its original PHP incarnation to a pure eXist database implementation in the fall of 2011. Since then, he has been lead programmer on the project and has also been responsible for maintaining the project schemas. He was a co-applicant on MoEML’s 2012 SSHRC Insight Grant.Roles played in the project
-
Author
-
Author of abstract
-
Conceptor
-
Encoder
-
Name Encoder
-
Post-conversion and Markup Editor
-
Programmer
-
Proofreader
-
Researcher
Contributions by this author
Martin D. Holmes is a member of the following organizations and/or groups:
Martin D. Holmes is mentioned in the following documents:
-