I’ve just given a 15 minute presentation as part of a session on ‘sustainable practice in OER‘. My slides are below. I’ve presented as one of a number of speakers on this subject before, discussing the more obvious ideas around sustainability that have arisen from leading the ChemistryFM project. I didn’t really go over them again today, preferring to think about sustainability in the wider social context and beyond the specific outcomes of our project.
A few ideas that we, in the Centre for Educational Research and Development (CERD), are working on and leading at the University of Lincoln, are included in the slides below, but I’d like to highlight them here so you don’t miss (or dismiss) them based on the outline in my presentation.
The main message about sustainability that I tried to push across in the presentation is that for OER and Open Education in general to be sustainable, we need sustainable societies and a sustainable planet. These are, arguably, not sustainable in their current form, so how can Open Education both contribute to sustainability in general and therefore become sustainable in itself as a paradigm of education?
Following Prof. Mike Neary’s lead in my department, I suggested that the ideas of ‘student as producer’, ‘pedagogy of excess’ and ‘teaching in public’ are attempts to not only change education at the university so that it is sustainable (among having other positive attributes), but can also be usefully adopted by advocates of open education and help develop a wider framework of sustainability for the ‘revolutionary’ changes in education which proponents of Open Education keep referring to.
Under those three headings, I have highlighted a couple of other ideas worth engaging with by ‘open educators’. They are ‘mass intellectuality’ and ‘commonism’, both of which have been developed in the area of political critical theory. The best thing to do if you’re interested in these terms, is to follow the links in the presentation, some of which I also include below.
There’s no certainty that any of this will achieve our goals of sustainability, but personally I am satisfied that it is a practical and intellectually rigorous direction to pursue with all the critical energy I can manage.
On ‘Student as Producer’ see the book chapter that Mike and I wrote and read about how this is starting to be developed as a core principle and practice at the University of Lincoln.
On ‘Pedagogy of Excess’, Mike and Andy Hagyard, who also works here in CERD, have a book chapter due out in September. If you want to read a draft, I’m sure they will oblige, so please do ask.
On ‘Teaching in Public’, I have a few notes from a presentation, and we have just got the go ahead from the publisher, Continuum, to write a book on this subject, which all members of CERD are contributing to. I will be writing about Teaching in Public in the context of open education, thinking about Burawoy’s statement that “students are a teacher’s first public”.
On ‘mass intellectuality’, we write about it in the Student as Producer chapter (see above), but are drawing on a history of this terms’ development in political critical theory. Most sources seem to lead back to Negri and Hardt, which draws on the work of autonomism, which has developed Marx’s ideas around the ‘general intellect’. I would strongly recommend Dyer-Witheford’s book, Cyber-Marx: Cycles and Circuits of Struggle in High Technology Capitalism, for a good discussion on both the ‘general intellect’ and ‘mass intellectuality’, especially how it might relate to open education. We drew on this book for our book chapter.
On ‘commonism’, again, see this article by Nick Dyer-witheford, where he attempts to elaborate the idea. I think that those who are advocates of ‘the commons’ and P2P might like the ideas that are developing around ‘commonism’.
In my previous job as Audiovisual Archivist, I spent a lot of time examining various metadata standards in detail; hours spent pouring over PBCore, METS, MODS, MIX, EXIF and IPTC/XMP, because we were designing a content model for an in-house Digital Asset Management system. I thought I had put it all behind me yet here I am staring at Phil Barker’s informative post about ‘metadata and resource description’ and it’s all coming back to me… Arrghhh 🙂
Workpackage six of the Chemistry.fm project aims to:
Plan the storage, delivery and marketing of the course.
Choose a metadata standard
Evaluate third-party hosting such as Flickr, Slideshare and YouTube as well as JORUM and the IR.
Ah, if only life were as simple as a series of bullet points!
As I was creating the project poster yesterday, I was reminded about the various ways that our project OERs could be ‘broadcast’. Although collaboration with our community radio station SirenFM, is core to the approach of our project, we all know that there are many ways for anyone to be a broadcaster on the web and part of the fun of this project for me, is being able to explore the different ways that educational content can be pulled and pushed between subscribing students and members of the public.
My plan at the moment is to use our Institutional Repository as the ‘canonical reference’ for the OERs. During our JISC-funded LIROLEM project, we developed EPrints to better accommodate multimedia resources and it makes sense to use a versioned digital archive that supports embedded media enriched by copious amounts of metadata. (I know it’s a requirement to use JORUM, too, but at the first Programme Meeting, it became clear that JORUM can be used simply as a directory where we can register URIs of existing OERs, so that’s what I’ll be doing).
Anyway, Archivists, have you ever feasted your eyes on the source code of an EPrint? Of course you have. Here’s a reminder.
programme tag [there is no “DC.keyword” term, so EPrints uses name=”eprints.keywords”]
title [name=”DC.title”]
author [name=”DC.creator”]
date [name=”DC.date”]
url [name=”DC.identifier]
technical information [name=”DC.format”]
language [hmmm, nowhere to be seen. Can we add that?]
subject classification [name=”DC.subject”]
keywords/tags [there is no “DC.keyword” term, so EPrints uses name=”eprints.keywords”]
comments [We use the SNEEP plugins but the comments are not showing in the source code – do we need to make sure they are crawlable? Some people aren’t keen…]
description [name=”DC.description”]
I’ve highlighted the Dublin Core terms above, but happily, the data is available in several other alternate formats:
Now, we could choose to lump all the OERs that we create into one single EPrint, but that doesn’t give us much flexibility and remember that EPrints is serving as the canonical reference for the OERs, not necessarily the final presentation layer that people will actually be using to browse, download and use the resources from. So if we were to group the OERs into sets of items that constituted an EPrint and then relate those EPrints to each other, using the “DC.isPartOf” property, from the point of view of metadata, we’ll be creating a consistent whole, but giving ourselves some flexibility in how we ‘broadcast’ the content of the course.
If we consider the course MindMap that we knocked up a while back, we might decide to create a single EPrint for each of the five major ‘nodes’ of the course. Doing this, would then give us an RSS 1.0 (RDF), RSS 2.0 and Atom feed for the course where each node was an item.
Before I move on with this, look at the export formats that EPrints offers for a query. Imagine that the course could be exported in each of these ways:
The zip export allows you to download the entire query and all it’s resources at once. The HTML citation format allows you to produce some HTML you could copy and paste into any web page. It could just as easily be dropped into Blackboard as it could on any other (and anybody’s) web page. BibTex would allow you to browse the course via your preferred reference management software and JSON… I still don’t completely get it, but it’s pretty fancy, I know that much.
Anyway, If each of the mindmap nodes is an ‘item’ in the RSS feed, then perhaps we can use that to feed a WordPress site, using the FeedWordPress plugin? Nope. It doesn’t seem to work. FeedWordPress recognises the feed but doesn’t import anything. Testing it with another feed based on keywords does work, but the information included in the feed is sparse, so that’s no good. By the way, the EPrints RSS 2.0 feed does include the xmlns:media=”http://search.yahoo.com/mrss” namespace and marks up the preview thumbnails accordingly:
(Another way to tackle this might be using our newly developed ‘EPrints2Blog’ plugin, which allows a depositor to post information about their new EPrint to a blog of their choice (using XML-RPC). As we deposit the course EPrints, each could be posted to a WordPress site. The resulting feed from the WordPress site does include some embedded media, but it’s still a bit of a hack. No, scrap this idea).
Right, how about this…?
Using EPrints as the canonical source for each of the files for the course, we could create a WordPress site with the addition of the Dublin Core and OAI-ORE plugins for WordPress.
For each WordPress post, this gives us the following metadata:
This is more like it. Click on the oai-ore link and look at the source code. It’s too big to display here, but it does what you’d expect and produces a OAI-ORE 1.0 compliant Atom/XML file. Contained within the file is a ‘resource map’ of all the WordPress posts and pages marked up with Dublin Core and FOAF terms. Thinking about how the course site might be represented in this way, it makes sense to atomise the course even further so that each of the sub-nodes of the Mind Map is a WordPress post. Using the current course structure, that would result in about 20 separate posts to represent the course. Each post would contain one or more resources such as a PDF, video, audio, slides, etc. Is it worth atomising it even further and creating a post for each of these resources, too, I wonder? Quite possibly.
Unfortunately, the resource map does not include media that are included in each post or page – apparently it’s on the developer’s list of things to do. Maybe we could use some of the project budget to ask Alex, who’s working on the JISCPress project with me, to extend the plugin in this way…
Finally, there’s also a MediaRSS plugin for WordPress, which could enhance the RSS feeds to include all the media used in the course. Here’s an example that’s including images by default. I’ve already written about the various feeds that are available for WordPress, with some careful categorisation and tagging, media rich feeds would be available for different points (‘nodes’) of entry into the course.
Once we are at this point, I guess we’re ready to think about broadcasting the course via Boxee and DeliTV (no time to dig into that now. Sorry!)
Metadata… arrghhh!
p.s. you’ve probably noticed that I’m a bit weak on the EPrints and OAI-ORE stuff, to say the least. Please do pick me up on where I’m going wrong with this. Thanks 🙂
Just a happy note to say that our bid to JISC for funds to develop our Chemistry.FM project was successful 🙂 More details over on the Lincoln Academic Commons.