‘Touching this vision’: Comments on Producing Shakespeare Visualisations
This post is written by Pat Lockley, who has put together a set of data visualisations for both Shakespeare‘s plays and Middleton‘s. These public-domain visualisations were discussed on Open Shakespeare recently, and Pat has kindly written the following description of his own methodology, with some thoughts on how such e-resources are perceived.
I’ve worked in either e-learning or education now for over five years – and one of the main things I have often noticed is the time and effort required to make new resources. People often dream of having a magical button that will make e-learning materials for you, but this, surprisingly perhaps, still remains very much a pipe dream. Often though, as a developer (I am more developer than scholar, or even teacher), you find something in a form which can be converted in order to create e-learning resources. If we ignore the idea that all elearning has to be drag and drop activities or quizzes, then there is a lot of material on the internet from which teaching materials can be made.
So where did the Shakespeare idea come from? Well, I found the text at http://shakespeare.mit.edu/, and noticed that the web pages had a
structure to them: you could see in the underlying HTML who was a speaker, the act, the scene and what the line number was. Hence I didn’t have to do anything with the HTML, bar write a little bit of code to read it and turn it into a database. Effectively, this code was looking for repeating patterns in the HTML, and then converting them into entries to store in a database.
Now that I had the text in a database, I could write queries on the database to extract and present the data in a variety of ways. All of the data and code was written by me, and some of it is now online on the OKF’s Datahub and GitHub. I’d also be interested in hearing if people would like the data served in any other way. As I said at the start of this blog, people seem to like magic buttons which do all the hard work, and so perhaps making the data available isn’t that helpful for a general audience? Further, I’d like to think that maybe there is some scope in building services around the text, but again, as someone who isn’t a Shakespeare scholar or teacher I think I’d struggle to come up with useful ones in advance.
[…] posts about these visualisations and the process of producing them can be viewed at Open Shakespeare. Open Shakespeare also provides Shakespeare’s plays and […]