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

<channel>
	<title>JoshuaScotton.com &#187; Warwick University</title>
	<atom:link href="http://www.joshuascotton.com/main/archives/tag/warwick-university/feed" rel="self" type="application/rss+xml" />
	<link>http://www.joshuascotton.com/main</link>
	<description>It's all relative ...</description>
	<lastBuildDate>Sat, 24 Dec 2011 23:01:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Adaptation Strategies</title>
		<link>http://www.joshuascotton.com/main/archives/645</link>
		<comments>http://www.joshuascotton.com/main/archives/645#comments</comments>
		<pubDate>Tue, 12 Oct 2010 22:56:57 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Adaptation]]></category>
		<category><![CDATA[Adaptation Strategies]]></category>
		<category><![CDATA[Adaptive]]></category>
		<category><![CDATA[ADE]]></category>
		<category><![CDATA[AEH]]></category>
		<category><![CDATA[AHA!]]></category>
		<category><![CDATA[LAG]]></category>
		<category><![CDATA[PhD]]></category>
		<category><![CDATA[Strategies]]></category>
		<category><![CDATA[Warwick University]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=645</guid>
		<description><![CDATA[This post lists some adaptation strategies (written in the LAG Adaptation Strategy Language) along with example content and demos in ADE/AHA! ADE is a delivery platform for adaptive educational hypermedia (adaptive e-learning) which I&#8217;ve been developing as part of my PhD at the Intelligent and Adaptive Systems group at the University of Warwick. Show All [...]]]></description>
			<content:encoded><![CDATA[<p>This post lists some adaptation strategies (written in the LAG Adaptation Strategy Language) along with example content and demos in ADE/AHA!</p>
<p>ADE is a delivery platform for adaptive educational hypermedia (adaptive e-learning) which I&#8217;ve been developing as part of my PhD at the Intelligent and Adaptive Systems group at the University of Warwick.</p>
<p><span id="more-645"></span></p>
<h3>Show All</h3>
<p>Basic strategy that makes all concepts visible.</p>
<p><a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-ShowAll.lag">LAG File</a> |  <a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-ShowAll.xml">CAF File</a> | <a href="http://ade.dcs.warwick.ac.uk/ADE-Strategy-List/ViewPlaceholder?id=70">ADE Demo</a></p>
<h3>RollOut</h3>
<p>The roll-out strategy does two things: the more times you visit a (sub)lesson, the more of its contents (attributes) become visible. At the same time the opposite is also possible: the more times you visit a (sub)lesson, the more of its contents become invisible. This is governed by weight (number of visits) and label (either showafter or showatmost for content that needs to appear or disappear respectively). The keywords strategy is a special version of the same principle, which only uses labels (number of visits is always 1, and the content is always revealed, never hidden)</p>
<p><a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-RollOut.lag">LAG File</a> |  <a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-RollOut.xml">CAF File</a> | <a href="http://ade.dcs.warwick.ac.uk/ADE-Strategy-List/ViewPlaceholder?id=64">ADE Demo</a></p>
<h3>Visual / Verbal</h3>
<p>Concepts are either unlabeled (general) or have label &#8216;visverb&#8217; with a weight indicating where on the vis/verb axis they lie. Visual concepts have weight nearer 0 and verbal concepts have weight nearer 100. The user has a stereotype &#8216;visverb&#8217; which is also a number between 0 and 100, with the same meaning (0=visual, 100=verbal user). The user selects a stereotype by visiting special &#8216;settings&#8217; concepts; the weight of the concept becomes their new visverb number.</p>
<p>A variable in the UM defines a threshold. visverb concepts are visible if and only if abs(weight-stereotype)&lt;=threshold. So it&#8217;s like a band filter (this makes it more appropriate to knowledge levels, I guess). General concepts are always visible and have no effect on the adaptation.</p>
<p><a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-VisVerb.lag">LAG File</a> |  <a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-VisVerb.xml">CAF File</a> | <a href="http://grapple.dcs.warwick.ac.uk:8022/aha/gipfVisVerb/registration.html">AHA! Demo</a></p>
<h3>Beginner, Intermediate, Advanced</h3>
<p>This is an attempt at combining all four of the above strategies, without resorting to labels that are cartesian products. Using Cartesian products a label A-B-C is treated as three labels A, B and C respectively&#8230; which one the weight applies to is harder to define, although I guess one could split the weight into component numbers (like units vs tens) that can be separated out again. I don&#8217;t really think that&#8217;s very elegant or robust though.</p>
<p>So the idea was to have labels/weights be inherited by child lessons unless explicitly overruled by their own label/weight. (This way a concept can indirectly get multiple labels). These labels are all stored in an overlay that is then used instead of the GM labels for the adaptation rules. This is basically a workaround for a MOT shortcoming. Unfortunately the inheritance idea doesn&#8217;t work because of the way group lessons are handled by LAG (their labels and weights can&#8217;t be inspected). The strategy is included for &#8216;educational&#8217; purposes, since the principle itself is sound.</p>
<p><a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-BegIntAdv.lag">LAG File</a> |  <a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-BegIntAdv.xml">CAF File</a> | <a href="http://ade.dcs.warwick.ac.uk/ADE-Strategy-List/ViewPlaceholder?id=4">ADE Demo</a></p>
<h3>Type Based</h3>
<p>This strategy shows concepts based on their type. This particular implementation only shows concepts of the type text and doesn&#8217;t show the other concepts.</p>
<p><a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-Type.lag">LAG File</a> |  <a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-Type.xml">CAF File</a> | <a href="http://ade.dcs.warwick.ac.uk/ADE-Strategy-List/ViewPlaceholder?id=72">ADE Demo</a></p>
<h3>Relation Based</h3>
<p>After seeing all beginner concepts sets the user to intermediate and shows the related concepts</p>
<p><a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-Relation.lag">LAG File</a> |  <a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-Relation.xml">CAF File</a> | <a href="http://grapple.dcs.warwick.ac.uk:8022/aha/rel/registration.html">AHA! Demo</a></p>
<h3>Depth First</h3>
<p>This strategy shows the concept labelled as start first, then the rest of the content in a depth first manner using the child-parent relations</p>
<p><a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-DepthFirst.lag">LAG File</a> |  <a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-DepthFirst.xml">CAF File</a> | <a href="http://ade.dcs.warwick.ac.uk/ADE-Strategy-List/ViewPlaceholder?id=45">ADE Demo</a></p>
<h3>Breadth First</h3>
<p>This strategy shows the concepts in a breadth first manner. It uses a user model variable called level which determines which level in the hierarchy gets shown.</p>
<p><a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-BreadthFirst.lag">LAG File</a> |  <a href="http://joshuascotton.com/adaptation-strategies/DemoStrategies-BreadthFirst.xml">CAF File</a> | <a href="http://ade.dcs.warwick.ac.uk/ADE-Strategy-List/ViewPlaceholder?id=26">ADE Demo</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Adaptation+Strategies+http%3A%2F%2Fis.gd%2F7NFpab" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/645&amp;title=Adaptation+Strategies" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/645&amp;title=Adaptation+Strategies" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/645&amp;t=Adaptation+Strategies" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/645/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Warwick University Dancesport Website Live!</title>
		<link>http://www.joshuascotton.com/main/archives/615</link>
		<comments>http://www.joshuascotton.com/main/archives/615#comments</comments>
		<pubDate>Thu, 16 Sep 2010 18:17:19 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Ballroom]]></category>
		<category><![CDATA[Dancesport]]></category>
		<category><![CDATA[Latin]]></category>
		<category><![CDATA[LnB]]></category>
		<category><![CDATA[Warwick University]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=615</guid>
		<description><![CDATA[I finished the Warwick University Dancesport website last night and it&#8217;s now live at www.warwickuniversitydancesport.co.uk That&#8217;s the last of the University Society websites I&#8217;ve been working on this summer.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-616" title="warwickdancesport2" src="http://www.joshuascotton.com/main/wp-content/uploads/2010/09/warwickdancesport2-300x90.png" alt="" width="300" height="90" />I finished the Warwick University Dancesport website last night and it&#8217;s now live at <a href="http://www.warwickuniversitydancesport.co.uk/">www.warwickuniversitydancesport.co.uk</a></p>
<p>That&#8217;s the last of the University Society websites I&#8217;ve been working on this summer.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Warwick+University+Dancesport+Website+Live%21+http%3A%2F%2Fis.gd%2FYk6H2p" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/615&amp;title=Warwick+University+Dancesport+Website+Live%21" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/615&amp;title=Warwick+University+Dancesport+Website+Live%21" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/615&amp;t=Warwick+University+Dancesport+Website+Live%21" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/615/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Warwick Kempo Ju Jitsu Website</title>
		<link>http://www.joshuascotton.com/main/archives/608</link>
		<comments>http://www.joshuascotton.com/main/archives/608#comments</comments>
		<pubDate>Mon, 13 Sep 2010 20:27:00 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Kempo Ju Jitsu]]></category>
		<category><![CDATA[Warwick University]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=608</guid>
		<description><![CDATA[I&#8217;m on the exec as Webmaster/Photographer for the Kempo Ju Jitsu club at Warwick so one of my jobs this summer has been to redesign the club website. It went live last week at www.warwickkempojujitsu.com. Take a look!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.joshuascotton.com/main/wp-content/uploads/2010/09/logo.gif"><img class="alignleft size-full wp-image-609" title="logo" src="http://www.joshuascotton.com/main/wp-content/uploads/2010/09/logo.gif" alt="" width="300" height="134" /></a>I&#8217;m on the exec as Webmaster/Photographer for the Kempo Ju Jitsu club at Warwick so one of my jobs this summer has been to redesign the club website. It went live last week at <a href="http://www.warwickkempojujitsu.com/index.php" target="_blank">www.warwickkempojujitsu.com</a>. Take a look!</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Warwick+Kempo+Ju+Jitsu+Website+http%3A%2F%2Fis.gd%2FczKS9f" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/608&amp;title=Warwick+Kempo+Ju+Jitsu+Website" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/608&amp;title=Warwick+Kempo+Ju+Jitsu+Website" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/608&amp;t=Warwick+Kempo+Ju+Jitsu+Website" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/608/feed</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>WPCCS 2010 Presentation Slides</title>
		<link>http://www.joshuascotton.com/main/archives/584</link>
		<comments>http://www.joshuascotton.com/main/archives/584#comments</comments>
		<pubDate>Fri, 02 Jul 2010 09:38:12 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[PhD]]></category>
		<category><![CDATA[Presentation]]></category>
		<category><![CDATA[Slides]]></category>
		<category><![CDATA[Warwick University]]></category>
		<category><![CDATA[WPCCS10]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=584</guid>
		<description><![CDATA[You can download the slides from my presentation at the WPCCS 2010 today from here.]]></description>
			<content:encoded><![CDATA[<p>You can download the slides from my presentation at the <a href="http://www2.warwick.ac.uk/fac/sci/dcs/research/pgportal/wpccs10/" target="_blank">WPCCS 2010</a> today <a href="http://www.joshuascotton.com/misc/papers/WPCCS.pdf">from here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=WPCCS+2010+Presentation+Slides+http%3A%2F%2Fis.gd%2FlydgX7" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/584&amp;title=WPCCS+2010+Presentation+Slides" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/584&amp;title=WPCCS+2010+Presentation+Slides" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/584&amp;t=WPCCS+2010+Presentation+Slides" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/584/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>A3H Papers Available</title>
		<link>http://www.joshuascotton.com/main/archives/456</link>
		<comments>http://www.joshuascotton.com/main/archives/456#comments</comments>
		<pubDate>Sat, 31 Oct 2009 02:19:48 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[A3H]]></category>
		<category><![CDATA[AEH]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[EC-TEL]]></category>
		<category><![CDATA[Paper]]></category>
		<category><![CDATA[PhD]]></category>
		<category><![CDATA[Warwick University]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=456</guid>
		<description><![CDATA[The papers from the EC-TEL 09 A3H workshop are available for download from here. Our paper (J. Scotton, S. Moebs, J. McManis and A. Cristea) was runner up in the best paper award. You can download the paper here.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.joshuascotton.com/main/wp-content/uploads/2009/10/11971016621129282895kobo_Style_pen.svg.thumb.png"><img class="alignleft size-full wp-image-461" title="11971016621129282895kobo_Style_pen.svg.thumb" src="http://www.joshuascotton.com/main/wp-content/uploads/2009/10/11971016621129282895kobo_Style_pen.svg.thumb.png" alt="11971016621129282895kobo_Style_pen.svg.thumb" width="100" height="98" /></a>The papers from the <a href="http://www.dcs.warwick.ac.uk/~acristea/A3H/">EC-TEL 09 A3H workshop</a> are available for download from <a href="http://www.dcs.warwick.ac.uk/~acristea/A3H/A3H09.html">here</a>. Our paper (<span style="font-style: italic;">J. Scotton, S. Moebs, J. McManis and A. Cristea)</span> was runner up in the best paper award. You can download the paper <a href="http://www.joshuascotton.com/misc/papers/ectel09-a3h-jscotton.pdf">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=A3H+Papers+Available+http%3A%2F%2Fis.gd%2FZ4PeaD" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/456&amp;title=A3H+Papers+Available" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/456&amp;title=A3H+Papers+Available" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/456&amp;t=A3H+Papers+Available" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/456/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Slides from my Talk at the EC-TEL 09 A3H Workshop</title>
		<link>http://www.joshuascotton.com/main/archives/393</link>
		<comments>http://www.joshuascotton.com/main/archives/393#comments</comments>
		<pubDate>Tue, 29 Sep 2009 10:00:39 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[A3H]]></category>
		<category><![CDATA[AEH]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[EC-TEL09]]></category>
		<category><![CDATA[Nice]]></category>
		<category><![CDATA[PhD]]></category>
		<category><![CDATA[Presentation]]></category>
		<category><![CDATA[Warwick University]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=393</guid>
		<description><![CDATA[To download the slides from my talk &#8220;A Case Study on Merging Strategies for Authoring QoE-based Adaptive Hypermedia&#8221; in the A3H workshop at the EC-TEL 2009 conference today, click here.]]></description>
			<content:encoded><![CDATA[<p><a href="http://ectel09.org/"><img class="alignleft size-full wp-image-394" title="ectel" src="http://www.joshuascotton.com/main/wp-content/uploads/2009/09/ectel.gif" alt="ectel" width="171" height="116" /></a>To download the slides from my talk &#8220;A Case Study on Merging Strategies for Authoring QoE-based Adaptive Hypermedia&#8221; in the A3H workshop at the <a href="http://ectel09.org">EC-TEL 2009</a> conference today, <a href="http://www.joshuascotton.com/misc/uploads/A3H09Talk.pdf">click here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Slides+from+my+Talk+at+the+EC-TEL+09+A3H+Workshop+http%3A%2F%2Fis.gd%2FMTgU49" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/393&amp;title=Slides+from+my+Talk+at+the+EC-TEL+09+A3H+Workshop" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/393&amp;title=Slides+from+my+Talk+at+the+EC-TEL+09+A3H+Workshop" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/393&amp;t=Slides+from+my+Talk+at+the+EC-TEL+09+A3H+Workshop" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/393/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Viewing and Delivering Adaptive Educational Hypermedia</title>
		<link>http://www.joshuascotton.com/main/archives/355</link>
		<comments>http://www.joshuascotton.com/main/archives/355#comments</comments>
		<pubDate>Fri, 03 Jul 2009 13:30:57 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[AEH]]></category>
		<category><![CDATA[Beamer]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Latex]]></category>
		<category><![CDATA[PhD]]></category>
		<category><![CDATA[Presentation]]></category>
		<category><![CDATA[Warwick University]]></category>
		<category><![CDATA[WPCCS09]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=355</guid>
		<description><![CDATA[Here are the slides from the talk I gave today at the WPCCS&#8217;09 event. I used LaTex (Beamer) to create the presentation so the .tex file is available as well: Slides Source]]></description>
			<content:encoded><![CDATA[<p>Here are the slides from the talk I gave today at the <a href="http://www2.warwick.ac.uk/fac/sci/dcs/research/pgportal/wpccs09/schedule">WPCCS&#8217;09 event</a>. I used LaTex (Beamer) to create the presentation so the .tex file is available as well:</p>
<p><a href="http://www.joshuascotton.com/misc/uploads/WPCSS09Talk.pdf">Slides</a></p>
<p><a href="http://www.joshuascotton.com/misc/uploads/WPCSS09Talk.tex">Source</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Viewing+and+Delivering+Adaptive+Educational+Hypermedia+http%3A%2F%2Fis.gd%2FgZcHwZ" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/355&amp;title=Viewing+and+Delivering+Adaptive+Educational+Hypermedia" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/355&amp;title=Viewing+and+Delivering+Adaptive+Educational+Hypermedia" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/355&amp;t=Viewing+and+Delivering+Adaptive+Educational+Hypermedia" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/355/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SpeedTest.Net</title>
		<link>http://www.joshuascotton.com/main/archives/343</link>
		<comments>http://www.joshuascotton.com/main/archives/343#comments</comments>
		<pubDate>Wed, 10 Jun 2009 16:44:15 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[IT and Linux]]></category>
		<category><![CDATA[Broadband]]></category>
		<category><![CDATA[meme]]></category>
		<category><![CDATA[SpeedTest.net]]></category>
		<category><![CDATA[Warwick University]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=343</guid>
		<description><![CDATA[There&#8217;s a lot of people out there posting their SpeedTest.Net results so here&#8217;s mine, courtesy of the Warwick University Campus Network!]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a lot of people out there posting their SpeedTest.Net results so here&#8217;s mine, courtesy of the Warwick University Campus Network!</p>
<p style="text-align: center;"><a href="http://www.speedtest.net"><img class="aligncenter" title="SpeedTest.net" src="http://www.joshuascotton.com/misc/uploads/492863403.png" alt="" width="300" height="135" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=SpeedTest.Net+http%3A%2F%2Fis.gd%2FPICdg7" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/343&amp;title=SpeedTest.Net" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/343&amp;title=SpeedTest.Net" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/343&amp;t=SpeedTest.Net" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/343/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Golf and Power Cuts</title>
		<link>http://www.joshuascotton.com/main/archives/338</link>
		<comments>http://www.joshuascotton.com/main/archives/338#comments</comments>
		<pubDate>Mon, 01 Jun 2009 10:30:32 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Brailsford Golf Course]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Golf]]></category>
		<category><![CDATA[Power Cut]]></category>
		<category><![CDATA[Warwick University]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=338</guid>
		<description><![CDATA[The power&#8217;s just come on after a 4th power cut in the Computer Science building in as many days. There were two on Friday while I was in the building and one just after I left. We&#8217;re not sure what the cause is or how many happened over the weekend but my suspicion is that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.joshuascotton.com/main/wp-content/uploads/2009/06/24052009383.jpg"><img class="alignleft size-medium wp-image-339" title="24052009383" src="http://www.joshuascotton.com/main/wp-content/uploads/2009/06/24052009383-300x225.jpg" alt="" width="300" height="225" /></a>The power&#8217;s just come on after a 4th power cut in the Computer Science building in as many days. There were two on Friday while I was in the building and one just after I left. We&#8217;re not sure what the cause is or how many happened over the weekend but my suspicion is that the department is trying to get us geeks to take breaks from sitting in front of our computers 24/7!</p>
<p>This one lasted about 10 minutes and Jonny got stuck in the lift for the duration!</p>
<p>The picture is of my first shot from the 13th hole at Brailsford on the 23rd. Unfortunately my birdie putt stopped short so I could only manage par, however as that&#8217;s a rare occurrance at the moment I&#8217;m pretty happy with it!</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Golf+and+Power+Cuts+http%3A%2F%2Fis.gd%2F8LRG1f" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/338&amp;title=Golf+and+Power+Cuts" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/338&amp;title=Golf+and+Power+Cuts" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/338&amp;t=Golf+and+Power+Cuts" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/338/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Abstracts</title>
		<link>http://www.joshuascotton.com/main/archives/336</link>
		<comments>http://www.joshuascotton.com/main/archives/336#comments</comments>
		<pubDate>Tue, 26 May 2009 11:11:52 +0000</pubDate>
		<dc:creator>Joshua Scotton</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Abstract]]></category>
		<category><![CDATA[AEH]]></category>
		<category><![CDATA[DPCCS09]]></category>
		<category><![CDATA[PhD]]></category>
		<category><![CDATA[Presentation]]></category>
		<category><![CDATA[Warwick University]]></category>

		<guid isPermaLink="false">http://www.joshuascotton.com/main/?p=336</guid>
		<description><![CDATA[I submitted an abstract for our annual departmental Postgraduate Colloquium event titled &#8220;Viewing and Delivering Adaptive Educational Hypermedia&#8221; last week. It&#8217;s about the program I&#8217;m currently writing at Warwick and is currently going through the review process. Providing the abstract is accepted the talk would be given on 3rd July. Here&#8217;s the abstract in full: [...]]]></description>
			<content:encoded><![CDATA[<p>I submitted an abstract for our annual <a href="http://www2.warwick.ac.uk/fac/sci/dcs/research/pgportal/wpccs09/">departmental Postgraduate Colloquium event</a> titled &#8220;Viewing and Delivering Adaptive Educational Hypermedia&#8221; last week. It&#8217;s about the program I&#8217;m currently writing at Warwick and is currently going through the review process. Providing the abstract is accepted the talk would be given on 3rd July.</p>
<p>Here&#8217;s the abstract in full:</p>
<blockquote><p>Adaptive Educational Hypermedia offers a more intelligent and customised approach to the field of e-learning then the traditional linear methods. In an Adaptive Educational Hypermedia course a student&#8217;s learning experiences can be personalised using a user model which could include such information as the student&#8217;s knowledge level or learning style.<br />
Adaptive strategies are sets of adaptive rules and once the learning material to be used in a course has been created, adaptive strategies can be applied to allow the personalisation of the course to students. This talk will describe the initial development of a software platform which imports learning content and adaptive strategies and then can display the resulting Adaptive Educational Hypermedia course to students. The software platform, called an adaptation engine, will be able to implement different types of adaptive strategies and test their suitability.</p></blockquote>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" class="tt" href="http://twitter.com/intent/tweet?text=Abstracts+http%3A%2F%2Fjoshuascotton.com%2Fmain%2F%3Fp%3D336" title="Post to Twitter"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.joshuascotton.com/main/archives/336&amp;title=Abstracts" title="Post to Delicious"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.joshuascotton.com/main/archives/336&amp;title=Abstracts" title="Post to Digg"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.joshuascotton.com/main/archives/336&amp;t=Abstracts" title="Post to Facebook"><img class="nothumb" src="http://www.joshuascotton.com/main/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.joshuascotton.com/main/archives/336/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

