<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>ucd &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/ucd/</link>
	<description>Feed of posts on WordPress.com tagged "ucd"</description>
	<pubDate>Mon, 30 Nov 2009 10:23:40 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Top 10 for starting an agile project]]></title>
<link>http://zenagile.wordpress.com/2009/11/30/top-10-for-starting-an-agile-project/</link>
<pubDate>Mon, 30 Nov 2009 06:44:23 +0000</pubDate>
<dc:creator>magia3e</dc:creator>
<guid>http://zenagile.wordpress.com/2009/11/30/top-10-for-starting-an-agile-project/</guid>
<description><![CDATA[A friend of mine is just starting an agile project and is having discussions with her organisation]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>A friend of mine is just starting an agile project and is having discussions with her organisation&#8217;s top PM about how he believes <em>he</em> needs to begin to address the project&#8217;s needs, particularly in relation to staffing.</p>
<p>The approach he was dictating will be rather familiar to a lot of you:</p>
<ul></ul>
<ol>
<li>A <a href="http://www.betterprojects.net/">PM</a> will lead and manage the project</li>
<li>A <a href="http://www.barocks.com">BA</a> is needed to undertake analysis and design of the solution, perhaps coupled with an enterprise architect or a solutions architect.</li>
<li>A Developer (or three) is needed to produce the software solution. He&#8217;ll also work out how long the project will take based during the initiation phase on assessment of the number of use-cases in the requirements documentation</li>
<li>A Test Manager is required to do the User Acceptance Testing (UAT) and ensure the solution doesn&#8217;t break when introduced to the big wide world.</li>
<li>You might need an <a href="http://zenagile.wordpress.com/2009/10/01/the-evolution-of-the-agile-ia-oz-ia-2009-keynote-address/">IA</a> or user-experience engineer to help with UAT at the end of the project, or if you&#8217;re really advanced in your thinking, they might be involved up front to help clarify the project solution and identify the sets of users&#8217; needs from information classification to navigation paradigms.</li>
<li>&#8230; add 4 weeks for requirements and 2 weeks up-front for project initiation, 4 weeks for testing (UAT) at the end, and voila! you&#8217;ve got your project plan, n&#8217;est pas? (&#8230; hmmm &#8230; maybe not?)</li>
</ol>
<ul></ul>
<p>Given her project is expected to last about 12 months, as soon as you put a PM and a BA on the books, even if its only the equivalent of 1 FTE, you&#8217;re already looking at $0.25 million or so before you actually deliver something. So, I put the question to her as to whether you start with roles or whether aspects of what users say they require need to be assessed, prioritised, and <em>then</em> look at the skills needed with people who have those skills to <em>then </em>follow.</p>
<p>Some people think it&#8217;s a chicken and egg thing. How do you know where to start if a PM doesn&#8217;t sit down and plan out the schedule and a BA assess what&#8217;s required? Do you need to do this before you establish that you need a PM to manage the project and a BA to do the analysis?</p>
<p>In essence, preparing for an agile project is just a different way of thinking. Gone are the days where I personally just automatically assign a PM and a BA because I just can&#8217;t afford the overhead of having someone to intermittently gauge project risks, update gantt charts (note: <a href="http://zenagile.wordpress.com/2009/11/21/managing-agile-projects-with-kanban/">I now use Kanban instead</a>) and dictate to the team the tasks they should be doing just because the schedule says to do so.</p>
<p>Here&#8217;s <strong>my top 10</strong> on how I now begin my agile projects:</p>
<ol>
<li>I write-up a <strong>basic project requirement</strong> &#8212; after all, you&#8217;ve got to start with a list of basic user needs and what that might mean in relation to a solution. I know some organisations who will spend about $10K and two weeks doing initial requirements gathering, interviewing users and/or conducting workshops, and producing something simple to communicate what the project needs.
<p>Me? I like to start with a collection of user stories, a few <a href="http://zenagile.wordpress.com/2009/08/14/personas-in-agile/">personas</a>, <a href="http://magia3e.wordpress.com/2009/11/30/ia-tools-storyboards/">create storyboards for them in a workshop environment with post-its and pens</a>, and discuss what those user stories might mean in relation to features and sets of features. This typically takes me (and some SMEs like an enterprise architect and an experienced senior BA) a few days.</li>
<li>I then <strong>group the requirements into logical feature sets</strong> and prioritise them based on an initial assessment of value to the end-user. <a href="http://magia3e.wordpress.com/2009/07/24/web-2-0-workshop-card-game/">Card sorting</a> with users is a good way to involve users in ascertaining priority.</li>
<li>I then draw a line in the sand that <strong>describes the most simple, skinny solution</strong> &#8212; one that essentially has to be delivered in about 8 weeks.</li>
<li>I ascertain what documentation might be required or <strong>activities that need to be undertaken<br />
</strong></li>
<li>I assess what <strong>skills are required</strong> to complete the activities. If in doubt, check what you needed last time to produce a certain widget, document, or feature set. Document and baseline it often enough and this task becomes a breeze. Record how long it took and suddenly you&#8217;ll be able to have a better guess as to how long you&#8217;ll need to complete the task.</li>
<li>I then source the <strong>people with the right skills</strong> and note during the iteration of what feature set when they are required. I don&#8217;t care if they call themselves a PM, a BA, or an IA. If they have the right skills for the right job then I want them.</li>
<li>To mitigate against loss of knowledge because different people are involved at different times <strong>I use virtual teams</strong> to baseline and benchmark specific project elements, like the UI, interaction design, systems architecture, etc. In practice, this means gathering together, for example, all the analysts to have their own stand-up meetings about twice a week and have the most experienced among them take a <a href="http://zenagile.wordpress.com/2009/10/19/zenagile-roles-agile-sensei/">Sensei role</a>. These Sensei&#8217;s have their own stand-up meetings with the Roshi to communicate issues with the baseline.</li>
<li>If I&#8217;ve got multiple feature sets to produce in the skinny solution I <strong>group the feature sets into logical bundles</strong> and assign each bundle to a team. Of course this can cause fragmentation of the solution, particularly with respect to the UI and interaction design. Leveraging the Sensei in the virtual teams however mitigates the likelihood of this occurring.</li>
<li>Each <strong>team then needs someone to champion user needs and mentor people</strong> to make them more capable to deliver what the project needs (now and in the future) &#8212; the <a href="http://zenagile.wordpress.com/2009/10/19/zenagile-roles-agile-sensei/">team&#8217;s Sensei</a>. I simply choose the person that has the most experience and willingness to mentor. Some agile practitioners call this the Product Owner, Product Owner Proxy, the Product Manager or even just the Team Lead (I&#8217;m quite partial to Japanese terms and titles though, particularly given they don&#8217;t carry a lot of role &#8216;baggage&#8217; with them).</li>
<li>I then choose <strong>the most experienced Sensei amongst all the groups to be the Roshi</strong> &#8212; the person who will champion the project, teach and mentor the team members, be involved in producing aspects of the project, hold morning standups and communicate issues and risks to the Steering Committee. Some call this the Scrum Master, the Project Lead, the Project Director, or the Project Manager. I don&#8217;t care about the title overall, I just want them to:
<ol>
<li>lead</li>
<li>communicate</li>
<li>champion the project,</li>
<li>not be an &#8216;extra&#8217; or an &#8216;overhead&#8217;. I want them to be part of the solution and intimately familiar with it.</li>
</ol>
<p>When I suggested this to a group of PMs in a government department recently someone asked me whether this essentially meant that PMs needed to go out and learn new skills. I simply responded by saying that this was an opportunity for PMs to adapt and learn in order to add greater value to a project.</li>
</ol>
<p>Working this way to sort out how to begin your agile project isn&#8217;t hard. Importantly, it emphasises that from the outset of the project that <strong>adding value to users is important </strong>and your roles are subservient to <em>that</em> cause.</p>
<p>M</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[IA tools: Storyboards]]></title>
<link>http://magia3e.wordpress.com/2009/11/30/ia-tools-storyboards/</link>
<pubDate>Mon, 30 Nov 2009 05:14:18 +0000</pubDate>
<dc:creator>magia3e</dc:creator>
<guid>http://magia3e.wordpress.com/2009/11/30/ia-tools-storyboards/</guid>
<description><![CDATA[Storyboards are a great way to describe a user&#8217;s journey, their thoughts, feelings, attitudes,]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Storyboards are a great way to describe a user&#8217;s journey, their thoughts, feelings, attitudes, capabilities, behaviours and expectations, throughout a single scenario. They&#8217;re light-weight, easy to do, and as a visual tool can be used in workshops or just by a couple of members of the team. They also work perflectly on agile projects because they&#8217;re visual and, therefore, an instant placeholder for a conversation.</p>
<p style="text-align:center;"><a title="Storyboards by magia3e, on Flickr" href="http://www.flickr.com/photos/magia3e/4146349166/"><img class="aligncenter" src="http://farm3.static.flickr.com/2500/4146349166_1bf23fee14.jpg" alt="Storyboards" width="375" height="500" /></a></p>
<p>Here&#8217;s my tips for doing your own storyboards:</p>
<p><strong>1. Do your personas first.</strong> This way you&#8217;ll know, even at a basic level, who the people in your stories will be, how they think about their work and their behavioural attitudes.</p>
<p><strong>2. Put the persona into the scenario</strong>: From the persona&#8217;s perspective describe their thoughts and actions as they try to undertake the actions required of the scenario. This is where the user stories written on your agile story cards meet your personas on agile projects.</p>
<p><strong>3. Stick to a single scenario: </strong>You&#8217;ll be tempted to start to include a whole range of other things in your storyboard. Just keeping it simple will help. The only rule is that the storyboard must be logical and tell a user&#8217;s story from beginning to end.</p>
<p><strong>4. Stick figures are ok to! </strong>Many people shy away from storyboards because they think they can&#8217;t draw. But if you can draw speech bubbles, thought clouds, and a stick figure then you can draw storyboards. If you draw some hair on the stick figure then you can differentiate between Steve and John &#8212; which is very useful when one user in the storyboard is, for example, sending a message to another because then you need include both of them in the story.</p>
<p><strong>5. Include thoughts and feelings: </strong>It&#8217;s easy just to describe the logical sequence of events. The story becomes more personal, though, and thereby more real, if you include thought clouds and speech bubbles. This will ultimately mean people will be able to identify with the story and thereby make your storyboards more effective.</p>
<p><strong>6. Post-its and pens: </strong>I always use storyboards because I can do it in a moment&#8217;s notice with a Sharpie and post-it notes. This makes it very easy to swap post-its around, draw new ones, until I get all the logic right.</p>
<p>I then take a photo of the storyboard sequence (everyone has a camera on their phone these days) as a baseline and take the post-its into a workshop where I validate my logic by comparing it to the way users&#8217; sequence the elements.</p>
<p>If necesary, I&#8217;ll then take the storyboard and convert it into a workflow diagram in Visio as a communication of the user-to-system interactions that helps to clarify use cases for the BAs and developers &#8230; but that&#8217;s a blog post for another day.</p>
<p>M</p>
<p>&#160;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[UCD &amp; The Spanish Civil War]]></title>
<link>http://ucdhiddenhistory.wordpress.com/2009/11/29/ucd-the-spanish-civil-war/</link>
<pubDate>Sun, 29 Nov 2009 21:10:20 +0000</pubDate>
<dc:creator>jaycarax</dc:creator>
<guid>http://ucdhiddenhistory.wordpress.com/2009/11/29/ucd-the-spanish-civil-war/</guid>
<description><![CDATA[In this instalment of UCD Hidden History, we look at two UCD students who fought on the anti–Fascist]]></description>
<content:encoded><![CDATA[In this instalment of UCD Hidden History, we look at two UCD students who fought on the anti–Fascist]]></content:encoded>
</item>
<item>
<title><![CDATA[Intervarsities]]></title>
<link>http://9thlevelireland.wordpress.com/2009/11/29/intervarsities/</link>
<pubDate>Sun, 29 Nov 2009 10:08:06 +0000</pubDate>
<dc:creator>Steve</dc:creator>
<guid>http://9thlevelireland.wordpress.com/2009/11/29/intervarsities/</guid>
<description><![CDATA[&#8220;GO UCD! Intervarsities finals!!!! UCD! UCD! &#8221; (tweet) [Julie Galloway, Twitter, 28 Nove]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-full wp-image-2799" title="Ireland" src="http://9thlevelireland.wordpress.com/files/2009/03/ireland2.gif" alt="" width="21" height="21" />&#8220;GO UCD! Intervarsities finals!!!! UCD! UCD! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &#8221; (<a href="http://twitter.com/jgal713/statuses/6138107707" target="_blank">tweet</a>)</p>
<p style="text-align:right;">[Julie Galloway, <em>Twitter</em>, 28 November]</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[UCD hunts developers to build apartments for students - complete with all mod cons]]></title>
<link>http://9thlevelireland.wordpress.com/2009/11/27/ucd-hunts-developers-to-build-apartments-for-students-complete-with-all-mod-cons/</link>
<pubDate>Fri, 27 Nov 2009 19:35:00 +0000</pubDate>
<dc:creator>Steve</dc:creator>
<guid>http://9thlevelireland.wordpress.com/2009/11/27/ucd-hunts-developers-to-build-apartments-for-students-complete-with-all-mod-cons/</guid>
<description><![CDATA[&#8220;UCD is appealing to developers to build apartments for student accommodation. University Coll]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-full wp-image-2799" title="Ireland" src="http://9thlevelireland.wordpress.com/files/2009/03/ireland2.gif" alt="" width="21" height="21" />&#8220;UCD is appealing to developers to build apartments for student accommodation. University College Dublin has put out to tender for accommodation which is due to be ready by August 2010. It is thought this is the first time the university has put out feelers for new accommodation &#8230;&#8221; (<a href="http://www.herald.ie/national-news/ucd-hunts-developers-to-build-apartments-for-students--complete-with-all-mod-cons-1956288.html" target="_blank">more</a>)</p>
<p style="text-align:right;">[Claire Murphy, <em>Herald</em>, 27 November]</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Part 4: Dublin]]></title>
<link>http://amandacolleen.wordpress.com/2009/11/27/part-4-dublin/</link>
<pubDate>Thu, 26 Nov 2009 23:34:20 +0000</pubDate>
<dc:creator>amandacolleen</dc:creator>
<guid>http://amandacolleen.wordpress.com/2009/11/27/part-4-dublin/</guid>
<description><![CDATA[Part 4 August 2007 &#8211; August 2008 Dublin, Ireland I move to Dublin to begin the masters program]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://amandacolleen.wordpress.com/files/2009/11/9-10-014.jpg"><img class="aligncenter size-medium wp-image-621" title="9-10 014" src="http://amandacolleen.wordpress.com/files/2009/11/9-10-014.jpg?w=225" alt="" width="225" height="300" /></a></p>
<p><strong>Part 4</strong></p>
<p><strong>August 2007 &#8211; August 2008</strong></p>
<p><strong>Dublin, Ireland</strong></p>
<p><a href="http://amandacolleen.wordpress.com/files/2009/11/pembroke-road-house-dublin.jpg"><img class="aligncenter size-medium wp-image-626" title="Pembroke Road house, Dublin" src="http://amandacolleen.wordpress.com/files/2009/11/pembroke-road-house-dublin.jpg?w=225" alt="" width="225" height="300" /></a></p>
<p>I move to Dublin to begin the masters programme in Cultural Policy and Arts Management at University College Dublin. I find a basement flat (and a fantastic Irish flatmate, Siobhán) perfectly situated between campus and city centre.</p>
<p>I am intermittently homesick and can&#8217;t ever wake up wide eyed with the <strong>gray</strong> days. I seem to always be cold.</p>
<p><a href="http://amandacolleen.wordpress.com/files/2009/11/pembroke-road-house-dublin.jpg"> </a><a href="http://amandacolleen.wordpress.com/files/2009/11/9-10-026.jpg"><img class="aligncenter size-medium wp-image-745" title="9-10 026" src="http://amandacolleen.wordpress.com/files/2009/11/9-10-026.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p>I wait until the week after my mom visits me to get my first tattoo, write many letters, get a piggy back ride from a German guy through the streets of Madrid, attempt to cross stitch, learn how to pour a pint of Guinness, jump up and down to music, drink massive amounts of hot <strong>tea</strong>, go through countless umbrellas, finish a thesis, and avoid the bus whenever I can.</p>
<div id="attachment_743" class="wp-caption aligncenter" style="width: 310px"><a href="http://amandacolleen.wordpress.com/files/2009/11/group.jpg"><img class="size-medium wp-image-743" title="group" src="http://amandacolleen.wordpress.com/files/2009/11/group.jpg?w=300" alt="" width="300" height="277" /></a><p class="wp-caption-text">40s Ball</p></div>
<p><a href="http://amandacolleen.wordpress.com/files/2009/11/9-10-026.jpg"></a>I am surrounded by a lovely group of people that make up my class and am presented with minds that challenge my own. (I am not pleased to report that I can&#8217;t tell you exactly what everyone is doing at the moment.)</p>
<div id="attachment_750" class="wp-caption aligncenter" style="width: 310px"><a href="http://amandacolleen.wordpress.com/files/2009/11/group2.jpg"><img class="size-medium wp-image-750" title="group2" src="http://amandacolleen.wordpress.com/files/2009/11/group2.jpg?w=300" alt="" width="300" height="200" /></a><p class="wp-caption-text">Class trip to Liverpool</p></div>
<p>I am able to <strong>travel</strong> to some of Europe with friends, with family, and solo.</p>
<div id="attachment_754" class="wp-caption aligncenter" style="width: 310px"><a href="http://amandacolleen.wordpress.com/files/2009/11/my-parents-and-i-in-athens-greece.jpg"><img class="size-medium wp-image-754" title="my parents and I in Athens, Greece" src="http://amandacolleen.wordpress.com/files/2009/11/my-parents-and-i-in-athens-greece.jpg?w=300" alt="" width="300" height="225" /></a><p class="wp-caption-text">Family</p></div>
<p style="text-align:center;"><a href="http://amandacolleen.wordpress.com/files/2009/11/group2.jpg"></a></p>
<div id="attachment_749" class="wp-caption aligncenter" style="width: 310px"><a href="http://amandacolleen.wordpress.com/files/2009/11/9-10-0481.jpg"><img class="size-medium wp-image-749" title="9-10 048" src="http://amandacolleen.wordpress.com/files/2009/11/9-10-0481.jpg?w=300" alt="" width="300" height="225" /></a><p class="wp-caption-text">Fernando, Siobhán, Me</p></div>
<div id="attachment_746" class="wp-caption aligncenter" style="width: 310px"><a href="http://amandacolleen.wordpress.com/files/2009/11/9-10-185.jpg"><img class="size-medium wp-image-746" title="9-10 185" src="http://amandacolleen.wordpress.com/files/2009/11/9-10-185.jpg?w=300" alt="" width="300" height="225" /></a><p class="wp-caption-text">Solo</p></div>
<p>I&#8217;m fortunate enough to have a friend come visit me during St. Patrick&#8217;s Day and get a little annoyed with the tourist filled streets of what I feel to be my home city (even if temporary).</p>
<div id="attachment_757" class="wp-caption aligncenter" style="width: 310px"><a href="http://amandacolleen.wordpress.com/files/2009/11/9-10-121.jpg"><img class="size-medium wp-image-757" title="9-10 121" src="http://amandacolleen.wordpress.com/files/2009/11/9-10-121.jpg?w=300" alt="" width="300" height="225" /></a><p class="wp-caption-text">Dustin &#38; I, St. Stephen&#39;s Green</p></div>
<p style="text-align:center;">
<div id="attachment_759" class="wp-caption aligncenter" style="width: 310px"><a href="http://amandacolleen.wordpress.com/files/2009/11/glendalough-ireland-3.jpg"><img class="size-medium wp-image-759" title="Glendalough, Ireland 3" src="http://amandacolleen.wordpress.com/files/2009/11/glendalough-ireland-3.jpg?w=300" alt="" width="300" height="225" /></a><p class="wp-caption-text">Glendalough</p></div>
<p>I know that I changed during the year, but it&#8217;s difficult to pinpoint exactly how. What I do know is that it&#8217;s no easier to make decisions now about where to live and what I should do. Getting my MA didn&#8217;t exactly give me the clarity that I was expecting, but I&#8217;m okay with that.</p>
<p>I do miss this city.</p>
<p><a href="http://amandacolleen.wordpress.com/files/2009/11/9-10-0481.jpg"><br />
</a><a href="http://amandacolleen.wordpress.com/files/2009/11/sampling.jpg"><img class="aligncenter size-medium wp-image-756" title="sampling" src="http://amandacolleen.wordpress.com/files/2009/11/sampling.jpg?w=241" alt="" width="241" height="300" /></a>To be continued&#8230;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Hockey: UCD control game to overcome Fingal]]></title>
<link>http://9thlevelireland.wordpress.com/2009/11/26/hockey-ucd-control-game-to-overcome-fingal/</link>
<pubDate>Thu, 26 Nov 2009 06:16:16 +0000</pubDate>
<dc:creator>Steve</dc:creator>
<guid>http://9thlevelireland.wordpress.com/2009/11/26/hockey-ucd-control-game-to-overcome-fingal/</guid>
<description><![CDATA[&#8220;UCD men’s hockey team took on Fingal at the National Hockey Stadium in Belfield last Saturday]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-full wp-image-2799" title="Ireland" src="http://9thlevelireland.wordpress.com/files/2009/03/ireland2.gif" alt="" width="21" height="21" />&#8220;UCD men’s hockey team took on Fingal at the National Hockey Stadium in Belfield last Saturday, looking to extend their unbeaten run to three games. Taking on a Fingal side coming off the back of two successive losses, this was a good opportunity for College to push themselves above their opponents in the table with a win &#8230;&#8221; (<a href="http://www.universityobserver.ie/2009/11/24/hockey-ucd-control-game-to-overcome-fingal/" target="_blank">more</a>)</p>
<p style="text-align:right;">[Killian Woods, <em>University Observer</em>, 24 November]</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[UCD football]]></title>
<link>http://9thlevelireland.wordpress.com/2009/11/26/ucd-football/</link>
<pubDate>Thu, 26 Nov 2009 06:14:47 +0000</pubDate>
<dc:creator>Steve</dc:creator>
<guid>http://9thlevelireland.wordpress.com/2009/11/26/ucd-football/</guid>
<description><![CDATA[&#8220;UCD have won the First Division fair play award. http://ucdsoccer.com/index &#8230;.&#8221; (]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-full wp-image-2799" title="Ireland" src="http://9thlevelireland.wordpress.com/files/2009/03/ireland2.gif" alt="" width="21" height="21" />&#8220;UCD have won the First Division fair play award. http://ucdsoccer.com/index &#8230;.&#8221; (<a href="http://twitter.com/ucdupdates/statuses/6056271272" target="_blank">tweet</a>)</p>
<p style="text-align:right;">[UCD AFC, <em>Twitter</em>, 25 November]</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Aggression from SIPTU/IMPACT at UCD gates]]></title>
<link>http://9thlevelireland.wordpress.com/2009/11/25/aggression-from-siptuimpact-at-ucd-gates/</link>
<pubDate>Wed, 25 Nov 2009 18:07:14 +0000</pubDate>
<dc:creator>Steve</dc:creator>
<guid>http://9thlevelireland.wordpress.com/2009/11/25/aggression-from-siptuimpact-at-ucd-gates/</guid>
<description><![CDATA[&#8220;Were you one of those verbally abused, physically blocked from entering, herded from your bus]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-full wp-image-2799" title="Ireland" src="http://9thlevelireland.wordpress.com/files/2009/03/ireland2.gif" alt="" width="21" height="21" />&#8220;Were you one of those verbally abused, physically blocked from entering, herded from your bus at the entrances to UCD today, had people sitting on the bonnet of your car? Democratic right to protest? What about democratic right to cross a picket? &#8230;&#8221; (<a href="http://www.boards.ie/vbulletin/showthread.php?t=2055749841" target="_blank">discussion thread</a>)</p>
<p style="text-align:right;">[<em>Boards.ie</em>, 25 November]</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[UC Regents Pass 32% Fee Increase on Students, Sparks Outrage]]></title>
<link>http://noworldsystem.com/2009/11/25/uc-regents-pass-32-fee-increase-on-students-sparks-outrage/</link>
<pubDate>Wed, 25 Nov 2009 10:37:08 +0000</pubDate>
<dc:creator>infolution</dc:creator>
<guid>http://noworldsystem.com/2009/11/25/uc-regents-pass-32-fee-increase-on-students-sparks-outrage/</guid>
<description><![CDATA[Students from all UC&#8217;s (UCI, UCSD, UC Berkeley, UCLA, UCD, UCSB, UCSC, UC Merced, UCR) gather ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><em>Students from all UC&#8217;s (UCI, UCSD, UC Berkeley, UCLA, UCD, UCSB, UCSC, UC Merced, UCR) gather to address the fee hikes induced to widen the education gap between the privileged and less so.</em><br />
<font size="4">UC Regents Pass 32% Fee Increase on Students, Sparks Outrage</font></p>
<p><font face="arial" size="2"><a href="http://www.dailynexus.com/article.php?a=19806">Daily Nexus</a><br />
November 19, 2009</p>
<p>The UC Board of Regents officially approved a 32 percent student fee increase.</p>
<p>At today’s meeting, board members cast their votes &#8211; with only one dissenting &#8211; to hike mandatory system-wide undergraduate student fees to over $10,000 next year. The increase will occur in two stages, with the first 15 percent spiking midyear fees from $7,788 to $8,373 and the next 15 percent upping 2010-11 fees to $10,302.</p>
<p>This fee hike marks the ninth time in seven years that the UC Regents approved an increase in undergraduate tuition fees.</p>
<p>Student Regent Jesse Bernal, a UCSB graduate student, cast the only vote against the proposal.</p>
<p>Across the UCLA campus, protesters held rallies against the fee hike. Some students also occupied a university lecture hall for a sit-in demonstration.</p>
<p><strong>UCLA</strong></font></p>
<p></p>
<div style="text-align:center;"><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/jl8XYMoD5tk&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/jl8XYMoD5tk&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span><a href="http://www.youtube.com/watch?v=jl8XYMoD5tk">http://www.youtube.com/watch?v=jl8XYMoD5tk</a></div>
<p>
<font face="arial" size="2"><strong>UC Berkeley</strong></font></p>
<p></p>
<div style="text-align:center;"><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/wtiP7hFk22k&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/wtiP7hFk22k&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span><a href="http://www.youtube.com/watch?v=wtiP7hFk22k">http://www.youtube.com/watch?v=wtiP7hFk22k</a></div>
<p></p>
<div style="text-align:center;"><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/ldGJp_hxlP4&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/ldGJp_hxlP4&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span><a href="http://www.youtube.com/watch?v=ldGJp_hxlP4">http://www.youtube.com/watch?v=ldGJp_hxlP4</a></div>
<p></p>
<div style="text-align:center;"><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/rOI5l2_RghQ&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/rOI5l2_RghQ&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span><a href="http://www.youtube.com/watch?v=rOI5l2_RghQ">http://www.youtube.com/watch?v=rOI5l2_RghQ</a></div>
<p></p>
<div style="text-align:center;"><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/n0EClTM7HcE&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/n0EClTM7HcE&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span><a href="http://www.youtube.com/watch?v=n0EClTM7HcE">http://www.youtube.com/watch?v=n0EClTM7HcE</a></div>
<p></p>
<div style="text-align:center;"><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/RWGCnVjWRd0&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/RWGCnVjWRd0&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span><a href="http://www.youtube.com/watch?v=RWGCnVjWRd0">http://www.youtube.com/watch?v=RWGCnVjWRd0</a></div>
<p align="center">&#160;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[University hands confidential student records to media]]></title>
<link>http://9thlevelireland.wordpress.com/2009/11/24/university-hands-confidential-student-records-to-media/</link>
<pubDate>Tue, 24 Nov 2009 15:01:46 +0000</pubDate>
<dc:creator>Steve</dc:creator>
<guid>http://9thlevelireland.wordpress.com/2009/11/24/university-hands-confidential-student-records-to-media/</guid>
<description><![CDATA[“The University Observer can exclusively reveal major security flaws within the UCD Registry, which ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-full wp-image-2799" title="Ireland" src="http://9thlevelireland.wordpress.com/files/2009/03/ireland2.gif" alt="" width="21" height="21" />“<em>The University Observer</em> can exclusively reveal major security flaws within the UCD Registry, which allow an individual to gain access to the detailed academic records of any UCD graduate. UCD’s Student Desk supplied <em>The University Observer</em> with copies of full academic statements for two recent graduates, after this newspaper compiled two standard application forms impersonating the students whose grades were being sought …” (<a href="http://www.universityobserver.ie/2009/11/24/university-hands-confidential-student-records-to-media/" target="_blank">more</a>)</p>
<p style="text-align:right;">[Gavan Reilly, <em>University Observer</em>, 24 November]</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Analysis: It’s all in the details …]]></title>
<link>http://9thlevelireland.wordpress.com/2009/11/24/analysis-it%e2%80%99s-all-in-the-details-%e2%80%a6/</link>
<pubDate>Tue, 24 Nov 2009 15:00:08 +0000</pubDate>
<dc:creator>Steve</dc:creator>
<guid>http://9thlevelireland.wordpress.com/2009/11/24/analysis-it%e2%80%99s-all-in-the-details-%e2%80%a6/</guid>
<description><![CDATA[“After multiple breaches of confidentiality, why are UCD Schools and administration not taking the p]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-full wp-image-2799" title="Ireland" src="http://9thlevelireland.wordpress.com/files/2009/03/ireland2.gif" alt="" width="21" height="21" />“After multiple breaches of confidentiality, why are UCD Schools and administration not taking the protection of student details seriously? Michelle McCormick examines the lack of data protection in UCD and asks why it’s such a low priority for the powers that be …” (<a href="http://www.universityobserver.ie/2009/11/24/analysis-it%e2%80%99s-all-in-the-details%e2%80%a6/" target="_blank">more</a>)</p>
<p style="text-align:right;">[Michelle McCormick, <em>University Observer</em>, 24 November]</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[UCD overcome Queen’s in quarter finals]]></title>
<link>http://9thlevelireland.wordpress.com/2009/11/24/ucd-overcome-queen%e2%80%99s-in-quarter-finals/</link>
<pubDate>Tue, 24 Nov 2009 14:58:36 +0000</pubDate>
<dc:creator>Steve</dc:creator>
<guid>http://9thlevelireland.wordpress.com/2009/11/24/ucd-overcome-queen%e2%80%99s-in-quarter-finals/</guid>
<description><![CDATA[“UCD’s first year footballers overcame a determined challenge from Queen’s University Belfast on a b]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-full wp-image-2799" title="Ireland" src="http://9thlevelireland.wordpress.com/files/2009/03/ireland2.gif" alt="" width="21" height="21" />“UCD’s first year footballers overcame a determined challenge from Queen’s University Belfast on a blustery Wednesday afternoon last week, in the quarter final of the Fresher’s Cup. On home ground, however, the UCD side had a very difficult time subduing this physical Queen’s outfit …” (<a href="http://www.universityobserver.ie/2009/11/24/ucd-overcome-queen%e2%80%99s-in-quarter-finals/" target="_blank">more</a>)</p>
<p style="text-align:right;">[Patrick Guiney, <em>University Observer</em>, 24 November]</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Desire paths and routes to data]]></title>
<link>http://ebiinterfaces.wordpress.com/2009/11/24/desire-paths-and-routes-to-data/</link>
<pubDate>Tue, 24 Nov 2009 13:00:40 +0000</pubDate>
<dc:creator>Francis Rowland</dc:creator>
<guid>http://ebiinterfaces.wordpress.com/2009/11/24/desire-paths-and-routes-to-data/</guid>
<description><![CDATA[Desire paths are the worn tracks you sometimes see, cutting across a patch of grass, or through a he]]></description>
<content:encoded><![CDATA[Desire paths are the worn tracks you sometimes see, cutting across a patch of grass, or through a he]]></content:encoded>
</item>
<item>
<title><![CDATA[UCD picket]]></title>
<link>http://9thlevelireland.wordpress.com/2009/11/24/ucd-picket/</link>
<pubDate>Tue, 24 Nov 2009 10:07:58 +0000</pubDate>
<dc:creator>Steve</dc:creator>
<guid>http://9thlevelireland.wordpress.com/2009/11/24/ucd-picket/</guid>
<description><![CDATA[“The ucd strikers are a bit much trying to block the gates” (tweet) [jgal713, Twitter, 24 November]]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-full wp-image-2799" title="Ireland" src="http://9thlevelireland.wordpress.com/files/2009/03/ireland2.gif" alt="" width="21" height="21" />“The ucd strikers are a bit much trying to block the gates” (<a href="http://twitter.com/jgal713" target="_blank">tweet</a>)</p>
<p style="text-align:right;">[jgal713, <em>Twitter</em>, 24 November]</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Amigos]]></title>
<link>http://sandymei.wordpress.com/2009/11/23/amigos/</link>
<pubDate>Tue, 24 Nov 2009 03:23:21 +0000</pubDate>
<dc:creator>sandymei</dc:creator>
<guid>http://sandymei.wordpress.com/2009/11/23/amigos/</guid>
<description><![CDATA[I wish my friends and I would look like these group of girls when we go out! Then we&#8217;d totally]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I wish my friends and I would look like these group of girls when we go out!</p>
<p><img class="alignnone" title="Models" src="http://sandralykke.dk/wp-content/uploads/2009/09/erin-wasson01.jpg" alt="" width="456" height="331" /></p>
<p>Then we&#8217;d totally stand out. Before I say anything else, I just want to say that I love my friends&#8230; but I wish they would dress up more! Not even dress up, but just wear heels out or something. This year, I&#8217;ve started to actually wear shoes with heels to school. Not like fugly prom heels, but they&#8217;re oxford booties which are quite comfortable and appropriate. But I don&#8217;t care how my friends dress to school, but when we go out&#8230; I feel overdressed wearing what I deem as casual streetwear!</p>
<p>I attend UCD, and the times that I&#8217;ve gone out to the bars and whatnot, girls just wear t-shirts and flip flops! It totally discourages me from putting any effort at all into what I wear when I go out <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Anyway, I sound like such a hater haha, but I promise I&#8217;m actually really nice!</p>
<p>my <a href="http://www.chictopia.com/sandym" target="_self">Chictopia</a> page!</p>
<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Sandy</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Fee Increase Protest]]></title>
<link>http://ucdavis.wordpress.com/2009/11/23/fee-increase-protest/</link>
<pubDate>Mon, 23 Nov 2009 19:22:11 +0000</pubDate>
<dc:creator>J. Austin</dc:creator>
<guid>http://ucdavis.wordpress.com/2009/11/23/fee-increase-protest/</guid>
<description><![CDATA[Signs posted in Dutton hall protesting the UC fee increase.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Signs posted in Dutton hall protesting the UC fee increase.<!-- This default template simple inserts each image with the correct width and height --></p>
<p><img src="http://ucdavis.files.wordpress.com/2009/11/wpid87-091123_0041.jpg?w=450&#038;h=300" alt="" width="450" height="300" /><br />
<!-- This default template simple inserts each image with the correct width and height --></p>
<p><img src="http://ucdavis.files.wordpress.com/2009/11/wpid89-091123_0045.jpg?w=450&#038;h=300" alt="" width="450" height="300" /><br />
<!-- This default template simple inserts each image with the correct width and height --></p>
<p><img src="http://ucdavis.files.wordpress.com/2009/11/wpid91-091123_0046.jpg?w=450&#038;h=300" alt="" width="450" height="300" /><br />
<!-- This default template simple inserts each image with the correct width and height --></p>
<p><img src="http://ucdavis.files.wordpress.com/2009/11/wpid93-091123_0047.jpg?w=300&#038;h=450" alt="" width="300" height="450" /><br />
<!-- This default template simple inserts each image with the correct width and height --></p>
<p><img src="http://ucdavis.files.wordpress.com/2009/11/wpid95-091123_0048.jpg?w=450&#038;h=300" alt="" width="450" height="300" /><br />
<!-- This default template simple inserts each image with the correct width and height --></p>
<p><img src="http://ucdavis.files.wordpress.com/2009/11/wpid97-091123_0049.jpg?w=450&#038;h=300" alt="" width="450" height="300" /><br />
<!-- This default template simple inserts each image with the correct width and height --></p>
<p><img src="http://ucdavis.files.wordpress.com/2009/11/wpid99-091123_0050.jpg?w=450&#038;h=352" alt="" width="450" height="352" /><br />
<!-- This default template simple inserts each image with the correct width and height --></p>
<p><img src="http://ucdavis.files.wordpress.com/2009/11/wpid101-091123_0053.jpg?w=450&#038;h=300" alt="" width="450" height="300" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[College staff quit ahead of blitz on pensions]]></title>
<link>http://9thlevelireland.wordpress.com/2009/11/23/college-staff-quit-ahead-of-blitz-on-pensions/</link>
<pubDate>Mon, 23 Nov 2009 08:31:56 +0000</pubDate>
<dc:creator>Steve</dc:creator>
<guid>http://9thlevelireland.wordpress.com/2009/11/23/college-staff-quit-ahead-of-blitz-on-pensions/</guid>
<description><![CDATA[&#8220;More than 50 senior academics are retiring from UCD this year, ahead of a clampdown on genero]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-full wp-image-2799" title="Ireland" src="http://9thlevelireland.wordpress.com/files/2009/03/ireland2.gif" alt="" width="21" height="21" />&#8220;More than 50 senior academics are retiring from UCD this year, ahead of a clampdown on generous pension top-ups. Some of them are getting up to 10 years added to their pensions, but in future the maximum is expected to be reduced to five. Topping up academics&#8217; pensions has been custom and practice for decades &#8230;&#8221; (<a href="http://www.independent.ie/education/latest-news/college-staff-quit-ahead-of-blitz-on-pensions-1949442.html" target="_blank">more</a>)</p>
<p style="text-align:right;">[John Walshe and Michael Brennan, <em>Independent</em>, 20 November]</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Colleges to stay open during strike]]></title>
<link>http://9thlevelireland.wordpress.com/2009/11/22/colleges-to-stay-open-during-strike/</link>
<pubDate>Sun, 22 Nov 2009 15:29:07 +0000</pubDate>
<dc:creator>Steve</dc:creator>
<guid>http://9thlevelireland.wordpress.com/2009/11/22/colleges-to-stay-open-during-strike/</guid>
<description><![CDATA[&#8220;Third-level colleges will stay open next Tuesday but severe disruption of lectures is expecte]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-full wp-image-2799" title="Ireland" src="http://9thlevelireland.wordpress.com/files/2009/03/ireland2.gif" alt="" width="21" height="21" />&#8220;Third-level colleges will stay open next Tuesday but severe disruption of lectures is expected. University College Cork will close but that is because of flooding. University College Dublin said some students had assessments and/or assignment submissions scheduled for Tuesday &#8230;&#8221; (<a href="http://www.independent.ie/education/latest-news/colleges-to-stay-open-during-strike-1950086.html" target="_blank">more</a>)</p>
<p style="text-align:right;">[John Walshe, <em>Independent</em>, 21 November]</p>
<p style="text-align:left;"><em>Blogmeister&#8217;s note:</em> So if all I&#8217;m hearing and reading is correct (a big assumption) that means that TCD, UCD, NUIM and NUIG will be open but will have pickets; UL and DCU will be open and without pickets; and UCC will just be sweeping up the mess, with no pickets, but no teaching either, for the whole of the week. Do I have it right, or can someone with local knowledge give us a better picture? And what&#8217;s  happening in the ITs?</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[UCD Women lose out on Varsity final, Men arrive joined third]]></title>
<link>http://9thlevelireland.wordpress.com/2009/11/22/ucd-women-lose-out-on-varsity-final-men-arrive-joined-third/</link>
<pubDate>Sun, 22 Nov 2009 10:19:53 +0000</pubDate>
<dc:creator>Steve</dc:creator>
<guid>http://9thlevelireland.wordpress.com/2009/11/22/ucd-women-lose-out-on-varsity-final-men-arrive-joined-third/</guid>
<description><![CDATA[&#8220;Last week, UCD competed in the 2009 All-Ireland Intervarsities, hosted by University College ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-full wp-image-2799" title="Ireland" src="http://9thlevelireland.wordpress.com/files/2009/03/ireland2.gif" alt="" width="21" height="21" />&#8220;Last week, UCD competed in the 2009 All-Ireland Intervarsities, hosted by University College Cork. Every year, the competition sees Ireland’s colleges square off on a volleyball court over a three-day tournament, with the winning teams being offered a much coveted place in the EVA Student Cup in Leeds &#8230;&#8221; (<a href="http://ucdvball.isgreat.org/?p=184" target="_blank">more</a>)</p>
<p style="text-align:right;">[<em>UCD Volleyball</em>, 19 November]</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Google Image Swirl]]></title>
<link>http://findjw.wordpress.com/2009/11/22/google-swirl/</link>
<pubDate>Sun, 22 Nov 2009 07:23:16 +0000</pubDate>
<dc:creator>Jian Wei</dc:creator>
<guid>http://findjw.wordpress.com/2009/11/22/google-swirl/</guid>
<description><![CDATA[Google has introduced a new way of image search called, Google Image Swirl. When you search a partic]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://image-swirl.googlelabs.com/"><img class="alignnone size-medium wp-image-87" title="googleswirl01" src="http://findjw.wordpress.com/files/2009/11/googleswirl01.jpg" alt="" width="477" height="188" /></a></p>
<p>Google has introduced a new way of image search called, Google Image Swirl. When you search a particular place, object, person or product, it groups all similar images into a &#8216;thumbnail&#8217; which you can further expand to see more.</p>
<p>Here&#8217;s what <a href="http://googleblog.blogspot.com/2009/11/explore-images-with-google-image-swirl.html">Official Google Blog</a> has to say:</p>
<blockquote><p>Image Swirl expands on technologies developed for<a href="http://googleblog.blogspot.com/2009/10/similar-images-graduates-from-google.html"> Similar Images</a> and <a href="http://googleblog.blogspot.com/2009/09/picasa-35-now-with-name-tags-and-more.html">Picasa Face Recognition</a> to discern how images should be grouped together and build hierarchies out of these groups. Each thumbnail on the initial results page represents an algorithmically-determined representative group of images with similar appearance and meaning. These aren&#8217;t just the most relevant images — they are the most relevant groups of images.</p>
<p>Image Swirl currently works for more than 200,000 queries and we plan to include more queries in the future. Available queries will auto-complete as you start to type in the search box, similar to Google Suggest.</p></blockquote>
<p><a href="http://findjw.wordpress.com/files/2009/11/googleswirl02.jpg"><img class="alignnone size-full wp-image-89" title="googleswirl02" src="http://findjw.wordpress.com/files/2009/11/googleswirl02.jpg" alt="" width="477" height="313" /></a></p>
<p><strong><a href="http://image-swirl.googlelabs.com/">Try it</a> yourself.</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[090802_0167 - UC Davis Arboretum]]></title>
<link>http://myvisualperceptions.wordpress.com/2009/11/21/090802_0167-uc-davis-arboretum/</link>
<pubDate>Sat, 21 Nov 2009 01:39:51 +0000</pubDate>
<dc:creator>J. Austin</dc:creator>
<guid>http://myvisualperceptions.wordpress.com/2009/11/21/090802_0167-uc-davis-arboretum/</guid>
<description><![CDATA[Early morning photo of the UC Davis Arboretum.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><!-- This default template simple inserts each image with the correct width and height --></p>
<p><img src="http://myvisualperceptions.files.wordpress.com/2009/11/wpid252-090802_0167.jpg?w=450&#038;h=301" width="450" height="301" /></p>
<p>Early morning photo of the UC Davis Arboretum.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[UCD Rag Week 1979 Poster]]></title>
<link>http://ucdhiddenhistory.wordpress.com/2009/11/20/ucd-rag-week-1979-poster/</link>
<pubDate>Fri, 20 Nov 2009 19:43:09 +0000</pubDate>
<dc:creator>jaycarax</dc:creator>
<guid>http://ucdhiddenhistory.wordpress.com/2009/11/20/ucd-rag-week-1979-poster/</guid>
<description><![CDATA[Thanks to The Vipers&#8217; myspace for the image. http://www.myspace.com/the_vipers]]></description>
<content:encoded><![CDATA[Thanks to The Vipers&#8217; myspace for the image. http://www.myspace.com/the_vipers]]></content:encoded>
</item>
<item>
<title><![CDATA[Exciting times..]]></title>
<link>http://racey1.wordpress.com/2009/11/20/getting-a-paper-published/</link>
<pubDate>Fri, 20 Nov 2009 15:21:31 +0000</pubDate>
<dc:creator>racey1</dc:creator>
<guid>http://racey1.wordpress.com/2009/11/20/getting-a-paper-published/</guid>
<description><![CDATA[I’ve been approached to write a paper out of my MSc dissertation.  It’s something I dreamt about as ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I’ve been approached to write a paper out of my MSc dissertation.  It’s something I dreamt about as a spotty psychology undergraduate in the tropics of North Queensland, Australia. </p>
<p>However, I must confess I am finding the prospect of actually writing an academic paper a scary prospect.  I’m happy to be collaborating with another past MSc student who followed up my research as I feel like I will have someone to share the journey with.  </p>
<p>We applied a user-centred methodology to investigating chronic pain patients’ needs for support in managing their pain.  <!--more-->At the start of the research we were not confined by technological constraints – it was a case of identifying the problems and letting the user needs suggest the best mode of delivery.  </p>
<p>The reason we decided to do this research is because the user-centred design approach had not been applied to chronic pain management tools development.  The development of medical devices and interfaces are still heavily software development process driven and any user requirements identified tends to be led by medical practitioners.</p>
<p>I started the investigation using interviews and literature review to identify the main problems that chronic pain patients experience when applying pain management methods in the home environment.  </p>
<p>This provided a list of user needs covering communication, reminders and information requirements which were then validated with patients.  My colleague performed further analysis of the interview data and supplemented this data with further interviews.  She identified further requirements and created personas and scenarios to show the target user goals and the context and paths of use.  It was at this stage that the type of system that would be helpful to solve the chronic pain management issues started to emerge.</p>
<p>Anyway I will update over the coming months as to our progress and the steps we take in getting our paper considered for publication.</p>
<p>Wish me luck!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Students say college levies are 'fees by the back door']]></title>
<link>http://9thlevelireland.wordpress.com/2009/11/20/students-say-college-levies-are-fees-by-the-back-door/</link>
<pubDate>Fri, 20 Nov 2009 09:06:02 +0000</pubDate>
<dc:creator>Steve</dc:creator>
<guid>http://9thlevelireland.wordpress.com/2009/11/20/students-say-college-levies-are-fees-by-the-back-door/</guid>
<description><![CDATA[&#8220;A new row over third-level funding has been sparked by student union claims that colleges are]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-full wp-image-2799" title="Ireland" src="http://9thlevelireland.wordpress.com/files/2009/03/ireland2.gif" alt="" width="21" height="21" />&#8220;A new row over third-level funding has been sparked by student union claims that colleges are using most of their €1,500-a-head registration charges to plug gaps in state funding. The claim by student representatives in the country&#8217;s two largest universities, TCD and UCD, will be investigated by the Higher Education Authority (HEA) &#8230;&#8221; (<a href="http://www.independent.ie/national-news/students-say-college-levies-are-fees-by-the-back-door-1949445.html" target="_blank">more</a>)</p>
<p style="text-align:right;">[Katherine Donnelly, <em>Independent</em>, 20 November]</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
