dlorn: distributed learning object repository network

14
D L O R N Distributed Learning Object Repository Network Stephen Downes April 29, 2003 open-education.org

Upload: stephen-downes

Post on 30-Oct-2014

11 views

Category:

Technology


0 download

DESCRIPTION

Stephen Downes online presentation delivered to open-education.org, April 29, 2003.

TRANSCRIPT

Page 1: DLORN: Distributed Learning Object Repository Network

D L O R NDistributed Learning Object Repository Network

Stephen Downes

April 29, 2003

open-education.org

Page 2: DLORN: Distributed Learning Object Repository Network

What is DLORN?

• A system that allows content producers to distribute their learning resources

• A mechanism that enables the subject specific aggregation of learning resources from many sources

• A means to allow course authors to locate and use resources from many sources

Page 3: DLORN: Distributed Learning Object Repository Network

DLORN, the Concept

• DLORN should be thought of as a concept, not a product

• The central idea is that learning resources are distributed through a network

• DLORN isn’t about content management, it is about content distribution

• The principles behind DLORN are those of the web: distributed, decentralized, open

Page 4: DLORN: Distributed Learning Object Repository Network

DLORN: Basic Structure

Page 5: DLORN: Distributed Learning Object Repository Network

Current Implementation

http://www.downes.ca/cgi-bin/dlorn/dlorn.cgi

Page 6: DLORN: Distributed Learning Object Repository Network

Syndication Formats

• DLORN currently supports all versions of RSS with Syndication, Admin, DC and CC modules

• DLORN also supports all LOM fields as RSS modules (needs documentation)

• Planned: support for OAI repository harvesting

Page 7: DLORN: Distributed Learning Object Repository Network

LOM Metadata in RSS

• Treat LOM as just another RSS Mod

• Prefix with LOM

• Example:<item rdf:about="http://careo.ucalgary.ca">  <title>Writer's Online Outline</title>   <link>http://www.2learn.ca/…/senoutline.html</link>   <lom:educational>

<lom:learningresourcetype>x</lom:learningresourcetype><lom:typicalagerange>xxx</lom:typicalagerange>

</lom:educational>   <dc:creator>kdh</dc:creator>   <dc:date>2003-04-16T15:52:24-07:00</dc:date>   </item>

Page 8: DLORN: Distributed Learning Object Repository Network

LOM Metadata: Issues

• As usual, what does the ‘link’ tag point to?– Preferred: to the LO directly– Optional: to the LO metadata– Really not desired: to an HTML summary

page describing the LO

• Excess ‘junk’ in LOM– The endless ‘languagestring’ tags– The reference to VCard data

Page 9: DLORN: Distributed Learning Object Repository Network

Metadata Repositories

• Intent is to conform to IMS DRI as much as possible – analogous to IMS ‘search intermediary’

• Expectation that there will be many metadata repositories

• MDs harvest metadata and provide search services to e-learning applications

Page 10: DLORN: Distributed Learning Object Repository Network

MD Issues

• Some repositories do not make all metadata available – eg CAREO, most recent 10 items

• Some repositories don’t make any metadata available – eg. Corbis, Merlot

• MDs will have to output in a variety of (as yet unspecified) formats, eg., SOAP, XML-RPC, RSS, etc.

Page 11: DLORN: Distributed Learning Object Repository Network

E-Learning Applications

• Right now, only the web browser, but of course MD output should be fed directly into applications, including:– Content aggregation tools– Learning Object browsers (akin to headline

viewers)– LCMSs and LMSs

Page 12: DLORN: Distributed Learning Object Repository Network

Third Party Metadata

• Not yet supported

• Third party reviews of learning objects

• Aggregated by MDs and made available as part of search process

• Includes:– Categorization– Reviews– Certifications

Page 13: DLORN: Distributed Learning Object Repository Network

Digital Rights

• DLORN will support the eduSource DRM component

• The reason is to place free and priced learning resources side by side in search results (if desired by searcher). Why?– Creates market for free materials– Undermines existing publisher monopoly– Results in realistic content pricing

Page 14: DLORN: Distributed Learning Object Repository Network

DLORN: Complete Structure