Home | Background | Methodology | Data | Results | Maps and Graphs | Our Fellowship

Methodology


This is our Methodology page. Here we will tell you about the tags that we used while marking up the novels, what they mean and what attributes are associated with them.

Table of Contents

ally

This tag is used for characters in the book who are assisting the protagonists but are not members of the Fellowship. This tag includes a race attribute which notes the race of the ally as well as a name attribute.

For example, <ally race="elf" name="elrond" >Elrond</ally>.

book

In the physical Lord of the Ring copies, each novel is broken up into two books. We decided to keep this and each book is surrounded by book tags, containing all of the chapters. We used the n attribute to mark the number of each book.

For example, <book n="1">Book I <chapter n="#" > Text </chapter></book>.

chapter

As you might imagine, these tags go around each chapter. They have an n attribute which marks their chapter number.

For example, <chapter n="#" > Text </chapter>

fellowshipMember

We used this tag to mark members of the Fellowship. Each tag contains a name attribute that uses initials to indicate which member the tag is surrounding.

For example, <fellowshipMember name="fb">Frodo Baggins</fellowshipMember>.

foodItem

This tag is used to mark anywhere food appears. This tag includes a type attribute that indicates whether the food item is human, elvish, dwarven, orc, or hobbit in origin.

For example, <foodItem type="elvish">Lembas</foodItem>.

foodScene

This tag marks scenes where characters eat together.

host

This tag surrounds the name of the host of food scenes and feasts. It includes a hostName attribute whose value is the initials of the character hosting the event.

For example, <host hostName="bb">Bilbo Baggins</host>.

line

This is only used within song tags to mark the lines of each song.

location

This tag surrounds location names. We only tagged locations where a food scene takes place since we want to track the characters' progress by where they eat.

singer

This tag is used to mark who is singing a song.

song

We used this tag to surround any songs being sung.

Back to Top