<?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>Simulacra</title>
	<atom:link href="http://simulacra.blogs.casa.ucl.ac.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://simulacra.blogs.casa.ucl.ac.uk</link>
	<description>Showcasing land use transport modelling, urban complexity and sustainability research from the Centre for Advanced Spatial Analysis, University College London</description>
	<lastBuildDate>Fri, 17 May 2013 09:59:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Plotting Every Crash on Every Road 1999-2010</title>
		<link>http://simulacra.blogs.casa.ucl.ac.uk/2012/09/plotting-every-crash-on-every-road-1999-2010/</link>
		<comments>http://simulacra.blogs.casa.ucl.ac.uk/2012/09/plotting-every-crash-on-every-road-1999-2010/#comments</comments>
		<pubDate>Sat, 01 Sep 2012 07:24:42 +0000</pubDate>
		<dc:creator>Michael Batty</dc:creator>
				<category><![CDATA[COSMIC]]></category>
		<category><![CDATA[Front]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[SCALE]]></category>

		<guid isPermaLink="false">http://simulacra.blogweb.casa.ucl.ac.uk/?p=883</guid>
		<description><![CDATA[Jason Dykes showed this at the GeoVisualisation Meeting in Oxford on August 30th: A map of road crashes in Great Britain (not the UK) from 1999 to 2010. It mirrors of course the road network and the density of population &#8230; </p><p><a class="more-link block-button" href="http://simulacra.blogs.casa.ucl.ac.uk/2012/09/plotting-every-crash-on-every-road-1999-2010/">Continue reading &#187;</a>]]></description>
				<content:encoded><![CDATA[<p>Jason Dykes showed this at the GeoVisualisation Meeting in Oxford on August 30<sup>th</sup>: <a href="http://www.bbc.co.uk/news/uk-15975724">A map of road crashes in Great Britain</a> (not the UK) from 1999 to 2010. It mirrors of course the road network and the density of population but it is a remarkable graphic.</p>
<p><a href="http://www.bbc.co.uk/news/uk-15975724"><img class="alignnone size-full wp-image-886" title="Crash" src="http://simulacra.blogs.casa.ucl.ac.uk/files/2012/09/Crash.png" alt="" width="460" height="340" /></a></p>
<p>It was made by the BBC and first published on 2<sup>nd</sup> December 2011. Apologies to those who have seen it but it resonates with quite a lot of stuff on the SIMULACRA blog including Jon Reades and Joan Serras visualisations of network traffic and flows in London and GB. <a href="http://www.bbc.co.uk/news/uk-16011202">There is a nice movie of all this</a> and you can zoom into different parts of the Great Britain Map.</p>
]]></content:encoded>
			<wfw:commentRss>http://simulacra.blogs.casa.ucl.ac.uk/2012/09/plotting-every-crash-on-every-road-1999-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plotting and iGraph on Lion and Mountain Lion</title>
		<link>http://simulacra.blogs.casa.ucl.ac.uk/2012/08/plotting-and-igraph-on-lion-and-mountain-lion/</link>
		<comments>http://simulacra.blogs.casa.ucl.ac.uk/2012/08/plotting-and-igraph-on-lion-and-mountain-lion/#comments</comments>
		<pubDate>Thu, 30 Aug 2012 14:29:25 +0000</pubDate>
		<dc:creator>Jon Reades</dc:creator>
				<category><![CDATA[COSMIC]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[igraph]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Visualisation]]></category>

		<guid isPermaLink="false">http://simulacra.blogweb.casa.ucl.ac.uk/?p=876</guid>
		<description><![CDATA[After giving up on Gephi (again, I really should learn), I decided it was time to get to grips with Python and iGraph since I really need to produce multiple iterations of a graph. The matmos at CASA have, of &#8230; </p><p><a class="more-link block-button" href="http://simulacra.blogs.casa.ucl.ac.uk/2012/08/plotting-and-igraph-on-lion-and-mountain-lion/">Continue reading &#187;</a>]]></description>
				<content:encoded><![CDATA[<p>After giving up on Gephi (again, I really should learn), I decided it was time to get to grips with Python and iGraph since I really need to produce multiple iterations of a graph. The matmos at CASA have, of course, been touting Python for ages, but I&#8217;ve just not had the time/incentive to install and, more importantly, actually get around to using it&#8230; until now. Of course, like all such migrations, there has been a bit of a learning curve, so I&#8217;m documenting this to save you (and me) the trouble later because it turns out that Lion and Mountain Lion aren&#8217;t 100% iGraph friendly out of the box.</p>
<p>iGraph itself is easy to install, you can just download and run the installer from <a href="http://igraph.sourceforge.net/download.html">SourceForge</a> but the supporting libraries to enable plotting have some issues. Below is what I adapted from information provided by the people at  <a href="http://ffmpeg.org/trac/ffmpeg/wiki/MacOSXCompilationGuide">ffMpeg</a>.</p>
<p>You will need to start by grabbing <a href="http://tukaani.org/xz/">xz</a>, which is (yet another) compression/decompression library promising better performance than the venerable gz or bzip:<br />
<code><br />
./configure<br />
make &amp;&amp; sudo make install<br />
</code></p>
<p>You need xz so that you can decompress glib, but before you can compile glib, you will also need the latest version of <a href="ftp://ftp.gnu.org/gnu/gettext/">gettext</a>. Furthermore, <a href="http://ffmpeg.org/trac/ffmpeg/wiki/MacOSXCompilationGuide">per the instructions</a> you will need to manually edit one of the files to get it to compile on Lion or Mountain Lion. Namely, open:</p>
<pre>gettext-tools/gnulib-lib/stpncpy.c</pre>
<p>and change it such that you have added a line reading:</p>
<pre>#undef stpncpy</pre>
<p>just before the line reading:</p>
<pre>#ifndef weak_alias</pre>
<p>From there, it&#8217;s your usual:<br />
<code><br />
./configure<br />
make &amp;&amp; sudo make install<br />
</code></p>
<p>Now you can finally move on to installing <a href="http://ftp.gnome.org/pub/GNOME/sources/glib/2.33/">glib</a>, which will be need for compiling Cairo properly. Note that this is the point where you have to start passing in more and more command line arguments to configure:<br />
<code><br />
xz -d glib-2.33.10.tar.xz<br />
tar -xvf glib-2.33.10.tar<br />
cd glib-2.33.10<br />
LIBFFI_CFLAGS=-I/usr/include/ffi LIBFFI_LIBS=-lffi ./configure; make &amp;&amp; sudo make install<br />
</code></p>
<p>Phew, we&#8217;re getting there. Now it&#8217;s time for <a href="http://pkgconfig.freedesktop.org/releases/">pkg-config</a>:<br />
<code><br />
GLIB_CFLAGS="-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include" GLIB_LIBS="-lglib-2.0 -lgio-2.0" ./configure --with-pc-path="/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig:/usr/lib/pkgconfig:/usr/local/lib/pkgconfig"<br />
make &amp;&amp; sudo make install<br />
</code></p>
<p>I was able to skip straight to installing pycairo because I had already installed Cairo as part of my last update to <a href="http://www.qgis.org/">QGIS</a>. The excellent <a href="http://www.kyngchaos.com/">KyngChaos</a> has a <a href="http://www.kyngchaos.com/software/unixport">handy set of installers</a> to keep things simple.</p>
<p>And finally it&#8217;s time for <a href="http://www.cairographics.org/pycairo/">pyCairo</a> (you probably want py2cairo since OSX is using Python 2.7):<br />
<code><br />
./waf configure<br />
./waf build<br />
sudo ./waf install</code></p>
<p>You may also care to add this line to your
<pre>.bash_login</pre>
<p> file:<br />
<code><br />
export PYTHONPATH="/usr/lib/python2.7:$PYTHONPATH"<br />
</code><br />
(You may also <i>not</i> want to add <code>python2.6</code> or <code>python2.5</code> to your Python path since this will give you some interesting errors&#8230; as I discovered.)</p>
]]></content:encoded>
			<wfw:commentRss>http://simulacra.blogs.casa.ucl.ac.uk/2012/08/plotting-and-igraph-on-lion-and-mountain-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Europe- a millennia in ten minutes</title>
		<link>http://simulacra.blogs.casa.ucl.ac.uk/2012/05/europe-a-millennia-in-ten-minutes/</link>
		<comments>http://simulacra.blogs.casa.ucl.ac.uk/2012/05/europe-a-millennia-in-ten-minutes/#comments</comments>
		<pubDate>Thu, 17 May 2012 15:13:40 +0000</pubDate>
		<dc:creator>Duncan Smith</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[Visualisation]]></category>

		<guid isPermaLink="false">http://simulacra.blogweb.casa.ucl.ac.uk/?p=847</guid>
		<description><![CDATA[An interesting movie is currently trending visualising the last thousand years of European history and conflict. Europe resembles a large game of Risk or Civilization. Such games typically end with a single large empire, whilst the dynamics of European history &#8230; </p><p><a class="more-link block-button" href="http://simulacra.blogs.casa.ucl.ac.uk/2012/05/europe-a-millennia-in-ten-minutes/">Continue reading &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><iframe width="645" height="484" src="http://www.youtube.com/embed/WFYKrNptzXw?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>An interesting movie is currently trending visualising the last thousand years of European history and conflict. Europe resembles a large game of Risk or Civilization. Such games typically end with a single large empire, whilst the dynamics of European history show the larger empires forming only fleetingly, soon to be dissolved by the re-emergence of persistent historic nations and peoples.</p>
<p>I&#8217;ll resist drawing any analogies with our current European crisis, only to say that after a millennia of conflict, we must be grateful for living in a period of relative peace!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://simulacra.blogs.casa.ucl.ac.uk/2012/05/europe-a-millennia-in-ten-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pulse of the City (reboot)</title>
		<link>http://simulacra.blogs.casa.ucl.ac.uk/2012/05/pulse-of-the-city-reboot/</link>
		<comments>http://simulacra.blogs.casa.ucl.ac.uk/2012/05/pulse-of-the-city-reboot/#comments</comments>
		<pubDate>Tue, 08 May 2012 10:12:54 +0000</pubDate>
		<dc:creator>Jon Reades</dc:creator>
				<category><![CDATA[COSMIC]]></category>
		<category><![CDATA[Front]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[Public Transit]]></category>
		<category><![CDATA[Visualisation]]></category>

		<guid isPermaLink="false">http://simulacra.blogweb.casa.ucl.ac.uk/?p=837</guid>
		<description><![CDATA[As I get to better grips with the full richness of the Oyster data set and the complexity of the TfL network it&#8217;s gradually getting easier to build better visualisations. One of the ones that I&#8217;ve wanted to revisit for &#8230; </p><p><a class="more-link block-button" href="http://simulacra.blogs.casa.ucl.ac.uk/2012/05/pulse-of-the-city-reboot/">Continue reading &#187;</a>]]></description>
				<content:encoded><![CDATA[<p>As I get to better grips with the full richness of the Oyster data set and the complexity of the TfL network it&#8217;s gradually getting easier to build better visualisations. One of the ones that I&#8217;ve wanted to revisit for quite some time was my original &#8216;pulse of the city&#8217; animation (you can see it <a title="Original Pulse of the City" href="http://simulacra.blogs.casa.ucl.ac.uk/2011/08/pulse-of-the-city/">here</a>).</p>
<p>I&#8217;ll discuss some of the issues encountered in creating this video at a later date, so for now just enjoy:</p>
<p><iframe src="http://player.vimeo.com/video/41760845" width="640" height="480" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://simulacra.blogs.casa.ucl.ac.uk/2012/05/pulse-of-the-city-reboot/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A Week in the Life of London&#8217;s Public Transit System</title>
		<link>http://simulacra.blogs.casa.ucl.ac.uk/2012/05/a-week-in-the-life/</link>
		<comments>http://simulacra.blogs.casa.ucl.ac.uk/2012/05/a-week-in-the-life/#comments</comments>
		<pubDate>Thu, 03 May 2012 18:16:24 +0000</pubDate>
		<dc:creator>Jon Reades</dc:creator>
				<category><![CDATA[COSMIC]]></category>
		<category><![CDATA[Front]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[Public Transit]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[tfl]]></category>
		<category><![CDATA[Visualisation]]></category>

		<guid isPermaLink="false">http://simulacra.blogweb.casa.ucl.ac.uk/?p=829</guid>
		<description><![CDATA[I&#8217;ve been meaning to post this for ages but have had a great deal on my plate (more posts and visualisations to follow in the next week I hope) so this has kept slipping, together with the six or seven &#8230; </p><p><a class="more-link block-button" href="http://simulacra.blogs.casa.ucl.ac.uk/2012/05/a-week-in-the-life/">Continue reading &#187;</a>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been meaning to post this for ages but have had a great deal on my plate (more posts and visualisations to follow in the next week I hope) so this has kept slipping, together with the six or seven other &#8216;draft&#8217; posts I&#8217;ve got going.</p>
<p>Anyway, this visualisation shows <em>average</em> <em>entries</em> at each and every Underground, Overground, and DLR station over the course of a week using a 10-minute interval. So in theory there are some 300 * 7 * 24 * 6 data points in this image. Or 43,200 for those of you who, like me, are having difficulty with the mental arithmetic. Of course, I&#8217;ve deliberately gone for an artistic angle to this image so you&#8217;ll find nary a scale barnor a station label, but I hope that you enjoy puzzling out the approximate ordering within each group of lines.</p>
<p><a href="http://simulacra.blogs.casa.ucl.ac.uk/files/2012/05/Week-in-the-Life.png"><img class="aligncenter size-large wp-image-830" src="http://simulacra.blogs.casa.ucl.ac.uk/files/2012/05/Week-in-the-Life-486x1024.png" alt="" width="486" height="1024" /></a></p>
<p>The rest of the text (which is too fuzzy in the raster format) reads:</p>
<blockquote><p>The poster shows every entry to each of London’s 330 Underground, Overground and Docklands Light Railway stations over the course of a week. Stations are coloured according to the lines that they serve. A station that serves more than one line will appear more than once on the poster. During rush hour, there may be more than 8,000 entries to a single station in just 10 minutes!</p></blockquote>
<p>For those who are interested in the mechanics of how it was made: I pulled the aggregate data from a MySQL database, generated the base graph in Python (a <strong><em>big</em></strong> &#8216;thank you&#8217; to @FryRSquared for that), and then resized the chart and added the text in Illustrator. So, with the exception of that last it&#8217;s not a bad day for Free/OS software!</p>
<p>Also, clearly a big &#8216;thank you&#8217; too to Transport for London and, in particular, the Oyster card team who are making all of this <span style="text-decoration: line-through">fun</span> work possible.</p>
<p>We hope to have two poster-sized versions available via print-on-demand in the not-too-distant future, so stay tuned!</p>
<p><a href="http://simulacra.blogs.casa.ucl.ac.uk/files/2012/05/Screen-shot-2012-05-03-at-19.10.34.png"><img class="aligncenter size-large wp-image-831" src="http://simulacra.blogs.casa.ucl.ac.uk/files/2012/05/Screen-shot-2012-05-03-at-19.10.34-1024x655.png" alt="" width="645" height="412" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://simulacra.blogs.casa.ucl.ac.uk/2012/05/a-week-in-the-life/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Big Data, Complexity, Networks at the German Physical Society</title>
		<link>http://simulacra.blogs.casa.ucl.ac.uk/2012/03/big-data-complexity-networks-at-the-german-physical-society/</link>
		<comments>http://simulacra.blogs.casa.ucl.ac.uk/2012/03/big-data-complexity-networks-at-the-german-physical-society/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 16:01:15 +0000</pubDate>
		<dc:creator>Michael Batty</dc:creator>
				<category><![CDATA[COSMIC]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Front]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://simulacra.blogweb.casa.ucl.ac.uk/?p=819</guid>
		<description><![CDATA[  Full Details of the Meeting are Here Various people from UCL and Kings are contributing to this meeting in Berlin. Mike Batty from CASA is talking on how cities and their evident complexity require big data which is rapidly &#8230; </p><p><a class="more-link block-button" href="http://simulacra.blogs.casa.ucl.ac.uk/2012/03/big-data-complexity-networks-at-the-german-physical-society/">Continue reading &#187;</a>]]></description>
				<content:encoded><![CDATA[<p> <a href="http://simulacra.blogs.casa.ucl.ac.uk/files/2012/03/german.jpg"><img class="alignnone size-medium wp-image-821" src="http://simulacra.blogs.casa.ucl.ac.uk/files/2012/03/german-300x238.jpg" alt="" width="300" height="238" /></a></p>
<p><a href="http://www.dpg-physik.de/dpg/gliederung/fv/soe/index.html">Full Details of the Meeting are Here</a></p>
<p>Various people from UCL and Kings are contributing to this meeting in Berlin. Mike Batty from CASA is talking on how cities and their evident complexity require big data which is rapidly becoming available, Phil Treleavan from CS at UCL is talking about experimental computational finance in a bid data environment, Tiziana de Matteo from Kings is talking about embedding high dimensional data on networks, and there are many other talks, including Gene Stanley on interdependent networks and switching phenomena. Gene was the first visitor we ever had at CASA and he came with Hernan Makse in January 1996 when I (Mike) was the only employee and we were working still on DLA models. We wrote a paper on this which was in Physical Review E in 1999 and as Gene had written with George Weiss who had written with Joseph Gillis who in turn had co-authored a paper with Paul Erdos, that makes my (Mike’s) Erdos Number 4!! But tens of thousands of people have this number. It’s a small world after all.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://simulacra.blogs.casa.ucl.ac.uk/2012/03/big-data-complexity-networks-at-the-german-physical-society/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding and Managing Complex Systems, 5 March 2012</title>
		<link>http://simulacra.blogs.casa.ucl.ac.uk/2012/03/understanding-and-managing-complex-systems-5-march-2012/</link>
		<comments>http://simulacra.blogs.casa.ucl.ac.uk/2012/03/understanding-and-managing-complex-systems-5-march-2012/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 14:54:13 +0000</pubDate>
		<dc:creator>Michael Batty</dc:creator>
				<category><![CDATA[Agent-Based Models]]></category>
		<category><![CDATA[COSMIC]]></category>
		<category><![CDATA[Front]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://simulacra.blogweb.casa.ucl.ac.uk/?p=806</guid>
		<description><![CDATA[The Royal Netherlands Academy of Arts and Sciences (KNAW) and the Netherlands Organisation for Scientific Research (NWO) are organising this seminar on 5th March 2012 starting at 9-30am at Trippenhuis, Kloveniersburgwal 29, the Netherlands.   Mike Batty is talking about &#8230; </p><p><a class="more-link block-button" href="http://simulacra.blogs.casa.ucl.ac.uk/2012/03/understanding-and-managing-complex-systems-5-march-2012/">Continue reading &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><strong>The Royal Netherlands Academy of Arts and Sciences (KNAW) and the Netherlands Organisation for Scientific Research (NWO) are organising this seminar on 5<sup>th</sup> March 2012 starting at 9-30am at </strong>Trippenhuis, Kloveniersburgwal 29, the Netherlands.</p>
<p> <a href="http://simulacra.blogs.casa.ucl.ac.uk/files/2012/03/AMSTERDAM.jpg"><img class="alignnone size-medium wp-image-808" src="http://simulacra.blogs.casa.ucl.ac.uk/files/2012/03/AMSTERDAM-300x242.jpg" alt="" width="300" height="242" /></a></p>
<p><a href="http://www.complexcity.info/cv/">Mike Batty</a> is talking about <em>Complexity in Cities: Are Cities Becoming More and More Complex?</em>, <a href="http://www.ped.fas.harvard.edu/people/faculty/index.html">Martin Novak </a>is talking about <em>Evolving Cooperation</em>,  <a href="http://necsi.edu/affiliates/braha/dan_braha-Description.htm">Dan Braha</a> about <em>Physical Complexity in Socio-Economic Systems</em>, <a href="http://www.neurosciencecampus-amsterdam.nl/en/people/staff-a-z/staff-s-t/stam/index.asp">Kees Stam</a> about <em>Crises in the Brain. What Can We Learn from Modern Network Theory?</em></p>
]]></content:encoded>
			<wfw:commentRss>http://simulacra.blogs.casa.ucl.ac.uk/2012/03/understanding-and-managing-complex-systems-5-march-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Complexity Theory in Cities</title>
		<link>http://simulacra.blogs.casa.ucl.ac.uk/2012/02/complexity-theory-in-cities/</link>
		<comments>http://simulacra.blogs.casa.ucl.ac.uk/2012/02/complexity-theory-in-cities/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 19:18:48 +0000</pubDate>
		<dc:creator>Michael Batty</dc:creator>
				<category><![CDATA[Agent-Based Models]]></category>
		<category><![CDATA[Front]]></category>
		<category><![CDATA[GENeSIS]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[TALISMAN]]></category>

		<guid isPermaLink="false">http://simulacra.blogweb.casa.ucl.ac.uk/?p=794</guid>
		<description><![CDATA[Here is a  new book on complexity and cities entitled &#8220;Complexity Theories of Cities Have Come of Age: An Overview with Implications to Urban Planning and Design&#8221; edited by Juval Portugali, Han Meyer, Egbert Stolk and Ekim Tan with the &#8230; </p><p><a class="more-link block-button" href="http://simulacra.blogs.casa.ucl.ac.uk/2012/02/complexity-theory-in-cities/">Continue reading &#187;</a>]]></description>
				<content:encoded><![CDATA[<p>Here is a  new book on complexity and cities entitled &#8220;Complexity Theories of Cities Have Come of Age: An Overview with Implications to Urban Planning and Design&#8221; edited by Juval Portugali, Han Meyer, Egbert Stolk and Ekim Tan with the intriguing title that what we do has come of age. Well maybe, maybe not, I leave you to be the judge of that. But it does represent a sea change. The book has a wide cast of authors and the focus is on implications for urban planning and design. My own contribution written with Stephen Marshall reviews the origins of the field, returning to Geddes, Jacobs and Alexander, and is entitled: The Origins of Complexity Theory in Cities and Planning”. Amongst those contributing are Hermann Halken, Peter Allen, Nikos Salingaros, Bill Hillier, Jeff Johnson, Hans Meyer, Egbert Stolk, Ekim Tan, Denise Pumain, Harry Timmermans, Stephen Read, Ward Rauws, Carl Gershensen, Dirk Sijmons, Theodore Zamenopolous, Katerina Alexiou, Michael Bitterman, Sevil Sarijildiz, Ozer Ciftcioglu, and of course Juval Portugali. Hope I haven’t left anyone out.</p>
<p><a href="http://www.springerlink.com/content/978-3-642-24543-5/#section=1030381&amp;page=1"><img class="alignnone size-medium wp-image-795" src="http://simulacra.blogs.casa.ucl.ac.uk/files/2012/02/GetFullPageImage-199x300.png" alt="" width="199" height="300" /></a></p>
<p>Juval Portugalihas also written a fascinating book called Complexity, Cognition and the City, recently published too by Springer and this is also essential reading. Books are coming thick and fast on the complexity viewpoint as it is being applied to cities. There is a sense that these foundations will last somewhat longer than the earlier attempts 40-50 years ago involving a Systems Theory of Cities, largely because complexity theory is a much broader church, with wide implications for how we approach the development of ideas, innovations and knowledge in post-industrial society.</p>
<p><a href="http://www.springer.com/architecture+%26+design/architecture/book/978-3-642-19450-4"><img class="alignnone  wp-image-798" src="http://simulacra.blogs.casa.ucl.ac.uk/files/2012/02/portugali-197x300.jpg" alt="" width="197" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://simulacra.blogs.casa.ucl.ac.uk/2012/02/complexity-theory-in-cities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Martin Dodge, ex-CASA, wins AAG Meridian Prize for his Book Code/Space</title>
		<link>http://simulacra.blogs.casa.ucl.ac.uk/2012/02/martin-dodge-ex-casa-wins-aag-meridian-prize-for-his-book-codespace/</link>
		<comments>http://simulacra.blogs.casa.ucl.ac.uk/2012/02/martin-dodge-ex-casa-wins-aag-meridian-prize-for-his-book-codespace/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 08:06:23 +0000</pubDate>
		<dc:creator>Michael Batty</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Front]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://simulacra.blogweb.casa.ucl.ac.uk/?p=782</guid>
		<description><![CDATA[Martin was an RA in CASA and then lecturer from 1996 to 2004. He is now Senior Lecturer in Geography at the University of Manchester. He coauthored the book with another friend of CASA, ROb Kitchin of NUI. Here is &#8230; </p><p><a class="more-link block-button" href="http://simulacra.blogs.casa.ucl.ac.uk/2012/02/martin-dodge-ex-casa-wins-aag-meridian-prize-for-his-book-codespace/">Continue reading &#187;</a>]]></description>
				<content:encoded><![CDATA[<p>Martin was an RA in CASA and then lecturer from 1996 to 2004. He is now Senior Lecturer in Geography at the University of Manchester. He coauthored the book with another friend of CASA, ROb Kitchin of NUI. Here is the citation</p>
<p>On behalf of the Association of American Geographers, &#8230;, <strong>Code/Space: Software and Everyday Life</strong>, published by MIT Press, has been selected to receive the 2011 AAG Meridian Book Award for the Outstanding Scholarly Work in Geography.  This distinction recognizes one book published last year that makes an unusually important contribution to advancing the science and art of geography.</p>
<p><a href="http://simulacra.blogs.casa.ucl.ac.uk/files/2012/02/martin.jpg"><img class="alignnone size-medium wp-image-786" src="http://simulacra.blogs.casa.ucl.ac.uk/files/2012/02/martin-234x300.jpg" alt="" width="234" height="300" /></a></p>
<p> In selecting your book, the committee wrote:  “We feel it pushed the envelope as it explained the linkages between software and human behavior in a spatial context.  This book articulates how space and software have become so intertwined that they constitute one another in our lives. It is one of the rare books that link critical social theories with technology and philosophy. Using everyday spaces, it demonstrates how such spaces are transformed by code and how new spaces of interactions are recreated. It is the type of book that can interface with many different disciplines. It is one of the few geography books taking the technology and the potential in reconstituting space seriously.”</p>
]]></content:encoded>
			<wfw:commentRss>http://simulacra.blogs.casa.ucl.ac.uk/2012/02/martin-dodge-ex-casa-wins-aag-meridian-prize-for-his-book-codespace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Satellite Meeting at ECCS 2012: Complexity in Spatial Dynamics</title>
		<link>http://simulacra.blogs.casa.ucl.ac.uk/2012/02/eccs2012/</link>
		<comments>http://simulacra.blogs.casa.ucl.ac.uk/2012/02/eccs2012/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 16:43:30 +0000</pubDate>
		<dc:creator>Jon Reades</dc:creator>
				<category><![CDATA[COSMIC]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[complex systems]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[eccs]]></category>
		<category><![CDATA[Models]]></category>
		<category><![CDATA[Networks]]></category>

		<guid isPermaLink="false">http://simulacra.blogweb.casa.ucl.ac.uk/?p=776</guid>
		<description><![CDATA[Satellite Meeting: Complexity in Spatial Dynamics (COSMIC) Location: Brussels, 5th of September 2012 Organizers: Peter Nijkamp, Michael Batty, Stewart Fotheringham, and Emmanouil Tranos Background New bottom up, digital data collected for entire populations, has started being utilised in urban science &#8230; </p><p><a class="more-link block-button" href="http://simulacra.blogs.casa.ucl.ac.uk/2012/02/eccs2012/">Continue reading &#187;</a>]]></description>
				<content:encoded><![CDATA[<h2 style="text-align: left" align="center">Satellite Meeting: Complexity in Spatial Dynamics (COSMIC)<strong></strong></h2>
<h4>Location: Brussels, 5<sup>th</sup> of September 2012</h4>
<h4>Organizers: Peter Nijkamp, Michael Batty, Stewart Fotheringham, and Emmanouil Tranos</h4>
<h3>Background</h3>
<p>New bottom up, digital data collected for entire populations, has started being utilised in urban science and geospatial analysis for understanding and modelling urban dynamic processes. Such data will provide dramatically new insights into urban change which manifest themselves in often discontinuous forms which can be articulated using a variety of reaction-diffusion dynamics incorporating catastrophe, chaos, bifurcations, and phase transitions.</p>
<p>Despite these developments, urban analysis is still lacking a typology of urban dynamic processes such as urban flow data, the associated networks and interactions from labour markets to pedestrian movement, to guide the development of models using new digital data collected in real time from electronic transactions such as phone lines, electronic ticketing, and related geosensing.</p>
<p>Urban analysis needs to be supported by the development of theories and models that explain, simulate and predict the dynamics of cities defined across spatial/geographical scales from the global to the local, from the world city to the village. Research in this area has immediate applicability to city planning, urban policy analysis, urbanisation, and world development. In the last twenty years, the field has embraced new developments in complexity theory based on the inescapable logic that such systems mainly develop organically, from the bottom up, illustrating fascinating, surprising and sometime chaotic patterns of emergence, which show order at all scales and are hard to understand as anything but the remorseless action of decision-making at the lowest levels. This presents one of the grandest of challenges to policy-making: current policy instruments are often pitched at the wrong scale, producing methods of intervention which are largely ineffective in that they ignore the essential logic of the way such human systems actually develop.</p>
<p>What makes this particularly opportune is the fact that massive new streams of data with respect to movement and location patterns in city systems are rapidly becoming available. These are providing the momentum for new developments in theory and modelling and they are essential in taking complexity science to the point where it becomes truly applicable in policy making.</p>
<h3>Submitting papers</h3>
<p>Methodological, empirical and conceptual papers demonstrating how long-standing ideas about urban dynamics can be tested and validated using new data sources that provide information about routine decision-making concerning locations and interactions are welcome. We are particularly interested in models of the mechanisms governing how cities change, which generate both smooth and abrupt change reminiscent of criticality, catastrophe, and chaos, and can be tested and extended using these new digital data. One of the key issues in this new view of urban dynamics is the recognition that dynamics exists on all temporal scales from fast and routine, to slow and infrequent, permeated by continuous secular changes as massive discontinuities. We welcome papers which examine the dynamics of change in urban networks, their clusters, communities and hubs. <a title="EasyChair Submission" href="https://www.easychair.org/conferences/?conf=eccs12satellites" target="_blank">Submission now open</a>! All participants at the satellite are also expected to <a title="ECCS Registration" href="http://eccs2012.eu/registration.php" target="_blank">register for ECCS12</a>.</p>
<table border="0" cellspacing="0" cellpadding="4">
<tbody>
<tr>
<td colspan="2"><strong>Important Dates</strong></td>
</tr>
<tr>
<td>One-page abstract submission</td>
<td>18 April</td>
</tr>
<tr>
<td>Early-bid registration deadline</td>
<td>30 April</td>
</tr>
<tr>
<td>Notification of acceptance</td>
<td>1 June</td>
</tr>
<tr>
<td>Deadline for ECCS2012 Registration<br />
<em>(also required if attending only the Satellite Meetings)</em></td>
<td>31 August</td>
</tr>
<tr>
<td>COSMIC Satellite Meeting</td>
<td>5 September</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<h3>Organizational details</h3>
<p>The COSMIC Satellite Event will be a one-day event. The list of invited speakers includes among others Mike Batty, Peter Nijkamp, Alan Wilson and Stewart Fotheringham. Younger researchers will also be encouraged to submit papers. Authors are invited to <a title="EasyChair Submission Site" href="https://www.easychair.org/conferences/?conf=eccs12satellites" target="_blank">submit a one-page abstract through the conference website</a>.</p>
<p style="text-align: center"><a title="ECCS 2012 Web Site" href="http://eccs2012.eu/" target="_blank"><img class="aligncenter" src="http://eccs2012.ulb.ac.be/media/banner2.png" alt="" width="640" height="59" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://simulacra.blogs.casa.ucl.ac.uk/2012/02/eccs2012/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
