<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>OUseful.Info, the blog... &#187; Generating OpenLearn Navigation Mindmaps Automagically</title>
	<atom:link href="http://blog.ouseful.info/2012/05/04/generating-openlearn-navigation-mindmaps-automagically/feed/?withoutcomments=1" rel="self" type="application/rss+xml" />
	<link>http://blog.ouseful.info</link>
	<description>Trying to find useful things to do with emerging technologies in open education</description>
	<lastBuildDate>Wed, 22 May 2013 08:17:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.ouseful.info' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>OUseful.Info, the blog... &#187; Generating OpenLearn Navigation Mindmaps Automagically</title>
		<link>http://blog.ouseful.info</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.ouseful.info/osd.xml" title="OUseful.Info, the blog..." />
	<atom:link rel='hub' href='http://blog.ouseful.info/?pushpress=hub'/>
		<item>
		<title>Generating OpenLearn Navigation Mindmaps Automagically</title>
		<link>http://blog.ouseful.info/2012/05/04/generating-openlearn-navigation-mindmaps-automagically/</link>
		<comments>http://blog.ouseful.info/2012/05/04/generating-openlearn-navigation-mindmaps-automagically/#comments</comments>
		<pubDate>Fri, 04 May 2012 14:14:27 +0000</pubDate>
		<dc:creator>Tony Hirst</dc:creator>
				<category><![CDATA[Open Content]]></category>
		<category><![CDATA[OU2.0]]></category>
		<category><![CDATA[eSTEeM]]></category>
		<category><![CDATA[Freemind]]></category>
		<category><![CDATA[openlearn]]></category>

		<guid isPermaLink="false">http://blog.ouseful.info/?p=7765</guid>
		<description><![CDATA[I&#8217;ve posted before about using mindmaps as a navigation surface for course materials, or as way of bootstrapping the generation of user annotatable mindmaps around course topics or study weeks. The OU&#8217;s XML document format that underpins OU course materials, including the free course units that appear on OpenLearn, makes for easy automated generation of [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ouseful.info&#038;blog=325417&#038;post=7765&#038;subd=ouseful&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve posted before about <a href="http://blog.ouseful.info/2009/05/12/mindmap-navigation-for-online-courses/">using mindmaps as a navigation surface for course materials</a>, or as way of bootstrapping the generation of user annotatable mindmaps around course topics or study weeks. The OU&#8217;s XML document format that underpins OU course materials, including the free course units that appear on OpenLearn, makes for <a href="http://blog.ouseful.info/2011/11/10/generating-mind-maps-from-ouopenlearn-structured-authoring-xml-documents/">easy automated generation of secondary publication products</a>.</p>
<p>So here&#8217;s the next step in my exploration of this idea, a data sketch that generates a Freemind .mm format mindmap file for a range of OpenLearn offerings using metadata puled into Scraperwiki. The file can be downloaded to your desktop (save it with a <tt>.mm</tt> suffix), and then opened &#8211; and annotated &#8211; within Freemind.</p>
<p>You can find the code here: <a href="https://scraperwiki.com/views/openlearn_lo_mindmap/">OpenLearn mindmaps</a>.</p>
<p>By default, the mindmap will describe the learning outcomes associated with each course unit published on the Open University OpenLearn learning zone site.</p>
<p><a href="http://ouseful.files.wordpress.com/2012/05/openlearn-learning-outcomes.png"><img src="http://ouseful.files.wordpress.com/2012/05/openlearn-learning-outcomes.png?w=700&#038;h=368" alt="" title="OpenLearn Learning Outcomes" width="700" height="368" class="alignnone size-full wp-image-7767" /></a></p>
<p>By hacking the view URL, other mindmaps are possible. For example, we ca make the following additions to the actual mindmap file URL (reached by opening the Scraperwiki view) as follows:</p>
<ul>
<li><tt>?unit=UNITCODE</tt>, where <tt>UNITCODE=</tt> something like <a href="https://views.scraperwiki.com/run/openlearn_lo_mindmap/?unit=T180_5"><em>T180_5</em></a> or <em>K100_2</em> and you will get a view over section headings and learning outcomes that appear in the corresponding course unit.</li>
<li><tt>?unitset=UNITSET</tt> where <tt>UNITSET=</tt> something like <a href="https://views.scraperwiki.com/run/openlearn_lo_mindmap/?unitset=T180"><em>T180</em></a> or <a href="https://views.scraperwiki.com/run/openlearn_lo_mindmap/?unitset=K100"><em>K100</em></a> – ie the parent course code from which a specific unit was derived. This view will give a map showing headings and Learning Outcomes for all the units derived from a given UNITSET/course code.</li>
<li><tt>?keywordsearch=KEYWORD</tt> where <tt>KEYWORD=</tt> something like: <em>physics</em> This will identify all unit codes marked up with the keyword in the RSS version of the unit and generate a map showing headings and Learning Outcomes for all the units associated with the keyword. (This view is still a little buggy&#8230;)</li>
</ul>
<p><a href="http://ouseful.files.wordpress.com/2012/05/k100-auto-generated-mindmap.png"><img src="http://ouseful.files.wordpress.com/2012/05/k100-auto-generated-mindmap.png?w=700&#038;h=390" alt="" title="K100 auto generated mindmap" width="700" height="390" class="alignnone size-full wp-image-7769" /></a></p>
<p>In the first iteration, I haven&#8217;t added links to actual course units, so the mindmap doesn&#8217;t yet act as a clickable navigation surface, but that it is on the timeline&#8230; </p>
<p>It&#8217;s also worth noting that there is a flash browser available for simple Freemind mindmaps, which means we could have an online, in-browser service that displays the mindmap as such. (I seem to have a few permissions problems with getting new files onto ouseful.open.ac.uk at the moment &#8211; Mac side, I think? &#8211; so I haven&#8217;t yet been able to demo this. I suspect that browser security policies will require the .mm file to be served from the same server as the flash component, which means a proxy will be required if the data file is pulled from the Scraperwiki view.)</p>
<p>What would be really nice, of course, would be an HTML5 route to rendering a JSONified version of the .mm XML format&#8230; (I&#8217;m not sure how straightforward it would be to port the <a href="http://freemind.cvs.sourceforge.net/viewvc/freemind/flash/source/visorFreeMind/">original Freemind flash browser Actionscript source code</a>?)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ouseful.wordpress.com/7765/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ouseful.wordpress.com/7765/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.ouseful.info&#038;blog=325417&#038;post=7765&#038;subd=ouseful&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.ouseful.info/2012/05/04/generating-openlearn-navigation-mindmaps-automagically/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/abbd9f90565ce9ae4d065d93a81d8c03?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Tony Hirst</media:title>
		</media:content>

		<media:content url="http://ouseful.files.wordpress.com/2012/05/openlearn-learning-outcomes.png" medium="image">
			<media:title type="html">OpenLearn Learning Outcomes</media:title>
		</media:content>

		<media:content url="http://ouseful.files.wordpress.com/2012/05/k100-auto-generated-mindmap.png" medium="image">
			<media:title type="html">K100 auto generated mindmap</media:title>
		</media:content>
	</item>
	</channel>
</rss>
