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

<channel>
	<title>The  process diary...</title>
	<atom:link href="http://theprocessdiary.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://theprocessdiary.wordpress.com</link>
	<description>Documenting the IKM Emergent Research Programme</description>
	<lastBuildDate>Mon, 01 Nov 2010 16:52:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='theprocessdiary.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The  process diary...</title>
		<link>http://theprocessdiary.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://theprocessdiary.wordpress.com/osd.xml" title="The  process diary..." />
	<atom:link rel='hub' href='http://theprocessdiary.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Exploring linked open data for development with a Young Lives dataset&#8230;</title>
		<link>http://theprocessdiary.wordpress.com/2010/11/01/exploring-linked-open-data-for-development-with-a-young-lives-dataset/</link>
		<comments>http://theprocessdiary.wordpress.com/2010/11/01/exploring-linked-open-data-for-development-with-a-young-lives-dataset/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 16:52:35 +0000</pubDate>
		<dc:creator>Tim Davies</dc:creator>
				<category><![CDATA[IKM Emergent]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[linked data]]></category>
		<category><![CDATA[young lives]]></category>

		<guid isPermaLink="false">http://theprocessdiary.wordpress.com/?p=195</guid>
		<description><![CDATA[Exploring linked open data for development with a Young Lives dataset&#8230; For the upcoming IKM Workshop on Linked Data, taking place in November in Oxford, I&#8217;ve been exploring the process and possibilities of putting a development-focussed social science dataset online as linked open data. What is linked open data? We can work through a definition [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theprocessdiary.wordpress.com&amp;blog=1937236&amp;post=195&amp;subd=theprocessdiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Exploring linked open data for development with a Young Lives dataset&#8230;</p>
<p>For the upcoming IKM Workshop on Linked Data, taking place in November in Oxford, I&#8217;ve been exploring the process and possibilities of putting a development-focussed social science dataset online as linked open data.</p>
<h3>What is linked open data?</h3>
<p>We can work through a definition backwards:</p>
<p><strong>Data</strong> (at least for our purposes) is a series of facts recorded in a structure way. The dataset I&#8217;ve been working with in this project has been records from the Peru instance of the 2010 Health Survey of the <a href="http://www.younglives.org.uk">Young Lives Longitudinal study</a>. Essentially, it&#8217;s a large table of around 650 young people&#8217;s responses to a number of health-related questions.</p>
<p><strong>Open</strong>. The openness of data has three parts: <span style="text-decoration:underline;">accessibility</span> (can you access the data easily, generally over the Internet); <span style="text-decoration:underline;">license</span> (are you allowed by the terms and conditions or license to access and use the data); <span style="text-decoration:underline;">format</span> (is the data in an &#8216;open&#8217; format so you can read and work with it without needing proprietary software).</p>
<p><strong>Linked</strong>. The &#8216;<a href="http://www.w3.org/DesignIssues/LinkedData.html">four rules of linked data</a>&#8216; put forward by Tim Berners-Lee set out an approach to publishing data which makes connections between different datasets, generally linking them up across the Internet. For example, instead of simply stating in our dataset that the information is about &#8220;Peru&#8221;, where Peru is just a word in a table, we can use the URL http://ontologi.es/place/PE (PE being an ISO standard code for Peru) to identify Peru &#8211; giving a shared &#8216;key&#8217; that could be used to link our data about Peru to other people who have used the same key. The vision of linked data goes a step further however, suggesting that those shared identifiers (e.g. http://ontologi.es/place/PE) should return information about the thing they are an identifier for, ideally as &#8216;data&#8217; and as &#8216;data&#8217; that makes further links to other sources of data.</p>
<p>In fact, if you go to http://ontologi.es/place/PE you won&#8217;t find anything for human readers at all. Instead, you&#8217;ll get a downloadable file that looks <a href="http://wiki.ikmemergent.net/index.php/Workspaces:1:Linked_Open_Data:BlogPostExtract">something like this</a>. You can see that it gives a name for the thing (the &#8216;resource&#8217;) being identified (between the  tags), and it lists &#8216;parts&#8217; of Peru &#8211; regions and sub-areas. It also, towards the bottom of the list, tells us that the identifier http://ontologi.es/place/PE is identical () the resource http://www.geonames.org/countries/#PE so we could go and look up some data from there too.</p>
<p>The way this linked data is represented uses RDF &#8211; &#8216;Resource Descriptor Framework&#8217;. RDF is not a single file format (there are many different ways of writing an RDF document, just as there are many different file-formats and programmes for creating a spreadsheet with), but it aims to create &#8216;self-describing data&#8217; and it allows everything in a dataset to be annotated and linked together in different ways. For example, whereas in a spreadsheet if I want to tell you what a column heading means (e.g. &#8216;SMKPRNR3&#8242;), I need to write additional documentation. By contrast, in an RDF document I can annotate the &#8216;SMKPRNR3&#8242; property with a label, comment and links to other sources of information about that variable.</p>
<p><strong>Linked Open Data</strong><br />
Putting all these elements together we get an approach to publishing data on the Internet that makes data accessible, tries to make connections between different datasets, and allows other people to access and re-use the data that has been shared.</p>
<h3>What have we done with the Young Lives Data?</h3>
<p>Using one small sub-set of the Young Lives data (the 2010 Health Survey data from Peru) I&#8217;ve:</p>
<ul>
<li>Created descriptions of all the variables in RDF format;</li>
<li>Converted the young people&#8217;s responses into RDF format;</li>
<li>Loaded all this data into a server which allows queries to be run against it and for the data to be expored;</li>
<li>Added extra annotations to some of the questions;</li>
<li>Created some summary statistics from the data and recorded those in RDF format as well;</li>
<li>Looked for comparable statistics in open data, and, finding none, converted a few comparison statistics into RDF also;</li>
</ul>
<p>The Young Lives data is social science research data. This is quite different from much of the linked open data that is already out there. The <a href="http://richard.cyganiak.de/2007/10/lod/">linked open data cloud diagram</a> shows many sources of linked open data available right now &#8211; and you will see that much of the available data is &#8216;data about things&#8217; (places, events, music, publications etc.), rather than research data. It&#8217;s also very UK and US-centric, with very little development sector data (if any), and global data, available.</p>
<p>This has meant having to think about how to represent the Young Lives data and how best to get value out of creating links with other datasets.</p>
<p>We&#8217;ve not yet addressed questions of &#8216;license&#8217; openness with this data demonstrator.</p>
<h3>What was involved?</h3>
<p><strong>Choosing ontologies and schema</strong><br />
One of the biggest tasks so far has been choosing how to represent the data. Ideally we want:</p>
<ul>
<li>To use shared identifiers and terms in representing the data (shared ontologies)</li>
<li>To structure the data using shared conventions to ease comparison with other data (shared schema);</li>
<li>To make the data as self-describing as possible; and make the data easy to query</li>
<li>To use URLs for resources in the data which (a) could provide more information when looked up (dereferenced); and (b) are re-useable across different datasets and projects.</li>
</ul>
<p><span style="text-decoration:underline;">RDFS</span><br />
Some of the widest used conventions include RDFS (Resource Descriptor Framework Schema) which provides properties for our data such as rdfs:label and rdfs:comment. So, for example, whenever we represent a question in the data, we give it an rdfs:label property of the question name. You can see this below, where I&#8217;ve created the identifier http://data.younglives.org.uk/variables/CMBRFRR3 to refer to a particular variable, and then I&#8217;ve given it a label using the label property from RDFS.</p>
<pre> rdfs:label "Compared to your brothers you have less freedom to leave the house when you want"@en.</pre>
<p><em>(http://data.younglives.org.uk/variables/CMBRFRR3 doesn&#8217;t actually return data right now &#8211; as our demonstration server isn&#8217;t running there right now, so we&#8217;re breaking the law of open data about providing &#8216;dereferenceable URIs&#8217; that allow you to look up more data &#8211; but it&#8217;s not &#8216;illegal&#8217; to use arbitrary URLs as identifiers even if the webserver they point at isn&#8217;t returning data.)</em></p>
<p><span style="text-decoration:underline;">SKOS</span><br />
Many of the responses in the Young Lives survey data involve young people picking an answer from a list. These lists of responses (code lists) can be represented using SKOS &#8211; &#8216;Simple Knowledge Organising SYSTEM???&#8217;.</p>
<p>SKOS is widely used to maintain knowledge bases. Right now we&#8217;re creating our own lists of concepts (apart from for gender where we re-use a list from the Statistical Data and Metadata Exchange standard &#8211; SDMX). But if someone was maintaining a list of relevant concepts online we could simply point to and re-use their concepts for some questions. We could also use the &#8216;OWL&#8217; (Ontology Web Language) term &#8216;sameAs&#8217; to tell any computers or humans who understand OWL that our concept list is the same as someone else&#8217;s.</p>
<p>Given many questions in the Young Lives dataset were drawn from other studies &#8211; we can imagine an eco-system of re-usable survey concepts and constructs that would allow humans and machines to more easily find and interrogate comparable data.</p>
<p><span style="text-decoration:underline;">DDI and SDMX</span><br />
There are in fact many efforts already to make survey and statistic data more easily comparable &#8211; and to set standards for exchanging data, and, importantly, the meta-data that goes with it describing how it was sourced, collected, manipulated etc.</p>
<p>The two main standards are <a href="http://sdmx.org/">SDMX</a>, primarily for large-scale statistical data and time-series, and DDI (<a href="http://www.ddialliance.org/">Data Documentation Initiative</a>). These are both XML based standards (rather than linked-data and RDF standards), but efforts are underway to create RDF representations of both, with the SDMX efforts far more advanced so far.</p>
<p>SDMX has a number of useful &#8216;concepts&#8217; (such as a shared concept for gender), and defines a set of &#8216;dimensions&#8217; on which data might be analysed (e.g. time period; area covered), so when we define the data structure for our aggregate statistics, we make links with these parts of SDMX.</p>
<p>For example, the fragment below is part of a data structure definition of summary statistics on smoking prevalence (the Prefix statements shows all the different vocabularies being used).</p>
<pre>@prefix yls: .
@prefix sdmx: .
@prefix sdmx-dimension:  .
@prefix sdmx-concept:  .
@prefix geo: .
@prefix rdfs:  .
@prefix qb: .

yls:refArea  a rdf:Property, qb:DimensionProperty;
    rdfs:label "Area statistic refers to"@en;
    rdfs:subPropertyOf sdmx-dimension:refArea;
    rdfs:range geo:Country;
    qb:concept sdmx-concept:refArea .</pre>
<p><span style="text-decoration:underline;">Data Cubes</span><br />
Representing statistical data turns out not to be entirely straightforward (If you want to see how tricky it can be &#8211; just look at a government spreadsheet and take note of all the footnotes and annotations needed to property describe what the data is saying). You need to find a structure which allows almost everything to be annotated, whilst keeping the data as simple and easy to query as possible (i.e. you want to avoid very deep &#8216;tree&#8217; structures where the final value you read is nested inside many layers of explanation and annotation).</p>
<p>The <a href="http://publishing-statistical-data.googlecode.com/main/html/cube.html">RDF data cube vocabulary</a> is currently under development, but seemed to be a fairly good starting point for modelling the Young Lives data, particularly the summary data.</p>
<p>For the individual survey responses (micro-data) each question answer is recorded as a &#8216;measure&#8217; against an individual data cube &#8216;Observation&#8217;.</p>
<p>For the aggregate data we have generated, a more conventional data cubes consisting of a number of &#8216;dimensions&#8217; (location, age, gender) and then a measure (e.g. smoking prevalence) has been created, and a data-structure definition created also.</p>
<p>You can see in the fragment below that our observation comes from the &#8216;health2010-younglives-smoking&#8217; dataset, which has the &#8216;dsd-smokingStats&#8217; data structure definition.</p>
<pre>   yls:smoking-PE-2010-14-Female a qb:Observation;
		qb:dataSet yld:health2010-younglives-smoking ;
		yls:refAge "14" ; yls:refArea geo:PE ;
		yls:refPeriod ns0:2010 ;
		yls:smokingPrevalence "0.11" ;
		sdmx-dimension:sex sdmx-code:sex-F.

	yls:health-2010-statistics-smoking a qb:DataSet;
		qb:structure yls:dsd-smokingStats .</pre>
<p>If we could find comparable data with a similar data structure definition (or, ideally, an identical data structure definition), then making comparisons between these two datasets becomes a lot easier.</p>
<p>By publishing our data structure definition we also make it available for others to re-use.</p>
<p><span style="text-decoration:underline;">The right representation?</span><br />
I&#8217;ve been on a steep learning curve whilst creating this representation of the data &#8211; so there are probably many flaws and things that could be improved. I&#8217;ll be continuing to develop the data model over the coming weeks in the run up to Novembers workshop.</p>
<p><strong>Converting the data</strong><br />
The process of finding a way to represent the data was an iterative one &#8211; and one that involved a lot of searching, researching and, essentially, looking at what other people had done and at other data resources we might want to link to, in order to select the most appropriate ontologies and structures of data to use.</p>
<p>For the actual conversion of the question descriptions and data I turned to the RAP RDF libraries for PHP, which make it relatively straightforward to write scripts which will convert our data.</p>
<p>In the future more tools for conversion into RDF may be available. For example, Google Refine is developing as a platform which might make authoring RDF easier &#8211; but for now the approach was pretty manual.</p>
<p><strong>Displaying the data</strong><br />
Once the data was in RDF format, I needed to make it available to query.</p>
<p>This can be done by just providing the RDF files on a web server for people to download and explore in their own software. However, to make the data query-able across the Internet we needed a SPARQL server.</p>
<p>I&#8217;ve made use of Virtuoso, as there was good documentation on how to set it up as a data server to interoperate with OntoWiki as a front-end. OntoWiki is a wiki-like interface for browsing RDF data and editing it &#8211; adding new properties to RDF resources, or easily importing new data from a web-based interface.</p>
<p>The demonstration server is a temporary virtual server, so may not be available all the time, but at practicalparticipation.dyndns.org:8890/sparql you should find a SPARQL endpoint which can be used to query the data (which is in the http://data.younglives.org.uk/ graph)*, and at http://practicalparticipation.dyndns.org/ontowiki is an interface for browsing the young lives dataset.</p>
<p>*I&#8217;ll explain what this all means in a later post.</p>
<h3>What now?</h3>
<p>So, the data is converted.</p>
<p>It&#8217;s represented in a way that makes use of links between different ontologies for describing data.</p>
<p>But, right now, there&#8217;s not much related data available in standard formats to link to.</p>
<p>So the next step is to explore the possible linkages to other datasets more &#8211; and to build some visualisations on top of the data that demonstrate what is possible when we can draw in linked resources more effectively.</p>
<p>As Richard Cygniak put&#8217;s it in a <a href="http://www.slideshare.net/cygri/the-state-of-linked-government-data">recent review of open government data (slide 32)</a>, triplication alone isn&#8217;t very useful &#8211; it&#8217;s what we do with it&#8230;</p>
<p>Questions, suggestions and ideas welcome&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theprocessdiary.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theprocessdiary.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theprocessdiary.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theprocessdiary.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theprocessdiary.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theprocessdiary.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theprocessdiary.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theprocessdiary.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theprocessdiary.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theprocessdiary.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theprocessdiary.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theprocessdiary.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theprocessdiary.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theprocessdiary.wordpress.com/195/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theprocessdiary.wordpress.com&amp;blog=1937236&amp;post=195&amp;subd=theprocessdiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theprocessdiary.wordpress.com/2010/11/01/exploring-linked-open-data-for-development-with-a-young-lives-dataset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a38a26126e99dcaec2bbe91ea7cf6c5e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">practicalparticipation</media:title>
		</media:content>
	</item>
		<item>
		<title>Sharing knowledge with blogs</title>
		<link>http://theprocessdiary.wordpress.com/2010/08/23/sharing-knowledge-with-blogs/</link>
		<comments>http://theprocessdiary.wordpress.com/2010/08/23/sharing-knowledge-with-blogs/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 15:16:00 +0000</pubDate>
		<dc:creator>Sarah Cummings</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[knowledge sharing]]></category>

		<guid isPermaLink="false">http://theprocessdiary.wordpress.com/?p=189</guid>
		<description><![CDATA[Looking at pingbacks from The Giraffe, I came across this blog post from Joitske Huslebosch about The giraffe blog used by IKM and colleagues. I didn&#8217;t know where to store this so I have decided to put a link here. It was posted for a group of Dutch civil servants &#8211; the link is to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theprocessdiary.wordpress.com&amp;blog=1937236&amp;post=189&amp;subd=theprocessdiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Looking at pingbacks from The Giraffe, I came across this blog post from Joitske Huslebosch about <a href="http://thegiraffe.wordpress.com" target="_blank">The giraffe</a> blog used by IKM and colleagues. I didn&#8217;t know where to store this so I have decided to put a link <a href="http://translate.google.nl/translate?hl=nl&amp;sl=nl&amp;tl=en&amp;u=http%3A%2F%2Fambtenaar20.ning.com%2Fforum%2Ftopics%2Fkennis-over-projecten-delen" target="_blank">here</a>. It was posted for a group of Dutch civil servants &#8211; the link is to a Google translation of the web discussion on this subject &#8211; who are concerned with the implications of Web 2.0 for government.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theprocessdiary.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theprocessdiary.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theprocessdiary.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theprocessdiary.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theprocessdiary.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theprocessdiary.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theprocessdiary.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theprocessdiary.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theprocessdiary.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theprocessdiary.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theprocessdiary.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theprocessdiary.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theprocessdiary.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theprocessdiary.wordpress.com/189/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theprocessdiary.wordpress.com&amp;blog=1937236&amp;post=189&amp;subd=theprocessdiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theprocessdiary.wordpress.com/2010/08/23/sharing-knowledge-with-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/feabecbd914ba0fad06b0fd7efe59da1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sarah47</media:title>
		</media:content>
	</item>
		<item>
		<title>I love Prezi (and the visualisation of knowledge)</title>
		<link>http://theprocessdiary.wordpress.com/2010/07/16/visualisation-of-knowledge-i-love-prezi/</link>
		<comments>http://theprocessdiary.wordpress.com/2010/07/16/visualisation-of-knowledge-i-love-prezi/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 16:44:48 +0000</pubDate>
		<dc:creator>Sarah Cummings</dc:creator>
				<category><![CDATA[concept maps]]></category>
		<category><![CDATA[IKM Emergent]]></category>
		<category><![CDATA[meetings]]></category>
		<category><![CDATA[mind maps]]></category>
		<category><![CDATA[visualisation]]></category>
		<category><![CDATA[visualisation tools]]></category>

		<guid isPermaLink="false">http://theprocessdiary.wordpress.com/?p=174</guid>
		<description><![CDATA[On 10 June 2010, I went to a meeting of the Intellectual Capital Circle of the InHolland University of Applied Sceinces in Hoofddorp, The Netherlands, on the subject of visaulisation of knowledge. As visualisation of knowledge is one of the themes of IKM Emergent, I went along to see if I could gain any new insights to share with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theprocessdiary.wordpress.com&amp;blog=1937236&amp;post=174&amp;subd=theprocessdiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On 10 June 2010, I went to a meeting of the Intellectual Capital Circle of the InHolland University of Applied Sceinces in Hoofddorp, The Netherlands, on the subject of visaulisation of knowledge. As visualisation of knowledge is one of the themes of IKM Emergent, I went along to see if I could gain any new insights to share with my IKM colleagues.</p>
<p><strong>Mind maps and concept maps<br />
</strong>The meeting had two main components. The first comprised presentations of how mind maps and concept maps are being used in tertiary education by InHolland and other Dutch universities and organisations. The second part comprised a brainstorm &#8211; in a world cafe format &#8211; on the power of visualisation on knowledge management.</p>
<p>The first part comprised how software called Inspiration was being used by InHolland. The  second presentation described the use by Leiden University Medical Centre of concept maps, making links between clinical and biomedical knowledge explicit. In the light of IKM Emergent&#8217;s attempts to bridge various knowledge divides, I thought this sounded very interesting. Concept maps were useful in this regard because they can be used to make explicit knowledge more visible, based on mapping by multidisciplinary teams. They were also used to link clinical concepts with biomedical ones. Interestingly, it appeared that older people and experts had quite a lot of difficulty with this exercise because they find it difficult to look laterally at things and to access their implicit knowledge.</p>
<p><strong>Brainstorm<br />
</strong>In the brainstorm session that followed, one of the findings that most interested me was that visualisation can also play a role in codification and personalisation of knowledge, it supports out-of-the-box thinking, can play a role in negotiations of meaning and, because it replicates more clearly our own non-linear thought processes, it supports non-linear forms of work.</p>
<p><strong>New ways of presentation<br />
</strong>My fellow <em>brainstormers</em> told me about new visualisation software. The one that particularly caught my attention was something called Prezi and I thought I&#8217;d give it a try because I needed to make a presentation to my colleagues at Context in July.</p>
<p>Prezi is a new sort of presentation and can be used like PowerPoint which, although innovative in its time, is now rather standard and linear. For example, I like the way that PowerPoint reminds me of what I want to say, helps me structure my thoughts and takes the attention away from me but it does look a bit old and stuffy these days (unless you do something really special with it of course.)</p>
<p><strong>Prezi<br />
</strong><a href="http://theprocessdiary.files.wordpress.com/2010/07/prezi.jpg"><img class="alignleft size-medium wp-image-181" title="Prezi" src="http://theprocessdiary.files.wordpress.com/2010/07/prezi.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a>You can see the presentation I made to my colleagues <a href="http://prezi.com/yszvngi2punn/all-you-ever-wanted-to-know-about-sarahs-work-and-didnt-dare-to-ask/" target="_blank">All you every wanted to know about Sarah&#8217;s work and didn&#8217;t dare to ask</a>. The presentation worked really well by using the trial version on my laptop but you need to navigate through it with either the arrows at the bottom of the presentation or with your own cursor keys, and not start panning through (that only makes you feel seasick, believe me!) Everyone I have shown the presentation has become terribly excited about Prezi too and I&#8217;m going to use it again and again. It&#8217;s so much fun and and so creative!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theprocessdiary.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theprocessdiary.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theprocessdiary.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theprocessdiary.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theprocessdiary.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theprocessdiary.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theprocessdiary.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theprocessdiary.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theprocessdiary.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theprocessdiary.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theprocessdiary.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theprocessdiary.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theprocessdiary.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theprocessdiary.wordpress.com/174/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theprocessdiary.wordpress.com&amp;blog=1937236&amp;post=174&amp;subd=theprocessdiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theprocessdiary.wordpress.com/2010/07/16/visualisation-of-knowledge-i-love-prezi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/feabecbd914ba0fad06b0fd7efe59da1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sarah47</media:title>
		</media:content>

		<media:content url="http://theprocessdiary.files.wordpress.com/2010/07/prezi.jpg?w=300" medium="image">
			<media:title type="html">Prezi</media:title>
		</media:content>
	</item>
		<item>
		<title>IKM-relevant? Annual programme meeting, days 2 and 3</title>
		<link>http://theprocessdiary.wordpress.com/2010/04/29/ikm-relevant-annual-programme-meeting-days-2-and-3/</link>
		<comments>http://theprocessdiary.wordpress.com/2010/04/29/ikm-relevant-annual-programme-meeting-days-2-and-3/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 07:41:38 +0000</pubDate>
		<dc:creator>Ewen Le Borgne</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[IKM Emergent]]></category>
		<category><![CDATA[development sector]]></category>
		<category><![CDATA[IKM-2]]></category>
		<category><![CDATA[Knowledge management]]></category>
		<category><![CDATA[multiple knowledges]]></category>
		<category><![CDATA[Wageningen]]></category>

		<guid isPermaLink="false">http://theprocessdiary.wordpress.com/?p=154</guid>
		<description><![CDATA[After exploring and discussing (on day 1) the various pieces of research work that have been undertaken in IKM-Emergent until now, the second day of the workshop started with a world café and continued with a ‘birds of a feather session’ (a marketplace / less-open space method) where we explored some ideas for the end [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theprocessdiary.wordpress.com&amp;blog=1937236&amp;post=154&amp;subd=theprocessdiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After exploring and discussing (on day 1) the various pieces of  research work that have been undertaken in IKM-Emergent until now, the  second day of the workshop started with a world café and continued with a  ‘birds of a feather session’ (a marketplace / less-open space method)  where we explored some ideas for the end of the programme and a  potential IKM-Emergent 2 programme. The last day of the programme put us  in action planning mode around crucial activities.</p>
<p>The key points that came up in the strands of work I was involved on  this second and third day of the meeting:</p>
<ul>
<li>More attention will be paid to <strong>communication</strong>: internal  communication to increase the awareness of all IKM-E members about each  other’s work but also more external communication to engage with a wider  group of development actors. The role of social media has been raised  as a crucial point in case to leverage the great work of IKM-E to the  wider world. Along with the Giraffe, IKM-E blog and the wiki, there is  potential to use del.icio.us, to use Twitter (anyways I’ve been tweeting  around the hash tag <a href="http://search.twitter.com/search?q=%23ikm-E">#ikm-e</a>) and  perhaps Slideshare or other tools.</li>
<li>The various strands of the programme will <strong>come together</strong> in  some respect to reinforce each other: ripples of participation, local  content/knowledge, emergence, traducture, multiple knowledges coming  together in an approach that recognises complexity and power issues.</li>
<li>In the last 18 months of this programme, the IKM group will come up  with various <strong>practical</strong> <strong>outputs </strong>which can be mobilised and  used more easily by development agents to reflect on and adapt values,  behaviours and practices: books, guidelines, checklists (of critical  questions, questions and more questions), workshops, video explanations  of our work, an overall narrative for the IKM programme that offers a  comprehensive understanding of the issues we are questioning etc.</li>
<li>One interesting output that we will be working on is the <strong>apply  our work to the current change process in which </strong>a couple of  development organisations are involved, to see how helpful it is and  help these organisations reflect critically on their approach to  knowledge-focused development work. This activity will culminate with a  learning workshop in 2011 where we may prepare additional action  research activities as part of a future programme.</li>
</ul>
<div>
<dl>
<dt><a href="http://thegiraffe.files.wordpress.com/2010/04/cimg1205.jpg"><img title="CIMG1205" src="http://thegiraffe.files.wordpress.com/2010/04/cimg1205.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a></dt>
<dd>A possible IKM-2 programme (Ewen&#8217;s vision)</dd>
</dl>
</div>
<ul>
<li>The <strong>IKM-2 programme in preparation</strong> will not just advocate for  multiple knowledges and the likes but will actually consistently  practice what it preaches and organise joint action-research work /  collective inquiries (including participants from NGOs, knowledge  institutes, community members, donor agency representatives,  governmental agents, artists and the media) on a number of topics. This  will help us: demonstrate the power, potential and strategic value but  also the challenges of bringing together multiple knowledges. It will  also help us develop a multiple accountability system that stimulates us  to change perspectives and practices through joint action and  ownership.</li>
<li>This future programme will continue operating as a network of  passionate and capable individuals creating opportunities for IKM to  build upon existing work or new ideas, but it will also <strong>establish  more firm relations with a wide variety of networks</strong> (and journals  such as the KM4Dev journal) and institutions to accompany and strengthen  our questioning work.</li>
</ul>
<p>This has been an extremely juicy two final days with a delicious  fruit salad of insights and ideas, approaches and concepts. The academic  head and practice-oriented arms of IKM-Emergent are still working in a  somewhat disjointed fashion, but that is as natural as waking up and not  yet having adjusted body coordination; nonetheless the body is wobbling  on and indeed moving forward. We have been dreaming profoundly and we  are now putting our dreams to action. Let’s hope we can soon take a good  walk and later on run to co-create relevant <em>next</em> (not best)  practices of sustainable and people-centred development.</p>
<p>By the way, some pictures of this IKM-Emergent meeting are available on: <a href="http://www.flickr.com/groups/ikm_emergent/pool/">http://www.flickr.com/groups/ikm_emergent/pool/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theprocessdiary.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theprocessdiary.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theprocessdiary.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theprocessdiary.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theprocessdiary.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theprocessdiary.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theprocessdiary.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theprocessdiary.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theprocessdiary.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theprocessdiary.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theprocessdiary.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theprocessdiary.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theprocessdiary.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theprocessdiary.wordpress.com/154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theprocessdiary.wordpress.com&amp;blog=1937236&amp;post=154&amp;subd=theprocessdiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theprocessdiary.wordpress.com/2010/04/29/ikm-relevant-annual-programme-meeting-days-2-and-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/765413cc35e2aa77fd356c7e76228046?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ewenlb</media:title>
		</media:content>

		<media:content url="http://thegiraffe.files.wordpress.com/2010/04/cimg1205.jpg?w=300" medium="image">
			<media:title type="html">CIMG1205</media:title>
		</media:content>
	</item>
		<item>
		<title>IKM-convergent? Annual programme meeting, Wageningen, day 1</title>
		<link>http://theprocessdiary.wordpress.com/2010/04/29/ikm-convergent-annual-programme-meeting-wageningen-day-1/</link>
		<comments>http://theprocessdiary.wordpress.com/2010/04/29/ikm-convergent-annual-programme-meeting-wageningen-day-1/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 07:38:07 +0000</pubDate>
		<dc:creator>Ewen Le Borgne</dc:creator>
				<category><![CDATA[IKM Emergent]]></category>
		<category><![CDATA[meetings]]></category>
		<category><![CDATA[development sector]]></category>
		<category><![CDATA[emergence]]></category>
		<category><![CDATA[Intention]]></category>
		<category><![CDATA[Knowledge management]]></category>
		<category><![CDATA[learning]]></category>

		<guid isPermaLink="false">http://theprocessdiary.wordpress.com/?p=152</guid>
		<description><![CDATA[A while back I blogged about the IKM-Emergent programme and its tendency to dispersion. The programme has evolved since then and a number of things are coalescing on this first day of the all-peeps IKM-Emergent  workshop (which brings together the three working groups, but also a number of new guests that are working on issues [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theprocessdiary.wordpress.com&amp;blog=1937236&amp;post=152&amp;subd=theprocessdiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A while back I <a href="../2009/06/28/ikm-emergency/">blogged about the IKM-Emergent   programme and its tendency to dispersion</a>.</p>
<p>The programme has evolved since then and a number of things are   coalescing on this first day of the all-peeps IKM-Emergent  workshop  (which  brings together the three working groups, but also a number of  new  guests that are working on issues related to IKM-E and/or that will  be  working for the programme from now on).</p>
<div>
<dl>
<dt><a href="http://km4meu.files.wordpress.com/2010/04/cimg1103.jpg"><img title="CIMG1103" src="http://km4meu.files.wordpress.com/2010/04/cimg1103.jpg?w=300&#038;h=225" alt="IKM participants getting their heads around common issues" width="300" height="225" /></a></dt>
<dd>IKM  participants getting their heads around common issues</dd>
</dl>
</div>
<p>A lot of very interesting ideas and insights came out from the wide   variety of participants but what stroke me as key converging points are   the following:</p>
<ul>
<li><strong>Dynamics of change</strong>: A lot of us were wondering how to bring  about change? Should we  have a very upfront / head-on approach to  change or should we rather  follow more subversive ways of tilting the  development system?</li>
<li>Related to this, we seem to agree on the concept of <strong><em>intention</em> </strong>as the  driving force behind a lot of development work. In a change  process, our words (i.e. lip service or <em>love declarations</em> to  change) matter much less than our real intention to stimulate change.</li>
<li>A lot of IKM-Emergent work seems to be concerned with <strong>raising  awareness</strong> about development dynamics and biases at large and about  specific  lenses or approaches in particular: <em>multiple knowledges</em>,  <em>traducture</em> (more  on this later but I would describe this as the  socio-cultural  translation of concepts and approaches, not just the  loss of meaning  that is usually part of the linguistic transaction of  translation), <em> emergence </em>etc.</li>
<li>As in the launch event of the Change Alliance (read this <a href="../2009/12/04/the-change-alliance/">blog post</a> about it),   the key <strong>difference between agency-driven and civic-driven movements</strong>.   We need to support civic-driven movements – going beyond  the <em>faddism</em> of just supporting them as part of the latest craze. Instead, what do  we do to implicitly or explicitly  to support these movements?</li>
<li>The importance of <strong>critical analysis and questioning</strong> which   can be the only focus area we provide as ‘agency’: we need to move from  setting up water pumps and delivering food onto helping all  development  actors equip themselves with critical reflexivity as part of the  survival toolkit  that stimulates self-empowerment and (less biased)  development. It is  this reflexivity that helps us challenge ourselves,  our discourse, our  practices, our being.</li>
<li><strong>Accountability</strong> as a central practice that  goes way beyond  upward accountability towards donors. We need to be  aware that we are  (or should be) accountable to one another in all our  development  transactions and it is that accountability that generates the trust  necessary to engage in development relationships and to open up a space  for joint critical inquiry.</li>
</ul>
<p>There was actually a lot more content in the  discussion but these  items stick out as pointers that came back time and  again in the  presentations and conversations.</p>
<p>This was  day one of the workshop and the  rest of the workshop  sounds very promising! On the menu on day 2:  looking back at the legacy  of IKM-Emergent, limitations of the programme and the  possible  foundations of an IKM-Emergent 2. Keep watching this space!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theprocessdiary.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theprocessdiary.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theprocessdiary.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theprocessdiary.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theprocessdiary.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theprocessdiary.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theprocessdiary.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theprocessdiary.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theprocessdiary.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theprocessdiary.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theprocessdiary.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theprocessdiary.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theprocessdiary.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theprocessdiary.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theprocessdiary.wordpress.com&amp;blog=1937236&amp;post=152&amp;subd=theprocessdiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theprocessdiary.wordpress.com/2010/04/29/ikm-convergent-annual-programme-meeting-wageningen-day-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/765413cc35e2aa77fd356c7e76228046?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ewenlb</media:title>
		</media:content>

		<media:content url="http://km4meu.files.wordpress.com/2010/04/cimg1103.jpg?w=300" medium="image">
			<media:title type="html">CIMG1103</media:title>
		</media:content>
	</item>
		<item>
		<title>Introducing the work of rural educators in Brazil</title>
		<link>http://theprocessdiary.wordpress.com/2010/04/06/introducing-the-work-of-rural-educators-in-brazil/</link>
		<comments>http://theprocessdiary.wordpress.com/2010/04/06/introducing-the-work-of-rural-educators-in-brazil/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 16:03:52 +0000</pubDate>
		<dc:creator>Chris Mowles</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[IKM Emergent]]></category>
		<category><![CDATA[local knowledge]]></category>
		<category><![CDATA[multiple knowledges]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[Brazil]]></category>
		<category><![CDATA[case studies]]></category>
		<category><![CDATA[local knowledges]]></category>
		<category><![CDATA[methods]]></category>
		<category><![CDATA[narrative]]></category>
		<category><![CDATA[rural educators]]></category>

		<guid isPermaLink="false">http://theprocessdiary.wordpress.com/?p=148</guid>
		<description><![CDATA[Mike Powell had previously come across Dan Baron Cohen’s work and attended a talk he was giving on his Cultural Literacy projects and non-logocentric pedagogies in Brazil. Dan was subsequently invited to attend WG1 of the IKME programme. The idea was to invite Dan to put forward a project within IKME and to encourage the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theprocessdiary.wordpress.com&amp;blog=1937236&amp;post=148&amp;subd=theprocessdiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mike Powell had previously come across Dan Baron Cohen’s work and attended a talk he was giving on his Cultural Literacy projects and non-logocentric pedagogies in Brazil. Dan was subsequently invited to attend WG1 of the IKME programme. The idea was to invite Dan to put forward a project within IKME and to encourage the production of local knowledge for sustainable development, based on Freirian principles.</p>
<p>WG1 spent between a year and 18 months working out its own projects and contributing to the overall IKME programme , which was then subsequently submitted to the Dutch government. WG1 participants discussed  how to develop different case studies and how to work together assuming that the collaboration between group members would add depth to the work that the whole group did. For Dan intimate contact and profound enquiry would contribute to the sustainability of the work. Dan was also interested in weaving the translation methodologies work of WG1 into the practice of the World Social Forum (WSF) and the 2010 World Congress being organised by the International Drama/Theatre and Education Association (IDEA). Although the group had only just discussed the concepts, a first outline proposal submitted to the WSF was rejected. However, members of WG1 continued to talk about mutual visits and how they might work collectively. Discussions revolved around how to define quality and outcomes and the collective enterprise. An equal amount of money was apportioned between group members to carry out their case studies.<span id="more-148"></span></p>
<p>The Brazil project proposal is to undertake research with 40, now subsequently 46, community educators who are themselves students of <em>Pedagogia do Campo, </em>and who are active within the communities from which they originate. Using video and a variety of artistic languages, the case study aims to document different approaches to personal and community transformation through self-knowledge. So far the community educators have met six times to develop and record their research methods and will ultimately produce a CD and a book. The role of Dan and Manoela, his colleague, is to work alongside the educators to help amplify discussions between case study participants and support their development.</p>
<p>In working together the 46 programme participants have also collectively designed a contract which defines the professional relationships between each other. This implies a new model of ethical responsibility and pedagogical principles in the agreements.</p>
<p>The project is embedded in a university, since all of the participants are themselves undertaking a degree that is part of Brazilian government policy, committed to the development and self-determination of the landless and of rural communities. This degree course takes place in the holidays between school and university semesters and arises out of previous government literacy and technical programmes. What this particular IKME project enables is further meetings outside the university context and the production of a collective, self-determined outcome.</p>
<p>As the project has developed it has drawn on the experience of the participants to develop areas of enquiry, discussion and further development. For example, four of the educators were involved in a road accident which resulted in the death of a young pedestrian. The driver was forced into hiding and his passengers chose to remain silent, out of grave concerns for their personal safety. This seriously affected the continuity of the project. This incident became the focus of collective reflection and reflexivity and was subsequently transformed into a university course on ethical pedagogy. The course addresses the question as to how best protect people who are unequal in the societies in which they act. Dan’s own ability to work with this situation arose from his own long experience of conflict transformation; his involvement in IKME and has gone on to help inform the materials which are being produce for IKME.</p>
<p>One of the things the project has focused on is the development of a production structure to help project participants deal with and discuss their realities. Part of the work is finding methods through which they can begin to organise their knowledge. The book Dan and colleagues is producing presents the ideas from the exploration of this pedagogy and how it has been taken up by the 46 participants. In doing so, they have attempted to recover their sensitisation to the recovery of knowledge beyond the usual rationalisation. They draw on narratives from their own cultures to inform and shape their experience. Colleagues have attempted to take up this pedagogy in a range of different frameworks in order to explore how they might live ethically in an unethical situation. They have tried to meet every 6 months and in meeting they are exploring the economy of solidarity as they exchange knowledges and the opportunity to learn from each other. The university where these educators are studying has agreed to adapt their timetable in order to accommodate this project, since they have been able to recognise its importance. The project participants are themselves taking up these ideas with their own communities and at least 20 others. 25 of them have attended the WSF to talk about their work. This has enabled links to be made both nationally and internationally and has led to the participants feeling more confident about the form their research is taking and the knowledge it is producing.</p>
<p>The rural educators take up their research on issues of land, health, food production and sustainable development. Just before the project began, one of the participants, a mother of two, was murdered by her husband for choosing to become a literacy worker. During the course, leaders from their communities have been sentenced to imprisonment and faced death-threats for transforming abandoned land into camps, schools and allotments for the homeless. By taking on issues surrounding the democratisation of land they are engaging with the toughest question in Brazil.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theprocessdiary.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theprocessdiary.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theprocessdiary.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theprocessdiary.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theprocessdiary.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theprocessdiary.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theprocessdiary.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theprocessdiary.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theprocessdiary.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theprocessdiary.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theprocessdiary.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theprocessdiary.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theprocessdiary.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theprocessdiary.wordpress.com/148/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theprocessdiary.wordpress.com&amp;blog=1937236&amp;post=148&amp;subd=theprocessdiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theprocessdiary.wordpress.com/2010/04/06/introducing-the-work-of-rural-educators-in-brazil/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba55c883c91ea04424f4596e7caa6cf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reflexivepractice</media:title>
		</media:content>
	</item>
		<item>
		<title>Communications 2010 (Part 2)</title>
		<link>http://theprocessdiary.wordpress.com/2010/01/11/communications-2010-part-2/</link>
		<comments>http://theprocessdiary.wordpress.com/2010/01/11/communications-2010-part-2/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 10:50:56 +0000</pubDate>
		<dc:creator>Sarah Cummings</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[IKM Emergent]]></category>
		<category><![CDATA[messages]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[knowledge as truth]]></category>
		<category><![CDATA[stickiness of ideas]]></category>

		<guid isPermaLink="false">http://theprocessdiary.wordpress.com/?p=142</guid>
		<description><![CDATA[I&#8217;m currently reviewing the Communications Strategy of IKM &#8211; originally written in 2007 and published as a Background Paper in 2008 &#8211; at the same time as producing a Communications work plan for 2010. The Communications Strategy in 2007 placed a lot of emphasis on the the &#8216;stickiness&#8217; of ideas and the need for IKM [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theprocessdiary.wordpress.com&amp;blog=1937236&amp;post=142&amp;subd=theprocessdiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently reviewing the Communications Strategy of IKM &#8211; originally written in 2007 and published as a Background Paper in 2008 &#8211; at the same time as producing a Communications work plan for 2010.</p>
<p>The Communications Strategy in 2007 placed a lot of emphasis on the the &#8216;stickiness&#8217; of ideas and the need for IKM to develop an elevator pitch. Stickiness relates to how ideas stick and was developed by two brothers, Chip and Dan Heath, in their book, <a title="Made to stick" href="http://www.madetostick.com/" target="_blank">Made to stick: why some ideas survive and others die</a>. In their conception, sticky ideas are those that are simple, unexpected, concrete, credible and emotional. And somehow linked to this in my mind is the elevator pitch: a short overview of an idea for a product, service, or project. The name reflects the fact that an elevator pitch should be possible to deliver in the time span of an elevator ride, meaning in a maximum of 30 seconds and in 130 words or fewer (Source: <a href="http://en.wikipedia.org/wiki/Elevator_pitch" target="_blank">Wikipedia</a>).</p>
<p>Although the original Communication Strategy was much enamoured of &#8216;stickiness&#8217; and the elevator pitch, I now have my serious doubts as to whether these are the answer for IKM or for anyone trying to communicate complex messages. In addition, both of these approaches come from the tradition of &#8216;knowedge as truth&#8217; and what we are increasingly understanding is that knowledge as truth is not important at all. Instead, it the sharing and negotiation of meaning that are important. To quote from Harry Jones&#8217; 2009 joint ODI/IKM working paper:</p>
<blockquote><p>While the translation and &#8216;transfer&#8217; of knowledge have become widespread terms and are the focus of a number of initiaitives, some argue that the term is inappropriate. Many point to the complex and contested nature of applied social research which makes claims to stable, &#8216;objective&#8217; and acontextual knowledge, embedded in some paradigms of evidence-based policy and knowledge-transfer, less appropriate (eg. Brown 2007, Walter et al 2008). Instead, it is important to recognise the contextual nature of knowledge and the complexities of its &#8216;use&#8217;. This means looking at knowledge interaction and the messy nature of engagements between actors with diverse types of knowledge. There is a growing literatuer advocating ínteraction&#8217;and collaboration as key activities to link knowledge and policy (Jones 2009, p. 25)</p></blockquote>
<p>So what does all this mean for IKM&#8217;s communications? I think it means a new emphasis on personal interactions with those outside the programme as a way of developing shared meaning, rather than thinking that a elevator pitch or presenting IKM&#8217;s messages simply will do the trick. And more emphasis on developing the community of practice around IKM because it is only in the interaction between these individuals &#8211; and their interaction with those outside the programme &#8211; that current approaches to information and knowledge be changed.</p>
<p>It&#8217;s quite interesting that this post is also reflected in the current discussion on monitoing and evaluation (M&amp;E) of km which is taking place on The Giraffe: <a href="http://thegiraffe.wordpress.com/2009/12/17/monitoring-knowledge-management-an-impossible-task/#comments" target="_blank">Monitoring knowledge (management): an impossible task.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theprocessdiary.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theprocessdiary.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theprocessdiary.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theprocessdiary.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theprocessdiary.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theprocessdiary.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theprocessdiary.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theprocessdiary.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theprocessdiary.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theprocessdiary.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theprocessdiary.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theprocessdiary.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theprocessdiary.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theprocessdiary.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theprocessdiary.wordpress.com&amp;blog=1937236&amp;post=142&amp;subd=theprocessdiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theprocessdiary.wordpress.com/2010/01/11/communications-2010-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/feabecbd914ba0fad06b0fd7efe59da1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sarah47</media:title>
		</media:content>
	</item>
		<item>
		<title>Communications 2010 (Part 1)</title>
		<link>http://theprocessdiary.wordpress.com/2010/01/08/communications-2010-part-1/</link>
		<comments>http://theprocessdiary.wordpress.com/2010/01/08/communications-2010-part-1/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 10:01:17 +0000</pubDate>
		<dc:creator>Sarah Cummings</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[IKM Emergent]]></category>
		<category><![CDATA[local knowledge]]></category>
		<category><![CDATA[messages]]></category>
		<category><![CDATA[multiple knowledges]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[bridges]]></category>
		<category><![CDATA[knowledge landscapes]]></category>
		<category><![CDATA[local content]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://theprocessdiary.wordpress.com/?p=144</guid>
		<description><![CDATA[Since the development of the Synthesis report in 2009, IKM&#8217;s messages are now more clearly defined. And they aren&#8217;t half complex. Not only are they very complex because they are concerned with what is a very complex field &#8211; information and knowledge for development &#8211; but also because they are not clear guidelines but, rather, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theprocessdiary.wordpress.com&amp;blog=1937236&amp;post=144&amp;subd=theprocessdiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Since the development of the <a title="IKM Synthesis report" href="http://wiki.ikmemergent.net/files/0910-synthesis-v3.2.doc" target="_blank">Synthesis report</a> in 2009, IKM&#8217;s messages are now more clearly defined. And they aren&#8217;t half complex.</p>
<p>Not only are they very complex because they are concerned with what is a very complex field &#8211; information and knowledge for development &#8211; but also because they are not clear guidelines but, rather, they are a series of guiding principles.</p>
<p>This complexity &#8211; and I use this word in a standard, English dictionary way, with no deeper meaning! &#8211; poses serious challenges for IKM&#8217;s Communications Strategy but more about that in my next post in this series. In the meantime, here is a abridged version of IKM&#8217;s messages:</p>
<p><strong> </strong></p>
<p><strong>Multiple Knowledges<br />
</strong>Although always implicit, there has been considerable development in IKM&#8217;s understanding of the nature and importance of the concept of &#8216;multiple knowledges&#8217; or &#8216;epistemic diversity&#8217;.  At one level, this is almost a common sense response to the daily negotiations across disciplines and ways of life which take place within the development sector.  Valerie Brown has further helped IKM&#8217;s understanding of this with her demonstration of how types of knowledge are so often linked to roles.</p>
<p><strong>Knowledge landscapes</strong><br />
IKM has been working on the conception of multiple knowledges in the context of the disconnection between policy, practice and academic research in the development sector.</p>
<p><strong>Bridges</strong><br />
One aspect of using multiple knowledges in practice is the importance of the bridges – human, organisational and technical &#8211; which need to exist if gaps between knowledges are to be crossed.</p>
<p><strong>Local content<br />
</strong>Local content is important and it needs to be valued by both local communities and development organisations.</p>
<p><strong>Implications of non-linearity<br />
</strong>Notions of development practice which envisage direct cause and effect relationships between input and output in environments untainted by any other influences are entirely hallucinatory.  Unanticipated external events, the unpredictability of life (health, family, change), and the possibility – even desirability – that new factors and opportunities will emerge out of the experience of doing whatever is planned, coming into contact and relating with the other actors involved mean that the lifespan of any firm plan is always limited.</p>
<p><strong>Critique of research &#8216;for development&#8217;</strong><br />
The structure of research &#8216;for development&#8217; is seriously dysfunctional.</p>
<p><strong>Tools for handling multiple knowledges</strong><br />
Good information desing &#8211; including both means of design and means of expression &#8211; has the potenial to greatly strengthen the transmission signal.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theprocessdiary.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theprocessdiary.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theprocessdiary.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theprocessdiary.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theprocessdiary.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theprocessdiary.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theprocessdiary.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theprocessdiary.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theprocessdiary.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theprocessdiary.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theprocessdiary.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theprocessdiary.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theprocessdiary.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theprocessdiary.wordpress.com/144/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theprocessdiary.wordpress.com&amp;blog=1937236&amp;post=144&amp;subd=theprocessdiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theprocessdiary.wordpress.com/2010/01/08/communications-2010-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/feabecbd914ba0fad06b0fd7efe59da1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sarah47</media:title>
		</media:content>
	</item>
		<item>
		<title>Digital storytelling in Costa Rica &#8211; Sula Batsu</title>
		<link>http://theprocessdiary.wordpress.com/2009/11/12/digital-storytelling-in-costa-rica-sula-batsu/</link>
		<comments>http://theprocessdiary.wordpress.com/2009/11/12/digital-storytelling-in-costa-rica-sula-batsu/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 09:42:18 +0000</pubDate>
		<dc:creator>Chris Mowles</dc:creator>
				<category><![CDATA[evaluation]]></category>
		<category><![CDATA[IKM Emergent]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[Costa Rica]]></category>
		<category><![CDATA[digital storytelling]]></category>
		<category><![CDATA[emergence]]></category>
		<category><![CDATA[knowledge]]></category>
		<category><![CDATA[reflection]]></category>
		<category><![CDATA[reflexivity]]></category>
		<category><![CDATA[Sula Batsu]]></category>

		<guid isPermaLink="false">http://theprocessdiary.wordpress.com/?p=137</guid>
		<description><![CDATA[In this post Sula Batsu co-ordinator Kemly Camacho talks about  the work her organisation is doing with communities in Costa Rica. Kemly gives a very good account of the value of reflection and reflexivity, as well as setting out her ideas about the importance of knowledge, self-knowledge, in communities. About Sulá Batsú Sulá Batsú is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theprocessdiary.wordpress.com&amp;blog=1937236&amp;post=137&amp;subd=theprocessdiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em><img class="alignright size-full wp-image-139" title="103_logo-jpg" src="http://theprocessdiary.files.wordpress.com/2009/11/103_logo-jpg.jpg?w=468" alt="103_logo-jpg"   />In this post Sula Batsu co-ordinator Kemly Camacho talks about  the work her organisation is doing with communities in Costa Rica.</em> <em>Kemly gives a very good account of the value of reflection and reflexivity, as well as setting out her ideas about the importance of knowledge, self-knowledge, in communities.</em><a href="#_msocom_1"><br />
</a></p>
<p><strong>About Sulá Batsú</strong></p>
<p>Sulá Batsú is a co-operative of new-generation professionals, which has now been going for five years.  We are a group of 20 and are also interested in exploring the co-operative model though sustained reflection. Our organisation is partly a response to the unemployment problem in Costa Rica where graduates are unable to find jobs locally, or are sucked out to work in northern countries and institutions or multi-nationals. The co-operative offers employment opportunities for young professionals from two principal domains, social science and ICT.</p>
<p>When co-operative members reflect on the model they stop working and talk about the group interactions and what these mean for the work, since we all own the enterprise. We use a mentor who sits with us to collect our reflections twice a year during the two to three days that we sit together. We also take account of power relationships between us. There is a 12 month trial period before people can apply to be new members of the co-operative, which involves asking the existing assembly of members to be accepted. The collective decides everything. Currently we have more women members than men, since men seem to prefer to have more things under their own control and to manage contract workers rather than work with other co-operative workers. We also have a strong social dynamic in the co-op and spend time eating and partying together.<span id="more-137"></span></p>
<p>In the interim we have a strong capacity development programme for associates which can involve teaching languages, research training or supporting them to do MAs or PhDs. We have yet to decide as a co-operative whether putting people on academic courses means we should then oblige them to stay with us for a number of years.</p>
<p>Sulá Batsú is a research organisation that works as a collection of projects. We use a project management model that will draw on 2-3 people at a time according to what the project needs: no one ever works by themselves, and no team will ever be the same from project to project. We are action research oriented with a focus on knowledge sharing and connecting multiple knowledges. It is our intention to connect multiple knowledges by creating spaces for this to happen. Our goal is always to produce something: a policy, an action, a programme of work. Our aim is to enhance the collective, to amplify the social nature of communities and to develop new methods for achieving this. Our intention is to develop training methods and trainers who can work with these approaches and to be conscious of the centrality of power to these discussions.</p>
<p>We are not naïve that sharing knowledge is always a good thing for communities. For example Big Pharma has a habit of eliciting knowledge from indigenous communities and then commercialising it. We have to keep coming back to the question as to whose knowledge we are dealing with and how to respect it and not get caught in the middle of a conflict. We are interested in the question as to how to do business with open knowledge. On the one hand we publish everything we produce, put it online and believe in the creative commons: on the other hand we have to be a sustainable organisation. We have researched this topic and have explored our own model but we are still talking these issues through.</p>
<p>Nor do we think that local content is particularly helpful because the idea of content says nothing about the processes which have produced it: these are just as important. We are interested in the process of local knowledge production because we are concerned that local communities should come to understand themselves better and perhaps increase their self-esteem through hearing their own voices. The idea of local content is one aspect of this but is the product. In helping communities to develop more self-knowledge we are aware that ICT is only one medium for doing so. We are concerned also to help communities strengthen their own media.</p>
<p><strong>Sulá Batsú and IKME</strong></p>
<p>To do this we work with local infomediaries so that they can assist with the transformation of their own communities. With IKME we have three projects: in the first project we have been working with a group of children aged 7-11 in an urban area for the last nine months or so. In the second project we are working with housewives in a peri-urban area which has a large Nicaraguan immigrant population, and in the third project we are working with young people in a mixture of rural, peri-urban and urban areas which focuses on what life is like for young people in these areas.</p>
<p>One aspect of this project is to encourage research about how these communities became: who is there and how did they get there? What are the most important events and places as far as they concerned in their community’s history? The intention of the projects is to develop the capacity of infomediaries both to research and retell these community histories. Because they are discovering information that is relevant to them and retelling it in their own way it has more meaning for them. In order to identify these infomediaries,  Sulabatsu has been working through local organisations which have an established presence and are recognised and respected by the local communities.</p>
<p>The training of infomediaries involves developing their ability to use Web 2 and oral and visual languages. They experiment with how to create stories using research methods which depend upon interviews and group interpretation. We accompany them so that they can do this. There are three stages: the ‘capturing’ of knowledge, the valuing of it, then the ‘return’ of this knowledge to the local communities who produced it. The infomediaries choose the topic of research: for the young people it was the history of the river which runs through the community. The housewives haven’t yet chosen their topic. To ‘capture’ knowledge there is a lot of work with digital cameras and other digital capture devices. To value it infomediaries organise community meetings to ask people what they value about what has been collected through discussion and argument. Each community has a blog and a research diary which tries to reflect the language and format which is appropriate to the community. The infomediaries and communities decide what is most relevant to them.</p>
<p>The children have chosen games as a topic. With them we have created three different games using photos which tell the history of the community. They have also been working on a performance as a way of ‘returning’ the knowledge to the community. Elsewhere we are using radio and big format photography. The young people want to develop a video but we are still negotiating how this might be ‘returned’ to the community. It is usually the ‘return’ to the community which is the weakest aspect of what we are doing.</p>
<p>The credibility of the local organisations ensures our credibility when we are working with local communities. In the project with children we are working with 3 schools and an environmental organisation. In the second project we are working with a development CBO and in the third project we are working with an organisation concerned with issues of liberty. The community blogs are linked to the websites of the local CBOs/NGOs.</p>
<p>One step of the project informs the next step, so in that sense we don’t know where the projects are heading, although we have a much better sense of what we are doing than we did when we first started. We need to spend time writing up what we are doing since we finish next August. We are developing emerging local knowledge-scapes. There are two degrees of reflexivity: we work with the communities to establish what has changed as a result of the work we are doing together, then as a cooperative we reflect on the work we are doing and the way we are doing it as a way of changing our own practice.</p>
<p><strong>How Sulá Batsú became involved with IKME</strong></p>
<p>As far as the IKME project goes, I came into this from meeting Mike Powell at a conference in Europe. He remembered me when he put the programme together and asked if I would be interested in joining. It is important for each of us in the programme to become more aware of what the others are doing – perhaps when we next meet up we could do a museum exercise with each of us exhibiting what we have been involved in. Would it be useful to develop a glossary of terms as a programme to try to explain what we mean by what we say?</p>
<hr size="1" />
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theprocessdiary.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theprocessdiary.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theprocessdiary.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theprocessdiary.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theprocessdiary.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theprocessdiary.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theprocessdiary.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theprocessdiary.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theprocessdiary.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theprocessdiary.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theprocessdiary.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theprocessdiary.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theprocessdiary.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theprocessdiary.wordpress.com/137/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theprocessdiary.wordpress.com&amp;blog=1937236&amp;post=137&amp;subd=theprocessdiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theprocessdiary.wordpress.com/2009/11/12/digital-storytelling-in-costa-rica-sula-batsu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba55c883c91ea04424f4596e7caa6cf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reflexivepractice</media:title>
		</media:content>

		<media:content url="http://theprocessdiary.files.wordpress.com/2009/11/103_logo-jpg.jpg" medium="image">
			<media:title type="html">103_logo-jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Reflection, reflexivity and emergence</title>
		<link>http://theprocessdiary.wordpress.com/2009/10/21/reflection-reflexivity-and-emergence/</link>
		<comments>http://theprocessdiary.wordpress.com/2009/10/21/reflection-reflexivity-and-emergence/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 11:55:56 +0000</pubDate>
		<dc:creator>Chris Mowles</dc:creator>
				<category><![CDATA[Complexity theory]]></category>
		<category><![CDATA[dgroups]]></category>
		<category><![CDATA[evaluation]]></category>
		<category><![CDATA[IKM Emergent]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[Steering Committee]]></category>
		<category><![CDATA[evaluations]]></category>
		<category><![CDATA[reflection]]></category>
		<category><![CDATA[reflexivity]]></category>
		<category><![CDATA[research methods]]></category>
		<category><![CDATA[WG1]]></category>
		<category><![CDATA[WG2]]></category>

		<guid isPermaLink="false">http://theprocessdiary.wordpress.com/?p=130</guid>
		<description><![CDATA[In the last three weeks I have encountered IKME programme participants&#8217; ability to be reflective and reflexive on three separate occasions. I think it is worth describing these occasions and trying to draw out why methods based on reflection and reflexivity might be important to a programme that wants to develop ways of working which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theprocessdiary.wordpress.com&amp;blog=1937236&amp;post=130&amp;subd=theprocessdiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In the last three weeks I have encountered IKME programme participants&#8217; ability to be reflective and reflexive on three separate occasions. I think it is worth describing these occasions and trying to draw out why methods based on reflection and reflexivity might be important to a programme that wants to develop ways of working which value emergent knowledge production. Might observations about and greater familiarity with reflexive social research methods be  one of the generalisable contributions to thinking in the km4dev domain that the IKME programme could make?<img class="alignright size-full wp-image-132" title="reflexivity" src="http://theprocessdiary.files.wordpress.com/2009/10/reflexivity1.jpg?w=468" alt="reflexivity"   /></p>
<p>When WG2 met in Brussels at the beginning of October group members were able to reflect on what they had and hadn&#8217;t achieved over the course of the last year, as well as to spend some time thinking about how they were working together. For some working group members taking the time to think about this had led them to understand what they were doing differently: they were able to notice things that they might not otherwise have noticed and to recognise patterns and relationships between aspects of work in which they were involved. Not everyone agreed, however. For some group members, particularly those from a more orthodox IT background, were less used to reflecting on what they were doing and why, and were more used to having formal planning procedures that led to a product being produced to a specific time frame. They were neither practised nor particularly comfortable with ways of working which might appear to lack more formal discipline. Having such voices in the group is also important since it obliges those of us who might argue for more reflection to reconsider our positions and to articulate more clearly why we think it is important. There is a generative tension between what might appear to be contradictory tendencies in the group, between those who want to spend time reflecting on how our thinking has changed about what it is we are involved in, and those who are concerned that we get on and produce products that demonstrate what we are talking about and are useful to people in the &#8216;South&#8217;.<span id="more-130"></span></p>
<p>The second occasion was when I met Kemly Camacho,  who is President of the Sula Batsu co-operative based in Cost Rica, in the British Museum cafe. She told me about the work her organisation is doing with digital story-telling as a project of WG1, which will be the subject of a separate post. One of the things that most interested me about the way her co-operative works is the premium she and her colleagues place on reflexivity. Every six months they sit together for between two and three days to reflect on their work and the way they are working together to do it. So the meetings are not just about monitoring progress, although this is important, but about their day to day working relationships and how power relationships between co-operative members enable and constrain the work. Their way of working together becomes an object of discussion as much as the projects they are undertaking. Not surprisingly, the projects they are undertaking for IKME also involve a form of community reflexivity. Sula Batsu members are working with infomediaries in three separate communities so that they can reflect on their own histories, how they have become. The hypothesis that colleagues are working with is that self-knowledge generated in ways that local communities shape and recognise, leads to them understanding themselves anew and a greater power to act according to their own rediscovered needs. We might think of Sula Batsu members performing a kind of second order reflexivity: they are reflecting on how their working relationships are affecting their ability to support community members to reflect on their working relationships.</p>
<p>Thirdly, in Amsterdam last week the Steering Committee considered two reports, one from the programme director and one from the programme evaluator as a way of reflecting on the programme and their own oversight of the programme. Both reports drew attention to programme achievements but also to some general trends, the patterning of ways of working which were giving the programme its particular shape and direction (both reports are available on D groups). The way the committee chair, Cees Hammelink, conducted the meeting was a significant factor in the way that discussion evolved around the reports, since he was intent on continuously opening up discussion and exploring the consequences. This is a very different way of working to what one might more usually encounter in such groups where there is sometimes a rush to reach a conclusion, or to push the discussion into some kind of dualism (&#8216;was this intervention successful or not, are we on course or not, are we doing the right things or the wrong things?). Rather the discussion might be more accurately called dialectical, where the chair encouraged  interventions from participants as a way of continuously opening up what were talking about. Questioning and observation would lead to more questioning and observation. There was no premium placed on reaching consensus, particularly on the first day, and this sometimes meant our exploring our differences. This was not always easy and sometimes demands sitting with others&#8217; expressed views beyond the point of comfort. One of the reasons that the process of exploring difference can be uncomfortable is that it can challenge the way we see the world, our identities: power relations do not just exist between &#8216;North&#8217; and &#8216;South&#8217;, but arise between us as we sit in the room discussing together. Another aspect of difference was introduced by the presence of two &#8216;outsiders&#8217; to the first day of the meeting, who are supportive of the programme but not part of it, nor are they formally part of the Steering Committee. They play an important role in introducing perspectives that those more actively engaged in the programme may be unable to see, and is part of the process of the programme developing its own discourse and engaging with the &#8216;outside world&#8217; at the same time.</p>
<p>The second half day of the Steering Committee was spent more formally considering the business and planning aspects of programme work, although the tone of discursive reflection continued as we continued to explore difference.</p>
<p><strong>More theoretical bit</strong></p>
<p>What is it that is different about privileging reflection and reflexivity as research methods and how does it link to the idea of emergence? Starting briefly with the idea of emergence first, one definition of emergence is that the general global patterning which arises from an emergent process is not reducible to or predictable from the interactions of agents that contribute to that emergent process. The analytical sociologist Peter Hedstrom describes this as &#8216;the uncommon combination of common events and circumstances&#8217;. It is not that any outcome is possible, since a process is constrained by its particular history and context and by the characteristics of the interacting agents: however, outcomes are probabilistic, and the exact outturn is unpredictable. Novelty is likely to arise in ways which are unforseen in advance of emergent processes running their course.</p>
<p>Working with this definition of emergence produces two important differences between what might be understood as hypothesis testing in a natural science setting and a research project such as IKME which have implications for the choice of research methods. Firstly, in an emergent process there can be no expectation of linear cause and effect and of the ability fully to isolate variables in the experiment to test a hypothesis that one would strive for in a natural science setting. Secondly, in an emergent social process such as the IKME programme, there is no ability to guarantee the objectivity of the researchers, since the programme  researchers are participants in the experiment which is the object of study. Interpretations that researchers are forming as they contribute to the programme begin to shape the programme itself as  participants take up these interpretations in their activities, which the sociologist Anthon Giddens referred to as the &#8216;double hermeneutic&#8217;.</p>
<p>If objectivity is unachievable in the way it is understood in the natural sciences, and the exact outcome of the experiments are predictably unpredictable, how might one proceed in terms of research methods?</p>
<p>One way of understanding the value of reflection and reflexivity in a research programme such as this where we are both subjects and objects in what we seek to explore is as a process of paying attention to the emergent patterning of our interactions as we are engaged in them. Even drawing attention to what we think is happening will affect the outcome that we achieve together because the act of paying attention will both amplify and dampen aspects of our interaction. There is no claim  here that pointing to and describing our emergent inter-patterning will necessarily be either &#8216;true&#8217; or complete, but the dialectical process of discussion described in the Steering Committee meeting above sets out a way of exposing our interpretations to each other as a way of leavening them, or allowing them to be sifted, tested and moved on. One might consider this a kind of hypothesis testing as a way of producing a more developed group interpretation of what is happening in the programme. Together we are, in Norbert Elias&#8217; terms, trying to become more detached about our involvement. This greater detachment also involves exposing the developing arguments and descriptions to the sometimes chill winds of outside interpretation about whether what participants are engaged in is or isn&#8217;t useful. Bumping up against the outside world obliges programme participants to define and articulate what it is they think they are doing more clearly and in doing so they might make their arguments more robust.</p>
<p>One of the things that I am pointing to as the evaluator, then, is what seems to me to be an emerging theme of reflection and reflexivity as a key research method of relevance to the kinds of new ways of working which the programme was set up to explore. If working with multiple knowledges implies a better understanding of emergent social processes and the ways in which different perspectives on the world ineract, what methods are most appropriate for researching these? Does systematic reflection and reflexivity help?</p>
<p>This is also a hypothesis that, in writing about it, I am exposing to comment, reflection and refutation by the reader as a way of &#8216;testing&#8217; it, exploring it and moving it on.</p>
<p>Over to you.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theprocessdiary.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theprocessdiary.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theprocessdiary.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theprocessdiary.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theprocessdiary.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theprocessdiary.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theprocessdiary.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theprocessdiary.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theprocessdiary.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theprocessdiary.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theprocessdiary.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theprocessdiary.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theprocessdiary.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theprocessdiary.wordpress.com/130/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theprocessdiary.wordpress.com&amp;blog=1937236&amp;post=130&amp;subd=theprocessdiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theprocessdiary.wordpress.com/2009/10/21/reflection-reflexivity-and-emergence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba55c883c91ea04424f4596e7caa6cf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reflexivepractice</media:title>
		</media:content>

		<media:content url="http://theprocessdiary.files.wordpress.com/2009/10/reflexivity1.jpg" medium="image">
			<media:title type="html">reflexivity</media:title>
		</media:content>
	</item>
	</channel>
</rss>
