<?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>xocas.com information graphics</title>
	<atom:link href="http://www.xocas.com/blog/en/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.xocas.com/blog/en</link>
	<description></description>
	<lastBuildDate>Thu, 22 Jul 2010 04:43:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Making of NYT&#8217;s Mariano Rivera&#8217;s pitches</title>
		<link>http://www.xocas.com/blog/en/?p=184</link>
		<comments>http://www.xocas.com/blog/en/?p=184#comments</comments>
		<pubDate>Thu, 22 Jul 2010 04:42:53 +0000</pubDate>
		<dc:creator>xocas</dc:creator>
				<category><![CDATA[Information graphics]]></category>
		<category><![CDATA[Making-of]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual journalism]]></category>

		<guid isPermaLink="false">http://www.xocas.com/blog/en/?p=184</guid>
		<description><![CDATA[The New York Times has been building interactives with audio-visual explanations for a while. But none of them are quite like <a href="http://www.nytimes.com/interactive/2010/06/29/magazine/rivera-pitches.html" target="_blank">How Mariano Rivera Dominates Hitters,</a> which accompanied a Times magazine profile of the Yankees closer last month.<br/><br/>

<a href="http://www.xocas.com/blog/en/?p=184"><img class="alignnone size-full wp-image-194" style="border:0px" title="promo" src="http://www.xocas.com/blog/en/wp-content/uploads/2010/07/promo.jpg" alt="promo" width="490" height="277" /></a>]]></description>
			<content:encoded><![CDATA[<p>The New York Times has been building interactives with audio-visual explanations for a while. </p>
<p>Last year we tried to take the techniques we were using a bit further with a piece on tennis great <a href="http://www.nytimes.com/interactive/2009/08/31/sports/tennis/20090831-roger-graphic.html" target="_blank">Roger Federer’s Footwork,</a> which incorporated an animated 3D tennis player. (I don’t think I ever thanked Michael Agar for <a href="http://igraphicsexplained.blogspot.com/2010/03/nyt-art-of-total-journalism.html" target="_blank">his very nice comments</a> on that one.)</p>
<p>And earlier this year, we forged ahead with even more sophisticated interactives as part of our <a href=" http://www.nytimes.com/interactive/sports/olympics/olympics-interactives.html#tab2" target="_blank">coverage of the Winter Olympics in Vancouver.</a></p>
<p>But none of them are quite like <a href="http://www.nytimes.com/interactive/2010/06/29/magazine/rivera-pitches.html" target="_blank">How Mariano Rivera Dominates Hitters,</a> which accompanied a Times magazine profile of the Yankees closer last month.</p>
<p><a href="http://www.nytimes.com/interactive/2010/06/29/magazine/rivera-pitches.html" target="_blank"><img class="alignnone size-full wp-image-194" style="border:0px" title="promo" src="http://www.xocas.com/blog/en/wp-content/uploads/2010/07/promo.jpg" alt="promo" width="490" height="277" /></a></p>
<p>I asked the three graphics editors who put the piece together — <a href="http://twitter.com/shancarter" target="_blank">Shan Carter,</a> <a href="http://twitter.com/grahamyroberts" target="_blank">Graham Roberts</a> and Joe Ward — explain how the piece came together and the decisions they made as they were building it.</p>
<p>The piece was remarkable, because as graphics director Steve Duenes puts it: &#8220;They managed to fully integrate a series of terrific data visualizations into a compelling, linear piece. It&#8217;s not something you see often because it&#8217;s difficult.&#8221;</p>
<p><strong>Why Mariano Rivera?</strong></p>
<p>Even if you know nothing about baseball you’ll get — and love — the graphic. I asked Joe Ward, the graphics editor for sports, what was so impressive about Rivera. (Although, it becomes obvious as you watch the graphic.) </p>
<p>Joe explains anyway: &#8220;What makes him most interesting is that he is one of the best relief pitchers in history. He has also been good for a very long time, and has relied on a single pitch, the cut fastball, or cutter. He has incredible accuracy with his pitches which was verified when we got a heat map of the locations of his pitches.&#8221;</p>
<p>&#8220;We contacted the guys at <a href="http://www.completegameconsulting.com/" target="_blank">Complete Game Consulting</a> who have been compiling that data. His cutter has significant lateral movement, which we were able to show with data from PitchF/X on the mlb.com site.&#8221;</p>
<p><strong>A Processing app to understand the data</strong></p>
<p>The data set contains XYZ coordinates for the nearly 1,300 pitches Rivera threw in 2009, which allows you to plot the curve of each and every pitch in three dimensions.</p>
<p>Here is a partial example of what the data looked like:</p>
<p><img class="alignnone size-full wp-image-231" style="border:0px" title="Picture 19" src="http://www.xocas.com/blog/en/wp-content/uploads/2010/07/Picture-19.png" alt="Picture 19" width="490" height="87" /></p>
<p>So, how can you make sense of all data? Shan Carter built an application in <a href="http://processing.org/" target="_blank">Processing</a> that allowed him, Joe and Graham to navigate and investigate the data.</p>
<p>Yep, they built a graphic to know which graphic should they do. The visualization helped them decide which data to display and how they should show it. Here’s a screenshot:</p>
<p><a href="http://www.xocas.com/blog/en/wp-content/uploads/2010/07/app.png" target="_blank"><img class="alignnone size-full wp-image-192" style="border:0px" title="app" src="http://www.xocas.com/blog/en/wp-content/uploads/2010/07/app.png" alt="app" width="490" /></a></p>
<p>&#8220;We built it to be able to explore the data and experiment with different interaction models,&#8221; Shan says. Although we all know that there’s a certain beauty in exploring the data by yourself, &#8220;in the end,&#8221; he continues, &#8220;we decided it would be more interesting to show users what was interesting rather than requiring them to find it themselves. We were trying to show what makes Rivera the best — allowing a user to browse all his pitches wasn’t the most effective way of doing that.&#8221;</p>
<p><strong>The storyboard</strong></p>
<p>Once the basic decisions on what to show were made, Graham put together a storyboard and Joe wrote the script based on that.</p>
<p><a href="http://www.xocas.com/blog/en/wp-content/uploads/2010/07/storyboard.jpg"><img class="alignnone size-full wp-image-200" style="border:0px" title="storyboard" src="http://www.xocas.com/blog/en/wp-content/uploads/2010/07/storyboard.jpg" alt="storyboard" width="490" /></a></p>
<p>I have talked long about the virtues of storyboarding. It helps organize your workflow, structure your story, try out the narrative &#8230; I repeat it in every workshop. And I have proven it to myself many times on my own graphics: the more complete and polished the storyboard, the easier and more coherent the storytelling will be in the end.</p>
<p><strong>Advanced 3D for newspapers</strong></p>
<p>It could be a wild guess, but I&#8217;d say you use a script to load 3D data from a database into Maya and work with the <a href="http://movement.nyu.edu/" target="_blank">NYU’s Movement Lab</a> only once in a blue moon.</p>
<p>To get all pitches into Maya, Shan wrote &#8220;a Python script that loaded the tab-delimited text file and programmatically created and animated the baseballs. Graham then lit, textured and rendered the Maya file.&#8221;</p>
<p>And it&#8217;s also the first graphic The Times has done using motion capture data instead of traditional character animation — I&#8217;d guess the first one any newspaper has  done (comment below if I&#8217;m wrong and you know of other examples). </p>
<p>Last year, we visited <a href="http://movement.nyu.edu/" target="_blank">NYU’s Movement Lab</a> to learn a bit about the technology and ended up putting Graham Roberts in a mo-cap suit. </p>
<p>But the chances of getting Rivera in a mo-cap suit in a lab were pretty slim. So, the NYU researchers used another technique they&#8217;d been working on to reconstruct Rivera&#8217;s windup and delivery. </p>
<p>&#8220;We gave them videos of Mariano Rivera from several different angles — mostly slow motion videos,&#8221; Graham explains. &#8220;Those videos became then simulations of the different cameras they would use on a motion capture stage.&#8221;</p>
<p>&#8220;It is kind of working backwards. Normally a camera would shoot someone wearing a motion capture suit. In this case, they extrapolate a camera position from several videos, from different angles, to make up the stage, and bring each video into the same <em>space</em>.&#8221;</p>
<p>A short video from <a href="http://movement.nyu.edu/" target="_blank">NYU’s Movement Lab</a> shows a bit of the process used to build the animation.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="490" height="368" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=13169342&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="490" height="368" src="http://vimeo.com/moogaloop.swf?clip_id=13169342&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong>A few of my favorite things</strong></p>
<p>There’s many things I think are genius in this graphic, but two of the smartest choices I think Shan, Graham and Joe made were orienting the graphic around the batter&#8217;s perspective and freezing all his pitches in that massive ball cloud.</p>
<p>Joe explains the thinking behind those decisions: &#8220;It is tough to recognize the pitch in the time necessary for a batter to make his decisions. That is why we decided to freeze the pitches where we did, to show what the batters see. They usually recognize pitches by their spin. The spin on his cutter is nearly indistinguishable from his fastball.&#8221;</p>
<p>Simply brilliant.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xocas.com/blog/en/?feed=rss2&amp;p=184</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Bad Graphic by El País: Exiting the Crisis Visualized as a Horse Race — Literally</title>
		<link>http://www.xocas.com/blog/en/?p=105</link>
		<comments>http://www.xocas.com/blog/en/?p=105#comments</comments>
		<pubDate>Fri, 04 Dec 2009 03:17:00 +0000</pubDate>
		<dc:creator>xocas</dc:creator>
				<category><![CDATA[Ethics]]></category>
		<category><![CDATA[Information graphics]]></category>
		<category><![CDATA[Visual journalism]]></category>

		<guid isPermaLink="false">http://www.xocas.com/blog/en/?p=105</guid>
		<description><![CDATA[Last Wednesday, I tweeted about a <a href="http://www.elpais.com/graficos/economia/salida/crisis/carrera/caballos/elpgra/20091201elpepueco_2/Ges/" target="_blank">terrible graphic published by El País (Spain).</a> I said it was an example of bad visual metaphors and demeaning of data. Well... it actually does more than that. It lies.]]></description>
			<content:encoded><![CDATA[<p>Last Wednesday, I tweeted about a <a href="http://www.elpais.com/graficos/economia/salida/crisis/carrera/caballos/elpgra/20091201elpepueco_2/Ges/" target="_blank">bad graphic published by El País (Spain).</a> I said it was an example of bad visual metaphors and demeaning of data. Well&#8230; it actually does more than that. It lies.</p>
<p><a href="http://www.elpais.com/graficos/economia/salida/crisis/carrera/caballos/elpgra/20091201elpepueco_2/Ges/" target="_blank"><img class="alignnone size-full wp-image-152" title="Picture 36" src="http://www.xocas.com/blog/en/wp-content/uploads/2009/12/Picture-36.png" alt="Picture 36" width="490" height="441" /></a></p>
<p>I will not comment on the visual metaphor itself — or the issues I have with the interaction design. It&#8217;s Spain! We&#8217;ve all done silly graphics at some point, right? Errrr&#8230; not quite like that. The problem I have with the graphic has to do with the analysis of the data.</p>
<p>The graphic implies that these countries will exit the crisis whenever they reach 100 in the index, which means their GDP will return to the levels of 2008, the year prior to the crisis.</p>
<p>The chart below shows exactly same data without the distracting metaphor — I know, I promised not to comment. I even respected their index — I don&#8217;t show China because it isn&#8217;t in a recession after all.</p>
<p><img class="alignnone size-full wp-image-120" style="border:0px" title="elpais-sin-caballitos" src="http://www.xocas.com/blog/en/wp-content/uploads/2009/12/elpais-sin-caballitos.gif" alt="elpais-sin-caballitos" width="490" height="368" /></p>
<p>Among other sources, the International Monetary Fund — the one they apparently use — predicted that we would <a href="http://www.reuters.com/article/GCA-Economy/idUSTRE54S3A820090529" target="_blank">exit the economic crisis in early 2010.</a> But the graphic shows that the U.S. will have to wait until 2011 to exit the crisis, same as France, and that Italy and Spain will do it by 2014.</p>
<p>Their math isn&#8217;t completely wrong <a href="http://www.xocas.com/images/elpais-math.tsv" target="_blank">(I checked it: elpais.tsv).</a> It seems they calculated correctly that made up index, using<a href="http://www.imf.org/external/pubs/ft/weo/2009/02/weodata/weorept.aspx?sy=2008&amp;ey=2014&amp;scsm=1&amp;ssd=1&amp;sort=country&amp;ds=.&amp;br=1&amp;pr1.x=64&amp;pr1.y=13&amp;c=924%2C184%2C132%2C134%2C136%2C112%2C158%2C111&amp;s=NGDP_R&amp;grp=0&amp;a=" target="_blank"> this data from the IMF.</a> But they made the assumption that the end of the recession would come when real GDP goes back to the levels of 2008, which is untrue.</p>
<p>I blame it on the use of the more vague term “crisis”. Recession is perhaps a more technical term — that all readers at some level understand anyway — for which Real GDP growth is one of its main metrics.</p>
<p>In simplest terms, a sustained drop in Real GDP equals recession. Once it starts growing again we&#8217;re out of the recession. Crisis, on the other hand, seems to be whatever you want it to be. Or maybe, I&#8217;m just trying to justify the unjustifiable.</p>
<p>This chart compares El País&#8217;s analysis with everyone else&#8217;s. Again, I left China out because it isn&#8217;t in a recession.</p>
<p><img class="alignnone size-full wp-image-149" style="border:0px" title="elpais-compare" src="http://www.xocas.com/blog/en/wp-content/uploads/2009/12/elpais-compare2.gif" alt="elpais-compare" width="490" height="357" /></p>
<p>Luckily for us, Dominique Strauss-Kahn might be more accurate than El País: “We expect to get out of the crisis early in 2010, especially if a clean-up of certain segments of the financial system is carried out,” the IMF Managing Director said in May 2009.</p>
<p><strong>A postscipt</strong><br />
<img class="alignright size-full wp-image-130" style="border:0px" title="elpais-ben" src="http://www.xocas.com/blog/en/wp-content/uploads/2009/12/elpais-ben.jpg" alt="elpais-ben" hspace="10px" width="150" height="180" />If they had kept the sentence in the lead &#8220;When would we recover what we lost?&#8221; in that finish line, I wouldn&#8217;t be writing this. It&#8217;s the fact that they say &#8220;Exit the crisis&#8221; to refer to that what throws me off.</p>
<p>But also, I don&#8217;t fully understand why didn&#8217;t they stick to the little charts that appear when you roll over <a href="http://video.google.com/videoplay?docid=-1123509385958344034#" target="_blank">all the pretty the little horses.</a> They may not be perfectly designed, but they convey the right information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xocas.com/blog/en/?feed=rss2&amp;p=105</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World AIDS Day</title>
		<link>http://www.xocas.com/blog/en/?p=100</link>
		<comments>http://www.xocas.com/blog/en/?p=100#comments</comments>
		<pubDate>Tue, 01 Dec 2009 19:59:25 +0000</pubDate>
		<dc:creator>xocas</dc:creator>
				<category><![CDATA[Information graphics]]></category>
		<category><![CDATA[Visual journalism]]></category>

		<guid isPermaLink="false">http://www.xocas.com/blog/en/?p=100</guid>
		<description><![CDATA[It's World AIDS day. Last week, <a href="http://www.unaids.org/en/default.asp" target="_blank">UNAIDS</a> published their latest data on people living with HIV. And I felt compelled to try a more realistic view of the world: a cartogram.<br/>
<a href="http://www.xocas.com/blog/en/?p=100" target="_self"><img class="alignnone size-full wp-image-596" style="border:0px" title="aids-peque" src="http://www.xocas.com/blog/wp-content/uploads/2009/12/aids-peque.gif" alt="aids-peque" width="490" height="353" /></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s World AIDS day. Last week, <a href="http://www.unaids.org/en/default.asp" target="_blank">UNAIDS</a> published their latest data on people living with HIV. And I felt compelled to try a more realistic view of the world: a cartogram.</p>
<p>I will not break it down further, as it&#8217;s <a href="http://www.ncgia.ucsb.edu/projects/Cartogram_Central/types.html" target="_blank">perfectly explained here.</a></p>
<p><strong>1st try: A Dorling cartogram<br />
<img class="alignnone size-full wp-image-593" style="border:0px" title="dorling" src="http://www.xocas.com/blog/wp-content/uploads/2009/12/dorling.gif" alt="dorling" width="490" height="300" /></strong></p>
<p><strong><strong>2nd try: A Demers cartogram<br />
<img class="alignnone size-full wp-image-594" style="border:0px" title="demers" src="http://www.xocas.com/blog/wp-content/uploads/2009/12/demers.gif" alt="demers" width="490" height="285" /></strong></strong></p>
<p><strong><strong>3rd try: A sometimes called rectangular cartogram<br />
<img class="alignnone size-full wp-image-595" style="border:0px" title="carto" src="http://www.xocas.com/blog/wp-content/uploads/2009/12/carto.gif" alt="carto" width="490" height="337" /></strong></strong></p>
<p><strong><strong>The final version<br />
<a href="http://www.xocas.com/images/aids.gif" target="_self"><img class="alignnone size-full wp-image-596" style="border:0px" title="aids-peque" src="http://www.xocas.com/blog/wp-content/uploads/2009/12/aids-peque.gif" alt="aids-peque" width="490" height="353" /></a></strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xocas.com/blog/en/?feed=rss2&amp;p=100</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Santiago, SkyPe and the index of industrial production</title>
		<link>http://www.xocas.com/blog/en/?p=81</link>
		<comments>http://www.xocas.com/blog/en/?p=81#comments</comments>
		<pubDate>Thu, 19 Nov 2009 06:27:08 +0000</pubDate>
		<dc:creator>xocas</dc:creator>
				<category><![CDATA[Information graphics]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Visual journalism]]></category>

		<guid isPermaLink="false">http://www.xocas.com/blog/en/?p=81</guid>
		<description><![CDATA[Last Wednesday at 9:50 a.m., ten minutes before schedule, Marita Otero, professor of Information Graphics at my alma mater, called me on SkyPe. I add the students and start a group call. A nice conversation about graphics and a look at how to make a more interesting chart.<br/>
<a href="http://www.xocas.com/blog/en/?p=81"><img style="border:0px" src="http://www.xocas.com/images/iip.jpg"></img></a>]]></description>
			<content:encoded><![CDATA[<p>Last Wednesday at 9:50 a.m., ten minutes before schedule, Marita Otero, professor of Information Graphics at my <a href="http://www.usc.es/comunicacion/" target="_blank">alma mater,</a> called me on SkyPe. I add the students and start a group call.</p>
<p>&#8220;Can you hear me?&#8221; &#8220;Xaquín?&#8221; &#8220;Marita, I can&#8217;t hear him in this computer&#8221; &#8220;Aren&#8217;t you suppose to hear yourself through the headphones? I can&#8217;t&#8221; &#8220;Bfff clink, I can, bfff bfff, hear, bfff clink, lots of bffff interferences&#8221; &#8220;Do not talk all at once, please&#8221; &#8220;Hey, I can hear him&#8221; Clunk! Call failed. This was going to be hard to do this way, so I called a single computer connected to speakers. In order to ask they would just get a microphone.</p>
<p>I explained a little bit about thinking process: select, parse and chew on the data until is tender, choose the right viz, and — if it is an online piece — the right interaction. At the end, I proposed an exercise, which according to Marita will be mandatory to do. Last week, Eurostat published it&#8217;s quarterly review of the G.D.P. growth in the European Union. They had to find a different approach to the same idea: Spain didn&#8217;t grow as much as the other big European economies.</p>
<p>One of the students asked if by using a map, instead of a bar chart, we would be already doing a more attractive graphic. My wife would say: &#8220;A map. Again? What a bummer!&#8221; For her if it isn&#8217;t 3D it&#8217;s not sexy anymore. Another one asked if it the solution wouldn&#8217;t be more like finding a sexier data set, instead of finding a prettier presentation. Bingo! (Someone was paying attention).</p>
<p>My solution to the exercise was this: the percentage difference in the <a href="http://stats.oecd.org/index.aspx" target="_blank">index of industrial production, one of the O.E.C.D. short-term indicators.</a></p>
<p><strong>Spain&#8217;s Mild Bounce</strong><br />
A look at the index of industrial production shows how elastic the economies of Italy, France and Germany seem to be, after touching bottom this spring. Meanwhile, the United Kingdom continues to fall and Spain doesn&#8217;t seem to be able to get out of the crisis — despite the Government&#8217;s economic stimulus.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="490" height="500" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.xocas.com/images/proba-eng.swf" /><embed type="application/x-shockwave-flash" width="490" height="500" src="http://www.xocas.com/images/proba-eng.swf"></embed></object></p>
<p>Advantages over the GDP? It&#8217;s monthly so you can actually see the effect of the Spanish economic stimulus solely in the month of April, when it started. And you&#8217;re showing something new, that not many newspapers have published and that offers an original approach to the same idea: Spanish economy is lagging compared to the rest of the E.U.</p>
<p>In a few weeks, the solutions from the students. We&#8217;ll comment them then.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xocas.com/blog/en/?feed=rss2&amp;p=81</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where&#8217;s the ethics? Visual reconstruction of the Fort Hood shooting</title>
		<link>http://www.xocas.com/blog/en/?p=68</link>
		<comments>http://www.xocas.com/blog/en/?p=68#comments</comments>
		<pubDate>Mon, 09 Nov 2009 15:43:31 +0000</pubDate>
		<dc:creator>xocas</dc:creator>
				<category><![CDATA[Breaking news]]></category>
		<category><![CDATA[Ethics]]></category>
		<category><![CDATA[Information graphics]]></category>
		<category><![CDATA[Visual journalism]]></category>

		<guid isPermaLink="false">http://www.xocas.com/blog/en/?p=68</guid>
		<description><![CDATA[The visual reconstruction of an event about which you have scarce details —zealously kept by the Army, an open investigation that happened on a military base, is a tremendous challenge. A challenge that requires a good amount of resources. It is for that reason that I see the lack of honesty when producing visual reconstructions as a curse for our profession. Horrifying. <br/><br/>]]></description>
			<content:encoded><![CDATA[<p>The visual reconstruction of an event about which you have scarce details —zealously kept by the Army, an <del datetime="2009-11-09T17:22:31+00:00">open</del> ongoing investigation that happened on a military base, is a tremendous challenge. A challenge that requires a good amount of resources. Here you have the <a href="http://www.nytimes.com/interactive/2009/11/08/us/20091108-shooting.html" target="_blank">result.</a> In an upcoming post I will talk a little bit about how we handled this one.</p>
<p>It is for that reason that I see the lack of honesty when producing visual reconstructions as a curse for our profession. Horrifying. The following examples are real gems.</p>
<p>MSNBC&#8217;s includes details of the room, highlights the dead soldiers —sequentially— in red, wounded in purple, and shows Major Hasan with two semiautomatic guns in his hands, <del datetime="2009-11-13T18:05:09+00:00">shouting</del> shooting rounds —visual effects included.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="490" height="370" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/tMtXLQAOsUQ&amp;hl=en&amp;fs=1&amp;rel=0&amp;start=35" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="490" height="370" src="http://www.youtube.com/v/tMtXLQAOsUQ&amp;hl=en&amp;fs=1&amp;rel=0&amp;start=35" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>He gets in —wearing combat fatigue— through the door of a building under a giant sign that reads &#8220;Soldier Readiness Center&#8221;, <del datetime="2009-11-13T18:05:09+00:00">knees</del> kneels down and shoots from the door.</p>
<p>A bit of <a href="http://www.xocas.com/blog/?page_id=9" target="_blank">ethics &#8230;</a> Please?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xocas.com/blog/en/?feed=rss2&amp;p=68</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My dear quantum physics</title>
		<link>http://www.xocas.com/blog/en/?p=39</link>
		<comments>http://www.xocas.com/blog/en/?p=39#comments</comments>
		<pubDate>Fri, 30 Oct 2009 03:03:43 +0000</pubDate>
		<dc:creator>xocas</dc:creator>
				<category><![CDATA[Visual journalism]]></category>

		<guid isPermaLink="false">http://www.xocas.com/blog/en/?p=39</guid>
		<description><![CDATA[Ah, quantum mechanics! Such a fascinating issue! Plentiful spring of unthinkable graphics! A Spanish saying states that in order to live a fulfilling life one has to plant a <strong>tree,</strong> write a <strong>book</strong> and have a <strong>child.</strong> Likewise, every graphics editor should make at least one graphic on <strong>quantum physics</strong> — check ☑, one on a <strong>plane crash</strong> — check ☑, and one on <strong>whales — or giant squids</strong>, pending ☐.]]></description>
			<content:encoded><![CDATA[<p>Ah, quantum mechanics! Such a fascinating issue! Plentiful spring of unthinkable graphics! A Spanish saying states that in order to live a fulfilling life one has to plant a <strong>tree,</strong> write a <strong>book</strong> and have a <strong>child.</strong> Likewise, every graphics editor should make at least one graphic on <strong>quantum physics</strong> — check ☑, one on a <strong>plane crash</strong> — check ☑, and one on <strong>whales — or giant squids</strong>, pending ☐.</p>
<p>Yesterday I made yet another one on quantum physics. It went with a <a href="http://www.nytimes.com/2009/10/29/science/space/29light.html?ref=science" target="_blank">story by Dennis Overbye about a NASA experiment</a> that suggests Einstein is still right about the invariance of the speed of light in vacuum.</p>
<p>According to quantum theory, space-time, up very close, appears discontinuous and chaotic, and that would affect the propagation of light. High-energy photons, with shorter wavelengths, would suffer it more, and navigate slower in this bumpy space-time.</p>
<p>Dennis Overbye&#8217;s metaphor tells how two boats maneuver on a choppy ocean. While high-energy photons would have to sail up and down the waves — the wavy, bumpy space-time; low-energy photons would jump and cut through the waves.</p>
<p>That is a very visual way of describing it! And an interesting metaphor to represent the invisible, magical mistery world. So invisible and obscure that incites to try crazy visualizations, &#8220;artistic renditions&#8221;.</p>
<p>I came up with this one.</p>
<p><img style="border:0px" src="http://www.xocas.com/images/1029-nat-webLIGHT.jpg" alt="" /></p>
<p>Playing around at home, I came up with a different version of the same graphic, Newsweek style. A tribute to my dearest Kevin Hand. I googled fractal and space, a little photoshop here and there, and voilá.</p>
<p><a href="http://www.xocas.com/images/spacetime.jpg" target="_blank"><img style="border:0px" src="http://www.xocas.com/images/spacetime.jpg" alt="" width="490" height="364" /></a></p>
<p>This brings back memories of those wonder years as Health and Science Graphics Editor at elmundo.es Sigh! Explaining the physics of MRI, my first encounter with quantum theory. What a crazy interactive!</p>
<p><a href="http://www.elmundo.es/elmundosalud/documentos/2003/10/mri.html" target="_blank"><img style="border:0px" src="http://www.xocas.com/images/elmundo.png" alt="" width="490" height="309" /></a></p>
<p>If you send me your graphics on quantum physics at <img style="border:0px" src="http://www.xocas.com/images/xocasmail.gif" alt="" /> I&#8217;ll compile the craziest ones and we&#8217;ll comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xocas.com/blog/en/?feed=rss2&amp;p=39</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Op-Chart: Recession times and birth rates</title>
		<link>http://www.xocas.com/blog/en/?p=12</link>
		<comments>http://www.xocas.com/blog/en/?p=12#comments</comments>
		<pubDate>Tue, 27 Oct 2009 04:06:23 +0000</pubDate>
		<dc:creator>xocas</dc:creator>
				<category><![CDATA[Opinion]]></category>

		<guid isPermaLink="false">http://www.xocas.com/blog/en/?p=12</guid>
		<description><![CDATA[Last Thursday, my wife and I had drinks with Chrys Wu, at Jimmy's Corner. She asked if it seemed to us that everyone was getting pregnant. We have been noticing the same, as if it were viral. Do people decide to have more kids during recession?]]></description>
			<content:encoded><![CDATA[<p>Last Thursday, my wife and I had drinks with <a href="http://www.chryswu.com/blog/" target="_blank">Chrys Wu,</a> at <a href="http://nymag.com/listings/bar/jimmys_corner/" target="_blank">Jimmy&#8217;s Corner.</a> She asked if it seemed to us that everyone was getting pregnant, because a number of friends of her were indeed pregnant. Interesting. We have been noticing the same, as if it were viral.</p>
<p>It might be the age. As there is a time in your life when everyone seems to be getting married. I presume there is a time in your life when everyone seems to be getting pregnant.</p>
<p>I order another beer and see, behind the bar, a sign that reads &#8220;Not Arguing About Politics Here&#8221;. And I go in for the kill. I turn around and say: &#8220;It&#8217;s the economy&#8221;.</p>
<p>I remember reading an article on a study that said that people appreciate family in recession times. Maybe we don&#8217;t enjoy loneliness that much during a storm.</p>
<p>&#8220;It would be great to see if recession times correlate with an increase in birth rate,&#8221; I say.</p>
<p>My wife gives me a little smile and drops: &#8220;Oh! I can see a graphic already.&#8221; And she and Chrys Wu start laughing. Hm! I don&#8217;t find it that funny.</p>
<p>The following data is from the National Center for Health Statistics. G.D.P. data is from the Bureau of Economic Analysis.</p>
<p><img style="border:0px" src="http://www.xocas.com/images/gdpbr1.jpg" alt="" /></p>
<p>I try to find a pattern here and hypothetize. Let&#8217;s leave aside the rational issues we weigh up when we decide to have a baby: how expensive it is, how am I suppose to pay for college &#8230; Having a baby is synonym of hope — an encouraging notion, hope this is, in times of crisis.</p>
<p>&#8220;At the precipice, we change&#8221; says Klaatu in <a href="http://microsites2.foxinternational.com/common/tdess_dvd/" target="_blank">&#8220;The Day the Earth Stood Still&#8221;</a> — great quote, terrible movie. In times of turmoil, we become more sentimental. We decide to have children because we foresee a better future. Or maybe I&#8217;m just too naive.</p>
<p>Obviously an increase in birth rate wouldn&#8217;t coincide exactly with the recessions. A pregnancy takes 38 weeks, nine months, three quarters of a year. So we move the recession periods forward one year.</p>
<p>Do people decide to have more kids during  recession? It is not conclusive, but there is a hint of a trend.</p>
<p><img style="border:0px" src="http://www.xocas.com/images/gdpbr2.jpg" alt="" /></p>
<p>But two things strike me the most by looking at both charts. First it&#8217;s how the increase in the G.D.P. in the sixties and early seventies mirrors the collapsing birth rates in the same period. And following my hypothesis, it seems like whenever we enjoy economic prosperity, we forget about the future. Or maybe I&#8217;m just trying to make sense of a visual coincidence.</p>
<p><img style="border:0px" src="http://www.xocas.com/images/gdpbr3.jpg" alt="" /></p>
<p>Second it&#8217;s the significant drop in 2008 birth rate. My guess is that the same way we may decide to have children in times of crisis hoping for a better future, when we see how the economy slows down and predict a downturn — and we saw this one coming, long ago — we are more reluctant to have them.</p>
<p><img style="border:0px" src="http://www.xocas.com/images/gdpbr4.jpg" alt="" /></p>
<p>I&#8217;m afraid that in order to prove our personal consideration that this mini baby boom is related to the economy, we may have to wait to be out of the recession and count the rugrats then.</p>
<p>Anyway, and for now, my congratulations to all the moms and dads-to-be.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xocas.com/blog/en/?feed=rss2&amp;p=12</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>More on the graphic of Rohde&#8217;s escape</title>
		<link>http://www.xocas.com/blog/en/?p=1</link>
		<comments>http://www.xocas.com/blog/en/?p=1#comments</comments>
		<pubDate>Fri, 23 Oct 2009 17:34:24 +0000</pubDate>
		<dc:creator>xocas</dc:creator>
				<category><![CDATA[Ethics]]></category>
		<category><![CDATA[Information graphics]]></category>
		<category><![CDATA[Making-of]]></category>
		<category><![CDATA[Visual journalism]]></category>

		<guid isPermaLink="false">http://www.xocas.com/blog/en/?p=1</guid>
		<description><![CDATA[The information graphic on David Rohde's escape deserves additional explanation. Although it seems like a traditional formula for those of us who are used to the Spanish flair, it is significantly different from what the NYTimes has done in the past: silhouettes moving across the stage, performing a precise and truthful choreography. ]]></description>
			<content:encoded><![CDATA[<p>The information graphic on David Rohde&#8217;s escape deserves additional explanation. Although it seems like a traditional formula for those of us who are used to the Spanish flair, it is significantly different from what the NYTimes has done in the past: silhouettes moving across the stage, performing a precise and truthful choreography. We wouldn&#8217;t have done it this way, if the protagonist weren&#8217;t a co-worker who sat with us for hours to explain every detail. We had the primary source.</p>
<p><a href="http://projects.nytimes.com/held-by-the-taliban/#part-5" target="_blank"><img class="alignnone size-full wp-image-292" title="graham" src="http://www.xocas.com/blog/wp-content/uploads/2009/10/graham.jpg" alt="graham" width="490" height="275" /></a></p>
<p>One of the goals of telling his story was to clarify what had been left unexplained and had been speculated after his escape. <a href="http://nymag.com/news/media/57635/" target="_blank">&#8216;The David Rohde Puzzle&#8217;,</a> the New York Magazine called it. And according to Mr. Rohde, the graphic helps to fill the gaps.</p>
<p>Here&#8217;s an early sketch. Step by step, with spatial references and details, outlined by Archie Tse.</p>
<p><a href="http://www.xocas.com/images/esbozo.jpg" target="_blank"><img class="alignnone size-full wp-image-315" title="Esbozo" src="http://www.xocas.com/images/esbozo.jpg" alt="chino" width="490" height="362" /></a></p>
<p>Obviously people seemed hesitant to go <a href="http://www.elmundo.es/elmundo/2003/graficos/sep/s3/atentado_puerto_herrera.html" target="_blank">&#8220;full elmundo.es&#8221;</a> with this graphic. But the elegance and finesse of <a href="http://www.grahamyvesroberts.com/" target="_blank">Graham&#8217;s</a> solution convinced the most reluctant.</p>
<p>The silhouettes may seem a dramatization, something that shouldn&#8217;t belong in a visual reconstruction — unfortunately we are getting too used to dramatizations. But in this case they&#8217;re far from that: the primary source worked with us in the visual explanation &#8211; Do I repeat myself much? and we left the drama to be carried by the story itself.</p>
<p>&#8220;The visuals themselves don&#8217;t generate the drama, they clarify spatial concerns and atmospheric conditions, and nothing more.&#8221; Steve Duenes says.</p>
<p>But there&#8217;s an extra thought on that: I&#8217;m a romantic who believes heroes deserve glory, victims respect and villains disdain. Such a precise reenactment of Rohde&#8217;s story was appropriate &#8211; and only because we had all the details first hand.</p>
<p>An in depth account of how the victim of an attack died is hideous and <a href="http://www.xocas.com/blog/?p=85" target="_blank">reenacting how an assassin pulled the trigger is inconceivable,</a> even if we had enough witness accounts.</p>
<p>From Archie&#8217;s sketches, I made a quick model of the house in 3D Studio Max &#8230;</p>
<p><img src="http://www.xocas.com/blog/wp-content/uploads/2009/10/Picture-11.png" alt="3D Studio Max" width="490" height="393" /></p>
<p>&#8230; which <a href="http://www.grahamyvesroberts.com/">Graham</a> modified, corrected and refined for the final graphic.</p>
<p><img src="http://www.xocas.com/images/graham2.jpg" alt="Maya" width="490" height="306" /></p>
<p>The print piece on the newspaper is not-to-be-missed. On A1:</p>
<p><a href="http://www.xocas.com/images/primeira.jpg" target="_blank"><img class="alignnone size-full wp-image-315" title="A1" src="http://www.xocas.com/images/primeira.jpg" alt="chino" width="490" height="891" /></a></p>
<p>And on the International pages:</p>
<p><a href="http://www.xocas.com/images/paxina.jpg" target="_blank"><img class="alignnone size-full wp-image-315" title="International" src="http://www.xocas.com/images/paxina.jpg" alt="chino" width="490" height="891" /></a></p>
<p>By the way, did I say we would never have done the graphic if we didn&#8217;t have Rohde guiding us through the reenactment?</p>
<p>Not-to-be-missed either — for obvious different reasons — what this Hong Kong paper did.</p>
<p><a href="http://www.xocas.com/images/chino.jpg" target="_blank"><img class="alignnone size-full wp-image-315" title="chino" src="http://www.xocas.com/blog/wp-content/uploads/2009/10/chino.jpg" alt="chino" width="490" height="388" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xocas.com/blog/en/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
