<?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 online home of Rufus Pollock &#187; Own Work</title>
	<atom:link href="http://rufuspollock.org/tags/own-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://rufuspollock.org</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 15:12:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>ANN: PyWordPress &#8211; Python WordPress Library using the WordPress XML-RPC API</title>
		<link>http://rufuspollock.org/2011/12/29/ann-pywordpress-python-wordpress-library-using-the-wordpress-xml-rpc-api/</link>
		<comments>http://rufuspollock.org/2011/12/29/ann-pywordpress-python-wordpress-library-using-the-wordpress-xml-rpc-api/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 11:24:55 +0000</pubDate>
		<dc:creator>Rufus Pollock</dc:creator>
				<category><![CDATA[Open Knowledge Foundation]]></category>
		<category><![CDATA[Own Work]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://rufuspollock.org/?p=1081</guid>
		<description><![CDATA[Announcing <a href="https://github.com/rgrp/pywordpress">PyWordpress</a>, a Python library for WordPress that provides a pythonic interface to WordPress using the WordPress XML-RPC API: Code on github: <a href="https://github.com/rgrp/pywordpress">https://github.com/rgrp/pywordpress</a> Python Package Index: <a href="http://pypi.python.org/pypi/pywordpress/">http://pypi.python.org/pypi/pywordpress/</a> Along with a wrapper for the main functions it also provides various helper methods, for example to create many pages at once. This is somewhat [...]]]></description>
			<content:encoded><![CDATA[<p>Announcing <a href="https://github.com/rgrp/pywordpress">PyWordpress</a>, a Python library for WordPress that provides a pythonic interface to WordPress using the WordPress XML-RPC API:</p>

<ul>
<li>Code on github: <a href="https://github.com/rgrp/pywordpress">https://github.com/rgrp/pywordpress</a></li>
<li>Python Package Index: <a href="http://pypi.python.org/pypi/pywordpress/">http://pypi.python.org/pypi/pywordpress/</a></li>
</ul>

<p>Along with a wrapper for the main functions it also provides various helper methods, for example to create many pages at once. This is somewhat of a belated announce as the first version of this was written almost a year ago!</p>

<h3>Usage</h3>

<h4>Command line</h4>

<p>Check out the commands::</p>

<pre><code>wordpress.py -h 
</code></pre>

<p>Commands::</p>

<pre><code>create_many_pages: Create many pages at once (and only create pages which do not already exist).
delete_all_pages: Delete all pages (i.e. delete_page for each page in instance).
delete_page: http://codex.wordpress.org/XML-RPC_wp#wp.deletePage
edit_page: http://codex.wordpress.org/XML-RPC_wp#wp.editPage
get_authors: http://codex.wordpress.org/XML-RPC_wp#wp.getAuthors
get_categories: http://codex.wordpress.org/XML-RPC_wp#wp.getCategories
get_page: http://codex.wordpress.org/XML-RPC_wp#wp.getPage
get_page_list: http://codex.wordpress.org/XML-RPC_wp#wp.getPageList
get_pages: http://codex.wordpress.org/XML-RPC_wp#wp.getPages
get_tags: http://codex.wordpress.org/XML-RPC_wp#wp.getTags
init_from_config: Class method to initialize a `Wordpress` instance from an ini file.
new_page: http://codex.wordpress.org/XML-RPC_wp#wp.newPage
</code></pre>

<p>You will need to create a config with the details (url, login) of the wordpress
instance you want to work with::</p>

<pre><code>cp config.ini.tmpl config.ini
# now edit away ...
vim config.ini
</code></pre>

<h4>Python library</h4>

<p>Read the code documentation::</p>

<pre><code>&gt;&gt;&gt; from pywordpress import WordPress
&gt;&gt;&gt; help(WordPress)
</code></pre>

<h3>License</h3>

<p>MIT-licensed: http://www.opensource.org/licenses/mit-license.php</p>
]]></content:encoded>
			<wfw:commentRss>http://rufuspollock.org/2011/12/29/ann-pywordpress-python-wordpress-library-using-the-wordpress-xml-rpc-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Shuttleworth Fellowship Bi-Annual Review</title>
		<link>http://rufuspollock.org/2011/11/25/shuttleworth-fellowship-bi-annual-review/</link>
		<comments>http://rufuspollock.org/2011/11/25/shuttleworth-fellowship-bi-annual-review/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 17:14:03 +0000</pubDate>
		<dc:creator>Rufus Pollock</dc:creator>
				<category><![CDATA[Activity Updates]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Open Data]]></category>
		<category><![CDATA[Open Knowledge Foundation]]></category>
		<category><![CDATA[Own Work]]></category>
		<category><![CDATA[Shuttleworth Fellow]]></category>

		<guid isPermaLink="false">http://rufuspollock.org/?p=1057</guid>
		<description><![CDATA[As part of my Shuttleworth Fellowship I&#8217;m preparing bi-annual reviews of what I &#8212; and projects I&#8217;m involved in &#8212; have been up to. So, herewith are some some highlights from the last 6 months. CKAN and the theDataHub Finalized separation of software and site: <a href="http://ckan.org/">CKAN</a> = data hub software, <a href="http://thedatahub.org/">theDataHub.org</a> = community [...]]]></description>
			<content:encoded><![CDATA[<p>As part of my Shuttleworth Fellowship I&#8217;m preparing bi-annual reviews of what I &#8212; and projects I&#8217;m involved in &#8212; have been up to. So, herewith are some some highlights from the last 6 months.</p>

<h2>CKAN and the theDataHub</h2>

<ul>
<li>Finalized separation of software and site: <a href="http://ckan.org/">CKAN</a> = data hub software, <a href="http://thedatahub.org/">theDataHub.org</a> = community data hub site</li>
<li>Worked heavily to develop CKAN as a product e.g. much improved website <a href="http://ckan.org/">http://ckan.org/</a>, nascent partner programme and more</li>
<li>Major milestone with <a href="http://blog.okfn.org/2011/11/14/major-new-ckan-release-v1-5/">CKAN v1.5 release</a> just 2 weeks ago. Result of 6 months of development with major new features.</li>
<li><a href="http://thedatahub.org/">theDataHub</a> has also been much improved with move to new servers, a new theme (default in CKAN v1.5) and deployment of ever more extensions</li>
<li>Some personal items:

<ul>
<li><a href="http://wiki.ckan.org/DataExplorer">DataExplorer</a></li>
<li>UX work &#8211; <a href="http://wiki.ckan.org/UX">http://wiki.ckan.org/UX</a></li>
<li><a href="http://github.com/okfn/dpm">data package manager (dpm)</a> and work on <a href="http://wiki.ckan.org/Data_Packages">Data Packages spec</a></li>
</ul></li>
</ul>

<h2>OpenSpending</h2>

<ul>
<li>Two major point releases of <a href="https://github.com/okfn/openspending">OpenSpending software</a> <a href="http://blog.okfn.org/2011/09/20/openspending-v0-10-released/">v0.10</a> and <a href="http://blog.openspending.org/2011/11/16/openspending-v0-11-released/">v0.11</a> (v0.11 just last week!). Huge maturing and development of the system. Backend architecture now finalized after a major refactor and reworking.</li>
<li>Community has grown significantly with now almost 50 OpenSpending datasets on theDataHub.org and growing group of core &#8220;data wranglers&#8221;</li>
<li><a href="http://blog.okfn.org/2011/06/22/spending-stories-is-a-winner-of-the-knight-news-challenge/">Spending Stories</a> was a winner of the Knight News Challenge. Spending Stories will build on and extend OpenSpending.</li>
</ul>

<h2>Open Bibliography and the Public Domain</h2>

<ul>
<li>The <a href="http://publicdomainreview.org/">Public Domain Review</a> goes from strength to strength</li>
<li><a href="http://bibserver.okfn.org/">BibServer</a> has had a ground-up rewrite and can be seen online at <a href="http://bibsoup.net/">http://bibsoup.net/</a></li>
<li>Additional support from JISC for a second phase of <a href="http://openbiblio.net/p/jiscopenbib2/">JISC Open Bibliography project</a></li>
</ul>

<h2>Open Knowledge Foundation and the Community</h2>

<ul>
<li>In September we received a 3 year <a href="http://blog.okfn.org/2011/09/19/omidyar-network-support-okf-to-go-global/">grant from the Omidyar Network to help the Open Knowledge Foundation sustain and expand its community</a> especially in the formation of new chapters</li>
<li>Completed a <a href="http://okfn.org/jobs">major recruitment process</a> in (Summer-Autumn 2011) to bring on more paid OKFN team members including community coordinators, foundation coordinator and developers</li>
<li>The Foundation participated in launch of Open Government Partnership and CSO events surrounding the meeting</li>
<li><a href="http://okfn.org/wg/">Working groups</a> continuing to develop. Too much activity to summarize it all here but some highlights include:

<ul>
<li>WG Science Coordinator Jenny Molloy travelling to OSS2011 in SF to present Open Research Reports with Peter Murray-Rust</li>
<li>Open Economics WG developing and Open Knowledge Index in August</li>
<li>Open Bibliography working group&#8217;s work on an Metadata guide.</li>
<li>Open Humanities / Open Literature working group winning Inventare Il Futuro competition with their idea to use the <a href="http://okfn.org/projects/annotator/">Annotator</a></li>
</ul></li>
<li>Development of new <a href="http://okfn.org/chapters/">Local Groups and Chapters</a>

<ul>
<li>Lots of ongoing activities in existing local groups and chapters such as those in Germany and Italy have</li>
<li>In addition, interest from a variety of areas in the establishment of new chapters and local groups, for example in <a href="http://wiki.okfn.org/Chapter/Brazil">Brazil</a> and <a href="http://wiki.okfn.org/Chapter/Brazil">Belgium</a></li>
</ul></li>
<li>Start of work on <a href="http://wiki.okfn.org/OKFN_Labs">OKFN labs</a>

<ul>
<li>Alpha website at <a href="http://labs.okfn.org/">http://labs.okfn.org/</a></li>
<li><a href="http://wiki.okfn.org/Community_Dashboard">Dashboard sprint</a></li>
</ul></li>
</ul>

<h3>Meetups and Events</h3>

<ul>
<li>Regular OKFN organized <a href="http://www.meetup.com/OpenKnowledgeFoundation/London-GB/">Open Data meetup in london</a></li>
<li><a href="http://ogdcamp.org/">Open Government Data Camp</a></li>
</ul>

<h3>Talks and Events</h3>

<ul>
<li>Attended Open Government Partnership meeting in July in Washington DC and launch event in New York in September</li>
<li>Attended Chaos Computer Camp with other OKFNers in August near Berlin</li>
<li>September: Spoke at PICNIC in Amsterdam</li>
<li>October: Code for America Summit in San Francisco (plus meetings) &#8211; see <a href="http://rufuspollock.org/2011/10/17/weekly-update-rufus-pollock-2/">partial writeup</a></li>
<li>October: <a href="http://ogdcamp.org/">Open Government Data Camp</a> in Warsaw (organized by Open Knowledge Foundation)</li>
<li>November: South Africa &#8211; see this post on <a href="http://blog.okfn.org/2011/11/18/two-open-knowledge-events-in-cape-town-africahome-and-open-knowledge-meetup/">Africa@Home and Open Knowledge meetup in Cape Town</a></li>
</ul>

<h3>General</h3>

<ul>
<li>Partcipation in meetings of the <a href="http://data.gov.uk/blog/new-public-sector-transparency-board-and-public-data-transparency-principles">UK Public Sector Transparency Board</a></li>
<li><a href="http://okfn.org/projects/annotator/">Annotator</a> has seen ongoing coding and growing use &#8211; including very promising <a href="http://lists.okfn.org/pipermail/annotator-dev/2011-September/000110.html">integration of Annotator with textbooks thanks to Ewald Zietsman of Siyavula</a></li>
<li>Co-coded <a href="https://github.com/citizen-cyberscience-centre/pybossa">PyBossa</a> &#8211; an open source platform for crowd-sourcing online (volunteer) assistance to perform tasks that require human cognition, knowledge or intelligence (e.g. image classification, transcription, information location etc)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rufuspollock.org/2011/11/25/shuttleworth-fellowship-bi-annual-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Talking at Legal Aspects of Public Sector Information (LAPSI) Conference in Milan</title>
		<link>http://rufuspollock.org/2011/05/03/talking-at-legal-aspects-of-public-sector-information-lapsi-conference-in-milan/</link>
		<comments>http://rufuspollock.org/2011/05/03/talking-at-legal-aspects-of-public-sector-information-lapsi-conference-in-milan/#comments</comments>
		<pubDate>Tue, 03 May 2011 15:28:57 +0000</pubDate>
		<dc:creator>Rufus Pollock</dc:creator>
				<category><![CDATA[Academic]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[Innovation and Intellectual Property]]></category>
		<category><![CDATA[Open Data]]></category>
		<category><![CDATA[Open Knowledge Foundation]]></category>
		<category><![CDATA[Own Work]]></category>
		<category><![CDATA[Shuttleworth Fellow]]></category>
		<category><![CDATA[Talks]]></category>

		<guid isPermaLink="false">http://rufuspollock.org/?p=933</guid>
		<description><![CDATA[This week on Thursday and Friday I&#8217;ll be in Milan to speak at the 1st <a href="http://www.lapsi-project.eu/milan">LAPSI (Legal Aspects of Public Sector Information) Primer &#38; Public Conference</a>. I&#8217;m contributing to a &#8220;primer&#8221; session on The Perspective of Open Data Communities and then giving a conference talk on Collective Costs and Benefits in Opening PSI for [...]]]></description>
			<content:encoded><![CDATA[<p>This week on Thursday and Friday I&#8217;ll be in Milan to speak at the 1st <a href="http://www.lapsi-project.eu/milan">LAPSI (Legal Aspects of Public Sector Information) Primer &amp; Public Conference</a>.</p>

<p>I&#8217;m contributing to a &#8220;primer&#8221; session on <em>The Perspective of Open Data Communities</em> and then giving a conference talk on <em>Collective Costs and Benefits in Opening PSI for Re-use</em> in a session on <em>PSI Re-use: a Tool for Enhancing Competitive Markets</em> where I&#8217;ll be covering work by myself and others on pricing and regulation of PSI (see e.g. the <a href="http://rufuspollock.org/2008/03/12/models-of-public-sector-information-provision-via-trading-funds-report-published-today/">&#8220;Cambridge Study&#8221;</a> and the paper on the <a href="http://rufuspollock.org/economics/papers/economics_of_psi.pdf">Economics of the Public Sector of Information</a>).</p>

<p><strong>Update: slides are up.</strong></p>

<h3><a href="http://m.okfn.org/files/talks/lapsi_bocconi_community_and_technology_20110505/">Community, Openness And Technology</a></h3>

<iframe src="http://m.okfn.org/files/talks/lapsi_bocconi_community_and_technology_20110505/" class="slides"></iframe>

<h3><a href="http://m.okfn.org/files/talks/lapsi_bocconi_psi_costs_and_benefits_openness_20110505/">PSI: Costs And Benefits Of Openness</a></h3>

<iframe src="http://m.okfn.org/files/talks/lapsi_bocconi_psi_costs_and_benefits_openness_20110505/" class="slides"></iframe>
]]></content:encoded>
			<wfw:commentRss>http://rufuspollock.org/2011/05/03/talking-at-legal-aspects-of-public-sector-information-lapsi-conference-in-milan/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Talk at RE:PUBLICA 2011</title>
		<link>http://rufuspollock.org/2011/04/15/talk-at-republica-2011/</link>
		<comments>http://rufuspollock.org/2011/04/15/talk-at-republica-2011/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 17:22:47 +0000</pubDate>
		<dc:creator>Rufus Pollock</dc:creator>
				<category><![CDATA[Open Data]]></category>
		<category><![CDATA[Open Knowledge Foundation]]></category>
		<category><![CDATA[Own Work]]></category>
		<category><![CDATA[PSI]]></category>
		<category><![CDATA[Shuttleworth Fellow]]></category>
		<category><![CDATA[Talks]]></category>

		<guid isPermaLink="false">http://rufuspollock.org/?p=927</guid>
		<description><![CDATA[Yesterday I was at <a href="http://re-publica.de/11/">RE:PUBLICA XI</a> to give <a href="http://re-publica.de/11/blog/panel/open-government-data-what-why-how/">a talk</a> on Open Government Data in the opening session of the &#8220;open&#8221; stream. The crammed to over-capacity room was a nice indicator of the growing attention and interest being generated by <a href="http://opendefinition.org/">open data</a>, and especially <a href="http://opengovernmentdata.org/">open governernment data</a>. <a href="http://m.okfn.org/files/talks/republica_open_data_20110413/">Slides online here</a> [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I was at <a href="http://re-publica.de/11/">RE:PUBLICA XI</a> to give <a href="http://re-publica.de/11/blog/panel/open-government-data-what-why-how/">a talk</a> on Open Government Data in the opening session of the &#8220;open&#8221; stream. The crammed to over-capacity room was a nice indicator of the growing attention and interest being generated by <a href="http://opendefinition.org/">open data</a>, and especially <a href="http://opengovernmentdata.org/">open governernment data</a>. <a href="http://m.okfn.org/files/talks/republica_open_data_20110413/">Slides online here</a> and below.</p>

<iframe src="http://m.okfn.org/files/talks/republica_open_data_20110413/" width="600px" height="400px;" style="margin-bottom: 20px;" ></iframe>
]]></content:encoded>
			<wfw:commentRss>http://rufuspollock.org/2011/04/15/talk-at-republica-2011/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Talk at UKSG 2011 Conference</title>
		<link>http://rufuspollock.org/2011/04/06/talk-at-uksg-2011-conference/</link>
		<comments>http://rufuspollock.org/2011/04/06/talk-at-uksg-2011-conference/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 10:04:16 +0000</pubDate>
		<dc:creator>Rufus Pollock</dc:creator>
				<category><![CDATA[Open Bibliographic Data]]></category>
		<category><![CDATA[Open Data]]></category>
		<category><![CDATA[Open Knowledge Foundation]]></category>
		<category><![CDATA[Own Work]]></category>
		<category><![CDATA[Shuttleworth Fellow]]></category>
		<category><![CDATA[Talks]]></category>

		<guid isPermaLink="false">http://rufuspollock.org/?p=906</guid>
		<description><![CDATA[Yesterday, I was up in Harrogate at the <a href="http://www.uksg.org/event/conference11">UKSG (UK Serials Group) annual conference</a> to speak in a keynote session on Open Bibiliograpy and <a href="http://opendefinition.org/bibliographic">Open Bibliographic Data</a>. I&#8217;ve posted the <a href="http://m.okfn.org/files/talks/uksg_open_bibliography_20110405/">slides online</a> and iframed below. Outline Over the past few years, there has an explosive growth in open data with significant uptake [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I was up in Harrogate at the <a href="http://www.uksg.org/event/conference11">UKSG (UK Serials Group) annual conference</a> to speak in a keynote session on Open Bibiliograpy and <a href="http://opendefinition.org/bibliographic">Open Bibliographic Data</a>.</p>

<p>I&#8217;ve posted the <a href="http://m.okfn.org/files/talks/uksg_open_bibliography_20110405/">slides online</a> and iframed below.</p>

<iframe src="http://m.okfn.org/files/talks/uksg_open_bibliography_20110405/" width="600px" height="400px;" style="margin-bottom: 20px;" ></iframe>

<h3>Outline</h3>

<p>Over the past few years, there has an explosive growth in open data
with significant uptake in government, research and elsewhere.</p>

<p>Bibliographic records are a key part of our shared cultural heritage.
They too should therefore be open, that is made available to the
public for access and re-use under an <a href="http://opendefinition.org/">open license</a> which permits use
and reuse without restriction (<a href="http://opendefinition.org/">http://opendefinition.org/</a>). Doing this
promises a variety of benefits.</p>

<p>First, it would allow libraries and other managers of bibliographic
data to share records more efficiently and improve quality more
rapidly through better, easier feedback. Second, through increased
innovation in bibliographic services and applications generating
benefits for the producers and users of bibliographic data and the
wider community.</p>

<p>This talk will cover the what, why and how of open bibliographica
data, drawing on direct recent experience such as the development of
the Open Biblio Principles and the work of the Bibliographica and JISC
OpenBib projects to make the 3 million records of the British
Library&#8217;s British National Bibliography (BNB) into linked open data.</p>

<p>With a growing number of Government agencies and public institutions
making data open, is it now time for the publishing and library
community to do likewise?</p>
]]></content:encoded>
			<wfw:commentRss>http://rufuspollock.org/2011/04/06/talk-at-uksg-2011-conference/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Shuttleworth Fellowship &#8211; Activity in the Last 3 Months</title>
		<link>http://rufuspollock.org/2011/03/18/shuttleworth-fellowship-activity-in-the-last-3-months/</link>
		<comments>http://rufuspollock.org/2011/03/18/shuttleworth-fellowship-activity-in-the-last-3-months/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 22:05:10 +0000</pubDate>
		<dc:creator>Rufus Pollock</dc:creator>
				<category><![CDATA[Open Knowledge Foundation]]></category>
		<category><![CDATA[Openness]]></category>
		<category><![CDATA[Own Work]]></category>
		<category><![CDATA[Shuttleworth Fellow]]></category>

		<guid isPermaLink="false">http://rufuspollock.org/?p=894</guid>
		<description><![CDATA[As part of my Shuttleworth Fellowship I&#8217;m preparing quarterly reports on what I&#8217;ve been up to. So, herewith are some some highlights from the last 3 months. (<a href="http://rufuspollock.org/2010/12/01/progress-in-the-last-3-months/">Previous update &#8211; Sept-Dec</a>) Talks and Events <a href="http://rufuspollock.org/2011/01/24/speaking-at-ccsr-in-manchester-about-open-data/">Talk at CCSR in Manchester about Open Data</a> <a href="http://rufuspollock.org/2011/02/10/talking-at-cambridge-geek-night-about-digging-into-data-with-ckan/">Talk at Cambridge Geek Night</a> <a href="http://ckan.org/2011/02/17/dev8d-ckan-workshop/">Workshop at Dev8D</a> <a [...]]]></description>
			<content:encoded><![CDATA[<p>As part of my Shuttleworth Fellowship I&#8217;m preparing quarterly reports on what I&#8217;ve been up to. So, herewith are some some highlights from the last 3 months. (<a href="http://rufuspollock.org/2010/12/01/progress-in-the-last-3-months/">Previous update &#8211; Sept-Dec</a>)</p>

<h3>Talks and Events</h3>

<ul>
<li><a href="http://rufuspollock.org/2011/01/24/speaking-at-ccsr-in-manchester-about-open-data/">Talk at CCSR in Manchester about Open Data</a></li>
<li><a href="http://rufuspollock.org/2011/02/10/talking-at-cambridge-geek-night-about-digging-into-data-with-ckan/">Talk at Cambridge Geek Night</a></li>
<li><a href="http://ckan.org/2011/02/17/dev8d-ckan-workshop/">Workshop at Dev8D</a></li>
<li><a href="http://www.epsiplus.net/news/news/programma_epsi_platform_berlin_open_data_apps_for_everyone">Talk at EPSI Platform Berlin &#8211; Open Data: Apps for Everyone?</a></li>
<li><a href="http://rufuspollock.org/2011/02/22/talking-at-british-library-about-open-shakespeare/">Talk at British Library</a></li>
<li><a href="http://rufuspollock.org/2011/03/01/speaking-at-managing-public-sector-information-and-ncvo-conference/">Talk at Managing Public Sector Information</a></li>
<li><a href="http://rufuspollock.org/2011/03/01/speaking-at-managing-public-sector-information-and-ncvo-conference/">Talk at NCVO Annual Conference</a></li>
<li><a href="http://www.jisc.ac.uk/events/2011/03/jisc11/programme/2openscholarship.aspx">Panel session at JISC Annual Conference</a></li>
</ul>

<h3>Projects</h3>

<ul>
<li>The <a href="http://okfn.org/projects/annotator">Annotator</a> (and <a href="http://annotateit.org/">AnnotateIt.org</a>)

<ul>
<li>The last 3 months from mid-December until now have seen intensive work on the <a href="http://okfn.org/projects/annotator">Annotator software</a> and we have now v1.0 ready to go (announce imminent). As well as the javascript library whose development I have planned and overseen, I have personally developed the python-based Annotator store webapp deployed at <a href="http://annotateit.org/">AnnotateIt.org</a>. We now plan to launch the system and work with partners to integrate and scale up.</li>
<li><a href="http://blog.okfn.org/2011/02/02/open-shakespeare-annotation-sprint/">Open Shakespeare Annotation Sprint</a></li>
</ul></li>
<li><a href="http://ckan.org/">CKAN Software</a> and <a href="http://ckan.net/">CKAN Sites</a>

<ul>
<li><a href="http://ckan.org/2011/02/18/ckan-v1-3-released/">CKAN v1.3 released</a></li>
<li>New <a href="http://wiki.ckan.net/">CKAN wiki</a> and <a href="http://ckan.org/">CKAN site</a></li>
<li><a href="http://ckan.org/2011/02/17/dev8d-ckan-workshop/">CKAN tutorial at Dev8d</a></li>
<li>DataGM (Data Greater Manchester) launched using CKAN</li>
<li><a href="http://data.hri.fi">http://data.hri.fi</a> using CKAN with Alpha and Beta released</li>
<li>More <a href="http://wiki.ckan.net/instances">community instances</a></li>
<li><a href="http://OpenDataSearch.org/">http://OpenDataSearch.org/</a> (<a href="http://blog.okfn.org/2011/03/16/open-data-search-finding-useful-datasets-worldwide/">blog announce</a>)</li>
<li><a href="http://PublicData.eu/">http://PublicData.eu/</a></li>
</ul></li>
<li><a href="http://wheredoesmymoneygo.org/">Where Does My Money Go?</a> / <a href="http://openspending.org/">Open Spending</a>

<ul>
<li><a href="http://lists.okfn.org/pipermail/wdmmg-discuss/2011-February/000809.html">Becoming Open Spending</a></li>
<li>New <a href="http://wiki.openspending.org/">Open Spending wiki</a></li>
<li>Major <a href="http://trac.openspending.org/">code development</a> (<a href="http://trac.openspending.org/query?status=closed&amp;milestone=openspending-v0.9-sprint-1">Last milestone</a>)</li>
<li><a href="http://wiki.openspending.org/Meetups">Community development</a></li>
</ul></li>
<li>Open Economics Working Group

<ul>
<li><a href="http://yourtopia.net/">YourTopia &#8211; Development beyond GDP</a> &#8211; <a href="http://blog.okfn.org/2011/01/12/introducing-yourtopianet/">Blog Post</a> &#8211; Entry in World Bank Apps competition</li>
<li><a href="http://energy.publicdata.eu/">http://energy.publicdata.eu/</a> &#8211; <a href="http://blog.okfn.org/2011/02/04/europes-energy-a-new-mini-app-to-put-the-european-energy-targets-into-context/">Putting Europe&#8217;s Energy Targets in Context</a></li>
<li><a href="http://wiki.ckan.net/Guide_Economics">User Guide for CKAN</a></li>
</ul></li>
<li>Planning <a href="http://okcon.org/">OKCon</a>

<ul>
<li><a href="http://blog.okfn.org/2011/03/16/open-knowledge-conference-okcon-2011-30th-june-1st-july/">OKCon Announce</a></li>
</ul></li>
</ul>

<h3>General</h3>

<ul>
<li><a href="http://okfn.de/2011/02/27/okfn-de-als-gemeinnuetzige-organisation-gegruendet/">German Chapter of OKF formally established</a></li>
<li>Open Government Data &#8211; several meetings of the  <a href="http://data.gov.uk/blog/new-public-sector-transparency-board-and-public-data-transparency-principles">UK Public Sector Transparency Board</a></li>
<li><a href="http://blog.okfn.org/2011/02/11/as-coder-is-for-code-x-is-for-data/">As Coder is for Code, X is for Data</a></li>
<li><a href="http://rufuspollock.org/2011/01/05/pywordpress-python-library-for-wordpress/">PyWordpress &#8211; Python Lib for WordPress</a></li>
<li>Even more items in the <a href="http://blog.okfn.org/2011/02/26/open-knowledge-foundation-newsletter-no-16-sept-dec-2010/">OKFN Autumn 2010 Newsletter</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rufuspollock.org/2011/03/18/shuttleworth-fellowship-activity-in-the-last-3-months/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Shakespeare Annotation Sprint</title>
		<link>http://rufuspollock.org/2011/02/04/open-shakespeare-annotation-sprint/</link>
		<comments>http://rufuspollock.org/2011/02/04/open-shakespeare-annotation-sprint/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 11:27:50 +0000</pubDate>
		<dc:creator>Rufus Pollock</dc:creator>
				<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Culture and Society]]></category>
		<category><![CDATA[Open Knowledge Foundation]]></category>
		<category><![CDATA[Openness]]></category>
		<category><![CDATA[Own Work]]></category>
		<category><![CDATA[Shuttleworth Fellow]]></category>

		<guid isPermaLink="false">http://rufuspollock.org/?p=847</guid>
		<description><![CDATA[Cross-posted from <a href="http://blog.okfn.org/2011/02/02/open-shakespeare-annotation-sprint/">Open Knowledge Foundation blog</a>. Tomorrow we&#8217;re holding the first <a href="http://openshakespeare.org/">Open Shakespeare</a> Annotation &#8216;Sprint&#8217;. We&#8217;ll be getting together online and in-person to collaborate on critically annotating a complete Shakespeare play with all our work being <a href="http://www.opendefinition.org/">open</a>. All of Shakespeare&#8217;s texts are, of course, in the public domain, and therefore already <a [...]]]></description>
			<content:encoded><![CDATA[<p><strong><em>Cross-posted from <a href="http://blog.okfn.org/2011/02/02/open-shakespeare-annotation-sprint/">Open Knowledge Foundation blog</a>.</em></strong></p>

<p><strong>Tomorrow we&#8217;re holding the first <a href="http://openshakespeare.org/">Open Shakespeare</a> Annotation &#8216;Sprint&#8217;.</strong> We&#8217;ll be getting together online and in-person to collaborate on critically annotating a complete Shakespeare play with all our work being <a href="http://www.opendefinition.org/">open</a>.</p>

<p>All of Shakespeare&#8217;s texts are, of course, in the public domain, and therefore already <a href="http://www.opendefinition.org/">&#8216;open&#8217;</a>. However, most editions of Shakespeare people actually use (and purchase) are &#8216;critical&#8217; editions, that is texts together with notes and annotations that explain or analyze the text, and, for these critical editions <strong>no <a href="http://www.opendefinition.org/">open version</a> yet exists</strong>. This weekend we&#8217;re aiming to change that!</p>

<p>Using the <a href="http://okfn.org/projects/annotator/">annotator tool</a> we now have a way to work collaboratively online to add and develop these &#8216;critical&#8217; additions and the aim of the sprint is to <strong>fully annotate one complete play</strong>. Anyone can get involved, from lay-Shakespeare-lover to English professor, all you&#8217;ll need is a web-browser and an interest in Bard, and even if you can&#8217;t make it, you can <a href="http://www.doodle.com/6rghbkbyb5tcin3r">vote right now on which play we should work on</a>!</p>

<ul>
<li><strong>When: Saturday Feb 5th 2011, 11am-6pm GMT</strong>

<ul>
<li>May extend either side depending on location of participants</li>
<li>May do a second day on Sunday (depending on coffee and enthusiasm)!</li>
</ul></li>
<li><strong>Where: online and in-person</strong>

<ul>
<li>E.g. in-person meetup at University of Cambridge English Faculty</li>
</ul></li>
<li><strong>Planning etherpad: <a href="http://literature.okfnpad.org/annotation-sprint">http://literature.okfnpad.org/annotation-sprint</a></strong>

<ul>
<li>Please add your name here if you plan to participate so we can coordinate</li>
<li><a href="http://www.facebook.com/event.php?eid=198048416877940">Facebook event</a></li>
</ul></li>
<li>Event page: <a href="http://openshakespeare.org/2011/02/01/announcing-annotation-sprint">http://openshakespeare.org/2011/02/01/announcing-annotation-sprint</a></li>
<li>Requirements: a standards-compliant web browser (Firefox or Chrome recommended &#8212; not IE)</li>
<li><a href="http://www.doodle.com/6rghbkbyb5tcin3r">Vote for text to annotate (doodle)</a></li>
</ul>

<p>Using <strong><em>specially-designed annotation software</em></strong> we intend to print an edition of Shakespeare unlike any other, incorporating glosses, textual notes and other information written by anyone able to connect to the <a href="http://openshakespeare.org/">Open Shakespeare website</a>.</p>

<p>Work begins with a <strong><em>full-day annotation sprint on Saturday 5th February</em></strong>,  which will take online as well as at in-person meetups. Anyone can organize a meetup and we&#8217;re organizing one at University of Cambridge English Faculty (if you&#8217;d like to hold your own please just add it to the etherpad linked above).</p>
]]></content:encoded>
			<wfw:commentRss>http://rufuspollock.org/2011/02/04/open-shakespeare-annotation-sprint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copyright is a Monopoly! (And isn&#8217;t like normal property)</title>
		<link>http://rufuspollock.org/2011/01/31/copyright-is-a-monopoly-and-isnt-like-normal-property/</link>
		<comments>http://rufuspollock.org/2011/01/31/copyright-is-a-monopoly-and-isnt-like-normal-property/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 08:10:14 +0000</pubDate>
		<dc:creator>Rufus Pollock</dc:creator>
				<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[Own Work]]></category>

		<guid isPermaLink="false">http://www.rufuspollock.org/?p=415</guid>
		<description><![CDATA[The equation of &#8216;intellectual property&#8217; (IP) such as copyright with (traditional &#8220;real&#8221;) property is frequently made, especially by those advocating its extension. However, this equation is fundamentally erroneous and results in very serious misapprehension of the nature and effect of IP. In particular, patents and copyright confer monopolies in a way that ownership of real [...]]]></description>
			<content:encoded><![CDATA[<p>The equation of &#8216;intellectual property&#8217; (IP) such as copyright with (traditional &#8220;real&#8221;) property is frequently made, especially by those advocating its extension. However, this equation is fundamentally erroneous and results in very serious misapprehension of the nature and effect of IP. In particular, patents and copyright confer <em>monopolies</em> in a way that ownership of real property does not.</p>

<h3>How is it different?</h3>

<p>&#8216;Real&#8217; property like an apple, a car or an acre of land can only ever be used by one person/entity at one time &#8212; in economist&#8217;s terminlogy they are &#8216;rival&#8217; goods. Giving someone exclusive rights over them therefore does no harm &#8212; only one person can have it and via trade we can ensure the person who values it most ends up with it <sup id="fnref:1"><a href="#fn:1" rel="footnote">1</a></sup>. Here, creating property rights leads to an efficient outcome (at least in our simple case &#8212; in more complex setups we would need to think about complementarities, transaction costs etc).</p>

<p>By contrast, a copyright in, for example, a particular text confers not simply control over this or that particular book containing the text but over every instance of such a book. This is the very essence of a monopoly: being sole supplier of some good!</p>

<p>And it has all of the standard consequences of the monopoly: prices rise relative to what they would have been and access is reduced relative to its efficient level in which the price equals the cost of <em>reproduction</em> (i.e. we have a &#8220;deadweight&#8221; loss).</p>

<p>Furthermore, this cost of monopoly can be particularly serious when we have extensive &#8220;reuse&#8221; &#8212; i.e. new work builds upon old &#8212; as the monopoly inhibits not only access by users but the creation of new creative work.</p>

<p>The difference then between &#8220;normal&#8221; property and &#8220;intellectual property&#8221; is the difference between giving someone control of one apple (the apple they bought say) and control of all apples. The latter results in significant harm and inefficiency while the former does not.</p>

<p>Now, of course, the fact copyright is a monopoly does not mean it is per se bad. After all, we are deeply concerned with the incentives to create and the copyright monopoly helps provide such incentives.</p>

<p>We may therefore be willing to tolerate the ex-post costs of a monopoly because of the ex-ante benefits it provides in incentivizing and rewarding the creation of new work. But this is fundamentally a trade-off and one which gets worse as the monopoly is extended &#8212; a completely different situation from that with &#8220;real&#8221; property.</p>

<p>This point is made elegantly by Macaulay (opposing a copyright term extension in the 1840s):</p>

<blockquote>
  <p>&#8220;It is good that authors should be remunerated, and the least exceptionable way of remunerating them is by a monopoly. Yet monopoly is evil. For the sake of the good we must submit to the evil: but the evil ought not to last a day longer than is necessary for the purpose of securing the good.&#8221;</p>
</blockquote>

<p>This is <strong>not</strong> something one would write about normal, &#8216;real&#8217;, property.</p>

<h3>Substitutes (or, what exactly is a Monopoly)</h3>

<p>Some people, particularly rights-holders, tend to argue that copyright isn&#8217;t a monopoly because of the existence of close substitutes (Helprin does this too where he tries to distinguish expression and ideas). In a strict sense this is simply false: a monopoly is the control over all (or most) of a market in a particular good (in this case the copies of a given cultural work). If entity X has monopoly in apples, the fact that I can buy oranges instead of apples does not change the fact that X has a monopoly.</p>

<p>However, in a broader sense this point is correct: the &#8220;proximity&#8221; of substitutes will clearly affect the demand curve a monopolist faces and therefore the price they can charge (in the extreme case when substitutes are perfect the &#8216;monopoly&#8217; of course disappears).<sup id="fnref:2"><a href="#fn:2" rel="footnote">2</a></sup></p>

<p>This is the point lying behind the copyright/patent distinction &#8212; the argument being that copyrighted works have much closer substitutes than patents (whether this actually true is unclear to me: what substitutes were there for Harry Potter? Many patents have relatively close competitors etc).</p>

<p>Nevertheless the fact remains that a copyright still acts like a monopoly in permitting the owner of a copyright to raise price above what it would have been (if not there&#8217;d be no point in having it &#8212; at least the &#8220;economic&#8221; rights portion). Furthermore, one has to be cautious in one&#8217;s logic here: the existence of close substitutes may lessen the <em>harm</em> of a copyright monopoly but it also reduces the benefits (the revenue incentives).</p>

<p>To put it most bluntly:</p>

<blockquote>
  <p>If copyright isn&#8217;t acting like a monopoly then, while causing little harm, it&#8217;s also not doing much good.</p>
</blockquote>

<p>Specifically, if substitutes are sufficiently close that the copyright holder can only raise prices (much) to a very small degree above reproduction cost (and hence we can say no monopoly exists), then the benefits of the copyright, in terms of increased revenues to the copyright holder, must be commensurably small.</p>

<h4>Colophon</h4>

<p>I wrote the original version of this post over 3 years ago but failed to hit publish for reasons unknown. It&#8217;s creation was motivated by being pointed at <a href="http://www.nytimes.com/2007/05/20/opinion/20helprin.html">this article</a> by a Mr Helprin (who later fleshed out his thesis into a book). Discussions over the intervening years, especially with those advocating the extension of copyright, have only made it clearer how important it is establish the basic point that &#8216;copyright is a monopoly and isn&#8217;t property&#8217;.</p>

<div class="footnotes">
<hr />
<ol>

<li id="fn:1">
<p>To a crude first approximation. There are many reasons why this &#8216;efficient&#8217; trade may not happen (see next sentence).&#160;<a href="#fnref:1" rev="footnote">&#8617;</a></p>
</li>

<li id="fn:2">
<p>As recognized in antitrust law with the endless discussions of what constitutes the &#8216;market&#8217; for a given product.&#160;<a href="#fnref:2" rev="footnote">&#8617;</a></p>
</li>

</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://rufuspollock.org/2011/01/31/copyright-is-a-monopoly-and-isnt-like-normal-property/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Introducing YourTopia &#8211; Development beyond GDP</title>
		<link>http://rufuspollock.org/2011/01/12/introducing-yourtopia-development-beyond-gdp/</link>
		<comments>http://rufuspollock.org/2011/01/12/introducing-yourtopia-development-beyond-gdp/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 14:39:10 +0000</pubDate>
		<dc:creator>Rufus Pollock</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Open Data]]></category>
		<category><![CDATA[Open Knowledge Foundation]]></category>
		<category><![CDATA[Own Work]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Shuttleworth Fellow]]></category>

		<guid isPermaLink="false">http://rufuspollock.org/?p=825</guid>
		<description><![CDATA[The following is cross-posted from the <a href="http://blog.okfn.org/2011/01/12/introducing-yourtopianet/">Open Knowledge Foundation blog post</a>. It reports the results of the code-sprint <a href="http://rufuspollock.org/2011/01/07/openhdi-open-human-development-index/">reported in this previous blog post</a>. Today we&#8217;re announcing a simple new app (also submitted to <a href="http://appsfordevelopment.challengepost.com/">World Bank Apps competition</a>) that allows anyone to say what kind of world, what &#8216;YourTopia&#8217;, they would like [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The following is cross-posted from the <a href="http://blog.okfn.org/2011/01/12/introducing-yourtopianet/">Open Knowledge Foundation blog post</a>. It reports the results of the code-sprint <a href="http://rufuspollock.org/2011/01/07/openhdi-open-human-development-index/">reported in this previous blog post</a>.</strong></p>

<p>Today we&#8217;re announcing a simple new app (also submitted to <a href="http://appsfordevelopment.challengepost.com/">World Bank Apps competition</a>) that allows anyone to say what kind of world, what &#8216;YourTopia&#8217;, they would like to live in:</p>

<p><a href="http://yourtopia.net/">http://yourtopia.net/</a></p>

<p>As well as having a very simple function: to tell you what country is closest to your ideal, the app also has a very serious purpose: to help us develop a real empirical basis for the measures of development that are used to guide policy-making.</p>

<p>Is health more important than education, or GDP, is the amount of R&amp;D more important than amount spent on primary education? Help us find out what the world thinks!</p>

<p>You can see the app in action in the following video, or head over directly <a href="http://yourtopia.net/">YourTopia</a> and answer the 2-minute quiz.</p>

<div class="youtube_embed" style="margin-bottom: 20px"> 
 <object width="370" height="297"><param name="movie" value="http://www.youtube.com/v/Nv-00MAxa0g?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"><embed src="http://www.youtube.com/v/Nv-00MAxa0g?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="370" height="297"></embed></param></object> 
</div>

<h3>More Information</h3>

<p>Development Economics has for a long time recognised the deficiency of GDP as an indicator of human development but with little reception in policy-circles. Recently, however, the debate changed and no month passes now without a high-level report on “Development beyond GDP”.</p>

<p>OKFN&#8217;s new Open Economics Group has now constructed an <a href="http://www.yourtopia.net" target="_blank">application </a>to test two solutions to primary problems in this debate, and it is participating in the World Bank&#8217;s competition &#8220;<a href="http://www.worldbank.org/appsfordevelopment" target="_blank">Applications for Development</a>&#8220;.</p>

<p>Measures of human progress beyond GDP either use so-called dashboards of indicators (e.g. WDI) or composite indices (e.g. HDI or MPI). An openness-problem with the first approach has been that dashboards were so complex that the public was de facto excluded from the debate. The second approach tried to simplify through combining different dimensions into a single index but then suffered from arbitrary assumptions on the choice of weights applied to indices and choice of proxies for different development dimensions.</p>

<p>These are significant problems and so we&#8217;ve created <strong><a href="http://yourtopia.net/">Yourtopia</a>, as the first application that produces a composite index of human development (OpenHDI) without arbitrary choices of indicator-weights and proxy choices.</strong></p>

<p>We circumvent these problems simply: by letting the user participate. Rather than the researcher selecting proxies and indicator-weights we let the user choose. The resulting index of human progress is then personalised and contains no arbitrary assumptions by construction.</p>

<p>While the constructors of the HDI, for example, was always attacked for their assumption that human progress just depends on education, health and income and that these each carried the same importance, we now let the user decide which dimensions of progress are important and how they compare to each other.</p>

<h3>Get Involved</h3>

<p>We&#8217;d love to <a href="https://bitbucket.org/okfn/openhdi/issues">improve YourTopia</a> in lots of ways and we need help with design, coding (python or javascript), and writing (from both an economists and a layman&#8217;s point of view!) (for example what does GNI in PPP terms mean to most people &#8212; we need translators from jargon to English!).</p>

<p>If you&#8217;re interested in helping please send either join the <a href="http://lists.okfn.org/mailman/listinfo/open-economics">open-economics</a> mailing list or just send a mail to info [at] okfn [dot] org.</p>

<h3>Colophon</h3>

<ul>
<li>Code: <a href="https://bitbucket.org/okfn/openhdi">https://bitbucket.org/okfn/openhdi</a></li>
<li>Data: From world bank data store &#8211; <a href="http://yourtopia.net/about">details</a></li>
<li>Mailing list: <a href="http://lists.okfn.org/mailman/listinfo/open-economics">open-economics</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rufuspollock.org/2011/01/12/introducing-yourtopia-development-beyond-gdp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenHDI: Open Human Development Index</title>
		<link>http://rufuspollock.org/2011/01/07/openhdi-open-human-development-index/</link>
		<comments>http://rufuspollock.org/2011/01/07/openhdi-open-human-development-index/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 10:00:56 +0000</pubDate>
		<dc:creator>Rufus Pollock</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Data Digging]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[Open Data]]></category>
		<category><![CDATA[Open Knowledge Foundation]]></category>
		<category><![CDATA[Own Work]]></category>
		<category><![CDATA[Shuttleworth Fellow]]></category>

		<guid isPermaLink="false">http://rufuspollock.org/?p=818</guid>
		<description><![CDATA[A few members of the <a href="http://okfn.org/">Open Knowledge Foundation&#8217;s</a> nascent <a href="http://wiki.okfn.org/wg/economics">open economics working group</a> are having a code-sprint this Friday and Saturday to work on an app for the world bank competition currently called &#8216;Open HDI&#8217; (Human Development Index): [Update] <a href="http://yourtopia.net">http://yourtopia.net</a> we&#8217;ve renamed to YourTopia <a href="http://openhdi.org/">http://openhdi.org/</a> &#8211; stub website (it&#8217;s what we&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>A few members of the <a href="http://okfn.org/">Open Knowledge Foundation&#8217;s</a> nascent <a href="http://wiki.okfn.org/wg/economics">open economics working group</a> are having a code-sprint this Friday and Saturday to work on an app for the world bank competition currently called &#8216;Open HDI&#8217; (Human Development Index):</p>

<ul>
<li><strong>[Update] <a href="http://yourtopia.net">http://yourtopia.net</a> we&#8217;ve renamed to YourTopia</strong> </li>
<li><strike><a href="http://openhdi.org/">http://openhdi.org/</a></strike> &#8211; stub website (it&#8217;s what we&#8217;ll make today and tomorrow!)</li>
<li><a href="http://okfnpad.org/openhdi">http://okfnpad.org/openhdi</a> &#8211; planning pad</li>
<li><a href="http://bitbucket.org/okfn/openhdi">http://bitbucket.org/okfn/openhdi</a> &#8211; source code and data</li>
</ul>

<p>The idea is to look at &#8216;development beyond GDP&#8217; by collecting weightings on particular aspects of &#8216;development&#8217; (health, education, gdp, inequality) from users and using that to build our own human development index.</p>

<p>We first talked about this a few months ago at the open economics online meetup. Dirk Heine and Guo Xu then put together an excellent demo version: <a href="http://eutopia.guoxu.org/">http://eutopia.guoxu.org/</a> and now we&#8217;re working to take that to the status of a full app!</p>
]]></content:encoded>
			<wfw:commentRss>http://rufuspollock.org/2011/01/07/openhdi-open-human-development-index/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

