<?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>The modelling4all.org project</title>
	<atom:link href="http://blogs.oucs.ox.ac.uk/modelling4all/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.oucs.ox.ac.uk/modelling4all</link>
	<description>Learning and teaching by constructing (agent-based) computer models.</description>
	<lastBuildDate>Fri, 16 Mar 2012 14:36:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Behaviour Composer now supports power law networks much better</title>
		<link>http://blogs.oucs.ox.ac.uk/modelling4all/2012/03/16/behaviour-composer-now-supports-power-law-networks-much-better/</link>
		<comments>http://blogs.oucs.ox.ac.uk/modelling4all/2012/03/16/behaviour-composer-now-supports-power-law-networks-much-better/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 14:36:38 +0000</pubDate>
		<dc:creator>Kenneth Kahn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.oucs.ox.ac.uk/modelling4all/?p=397</guid>
		<description><![CDATA[The code for generating networks with a power law distribution was completely re-implemented. It is now faster and more accurate. Also added a micro-behaviour for generating log log plots that are a nice way of visualising power law distributions. Several &#8230; <a href="http://blogs.oucs.ox.ac.uk/modelling4all/2012/03/16/behaviour-composer-now-supports-power-law-networks-much-better/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The code for generating networks with a power law distribution was completely re-implemented. It is now faster and more accurate. Also added a micro-behaviour for generating log log plots that are a nice way of visualising power law distributions.</p>
<p>Several small user interface improvements made as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.oucs.ox.ac.uk/modelling4all/2012/03/16/behaviour-composer-now-supports-power-law-networks-much-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More user interface improvements to the Behaviour Composer</title>
		<link>http://blogs.oucs.ox.ac.uk/modelling4all/2012/03/06/more-user-interface-improvements-to-the-behaviour-composer/</link>
		<comments>http://blogs.oucs.ox.ac.uk/modelling4all/2012/03/06/more-user-interface-improvements-to-the-behaviour-composer/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 17:53:41 +0000</pubDate>
		<dc:creator>Kenneth Kahn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.oucs.ox.ac.uk/modelling4all/?p=394</guid>
		<description><![CDATA[When you click on a link in this release a &#8216;customisation&#8217; panel opens up where you can make changes and then add it to a prototype. We have begun experimenting with a usage pattern where we split horizontally the main &#8230; <a href="http://blogs.oucs.ox.ac.uk/modelling4all/2012/03/06/more-user-interface-improvements-to-the-behaviour-composer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When you click on a link in this release a &#8216;customisation&#8217; panel opens up where you can make changes and then add it to a prototype. We have begun experimenting with a usage pattern where we split horizontally the main library and everything else. The screen can simultaneously display the library, the composer area, and the micro-behaviour one is working on. The library panel can be made very narrow when working in this manner. When working through a tutorial guide the configuration can have guide in the split panel instead of the library.</p>
<p>If one wants a &#8216;permanent&#8217; micro-behaviour tab as before then one can click on the &#8216;Open&#8217; menu item of the micro behaviour.</p>
<p>Other small improvements and some bug fixes are part of this release as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.oucs.ox.ac.uk/modelling4all/2012/03/06/more-user-interface-improvements-to-the-behaviour-composer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Major interface re-design for the Behaviour Composer</title>
		<link>http://blogs.oucs.ox.ac.uk/modelling4all/2012/02/27/major-interface-re-design-for-the-behaviour-composer/</link>
		<comments>http://blogs.oucs.ox.ac.uk/modelling4all/2012/02/27/major-interface-re-design-for-the-behaviour-composer/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 19:27:41 +0000</pubDate>
		<dc:creator>Kenneth Kahn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.oucs.ox.ac.uk/modelling4all/?p=392</guid>
		<description><![CDATA[This release keeps the command line and status line at the top regardless of whether you have scrolled or split the screen. Less space is wasted in this design. The screen can now be split horizontally as well as vertically &#8230; <a href="http://blogs.oucs.ox.ac.uk/modelling4all/2012/02/27/major-interface-re-design-for-the-behaviour-composer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This release keeps the command line and status line at the top regardless of whether you have scrolled or split the screen. Less space is wasted in this design. The screen can now be split horizontally as well as vertically &#8212; particularly convenient on wide displays. Scroll bars, dragging the splitter, and resizing the window work much better. This release includes many other improvements and bug fixes as well.</p>
<p>This also includes experimental support for the NetLogo URL extension that enables micro-behaviours to read web pages and to post data. More about that soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.oucs.ox.ac.uk/modelling4all/2012/02/27/major-interface-re-design-for-the-behaviour-composer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Behaviour Composer integrated with the new NetLogo 5.0</title>
		<link>http://blogs.oucs.ox.ac.uk/modelling4all/2012/02/18/behaviour-composer-integrated-with-the-new-netlogo-5-0/</link>
		<comments>http://blogs.oucs.ox.ac.uk/modelling4all/2012/02/18/behaviour-composer-integrated-with-the-new-netlogo-5-0/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 17:47:46 +0000</pubDate>
		<dc:creator>Kenneth Kahn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.oucs.ox.ac.uk/modelling4all/?p=389</guid>
		<description><![CDATA[NetLogo 5.0 was released recently. This release of the Behaviour Composer uses new features to simplify and enhance the Behaviour Composer. The generated NetLogo code is much more readable since it no longer needs to generate lots of new commands &#8230; <a href="http://blogs.oucs.ox.ac.uk/modelling4all/2012/02/18/behaviour-composer-integrated-with-the-new-netlogo-5-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://ccl.northwestern.edu/netlogo/" target="_blank">NetLogo 5.0</a> was released recently. This release of the Behaviour Composer uses new features to simplify and enhance the Behaviour Composer. The generated NetLogo code is much more readable since it no longer needs to generate lots of new commands and reporters.</p>
<p>The &#8216;clocked&#8217; switch has been removed since NetLogo provides similar functionality via the speed slider.</p>
<p>It is now possible for enhanced code to access local variables. E.g.</p>
<p>let var 42</p>
<p>do-every 1</p>
<p>[turn-right var]</p>
<p>Release includes many small improvements and bug fixes as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.oucs.ox.ac.uk/modelling4all/2012/02/18/behaviour-composer-integrated-with-the-new-netlogo-5-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 minute long video about the project</title>
		<link>http://blogs.oucs.ox.ac.uk/modelling4all/2012/01/26/7-minute-long-video-about-the-project/</link>
		<comments>http://blogs.oucs.ox.ac.uk/modelling4all/2012/01/26/7-minute-long-video-about-the-project/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 17:54:16 +0000</pubDate>
		<dc:creator>Kenneth Kahn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.oucs.ox.ac.uk/modelling4all/?p=386</guid>
		<description><![CDATA[We just released a video about the project. http://youtu.be/8AAZeTOj7yc]]></description>
			<content:encoded><![CDATA[<p>We just released a video about the project. http://youtu.be/8AAZeTOj7yc</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.oucs.ox.ac.uk/modelling4all/2012/01/26/7-minute-long-video-about-the-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://blogs.oucs.ox.ac.uk/modelling4all/2012/01/09/384/</link>
		<comments>http://blogs.oucs.ox.ac.uk/modelling4all/2012/01/09/384/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 17:24:58 +0000</pubDate>
		<dc:creator>Kenneth Kahn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.oucs.ox.ac.uk/modelling4all/?p=384</guid>
		<description><![CDATA[The Behaviour Composer now has an interface with the IMS standard Basic Learning Tool Interoperability framework (http://www.imsglobal.org/lti/index.html). This means it can be integrated as a tool of VLEs such as Moodle or Sakai or systems such as LAMS. It has &#8230; <a href="http://blogs.oucs.ox.ac.uk/modelling4all/2012/01/09/384/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Behaviour Composer now has an interface with the IMS standard Basic Learning Tool Interoperability framework (<a href="http://www.imsglobal.org/lti/index.html">http://www.imsglobal.org/lti/index.html</a>). This means it can be integrated as a tool of VLEs such as Moodle or Sakai or systems such as LAMS. It has been tested with Oxford&#8217;s WebLearn which is built on Sakai.</p>
<p>This has two consequences:</p>
<ol>
<li>For those who launch the Behaviour Composer from within WebLearn it means they will always have the same user id and need not save a URL to continue another time</li>
<li>The &#8216;My Models&#8217; panel has been greatly enhanced. The list of models can be limited to the current Basic LTI context. Models can be hidden from view. They are displayed most recent first. Shared models are displayed as well. Most of these features benefit all users not just those launching from a VLE.</li>
</ol>
<p>There is the potential of enhancing the system so that an instructor could have access to all the models created in a class.</p>
<p>It would be very easy to integrate the Behaviour Composer with other VLEs or the like were the need to arise.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.oucs.ox.ac.uk/modelling4all/2012/01/09/384/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modelling the ethical, environmental, economic, legal and social aspects of animal genetics</title>
		<link>http://blogs.oucs.ox.ac.uk/modelling4all/2011/12/14/modelling-the-ethical-environmental-economic-legal-and-social-aspects-of-animal-genetics/</link>
		<comments>http://blogs.oucs.ox.ac.uk/modelling4all/2011/12/14/modelling-the-ethical-environmental-economic-legal-and-social-aspects-of-animal-genetics/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 11:40:09 +0000</pubDate>
		<dc:creator>Howard Noble</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blogs.oucs.ox.ac.uk/modelling4all/?p=365</guid>
		<description><![CDATA[Ken and Howard just hosted a 2-day workshop for academic colleagues based at the Edinburgh and Alberta Universities. The aim of the workshop was to explore the potential of using agent-based modelling (ABM) for engaging a wider range of stakeholders &#8230; <a href="http://blogs.oucs.ox.ac.uk/modelling4all/2011/12/14/modelling-the-ethical-environmental-economic-legal-and-social-aspects-of-animal-genetics/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ken and Howard just hosted a 2-day workshop for academic colleagues based at the <a href="http://www.stis.ed.ac.uk/">Edinburgh</a> and <a href="http://www.afns.ualberta.ca/en/AboutUs.aspx">Alberta </a>Universities. The aim of the workshop was to explore the potential of using agent-based modelling (ABM) for engaging a wider range of stakeholders (consumers, supermarkets, farmers, government policy-makers) in the great food debate (e.g. <a href="http://www.scientificamerican.com/article.cfm?id=foley-global-food-production-reduce-environmental-damage-maps">How to Double Global Food Production by 2050 and Reduce Environmental Damage</a>).</p>
<p>We focused on two main themes during the day:</p>
<ol>
<li><strong>The introduction of disease resistant pigs to farms.</strong> The issue here is that whilst these pigs still grow normally they remain infections as they may still carry a pathogen such as a virus. This could have consequences for farmers with non-resistant strains because their pigs could become infected by resistant strains.</li>
<li><strong>Consumer choice and reflexivity.</strong> We discussed how ABM could be used to model the extent to which food selection-related behaviours change in human populations. The <a href="http://en.wikipedia.org/wiki/Reflexivity_(social_theory)">reflexivity theory</a> suggests there are different cohorts within any population e.g. one where individuals are highly conditioned by close friends and family compared to others that are more reflective and formulate their preferences <em>independently</em>.</li>
</ol>
<p>This is of interest to the modelling4all project because in  neatly fits into our vision where the BehaviourComposer is used to support <a href="http://en.wikipedia.org/wiki/Constructionism_(learning_theory)">constructionist learning</a> not only in the classroom but in society-at-large. We discussed using ABM in focus groups to help people express their preferences and ideas in new ways e.g. asking people to configure an ABM that represents how they would prefer the world to work with respect to a wide range of variables such as price, taste, environment, health risk, seasonal availability. With ABM it might be possible to treat focus group participants less as subjects that provide data for aggregate statistical analysis, and more as designers of whole systems.</p>
<p>ABM makes it easier for more people to understand how their ideas might translate to a society of heterogeneous individuals that influence each other over space and time, where behaviours change as individuals learn, and importantly with respect to the ethics of sustainability &#8211; where agents might choose to act on global/system wide information rather than local signals.</p>
<p>For example: if cod fish stocks are about to collapse I stop buying cod (global information) even when cod is still available for a low price in shops (local signal). It is important to remember that if 20% of people refrain from buying cod the reduction in cod consumption is not necessarily the sum of the fish this group would have bought. Humans are social animals &#8211; we influence each other in complex and unpredictable ways. The effect of this 20% could actually be to increase cod consumption if shop owners notice the drop in demand and reduce prices to clear stocks. If this tactic works new customers might be introduced to cod who in turn persuade their friends and family to to buy cod. But this would be to discount the tremendous effort of Hugh Fearnely-Whittingstall and the big <a href="http://www.fishfight.net/hugh-fearnley-whittingstall/">Fish Fight</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.oucs.ox.ac.uk/modelling4all/2011/12/14/modelling-the-ethical-environmental-economic-legal-and-social-aspects-of-animal-genetics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New library for the Behaviour Composer</title>
		<link>http://blogs.oucs.ox.ac.uk/modelling4all/2011/12/10/new-library-for-the-behaviour-composer/</link>
		<comments>http://blogs.oucs.ox.ac.uk/modelling4all/2011/12/10/new-library-for-the-behaviour-composer/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 21:57:08 +0000</pubDate>
		<dc:creator>Kenneth Kahn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.oucs.ox.ac.uk/modelling4all/?p=362</guid>
		<description><![CDATA[The Behaviour Composer now has a completely rewritten library of micro-behaviours. Several bugs fixed as well. The micro-behaviours in the new library take advantage of several new features introduced in the last year or two.]]></description>
			<content:encoded><![CDATA[<p>The Behaviour Composer now has a completely rewritten library of micro-behaviours. Several bugs fixed as well.</p>
<p>The micro-behaviours in the new library take advantage of several new features introduced in the last year or two.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.oucs.ox.ac.uk/modelling4all/2011/12/10/new-library-for-the-behaviour-composer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release with new MB enhancements and auto-resizing text areas</title>
		<link>http://blogs.oucs.ox.ac.uk/modelling4all/2011/11/25/release-with-new-mb-enhancements-and-auto-resizing-text-areas/</link>
		<comments>http://blogs.oucs.ox.ac.uk/modelling4all/2011/11/25/release-with-new-mb-enhancements-and-auto-resizing-text-areas/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 21:19:13 +0000</pubDate>
		<dc:creator>Kenneth Kahn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.oucs.ox.ac.uk/modelling4all/?p=360</guid>
		<description><![CDATA[Released a new version of the Behaviour Composer which has two new micro-behaviour enhancement menu items. One is for introducing local variables and the other is to add notes. Text areas now begin small but grow as big as needed &#8230; <a href="http://blogs.oucs.ox.ac.uk/modelling4all/2011/11/25/release-with-new-mb-enhancements-and-auto-resizing-text-areas/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Released a new version of the Behaviour Composer which has two new micro-behaviour enhancement menu items. One is for introducing local variables and the other is to add notes. Text areas now begin small but grow as big as needed while you type. A couple bug fixed as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.oucs.ox.ac.uk/modelling4all/2011/11/25/release-with-new-mb-enhancements-and-auto-resizing-text-areas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New BehaviourComposer release</title>
		<link>http://blogs.oucs.ox.ac.uk/modelling4all/2011/10/21/new-behaviourcomposer-release-2/</link>
		<comments>http://blogs.oucs.ox.ac.uk/modelling4all/2011/10/21/new-behaviourcomposer-release-2/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 10:10:01 +0000</pubDate>
		<dc:creator>Kenneth Kahn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.oucs.ox.ac.uk/modelling4all/?p=357</guid>
		<description><![CDATA[The new release uses the new primitives dictionary (http://resources.modelling4all.org/Home/dictionary). Includes other improvements in linking code to documentation. Coming soon: a complete update of the micro-behaviour library as well as moving it to http://resources.modelling4all.org.]]></description>
			<content:encoded><![CDATA[<p>The new release uses the new primitives dictionary (http://resources.modelling4all.org/Home/dictionary). Includes other improvements in linking code to documentation.</p>
<p>Coming soon: a complete update of the micro-behaviour library as well as moving it to http://resources.modelling4all.org.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.oucs.ox.ac.uk/modelling4all/2011/10/21/new-behaviourcomposer-release-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

