<?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>Jason Priem &#187; infovis</title>
	<atom:link href="http://jasonpriem.com/category/visualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasonpriem.com</link>
	<description></description>
	<lastBuildDate>Sun, 11 Jul 2010 02:21:54 +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>Markup languages: who&#8217;s who?</title>
		<link>http://jasonpriem.com/2010/04/markup-languages-whos-who/</link>
		<comments>http://jasonpriem.com/2010/04/markup-languages-whos-who/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 02:21:22 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[infovis]]></category>

		<guid isPermaLink="false">http://jasonpriem.com/?p=323</guid>
		<description><![CDATA[Is HTML XML?  This question came up in a conversation with Sarah and @k8lin, and ended up being harder than I thought it&#8217;d be.  There seems to be a fair amount of confusion on the topic, especially given the W3C&#8217;s recent abandonment of XHTML 2.0 and growing use of HTML5.
So, I decided to lay it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jasonpriem.com/wp-content/uploads/2010/04/markup-comic-small-copy.jpg"><img class="alignleft size-full wp-image-324" title="markup languages timeline" src="http://jasonpriem.com/wp-content/uploads/2010/04/markup-comic-small-copy.jpg" alt="markup languages timeline" width="473" height="405" /></a>Is HTML XML?  This question came up in a conversation with Sarah and @k8lin, and ended up being harder than I thought it&#8217;d be.  There seems to be a fair amount of confusion on the topic, especially given the W3C&#8217;s recent abandonment of XHTML 2.0 and growing use of HTML5.</p>
<p>So, I decided to lay it all out in a (relatively) simple timeline format; as far as I know, this doesn&#8217;t exist anywhere else.  You&#8217;re welcome, The Internet.  Below are my sources and some notes; where possible, links are to the original recommendations or RFCs:</p>
<p>SGML is an <a href="http://en.wikipedia.org/wiki/International_Organization_for_Standardization">ISO </a>standard <a href="http://en.wikipedia.org/wiki/Sgml#Standard_versions">from the 80&#8217;s</a>.  Unlike the other standards on this list, it&#8217;s not open (the ISO <a href="http://www.iso.org/iso/catalogue_detail.htm?csnumber=16387">sells copies</a> for &gt;$200).  <a href="http://www.w3.org/TR/html401/intro/sgmltut.html">HTML is an &#8220;SGML application</a>&#8220;, and has been <a href="http://www.w3.org/MarkUp/draft-ietf-iiir-html-01.txt">from the beginning.</a> The <a href="http://en.wikipedia.org/wiki/Html#First_specifications">Wikipedia article</a> has a lot more information on its origins, as does the <a href="http://www.w3.org/MarkUp/html-spec/">W3C</a>.</p>
<p><a href="http://tools.ietf.org/html/rfc1866">HTML 2.0</a> and <a href="http://www.w3.org/TR/REC-html32">HTML 3.2</a> , the first two W3C specs, are both pretty straightforward. Also straightforward is XML, which dropped in <a href="http://www.w3.org/TR/1998/REC-xml-19980210">February 1998</a>. Like HTML, XML is &#8220;an application profile&#8230;of SGML.&#8221;</p>
<p>In December 1999, the HTML 4.01 recommendation came out, followed a month later by XHTML 1.0.  The important thing to note<em> is that both of these are still HTML 4</em>; however, XHTML is<a href="http://www.w3.org/TR/xhtml1/"> &#8220;a reformulation of HTML 4 as an <abbr title="Extensible Markup Language"> XML</abbr> 1.0 application,&#8221;</a> while HTML 4.01 <a href="http://www.w3.org/TR/html401/">is still plain ol&#8217; SGML</a>.</p>
<p>No one knows yet exactly what <a href="http://dev.w3.org/html5/spec/Overview.html">HTML5</a> is going to look like, as it&#8217;s still several years off.  However, the W3C<a href="http://www.w3.org/2009/06/xhtml-faq.html"> tells us</a> that the HTML5, like HTML4, is going to have two different &#8220;serializations.&#8221;  One will be an XML syntax, and is currently being called XHTML 5 (wait, why not &#8220;XHTML 2?&#8221;  Hang on, we&#8217;ll get there). You might expect that the other serialization would be SGML a la HTML 4.01.  You&#8217;d be wrong.</p>
<p>Although HTML is technically SGML, most browsers and authoring tools couldn&#8217;t care less about the broader SGML standard; they just implement HTML.  So the W3C&#8217;s plan seems to be to <a href="http://www.w3.org/QA/2008/01/html5-is-html-and-xml.html">ditch the SGML legecy and replace it with &#8220;html&#8221;</a> (note the lowercase), an entirely new standard&#8230;which happens to look pretty much like HTML has always looked.</p>
<p>Whew, we&#8217;re almost done.  OK, what about<a href="http://www.w3.org/TR/xhtml2/"> XHTML2</a>?  Despite the name, project was not a &#8220;next step;&#8221; it was a huge break with the whole HTML/XHTML tradition, an effort to completely remake web markup.  In July, the W3C decided to let it die on the vine and focus on HTML5.  So XHTML 5, with its HTML lineage, will be a more incremental change than XHTML 2 would&#8217;ve been.</p>
<p>There you have it.  If I missed anything or got something turned around, let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://jasonpriem.com/2010/04/markup-languages-whos-who/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portrait of the artist as a phrenology illustration</title>
		<link>http://jasonpriem.com/2010/01/portrait-of-the-artist-as-a-phrenology-illustration/</link>
		<comments>http://jasonpriem.com/2010/01/portrait-of-the-artist-as-a-phrenology-illustration/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 21:25:31 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[infovis]]></category>
		<category><![CDATA[me]]></category>

		<guid isPermaLink="false">http://jasonpriem.com/?p=299</guid>
		<description><![CDATA[The first assignment in my infoVis class was to make a visual introduction to ourselves.  I drew a self-portrait in profile, then added my categorized interests in the style of a 19th-century phrenology illustration (compare with actual period illustrations here and here).
Phrenology is interesting stuff.  Though phrenologists had nearly everything wrong, modern neuroimaging has demonstrated [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jasonpriem.com/wp-content/uploads/2009/04/phrenology-interests.jpg"><img class="alignleft size-medium wp-image-297" title="An assignment in my infoVis class: self-portrait as a phrenology illustration" src="http://jasonpriem.com/wp-content/uploads/2009/04/phrenology-interests-256x300.jpg" alt="An assignment in my infoVis class: self-portrait as a phrenology illustration" width="256" height="300" /></a>The first assignment in my infoVis class was to make a visual introduction to ourselves.  I drew a self-portrait in profile, then added my categorized interests in the style of a 19th-century <a href="http://en.wikipedia.org/wiki/Phrenology">phrenology</a> illustration (compare with actual period illustrations <a href="http://www.as.ua.edu/history/new/html/faculty/rothman.html">here</a> and <a href="http://mysite.verizon.net/res0im1v/donettesteelepsychology/">here</a>).</p>
<p>Phrenology is interesting stuff.  Though phrenologists had nearly everything wrong, modern neuroimaging has demonstrated that one  important part of their core idea was right: many psychological functions really are highly localized in the brain.  And they made a lot of really cool infographics.  Actually, maybe this is pseudoscience in general; palmistry and astrology also make silly data into some neat-looking infovis.  This same exercise would be fun with made-up star charts and palm diagrams.</p>
]]></content:encoded>
			<wfw:commentRss>http://jasonpriem.com/2010/01/portrait-of-the-artist-as-a-phrenology-illustration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>$35 homemade whiteboard coffee table</title>
		<link>http://jasonpriem.com/2009/12/35-homemade-whiteboard-coffee-table/</link>
		<comments>http://jasonpriem.com/2009/12/35-homemade-whiteboard-coffee-table/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 00:10:14 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[infovis]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://jasonpriem.com/?p=270</guid>
		<description><![CDATA[Whiteboards are great infovis tools, but expensive and need space.  Solution: the whiteboard coffee table.  It&#8217;s the very poor man&#8217;s Microsoft Surface (with no BSOD!).  Also, if your taste in home decor tends toward the spartan (as does mine), this makes a great dinner table; it&#8217;s durable and really easy to clean.  Most importantly, it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jasonpriem.com/wp-content/uploads/2009/12/DSC02327.JPG"><img class="alignleft size-full wp-image-274" src="http://jasonpriem.com/wp-content/uploads/2009/12/DSC02327.JPG" alt="DSC02327" width="183" height="233" /></a>Whiteboards are great infovis tools, but expensive and need space.  Solution: the whiteboard coffee table.  It&#8217;s the very poor man&#8217;s <a href="http://www.microsoft.com/surface/">Microsoft Surface </a>(with no <a href="http://en.wikipedia.org/wiki/Blue_Screen_of_Death">BSOD</a>!).  Also, if your taste in home decor tends toward the spartan (as does mine), this makes a great dinner table; it&#8217;s durable and really easy to clean.  Most importantly, it&#8217;s cheap and you only need a drill and few hours to make it.  Here&#8217;s how:</p>
<p><span style="color: #ffffff;">.</span></p>
<p><span style="color: #ffffff;">.</span></p>
<p><span style="color: #ffffff;">.</span></p>
<p><span style="color: #ffffff;">.</span></p>
<h3>Materials:</h3>
<ul>
<li>Some 1&#215;2 boards (you can pre-sanded ones for about $2 a piece)</li>
<li>A panel of &#8220;tile board,&#8221; which you can get from Home Depot or whatever for about 10 bucks.</li>
<li>some 3&#8243; drywall screws</li>
<li>some 1 1/2&#8243; drywall screws</li>
<li>wood glue</li>
</ul>
<h3>Tools:</h3>
<ul>
<li>Drill with a screwdriver bit</li>
<li>handsaw (may need it, may not; see below)</li>
<li>tablesaw or circular saw to cut the tileboard (may need it, may not; see below)</li>
</ul>
<p><a href="http://jasonpriem.com/wp-content/uploads/2009/12/coffee-table-copy.PNG"><img class="size-full wp-image-275 alignnone" title="coffee table copy" src="http://jasonpriem.com/wp-content/uploads/2009/12/coffee-table-copy.PNG" alt="coffee table copy" width="500" height="479" /></a></p>
<h3>Construction:</h3>
<ol>
<li>Decide on the dimensions you want, and figure how many 1&#215;2&#8217;s you need (see the diagram above for the general plan).  You may need to be flexible here, depending on the sized of tile board panel you&#8217;re able to procure.</li>
<li>Get the materials.  If you ask nice, a lot of times the store will cut the tile board for you, or they may have a 2&#8242; x 4&#8242;  piece available.  You can probably get them to cut the 1 x 2&#8217;s for you, as well.</li>
<li>Once you get the materials home, cut anything that still needs cuttin&#8217;.</li>
<li>Fasten everything together with the appropriate-sized drywall screws (The diagram shows where they go).  I added glue, but you don&#8217;t really need it.  Once the frame is done, glue the top on. Done!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://jasonpriem.com/2009/12/35-homemade-whiteboard-coffee-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prezi: presentation junk 2.0</title>
		<link>http://jasonpriem.com/2009/04/prezi-presentation-junk-20/</link>
		<comments>http://jasonpriem.com/2009/04/prezi-presentation-junk-20/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 18:50:44 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[infovis]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://jasonpriem.com/?p=214</guid>
		<description><![CDATA[It&#8217;s 2009.  I think everyone out there knows that Powerpoint is, at best, overused (at worst:Stalin).  Particularly gruesome is the animated slide-transition &#8220;feature,&#8221; which I think most agree has the same communication effectiveness and subtle charm as &#8220;&#60;blink&#62;&#8221; tags, mouse-cursor trails, and hilarious animated gifs of cats.
So how is it that presentation tool Prezi is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jasonpriem.com/wp-content/uploads/2009/04/prezi.png"><img class="size-full wp-image-218 alignleft" title="prezi logo" src="http://jasonpriem.com/wp-content/uploads/2009/04/prezi.png" alt="prezi logo" width="279" height="101" /></a>It&#8217;s 2009.  I think everyone out there knows that Powerpoint is, at best, overused (at worst:<a href="http://www.edwardtufte.com/tufte/graphics/book_pp_cover.gif">Stalin</a>).  Particularly gruesome is the animated slide-transition &#8220;feature,&#8221; which I think most agree has the same communication effectiveness and subtle charm as <a href="http://en.wikipedia.org/wiki/Blink_element">&#8220;&lt;blink&gt;&#8221; tags</a>, <a href="http://www.dynamicdrive.com/dynamicindex13/trailer.htm">mouse-cursor trails</a>, and hilarious <a href="http://www.geocities.com/Heartland/Bluffs/3583/catgifs.html">animated gifs of cats</a>.</p>
<p>So how is it that presentation tool <a href="http://prezi.com">Prezi </a>is suddenly the <a href="http://www.techcrunch.com/2009/04/20/prezi-is-the-coolest-online-presentation-tool-ive-ever-seen/">toast</a> <a href="http://janeknight.typepad.com/pick/2009/01/prezi.html">of the</a> <a href="http://clifmims.com/blog/archives/1558">town</a>?  The quick sell looks like this:</p>
<blockquote><p>&#8220;Prezi allows anyone who can sketch an idea on a napkin to create and perform stunning non-linear presentations with relations, zooming into details, and adjusting to the time left without the need to skip slides.&#8221;</p></blockquote>
<p>I love how the first phrase suggests that there&#8217;s this great mass of napkin-sketching geniuses out there who can&#8217;t get their ideas out (until now!).  I mean, I like <a href="http://en.wikipedia.org/wiki/Mind_map">mind maps,</a> but turning one into an outline is pretty easy.   So the presentations are &#8220;non-linear.&#8221;  Does that mean the audience can interact with them, zooming in on sub-points of interest?  If it does, let me show you this thing called &#8220;<a href="http://en.wikipedia.org/wiki/Hyperlink">hyperlinks</a>.&#8221;   And is skipping slides really this tremendous problem?</p>
<p>When it comes down to it, the real selling point of Prezi is just the &#8220;stunning&#8221; presentation.  Now, perhaps I&#8217;m jaded, but &#8220;zoom-in/zoom-out&#8221; leaves me unstunned.  More importantly, though, this seems a textbook example of <a href="http://en.wikipedia.org/wiki/Chartjunk">chartjunk</a>: a &#8220;really great&#8221; visual effect that serves only to obscure or distract from real information.  I think (hope) it&#8217;ll have the lasting appeal of Powerpoint&#8217;s racecar-noise-with-flying-in-bullet-point.</p>
<p>Perhaps I&#8217;m missing something (feel free to correct me in the comments) or just being curmudgeonly, but I think Prezi is vastly overhyped.  Powerpoint is bad enough.  Also: I like how the Prezi logo, by mixing case, suggests that the product may in fact be called &#8220;Pretzl.&#8221;  Ok, now that&#8217;s definitely being curmudgeonly.</p>
]]></content:encoded>
			<wfw:commentRss>http://jasonpriem.com/2009/04/prezi-presentation-junk-20/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>FeedVis 2.0: custom visualization for your feeds</title>
		<link>http://jasonpriem.com/2008/12/feedvis-20-custom-visualization-for-your-feeds/</link>
		<comments>http://jasonpriem.com/2008/12/feedvis-20-custom-visualization-for-your-feeds/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 20:27:27 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[fun with data]]></category>
		<category><![CDATA[infovis]]></category>

		<guid isPermaLink="false">http://jasonpriem.com/?p=72</guid>
		<description><![CDATA[My FeedVis project&#8211;the interactive tagcloud for a group of feeds&#8211;has been out for a week now, I&#8217;ve been thrilled at the positive response I&#8217;ve gotten so far.  One rather glaring problem with the program, though, was that you could only look at the top 50 edublogs.
Not anymore.  After a few late nights, I&#8217;ve got a [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_68" class="wp-caption alignleft" style="width: 310px"><a href="http://jasonpriem.com/feedvis"><img class="size-medium wp-image-68" title="feedvis2" src="http://jasonpriem.com/wp-content/uploads/2008/12/feedvis2.jpg" alt="this is what feedvis looks like" width="300" height="256" /></a><p class="wp-caption-text"> </p></div>
<p><a href="http://jasonpriem.com/feedvis">My FeedVis project</a>&#8211;the interactive tagcloud for a group of feeds&#8211;has been out for a week now, I&#8217;ve been thrilled at <a href="http://cogdogblog.com/2008/11/25/feedvis/">the</a> <a href="http://blogoehlert.typepad.com/eclippings/2008/11/a-truckload-of-twitter-tools-and-some-peachy-keen-visualizations.html">positive</a> <a href="http://doug-johnson.squarespace.com/blue-skunk-blog/2008/12/1/on-ranking-awards-and-other-nonsense.html">response</a> I&#8217;ve gotten so far.  One rather glaring problem with the program, though, was that you could only look at the <a href="http://www.dangerouslyirrelevant.org/2008/06/top-50-p-12-edu.html">top 50 edublogs</a>.</p>
<p>Not anymore.  After a few late nights, I&#8217;ve got a beta system for uploading and analyzing your own sets of feeds.  You just upload your opml, wait a few minutes, and you&#8217;re set: FeedVis gives you a custom page that you can bookmark and return to anytime you like; it&#8217;ll continue to update every time you visit.  You can also browse visualizations of other people&#8217;s feeds.</p>
<p>It&#8217;s pretty untested, and I&#8217;m sure use will uncover some bugs.  But it&#8217;s got potential; I&#8217;m excited to see what people think.</p>
]]></content:encoded>
			<wfw:commentRss>http://jasonpriem.com/2008/12/feedvis-20-custom-visualization-for-your-feeds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FeedVis: a deeper tagcloud for edublogs</title>
		<link>http://jasonpriem.com/2008/11/feedvis-a-deeper-tagcloud-for-edublogs/</link>
		<comments>http://jasonpriem.com/2008/11/feedvis-a-deeper-tagcloud-for-edublogs/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 07:53:05 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[fun with data]]></category>
		<category><![CDATA[infovis]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://jasonpriem.com/?p=51</guid>
		<description><![CDATA[
Tagclouds have value, but, as I&#8217;ve written before, they&#8217;ve a number of shortfalls as well.  I&#8217;ve just finished my attempt to remedy some of these problems: FeedVis.  It&#8217;s an animated tagcloud that lets you compare word frequencies accross different time periods and authors, then check out the posts that used the words.  The demo is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jasonpriem.com/feedvis"><img class="size-full wp-image-54 alignleft" title="feedvis" src="http://jasonpriem.com/wp-content/uploads/2008/11/feedvis.jpg" alt="a screenshoto of feedvis" width="318" height="266" /></a></p>
<p>Tagclouds have value, but, <a href="http://jasonpriem.com/2008/09/the-trouble-with-tagclouds/">as I&#8217;ve written before</a>, they&#8217;ve a number of shortfalls as well.  I&#8217;ve just finished my attempt to remedy some of these problems: <a href="http://jasonpriem.com/feedvis/">FeedVis</a>.  It&#8217;s an animated tagcloud that lets you compare word frequencies accross different time periods and authors, then check out the posts that used the words.  The demo is using the feeds for Scott McLeod&#8217;s Technorati-compiled list of <a href="http://www.dangerouslyirrelevant.org/2008/06/top-50-p-12-edu.html">top 50 edublogs</a>, since that&#8217;s what got me started about feeds and tagclouds in the first place (although the program will work with any set of feeds).  More details about how it works are on the <a href="http://jasonpriem.com/feedvis/">demo page</a>.</p>
<p>I think what I&#8217;m really most excited about is the way this uses animation to let you actually see the words changing from one sample to the next.    Motion is such an important part of the way we see the world, and it&#8217;s been underemployed in information visualization, I think (although this changing; <a href="http://www.ted.com/index.php/talks/hans_rosling_shows_the_best_stats_you_ve_ever_seen.html">Hans Rosling&#8217;s TED talks</a> have gotten a lot of buzz, for instance).</p>
<p>The project has been really fun, and a great learning experience; it&#8217;s gotten me really pumped about <a href="http://en.wikipedia.org/wiki/Infovis">inofVis</a> for learning about online interaction.  I think there is a lot of potential there for ed tech research.  I&#8217;m also pretty excited about programming; I started learning in February (with php), and then started javascript a couple months ago.  It&#8217;s been a really mind-expanding experience, and I&#8217;m looking foward to my next project, probably once I get done with grad school apps.</p>
]]></content:encoded>
			<wfw:commentRss>http://jasonpriem.com/2008/11/feedvis-a-deeper-tagcloud-for-edublogs/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>PrezDebatr 2.0!  Beta!</title>
		<link>http://jasonpriem.com/2008/10/prezdebatr-20-beta/</link>
		<comments>http://jasonpriem.com/2008/10/prezdebatr-20-beta/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 17:11:05 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[fun with data]]></category>
		<category><![CDATA[infovis]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://jasonpriem.com/?p=44</guid>
		<description><![CDATA[Google is transforming the way we watch a political debate.  This Google Blog post demonstrates how viewers of the VP debate earlier this month made Google searches like &#8220;clean coal&#8221; and &#8220;define:maverick&#8221; spike as candidates spoke.  Without question, these viewers are experiencing something much richer than what would have been possible fifteen years ago.
But why [...]]]></description>
			<content:encoded><![CDATA[<p>Google is transforming the way we watch a political debate.  <a href="http://googleblog.blogspot.com/2008/10/vp-debate-candidates-questions-and.html">This Google Blog post</a> demonstrates how viewers of the <a href="http://en.wikipedia.org/wiki/United_States_vice-presidential_debate,_2008">VP debate</a> earlier this month made Google searches like &#8220;<a href="http://www.google.com/search?hl=en&amp;q=clean+coal&amp;btnG=Search">clean coal</a>&#8221; and &#8220;<a href="http://www.google.com/search?hl=en&amp;q=define%3Amaverick&amp;btnG=Search">define:maverick</a>&#8221; spike as candidates spoke.  Without question, these viewers are experiencing something much richer than what would have been possible fifteen years ago.</p>
<p>But why stop there?  Why not a service that analyzes this kind of real-time, viewer-supplied data, selects the most interesting bits, and then displays it?  It would function both as a real-time fact-checker and a window into audience&#8217;s reactions.</p>
<p>Lots of people already live-blog these things; it would be easy to get several thousand people to submit their questions and search results to a server, using a standardized interface.  The software then just aggregates, organizes, and presents the results.  Volunteers who try to game the system would be shut out with Digg-style, community-driven user ratings.  If Google would make its real-time query data available, that&#8217;d be added, too, significantly broadening the sample&#8217;s relevance.</p>
<p><span id="more-44"></span></p>
<p>The exciting part comes when this user-created input&#8212;both information about facts and people&#8217;s more general reaction to what they&#8217;re hearing&#8212;is presented to the the debate audience and the debaters themselves in real time (via a big display in the venue, for instance.)  For one thing,  the audience and debaters would immediately know of factual errors or half-truths, and have easy access to cited sources.  This would work for relatively picky things, like the pronunciation of someone&#8217;s name, but also for more substantive problems in responses; imagine how much answers would improve if the debaters knew they might have to stand next to an 8-foot-high rendering of, &#8220;40 million Americans think you just dodged the question.&#8221;</p>
<p>But also, the tool could act in more positive ways.  The candidates would immediately know the reactions of a national audience had about what they say&#8211;what the audience was interested in, confused about, or skeptical about.  If 80% of people want to hear more about the differences in candidates&#8217; economic plan, they probably will.  You would have a truly participatory, interactive town-hall meeting of sixty million people.   Techniques like this are already beginning to surface in education, with tools like classroom <a href="http://en.wikipedia.org/wiki/Audience_response">clickers </a>and &#8220;<a href="http://connect.educause.edu/Library/ELI/7ThingsYouShouldKnowAbout/39391?time=1223916435">google jockying</a>.&#8221;  Could they raise the level and relevancy of national politics?</p>
<p>Note: oops, accidentally published this sans links.  fixed now.</p>
]]></content:encoded>
			<wfw:commentRss>http://jasonpriem.com/2008/10/prezdebatr-20-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grad school: because your uncle at Lehman Bros. is not such a great connection now.</title>
		<link>http://jasonpriem.com/2008/10/grad-school-because-your-uncle-at-lehman-bros-is-not-such-a-great-connection-now/</link>
		<comments>http://jasonpriem.com/2008/10/grad-school-because-your-uncle-at-lehman-bros-is-not-such-a-great-connection-now/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 16:50:24 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[academia]]></category>
		<category><![CDATA[fun with data]]></category>
		<category><![CDATA[infovis]]></category>

		<guid isPermaLink="false">http://jasonpriem.com/?p=38</guid>
		<description><![CDATA[A nice bit of infoVis from the web comic Piled Higher and Deeper.  Kind of not the best news for someone who&#8217;s applying to doctoral programs this fall&#8230;um, can my app go in a special pile for people who&#8217;ve been planning this for years, regardless of what the economy would&#8217;ve done?


]]></description>
			<content:encoded><![CDATA[<p>A nice bit of <a href="http://en.wikipedia.org/wiki/Infovis">infoVis</a> from the web comic <a href="http://www.phdcomics.com/comics.php?f=1078">Piled Higher and Deeper</a>.  Kind of not the best news for someone who&#8217;s applying to doctoral programs this fall&#8230;um, can my app go in a special pile for people who&#8217;ve been planning this for years, regardless of what the economy would&#8217;ve done?</p>
<p><a href="http://www.phdcomics.com/comics/archive/phd100108s.gif"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jasonpriem.com/2008/10/grad-school-because-your-uncle-at-lehman-bros-is-not-such-a-great-connection-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The trouble with tagclouds</title>
		<link>http://jasonpriem.com/2008/09/the-trouble-with-tagclouds/</link>
		<comments>http://jasonpriem.com/2008/09/the-trouble-with-tagclouds/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 02:33:43 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[fun with data]]></category>
		<category><![CDATA[infovis]]></category>

		<guid isPermaLink="false">http://jasonpriem.com/?p=33</guid>
		<description><![CDATA[Tag clouds, those darlings of early web 2.0, have been seeing something of a backlash lately. Zeldman was suggesting that tag clouds were the new mullets back in 2005; more lately, ReadWriteWeb wondered if tagclouds were dead altogether. The main complaint in both cases wasn&#8217;t that tag clouds were just no good, but that they&#8217;d [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-35 alignleft" title="A tagcloud of this very post.  How meta." src="http://jasonpriem.com/wp-content/uploads/2008/09/tagcloud3-300x188.png" alt="" width="300" height="188" />Tag clouds, those darlings of early web 2.0, have been seeing something of a backlash lately. <a href="http://www.zeldman.com/">Zeldman</a> was <a href="http://www.zeldman.com/daily/0405d.shtml">suggesting</a> that tag clouds were the new <a href="http://en.wikipedia.org/wiki/Mullet_%28haircut%29">mullets</a> back in 2005; more lately, ReadWriteWeb wondered if tagclouds were <a href="http://www.readwriteweb.com/archives/tag_clouds_rip.php">dead altogether.</a> The main complaint in both cases wasn&#8217;t that tag clouds were just no good, but that they&#8217;d become trendy and thus overused.  Later criticism has argued that the increasingly common practice of using tag clouds for navigation is <a href="http://www.zeldman.com/daily/0505a.shtml">fundamentally flawed</a>.</p>
<p>But the problems of tag clouds&#8211;and their close cousin, <a href="http://www.joelamantia.com/blog/archives/tag_clouds/text_clouds_a_new_form_of_tag_cloud.html">word clouds</a>&#8211;go deeper, to their usefulness as a visualization method.  These aren&#8217;t problems with how the method is used or misused, but with the idea itself.</p>
<p><a href="http://well-formed-data.net/archives/42/tag-maps-update">Moritz Stefaner</a> points out (and presents his own solution for) several problems with the format:</p>
<ul>
<li>tag clouds give a great picture of the &#8220;big head&#8221; of tags: the most frequently used tags that change little over time; they overlook, though, the &#8220;long tail&#8221;&#8211;where many of the interesting tags are located.</li>
<li>tag clouds don&#8217;t show change over time.  Chirag Mehta has created a tag cloud with a time slider, which helps with this.  But as Stefaner points out, animating tag clouds doesn&#8217;t work very well, as the changing size of the cloud moves the words around so they&#8217;re hard to follow.</li>
<li>Finally, tag clouds don&#8217;t show the relationships between tags (pretty much everyone who criticizes tag clouds mentions this one).</li>
</ul>
<p>The IBM <a href="http://services.alphaworks.ibm.com/manyeyes/page/Tag_Cloud.html">Many Eyes</a> site has one of the best tag cloud (actually this does word clouds, too) tools I&#8217;ve seen, allowing users to get lots of data from each tag while keeping the interface clean and simple.  They make a great point about an inherent limitation of the tool: the size and shape of the words themselves isn&#8217;t controlled for.  So, long words seem more dominant than short ones, and words with lots of ascenders and descenders (the vertical strokes of letters like &#8216;b&#8217; or &#8216;p&#8217;) tend to dominate as well.  This can subtly alter the overall gist that tag clouds are supposed to deliver.</p>
<p>The academic community has noted shortcomings of the technique, as well. <a href="http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=4438863">Hearst and Rosner (2008)</a> observe that the alphabetical layout of the cloud may lead to a sort of &#8220;false clustering&#8221; effect, as users misinterpret words because of surrounding tags.  <a href="http://portal.acm.org/citation.cfm?id=1240624.1240775">Renninger and Shumar (2007)</a> found that tag cloud quadrants have different rates of recall, a fact which most tag cloud designs ignore.  In fact, their findings suggest that a simple list of tags, ordered by frequency, may deliver a more accurate overall impression than a tag cloud.  Several researchers have sought to improve shortcomings in tag cloud presentation with packing and sorting algorithms that manage whitespace and cluster relevant concepts (<a href="http://arxiv.org/abs/cs.DS/0703109">Kaser and Lemire, 2007</a>; <a href="http://csdl2.computer.org/persagen/DLAbsToc.jsp?resourcePath=/dl/proceedings/&amp;toc=comp/proceedings/iv/2008/3268/00/3268toc.xml&amp;DOI=10.1109/IV.2008.89">Seifert, Kump, Kienreich, Granitzer, and Granitzer, 2008</a>).</p>
<p>Now, this isn&#8217;t to say that tag clouds have no value; in fact, I think they have great potential.  It&#8217;s just that we need to know when tag clouds and word clouds are appropriate, know their shortcomings, and (this is the fun part) try to find ways to make them better. Most of the sources cited above have set about doing just that. In my next post, I&#8217;ll discuss a few of these &#8220;next-generation tag cloud&#8221; concepts; in particular, I&#8217;ll be examining methods of using word clouds to compare different versions of a text.</p>
]]></content:encoded>
			<wfw:commentRss>http://jasonpriem.com/2008/09/the-trouble-with-tagclouds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mmmm&#8230;data visualization bliss.</title>
		<link>http://jasonpriem.com/2008/06/mmmmdata-visualization-bliss/</link>
		<comments>http://jasonpriem.com/2008/06/mmmmdata-visualization-bliss/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 03:58:12 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[infovis]]></category>

		<guid isPermaLink="false">http://jasonpriem.com/?p=18</guid>
		<description><![CDATA[Has Scott Leslie has written the perfect blog post?  It&#8217;s a triple threat: a relevant, interesting topic (personal learning environments), a cool approach (visualizations), and&#8212;most importantly, for me&#8212;a comprehensive list of similar efforts by other bloggers.
In a data-sodden world, the scarce resource is not access, but organization.  Scott adds organizational value both through visualization of [...]]]></description>
			<content:encoded><![CDATA[<p>Has Scott Leslie has written <a href="http://www.edtechpost.ca/wordpress/2008/06/18/my-ple-diagram">the perfect blog post</a>?  It&#8217;s a triple threat: a relevant, interesting topic (<a href="http://en.wikipedia.org/wiki/Personal_Learning_Environment">personal learning environments</a>), a cool approach (visualizations), and&#8212;most importantly, for me&#8212;a comprehensive list of similar efforts by other bloggers.</p>
<p>In a data-sodden world, the scarce resource is not access, but organization.  Scott adds organizational value both through visualization of PLE concept, and in linking similar work.  The result: a great resource for anyone interested in PLE&#8217;s.  Now all we need is a meta-visualization of all the individual efforts together&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://jasonpriem.com/2008/06/mmmmdata-visualization-bliss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
