Archive for the ‘CETIS-Content’ Category

Repository standards

Tuesday, November 24th, 2009

Tore Hoel tweeted:

The most successful repository initiatives do not engage with LT standards EDRENE report concludes #icoper

pointing me to what looks like a very interesting report which also concludes

Important needs expressed by content users include:

  • Minimize number of repositories necessary to access

Of these, the first bullet point clearly relates to interoperability of repositories, and indicates the importance of focusing on repository federations, including metadata harvesting and providing central indexes for searching for educational content.

Coincidentally I had just finished an email replying to someone who asked about repository aggregation in the context of Open Educational Resources because she is “Trying to get colleagues here to engage with the culture of sharing learning content. Some of them are aware that there are open educational learning resources out there but they don’t want to visit and search each repository.” My reply covered Google advanced search (with the option to limit by licence type), Google custom search engines for OERs, OER Commons, OpenCourseWare Consortium search, the Creative Commons Search, the Steeple podcast aggregator and the similar-in-concept Ensemble Feed finder.

I concluded: you’ll probably notice that everything I’ve written above relies on resources being on the open web (as full text and summarized in RSS feeds) but not necessarily in repositories. If there are any OER discovery services built on repository standards like OAI-PMH or SRU or the like then they are pretty modest in their success. Of course using a repository is a fine way of putting resources onto the web, but you might want to think about things like search engine optimization, making sure Google has access to the full text resource, making sure you have a site map, encouraging (lots of) links from other domains to resources (rather than metadata records), making sure you have a rich choice of RSS feeds and so on.

I have some scribbled notes on 4 or 5 things that people think are good about repositories by which may also be harmful, a focus on interoperability between repositories and repository-related services (when it is at the expense of being part of the open web) is on there.

Tracking the Use of Open Educational Resources

Tuesday, November 3rd, 2009

As part of our support for the HEFCE, HE Academy, JISC UKOER programme CETIS are running a “2nd Tuesday” online seminar to discuss the tracking the use of OERs on Thursday 20 Nov (* Yes, I know, perhaps they should be called alternating 2nd Tuesday and 3rd Thursday seminars). Details about timing and how to join will be sent to UKOER projects through the usual strand mail lists; others who are interested should contact David Kernohan (d.kernohan /at/ JISC.AC.UK) about possible extra spaces.

Here’s the full description:

“As far as is possible projects will need to track the volume and use of the resources they make available”

At least that is what the call for projects for this programme said; the aim of this session is to help projects with this requirement. The rationale for tracking use from the funder’s perspective is clear: they want to know whether the resources being released with their money are useful to anyone apart from those who created them. Of course, as any who has tried to work with access statistics for a web site knows, we have to be cautious in interpreting such data. For example, how do we compare a simple “viewing” of a resource with someone taking the resource and embedding it in their own course site? Is it even possible to measure how often the latter happens? Another, perhaps more interesting, aspect of tracking use is what it tells us about what a resource is useful for. Being able to show how other people have used a resource might help someone considering using it themselves, but is there any way to capture this information.

As well as simple access logs and tools like Google analytics, tools similar to track-back on blog postings and the usage information provided by sites such as Flickr and Slide Share (i.e. counting the number of views on-site and number of embeds in other sites) are worth considering. Perhaps more contentious but also worth considering are the techniques such as re-direct URLs and web bugs.

We shall seek to clarify what tracking is required and pragmatically desirable and how it may be achieved. This session will be led by CETIS but we don’t pretend to know the answers to this problem, in fact we’re trying to learn from projects what is useful and achievable, so we will be relying on participants in the meeting to bring their own experiences and potential solutions. For this to work we would like to know in advance who has anything to say, so any project or individual with experience to share should contact Phil Barker philb@icbl.hw.ac.uk as soon as possible.

About metadata & resource description (pt 2)

Monday, September 14th, 2009

Trying to show how resource description on sites such as Flickr relates to metadata…

Some people have looked at the metadata requirements for the UK OER programme and taken them as a prescription for which LOM or Dublin Core elements they should use. After all that’s what metadata is, isn’t it? But UK OER projects are also encouraged to use Web2.0 or social sharing platforms (Flickr, YouTube, SlideShare etc.) to make their resources available, and these sites don’t know anything about metadata, do they?

Well, in my previous post I tried to distinguish between resource description and metadata, where resource description is pretty much any information about anything, and metadata is the structured information about a resource (acknowledging that the distinction is not always made by everyone). I think that some of the “metadata” requirements given for OER in various discussions are actually better seen at first as resource description requirements.

The second problem with seeing the UK OER metadata requirements as a prescriptions for which elements to use is that, to me at least, it misses the point of what metadata does best. I think that the best view of metadata is that it shows the relationship between resources. “Resources” here means anything — information resources like the OERs, people, places, things, organizations, abstract concepts — so long as the thing can be identified. What metadata does is express or assert a relationship such as “this OER was created by this person”.

So looking at an image’s “canonical” page on Flickr, we see a resource description which has a link to the photo stream of the person who uploaded it (me) and from there there is a link to my profile page on Flickr. That’s done with metadata, but how do we get at it?

Well, in the HTML for the image page the link is rendered as

<a href="/photos/philbarker/"
   title="Link to phil barker's photostream"
   rel="dc:creator cc:attributionURL">
       <b>phil barker</b>
</a>

the rel=”dc:creator cc:attributionURL” tell a computer what the relationship between this page and the URL is, i.e. that the URL identifies the creator of the page and should be used for attribution. That’s not great because I’m not my photostream, in fact my photostream doesn’t even describe me.

Things are better on the photostream page though, it has in its HTML

<link rel="alternate"
  type="application/rss+xml"
  title="Flickr: phil barker's Photostream RSS feed"
  href="http://api.flickr.com/services/feeds/photos_public.gne?id=56583935@N00&lang=en-us&format=rss_200">

which points any application that knows how to read HTML and RSS to the RSS feed for my photostream, where we see in the entry for that picture the following:

<author flickr:profile="http://www.flickr.com/people/philbarker/">nobody@flickr.com (phil barker)</author>

As well as the description of me (my name and not-my-email-address) there is the link to my profile page. Looking at the HTML for that profile page, not only does it generate a human readable rendering in a browser, but it includes the following


<div class="vcard">
    <span class="nickname">phil barker</span>
...
    <span class="RealName">/
        <span class="fn n">
           <span class="given-name">Phil</span>
           <span class="family-name">Barker</span>
        </span>
    </span>
...
</div>

That is a computer readable hCard microformat version of my contact information (coincidentally it’s the same underlying schema for person-data that is used in the LOM)

So there’s your Author metadata on Flickr. And I’ll note that all this happened without me ever thinking that I was “cataloguing”!

To generalise and idealise slightly, the resource pages (the canonical page for the image, the photostream page, my profile page) have embedded in them one or more of the following

  • links which describe the relationship of the resources described on those pages to each other in a computer-readable manner
  • links to alternative descriptions in machine readable metadata, e.g. an RSS or ATOM XML file for the resource described on the page
  • embedded computer readable metadata, e.g. vCard person-data embedded in the hCard microformat.

See also Adam’s post Objects in this Mirror are Closer than they Appear: Linked Data and the Web of Concepts.

Web2 vs iTunesU

Tuesday, August 11th, 2009

There was an interesting discussion last week on the JISC-Repositories email list that kicked off after Les Carr asked

Does anyone have any experience with iTunes U? Our University is thinking of starting a presence on Apple’s iTunes U (the section of the iTunes store that distributes podcasts and video podcasts from higher education institutions). It looks very professional (see for example the OU’s presence at http://projects.kmi.open.ac.uk/itunesu/ ) and there are over 300 institutions who are represented there.

HOWEVER, I can’t shake the feeling that this is a very bad idea, even for lovers of Apple products. My main misgiving is that the content isn’t accessible apart from through the iTunes browser, and hence it is not Googleable and hence it is pretty-much invisible. Why would anyone want to do that? Isn’t it a much better idea to put material on YouTube and use the whole web/web2 infrastructure?

I’ld like to summarize the discussion here so that the important points raised get a wider airing; however it is a feature of these high quality discussions like this one that people learn and change their mind as a result, so I please don’t assume that people quoted below still hold the opinions attributed to them. (Fro example, invisibility on Google turned out to be far from the case for some resources.) If You would like to see the whole discussion look in the JISCMAIL archive

The first answers from a few posters was that it is not an either/or decision.

Patricia Killiard:

Cambridge has an iTunesU site. [...] the material is normally deposited first with the university Streaming Media Service. It can then be made accessible through a variety of platforms, including YouTube, the university web pages and departmental/faculty sites, and the Streaming Media Service’s own site, as well as iTunesU.

Mike Fraser:

Oxford does both using the same datafeed: an iTunesU presence (which is very popular in terms of downloads and as a success story within the institution); and a local, openly available site serving up the same
content.

Jenny Delasalle and David Davis of Warwick and Brian Kelly of UKOLN also highlighted how iTunesU complemented rather than competed with other hosting options, and was discoverable on Google.

Andy Powell, however pointed out that it was so “Googleable” that a video from Warwick University on iTunesU video came higher in the search results for University of Warwick No Paradise without Banks than the same video on Warwick’s own site. (The first result I get is from Warwick, about the event, but doesn’t seem to give access to the video–at least not so easily that I can find it; the second result I get is the copy from iTunes U, on deimos.apple.com . Incidentally, I get nothing for the same search term on Google Videos.) He pointed out that this is “(implicitly) encouraging use of the iTunes U version (and therefore use of iTunes) rather than the lighter-weight ‘web’ version.” and he made the point that:

Andy also raised other “softer issues” about which ones will students be referred to that might reinforce one version rather than another as the copy of choice even if it wasn’t the best one for them.

Ideally it would be possible to refer people to a canonical version or a list of available version, (Graham Triggs mentioned Google’s canonical URLs, perhaps if if Google relax the rules on how they’re applied) but I’m not convinced that’s likely to happen. So there’s a compromise, variety of platforms for a variety of needs Vs possibly diluting the web presence for any give resource.

And a response from David Davies:

iTunesU is simply an RSS aggregator with a fancy presentation layer.
[...]
iTunesU content is discoverable by Google - should you want to, but as we’ve seen there are easier ways of discovering the same content, it doesn’t generate new URLs for the underlying content, is based upon a principle of reusable content, Apple doesn’t claim exclusivity for published content so is not being evil, and it fits within the accepted definition of web architecture. Perhaps we should simply accept that some people just don’t like it. Maybe because they don’t understand what it is or why an institution would want to use it, or they just have a gut feeling there’s something funny about it. And that’s just fine.

mmm, I don’t know about all these web architecture principles, I just know that I can’t access the only copy I find on Google. But then I admit I do have something of a gut feeling against iTunesU; maybe that’s fine, maybe it’s not; and maybe it’s just something about the example Andy chose: searching Google for University of Warwick slow poetry video gives access to copies at YouTube and Warwick, but no copy on iTunes.

I’m left with the feeling that I need to understand more about how using these services affects the discoverability of resources using Google–which is one of the things I would like to address during the session I’m organising for the CETIS conference in November.

IEEE LOM Update

Friday, July 24th, 2009

The other day I took part in one of the FlashMeetings that are periodically convened by Erik Duval (chair of the IEEE LTSC LOM working group) concerning maintenance and development of the IEEE LOM standard. There are no entirely new developments since my last LOM update, but since it is over a year since that update I guess it is worth posting a quick reminder and latest news about what is happening.

1. Reaffirmation
The IEEE have now reaffirmed the LOM data schema (1484.12.1), which means that it continues as a standard for another 5 years.

2. Corriegenda
We discussed Draft 5 of the corriegenda (which fixes some known issues in the LOM without making substantive changes to the standard). A couple of new mistakes in the documentation have been identified and rectified, see the draft document for details. Those on the call believe that we identified all changes that are necessary to turn this draft into the final version. This will be circulated on the LTSC LOM mailling list soon. (Many thanks to Javier Godoy who has been leading this work.)

3. Expressing LOM in the Dublin Core Abstract Model
Unfortunately this wasn’t discussed. The DCMI IEEE LTSC Taskforce section of my last update on Dublin Core represents pretty much the latest I’ve heard on this.

Like my son said when we were stuck behind some agricultural vehicles the other week: “things with big wheels and big engines move more slowly than smaller things”.

Semantic Web in HE meeting in Nice

Tuesday, June 2nd, 2009

Just announced: “SemHE ‘09: semantic technologies for teaching and learning support in higher education” a meeting co-located with the 4th European Conference on Technology Enhanced Learning in Nice 29 or 30 September (tbc). This isn’t a CETIS meeting, but it is part-organized by the JISC SemTech project at Southampton University, a project which is supported by a CETIS working group, and which had its origins in the Semantic Structures for Teaching and Learning session in the 2007 CETIS conference.

Full details an call for papers for the Nice meeting at http://www.semhe.org/.

Repositories and linking research and teaching

Friday, May 8th, 2009

I was at the JISC Repository and Preservation end of programme meeting over the last couple of days (search for #rpmeet for more info). The subject of linking research and teaching activities came up two or three times in a way that I thought was interesting. (more…)

“Marketing” and open educational resources

Monday, March 9th, 2009

I went to the CETIS Education Content SIG meeting on Open Educational Resources in Milton Keynes at the end of February. I came away with two thoughts about OER and marketing: first about the role of the OER content in marketing courses, second about the need to market the concept of OER in UK HE.
(more…)

Identifiers for UK OER “works”

Wednesday, January 21st, 2009

Would it be useful and feasible to have a single identifier to link together all the instances of a learning resource? To be more specific, consider a lecture that has been videoed. The video is available on YouTube, in a national repository, and from the website of the institution where it was delivered (also bear in mind that there might be an audio-only recording and written transcripts of the same lecture). Should there be an HTTP URI that relates (indirectly) to all of these versions of the same lecture?

The reason I’m asking is because we are trying to define what should be the technical and metadata requirements for materials produced through the HEFCE/JISC/HE Academy OER funding. I’m suggesting a short URI that can be used to refer to any version of a work; as I envisage this it would resolve to a list of all the known versions. I think this is important for accessibility (in its widest sense), sustainability, and for collating information about a resource that may be available all over the place. The problems centre on the difficulty of understanding the concepts involved, and are especially acute because the implementation cannot be done just by the people who currently understand the issues involved.
(more…)

Hammer time?

Sunday, January 18th, 2009

Every time I see the CRIG logo I find myself thinking perhaps they should stop hammering away and look at the other faces of the cube where they might find a round hole.

The CRIG hammers a round block into a square hole