<?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>Tetrahedra &#187; International Development</title>
	<atom:link href="http://tetrahedra.co.uk/category/international-development-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://tetrahedra.co.uk</link>
	<description>Digital design and development</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:56:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Eating my own dogfood</title>
		<link>http://tetrahedra.co.uk/eating-my-own-dogfood/</link>
		<comments>http://tetrahedra.co.uk/eating-my-own-dogfood/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 19:11:31 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[International Development]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Transparency]]></category>
		<category><![CDATA[Visualisations]]></category>
		<category><![CDATA[Aid]]></category>
		<category><![CDATA[aid transparency]]></category>
		<category><![CDATA[amCharts]]></category>
		<category><![CDATA[DFID]]></category>
		<category><![CDATA[IATI]]></category>
		<category><![CDATA[transparency]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSL]]></category>
		<category><![CDATA[Yahoo! Pipes]]></category>

		<guid isPermaLink="false">http://tetrahedra.co.uk/?p=225</guid>
		<description><![CDATA[Prototypes experimenting with visualising IATI data from DFID.]]></description>
			<content:encoded><![CDATA[<p>Part of my day job at <a href="http://www.dfid.gov.uk">DFID</a> includes a bit of responsibility for publishing data under the government&#8217;s <a href="http://www.number10.gov.uk/news/statements-and-articles/2010/05/letter-to-government-departments-on-opening-up-data-51204">transparency commitments</a>. In common with other UK central government departments, DFID routinely publish <a href="http://www.dfid.gov.uk/About-DFID/Finance-and-performance/DFID-spend/">spend</a>, <a href="http://www.contractsfinder.businesslink.gov.uk/Search%20Contracts/Search%20Contracts%20Results.aspx?site=1000&#038;lang=en&#038;sc=daca2b40-d018-4504-822d-984c7deaf0f4&#038;rb=1">contract</a> and <a href="http://www.dfid.gov.uk/About-DFID/Our-organisation1/Top-salaries/">HR</a> information. But unique to DFID is the publication of all aid projects.</p>
<p>In January this year DFID began to publish details of every aid project in the <a href="http://www.aidtransparency.net/">International Aid Transparency Initiative (IATI)</a> <a href="http//iatistandard.org">Standard</a> XML schema. There are now a set of XML downloads referenced from the <a href="http://iatiregistry.org/group/dfid">IATI Registry</a> covering countries, regions and multilateral aid activities, all delivered through a RESTful API, and refreshed every month with up-to-date data. DFID also publish a more human-readable version of this information on the <a href="http://projects.dfid.gov.uk">Projects Database</a> on the DFID website.</p>
<p>The <a href="http://www.hewlett.org/">Hewlett Foundation</a> are the second organisation to <a href="http://iatiregistry.org/group/hewlett-foundation">publish in IATI format</a>, and others are following on close behind.</p>
<h4>Eating my own dogfood</h4>
<p><a href="http://www.owen.org/blog/4486">Owen Barder blogged recently</a> that organisations publishing data should be forced to use that data on their own websites &#8211; so that &#8220;eating their own dogfood&#8221; would drive up quality. As I don&#8217;t get the chance to do this at work, I&#8217;ve been having a play with the IATI data in my own time. Just for fun, you know. </p>
<p>Here are a few initial prototypes. I will blog implementation details in the next few posts, and include code.</p>
<h4>Charting using amCharts</h4>
<p>I first saw the <a href="http://www.amcharts.com/">amCharts charting tool</a> in <a href="http://foreignassistance.gov">ForeignAssistance.gov</a>, the US aid portal. The tool takes XML or CSV data and generate Flash or Javascript charts &#8211; pie, column/bar, line, bubble and so on. The tool is very straightforward to set up, and data can be set up using XSL transformation of IATI XML data.</p>
<p><a href="http://tetrahedra.co.uk/wp-content/uploads/amCharts.png"><img src="http://tetrahedra.co.uk/wp-content/uploads/amCharts.png" alt="" title="amCharts" width="550" height="194" class="aligncenter size-full wp-image-235" /></a></p>
<p>These sort of charts would be  useful to:</p>
<ul>
<li>get an overview of what a donor is doing in a country</li>
<li>use as a widget on a site dedicated to aid in that country</li>
<li> (if aggregated across donors in a country), provide an overview of what activities are considered important</li>
<li>show past and future aid flows for a country</li>
</ul>
<p>There are still some challenges &#8211; for example aggregating the sectors (health, infrastructure, water) rather than the very granular sectors listed.</p>
<p>See with the <a href="http://iati.tetrahedra.co.uk/amCharts/index2.php?c=IN">charts in action</a>. Use 2-letter ISO codes to look up a country you&#8217;re interested in. </p>
<h4>Yahoo! Pipes</h4>
<p>Yahoo! Pipes is a tool that enables manipulation of internet data feeds using a set of pre-determined tools. <a href="http://pipes.yahoo.com/tetrahedra/iatiparser">This pipe</a> retrieves the country file for, in this case, Uganda (UG), filters for currently active projects, and produces a list of aid activities matching those criteria. </p>
<p><a href="http://tetrahedra.co.uk/wp-content/uploads/YahooPipesIATIParser.jpg"><img src="http://tetrahedra.co.uk/wp-content/uploads/YahooPipesIATIParser.jpg" alt="" title="YahooPipesIATIParser" width="550" height="228" class="aligncenter size-full wp-image-238" /></a><br />
Note: the IATI schema needs to have the XML directive added at the top to enable it to be read by Yahoo! Pipes.</p>
<p>These tools would be useful to:</p>
<ul>
<li>aggregate information for a country from different sources (for example through the IATI Registry)</li>
<li>mashup using connections between aid projects and other indicators</li>
<li>transform or filter the data without using XSL</li>
</ul>
<p><a href="http://pipes.yahoo.com/tetrahedra/iatiparser">Go on, have a play.</a></p>
<h4>WordPress Country View</h4>
<p>In the <a href="http://wiki.wordcampuk.org/OpenAid">WordHack at last years WordCamp UK</a>, the WordHack team developed a prototype to import aid data into a WordPress custom posts structure. As the WordHack was based on non-IATI XML, I&#8217;ve adapted this for IATI data.</p>
<p>In short, <a href="http://openaid.org.uk">openaid.org.uk</a> allows an import of IATI XML data for a particular country into a WordPress instance, creating a new Custom Post from each IATI activity (aid project), and dealing with DFID&#8217;s hierarchical project/component structure. The code regularly checks the data source for updates and creates new versions accordingly.</p>
<p><a href="http://tetrahedra.co.uk/wp-content/uploads/openaiduk.jpg"><img src="http://tetrahedra.co.uk/wp-content/uploads/openaiduk.jpg" alt="" title="openaiduk" width="550" height="438" class="aligncenter size-full wp-image-240" /></a></p>
<p>This could be used by a Civil Society Organisation (CSO) in a developing country to:</p>
<ul>
<li>aggregate all donor activities for their country,</li>
<li>allow  citizens to add comments on each donor activity using the WordPress commenting capability, and</li>
<li>keep track of the changing nature of the projects through regular updates.</li>
</ul>
<p><a href="http://openaid.org.uk">Here&#8217;s the example site</a> with a very few test projects.</p>
<h4>Next steps</h4>
<p>These are just a few initial ideas and prototypes. Please add your ideas below, or, if you&#8217;re really keen, visit the new <a href="http://support.iatistandard.org/">IATI Support forum</a> and send in your ideas. </p>
<p>Disclosure: Although I work for DFID, these prototypes were developed in my own time and using my own equipment. Yes, I&#8217;m a geek.</p>
]]></content:encoded>
			<wfw:commentRss>http://tetrahedra.co.uk/eating-my-own-dogfood/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenAid WordHack</title>
		<link>http://tetrahedra.co.uk/openaid-wordhack/</link>
		<comments>http://tetrahedra.co.uk/openaid-wordhack/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 17:48:39 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Community Activism]]></category>
		<category><![CDATA[International Development]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[aid transparency]]></category>
		<category><![CDATA[DFID]]></category>
		<category><![CDATA[openaid]]></category>
		<category><![CDATA[transparency]]></category>
		<category><![CDATA[UKaid]]></category>
		<category><![CDATA[wordcampuk]]></category>

		<guid isPermaLink="false">http://tetrahedra.co.uk/?p=175</guid>
		<description><![CDATA[A WordHack to create a WordPress site importing UK Aid data]]></description>
			<content:encoded><![CDATA[<p><a href="http://openaid.org.uk"><img class="aligncenter" src="http://demo.openaid.org.uk/wp-content/themes/openaid/images/logo.jpg" alt="OpenAid logo" /></a></p>
<p>The WordHack at WordCamp UK in Manchester this year was really exciting. By 4.30 pm on day 2 the team had created a <a href="http://openaid.org.uk">stunning WordPress site</a> that:</p>
<ul>
<li>Reads and transforms XML data on <a href="http://projects.dfid.gov.uk">DFID aid projects</a> into a format ready for import into WordPress</li>
<li>Imports the XML into a WordPress Custom Post Type for each DFID aid project, creating new post versions if the source data has changed</li>
<li>Links comments to the post version, so that someone can view comments in the context of the data at the time</li>
<li>Displays the data in a clean user interface, focussing on the conversation that people can have around aid projects</li>
</ul>
<p><a href="http://tetrahedra.co.uk/wp-content/uploads/openaid_site.png"><img src="http://tetrahedra.co.uk/wp-content/uploads/openaid_site.png" alt="" title="openaid_site" width="550" height="273" class="aligncenter size-full wp-image-180" /></a></p>
<p><strong>User Story</strong><br />
The concept (User Story) of the site is that people (either UK citizens or citizens of developing countries) can view summary details of DFID aid projects, and can start conversations around individual projects. Ultimately, this may be best used for sub-sets of the full 3000-odd projects based around communities of interest, for example by a community within a developing country. </p>
<p><strong>Why WordPress?</strong><br />
The new Custom Post Types in WordPress provide the framework needed to handle more structured data around aid project information. Other core features are the commenting capability, use of categories and tags for classification, and the built-in post versioning system. These would require a significant effort to write from scratch.</p>
<p><strong>Credit to the Team</strong><br />
I was really pleased with what the team achieved, and it builds on work done at the recent <a href="http://www.aidinformationchallenge.org/">Aid Information Challenge</a>. It clearly shows what can be done with government information when the data is provided in a reusable format. </p>
<p>The keys to the success were:</p>
<ul>
<li><a href="http://shaunhare.co.uk/">Shaun Hare</a>&#8216;s organisation was critical. He set up the WordHack wiki page, canvassed for ideas early, and allowed for discussion within the group.</li>
<li>Getting ideas early really helped, as people could develop the ideas over a couple of weeks, and come to WordHack with a better-formed solution in mind. It also helped to break up the problem into a number of logical components that enabled everyone to do something useful.</li>
<li>The skill and dedication of <a href="http://wiki.wordcampuk.tonyscott.org.uk/WordHack_UK_2010/OpenAid#Developers">the team</a> was phenomenal. Each person chose a different component and delivered something useful, and Chris and Shaun tied it all together on Sunday afternoon. </li>
</ul>
<p><strong>More details</strong><br />
The technical details of the site are available on the <a href="http://wiki.wordcampuk.tonyscott.org.uk/OpenAid">OpenAid project page</a> on the WordCampUK Wiki, and we hope to have a Google Code project set up soon.</p>
<p><strong>Next steps</strong><br />
The next steps are likely to be:</p>
<ul>
<li>Add Ajaxy goodness to the front page to allow the most recent conversations to magically appear, Twitter style.</li>
<li>Make the import plugin generic to allow any XML data to be transformed into the Custom Post Type &#8211; possibly by providing a URL for the XML and an XSL transform.</li>
<li>Create a map based on country data to show where the conversation is happening.</li>
<li>and many more&#8230;</li>
</ul>
<p>If you are interested in continuing involvement then please follow <a href="http://twitter.com/openaiduk">@openaiduk</a> on Twitter. </p>
]]></content:encoded>
			<wfw:commentRss>http://tetrahedra.co.uk/openaid-wordhack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordCamp UK 2010</title>
		<link>http://tetrahedra.co.uk/wordcampuk-2010/</link>
		<comments>http://tetrahedra.co.uk/wordcampuk-2010/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 15:44:55 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[International Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[manchester]]></category>
		<category><![CDATA[openaid]]></category>
		<category><![CDATA[wordcamp]]></category>
		<category><![CDATA[wordcampuk]]></category>
		<category><![CDATA[wordhack]]></category>

		<guid isPermaLink="false">http://tetrahedra.co.uk/?p=167</guid>
		<description><![CDATA[I attended my second WordCamp UK at the weekend, held this year in Manchester. The (un)conference was attended by around 200 people, and was held in the Manchester Metropolitan University Business School. Like last year, the main benefit to me was to meet the key people in the UK&#8217;s WordPress community (in the flesh rather [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://2010.wordcampuk.org/graphics/wcuk2010-logo.png" alt="WordCampUK Manchester logo" />I attended my second <a href="http://2010.wordcampuk.org/">WordCamp UK</a> at the weekend, held this year in Manchester. The (un)conference was attended by around 200 people, and was held in the <a href="http://www.business.mmu.ac.uk/">Manchester Metropolitan University Business School</a>. </p>
<p>Like last year, the main benefit to me was to meet the key people in the UK&#8217;s WordPress community (in the flesh rather than just on Twitter). It was great to meet with the key people again (and I was very surprised that lots of people remembered me from last year!).</p>
<p>Here&#8217;s what I took away from this year&#8217;s WordCamp UK:</p>
<p><strong>WordHack</strong><br />
Efficiently organised by <a href="http://shaunhare.co.uk/">Shaun Hare</a>, this was a fantastic and stimulating experience. I was involved with a team of <a href="http://wiki.wordcampuk.tonyscott.org.uk/WordHack_UK_2010/OpenAid#Developers">seven people</a> who developed a completely new WordPress site at <a href="http://openaid.org.uk">openaid.org.uk</a>. This site reads XML data on DFID aid projects, transforms and imports the XML into Custom Post Types in WordPress, with a new theme that presents comments on the aid projects as a live conversation, and ties the comments to the post versions. Read more on the <a href="http://wiki.wordcampuk.tonyscott.org.uk/WordHack_UK_2010/OpenAid">OpenAid project page</a>. Brilliant going for half a dozen people in around 6 hours, and shows the real value of exposing government data for others to reuse.</p>
<p><img class="aligncenter" src="http://demo.openaid.org.uk/wp-content/themes/openaid/images/logo.jpg" alt="OpenAid logo" /></p>
<p><strong>BuddyPress</strong><br />
Paul Gibbs gave a <a href="http://www.slideshare.net/DJPaul/wordcamp-uk-2010-introduction-to-buddypress">great introduction to BuddyPress</a>. This is a <a href="http://buddypress.org">plugin for WordPress</a> that adds social media and community features (extended profiles, friend relationships, groups, forums and activity streams). It looks relatively straightforward to set up, although there needs to be some tinkering around with existing themes.  The most impressive example Paul gave was <a href="http://www.cycleoregon.com/">CycleOregon</a>, which doesn&#8217;t look at all like a membership-driven site. I have two immediate uses for BuddyPress, both with an international dimension, and Paul’s talk was a great and timely introduction.</p>
<p><strong>Theme frameworks and theme clubs</strong><br />
Theme development was a recurring (ahem) theme this year, but this time it was focussed on the growth of theme frameworks and theme clubs.  <a href="http://www.mkjones.co.uk/">Kimb Jones</a> gave a <a href="http://www.mkjones.co.uk/wordpress/wordcamp-uk-2010-how-wordpress-themes-changed-the-world">good run-down of the theme club and commercial theme market</a>, and this was followed by a launch of the private beta test for <a href="http://wonderflux.com/">WonderFlux</a> theme framework. This is an area where I need to learn more.</p>
<p><strong>WordPress for the voluntary sector</strong><br />
There is a <a href="http://www.goodgnus.org/2010/07/wordpress-the-voluntary-sector/">strong community</a> of WordPress developers working with charities and other organisations in the voluntary sector, providing some innovative solutions. <a href="http://www.slideshare.net/jasonking/wordpress-fornonprofitswordcampuk2010">Jason King spoke</a> about some of the opportunities and challenges. One observation was that small organisations use a lot of (commonly cloud-based) apps, and this can be challenging to integrate with, for example, a WordPress membership list. This group has a lot of relevance for my WordPress work.</p>
<p><strong>WordPress in the Enterprise</strong><br />
This was another strong theme, as larger organisations are starting to see the benefit of using WordPress. <a href="http://www.davesgonemental.com/wordcamp-uk-great-stuff-a-little-controversy/">Dave Coveney</a> discussed outward-facing sites in <a href="http://prezi.com/pnr1ry36pcaq/wordpress-in-big-media/">Big Media</a> and <a href="http://www.slideshare.net/interconnectit/wordpress-in-the-enterprise-ii">larger Enterprises</a>, but there was no formal discussion about the use of WordPress as a social intranet within organisations (idea for a session next year?). We informally discussed some of the challenges of using WordPress within larger enterprises (of which more in a later blog post).</p>
<p><strong>Will there be a WordCamp UK 2011?</strong><br />
The weekend proved that the WordCamp UK organisation is strong and vibrant. </p>
<p>Unfortunately the conference ended on a downbeat note, when <a href="http://twitter.com/janeforshort">Jane Wells</a> from Automattic casually mentioned that the WordCamp.org organisation would prefer to see city-based WordCamps rather than larger events at a national level, following the practice in the US (although not, interestingly, Ireland, the UK, New Zealand, Sweden and others). I&#8217;m sure Jane didn&#8217;t intend to cause the resulting uproar! </p>
<p>Moving to a city-based model could be positive if it fosters a strong local community and those local WordCamps were able to attract experienced speakers from across the UK. But personally I value the broad cross-section of people at a UK-wide WordCamp and would like to see it continue. </p>
<p>I&#8217;d prefer to see WordCamp UK continue as a travelling circus, working alongside local WordPress communities to put on this exceptional event in different cities each year, while strong local groups also put on more local or regional events as appropriate. I&#8217;ve been trying to make contact with WordPress community in Scotland but there doesn&#8217;t appear to be a groundswell of opinion for even a Scotland-based WordPress User Group (if I&#8217;m wrong, please do get in touch!).</p>
<p><a class="alignright" href="http://www.flickr.com/photos/mikenolan/4801030827/" title="John Adams just-in-time session planning :) by Michael Nolan, on Flickr"><img src="http://farm5.static.flickr.com/4135/4801030827_820a1800c8_m.jpg" width="240" height="180" alt="John Adams just-in-time session planning :)" /></a><strong>My most embarrassing moment, caught on camera</strong><br />
At 1100 on Saturday, I was comfortably sat in Room 1 settling in to listen to Jonny on theme frameworks, when I saw a tweet wondering why I wasn&#8217;t in Room 2. A minute or so later Gurbir walked through and informed me that I was meant to be running a session on Managing Multiple Instances of WordPress! This was an idea I&#8217;d had about 6 months ago, had proposed it on the wiki and had completely forgotten about it. Unfortunately, Mike Nolan was there with his iPhone, capturing my just-in-time session planning on Flickr!</p>
<p><strong>Finally, a big Thanks!</strong><br />
Finally, a big thanks to Chi-Chi Ekweozor, Tony Scott and the other organisers. It was a really successful weekend, and shows that WordCamp UK organisation is strong and vibrant. It will be good to mature further into an organisation that mentors people with different skills and outlooks, and encourages local WordPress communities. </p>
]]></content:encoded>
			<wfw:commentRss>http://tetrahedra.co.uk/wordcampuk-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

