<?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>Code &#038; form &#187; AHO</title>
	<atom:link href="http://workshop.evolutionzone.com/category/aho/feed/" rel="self" type="application/rss+xml" />
	<link>http://workshop.evolutionzone.com</link>
	<description>Computational aesthetics and programming for artists and designers.</description>
	<lastBuildDate>Sun, 29 Jan 2012 07:00:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Websaver &#8211; MacOS screensaver that displays web pages</title>
		<link>http://workshop.evolutionzone.com/2012/01/29/websaver-macos-screensaver-that-displays-web-pages/</link>
		<comments>http://workshop.evolutionzone.com/2012/01/29/websaver-macos-screensaver-that-displays-web-pages/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 07:00:06 +0000</pubDate>
		<dc:creator>marius watz</dc:creator>
				<category><![CDATA[AHO]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Processing / Java]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web dev]]></category>
		<category><![CDATA[Workshops]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[processing.js]]></category>
		<category><![CDATA[screensaver]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://workshop.evolutionzone.com/?p=656</guid>
		<description><![CDATA[Got a nice tip from Jason Sundram (thanks!) as a followup to the screensaver theme: @mariuswatz websaver awe.sm/5daM6 is a great way to use a processing.js sketch as a screensaver. Here&#8217;s mine: viz.runningwithdata.com/boids/ &#8212; Jason Sundram (@jsundram) January 28, 2012 Websaver runs on MacOS and allows the user to specify a web page to load [...]]]></description>
			<content:encoded><![CDATA[<p>Got a nice tip from <a href="http://runningwithdata.com/">Jason Sundram</a> (thanks!) as a followup to the screensaver theme:</p>
<blockquote class="twitter-tweet" data-in-reply-to="158913229995782144"><p>@<a href="https://twitter.com/mariuswatz">mariuswatz</a> websaver <a href="http://t.co/f7S6ZTYo" title="http://awe.sm/5daM6">awe.sm/5daM6</a> is a great way to use a processing.js sketch as a screensaver. Here&#8217;s mine: <a href="http://t.co/HZu9ouLf" title="http://viz.runningwithdata.com/boids/">viz.runningwithdata.com/boids/</a></p>
<p>&mdash; Jason Sundram (@jsundram) <a href="https://twitter.com/jsundram/status/163354767601565696" data-datetime="2012-01-28T20:16:26+00:00">January 28, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p><a href="http://code.google.com/p/websaver/">Websaver</a> runs on MacOS and allows the user to specify a web page to load when the screensaver is active. And since it uses Safari to render the HTML (I assume), you can use HTML5 and Processing.js to run computational sketches on that web page. </p>
<p>It&#8217;s a nice hack to enable easy development of screensavers based on open web standards, without having to worry about interaction with the OS etc. In fact, it&#8217;s nearly as good as my Google Chrome screensaver idea, minus an app store etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://workshop.evolutionzone.com/2012/01/29/websaver-macos-screensaver-that-displays-web-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mapping examples using the Unfolding library</title>
		<link>http://workshop.evolutionzone.com/2012/01/27/mapping-examples-using-the-unfolding-library/</link>
		<comments>http://workshop.evolutionzone.com/2012/01/27/mapping-examples-using-the-unfolding-library/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 11:36:02 +0000</pubDate>
		<dc:creator>marius watz</dc:creator>
				<category><![CDATA[AHO]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Geo / locative]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Processing / Java]]></category>
		<category><![CDATA[Workshops]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[locative]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[processing.org]]></category>
		<category><![CDATA[unfolding]]></category>

		<guid isPermaLink="false">http://workshop.evolutionzone.com/?p=646</guid>
		<description><![CDATA[While preparing for teaching a course in data tracking I was very happy to discover the excellent Unfolding library for making interactive maps in Processing. Unfolding makes it possible to create just about any kind of tile-based mapping application with a minimum of code, simple map drawing typically coming in]]></description>
			<content:encoded><![CDATA[<p>While preparing for teaching a course in data tracking I was very happy to discover the excellent <a href="http://unfoldingmaps.org/">Unfolding library</a> for making interactive maps in Processing. Unfolding makes it possible to create just about any kind of tile-based mapping application with a minimum of code, simple map drawing typically coming in <20 lines. It's perfect for visualizing FourSquare, OpenPaths, GeoRSS or any other kind of geo-based data. Now if I could only figure out how to control the timing of the map tweening, right now it feels more like jump cuts than smooth pans.</p>
<p>Here are three examples showing a simple map display and two demos using geo data from <a href="https://openpaths.cc/">OpenPaths</a> in CSV format: <a href='http://workshop.evolutionzone.com/wp-content/uploads/2012/01/20120127_unfolding_map_examples.zip'>20120127_unfolding_map_examples.zip</a></p>
<p><strong>Update: </strong>The <a href="http://www.scribd.com/fullscreen/37330679?access_key=key-hc9464jf4vi43bizgkn">lecture notes about infoviz and self-ethnography</a> are online on Scribd, it&#8217;s basically the same lecture as two years ago.</p>
]]></content:encoded>
			<wfw:commentRss>http://workshop.evolutionzone.com/2012/01/27/mapping-examples-using-the-unfolding-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screensaver Culture &#8211; Twitter responds</title>
		<link>http://workshop.evolutionzone.com/2012/01/17/screensaver-culture-twitter-responds/</link>
		<comments>http://workshop.evolutionzone.com/2012/01/17/screensaver-culture-twitter-responds/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 14:50:50 +0000</pubDate>
		<dc:creator>marius watz</dc:creator>
				<category><![CDATA[AHO]]></category>
		<category><![CDATA[Theory]]></category>
		<category><![CDATA[Workshops]]></category>
		<category><![CDATA[lecture]]></category>
		<category><![CDATA[retro]]></category>
		<category><![CDATA[screensaver]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://workshop.evolutionzone.com/?p=636</guid>
		<description><![CDATA[After posting my Screensaver Culture presentation yesterday it was blogged on Creative Applications by Greg Smith and I&#8217;ve gotten quite a few responses on Twitter. Some of the comments are on point and some are just funny. Below is a more or less complete list. In summary, the arguments are roughly as follows: &#8220;Screensavers are [...]]]></description>
			<content:encoded><![CDATA[<p>After posting <a href="http://workshop.evolutionzone.com/2012/01/16/screensaver-culture">my Screensaver Culture presentation</a> yesterday it was <a href="http://www.creativeapplications.net/reference/screensaver-revisited-reference">blogged on Creative Applications</a> by Greg Smith and I&#8217;ve gotten quite a few responses on Twitter. Some of the comments are on point and some are just funny. </p>
<p>Below is a more or less complete list. In summary, the arguments are roughly as follows:</p>
<ul>
<li>&#8220;Screensavers are outdated / unnecessary.&#8221; Well, yes. But that has never meant much in terms of deciding whether a cultural phenomenom succeeds or is banished to the Wasteland of Forgotten Memes. Tamagotchis or animated GIFs, anyone? 90% of all iPhone / Android apps are unnecessary for everyday living, yet the smartphone app culture is a runaway train.</li>
<li>&#8220;Developing screensavers is currently way too hard.&#8221; I share this sentiment and suspect it to the main culprit along with its corollary: &#8220;Installing screensavers is too hard / scary / likely to mess with the rest of my computer.&#8221; </li>
<li>&#8220;It&#8217;s impossible to improve on flying toasters.&#8221; This terrifying thought is exactly why I would suggest screensavers need revisiting.</li>
</ul>
<p><strong>In conclusion:</strong> Between being tricky to develop and just as tricky to install and successfully use, screensavers stand no chance of recovering ground as a cultural phenomenom. Despite their close link to the app culture that is currently dominating our lives, screensavers (aka &#8220;ambient software&#8221;) will get no love. </p>
<p>This might not seem like such a terrible loss, but I still posit that ambient data gadgets with possible integration to web / mobile apps would&#8217;ve been a great usage scenario. There are some ways this could still happen:</p>
<ul>
<li>Microsoft and Apple realize the lost potential and relaunch their screensaver frameworks complete with app stores for screensavers. (Unlikely.)</li>
<li>Google develops a screensaver mode for Chrome as part of their Chrome apps initiative and allows sales of screensavers through the Chrome app store. (Entirely possible if a little optimistic. My favorite option by far, though. Google, are you listening?)</li>
<li>In both these scenarios, new screensavers would be based on HTML5 with WebGL, allowing them to be cross-platform and based on open standards. Because you all understand that proprietary is stupid, right?
</li>
</ul>
<p><strong>A sad footnote:</strong> I had to uninstall the brilliant <a href="http://9031.com/goodies/#briblo">Briblo screensaver</a> after realizing it was interfering with the taskbar on Windows 7. So I&#8217;m back to the ever popular blank screen, like so much of the world population.</p>
<div class="mediumtitle">The Tweets</div>
<p><span id="more-636"></span></p>
<div style="margin-left:20px;">
<blockquote class="twitter-tweet" data-in-reply-to="158913590290694144"><p>@<a href="https://twitter.com/mariuswatz">mariuswatz</a> Screensavers tie us to nuclear power!</p>
<p>&mdash; Dragan Espenschied (@despens) <a href="https://twitter.com/despens/status/158951994952916992" data-datetime="2012-01-16T16:41:23+00:00">January 16, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" data-in-reply-to="158913229995782144"><p>@<a href="https://twitter.com/mariuswatz">mariuswatz</a> I thought screensavers were obsolete. I guess that makes them a good platform for art.</p>
<p>&mdash; Jesse L Rosenberg (@nervous_jesse) <a href="https://twitter.com/nervous_jesse/status/158937097783357440" data-datetime="2012-01-16T15:42:11+00:00">January 16, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" data-in-reply-to="158913590290694144"><p>@<a href="https://twitter.com/mariuswatz">mariuswatz</a> computers are no longer unused long enough to trigger the screen saver</p>
<p>&mdash; noisia (@noisia) <a href="https://twitter.com/noisia/status/159050276278513665" data-datetime="2012-01-16T23:11:55+00:00">January 16, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" data-in-reply-to="158913590290694144"><p>@<a href="https://twitter.com/mariuswatz">mariuswatz</a> who has screensavers these days? LCD screens just go to black on powersave.</p>
<p>&mdash; Danny Birchall (@dannybirchall) <a href="https://twitter.com/dannybirchall/status/158929588456669184" data-datetime="2012-01-16T15:12:21+00:00">January 16, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" data-in-reply-to="158913229995782144"><p>@<a href="https://twitter.com/mariuswatz">mariuswatz</a> I&#8217;m not sure it&#8217;s possible to improve on flying toasters&#8230;</p>
<p>&mdash; Rob Myers (@robmyers) <a href="https://twitter.com/robmyers/status/158919830773309441" data-datetime="2012-01-16T14:33:34+00:00">January 16, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" data-in-reply-to="158913229995782144"><p>@<a href="https://twitter.com/mariuswatz">mariuswatz</a> would love to make screensavers. But they are really hard to create on the Mac using Cinder or openFrameworks.</p>
<p>&mdash; Jan Vantomme (@vormplus) <a href="https://twitter.com/vormplus/status/158915247208542208" data-datetime="2012-01-16T14:15:22+00:00">January 16, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
]]></content:encoded>
			<wfw:commentRss>http://workshop.evolutionzone.com/2012/01/17/screensaver-culture-twitter-responds/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Screensaver culture</title>
		<link>http://workshop.evolutionzone.com/2012/01/16/screensaver-culture/</link>
		<comments>http://workshop.evolutionzone.com/2012/01/16/screensaver-culture/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 10:07:52 +0000</pubDate>
		<dc:creator>marius watz</dc:creator>
				<category><![CDATA[AHO]]></category>
		<category><![CDATA[Processing / Java]]></category>
		<category><![CDATA[Theory]]></category>
		<category><![CDATA[Workshops]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[lecture]]></category>
		<category><![CDATA[retro]]></category>
		<category><![CDATA[screensaver]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://workshop.evolutionzone.com/?p=624</guid>
		<description><![CDATA[(function() { var scribd = document.createElement("script"); scribd.type = "text/javascript"; scribd.async = true; scribd.src = "http://www.scribd.com/javascripts/embed_code/inject.js"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(scribd, s); })(); Update: After this was posted it got blogged on Creative Applications and I&#8217;ve received quite a few responses via Twitter. See the separate post &#8220;Screensaver Culture &#8211; Twitter responds&#8221; for a summary, as [...]]]></description>
			<content:encoded><![CDATA[<p><iframe class="scribd_iframe_embed" src="http://www.scribd.com/embeds/78375321/content?start_page=1&#038;view_mode=slideshow&#038;access_key=key-1hj0l32t50lshdkbkjzd" data-auto-height="true" data-aspect-ratio="1.33333333333333" scrolling="no" id="doc_3619" width="100%" height="600" frameborder="0"></iframe><script type="text/javascript">(function() { var scribd = document.createElement("script"); scribd.type = "text/javascript"; scribd.async = true; scribd.src = "http://www.scribd.com/javascripts/embed_code/inject.js"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(scribd, s); })();</script></p>
<p><strong>Update:</strong> After this was posted it got blogged on Creative Applications and I&#8217;ve received quite a few responses via Twitter. See the separate post <a href="http://workshop.evolutionzone.com/2012/01/17/screensaver-culture-twitter-responds/">&#8220;Screensaver Culture &#8211; Twitter responds&#8221;</a> for a summary, as well as some further thoughts on the demise of the screensaver.</p>
<div class="mediumtitle">Task: Make a screensaver for 2012</div>
<ul>
<li>Your task is to come up with a concept for a screensaver that is both suitable to the screensaver format and updated to a 2012 understanding of interaction design. We are looking for ideas that go beyond the traditional screensaver format, or which reinvent that format by applying design thinking to a field full of visual cliche.</li>
<li>Two general directions are suggested (but not required):<br />
1. Ambient data gadgets &#8211; screensavers as data aggregators and visualizers.<br />
2. Computational graphics &#8211; parametric visuals.
</li>
<li>If your idea is too ambitious to realize in a 3-day time frame we want to see convincing screen mockups of how the screensaver would work. But we would rather see a real demo that&#8217;s rough around the edges than a slick Photoshop sketch. You must submit at least one Processing sketch illustrating part of your screensaver&#8217;s functionality.</li>
</ul>
<div class="mediumtitle">Screensaver Links</div>
<ul>
<li><a href="http://t.co/44w9Opg0">Yuji Adachi: Briblo</a> &#8211; Lego style screensaver </li>
<li><a href="http://twistori.com/">Twistori, visualization of tweets with certain keywords</a></li>
<li><a href="http://www.smashingmagazine.com/2007/10/04/screensavers-best-of/">Smashing Magazine: Screensavers &#8211; Best Of (2007)</a></li>
<li><a href="http://www.video-flash.de/kuler-screensaver-for-mac-and-windows/">Kuler Screensaver showing latest Adobe Kuler color palettes</a></li>
<li><a href="http://seticlassic.ssl.berkeley.edu/screensaver/index.html">SETI @ Home distributed computing screensaver</a></li>
<li><a href="http://electricsheep.org/">Scott Draves: Electric Sheep, massively distributed fractal image generator</a></li>
<li><a href="http://www.twingly.com/screensaver">Twingly, blogosphere visualization</a></li>
<li><a href="http://www.reallyslick.com/screensavers.html">Terence M. Welsh (Really Slick) &#8211; OpenGL 3D screensavers</a></li>
<li><a href="http://www.stefantrifan.com/theweather/">Stefan Trifan: Weather, City</a></li>
<li><a href="http://www.geocodearth.com/#/screensaver">GeocodEarth</a>, Flickr, GeoRSS mashup</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://workshop.evolutionzone.com/2012/01/16/screensaver-culture/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>AHO Processing Intro &#8211; files</title>
		<link>http://workshop.evolutionzone.com/2012/01/12/processing-intro-files-jan-12-2012/</link>
		<comments>http://workshop.evolutionzone.com/2012/01/12/processing-intro-files-jan-12-2012/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 11:38:36 +0000</pubDate>
		<dc:creator>marius watz</dc:creator>
				<category><![CDATA[AHO]]></category>
		<category><![CDATA[Workshops]]></category>

		<guid isPermaLink="false">http://workshop.evolutionzone.com/?p=616</guid>
		<description><![CDATA[Files from &#8220;Processing Toolbox&#8221; session Jan 13: 20120113 AHO Processing Toolbox Files from morning, Jan 12: 20120112 processing intro &#8211; sketches 02]]></description>
			<content:encoded><![CDATA[<ul>
<li>Files from &#8220;Processing Toolbox&#8221; session Jan 13:<br />
<a href='http://workshop.evolutionzone.com/wp-content/uploads/2012/01/20120113-AHO-Processing-Toolbox.zip'>20120113 AHO Processing Toolbox</a></li>
<li>Files from morning, Jan 12:<br />
<a href='http://workshop.evolutionzone.com/wp-content/uploads/2012/01/20120112-processing-intro-sketches-02.zip'>20120112 processing intro &#8211; sketches 02</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://workshop.evolutionzone.com/2012/01/12/processing-intro-files-jan-12-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AHO Processing Intro</title>
		<link>http://workshop.evolutionzone.com/2011/11/21/aho-processing-intro/</link>
		<comments>http://workshop.evolutionzone.com/2011/11/21/aho-processing-intro/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 15:45:17 +0000</pubDate>
		<dc:creator>marius watz</dc:creator>
				<category><![CDATA[AHO]]></category>
		<category><![CDATA[Workshops]]></category>
		<category><![CDATA[Processing / Java]]></category>

		<guid isPermaLink="false">http://workshop.evolutionzone.com/?p=608</guid>
		<description><![CDATA[Just a quickie to provide a link to the files for today&#8217;s Processing intro workshop: AHO Processing intro.zip. I stupidly forgot to bring my USB stick, so please download from here. Also, download Processing 1.5.1 if you don&#8217;t have it on your computer.]]></description>
			<content:encoded><![CDATA[<p>Just a quickie to provide a link to the files for today&#8217;s Processing intro workshop:<br />
<a href='http://workshop.evolutionzone.com/wp-content/uploads/2011/11/AHO-Processing-intro.zip'>AHO Processing intro.zip</a>. </p>
<p>I stupidly forgot to bring my USB stick, so please download from here. Also, <a href="http://processing.org/download">download Processing 1.5.1</a> if you don&#8217;t have it on your computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://workshop.evolutionzone.com/2011/11/21/aho-processing-intro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Self-Ethnography lecture &amp; notes</title>
		<link>http://workshop.evolutionzone.com/2010/09/15/self-ethnography-lecture-notes/</link>
		<comments>http://workshop.evolutionzone.com/2010/09/15/self-ethnography-lecture-notes/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 11:08:48 +0000</pubDate>
		<dc:creator>marius watz</dc:creator>
				<category><![CDATA[AHO]]></category>
		<category><![CDATA[Theory]]></category>
		<category><![CDATA[Workshops]]></category>
		<category><![CDATA[infoviz]]></category>
		<category><![CDATA[lifelogging]]></category>
		<category><![CDATA[mindmap]]></category>
		<category><![CDATA[self-ethnography]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://workshop.evolutionzone.com/?p=411</guid>
		<description><![CDATA[20101013 AHO Infoviz, Self-Ethnography Lecture notes &#8211; Information Visualization &#038; Self-Ethnography course I have uploaded the introductory lecture from Monday to Scribd, as seen above. The list of suggestions for possible data sources and comments on possible challenges are at the very end of the document. The visualization examples I used in the lecture are [...]]]></description>
			<content:encoded><![CDATA[<div class="flickrImg"><a title="View 20101013 AHO Infoviz, Self-Ethnography on Scribd" href="http://www.scribd.com/doc/37330679/20101013-AHO-Infoviz-Self-Ethnography" style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block; text-decoration: underline;">20101013 AHO Infoviz, Self-Ethnography</a> <object id="doc_525339840811100" name="doc_525339840811100" height="600" width="500" type="application/x-shockwave-flash" data="http://d1.scribdassets.com/ScribdViewer.swf" style="outline:none;" ><param name="movie" value="http://d1.scribdassets.com/ScribdViewer.swf"><param name="wmode" value="opaque"><param name="bgcolor" value="#ffffff"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><param name="FlashVars" value="document_id=37330679&#038;access_key=key-hc9464jf4vi43bizgkn&#038;page=1&#038;viewMode=slideshow"><embed id="doc_525339840811100" name="doc_525339840811100" src="http://d1.scribdassets.com/ScribdViewer.swf?document_id=37330679&#038;access_key=key-hc9464jf4vi43bizgkn&#038;page=1&#038;viewMode=slideshow" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="600" width="500" wmode="opaque" bgcolor="#ffffff"></embed></object></p>
<p>Lecture notes &#8211; Information Visualization &#038; Self-Ethnography course</p></div>
<p>I have uploaded the introductory lecture from Monday to Scribd, as seen above. The list of suggestions for possible data sources and comments on possible challenges are at the very end of the document. The visualization examples I used in the lecture are listed below.</p>
<p>In the section on self-ethnography I made rather heavy use of Nicholas Felton&#8217;s <a href="http://feltron.com/">Feltron Report</a> as a valuable reference. Please see his web site for more information on that project, you can even purchase hardcopies of the report for your own pleasure.</p>
<div class="mediumtitle">Visualization links &#038; examples</div>
<ul>
<li><a href="http://www.cheswick.com/ches/map/gallery/">Bill Cheswick: Internet Mapping Project</a></li>
<li><a href="http://benfry.com/isometricblocks/">Ben Fry: HapMap</a></li>
<li><a href="http://www.turbulence.org/Works/song/">Martin Wattenberg: Shape of Song</a></li>
<li><a href="http://moritz.stefaner.eu/projects/map your moves/">Moritz Stefaner: Map Your Moves</a></li>
<li><a href="http://www.smartmoney.com/map-of-the-market/">SmartMoney.com: Map of the Market</a></li>
<li><a href="http://newsmap.jp/">Marcos Weskamp: Newsmap</a></li>
<li><a href="http://www.visualcomplexity.com/vc">Manuel Lima: Visual Complexity</a></li>
<li><a href="http://www.informationisbeautiful.net/visualizations/the-billion-dollar-o-gram-2009/">David McCandless: Billion-dollar-o-gram</a> (see also his excellent <a href="http://www.ted.com/talks/david_mccandless_the_beauty_of_data_visualization.html">TED Talk</a>)</li>
<li><a href="http://blog.okcupid.com/index.php/the-biggest-lies-in-online-dating/">OKCupid blog: Statistics from online dating</a></li>
<li><a href="http://www.simonelvins.com/silent_london.html">Simon Elvins: Silent London</a></li>
</ul>
<div class="mediumtitle">Self-Ethnography &#8211; tools</div>
<ul>
<li><a href="http://feltron.com">Nicholas Felton: Feltron Annual Report</a></li>
<li><a href="http://rescuetime.com">RescueTime</a></li>
<li><a href="http://Drinkingdiary.com">Drinkingdiary.com</a></li>
<li><a href="http://dailydiary.com">dailydiarycom</a></li>
<li><a href="http://last.fm">last.fm</a></li>
<li><a href="http://daytum.com">Daytum</a></li>
<li><a href="http://your.flowingdata.com/">your.flowingdata.com</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://workshop.evolutionzone.com/2010/09/15/self-ethnography-lecture-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personal data logging and Information Visualization</title>
		<link>http://workshop.evolutionzone.com/2010/09/13/personal-data-logging-and-information-visualization/</link>
		<comments>http://workshop.evolutionzone.com/2010/09/13/personal-data-logging-and-information-visualization/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 02:30:53 +0000</pubDate>
		<dc:creator>marius watz</dc:creator>
				<category><![CDATA[AHO]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Theory]]></category>
		<category><![CDATA[Workshops]]></category>
		<category><![CDATA[infoviz]]></category>
		<category><![CDATA[lifelogging]]></category>
		<category><![CDATA[mindmap]]></category>
		<category><![CDATA[self-ethnography]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://workshop.evolutionzone.com/?p=404</guid>
		<description><![CDATA[Productivity charts generated by RescueTime.com tracker The next two weeks I am teaching a workshop in Information Visualization and Self-Ethnography for the Interaction Design course at AHO. I&#8217;ll be posting links and resources here on the blog in the next few days. Required Reading Gary Wolf: The Data-Driven Life (NYTimes.com) Shawn Allen: Introduction to Information [...]]]></description>
			<content:encoded><![CDATA[<div class="flickrImg"><img src="http://workshop.evolutionzone.com/wp-content/uploads/2010/09/20100913-Self-Ethnography.gif" alt="RescueTime graphs" title="RescueTime graphs" width="400" height="379" class="alignnone size-full wp-image-407" /></p>
<p>Productivity charts generated by <a href="http://www.rescuetime.com/">RescueTime.com tracker</a></div>
<p>The next two weeks I am teaching a workshop in Information Visualization and Self-Ethnography for the Interaction Design course at AHO. I&#8217;ll be posting links and resources here on the blog in the next few days.</p>
<p><strong>Required Reading</strong></p>
<ul>
<li><a href="http://www.nytimes.com/2010/05/02/magazine/02self-measurement-t.html?_r=1&#038;pagewanted=all">Gary Wolf: The Data-Driven Life (NYTimes.com)</a></li>
<li><a href="http://interactiondesign.sva.edu/classes/datavisualization/2010/07/08/introduction/">Shawn Allen: Introduction to Information Visualization course at SVA</a></li>
<li><a href="http://en.wikipedia.org/wiki/Lifelog">Wikipedia: Lifelog</a></li>
</ul>
<p><strong>Data collecting tools</strong></p>
<ul>
<li><a href="http://daytum.com/">Daytum</a></li>
<li><a href="http://your.flowingdata.com/">your.flowingdata</a></li>
<li><a href="http://www.rescuetime.com/">RescueTime</a></li>
<li><a href="http://foursquare.com">FourSquare</a></li>
<li><a href="http://last.fm">Last.fm</a> (music)</li>
<li><a href="http://www.moodtracker.com/">MoodTracker</a> (too medicine-specific?)</li>
<li><a href="http://www.evernote.com/">EverNote</a></li>
<li><a href="http://mindjet.com/">Mindjet MindManager (commercial)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://workshop.evolutionzone.com/2010/09/13/personal-data-logging-and-information-visualization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Interactive art &#8211; references</title>
		<link>http://workshop.evolutionzone.com/2010/04/20/interactive-art-references/</link>
		<comments>http://workshop.evolutionzone.com/2010/04/20/interactive-art-references/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 09:58:18 +0000</pubDate>
		<dc:creator>marius watz</dc:creator>
				<category><![CDATA[AHO]]></category>
		<category><![CDATA[Theory]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[teaching]]></category>
		<category><![CDATA[Workshops]]></category>

		<guid isPermaLink="false">http://workshop.evolutionzone.com/?p=354</guid>
		<description><![CDATA[List of references for lecture about interactive art for AHO Interaction Design. Jim Campbell&#8217;s Formula for Computer Art Mork / Pendry / Stenslie / Watz: Sense:less (1996) Edward Ihnatowicz: Senster (1970) (YouTube) Edward Ihnatowicz: SAM &#8211; Sound Activated Mobile (1970) (YouTube) Jeffrey Shaw: Legible City (1989) Daniel Rozin: Interactive mirrors (1998-) Ken Rinaldo: Autopoiesis (2000) [...]]]></description>
			<content:encoded><![CDATA[<p>List of references for lecture about interactive art for AHO Interaction Design.</p>
<ul>
<li><a href="http://www.jimcampbell.tv/portfolio/miscellaneous_references/formula.swf">Jim Campbell&#8217;s Formula for Computer Art</a></li>
<li><a href="http://www.stenslie.net/stahl/projects/senseless/">Mork / Pendry / Stenslie / Watz: Sense:less</a> (1996)</li>
<li><a href="http://www.interactivearchitecture.org/edward-ihnatowicz-the-senster.html">Edward Ihnatowicz: Senster (1970)</a> (<a href="http://www.youtube.com/watch?v=wY85GrYGnyw">YouTube</a>)</li>
<li><a href="http://www.senster.com/ihnatowicz/SAM/sam.htm">Edward Ihnatowicz: SAM &#8211; Sound Activated Mobile (1970)</a> (<a href="http://www.youtube.com/watch?v=8b52qpyV__g">YouTube</a>)</li>
<li><a href="http://www.jeffrey-shaw.net/html_main/show_work.php3?record_id=83">Jeffrey Shaw: Legible City</a> (1989)</li>
<li><a href="http://www.smoothware.com/danny/index.html">Daniel Rozin: Interactive mirrors</a> (1998-)</li>
<li><a href="http://accad.osu.edu/~rinaldo/works/autopoiesis/autopoiesis.html">Ken Rinaldo: Autopoiesis</a> (2000)</li>
<li><a href="http://www.blinkenlights.net/">Chaos Computer Club: Blinkenlights</a> (2001)</li>
<li><a href="http://www.earstudio.com/projects/listeningpost.html">Mark Hansen and Ben Rubin: Listening Post</a> (<a href="http://www.youtube.com/watch?v=dD36IajCz6A">YouTube</a>) (2002)</li>
<li><a href="http://www.tmema.org/messa/messa.html">Golan Levin &#038; Zachary Lieberman: Messa di Voce</a> (2003)</li>
<li><a href="http://www.tmema.org/mis/index.html">Golan Levin &#038; Zachary Lieberman: Manual Input Sessions</a> (2004)</li>
<li><a href="http://flong.com/projects/scrapple/">Golan Levin: Scrapple</a> (2006)</li>
<li><a href="http://snibbe.com/scott/breath/blowup/index.html">Scott Snibbe: Blow Up</a> (2005)</li>
<li><a href="http://www.uva.co.uk/archives/49">UVA: Volume</a> (2006)</li>
<li><a href="http://thesystemis.com/drawnInstallation/">Zachary Lieberman: Drawn</a> (2006)</li>
<li><a href="http://graffitiresearchlab.com/projects/led-throwies/">Grafitti Research Lab: Throwies</a> (<a href="http://www.instructables.com/id/LED-Throwies/">Instructable</a>) (2006)</li>
<li><a href="http://www.theowatson.com/site_docs/work.php?id=40">GRL &#038; Theo Watzon: Laser Tag</a> (2007)</li>
<li><a href="http://www.eyewriter.org/">Zachary Lieberman, FAT and Grafitti Research Lab: Eyewriter</a> (2009)</li>
<li><a href="http://www.chrisoshea.org/projects/audience/">Chris O&#8217;Shea / rAndom International: Audience</a> (2008)</li>
<li><a href="http://www.youtube.com/watch?v=nFnQx7Equ1M">Espen Sommer Eide: Karusell</a> (2008)</li>
<li><a href="http://yesyesno.com/night-lights">YesYesNo: Night Lights</a> (<a href="http://vimeo.com/8525186">video</a>) (2010)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://workshop.evolutionzone.com/2010/04/20/interactive-art-references/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exercise: Computational typography</title>
		<link>http://workshop.evolutionzone.com/2008/11/18/exercise-computational-typography/</link>
		<comments>http://workshop.evolutionzone.com/2008/11/18/exercise-computational-typography/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 12:16:09 +0000</pubDate>
		<dc:creator>marius watz</dc:creator>
				<category><![CDATA[AHO]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Workshops]]></category>
		<category><![CDATA[exercise]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://workshop.evolutionzone.com/?p=215</guid>
		<description><![CDATA[Exercise: Computational typography Create an interactive type experience. Experiment with animated and interactive approaches to typography, applying computational strategies for animation.Tell a story or make the user create their own story. Work in groups. Make the result printable. The challenge is to make a static object become alive, transform and move over time. Key goal: [...]]]></description>
			<content:encoded><![CDATA[<div class="mediumtitle">Exercise: Computational typography</div>
<p>Create an interactive type experience. Experiment with animated and interactive approaches to typography, applying computational strategies for animation.Tell a story or make the user create their own story.</p>
<p>Work in groups. Make the result printable. The challenge is to make a static object become alive, transform and move over time. Key goal: Engage &#8211; interact &#8211; surprise.</p>
<p><strong>Examples:</strong> Typographic animation, text scrollers, dynamic letters, emotional typography, automatic layouts, type as pattern, randomized fonts.<br />
<strong>Deadline:</strong> Presentation Thursday 27.11.</p>
<div class="mediumtitle">Theory / blogs</div>
<ul>
<li><a href="http://www.papress.com/other/thinkingwithtype/">Thinking with type</a></li>
<li><a href="http://typeandcode.com/">Type + Code</a></li>
<li><a href="http://teachingtype.com/">Teaching Type</a></li>
<li><a href="http://ilovetypography.com/">I Love Typography</a></li>
<li><a href="http://www.typographyserved.com/">Typographyserved</a></li>
</ul>
<div class="mediumtitle">Reference projects</div>
<ul>
<li><a href="http://www.typotopo.com/">Peter Cho: Typotopo</a></li>
<li><a href="http://acg.media.mit.edu/people/pcho/thesis/">Peter Cho: Thesis</a></li>
<li><a href="http://www.responsivetype.com/">Hudson-Powell: Responsive Type</a></li>
<li><a href="http://lineto.com/The+Projects/Lego+Font+Creator/">Lego Font Creator</a></li>
<li><a href="http://www.genotyp.com/">Michael Schmidt: Genotyp</a></li>
<li><a href="http://www.dyntypo.com/">Vítor Quelhas: Dyntypo</a></li>
<li><a href="http://www.caligraft.com/">Ricardo Marxer: Caligraft</a></li>
<li><a href="http://www.generatorx.no/20051215/nicolai-a-modular-font/">Nicolai, a modular font</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://workshop.evolutionzone.com/2008/11/18/exercise-computational-typography/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

