<?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>E1n1verse &#187; tasks</title>
	<atom:link href="http://einiverse.eingang.org/tag/tasks/feed/" rel="self" type="application/rss+xml" />
	<link>http://einiverse.eingang.org</link>
	<description>WoW, Learning, and Teaching by Michelle A. Hoyle</description>
	<lastBuildDate>Fri, 26 Oct 2012 16:25:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Metric MDS &amp; Data Delivered</title>
		<link>http://einiverse.eingang.org/2004/06/04/metric-mds-data-delivered/</link>
		<comments>http://einiverse.eingang.org/2004/06/04/metric-mds-data-delivered/#comments</comments>
		<pubDate>Fri, 04 Jun 2004 20:47:37 +0000</pubDate>
		<dc:creator>Eingang</dc:creator>
				<category><![CDATA[analysis]]></category>
		<category><![CDATA[phding]]></category>
		<category><![CDATA[MatLab]]></category>
		<category><![CDATA[meeting with supervisor]]></category>
		<category><![CDATA[metric]]></category>
		<category><![CDATA[multidimensional scaling]]></category>
		<category><![CDATA[progress]]></category>
		<category><![CDATA[tasks]]></category>

		<guid isPermaLink="false">http://einiverse.eingang.org/blogs/2004/06/04/metric-mds-data-delivered/</guid>
		<description><![CDATA[I had a good meeting with Thufir on May 14th, lasting almost the full allotted hour. This was because I&#8217;ve recently had a breakthrough with my MATLAB analysis and can quantitatively evaluate the similarity between different people or different algorithms with my multi-dimensional scaling (MDS) diagrams. I took some output to the meeting which compared [...]]]></description>
			<content:encoded><![CDATA[<p>I had a good meeting with <abbr title="Names have been changed to protected the innocent.  Thufir Hawat is my supervisor">Thufir</abbr> on May 14th, lasting almost the full allotted hour.  This was because I&#8217;ve recently had a breakthrough with my MATLAB analysis and can quantitatively evaluate the similarity between different people or different algorithms with my multi-dimensional scaling (MDS) diagrams.  I took some output to the meeting which compared my half-baked algorithm against the cosine normalization version.  Both use hypernyms, but how they weigh the hypernyms is different.  My automated analysis algorithm also produces an MDS cluster diagram as output for each of the data files provided (see anal1ahyper and anal2ahyper).</p>
<p align="center"><a href="/archives/images/anal1ahyper060404.html" title="Click for full-size version of this image"><img src="/archives/images/anal1ahyper060404-thumb.png" width="50%" height="50%" border="0" alt="Multidimensional scaling visual representation of document similarity using Anal1a" /></a></p>
<p align="center"><a href="/archives/images/anal2ahyper060404.html" title="Click for full-size version of this image"><img src="/archives/images/anal2ahyper060404-thumb.png" width="50%" height="50%" border="0" alt="Multidimensional scaling visual representation of document similarity using Anal2a" /></a></p>
<p>Anal1a, in terms of clumping, doesn&#8217;t look very good, at least not anymore.   That was not previously the case, but I had revised my algorithm to make it symmetrical as per the insructions of a computing statistician here at the University of Sussex.  He claimed that the Procrustes Rotation needed symmetric data and my nonsymmetric data, where Doc1 vs Doc2 didn&#8217;t have the same similarity as Doc2 vs Doc1, was not going to work.  That change has, I believe, altered the efficacy of the algorithm and things are no longer clumped together as promisingly as they were previously.    The clumps should be a two- or three-letter short code followed by a digit.  Therefore, ac1 and ac2 belong together.  Pl1, pl2, and pl3 belong together, and so on.  The clumping is significantly better in the already symmetric cosine normalization algorithm (anal2a).  The two speech processing documents are clumped together (sp1 and sp2), all of the Power PC and G4 documents are together (pp1, pp2, g4c), and the three Pine Lake tornado stories are clumped far away from everything else (which is all computer-related) and together on their own.  Excellent clumping, in fact.  So the hypernym hypothesis looks like, on these short documents, it is working well with cosine normalization.</p>
<p align="center"><a href="/archives/images/anal1ahyperVsala2ahyper060404.html" title="Click for full-size version of this image"><img src="http://einiverse.eingang.org/archives/images/anal1ahyperVsala2ahyper060404-thumb.png" width="50%" height="50%" border="0" alt="Visual representation of Anal1a mapped onto Anal2a using Procrustes Rotation" /></a></p>
<p>Here&#8217;s the final bit of loveliness: comparing one MDS cluster diagram against another.  MDS output is mapped to the vector space independently.  That is, the same data will produce the same visualization or mapping, but different data is mapped to a different vector space, so you cannot just compare one MDS matrix to another directly.  That is where Procrustes Rotation comes in.  It applies a series of intelligent matrix transformations, trying to map the second vector matrix onto the source vector matrix.  As a side benefit, essential in my case, it always provides a fitness measure to tell you how close the two were. on a scale of 0 to 1.  So these two, as you can see (see above image), even after the transformations, were not that close together.  As it happens, though, this is not particularly useful information to know.  I am currently more interested in assessing how close the two algorithms are to human classifiers.</p>
<p>This recent success gave us plenty to discuss, particularly with respect to metric and non-metric data.  The MDS community calls source data metric when the similarity or dissimilarity data is symmetric.   That is, the value at row 2, column 1 is the same as the value at row 1, column 2.  Classical multi-dimensional scaling (MDS) is designed to only work with metric data.  SPSS includes the ALSCAL and PROXSCAL MDS algorithms which can work with non-metric data, but MATLAB&#8217;s classical MDS does not because it treats things as Eucledean distances&#8211;another reason why I had to alter the Anal1a algorithm.  The primary reason I now had metric data for everything, however, was because the computing statistician had told me I needed it for the Procrustes.  Hawever, as we were examining my output, it occurred to me that Procrustes did not really care if the data was symmetric, so long as the dimensions of the data were the same (the same number of rows and columns).   Which leads us to question whether the application of the method is statistically sensible or not.    To that end, I need to track down a new computing statistician and perhaps a mathematician and discuss the process with them.  My original computing statistician has retired. </p>
<p>Earlier I said that comparing one machine to another, to see how they fit is not useful information, but what would be interesting is to prepare a matrix of all the possible combinations of human judgements, cosine normalization, and weird formula:</p>
<pre>
cosine   wrd form.   human
cosine (anal2a)		x
weird formula (anal1a)           x
human                                        x
</pre>
<p>So that is my task for my next meeting (on the 16th of June).  Before then, I need to figure out how to get MATLAB to take multiple tables as data.  In SPSS, I could paste in several tables (representing all of the people&#8217;s individual data, for example) and it would work with that.   That is necessary in order to aggregate the peopel to do the comparison.  Onward ho, then!  Progress at last!</p>
<p><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2004%2F06%2F04%2Fmetric-mds-data-delivered%2F&amp;linkname=Metric%20MDS%20%26%20Data%20Delivered" title="Twitter" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2004%2F06%2F04%2Fmetric-mds-data-delivered%2F&amp;linkname=Metric%20MDS%20%26%20Data%20Delivered" title="Google+" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/google_plus.png" width="16" height="16" alt="Google+"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2004%2F06%2F04%2Fmetric-mds-data-delivered%2F&amp;linkname=Metric%20MDS%20%26%20Data%20Delivered" title="Evernote" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_diigo" href="http://www.addtoany.com/add_to/diigo?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2004%2F06%2F04%2Fmetric-mds-data-delivered%2F&amp;linkname=Metric%20MDS%20%26%20Data%20Delivered" title="Diigo" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/diigo.png" width="16" height="16" alt="Diigo"/></a><a class="a2a_button_google_plusone addtoany_special_service" data-href="http://einiverse.eingang.org/2004/06/04/metric-mds-data-delivered/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Feiniverse.eingang.org%2F2004%2F06%2F04%2Fmetric-mds-data-delivered%2F&amp;title=Metric%20MDS%20%26%20Data%20Delivered" id="wpa2a_2">Share/Save</a></p>
]]></content:encoded>
			<wfw:commentRss>http://einiverse.eingang.org/2004/06/04/metric-mds-data-delivered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meeting with Supervisor</title>
		<link>http://einiverse.eingang.org/2004/03/16/meeting-with-supervisor-3/</link>
		<comments>http://einiverse.eingang.org/2004/03/16/meeting-with-supervisor-3/#comments</comments>
		<pubDate>Tue, 16 Mar 2004 23:02:45 +0000</pubDate>
		<dc:creator>Eingang</dc:creator>
				<category><![CDATA[phding]]></category>
		<category><![CDATA[CSR]]></category>
		<category><![CDATA[FirstClass]]></category>
		<category><![CDATA[intermission]]></category>
		<category><![CDATA[MatLab]]></category>
		<category><![CDATA[meeting with supervisor]]></category>
		<category><![CDATA[planning]]></category>
		<category><![CDATA[progress]]></category>
		<category><![CDATA[tasks]]></category>
		<category><![CDATA[web sites]]></category>

		<guid isPermaLink="false">http://einiverse.eingang.org/blogs/2004/03/16/meeting-with-supervisor-3/</guid>
		<description><![CDATA[I had a short meeting with Thufir today to check on how much progress I have made at reintegrating myself back into the flow of university life. The number of things I managed to check-off from my last to-do list was woefully short, but still progress of a sort. For example, retroactive intermission was granted. [...]]]></description>
			<content:encoded><![CDATA[<p>I had a short meeting with <abbr title="Names have been changed to protected the innocent.  Thufir Hawat is my supervisor">Thufir</abbr> today to check on how much progress I have made at reintegrating myself back into the flow of university life.  The number of things I managed to check-off from my last to-do list was woefully short, but still progress of a sort.  For example, retroactive intermission was granted.  I now have until September 30th, 2006 to finish my DPhil.  That required very little work on my part or my supervisor&#8217;s to put through.  It was the fastest resolved intermission request ever.    I also wrote up my 30 words and scrounged up a picture for the next HCT brochure.  The only other completed task off my list was sending an e-mail to the <a href="http://www.sussex.ac.uk/information_office/bulletin/" title="The University of Sussex Bulletin">Bulletin</a> mentioning my <a href="http://www.open.ac.uk/" title="The Open University on the Web">Open University</a> teaching award, about which I have yet to hear anything.  As I only submitted that late last week, he figured it was still early days.</p>
<p><span id="more-52"></span><br />
Despite my pitiful progress on the items on my list, I hadn&#8217;t been completely idle.  I was able to report that I had been investing time in helping coordinate and set-up the new <a href="http://www.firstclass.com" title="FirstClass Collaborative Software">FirstClass</a> intranet to be used by the  <a href="http://www.cogs.susx.ac.uk/ideas/" title="The IDEAs Lab home page">IDEAs Lab</a>.  I have also been providing some advice to <a href="http://www.cogs.susx.ac.uk/ideas/julie.htm" title="Julie Coultas, IDEAs lab member">Julie Coultas</a> on creating a web-site specification for her EduServ project.    These activities do not directly further my Ph.D. work, but Thufir pointed out that they serve to help relieve the intrinsic isolation of my position in the group, as I am not working on a project with others and my work is not very directly related to most of the <a href="http://www.cogs.susx.ac.uk/ideas/projects.htm" title="IDEAs Lab projects">Lab&#8217;s projects</a>.  I must be careful, however, not to spend the majority of my time on Lab-related work.<br />
On my list of things still to do is to sort out my <a href="http://www.mathworks.com" title="MATLAB is statistical and computational software">MATLAB</a> problems.  Prior to leaving for Canada last October, I was in correspondence with <a href="http://www.sussex.ac.uk/geography/profile347.html" title="Dr. Tom Browne at the University of Sussex">Dr. Tom Browne</a>, who is responsible for academic license management here at the <a href="http://www.sussex.ac.uk/" title="The University of Sussex in Brighton, England">University of Sussex</a>.  While the software can be run directly on campus from various UNIX boxes, copying and pasting data/diagrams between the UNIX machine and the Mac isn&#8217;t particular convenient.  Sussex maintains a pool of MATLAB licenses.  Purchasing individual licenses and toolkits is very expensive, so I have been trying to acquire the use of a license for use on my Macintosh.   I need to follow up and see what the status of this last was.<br />
One of the things Thufir is concerned about is that I have been basically stuck at the same point of my Ph.D. for several years now.  Of course, that has not  been helped by my lengthy absences due to work and my poor health over the past few years.  It also has not been helped by the fact that the analysis I need to do is quite tricky and not understood by many people.  Thufir admitted that the statistics was beyond him.  Imagine a supervisor not knowing everything, but he was happy to admit he&#8217;s not the end-all, be-all for everything.  He tried forwarding me to various people and I spent ages asking people for advice and help all over the Internet and locally before I chanced across something on my own.  The other factor that has been impeding the analysis is that statistics is not my strong point.  I do not enjoy doing this analysis, yet it is hanging over my head like the <a href="http://ancienthistory.about.com/library/bl/bl_damocles.htm" title="A short explanation of the Sword of Damocles">sword of Damocles</a>.    He worries the analysis tarpit is making my Ph.D. a chore and leading to anxiety and a constant circling without any substantial progress.   He is looking for ways to help me break the &#8220;logjam.&#8221;  He suggested two things.  One thing was to look for something &#8220;fun&#8221; that I could start work on now, which might help rekindle my enthusiasm for my project.  Another related idea is to see if there is something I can do which does not hinge upon the results of the analysis, perhaps, for example, some of the writing.  I promised to look at that as I continue my work on updating my timeline.<br />
Finally, we discussed my general health and wellbeing.  I confessed to being tired, after a hard week the last time he saw me of preparing for a big client demo and then following it up the week after with energy-intensive marking.  He wondered if I could afford to not do the work at the Open University.  The financials do not allow that at the present time.   Almost half of what my company paid me (pre-tax!) went out as rent here in England.  Without the <a href="http://www.open.ac.uk" title="The Open University">OU</a> income, I would have been in the hole.  Nevertheless, I did discuss with him my idea of working more at the OU, maybe up to three days a week and none for my own company.  I would probably make more money, be less stressed, and have more time to spend on my Ph.D.  Doing so, particularly without planning and warning, would place my own company in a precarious position, so I will need to muddle along as best as possible for the moment.<br />
Next meeting is April 2nd at 16:30.<br />
Task list:<br />
- Resurrect and review Ph.D. plan.<br />
- Sort out MATLAB issues<br />
- Work on CSR version of my paper so that I can submit it for publication and send it off to my external advisor</p>
<p><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2004%2F03%2F16%2Fmeeting-with-supervisor-3%2F&amp;linkname=Meeting%20with%20Supervisor" title="Twitter" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2004%2F03%2F16%2Fmeeting-with-supervisor-3%2F&amp;linkname=Meeting%20with%20Supervisor" title="Google+" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/google_plus.png" width="16" height="16" alt="Google+"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2004%2F03%2F16%2Fmeeting-with-supervisor-3%2F&amp;linkname=Meeting%20with%20Supervisor" title="Evernote" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_diigo" href="http://www.addtoany.com/add_to/diigo?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2004%2F03%2F16%2Fmeeting-with-supervisor-3%2F&amp;linkname=Meeting%20with%20Supervisor" title="Diigo" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/diigo.png" width="16" height="16" alt="Diigo"/></a><a class="a2a_button_google_plusone addtoany_special_service" data-href="http://einiverse.eingang.org/2004/03/16/meeting-with-supervisor-3/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Feiniverse.eingang.org%2F2004%2F03%2F16%2Fmeeting-with-supervisor-3%2F&amp;title=Meeting%20with%20Supervisor" id="wpa2a_4">Share/Save</a></p>
]]></content:encoded>
			<wfw:commentRss>http://einiverse.eingang.org/2004/03/16/meeting-with-supervisor-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meeting with Supervisor</title>
		<link>http://einiverse.eingang.org/2004/03/02/meeting-with-supervisor-2/</link>
		<comments>http://einiverse.eingang.org/2004/03/02/meeting-with-supervisor-2/#comments</comments>
		<pubDate>Tue, 02 Mar 2004 21:41:59 +0000</pubDate>
		<dc:creator>Eingang</dc:creator>
				<category><![CDATA[phding]]></category>
		<category><![CDATA[balance]]></category>
		<category><![CDATA[CSR]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[intermission]]></category>
		<category><![CDATA[MatLab]]></category>
		<category><![CDATA[meeting with supervisor]]></category>
		<category><![CDATA[progress]]></category>
		<category><![CDATA[tasks]]></category>

		<guid isPermaLink="false">http://einiverse.eingang.org/blogs/2004/03/02/meeting-with-supervisor-2/</guid>
		<description><![CDATA[I met with my supervisor briefly this afternoon. Given that I&#8217;d just been gone for another 6-month period, his first serious question was whether I wished to continue with my Ph.D. or whether I needed an &#8220;easy way out.&#8221; I assured him that I still wanted to finish my Ph.D. and that I didn&#8217;t need [...]]]></description>
			<content:encoded><![CDATA[<p>I met with my supervisor briefly this afternoon.  Given that I&#8217;d just been gone for another 6-month period, his first serious question was whether I wished to continue with my Ph.D. or whether I needed an &#8220;easy way out.&#8221;  I assured him that I still wanted to finish my Ph.D. and that I didn&#8217;t need an &#8220;easy way out.&#8221;  That question once again settled, we then proceeded on to the practicalities of actually doing a Ph.D.  With my recent long absence, he was all in favour of me applying to extend my last batch of intermission to cover the fall and spring terms.  He suggested I write another letter to Phil Husbands, asking for intermission due to work.<br />
As always, the issue of my health and medication was included.  I assured him that my health had been good of late.  He thought I looked a lot healthier, too.  My medication usage, I had to relate, was not completely perfect, but it was a lot better.  I explained how I was trying to balance my life a lot better, taking weekends off and suchlike.  I have been aided in this quest by a dynamic to-do-list manager called <a href="http://www.llamagraphics.com" title="LifeBalance home">LifeBalance</a>.  I showed him my desired versus actual pie chart and today&#8217;s to do list and explained how it was time- and place-sensitive.   By trying to do things only in the time slots allocated for them and relaxing outside of work/research hours, my health has improved and I&#8217;m not quite as stressed.</p>
<p><span id="more-48"></span><br />
Nevertheless, I still had to confess that I basically had not accomplished anything since our previous meeting on the 23rd of September and that our librarian was hounding me to submit my revised paper as I promised her I was going to publish it as a Computer Science Report last year.  She now has a gap in her numbering and wants me to cough up the goods.  My supervisor thought that would be a good place to start in getting my mind back into my research.  Revision of that paper and publication of it is also what I have been waiting on before seeking assistance from an external advisor, so it all ties together nicely.<br />
He also thought I should make sure that I am represented in the upcoming annual HCT publication, with a picture and a description of my project.  As that was already on my list of things to do, that is not a big deal.  I believe I can even recycle previous material.  I showed him my to-do list and my latest calendar for working on my Ph.D., which reminded him that I should unearth my research plan and update it for past progress and new timelines.  I am not looking forward to that, but it is good to have a timeline.  My new proposed timetable gives me between 5 to 7 research days at the University a month.<br />
I mentioned, almost in passing, that I will be winning a national award for excellence in teaching from the <a href="http://www.open.ac.uk" title="The Open University's home page">Open University</a>.   He was extremely pleased and suggested that I drop a note to the editors of the <em>Bulletin</em>, a weekly newsletter here at the University, as that&#8217;s the kind of tidbit they&#8217;d likely want to publish.   That also led into a discussion of what I am doing at the Open University and my usage of FirstClass there.  Our Lab is getting a <a href="http://www.centrinity.com/" title="FirstClass at Centrinity">FirstClass</a> conferencing system for sharing resources and updating web pages.  I wasn&#8217;t sure how well it would work for updating web pages automatically, as I have not seen FirstClass really used for that, beyond shared calendars, but I think it&#8217;s a neat experiment.<br />
Finally, I told him that I&#8217;d actually put together a research blog which was currently very short on content and unindexed by Google, but it was a good place to start my efforts in building myself a community.  It&#8217;s another positive step forward.<br />
At the end of the meeting, we closed, as usual, by selecting a new meeting date.  Next meeting is a half hour squeezed inbetween other appointments on Tuesday, the 16th of March, at 16:15.<br />
Task List:<br />
- Send another letter to postgraduate dean about extending intermission from October to end of February.<br />
- Send HCT Info to Rose&#8217;s secretary for inclusion in annual publication.<br />
- Resurrect and review timelines for my research plan.<br />
- Send note to A.F. of the bulletin about winning teaching award at the Open University.<br />
- Review the paper for submission to the library.<br />
- Send e-mail to F.S. saying I&#8217;m alive and include revised version of paper.<br />
- Review MATLAB application acquisition status.</p>
<p><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2004%2F03%2F02%2Fmeeting-with-supervisor-2%2F&amp;linkname=Meeting%20with%20Supervisor" title="Twitter" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2004%2F03%2F02%2Fmeeting-with-supervisor-2%2F&amp;linkname=Meeting%20with%20Supervisor" title="Google+" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/google_plus.png" width="16" height="16" alt="Google+"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2004%2F03%2F02%2Fmeeting-with-supervisor-2%2F&amp;linkname=Meeting%20with%20Supervisor" title="Evernote" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_diigo" href="http://www.addtoany.com/add_to/diigo?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2004%2F03%2F02%2Fmeeting-with-supervisor-2%2F&amp;linkname=Meeting%20with%20Supervisor" title="Diigo" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/diigo.png" width="16" height="16" alt="Diigo"/></a><a class="a2a_button_google_plusone addtoany_special_service" data-href="http://einiverse.eingang.org/2004/03/02/meeting-with-supervisor-2/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Feiniverse.eingang.org%2F2004%2F03%2F02%2Fmeeting-with-supervisor-2%2F&amp;title=Meeting%20with%20Supervisor" id="wpa2a_6">Share/Save</a></p>
]]></content:encoded>
			<wfw:commentRss>http://einiverse.eingang.org/2004/03/02/meeting-with-supervisor-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meeting with Supervisor</title>
		<link>http://einiverse.eingang.org/2003/09/23/meeting-with-supervisor/</link>
		<comments>http://einiverse.eingang.org/2003/09/23/meeting-with-supervisor/#comments</comments>
		<pubDate>Tue, 23 Sep 2003 22:09:57 +0000</pubDate>
		<dc:creator>Eingang</dc:creator>
				<category><![CDATA[phding]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[intermission]]></category>
		<category><![CDATA[MatLab]]></category>
		<category><![CDATA[progress]]></category>
		<category><![CDATA[tasks]]></category>

		<guid isPermaLink="false">http://einiverse.eingang.org/blogs/2003/09/23/meeting-with-supervisor/</guid>
		<description><![CDATA[I met with my supervisor briefly at lunch today. We quickly reviewed my intermission status and I reported on my previous week&#8217;s efforts. I, of course, had to relate my &#8220;D&#8217;oh&#8221; moment about the X applications running on my Mac and then discussed running it off of rsunx versus locally. He wants to be kept [...]]]></description>
			<content:encoded><![CDATA[<p>I met with my supervisor briefly at lunch today.  We quickly reviewed my intermission status and I reported on my previous week&#8217;s efforts.  I, of course, had to relate my &#8220;D&#8217;oh&#8221; moment about the  X applications running on my Mac and then discussed running it off of rsunx versus locally.  He wants to be kept informed on my progress in obtaining a license.  There&#8217;s a possibility that the department might be able to buy/subsidize a license and I should let him know if money needs to change hands.</p>
<p><span id="more-43"></span><br />
The MATLAB discussion led quite nicely into the progress.  I was able to show him a graph and explain what I had been doing and my current problems.  He&#8217;s going to look for info on MATLAB courses at the university and/or tutorials so I can get up to speed faster.  He also reminded me that David Young is a MATLAB resource I might be able to tap.<br />
He was quite pleased about my progress and thought I&#8217;d managed to get quite a bit done, even if I hadn&#8217;t yet completely solved my analysis problem.  At least I was getting somewhere.<br />
Things To Do:<br />
Clean up report and give to Ben before publishing as CSRP<br />
Continue work on MATLAB<br />
Read my Hypertext &#8217;03 papers<br />
Research what I was waiting for David and Ian to provide<br />
Continue on with MATLAB licensing issues</p>
<p><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2003%2F09%2F23%2Fmeeting-with-supervisor%2F&amp;linkname=Meeting%20with%20Supervisor" title="Twitter" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2003%2F09%2F23%2Fmeeting-with-supervisor%2F&amp;linkname=Meeting%20with%20Supervisor" title="Google+" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/google_plus.png" width="16" height="16" alt="Google+"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2003%2F09%2F23%2Fmeeting-with-supervisor%2F&amp;linkname=Meeting%20with%20Supervisor" title="Evernote" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_diigo" href="http://www.addtoany.com/add_to/diigo?linkurl=http%3A%2F%2Feiniverse.eingang.org%2F2003%2F09%2F23%2Fmeeting-with-supervisor%2F&amp;linkname=Meeting%20with%20Supervisor" title="Diigo" rel="nofollow" target="_blank"><img src="http://einiverse.eingang.org/wp-content/plugins/add-to-any/icons/diigo.png" width="16" height="16" alt="Diigo"/></a><a class="a2a_button_google_plusone addtoany_special_service" data-href="http://einiverse.eingang.org/2003/09/23/meeting-with-supervisor/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Feiniverse.eingang.org%2F2003%2F09%2F23%2Fmeeting-with-supervisor%2F&amp;title=Meeting%20with%20Supervisor" id="wpa2a_8">Share/Save</a></p>
]]></content:encoded>
			<wfw:commentRss>http://einiverse.eingang.org/2003/09/23/meeting-with-supervisor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
