proceedings-1.1 – THATCamp New England 2013 http://newengland2013.thatcamp.org Just another THATCamp site Wed, 02 Apr 2014 14:46:37 +0000 en-US hourly 1 https://wordpress.org/?v=4.9.12 Coverspace http://newengland2013.thatcamp.org/2013/10/19/coverspace/ Sat, 19 Oct 2013 20:25:30 +0000 http://newengland2013.thatcamp.org/?p=494

Continue reading »]]>

To go with the session on playing with non-textual data, Peter Leonard, Lauren Tilton, and I put together an interactive browser for images. Using d3 and html5, it lets you take a large set of images and their metadata and arrange them graphically in the browser. It adds local hosting, mouseover effects, and (most fun) animated transitions to its inspiration, Lev Manovich’s ImagePlot.

Screen Shot 2013-10-19 at 4.24.23 PM

We can’t link to it right here because the prototype runs on some highly copyrighted Vogue covers. We’ll set it up to work with open Library of Congresses images later.

The next step will be to automatically pull in some makefiles so you can run it on any arbitrary, medium sized (50-5,000) collection of photos.

]]>
Maker Challenge: Correspondence Network of Isaac Hull http://newengland2013.thatcamp.org/2013/10/19/maker-challenge-correspondence-network-of-isaac-hull/ Sat, 19 Oct 2013 18:38:24 +0000 http://newengland2013.thatcamp.org/?p=469

Continue reading »]]>

For the Maker Challenge, I present two network graphs of Isaac Hull’s correspondence. These graphs are a visualization of the letterbook of Master Commandant Isaac Hull, of the U.S. brig Argus, from 1803 to the end of 1805, when Hull was stationed in the Mediterranean and was part of the capture of the city of Derna (the engagement from which the Marine Hymn takes its phrase “to the shores of Tripoli”).

I built these network graphs in Gephi.

Here is a network graph depicting the correspondence of Hull using his correspondents as the nodes. The major correspondent, you’ll notice, is William Eaton. This isn’t surprising, considering that Eaton was the major American diplomatic player in the Mediterranean at the time, and also the mastermind of the capture of Derna.

Hull-people

The second network graph is a little more interesting. This graph shows connections not between people, but between places. I used the places as the nodes instead of the correspondents. I did this in order to demonstrate first, how much the same people moved around, and second, the potential problems encountered when a correspondent tried to write an important letter to a ship captain on the sea or military commander on the march.

Using the geographic indicators from the letterbook and other published papers from the Barbary Wars, I recorded the location of the sender and the probable location of the recipient. I geocoded these location markers in R and then uploaded that file as my nodes worksheet. Though the time constraints of the Maker Challenge did not allow me to layer this graph onto an actual map (besides the problem of finding a map that can distinguish between locations 12 miles apart and locations over a thousand miles apart), I did form the layout in a roughly geographical arrangement.

What you’ll probably notice is that no one place is extremely prominent. The US Navy used ports and consulates all over the Mediterranean for their operations, and as a result they communicated often with a wide and varied geographical area.

Hull_corr

 

Just imagine the Mediterranean Sea on the right third of the graph, and the Atlantic Ocean on the left two-thirds.

 

 

]]>