<?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>Jo Montgomery</title>
	<atom:link href="http://dm.ncl.ac.uk/jo/feed/" rel="self" type="application/rss+xml" />
	<link>http://dm.ncl.ac.uk/jo</link>
	<description>Creative Extraordinaire</description>
	<lastBuildDate>Wed, 29 Jun 2011 17:24:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>DOING: Max MSP &#8211; Fragmentation</title>
		<link>http://dm.ncl.ac.uk/jo/2011/06/22/doing-max-msp-fragmentation/</link>
		<comments>http://dm.ncl.ac.uk/jo/2011/06/22/doing-max-msp-fragmentation/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 12:58:04 +0000</pubDate>
		<dc:creator>jo</dc:creator>
				<category><![CDATA[Doing]]></category>

		<guid isPermaLink="false">http://dm.ncl.ac.uk/jo/?p=200</guid>
		<description><![CDATA[The theme the Max MSP doing module was &#8220;fragmentation&#8221;. To me, &#8220;fragments&#8221; suggest fragments of memory, or remembering fragments of things, so I wanted to make something that would record snippets of the user&#8217;s life. The first thing I had to do was establish precisely what aspects of someone&#8217;s life I was trying to capture. [...]]]></description>
				<content:encoded><![CDATA[<p>The theme the Max MSP doing module was &#8220;fragmentation&#8221;. To me, &#8220;fragments&#8221; suggest fragments of memory, or remembering fragments of things, so I wanted to make something that would record snippets of the user&#8217;s life.</p>
<p>The first thing I had to do was establish precisely what aspects of someone&#8217;s life I was trying to capture. What parts of your day are <em>actually</em> worth savouring? It&#8217;s not gonna be things like buying milk, watching TV, or cooking dinner&#8230; you&#8217;re going to value more important things than that. So I decided to capture moments when the user experiences an emotional surge, ie. when they are excited, or distressed, or nervous.</p>
<p style="text-align: center"><a href="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-22-at-13.41.58.png"><img class="aligncenter size-full wp-image-201" src="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-22-at-13.41.58.png" alt="" width="627" height="469" /></a></p>
<p>To do this I created a circuit which uses an LED and an LDR to pick up your heart beat. It works by detecting the change in density in your finger; when your heart beats, your blood pulses into your finger and it momentarily becomes denser. Between pulses, the blood flows out and your finger becomes more transparent.</p>
<p style="text-align: center"><a href="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-22-at-13.42.18.png"><img class="aligncenter size-full wp-image-202" src="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-22-at-13.42.18.png" alt="" width="629" height="470" /></a></p>
<p>The LDR detects these minute changes in density. I used Arduino2Max (as, after battling with both for a while, it seemed decidedly more simple than Firmata etc!) to read in the values from analogue port zero.</p>
<p>So basically, my Max MSP patch reads in the analogue pin and, when the pulse hits 80 beats per minute or above (the approximate &#8220;elevated heartrate&#8221; for an average person), it records a 5 second snippet of video and sound. These are all saved, with the idea being that you could look back through them and have a record of fragments of your high and low moments. What I really like about it, is that you might not even be aware of some of them; you could look back through your day and find little fragments you weren&#8217;t aware were making you feel particularly happy or sad.</p>
<p style="text-align: left">Here is my patch in full, please excuse my tragic face, I am full of the cold!</p>
<p style="text-align: center"><a href="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-22-at-13.29.34.png"><img class="aligncenter size-large wp-image-204" src="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-22-at-13.29.34-1024x523.png" alt="" width="614" height="314" /></a></p>
<p>And in presentation mode, with the playback/viewing window becoming more of a feature:</p>
<p style="text-align: center"><a href="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-22-at-13.20.08.png"><img class="aligncenter size-full wp-image-205" src="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-22-at-13.20.08.png" alt="" width="515" height="389" /></a></p>
<p>I think the idea could have some nice applications within wearable technology. A rough concept I thought of would be for a &#8220;memory hoody&#8221;&#8230; sew a small camera into the front of the hood, run the sensor down out of the sleeve, and you could capture memories all day. The circuitry could be stored in a small pocket somewhere on the hoody.</p>
<p style="text-align: center"><a href="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-21-at-20.33.13.png"><img class="aligncenter size-full wp-image-203" src="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-21-at-20.33.13.png" alt="" width="658" height="382" /></a></p>
<p style="text-align: left">All in all, my Max MSP experience hasn&#8217;t been as bad as I thought it would be. I found it a bit frustrating at first, as everything I do is very physical, and everything I thought I wanted to do with Max would have been much better realise with another program, so I had to really think hard about what I wanted to achieve. I never really do anything screen-based, so this was a first for me. I even managed to put aside the electronics to concentrate on the patch!</p>
<p style="text-align: left">Things I would have liked to have done include adding a timestamp to the videos, and maybe a more comprehensive playback/viewing screen and controls. I think I&#8217;ve done okay though &#8211; I wanted to interface with Arduino, which I managed, and I did achieve the objectives I set out to.</p>
]]></content:encoded>
			<wfw:commentRss>http://dm.ncl.ac.uk/jo/2011/06/22/doing-max-msp-fragmentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cultural Probes Results</title>
		<link>http://dm.ncl.ac.uk/jo/2011/06/17/cultural-probes-results/</link>
		<comments>http://dm.ncl.ac.uk/jo/2011/06/17/cultural-probes-results/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 17:47:36 +0000</pubDate>
		<dc:creator>jo</dc:creator>
				<category><![CDATA[Final Project]]></category>

		<guid isPermaLink="false">http://dm.ncl.ac.uk/jo/?p=191</guid>
		<description><![CDATA[Just realised I never actually posted about the results from my cultural probes. In April I deployed eight little kits to four couples. Each kit had a camera and a postcard to document their dining experience every day for 2 weeks. I got the kits back last month, after a fashion, and spend a good week [...]]]></description>
				<content:encoded><![CDATA[<div>Just realised I never actually posted about the results from my cultural probes. In April I deployed eight little kits to four couples. Each kit had a camera and a postcard to document their dining experience every day for 2 weeks. I got the kits back last month, after a fashion, and spend a good week or two working through the data. I paired each photo to its postcard to keep the image and the &#8220;background info&#8221; together &#8211; but it&#8217;s true what they say about a picture speaking 1000 words&#8230; or whatever that saying is.</div>
<div></div>
<div><img class="aligncenter size-full wp-image-192" src="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-17-at-16.11.02.png" alt="" width="565" height="422" /></div>
<div></div>
<div>To be honest, I had some pre-conceived notions about what might come back, but the results were even more blatant than I had expected. There was a massive, clear difference between how couples dine when they are together, and how they dine when one person is away. I began dealing with them by just shuffling through and seeing if there were any major aspects which jumped out at me.</div>
<div></div>
<div>ENVIRONMENT leapt out at me immediately &#8211; as I flicked through them, there were some obvious groupings of the sort of places people were eating. I got out some big sheets of paper and divided them up into whether the meal was being eaten at a dining table, or somewhere else (98% of the time this was the sofa, but answers also included &#8216;in bed&#8217; and &#8216;in the garden&#8217;). What I found was, when people eat with their partners, the vast majority of the time it&#8217;s at a table, breakfast bar, or some sort of proper &#8220;dining&#8221; place. When people are on their own, they tend to eat on the sofa or in a more casual way.</div>
<div></div>
<div><a href="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-17-at-16.11.13.png"><img class="aligncenter size-full wp-image-193" src="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-17-at-16.11.13.png" alt="" width="627" height="469" /></a></div>
<div></div>
<div>This lead me on to group by ACTIVITY. When you dine with someone else, you concentrate on eating a meal with them. You talk, you engage, or just simply enjoy their company. People eating on their own didn&#8217;t tend to do this so much, they tended to opt to also partake in some form of activity whilst eating, to entertain them. Most of the time this was watching TV, but people also noted working on a laptop or computer, reading a book/magazine and, incredibly, talking on the phone.</div>
<div></div>
<div><a href="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-17-at-16.11.24.png"><img class="aligncenter size-full wp-image-194" src="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-17-at-16.11.24.png" alt="" width="628" height="470" /></a></div>
<div></div>
<div>Finally, I decided to look at FOOD. Flicking through the photos, some of them were lavish meals, whereas some looked pretty tragic. What I found was that generally, when people eat together they eat &#8220;proper food&#8221;. By this I mean they enjoyed home-cooked meals, often more than one course, or with sides/extras such as bread etc. Couples dining together also ate in restaurants sometimes. People dining alone, however, put much less effort into their meals. Only two evenings did a &#8216;single person&#8217; enjoy more than one course (both times they had a dessert). Their meals were often simplistic and were often ready-meals or convenience food. On about a third of evenings dining alone, individuals opted for food such as toast, cereal or &#8220;quick and easy&#8221; snacks such as beans on toast, omelettes, sandwiches, etc. in the place of their evening meals.</div>
<div></div>
<div><a href="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-17-at-16.11.32.png"><img class="aligncenter size-full wp-image-195" src="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-17-at-16.11.32.png" alt="" width="628" height="470" /></a></div>
<div></div>
<div>This spawned a whole new area of interest for me. It kind of&#8230; gave me a problem, I suppose. Coming from a design background, I like to solve problems, so this really interests me as people definitely do not eat as well when they are alone. I didn&#8217;t realise how much the social aspect of eating drives someone to&#8230; well, do it. Eating became very much a &#8220;task of survival&#8221;, rather than something that was being enjoyed. Are people actually suffering nutritionally by dining alone?</div>
<div></div>
<div>Other observations which came from the postcards:</div>
<div></div>
<div><strong>Whilst eating alone:</strong><br />
- People put little effort into the &#8220;set up&#8221; of their meal. They tend not to set a table. They  often will only use the bare necessities of crockery needed for their meal. Sometimes they won&#8217;t even &#8220;plate up&#8221; if they don&#8217;t have to &#8211; some people noted eating things from their tubs or wrappers to save on washing up. This shows me that even the activities <em>around</em> having a meal are considered social and worth sharing &#8211; ie. setting the table, washing up, etc.</div>
<div>- People tend to only have one course when eating alone.</div>
<div>- Sometimes people feel they eat &#8220;because they have to&#8221;, not because they enjoy it.</div>
<div>- Individuals like to have something to engage with whilst eating. Ie. if they don&#8217;t have someone to talk to, they prefer to watch TV or similar.</div>
<div>- Men are more likely to have an alcoholic drink with their meal then women.</div>
<div></div>
<div><strong>Whilst eating together:</strong></div>
<div>- Both people play a part in preparing the meal. For example, often if one person is cooking, the other will set the table or pour drinks.</div>
<div>- Interestingly, people are more likely to have an alcoholic drink whilst dining with a partner.</div>
<div>- Meals often consist of more than one course, or have &#8220;extras&#8221; such as bread, olives, dips, etc.</div>
<div>- The meals are usually consumed in a proper &#8220;dining&#8221; environment &#8211; ie. setting the table with cutlery, glasses, salt and pepper etc.</div>
<div>- Manners come into play a lot. For example, if having starters, one person will always wait for their partner before continuing.</div>
<div>- Eating is seen almost as an &#8216;activity&#8217;, evenings are often planned around it.</div>
<div>- In several instances, one person held off eating for up to an hour or more, to wait for the other person to join them.</div>
<div>- The most talked about thing at the dinner table is how each person&#8217;s day has gone, and how they are feeling.</div>
<div></div>
<div><a href="http://dm.ncl.ac.uk/jo/files/2011/06/alone-vs-together.jpg"></a><a href="http://dm.ncl.ac.uk/jo/files/2011/06/alone-vs-together1.jpg"><img class="aligncenter size-large wp-image-197" src="http://dm.ncl.ac.uk/jo/files/2011/06/alone-vs-together1-1024x327.jpg" alt="" width="502" height="160" /></a><br />
<span style="color: #000000"><br />
</span></div>
]]></content:encoded>
			<wfw:commentRss>http://dm.ncl.ac.uk/jo/2011/06/17/cultural-probes-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Telematic Dinner Parties</title>
		<link>http://dm.ncl.ac.uk/jo/2011/06/16/telematic-dinner-parties-2/</link>
		<comments>http://dm.ncl.ac.uk/jo/2011/06/16/telematic-dinner-parties-2/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 14:28:05 +0000</pubDate>
		<dc:creator>jo</dc:creator>
				<category><![CDATA[Final Project]]></category>
		<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://dm.ncl.ac.uk/jo/?p=187</guid>
		<description><![CDATA[I&#8217;m also really excited to have been introduced to Pollie Barden, a PhD student at Queen Mary in London. She&#8217;s doing a project on remote dinner parties using projectors to enable communication between two separate dining environments. Last week she ran one between Barcelona and London and I was lucky enough to see the live [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m also really excited to have been introduced to Pollie Barden, a PhD student at Queen Mary in London. She&#8217;s doing a project on remote dinner parties using projectors to enable communication between two separate dining environments.</p>
<p><a href="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-16-at-14.13.32.png"><img class="aligncenter" src="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-16-at-14.13.32.png" alt="" width="496" height="329" /></a></p>
<p>Last week she ran one between Barcelona and London and I was lucky enough to see the live stream from each. We&#8217;re going to run one here in Culture Lab next month. I&#8217;m hoping I can have my final project fairly concrete by then, to hopefully run it past the group and see what they think.</p>
<p>I think there are a lot of correlations in our research so it&#8217;s going to be really interesting. You can read more about Telematic Dinner Parties on <a href="http://www.6months.shadiblue.org/">her blog</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://dm.ncl.ac.uk/jo/2011/06/16/telematic-dinner-parties-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ideas</title>
		<link>http://dm.ncl.ac.uk/jo/2011/06/16/ideas/</link>
		<comments>http://dm.ncl.ac.uk/jo/2011/06/16/ideas/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 14:09:28 +0000</pubDate>
		<dc:creator>jo</dc:creator>
				<category><![CDATA[Final Project]]></category>

		<guid isPermaLink="false">http://dm.ncl.ac.uk/jo/?p=180</guid>
		<description><![CDATA[Trying to make some decisions about my final project and the path it&#8217;s going to take. I&#8217;m rapidly realising I have a serious &#8220;design head&#8221; and I&#8217;m all about solving problems and things having a point &#8211; which I&#8217;m not exactly sure falls within what the course expects of me and my final project. Having [...]]]></description>
				<content:encoded><![CDATA[<p>Trying to make some decisions about my final project and the path it&#8217;s going to take. I&#8217;m rapidly realising I have a serious &#8220;design head&#8221; and I&#8217;m all about solving problems and things having a point &#8211; which I&#8217;m not exactly sure falls within what the course expects of me and my final project. Having spent the last eight months starting a business and developing a product, I&#8217;m finding it REALLY hard to not think of things in terms of their commercial potential!</p>
<p>I&#8217;m finding it quite frustrating having to pinpoint exactly what it is I want to do. It feels too early to be doing that? I&#8217;m still quite involved in the research process and am reluctant to have to commit to a definite project spec.</p>
<p style="text-align: center"><a href="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-16-at-14.53.19.png"><img class="aligncenter size-full wp-image-181" src="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-16-at-14.53.19.png" alt="" width="491" height="350" /></a></p>
<p style="text-align: left">The way I&#8217;m starting to see it is that there are 3 &#8220;output&#8221; revenues I can venture down:</p>
<p style="text-align: left"><strong>Literal:</strong> Where each party has some physical object or piece of technology and this is used to provide the communication. This is a very product-based  approach and is probably the one I&#8217;m most comfortable with.</p>
<p style="text-align: left"><strong>Installation:</strong> To create a two-person dinner set which is paired/connected in several ways. My final piece would be two tables (to suggest the separation) and the whole dining experience would be exciting and interactive.</p>
<p style="text-align: left"><strong>Concept:</strong> To produce a resolved concept/proposal for something more scalable. For example something like &#8220;speed dining&#8221; &#8211; a restaurant or area of restaurant/cafe where it&#8217;s acceptable to eat alone, and there are screens or similar which connect to other people dining alone in other places. Another humorous concept was &#8220;Plate Roulette&#8221; &#8211; a small screen/webcam device which you place on your dining table, which randomly matches you up with someone else eating alone. I wouldn&#8217;t be able to implement this fully on my own, so I&#8217;m not sure how I&#8217;d present such a thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://dm.ncl.ac.uk/jo/2011/06/16/ideas/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Max Circuitry</title>
		<link>http://dm.ncl.ac.uk/jo/2011/06/16/max-circuitry/</link>
		<comments>http://dm.ncl.ac.uk/jo/2011/06/16/max-circuitry/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 12:20:26 +0000</pubDate>
		<dc:creator>jo</dc:creator>
				<category><![CDATA[Doing]]></category>

		<guid isPermaLink="false">http://dm.ncl.ac.uk/jo/?p=209</guid>
		<description><![CDATA[Battling with my Max assignment a little bit. I&#8217;m using a technique/input I&#8217;ve used before, with an LED and an LDR in a circuit. The LED goes on one side of your finger, and the LDR is on the other and can detect the change in density of your finger and therefore your heartbeat. My [...]]]></description>
				<content:encoded><![CDATA[<p>Battling with my Max assignment a little bit. I&#8217;m using a technique/input I&#8217;ve used before, with an LED and an LDR in a circuit. The LED goes on one side of your finger, and the LDR is on the other and can detect the change in density of your finger and therefore your heartbeat.</p>
<p><a href="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-29-at-18.16.31.png"><img class="aligncenter size-full wp-image-210" src="http://dm.ncl.ac.uk/jo/files/2011/06/Screen-shot-2011-06-29-at-18.16.31.png" alt="" width="435" height="587" /></a></p>
<p>My circuit is working okay, and I&#8217;ve got the analogue pin reading into Max. I&#8217;ve then read that into a slider which splits the signal, and outputs a bang for the range of heartbeat I want (above 70bpm), which will hopefully trigger a short recording.</p>
<p>I currently can&#8217;t get it to actually RECORD anything. I can take a picture, control a slideshow, etc etc&#8230; just can&#8217;t record yet. Yikes. More work to do.</p>
]]></content:encoded>
			<wfw:commentRss>http://dm.ncl.ac.uk/jo/2011/06/16/max-circuitry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Max</title>
		<link>http://dm.ncl.ac.uk/jo/2011/06/14/more-max/</link>
		<comments>http://dm.ncl.ac.uk/jo/2011/06/14/more-max/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 17:12:43 +0000</pubDate>
		<dc:creator>jo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dm.ncl.ac.uk/jo/?p=207</guid>
		<description><![CDATA[For the Max MSP assignment I&#8217;ve decided to try and make something which captures fragments of your life. I&#8217;ve been thinking about what moments of your life you would want to capture and how I can determine this. Initially, I was thinking I might make it random&#8230;. that way you might end up with some [...]]]></description>
				<content:encoded><![CDATA[<p>For the Max MSP assignment I&#8217;ve decided to try and make something which captures fragments of your life. I&#8217;ve been thinking about what moments of your life you would want to capture and how I can determine this. Initially, I was thinking I might make it random&#8230;. that way you might end up with some moments you&#8217;d otherwise not have stopped to appreciate. But similarly, you could also end up with a load of rubbish ones.</p>
<p>So I think I&#8217;m going to use emotion. Ah, that old gem. I&#8217;m going to use my favourite input ever &#8211; heartbeat &#8211; and try and detect surges in emotion, ie. raised heartrate. That way the result should be a &#8220;catalogue&#8221; of emotional highs AND lows.</p>
]]></content:encoded>
			<wfw:commentRss>http://dm.ncl.ac.uk/jo/2011/06/14/more-max/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doing: Max MSP</title>
		<link>http://dm.ncl.ac.uk/jo/2011/06/13/doing-max-msp/</link>
		<comments>http://dm.ncl.ac.uk/jo/2011/06/13/doing-max-msp/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 22:07:32 +0000</pubDate>
		<dc:creator>jo</dc:creator>
				<category><![CDATA[Doing]]></category>

		<guid isPermaLink="false">http://dm.ncl.ac.uk/jo/?p=178</guid>
		<description><![CDATA[Cracking on with my Max MSP assignment. Unfortunately my Max MSP trial has expired so I&#8217;m back down to Earth with a bump and am wrestling with PD again The theme is &#8220;fragmentation&#8221; which made me think&#8230; fragments of something. I&#8217;ve lost marks in the previous two assignments for having too loose a relation to [...]]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter" src="http://news.cnet.com/i/bto/20081031/ss3.png" alt="" width="507" height="231" /></p>
<p>Cracking on with my Max MSP assignment. Unfortunately my Max MSP trial has expired so I&#8217;m back down to Earth with a bump and am wrestling with PD again <img src='http://dm.ncl.ac.uk/jo/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>The theme is &#8220;fragmentation&#8221; which made me think&#8230; fragments of something. I&#8217;ve lost marks in the previous two assignments for having too loose a relation to the designated theme, so I&#8217;m gonna get this one right. To me, personally, hearing &#8220;fragments&#8221; makes me think fragments of memories, or remembering little bits about things. So that&#8217;s what I&#8217;ve been running with.</p>
<p>I&#8217;m a very hardware-based designer so I&#8217;m looking to create something wearable that records fragments of your experiences to convert them to &#8216;digital memories&#8217;. Watch this space.</p>
]]></content:encoded>
			<wfw:commentRss>http://dm.ncl.ac.uk/jo/2011/06/13/doing-max-msp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Final Project Update</title>
		<link>http://dm.ncl.ac.uk/jo/2011/04/28/final-project-update/</link>
		<comments>http://dm.ncl.ac.uk/jo/2011/04/28/final-project-update/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 22:58:57 +0000</pubDate>
		<dc:creator>jo</dc:creator>
				<category><![CDATA[Final Project]]></category>

		<guid isPermaLink="false">http://dm.ncl.ac.uk/jo/?p=174</guid>
		<description><![CDATA[Still beavering away at my final project. Here is an A3 Research poster prepared for last weeks&#8217; project session, but expect some better stuff soon. Cultural probes have started to come back, I&#8217;ve started to analyse those so will post my findings soon.]]></description>
				<content:encoded><![CDATA[<p><a href="http://dm.ncl.ac.uk/jo/files/2011/04/Screen-shot-2011-04-28-at-23.55.15.png"><img class="aligncenter size-full wp-image-175" src="http://dm.ncl.ac.uk/jo/files/2011/04/Screen-shot-2011-04-28-at-23.55.15.png" alt="" width="452" height="640" /></a></p>
<p>Still beavering away at my final project. <a href="http://joannamontgomery.co.uk/stuff/Clink%20Research%20Poster.pdf">Here is an A3 Research poster</a> prepared for last weeks&#8217; project session, but expect some better stuff soon. Cultural probes have started to come back, I&#8217;ve started to analyse those so will post my findings soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://dm.ncl.ac.uk/jo/2011/04/28/final-project-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DOING: Processing</title>
		<link>http://dm.ncl.ac.uk/jo/2011/04/28/doing-processing/</link>
		<comments>http://dm.ncl.ac.uk/jo/2011/04/28/doing-processing/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 21:41:09 +0000</pubDate>
		<dc:creator>jo</dc:creator>
				<category><![CDATA[Doing]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://dm.ncl.ac.uk/jo/?p=168</guid>
		<description><![CDATA[CONCEPT “Abertrack” is a Processing program and visualisation which tracks and plots the voy- ages of an international oil tanker called MV Aberdeen. Ship location data is provided by a service called “Ship AIS” which provides regular updates, including the latitude and longitude of the vessel. As my partner works at sea, I regularly check [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://dm.ncl.ac.uk/jo/files/2011/04/Screen-shot-2011-04-25-at-20.05.34.png"><img class="aligncenter size-full wp-image-169" src="http://dm.ncl.ac.uk/jo/files/2011/04/Screen-shot-2011-04-25-at-20.05.34.png" alt="" width="599" height="348" /></a></p>
<p><strong>CONCEPT</strong></p>
<p>“Abertrack” is a Processing program and visualisation which tracks and plots the voy- ages of an international oil tanker called MV Aberdeen. Ship location data is provided by a service called “Ship AIS” which provides regular updates, including the latitude and longitude of the vessel. As my partner works at sea, I regularly check Ship AIS but often find the information confusing. There is an option to view the vessel position on a map, but it only shows the previous 6 hours of movement.</p>
<p>I wanted to create a nicer, more aesthetically pleasing visualisation of the MV Aberdeen’s movements over a longer period of time.</p>
<p><strong>IMPLEMENTATION</strong></p>
<p>When I embarked upon this project, I wanted to pull the vessel’s location data from the Ship AIS system via XML feed, however this proved to be an insurmountable feat. Most sources did not have an XML feed that Processing could read, and the only one I could find required a fee of several hundred pounds to access. However, I expect with enough time &#8211; and perhaps some outside advice &#8211; I could eventually overcome this problem by reading the val- ues straight from the PHP cell on the website.</p>
<p>After several weeks of battling with the above, I opted to manually store the data in a text file. I then called this into Processing as an array, with each line (latitude, longitude) being parsed as a string. This was an easy workaround and allowed me to achieve what I had set out to. For each string, I drew an eclipse to mark the co-ordinates of the ship at that time. Once I had my co- ordinates plotting correctly, I joined them with a line.</p>
<p>The biggest challenge I faced in this project was plotting the GPS co-ordinates onto a 2D map. It took a lot of research into mercartor maps, a distressing amount of maths and rather a lot of trial and error to finally come up with a solution which enabled me to plot GPS co-ordinates directly onto my map.</p>
<p><strong>SCOPE &amp; POTENTIAL</strong></p>
<p>There is potential for this concept to be scaled up to create larger and more engaging visu- alisations. This example shows a mock-up of three different vessels in three different seas, in different colours.</p>
<p><a href="http://dm.ncl.ac.uk/jo/files/2011/04/3-ships.jpg"><img class="aligncenter size-full wp-image-170" src="http://dm.ncl.ac.uk/jo/files/2011/04/3-ships.jpg" alt="" width="599" height="349" /></a></p>
<p>There is also potential to make the map interactive, for example allowing the user to zoom in on specific areas or choose which ships they view. A live feed would be nice.</p>
<p><strong>MYTHS</strong></p>
<p>As inevitably predicted, I’ve gone for a very loose connection to the theme of “myths”!</p>
<p>When hearing people talk about myths, it is often sea-related things which spring to mind, eg. mermaids, the Loch Ness Monster, the Greek God Posiedon, etc. One of the most famous myths is based around the Chinese Ocean God T’ien Hou &#8211; a mythological being who guarded sailors and kept them safe. She would watch over sailors and ensure they were always safe on their voyages. Arguably, tracking vessels ensures their utmost safety and security &#8211; so my project relates to the theme in this way.</p>
<p>You can view the A3 poster I made to accompany the project by <a href="http://joannamontgomery.co.uk/stuff/Abertrack%20Poster.pdf">clicking here</a>.</p>
<p><img class="aligncenter size-full wp-image-171" src="http://dm.ncl.ac.uk/jo/files/2011/04/Screen-shot-2011-04-28-at-22.37.18.png" alt="" width="452" height="640" /></p>
]]></content:encoded>
			<wfw:commentRss>http://dm.ncl.ac.uk/jo/2011/04/28/doing-processing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Media Development</title>
		<link>http://dm.ncl.ac.uk/jo/2011/03/27/mobile-media-development/</link>
		<comments>http://dm.ncl.ac.uk/jo/2011/03/27/mobile-media-development/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 19:10:06 +0000</pubDate>
		<dc:creator>jo</dc:creator>
				<category><![CDATA[Mobile Media]]></category>

		<guid isPermaLink="false">http://dm.ncl.ac.uk/jo/?p=160</guid>
		<description><![CDATA[Outlined the technicalities of my Mobile Media project, which I&#8217;ve decided to call &#8220;Key to the City&#8221;. Excuse the crude format, I&#8217;m a fairly sketchy person and I&#8217;m in Scotland this week without my graphics tablet, so I wanted to do it by hand rather than crudely with a mouse. This is very much a [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: center"><a href="http://dm.ncl.ac.uk/jo/files/2011/03/Screen-shot-2011-03-27-at-16.42.32.png"><img class="aligncenter size-full wp-image-161" src="http://dm.ncl.ac.uk/jo/files/2011/03/Screen-shot-2011-03-27-at-16.42.32.png" alt="" width="537" height="386" /></a></p>
<p style="text-align: left">Outlined the technicalities of my Mobile Media project, which I&#8217;ve decided to call &#8220;Key to the City&#8221;. Excuse the crude format, I&#8217;m a fairly sketchy person and I&#8217;m in Scotland this week without my graphics tablet, so I wanted to do it by hand rather than crudely with a mouse. This is very much a first draft though, so expect a neater, more resolved version soon.</p>
<p style="text-align: left">As you can see, it&#8217;s pretty simple. It&#8217;s not very complicated in terms of technical details, which will hopefully make it easy to implement. I also drafted a user scenario &#8211; again, still to be neatened up!</p>
<p style="text-align: center"><a href="http://dm.ncl.ac.uk/jo/files/2011/03/Screen-shot-2011-03-27-at-16.42.14.png"><img class="aligncenter size-full wp-image-163" src="http://dm.ncl.ac.uk/jo/files/2011/03/Screen-shot-2011-03-27-at-16.42.14.png" alt="" width="531" height="398" /></a></p>
<p style="text-align: left">In terms of equipment and materials, here is my current spec (to make one working prototype):<br />
<strong>1 x key</strong><br />
<strong>1 x RF receiver</strong><br />
<strong>6-8 x RF transmitters</strong><br />
<strong>1 x on/off switch</strong><br />
<strong>1 x vibration component<br />
1 x battery </strong></p>
<p style="text-align: left">On the prototype front, I&#8217;m aiming to have one key working, picking up signals from approximately 6-8 transmitters. I&#8217;ll need to do a bit more work first, but if I can&#8217;t get the aesthetics I&#8217;m aiming to achieve, I suspect I&#8217;ll make a functioning prototype and <em>and</em> experience/aesthetic prototype.</p>
]]></content:encoded>
			<wfw:commentRss>http://dm.ncl.ac.uk/jo/2011/03/27/mobile-media-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
