<?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>Computational Legal Studies&#8482; &#187; complex systems</title>
	<atom:link href="http://computationallegalstudies.com/tag/complex-systems/feed/" rel="self" type="application/rss+xml" />
	<link>http://computationallegalstudies.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Sep 2010 21:29:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Riders on a Swarm &#8212; Might Mimicking the Behavior of Ants, Bees &amp; Birds Be the Key to Artificial Intelligence?</title>
		<link>http://computationallegalstudies.com/2010/08/17/riders-on-a-swarm-might-mimicking-the-behavior-of-ants-bees-birds-be-the-key-to-artificial-intelligence/</link>
		<comments>http://computationallegalstudies.com/2010/08/17/riders-on-a-swarm-might-mimicking-the-behavior-of-ants-bees-birds-be-the-key-to-artificial-intelligence/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 04:01:52 +0000</pubDate>
		<dc:creator>dmartink</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[agent based models]]></category>
		<category><![CDATA[artificial intelligence and law]]></category>
		<category><![CDATA[classic models]]></category>
		<category><![CDATA[complex systems]]></category>
		<category><![CDATA[computer science]]></category>

		<guid isPermaLink="false">http://computationallegalstudies.com/?p=5009</guid>
		<description><![CDATA[This week&#8217;s issue of the Economist has an interesting article entitled Riders on a Swarm. Among other things, the article discusses how attempts to computationally model ant, bee and bird behavior have offered insight into major problems in artificial intelligence. For those not familiar, the examples discussed within the article are classic models in the [...]


Related posts:<ol><li><a href='http://computationallegalstudies.com/2009/06/10/artificial-intelligence-and-law-barcelona-2009/' rel='bookmark' title='Permanent Link: Artificial Intelligence and Law &#8212; Barcelona 2009'>Artificial Intelligence and Law &#8212; Barcelona 2009</a></li>
<li><a href='http://computationallegalstudies.com/2009/04/07/classic-model-from-complex-systems-the-el-farol-bar-problem/' rel='bookmark' title='Permanent Link: Classic Model from Complex Systems: The El Farol Bar Problem'>Classic Model from Complex Systems: The El Farol Bar Problem</a></li>
<li><a href='http://computationallegalstudies.com/2010/06/20/the-ibm-watson-supercomputer-artificial-intelligence-confronts-jeopardy-with-many-other-potential-applications/' rel='bookmark' title='Permanent Link: The IBM Watson Supercomputer &#8211; Artificial Intelligence Confronts Jeopardy &#8211; With Many Other Potential Applications'>The IBM Watson Supercomputer &#8211; Artificial Intelligence Confronts Jeopardy &#8211; With Many Other Potential Applications</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.economist.com/node/16789226"><img class="aligncenter size-full wp-image-5010" title="Riders on the Swarm" src="http://computationallegalstudies.com/wp-content/uploads/2010/08/Screen-shot-2010-08-16-at-10.41.12-PM.jpg" alt="" width="496" height="334" /></a></p>
<p style="text-align: justify;">This week&#8217;s issue of the Economist has an interesting article entitled <a href="http://www.economist.com/node/16789226"><strong>Riders on a Swarm</strong></a>. Among other things, the article discusses how attempts to computationally model ant, bee and bird behavior have offered insight into major problems in artificial intelligence.</p>
<p style="text-align: justify;">For those not familiar, the examples discussed within the article are classic models in the <a href="http://en.wikipedia.org/wiki/Complex_system"><strong>science of complex systems</strong></a>. For example, here is the <a href="http://ccl.northwestern.edu/netlogo/models/Flocking"><strong>Netlogo implementation of bird flocking</strong></a>. It will run in your browser but requires <em>Java 4.1 or higher</em>. If you decide to take a look &#8212; please click <em><span style="text-decoration: underline;"><strong>setup &#8211; then go</strong></span> </em>to make the model run. Once inside the Netlogo GUI, you can explore how various parameter configurations impact the model&#8217;s outcomes.</p>
<p style="text-align: justify;">One of the major insights of the bird flocking model is how random starting conditions and local behavioral rules can lead to the emergence of observed behavioral patterns that appear (at least on first glance) to be orchestrated by some sort of top down command structure.</p>
<p style="text-align: justify;">This is, of course, not the case. The model is <a href="http://en.wikipedia.org/wiki/Top-down_and_bottom-up_design"><strong>bottom up and not top down</strong></a>. Both the simplicity and the bottom up flavor of the model are apparent when you explore the model&#8217;s code. For those interested, I will take a second and plug the slides from my <a href="http://computationallegalstudies.com/icpsr-class/"><strong>ICPSR class</strong></a>. In the class, I dedicated about an hour of class time to bird flocking model.<strong> <a href="http://www.slideshare.net/Danielkatz/icpsr2010-class6-4861386">Click here for the slides</a><span style="font-weight: normal;">. </span><span style="font-weight: normal;"><span style="font-weight: normal;">In the</span></span><span style="font-weight: normal;"> slides, I</span></strong> walk through some of the important features of the code (discussion starts on slide 16).</p>
<p style="text-align: justify;">
<p style="text-align: left;">


<p>Related posts:<ol><li><a href='http://computationallegalstudies.com/2009/06/10/artificial-intelligence-and-law-barcelona-2009/' rel='bookmark' title='Permanent Link: Artificial Intelligence and Law &#8212; Barcelona 2009'>Artificial Intelligence and Law &#8212; Barcelona 2009</a></li>
<li><a href='http://computationallegalstudies.com/2009/04/07/classic-model-from-complex-systems-the-el-farol-bar-problem/' rel='bookmark' title='Permanent Link: Classic Model from Complex Systems: The El Farol Bar Problem'>Classic Model from Complex Systems: The El Farol Bar Problem</a></li>
<li><a href='http://computationallegalstudies.com/2010/06/20/the-ibm-watson-supercomputer-artificial-intelligence-confronts-jeopardy-with-many-other-potential-applications/' rel='bookmark' title='Permanent Link: The IBM Watson Supercomputer &#8211; Artificial Intelligence Confronts Jeopardy &#8211; With Many Other Potential Applications'>The IBM Watson Supercomputer &#8211; Artificial Intelligence Confronts Jeopardy &#8211; With Many Other Potential Applications</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://computationallegalstudies.com/2010/08/17/riders-on-a-swarm-might-mimicking-the-behavior-of-ants-bees-birds-be-the-key-to-artificial-intelligence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scott Page on Leveraging Diversity</title>
		<link>http://computationallegalstudies.com/2010/08/08/scott-page-on-leveraging-diversity/</link>
		<comments>http://computationallegalstudies.com/2010/08/08/scott-page-on-leveraging-diversity/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 04:01:20 +0000</pubDate>
		<dc:creator>dmartink</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[complex systems]]></category>
		<category><![CDATA[structure of science]]></category>
		<category><![CDATA[the future]]></category>

		<guid isPermaLink="false">http://computationallegalstudies.com/?p=4865</guid>
		<description><![CDATA[Diversity is one the major topics of interest here at Michigan Center for the Study of Complex Systems.  This includes diversity as experienced in physical as well as in social systems. On this topic, here is a lecture that one of my dissertation advisors, Scott Page gave earlier this year at the Darden School of Business [...]


Related posts:<ol><li><a href='http://computationallegalstudies.com/2010/03/12/the-dissemination-of-culture-axelrod-1997-model-now-available-in-netlogos-community-model/' rel='bookmark' title='Permanent Link: The Dissemination of Culture &#8212; Axelrod (1997) Model &#8212; Now Available on Netlogo&#8217;s Community Models Page'>The Dissemination of Culture &#8212; Axelrod (1997) Model &#8212; Now Available on Netlogo&#8217;s Community Models Page</a></li>
<li><a href='http://computationallegalstudies.com/2010/03/01/the-data-deluge-via-the-economist/' rel='bookmark' title='Permanent Link: The Data Deluge [Via The Economist]'>The Data Deluge [Via The Economist]</a></li>
<li><a href='http://computationallegalstudies.com/2009/09/28/christakis-and-fowler-in-wired-magazine/' rel='bookmark' title='Permanent Link: Christakis and Fowler in Wired Magazine'>Christakis and Fowler in Wired Magazine</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><center><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/lt9UeknKwZw&amp;hl=en_US&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/lt9UeknKwZw&amp;hl=en_US&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></center></p>
<p style="text-align: justify;">Diversity is one the major topics of interest here at <a href="http://www.cscs.umich.edu/"><strong>Michigan Center for the Study of Complex Systems</strong></a>.  This includes diversity as experienced in physical as well as in social systems. On this topic, here is a lecture that one of my dissertation advisors, Scott Page gave earlier this year at the Darden School of Business at Virginia. This lecture is related to his book about the power of diversity entitled: <span style="font-size: 12.0px;"><a href="http://www.cscs.umich.edu/~spage/thedifference.html"><strong>The Difference: How The Power of Diversity Creates Better Groups, Firms, Schools, and Societies</strong></a>.  Although I realize it is roughly a 90 minute talk, I believe that you will find that it is well worth the time!</span></p>
<p style="text-align: justify;"><span style="font-size: 12.0px;"><br />
</span></p>


<p>Related posts:<ol><li><a href='http://computationallegalstudies.com/2010/03/12/the-dissemination-of-culture-axelrod-1997-model-now-available-in-netlogos-community-model/' rel='bookmark' title='Permanent Link: The Dissemination of Culture &#8212; Axelrod (1997) Model &#8212; Now Available on Netlogo&#8217;s Community Models Page'>The Dissemination of Culture &#8212; Axelrod (1997) Model &#8212; Now Available on Netlogo&#8217;s Community Models Page</a></li>
<li><a href='http://computationallegalstudies.com/2010/03/01/the-data-deluge-via-the-economist/' rel='bookmark' title='Permanent Link: The Data Deluge [Via The Economist]'>The Data Deluge [Via The Economist]</a></li>
<li><a href='http://computationallegalstudies.com/2009/09/28/christakis-and-fowler-in-wired-magazine/' rel='bookmark' title='Permanent Link: Christakis and Fowler in Wired Magazine'>Christakis and Fowler in Wired Magazine</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://computationallegalstudies.com/2010/08/08/scott-page-on-leveraging-diversity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Computing for Complex Systems &#8212; ICPSR 2010 Slides for Self-Teaching Available Online!</title>
		<link>http://computationallegalstudies.com/2010/08/05/introduction-to-computing-for-complex-systems-icpsr-2010-slides-for-self-teaching-available-online/</link>
		<comments>http://computationallegalstudies.com/2010/08/05/introduction-to-computing-for-complex-systems-icpsr-2010-slides-for-self-teaching-available-online/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 05:36:29 +0000</pubDate>
		<dc:creator>dmartink</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[complex systems]]></category>
		<category><![CDATA[computational social science]]></category>

		<guid isPermaLink="false">http://computationallegalstudies.com/?p=4822</guid>
		<description><![CDATA[This summer, I am teaching the Introduction to Computing for Complex Systems course at the ICPSR 2010 Program in Quantitative Methods. On the first day of class, I previously blogged about the course and thus if you are interested in additional details &#8212; feel free to consult the prior post. For those interested in an introductory [...]


Related posts:<ol><li><a href='http://computationallegalstudies.com/2010/08/13/introduction-to-computing-for-complex-systems-icpsr-2010-my-full-course-slides-available-online/' rel='bookmark' title='Permanent Link: Introduction to Computing for Complex Systems &#8212; ICPSR 2010 &#8212; My Full Course Slides Available Online!'>Introduction to Computing for Complex Systems &#8212; ICPSR 2010 &#8212; My Full Course Slides Available Online!</a></li>
<li><a href='http://computationallegalstudies.com/2010/07/21/icpsr-2010-summer-program-introduction-to-computing-for-the-study-of-complex-systems/' rel='bookmark' title='Permanent Link: ICPSR 2010 Summer Program &#8212; Introduction to Computing for the Study of Complex Systems'>ICPSR 2010 Summer Program &#8212; Introduction to Computing for the Study of Complex Systems</a></li>
<li><a href='http://computationallegalstudies.com/2009/08/14/new-issue-of-science-magazine-complex-systems-networks/' rel='bookmark' title='Permanent Link: Science Magazine: Complex Systems &#038; Networks [Repost from July 27]'>Science Magazine: Complex Systems &#038; Networks [Repost from July 27]</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://computationallegalstudies.com/icpsr-class/"><img class="aligncenter size-full wp-image-4854" title="ICPSR 2010 Class" src="http://computationallegalstudies.com/wp-content/uploads/2010/08/Picture-7.jpg" alt="" width="572" height="521" /></a>This summer, I am teaching the <em>Introduction to Computing for Complex Systems</em> course at the <a href="http://www.icpsr.umich.edu/icpsrweb/ICPSR/training/sumprog.jsp"><strong>ICPSR 2010 Program in Quantitative Methods</strong></a>. On the first day of class, I <a href="http://computationallegalstudies.com/2010/07/21/icpsr-2010-summer-program-introduction-to-computing-for-the-study-of-complex-systems/"><strong>previously blogged about the course</strong></a> and thus if you are interested in additional details &#8212; feel free to consult the <a href="http://computationallegalstudies.com/2010/07/21/icpsr-2010-summer-program-introduction-to-computing-for-the-study-of-complex-systems/"><strong>prior post</strong></a>.</p>
<p style="text-align: justify;">For those interested in an introductory course that does not assume significant prior preparation, I did want to put up another post highlighting that all of course material (to date) is now freely available online.  This includes course slides, model examples and assignments.</p>
<p style="text-align: justify;">In this introductory course, I highlight several environments designed to explore the field of complex systems.  These include <a href="http://ccl.northwestern.edu/netlogo/"><strong>Netlogo</strong></a> (agent based models and network models),  <a href="http://www.vensim.com/"><strong>Vensim</strong></a> (system dynamics / ecological modeling) and <strong><a href="http://vlado.fmf.uni-lj.si/pub/networks/pajek/">Pajek</a> </strong>(empirical network analysis).  Although, we do not work with more advanced languages within the course, those who need to conduct complex analysis are directed to alternatives such as <a href="http://www.r-project.org/"><strong>R</strong></a>, <a href="http://www.python.org/"><strong>Python</strong></a>, <strong><a href="http://en.wikipedia.org/wiki/Java_(programming_language)">Java</a><span style="font-weight: normal;">. </span></strong></p>
<p style="text-align: justify;">In the course slides, I offer a history of the <a href="http://en.wikipedia.org/wiki/Complex_systems"><strong>science of complex systems</strong></a> and walk step-by-step through the process of model development and implementation. The slides and associated materials are designed to be a complete self-teaching environment where an individual who follows along carefully should be able to bring him or herself up to speed. More material will be added over the balance of the four-week session.  So, please check back for more &#8230; including slides from our guest speakers!</p>
<p style="text-align: justify;">


<p>Related posts:<ol><li><a href='http://computationallegalstudies.com/2010/08/13/introduction-to-computing-for-complex-systems-icpsr-2010-my-full-course-slides-available-online/' rel='bookmark' title='Permanent Link: Introduction to Computing for Complex Systems &#8212; ICPSR 2010 &#8212; My Full Course Slides Available Online!'>Introduction to Computing for Complex Systems &#8212; ICPSR 2010 &#8212; My Full Course Slides Available Online!</a></li>
<li><a href='http://computationallegalstudies.com/2010/07/21/icpsr-2010-summer-program-introduction-to-computing-for-the-study-of-complex-systems/' rel='bookmark' title='Permanent Link: ICPSR 2010 Summer Program &#8212; Introduction to Computing for the Study of Complex Systems'>ICPSR 2010 Summer Program &#8212; Introduction to Computing for the Study of Complex Systems</a></li>
<li><a href='http://computationallegalstudies.com/2009/08/14/new-issue-of-science-magazine-complex-systems-networks/' rel='bookmark' title='Permanent Link: Science Magazine: Complex Systems &#038; Networks [Repost from July 27]'>Science Magazine: Complex Systems &#038; Networks [Repost from July 27]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://computationallegalstudies.com/2010/08/05/introduction-to-computing-for-complex-systems-icpsr-2010-slides-for-self-teaching-available-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ICPSR 2010 Summer Program &#8212; Introduction to Computing for the Study of Complex Systems</title>
		<link>http://computationallegalstudies.com/2010/07/21/icpsr-2010-summer-program-introduction-to-computing-for-the-study-of-complex-systems/</link>
		<comments>http://computationallegalstudies.com/2010/07/21/icpsr-2010-summer-program-introduction-to-computing-for-the-study-of-complex-systems/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 18:01:13 +0000</pubDate>
		<dc:creator>dmartink</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[agent based modeling]]></category>
		<category><![CDATA[complex systems]]></category>
		<category><![CDATA[computational linguistics]]></category>
		<category><![CDATA[network analysis]]></category>

		<guid isPermaLink="false">http://computationallegalstudies.com/?p=4652</guid>
		<description><![CDATA[This summer I will be teaching a summer course entitled Introduction to Computing for the Study of Complex Systems at the ICPSR Summer Program in Quantitative Methods.  For those not familiar, ICSPR has been offering summer classes in methods since 1963. The Summer Program current features dozens of courses including basic and advanced econometrics, bayesian statistics, [...]


Related posts:<ol><li><a href='http://computationallegalstudies.com/2010/08/05/introduction-to-computing-for-complex-systems-icpsr-2010-slides-for-self-teaching-available-online/' rel='bookmark' title='Permanent Link: Introduction to Computing for Complex Systems &#8212; ICPSR 2010 Slides for Self-Teaching Available Online!'>Introduction to Computing for Complex Systems &#8212; ICPSR 2010 Slides for Self-Teaching Available Online!</a></li>
<li><a href='http://computationallegalstudies.com/2010/08/13/introduction-to-computing-for-complex-systems-icpsr-2010-my-full-course-slides-available-online/' rel='bookmark' title='Permanent Link: Introduction to Computing for Complex Systems &#8212; ICPSR 2010 &#8212; My Full Course Slides Available Online!'>Introduction to Computing for Complex Systems &#8212; ICPSR 2010 &#8212; My Full Course Slides Available Online!</a></li>
<li><a href='http://computationallegalstudies.com/2009/08/14/new-issue-of-science-magazine-complex-systems-networks/' rel='bookmark' title='Permanent Link: Science Magazine: Complex Systems &#038; Networks [Repost from July 27]'>Science Magazine: Complex Systems &#038; Networks [Repost from July 27]</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://computationallegalstudies.com/icpsr-class/"><img class="size-full wp-image-4654 aligncenter" title="ICPSR Class" src="http://computationallegalstudies.com/wp-content/uploads/2010/07/Picture-7.png" alt="" width="597" height="366" /></a></p>
<p style="text-align: justify;">This summer I will be teaching a summer course entitled <em>Introduction to Computing for the Study of Complex Systems </em>at the <a href="http://www.icpsr.umich.edu/icpsrweb/ICPSR/training/sumprog.jsp"><strong>ICPSR Summer Program in Quantitative Methods</strong></a>.  For those not familiar, ICSPR has been offering summer classes in methods since 1963. The Summer Program current features <a href="http://www.icpsr.umich.edu/icpsrweb/sumprog/2010/schedule.jsp"><strong>dozens of courses</strong></a> including basic and advanced econometrics, bayesian statistics, game theory, complex systems, network analysis, quantitative analysis of crime, etc.</p>
<p style="text-align: justify;">The Complex Systems Computing Module runs together with the Complex Systems lectures offered by <a href="http://141.211.154.30/faculty/kkollman.html"><strong>Ken Kollman</strong></a> (Michigan), <a href="http://www.cscs.umich.edu/~spage/"><strong>Scott E. Page</strong></a> (Michigan), <a href="http://www.mit.edu/~pjl/"><strong>P.J. Lamberson</strong></a> (MIT-Sloan) and Kate Anderson (Carnegie Mellon).  Here is the <a href="http://www.icpsr.umich.edu/icpsrweb/sumprog/syllabi/69510;jsessionid=9958502B0A31C41F87AB6AFAA8E3D32C"><strong>syllabus for the lecture</strong></a>.</p>
<p style="text-align: justify;">The first computing session is tonight from 6-8pm at the ICPSR Computer Lab.  If you <a href="http://computationallegalstudies.com/icpsr-class/"><strong>click here</strong></a><strong> </strong>or click on the image above you will be taken to a dedicated page that will host the <strong>syllabus</strong> and <strong>course slides</strong>!  Note: The slides and assignments will not be posted until the conclusion of each class.</p>


<p>Related posts:<ol><li><a href='http://computationallegalstudies.com/2010/08/05/introduction-to-computing-for-complex-systems-icpsr-2010-slides-for-self-teaching-available-online/' rel='bookmark' title='Permanent Link: Introduction to Computing for Complex Systems &#8212; ICPSR 2010 Slides for Self-Teaching Available Online!'>Introduction to Computing for Complex Systems &#8212; ICPSR 2010 Slides for Self-Teaching Available Online!</a></li>
<li><a href='http://computationallegalstudies.com/2010/08/13/introduction-to-computing-for-complex-systems-icpsr-2010-my-full-course-slides-available-online/' rel='bookmark' title='Permanent Link: Introduction to Computing for Complex Systems &#8212; ICPSR 2010 &#8212; My Full Course Slides Available Online!'>Introduction to Computing for Complex Systems &#8212; ICPSR 2010 &#8212; My Full Course Slides Available Online!</a></li>
<li><a href='http://computationallegalstudies.com/2009/08/14/new-issue-of-science-magazine-complex-systems-networks/' rel='bookmark' title='Permanent Link: Science Magazine: Complex Systems &#038; Networks [Repost from July 27]'>Science Magazine: Complex Systems &#038; Networks [Repost from July 27]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://computationallegalstudies.com/2010/07/21/icpsr-2010-summer-program-introduction-to-computing-for-the-study-of-complex-systems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Benoît Mandelbrot: Fractals and the Art of Roughness [ Ted 2010 ]</title>
		<link>http://computationallegalstudies.com/2010/07/06/benoit-mandelbrot-fractals-and-the-art-of-roughness-ted-2010/</link>
		<comments>http://computationallegalstudies.com/2010/07/06/benoit-mandelbrot-fractals-and-the-art-of-roughness-ted-2010/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 21:18:18 +0000</pubDate>
		<dc:creator>dmartink</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[complex systems]]></category>

		<guid isPermaLink="false">http://computationallegalstudies.com/?p=4549</guid>
		<description><![CDATA[Those who know me are well aware of my obsession with fractals (see here).  But why listen to me when you can here from the man himself &#8212;  Benoît Mandelbrot! Related posts:Ron Eglash on African Fractals [via TED] Who Should Win (probably not who will win) the 2009 Sveriges Riksbank Prize in Economic Sciences in [...]


Related posts:<ol><li><a href='http://computationallegalstudies.com/2010/04/19/ron-eglash-on-african-fractals-via-ted/' rel='bookmark' title='Permanent Link: Ron Eglash on African Fractals [via TED]'>Ron Eglash on African Fractals [via TED]</a></li>
<li><a href='http://computationallegalstudies.com/2009/10/11/who-should-win-probably-not-who-will-win-the-2009-nobel-prize-in-economics/' rel='bookmark' title='Permanent Link: Who Should Win (probably not who will win) the 2009 Sveriges Riksbank Prize in Economic Sciences in Memory of Alfred Nobel'>Who Should Win (probably not who will win) the 2009 Sveriges Riksbank Prize in Economic Sciences in Memory of Alfred Nobel</a></li>
<li><a href='http://computationallegalstudies.com/2009/09/24/additional-thoughts-on-the-fractal-nature-of-legal-systems/' rel='bookmark' title='Permanent Link: The Fractal Nature of Legal Systems? [Repost from 8/10]'>The Fractal Nature of Legal Systems? [Repost from 8/10]</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><center><!--copy and paste--><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="446" height="326" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="wmode" value="transparent" /><param name="bgColor" value="#ffffff" /><param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/BenoitMandelbrot_2010-medium.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/BenoitMandelbrot-2010.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=909&amp;introDuration=15330&amp;adDuration=4000&amp;postAdDuration=830&amp;adKeys=talk=benoit_mandelbrot_fractals_the_art_of_roughness;year=2010;theme=numbers_at_play;event=TED2010;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><param name="src" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" /><param name="bgcolor" value="#ffffff" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="446" height="326" src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" flashvars="vu=http://video.ted.com/talks/dynamic/BenoitMandelbrot_2010-medium.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/BenoitMandelbrot-2010.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=909&amp;introDuration=15330&amp;adDuration=4000&amp;postAdDuration=830&amp;adKeys=talk=benoit_mandelbrot_fractals_the_art_of_roughness;year=2010;theme=numbers_at_play;event=TED2010;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" bgcolor="#ffffff" wmode="transparent" allowscriptaccess="always" allowfullscreen="true"></embed></object></center></p>
<p>Those who know me are well aware of my obsession with fractals (see <a href="http://computationallegalstudies.com/2009/09/24/additional-thoughts-on-the-fractal-nature-of-legal-systems/"><strong>here</strong></a>).  But why listen to me when you can here from the man himself &#8212;  <a href="http://en.wikipedia.org/wiki/Benoît_Mandelbrot"><strong>Benoît Mandelbrot</strong></a>!</p>


<p>Related posts:<ol><li><a href='http://computationallegalstudies.com/2010/04/19/ron-eglash-on-african-fractals-via-ted/' rel='bookmark' title='Permanent Link: Ron Eglash on African Fractals [via TED]'>Ron Eglash on African Fractals [via TED]</a></li>
<li><a href='http://computationallegalstudies.com/2009/10/11/who-should-win-probably-not-who-will-win-the-2009-nobel-prize-in-economics/' rel='bookmark' title='Permanent Link: Who Should Win (probably not who will win) the 2009 Sveriges Riksbank Prize in Economic Sciences in Memory of Alfred Nobel'>Who Should Win (probably not who will win) the 2009 Sveriges Riksbank Prize in Economic Sciences in Memory of Alfred Nobel</a></li>
<li><a href='http://computationallegalstudies.com/2009/09/24/additional-thoughts-on-the-fractal-nature-of-legal-systems/' rel='bookmark' title='Permanent Link: The Fractal Nature of Legal Systems? [Repost from 8/10]'>The Fractal Nature of Legal Systems? [Repost from 8/10]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://computationallegalstudies.com/2010/07/06/benoit-mandelbrot-fractals-and-the-art-of-roughness-ted-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Complex Models for Dynamic Time Evolving Landscapes &#8211;or&#8211; Herb Gintis Offers a Strong Rebuke of &#8220;Meltdown&#8221; by Thomas Woods</title>
		<link>http://computationallegalstudies.com/2010/06/22/complex-models-for-dynamic-time-evolving-landscapes-or-herb-gintis-offers-a-strong-rebuke-of-meltdown-by-thomas-woods/</link>
		<comments>http://computationallegalstudies.com/2010/06/22/complex-models-for-dynamic-time-evolving-landscapes-or-herb-gintis-offers-a-strong-rebuke-of-meltdown-by-thomas-woods/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 00:07:26 +0000</pubDate>
		<dc:creator>dmartink</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[complex systems]]></category>
		<category><![CDATA[computational social science]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[financial crisis]]></category>
		<category><![CDATA[the future]]></category>

		<guid isPermaLink="false">http://computationallegalstudies.com/?p=4462</guid>
		<description><![CDATA[As highlighted on Marginal Revolution, economist Herb Gintis has authored an Amazon.com review of the book &#8221;Meltdown: A Free-Market Look at Why the Stock Market Collapsed, the Economy Tanked, and Government Bailouts Will Make Things Worse&#8221; by Thomas E. Woods Jr.  Suffice to say, the review is not flattering.  Those interested in the direct attack on [...]


Related posts:<ol><li><a href='http://computationallegalstudies.com/2010/07/27/agents-of-change-agent-based-models-and-methods-the-economist/' rel='bookmark' title='Permanent Link: &#8220;Agents of Change&#8221;  &#8212; Agent Based Models and Methods [ Via The Economist ]'>&#8220;Agents of Change&#8221;  &#8212; Agent Based Models and Methods [ Via The Economist ]</a></li>
<li><a href='http://computationallegalstudies.com/2009/10/21/programming-dynamic-models-in-python-coding-efficient-dynamic-models/' rel='bookmark' title='Permanent Link: Programming Dynamic Models in Python: Coding Efficient Dynamic Models'>Programming Dynamic Models in Python: Coding Efficient Dynamic Models</a></li>
<li><a href='http://computationallegalstudies.com/2010/08/13/introduction-to-computing-for-complex-systems-icpsr-2010-my-full-course-slides-available-online/' rel='bookmark' title='Permanent Link: Introduction to Computing for Complex Systems &#8212; ICPSR 2010 &#8212; My Full Course Slides Available Online!'>Introduction to Computing for Complex Systems &#8212; ICPSR 2010 &#8212; My Full Course Slides Available Online!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="size-full wp-image-4474 alignleft" title="Economics" src="http://computationallegalstudies.com/wp-content/uploads/2010/06/Picture-44.jpg" alt="" width="214" height="88" />As highlighted on <a href="http://www.marginalrevolution.com/marginalrevolution/2010/06/assorted-links-17.html"><strong>Marginal Revolution</strong></a>, economist <a href="http://en.wikipedia.org/wiki/Herbert_Gintis"><strong>Herb Gintis</strong></a> has authored an Amazon.com review of the book &#8221;<a href="http://www.amazon.com/gp/product/1596985879/ref=cm_rdp_product"><strong>Meltdown: </strong><strong>A Free-Market Look at Why the Stock Market Collapsed, the Economy Tanked, and Government Bailouts Will Make Things Worse</strong></a>&#8221; by Thomas E. Woods Jr.  Suffice to say, the review is not flattering.  Those interested in the direct attack on the book can <a href="http://www.amazon.com/review/R2D3CQ03XPFZ02/"><strong>read the full review here</strong></a>.  Our particular interest in his review lies in the last third of the text where <a href="http://people.umass.edu/gintis/"><strong>Professor Gintis</strong></a> highlights the genuine weaknesses of current macroeconomic theory. Below is the relevant text:</p>
<blockquote>
<p style="text-align: justify;">&#8220;I am often asked why macroeconomic theory is in such an awful state. The answer is simple. The basic model of the market economy was laid out by Leon Walras in the 1870&#8242;s, and its equilibrium properties were well established by the mid-1960&#8242;s. However, no one has succeeded in establishing its dynamical properties out of equilibrium. But macroeconomic theory is about dynamics, not equilibrium, and hence macroeconomics has managed to subsist only by ignoring general equilibrium in favor of toy models with a few actors and a couple of goods. Macroeconomics exists today because we desperately need macro models for policy purposes, so we invent toy models with zero predictive value that allow us to tell reasonable policy stories, the cogency of which are based on historical experience, not theory.</p>
<p style="text-align: justify;">I think it likely that macroeconomics will not become scientifically presentable until we realize that a market economy is a complex dynamic nonlinear system, and we start to use the techniques of complexity analysis to model it. I present my arguments in Herbert Gintis, &#8220;<a href="http://www.umass.edu/preferen/gintis/General%20Equilibrium.pdf"><strong>The Dynamics of General Equilibrium</strong></a>&#8220;, Economic Journal 117 (2007):1289-1309.</p>
</blockquote>
<p style="text-align: justify;">
<p style="text-align: justify;">While we do not necessarily agree with every point made in his review, the general thrust of the above argument is directly in line with the thinking of many here at the <strong><a href="http://www.cscs.umich.edu/">Center for the Study of Complex Systems</a></strong>. Indeed, the rebuke offered above could be extended and applied to other work in Economics and Political Science. A significant part of the problem is that the analytical apparatus in question is simply not up to the complexity of the relevant problems. Most of the current approaches derive from an era when a CPU had a <a href="http://en.wikipedia.org/wiki/File:Transistor_Count_and_Moore%27s_Law_-_2008.svg"><strong>transistor count of less than 10k</strong></a> and memory was exceedingly expensive. It is not as though leading scholars of the day were completely unaware that most systems are far more intricate than a &#8220;few actors and a few goods.&#8221;  However, tractability concerns created a strong incentive to develop models which could be solved analytically.</p>
<p style="text-align: justify;">Moderately high-end machines now have<strong> </strong><a href="http://en.wikipedia.org/wiki/Transistor_count"><strong>transistor counts of greater than 2,000,000,000</strong></a> and memory is incredibly cheap (see generally <a href="http://en.wikipedia.org/wiki/Moore's_law"><strong>Moore&#8217;s Law</strong></a>). No need to impose <a href="http://en.wikipedia.org/wiki/Fixed_point_(mathematics)"><strong>fixed point</strong></a> equilibrium assumptions when there is no qualitative justification for eliminating the possibility that <strong><a href="http://en.wikipedia.org/wiki/Limit_cycle">limit cycle attractors</a><span style="font-weight: normal;">,</span></strong> <a href="http://en.wikipedia.org/wiki/Attractor#Strange_attractor"><strong>strange attractors</strong></a> or some class of dynamics are, in fact, the genuine dynamics of the system. We have previously highlighted the press release &#8220;<strong><a href="http://computationallegalstudies.com/2010/04/09/what-computer-science-can-teach-economics/">What Computer Science Can Teach Economics</a><span style="font-weight: normal;">&#8220;</span> </strong>(and other social sciences). This is really important work.  However, it is really only the beginning.</p>
<p style="text-align: justify;"><a href="http://computationallegalstudies.com/wp-content/uploads/2010/06/Picture-11.png"><img class="alignright size-full wp-image-4491" title="P = NP ?" src="http://computationallegalstudies.com/wp-content/uploads/2010/06/Picture-11.png" alt="" width="323" height="235" /></a>More realistic representations of these complex systems are possible, however, it requires scholars to consider jettisoning analytical approaches/solutions. When modeling <a href="http://en.wikipedia.org/wiki/Complex_adaptive_system"><strong>complex adaptive systems</strong></a> far more granularity is possible but this requires a direct consideration of questions of computation and <strong><a href="http://en.wikipedia.org/wiki/Computational_complexity_theory">computational complexity</a><span style="font-weight: normal;">. The use of a computational heuristic is really not that problematic and it can help sidestep truly hard problems (i.e. <a href="http://en.wikipedia.org/wiki/NP-complete"><strong>NP Complete and the like</strong></a>).  The difficult question is how and under what conditions one should select among the available set of such heuristics. </span></strong></p>
<p style="text-align: justify;"><strong><span style="font-weight: normal;">It is important to note, the dominant paradigm was itself a heuristic representation of agent behavior (and a useful one). While there are still some true believers, a declining number of serious scholars still assert that individuals are actually perfect rational maximizers. At best, this assumption is a useful guidepost for agent behavior and is one which can be subjected to revision by continued work in <a href="http://en.wikipedia.org/wiki/Behavioral_economics"><strong>behavioral economics</strong></a> and <a href="http://en.wikipedia.org/wiki/Neuroeconomics"><strong>neuroeconomics</strong></a>. </span></strong></p>
<p style="text-align: justify;"><strong><span style="font-weight: normal;">For those looking for a genuine intellectual <a href="http://en.wikipedia.org/wiki/Arbitrage"><strong>arbitrage</strong></a> opportunity &#8230; the path is clear &#8230; devote your time to filling the space as this is a space with significant potential returns.  The way forward is to remix traditional approaches with leading findings in neuroscience, psychology, institutional analysis and most importantly computer science &#8230; <strong><a href="http://en.wikipedia.org/wiki/Nobel_Memorial_Prize_in_Economic_Sciences">winner gets a call from Sweden</a></strong> in about t+25.</span></strong></p>


<p>Related posts:<ol><li><a href='http://computationallegalstudies.com/2010/07/27/agents-of-change-agent-based-models-and-methods-the-economist/' rel='bookmark' title='Permanent Link: &#8220;Agents of Change&#8221;  &#8212; Agent Based Models and Methods [ Via The Economist ]'>&#8220;Agents of Change&#8221;  &#8212; Agent Based Models and Methods [ Via The Economist ]</a></li>
<li><a href='http://computationallegalstudies.com/2009/10/21/programming-dynamic-models-in-python-coding-efficient-dynamic-models/' rel='bookmark' title='Permanent Link: Programming Dynamic Models in Python: Coding Efficient Dynamic Models'>Programming Dynamic Models in Python: Coding Efficient Dynamic Models</a></li>
<li><a href='http://computationallegalstudies.com/2010/08/13/introduction-to-computing-for-complex-systems-icpsr-2010-my-full-course-slides-available-online/' rel='bookmark' title='Permanent Link: Introduction to Computing for Complex Systems &#8212; ICPSR 2010 &#8212; My Full Course Slides Available Online!'>Introduction to Computing for Complex Systems &#8212; ICPSR 2010 &#8212; My Full Course Slides Available Online!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://computationallegalstudies.com/2010/06/22/complex-models-for-dynamic-time-evolving-landscapes-or-herb-gintis-offers-a-strong-rebuke-of-meltdown-by-thomas-woods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stephen Wolfram: Computing a Theory of Everything</title>
		<link>http://computationallegalstudies.com/2010/04/29/stephen-wolfram-computing-a-theory-of-everything/</link>
		<comments>http://computationallegalstudies.com/2010/04/29/stephen-wolfram-computing-a-theory-of-everything/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 04:15:09 +0000</pubDate>
		<dc:creator>dmartink</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[complex systems]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[physics]]></category>

		<guid isPermaLink="false">http://computationallegalstudies.com/?p=4132</guid>
		<description><![CDATA[Related posts:The Age of Quantum Computing? [From Nature] Claude Shannon &#8211; Father of Information Theory ICPSR 2010 Summer Program &#8212; Introduction to Computing for the Study of Complex Systems


Related posts:<ol><li><a href='http://computationallegalstudies.com/2010/02/02/the-age-of-quantum-computing-from-nature/' rel='bookmark' title='Permanent Link: The Age of Quantum Computing? [From Nature]'>The Age of Quantum Computing? [From Nature]</a></li>
<li><a href='http://computationallegalstudies.com/2010/06/17/claude-shannon-father-of-information-theory/' rel='bookmark' title='Permanent Link: Claude Shannon &#8211; Father of Information Theory'>Claude Shannon &#8211; Father of Information Theory</a></li>
<li><a href='http://computationallegalstudies.com/2010/07/21/icpsr-2010-summer-program-introduction-to-computing-for-the-study-of-complex-systems/' rel='bookmark' title='Permanent Link: ICPSR 2010 Summer Program &#8212; Introduction to Computing for the Study of Complex Systems'>ICPSR 2010 Summer Program &#8212; Introduction to Computing for the Study of Complex Systems</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="446" height="326" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="bgColor" value="#ffffff" /><param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/StephenWolfram_2010-medium.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/StephenWolfram-2010.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=843&amp;introDuration=16500&amp;adDuration=4000&amp;postAdDuration=2000&amp;adKeys=talk=stephen_wolfram_computing_a_theory_of_everything;year=2010;theme=art_unusual;theme=unconventional_explanations;theme=bold_predictions_stern_warnings;theme=evolution_s_genius;theme=new_on_ted_com;theme=numbers_at_play;theme=a_taste_of_ted2010;theme=inspired_by_nature;event=TED2010;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><param name="src" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" /><param name="bgcolor" value="#ffffff" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="446" height="326" src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" flashvars="vu=http://video.ted.com/talks/dynamic/StephenWolfram_2010-medium.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/StephenWolfram-2010.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=843&amp;introDuration=16500&amp;adDuration=4000&amp;postAdDuration=2000&amp;adKeys=talk=stephen_wolfram_computing_a_theory_of_everything;year=2010;theme=art_unusual;theme=unconventional_explanations;theme=bold_predictions_stern_warnings;theme=evolution_s_genius;theme=new_on_ted_com;theme=numbers_at_play;theme=a_taste_of_ted2010;theme=inspired_by_nature;event=TED2010;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" bgcolor="#ffffff" wmode="transparent" allowfullscreen="true"></embed></object></p>


<p>Related posts:<ol><li><a href='http://computationallegalstudies.com/2010/02/02/the-age-of-quantum-computing-from-nature/' rel='bookmark' title='Permanent Link: The Age of Quantum Computing? [From Nature]'>The Age of Quantum Computing? [From Nature]</a></li>
<li><a href='http://computationallegalstudies.com/2010/06/17/claude-shannon-father-of-information-theory/' rel='bookmark' title='Permanent Link: Claude Shannon &#8211; Father of Information Theory'>Claude Shannon &#8211; Father of Information Theory</a></li>
<li><a href='http://computationallegalstudies.com/2010/07/21/icpsr-2010-summer-program-introduction-to-computing-for-the-study-of-complex-systems/' rel='bookmark' title='Permanent Link: ICPSR 2010 Summer Program &#8212; Introduction to Computing for the Study of Complex Systems'>ICPSR 2010 Summer Program &#8212; Introduction to Computing for the Study of Complex Systems</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://computationallegalstudies.com/2010/04/29/stephen-wolfram-computing-a-theory-of-everything/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ron Eglash on African Fractals [via TED]</title>
		<link>http://computationallegalstudies.com/2010/04/19/ron-eglash-on-african-fractals-via-ted/</link>
		<comments>http://computationallegalstudies.com/2010/04/19/ron-eglash-on-african-fractals-via-ted/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 03:03:22 +0000</pubDate>
		<dc:creator>dmartink</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[complex systems]]></category>
		<category><![CDATA[fractals]]></category>

		<guid isPermaLink="false">http://computationallegalstudies.com/?p=4045</guid>
		<description><![CDATA[Math is beautiful and fractals are among the most elegant objects in all of mathematics.  I have to admit that I am a bit obsessed with them. For those who are interested in learning more about fractals &#8230; this Ted Talk from 2007 by Ron Eglash offers both a useful overview and an application to [...]


Related posts:<ol><li><a href='http://computationallegalstudies.com/2010/07/06/benoit-mandelbrot-fractals-and-the-art-of-roughness-ted-2010/' rel='bookmark' title='Permanent Link: Benoît Mandelbrot: Fractals and the Art of Roughness [ Ted 2010 ]'>Benoît Mandelbrot: Fractals and the Art of Roughness [ Ted 2010 ]</a></li>
<li><a href='http://computationallegalstudies.com/2010/08/24/david-mccandless-the-beauty-of-data-visualization-ted/' rel='bookmark' title='Permanent Link: David McCandless: The Beauty of Data Visualization [TED]'>David McCandless: The Beauty of Data Visualization [TED]</a></li>
<li><a href='http://computationallegalstudies.com/2010/03/09/gregory-todd-jones-talks-cooperation-at-tedx-atlanta/' rel='bookmark' title='Permanent Link: Gregory Todd Jones &#8212; Evolution of Complexity and &#8220;Rethinking Individuality&#8221; at TedX Atlanta'>Gregory Todd Jones &#8212; Evolution of Complexity and &#8220;Rethinking Individuality&#8221; at TedX Atlanta</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="bgColor" value="#ffffff" /><param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/RonEglash_2007G-medium.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/RonEglash-2007G.embed_thumbnail.jpg&amp;vw=320&amp;vh=240&amp;ap=0&amp;ti=198&amp;introDuration=16500&amp;adDuration=4000&amp;postAdDuration=2000&amp;adKeys=talk=ron_eglash_on_african_fractals;year=2007;theme=architectural_inspiration;theme=how_we_learn;theme=numbers_at_play;theme=africa_the_next_chapter;theme=how_the_mind_works;theme=inspired_by_nature;event=TEDGlobal+2007;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><param name="src" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" /><param name="bgcolor" value="#ffffff" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" flashvars="vu=http://video.ted.com/talks/dynamic/RonEglash_2007G-medium.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/RonEglash-2007G.embed_thumbnail.jpg&amp;vw=320&amp;vh=240&amp;ap=0&amp;ti=198&amp;introDuration=16500&amp;adDuration=4000&amp;postAdDuration=2000&amp;adKeys=talk=ron_eglash_on_african_fractals;year=2007;theme=architectural_inspiration;theme=how_we_learn;theme=numbers_at_play;theme=africa_the_next_chapter;theme=how_the_mind_works;theme=inspired_by_nature;event=TEDGlobal+2007;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" bgcolor="#ffffff" wmode="transparent" allowfullscreen="true"></embed></object></p>
<div>
<p>Math is beautiful and <a href="http://en.wikipedia.org/wiki/Fractal"><strong>fractals</strong></a> are among the most elegant objects in all of mathematics.  I have to admit that I am a bit obsessed with them. For those who are interested in learning more about fractals &#8230; this Ted Talk from 2007 by Ron Eglash offers both a useful overview and an application to African design.</p>
</div>


<p>Related posts:<ol><li><a href='http://computationallegalstudies.com/2010/07/06/benoit-mandelbrot-fractals-and-the-art-of-roughness-ted-2010/' rel='bookmark' title='Permanent Link: Benoît Mandelbrot: Fractals and the Art of Roughness [ Ted 2010 ]'>Benoît Mandelbrot: Fractals and the Art of Roughness [ Ted 2010 ]</a></li>
<li><a href='http://computationallegalstudies.com/2010/08/24/david-mccandless-the-beauty-of-data-visualization-ted/' rel='bookmark' title='Permanent Link: David McCandless: The Beauty of Data Visualization [TED]'>David McCandless: The Beauty of Data Visualization [TED]</a></li>
<li><a href='http://computationallegalstudies.com/2010/03/09/gregory-todd-jones-talks-cooperation-at-tedx-atlanta/' rel='bookmark' title='Permanent Link: Gregory Todd Jones &#8212; Evolution of Complexity and &#8220;Rethinking Individuality&#8221; at TedX Atlanta'>Gregory Todd Jones &#8212; Evolution of Complexity and &#8220;Rethinking Individuality&#8221; at TedX Atlanta</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://computationallegalstudies.com/2010/04/19/ron-eglash-on-african-fractals-via-ted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Dissemination of Culture &#8212; Axelrod (1997) Model &#8212; Now Available on Netlogo&#8217;s Community Models Page</title>
		<link>http://computationallegalstudies.com/2010/03/12/the-dissemination-of-culture-axelrod-1997-model-now-available-in-netlogos-community-model/</link>
		<comments>http://computationallegalstudies.com/2010/03/12/the-dissemination-of-culture-axelrod-1997-model-now-available-in-netlogos-community-model/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 04:51:18 +0000</pubDate>
		<dc:creator>dmartink</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[classic models]]></category>
		<category><![CDATA[complex systems]]></category>

		<guid isPermaLink="false">http://computationallegalstudies.com/?p=3758</guid>
		<description><![CDATA[Robert Axelrod&#8217;s 1997 Culture Model is a complex systems classic.  Several versions of the model are available including one in Repast J. Perhaps the most user friendly version has recently been posted to Netlogo&#8217;s &#8220;community models&#8221; page. Those interested in experimenting with this Netlogo version of the model can click on the image above (provided you have [...]


Related posts:<ol><li><a href='http://computationallegalstudies.com/2009/04/28/the-sir-model-a-simple-model-with-applications-to-swine-flu-etc/' rel='bookmark' title='Permanent Link: The S.I.R. Model &#8212; A Simple Model With Applications to Swine Flu, etc.'>The S.I.R. Model &#8212; A Simple Model With Applications to Swine Flu, etc.</a></li>
<li><a href='http://computationallegalstudies.com/2009/04/07/classic-model-from-complex-systems-the-el-farol-bar-problem/' rel='bookmark' title='Permanent Link: Classic Model from Complex Systems: The El Farol Bar Problem'>Classic Model from Complex Systems: The El Farol Bar Problem</a></li>
<li><a href='http://computationallegalstudies.com/2010/07/25/court-under-roberts-is-most-conservative-in-decades-via-ny-times/' rel='bookmark' title='Permanent Link: Court Under Roberts Is Most Conservative in Decades [Via NY Times]'>Court Under Roberts Is Most Conservative in Decades [Via NY Times]</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a style="text-decoration: none;" href="http://ccl.northwestern.edu/netlogo/models/community/Dissemination%20of%20Culture"><img class="aligncenter size-full wp-image-3759" title="Axelrod (1997)" src="http://computationallegalstudies.com/wp-content/uploads/2010/03/Picture-1.png" alt="" width="585" height="410" /></a></p>
<p style="text-align: justify;">Robert Axelrod&#8217;s 1997 Culture Model is a complex systems classic.  Several versions of the model are available including one in <strong><a href="http://repast.sourceforge.net/repast_3/">Repast J</a><span style="font-weight: normal;">. Perhaps the most user friendly version has recently been posted to Netlogo&#8217;s &#8220;community models&#8221; page. Those interested in experimenting with this Netlogo version of the model can click on the image above (provided you have Java 4.1 or higher installed).</span></strong></p>
<p style="text-align: justify;"><a href="http://computationallegalstudies.com/wp-content/uploads/2010/03/Picture-11.png"><img class="size-full wp-image-3770 alignleft" title="Map of Cultural Similarities" src="http://computationallegalstudies.com/wp-content/uploads/2010/03/Picture-11.png" alt="" width="310" height="351" /></a></p>
<p style="text-align: justify;">For those not previously familiar with the model &#8230; Figure 1 from the article is featured to the left and demonstrates a model run through 80,000 events.  Those results are generated in the following manner:</p>
<p style="text-align: justify;">&#8220;Patches are assigned a list of num-features integers which can each take on one of num-traits values. Each tag is called a feature, while it&#8217;s value is called the trait. The links in the view represent walls between patches where solid black walls mean there is no cultural similarity, and white walls mean the neighbors have the same culture.</p>
<p style="text-align: justify;">The order of actions is as follows:<br />
1) At random, pick a site to be active, and pick one of it&#8217;s neighbors<br />
2) With probability equal to their cultural similarity, these sites interact. The active site replaces one of the features on which they differ (if any) with the corresponding trait of the neighbor.&#8221;</p>
<p style="text-align: justify;">Those looking for the original article &#8230; here is the both the citation and a link: Robert Axelrod, <a href="http://www-personal.umich.edu/~axe/research/Dissemination.pdf"><strong>The Dissemination of Culture: A Model with Local Convergence and Global Polarization, J. Conflict Res, 41, 203 (1997)</strong></a>.</p>
<p style="text-align: justify;">In the years following its release, several important extensions or applications have been offered. These include contributions from scholars in a wide number of disciplines including applied math, political science, economics and physics. Indeed, while many more articles are available in outlets such as the <a href="http://arxiv.org/"><strong>arXiv</strong></a> &#8230; here is a subset for your consideration &#8230;.</p>
<p style="text-align: justify;">Damon Centola, Juan Carlos González-Avella, Víctor M. Eguíluz &amp; Maxi San Miguel,<strong> <span style="font-weight: normal;"><a href="http://jcr.sagepub.com/cgi/content/refs/51/6/905"><strong>Homophily, Cultural Drift and the Co-Evolution of Cultural Groups</strong></a>, J. Conflict Res. 51, 905 (2007).</span></strong></p>
<p style="text-align: justify;">Konstantin Klemm, Victor M. Eguíluz, Raul Toral, Maxi San Miguel, <a href="http://ifisc.uib.es/~victor/Cult/global.pdf"><strong>Globalization, Polarization and Cultural Drift</strong></a>, J. Economic Dynamics &amp; Control 29, 321 (2005).</p>
<p style="text-align: justify;">Konstantin Klemm, Victor M. Eguíluz, Raul Toral &amp; Maxi San Miguel, <a href="http://ifisc.uib.es/~victor/Cult/cult_pa.pdf"><strong>Role of Dimensionality in Axelrod&#8217;s Model for the Dissemination of Culture</strong></a>, Physica A 327, 1 (2003).</p>


<p>Related posts:<ol><li><a href='http://computationallegalstudies.com/2009/04/28/the-sir-model-a-simple-model-with-applications-to-swine-flu-etc/' rel='bookmark' title='Permanent Link: The S.I.R. Model &#8212; A Simple Model With Applications to Swine Flu, etc.'>The S.I.R. Model &#8212; A Simple Model With Applications to Swine Flu, etc.</a></li>
<li><a href='http://computationallegalstudies.com/2009/04/07/classic-model-from-complex-systems-the-el-farol-bar-problem/' rel='bookmark' title='Permanent Link: Classic Model from Complex Systems: The El Farol Bar Problem'>Classic Model from Complex Systems: The El Farol Bar Problem</a></li>
<li><a href='http://computationallegalstudies.com/2010/07/25/court-under-roberts-is-most-conservative-in-decades-via-ny-times/' rel='bookmark' title='Permanent Link: Court Under Roberts Is Most Conservative in Decades [Via NY Times]'>Court Under Roberts Is Most Conservative in Decades [Via NY Times]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://computationallegalstudies.com/2010/03/12/the-dissemination-of-culture-axelrod-1997-model-now-available-in-netlogos-community-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Complex Systems in the Social &amp; Physical Sciences &#8211; By Bestiario [Repost]</title>
		<link>http://computationallegalstudies.com/2010/03/10/complex-systems-in-the-social-physical-sciences-by-bestiario-repost/</link>
		<comments>http://computationallegalstudies.com/2010/03/10/complex-systems-in-the-social-physical-sciences-by-bestiario-repost/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 04:07:58 +0000</pubDate>
		<dc:creator>dmartink</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[complex systems]]></category>

		<guid isPermaLink="false">http://computationallegalstudies.com/?p=3754</guid>
		<description><![CDATA[Related posts:Complex Systems in the Social &#038; Physical Sciences [By Bestiario] Science Magazine: Complex Systems &#038; Networks [Repost from July 27] Classic Model from Complex Systems: The El Farol Bar Problem


Related posts:<ol><li><a href='http://computationallegalstudies.com/2009/12/17/complexity-in-the-sciences-a-tour-by-bestiario/' rel='bookmark' title='Permanent Link: Complex Systems in the Social &#038; Physical Sciences [By Bestiario]'>Complex Systems in the Social &#038; Physical Sciences [By Bestiario]</a></li>
<li><a href='http://computationallegalstudies.com/2009/08/14/new-issue-of-science-magazine-complex-systems-networks/' rel='bookmark' title='Permanent Link: Science Magazine: Complex Systems &#038; Networks [Repost from July 27]'>Science Magazine: Complex Systems &#038; Networks [Repost from July 27]</a></li>
<li><a href='http://computationallegalstudies.com/2009/04/07/classic-model-from-complex-systems-the-el-farol-bar-problem/' rel='bookmark' title='Permanent Link: Classic Model from Complex Systems: The El Farol Bar Problem'>Classic Model from Complex Systems: The El Farol Bar Problem</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://culturesdelcanvi.com/temps/"><img class="aligncenter size-full wp-image-3755" title="http://culturesdelcanvi.com/temps/" src="http://computationallegalstudies.com/wp-content/uploads/2010/03/Picture-11.jpg" alt="" width="555" height="443" /></a></p>


<p>Related posts:<ol><li><a href='http://computationallegalstudies.com/2009/12/17/complexity-in-the-sciences-a-tour-by-bestiario/' rel='bookmark' title='Permanent Link: Complex Systems in the Social &#038; Physical Sciences [By Bestiario]'>Complex Systems in the Social &#038; Physical Sciences [By Bestiario]</a></li>
<li><a href='http://computationallegalstudies.com/2009/08/14/new-issue-of-science-magazine-complex-systems-networks/' rel='bookmark' title='Permanent Link: Science Magazine: Complex Systems &#038; Networks [Repost from July 27]'>Science Magazine: Complex Systems &#038; Networks [Repost from July 27]</a></li>
<li><a href='http://computationallegalstudies.com/2009/04/07/classic-model-from-complex-systems-the-el-farol-bar-problem/' rel='bookmark' title='Permanent Link: Classic Model from Complex Systems: The El Farol Bar Problem'>Classic Model from Complex Systems: The El Farol Bar Problem</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://computationallegalstudies.com/2010/03/10/complex-systems-in-the-social-physical-sciences-by-bestiario-repost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gregory Todd Jones &#8212; Evolution of Complexity and &#8220;Rethinking Individuality&#8221; at TedX Atlanta</title>
		<link>http://computationallegalstudies.com/2010/03/09/gregory-todd-jones-talks-cooperation-at-tedx-atlanta/</link>
		<comments>http://computationallegalstudies.com/2010/03/09/gregory-todd-jones-talks-cooperation-at-tedx-atlanta/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 04:05:53 +0000</pubDate>
		<dc:creator>dmartink</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[complex systems]]></category>
		<category><![CDATA[network analysis]]></category>
		<category><![CDATA[primatology]]></category>

		<guid isPermaLink="false">http://computationallegalstudies.com/?p=3724</guid>
		<description><![CDATA[As a member of the Society for Evolutionary Analysis in Law (SEAL), I have had the oppurtunity to see a number of interesting presentations by Gregory Todd Jones. Gregory is a Faculty Research Fellow and Adjunct Professor of Law at the Georgia State University College of Law as well as Senior Director of Research and Principal [...]


Related posts:<ol><li><a href='http://computationallegalstudies.com/2009/05/02/jones-brosnan-local-interaction-strategy-dynamics-and-the-emergence-of-reciprocity-in-chimpanzee-social-networks/' rel='bookmark' title='Permanent Link: Jones &#038; Brosnan: Local Interaction, Strategy Dynamics and the Emergence of Reciprocity in Chimpanzee Social Networks'>Jones &#038; Brosnan: Local Interaction, Strategy Dynamics and the Emergence of Reciprocity in Chimpanzee Social Networks</a></li>
<li><a href='http://computationallegalstudies.com/2009/04/17/seal-2009-vanderbilt-law-school/' rel='bookmark' title='Permanent Link: SEAL 2009 @ Vanderbilt Law School'>SEAL 2009 @ Vanderbilt Law School</a></li>
<li><a href='http://computationallegalstudies.com/2009/08/14/new-issue-of-science-magazine-complex-systems-networks/' rel='bookmark' title='Permanent Link: Science Magazine: Complex Systems &#038; Networks [Repost from July 27]'>Science Magazine: Complex Systems &#038; Networks [Repost from July 27]</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/8MEqQBO1bUM&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="385" src="http://www.youtube.com/v/8MEqQBO1bUM&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: justify;">As a member of the <a href="http://law.vanderbilt.edu/seal/"><strong>Society for Evolutionary Analysis in Law</strong></a> (SEAL), I have had the oppurtunity to see a number of interesting presentations by <a href="http://www.gregorytoddjones.com/"><strong>Gregory Todd Jones</strong></a>. Gregory is a Faculty Research Fellow and Adjunct Professor of Law at the <a href="http://law.gsu.edu/"><strong>Georgia State University College of Law</strong></a> as well as Senior Director of Research and Principal Scientist at the Network for Collaborative Problem Solving. Of particular interest to readers of this blog, he is also the founding director of the <a href="http://law.gsu.edu/gjones/CompLab.htm"><strong>Computational Laboratory for Complex Adaptive Systems</strong></a> at Georgia State Law School.</p>
<p style="text-align: justify;">Above is a recent talk by Gregory at the TedX Atlanta in which he (1) assembles a model of sustainability based on collaboration and (2) discusses species behavior &#8230; from slugs to chimpanzees.  If you are interested in learning more &#8230; Gregory has launched a really cool blog &#8230; <a href="http://www.cooperationscience.com/blog.php"><strong>Cooperation Science Blog</strong></a> &#8230; Check it out!</p>


<p>Related posts:<ol><li><a href='http://computationallegalstudies.com/2009/05/02/jones-brosnan-local-interaction-strategy-dynamics-and-the-emergence-of-reciprocity-in-chimpanzee-social-networks/' rel='bookmark' title='Permanent Link: Jones &#038; Brosnan: Local Interaction, Strategy Dynamics and the Emergence of Reciprocity in Chimpanzee Social Networks'>Jones &#038; Brosnan: Local Interaction, Strategy Dynamics and the Emergence of Reciprocity in Chimpanzee Social Networks</a></li>
<li><a href='http://computationallegalstudies.com/2009/04/17/seal-2009-vanderbilt-law-school/' rel='bookmark' title='Permanent Link: SEAL 2009 @ Vanderbilt Law School'>SEAL 2009 @ Vanderbilt Law School</a></li>
<li><a href='http://computationallegalstudies.com/2009/08/14/new-issue-of-science-magazine-complex-systems-networks/' rel='bookmark' title='Permanent Link: Science Magazine: Complex Systems &#038; Networks [Repost from July 27]'>Science Magazine: Complex Systems &#038; Networks [Repost from July 27]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://computationallegalstudies.com/2010/03/09/gregory-todd-jones-talks-cooperation-at-tedx-atlanta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
