Abby Mullen – 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 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.

 

 

]]>
Micro-Details in Macroanalysis http://newengland2013.thatcamp.org/2013/10/16/micro-details-in-macroanalysis/ Wed, 16 Oct 2013 12:28:27 +0000 http://newengland2013.thatcamp.org/?p=392

Continue reading »]]>

One of the usual drawbacks of a large-scale analysis of data is that details about the individual pieces of data are lost. We have to make the data fit into a specific mold in order to run our program, so we strip the individual pieces of data of their unique elements–the things that make them interesting.

These decisions have to be made with care. How can we maintain the integrity of our data while still making it usable for large-scale analysis? And then, how do we recover those unique elements so that our data pieces can retain their individuality and interest?

I’d like to talk about these issues. If you’ve dealt with this issue before, what was your decision-making process? What are best practices for such things?

]]>