If the ecosystem of the Web and graph visualizations are your thing, Yochai Benkler & coā€™s recent Social Mobilization and the Networked Public Sphere: Mapping the SOPA-PIPA Debate has lots of eye candy for you. I was going to include some here to entice you over there, but it doesnā€™t seem to be available under terms that would allow for that (sigh).

You probably remember how Wikipedia went dark to protest the Stop Online Piracy Act, and how phone bridges in legislative offices melted down. You may also have watched Aaron Swartzā€™s moving talk about the role that Demand Progress played in raising awareness about the legislation, and mobilizing people to act. If you havenā€™t go watch it now.

Benklerā€™s article really digs in to take a close look at how the ā€œattention backboneā€ provided by non-traditional media outlets allowed much smaller players to coordinate and cooperate across the usual political boundaries to disrupt and ultimately defeat some of the most powerful lobby groups and politicians in the United States. Iā€™ll risk a quote from the conclusion:

Perhaps the high engagement of young, net-savvy individuals is only available for the politics of technology; perhaps copyright alone is sufficiently orthogonal to traditional party lines to traverse the left-right divide; perhaps Go Daddy is too easy a target for low-cost boycotts; perhaps all this will be easy to copy in the next cyber-astroturf campaign. Perhaps.

But perhaps SOPA-PIPA follows William Gibsonā€™s ā€œthe future is already hereā€”itā€™s just not very evenly distributed.ā€ Perhaps, just as was the case with free software that preceded widespread adoption of peer production, the geeks are five years ahead of a curve that everyone else will follow. If so, then SOPA-PIPA provides us with a richly detailed window into a more decentral-ized democratic future, where citizens can come together to overcome some of the best-funded, best-connected lobbies in Washington, DC.

Obviously, I donā€™t know what the future holds. But I hope Benklerā€™s hunch is right, and that we have just started to see how the Web can shift political debate into a much more interactive and productive mode.

Iā€™ve just come off of a stint of reading Bruno Latour, so the data driven network analysis and identification of human and non-human actors participating in a controversy that needed mapping really struck a chord with me. I felt like I wandered across an extremely practical, relevant and timely example of how Latourā€™s ideas can be put into practice, in a domain I work with every dayā€“the Web.

But I must admit the article was most interesting to me because of some of the technical aspects of how the work was performed. The appendix at the end of the paper provides a very lucid description of how they used a tool called MediaCloud to collect, house and analyze the data that formed the foundation of their study. MediaCloud is an open source project devloped at the Berkman Center and is available on GitHub. MediaCloud allows researchers to collect material from the Web, and then perform various types of analysis on it. Conceptually itā€™s in a similar space as the (recently IMLS funded) Social Feed Manager that Dan Chudnov is working on at George Washington University, now with help from Yale, the University of North Texas and the Center for Jewish History. The appendix is an excellent picture of the sorts of questions we can expect social science researchers to ask of data collectionsā€“thankfully absent the distracting term big data. Whatā€™s important is the questions they asked, and how they went about answering them ā€“ not whether they were keyword compliant.

A few things about MediaCloud and its use that stood out for me:

RSS

Even after all these years, syndication technologies like RSS and Atom continue to be useful. Somewhat paradoxically the death of Google Reader and the increasing awareness of the importance of the indieweb seem to have ushered in a sort of golden age of RSS. Or at least their is increased awareness of its role. I think itā€™s important for content providers to know that simple technologies like RSS still perform an important function in this age of fit to purpose Web APIs.

Time

Time is a very important dimension to doing this sort of research. Benklerā€™s analysis hinges on the view of the graph over time as the controversy of the SOPA debate evolved. Itā€™s not just a picture of what the graph of content looks like afterwards. Itā€™s only when looking at it over time that the various actors are revealed. Getting the time out of RSS feeds wasnā€™t so bad, but the lather-rinse-repeat nature to finding more stories and media outlets on the web, meant that they had to come up with some heuristics for determining where the content should be situated in time.

Density

Similarly not all content and links on pages is relevant for this sort of analysis. Advertisements and boilerplate headers/footers around content can often add unwanted noise to the analysis. The authors drew on some research from 2007 on HTML density to extract just the salient bits of content in the HTML representation. Services like Readability have algorithms and heuristics for doing similar things, but I hadnā€™t heard it described so succinctly before as it was in Benklerā€™s article. The more dense the HTML tags, the less likely it is that the text is the primary content of the page. Truth be told, Iā€™m writing this post for my future self when I go looking for this technique. I think I found the MediaCloud function for generating the HTML density. It might be nice to spin this out into a separate reusable pieceā€¦

Perl

Speaking of code, according to Github, MediaCloud is 85.9% Perl and 10.8% JavaScript, and was coded up mainly by David Larouchelle, Linas Valiukas, Hal Roberts. There is a fair bit of text munging going on in MediaCloud, so I shouldnā€™t be surprised to see Perl so heavily usedā€¦but I was. I donā€™t reach for Perl much these days, but I imagine thereā€™s no shortage of demand in certain circles (nudge, nudge, wink, wink, say no more) for Perl hackers. Larry Wall was a linguist, and Perlā€™s roots are in this sort of linguistic analysis cooked together with the medium of the Web ā€“ itā€™s nice to see some constants in the software development world as it so often froths over with the latest tech trend or meme.

So, it was a good read. Highly recommended. 5 stars. Wealth of Networks is now in my queue.