Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Boccaccio-s-Decameron/methods.html
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
179 lines (178 sloc)
8.59 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html> | |
<head> | |
<title>The Women of Boccaccio's Decameron</title> | |
<link rel="stylesheet" type="text/css" href="mainpages.css" /> | |
</head> | |
<body> | |
<div><h1>Boccaccio's Decameron</h1></div> | |
<div id="navbar"> | |
<ul> | |
<li class="active"><a href="index.html"><span>home</span></a></li> | |
<li class="drop"><a>about</a> | |
<ul> | |
<li><a href="thetexthtml.html"><span>The Text</span></a></li> | |
<li><a href="researchquestionhtml.html"><span>Research | |
question</span></a></li> | |
<li><a href="methods.html"><span>Methods</span></a></li> | |
</ul></li> | |
<li class="drop"><a>story tellers</a> | |
<ul> | |
<li><a href="filomenahtml.html"><span>Filomena</span></a></li> | |
<li><a href="neifilehtml.html"><span>Neilfile</span></a></li> | |
<li><a href="filostratohtml.html"><span>Filostrato</span></a></li> | |
<li><a href="fiamettahtml.html"><span>Fiammetta</span></a></li> | |
<li><a href="elissahtml.html"><span>Elissa</span></a></li> | |
<li><a href="dioneohtml.html"><span>Dioneo</span></a></li> | |
<li><a href="laurettahtml.html"><span>Lauretta</span></a></li> | |
<li><a href="panfilohtml.html"><span>Panfilo</span></a></li> | |
<li><a href="pampinea.html"><span>Pampinea</span></a></li> | |
<li><a href="emiliahtml.html"><span>Emilia</span></a></li> | |
</ul></li> | |
<li class="drop"><a>text</a> | |
<ul> | |
<li><a href="italdecameronreadingview.html"><span>Italian</span></a></li> | |
<li><a href="engdecameronviewreading.html"><span>English</span></a></li> | |
</ul></li> | |
<li class="active"><a href="resourcesdecameronhtml.html" | |
><span>resources</span></a></li> | |
<li class="drop"><a>conclusions</a> | |
<ul> | |
<li><a href="behindthescenes.html"><span>Behind the Scenes</span></a></li> | |
<li><a href="graphsandcharts.html"><span>Graphs And Charts</span></a></li> | |
<li><a href="conclusions.html"><span>Conclusions</span></a></li> | |
<li><a href="thanksfriends.html"><span>Special Thanks</span></a></li> | |
</ul> | |
</li> | |
</ul> | |
</div> | |
<h2><i>Overview of Methods</i></h2> | |
<table class="front"> | |
<tr class="front"> | |
<td class="front"> | |
<img | |
src="http://upload.wikimedia.org/wikipedia/commons/8/8c/Gustaaf_Wappers_Boccaccio.jpg" | |
alt="texty text" width="400" /></td> | |
<td class="front"><h3>Okay, so how do we do this?</h3>In order to try to establish whether or not The | |
Decameron was a feminist text, we had to find a way to measure the relative | |
"feminism" present in The Decameron. Eventually we got the idea to tag the | |
speech and actions for certain attributes that we thought might be good | |
indicators to whether or not Boccaccio truly wrote The Decameron for women. We | |
did this by picking attributes and assigning those attributes to the gender which exhibited them in a particular instance. If Boccaccio leaned | |
towards more stereotypical depictions of women, i.e., women being docile, naive, | |
etc., we could deduce that | |
the text was not feminist, and vice versa. We tagged the action attributes with | |
"span" tags, and the speech attributes with "said" tags. The attribute for | |
gender, when someone has done an action, was "resp", the gender for what someone | |
said was "who". For both actions and speech we used "style". We only gave one | |
tag per action or speech, and used our best judgement to determine which | |
attribute was most appropriate in each situation. Please look below for detailed information about the attributes we used. </td> | |
</tr> | |
</table> | |
<h2><i>Speach Attribute Table</i></h2> | |
<table class="front" align="center" border="2"> | |
<tr> | |
<th><b>Attribute Name</b></th> | |
<th><b>Definition of Attribute</b></th> | |
</tr> | |
<tr> | |
<td>Assertive</td> | |
<td>Used when a character asserts their movitives through speech</td> | |
</tr> | |
<tr> | |
<td>Blasphemous</td> | |
<td>Used when a character references god in a disrespectful or taboo way.</td> | |
</tr> | |
<tr> | |
<td>Clever</td> | |
<td>Used when a character uses their wits to skew a conversation in their | |
favor.</td> | |
</tr> | |
<tr> | |
<td>Confident</td> | |
<td>Used when a character speaks with a bravado and fearlessness, but not in a blunt | |
or rude manner.</td> | |
</tr> | |
<tr> | |
<td>Faithful</td> | |
<td>Used when a character proclaims their devotion for another amidst | |
temptation.</td> | |
</tr> | |
<tr> | |
<td>Deceptive</td> | |
<td>Used when a character knowingly lies about something in order to get what they | |
want.</td> | |
</tr> | |
<tr> | |
<td>Docile</td> | |
<td>Used when a character speaks in a compliant way, usually in response to an order | |
or request by another.</td> | |
</tr> | |
<tr> | |
<td>Lustful</td> | |
<td>Used when a character speaks to another in a manner accosting them about their | |
sexuality or beauty.</td> | |
</tr> | |
<tr> | |
<td>Honest</td> | |
<td>Used when a character proclaims the truth.</td> | |
</tr> | |
<tr> | |
<td>Naive</td> | |
<td>Used when a character speaks in a gullible, innocent way.</td> | |
</tr> | |
</table> | |
<h2><i>Action Attribute Table</i></h2> | |
<table border="2" align="center"> | |
<tr> | |
<td>Attribute Name </td> | |
<td>Definition of Attribute</td> | |
</tr> | |
<tr> | |
<td>Avaracious</td> | |
<td>Used when a character behaves in a greedy way, trying to get that which they | |
have no right to.</td> | |
</tr> | |
<tr> | |
<td>Passive</td> | |
<td>Used when a character accepts a current unpleasant situation or acts in an | |
obedient manner.</td> | |
</tr> | |
<tr> | |
<td>Foolish</td> | |
<td>Used when a character behaves in a gullible or ignorant manner.</td> | |
</tr> | |
<tr> | |
<td>Innocent</td> | |
<td>Used when a character behaves in a pure, unassuming manner.</td> | |
</tr> | |
<tr> | |
<td>Pragmatic</td> | |
<td>Used when a character behaves in a matter of fact, practical way.</td> | |
</tr> | |
<tr> | |
<td>Sacreligious</td> | |
<td>Used when a character behaves in a way that goes against god or religion.</td> | |
</tr> | |
<tr> | |
<td>Sexual</td> | |
<td>Used when a character behaves in a overtly carnal manner in the company of the | |
opposite sex.</td> | |
</tr> | |
<tr> | |
<td>Violent</td> | |
<td>Used when a character behaves in an aggressive way, in which bodily harm is | |
inflicted on another person or animal.</td> | |
</tr> | |
<tr> | |
<td>Well-Mannered</td> | |
<td>Used when a character behaves in a chivalrous, respectable, or polite way.</td> | |
</tr> | |
<tr> | |
<td>Manipulative</td> | |
<td>Used when a character tries to influence a situation so that the outcome will be | |
in their favor.</td> | |
</tr> | |
</table> | |
</body> | |
</html> |