<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Rules of Reason</title>
	<atom:link href="http://rulesofreason.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rulesofreason.wordpress.com</link>
	<description>Uses and abuses of research on public policy and administration</description>
	<lastBuildDate>Sat, 04 May 2013 06:40:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rulesofreason.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/81d89830f5c794ba4ff19a736d012742?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Rules of Reason</title>
		<link>http://rulesofreason.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rulesofreason.wordpress.com/osd.xml" title="Rules of Reason" />
	<atom:link rel='hub' href='http://rulesofreason.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Swimming in a sea of code</title>
		<link>http://rulesofreason.wordpress.com/2013/03/28/swimming-in-a-sea-of-code/</link>
		<comments>http://rulesofreason.wordpress.com/2013/03/28/swimming-in-a-sea-of-code/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 20:32:50 +0000</pubDate>
		<dc:creator>Dimiter Toshkov</dc:creator>
				<category><![CDATA[R]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://rulesofreason.wordpress.com/?p=749</guid>
		<description><![CDATA[If you are looking for code here, move on. &#62; In the beginning, there was only the relentless blinking of the cursor. With the maddening regularity of waves splashing on the shore: blink, blink, blink, blink…Beyond the cursor, the white wasteland &#8230; <a href="http://rulesofreason.wordpress.com/2013/03/28/swimming-in-a-sea-of-code/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rulesofreason.wordpress.com&#038;blog=27908254&#038;post=749&#038;subd=rulesofreason&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><i>If you are looking for code here, move on.</i></p>
<p><code>&gt; </code>In the beginning, there was only the relentless blinking of the cursor. With the maddening regularity of waves splashing on the shore: blink, blink, blink, blink…Beyond the cursor, the white wasteland of the empty page: vast, featureless, and terrifying as the sea. You stare at the empty page and primordial fear engulfs you: you are never gonna venture into this wasteland, you are never gonna leave the stable, solid, familiar world of menus and shortcuts, icons and buttons.</p>
<p>And then you take the first cautious steps.</p>
<p><code>print ‘Hello world’<br />
&gt; Hello world</code>, the sea obliges.<br />
<code><br />
1+1<br />
&gt; 2<br />
2+2<br />
&gt; 4<br />
</code><br />
You are still scared, but your curiosity is aroused. The playful responsiveness of the sea is tempting, and quickly becomes irresistible. Soon, you are jumpting around like a child, rolling upside-down and around and around:<br />
<code><br />
&gt; a=2<br />
&gt; b=3<br />
&gt; a+b<br />
5<br />
</code><br />
<code>&gt; for (x in 1:60) print (x)</code><br />
<code>1    2    3    4    5    6    7    8    9   10   11   12   13   14  15   16   17   18   19   20   21   22   23   24   25   26  27   28   29   30   31   32   33   34   35   36   37   38  39   40   41   42   43   44   45   46   47   48   49   50  51   52   53   54   55   56   57   58   59   60</code></p>
<p>The sense of freedom is exhilarating. You take a deep breath and dive:</p>
<p><code>&gt; for (i in 1:10) ifelse (i&gt;5, print ('ha'), print ('ho'))<br />
[1] "ho"<br />
[1] "ho"<br />
[1] "ho"<br />
[1] "ho"<br />
[1] "ho"<br />
[1] "ha"<br />
[1] "ha"<br />
[1] "ha"<br />
[1] "ha"<br />
[1] "ha"<br />
</code><br />
Your old fear seems so silly now. Code is your friend. The sea is your friend. The white page is just a playground with endless possibilities.</p>
<p>Your confidence grows. You start venturing further into the deep. You write your first function. You let code scrape the web for you. You generate your first random variable. You run your first statistical models. Your code grows in length and takes you deeper and deeper into unexplored space.</p>
<p>Then suddenly you are lost. Panic sets in. The code stops to obey; you search for the problem but you cannot find it. Panic grows. Instinctively, you grasp for help for the icons, but there are none. You look for support by the menus but they are gone. You are all alone  in the middle of this long string of code which seems so alien right now. Clouds gather. Who tempted you in? How do you get back? What to do next? You want to turn these lists into vectors, but you can&#8217;t. You need to decompose your strings into characters but you don&#8217;t know how. Out of nowhere encoding problems appear and your entire code is defunct. You are lost&#8230;.</p>
<p>Eventually, you give up and get back to the shore. The world of menus and icons and shortcuts is limited but safe. Your short flirt with code is over forever, you think. Sometimes you dare to dream about the freedom it gave you but then you remember the feelings of helplessness and entrapment, of being all alone in the open sea. No, getting into code was a childish mistake.</p>
<p>But as time goes by you learn to control your fear and approach the sea again. This time without headless enthusiasm but slowly, with humility and respect for its unfathomable depths. You never stray too far away from the shore in one go. You learn to avoid nested loops and keep your regular expressions to a minimum. You always leave signposts if you need to retrace your path.</p>
<p>Code will never be your friend. The sea will never be your lover. But maybe you can learn to get along just enough as to harness part of its limitless power&#8230; without losing yourself into it forever. <code>&gt;</code></p>
<p><a href="http://rulesofreason.files.wordpress.com/2013/03/post-9-126299637087_thumb.png"><img class="alignnone size-large wp-image-753" alt="R start screen" src="http://rulesofreason.files.wordpress.com/2013/03/post-9-126299637087_thumb.png?w=584&#038;h=438" width="584" height="438" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rulesofreason.wordpress.com/749/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rulesofreason.wordpress.com/749/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rulesofreason.wordpress.com&#038;blog=27908254&#038;post=749&#038;subd=rulesofreason&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rulesofreason.wordpress.com/2013/03/28/swimming-in-a-sea-of-code/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/270a698905658429f9147d89905c97ed?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">demetriodor</media:title>
		</media:content>

		<media:content url="http://rulesofreason.files.wordpress.com/2013/03/post-9-126299637087_thumb.png?w=584" medium="image">
			<media:title type="html">R start screen</media:title>
		</media:content>
	</item>
		<item>
		<title>The origins of the digital universe</title>
		<link>http://rulesofreason.wordpress.com/2013/03/27/the-origins-of-the-digital-universe/</link>
		<comments>http://rulesofreason.wordpress.com/2013/03/27/the-origins-of-the-digital-universe/#comments</comments>
		<pubDate>Wed, 27 Mar 2013 22:23:54 +0000</pubDate>
		<dc:creator>Dimiter Toshkov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[alan turing]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[digital universe]]></category>
		<category><![CDATA[george dyson]]></category>
		<category><![CDATA[john von neumann]]></category>
		<category><![CDATA[MANIAC]]></category>
		<category><![CDATA[origins of the computer]]></category>
		<category><![CDATA[Tur]]></category>
		<category><![CDATA[turings cathedral]]></category>
		<category><![CDATA[universal machine]]></category>

		<guid isPermaLink="false">http://rulesofreason.wordpress.com/?p=742</guid>
		<description><![CDATA[Just finished Turing&#8217;s Cathedral &#8211; a fine and stimulating book about the origins of the computer, the interlinked history of the first computers and nuclear bombs, the role of John von Neumann in all that, the Institute of Advanced Studies (IAS) in &#8230; <a href="http://rulesofreason.wordpress.com/2013/03/27/the-origins-of-the-digital-universe/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rulesofreason.wordpress.com&#038;blog=27908254&#038;post=742&#038;subd=rulesofreason&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Just finished <a href="http://www.amazon.com/gp/product/B005IEGK5C" target="_blank">Turing&#8217;s Cathedral</a> &#8211; a fine and stimulating book about the origins of the computer, the interlinked history of the first computers and nuclear bombs, the role of John von Neumann in all that, the Institute of Advanced Studies (IAS) in Princeton, and much more. It is a very thoroughly researched volume based on archival materials, interviews, etc. Actually, if I have one complaint it is that it is too scrupulous in presenting the background of all primary, secondary and tertiary characters in the story of the computer and in documenting the development of the various buildings at the IAS. For that reason I found the first part of the book a bit tedious. But the later chapters in which the author allows his own ideas about the digital universe to roam more freely are truly inspired and inspiring. It was also quite fascinating to learn that one of the first uses of the digital computer, apart from calculating nuclear fusion processes and trying to predict the weather, has been to run what would now be called agent-based modeling (by <a href="http://en.wikipedia.org/wiki/Nils_Aall_Barricelli" target="_blank">Nils Baricelli</a>). Here is my favorite passage from the <a href="http://www.amazon.com/gp/product/B005IEGK5C" target="_blank">book</a>:</p>
<blockquote><p><em>&#8216;Books are strings of code. But they have mysterious properties &#8211; like strings of DNA. Somehow the author captures a fragment of the universe, unravels it into a one-dimensional sequence, squeezes it through a keyhole, and hopes that a three-dimensional  vision emerges in the reader&#8217;s mind. The translation is never exact.&#8217;</em> (<a href="http://www.amazon.com/gp/product/B005IEGK5C" target="_blank">p.312</a>)</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rulesofreason.wordpress.com/742/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rulesofreason.wordpress.com/742/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rulesofreason.wordpress.com&#038;blog=27908254&#038;post=742&#038;subd=rulesofreason&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rulesofreason.wordpress.com/2013/03/27/the-origins-of-the-digital-universe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/270a698905658429f9147d89905c97ed?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">demetriodor</media:title>
		</media:content>
	</item>
		<item>
		<title>Constructivism in the world of Dragons</title>
		<link>http://rulesofreason.wordpress.com/2013/03/26/constructivism-in-the-world-of-dragons/</link>
		<comments>http://rulesofreason.wordpress.com/2013/03/26/constructivism-in-the-world-of-dragons/#comments</comments>
		<pubDate>Tue, 26 Mar 2013 08:59:50 +0000</pubDate>
		<dc:creator>Dimiter Toshkov</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[International Relations]]></category>
		<category><![CDATA[The profession]]></category>
		<category><![CDATA[constructivism]]></category>
		<category><![CDATA[game of thrones]]></category>
		<category><![CDATA[international relations]]></category>
		<category><![CDATA[IR theories]]></category>
		<category><![CDATA[realism]]></category>
		<category><![CDATA[social constructivism]]></category>
		<category><![CDATA[tyrion lannister]]></category>
		<category><![CDATA[why does a lannester always pays his debts]]></category>

		<guid isPermaLink="false">http://rulesofreason.wordpress.com/?p=733</guid>
		<description><![CDATA[Here is an analysis of Game of Thrones from a realist international relations perspective. Inevitably, here is the response from a constructivist angle. These are supposed to be fun so I approached them with a light heart and popcorn. But &#8230; <a href="http://rulesofreason.wordpress.com/2013/03/26/constructivism-in-the-world-of-dragons/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rulesofreason.wordpress.com&#038;blog=27908254&#038;post=733&#038;subd=rulesofreason&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.foreignpolicy.com/articles/2011/07/18/realpolitik_in_a_fantasy_world" target="_blank">Here</a> is an analysis of Game of Thrones from a <strong>realist</strong> international relations perspective. Inevitably, <a href="http://www.foreignaffairs.com/articles/137360/charli-carpenter/game-of-thrones-as-theory" target="_blank">here</a> is the response from a <strong>constructivist</strong> angle. These are supposed to be fun so I approached them with a light heart and popcorn. But halfway through the second article I actually felt sick to my stomach. I am not exaggerating, and it wasn&#8217;t the popcorn &#8211; seeing the same &#8216;arguments&#8217; between realists and constructivists rehearsed in this new setting, the same lame responses to the same lame points, the same &#8216;debate&#8217; where nobody ever changes their mind, the same dreaded confluence of normative, theoretical, and empirical notions that plagues this never-ending exchange in the real (sorry, socially constructed) world, all that really gave me a physical pain. I felt entrapped &#8211; even in this fantasy world there was no escape from the Realist and the Constructivist. The Seven Kingdoms were infected by the triviality of our IR theories. The magic of their world was desecrated. Forever&#8230;.</p>
<p>Nothing wrong with the particular analyses. But precisely because they manage to be good examples of the genres they imitate the bad taste in my mouth felt so real. So is it about interests or norms? <em>Oh no</em>. Is it real politik or the slow construction of a common moral order? Do leader disregard the common folk to their own peril? <em>Oh, please stop.</em> How do norms construct identities? <em>Noooo moooore.</em> <em>Send the Dragons!!!</em></p>
<p>By the way, just one example of how George R.R. Martin can explain a difficult political idea better than an entire conference of realists and constructivists. Why do powerful people keep their promises? Is it &#8217;cause their norms make them do it or because it is in their interests or whatever? Why do Lannisters always pay their debts even though they appear to be some the meanest self-centered characterless in the entire world of Game of Thrones?  We literally <strong>see</strong> the answer when Tyrion Lannister tries to escape from the sky cells, and the Lannister&#8217;s reputation for paying their debts is the only thing that saves him, the only thing he has left to pay Mord, but it is enough (see episode 1.6). Having a reputation for paying your debts is one of the greatest assets you can have in every world. And it is worth all the pennies you pay to preserve it even when you can actually get away with not honoring your commitments. It could not matter less if you call this interest-based or norm-based explanation: it just clicks, but it takes creativity and insight to convey the point, not impotent meta-theoretical disputes.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rulesofreason.wordpress.com/733/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rulesofreason.wordpress.com/733/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rulesofreason.wordpress.com&#038;blog=27908254&#038;post=733&#038;subd=rulesofreason&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rulesofreason.wordpress.com/2013/03/26/constructivism-in-the-world-of-dragons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/270a698905658429f9147d89905c97ed?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">demetriodor</media:title>
		</media:content>
	</item>
		<item>
		<title>The failure of political science</title>
		<link>http://rulesofreason.wordpress.com/2013/03/25/the-failure-of-political-science/</link>
		<comments>http://rulesofreason.wordpress.com/2013/03/25/the-failure-of-political-science/#comments</comments>
		<pubDate>Mon, 25 Mar 2013 09:25:25 +0000</pubDate>
		<dc:creator>Dimiter Toshkov</dc:creator>
				<category><![CDATA[Science politicisation]]></category>
		<category><![CDATA[The profession]]></category>
		<category><![CDATA[funding cuts]]></category>
		<category><![CDATA[nsf]]></category>
		<category><![CDATA[political science]]></category>
		<category><![CDATA[political science and the nsf]]></category>
		<category><![CDATA[political science research]]></category>
		<category><![CDATA[research funding]]></category>
		<category><![CDATA[tom coburn]]></category>

		<guid isPermaLink="false">http://rulesofreason.wordpress.com/?p=724</guid>
		<description><![CDATA[Last week the American Senate supported with a clear bi-partisan majority a decision to stop funding for political science research from the National Science Foundation. Of all disciplines, only political science has been singled out for the cuts and the money &#8230; <a href="http://rulesofreason.wordpress.com/2013/03/25/the-failure-of-political-science/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rulesofreason.wordpress.com&#038;blog=27908254&#038;post=724&#038;subd=rulesofreason&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Last week the American Senate <a href="http://chronicle.com/article/Senate-Moves-to-Limit-NSF/138027/" target="_blank">supported</a> with a clear bi-partisan majority a decision to stop funding for political science research from the National Science Foundation. Of all disciplines, only political science has been <a href="http://www.economist.com/blogs/democracyinamerica/2013/03/political-science-research" target="_blank">singled out</a> for the cuts and the money will go for cancer research instead.</p>
<p>The decision is obviously wrong for so many <a href="http://themonkeycage.org/blog/2013/03/22/political-science-nsf-funding-and-the-national-interest/" target="_blank">reasons</a> but my point is different. How could political scientists who are supposed to understand better than anyone else how politics works allow this to happen? What does it tell us about the state of the discipline that the academic experts in political analysis cannot prevent overt political action that hurts them directly and rather severely?</p>
<p>To me, this failure of American political scientists to protect their own turf in the political game is scandalous. It is as bad as <span style="font-style:inherit;line-height:1.625;">Nobel-winning economists Robert Merton and Myron Scholes leading the hedge fund &#8216;<a href="http://en.wikipedia.org/wiki/Long-Term_Capital_Management" target="_blank">Long Tern Capital Management</a>&#8216; to bust and losing 4.6 billion dollars with the help of their Nobel-wining economic theories. As Myron &amp; Scholes&#8217; hedge fund story revels the true real-world value of (much) financial economics theories, so does the humiliation of political science by the Congress reveal the true real-world value of (much) political theories. </span></p>
<p><span style="font-style:inherit;line-height:1.625;">Think about it &#8211;  the world-leading academic specialists on collective action, interest representation and mobilization could not get themselves mobilized, organized and represented in Washington to protect their funding. The professors of the political process and legislative institutions could not find a way to work these same institutions to their own advantage. The experts on political preferences and incentives did not see the broad bi-partisan coalition against political science forming. That&#8217;s </span>embarrassing<span style="font-style:inherit;line-height:1.625;">! </span></p>
<p>It is even more embarrassing because American political science <strong>is</strong> the most productive, innovative, and competitive in the world. There is no doubt that almost all of the best new ideas, methods, and theories in political science over the last 50 years have come from the US. (And a lot of these innovations have been made possible because of the funding received by the National Science Foundation). So it is not that individual American political scientists are not smart &#8211; of course they are, but for some reason as a collective body they have not been able to benefit from their own knowledge and insights. Or that knowledge and insights about US politics are deficient in important ways.The fact remains, political scientists were beaten in what should have been their own game. Hopefully some kind of lesson will emerge from all that&#8230;</p>
<p><em>P.S. No reason for public administration, sociology and other related disciplines to be smug about pol sci&#8217;s humiliation &#8211; they have been saved (for now) mostly by their own irrelevance. </em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rulesofreason.wordpress.com/724/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rulesofreason.wordpress.com/724/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rulesofreason.wordpress.com&#038;blog=27908254&#038;post=724&#038;subd=rulesofreason&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rulesofreason.wordpress.com/2013/03/25/the-failure-of-political-science/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/270a698905658429f9147d89905c97ed?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">demetriodor</media:title>
		</media:content>
	</item>
		<item>
		<title>The evolution of EU legislation (graphed with ggplot2 and R)</title>
		<link>http://rulesofreason.wordpress.com/2013/03/19/the-evolution-of-eu-legislation-graphed-with-ggplot2-and-r/</link>
		<comments>http://rulesofreason.wordpress.com/2013/03/19/the-evolution-of-eu-legislation-graphed-with-ggplot2-and-r/#comments</comments>
		<pubDate>Tue, 19 Mar 2013 07:03:20 +0000</pubDate>
		<dc:creator>Dimiter Toshkov</dc:creator>
				<category><![CDATA[Data visualization]]></category>
		<category><![CDATA[EU governance]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[Time series analysis]]></category>
		<category><![CDATA[comitology]]></category>
		<category><![CDATA[delegated acts]]></category>
		<category><![CDATA[eu decision making]]></category>
		<category><![CDATA[EU directives]]></category>
		<category><![CDATA[eu laws]]></category>
		<category><![CDATA[eu politics]]></category>
		<category><![CDATA[eu rules]]></category>
		<category><![CDATA[ggplot2]]></category>
		<category><![CDATA[implementing acts]]></category>
		<category><![CDATA[legislative output]]></category>
		<category><![CDATA[legislative production]]></category>
		<category><![CDATA[many eyes]]></category>
		<category><![CDATA[regulations]]></category>
		<category><![CDATA[time series graphs]]></category>

		<guid isPermaLink="false">http://rulesofreason.wordpress.com/?p=720</guid>
		<description><![CDATA[During the last half century the European Union has adopted more than 100 000 pieces of legislation. In this presentation I look into the patterns of legislative adoption over time. I tried to create clear and engaging graphs that provide &#8230; <a href="http://rulesofreason.wordpress.com/2013/03/19/the-evolution-of-eu-legislation-graphed-with-ggplot2-and-r/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rulesofreason.wordpress.com&#038;blog=27908254&#038;post=720&#038;subd=rulesofreason&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>During the last half century the European Union has adopted more than 100 000 pieces of legislation. In this presentation I look into the patterns of legislative adoption over time. I tried to create clear and engaging graphs that provide some insight into the evolution of law-making activity: not an easy task given the byzantine nature of policy making in the EU and the complex nomenclature of types of legal acts possible.</p>
<p>The main plot showing the number of adopted directives, regulations and decisions since 1967 is pasted below. There is much more in the <a href="http://www.dimiter.eu/Eurlex.html" target="_blank">presentation</a>. The time series data is available <a href="http://dimiter.eu/Data.html" target="_blank">here</a>, as well as the R <a href="http://www.dimiter.eu/Data_files/eurlex/eurlex%20script%202013.r" target="_blank">script</a> used to generate the plots (using ggplot2). Some of the graphs are also available as interactive visualizations via ManyEyes <a href="http://www-958.ibm.com/v/284534" target="_blank">here</a>, <a href="http://www-958.ibm.com/v/284529" target="_blank">here</a>, and <a href="http://www-958.ibm.com/v/232185" target="_blank">here</a> (requires Java). Enjoy.</p>
<div class="wp-caption alignnone" style="width: 730px"><a href="http://www.dimiter.eu/Eurlex.html"><img alt="" src="http://www.dimiter.eu/thumb/figure1.png" width="720" height="600" /></a><p class="wp-caption-text">EU laws over time</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rulesofreason.wordpress.com/720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rulesofreason.wordpress.com/720/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rulesofreason.wordpress.com&#038;blog=27908254&#038;post=720&#038;subd=rulesofreason&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rulesofreason.wordpress.com/2013/03/19/the-evolution-of-eu-legislation-graphed-with-ggplot2-and-r/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/270a698905658429f9147d89905c97ed?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">demetriodor</media:title>
		</media:content>

		<media:content url="http://www.dimiter.eu/thumb/figure1.png" medium="image" />
	</item>
		<item>
		<title>After Google Reader</title>
		<link>http://rulesofreason.wordpress.com/2013/03/15/after-google-reader/</link>
		<comments>http://rulesofreason.wordpress.com/2013/03/15/after-google-reader/#comments</comments>
		<pubDate>Fri, 15 Mar 2013 12:54:05 +0000</pubDate>
		<dc:creator>Dimiter Toshkov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://rulesofreason.wordpress.com/?p=715</guid>
		<description><![CDATA[As you might have heard already, Google slashes Reader. That&#8217;s terrible news since I have based a very large part of my internet experience on Google Reader: not only following blogs, but collecting links, catching up with general news, and &#8230; <a href="http://rulesofreason.wordpress.com/2013/03/15/after-google-reader/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rulesofreason.wordpress.com&#038;blog=27908254&#038;post=715&#038;subd=rulesofreason&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>As you might have heard already, Google <a href="http://googlereader.blogspot.nl/2013/03/powering-down-google-reader.html" target="_blank">slashes</a> Reader. That&#8217;s terrible news since I have based a very large part of my internet experience on Google Reader: not only following blogs, but collecting links, catching up with general news, and even keeping up to date with academic journals. For some insight into why Google dumped the Reader read <a href="http://blogs.reuters.com/felix-salmon/2013/03/14/did-google-just-kill-rss/" target="_blank">here</a>. There is a good discussion of alternatives RSS platforms <a href="http://marginalrevolution.com/marginalrevolution/2013/03/rss-bleg.html" target="_blank">here</a>. Let&#8217;s hope a new and better feeder will soon appear to fill the gap.</p>
<p><strong>Postscript:</strong> There is a petition to <strong>save</strong> Google Reader which already has close to 100 000 signatures <a href="https://www.change.org/petitions/google-keep-google-reader-running" target="_blank">here</a>.</p>
<p><strong>Post-postscript:</strong> And I thought I am pissed&#8230;<br />
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='584' height='359' src='http://www.youtube.com/embed/A25VgNZDQ08?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rulesofreason.wordpress.com/715/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rulesofreason.wordpress.com/715/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rulesofreason.wordpress.com&#038;blog=27908254&#038;post=715&#038;subd=rulesofreason&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rulesofreason.wordpress.com/2013/03/15/after-google-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/270a698905658429f9147d89905c97ed?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">demetriodor</media:title>
		</media:content>
	</item>
		<item>
		<title>Interest groups and the making of legislation</title>
		<link>http://rulesofreason.wordpress.com/2013/03/06/interest-groups-and-the-making-of-legislation/</link>
		<comments>http://rulesofreason.wordpress.com/2013/03/06/interest-groups-and-the-making-of-legislation/#comments</comments>
		<pubDate>Wed, 06 Mar 2013 13:43:40 +0000</pubDate>
		<dc:creator>Dimiter Toshkov</dc:creator>
				<category><![CDATA[EU governance]]></category>
		<category><![CDATA[Observational studies]]></category>
		<category><![CDATA[Time series analysis]]></category>
		<category><![CDATA[brendan carroll]]></category>
		<category><![CDATA[dave lowery]]></category>
		<category><![CDATA[eu politics]]></category>
		<category><![CDATA[europeal legislation]]></category>
		<category><![CDATA[european parliament]]></category>
		<category><![CDATA[interest groups in the eu]]></category>
		<category><![CDATA[interest representation in the eu]]></category>
		<category><![CDATA[joost berkhout]]></category>
		<category><![CDATA[lobbying in the eu]]></category>
		<category><![CDATA[neo-corporatism]]></category>

		<guid isPermaLink="false">http://rulesofreason.wordpress.com/?p=711</guid>
		<description><![CDATA[How are the activities of interest groups related to the making of legislation? Does mobilization of interest groups lead to more legislation in the future? Alternatively, does the adoption of new policies motivate interest groups to get active? Together with &#8230; <a href="http://rulesofreason.wordpress.com/2013/03/06/interest-groups-and-the-making-of-legislation/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rulesofreason.wordpress.com&#038;blog=27908254&#038;post=711&#038;subd=rulesofreason&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>How are the activities of interest groups related to the making of legislation? Does mobilization of interest groups lead to more legislation in the future? Alternatively, does the adoption of new policies motivate interest groups to get active? Together with <a href="http://polisci.la.psu.edu/department-spotlight/david-lowery" target="_blank">Dave Lowery</a>, <a href="http://leidenuniv.academia.edu/BrendanCarroll" target="_blank">Brendan Carroll</a> and <a href="http://www.uva.nl/over-de-uva/organisatie/medewerkers/content/b/e/d.j.berkhout/d.j.berkhout.html" target="_blank">Joost Berkhout</a>, we tackle these questions in the case of the European Union. What we find is that there is no discernible signal in the data indicating that the mobilization of interest groups and the volume of legislative production over time are significantly related. Of course, absence of evidence is the same as the evidence of absence, so a link might still exist, as suggested by theory, common wisdom and existing studies of the US (e.g. <a href="http://www.amazon.com/gp/product/047210683X" target="_blank">here</a>). But using quite a comprehensive set of model specifications we can&#8217;t find any link in our time-series sample. The abstract of the paper is below and as always you can find at my <a href="http://dimiter.eu/Welcome.html" target="_blank">website</a> the <a href="http://www.dimiter.eu/Timing.html" target="_blank">data</a>, the analysis <a href="http://www.dimiter.eu/Timing.html" target="_blank">scripts</a>, and the pre-print <a href="http://www.dimiter.eu/Timing.html" target="_blank">full text</a>. One a side-note &#8211; I am very pleased that we managed to publish what is essentially a negative finding. As everyone seems to agree, discovering which phenomena are not related might be as important as discovering which phenomena are. Still, there are few journals that would apply this principle in their editorial policy. So cudos for the journal of <a href="http://www.palgrave-journals.com/iga/index.html" target="_blank">Interest Groups and Advocacy</a>.</p>
<p><strong>Abstract</strong><br />
Different perspectives on the role of organized interests in democratic politics imply different temporal sequences in the relationship between legislative activity and the influence activities of organized interests.  Unfortunately, lack of data has greatly limited any kind of detailed examination of this temporal relationship.  We address this problem by taking advantage of the chronologically very precise data on lobbying activity provided by the door pass system of the European Parliament and data on EU legislative activity collected from EURLEX.  After reviewing the several different theoretical perspectives on the timing of lobbying and legislative activity, we present a time-series analysis of the co-evolution of legislative output and interest groups for the period 2005-2011. Our findings show that, contrary to what pluralist and neo-corporatist theories propose, interest groups neither lead nor lag bursts in legislative activity in the EU.</p>
<div id="header_layer">
<div id="id1">
<p><em>Timing is Everything: Organized Interests and the Timing of Legislative Activity</em><br />
<span style="font-style:inherit;line-height:1.625;">Dimiter Toshkov, Dave Lowery, Brendan Carroll and Joost Berkhout<br />
</span><span style="font-style:inherit;line-height:1.625;">Interest Groups and Advocacy (2013), vol.2, issue 1, pp.48-70</span></p>
</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rulesofreason.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rulesofreason.wordpress.com/711/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rulesofreason.wordpress.com&#038;blog=27908254&#038;post=711&#038;subd=rulesofreason&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rulesofreason.wordpress.com/2013/03/06/interest-groups-and-the-making-of-legislation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/270a698905658429f9147d89905c97ed?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">demetriodor</media:title>
		</media:content>
	</item>
		<item>
		<title>Don&#8217;t predict anything, especially if it hasn&#8217;t happened yet</title>
		<link>http://rulesofreason.wordpress.com/2013/02/26/to-predict-or-not/</link>
		<comments>http://rulesofreason.wordpress.com/2013/02/26/to-predict-or-not/#comments</comments>
		<pubDate>Tue, 26 Feb 2013 12:56:59 +0000</pubDate>
		<dc:creator>Dimiter Toshkov</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[prediction]]></category>

		<guid isPermaLink="false">http://rulesofreason.wordpress.com/?p=694</guid>
		<description><![CDATA[My version of the famous saying with a hundred fathers.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rulesofreason.wordpress.com&#038;blog=27908254&#038;post=694&#038;subd=rulesofreason&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><span style="font-style:inherit;line-height:1.625;">My version of the famous </span><a style="font-style:inherit;line-height:1.625;" href="http://larry.denenberg.com/predictions.html" target="_blank">saying</a><span style="font-style:inherit;line-height:1.625;"> with a hundred fathers.</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rulesofreason.wordpress.com/694/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rulesofreason.wordpress.com/694/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rulesofreason.wordpress.com&#038;blog=27908254&#038;post=694&#038;subd=rulesofreason&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rulesofreason.wordpress.com/2013/02/26/to-predict-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/270a698905658429f9147d89905c97ed?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">demetriodor</media:title>
		</media:content>
	</item>
		<item>
		<title>Bureaucrats as Policy-makers</title>
		<link>http://rulesofreason.wordpress.com/2013/02/25/bureaucrats-as-policy-makers/</link>
		<comments>http://rulesofreason.wordpress.com/2013/02/25/bureaucrats-as-policy-makers/#comments</comments>
		<pubDate>Mon, 25 Feb 2013 09:34:49 +0000</pubDate>
		<dc:creator>Dimiter Toshkov</dc:creator>
				<category><![CDATA[Bureaucracy]]></category>
		<category><![CDATA[Policy making]]></category>
		<category><![CDATA[administrative discretion]]></category>
		<category><![CDATA[bureaucracy]]></category>
		<category><![CDATA[bureaucrats]]></category>
		<category><![CDATA[bureaucrats as policy makers]]></category>
		<category><![CDATA[decrees]]></category>
		<category><![CDATA[ed page]]></category>
		<category><![CDATA[policies without politicians]]></category>
		<category><![CDATA[policy making]]></category>
		<category><![CDATA[politico-administrative relations]]></category>
		<category><![CDATA[public policy analysis]]></category>
		<category><![CDATA[secondary legislation]]></category>

		<guid isPermaLink="false">http://rulesofreason.wordpress.com/?p=689</guid>
		<description><![CDATA[Everyone loves bitching about bureaucrats but few know what it is exactly that they do. Ed Page&#8216;s new book &#8216;Policies without Politicians&#8217; provides plenty of insights. As I mention at the end of this book review, everyone who theorizes or criticizes &#8230; <a href="http://rulesofreason.wordpress.com/2013/02/25/bureaucrats-as-policy-makers/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rulesofreason.wordpress.com&#038;blog=27908254&#038;post=689&#038;subd=rulesofreason&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Everyone loves bitching about bureaucrats but few know what it is exactly that they do. <a href="http://www2.lse.ac.uk/government/whosWho/profiles/ecpage@lseacuk/Home.aspx" target="_blank">Ed Page</a>&#8216;s new <a href="http://www.amazon.com/gp/product/0199645132" target="_blank">book</a> &#8216;Policies without Politicians&#8217; provides plenty of insights. As I mention at the end of this book review, everyone who theorizes or criticizes bureaucrats should read the book as a reality check. A shorter version of the review is forthcoming in West European Politics later <del>this year</del>.<br />
***</p>
<p>This book is about the making of decrees such as the Alcohol Disorder Zones in the UK, Salmon critical habitats in the US, Horse Medicines in the EU and Women&#8217;s Organizations in Sweden. If you suspect these issues are rather prosaic, you are not alone. And this is precisely the point. This book is about the making of policies in the absence of sustained attention by politicians. It is a study of how bureaucrats make rules when mostly left to their own devices. It is an exploration into the nature and limits of bureaucratic discretion to regulate our lives.</p>
<p>The main conclusion, based on an analysis of 58 issues in six political systems, is that the freedom enjoyed by civil servants and their insulation from political control are in practice severely limited if not completely illusory, even when it comes to the relatively minor issues discussed in the book. Admittedly, this is a rather prosaic conclusion as well, but one that is comforting, timely andimportant. It is comforting to the extent that it dispels the popular myth of the faceless bureaucrats controlling our lives. It is timely because theories of policy-making and politico-administrative relations have became increasingly preoccupied with issues like bureaucratic drift, shirking, delegation costs, and the like with little evidence that these actually matter in real life. Finally, the conclusion is important in<br />
view of the continuing tendency of political science to ignore the pedestrian reality of everyday policy making which although lacking the suspense of high politics comprises the bulk of the activities of states and public organizations.</p>
<p>The book contains an introduction, six empirical chapters covering policy-making in France, Britain, Germany, Sweden, the United States, and the European Union, and a conclusion. In this review I will follow the opposite route by first summarizing part of the generalizations offered in the last part, then focusing on some of the country-level insights, and finally commenting on the approach of the book.</p>
<p>Studying the origin and passage of a moderately large sample of secondary legislation (decrees), Edward Page concludes that politicians generally get their way even if their attention towards the issues is sporadic. Bureaucrats anticipate the preferences of their political masters and adjust the text of the decrees to the politicians&#8217; explicit or assumed wishes. Moreover, bureaucratic discretion is severely constrained by precedent, existing legal codes, and procedural rules for the preparation of legislation, in addition to the need to anticipate and avoid political vetoes. And if for most of the decrees political direction is passive, there is a tendency for the relatively important ones to be developed under direct<br />
and active political guidance.Contrary to theoretical expectations, the technical and scientific character of many of the issues is not sufficient to exclude political involvement (p.153). Also running against some popular theoretical ideas based on principal-agent modeling is the observation that it was never an &#8216;alarm&#8217; set off by interest groups (p.151) that brought political attention to an issue. Again, bureaucrats tend to detectand anticipate potential conflicts and solve them before they offer the decrees for final approval. But it<br />
is internal norms rather than external scrutiny or outside interests that are most important in keeping the bureaucrats in check, according to the book (p.165).</p>
<p>Politicians appear to be most often involved in the legitimation of decrees, but that does not mean bureaucrats have a free hand during the agenda-setting stage. Not only did many decrees offer no scope for policy deliberation at all, but in most cases there was almost no scope for choice whether to introduce the proposal in the first place: proposals often followed automatically from prior commitments in primary legislation, the need to update, codify, or clean up existing rules, or the obligation to apply international norms and agreements. In this context the author is right to question the relevance of theoretical concerns like bureaucratic drift and shirking, and ponder what would selfinterested<br />
bureaucratic preferences even look like with regard to many of the policy issues discussed in the book (p.160). If one looks for the influence of civil servants, it is not to be found in the supposedly unconstrained discretion they enjoy in pushing their own agendas or preferences, but in the routinization, regularization and adjustment of policy they perform (pp.168-170).</p>
<p>These general patterns seem to be influenced by the national institutional context (pp.155-158) and vary to some extent across the six political systems studied. Sweden appears to be the place where politicians are most likely to get involved in the preparation of decrees even when one would expects them not to. On the other end of the spectrum, the UK and Germany exhibit the lowest degree of direct political involvement. In the German case, this stems from the fact that potential conflicts are solved in different institutional arenas before the drafting of the decrees had even started. As for the UK, the book posits a &#8216;general reluctance among politicians to get directly and actively involved in the activity of<br />
rule-making &#8216; (p.157). A surprising degree of political involvement (mostly as agenda selectors) is found in the generally pluralist American system, in addition to the continual importance of the agency as the central locus of organizational identity for American bureaucrats. The French system is found to be unexpectedly &#8216;as close to interest group corporatism as it is to the traditional aloof &#8216;strong state&#8221;&#8217; (p.44).</p>
<p>But it is the chapter on the European Union that most strongly contradicts the popular perceptions and received common, if not academic, wisdom. Page is clear that &#8216;the role of Commission bureaucrats as [policy] initiators was highly limited&#8217; (p.128), Commissioners often get directly involved, and there is very little scope for independent action. Far from enjoying a bureaucrat&#8217;s paradise, civil servants in the European Union appear to have very little substantial autonomy and influence.</p>
<p>Although the synchronic comparisons between the six political systems and the diachronic<br />
comparisons with previous academic accounts suggest intriguing patterns, the book can pursue them only as far. The study is unapologetically inductive, there is little effort to systematize the empirical mess of real-word policy-making into variables, and the case selection is driven primarily by pragmatic reasons. While this serves the exploratory objectives of the book well, it also posits limits on the inferences and generalizations one can make. Since the sample of issues (decrees) is not (intended to be) representative it is difficult to judge whether the case studies provide evidence for genuine change in national policy-making styles (e.g. France, the US), or for systematic differences between  countries (e.g. Sweden vs. the UK). Since the decrees researched differ across the six political systems, the question why certain issues are left for bureaucratic policy-making (decrees) in one country but get in the social and political prime-time in others is left answered. Furthermore, by selecting only cases which eventually resulted in a decree, the book might have overlooked potentially interesting cases where (political) conflict stopped the development of policy in its tracks.</p>
<p>These points are as much suggestions for future research as they are criticisms of the current volume. The book is quite clear about its own limitations deliberately positioning itself as an inductive exploration. And it achieves its purpose rather well. As the author notes, it is difficult to produce a good book describing cases which are dull and boring by definition, but, although not gripping, the text manages to provide just enough detail and institutional context to keep the reader interested. In fact, the short presentations of the six policy-making systems contained in each of the country chapters make the book suitable for primary or complementary reading for academic courses on comparative bureaucracy and comparative public policy. But above all, the <a href="http://www.amazon.com/gp/product/0199645132" target="_blank">book</a> should be required reading, and a<br />
reality check, for all those who theorize and criticize bureaucracy and bureaucrats for their alleged discretion in regulating our lives.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rulesofreason.wordpress.com/689/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rulesofreason.wordpress.com/689/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rulesofreason.wordpress.com&#038;blog=27908254&#038;post=689&#038;subd=rulesofreason&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rulesofreason.wordpress.com/2013/02/25/bureaucrats-as-policy-makers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/270a698905658429f9147d89905c97ed?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">demetriodor</media:title>
		</media:content>
	</item>
		<item>
		<title>A lesson about discrimination you can never forget</title>
		<link>http://rulesofreason.wordpress.com/2013/02/15/a-lesson-about-discrimination-you-can-never-forget/</link>
		<comments>http://rulesofreason.wordpress.com/2013/02/15/a-lesson-about-discrimination-you-can-never-forget/#comments</comments>
		<pubDate>Fri, 15 Feb 2013 16:34:16 +0000</pubDate>
		<dc:creator>Dimiter Toshkov</dc:creator>
				<category><![CDATA[Anthropology]]></category>
		<category><![CDATA[blue eyes brown eyes]]></category>
		<category><![CDATA[class experiments]]></category>
		<category><![CDATA[discrimination]]></category>
		<category><![CDATA[jane elliott]]></category>

		<guid isPermaLink="false">http://rulesofreason.wordpress.com/?p=685</guid>
		<description><![CDATA[What happens when you tell a bunch of kids that the blue-eyed children are better than the browned-eyed? Watch this video to find out. But be warned &#8211; this is one of the most disturbing things I have seen in &#8230; <a href="http://rulesofreason.wordpress.com/2013/02/15/a-lesson-about-discrimination-you-can-never-forget/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rulesofreason.wordpress.com&#038;blog=27908254&#038;post=685&#038;subd=rulesofreason&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<h5>What happens when you tell a bunch of kids that the blue-eyed children are better than the browned-eyed? Watch this video to find out. But be warned &#8211; this is one of the most disturbing things I have seen in a long while. It is not that one is unaware that discrimination sits deep in the mind. Or that one doesn&#8217;t know kids are rather impressionable. But there is something eery the whole thing I can only compare to the  <a href="http://en.wikipedia.org/wiki/Milgram_experiment">Milgram experiment</a> and <a href="http://en.wikipedia.org/wiki/Lord_of_the_Flies" target="_blank">Lord of the Flies</a>. Some context <a href="http://dangerousminds.net/comments/blue_eyes_brown_eyes_jane_elliotts_controversial_classroom_experiment_on_ra" target="_blank">here</a>.<br />
Oh, and while I appreciate the lesson, I am glad this &#8216;teaching&#8217; would&#8217;t not be possible today (I hope).</h5>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='584' height='359' src='http://www.youtube.com/embed/8bWlTZZN3DY?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rulesofreason.wordpress.com/685/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rulesofreason.wordpress.com/685/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rulesofreason.wordpress.com&#038;blog=27908254&#038;post=685&#038;subd=rulesofreason&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rulesofreason.wordpress.com/2013/02/15/a-lesson-about-discrimination-you-can-never-forget/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/270a698905658429f9147d89905c97ed?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">demetriodor</media:title>
		</media:content>
	</item>
	</channel>
</rss>
