Tag Archives: hope

Presume Not that I Am the Thing I Was

I think this is the last old post I had to write.  This is focused on my final project for Prof. Witmore’s class in May:

Over the course of a semester, Professor Witmore introduced our class to writings about relational patterns and networks, then subsequently applied them to the study of literature.  We read books such as Graham Harman’s “Prince of Networks: Bruno Latour and Metaphysics”, Franco Moretti’s “Graphs, Maps, Trees: Abstract Models for a Literary History”, and Alexander, Ishikawa, and Silverstein’s “A Pattern Language: Towns, Buildings, Construction” which slowly coalesced in my mind and led into my final project; a Java program designed to help render Docuscope quality text from a plain or formatted transcription.

Continue reading

Advertisement

2 Comments

Filed under Shakespeare

There is Nothing Either Good or Bad, But Thinking Makes it So

I have recently been working on an extension to shakesbook.org that employs Ajax to retrieve a file of Shakespeare’s plays from the server.  This is similar in theory to the Simile timeline I used before and also akin because of my use of a JSON data format.  I am hoping to apply a JSON data structure to complete works of literature instead of using XML.  Jon Bosak organized Shakespeare’s works into XML as early as 1996, the files here are from 1999, but from what I can tell no one has tried to place the plays into JSON.  I wish to return to this, instead of leaving it settled in XML, for several reasons.  For one, JSON is arguably more easily readable [1] by humans and computers and JSON has familial ties to Java/JavaScript, which is the language I can work in best.   JSON also takes up much less space than XML [2] which means faster communication between the server and the webpage.  These reasons together made me choose to remake Shakespeare’s works, however my acquaintance with both the plays and the data format did not result in a quicker solution; instead I inadvertently arrived at larger questions of meaning in these plays.

Continue reading

7 Comments

Filed under Addressability, Shakespeare