<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jonathan Stray &#187; Iraq</title>
	<atom:link href="http://jonathanstray.com/tag/iraq/feed" rel="self" type="application/rss+xml" />
	<link>http://jonathanstray.com</link>
	<description>Information, Culture, and Belief</description>
	<lastBuildDate>Tue, 15 May 2012 20:13:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A full-text visualization of the Iraq War Logs</title>
		<link>http://jonathanstray.com/a-full-text-visualization-of-the-iraq-war-logs</link>
		<comments>http://jonathanstray.com/a-full-text-visualization-of-the-iraq-war-logs#comments</comments>
		<pubDate>Fri, 10 Dec 2010 21:38:51 +0000</pubDate>
		<dc:creator>Jonathan Stray</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[information visualization]]></category>
		<category><![CDATA[Iraq]]></category>
		<category><![CDATA[journalism]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://jonathanstray.com/?p=2316</guid>
		<description><![CDATA[Update (Apr 2012): the exploratory work described in this post has since blossomed into the Overview Project, an open-source large document set visualization tool for investigative journalists and other curious people, and we&#8217;ve now completed several stories with this technique. If you&#8217;d like to apply this type of visualization to your own documents, give Overview [...]]]></description>
			<content:encoded><![CDATA[<p><em>Update (Apr 2012): the exploratory work described in this post has since blossomed into the <a href="http://overview.ap.org">Overview Project</a>, an open-source large document set visualization tool for investigative journalists and other curious people, and we&#8217;ve now completed several <a href="http://overview.ap.org/blog/2012/02/iraq-security-contractors/">stories</a> with this technique. If you&#8217;d like to apply this type of visualization to your own documents, <a href="http://overview.ap.org/blog/2012/02/getting-started-with-the-overview-prototype/">give Overview a try</a>!</em></p>
<p>Last month, my colleague <a href="http://twitter.com/#!/aubergene">Julian Burgess</a> and I took a shot a peering into the Iraq War Logs by visualizing them in bulk, as opposed to using keyword searches in an attempt to figure out which of the 391,832 SIGACT reports we should be reading. Other people have <a href="http://www.cjr.org/the_news_frontier/visualizing_the_iraq_war_logs.php?page=all">created visualizations</a> of this unique document set, such as plots of the incident locations on a map of Iraq, and graphs of monthly casualties. We wanted to go a step further, by designing a visualization based on the the richest part of each report: the free text summary, where a real human describes what happened, in jargon-inflected English.</p>
<p>Also, we wanted to investigate more general visualization techniques. At the Associated Press we get huge document dumps on a weekly or sometimes daily basis. It&#8217;s not unusual to get 10,000 pages from a <a href="http://en.wikipedia.org/wiki/Freedom_of_Information_Act_(United_States)">FOIA</a> request &#8212; emails, court records, meeting minutes, and many other types of documents, most of which don&#8217;t have latitude and longitude that can be plotted on a map. And all of us are increasingly flooded by large document sets released under government transparency initiatives. Such huge files are far too large to read, so they&#8217;re only as useful as our tools to access them. But how do you visualize a random bunch of documents?</p>
<p>We&#8217;ve found at least one technique that yields interesting results, a graph visualization where each document is node, and edges between them are weighted using <a href="http://en.wikipedia.org/wiki/Cosine_similarity">cosine-similarity</a> on <a href="http://en.wikipedia.org/wiki/Tfidf">TF-IDF</a> vectors. I&#8217;ll explain exactly what that is and how to interpret it in a moment. But first, the journalism. We learned some things about the Iraq war. That&#8217;s one sense in which our experiment was a success; the other valuable lesson is that there are a boatload of research-grade visual analytics techniques just waiting to be applied to journalism.</p>
<p style="text-align: center;"><a href="http://jonathanstray.com/wp-content/uploads/2010/12/SIGACTS-dec-2006-hi-res2.jpg"><img class="size-large wp-image-2298 aligncenter" title="SIGACTS-dec-2006" src="http://jonathanstray.com/wp-content/uploads/2010/12/SIGACTS-dec-20061-788x1024.jpg" alt="" width="473" height="614" /></a></p>
<p style="text-align: center;"><em>click for super hi-res version</em></p>
<p><strong>Interpreting the Iraq War, December 2006</strong><br />
This is a picture of the 11,616 SIGACT (&#8220;significant action&#8221;) reports from December 2006, the bloodiest month of the war. Each report is a dot. Each dot is labelled by the three most &#8220;characteristic&#8221; words in that report. Documents that are &#8220;similar&#8221; have edges drawn between them. The location of the dot is abstract, and has nothing to do with geography. Instead, dots with edges between them are pulled closer together. This produces a series of clusters, which are labelled by the words that are most &#8220;characteristic&#8221; of the reports in that cluster. I&#8217;ll explain precisely what &#8220;similar&#8221; and &#8220;characteristic&#8221; mean later, but that&#8217;s the intuition.</p>
<p><span id="more-2316"></span>We colored each report/dot by the &#8220;incident type&#8221;, which is an existing field in the SIGACT, entered by military personnel. It&#8217;s important to note that the incident type field was not used to place the reports in the diagram &#8212; the placement depends only on the text of the document. This plots one one variable (color, which is incident type) against another (position, which depends on the summary text).</p>
<p>And it works. The central cluster is blue, the color for the &#8220;criminal event&#8221; type, and the documents within it all include the word &#8220;corpse.&#8221; There are a heartbreaking number of them, because this was the height of the Iraqi civil war. Sub-clusters include various modifiers such as &#8220;shot.&#8221; (Click any image for hi-res version.)</p>
<p style="text-align: center;"><a href="http://jonathanstray.com/wp-content/uploads/2010/12/Murders.png"><img class="size-medium wp-image-2329 aligncenter" title="Murders" src="http://jonathanstray.com/wp-content/uploads/2010/12/Murders-300x231.png" alt="" width="300" height="231" /></a></p>
<p>Above this, the blue murders merge into the green &#8220;enemy action&#8221; reports. At the interface we have &#8220;civ, killed, shot,&#8221; which are apparently reports of civilians wounded in battle. Enemy actions also have their own clusters  labelled with &#8220;mortar,&#8221; &#8220;female,&#8221; &#8220;officer,&#8221; and &#8220;injured.&#8221; We haven&#8217;t looked into the &#8220;female&#8221;/&#8221;enemy action&#8221; cluster yet, and I wonder if there&#8217;s a story there.</p>
<p style="text-align: center;"><a href="http://jonathanstray.com/wp-content/uploads/2010/12/Enemy-action.png"><img class="size-medium wp-image-2331 aligncenter" title="Enemy action" src="http://jonathanstray.com/wp-content/uploads/2010/12/Enemy-action-300x206.png" alt="" width="300" height="206" /></a></p>
<p>There is a red cluster off to the side. Red signifies that the military coded these reports as &#8220;explosive hazard,&#8221; and the documents here all include the words &#8220;tanker truck.&#8221; Sure enough, there are contemporaneous press <a href="http://www.cbsnews.com/stories/2006/09/23/iraq/main2035783.shtml">reports</a> of tankers being used as explosive weapons, and this cluster shows that there were at least several dozen such incidents throughout Iraq in Dec 2006 &#8212; though it doesn&#8217;t immediately distinguish between explosions and attempted or threatened explostions.</p>
<p style="text-align: center;"><a href="http://jonathanstray.com/wp-content/uploads/2010/12/Tanker-truck.png"><img class="size-medium wp-image-2332 aligncenter" title="Tanker truck" src="http://jonathanstray.com/wp-content/uploads/2010/12/Tanker-truck-300x284.png" alt="" width="300" height="284" /></a></p>
<p>There&#8217;s another cluster of blue criminal action reports, labelled &#8220;blindfolded, feet, hands.&#8221; Bound feet and hands were common in sectarian violence at the time, and some reports include the word &#8220;torture.&#8221; There&#8217;s a nearby cluster of abductions.</p>
<p style="text-align: center;"><a href="http://jonathanstray.com/wp-content/uploads/2010/12/Torture-abduction.png"><img class="size-medium wp-image-2333 aligncenter" title="Torture-abduction" src="http://jonathanstray.com/wp-content/uploads/2010/12/Torture-abduction-300x226.png" alt="" width="300" height="226" /></a></p>
<p style="text-align: left;">It goes on. December 2006 was a vicious and disturbing and complicated time in Iraq, and the visualization has patterns at all scales, especially if you look at the hi-res image and read the tiny single-report labels. There are some dark green &#8220;friendly action&#8221; reports labelled &#8220;convoy,&#8221; and other &#8220;friendly actions&#8221; which mention the troublesome town of <a href="http://en.wikipedia.org/wiki/Haditha">Hadithah</a> (near bottom left). And there is the oil connection, a group of reports which include the word &#8220;pipeline.&#8221;</p>
<p style="text-align: center;"><a href="http://jonathanstray.com/wp-content/uploads/2010/12/Pipeline.png"><img class="size-medium wp-image-2334 aligncenter" title="Pipeline" src="http://jonathanstray.com/wp-content/uploads/2010/12/Pipeline-300x207.png" alt="" width="300" height="207" /></a></p>
<p><strong>How we did it, and what we can and can&#8217;t learn from this picture</strong><br />
Visualization is metaphor. Certain details are thrown away, other are emphasized. The algorithms used to produce the visualization have their own sensitivities and blind spots. Without understanding these, a viewer will make false inferences. I&#8217;m going to explain in some detail about how this picture was produced, both so that others can replicate this research, and so that those looking at such visualizations can interpret them honestly.</p>
<p>We used standard text-analytics techniques, borrowed from information retrieval: the <a href="http://en.wikipedia.org/wiki/Bag_of_words">bag-of-words</a> model, <a href="http://en.wikipedia.org/wiki/Tf-idf">TF-IDF</a> term weighting, and <a href="http://en.wikipedia.org/wiki/Cosine_similarity">cosine similarity</a> to compare documents. This is the stuff from which search engines are built, among other things. The geeky among us can learn as much as they could ever want to know from this wonderful <a href="http://nlp.stanford.edu/IR-book/information-retrieval-book.html">free information retrieval textbook</a>.</p>
<p>We start by turning each document into a fixed-length vector of numbers. There are as many numbers in this vector as their are words in the vocabulary of all the documents, over 17,000 distinct terms in the case of the Iraq War Logs. If &#8220;pipeline&#8221; appears three times in a report, we put a three in the count for &#8220;pipeline.&#8221; Of course the reports are much shorter than 17,000 words, usually just a couple hundred words, so most of the numbers in each document vector are zero.</p>
<p>We also don&#8217;t quite store the count of each word. Instead we store the frequency, that is, we divide the counts by the number of words in the document. If the document is 100 words long then &#8220;&#8216;pipeline&#8217; appeared three times&#8221; becomes  &#8221;3% of the words in this document are &#8216;pipeline.&#8217;&#8221; This is &#8220;term frequency,&#8221; the TF part of TF-IDF.</p>
<p>Then we normalize again by how commonly the word appears across documents. It&#8217;s not enough to know that &#8220;pipeline&#8221; is common in a document.&#8221; We need to know that &#8220;pipeline&#8221; is <em>unusually</em> common in this document. So we count the fraction of documents where &#8220;pipeline&#8221; appears, and divide the term frequency by this document frequency. (Technically, by the logarithm). This has the effect of de-emphasizing terms which appear in almost every document, and it&#8217;s the &#8220;inverse document frequency&#8221; or IDF part of <a href="http://en.wikipedia.org/wiki/Tf%E2%80%93idf">TF-IDF</a>.</p>
<p>This is the sense in which that the labels on the documents and the clusters are &#8220;characteristic&#8221; words: they are words that occur frequently in those specific documents, but don&#8217;t appear at all in most other documents.</p>
<p>But by turning each document into a list of numbers, the order of the words is lost. Once we crunch the text in this way, &#8220;the insurgents fired on the civilians&#8221; and &#8220;the civilians fired on the insurgents&#8221; are indistinguishable. Both will appear in the same cluster. This is why a vector of TF-IDF numbers is called a &#8220;<a href="http://en.wikipedia.org/wiki/Bag_of_words">bag of words</a>&#8221; model; it&#8217;s as if we cut out all the individual words and put them in a bag, losing their relationships before further processing. And so we get to:</p>
<ul>
<li>Important caveat #1: any visualization based on a bag-of-words model cannot show distinctions that depend on word order.</li>
</ul>
<p>Once we have all the documents encoded as TF-IDF vectors, we compare every pair of documents to determine how similar they are. We call two documents similar if their characteristic words overlap, and we determine this by taking the <a href="http://en.wikipedia.org/wiki/Dot_product">dot product</a> of the two document vectors. Why? The dot product multiplies the corresponding numbers at each position in the two vectors. If two documents both have a big number for &#8220;pipeline&#8221;, the dot product will be large. If one document has a big number for &#8220;pipeline&#8221; but zero for &#8220;abducted&#8221;, while the other has a large number for &#8220;abducted&#8221; but zero for &#8220;pipeline&#8221;, then the dot product will be zero. This is called the <a href="http://en.wikipedia.org/wiki/Cosine_similarity">cosine similarity</a> method of comparing documents, because of geometrical relationships between the cosine function and the dot product. Cosine similarity assigns a number to every pair of documents, from zero for &#8220;they are completely different&#8221; to one for &#8220;they are the same.&#8221; (At least, the same as far as the bag of words model is concerned.)</p>
<p>Each document is a dot in the visualization. To this we add edges, and the &#8220;weight&#8221; or strength of the edge &#8212; which shows up as line width in this visualization &#8212; is the cosine similarity. But we don&#8217;t put edges between every pair of documents, only those that are above some threshold of similarity. For this visualization, that threshold was 0.6.</p>
<p>And then we lay out the graph. We used <a href="http://gephi.org/">Gephi</a>, a free graph visualization tool. Generally, graph layout algorithms try to bring nodes with strong edges closer together. We found the <a href="http://en.wikipedia.org/wiki/Force-based_algorithms">Fruchterman-Reingold</a> algorithm gave the clearest layout in this case, but the general idea is that points with strong ties gradually move closer as the algorithm runs. But there are conflicting demands; a node marked &#8220;corpse&#8221; and &#8220;abducted&#8221; may be pulled towards both clusters. Where a node ends up also depends a lot on where it started, and the nodes start in essentially random positions.</p>
<p>Cosine similarity-weighted graph layout is not the only way to view the relationships between thousands of documents in a 17,000-dimensional space. There are other techniques such as <a href="http://en.wikipedia.org/wiki/Multidimensional_scaling">multi-dimensional scaling</a>. But however the documents are visualized, we are trying to understand the structure of a something very complicated in only two dimensions, like trying to guess an object from its shadow. Depending on which angle you take, the shadow is going to be more or less revealing, and perhaps more or less misleading. This is:</p>
<ul>
<li>Important caveat #2: the positions of the dots are sort of arbitrary, though we hope that nearby dots actually represent similar documents.</li>
</ul>
<p>In other words, quantitative measurements of distances on this visualization won&#8217;t mean much. Arguing that &#8220;these events are unrelated because they are on opposite sides of the image&#8221; is similarly fallacious.</p>
<p>What <em>can</em> we learn from this visualization technique? Clusters are fairly reliable structures. Using color to plot one type of information against another can reveal patterns. And we believe that this visualization captures some important macro-scale aspects of the War Logs. This picture isn&#8217;t a story in the usual sense, but we find it insightful nonetheless, and maybe it tells us where to look further. A search tool only can only answer the questions we ask, but a visualization tool lets us make <a href="http://jonathanstray.com/we-have-no-maps-of-the-web">maps</a>.</p>
<p><strong>Much more is possible</strong><br />
To begin with, we&#8217;d like to try coloring each dot according to the number of casualties, another field already available in the SIGACTs. We know that over 4000 U.S. forces and 100,000 civilians died in Iraq, but what were the circumstances of their deaths? Perhaps we can start to answer that question. We also want to find a way to animate this diagram through time, so we can see how the war changed as it progressed.</p>
<p>But there are plenty of other visualization techniques waiting to be applied to journalism, and plenty of other document sets to apply them to. It seems likely that TF-IDF and cosine similarity will be generally useful for full-text visualizations of a variety of document types, but it won&#8217;t always work. Threaded displays might be much more revealing for things like emails, where it&#8217;s important to identify and isolate conversations. In other contexts, entity-relationship diagrams can be insightful; <a href="http://theyrule.net/">theyrule.net</a> is the granddaddy of this type of analysis, today being seriously pursued by <a href="http://news.muckety.com/">Muckety</a>.</p>
<p>Visualization is also only one part of the problem. This is a static image, but what we really need is an interactive system where a computer draws the pictures and a human directs the exploration. Visualization has to be combined with filtering and selection tools to allow an investigator to &#8220;zoom in&#8221; on only those documents of interest. Such complete systems exist in other fields, such as the <a href="http://www.cc.gatech.edu/gvu/ii/jigsaw/">Jigsaw</a> visual analytics software, but there&#8217;s currently nothing that really works well for journalism. Performance is a huge issue when dealing with very large document sets, and data import and clean-up are often the real-world bottlenecks. Clean-up is often the most time consuming part of document set analysis, and new tools such as <a href="http://google-opensource.blogspot.com/2010/11/announcing-google-refine-20-power-tool.html">Google Refine</a> give us hope that it can be streamlined.</p>
<p>The potential applications of an industrial-strength journalistic visual analytics system are far broader than document dumps. We got interested in visual analytics because we faced document sets that were so large that they were completely opaque without special tools. But a newsroom also has its archives, and the data and stories it generates every day. We&#8217;ve heard interest from historians, and at the other end of the immediacy scale are potential real-time monitoring applications, technologies that are being seriously pursued by organizations such as <a href="http://www.unglobalpulse.org/">UN Global Pulse</a>.</p>
<p>We see so much potential that we &#8212; the Associated Press in conjunction with several top-notch <a href="http://www.cc.gatech.edu/~stasko/">researchers</a> &#8212; are embarking on a serious attempt to build an open-source system for journalistic visualization of very large document sets, be they document dumps, news archives, or the streams of data that now surround civilization. We have preliminary designs for a system called Overview, and we have <a href="http://generalapp.newschallenge.org/SNC/ViewItem.aspx?pguid=6671c4e8-ddb2-4170-9b12-e864115cc5a3&amp;itemguid=2e728913-b22e-4e9e-b17d-f52df70c436c">applied</a> for a Knight News Challenge grant to hire full-time developers to create it. I&#8217;ll soon post a more detailed description of the system we&#8217;d like to build. We&#8217;re going to need help from the journalist-programmer community.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanstray.com/a-full-text-visualization-of-the-iraq-war-logs/feed</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Social Network of US Counterinsurgency Policy Authors</title>
		<link>http://jonathanstray.com/coingraph</link>
		<comments>http://jonathanstray.com/coingraph#comments</comments>
		<pubDate>Tue, 27 Jan 2009 04:22:08 +0000</pubDate>
		<dc:creator>Jonathan Stray</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[afghanistan]]></category>
		<category><![CDATA[information visualization]]></category>
		<category><![CDATA[Iraq]]></category>
		<category><![CDATA[network analysis]]></category>
		<category><![CDATA[obama]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[war]]></category>

		<guid isPermaLink="false">http://jonathanstray.com/?p=258</guid>
		<description><![CDATA[Who is writing the major policies of the wars in Iraq and Afghanistan, and what is the Obama administration likely to do? There have been many analyses and news reports of individual policies and events, but it&#8217;s hard to wade into this flood of information, and besides, how would I know who to listen to? [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-313" title="coincrop-270109" src="http://jonathanstray.com/wp-content/uploads/2009/01/coincrop-270109.png" alt="coincrop-270109" width="243" height="174" /></p>
<p style="text-align: left;"><em></em>Who is writing the major policies of the wars in Iraq and Afghanistan, and what is the Obama administration likely to do? There have been many analyses and news reports of individual policies and events, but it&#8217;s hard to wade into this flood of information, and besides, how would I know who to listen to? In an effort to get some perspective on at least one major aspect of American military strategy, I decided to plot out all the authors of (public) counterinsurgency policy over the last decade, and the relationships between them, as evidenced by co-authorship of articles and papers.</p>
<p style="text-align: left;"><span id="more-258"></span>The resulting network shows that the Obama administration is relying heavily on the talents of a group called the Center for A New American Security (CNAS), which has close ties to the authors of the most recent US Army counterinsurgency manual. This means that Obama is unlikely to break with the current military strategies in Iraq and Afghanistan &#8212; but even if he wanted to, could he? Counterinsurgency is difficult, and many, many people die when you do it wrong; you can&#8217;t simply make this stuff up, so the choices are necessarily among existing clusters of people and policy.</p>
<p style="text-align: left;">The graph also suggests that the only quasi-independent body of COIN policy is centered around the RAND Corporation, who may not hold a terribly different opinion. If this analysis is correct, then Obama cannot rapidly change the military&#8217;s course in fighting these wars, because there simply do not exist credible alternative policies at this time. His only options for change in America&#8217;s handling of Iraq and Afghanistan lie outside of the scope of military strategy &#8212; perhaps through high level political or economic interventions.</p>
<p style="text-align: left;"><strong>Counterinsurgency Policy</strong></p>
<p style="text-align: left;">American troops are shooting at <em>someone</em> in Iraq and Afghanistan, but the designated enemy is not another army. After the Taliban was decimated in Afghanistan and Saddam&#8217;s main forces were defeated in Iraq, dozens of armed groups stepped up to fill the power vacuum in both countries, ranging from militias to (of course) terrorists. Beset on all sides, the US military lashed out, conducting increasingly intrusive operations in the civilian population, such as <a title="breaking into houses and shooting people" href="http://www.nytimes.com/2005/11/10/international/10iraq.html">house-by-house searches</a>. The bad guys were no longer wearing uniforms, and worse, there was often popular sympathy for them. The US military ended up shooting at the people it had claimed to be liberating.</p>
<p style="text-align: left;">At the start of these wars, the US military was poorly prepared in counterinsurgency (COIN) tactics, a product of the Cold War strategies and the painful memory of Vietnam, which was also a counterinsurgency war. In fact, the standard COIN<a href="https://secure.wikileaks.org/wiki/US_Army_Field_Manual_3-07.22_Counterinsurgency_Operations_2004"> manuals</a> of that time (which you can now read courtesy of Wikileaks) were stagnant for 25 years until 2006, when a major review was undertaken by Lieutenant General David Petraeus and others. The resulting revision of the <a href="www.usgcoin.org/library/doctrine/COIN-FM3-24.pdf ">FM 3-24 Counterinsurgency Manual</a> was widely publicized, in contrast to previous secret revisions, with co-author Lieutenant Colonel John Nagl even <a href="http://www.tv.com/the-daily-show/lt.-col.-john-nagl/episode/1131453/summary.html">appearing</a> on The Daily Show to discuss it. Clearly, this revision was as much about building public support and confidence at home as it was about an actual change in strategy. The whole manual has been extensively <a href="http://www.foreignaffairs.org/20071101fareviewessay86612a/colin-h-kahl/coin-of-the-realm.html">discussed</a> elsewhere, but the core of the new doctrine is the notion that an insurgency is as much a political as it is a military problem:</p>
<blockquote style="text-align: left;"><p>The integration of civilian and military efforts is crucial to successful COIN operations. All efforts focus on supporting the local populace and HN [host nation] government. Political, social, and economic programs are usually more valuable than conventional military operations in addressing the root causes of conflict and undermining an insurgency.</p></blockquote>
<p style="text-align: left;">This is hardly a new idea, as FM 3-24 freely admits, but &#8212; as one interpretation of the new manual and the publicity surrounding it goes &#8212; it represents a fundamentally new role for the military, who are now faced with a problem that cannot be solved by force. Depending on who you believe, the <a href="http://www.reuters.com/article/topNews/idUSCOL24813120071022">decrease in violence in Iraq</a> over the last two years may be due to these radically new policies, the <a href="http://en.wikipedia.org/wiki/Iraq_War_troop_surge_of_2007">surge</a>, or <a href="http://www.foreignpolicy.com/story/cms.php?story_id=4631">other factors entirely</a>.</p>
<p style="text-align: left;">Three years later the US is still in Iraq, and Afghanistan &#8212; if anything, an even <a href="http://easterncampaign.wordpress.com/2008/03/17/afghanistans-local-power-structures-exploit-restructure-or-destroy/">messier</a> place &#8212; is finally starting to return to public consciousness. Obama has to make some decisions about these military strategy in these wars. What will his answers be?</p>
<p style="text-align: left;">Social network analysis can help us answer this question because ideas always live among a community of minds; those who develop ideas together tend to share them. The clusters in a social network are therefore proxies for distinct worldviews, or possible answers to a question.</p>
<p style="text-align: left;"><strong>COIN Policy Social Network</strong></p>
<p style="text-align: left;">Without further ado, here is the social graph of those writing public counterinsurgency policy over the last decade (click for a larger image, or <a href="http://jonathanstray.com/wp-content/uploads/2009/01/coin.pdf">pdf</a>).</p>
<p style="text-align: center;"><a href="http://jonathanstray.com/wp-content/uploads/2009/01/coin.png"></a><a href="http://jonathanstray.com/wp-content/uploads/2009/01/coin-270109.png"><img class="alignnone size-medium wp-image-312" title="coin-270109" src="http://jonathanstray.com/wp-content/uploads/2009/01/coin-270109-300x187.png" alt="coin-270109" width="300" height="187" /></a></p>
<p style="text-align: left;">Each node is a person, and an edge is drawn between any two individuals who collaborated on a document, or worked in the same group &#8212; hopefully a reasonable proxy for policy similarity. (Although this is a &#8220;social&#8221; graph, merely having been in the same place at the same time does not count as an edge.) I have assigned colors to larger clusters: the Center for a New American Security (CNAS) think-tank is red, the authors of the revised FM 3-24 are green, and those from the RAND corporation are Cyan. CNAS and the FM 3-24 authors overlap in the person of John Nagl, in yellow.</p>
<p style="text-align: left;">Crucially, Obama (in blue) has selected Michèle Flournoy as his top Pentagon appointment, and Flournoy founded CNAS. There are other CNAS links: Colin Kahl was a military advistor to Obama during his campaign, and Lt. Nathaniel Fick spoke at the DNC in August in support of Obama. Fick and Nagl also recently co-authored a major policy <a href="http://www.foreignpolicy.com/story/cms.php?story_id=4587&amp;print=1">paper</a> on counterinsurgency in Afghanistan, which includes  an interview with Petraeus, another FM 3-24 author.</p>
<p style="text-align: left;">In other words: CNAS has adopted the military&#8217;s FM 3-24 strategy, and Obama has adopted CNAS. Therefore we should expect little change in the way that the military component of the American wars are currently prosecuted.</p>
<p style="text-align: left;">One of the advantages of CNAS is that it reprsents a unified, proflific, and highly visible body of strategic and policy thought. For Obama to choose another course, there has to be another course to choose. There are individual critiques of the Nagl/Fick position such as <a href="http://www.terraplexic.org/review/2009/1/14/fick-and-nagl-on-afghanistan.html">this</a> by Afganistan social scientist Christian Bleuer, individual detractors such as the experienced but often wonky <a href="http://www.harpers.org/archive/2007/02/0081384">Edward Luttwak</a>, and even the very sharp and compassionate <a href="http://select.nytimes.com/preview/2007/07/29/books/1154682945065.html?pagewanted=1&amp;8tpw&amp;emc=tpw">Samantha Power</a>, who was part of the Obama campaigin until (apparently) she referred to Hillary as &#8220;a monster.&#8221; But what Obama needs is a credible <em>body</em> of alternative policy.</p>
<p style="text-align: left;"><strong>Counterinsurgency as &#8220;Good Governance&#8221;</strong></p>
<p style="text-align: left;">There is only one other major cluster on the graph. The <a href="http://en.wikipedia.org/wiki/RAND"> RAND Corporation</a> (in cyan) is of course old-school defence establishment, but, unlike the FM 3-24 authors, they are not actually military. They have written a number of counterinsurgency documents since the start of the Iraq war, such as a long report by O&#8217;Connel and Pirnie which is summarized <a href="RAND corp summary http://www.rand.org/pubs/monographs/2008/RAND_MG595.3.sum.pdf  ">here</a>. The RAND reports do not differ all that sharply from the Petraeus/Nagl policies, except that they see counterinsurgency as fundamentally more than a military operation:</p>
<blockquote style="text-align: left;"><p>Strategy should be developed at the highest level of government, by the President, his closest advisors, and his Cabinet offcials, with advice from the Director of  National Intelligence and regional experts, the Chairman of the Joint Chiefs of Stfff, and uniﬁed commanders. &#8230; Counterinsurgency is a political-military effrt that requires both good governance and military action. It follows that the entire U.S. government should conduct that effort.</p></blockquote>
<p style="text-align: left;">This is exactly the sort of &#8220;nation building&#8221; that Bush had hoped to dispense with. If implemented thoroughly, it might also amount to little more than a classic colonial government. To this I can only say: what did you expect when invading a foreign country?</p>
<p style="text-align: left;"><strong>About Building the Graph<br />
</strong></p>
<p style="text-align: left;">This graph represents four days<strong> </strong>of very manual web-surfing, and it is very much a work in progress. Starting with Fick and Nagl, each name was googled on the web, in the news, and in scholarly publications,  and the top 20 or so results in each category were read to determine co-authorship of policy papers and organizational affiliations. Two people were connected if they had ever co-authored an article together, or worked in the same group at the same time. Doubtless, there are connections that I have missed, such as some of the other authors on <a href="http://roomfordebate.blogs.nytimes.com/2009/01/26/how-not-to-lose-afghanistan/?scp=1&amp;sq=counterinsurgency&amp;st=cse">today&#8217;s New York Times blogs piece</a> which I will have to add. Also, because this process was so time-consuming, I had to make many choices <em>not </em>to include individuals or follow links. It is therefore entirely possible that the graph I have drawn is actually embedded into a larger network in such a way that it invalidates my conclusions; or that there <em>is</em> a credible cluster of people working on alternative policy that I simply never found (but then again, Obama hasn&#8217;t found them either.)</p>
<p style="text-align: left;">The graph proper was built by collecting a <a title="References for counterinsurgency policy author social graph" href="http://jonathanstray.com/wp-content/uploads/2009/01/coin-documents-analyses.doc">text file of web references</a>, and manually entering people and  connections in a .dot file for use with Graphviz. Again, this took days &#8212; I cannot stress how manual the process was. These difficulties highlight the dire necessity of better information visualization tools for journalism.</p>
<p style="text-align: left;"><em>[</em><em>Update: this work has come to the attention of the COIN community, in particular the folks at <a href="http://abumuqawama.blogspot.com/">Abu Muqawama</a> who were kind enough to discuss what it might mean. Aside from the fact that the original version contained not one but </em>three <em>misspelled names (calling Mr. Flick!) they have pointed out that many important people and links are missing. No doubt -- as I discuss above and in my <a href="https://www.blogger.com/comment.g?blogID=5440908667613269425&amp;postID=3874887625478027314">response</a> on AbuM. I'd like to stress that this is a work in progres</em>,<em> but I would also like to ask those in the know if they feel my conclusions on this restricted graph are substantially correct even so. -- js]</em></p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanstray.com/coingraph/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Scott McClellan, President Bush, and the Permanent Campaign</title>
		<link>http://jonathanstray.com/scott-mcclellan-president-bush-and-the-permanent-campaign</link>
		<comments>http://jonathanstray.com/scott-mcclellan-president-bush-and-the-permanent-campaign#comments</comments>
		<pubDate>Sat, 28 Jun 2008 02:19:05 +0000</pubDate>
		<dc:creator>Jonathan Stray</dc:creator>
				<category><![CDATA[dickheads]]></category>
		<category><![CDATA[Iraq]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://jonathanstray.com/?p=19</guid>
		<description><![CDATA[Scott McClellan was the White House press secretary from July 2003 to April 2006, and the deputy press secretary before that. I saw him speak at a meeting of the Commonwealth Club this Tuesday, June 24. He talked about his relationship to President Bush, the administration&#8217;s &#8220;mistakes&#8221;, and why these mistakes were made. For example, [...]]]></description>
			<content:encoded><![CDATA[<p>Scott McClellan was the White House press secretary from July 2003 to April 2006, and the deputy press secretary before that.  I saw him speak at a meeting of <a title="The Commonwealth Club" href="http://www.commonwealthclub.org">the Commonwealth Club</a> this Tuesday, June 24. He talked about his relationship to President Bush, the administration&#8217;s &#8220;mistakes&#8221;, and why these mistakes were made. For example, he now feels that &#8220;the war in Iraq was not absolutely necessary.&#8221; It is fascinating to watch someone formerly so close to the president recant so publicly and dramatically, especially someone who appeared on CNN time and time again to justify the president&#8217;s decisions. The personal dynamics of what happened between the president and his press secretary are at least as interesting as the actual events, and perhaps give us a little bit of insight into the psychology of politics in America.</p>
<p><span id="more-19"></span>In his talk, and in his new book <a href="http://www.politico.com/news/stories/0508/10649.html">What Happened</a>, McClellan describes a shift in Washington culture over the last few decades, where national interest has given way to &#8220;a game of who&#8217;s up and who&#8217;s down,&#8221; a culture of &#8220;permanent campaign,&#8221; where &#8220;governing becomes an offshoot of campaigning.&#8221; He describes Clinton and Bush Senior as sensitive to and constrained by the same pressure, and says that this culture of &#8220;permanent campaign&#8221; has gradually been getting worse over the past few decades, to the point where it is now a corrupting factor to all who work in Washington.</p>
<blockquote><p>I don&#8217;t think any White House since Nixon has truly learned the lessons of <a title="Wikipedia - Watergate" href="http://en.wikipedia.org/wiki/Watergate">Watergate</a>. &#8230; It has become about which side can best manipulate the narrative to their advantage. &#8230; Deliberation and compromise get pushed further and further down on the list. People like Karl Rove didn&#8217;t create the permanent campaign. The permanent campaign created people like Karl Rove.</p></blockquote>
<p style="text-align: left;">I&#8217;m not convinced that the &#8220;permanent campaign&#8221; is in any way a new feature of politics, given that the people in power seem to have been trying to stay that way throughout history. A 2007 <a title="Washington Post -- Permanent Campaign" href="http://www.washingtonpost.com/wp-dyn/content/article/2007/02/12/AR2007021201064.html">Washington Post article</a> takes the same position with respect to American politics specifically. However, these are surely strong words coming from someone whose job it was to shape our political narratives. Perhaps more illuminating were McClellan&#8217;s comments regarding the process of going to war in Iraq. Although it is by now clear that the administration was committed to an invasion long before there was any evidence to support the notion that Iraq had WMDs, McClellan&#8217;s description of the process of actually bringing the nation to war is the first direct testimony I&#8217;ve ever heard from someone who would know.</p>
<blockquote style="text-align: left;"><p>Was it deliberate to mislead? I don&#8217;t think the president&#8217;s top advisers were sitting in a room saying, &#8216;how do we mislead the American people?&#8217; &#8230; But there was an effort to sell the war to the American people. It was sold like our education campaign, like tax cuts, like social security reform. It was &#8216;how do we make the strongest possible case?&#8217; Forget about &#8216;how do we communicate the truth?&#8217; &#8230; We took the nation to war by making it sound more urgent, more serious than it actually was. &#8230; It was all about shading.</p></blockquote>
<p style="text-align: left;">He went on to describe President Bush&#8217;s role in the process,</p>
<blockquote style="text-align: left;"><p>The president is an instinctive leader. In some ways that&#8217;s admirable, in some ways that causes a lot of problems. &#8230; After the decision is made, he expects everyone else to follow in lock-step. &#8230; He had this belief, this idealistic and ambitious vision that we could go coercively into Iraw and create democracy and it would be the lynch-pin that would transform the Middle East &#8230; If he&#8217;d had a crystal ball, I don&#8217;t think he would have made that decision.</p></blockquote>
<p style="text-align: left;">These are words from a man who publicly defended the administration&#8217;s decisions time and time again, a man who was formerly fiercely loyal to the president. McClellan&#8217;s own story is equally interesting. He says that people now forget that</p>
<blockquote style="text-align: left;"><p>Bush was a bipartisan and popular governor in Texas, who worked &#8216;across-the-aisle.&#8217; This is why I was drawn to him. &#8230; [When I arrived in Washington] I got caught up in this destructive culture just like many others did. I am not saying this to remove blame from my doorstep. &#8230; Eventually I could no longer stand up and speak for the president because I kept getting undermined. &#8230; I trusted the administration. It was not until I began researching the book that I realized how misplaced my trust was. &#8230; It was hard to separate personal closeness with the president from his policy.</p></blockquote>
<p style="text-align: left;">I find these remarks on power fascinating, and perhaps a valuable lesson in reality all on their own: the Bush administration is not stupid or evil. The problems appear to be ones of ideology, and a pronounced lack of commitment to candor and honesty. He finished by offering some suggestions, and his hopes for the future.</p>
<blockquote style="text-align: left;">
<p style="text-align: left;">[The next press secretary] needs to have access to any meeting, any time. &#8230; I actually welcome a liberal media, if they&#8217;re fair, because they will be more skeptical of the government. And if they&#8217;re not fair, in this day and age it will be known. &#8230;I really want to see Washington change the way it governs forthe better. I want to see loyalty to the ideas of candor, transparency, and openness. Too often people think that loyalty to an individual office-holder overrides loyalty to the people. &#8230; We need to move beyond the philosophy that politics should be viewed as war.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jonathanstray.com/scott-mcclellan-president-bush-and-the-permanent-campaign/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

