<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sharing Nicely</title>
	<atom:link href="http://bokaap.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://bokaap.net</link>
	<description>thoughts on open education, communities of practice, open source software, IPR, and a bunch of other stuff so that the text ends ---&#62; here</description>
	<lastBuildDate>Tue, 27 Jul 2010 10:40:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>P2PU Call for Courses</title>
		<link>http://bokaap.net/opened/p2pu-call-for-courses/</link>
		<comments>http://bokaap.net/opened/p2pu-call-for-courses/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 10:40:24 +0000</pubDate>
		<dc:creator>Philipp Schmidt</dc:creator>
				<category><![CDATA[opencourseware]]></category>
		<category><![CDATA[opened]]></category>
		<category><![CDATA[p2pu]]></category>

		<guid isPermaLink="false">http://bokaap.net/?p=658</guid>
		<description><![CDATA[Smack into the middle of summer break in the global North (and beautiful sunny winter days in Cape Town) comes the P2PU Call for Courses. We already asked for your ideas on Webdeveloper courses for the School of Webcraft a few weeks ago, and this is the call for courses by everyone, for everyone, about [...]]]></description>
			<content:encoded><![CDATA[<p>Smack into the middle of summer break in the global North (and beautiful sunny winter days in Cape Town) comes the P2PU Call for Courses. We already asked for your ideas on Webdeveloper courses for the <a href="http://www.drumbeat.org/p2pu-webcraft">School of Webcraft</a> a few weeks ago, and this is the call for courses by everyone, for everyone, about almost anything. <strong>Surprise us!</strong></p>
<blockquote><p>The Peer 2 Peer University is gearing up to launch its third cycle of courses this coming September, and we’re looking for new faces to join the community. Do you have an idea for a six week course? Whether it’s Physics 101 or Poker and Strategic Thinking, all ideas are welcome. You can propose a course at <a href="http://wiki.p2pu.org/Create-a-Course" target="_blank">http://wiki.p2pu.org/Create-a-Course</a> (deadline is August 6, 2010).</p>
<p>Full post at <a href="http://blogs.p2pu.org/blog/2010/07/23/p2pu-call-for-courses/  ">http://blogs.p2pu.org/blog/2010/07/23/p2pu-call-for-courses/</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://bokaap.net/opened/p2pu-call-for-courses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To &#8211; Make a nice map of the open web</title>
		<link>http://bokaap.net/open-edu/making-maps/</link>
		<comments>http://bokaap.net/open-edu/making-maps/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 13:16:47 +0000</pubDate>
		<dc:creator>Philipp Schmidt</dc:creator>
				<category><![CDATA[open education]]></category>
		<category><![CDATA[p2pu]]></category>
		<category><![CDATA[p2pu-webcraft]]></category>

		<guid isPermaLink="false">http://bokaap.net/?p=651</guid>
		<description><![CDATA[For the P2PU School of Webcraft we are working on a map of competencies that web developers need. Besides the soft skills we refer to as hacker&#8217;s habits, there is a whole range of technologies and practical skills. A few months ago I had the chance to hold a box of crayons for Chris Blizzard [...]]]></description>
			<content:encoded><![CDATA[<p>For the <a href="http://p2pu.org/webcraft">P2PU School of Webcraft</a> we are working on a <a href="https://wiki.mozilla.org/Drumbeat/p2pu/Open_Web_Competency_Map#Competency_Map">map of competencies</a> that web developers need. Besides the soft skills we refer to as hacker&#8217;s habits, there is a whole range of technologies and practical skills. A few months ago I had the chance to hold a box of crayons for <a href="http://en.wikipedia.org/wiki/Christopher_Blizzard" target="_blank">Chris Blizzard</a> and <a href="http://arunranga.com/blog/" target="_blank">Arun Ranganathan</a> from Mozilla who came up with this original map of the open web.</p>
<p><img class="aligncenter" title="Map of the Open Web" src="http://farm5.static.flickr.com/4022/4463166405_e4b319a999.jpg" alt="" width="500" height="375" /></p>
<p>While inspiring (and confusing) we needed something a little more electronic &#8211; so that others can edit/iterate on it, and we can refine it easily as we learn more about the competencies that our graduates want and how to map them against the courses we are offering.</p>
<p>Since I am interested in graphs and this is a problem I have encountered before, I spent a little time investigating our options (mostly by sending out questions to people smarter then myself and trying to understand their answers). I ruled out using a diagram editor that has no underlying logical representation of the graph &#8211; in other words, it&#8217;s not a graph, it&#8217;s a drawing of a graph &#8211; since drawings don&#8217;t evolve in sync with the underlying data. With that out of the way, there seemed to be two main alternatives:</p>
<ul>
<li>Use a Mindmap &#8211; There are a number of g<a href="http://en.wikipedia.org/wiki/List_of_mind_mapping_software">ood open source projects</a> that look suitable to the task. There doesn&#8217;t seem to be a standard file format yet and the easiest would have been to agree on one application and use its native file format. There are also some nice online mindmap tools that let you store the mindmap in the cloud so that a group of people can edit it and you don&#8217;t have to deal with versioning and sending files around.</li>
<li>Use the <a href="http://www.graphviz.org/Documentation.php">.dot language</a> to create the graph structure and a visualization tool to make it look pretty. This seemed the more compelling way to go, because we have more flexibility of the graph structure, it&#8217;s really simple to get started (but can get very complex if you want), and anyone can edit it using nothing but a simple text editor (there is <em>only one editor</em> of course, and that&#8217;s VIM <img src='http://bokaap.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> )</li>
</ul>
<p>The .dot file looks something like the following (click <a href="https://wiki.mozilla.org/Drumbeat/p2pu/Open_Web_Competency_Map/dot_file">here</a> to see the complete file):</p>
<p><code> graph G {</code></p>
<p><code>e [shape=ellipse, label="HTML", style=bold];<br />
f [shape=ellipse, label="What is markup?"];<br />
g [shape=ellipse, label="Basics of Layout"];<br />
h [shape=ellipse, label="Document order vs. display order"];<br />
e -- f;<br />
e -- h;</code></p>
<p><code> </code></p>
<p><code>....<br />
</code></p>
<p>While I was working on the graph structure, I used the excellent OSX implementation of <a href="http://www.graphviz.org/">Graphviz</a> to check my work. The fact that Graphviz seems to be getting a new boost of input &#8211; I think the original author managed to move the project to AT&amp;T &#8211; was another selling point for using this solution.</p>
<p>However, we also thought it made sense to have a slightly more polished (with colors!) version of the map that we could show to non geeks. I downloaded a trial version of <a href="http://www.omnigroup.com/products/omnigraffle/">OmniGraffle</a> (and am very tempted to purchase a license) which let&#8217;s you open a .dot file and then manipulate the graph. Unfortunately, you can&#8217;t make changes and export them back as .dot, but I didn&#8217;t really need to do that anyway.</p>
<p>Here is the &#8220;pretty&#8221; version made with OmniGraffle:</p>
<p style="text-align: center;"><a href="https://wiki.mozilla.org/Drumbeat/p2pu/Open_Web_Competency_Map#Competency_Map"><img class="aligncenter" title="Pretty version" src="https://wiki.mozilla.org/images/thumb/2/2f/Mapofopenweb.png/700px-Mapofopenweb.png" alt="" width="560" height="423" /></a></p>
<p>If you need a text based graph structure, but also want nice looking graph visualizations &#8211; this might be a solution that works for you as well.</p>
<p>Update: The ultimate solution would be an import of our .dot file into <a href="http://thejit.org/demos/">this</a> (thanks <a href="http://www.johndbritton.com/">John</a>!).</p>
]]></content:encoded>
			<wfw:commentRss>http://bokaap.net/open-edu/making-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do the &lt; head &gt; sign &#8211; P2PU School of Webcraft looking for course developers</title>
		<link>http://bokaap.net/bits-and-pieces/do-the-sign-p2pu-school-of-webcraft-looking-for-course-developers/</link>
		<comments>http://bokaap.net/bits-and-pieces/do-the-sign-p2pu-school-of-webcraft-looking-for-course-developers/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 08:48:26 +0000</pubDate>
		<dc:creator>Philipp Schmidt</dc:creator>
				<category><![CDATA[bits and pieces]]></category>
		<category><![CDATA[p2pu]]></category>
		<category><![CDATA[p2pu-webcraft]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[school of webcraft]]></category>
		<category><![CDATA[webcraft]]></category>

		<guid isPermaLink="false">http://bokaap.net/?p=644</guid>
		<description><![CDATA[The School of Webcraft is our first foray into building an entire &#8220;Department&#8221; for a discipline &#8211; courses, a community of course organizers and new assessment models and metrics. We are gearing up to launch the first round of courses in September and are looking for more people to get involved in democratizing web developer [...]]]></description>
			<content:encoded><![CDATA[<p>The School of Webcraft is our first foray into building an entire &#8220;Department&#8221; for a discipline &#8211; courses, a community of course organizers and new assessment models and metrics. We are gearing up to launch the first round of courses in September and are looking for more people to get involved in democratizing web developer training.</p>
<p><a href="http://www.flickr.com/photos/rovettidesign/4290333227/"><br />
<img class="alignleft" title="Web developer gang" src="http://farm5.static.flickr.com/4024/4290333227_31cb0cae65_m.jpg" alt="" width="180" /></a><img class="alignnone" title="Web dev gang" src="http://farm4.static.flickr.com/3411/3572043699_94738c89d8_m.jpg" alt="" width="180" /><a href="http://farm3.static.flickr.com/2112/2161626058_4711249549_m.jpg"><img class="alignnone" title="Web dev gang" src="http://farm3.static.flickr.com/2112/2161626058_4711249549_m.jpg" alt="" width="180" /></a></p>
<p>Call for course organizers is below:</p>
<blockquote><p>Mozilla and Peer 2 Peer University are creating the P2PU School of Webcraft, a great place to learn the craft of open and standards-based web development.</p>
<div>This coming September we&#8217;ll be launching our first cycle of six week courses including Introduction to HTML5 and Building Social with the Open Web. We still have space for a few more courses, so whether you can teach a class for novice web developers, or run a workshop for web developers managing thousands of user accounts, we&#8217;d love to have you involved.</p>
<p>Following on the delivery model developed by P2PU, course organizers volunteer to take existing open learning materials or develop their own content and lead a group of peers through 6 weeks of online classes. Courses focus on project based learning in a peer environment and are proposed, created and led by members of the web development community – so the content will always be up to date with the latest technologies.</p>
<p>Over the next 18 months we&#8217;ll be developing a new way of assessing and recognizing skills, hacker attitudes and knowledge that rewards project portfolios and realistic developer challenges, rather than hours spent cramming for a meaningless exam.</p>
<p>We&#8217;d love for you to become a part of this project and until July 18 we&#8217;re inviting course proposals for P2PU School of Webcraft. We&#8217;ve made it really easy to get started, just fill out the proposal form, it takes less than 5 minutes!</p>
</div>
<p>Propose a Course -&gt; Fill out this <a href="http://spreadsheets.google.com/viewform?formkey=dG0waTVHcnZkZ2gyTnJTVXJBbHJub0E6MQ">short form</a>.</p>
<p>If you&#8217;re unable to commit to organising a course this September, there are other great ways to become a part of the community whether as a curriculum adviser, web development guru and of course, as a student.</p>
<p>If you are interested in taking a course -&gt; <a href="http://spreadsheets.google.com/viewform?formkey=dG0waTVHcnZkZ2gyTnJTVXJBbHJub0E6MQ">add your name</a>.</p>
<p>Join the P2PU Webcraft community -&gt; subscribe to our <a href="http://groups.google.com/group/p2pu-open-web/">mailing list</a>.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://bokaap.net/bits-and-pieces/do-the-sign-p2pu-school-of-webcraft-looking-for-course-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The darn drop outs and lurkers</title>
		<link>http://bokaap.net/p2pu/the-darn-drop-outs-and-lurkers/</link>
		<comments>http://bokaap.net/p2pu/the-darn-drop-outs-and-lurkers/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 14:26:39 +0000</pubDate>
		<dc:creator>Philipp Schmidt</dc:creator>
				<category><![CDATA[p2pu]]></category>

		<guid isPermaLink="false">http://bokaap.net/?p=642</guid>
		<description><![CDATA[No, I am not speaking of the P2PU management and advisory boards, although some of us have taken rather unconventional academic trajectories including dropping out altogether. But I am writing about a different type of dropping out that is of great concern to P2PU: the number of people that start but don&#8217;t complete online courses, [...]]]></description>
			<content:encoded><![CDATA[<p>No, I am not speaking of the P2PU management and advisory boards, although some of us have taken rather unconventional academic trajectories including dropping out altogether. But I am writing about a different type of dropping out that is of great concern to P2PU: the number of people that start but don&#8217;t complete online courses, including ours.</p>
<p>When we ran our pilot, many in the P2pU community including myself were shocked to see drop out rates above 50% in most courses. We had some courses where only very few people continued to the end. Our surprise was genuine, but maybe naiv (not a bad thing I would argue). It turns out that our completion rates were no worse (or better unfortunately) than those of online education in general.</p>
<p>I quote from Berge and Huang (who reference others)</p>
<blockquote><p>Historically, the percentage of students who drop out of brick and mortar higher education has held constant at between 40-45% for the past 100 years (Tinto 1982). In the online learning context, dropout rates appear to be higher than for traditional courses. While there are no national statistics for completion rates of distance education students, dropout rates are believed by some to be 10 to 20 percentage points higher than for in-person learning (Carr 2000; Diaz 2002; Frankola 2001).</p></blockquote>
<p>That means drop out rates between 50-65% are considered to be a reality in online education. Wow! (I haven&#8217;t done a comprehensive literature review, but some of the articles that are widely referenced are listed at the end of this post.)</p>
<p>I could try to make the argument that this is a success for P2pU &#8211; since our drop out rates are no worse, even though we do not offer any of the usual carrots (degrees) or sticks (fees) that keep people going usually. But unfortunately that would not be good enough. The P2PU learning model is based on a strong sense of community between peers &#8211; individuals who help each other to learn. Seeing peers drop out over time is terribly frustrating not only for the course organizer (I know, because I have spent a significant amount of time on instant messenger with course organizers who felt personally responsible and took each drop out very hard) but also for peer learners, who looser their peers.</p>
<p><a href="http://farm3.static.flickr.com/2353/2528594807_32a83edee3.jpg"><img class="aligncenter" title="Lurking Cat" src="http://farm3.static.flickr.com/2353/2528594807_32a83edee3.jpg" alt="" width="500" height="334" /></a></p>
<p>The second argument I come across frequently when drop out rates come up, is that a high percentage of participants in online courses will only <em>lurk</em> and we shouldn&#8217;t worry about that. There is a whole book shelf of academic literature on <em>learning by lurking</em> and the <em>invisible student</em>. I am not arguing that lurkers are not learning anything, but in my personal experience and that of P2PU, it is not the lurkers that benefit most but the doers, the tinkerers and the creators &#8211; and that those are the people you will want to take a course with. It&#8217;s no fun to be in a room full of invisible students.</p>
<p>That&#8217;s why P2PU is aiming for low drop out and lurking rates. Very low ones. It&#8217;s always dangerous to nail your colors to the mast, but I would go so far to say that in the perfect P2PU course, less than 10% of participants drop out or don&#8217;t participante. (Please note that this is me speaking in my personal capacity &#8211; and not necessarily the opinion of the P2PU community!)</p>
<p>I think there are many aspects of online courses that can be improved to reduce drop out rates and increase participation, but two fundamental things that enable us to shift from more than 50% leaving to something much better:</p>
<ul>
<li><strong>Make it difficult (to join)</strong> &#8211; In our pilot phase (as well as the first round of courses we ran this year), it was too easy to sign-up for a course. As a result many people signed up because the courses &#8220;sounded interesting&#8221; without really asking themselves if they were ready to make the commitment necessary. By increasing the sign-up hurdle, we can help users think more carefully about joining a course. This hurdle should not be designed to test expertise or intellectual capacity, but motivation. If someone puts in a few hours of work to complete and submit their course sign-up form &#8211; they should be allowed to join.</li>
<li><strong>Make it personal</strong> &#8211; The interaction between participants is crucial in creating a social bond that helps people keep going when their busy lives pull them in other directions. One participant in the pilot stated that she knew one of the other participants by name (and assumed the same was true in the other direction). She said she struggled to keep up with the work, but pulled through and completed because she didn&#8217;t want her colleague to think she was a quitter. By increasing personal interaction at the beginning of the course, the social ties between participants can be strengthened. Asking participants to upload photos of themselves helps with identification &#8211; and as we feel ourselves learning more about others, we assume they learn more about ourselves &#8211; and we start caring about their opinions.</li>
</ul>
<p>Some research on drop out and non completion:</p>
<ul>
<li>Berge, Z &amp; Huang, Y (2004) A Model for Sustainable Student Retention: A Holistic Perspective on the Student Dropout Problem with Special Attention to e-Learning. DEOSNEWS, Volume 13 (5) <a href="http://www.ed.psu.edu/acsde/deos/deosnews/deosnews13_5.pdf">http://www.ed.psu.edu/acsde/deos/deosnews/deosnews13_5.pdf</a></li>
<li>Carr, S. (2000, February 11). As distance education comes of age, the challenge is keeping the students. Chronicle of Higher Education, A39. (needs subscription)</li>
<li>Diaz, D.P. (2002, May/June). Online drop rates revisited. The Technology Source. (<a href="http://technologysource.org/article/online_drop_rates_revisited/">online version</a>).</li>
<li>Frankola, K. (2001). Why online learners drop out. Workforce, 80, 53-58. (<a href="http://findarticles.com/p/articles/mi_m0FXS/is_10_80/ai_79352432/">online version</a>).</li>
<li>Tinto, V. (1982). Limits of theory and practice in student attrition. Journal of Higher Education, 53 (6): p.687-700.</li>
<li>Tyler-Smith, K. (2006). Early Attrition among First Time eLearners: A Review of Factors that Contribute to Drop-out, Withdrawal and Non-completion Rates of Adult Learners undertaking eLearning Programmes. Journal of Online Learning and Teaching. (<a href="http://jolt.merlot.org/Vol2_No2_TylerSmith.htm">online version</a>).</li>
<li>List of articles on the topic at <a href="http://archive.e-learningcentre.co.uk/eclipse/Resources/keeping.htm">Learning Light</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bokaap.net/p2pu/the-darn-drop-outs-and-lurkers/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>The AppStore vision of (not so) Open Education</title>
		<link>http://bokaap.net/bits-and-pieces/the-appstore-vision-of-not-so-open-education/</link>
		<comments>http://bokaap.net/bits-and-pieces/the-appstore-vision-of-not-so-open-education/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 12:37:37 +0000</pubDate>
		<dc:creator>Philipp Schmidt</dc:creator>
				<category><![CDATA[bits and pieces]]></category>
		<category><![CDATA[oer]]></category>
		<category><![CDATA[openeducation]]></category>
		<category><![CDATA[p2pu]]></category>
		<category><![CDATA[webcraft]]></category>

		<guid isPermaLink="false">http://bokaap.net/?p=635</guid>
		<description><![CDATA[The open web is under threat and it&#8217;s a big deal for learning and education (among other things).
Last week a meeting on &#8220;Learning, Freedom &#38; the Web&#8221; hosted by the Carnegie Foundation brought together a mix of learning experts and web industry geeks to keep the web open for learning. One of the topics that [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The open web is under threat and it&#8217;s a big deal for learning and education (among other things).</strong></p>
<p>Last week a meeting on &#8220;Learning, Freedom &amp; the Web&#8221; hosted by the <a href="http://www.carnegiefoundation.org/">Carnegie Foundation</a> brought together a mix of learning experts and web industry geeks to keep the web open for learning. One of the topics that bubbled up naturally was the rising popularity of gated digital communities such as Facebook and closed content delivery mechanisms like the iPad-iTunes-Appstore combination, and their implications for the future of open learning ecosystems.</p>
<p><a href="http://www.open-mike.org">Mike Hanson</a> from <a href="https://mozillalabs.com/">Mozilla Labs</a> sketched out what education could look like if redesigned by Steve Jobs. A vertically integrated content hosting and delivery solution built on Apple Server software and it&#8217;s iPhone, iPod and iPad line of consumer devices (of which over 100,000,000 have been sold). Textbooks are stored in the <em>iTextbook</em> store &#8211; and organized in appropriate collections for students who automatically download all the content they need to the range of IProducts. If you are an educator or administrator this new world of iEducation sounds pretty slick and compelling. And even if you are an open web activist like  Mike Hanson it is hard to resist &#8211; in fact, it was his own brand new iPad on the table that got us started on this  trajectory.</p>
<p>And because curation and integration are so compelling when designed well, we need to carefully think through the implications now. If a personal computing experience built on open standards is the crib, then learning and freedom might be about to go out the window.</p>
<p>As we know already there won&#8217;t be any porn in Steve Jobs iEducation ecosystem, but there also won&#8217;t be much messiness and <a href="http://www.youtube.com/watch?v=NqDq_Q9iKvo">tinkering</a> and the kind of practices that characterize constructivist learning processes. There is value in a curated and integrated entertainment experience &#8211; I myself have marveled at the ease of purchasing and downloading a digital album directly onto my phone and then syncing it into a music library stored on my computer. However, I am a music consumer &#8211; and in meaningful learning systems there are designers, builders, players and doers &#8211; but no consumers.</p>
<p><a href="http://video.google.com/videoplay?docid=-8001743360324019114#">Connie Yowell</a> from the MacArthur Foundation made the connection back to the education system. Half thinking-out-loud, half predicting the trouble to come she suggested that the vertically integrated learning ecology that devices like the iPad enable are perfectly in line with the way the current education system is structured &#8211; and will therefore be happily embraced by it.</p>
<p>That&#8217;s why we need to understand the long-term implications, push the closed model to at least offer open interfaces and transparency, and put in place open alternatives that offer value in ways that closed approaches can&#8217;t.</p>
<p>What could have turned into a pretty gloomy afternoon, was saved by the same innovation process that the open web is so good at: identify the pieces that are in place, see how they can be connected, and start designing and building. We came up with 8 concrete project ideas that are made possible by combining an open source attitude with a deep passion and concern for equitable learning.</p>
<p>I won&#8217;t list them all here, but there are a few that are most relevant to P2PU and which we volunteered to play a part in.</p>
<ul>
<li><strong>The <a href="http://www.drumbeat.org/project/p2p-university-open-web-career-track">P2PU School of Webcraft</a></strong> &#8211; our partnership with Mozilla to radically innovate how web developers get trained and find jobs &#8211; fits within a broader bucket for linking community assessment, badges (think boy scouts), and employment opportunities. It raises questions about ownership and control of the individual&#8217;s education data &#8211; the obvious answer coming from the open web community is that it should be the individual who is in charge of her learning data, but the reality today is that lots of different pieces are stuck in different institutions. Thinking beyond web developers, we&#8217;d like to find a few other areas where this would work.</li>
<li><strong>Does open increase equity? </strong>- <a href="http://www.itofisher.com/mito/">Mimi Ito</a> reminded us that for open learning to become more than just another opportunity entrenching inequality in education, it needs to increase equity and access. She suggested we needed empirical research to identify areas within the closed certification system that are truly broken and investigate how new open approaches like the one described above could help fix them. I believe web development is one such area, where employers find that existing university degrees or private training certification have little to say about an applicant&#8217;s abilities as a web developer &#8211; the truly relevant things are not assessed &#8211; but Mimi is right that we need more robust research to go from anecdotal evidence to validation of these claims.</li>
</ul>
<p>Other projects included formal university courses where students engage with Wikipedia content, a look at opportunities around Google Apps (which raises interesting questions about which aspects of an open ecosystem need to be open), and concrete ideas for working with particular programs and partners, for example Road Trip Nation.</p>
<p>The small event at Carnegie was just the beginning of new collaborations between the open web world and learning. Those projects that can demonstrate they are moving forward will meet again to plan the next stage of implementation in September, and hopefully have first prototypes to share with the world in November &#8211; where the Mozilla Drumbeat festival in Barcelona offers an opportunity to showcase our work, and reach out to more collaborators.</p>
]]></content:encoded>
			<wfw:commentRss>http://bokaap.net/bits-and-pieces/the-appstore-vision-of-not-so-open-education/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paying for infrastructure &#8211; Creative Commons Catalyst</title>
		<link>http://bokaap.net/open-edu/paying-for-infrastructure-creative-commons-catalyst/</link>
		<comments>http://bokaap.net/open-edu/paying-for-infrastructure-creative-commons-catalyst/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 08:07:38 +0000</pubDate>
		<dc:creator>Philipp Schmidt</dc:creator>
				<category><![CDATA[open education]]></category>

		<guid isPermaLink="false">http://bokaap.net/?p=633</guid>
		<description><![CDATA[Today Creative Commons launches their catalyst campaign &#8211; brother to the recently announced catalyst grant programme. I like how they connect the two &#8211; funding their work AND raising money at the same time. On one hand, they offer small grants for projects that further their vision, and with the other hand they politely ask [...]]]></description>
			<content:encoded><![CDATA[<p>Today Creative Commons launches their catalyst campaign &#8211; brother to the recently announced <a href="http://wiki.creativecommons.org/Grants" target="_blank">catalyst grant</a> programme. I like how they connect the two &#8211; funding their work AND raising money at the same time. On one hand, they offer small grants for projects that further their vision, and with the other hand they politely ask for donations to support it. It creates a connection between the donation and the purpose of that donation, even if it&#8217;s a very loose connection.</p>
<blockquote><p>Catalyst Grants will make it possible for individuals and organizations to harness the power of Creative Commons. A grant might enable a group in a developing country to research how Open Educational Resources can positively impact its community. Another could support a study of entrepreneurs using Creative Commons licenses to create a new class of socially responsible businesses. Anyone may apply for a Catalyst Grant, which ranges from $1,000-$10,000.</p>
<p><a href="https://support.creativecommons.org/donate" target="_blank">But we can&#8217;t do it without your help.</a> Our goal is to raise $100,000 from CC supporters like you to fund the grants that will make all this possible. Donate today to help spread our mission of openness and innovation across all cultural and national boundaries.</p></blockquote>
<p>CC&#8217;s work is a very important foundation of a lot of the open content / commons movement &#8211; and I don&#8217;t think it&#8217;s easy to raise the funds necessary to support it. <a href="http://www.halplotkin.com/" target="_blank">Hal Plotkin</a> asked this question after his keynote at the recent OCWC Global conference. How should and can something that provides an important, but not very glamorous (my words, not Hal&#8217;s, with apologies to my lawyer friends at CC) enabling service be supported financially? Funding for infrastructure is difficult to raise. It&#8217;s a little bit like raising money for TCP/IP or HTTP. Everyone will agree that it&#8217;s important and we all benefit from having it &#8211; but we all hope that someone else will pick up the tab. We rely on that friend of a friend who got rich on stock options, sold his company, or house &#8211; or simply inherited a lot of money.</p>
<p>Having grown up in a social democracy that offers high-quality infrastructure and services to (almost) all of its citizens, my immediate response is that infrastructure should be paid for by the state from tax income. I personally would welcome a small part of my tax payments to be used to support important infrastructure projects that enable free flow of knowledge and information. Even more so, now that I live in a country where access to knowledge is scarce and expensive. I believe such would be an excellent investment in future development and well-being of all citizens.</p>
<p>The problem with writing blog posts about topics like this is &#8211; you end up getting stuck in a dilemma. I have now explained that I think CC&#8217;s work is important, that I suspect many people fail to support it, and that the government should consider doing so. However, pending major adjustments in the political landscape of South Africa, that doesn&#8217;t really help anyone. So I went ahead and donated a little money to CC today.</p>
<p><a href="https://support.creativecommons.org/"><img src="http://creativecommons.org/images/support/2010/cc-support.png" border="0" alt="Support CC" /></a></p>
<p>The benefit of donating is the perceived authority to ramble on a little bit longer, and say a few things about what CC are doing what I think could be improved. In order to do that I think its worth looking at the licences as a service (or even a product) that has to be sold to a particular audience and designing it in order to provide maximum value to that audience. What I mean by that is that there is a tendency for organizations to turn inwards &#8211; and in the case of CC that means pay more and more attention to the opinions of legal experts &#8211; rather than listen to the customers who don&#8217;t understand the legal details, and in most cases don&#8217;t give a rat&#8217;s hat. Here is what I&#8217;d like to see:</p>
<ul>
<li>I would like to see fewer licences and fewer versions &#8211; but more certainty that the licence will hold up in court. I believe simplicity beats choice and legal finesse.</li>
<li>I would like to see CC separate its core business (the licences) more clearly from other programme areas and especially things that fall broadly into the fostering of &#8220;creativity (cultural, educational, scientific and other content) in the commons&#8221;. This separation should include budgets &#8211; so that donors can choose what activities their money ends up supporting. Don&#8217;t get me wrong, I think creativity should be supported, and probably in a fairly vague and flexible way, but I think part of the funding challenge for CC is that people, especially those who are making small donations, are comfortable funding the licences but might not be as comfortable with CC using their donation to foster &#8220;creativity&#8221;. That applies to me for example.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bokaap.net/open-edu/paying-for-infrastructure-creative-commons-catalyst/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reading list &#8211; &#8220;OER beyond content&#8221; in the development context</title>
		<link>http://bokaap.net/open-edu/readings-oer-beyond-content/</link>
		<comments>http://bokaap.net/open-edu/readings-oer-beyond-content/#comments</comments>
		<pubDate>Thu, 20 May 2010 10:31:00 +0000</pubDate>
		<dc:creator>Philipp Schmidt</dc:creator>
				<category><![CDATA[open education]]></category>
		<category><![CDATA[opencourseware]]></category>
		<category><![CDATA[p2pu]]></category>

		<guid isPermaLink="false">http://bokaap.net/?p=630</guid>
		<description><![CDATA[Dick Ngambi invited me to speak with Masters students at University of Cape Town as part of his course on &#8220;Educational ICTs for Developing Contexts&#8221;. I am chuffed to be invited back &#8211; last year we had a very lively discussion on creating an African version of Michael Wesch&#8217;s youtube sensation. This year I will [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cet.uct.ac.za/DickNgambi">Dick Ngambi</a> invited me to speak with <a href="http://www.cet.uct.ac.za/masters">Masters students</a> at University of Cape Town as part of his course on &#8220;Educational ICTs for Developing Contexts&#8221;. I am chuffed to be invited back &#8211; last year we had a very lively discussion on creating an African version of Michael Wesch&#8217;s <a href="http://www.youtube.com/watch?v=dGCJ46vyR9o">youtube sensation</a>. This year I will be speaking about &#8220;OER beyond content&#8221; and especially Peer 2 Peer University and its relevance and opportunities for developing countries.</p>
<p>Dick asked me for a few readings to distribute in advance. I sent him the following, but would love suggestions on what to add to the list.</p>
<ul>
<li><strong>Openness, Dynamic Specialization, and the Disaggregated Future of Higher Education</strong><br />
David Wiley and John Hilton III<br />
<a href="http://www.irrodl.org/index.php/irrodl/article/view/768/1414" target="_blank">http://www.irrodl.org/index.php/irrodl/article/view/768/1414</a></li>
<li><a href="http://www.irrodl.org/index.php/irrodl/article/view/768/1414" target="_blank"></a><strong>Breaking Higher Education&#8217;s Iron Triangle: Access, Cost, and Quality</strong><br />
John Daniel, Asha Kanwar, and Stamenka Uvalic-Trumbic<br />
<a href="http://www.changemag.org/Archives/Back%20Issues/March-April%202009/full-iron-triangle.html" target="_blank">http://www.changemag.org/Archives/Back%20Issues/March-April%202009/full-iron-triangle.html</a></li>
<li><a href="http://www.changemag.org/Archives/Back%20Issues/March-April%202009/full-iron-triangle.html" target="_blank"></a><strong>Minds on Fire: Open Education, the Long Tail, and Learning 2.0</strong><br />
John Seely Brown and Richard P. Adler<br />
EDUCAUSE Review, vol. 43, no. 1 (January/February 2008): 16–32</li>
<li><strong>Short video intro to P2PU</strong><br />
<a href="http://blogs.p2pu.org/blog/2010/04/29/p2pu-the-speakeasy-of-open-education/" target="_blank">http://blogs.p2pu.org/blog/2010/04/29/p2pu-the-speakeasy-of-open-education/</a></li>
<li><a href="http://blogs.p2pu.org/blog/2010/04/29/p2pu-the-speakeasy-of-open-education/" target="_blank"></a>If students have access to the early chapters of the following book, I would also recommend:<br />
<strong>Disrupting Class</strong><br />
Clayton M Christensen, Michael B. Horn and Curtis W. Johnson<br />
<a href="http://books.google.com/books?id=wiBcUl44FEcC&amp;lpg=PP1&amp;dq=disrupting%20class&amp;pg=PP1#v=onepage&amp;q&amp;f=false" target="_blank">http://books.google.com/books?id=wiBcUl44FEcC&amp;lpg=PP1&amp;dq=disrupting%20class&amp;pg=PP1#v=onepage&amp;q&amp;f=false</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bokaap.net/open-edu/readings-oer-beyond-content/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Money for love &#8211; Eeeeeethaan, you don&#8217;t have to put on the red light</title>
		<link>http://bokaap.net/open-edu/money-for-love-ethaaaan-you-dont-have-to-put-on-the-red-light/</link>
		<comments>http://bokaap.net/open-edu/money-for-love-ethaaaan-you-dont-have-to-put-on-the-red-light/#comments</comments>
		<pubDate>Mon, 17 May 2010 16:24:49 +0000</pubDate>
		<dc:creator>Philipp Schmidt</dc:creator>
				<category><![CDATA[open education]]></category>
		<category><![CDATA[p2pu]]></category>

		<guid isPermaLink="false">http://bokaap.net/?p=627</guid>
		<description><![CDATA[Ethan Zuckerman recently wondered if it was &#8220;love or money&#8221; that drives amazing volunteer communities like the one over at global voices. Now, we are small fry compared to GV at the moment, but it&#8217;s a question that is becoming relevant to P2PU too as we continue to grow and expand globally. As I am sure [...]]]></description>
			<content:encoded><![CDATA[<p>Ethan Zuckerman recently wondered if it was &#8220;<a href="http://www.ethanzuckerman.com/blog/2010/05/13/global-voices-love-and-money/" target="_blank">love or money</a>&#8221; that drives amazing volunteer communities like the one over at <a href="http://globalvoicesonline.org/" target="_blank">global voices</a>. Now, we are small fry compared to GV at the moment, but it&#8217;s a question that is becoming relevant to <a href="http://p2pu.org" target="_blank">P2PU</a> too as we continue to grow and expand globally. As I am sure you know it&#8217;s all <a href="http://www.youtube.com/watch?v=Ou5pzKuKP8w" target="_blank">one love</a> at P2PU, but some of us also need to eat (and one or two people &#8211; including me &#8211; even sleep occasionally).</p>
<p>There are a few problems with money. One is that (at least it seems that) there is no way to pay everyone in open source projects. If Wikipedia had worked out a complicated payment mechanism for all contributions, it would most likely not have grown into the amazingly vast knowledge repository it is. Two, while it is very well possible to get paid while doing things for love, money also makes people to do things they don&#8217;t love. And we want everyone involved in p2pu to be in it for the love. However, not having money in the volunteer community also creates problems &#8211; the main one is that it keeps out those people who simply can&#8217;t afford to work for free, and often those are the ones that represent the majority of people on this planet. Pretending that everyone has the same freedom to volunteer is not just wrong, but also a strategic mistake for a global project like P2PU. So, let me wonder out loud how a volunteer community driven by love could avoid starving:</p>
<p><strong>Idea 1 &#8211; A big pile of gold</strong>. What if we had a &#8220;pile&#8221; of let&#8217;s say 10,000 USD and every gang-star (gang-stars are volunteers with a long history and commitment in P2PU, think of them like module owners or similar positions in open source projects) could charge a certain hourly rate against this pile for project relevant activities that they could define relatively freely. People would simply report hours and achievements online and at the end of each month we tally up and pay out. I really have no idea if this could work &#8211; and can think of lots of potential problems (conflict between those who charge and those who work for free? who gets to say that someone is charging too much?).</p>
<p><strong>Idea 2 &#8211; Check the list</strong>. An alternative would be to outline specific projects that we need done and earmark budget for them &#8211; and gang-stars can decide to take them on. that might be a little more structured and comprehensible &#8211; and maybe with less potential to lead to conflict?</p>
<p><strong>Idea 3 &#8211; Make our own money.</strong> Or we could work with an imaginary currency (mullahs) and people accrue mullah&#8217;s for work they do. each month they can decide to trade mullahs for real money (1 mullah = 1 USD) or horde them for things like participation in the community meeting (1000 mullahs?).</p>
<p>If you know how to make money from love (as in alchemy, not <a href="http://www.youtube.com/watch?v=a2Qad-gaHMg" target="_blank">roxanne</a>) let us know and share the magic.</p>
]]></content:encoded>
			<wfw:commentRss>http://bokaap.net/open-edu/money-for-love-ethaaaan-you-dont-have-to-put-on-the-red-light/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Leading like Linus</title>
		<link>http://bokaap.net/open-edu/leading-like-linu/</link>
		<comments>http://bokaap.net/open-edu/leading-like-linu/#comments</comments>
		<pubDate>Fri, 14 May 2010 09:33:13 +0000</pubDate>
		<dc:creator>Philipp Schmidt</dc:creator>
				<category><![CDATA[open education]]></category>
		<category><![CDATA[p2pu]]></category>

		<guid isPermaLink="false">http://bokaap.net/?p=625</guid>
		<description><![CDATA[As part of my new do-it-right-away-if-it-takes-only-a-minute-or-five strategy, here is a short quote from Glyn Moody&#8217;s article on how to become Linus Torvalds. It&#8217;s a concise description of the kind of leadership I would love to see engrained in the way P2PU grows up. Especially the highlighted (my highlight, not Glyn&#8217;s) sentence is worth repeating repeating [...]]]></description>
			<content:encoded><![CDATA[<p>As part of my new do-it-right-away-if-it-takes-only-a-minute-or-five strategy, here is a short quote from Glyn Moody&#8217;s article on <a href="http://www.h-online.com/open/features/How-to-Become-Linus-Torvalds-999542.html">how to become Linus Torvalds</a>. It&#8217;s a concise description of the kind of leadership I would love to see engrained in the way P2PU grows up. Especially the highlighted (my highlight, not Glyn&#8217;s) sentence is worth repeating repeating repeating repeating &#8230; a few hundred times as part of the morning chant. Ronald Heifetz, whose book on <a href="http://www.goodreads.com/book/show/6638.Leadership_Without_Easy_Answers">Leadership</a> I am (still) reading speaks of the same spirit of leadership that is grounded in authority conferred by the community.</p>
<blockquote><p>Linus has developed what amounts to a new way of managing large-scale projects involving huge numbers of geographically-dispersed contributors. Although the final decisions rest with him, he takes them in consultation with a wide range of coders. He is constantly involved in discussions on key mailing lists that allow important issues to be raised by anyone. <span style="text-decoration: underline;">Ultimately, then, he leads in part by being able to sense what the collective will of the Linux development community is on particular issues, and by not straying too far from it.</span></p>
<p>Now, there is only one Linus, but I believe that general approach is starting to move out into other spheres. In part, that&#8217;s because adaptations of the open source development methodology – based on a modular, distributed, collaborative development model – are being applied in more and more fields, from content to science and even to government. That approach brings with it a need for a different kind of management: top-down just doesn&#8217;t work in these circumstances. And so, as well as the novel business model that free software implies, discussed in my <a href="/open/features/Why-Making-Money-from-Free-Software-Matters-985505.html">last column</a>, it has also engendered a radically new way of running things.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://bokaap.net/open-edu/leading-like-linu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The green fields that lie beyond content</title>
		<link>http://bokaap.net/open-edu/the-green-fields-that-lie-beyond-content/</link>
		<comments>http://bokaap.net/open-edu/the-green-fields-that-lie-beyond-content/#comments</comments>
		<pubDate>Sun, 09 May 2010 16:00:51 +0000</pubDate>
		<dc:creator>Philipp Schmidt</dc:creator>
				<category><![CDATA[open education]]></category>
		<category><![CDATA[opencourseware]]></category>
		<category><![CDATA[p2pu]]></category>

		<guid isPermaLink="false">http://bokaap.net/?p=623</guid>
		<description><![CDATA[I was happy to see Brandon Muramatsu at the OCWC Vietnam meeting and get some time to hang out, check out the latest gadges (geek!) and go to his presentation. He asked the audience &#8211; &#8220;what would you like to be able to do with MIT OCW?&#8221; Turns out he and Vijay Kumar (who is [...]]]></description>
			<content:encoded><![CDATA[<p>I was happy to see <a href="http://www.mura.org/" target="_blank">Brandon Muramatsu</a> at the OCWC Vietnam meeting and get some time to hang out, check out the latest gadges (geek!) and go to his presentation. He asked the audience &#8211; &#8220;what would you like to be able to do with MIT OCW?&#8221; Turns out he and <a href="http://mit.edu/vkumar/www/" target="_blank">Vijay Kumar</a> (who is on the <a href="http://p2pu.org/advisors" target="_blank">P2PU advisory group</a>) are plotting something called <a href="http://greenfield.mit.edu/" target="_blank">Greenfield</a> that would bolt a few useful services onto a copy of the MIT OCW archive. Very exciting for P2PU and I tracked him down after his presentation for a short chat about the project.</p>
<p>He was nice enough to offer his digital camera to record &#8211; and, voila, video blog number 2. As I am trying to better understand the value of video (thanks <a href="http://bokaap.net/open-edu/thoughts-on-disrupting-class-and-leadership-without-easy-answers/#comments">Stian and John for comments</a>) this conversation approach definitely makes a lot more sense to me.</p>
<p>Leave a comment if you want to meet me in an exotic location to talk about open education! And I promise I&#8217;ll get better at keeping <a href="http://www.dopplr.com/traveller/pschmidt">my dopplr account</a> up to date.</p>
<p><object width="400" height="300" data="http://vimeo.com/moogaloop.swf?clip_id=11515633&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=11515633&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /></object></p>
<p><a href="http://vimeo.com/11515633">Video blog 2 &#8211; Brandon Mura/MIT &#8211; Beyond Content</a> from <a href="http://vimeo.com/pschmidt">Philipp Schmidt</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bokaap.net/open-edu/the-green-fields-that-lie-beyond-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
