<?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>Sam Moffatt @ Pasamio.com &#187; university</title>
	<atom:link href="http://pasamio.com/category/university/feed/" rel="self" type="application/rss+xml" />
	<link>http://pasamio.com</link>
	<description>Sam Moffatt's Tech Blog: Writings on Technology</description>
	<lastBuildDate>Tue, 20 Jul 2010 14:25:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>ePrints Author ID</title>
		<link>http://pasamio.com/2009/08/28/eprints-author-id/</link>
		<comments>http://pasamio.com/2009/08/28/eprints-author-id/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 10:47:03 +0000</pubDate>
		<dc:creator>pasamio</dc:creator>
				<category><![CDATA[eprints]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[university]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://pasamio.com/?p=560</guid>
		<description><![CDATA[One of the things I&#8217;ve been working on over the last month is the ability to create distinct and unique author identifiers for ePrints. ePrint&#8217;s is a really awesome Perl based repository that the University uses to handle its research papers but whilst it is great at handling ePrints, documents, users and a whole host [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things I&#8217;ve been working on over the last month is the ability to create distinct and unique author identifiers for ePrints. ePrint&#8217;s is a really awesome Perl based repository that the University uses to handle its research papers but whilst it is great at handling ePrints, documents, users and a whole host of other things it really falls over when you try to treat authors as individuals.</p>
<p><span id="more-560"></span>Currently ePrints lists authors by using the creator field of an ePrint. This is usually entered as the cited name of the author. If you have a small number of authors with different names this works reasonably well as the system can differentiate between people without much issues. The problem comes in when people are cited differently or have very similar names but are distinct people. Then it becomes bad.</p>
<p>One way of solving the problem is really quite ugly: you go through and change the cited author to make it look &#8220;neater&#8221;. In fact one of our library staff decided that they would do that greatly damaging the value of the data stored with in the system, tainting it horribly and creating more work for themselves. The cynic in me wonders that they&#8217;re just creating more work for themselves later to go back through and fix it all up. So there is a solution, non technical and pretty ordinary.</p>
<p>So our solution was to turn authors into a first class data set within ePrints. They&#8217;re not some unidentifiable free text field with no great purpose (there was a creator ID field but email address was suggested to be used for it) but in fact they are now their own entity which is cool.</p>
<p>We&#8217;ve done some different stuff with the author ID project at USQ that I&#8217;d like to share:</p>
<div>
<dl id="attachment_564" style="text-align: center; background-color: #f3f3f3; padding-top: 4px; -webkit-border-top-right-radius: 3px 3px; -webkit-border-top-left-radius: 3px 3px; -webkit-border-bottom-left-radius: 3px 3px; -webkit-border-bottom-right-radius: 3px 3px; width: 264px; margin: 10px; border: 1px solid #dddddd;">
<dt><a href="http://pasamio.com/wp-content/uploads/2009/08/authorid-authoredit.png"><img style="padding: 0px; margin: 0px; border: 0px none initial;" title="Author ID - Author Editing Screen" src="http://pasamio.com/wp-content/uploads/2009/08/authorid-authoredit-254x300.png" alt="This screen depicts the edit view for an author." width="254" height="300" /></a></dt>
<dd style="font-size: 11px; line-height: 17px; padding-top: 0px; padding-right: 4px; padding-bottom: 5px; padding-left: 4px; margin: 0px;">This screen depicts the edit view for an author.</dd>
<div><span style="font-size: small;"><span style="line-height: 17px;"><br />
</span></span></div>
</dl>
</div>
<p>So an author has a name, they can be linked back to a user ID, they have an email address (both primary email address which should be used for contact and alternate addresses for aiding search), a biography and external identifiers. A cool feature of the primary email address is that when it is updated it automatically gets copied to the alternate email address list,  so you can easily update an email address and still retain the old one (you can still remove them from the alternate email address easily). The external identifiers section provides the ability to list useful identifiers for the author that mean something outside of ePrints. This could be stuff like a staff or student number that you record against the author to help with recognising your users. This is also a new field type developed called &#8216;Name-Value&#8217; to represent name value pairs of data and provide an editing interface.</p>
<p>But the problem with authors is that they don&#8217;t stay the same: they&#8217;re dynamic. So they might move around an organisation, shift faculties, join a research centre or even leave the organisation. Recording this in the author record is more than possible but it starts to get messy &#8211; we start talking about &#8216;versions&#8217; of the author but versions imply the wrong concept. A researcher might be working on papers in two different faculties, each paying for his time and each deserving of recognition. In our case we also need to use that information for reporting so that we can properly allocate funds based on research outcomes as well &#8211; for us it is important to know who paid for the research.</p>
<p>So to solve this problem I created a system called &#8220;author instances&#8221;. Author instances provide a subrecord of the authors that permits instances of specific data to be created and associated with the author. Then when an author creates a paper a link is created to this instance and not directly to the author. This allows the author record to contain information that is relatively static and data that might periodically change (such as department or even which institution someone is at) is then located in the author instance. As this isn&#8217;t &#8216;versioning&#8217; per se it also works well for when a researcher is concurrently producing papers for different parts of the institution (or even for bodies external to the institution).</p>
<div id="attachment_565" class="wp-caption alignnone" style="width: 310px"><a href="http://pasamio.com/wp-content/uploads/2009/08/authorid-authorinstance_edit.png"><img class="size-medium wp-image-565" title="Author ID - Editing an Author Instance" src="http://pasamio.com/wp-content/uploads/2009/08/authorid-authorinstance_edit-300x168.png" alt="This screen depicts the edit view for an author instance." width="300" height="168" /></a><p class="wp-caption-text">This screen depicts the edit view for an author instance.</p></div>
<p>The author instance is very light by default, it only contains the author that it is linked to, its display name and a preferred flag. The preferred flag is mutually exclusive within author instances &#8211; if one instance for an author sets the flag then it is cleared for all other authors. In the screen shot you will notice an untranslated field called &#8220;deptid&#8221;. This is another new metafield that has been developed called &#8220;Externalitemref&#8221; which is similar to the built in ItemRef field however it works on tables managed outside of ePrints. ExternalItemRef takes the params of a table name, a key field and a name field to operate in a similar manner to the ItemRef and link data back in.</p>
<p>The observant will notice that both the ExternalItemRef and the built-in ItemRef field also have a find entry button. This button has also been added to the ePrint item editing screen as well and triggers a popup window which allows easy searching for the particular item (user, author, author instance) that you are interested in.</p>
<div id="attachment_566" class="wp-caption alignnone" style="width: 310px"><a href="http://pasamio.com/wp-content/uploads/2009/08/authorid-eprint_edit_w-popup.png"><img class="size-medium wp-image-566" title="Author ID - ePrints Edit View with Instance selector popup" src="http://pasamio.com/wp-content/uploads/2009/08/authorid-eprint_edit_w-popup-300x104.png" alt="The standard ePrints creator fields have a &quot;Find Entry&quot; button as well." width="300" height="104" /></a><p class="wp-caption-text">The standard ePrints creator fields have a &quot;Find Entry&quot; button as well.</p></div>
<p>So as we can see there is now a &#8220;Find Entry&#8221; button that pops up with a new window allowing us to select an author instance for this author easily and not have to worry that we&#8217;re going to mistype their email address or similar.</p>
<p>This is just a quick introduction into some of the changes that the Author ID system which USQ has developed provides. Ideally we&#8217;d love to feed this back to the ePrints core so that everyone can use this, or a similar system, in a great way. If you want to read more you can check out the &#8220;<a title="Author ID Notes" href="http://sammoffatt.com.au/kb-downloads/doc/3/raw">Author ID Notes</a>&#8221; document on my <a title="Sam Moffatt Consulting Knowledge Base Downloads" href="http://sammoffatt.com.au/kb-downloads">knowledge base download site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://pasamio.com/2009/08/28/eprints-author-id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HECS/HELP in Australia: Who is thinking about it?</title>
		<link>http://pasamio.com/2008/11/09/hecshelp-in-australia-who-is-thinking-about-it/</link>
		<comments>http://pasamio.com/2008/11/09/hecshelp-in-australia-who-is-thinking-about-it/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 16:37:29 +0000</pubDate>
		<dc:creator>pasamio</dc:creator>
				<category><![CDATA[australia]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://pasamio.com/?p=72</guid>
		<description><![CDATA[The other day I visited a site that may not always be visited by many uni students, I went to the site of the Reserve Bank of Australia. The RBA is the institution in Australia that sets our cash interest rate which impacts on various items, notably the cash lending rate (e.g. the rate that [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I visited a site that may not always be visited by many uni students, I went to the site of the Reserve Bank of Australia. The RBA is the institution in Australia that sets our cash interest rate which impacts on various items, notably the cash lending rate (e.g. the rate that banks charge you interest on their loans) which is typically a few percentage points higher than the policy interest rate. Its not quite the same and banks whilst always increasing the interest rate haven&#8217;t necessarily been reducing the interest rate as well. But todays gripe isn&#8217;t about the banks lack of morals when it comes to money &#8211; its about the other item that appears on the RBA&#8217;s home page: the inflation rate, or &#8220;CPI&#8221;.</p>
<p>For those playing at home who aren&#8217;t familiar with HECS/HELP, heres a quick primer on how it works. Once upon a time university education in Australia was free, surprising but true. This was a long time ago, about the same time as the present set of politicians were getting educated. And then it progressed to be that students wouldn&#8217;t get free education but they would be given a loan interest free that would get paid back to the government based on their tax return. This effectively meant that above a certain point you got taxed at a higher rate and that went towards paying your debt. Nifty, not ideal but not entirely horrible. The Howard Government in part of its many University related reforms decided that they would charge interest on this loan, using CPI to index it. When this was introduced it didn&#8217;t sound too bad. CPI was relatively low, 2% to 3%, and the cash interest rate was comparatively high, 6% to 7+%. So it didn&#8217;t seem to bad.</p>
<p>Fast forward to now and we&#8217;ve hit an economic crisis. Inflation is now 5% and the cash interest rate is at 5.25%. Keep in mind that banks are at present loaning at around the 8% mark up to 9%. It would in fact be interesting to see if the CPI retained its position and the interest lowered even further making CPI higher than the cash lending rate, but that much is pure speculation. However why does this matter?</p>
<p>Well whilst the Student Guild&#8217;s are bleating in pleasure that the Labor government is going to give them back their cash cow so that they can spend it on useless things again. Now I have nothing against the employees of said Unions/Guilds, my sister is in fact one and the people who work at my uni refect are also awesome, they just don&#8217;t offer me anything valuable. Take for example a bottle of coke, that is 20 cents cheaper out of the vending machine up the hall a little bit from the refect than it is to purchase from the refect. The vending machine itself is 10 cents more expensive than driving down the road a little bit to the bakery and considerably more expensive than buying it from the local supermarket. Part of this I can understand, but when I was a member of the union forcibly and had to pay $40 per subject (comparatively not too bad) the fact that I then have to pay for food that isn&#8217;t competitive is a bit of a blow. Keeping in mind that at my university the Guild has manage to remove any external provider and is the sole provider of sustenance on campus controlling the two coffee shops (one under the library and another near the book shop), having a club facility (coffee, alcohol at night, food during the day) and the main refect &#8211; after all of this it is still more expensive. Vending machines are a bit more complicated but seem to strangely compete with the Guild which leads me to wonder who exactly controls them. But I digress, whilst they bleat about wanting money and how they won&#8217;t squander it (some fees were as high as $600), the Government is also talking about the ability to defer this extra fee to HECS/HELP as well and nobody seems to care that the interest rate on said loan is in fact increasing.</p>
<p>It proves perhaps most to me about how pointless and useless the union system is that they make so much noise about getting money from the universities and not about ensuring the good of their potential members. My Guild didn&#8217;t act in my behalf and provided no tangible service which meant that I had no issues leaving them. Turned out that the university ended up propping them up anyway, so they didn&#8217;t lose much but at the end of the day they were next to useless. What I found most interesting was that when voluntary student unionism was being introduced they complained that the sports fields would be overgrown and unrulely. Funnily enough I felt that the university was an academic location and not a sporting facility so if the grass grew a little too long on a sports field then so be it. And in this single moment it encapsulates all that was wrong about the Guild.</p>
<p>I keep going off track here, but my problem is of course the fact that the Student Unions don&#8217;t do a lot to support their students and expect so much of them. I&#8217;ve heard nothing about the fact that CPI has doubled and thus the loan&#8217;s interest rate has also increased.</p>
<p>Perhaps nobody has realised what is happening yet because they haven&#8217;t looked at their tax yet or seen the increase in their interest. Perhaps next year they will see it and then there will be some noise, though I doubt. It&#8217;d be nice to at least go back to the last iteration where the government sponsored the education of its people and they had to slowly pay it back with no interest incurred. Perhaps I&#8217;m complaining about nothing, but wouldn&#8217;t you be worried if the loan you signed up for had doubled its rate and the prospect of getting a job was drastically reduced?</p>
]]></content:encoded>
			<wfw:commentRss>http://pasamio.com/2008/11/09/hecshelp-in-australia-who-is-thinking-about-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Death of a University</title>
		<link>http://pasamio.com/2008/11/06/death-of-a-university/</link>
		<comments>http://pasamio.com/2008/11/06/death-of-a-university/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 11:53:07 +0000</pubDate>
		<dc:creator>Pasamio</dc:creator>
				<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://pasamio.com/?p=43</guid>
		<description><![CDATA[Over the last few months I had seen the signs of my university trying to die. Last year it was the loss of a lecturer that wasn&#8217;t replaced (he retired) and others who left and weren&#8217;t replaced. Courses were scrapped (including ones I was doing! I&#8217;ve got Data Mining and Intelligent Agent Technology on my [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last few months I had seen the signs of my university trying to die. Last year it was the loss of a lecturer that wasn&#8217;t replaced (he retired) and others who left and weren&#8217;t replaced. Courses were scrapped (including ones I was doing! I&#8217;ve got Data Mining and Intelligent Agent Technology on my list that don&#8217;t exist any more; I managed to defeat the dreaded and quite pointless Australia and the Asia Pacific with patience, it died before I needed to graduate). Other subjects on my list have drastically changed, such as my networking course which went from having a strong programming and development component to basically be a Cisco course. Other things have started being palmed off to other departments, such as the new Oracle requirement for the web development course which is a Business course and a rather practical one at that. It also looks like the system administration course is shipped out to business as well with the &#8220;d&#8221; in the Unix permissions now meaning &#8220;delete&#8221; not directory (yes, on NTFS or NSS from Novell both have a &#8216;delete&#8217; or &#8216;erase&#8217; attribute to set however this wasn&#8217;t that).</p>
<p>In some respects I&#8217;m happy that I got in when I did. I had courses when they were low numbers (great ratios!) before they were cut and things were enjoyable. You ended up in classes where it was easy to have reasonable discussions about things in lectures and practicals. It was good.</p>
<p>So now I&#8217;m looking at doing my masters, I&#8217;m already enrolled and having a look at some of the projects to do. The first subject on my list for summer is e-Commerce, which looks pretty interesting and I think that I have got a project in mind that should work properly for it. I wonder if I&#8217;ll get the chance to finish my masters the way I want to or if my luck has run out.</p>
]]></content:encoded>
			<wfw:commentRss>http://pasamio.com/2008/11/06/death-of-a-university/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
