<?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/"
	>

<channel>
	<title>Phil's JISC CETIS blog</title>
	<atom:link href="http://blogs.cetis.ac.uk/philb/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.cetis.ac.uk/philb</link>
	<description>I suppose I ought to put something here</description>
	<pubDate>Tue, 18 Jun 2013 08:54:06 +0000</pubDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ePub metadata what gets shown?</title>
		<link>http://blogs.cetis.ac.uk/philb/2013/06/18/epub-metadata/</link>
		<comments>http://blogs.cetis.ac.uk/philb/2013/06/18/epub-metadata/#comments</comments>
		<pubDate>Tue, 18 Jun 2013 08:54:06 +0000</pubDate>
		<dc:creator>philb</dc:creator>
		
		<category><![CDATA[CETIS-Content]]></category>

		<category><![CDATA[eBooks]]></category>

		<category><![CDATA[metadata]]></category>

		<category><![CDATA[resource description]]></category>

		<guid isPermaLink="false">http://blogs.cetis.ac.uk/philb/?p=848</guid>
		<description><![CDATA[One of the issues around eTextBooks is how to describe them, specifically by way of educational metadata in ePub. That&#8217;s something that on the face of it shouldn&#8217;t be too difficult to address (at least to the extent that we know how to describe any educational resource). One thing that would be useful in demonstrating [...]]]></description>
			<content:encoded><![CDATA[<p>One of the issues around eTextBooks is how to describe them, specifically by way of educational metadata in ePub. That&#8217;s something that on the face of it shouldn&#8217;t be too difficult to address (at least to the extent that we know how to describe any educational resource). One thing that would be useful in demonstrating different choices for educational metadata is an app or tool that will display any metadata found in the ePub package in a sensible way. As a bit of long shot I tried four eBook readers to see whether they would; they don&#8217;t. The details follow, if you&#8217;re interested, but do let me know if you know of any tool that might be useful.</p>
<p>The package metadata of an ePub can include a selection of Dublin Core elements and terms. These can be refined, for example you may have two dc:title elements with refinements to specify that one is the main title and the other the subtitle. You can also extend with elements from other XML namespaces, or if you prefer you can just link to a metadata record of your favourite flavour which can be either inside the ePub package or elsewhere on the web. Any of this metadata can relate to the eBook as a whole or some part of it, e.g. a single chapter or image. Without going into details there seems to be enough scope there to experiment with how educational characteristics of the eBook might be described.</p>
<p>But how to see the results? I took an ePub (a copy of O&#8217;reily&#8217;s <a href="http://oreilly.com/pub/pr/3187">EPUB 3 Best Practices</a>, since it seemed likely to provide as good a starting point as I was going to find in a real book), made a copy, unzipped it and changed the values of the meta elements so that I could easily identify what elements were being displayed. For example I changed<br />
<code>&lt;dc:title id="pub-title"&gt;EPUB 3 Best Practices&lt;/dc:title&gt;</code> to<br />
<code>&lt;dc:title id="pub-title"&gt;dc:title&lt;/dc:title&gt;</code> and so on. </p>
<p>Here&#8217;s a list of the metadata elements in that file:</p>
<ul>
<li><code>&lt;dc:title id="pub-title"&gt;</code></li>
<li><code>&lt;dc:creator id="..." &gt;</code></li>
<li><code>&lt;dc:publisher&gt;</code></li>
<li><code>&lt;dc:date&gt;</code></li>
<li><code>&lt;meta property="dcterms:modified"&gt;</code></li>
<li><code>&lt;dc:identifier id="pub-identifier"&gt;</code></li>
<li><code>&lt;dc:language id="pub-language"&gt;</code></li>
<li><code>&lt;dc:contributor&gt; (repeated)</code></li>
<li><code>&lt;dc:rights&gt; </code>   </li>
<li><code>&lt;dc:subject&gt;</code></li>
<li><code>&lt;dc:description&gt;</code></li>
<li><code>&lt;meta id="meta-identifier" property="dcterms:identifier"&gt; </code>  </li>
<li><code>&lt;meta property="dcterms:title" id="meta-title"&gt; </code></li>
<li><code>&lt;meta property="dcterms:language" id="meta-language"&gt;</code></li>
<li><code>&lt;meta property="dcterms:rights"&gt;    </code></li>
<li><code>&lt;meta property="dcterms:rightsHolder"&gt;</code></li>
<li><code>&lt;meta property="dcterms:publisher"&gt; </code> </li>
<li><code>&lt;meta property="dcterms:subject"&gt;</code></li>
<li><code>&lt;meta property="dcterms:description&gt; </code>  </li>
<li><code>&lt;meta id="...." property="dcterms:creator"&gt; </code>   (repeated, different ids) </li>
<li><code>&lt;meta name="cover" content="cover-image"/&gt;</code></li>
<li><code>&lt;meta property="ibooks:specified-fonts"&gt;</code></li>
</ul>
<p>I then looked at this with various eBook readers:</p>
<h2>Readium</h2>
<p>I had hopes for <a href="http://readium.org/">Readium </a>since it is pretty much the reference implementation of EPUB3. It displayed<div id="attachment_856" class="wp-caption alignleft" style="width: 310px"><a href="http://blogs.cetis.ac.uk/philb/files/2013/06/3-modifiedinreadium.png"><img src="http://blogs.cetis.ac.uk/philb/files/2013/06/3-modifiedinreadium-300x141.png" alt="in Readium" width="300" height="141" class="size-medium wp-image-856" /></a><p class="wp-caption-text">in Readium</p></div></p>
<ul>
<li>dc:title</li>
<li>dc:creator</li>
<li>dc:publisher</li>
<li>dc:date</li>
<li>meta dcterms:modified</li>
<li>dc:identifier</li>
</ul>
<p>Note that it doesn&#8217;t even check for a valid value for dates.</p>
<h2>Calibre</h2>
<p><a href="http://calibre-ebook.com/">Calibre</a>, while it doesn&#8217;t claim to support ePub3 is targetted at managing personal book libraries. It displays:<div id="attachment_857" class="wp-caption alignleft" style="width: 310px"><a href="http://blogs.cetis.ac.uk/philb/files/2013/06/5-incalibre.png"><img src="http://blogs.cetis.ac.uk/philb/files/2013/06/5-incalibre-300x209.png" alt="in Calibre" width="300" height="209" class="size-medium wp-image-857" /></a><p class="wp-caption-text">in Calibre</p></div></p>
<ul>
<li>dc:title</li>
<li>dc:creator</li>
<li>dc:subject (for tags)</li>
<li>dc:description</li>
<li>dc:publisher </li>
</ul>
<p>It probably uses dc:language and dc:date (for published) as well but recognises that the values dc:language / dc:date aren’t valid.</p>
<h2>Ideal Reader for Android</h2>
<p>The <a href="https://play.google.com/store/apps/details?id=org.easyaccess.epubreader&amp;hl=en">Ideal Reader</a> for Android is the other ePub3 reader I use. It displays<br />
<div id="attachment_858" class="wp-caption alignleft" style="width: 190px"><a href="http://blogs.cetis.ac.uk/philb/files/2013/06/6-inidealandroidreader.jpg"><img src="http://blogs.cetis.ac.uk/philb/files/2013/06/6-inidealandroidreader-180x300.jpg" alt="In Ideal Android Reader" width="180" height="300" class="size-medium wp-image-858" /></a><p class="wp-caption-text">In Ideal Android Reader</p></div></p>
<ul>
<li>dc:title</li>
<li>meta dcterms:creator (just one of them)</li>
<li>dc:date</li>
<li>dc:publisher</li>
<li>dc:description</li>
<li>dc:subject</li>
<li>dc:rights</li>
</ul>
<h2>iTunes</h2>
<p>Finally I gave a chunk of diskspace to Apple<br />
<div id="attachment_859" class="wp-caption alignleft" style="width: 310px"><a href="http://blogs.cetis.ac.uk/philb/files/2013/06/7-initunes.jpg"><img src="http://blogs.cetis.ac.uk/philb/files/2013/06/7-initunes-300x212.jpg" alt="in iTunes desktop for Windows 7" width="300" height="212" class="size-medium wp-image-859" /></a><p class="wp-caption-text">in iTunes desktop for Windows 7</p></div></p>
<ul>
<li>dc:title</li>
<li>dc:creator</li>
<li>dc:title (again)</li>
<li>dc:subject (in the info tab, as Genre)</li>
</ul>
<p>Yep, title is there twice: the info tab shows dc:title in the Name and Album fields, so you can gauge the amount of effort that Apple have put into adapting iTunes for books.</p>
<h2>What did I learn?</h2>
<p>I learnt that none of the ePub reading/management apps or tools that I have show more than the bare minimum of metadata, even if it is there.  None of them will be much good for trying out ideas for how educationally characteristics can be described since I strongly suspect that none of it will be viewable. That&#8217;s not too surprising, especially when you consider that none of the tools I looked at are geared around resource discovery, but I can&#8217;t really go uploading dummy ePub files to book seller sites just to see what they look like. May be any meaningful exploration/demonstration of educational metadata in ePub is going to need a bespoke application, but if you know of a tool that might be helpful do drop me a line.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cetis.ac.uk/philb/2013/06/18/epub-metadata/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Three levels of design and innovation</title>
		<link>http://blogs.cetis.ac.uk/philb/2013/06/06/three-levels-of-design-and-innovation/</link>
		<comments>http://blogs.cetis.ac.uk/philb/2013/06/06/three-levels-of-design-and-innovation/#comments</comments>
		<pubDate>Thu, 06 Jun 2013 12:04:54 +0000</pubDate>
		<dc:creator>philb</dc:creator>
		
		<category><![CDATA[CETIS-Content]]></category>

		<guid isPermaLink="false">http://blogs.cetis.ac.uk/philb/?p=839</guid>
		<description><![CDATA[An electronics company has just won a patent claim against another electronics company. It&#8217;s not relevant to this post which companies and what patent were involved, it just served to remind me once again of the different types of innovation that are subject to these patent claims&#8211;where there is a patent there is at least [...]]]></description>
			<content:encoded><![CDATA[<p>An electronics company has just won a patent claim against another electronics company. It&#8217;s not relevant to this post which companies and what patent were involved, it just served to remind me once again of the different types of innovation that are subject to these patent claims&#8211;where there is a patent there is at least a claim of innovation, and that is what interests me. Specifically, I find it interesting that some of these patent claims are for antenna design, others certain user interactions, and that links to an idea <a href="http://arts.brighton.ac.uk/__data/assets/pdf_file/0009/69390/User_Experience_in_OER.pdf">I heard presented</a> by <a href="http://www.southampton.ac.uk/wsa/about/staff/ap2x07.page">Adam Procter</a> a year or so ago which has stuck with me,&#8211;that there are three levels to design and innovation:</p>
<p><strong>level one: the base technology.</strong> In phones this would be the physical design of antennae, the compression algorithms used for audio and video, the physics of the various sensors, and so on.</p>
<p><strong>level two: the product.</strong> That is putting all the base technologies to create features of a working unit that (if it is to be successful) fulfills a need.</p>
<p><strong>level three: user experience.</strong> Making the use of those features a pleasure.</p>
<p>I&#8217;ve found this useful in thinking about what it is that Apple gets right compared to, say, Nokia. It&#8217;s my impression (and I think the various patent claims bear this out) that Apple are very good at innovating for user experience whereas Nokia and others did a lot of the work somewhere around technologies and product. </p>
<p>I&#8217;ve also found it enlightening to reflect on just how hard it is to work out from the technology alone what would be a set of features that make up a successful product. I was using CCD cameras for science experiments in the early 90s, when the technology had been around twenty-odd years, and never once did it occur to me that it would be a really good idea to put one in a phone.  Light sensors so that your curtains would open and close automatically, sure they were certain to come, but a camera in your phone!&#8211;why would anyone want that?</p>
<p>Put those together, and I think what you get is a picture of some people who are good at spotting (or just prepared to experiment with) how technologies can do something useful, and others who are good at spotting what is required in order to make those features pleasant enough to use. So Diamond and Creative and others showed that really small MP3 players were devices that people might find useful (others before them had put together advances in audio compression and storage technology to show such devices were possible), Apple made something that people wanted to use. What was it that made the difference? The integration with iTunes maybe?</p>
<p>Sometimes identifying the useful feature comes before the technology that makes it usable, at least to a certain  extent: Palm showed how touch screen devices could be useful but Apple waited until the technology (capacitive rather than resistive  sensors) was available to give the user experience they wanted.  Of course that area of human endeavour which puts creation of innovative products completely ahead of technology developments is called science fiction&#8211;how&#8217;s that flying car coming along?</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cetis.ac.uk/philb/2013/06/06/three-levels-of-design-and-innovation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ebooks 2013</title>
		<link>http://blogs.cetis.ac.uk/philb/2013/05/13/ebooks-2013/</link>
		<comments>http://blogs.cetis.ac.uk/philb/2013/05/13/ebooks-2013/#comments</comments>
		<pubDate>Mon, 13 May 2013 11:33:06 +0000</pubDate>
		<dc:creator>philb</dc:creator>
		
		<category><![CDATA[aggregated content]]></category>

		<category><![CDATA[eBooks]]></category>

		<category><![CDATA[oer]]></category>

		<category><![CDATA[resource description]]></category>

		<guid isPermaLink="false">http://blogs.cetis.ac.uk/philb/?p=828</guid>
		<description><![CDATA[Every year for the past dozen or so years the Department of Information Sciences at UCL have organised a meeting on ebooks. I&#8217;ve only been to one of them before, two or three years ago, when the big issues were around what publishers&#8217; DRM requirements for ebooks meant for libraries. I came away from that [...]]]></description>
			<content:encoded><![CDATA[<p>Every year for the past dozen or so years the <a href="http://www.ucl.ac.uk/dis">Department of Information Sciences at UCL</a> have organised a meeting on ebooks. I&#8217;ve only been to one of them before, two or three years ago, when the big issues were around what publishers&#8217; DRM requirements for ebooks meant for libraries. I came away from that musing on what the web would look like if it had been designed by publishers and librarians (imagine questions like: &#8220;when you lend out our web page, how will you know that the person looking at the screen is a member of your library?&#8221;&#8230;). So I wasn&#8217;t sure what to expect when I decided to go to <a href="http://www.ucl.ac.uk/dis/conferences/ebooks">this year&#8217;s meeting</a>. It turned out to be far more interesting than I had hoped, I latched on to three themes of particular interest to me: changing paradigms (what is an ebook?), eTextBooks and discovery. </p>
<h2>Changing paradigms</h2>
<p><div id="attachment_684" class="wp-caption alignright" style="width: 218px"><a href="http://en.wikipedia.org/wiki/File:Gutenberg_bible_Old_Testament_Epistle_of_St_Jerome.jpg"><img src="http://blogs.cetis.ac.uk/philb/files/2012/08/430px-gutenberg_bible_old_testament_epistle_of_st_jerome.jpg" alt="With the earliest printed books, or incunabula, such as the Gutenberg Bible, printers sought to mimic the hand written manuscripts with which 15th cent scholars were familiar; in much the same way as publishers now seek to replicate printed books as ebooks. " width="208" height="249" class="size-full wp-image-684" /></a><p class="wp-caption-text">With the earliest printed books, or incunabula, such as the Gutenberg Bible, printers sought to mimic the hand written manuscripts with which 15th cent scholars were familiar; in much the same way as publishers now seek to replicate printed books as ebooks.</p></div>In the first presentation of the day Lorraine Estelle, chief executive of <a href="http://www.jisc-collections.ac.uk/">Jisc Collections</a>, focussed on access to electronic resources. Access not lending; resources not ebooks. She highlighted the problems of using yesterday&#8217;s language and thinking as being problematic in this context, like having a &#8220;horseless carriage&#8221; and buying it hay. [This is my chance to make the analogy between incunabula and ebooks again, see right.] The sort of discussions I recalled from the previous meeting I attended reflect this thinking, publishers wanting a digital copy of a book to be equivalent to the physical book, only lendable to one person at a time and to require replacing after a certain number of loans. </p>
<p>We need to treat digital content as offering new possibilities and requiring new ways of working. This might be uncomfortable for publishers (some more than others) and there was some discussion about how we cannot assume that all students will naturally see the advantages, especially if they have mostly encountered problematic content that presents little that could not be put on paper but is encumbered with DRM to the point that it is questionable as to whether they really own the book. But there is potential as well as resistance. Of course there can be more interesting, more interactive content&#8211;Will Russell of the <a href="http://www.rsc.org/">Royal Society of Chemistry</a> described how they have been publishing to mobile devices, with tools such as Chem Goggles that will recognise a chemical structure and display information about the chemical. More radically, there can also be new business models: Lorraine suggested Institutions could become publishers of their own teaching content, and later in the day Caren Milloy, also of Jisc Collections, and  Brian Hole of Ubiquity Press pointed to the possibilities of open access scholarly publishing. </p>
<p><a href="http://oapen-uk.jiscebooks.org/">Caren&#8217;s work</a> with the <a href="http://www.oapen.org/home">OAPEN</a> Library is worth looking through for useful information relating to quality assurance in open monograms such as notifying readers of updates or errata. Caren also talked about the difficulties in advertising that a free online version of a resource is available when much of the dissemination and discovery ecosystem (you know, Amazon, Google&#8230;) is geared around selling stuff, difficulties that work with <a href="http://www.editeur.org/">EDitEUR</a> on the ONIX metadata scheme will hopefully address soon. </p>
<p>Brian described how <a href="http://www.ubiquitypress.com/">Ubiquity Press</a> can publish open access ebooks by driving down costs and being transparent about what they charge for. They work from XML source, created overseas, from which they can publish in various formats including print on demand, and explore economies of scale by working with university presses, resulting in a charge to the author (or their funders) of about £150 for a chapter assuming there is nothing to complex in that chapter.</p>
<h2>eTextBooks</h2>
<p>All through the day there were mentions of eTextBooks, starting again with Lorraine who highlighted the <a href="https://twitter.com/PaperlessMedic">paperless medic</a> and how his quest to work only with digital resources is complicated by the non-articulation of the numerous systems he has to use. When she said that what he wanted was all his content (ebooks, lecture handouts, his own notes etc.) on the same platform, integrated with knowledge about when and where he had to be for lectures and when he had exams, I really started to wonder how much functionality can you put into an eContent platform before it really becomes a single-person content-oriented VLE. And when you add in the ability to share notes with the social and communication capability of most mobile devices, what then do you have? </p>
<p>A couple of presentations addressed eTextBooks directly, from a commercial point of view. Jenni Evans spoke about <a href="http://www.vitalsource.com/Pages/home.aspx">Vital Source</a> and Andrejs Alferovs about <a href="http://www.kortext.com/">Kortext</a> both of which are in the business of working with institutions distributing online textbooks to students. Both seem to have a good grasp of what students want, which I think should be useful requirements to feed into eTextBook standardization efforts such as <a href="http://etextbookseurope.eu/">eTernity</a>, these include:
<ul>
<li>ability to print</li>
<li>offline access</li>
<li>availability across multiple devices</li>
<li>reliable access under load</li>
<li>integration with VLE</li>
<li>integration with syllabus/curriculum</li>
<li>epub3 interactive content</li>
<li>long term access</li>
<li>ability for student to highlight/annotate text and share this with chosen friends</li>
<li>ability to search text and annotations</li>
</ul>
<h2>Discovery</h2>
<p>There was also a theme of resource discovery running through the day, and I have already mentioned in passing that this referenced Google and Amazon, but also social media. Nick Canty spoke about a survey of library use of social media, I thought it interesting that there seemed to be some sophisticated use of the immediacy of Twitter to direct people to more permanent content, e.g. to engagement on Facebook or the library website. </p>
<p>Both <a href="https://twitter.com/rjw">Richard Wallis</a> of <a href="http://www.oclc.org/">OCLC</a> and Robert Faber of <a href="http://global.oup.com/">OUP</a> emphasized that users tend to use Google to search and gave figures for how much of the access to library catalogue pages came direct from Google and other external systems, not from their own catalogue search interface. For example the Biblioteque Nationale de France found that 80% of access to their catalogue pages cam directly from web search engines not catalogue searches, and Robert gave similar figures for access to Oxford Journals. The immediate consequence of this is that if most people are trying to find content using external systems then you need to make sure that at least some (as much as possible, in fact) of your content is visible to them&#8211;this feeds in to arguments about how open access helps solve discoverability problems. But Richard went further, he spoke about how the metadata describing the resources needs to be in a language that Google/Bing/Yahoo understand, and that language is <a href="http://schema.org/">schema.org</a>. He did a very good job distinguishing between the usefulness of specialist metadata schema for exchanging precise information between libraries or publishers, but when trying to pass general information to Google:</p>
<blockquote><p>it&#8217;s no use using a language only you speak.</p></blockquote>
<p>Richard went on to speak about the <a href="http://www.google.com/insidesearch/features/search/knowledge.html">Google Knowledge graph</a> and their &#8220;things not strings&#8221; approach facilitated by linked data. He urged libraries to stop copying text and to start linking, for example not to copy an author name from an authority file but to link to the entry in that file, in Eric Miller&#8217;s words to move from cataloguing to &#8220;catalinking&#8221;.</p>
<h2>ebooks?</h2>
<p>So was this really about ebooks? Probably not, and the point was made that over the years the name of the event has variously stressed ebooks and econtent and that over that time what is meant by &#8220;ebook&#8221; has changed. I must admit that for me there is something about the idea of a [e]book that I prefer over a &#8220;content aggregation&#8221; but if we use the term ebook, let&#8217;s use it acknowledging that the book of the future will be as different from what we have now as what we have now is from the <a href="http://www.youtube.com/watch?v=0Cd7Bsp3dDo">medieval scroll</a>.</p>
<p><strong>Picture Credit</strong><br />
Scanned <a>image of page of the Epistle of St Jerome in the Gutenberg bible</a> taken from Wikipedia. No Copyright.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cetis.ac.uk/philb/2013/05/13/ebooks-2013/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Learning Resource Metadata is Go for Schema</title>
		<link>http://blogs.cetis.ac.uk/philb/2013/04/24/lrmi-in-schema/</link>
		<comments>http://blogs.cetis.ac.uk/philb/2013/04/24/lrmi-in-schema/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 13:44:39 +0000</pubDate>
		<dc:creator>philb</dc:creator>
		
		<category><![CDATA[resource description]]></category>

		<category><![CDATA[semantic technologies]]></category>

		<guid isPermaLink="false">http://blogs.cetis.ac.uk/philb/?p=819</guid>
		<description><![CDATA[The Learning Resource Metadata Initiative aimed to help people discover useful learning resources by adding to the schema.org ontology properties to describe educational characteristics of creative works. Well, as of the release of schema draft version 1.0a a couple of weeks ago, the LRMI properties are in the official schema.org ontology.
Schema.org represents two things: 1, [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.lrmi.net/">Learning Resource Metadata Initiative</a> aimed to help people discover useful learning resources by adding to the <a href="http://schema.org/">schema.org</a> ontology properties to describe educational characteristics of creative works. Well, as of the release of schema draft version 1.0a a couple of weeks ago, the LRMI properties are in the official schema.org ontology.</p>
<p>Schema.org represents two things: 1, an <a href="http://schema.org/docs/full.html">ontology</a> for describing resources on the web, with a hierarchical set of resource types each with defined properties that relate to their characteristics and relationships with other things in the schema hierarchy; and 2, a syntax for embedding these into HTML pages&#8211;well, two syntaxes, <a href="http://schema.org/docs/gs.html">microdata</a> and <a href="http://schema.org/docs/datamodel.html">RDFa lite</a>. The important factor in schema.org is that it is backed by Google, Yahoo, Bing and Yandex, which should be useful for resource discovery. The inclusion of the LRMI properties means that you can now use schema.org to mark up your descriptions of the following characteristics of a <a href="http://schema.org/CreativeWork">creative work</a>:</p>
<p><strong>audience</strong> the <a href="http://schema.org/EducationalAudience">educational audience</a> for whom the resource was created, who might have educational roles such as teacher, learner, parent.</p>
<p><strong>educational alignment</strong> an alignment to an established educational framework, for example a curriculum or frameworks of educational levels or competencies. Expressed through an abstract thing called an <a href="http://schema.org/AlignmentObject">Alignment Object</a> which allows a link to and description of the node in the framework to which the resource aligns, and specifies the nature of the alignment, which might be that the resource &#8216;assesses&#8217;, &#8216;teaches&#8217; or &#8216;requires&#8217; the knowledge/skills/competency to which the resource aligns or that it has the &#8216;textComplexity&#8217;, &#8216;readingLevel&#8217;, &#8216;educationalSubject&#8217; or &#8216;educationLevel&#8217; expressed by that node in the educational framework.</p>
<p><strong>educational use</strong> a text description of purpose of the resource in education, for example assignment, group work.</p>
<p><strong>interactivity type</strong> The predominant mode of learning supported by the learning resource. Acceptable values are &#8216;active&#8217;, &#8216;expositive&#8217;, or &#8216;mixed&#8217;.</p>
<p><strong>is based on url</strong> A resource that was used in the creation of this resource. Useful for when a learning resource is a derivative of some other resource.</p>
<p><strong>learning resource type</strong> The predominant type or kind characterizing the learning resource. For example, &#8216;presentation&#8217;, &#8216;handout&#8217;.</p>
<p><strong>time required</strong> Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience</p>
<p><strong>typical age range</strong> The typical range of ages the content&#8217;s intended end user.</p>
<p>Of course, much of the other information one would want to provide about a learning resource (what it is about, who wrote it, who published it, when it was written/published, where it is available, what it costs) was already in schema.org.</p>
<p>Unfortunately one really important property suggested by LRMI hasn&#8217;t yet made the cut, that is useRightsURL, a link to the licence under which the resource may be used, for example the creative common licence under which is has been released. This was held back because of obvious overlaps with non-educational resources. The managers of schema.org want to make sure that there is a single solution that works across all domains.</p>
<h2>Guides and tools</h2>
<p>To promote the uptake of these properties, the Association of Educational Publishers has released  two new user guides.</p>
<p><a href="http://www.lrmi.net/wp-content/uploads/2013/03/LRMI_tagging_Guide.pdf">The Smart Publisher&#8217;s Guide to LRMI Tagging</a> (pdf)</p>
<p><a href="http://www.lrmi.net/wp-content/uploads/2013/03/lrmi_lr_guide.pdf">The Content Developer&#8217;s Guide to the LRMI and Learning Registry</a> (pdf)</p>
<p>There is also the <a href="http://tagger.inbloom.org/">InBloom Tagger</a> described and demonstrated in <a href="http://www.youtube.com/watch?v=qF3Et7UAPyM">this video</a>.</p>
<h2>LRMI in the Learning Registry</h2>
<p>As the last two resources show, LRMI metadata is used by the <a href="http://www.learningregistry.org/">Learning Registry</a> and <a href="http://blogs.cetis.ac.uk/lmc/2013/02/08/inbloom-to-implement-learning-registry-and-lrmi/">services built on it</a>.  For what it is worth, I am not sure that is a great example of its potential. For me the strong point of LRMI/schema.org is that it allows resource descriptions in human readable web pages to be interpreted as machine readable metadata, helping create services to find those pages; crucially the metadata is embedded in the web page in way that Google trusts because the values of the metadata are displayed to users. Take away the embedding in human readable pages, which is what seems to happen when used with the learning registry, and I am not sure there is much of an advantage for LRMI compared to other metadata schema,&#8211;though to be fair I&#8217;m not sure that there is any comparative disadvantage either, and the effect on uptake will be positive for both sides. Of course the Learning Registry is metadata agnostic, so having LRMI/schema.org metadata in there won&#8217;t get in the way of using other metadata schema.</p>
<h2>Disclosure (or bragging)</h2>
<p>I was lucky enough to be on the LRMI technical working group that helped make this happen. It makes me vary happy to see this progress.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cetis.ac.uk/philb/2013/04/24/lrmi-in-schema/feed/</wfw:commentRss>
		</item>
		<item>
		<title>On Semantics and the Joint Academic Coding System</title>
		<link>http://blogs.cetis.ac.uk/philb/2013/04/17/on-semantics-and-the-joint-academic-coding-system/</link>
		<comments>http://blogs.cetis.ac.uk/philb/2013/04/17/on-semantics-and-the-joint-academic-coding-system/#comments</comments>
		<pubDate>Wed, 17 Apr 2013 11:22:38 +0000</pubDate>
		<dc:creator>philb</dc:creator>
		
		<category><![CDATA[metadata]]></category>

		<category><![CDATA[resource description]]></category>

		<category><![CDATA[semantic technologies]]></category>

		<guid isPermaLink="false">http://blogs.cetis.ac.uk/philb/?p=802</guid>
		<description><![CDATA[ Lorna and I recently contributed a study on possible reforms to JACS, a study which is part of a larger piece of work on Redesigning the HE data landscape. JACS, the Joint Academic Coding System, is mainatained by HESA (the Higher Education Statistics Agency) and UCAS (Universities and Colleges Admissions Service) as a means [...]]]></description>
			<content:encoded><![CDATA[<p> Lorna and I recently contributed a study on possible reforms to JACS, a study which is part of a larger piece of work on <a href="http://www.hefce.ac.uk/about/intro/wip/rpg/redesigningthedatalandscape/">Redesigning the HE data landscape</a>. <a href="http://www.hesa.ac.uk/index.php?option=com_content&amp;task=view&amp;id=158&amp;Itemid=233">JACS</a>, the Joint Academic Coding System, is mainatained by HESA (the Higher Education Statistics Agency) and UCAS (Universities and Colleges Admissions Service) as a means of classifying UK University courses by subject; it is also used by a number of other organisations for classification of other resources, for example teaching and learning resources.  The study to which we were contributing our thoughts had already identified a problem with different people using JACS in different ways, which prompted the first part of this post. We were keen to promote technical changes to the way that JACS is managed that would make it easier for other people to use (and incidentally might help solve some of the problems in further developing JACS for use by HESA and UCAS), which are outline in the second part.</p>
<p>There&#8217;s nothing new here, I&#8217;m posting these thoughts here just so that they don&#8217;t get completely lost.</p>
<h2>Subjects and disciplines in JACS</h2>
<p>One of the issue identified with the use of JACS is that “although ostensibly believing themselves to be using a single system of classification, stakeholders are actually applying JACS for a variety of different purposes” including Universities who “often try to align JACS codes to their cost centres rather than adopting a strictly subject-based approach”. The cost centres in question are academic schools or departments, which are discipline based. This is problematic to the use of JACS to monitor which subjects are being learnt since the same subject may be taught in several departments. A good example of this is statistics, which is taught across many fields from Mathematics through to social sciences, but there are many other examples: languages taught in mediaeval studies and business translation courses, elements of computing taught in electronic engineering and computer science and so on. One approach would be to ignore the discipline dimension, to say the subject is the same regardless of the different disciplinary slants taken, that is to say statistics taught to mathematicians is the same as statistics taught to physicists is the same as statistics taught to social sciences. This may be true at a very superficial level, but obviously the relevance of theoretical versus practical elements will vary between those disciplines, as will the nature of the data to be analysed (typically a physicist will design an experiment to control each variable independently so as not to deal with multivariate data, this is not often possible in social sciences and so multivariate analysis is far more important). When it comes to teaching and learning resources something aimed at one discipline is likely to contain examples or use an approach not suited to others.</p>
<p>Perhaps more important is that academics identify with a discipline as being more than a collection of subjects being taught. It encapsulates a way of thinking, a framework for deciding on which problems are worth studying and a way of approaching these problems. A discipline is a community, and an academic who has grown up in a community will likely have acquired that community&#8217;s view of the subjects important to it. This should be taken into account when designing a coding scheme that is to be used by academics since any perception that the topic they teach is being placed under someone else&#8217;s discipline will be resisted as misrepresenting what is actually being taught, indeed as a threat to the integrity of the discipline.</p>
<p>More objectively, the case for different disciplinary slants on a problem space being important is demonstrated by the importance of multidisciplinary approaches to solving many problems. Both the reductionist approach of physics and the holistic approach of humanities and social sciences have their strengths, and it would be a shame if the distinction were lost.</p>
<p>The ideal coding scheme would be able to represent both the subject learnt and the discipline context in which it was learnt.</p>
<h2>JACS and 5* data</h2>
<p>Tim Berners-Lee suggested a <a href="http://5stardata.info/">5 star deployment scheme</a> for open data on the world wide web:<br />
* make your stuff available on the Web (whatever format) under an open licence<br />
** make it available as structured data (e.g., Excel instead of image scan of a table)<br />
*** use non-proprietary formats (e.g., CSV instead of Excel)<br />
**** use URIs to denote things, so that people can point at your stuff<br />
**** link your data to other data to provide context</p>
<p>Currently JACS fails to meet the open licence requirement for 1-star data explicitly, but that seems to be a simple omission of a licensing statement that shows the intention that JACS should be freely available for others to use. It is important that this is fixed, but aside from this, JACS operates at about 3-star level. Assigning URIs to JACS subjects and providing useful information when someone accesses these URIs will allow JACS to be part of the web of linked open data. The <a href="http://data.gov.uk/blog/the-benefits-of-linking-data">benefits of linking data over the web</a> include:</p>
<ul>
<li>The identifiers are globally unique and unambiguous, they can be used in any system without fear of conflicting with other identifiers.</li>
<li>The subjects can be referenced globally by humans by from websites, emails, and by computer systems in/from data feeds and web applications.</li>
<li>The subjects can be used for semantic web approaches to representing ontologies, such as RDF.</li>
<li>These allow relationships such as subject hierarchies and relationships with other concepts (e.g. academic discipline) to be represented independently of the coding scheme used. An example of this is SKOS, see below.</li>
</ul>
<p>In practical terms, implementing this would mean:</p>
<ul>
<li>Devising a URI scheme. This could be as simple as adding the JACS codes to a suitable base URI. For example H713 could become http://id.jacs.ac.uk/H713</li>
<li>Setting up a web service to provide suitable information. Anyone connecting to that URL would be redirected to information that matched parameters in their request. A simple web browser would request an HTML page and so be redirected to http://id.jacs.ac.uk/H713.html; web applications would request data in a machine readable form such as xml, rdf or json.</li>
</ul>
<p>The main overhead is in setting up, maintaining and managing the data provided by the web service, but Southampton University have already <a href="http://data.southampton.ac.uk/dataset/jacs.html">set one up</a> for their own use. (The only problem with the Southampton service&#8211;and I believe Oxford have done something similar&#8211;is a lack of authority, i.e. it isn&#8217;t clear to other users whether the data from this service is authoritative,  up to date, used under a correct license, sustainable.)</p>
<h2>JACS and SKOS</h2>
<p><a href="http://www.w3.org/TR/skos-primer/">SKOS</a> (Simple Knowledge Organization System) is a semantic web application of RDF which provides a model for expressing the basic structure and content of concept schemes such as thesauri, classification schemes, subject heading lists, taxonomies, folksonomies, and other similar types of controlled vocabulary. It allows for the description of a concept and the expression of the relationship betweens pairs of concepts. But first the concept must be identified as such, with a URI. For example:<br />
<code>jacs:H713 rdf:type skos:concept</code><br />
In this example jacs: is shorthand for the JACS base URI, http://id.jacs.ac.uk/ as suggested above; rdf: and skos: are shorthand for the base URIs for RDF and SKOS. This triple says “The thing identified by http://id.jacs.ac.uk/H713 is a resource of type (as defined by RDF) concept (as defined by SKOS)”.</p>
<p>Other assertions can be made about the resource, e.g. the preferred label to be used for it and a scope note for it.<br />
<code>jacs:H713 skos:prefLabel “Production Processes”</code><br />
<code>jacs:H713 skos:scopeNote “The study of the principles of engineering as they apply to efficient application of production-line technology.”</code></p>
<p>Assuming the other JACS codes have been suitably identified, relationships between them can be described:<br />
<code>jacs:H713 skos:broader jacs:H710</code><br />
<code>jacs:H713 skos:related jacs:H830</code></p>
<p>Once JACS is on the semantic web relationships between the JACS subjects and things in other schemas can also be represented<br />
<code>http://example.org/123 dct:subject jacs:H713</code><br />
(The resource identified by the URI http://example.org/123 is about the subject identified by jacs:H713).</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cetis.ac.uk/philb/2013/04/17/on-semantics-and-the-joint-academic-coding-system/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Book now available. Into the Wild - Technology for Open Educational Resources</title>
		<link>http://blogs.cetis.ac.uk/philb/2013/03/21/into-the-wild/</link>
		<comments>http://blogs.cetis.ac.uk/philb/2013/03/21/into-the-wild/#comments</comments>
		<pubDate>Thu, 21 Mar 2013 11:04:30 +0000</pubDate>
		<dc:creator>philb</dc:creator>
		
		<category><![CDATA[educational content]]></category>

		<category><![CDATA[metadata]]></category>

		<category><![CDATA[oer]]></category>

		<category><![CDATA[open content]]></category>

		<category><![CDATA[repositories]]></category>

		<category><![CDATA[resource description]]></category>

		<guid isPermaLink="false">http://blogs.cetis.ac.uk/philb/?p=795</guid>
		<description><![CDATA[ With great pleasure and more relief I can now announce the availability of Into the wild - technology for open educational resources, a book of our reflections on the technology involved in three years of the UK OER Programmes.
From the blurb:
Between 2009 and 2012 the Higher Education Funding Council funded a series of programmes [...]]]></description>
			<content:encoded><![CDATA[<p><div class="wp-caption alignleft" style="width: 202px"><a href="http://publications.cetis.ac.uk/2012/601"><img alt="Into the Wild (Book cover)" src="http://publications.cetis.ac.uk/wp-content/uploads/2012/12/IntoWildCover.jpg" width="192" height="270" /></a><p class="wp-caption-text">Into the Wild (Book cover)</p></div> With great pleasure and more relief I can now announce the availability of <em><a href="http://publications.cetis.ac.uk/2012/601">Into the wild - technology for open educational resources</a></em>, a book of our reflections on the technology involved in three years of the UK OER Programmes.</p>
<p>From the blurb:</p>
<blockquote><p>Between 2009 and 2012 the Higher Education Funding Council funded a series of programmes to encourage higher education institutions in the UK to release existing educational content as Open Educational Resources. The HEFCE-funded UK OER Programme was run and managed by the JISC and the Higher Education Academy. The JISC CETIS “OER Technology Support Project” provided support for technical innovation across this programme. This book synthesises and reflects on the approaches taken and lessons learnt across the Programme and by the Support Project.</p>
<p>This book is not intended as a beginners guide or a technical manual, instead it is an expert synthesis of the key technical issues arising from a national publicly-funded programme. It is intended for people working with technology to support the creation, management, dissemination and tracking of open educational resources, and particularly those who design digital infrastructure and services at institutional and national level.</p></blockquote>
<p>You may remember <a href="http://blogs.cetis.ac.uk/lmc/2012/08/31/oer-booksprint-reflections/">Lorna writing</a> back in August that Amber Thomas, Martin Hawksey, Lorna and I had written 90% of this book together in a Book Sprint. Well, the last 10% and the publication turned in to a bit of a marathon-relay, something about which I might write some time, but now <a href="http://publications.cetis.ac.uk/2012/601">the book is available</a> in a variety of formats:</p>
<ul>
<li>If you want glossy-covered paperback, then you can order it print-on-demand from Lulu (£3.36); if you&#8217;re not so fussed about the glossy cover and binding then there is a print-quality pdf you can print yourself.</li>
<li>If you have an ePub reader you can download, there is a free download of an epub2 file.</li>
<li>If you have a Kindle, you can download the .mobi file and transfer it, or if you prefer the convenience of Amazon&#8217;s distribution over whisper-net you can buy it from them (77p, they don&#8217;t seem to distribute for free unless you agree to give them exclusive rights for all electronic formats).</li>
<li>finally, if you prefer your ebook reading as PDFs, there is one of those too.</li>
</ul>
<p>All varieties are free or at minimum cost for the distribution channel used; the content is cc-by licensed and editable versions are available if you wish to remix and fix what we&#8217;ve done.</p>
<p><a href="http://publications.cetis.ac.uk/2012/601">Available via the Cetis publications site</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cetis.ac.uk/philb/2013/03/21/into-the-wild/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Brief reflections on Open Practice and OER Sustainability</title>
		<link>http://blogs.cetis.ac.uk/philb/2013/03/18/brief-reflections-on-open-practice-and-oer-sustainability/</link>
		<comments>http://blogs.cetis.ac.uk/philb/2013/03/18/brief-reflections-on-open-practice-and-oer-sustainability/#comments</comments>
		<pubDate>Mon, 18 Mar 2013 08:22:49 +0000</pubDate>
		<dc:creator>philb</dc:creator>
		
		<category><![CDATA[oer]]></category>

		<category><![CDATA[ukoer]]></category>

		<guid isPermaLink="false">http://blogs.cetis.ac.uk/philb/?p=769</guid>
		<description><![CDATA[Lorna and I ran a session at the CETIS conference on the topic of Open Practice and OER Sustainability, we had 10-minute presentations from ten brilliant people who have been involved in the UKOER programme each giving a view from their own perspective on the general problem of &#8220;what now that the Jisc money has [...]]]></description>
			<content:encoded><![CDATA[<p>Lorna and I ran a session at the CETIS conference on the topic of <a href="http://wiki.cetis.ac.uk/Open_Practice_and_OER_sustainability">Open Practice and OER Sustainability</a>, we had 10-minute presentations from ten brilliant people who have been involved in the UKOER programme each giving a view from their own perspective on the general problem of &#8220;what now that the Jisc money has gone?&#8221; It&#8217;s fruitless to try to summarise that in full, so what I will do is add links to presentations to the session page linked-to above and give my own very cursory summary of a few of the themes. Lorna has also <a href="http://blogs.cetis.ac.uk/lmc/2013/03/15/innovation-sustainability-and-community-reflections-on-cetis13/">written a summary</a> on her own blog.</p>
<h2 style="font-family: 'Open Sans';text-align: center">&#8220;Scratch your own itch&#8221;</h2>
<p>One of the most telling comments on sustainability, from Julian Tenney talking about the <a href="http://www.nottingham.ac.uk/xerte/index.aspx">Xerte project</a>, was that a project would most likely be sustainable if it was about doing something that the people involved needed doing anyway. Not necessarily something that would be done anyway (though in Xerte&#8217;s case mostly it was), but definitely not something that was being done just because the money was there. I agree with a comment that was made that there is a problem with the way that Universities treat project funding in this respect (at least in research departments), always the emphasis is on chasing money, getting the next grant. There were many examples of what it might be that &#8220;needs doing anyway&#8221;, at personal, subject community, institutional, and national/sector-wide level, from the sharing of resources between humanities teachers using <a href="http://humbox.ac.uk/">HumBox</a>, extra mural studies of the Department of continuing Education at Oxford University, the  institutional teaching and learning policy at Leeds Met University, FE colleges in Scotland working in ever closer union and student progression from College to University.</p>
<p><a href="http://prezi.com/ky4ixzowletv/open-practice-and-oer-sustainability-at-leeds-metropolitan-university/"><img src="http://blogs.cetis.ac.uk/philb/files/2013/03/nickbalance.jpg" alt="nickbalance" width="648" height="368" class="aligncenter size-full wp-image-777" />(By: Nick Sheppard, Leeds Metropolitan University)</a></p>
<p>Nick Sheppard asked for a technical infrastructure to support these institutional and other policies. He (and others) asked for APIs and other links between repositories (and the rest of the web, I assume) so that the greatest advantage could be had for effort. Sarah Currier told us about the new offers from Mimas to make your OER effort &#8220;<a href="http://www.jorum.ac.uk/powered">Jorum Powered</a>&#8221; through a hosted repository, a web interface into Jorum, or by building custom applications using the new Jorum API.</p>
<p>But with technical infrastructure come technical requirements, David Kernohan was worried that these requirements are only bearable by an academic with help, and that once the Jisc funding goes that support will also go. Suzanne Hardy also touched on this.</p>
<p><img src="http://blogs.cetis.ac.uk/philb/files/2013/03/davidimbalance.jpg" alt="davidimbalance" width="566" height="318" class="aligncenter size-full wp-image-781" /><br />
by David Kernohan, Jisc. The teddy bear is an academic.</p>
<p>The concept involved here was identified by Yvonne Howard as relative advantage, the advantage of something has to be compared to the costs and the costs have to be minimised, as can be done through clever technology such as maximum use of machine created metadata.</p>
<h2 style="font-family: 'Open Sans';text-align: center">&#8220;It&#8217;s like MOOCs stole OER&#8217;s girlfriend&#8221;</h2>
<p><a href="http://blogs.cetis.ac.uk/philb/files/2013/03/footpath.jpg"><img src="http://blogs.cetis.ac.uk/philb/files/2013/03/footpath-300x248.jpg" alt="footpath" width="300" height="248" class="alignright size-medium wp-image-783" /></a>So far I&#8217;ve mentioned advantages for many people but glossed over the fact that different people will see different advantages; they don&#8217;t and for that reason they will pursue different directions, as we have seen with MOOCs. Amber Thomas of Warwick University (but yes, the same Amber as was of JISC) described MOOCs and OERs as distant cousins who used to get on but are now no longer friendly for some reason. And it&#8217;s not like the O for Open in the two really stands for the same thing, as Pat Lockley said, their open is not necessarily our open. But, he asked, what is open? a footpath through private land or a National Park with the right to roam where you please (if you can manage to get there)?<a href="http://blogs.cetis.ac.uk/philb/files/2013/03/lakedistrict.jpg"><img src="http://blogs.cetis.ac.uk/philb/files/2013/03/lakedistrict-300x225.jpg" alt="lakedistrict" width="300" height="225" class="alignleft size-medium wp-image-786" /></a><br />
<br />
(this last photo is mine and is covered by the CC-BY licence of this blog; the others aren&#8217;t and are used according to their various licences or permissions from their creators.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cetis.ac.uk/philb/2013/03/18/brief-reflections-on-open-practice-and-oer-sustainability/feed/</wfw:commentRss>
		</item>
		<item>
		<title>eTextBooks Europe</title>
		<link>http://blogs.cetis.ac.uk/philb/2013/01/21/etextbooks-europe/</link>
		<comments>http://blogs.cetis.ac.uk/philb/2013/01/21/etextbooks-europe/#comments</comments>
		<pubDate>Mon, 21 Jan 2013 09:35:25 +0000</pubDate>
		<dc:creator>philb</dc:creator>
		
		<category><![CDATA[CETIS-Content]]></category>

		<category><![CDATA[accessibility]]></category>

		<category><![CDATA[achievement information]]></category>

		<category><![CDATA[aggregated content]]></category>

		<category><![CDATA[architecture]]></category>

		<category><![CDATA[assessment]]></category>

		<category><![CDATA[eBooks]]></category>

		<category><![CDATA[educational content]]></category>

		<category><![CDATA[ukoer]]></category>

		<guid isPermaLink="false">http://blogs.cetis.ac.uk/philb/?p=759</guid>
		<description><![CDATA[I went to a meeting for stakeholders interested in the eTernity (European textbook reusability networking and interoperability) initiative. The hope is that eTernity will be a project of the CEN Workshop on Learning Technologies with the objective of gathering requirements and proposing a framework to provide European input to ongoing work by ISO/IEC JTC 1/SC36, [...]]]></description>
			<content:encoded><![CDATA[<p>I went to a <a href="http://etextbookseurope.eu/?q=node/20">meeting</a> for stakeholders interested in the <a href="http://etextbookseurope.eu/">eTernity</a> (European textbook reusability networking and interoperability) initiative. The hope is that eTernity will be a project of the <a href="http://www.cen.eu/CEN/sectors/sectors/isss/activity/Pages/wslt.aspx">CEN Workshop on Learning Technologies</a> with the objective of gathering requirements and proposing a framework to provide European input to ongoing work by ISO/IEC JTC 1/SC36, WG6 &amp; WG4 on eTextBooks (which is currently based around Chinese and Korean specifications).  Incidentally, as part of the ISO work there is a <a href="http://etextbook-standard.info/">questionnaire</a> asking for information that will be used to help decide what that standard should include. I would encourage anyone interested to fill it in.</p>
<p>The <a href="http://etextbookseurope.eu/?q=node/19">stakeholders present</a> represented many perspectives from throughout Europe: publishers, publishing industry specification bodies (e.g. IPDF who own EPUB3, and DAISY), national bodies with some sort of remit for educational technology, and elearning specification and standardisation organisations. I gave a short <a href="http://www.slideshare.net/philb/eternitye-textbook">presentation on the OER perspective</a>.</p>
<p>Many <a href="http://etextbookseurope.eu/?q=node/20">issues were raised</a> through the course of the day, including (in no particular order)</p>
<ul>
<li>Interactive and multimedia content in eTextbooks</li>
<li>Accessibility of eTextbooks</li>
<li>eTextbooks shouldn&#8217;t be monolithic and immutable chunks of content, it should be possible to link directly to specific locations or to disaggregate the content</li>
<li>The <a href="http://etextbookseurope.eu/?q=node/17">lifecycle of an eTextbook</a>. This goes beyond initial authoring and publishing</li>
<li>Quality assurance (of content and pedagogic approach)</li>
<li>Alignment with specific curricula</li>
<li>Personalization and adaptation to individual needs and requirements</li>
<li>The ability to describe the learning pathway embodied in an eTextbook, and vary either the content used on this pathway or to provide different pathways through the same content</li>
<li>The ability to describe a range IPR and licensing arrangements of the whole and of specific components of the eTextbook</li>
<li>The ability to interact with learning systems with data flowing in both directions</li>
</ul>
<p>If you&#8217;re thinking that sounds like a list of the educational technology issues that we have been busy with for the last decade or two, then I would agree with you. Furthermore, there is a decade or two&#8217;s worth of educational technology specs and standards that address these issues. Of course not all of those specs and standards are necessarily the right ones for now, and there are others that have more traction within digital publishing. EPUB3 was well represented in the meeting (DITA is the other publishing standard mentioned in the eTernity documentation, but no one was at the meeting to talk about that) and it doesn&#8217;t seem impossible to meet the educational requirements outlined in the meeting within the general EPUB3 framework. The question is which issues should be prioritised and how should they be addressed.</p>
<p>Of course a technical standard is only an enabler: it doesn&#8217;t in itself make any change to teaching and learning; change will  only happen if developers  create tools and authors create resources that exploit the standard. For various reasons that hasn&#8217;t happened with some of the existing specs and standards. A technical standard can facilitate change but there needs to a will or a necessity to change in the first place. One thing that made me hopeful about this was a point made by Owen White of Pearson that he did not to think of the business he is in as being centred around content creation and publishing but around education and learning and that leads away from the view of eBooks as isolated static aggregations.</p>
<p>For more information keep an eye on the <a href="http://etextbookseurope.eu/">eTernity website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cetis.ac.uk/philb/2013/01/21/etextbooks-europe/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Jisc Observatory report on Ebooks in Education</title>
		<link>http://blogs.cetis.ac.uk/philb/2012/12/20/jisc-observatory-report-on-ebooks-in-education/</link>
		<comments>http://blogs.cetis.ac.uk/philb/2012/12/20/jisc-observatory-report-on-ebooks-in-education/#comments</comments>
		<pubDate>Thu, 20 Dec 2012 11:15:10 +0000</pubDate>
		<dc:creator>philb</dc:creator>
		
		<category><![CDATA[aggregated content]]></category>

		<guid isPermaLink="false">http://blogs.cetis.ac.uk/philb/?p=754</guid>
		<description><![CDATA[The joint CETIS and UKOLN Observatory has just published a report &#8220;Preparing for Effective Adoption and Use of Ebooks in Education&#8221; written by James Clay. My CETIS colleague Li and I wrote the foreword for this report, which I&#8217;ve reproduced here but really you would be better going to the observatory and downloading the whole [...]]]></description>
			<content:encoded><![CDATA[<p>The joint CETIS and UKOLN Observatory has just published a report &#8220;<a href="http://blog.observatory.jisc.ac.uk/techwatch-reports/ebooks-in-education/">Preparing for Effective Adoption and Use of Ebooks in Education</a>&#8221; written by James Clay. My CETIS colleague Li and I wrote the foreword for this report, which I&#8217;ve reproduced here but really you would be better going to the observatory and downloading the whole report.<br />
<span id="more-754"></span><br />
<strong>Foreword</strong><br />
Ebooks have been around for many years: their history can be traced back to initiatives such as Project Gutenberg in the 1970s or formats such as PDF released in the mid 1990s. Handheld ebook reader hardware has been available from the late 1990s. For much of that time, ebooks arguably had little impact outside a few areas of niche interest.</p>
<p>In the last few years, however, there has been an  increasing stream of stories about ebooks outselling  printed books by some measure or another. For example, in August 2012 it was widely reported that Amazon in the UK had sold more ebooks than hard- and paperbacks combined[1]. Although there is of course often an element of advertising hype in many of these stories, they do reflect a real shift in the popularity of ebooks.</p>
<p><strong>Various visions of ebooks</strong><br />
This shift has largely been prompted by two developments in ebook readers: the Amazon Kindle and Apple iPad, with associated apps. In technical capabilities neither is unique. Arguably, they are not even innovative as they both do no more than bring together pre-existing technologies. Nevertheless they do represent major initiatives that demonstrate their technical potential. Interestingly, they also represent somewhat opposing visions of what an ebook is.</p>
<p>The Amazon Kindle is by far the most successful representative of a range of devices that adopt the approach of trying to deliver the same content as a book, in as convenient a manner as possible while maintaining the ease of reading. The emphasis is on cheap, lightweight e-readers that allow owners to carry all they could desire to read without too much thought or effort. The minimal size and weight allow the Kindle to be no more of a burden to carry than a small paperback. The screen is designed so that the reading experience is similar to that of paper, rather than that of a computer screen. The memory capacity and network connectivity are designed so that owners need never run out of material to read and need never worry about syncing content with their computers. The battery life typically extends to days of use, so owners need rarely be worried about charging the device. The emphasis is on the text, so that design elements such as font, colour, and layout may be lost. This represents one of the potential drawbacks of the Kindle approach in education since the layout of many textbooks is carefully designed to enhance the explanation being presented through choice of colour, boxed explanations of concepts as asides, or (especially in technical subjects) complex tables and equations. It is important to recognise that many of the news stories concerning the explosion of ebooks relate to the Amazon Kindle and to linear texts (such as novels) read for pleasure, rather than complex material designed for study. </p>
<p>Not surprisingly ( given Apple’s history of an emphasis on good-looking, well-designed products and a target market of customers who appreciate such things), Apple’s ebooks designed for the iPad (iBooks) place greater value on the appearance of the printed page. Apple’s iBooks can support full-colour, high-fidelity representations of a printed original. The iPad is capable of displaying the original look of  historical manuscripts such as mediaeval bestiaries or the original handwritten and illustrated copy of Alice in Wonderland (and <a href="http://www.ebooktreasures.org/">other rare books held by the British Library</a>). While maintaining some of the convenience of the Kindle approach, Apple’s approach requires greater computing power, at a cost of increased weight and price — and decreased battery life. With this greater computing power also comes the opportunity toChallenges of ebooks in academic contexts go beyond what can be displayed on the printed page. An image on a printed page has to be static, whereas hardware such as the iPad allows moving images and interactive 3D models to be displayed, offering a potentially rich educational experience.</p>
<p><strong>Challenges of ebooks in academic contexts</strong><br />
One of the challenges facing Higher and Further Education is how to respond to these possibilities. Does interactive content that can be brought into the classroom by students change the role of the course textbook? Does the facility of even the modest Kindle for sharing comments and annotations among readers allow new ways of discussing a text? Are there deep-seated human factors surrounding the way that students study, which cannot be satisfactorily replicated by ebooks and could even impede learning when using them? For example, such factors include: making notes, annotations and bookmarks; jumping around a textbook rather than reading it sequentially cover-to-cover; having several books open at one time; or just the plain familiarity of the paper-based format as compared to software navigation that has to be learnt. It does seem clear from studies so far that students in general will not welcome ebooks unless there is some clear advantage to be  gained by their use[2].</p>
<p>There are other challenges. The change in publishing brought about by ebooks represents a challenge to publishers. It is noticeable that none of the developments in ebooks (from Project Gutenberg through to the Kindle and the iPad) have come from publishers. They are challenged by the change in publishing that ebooks represent. Typically, publishers are challenged by the difficulty of producing content for novel and varied platforms. Such interoperability issues are accentuated by the desire of some to push the interactive capabilities of ebooks as far possible (and these capabilities are important to education). Publishers are also challenged by the way that digital content changes the way in which material can be distributed and copied. This is a problem that they pass on to libraries: in essence an ebook may be “lent” out by a library numerous times without degradation or loss of availability to others, whereas a paper book can only be lent out to one person at a time and will eventually fall apart. As a result, in order to protect their income, publishers seek to limit what libraries can do with books by limiting the rights that libraries buy when they purchase a book, and by enforcing those rights through Digital Rights Management technology. Alternatively, publishers will need to redefine what libraries purchase, moving from a transfer of ownership of a copy to something more akin to rental or subscription to a service. These changes impinge on libraries’ scope for action in Higher Education.</p>
<p>As with any other technology in education, there are still many barriers and challenges that exist and these need to be overcome for ebooks to be adopted more widely in Higher and Further Education. This report introduces some key concepts related to ebooks in general and discusses the technical, cultural and legal challenges that need to be addressed for the successful adoption of ebooks in education. Furthermore, it also offers scenarios showing effective use of ebooks in libraries and in teaching and learning across institutions. It provides us with useful insights into the future directions of ebooks development.</p>
<p><strong>footnotes</strong><br />
1. See, for example, this August 2012 report in The Guardian of Amazon’s announcement that “<a href="http://www.guardian.co.uk/ books/2012/aug/06/amazon-kindle-ebook-sales-overtake-print">for every 100 hardback and paperback books it sells on its UK site, 114 ebooks are downloaded</a>”. </p>
<p>2. For commentary on recent research into university student attitudes toward and usage of etextbooks, see this August 2012 article: “<a href="http://chronicle.com/blogs/wiredcampus/students-find-e-textbooks-clumsy-and-dont-use-their-interactive-features/39082">Students Find E-Textbooks ‘Clumsy’ and Don’t Use Their Interactive Features</a>” The Chronicle of Higher Education, online . For more in-depth summary of this research, see also:<a href="http:// www.internet2.edu/netplus/econtent/docs/eText-Spring-2012-Pilot-Report.pdf">Internet2 eTextbook Spring 2012 Pilot Final Project Report</a> (1 August 2012).</p>
<p>Phil Barker &amp; Li Yuan, JISC CETIS, September 2012</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cetis.ac.uk/philb/2012/12/20/jisc-observatory-report-on-ebooks-in-education/feed/</wfw:commentRss>
		</item>
		<item>
		<title>At the end of the JLeRN experiment</title>
		<link>http://blogs.cetis.ac.uk/philb/2012/10/26/at-the-end-of-the-jlern-experiment/</link>
		<comments>http://blogs.cetis.ac.uk/philb/2012/10/26/at-the-end-of-the-jlern-experiment/#comments</comments>
		<pubDate>Fri, 26 Oct 2012 15:53:18 +0000</pubDate>
		<dc:creator>philb</dc:creator>
		
		<category><![CDATA[resource description]]></category>

		<guid isPermaLink="false">http://blogs.cetis.ac.uk/philb/?p=718</guid>
		<description><![CDATA[The JLeRN experiment was a toe dipped in the learning registry, a trial at different approach to sharing information about learning resources and how they are used that focusses on getting the information out there and not on worrying over the schemas and formats in which the information is conveyed. That experiment (JLeRN, not the [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://jlernexperiment.wordpress.com/">JLeRN experiment</a> was a toe dipped in the <a href="http://www.learningregistry.org/">learning registry</a>, a trial at different approach to sharing information about learning resources and how they are used that focusses on getting the information out there and not on worrying over the schemas and formats in which the information is conveyed. That experiment (JLeRN, not the Learning Registry as a whole) is drawing to a close, so we had a meeting earlier this week to review what had been done, what had been learnt and what was left to do and learn. </p>
<p>Sarah Currier had arranged for projects that had worked with JLeRN blog something about what they had done before the meeting, here&#8217;s the <a href="https://www.jiscmail.ac.uk/cgi-bin/webadmin?A2=ind1210&amp;L=OER-DISCUSS&amp;F=&amp;S=&amp;X=7393FA5209A341AB0D&amp;P=21664">email with a summary of them</a>, if you haven&#8217;t come across JLeRN before you might want to have a look through them before reading on. What I want to describe here is my own understanding of where the Learning Registry is and to report some of the issues about it raised at the meeting.</p>
<p><strong>The Learning Registry: Nodes or a network?</strong><div id="attachment_721" class="wp-caption alignright" style="width: 310px"><a href="http://blogs.cetis.ac.uk/philb/files/2012/10/lregnetwork.png"><img src="http://blogs.cetis.ac.uk/philb/files/2012/10/lregnetwork-300x225.png" alt="The learning registry as a network from a presentation by Dan Rehak and others.. © Copyright 2011 US Advanced Distributed Learning Initiative: CC-BY-3.0." width="300" height="225" class="size-medium wp-image-721" /></a><p class="wp-caption-text">The learning registry as a network from a presentation by Dan Rehak and others.. © Copyright 2011 US Advanced Distributed Learning Initiative: CC-BY-3.0.</p></div></p>
<p>From the outset the Learning Registry was conceived as a network, the software created would be nodes that connected together to share data about resources. Some of the details have been put on the back burner since those early descriptions, for example the ideas of communities and gateway nodes haven&#8217;t been much developed.  </p>
<p>The <a href="http://www.learningregistry.org/community">community map</a> on the Learning Registry website shows three nodes (the red pins), including the JLeRN node; Steve Midgely told us via email &#8220;There are a few development nodes out there that we know of: Agilix, Illinois Dept of Commerce and California Dept of Ed. To my knowledge there are no production nodes beyond the ones we currently run. Several companies have expressed interest in taking over our production nodes including Dell, Cisco and Amazon.&#8221; To that tally I can add the <a href="http://engrich.liv.ac.uk/">EngRich</a> node at Liverpool. Steve adds that the only network he knows of is the LR public network. Now, I&#8217;m not sure about the other nodes, but I do know that the JLeRN and EngRich nodes haven&#8217;t interacted with the public network in any meaningful way  (yet). </p>
<p>So I think we have to say that, to date, there isn&#8217;t really much to prove the concept of the Learning Registry as a network.  There are, however some developments in the works that I think will change that, for example the Learning Registry Index, see below. </p>
<p><em>Services </em><br />
The other aspect of the development of the Learning Registry against the vision shown in the diagram above is that of services being built to interact with the data in the nodes (these are shown as square in the diagram above). This is crucial since the Learning Registry is no more than plumbing to shift data around, it does nothing with that data that would interest a teacher or learner. It is left to others to develop services that meet user needs&#8211;Pat Lockley summed this up quite nicely in <a href="http://www.pgogy.com/thoughts/2012/10/22/registrying/">his presentation</a> showing how the learning registry was targeted at developers and promoted relationships between developers, service managers and users more than was the case with traditional repository software.</p>
<blockquote><p>&#8220;I think the major point of my slides was to suggest the learning registry is a “developer’s repository” – not that you need a developer to use it, more that you develop services around a node. Also, I feel there is a greater role for the developer in the ecosystems around a node than around a repository – the services on offer, and the scope of services you create seem richer – partially as any data can be stored.&#8221;</p></blockquote>
<p>Well, there are some services for getting data in, there is the <a href="https://docs.google.com/document/d/12rPSz2KrFFe1djB_6Zy5RLJwskVKMXf5mwfaM-Pp4gs/edit?hl=en">OAI-PMH to Learning Registry Publish Utility</a>, and there is Pat&#8217;s <a href="http://www.pgogy.com/ramanathan/">RSS importer, Ramanathan</a>, and his <a href="http://www.pgogy.com/pliny/">Google analytics data importer, Pliny</a>. Also at least two projects&#8211;Scott Wilson&#8217;s <a href="http://scottbw.wordpress.com/2012/10/19/sharing-usage-data-about-web-apps-between-stores/">SPAWS</a> and Liverpool University&#8217;s <a href="http://engrich.liv.ac.uk/">EngRich</a>&#8211;had involved the submission of data to Learning Registry nodes as part of the services they created.</p>
<p>But putting data in is meeting a service manager&#8217;s needs, it&#8217;s no good in itself since it doesn&#8217;t meet any user needs. There are a few user oriented services built off data in the Learning Registry. Pat showed us a couple of Chrome plugins, demos <a href="http://vimeo.com/49152869">here </a> and <a href="http://vimeo.com/49152870">here</a>. These are great  as proofs of concept, and really important as such, they help show non-technical people what the learning registry is for. But there then follows some expectation management while you explain the limitations of the demonstrators. Other projects had embedded means of getting data out of the Learning Registry nodes into their project outputs, for example <a href="http://jlernexperiment.wordpress.com/2012/10/17/taster-a-soon-to-be-released-engrich-learning-registry-case-study-for-jlern/">EngRich have an iLike widget</a> for the Liverpool student portal that shows what resources students on specific courses have recommended based on data in their Learning Registry node. </p>
<p>Steve Midgely provided us with some very promising information,  &#8220;the Gates foundation is funding several groups to build index and search services on top of Learning Registry (called Learning Registry Index) and that will require running nodes of some kind.&#8221;</p>
<p><strong>Does it work?</strong><br />
One message that I picked up during the meeting and elsewhere is that the Learning Registry, as software, works. The people who set up nodes seem to have done so quickly, the people who used the APIs didn&#8217;t report problems in doing so.  That&#8217;s a good place to be starting.</p>
<p>At a deeper level I guess we need to wait until there are more services built off the data in the Learning Registry to find out whether the Learning Registry works as a concept. Some known problems have been deliberately pushed out of scope in the development of the Learning Registry, one key one is not worrying about what formats and schemas for the data that goes in. This is good if you are submitting data, but unless some level of agreement is reached it does place the onus for making sense of the data on the people who are creating services that use the data. So far, the extent to which this (reaching agreement or making sense of arbitrary data) is possible in the context of the Learning Registry is untested.</p>
<p>Other questions remain over how the learning registry will function as a network, for example how duplicate and complementary records about the same resource will be dealt with when many people might be providing information about the same resource.</p>
<p><strong>Why use it?</strong><br />
Owen Stephens and David Kay were at the meeting asking some very pertinent questions. Neither are particularly caught up in the education technology world, with more of a background in information systems for libraries, where of course there are different approaches to solving similar problems. So, why use the Learning Registry rather than raw couchDB, or some other schemaless, NoSQL, document store (e.g. MongoDB, which is popular for research data management), or free text indexing and search software such as Lucene/Solr, or RDF triple stores, or just a traditional relational database with SQL? To some extent the aim at the moment is to try and answer some of those questions: we won&#8217;t know if we don&#8217;t try it. But it&#8217;s valid to ask how far have we got to answering them, and here is my appraisal.</p>
<p><em>RDF?</em><br />
Schemaless sharing of data still appeals to me because I don&#8217;t think we know what schema we want to use to share some of the interesting information about the use of resources for teaching and learning. I think the RDF approach will influence the data that is submitted, for example there is interest in using the Learning Registry to store <a href="http://www.lrmi.net/">LRMI</a> style metadata. LRMI is adding properties to <a href="http://schema.org/">schema.org</a> so that educational characteristics of resources can be described, and schema.org is only <a href="http://blogs.cetis.ac.uk/philb/2012/08/16/where-does-schemaorg-fit-in-the-semantic-web/">a step or two away from semantic web</a> approaches such as RDF.  But some influences of RDF we don&#8217;t want. For example there is a tendency at times for RDF approaches to fixate on ontologies. That would stall us. So, for example in LRMI it is possible to say that a resource &#8220;aligns&#8221; with some point in an educational framework: i.e. it is useful for teaching some topic in a standard curriculum, or assessing some skill required by a competency framework. That&#8217;s really useful, but the vocabulary for the nature of the alignment has had to be left open (&#8221;teaches&#8221; and &#8220;assess&#8221; are two suggested terms, others are that the resource has a certain &#8220;text complexity&#8221; or requires a &#8220;reading level&#8221; or other &#8220;educational level&#8221;)&#8211;the understanding of what education is about varies so much over the world and between settings that agreement on a closed ontology seems unattainable. Still, you could use RDF if you didn&#8217;t specify and ontology, and if you could make sense of the RDF without one.</p>
<p>Another weakness of RDF in this context, as I understand it, is its ability to deal with subjective opinions. As soon as a teacher or learner sees an assertion that resource X is good for teaching topic Y (to continue the example used above) they should be asking &#8220;says who&#8221;.  Engineering students at Liverpool are more interested in what other Engineering students find useful, especially those at Liverpool, than they are in the opinions of physics students. Yes, you can have named graphs in RDF and provide information about who asserted which triples, but it goes beyond what is usual, whereas in it is built in from the start in the Learning Registry concept of paradata.</p>
<p>All of that is somewhat conjectural though, because as yet there is little in the Learning Registry that is not metadata that could be expressed in some standard schema such as LOM XML or DC RDF.</p>
<p><em>Other schemaless data stores</em><br />
Why not use just CouchDB, without the Learning Registry API, or MongoDB, or Lucene? All of these would make sense for single instance data stores, which is pretty much what we have now with single more-or-less isolated nodes rather than a network. And, yes, I am sure that some way of sharing data between them could be worked up if that is what you wanted. So again any advantages of the Learning Registry is still putative at this stage.</p>
<p>One advantage of the Learning Registry is that, as I mentioned above, it does seem to work: it does seem to come out of the package as a functional way of storing and sharing data that is tailored to education. So as an introduction to No SQL databases it&#8217;s not a bad place for the education community to start.</p>
<p><em>In summary</em><br />
In a post about the end of the JLeRN project David Kay has quoted Simon Schama on his not being sure whether the French Revolution was over.  I&#8217;ll quote what Chairmain Mao supposedly said when asked what he thought of the French Revolution; &#8220;it&#8217;s too early to tell&#8221;. The things to look out for are a functioning network of nodes and user-facing services being delivered from data in those nodes. Then we can ask whether that data could be shared in any other way. For the time being I think that the main achievement of JLeRN and the UK&#8217;s involvement in the Learning Registry is that it has started people thinking about alternatives to relational databases and they have taken first steps into working with these. Too often, I think, data has been squeezed into an relational data where the benefits of doing so are simply that it is what the developer happens to be familiar with. If all you have is a hammer then you can have real problems dealing with screws.</p>
<p>[updated to correct an attribution error as to who was comparing JLeRN to the French revolution]</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cetis.ac.uk/philb/2012/10/26/at-the-end-of-the-jlern-experiment/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
