<?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>Shuttleworth Foundation &#187; Fellows Blogs</title>
	<atom:link href="http://www.shuttleworthfoundation.org/category/fellows-blogs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shuttleworthfoundation.org</link>
	<description>We support exceptional people to change the world in extraordinary ways</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:48:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Developing Challenges of Multi-Hop Mesh Telephony on Android</title>
		<link>http://www.shuttleworthfoundation.org/developing-challenges-of-multi-hop-mesh-telephony-on-android/</link>
		<comments>http://www.shuttleworthfoundation.org/developing-challenges-of-multi-hop-mesh-telephony-on-android/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 10:48:00 +0000</pubDate>
		<dc:creator>Dr. Paul Gardner-Stephen</dc:creator>
				<category><![CDATA[ad-hoc]]></category>
		<category><![CDATA[BATMAN]]></category>
		<category><![CDATA[cell phone]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[Fellows Blogs]]></category>
		<category><![CDATA[IEEE 802.11]]></category>
		<category><![CDATA[mesh networking]]></category>
		<category><![CDATA[Paul Gardner-Stephen]]></category>
		<category><![CDATA[Serval DNA]]></category>
		<category><![CDATA[Serval Project]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Wifi]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[audio codecs]]></category>
		<category><![CDATA[development challenge]]></category>
		<category><![CDATA[serval]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[telephony functions]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.shuttleworthfoundation.org/?guid=267979b67183d3d59e4258f4f7f1c925</guid>
		<description><![CDATA[<p>If you are reading this blog, you probably know that the Serval Project is all about making mesh telephony practical, so that people can communicate anywhere, any time.For regular Android software...</p>]]></description>
			<content:encoded><![CDATA[<p>If you are reading this blog, you probably know that the <a href="http://servalproject.org/">Serval Project</a> is all about making mesh telephony practical, so that people can communicate anywhere, any time.</p>
<p>For regular Android software development, it is often practical to use the Android emulator to reduce the time between updating source code and seeing the effect of the change.</p>
<p>For Serval, this isn&#8217;t really an option, because we work below the Android API layer, and much of the software development challenge is related to making the WiFi chipsets do what we want. &nbsp;We also have a fair amount of native code to do the mesh routing and telephony functions. &nbsp;In fact, we currently have an entire distribution of Asterisk in the Serval Mesh software, which must be decompressed and installed when the Serval Mesh APK is installed or updated. </p>
<p>Together, these contribute to an update process that can take several minutes to between modifying a line of code and seeing it on an Android device, especially on the low-cost devices that are our primary targets, and when using the debug option in eclipse.</p>
<p>Those minutes add up over time, and so I decided to minimise the install time as much as possible, and also address another problem with developing our software, that is detecting when you have an actual multi-hop network.</p>
<p>To reduce the install time, I started looking at the Asterisk installation to see what we could safely throw out. &nbsp;I managed to get rid of about half of the loadable modules, several utilities and all of the speech files that Asterisk comes bundled with. &nbsp;This reduced the size of the APK by a little over 1MB, down to just under 5MB, and cut down the install time by about 15%. &nbsp;Further savings came from removing unused audio codecs in our SIPDroid-derived SIP client, saving another 0.4MB, and getting the whole thing down to less than 4.5MB and installing about 25% faster than previously.</p>
<p>The bulk of the remaining time is about evenly split between installing Asterisk and testing that the WiFi control works properly. &nbsp;For development, it probably makes sense to separate out the Asterisk installation from the other files we need to deploy on installation, as we really don&#8217;t modify the Asterisk files between builds. &nbsp;This shouldn&#8217;t be too hard to do, but I have run out of time tonight.</p>
<p>Also, for our target handsets, we really don&#8217;t need to test the WiFi control every time we update, so we should be able to set a flag to tell the software that we are in development mode, and just assume that the WiFi control works. &nbsp;This now works by checking if a file called <span style="font-family: 'Courier New', Courier, monospace;">/sdcard/serval/developer-mode/fast-wifi</span> exists, and if so, bypassing those tests, and thus saving about 15 seconds.</p>
<p>So over all the minimum time from hitting &#8220;run&#8221; in Eclipse to getting the software ready has been reduced from 85 seconds down to 48 seconds (without debugging).</p>
<p>The over significant development convenience task I have worked on in the last few days is one that is probably of more general interest. &nbsp;The peer list now shows the number of hops to each of the nodes that your phone knows about, as shown in the image below. &nbsp;This was produced by having two phones at opposite ends of my house, and having the phone shown here with me out on the street.</p>
<div class="separator" style="clear: both; text-align: center;"><a href="http://4.bp.blogspot.com/-fjjD53rd-b4/Ty-t5cAVRaI/AAAAAAAAAJw/daWBb3wYnFo/s1600/2-hop-peerlist" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="http://4.bp.blogspot.com/-fjjD53rd-b4/Ty-t5cAVRaI/AAAAAAAAAJw/daWBb3wYnFo/s1600/2-hop-peerlist" /></a></div>
<div class="separator" style="clear: both; text-align: center;"></div>
<p>Each row of the peer list now shows the telephone number, e.g., 5550344, the batman link score, e.g., 243, the ping time to the peer, e.g., 19 milli-seconds, and either &#8220;direct&#8221; for nodes we can reach directly, or the number of hops to reach the node, e.g., 2 hop. </p>
<p>Importantly for debugging, this displays doesn&#8217;t ask BATMAN how far to the node in question, but actually enquires of the time-to-live (TTL) field in the IP header, and thus returns the true distance from your phone to the phone in question (the return path might be a different length, though). </p>
<p>Actually, because of limitations with the Java UDP programming interface, the TTL field is read by the Serval DNA daemon (which is written in C), and included in the returned UDP packet to the requesting client.</p>
<p>This means that we can just look at the interface on the screen (and so can all of you who have been asking us for this feature) and see what is happening to routes, instead of having to connect to the phone with a USB cable and enter all sorts of commands to ask BATMAN and the operating system what <i>might</i>&nbsp;be happening.</p>
<p>So all in all we now have a slightly faster and easier development process, that I am sure will more than save the couple of person days of effort that they took to develop, and thus enable us to work faster instead of harder.
<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9068638994894102968-6886221887208707380?l=servalpaul.blogspot.com' alt='' /></div>

<p class="syndicated-attribution"><a href="http://servalpaul.blogspot.com/2012/02/developing-challenges-of-multi-hop-mesh.html" class="button" style="margin:-3px 6px 0 0;"><span>read original post </span></a> on Dr. Paul Gardner-Stephen's Site</p>]]></content:encoded>
			<wfw:commentRss>http://www.shuttleworthfoundation.org/developing-challenges-of-multi-hop-mesh-telephony-on-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>6th Pan-African ABS Workshop in Cameroon</title>
		<link>http://www.shuttleworthfoundation.org/6th-pan-african-abs-workshop-in-cameroon/</link>
		<comments>http://www.shuttleworthfoundation.org/6th-pan-african-abs-workshop-in-cameroon/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 20:24:00 +0000</pubDate>
		<dc:creator>Holly</dc:creator>
				<category><![CDATA[Fellows Blogs]]></category>
		<category><![CDATA[Kabir Bavikatte]]></category>
		<category><![CDATA[ABS]]></category>
		<category><![CDATA[African]]></category>
		<category><![CDATA[capacity development initiative]]></category>
		<category><![CDATA[FAO]]></category>
		<category><![CDATA[prostate ailments]]></category>
		<category><![CDATA[prunus africana]]></category>

		<guid isPermaLink="false">http://www.shuttleworthfoundation.org/?guid=c5e89a9648e2000b69806ea38f28b67b</guid>
		<description><![CDATA[<p>Between the 30th of January and 3rd of February the 6th Pan-AfricanABS Workshop brought together 110 participants in Limbe, Cameroon. Theworkshop is put together every year by the ABS Capacity...</p>]]></description>
			<content:encoded><![CDATA[<div class="separator" style="clear: both; text-align: center;"><a href="http://3.bp.blogspot.com/-GfMXOEmYbyM/Ty7ldr9aCAI/AAAAAAAAAks/e3o0j4NQa1w/s1600/abscam.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" height="239" src="http://3.bp.blogspot.com/-GfMXOEmYbyM/Ty7ldr9aCAI/AAAAAAAAAks/e3o0j4NQa1w/s320/abscam.jpg" width="320" /></a></div>
<div style="text-align: justify;">Between the 30th of January and 3rd of February the 6th Pan-AfricanABS Workshop brought together 110 participants in Limbe, Cameroon. Theworkshop is put together every year by the <a href="http://www.abs-initiative.info/" >ABS Capacity Development Initiative</a> and was hosted by the Cameroonian Ministry ofEnvironment, Protection of Nature and Sustainable Development(<a href="http://www.minep.gov.cm/" >MINEP</a>) and the Central African Forest Commission (<a href="http://www.google.co.za/url?sa=t&amp;rct=j&amp;q=comifac&amp;source=web&amp;cd=1&amp;ved=0CCEQFjAA&amp;url=http://www.comifac.org/&amp;ei=iuMuT5DnI4O4hAe71bTOCg&amp;usg=AFQjCNGf4_r3WdEQO3JsvR6C4iPVe0-6fA" >COMIFAC</a>). Itsparticipants included national ABS focal points, representatives ofindigenous and local communities, private sector experts and other ABSstakeholders as well as representatives of a number ofintergovernmental organisations including the <a href="http://www.cbd.int/" >CBD</a>, <a href="http://www.unep.org/dgef/" >UNEP-GEF</a> and <a href="http://www.fao.org/" >FAO</a>.&nbsp;</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">The objective of the workshop was to provide participants with a forumwithin which to exchange and discuss national and regional experiencesin addressing ABS issues with a special focus on non-timber forestproduct based value chains; approaches to addressing the transboundarynature of biological and genetic resources; and the need to considerthe establishment of a Global Multilateral Benefit-Sharing Mechanism.The workshop also provided African stakeholders the opportunity tofamiliarise themselves with a recently finalised draft study on a &#8220;GapAnalysis and Review of the African Model Law&#8221;; the outcomes of anexpert workshop on ABS and intellectual property rights and theregional perspectives on ABS as relevant in other UN fora, namely <a href="http://www.wipo.int/portal/index.html.en" >WIPO</a>and the FAO.&nbsp;</div>
<p><a name='more'></a>
<div style="text-align: justify;">Finally, as every year, participants were invited to study with moredetail a local ABS case study. In this case participants were able togain insight into the case of the Prunus Africana at the foot of MountCameroon. Through a day long excursions participants familiarisedthemselves with the value chain of the bark of the tree used amongother to treat prostate ailments. The example brought great insight tothe actual challenges of implementing ABS in practice.</div>
<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6035733385195693768-3808988332811511702?l=natural-justice.blogspot.com' alt='' /></div>

<p class="syndicated-attribution"><a href="http://natural-justice.blogspot.com/2012/02/6th-pan-african-abs-workshop-in.html" class="button" style="margin:-3px 6px 0 0;"><span>read original post </span></a> on Holly's Site</p>]]></content:encoded>
			<wfw:commentRss>http://www.shuttleworthfoundation.org/6th-pan-african-abs-workshop-in-cameroon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Briefing Paper from Amazon Watch on FPIC</title>
		<link>http://www.shuttleworthfoundation.org/briefing-paper-from-amazon-watch-on-fpic/</link>
		<comments>http://www.shuttleworthfoundation.org/briefing-paper-from-amazon-watch-on-fpic/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 20:02:00 +0000</pubDate>
		<dc:creator>Holly</dc:creator>
				<category><![CDATA[Fellows Blogs]]></category>
		<category><![CDATA[Kabir Bavikatte]]></category>
		<category><![CDATA[briefing paper]]></category>
		<category><![CDATA[finance institutions]]></category>
		<category><![CDATA[Informed]]></category>
		<category><![CDATA[infrastructure projects]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[Watch]]></category>

		<guid isPermaLink="false">http://www.shuttleworthfoundation.org/?guid=f0900f2a7168d13245c37cdadb602e45</guid>
		<description><![CDATA[<p>With the rights of many Indigenous peoples and local communities neglected by companies they interact with, Amazon Watch has prepared an important briefing paper to ensure that companies and other...</p>]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;"><a href="http://2.bp.blogspot.com/-eSt7C14zFJM/Ty7gVVLNQyI/AAAAAAAAAkk/Rtyiz8hDCoA/s1600/amazonwatch.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"><img border="0" height="169" src="http://2.bp.blogspot.com/-eSt7C14zFJM/Ty7gVVLNQyI/AAAAAAAAAkk/Rtyiz8hDCoA/s320/amazonwatch.jpg" width="320" /></a>With the rights of many Indigenous peoples and local communities neglected by companies they interact with, <a href="http://amazonwatch.org/" >Amazon Watch</a> has prepared an important <a href="http://amazonwatch.org/news/2011/0202-fpic-the-right-to-decide" >briefing paper</a> to ensure that companies and other actors fully understand their responsibilities in ensuring Free, Prior and Informed Consent from communities.&nbsp;</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">The introduction to the briefing paper states that it &#8220;focuses on the roles and responsibilities of companies, investors and finance institutions to identify, prevent and address the adverse human rights impacts of company operations. It identifies the rights of indigenous peoples that are potentially affected by extractive industry and infrastructure projects and explores the ethical, legal and financial reasons for respecting these rights. This paper highlights the importance of a company operating only where it has the free, prior and informed consent of any indigenous peoples potentially affected by their operations. It identifies some of the key challenges involved in implementing a Free, Prior and Informed Consent (FPIC) policy and makes recommendations for companies and shareholders who engage in business activities or investments in the Amazon.&#8221;</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">Download the full briefing paper <a href="http://amazonwatch.org/assets/files/fpic-the-right-to-decide.pdf" >here</a>.</div>
<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6035733385195693768-4598737384966002451?l=natural-justice.blogspot.com' alt='' /></div>

<p class="syndicated-attribution"><a href="http://natural-justice.blogspot.com/2012/02/with-rights-of-many-indigenous-peoples.html" class="button" style="margin:-3px 6px 0 0;"><span>read original post </span></a> on Holly's Site</p>]]></content:encoded>
			<wfw:commentRss>http://www.shuttleworthfoundation.org/briefing-paper-from-amazon-watch-on-fpic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>TK Commons Meeting in Cape Town</title>
		<link>http://www.shuttleworthfoundation.org/tk-commons-meeting-in-cape-town/</link>
		<comments>http://www.shuttleworthfoundation.org/tk-commons-meeting-in-cape-town/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 16:42:00 +0000</pubDate>
		<dc:creator>Holly</dc:creator>
				<category><![CDATA[Fellows Blogs]]></category>
		<category><![CDATA[Kabir Bavikatte]]></category>
		<category><![CDATA[Bushbuckridge]]></category>
		<category><![CDATA[January]]></category>
		<category><![CDATA[knowledge]]></category>
		<category><![CDATA[natural justice]]></category>
		<category><![CDATA[r project]]></category>
		<category><![CDATA[traditional users]]></category>

		<guid isPermaLink="false">http://www.shuttleworthfoundation.org/?guid=1c36eff471a1b584d9f685585eeecaa7</guid>
		<description><![CDATA[<p>On the 31st January representatives from the Bushbuckridge Traditional Healers’ Association, lawyers working on issues around traditional knowledge (TK) from Kenya and Ghana, and Natural Justice...</p>]]></description>
			<content:encoded><![CDATA[<div class="separator" style="clear: both; text-align: center;"><a href="http://4.bp.blogspot.com/-FJl3lfD6eHo/Tyq8iod6IqI/AAAAAAAAAkc/RAaT1dtzs1U/s1600/Open+AIR+Photo+(2).jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" height="212" src="http://4.bp.blogspot.com/-FJl3lfD6eHo/Tyq8iod6IqI/AAAAAAAAAkc/RAaT1dtzs1U/s320/Open+AIR+Photo+(2).jpg" width="320" /></a></div>
<div style="text-align: justify;">On the 31st January representatives from the <a href="http://community-protocols.org/wp-content/uploads/documents/South_Africa-Bushbuckridge_Biocultural_Protocol.pdf" >Bushbuckridge Traditional Healers’ Association</a>, lawyers working on issues around traditional knowledge (TK) from Kenya and Ghana, and Natural Justice gathered in Cape Town with support from the <a href="http://www.openair.org.za/" >Open A.I.R. Project</a>. The theme was “Non-Traditional Users of TK—Opportunities and Challenges Around Compliance”. Breakout sessions delved into the definition of TK commons, methods of pooling and sharing TK, TK practioners and their issues, external links to non-traditional users of TK, and existing and future policies around TK. Interviews with the healers from Bushbuckridge on the challenges they have faced in managing the sharing of their TK informed much of the discussion.&nbsp;</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">Looking forward, the representatives looked to build on the successes of the Bushbuckridge community. As communities in Ghana and Kenya move forward with their development of TK commons, participants will support the development of linkages between these communities and the Bushbuckridge healers. They will also continue to look for ways to creatively collaborate to analyse and shape laws and policies around TK based on experiences at the grassroots level. </div>
<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6035733385195693768-712122138841403677?l=natural-justice.blogspot.com' alt='' /></div>

<p class="syndicated-attribution"><a href="http://natural-justice.blogspot.com/2012/02/tk-commons-meeting-in-cape-town.html" class="button" style="margin:-3px 6px 0 0;"><span>read original post </span></a> on Holly's Site</p>]]></content:encoded>
			<wfw:commentRss>http://www.shuttleworthfoundation.org/tk-commons-meeting-in-cape-town/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Speaking on Digging into Open Data at Data Insights Meetup in Cambridge Today</title>
		<link>http://www.shuttleworthfoundation.org/speaking-on-digging-into-open-data-at-data-insights-meetup-in-cambridge-today/</link>
		<comments>http://www.shuttleworthfoundation.org/speaking-on-digging-into-open-data-at-data-insights-meetup-in-cambridge-today/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 15:07:31 +0000</pubDate>
		<dc:creator>Rufus Pollock</dc:creator>
				<category><![CDATA[Fellows Blogs]]></category>
		<category><![CDATA[Open Knowledge Foundation]]></category>
		<category><![CDATA[Rufus Pollock]]></category>
		<category><![CDATA[Shuttleworth Fellow]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[knowledge foundation]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[open knowledge]]></category>
		<category><![CDATA[software powers]]></category>
		<category><![CDATA[topic]]></category>

		<guid isPermaLink="false">http://rufuspollock.org/?p=1133</guid>
		<description><![CDATA[<p>I&#8217;ll be talking at Data Insights Meetup today on the topic of Digging into Open Data. Where: Fountain Inn, Cambridge, UK (OpenStreetMap) When: Feb 2nd 2012, from 7:30pm Abstract There has...</p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll be talking at <a href="http://www.meetup.com/Data-Insights-Cambridge/">Data Insights Meetup</a> today on the topic of <strong>Digging into Open Data</strong>.</p>
<ul>
<li>Where: <a href="http://maps.google.co.uk/maps?q=fountain+inn+cambridge+12+regent+street&amp;hnear=The+Fountain+Inn,+12+Regent+St,+Cambridge+CB2+1DB,+United+Kingdom&amp;gl=uk&amp;t=h&amp;z=16">Fountain Inn, Cambridge, UK</a> (<a href="http://www.openstreetmap.org/?lat=52.2017700970173&amp;lon=0.125173330307007&amp;zoom=18">OpenStreetMap</a>)</li>
<li>When: Feb 2nd 2012, from 7:30pm</li>
</ul>
<h3>Abstract</h3>
<p>There has been growing interest, especially in government, in &#8216;open<br />
data&#8217;. This talk will explain what open data is, why it is important<br />
and go on to cover some of the Open Knowledge Foundation&#8217;s recent work<br />
in this area.</p>
<h3>About the Open Knowledge Foundation</h3>
<p>The Open Knowledge Foundation has been a pioneer in the field of open<br />
data since its inception in 2004. It works in a wide array of areas<br />
from sonnets to statistics, genes to geodata. Its open-source <a href="http://ckan.org/">CKAN</a> software powers <a href="http://data.gov.uk/">http://data.gov.uk/</a>,<br />
<a href="http://thedatahub.org/">http://thedatahub.org/</a> and dozens of other open data hubs around the<br />
world. For more information about the Foundation see <a href="http://okfn.org/">http://okfn.org/</a><br />
and <a href="http://okfn.org/projects">http://okfn.org/projects</a>.</p>

<p class="syndicated-attribution"><a href="http://rufuspollock.org/2012/02/02/speaking-on-digging-into-open-data-at-data-insights-meetup-in-cambridge-today/" class="button" style="margin:-3px 6px 0 0;"><span>read original post </span></a> on Rufus Pollock's Site</p>]]></content:encoded>
			<wfw:commentRss>http://www.shuttleworthfoundation.org/speaking-on-digging-into-open-data-at-data-insights-meetup-in-cambridge-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live Mag SA in Arise Mag</title>
		<link>http://www.shuttleworthfoundation.org/live-mag-sa-in-arise-mag/</link>
		<comments>http://www.shuttleworthfoundation.org/live-mag-sa-in-arise-mag/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 18:18:35 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Fellows Blogs]]></category>
		<category><![CDATA[Gavin Weale]]></category>
		<category><![CDATA[Journalism]]></category>
		<category><![CDATA[Live Mag SA]]></category>
		<category><![CDATA[Live Magazine]]></category>
		<category><![CDATA[Livity]]></category>
		<category><![CDATA[magazines]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[upliftment]]></category>
		<category><![CDATA[Arise]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[youth]]></category>

		<guid isPermaLink="false">http://www.livityafrica.com/?p=438</guid>
		<description><![CDATA[<p>...</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.livityafrica.com/wp-content/uploads/2012/02/Picture-22.png"><img src="http://www.livityafrica.com/wp-content/uploads/2012/02/Picture-22.png" alt="" title="Picture 2" width="694" height="639" class="alignleft size-full wp-image-441" /></a></p>
<p>
<div class="sm_kit sharemacro_list"><span class="sharemacro-widget" ><a class="sharemacro-link" href="http://www.sharemacro.com/share"><img src="http://www.livityafrica.com/wp-content/plugins/sharemacro/sharemacro_button_icons.png" width="177" height="23" alt="Share"/> </a></span> </p>

<p class="syndicated-attribution"><a href="http://www.livityafrica.com/?p=438" class="button" style="margin:-3px 6px 0 0;"><span>read original post </span></a> on Gavin's Site</p>]]></content:encoded>
			<wfw:commentRss>http://www.shuttleworthfoundation.org/live-mag-sa-in-arise-mag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Publication: Legal Pluralism in Southeast Asia</title>
		<link>http://www.shuttleworthfoundation.org/new-publication-legal-pluralism-in-southeast-asia/</link>
		<comments>http://www.shuttleworthfoundation.org/new-publication-legal-pluralism-in-southeast-asia/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 02:01:00 +0000</pubDate>
		<dc:creator>Holly</dc:creator>
				<category><![CDATA[Fellows Blogs]]></category>
		<category><![CDATA[Kabir Bavikatte]]></category>
		<category><![CDATA[chittagong hill tracts]]></category>
		<category><![CDATA[Indigenous]]></category>
		<category><![CDATA[Legal]]></category>
		<category><![CDATA[legal pluralism]]></category>
		<category><![CDATA[Rights]]></category>
		<category><![CDATA[sarawak malaysia]]></category>

		<guid isPermaLink="false">http://www.shuttleworthfoundation.org/?guid=c23faa86dc412e701aba1962b743fd72</guid>
		<description><![CDATA[<p>A new publication entitled "Diverse Paths to Justice: Legal Pluralism and the Rights of Indigenous Peoples in Southeast Asia" has been released by Asia Indigenous Peoples Pact (AIPP), Forest Peoples...</p>]]></description>
			<content:encoded><![CDATA[<div class="separator" style="clear: both; text-align: center;"><a href="http://4.bp.blogspot.com/-3MJVaGAMlo8/TydLKQCJEvI/AAAAAAAAAkU/CfCqC_i8nKQ/s1600/divers+paths+cover.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" src="http://4.bp.blogspot.com/-3MJVaGAMlo8/TydLKQCJEvI/AAAAAAAAAkU/CfCqC_i8nKQ/s1600/divers+paths+cover.jpg" /></a></div>
<div style="text-align: justify;">A new publication entitled &#8220;<a href="http://www.forestpeoples.org/topics/rights-land-natural-resources/publication/2011/new-publication-divers-paths-justice-legal-plu" >Diverse Paths to Justice: Legal Pluralism and the Rights of Indigenous Peoples in Southeast Asia</a>&#8221; has been released by Asia Indigenous Peoples Pact (<a href="http://www.aippnet.org/" >AIPP</a>), <a href="http://www.forestpeoples.org/" >Forest Peoples Programme</a>, the Center for People and Forests (<a href="http://www.recoftc.org/" >RECOFTC</a>), and Rights and Resources Initiative (<a href="http://www.rightsandresources.org/" >RRI</a>). Demonstrating that legal pluralism is &#8220;at the heart of Indigenous peoples&#8217; struggles&#8221;, this fascinating compilation includes a range of articles by leading practitioners and academics&nbsp;about the legal landscapes and Indigenous peoples&#8217; experiences in Nagaland (India), Sabah and Sarawak (Malaysia), the Philippines, Indonesia, Thailand, and the Chittagong Hill Tracts (Bangladesh).</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">The publication can be downloaded <a href="http://www.forestpeoples.org/topics/rights-land-natural-resources/publication/2011/new-publication-divers-paths-justice-legal-plu" >here</a>.</div>
<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6035733385195693768-6706265101798593001?l=natural-justice.blogspot.com' alt='' /></div>

<p class="syndicated-attribution"><a href="http://natural-justice.blogspot.com/2012/01/new-publication-legal-pluralism-in.html" class="button" style="margin:-3px 6px 0 0;"><span>read original post </span></a> on Holly's Site</p>]]></content:encoded>
			<wfw:commentRss>http://www.shuttleworthfoundation.org/new-publication-legal-pluralism-in-southeast-asia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Project plans for 2012</title>
		<link>http://www.shuttleworthfoundation.org/project-plans-for-2012/</link>
		<comments>http://www.shuttleworthfoundation.org/project-plans-for-2012/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 01:22:00 +0000</pubDate>
		<dc:creator>Kathi Fletcher</dc:creator>
				<category><![CDATA[about]]></category>
		<category><![CDATA[Fellows Blogs]]></category>
		<category><![CDATA[Kathi Fletcher]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[oer]]></category>
		<category><![CDATA[OERPub]]></category>
		<category><![CDATA[plani]]></category>
		<category><![CDATA[year 1]]></category>

		<guid isPermaLink="false">http://www.shuttleworthfoundation.org/?guid=0569cd5dfa249bab2cec296d0cd6db13</guid>
		<description><![CDATA[<p>I am thrilled to report (a bit belatedly) that my fellowship with the Shuttleworth Foundation has been renewed for another year and I have big plans for the next year (along with the team of...</p>]]></description>
			<content:encoded><![CDATA[<div>
<div style="font-family: Georgia, 'Times New Roman', serif;"><span class="Apple-style-span" style="border-collapse: separate; color: black; font-size: large; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"></span></div>
<div style="background-color: transparent; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;">
<div class="separator" style="clear: both; font-family: Georgia, 'Times New Roman', serif; text-align: center;"></div>
<div style="font-family: Georgia, 'Times New Roman', serif;">I am thrilled to report (a bit belatedly) that my fellowship with the Shuttleworth Foundation has been renewed for another year and I have big plans for the next year (along with the team of designers, developers, testers, open ed collaborators, and students working with me so far)!</div>
<div style="font-family: Georgia, 'Times New Roman', serif;"></div>
<div class="separator" style="clear: both; font-family: Georgia, 'Times New Roman', serif; text-align: center;"><object width="320" height="266" class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="http://i.ytimg.com/vi/zFHpvkXyeDw/0.jpg"><param name="movie" value="http://www.youtube.com/v/zFHpvkXyeDw?version=3&#038;f=user_uploads&#038;c=google-webdrive-0&#038;app=youtube_gdata" /><param name="bgcolor" value="#FFFFFF" /><embed width="320" height="266"  src="http://www.youtube.com/v/zFHpvkXyeDw?version=3&#038;f=user_uploads&#038;c=google-webdrive-0&#038;app=youtube_gdata" type="application/x-shockwave-flash"></embed></object></div>
<div class="separator" style="clear: both; font-family: Georgia, 'Times New Roman', serif; text-align: center;"><b>Year 1 Review and Year 2 Plans</b></div>
<div class="separator" style="clear: both; font-family: Georgia, 'Times New Roman', serif; text-align: center;"><b><br /></b></div>
<div style="font-family: Georgia, 'Times New Roman', serif;">In Year 1 we:</div>
<p>
<ul>
<li><span style="font-family: Georgia, 'Times New Roman', serif;">Created an API (<a href="http://code.google.com/p/oer-roadmap/wiki/OERPubAPI" >OERPub</a>) for publishing OER to remixable repositories. The API is an adaptation of the popular SWORD API.</span></li>
<li><span style="font-family: Georgia, 'Times New Roman', serif;"><a href="http://code.google.com/p/oer-roadmap/wiki/ConnexionsImmplementation" >Implemented the API in Connexions</a>, a repository anyone can use to create open textbooks and share learning materials.</span></li>
<li><span style="font-family: Georgia, 'Times New Roman', serif;">Developed an <a href="http://code.google.com/p/oer-roadmap/wiki/ContentUploader" >importer for creating and publishing</a> remixable OER to Connexions.&nbsp;</span></li>
<li><span style="font-family: Georgia, 'Times New Roman', serif;">Formed a <a href="http://code.google.com/p/oer-roadmap/wiki/ContributorsAbout" >team of designers and developers</a> using OERPub.</span></li>
</ul>
<div><span style="font-family: Georgia, 'Times New Roman', serif;">In Year 2 we plan to:</span></div>
<div>
<ul>
<li><span style="font-family: Georgia, 'Times New Roman', serif;">Work with specific OER producers and help them publish their content efficiently while making it remixable using the OERPub tools.</span></li>
<li><span style="font-family: Georgia, 'Times New Roman', serif;">Create an easy to use visual editor for the importer to create a full service &#8220;Massive Content Enabler&#8221;.</span></li>
<li><span style="font-family: Georgia, 'Times New Roman', serif;">Expand OERPub to include common APIs to make open assessment banks interoperable.</span></li>
</ul>
<div><span style="font-family: Georgia, 'Times New Roman', serif;">References</span></div>
<div>
<ul>
<li><span style="font-family: Georgia, 'Times New Roman', serif;"><a href="http://code.google.com/p/oer-roadmap/source/browse/trunk/about/OER%20Roadmap%20Year%201%20Review%20and%20Year%202%20Plans.pdf" >The complete plan</a></span></li>
</ul>
<div><span style="font-family: Georgia, 'Times New Roman', serif;">I am always looking for more people to get involved so if some aspect resonates with you, please get in touch.</span></div>
</div>
</div>
</div>
</div>
<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3213242827617521584-8739510429090516480?l=kefletcher.blogspot.com' alt='' /></div>

<p class="syndicated-attribution"><a href="http://kefletcher.blogspot.com/2012/01/project-plans-for-2012.html" class="button" style="margin:-3px 6px 0 0;"><span>read original post </span></a> on Kathi Fletcher's Site</p>]]></content:encoded>
			<wfw:commentRss>http://www.shuttleworthfoundation.org/project-plans-for-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploring Native Land Rights in Sabah</title>
		<link>http://www.shuttleworthfoundation.org/exploring-native-land-rights-in-sabah/</link>
		<comments>http://www.shuttleworthfoundation.org/exploring-native-land-rights-in-sabah/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 00:56:00 +0000</pubDate>
		<dc:creator>Holly</dc:creator>
				<category><![CDATA[Fellows Blogs]]></category>
		<category><![CDATA[Kabir Bavikatte]]></category>
		<category><![CDATA[Customary]]></category>
		<category><![CDATA[kota kinabalu malaysia]]></category>
		<category><![CDATA[Rights]]></category>
		<category><![CDATA[UMS]]></category>
		<category><![CDATA[universiti malaysia sabah]]></category>
		<category><![CDATA[universiti malaysia sabah ums]]></category>

		<guid isPermaLink="false">http://www.shuttleworthfoundation.org/?guid=b9f88f01667bb6a0d0274595b48c9f3f</guid>
		<description><![CDATA[<p>Harry Jonas and Holly Shrumm (Natural Justice) attended a symposium entitled "Sabah Native Land Rights: Issues, Challenges and the Way Forward". Chaired by Dr. Jacqueline Pugh-Kitingan (UMS...</p>]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;"></div>
<div style="text-align: justify;"><a href="http://2.bp.blogspot.com/-qqhJvpO80Rc/Tyc8E9CEwkI/AAAAAAAAAkM/aEpKXZA0ZgM/s1600/DSC_0270+(640x425).jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" height="212" src="http://2.bp.blogspot.com/-qqhJvpO80Rc/Tyc8E9CEwkI/AAAAAAAAAkM/aEpKXZA0ZgM/s320/DSC_0270+(640x425).jpg" width="320" /></a>Harry Jonas and Holly Shrumm (Natural Justice) attended a symposium entitled &#8220;Sabah Native Land Rights: Issues, Challenges and the Way Forward&#8221;. Chaired by Dr. Jacqueline Pugh-Kitingan (UMS Kadazandusun Chair),&nbsp;it was&nbsp;hosted by the Universiti Malaysia Sabah (<a href="http://www.ums.edu.my/" >UMS</a>) School of Social Sciences from 30-31 January in Kota Kinabalu, Malaysia. The opening keynote was delivered by YAA Tan Sri Richard Malanjum (Chief Justice, High Court of Malaysia). Highlights of the paper presentations included:</div>
<ul>
<div style="text-align: justify;"></div>
<li>
<div style="text-align: justify;">Overview of Native Customary Land Laws in Malaysia (Dr. Ramy Bulan, Centre for Legal Pluralism and Indigenous Law, University of Malaya)</div>
<div style="text-align: justify;"></div>
</li>
<div style="text-align: justify;"></div>
<li>
<div style="text-align: justify;">Governance of Customary Land and Natural Resources in Sabah (Datuk Osman Jamal, Director, Sabah Lands and Surveys Department)</div>
<div style="text-align: justify;"></div>
</li>
<div style="text-align: justify;"></div>
<li>
<div style="text-align: justify;">Land Rights, Native Rights, and Human Rights (Tan Sri Simon Sipuan, Former Vice Chairman, Human Rights Commission of Malaysia)</div>
<div style="text-align: justify;"></div>
</li>
<div style="text-align: justify;"></div>
<li>
<div style="text-align: justify;">Selection of Village Headmen in Sabah (Dr. Paul Porodong and Dr. Gaim Lunkapis, UMS)</div>
<div style="text-align: justify;"></div>
</li>
<div style="text-align: justify;"></div>
</ul>
<div style="text-align: justify;">As in many former British colonies, the legal landscape in Sabah consists of a mosaic of statutory, common, and customary law. Drawing on a burgeoning global&nbsp;jurisprudence in support of Indigenous peoples&#8217; rights, many presenters called for greater legal pluralism, effective reform of decades-old legislations, and a national tribunal to address violations and the backlog of an estimated 300 000 native title applications.</div>
<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6035733385195693768-7782333438604037240?l=natural-justice.blogspot.com' alt='' /></div>

<p class="syndicated-attribution"><a href="http://natural-justice.blogspot.com/2012/01/exploring-native-land-rights-in-sabah.html" class="button" style="margin:-3px 6px 0 0;"><span>read original post </span></a> on Holly's Site</p>]]></content:encoded>
			<wfw:commentRss>http://www.shuttleworthfoundation.org/exploring-native-land-rights-in-sabah/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Weekly Update: Rufus Pollock – 30th January 2012</title>
		<link>http://www.shuttleworthfoundation.org/weekly-update-rufus-pollock-%e2%80%93-30th-january-2012/</link>
		<comments>http://www.shuttleworthfoundation.org/weekly-update-rufus-pollock-%e2%80%93-30th-january-2012/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 15:17:08 +0000</pubDate>
		<dc:creator>Rufus Pollock</dc:creator>
				<category><![CDATA[Activity Updates]]></category>
		<category><![CDATA[Fellows Blogs]]></category>
		<category><![CDATA[Open Knowledge Foundation]]></category>
		<category><![CDATA[Rufus Pollock]]></category>
		<category><![CDATA[Shuttleworth Fellow]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[DataHub]]></category>
		<category><![CDATA[economics team]]></category>
		<category><![CDATA[public domain works]]></category>
		<category><![CDATA[spreadsheet template]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://rufuspollock.org/?p=1124</guid>
		<description><![CDATA[<p>2012-01-30 Availability All week (in London Wednesday) Last Week Lots of CKAN Especially work on Recline Data Explorer. This is now fully functional and integrated into the DataHub, see e.g....</p>]]></description>
			<content:encoded><![CDATA[<h2>2012-01-30</h2>
<h3>Availability</h3>
<ul>
<li>All week (in London Wednesday)</li>
</ul>
<h3>Last Week</h3>
<ul>
<li>Lots of <a href="http://ckan.org/">CKAN</a>
<ul>
<li>Especially work on <a href="http://okfnlabs.org/recline">Recline Data Explorer</a>. This is now fully functional <em>and</em> integrated into <a href="http://thedatahub.org/">the DataHub</a>, see e.g. this <a href="http://thedatahub.org/dataset/gold-prices/resource/b9aae52b-b082-4159-b46f-7bb9c158d013">gold prices dataset</a></li>
</ul>
</li>
<li>Work on <a href="http://bibserver.okfn.org/">BibServer</a> and <a href="http://publicdomainworks.net/">Public Domain Works</a> and its <a href="http://github.com/okfn/pdcalc">Public Domain Calculators</a></li>
<li><a href="http://openeconomics.net/hackday-january-2011/">Open Economics Hackday</a> &#8212; it was great!
<ul>
<li>Working on <a href="http://github.com/okfn/yourtopia">YourTopia code</a> &#8211; clean rewrite in pure js</li>
<li>Data wrangling: <a href="http://thedatahub.org/group/economics">Economics datasets on the DataHub</a> &#8212; up 10 in the last week</li>
</ul>
</li>
<li>Post on <a href="http://blog.okfn.org/2012/01/24/dreams-of-a-unified-text/">Dreams of a Unified Text</a></li>
<li>Various administration</li>
</ul>
<h3>This Week</h3>
<ul>
<li>Some core admin, including getting a standard spreadsheet template for budgeting and (simple) tasks/todos</li>
<li>More on <a href="http://wiki.okfn.org/OKFN_Labs">OKFN Labs</a> with <a href="http://okfn.org/members/zephod">Tom Rees</a> and others</li>
<li><a href="http://ckan.org/">CKAN</a> work and planning</li>
<li>More work on <a href="http://github.com/okfn/yourtopia">YourTopia code</a> with <a href="http://openeconomics.net/members" class="broken_link" rel="nofollow">Open Economics team</a> &#8212; hope to get it to the point where we can upgrade curr<br />
ent <a href="http://yourtopia.net/">YourTopia</a> to new codebase</li>
<li>NESTA round-table on innovation on Wednesday</li>
<li>Talking at <a href="http://www.meetup.com/Data-Insights-Cambridge/">Data Insights meetup in Cambridge</a> on Thursday</li>
</ul>

<p class="syndicated-attribution"><a href="http://rufuspollock.org/2012/01/30/weekly-update-rufus-pollock-30th-january-2012/" class="button" style="margin:-3px 6px 0 0;"><span>read original post </span></a> on Rufus Pollock's Site</p>]]></content:encoded>
			<wfw:commentRss>http://www.shuttleworthfoundation.org/weekly-update-rufus-pollock-%e2%80%93-30th-january-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

