<?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>Well-formed data &#187; Personal</title>
	<atom:link href="http://well-formed-data.net/archives/category/personal/feed" rel="self" type="application/rss+xml" />
	<link>http://well-formed-data.net</link>
	<description>Moritz Stefaner / Visualization</description>
	<lastBuildDate>Wed, 11 Jan 2012 20:44:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WEF Risk Report 2011</title>
		<link>http://well-formed-data.net/archives/737/wef-risk-report-2011</link>
		<comments>http://well-formed-data.net/archives/737/wef-risk-report-2011#comments</comments>
		<pubDate>Wed, 11 Jan 2012 20:26:23 +0000</pubDate>
		<dc:creator>Moritz Stefaner</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[risk report]]></category>
		<category><![CDATA[visualizations]]></category>
		<category><![CDATA[wef]]></category>

		<guid isPermaLink="false">http://well-formed-data.net/?p=737</guid>
		<description><![CDATA[For the third year in a row, I was responsible for a good deal of the graphics in the annual Global Risk Report published by the World Economic Forum. For the report, hundreds of experts take part in a survey on their perception of what they consider the most important global risk and their inter–dependency. [...]]]></description>
			<content:encoded><![CDATA[<script src="http://well-formed-data.net/projects/wef-grr-2011/js/jquery.bbq.min.js" type="text/javascript" charset="utf-8"></script>

<p><a href="http://reports.weforum.org/global-risks-2012/" target="_blank"><img src="http://well-formed-data.net/wp-content/uploads/2012/01/wef.png" alt="" title="wef" width="480" height="320" class="alignnone size-full wp-image-742" /></a></p>

<p>For the third year in a row, I was responsible for a good deal of the graphics in the annual  <a href="http://reports.weforum.org/global-risks-2012/" target="_blank">Global Risk Report</a> published by the  <a href="http://www.weforum.org/" target="_blank">World Economic Forum</a>. For the report, hundreds of experts take part in a survey on their perception of what they consider the most important global risk and their inter–dependency. </p>

<p>Three types of graphics are at the heart of the report:
<a rel="shadowbox;width=710;height=581;background=0xFFFFFF" href="http://well-formed-data.net/projects/wef-grr-2011/screen%20optimized/M_A-crystal---clean.png"><img src="http://well-formed-data.net/wp-content/uploads/2012/01/crystal.png" alt="" title="crystal" width="480" height="320" class="alignnone size-full wp-image-743" /></a></p>

<p>The <a rel="shadowbox;width=710;height=581;background=0xFFFFFF" href="http://well-formed-data.net/projects/wef-grr-2011/screen%20optimized/M_A-crystal---clean.png">“crystal” network diagram</a> sheds light on the “Centers of Gravity” (systemically most important risks) in each category (Economic, Environmetal, Societal, Geopolitical, and Technological Risks) and the risks strongest connected to these. The network was layed out in d3.js, using force-directed layout and a “magnetic” grid for regular spacing and to avoid overlaps. The centers of gravity and the 4 most important connectors were fixated manually in this process, to enforce the “crystal” structure. This rough layout was then imported into Illustrator and refined and tweaked by hand. There is also a <a rel="shadowbox;width=710;height=581;background=0xFFFFFF" href="http://well-formed-data.net/projects/wef-grr-2011/screen%20optimized/M_A-crystal.png">version</a> which shows a cloud of all risks in the background, but I think this one obscures the conceptual/diagrammatic nature of the original, so personally, I prefer the cleaner version.</p>

<p><a href="http://well-formed-data.net/projects/wef-grr-2011/orbits.html" rel="shadowbox;width=1000;height=650;background=0xFFFFFF"><img src="http://well-formed-data.net/wp-content/uploads/2012/01/orbits.png" alt="" title="orbits" width="480" height="320" class="alignnone size-full wp-image-744" /></a></p>

<p>The same interconnectivity information can be explored in an <a href="http://well-formed-data.net/projects/wef-grr-2011/orbits.html" rel="shadowbox;width=1000;height=650;background=0xFFFFFF">“orbit” visualization</a> that plays a bit on the gravity theme established in the survey. Clicking a risk will put it into the center and show how strongly the other risks are connected by how close or far away they are located — a very simple, but quite effective and clean approach to network visualization, by getting rid of the lines altogether and just working with size and distance to express connectivity. </p>

<p><a rel="shadowbox;width=1000;height=650;background=0xFFFFFF" href="http://well-formed-data.net/projects/wef-grr-2011/landscape.html"><img src="http://well-formed-data.net/wp-content/uploads/2012/01/landscape.png" alt="" title="landscape" width="480" height="320" class="alignnone size-full wp-image-745" /></a></p>

<p>Last, but not least, we have a simple <a rel="shadowbox;width=1000;height=650;background=0xFFFFFF" href="http://well-formed-data.net/projects/wef-grr-2011/landscape.html">cartesian plot</a> arranging the risks by impact and likelihood. As we gathered some information on the respondents’ region of residence and their stakeholder group, you can explore how, for instance, <a rel="shadowbox;width=1000;height=650;background=0xFFFFFF" href="http://well-formed-data.net/projects/wef-grr-2011/landscape.html#dataset=asia&amp;categories=economic">Asian experts’ perception on economic issues</a> differs from the rest of the respondents.</p>

<hr />

<p>All interactive visualizations were implemented using <a href="http://jquery.com/" target="_blank">jQuery</a>, <a href="http://documentcloud.github.com/underscore/" target="_blank">underscore.js</a>, and <a href="http://raphaeljs.com/" target="_blank">raphael.js</a>. For the network visualization, I used the force directed layout from <a href="http://mbostock.github.com/d3/" target="_blank">d3.js</a>. </p>

<hr />

<p>Make sure to consume the <a href="http://reports.weforum.org/global-risks-2012/" target="_blank">full interactive report</a> or in <a href="http://www3.weforum.org/docs/WEF_GlobalRisks_Report_2012.pdf" target="_blank">pdf form</a>. </p>
<img src="http://well-formed-data.net/?ak_action=api_record_view&id=737&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://well-formed-data.net/archives/737/wef-risk-report-2011/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Substratum interview</title>
		<link>http://well-formed-data.net/archives/731/substratum-interview</link>
		<comments>http://well-formed-data.net/archives/731/substratum-interview#comments</comments>
		<pubDate>Thu, 15 Dec 2011 11:04:36 +0000</pubDate>
		<dc:creator>Moritz Stefaner</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[substratum]]></category>

		<guid isPermaLink="false">http://well-formed-data.net/?p=731</guid>
		<description><![CDATA[The fine folks over at Interactive Things interviewed a few great designers and hackers for their substratum interview series. I also answered some questions — read the interview here.]]></description>
			<content:encoded><![CDATA[<p><a href="http://substratumseries.com/issues/truth_and_beauty/moritz_stefaner/"><img src="http://well-formed-data.net/wp-content/uploads/2011/12/substratum.gif" alt="" title="substratum" width="480" height="256" class="alignnone size-full wp-image-732" /></a></p>

<p>The fine folks over at <a href="http://interactivethings.com" target="_blank">Interactive Things</a> interviewed a few great designers and hackers for their <a href="http://substratumseries.com/" target="_blank">substratum interview series</a>. I also answered some questions — <a href="http://substratumseries.com/issues/truth_and_beauty/moritz_stefaner/" target="_blank">read the interview here.</a></p>
<img src="http://well-formed-data.net/?ak_action=api_record_view&id=731&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://well-formed-data.net/archives/731/substratum-interview/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>5 years of well-formed-data</title>
		<link>http://well-formed-data.net/archives/704/5-years-of-well-formed-data</link>
		<comments>http://well-formed-data.net/archives/704/5-years-of-well-formed-data#comments</comments>
		<pubDate>Thu, 10 Nov 2011 14:00:12 +0000</pubDate>
		<dc:creator>Moritz Stefaner</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[5years]]></category>
		<category><![CDATA[anniversary]]></category>

		<guid isPermaLink="false">http://well-formed-data.net/?p=704</guid>
		<description><![CDATA[Five years ago, I posted the first entry on this blog. I think it is safe to say, it’s been a wild ride. I know lots of you who read this have been following my work for a long time, and I would sincerely thank you all for your attention, comments, and help. For the [...]]]></description>
			<content:encoded><![CDATA[<p>Five years ago, I posted the <a href="http://well-formed-data.net/archives/12/check-da-microphone">first entry on this blog</a>. I think it is safe to say, it’s been a wild ride. I know lots of you who read this have been following my work for a long time, and I would sincerely thank you all for your attention, comments, and help.</p>

<p>For the younger ones among you: 5 years ago, infosthetics was <a href="http://web.archive.org/web/20061115164736/http://infosthetics.com/">pretty in purple</a> (with that awkward off-center vertical axis). 5 years ago, <a href="http://wayback.archive.org/web/20071201000000*/http://flowingdata.com">there was no flowingdata.com</a>. But yes, we did have electricity, thanks for asking. </p>

<p>What was I doing 5 years ago? Well, I was just starting my master’s at the <a href="http://design.fh-potsdam.de/">interface design program at FH Potsdam</a>. The fabulous <a href="http://esono.com">Prof. Boris Müller</a> took me under his wings, and he made me visualize the heck out of this brand new thing called web 2.0! Tags! Feeds! Blogging! Wikipedia! A new world order! Ah, exciting times. Although clearly a child of its times, I still think my <a href="http://moritz.stefaner.eu/write-talk/ma-thesis-visual-tools/">thesis</a> turned out quite nice, and laid the foundation for many, many good things to come. The weeks of my thesis presentation were probably the most intense of my life, with me and Sina moving together, me presenting my thesis, Sina’s father dying and our son Juri being born in the course of only a few very short weeks. A whole new chapter had started, and now I was living on the country side with a baby, commuting to Potsdam for my part-time research position, and at the same time working freelance datavis jobs. </p>

<p>Well, many things have happened in the meantime, and I am very grateful for where I am at right now. Here’s to the next 5 years of well-forming whatever data I come across!</p>
<img src="http://well-formed-data.net/?ak_action=api_record_view&id=704&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://well-formed-data.net/archives/704/5-years-of-well-formed-data/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Global Agenda Survey 2011</title>
		<link>http://well-formed-data.net/archives/707/global-agenda-survey-2011</link>
		<comments>http://well-formed-data.net/archives/707/global-agenda-survey-2011#comments</comments>
		<pubDate>Tue, 25 Oct 2011 09:44:01 +0000</pubDate>
		<dc:creator>Moritz Stefaner</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[global agenda]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[visualization]]></category>
		<category><![CDATA[wef]]></category>

		<guid isPermaLink="false">http://well-formed-data.net/?p=707</guid>
		<description><![CDATA[Old news for you, if you follow me on twitter already (or read infosthetics), but here is a quick pointer to the interactive graphics for the Global Agenda Survey 2011 we launched last week for the World Economic Forum: I realized the project together with the talented Jan Willem Tulp, from who you surely will [...]]]></description>
			<content:encoded><![CDATA[<p>Old news for you, if you follow me on twitter already (or read infosthetics), but here is a quick pointer to the <a href="http://reports.weforum.org/global-agenda-survey-2011/#overlay/interactive-slides/top-trends">interactive graphics</a> for the <a href="http://reports.weforum.org/global-agenda-survey-2011/">Global Agenda Survey 2011</a> we launched last week for the <a href="http://weforum.org">World Economic Forum</a>:</p>

<p><a href="http://reports.weforum.org/global-agenda-survey-2011/#overlay/interactive-slides/top-trends"><img class="alignnone size-full wp-image-709" title="wef" src="http://well-formed-data.net/wp-content/uploads/2011/10/wef1.png" alt="" width="480" height="240" /></a></p>

<p>I realized the project together with the talented <a href="http://www.janwillemtulp.com/" target="_blank">Jan Willem Tulp</a>, from who you surely will hear much more over the next few months.</p>

<p>A little technical note: The interactive graphics were all done in HTML5, with the help of the following great Javascript frameworks: <a href="http://raphaeljs.com/" target="_blank">raphael.js</a>, <a href="http://documentcloud.github.com/underscore/" target="_blank">underscore.js</a>, <a href="http://mbostock.github.com/d3/" target="_blank">d3.js</a>. Except for the network visualization, all graphics run fully interactive down to IE6. #techachievement #lookma #noflash</p>
<img src="http://well-formed-data.net/?ak_action=api_record_view&id=707&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://well-formed-data.net/archives/707/global-agenda-survey-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Truth and Beauty</title>
		<link>http://well-formed-data.net/archives/687/truth-and-beauty</link>
		<comments>http://well-formed-data.net/archives/687/truth-and-beauty#comments</comments>
		<pubDate>Wed, 21 Sep 2011 14:43:35 +0000</pubDate>
		<dc:creator>Moritz Stefaner</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[eyeo]]></category>
		<category><![CDATA[talk]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://well-formed-data.net/?p=687</guid>
		<description><![CDATA[For those who missed it the first time around — here is my talk from the eyeo conference this summer: You should definitely also check out the other videos in the eyeo collection, and watch out for upcoming releases, there were literally dozens of great, great talks.]]></description>
			<content:encoded><![CDATA[<p>For those who missed it the first time around — here is my talk from the eyeo conference this summer:</p>

<iframe src="http://player.vimeo.com/video/28443920?title=0&amp;byline=0&amp;portrait=0" width="480" height="360" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe>

<p><br /></p>

<p>You should definitely also check out the <a href="http://vimeo.com/eyeofestival/videos">other videos</a> in the eyeo collection, and watch out for upcoming releases, there were literally dozens of great, great talks.</p> 
<img src="http://well-formed-data.net/?ak_action=api_record_view&id=687&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://well-formed-data.net/archives/687/truth-and-beauty/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On the role of bacon in visualization</title>
		<link>http://well-formed-data.net/archives/669/on-the-role-of-bacon-in-visualization</link>
		<comments>http://well-formed-data.net/archives/669/on-the-role-of-bacon-in-visualization#comments</comments>
		<pubDate>Tue, 23 Aug 2011 22:27:32 +0000</pubDate>
		<dc:creator>Moritz Stefaner</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[bacon]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[criticism]]></category>
		<category><![CDATA[heatmap]]></category>

		<guid isPermaLink="false">http://well-formed-data.net/?p=669</guid>
		<description><![CDATA[I recently ran across a chart on Spiegel Online, the most popular German site for online news. The chart was a tilted 3D heatmap in fully saturated primary colors, with a thick black arrow aside. I quickly uttered my surprise at the presence of such a poorly designed chart — esp. in such a high [...]]]></description>
			<content:encoded><![CDATA[<p>I recently ran across a <a href="http://www.spiegel.de/fotostrecke/fotostrecke-71846-2.html">chart on Spiegel Online</a>, the most popular German site for online news. The chart was a tilted 3D heatmap in fully saturated primary colors, with a thick black arrow aside.</p>

<p><a href="http://www.spiegel.de/fotostrecke/fotostrecke-71846-2.html"><img class="alignnone size-full wp-image-670" title="3. Spieltag / Heatmap / Robben" src="http://well-formed-data.net/wp-content/uploads/2011/08/image-250965-galleryV9-xdwg.jpg" alt="" width="480" height="359" /></a></p>

<p>I quickly uttered my surprise at the presence of such a poorly designed chart — esp. in such a high profile online publication — in a <a href="https://twitter.com/#!/moritz_stefaner/status/105029152993845249">snarky Twitter comment</a>, and soon after, Robert Kosara posted a <a href="http://eagereyes.org/criticism/above-all-do-no-harm">whole blog post</a> defending the graphic, and calling for “a bit more subtlety in our criticism”.</p>

<p>Well, I am not sure if Twitter was optimized for subtlety, yet, I guess I should clarify a bit the background of my judgement (especially since Robert’s speculative assumptions about my train of thought is not accurate in all points).</p>

<p><span id="more-669"></span></p>

<p>The chart in question shows the amount of a certain soccer player’s presence in different areas of the field. The field is divided in cells, and in each cell, a little “tower” indicates by height and color the amount of the player’s presence in that cell. Essentially, this makes it a hybrid of a heatmap and a 3D bar chart overlaid over a soccer field.</p>

<p>The <strong>redundant encoding</strong> (i.e., in this case, using height and color to encode the same value) is nothing bad per se, and in this case quite justified, as both the color encoding as well as the 3D bars height alone would be too weak visual variables for the data.</p>

<p>The <strong>3D-y-ness</strong> of the chart? I am not fond of it. I find it a very clear case of <em>“Hmm, this looks a bit bland. Maybe we should tilt it a little? Ooh look, how awesome.”</em> Frankly, to me this is just childish. Let me put it this way: <strong>Bacon</strong> is a legitimate ingredient to many dishes, and can be quite tasty, when used right. But if your cooking style is to start with cooking something bland, and then add bacon to make it less bland, then, trust me, you are not a great cook. A great cook makes a feast out of a simple egg, they say, and I think this is what we should aspire to.</p>

<p>The <strong>arrow</strong>? Well, it serves its purpose, but it is quite loud, isn’t it. The <strong>missing legend, title, and description</strong> of the data and its transformations? Why bother? We have a 3D chart!</p>

<p>Anyways, all of that is not that grave, maybe even nit-picking, but the one thing that is unforgiveable about the chart is the <strong>color palette</strong>. If you do a heatmap, there is basically only <em>one</em> thing you need to get right, and this is the color palette. Yet, this one has been given very little love.</p>

<p>Generally, using a green, yellow and red gradient could be justified when we have benefits from a “traffic lights” reading. But I cannot see how this would apply in our case. This leaves us with the screaming dissonance of the complimentary primary colors used in full saturation, lacking any difference whatsoever in value or saturation. I hope we don’t need to discuss the aesthetic shortcomings of this approach.</p>

<p><img class="alignnone size-full wp-image-671" title="palette" src="http://well-formed-data.net/wp-content/uploads/2011/08/palette.png" alt="" width="480" height="71" /></p>

<p>Conceptually, things fall apart more, if we look closely, as there is a huge gap between no (zero) and quite little presence (1 in the supposed scale above) in a cell: Of course, I understand that this is due to the green being the color of the playing field, but why not work with that self-imposed constraint, instead of just ignoring it?</p>

<p>Lastly, here is how the gradient looks desaturated:</p>

<p><img class="alignnone size-full wp-image-672" title="palette-bw" src="http://well-formed-data.net/wp-content/uploads/2011/08/palette-bw.png" alt="" width="480" height="71" /></p>

<p>You might say, this is not an issue, as the color hue carries the information, but be reminded that a good proportion of our population is in fact red-green blind, and also for the others, key to establishing contour and depth in an image is to work with brightness contrast.</p>

<hr />

<p>Update: Mike reminds us in the comments that red-green blindness is quite different from just not seeing the respective color hues, which is correct. I did indeed run a test on the image on <a href="http://vischeck.com">vischeck.com</a>, and here is the result:</p>

<p><a href="http://vischeck.com"><img src="http://well-formed-data.net/wp-content/uploads/2011/08/soccer_vischeck.jpg" alt="" title="soccer_vischeck" width="480" height="160" class="alignnone size-full wp-image-680" /></a></p>

<hr />

<p>Well, to end on a more positive note — how could we fix this?</p>

<p>Starting with the colors, here is the lowdown: the recommended approach for encoding “little to high amount” in a color palette is to use <strong>small</strong> variation in <strong>color hue</strong> and combine it with a <strong>higher variation</strong> in <strong>brightness</strong> (see, e.g. Stephen Few’s <a href="http://www.perceptualedge.com/articles/visual_business_intelligence/rules_for_using_color.pdf">color primer</a>). In our case, we might want to stick with the green of the playing field, but rather go into a darker, blue-isher direction for the higher intensities of the data, achieving a harmonious palette. Second, we will group the data into a smaller number of bins, to increase separability and emphasize the fact that the exact numerical measurement is not the point of the chart, but the overall patterns. This could result in a palette like this:</p>

<p><a href="http://well-formed-data.net/wp-content/uploads/2011/08/palette-improved.png"><img class="alignnone size-full wp-image-673" title="palette-improved" src="http://well-formed-data.net/wp-content/uploads/2011/08/palette-improved.png" alt="" width="300" height="60" /></a></p>

<p>Moving to the heatmap itself, I found the 3D blocks emphasize the <em>flaws</em> of the measurement process over the information we want to measure. There is nothing blocky, or square about the soccer player’s movement, it is just an artefact of the data gathering and representation chosen. In a perfect world, we could measure the player’s position to the inch, each single second, [edit] <del datetime="2011-08-24T10:27:43+00:00">resulting in</del> which we could use to model [end edit, thanks Mike, for spotting my inaccuracy here] a smooth 3D manifold instead of the blocks. One way to approximate this could be to <strong>smooth</strong> the data, and separate it with <a href="http://en.wikipedia.org/wiki/Isoline">isolines</a> into regions with a similar intensity. This allows us to focus on the resulting (estimated) topology, instead of the measurement process:</p>

<p><img class="alignnone size-full wp-image-674" title="iso2" src="http://well-formed-data.net/wp-content/uploads/2011/08/iso2.png" alt="" width="300" height="502" /></p>

<p>(Note: This is just a mock-up, as I did not have access to realistic data.)</p>

<p>As a bonus, this image works in very, very small, too, as well as in black and white (these two tests are quite effective, in my opinion):</p>

<p><img class="alignnone size-full wp-image-675" title="small-bw" src="http://well-formed-data.net/wp-content/uploads/2011/08/small-bw.png" alt="" width="480" height="320" /></p>

<p>I am not claiming that this is the perfect solution, there is a myriad ways to work with this data. It is just a quick sketch. But at least, I can justify the design choices I made quite well, and I hope I could demonstrate that if our only goal is merely to “do no harm”, and not to try and make the best choices possible, we are missing out. And remember: don’t eat too much bacon, dear people. Thanks for your attention.</p>
<img src="http://well-formed-data.net/?ak_action=api_record_view&id=669&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://well-formed-data.net/archives/669/on-the-role-of-bacon-in-visualization/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>The VIZoSPHERE</title>
		<link>http://well-formed-data.net/archives/642/the-vizosphere</link>
		<comments>http://well-formed-data.net/archives/642/the-vizosphere#comments</comments>
		<pubDate>Mon, 25 Jul 2011 22:04:41 +0000</pubDate>
		<dc:creator>Moritz Stefaner</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[gephi]]></category>
		<category><![CDATA[infovis]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://well-formed-data.net/?p=642</guid>
		<description><![CDATA[A new diversion of mine: mapping twitter accounts related to information visualization with gephi:  click for zoomable version This map shows 1645 twitter accounts related to the topic of information visualization. The accounts were determined as follows: For a subjective selection of “seed accounts”[1], the twitter API was queried for followers and friends. In order [...]]]></description>
			<content:encoded><![CDATA[<p>A new diversion of mine: mapping twitter accounts related to information visualization with <a href="http://gephi.org">gephi</a>:</p>

<p><a href="http://www.visualizing.org/full-screen/29391"><img class="alignnone size-full wp-image-645" title="thumb_480" src="http://well-formed-data.net/wp-content/uploads/2011/07/thumb_480.png" alt="" width="480" height="360" /></a></p>

<p><a href="http://www.visualizing.org/full-screen/29391"> click for zoomable version</a></p>

<p>This map shows 1645 twitter accounts related to the topic of information visualization. The accounts were determined as follows: For a subjective selection of “seed accounts”[1], the twitter API was queried for followers and friends. In order to be included into the map, a user account needed to have at least 5 links (i.e. follow or being followed) to one of these accounts. The size of the network nodes indicates the number of followers within this network.</p>

<p>[1] The seed accounts were; @moritz_stefaner, @datavis, @infosthetics, @wiederkehr, @FILWD,
@janwillemtulp, @visualisingdata, @jcukier, @mccandelish, @flowingdata, @mslima, @blprnt,
@pitchinteractiv, @bestiario140, @eagereyes, @feltron, @stamen, @thewhyaxis</p>
<img src="http://well-formed-data.net/?ak_action=api_record_view&id=642&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://well-formed-data.net/archives/642/the-vizosphere/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Infovis lecture at HfK Bremen</title>
		<link>http://well-formed-data.net/archives/638/infovis-lecture-at-hfk-bremen</link>
		<comments>http://well-formed-data.net/archives/638/infovis-lecture-at-hfk-bremen#comments</comments>
		<pubDate>Mon, 25 Jul 2011 21:58:29 +0000</pubDate>
		<dc:creator>Moritz Stefaner</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://well-formed-data.net/?p=638</guid>
		<description><![CDATA[This semester, I held a lecture on Information Visualization at HfK Bremen. For the final projects, the theme was “mapping you, mapping me”. The idea was to generate data sets of personal relevance, and visualize them adequately. Check out the student projects here: http://infovis-hfkb.tumblr.com/]]></description>
			<content:encoded><![CDATA[<p>This semester, I held a lecture on Information Visualization at <a href="http://www.hfk-bremen.de/">HfK Bremen</a>. For the final projects, the theme was “mapping you, mapping me”. The idea was to generate data sets of personal relevance, and visualize them adequately. Check out the student projects here: <a href="http://infovis-hfkb.tumblr.com/">http://infovis-hfkb.tumblr.com/</a></p>
<img src="http://well-formed-data.net/?ak_action=api_record_view&id=638&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://well-formed-data.net/archives/638/infovis-lecture-at-hfk-bremen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OECD Better Life Index</title>
		<link>http://well-formed-data.net/archives/618/oecd-better-life-index</link>
		<comments>http://well-formed-data.net/archives/618/oecd-better-life-index#comments</comments>
		<pubDate>Thu, 26 May 2011 19:54:06 +0000</pubDate>
		<dc:creator>Moritz Stefaner</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[better life index]]></category>
		<category><![CDATA[oecd]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://well-formed-data.net/?p=618</guid>
		<description><![CDATA[Beginning of this week, we launched a new project: the OECD Better Life Index, which allows you to compare 34 countries with respect to 11 different topics, ranging from Health, Life Satisfaction over to Jobs and Income. By choosing importance levels for these topics, you can actually brew your own country ranking and share it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://oe.cd/bli"><img src="http://well-formed-data.net/wp-content/uploads/2011/05/better-life-index.jpg" alt="" title="better-life-index" width="480" height="240" class="alignnone size-full wp-image-619" /></a></p>

<p>Beginning of this week, we launched a new project: the <a href="http://oe.cd/bli">OECD Better Life Index</a>, which allows you to compare 34 countries with respect to 11 different topics, ranging from Health, Life Satisfaction over to Jobs and Income. By choosing importance levels for these topics, you can actually brew your own country ranking and share it with friends on the web. </p>

<p>The visualization principle is simple: Each country is represented by one flower, one topic by one of its petals. The length of a petal indicates the score of the respective country in that topic (e.g. income in Germany). If we add up all scores, we get a toal score for each country. The higher the score, the higher the flower will rise.</p>

<p>The launch event itself was crazy, as the presentation of the site was the first point after the keynote address at the OECD’s 50th anniversary — and of course the site would go down 20 minutes before the live demo! But in the end, all worked out great, and we were able to sort things out and cope with the quite overwhelming demand on our servers. If you are interested, here is a video recording of <a href="http://www.viewontv.org/oecd/forum2011/?titre=6#anc6">what happened on stage</a>.</p>

<p>Overall, it was great to see how the “flower virus” took over the event, from the booth…<br /><br />
<img src="http://well-formed-data.net/wp-content/uploads/2011/05/bli-booth.jpg" alt="" title="bli-booth" width="480" height="287" class="alignnone size-full wp-image-621" /></p>

<p>… to wall decorations:</p>

<p><img src="http://well-formed-data.net/wp-content/uploads/2011/05/flowers-wall.jpg" alt="" title="flowers-wall" width="480" height="285" class="alignnone size-full wp-image-622" /></p>

<p>A memorable day for sure!</p>

<p>Btw, while I worked on the design and implementation of the visualization, the branding, web design and site production was handled by Timm Kekeritz at <a href="http://www.raureif.net/">Raureif</a> and <a href="http://jonas-leist.de/">Jonas Leist</a>. And big props to the fantastic team at OECD, who fought like lions for our crazy ideas and managed to put together these huge amounts of content on the site in very short time.</p>
<img src="http://well-formed-data.net/?ak_action=api_record_view&id=618&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://well-formed-data.net/archives/618/oecd-better-life-index/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Places &amp; Spaces</title>
		<link>http://well-formed-data.net/archives/607/places-spaces</link>
		<comments>http://well-formed-data.net/archives/607/places-spaces#comments</comments>
		<pubDate>Tue, 03 May 2011 15:27:05 +0000</pubDate>
		<dc:creator>Moritz Stefaner</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[exhibitions]]></category>
		<category><![CDATA[MACE]]></category>
		<category><![CDATA[places&spaces]]></category>
		<category><![CDATA[poster]]></category>

		<guid isPermaLink="false">http://well-formed-data.net/?p=607</guid>
		<description><![CDATA[I am happy to announce that the MACE taxonomy visualization I did a few years ago will be part of this year’s Places and Spaces exhibition. For this occasion, I brushed up the original graphic a bit (most notably somehow managed to export a somewhat editable pdf from Flash with AlivePDF), and added some explanations, [...]]]></description>
			<content:encoded><![CDATA[<p>I am happy to announce that the <a href="http://moritz.stefaner.eu/projects/mace/">MACE</a> taxonomy visualization I did a few years ago will be part of this year’s <a href="http://scimaps.org/">Places and Spaces exhibition</a>. For this occasion, I brushed up the original graphic a bit (most notably somehow managed to export a somewhat editable pdf from Flash with <a href="http://alivepdf.bytearray.org/">AlivePDF</a>), and added some explanations, and voila, here is the poster:
<br />
<br />
<a href="http://moritz.stefaner.eu/downloads/posters/MACE_1200.jpg"><img src="http://well-formed-data.net/wp-content/uploads/2011/05/MACE_poster.jpg" alt="" title="MACE_poster" width="480" height="599" class="alignnone size-full wp-image-608" /></a>
<br />
Feel free to print it yourself (<a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY-NC-SA</a>):<br />
<a href="http://moritz.stefaner.eu/downloads/posters/places-spaces_stefaner_portrait.pdf">download portrait version (pdf)</a><br />
<a href="http://moritz.stefaner.eu/downloads/posters/places-spaces_stefaner_landscape_v2.pdf">download landscape version (pdf)</a><br /></p>
<img src="http://well-formed-data.net/?ak_action=api_record_view&id=607&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://well-formed-data.net/archives/607/places-spaces/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

