<?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>Dynamic Data Display</title>
	<atom:link href="http://dynamicdatadisplay.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dynamicdatadisplay.com</link>
	<description>Exploring Data Visualization and Design</description>
	<lastBuildDate>Mon, 17 Oct 2011 02:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>User Input in Google Charts</title>
		<link>http://dynamicdatadisplay.com/2011/10/17/user-input-in-google-charts/</link>
		<comments>http://dynamicdatadisplay.com/2011/10/17/user-input-in-google-charts/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 01:45:09 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Data Visualization]]></category>
		<category><![CDATA[Interactive Data]]></category>
		<category><![CDATA[Software/Tools]]></category>

		<guid isPermaLink="false">http://dynamicdatadisplay.com/?p=183</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><!doctype html><br />
<html><br />
  <head><br />
    <script src="https://www.google.com/jsapi"></script><br />
    <script ">
      google.load("visualization", "1", {packages:["corechart"]});
      google.setOnLoadCallback(drawChart);</p>
<p>      function drawChart() {
        var data = new google.visualization.DataTable();
        data.addColumn('string', 'Year');
        data.addColumn('number', 'Sales');
        data.addColumn('number', 'Expenses');
        data.addRows(4);
        data.setValue(0, 0, '2004');
        data.setValue(0, 1, Number(tb1.value));
        data.setValue(0, 2, 400);
        data.setValue(1, 0, '2005');
        data.setValue(1, 1, 1170);
        data.setValue(1, 2, 460);
        data.setValue(2, 0, '2006');
        data.setValue(2, 1, 660);
        data.setValue(2, 2, 1120);
        data.setValue(3, 0, '2007');
        data.setValue(3, 1, 1030);
        data.setValue(3, 2, 540);</p>
<p>        var chart = new google.visualization.BarChart(document.getElementById('chart_div'));
        chart.draw(data, {percentWidth: 100, height: 300, title: 'Company Performance',
                          vAxis: {title: 'Year', titleTextStyle: {color: 'red'}}
                         });
      }
    </script><br />
  </head></p>
<p>  <body></p>
<div id="chart_div"></div>
<p>    Enter Expenses for 2004:</p>
<input type="textInput" id="tb1"  />
    <button type="button" name="Add Data" id="b1" onclick="drawChart()"> Update Chart</button><br />
  </body><br />
</html><br />
?</p>
]]></content:encoded>
			<wfw:commentRss>http://dynamicdatadisplay.com/2011/10/17/user-input-in-google-charts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Branding and Visualization</title>
		<link>http://dynamicdatadisplay.com/2011/02/19/branding-and-visualization/</link>
		<comments>http://dynamicdatadisplay.com/2011/02/19/branding-and-visualization/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 16:23:40 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Visual Perception]]></category>

		<guid isPermaLink="false">http://dynamicdatadisplay.com/?p=177</guid>
		<description><![CDATA[Can anyone tell from this image what company&#8217;s name is being visualized with artifacts? Might be hard out of context, but when I went go google.com this morning it was abundantly clear.  Now I don&#8217;t see the image as anything besides &#8216;Google&#8217;. One heck of a brand]]></description>
			<content:encoded><![CDATA[<p>Can anyone tell from this image what company&#8217;s name is being visualized with artifacts?</p>
<p><img class="alignnone" title="Google Viz" src="http://www.google.com/logos/2011/brancusi11-hp.jpg" alt="" width="421" height="163" /></p>
<p>Might be hard out of context, but when I went go google.com this morning it was abundantly clear.  Now I don&#8217;t see the image as anything besides &#8216;Google&#8217;.</p>
<p><a rel="attachment wp-att-178" href="http://dynamicdatadisplay.com/2011/02/19/branding-and-visualization/googleviz/"><img class="alignnone size-full wp-image-178" title="googleViz" src="http://chisholm1.com/dynamicdatadisplay/wp-content/uploads/2011/02/googleViz.png" alt="" width="600" height="407" /></a></p>
<p>One heck of a brand</p>
]]></content:encoded>
			<wfw:commentRss>http://dynamicdatadisplay.com/2011/02/19/branding-and-visualization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Obama&#8217;s 2011 State of the Union Speech</title>
		<link>http://dynamicdatadisplay.com/2011/01/26/obamas-2011-state-of-the-union-speech/</link>
		<comments>http://dynamicdatadisplay.com/2011/01/26/obamas-2011-state-of-the-union-speech/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 03:18:07 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Data Visualization]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://dynamicdatadisplay.com/?p=168</guid>
		<description><![CDATA[President Obama&#8217;s speech is still live on television but thanks to a scoop we can analyze his entire message using our old favorite tool, Wordle. Can you tease out the major themes? America, poeple, government, business, work, children, future&#8230;. Thanks to a quick analysis with tools from Rainbow Arch we can also get some quick [...]]]></description>
			<content:encoded><![CDATA[<p>President Obama&#8217;s speech is still live on television but thanks to a <a href="http://www.nationaljournal.com/whitehouse/exclusive-obama-to-declare-the-rules-have-changed--20110125" target="_blank">scoop</a> we can analyze his entire message using our old favorite tool, <a href="http://www.wordle.net/create" target="_blank">Wordle</a>.</p>
<p>Can you tease out the major themes?</p>
<p><img class="alignnone size-full wp-image-169" title="obamaState" src="http://chisholm1.com/dynamicdatadisplay/wp-content/uploads/2011/01/obamaState.png" alt="" width="601" height="388" /></p>
<p>America, poeple, government, business, work, children, future&#8230;.</p>
<p>Thanks to a quick analysis with tools from <a href="http://rainbow.arch.scriptmania.com/tools/word_counter.html" target="_blank">Rainbow Arch</a> we can also get some quick frequency counts of the 6,950 words spoken (1,647 unique).</p>
<p>Connecting words obviously come up at the top.</p>
<ol>
<li>The: 349</li>
<li>And: 235</li>
<li>To: 215</li>
<li>Of: 196</li>
<li>We: 185</li>
</ol>
<p>Top meaningful words (my discretion)&#8230;</p>
<ol>
<li>People: 33</li>
<li>America: 26</li>
<li>Jobs: 25</li>
<li>Work: 21</li>
<li>American:19</li>
</ol>
<p>Amazing how quickly you can analyze a speech that hasn&#8217;t even ended yet!</p>
<p>Update: <a href="http://www.nytimes.com/interactive/2011/01/25/us/politics/state-of-the-union-words-used.html" target="_blank">The NY Times</a> has a neat look at buzz words used in State of the Union speeches from FDR to Obama<br />
Update II: Word clouds seem to be a popular data visualization technique tonight.  <a href="http://www.cbc.ca/world/story/2011/01/24/f-obama-word-cloud.html" target="_blank">Check out this from CBC News Canada</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dynamicdatadisplay.com/2011/01/26/obamas-2011-state-of-the-union-speech/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data on Doggy Years</title>
		<link>http://dynamicdatadisplay.com/2011/01/24/data-on-doggy-years/</link>
		<comments>http://dynamicdatadisplay.com/2011/01/24/data-on-doggy-years/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 05:11:16 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interactive Data]]></category>
		<category><![CDATA[Data Visualization]]></category>
		<category><![CDATA[Telling Stories with Data]]></category>

		<guid isPermaLink="false">http://dynamicdatadisplay.com/?p=156</guid>
		<description><![CDATA[I always heard the 1:7 ratio for converting dog years into human years.  According to the Dog Food Corner it&#8217;s not that simple, because not all dogs are created equal. The site lists a bunch of variables &#8211; such as gender, breed, and living conditions &#8211; that affect a dog&#8217;s lifespan and comparability to the [...]]]></description>
			<content:encoded><![CDATA[<p>I always heard the 1:7 ratio for converting dog years into human years.  According to the <a href="http://www.dog-food-corner.com/dog-years-human-years-age.htm" target="_blank">Dog Food Corner</a> it&#8217;s not that simple, because not all dogs are created equal.</p>
<p>The site lists a bunch of variables &#8211; such as gender, breed, and living conditions &#8211; that affect a dog&#8217;s lifespan and comparability to the human timetable.</p>
<p>How much your dog weights also has a lot to do with it.  Here is the dog to human year conversion table they provide:</p>
<p><img class="alignnone size-full wp-image-157" title="dogTable" src="http://chisholm1.com/dynamicdatadisplay/wp-content/uploads/2011/01/dogTable.png" alt="" width="600" height="448" /></p>
<p>From this I whipped up the following interactive tool in Adobe Flex to help you determine just when your dog will (or did) get older than you.  Just enter a few stats about yourself and the chart will adjust to show you when your age crosses your dogs age.</p>
<p>For instance, my dog was born in 2009.  I was born in 1981.  My dog, Dr. Elsa Schneider, weights 45 pounds.  According to the data above, it is actually this year that I&#8217;ll be the closest to my dog after her actual age is adjusted to human years.  How does your experience compare?</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="650" height="550" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://dynamicdatadisplay.com/wp-content/uploads/2011/01/dogs.swf" /><embed type="application/x-shockwave-flash" width="650" height="550" src="http://dynamicdatadisplay.com/wp-content/uploads/2011/01/dogs.swf"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://dynamicdatadisplay.com/2011/01/24/data-on-doggy-years/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualizing a Trillion Dollars</title>
		<link>http://dynamicdatadisplay.com/2011/01/21/visualizing-a-trillion-dollars/</link>
		<comments>http://dynamicdatadisplay.com/2011/01/21/visualizing-a-trillion-dollars/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 03:36:56 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Data Visualization]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[Infographics]]></category>
		<category><![CDATA[Telling Stories with Data]]></category>

		<guid isPermaLink="false">http://dynamicdatadisplay.com/?p=147</guid>
		<description><![CDATA[Via Greg Mankiw I came across this cool way to wrap your head around how much a trillion dollars really is.  I used it in class last week to demonstrate the magnitude of US GDP, which is around $15 trillion. One TRILLION dollars&#8230; What does that look like? I mean, these various numbers are tossed [...]]]></description>
			<content:encoded><![CDATA[<p>Via <a href="http://gregmankiw.blogspot.com/2011/01/what-does-trillion-dollars-look-like.html" target="_blank">Greg Mankiw</a> I came across this <a href="http://www.pagetutor.com/trillion/index.html" target="_blank">cool way</a> to wrap your head around how much a trillion dollars really is.  I used it in class last week to demonstrate the magnitude of US GDP, which is around $15 trillion.</p>
<blockquote><p><em>One </em><em>TRILLION dollars&#8230; What does that look like? I mean, these various numbers are tossed around like so many doggie treats, so I thought I&#8217;d take <a href="http://sketchup.google.com/">Google Sketchup</a> out for a test drive and try to get a sense of what exactly a trillion dollars </em><em>looks like.</em></p></blockquote>
<p>The author takes you from $100&#8230;.</p>
<p><img class="alignnone size-full wp-image-150" title="100" src="http://chisholm1.com/dynamicdatadisplay/wp-content/uploads/2011/01/100.jpg" alt="" width="450" height="188" /></p>
<p>to a $1 million dollars&#8230;.</p>
<p><img class="alignnone size-full wp-image-148" title="1m" src="http://chisholm1.com/dynamicdatadisplay/wp-content/uploads/2011/01/1m.jpg" alt="" width="412" height="263" /></p>
<p>and finally to $1 trillion dollars&#8230;..</p>
<p><img class="alignnone size-full wp-image-149" title="1t" src="http://chisholm1.com/dynamicdatadisplay/wp-content/uploads/2011/01/1t.jpg" alt="" width="600" height="267" /></p>
<p>Check out the entire post <a href="http://www.pagetutor.com/trillion/index.html" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dynamicdatadisplay.com/2011/01/21/visualizing-a-trillion-dollars/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

