<?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>Xiaoji Chen&#039;s Design Weblog</title>
	<atom:link href="http://xiaoji-chen.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://xiaoji-chen.com/blog</link>
	<description>Design, Computation, Fun</description>
	<lastBuildDate>Fri, 02 Sep 2011 05:43:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Health Infoscape</title>
		<link>http://xiaoji-chen.com/blog/2011/health-infoscape/</link>
		<comments>http://xiaoji-chen.com/blog/2011/health-infoscape/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 23:17:58 +0000</pubDate>
		<dc:creator>Xiaoji</dc:creator>
				<category><![CDATA[SENSEable City Lab]]></category>
		<category><![CDATA[Data Visualization]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Health]]></category>
		<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://xiaoji-chen.com/blog/?p=679</guid>
		<description><![CDATA[Senseable City Lab partnered with GE to create new ways of understanding human health. Our team created a disease network by analyzing data from over 7.2 million anonymized electronic medical records, taken from between January 2005 and July 2010, across the United States. Barabasi&#8217;s lab has published their disease networks generated by genetic similarity in [...]]]></description>
			<content:encoded><![CDATA[<p>Senseable City Lab partnered with GE to create new ways of understanding human health. Our team created a disease network by analyzing data from over 7.2 million anonymized electronic medical records, taken from between January 2005 and July 2010, across the United States.</p>
<p>Barabasi&#8217;s lab has published their <a href="http://www.barabasilab.com/pubs/CCNR-ALB_Publications/200705-14_PNAS-HumanDisease/200705-14_PNAS-HumanDisease.pdf">disease networks generated by genetic similarity</a> in 2007. In our first attempt, diseases/disorders are considered associated if a patient has got them at the same time or sequentially. The resulting network gives us new insight as to how closely connected some seemingly un-related health conditions might be. Such results force us to re-examine conventional categories of disease classification, as the boundaries between traditional disease categories are thoroughly blurred.</p>
<p><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2011/07/01.jpg"><img class="alignnone size-full wp-image-682" title="Health Infoscape - disease network of female population" src="http://xiaoji-chen.com/blog/wp-content/uploads/2011/07/01.jpg" alt="" width="520" /></a></p>
<p><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2011/07/07.jpg"><img class="alignnone size-full wp-image-683" title="Health Infoscape - disease network of female population" src="http://xiaoji-chen.com/blog/wp-content/uploads/2011/07/07.jpg" alt="" width="520" /></a></p>
<p>I made this <a href="http://www.ge.com/visualization/network/">interactive map</a> for the general public to browse the data. You can switch between two layouts &#8211; network and circular. Dot sizes are proportional to the percentage of patients who sought medical attention in total population. Width of links shows the strength of connections. Hovering over a disease pops up detailed information. Clicking on a disease highlights its connections. It is also possible to filter the links by gender / category / keywords. Zooming and panning is supported. The aim is to let people locate their disease of interest quickly in a context.</p>
<p><a href="http://www.youtube.com/watch?v=ln6arKcE99E"><img src="http://img.youtube.com/vi/ln6arKcE99E/2.jpg"></a></p>
<p><a href="http://www.youtube.com/watch?v=ln6arKcE99E">Click here</a> to view the video on YouTube.</p>

<p>It is a huge network. The first data files I got was more than 50M in size. It took me some time to get the loading time and real-time performance of the app to an acceptable level. I tried several schemes to filter the links while keeping the look and the structure. The force-directed layouts are pre-calculated. I ended up hard coding the network data instead of loading it from an external file, which helped a lot. The final package was ~1.5M, quite satisfying. And I do like the transition animation a lot.</p>
<p><a href="http://www.ge.com/visualization/network/"><img class="alignnone size-full wp-image-684" title="Health Infoscape - screenshot" src="http://xiaoji-chen.com/blog/wp-content/uploads/2011/07/Screen-shot-2011-07-20-at-6.54.31-PM.jpg" alt="" width="520" height="338" /></a></p>
<p><a href="http://www.ge.com/visualization/network/"><img class="alignnone size-full wp-image-685" title="Health Infoscape - screenshot" src="http://xiaoji-chen.com/blog/wp-content/uploads/2011/07/Screen-shot-2011-07-20-at-6.54.54-PM.jpg" alt="" width="520" height="338" /></a></p>
<p>The network vis was made with Flex and the visualization library <a href="http://flare.prefuse.org/">Flare</a>, and the user interface with Flash CS4. I&#8217;ve had some experience with Actionscript 3, but this is my first time learning Flex. I don&#8217;t know if it&#8217;s just my computer (Snow Leopard + Firefox 4 + Flash Builder 4), but debugging a Flex application was so much pain. The Flash plugin just crashes at every breaking point. Flare is a really well-done library, I&#8217;m truly grateful, but there is so much missing in its documentation. You have to dig into its source to discover the vast possibility of it.</p>
<p>The project was done around the time of my thesis &#8220;Seeing Differently: cartography for subjective maps based on dynamic urban data&#8221; (and the part of my life that I&#8217;m reluctant to look back to). I think the time I really worked on the core part of it was two weeks, then a lot of minor changes over a two months period. This is probably the most polished interactive vis among all projects I&#8217;ve posted. Thanks Eric and Dom! <img src='http://xiaoji-chen.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Team: (Senseable) Carlo Ratti, Eric Baczuk, Dominik Dahlem, Xiaoji Chen<br /> (General Electric) Camille Kubie, Aimee Atkinson</p>
<p>Tools used: Flash, Flex, Flare, R</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://xiaoji-chen.com/blog/2011/health-infoscape/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Connected States of America</title>
		<link>http://xiaoji-chen.com/blog/2011/the-connected-states-of-america/</link>
		<comments>http://xiaoji-chen.com/blog/2011/the-connected-states-of-america/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 17:10:27 +0000</pubDate>
		<dc:creator>Xiaoji</dc:creator>
				<category><![CDATA[SENSEable City Lab]]></category>
		<category><![CDATA[Data Visualization]]></category>
		<category><![CDATA[Human Networks]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://xiaoji-chen.com/blog/?p=661</guid>
		<description><![CDATA[The Connected States of America illustrates the emerging communities based on the social interactions defined by the anonymous cellphone usage data on AT&#38;T&#8217;s network. It is a similar idea to the Redrawing Boundaries of Great Britain project we published early this year. One can find that the communities defined by human networks not always coincide [...]]]></description>
			<content:encoded><![CDATA[<p>The Connected States of America illustrates the emerging communities based on the social interactions defined by the anonymous cellphone usage data on AT&amp;T&#8217;s network. It is a similar idea to the <a href="http://xiaoji-chen.com/blog/2010/redrawing-map-of-uk/">Redrawing Boundaries of Great Britain project</a> we published early this year. One can find that the communities defined by human networks not always coincide with the administrative boundaries.</p>
<p><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2011/07/layout.jpg"><img class="alignnone size-large wp-image-665" title="The Connected States of America - 3 layers ver" src="http://xiaoji-chen.com/blog/wp-content/uploads/2011/07/layout-819x1024.jpg" alt="" width="520" /></a></p>
<p>At the first phase of the project, visualizations were intensely used to help the scientists in our team to explore and validate the data. Comparing to the British dataset, the telecommunication pattern in the States featured many more hubs and more entangled connections, which made it harder to be represented in one static image. In the following map I used reversed coloring (the arc color on the source end is the color of the target county and vise versa. The color gradient helps identify geographic regions) to show which regions a point is most strongly connected to.</p>
<p><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2011/07/connections_top.png"><img class="alignnone size-full wp-image-666" title="The Connected States of America - Connectivity Map" src="http://xiaoji-chen.com/blog/wp-content/uploads/2011/07/connections_top.png" alt="" width="520" /></a></p>
<p>Another attempt was an interactive map where the user can click on a county to see its connectivity with all the other counties of the country. The strength of connections is defined by quantiles of total call time. The interactive map is also available on our <a href="http://senseable.mit.edu/csa/index.html">project website</a>. The following screenshot shows the outgoing connections from San Diego:</p>
<p><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2011/07/Call-6073.jpg"><img class="alignnone size-full wp-image-664" title="The Connected States of America - connectivity map" src="http://xiaoji-chen.com/blog/wp-content/uploads/2011/07/Call-6073.jpg" alt="" width="520" /></a></p>
<p>The partitioning algorithm showed some very interesting results, such as the split of New Jersey and California, and some other states belonging together.  Some clusters extend through the state lines and claim how people form communities despite of administrative boundaries. Yet the communities still largely correspond to state borders. I think it has something to do with the carrier&#8217;s rate policies.</p>
<p><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2011/07/screenshot-01.png"><img class="alignnone size-full wp-image-667" title="The Connected States of America - Call Data Communities" src="http://xiaoji-chen.com/blog/wp-content/uploads/2011/07/screenshot-01.png" alt="" width="520" /></a></p>
<p><img class="alignnone size-full wp-image-668" title="The Connected States of America - SMS Data Communities" src="http://xiaoji-chen.com/blog/wp-content/uploads/2011/07/screenshot-02.png" alt="" width="520" /></p>
<p>The project has been covered by TIME Magazine and <a href="http://www.nytimes.com/2011/07/03/sunday-review/03phone-map.html?_r=3&amp;ref=opinion">New York Times</a>.</p>
<p>Data source &amp; sponsor: AT&amp;T<br /> Team / Senseable: Carlo Ratti, Franscesco Calabrese(IBM Research), Dominik Dahlem, Xiaoji Chen<br /> Team / AT&amp;T Labs: Alexandre Gerber, DeDe Paul, Christoper Rath, James Rowland</p>
<p>Tools used: R, Processing, Illustrator</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://xiaoji-chen.com/blog/2011/the-connected-states-of-america/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sky Color of 10 Chinese Cities</title>
		<link>http://xiaoji-chen.com/blog/2011/sky-color-of-10-chinese-cities/</link>
		<comments>http://xiaoji-chen.com/blog/2011/sky-color-of-10-chinese-cities/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 21:30:08 +0000</pubDate>
		<dc:creator>Xiaoji</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Air Pollution]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[Data Visualization]]></category>

		<guid isPermaLink="false">http://xiaoji-chen.com/blog/?p=636</guid>
		<description><![CDATA[Well, not real colors of the sky &#8211; but you get the idea. The dominant influence factor is the climate. Winter is the most polluted season because of thermal inversion and less rainfall. Spring in northern China suffers from sandstorm. Still, you can easily identify the effect of government intervention, such as the significant improvement [...]]]></description>
			<content:encoded><![CDATA[<p>Well, not real colors of the sky &#8211; but you get the idea.</p>
<p>The dominant influence factor is the climate. Winter is the most polluted season because of thermal inversion and less rainfall. Spring in northern China suffers from sandstorm. Still, you can easily identify the effect of government intervention, such as the significant improvement in Taiyuan. And look how amazingly Beijing performed in 2008 August through September for the Olympics. Click the image below to zoom in.</p>
<p><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2011/04/all_en1.png"><img title="Sky Color of Beijing 2000-2011 (small)" src="http://xiaoji-chen.com/blog/wp-content/uploads/2011/04/all_small1.gif" alt="Sky Color of Beijing 2000-2011 (small)" width="520" height="5372" /></a></p>
<p>Tools used: R</p>
<p>Dedicated to my endearing home city.</p>
<p><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2011/04/2010032108072250039100.jpeg"><img class="alignnone size-full wp-image-637" title="Looking at the Forbidden City from Jingshan" src="http://xiaoji-chen.com/blog/wp-content/uploads/2011/04/2010032108072250039100.jpeg" alt="Looking at the Forbidden City from Jingshan" width="520" /></a><br /> [Looking into the Forbidden City from Jingshan - BJNews, March 21, 2011]</p>
<p>Update: Images now available as <a href="http://www.flickr.com/photos/pessimistress/5646577609/in/set-72157626436068795/" target="_blank">Flickr photostream</a></p>
]]></content:encoded>
			<wfw:commentRss>http://xiaoji-chen.com/blog/2011/sky-color-of-10-chinese-cities/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Isochronic Singapore: A Dynamic City Transportation Map</title>
		<link>http://xiaoji-chen.com/blog/2011/isochronic-singapore/</link>
		<comments>http://xiaoji-chen.com/blog/2011/isochronic-singapore/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 17:13:09 +0000</pubDate>
		<dc:creator>Xiaoji</dc:creator>
				<category><![CDATA[SENSEable City Lab]]></category>
		<category><![CDATA[Cartography]]></category>
		<category><![CDATA[Cognitive Map]]></category>
		<category><![CDATA[Data Visualization]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[Transportation]]></category>

		<guid isPermaLink="false">http://xiaoji-chen.com/blog/?p=572</guid>
		<description><![CDATA[Last year I made my first attempt at isochronic map for the City of Paris, where the distance on map is proportional to travel time. Well, maps evolve. Senseable City Lab is having this exciting exhibition Live Singapore! at Singapore Art Museum. We collaborated with Singapore government and companies of telecommunication, power, seaport, land transportation, etc. [...]]]></description>
			<content:encoded><![CDATA[<p>Last year I made my <a href="http://xiaoji-chen.com/blog/2010/map-of-paris-visualizing-urban-transportation/">first attempt</a> at isochronic map for the City of Paris, where the distance on map is proportional to travel time. Well, maps evolve.</p>
<p>Senseable City Lab is having this exciting exhibition <a href="http://senseable.mit.edu/livesingapore/exhibition.html">Live Singapore!</a> at <a href="http://www.singaporeartmuseum.sg/">Singapore Art Museum</a>. We collaborated with Singapore government and companies of telecommunication, power, seaport, land transportation, etc. to create graphic visualizations that reveal Singapore&#8217;s urban dynamics.</p>
<p>In March I received the GPS location record of Singapore taxis of August, 2010. All taxis report their coordinates and availability status every few minutes during operation. Comparing to an animation of dense moving dots all over the map, I&#8217;m more interested in the underlying patterns of these activities and how they relate to the structure of land use and road layout.</p>
<p>Our brilliant scientist <a href="http://www.sommer.jp/">Chrisian Sommer</a> built a network from this massive data and estimated the shortest travel time between every pair of places on an hourly basis. The data quality this time is far better than what I had for Paris (which was retrieved from Google Directions). It is dynamic, and it reflects real traffic condition. I used 290 control points over the city to distort the map. Selecting any of these points as origin, the other points will move away or towards it according to the travel time it takes to get there.</p>
<p style="text-align: center;"><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2011/04/screenshot-0036.png"><img class="size-large wp-image-576 aligncenter" title="Isochronic Singapore - Screenshots Collage" src="http://xiaoji-chen.com/blog/wp-content/uploads/2011/04/screenshot-0036-411x1024.png" alt="Isochronic Singapore - Screenshots Collage" width="411" height="1024" /></a></p>
<p>The final app runs on a big display controlled by a Magic Trackpad. Visitors can click anywhere on the map to see its animation through the month. This video demos the maps for the central business district and the airport. It is quite interesting to see the response to road density, the expansion of congested area and the travel time explosion when rush hour comes.</p>

    <!-- Begin VideoJS -->
    <div class="video-js-box">
      <!-- Using the Video for Everybody Embed Code http://camendesign.com/code/video_for_everybody -->
      <video class="video-js" width="520" height="390" poster="http://www.xiaoji-chen.com/videos/singapore.png" controls preload="none" >
      <source src="http://www.xiaoji-chen.com/videos/singapore.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
      
      
      <!-- Flash Fallback. Use any flash video player here. Make sure to keep the vjs-flash-fallback class. -->
      <object class="vjs-flash-fallback" width="520" height="390" type="application/x-shockwave-flash"
        data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf">
        <param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" />
        <param name="allowfullscreen" value="true" />
        <param name="flashvars" value='config={"playlist":["http://video-js.zencoder.com/oceans-clip.png", {"url": "http://www.xiaoji-chen.com/videos/singapore.mp4" ,"autoPlay":false ,"autoBuffering":false }]}' />
              <!-- Image Fallback -->
      <img src="http://www.xiaoji-chen.com/videos/singapore.png" width="520" height="390" alt="Poster Image" title="No video playback capabilities." />
      </object>
    </video>
    <!-- Download links provided for devices that can't play video in the browser. -->
    <p class="vjs-no-video"><strong>Download Video:</strong>
      <a href="http://www.xiaoji-chen.com/videos/singapore.mp4">MP4</a>
      
      
      <br>
      <!-- Support VideoJS by keeping this link. -->
      <a href="http://videojs.com">HTML5 Video Player</a> by <a href="http://videojs.com">VideoJS</a>
    </p>
  </div>
  <!-- End VideoJS -->

<p>This isochronic map is one of the series of cognitive maps I&#8217;m developing &#8211; beyond objective projections, we are enabled to see what the city looks and feels to its residence. Maps may not be static anymore, but reflect the dynamic nature of contemporary cities. Also, maps can be dependent on the user (location-based in this case) &#8211; they are now about individuals.</p>
<p>Followed by an introduction teaser to the whole event. I also did the anthropogenic heating one. The other beautiful visualizations are credited to Aaron Siegel and Oliver Senn.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="520" height="420" 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/2aEPkyOBtRo?fs=1&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="520" height="420" src="http://www.youtube.com/v/2aEPkyOBtRo?fs=1&amp;hl=en_US&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Tools used: R, Processing, Illustrator</p>
<p>Collaborators: Christian Sommer, Kristian Kloeckl</p>
]]></content:encoded>
			<wfw:commentRss>http://xiaoji-chen.com/blog/2011/isochronic-singapore/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://www.xiaoji-chen.com/videos/singapore.mp4" length="22855049" type="video/mp4" />
		</item>
		<item>
		<title>Visualizing A Real-time Trivia Game</title>
		<link>http://xiaoji-chen.com/blog/2011/trivia-game/</link>
		<comments>http://xiaoji-chen.com/blog/2011/trivia-game/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 14:23:34 +0000</pubDate>
		<dc:creator>Xiaoji</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Data Visualization]]></category>
		<category><![CDATA[Interaction Design]]></category>
		<category><![CDATA[MIT150]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://xiaoji-chen.com/blog/?p=566</guid>
		<description><![CDATA[On April 10th, 2011 MIT held the Next Century Convocation as a centerpiece of its 150 anniversary celebration. 10,000 people attended the event at the Boston Convention and Exhibition Center. Before the program began guests participated in a trivia game designed by our team. The game was a crowdsourcing experience, with participants asking their own questions [...]]]></description>
			<content:encoded><![CDATA[<p>On April 10th, 2011 MIT held <a href="http://mit150.mit.edu/events/convocation">the Next Century Convocation</a> as a centerpiece of its 150 anniversary celebration. 10,000 people attended the event at the Boston Convention and Exhibition Center. Before the program began guests participated in a trivia game designed by our team.</p>
<p>The game was a crowdsourcing experience, with participants asking their own questions to the crowd. Participants sent text messages to a short number through Ken&#8217;s awesome <a href="http://m-survey.org/">mSurvey</a> system. Messages ending with &#8220;?&#8221; were recognized as questions and appeared on the screen with a sequential number. Messages started with &#8220;Q+number&#8221; followed by a space are recognized as answers to that question. Questions and answers were displayed in real-time, on a 90-foot screen.</p>
<p>My goal in designing this vis was to enable direct feedback to the users, invoke conversation among them and encourage participation. Considering the dimensions of the space, it was critical to keep the interface simple and learnable. Our team came up with this idea of &#8220;questions competing for answers&#8221; &#8211; each question moved from the left edge of screen to the right, gradually accelerating if nobody responded to it, till it was out of sight. When an answer came in, it was attached to the target question and therefore slowed it down. Each question left a trail behind it, whose width was related to speed. So the more popular questions would stay longer on the screen. It was a competition for both good questions and interesting answers.</p>
<p>Screenshot from the game:<br /> <a href="http://xiaoji-chen.com/blog/wp-content/uploads/2011/04/screenshot-convocation.jpg"><img class="alignnone size-full wp-image-654" title="Screenshot from the Trivial Game at MIT150 Convocation" src="http://xiaoji-chen.com/blog/wp-content/uploads/2011/04/screenshot-convocation.jpg" alt="Screenshot from the Trivial Game at MIT150 Convocation" width="520" /></a></p>
<p>Picture at the event:<br /> <a href="http://xiaoji-chen.com/blog/wp-content/uploads/2011/04/IMG_5897_small.jpg"><img class="alignnone size-full wp-image-567" title="MIT150 - the Next Century Convocation - Trivia Game" src="http://xiaoji-chen.com/blog/wp-content/uploads/2011/04/IMG_5897_small.jpg" alt="Live photo at the convocation" width="520" /></a></p>
<p>I was a bit unhappy that the video staff insisted on adding moving backgrounds to the visualization. Then during the real run, we encountered some technical problem , causing the answers mismatched for a while (in fact a bug in the setup-at-the-last-minute message censorship system &#8211; censorship sucks, I knew it better than anyone). Anyway both the team and the guests had a lot of fun with the game. Some of us were sleepless for a few days to make this work, especially our great leader Ken, who&#8217;s been suffering from a fever since then &#8211; I hope he gets better now. ♥</p>
<div id="_mcePaste">Tools used: Processing</div>
<p>Visualization: Xiaoji Chen, Yanni Loukissas<br /> Backend: Kenfield Griffith, Reid Williams<br /> And thanks to the rest of the team: Michael Berry, Kristyn Maiorca, Ella Peinovich who made this happen</p>
]]></content:encoded>
			<wfw:commentRss>http://xiaoji-chen.com/blog/2011/trivia-game/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Power Chart of Chinese Provinces</title>
		<link>http://xiaoji-chen.com/blog/2011/population-power-chart-of-chinese-provinces/</link>
		<comments>http://xiaoji-chen.com/blog/2011/population-power-chart-of-chinese-provinces/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 17:32:56 +0000</pubDate>
		<dc:creator>Xiaoji</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Cartography]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[Data Visualization]]></category>

		<guid isPermaLink="false">http://xiaoji-chen.com/blog/?p=552</guid>
		<description><![CDATA[Economist just posts an interactive visualization Chinese Equivalents on their website. It&#8217;s a very interesting approach. (Somehow I feel it has an psychological side-effect by saying one province is equivalent to France while it&#8217;s neighbor is equivalent to Kenya, though noted in terms of population.) I got curious how we can visualize how actually important [...]]]></description>
			<content:encoded><![CDATA[<p>Economist just posts an interactive visualization <a href="www.economist.com/content/chinese_equivalents">Chinese Equivalents</a> on their website. It&#8217;s a very interesting approach. (Somehow I feel it has an psychological side-effect by saying one province is equivalent to France while it&#8217;s neighbor is equivalent to Kenya, though noted in terms of population.)</p>
<p><a href="www.economist.com/content/chinese_equivalents"><img class="alignnone size-full wp-image-554" title="Economist: Chinese Equivalents" src="http://xiaoji-chen.com/blog/wp-content/uploads/2011/03/economist.png" alt="" width="480" /></a></p>
<p>I got curious how we can visualize how <em>actually</em> <em>important</em> the Chinese provinces are. I was reading Gastner &amp; Newman&#8217;s paper <em>Diffusion-based method for producing density-equalizing maps </em>(PNAS 2004) at the time. So I set out to make my first density-equalizing map.</p>
<p>Newman&#8217;s code on his website deals with raster image only. I also tried to implement a diffusion simulator in Processing, but it was hard to preserve all the details of a vector map. Below is my first shot. It took (quite) some manual effort to remove the bad points. Still seeking solutions. Anyway, enjoy.</p>
<p><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2011/03/cartogram-02.png"><img class="alignnone size-large wp-image-553" title="Population power chart of Chinese provinces" src="http://xiaoji-chen.com/blog/wp-content/uploads/2011/03/cartogram-02-910x1024.png" alt="" width="520" /></a></p>
<p>You can recognize in this map how unbalanced China is &#8211; the west is barely occupied due to challenging natural environment, and population keeps flowing from the middle towards the economic centers (Beijing and the southeast coast). They become both productivity and pressure for big cities.</p>
<p>What about looking at the provinces from a social network&#8217;s perspective? In the following graph I measured how often each two provinces appear in the same media coverage. It is clear now that Beijing is the absolute, mono-center of all China. The social power is not proportional to a province&#8217;s population. The south and the east coast get far more attention than inland provinces, which is a sad fact.</p>
<p><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2011/03/network_en.jpg"><img class="alignnone size-full wp-image-564" title="Social Power Chart of Chinese Provinces" src="http://xiaoji-chen.com/blog/wp-content/uploads/2011/03/network_en.jpg" alt="" width="520" /></a></p>
<p>Tools used: Processing, Tulip, Illustrator</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://xiaoji-chen.com/blog/2011/population-power-chart-of-chinese-provinces/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Linkage Computer</title>
		<link>http://xiaoji-chen.com/blog/2010/the-linkage-computer/</link>
		<comments>http://xiaoji-chen.com/blog/2010/the-linkage-computer/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 04:32:33 +0000</pubDate>
		<dc:creator>Xiaoji</dc:creator>
				<category><![CDATA[Class Projects at MIT]]></category>
		<category><![CDATA[Folding]]></category>
		<category><![CDATA[Lasercut]]></category>
		<category><![CDATA[Linkage]]></category>
		<category><![CDATA[Mechanical Computer]]></category>
		<category><![CDATA[Nerd]]></category>

		<guid isPermaLink="false">http://xiaoji-chen.com/blog/?p=515</guid>
		<description><![CDATA[This is my final project for 6.849: Geometric Folding Algorithms by Prof. Erik Demaine, the happiest genius of the world. In fact I prefer to call it &#8216;the origami class&#8217;, which sounds more obscure to my friends. And complex, curving origami was indeed what I expected myself to do at the beginning. Well, the field [...]]]></description>
			<content:encoded><![CDATA[<p>This is my final project for 6.849: Geometric Folding Algorithms by Prof. Erik Demaine, the happiest genius of the world.</p>
<p><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2010/12/00.jpg"><img class="alignnone size-full wp-image-518" title="Photo of the OR gate gadget" src="http://xiaoji-chen.com/blog/wp-content/uploads/2010/12/00.jpg" alt="" width="520" /></a></p>
<p>In fact I prefer to call it &#8216;the origami class&#8217;, which sounds more obscure to my friends. And complex, curving origami was indeed what I expected myself to do at the beginning. Well, the field turned out to be much broader and even more interesting (absolutely an understatement).</p>
<p>Anyway one day we were introduced to <a href="http://demonstrations.wolfram.com/KempesUniversalityTheoremAnExample/">Kemp&#8217;s Universality Theorem</a>, which says &#8216;there is a <a href="http://en.wikipedia.org/wiki/Linkage_(mechanical)">linkage</a> that signs your name&#8217;. In proving that Kemp invented 3 gadgets: multiplicator, additor and translator, which perform arithmetic operations on any input angle. Then the idea came to me that if we can design gadgets that perform boolean operations, we can build a computer from just hinged bars.</p>
<p>I always had a thing for mechanical computers. The article that talks about the rope-and-pulley computer by Apraphulians was my all-time favorite of Scientific Americans. This project might be a little nerdy, but who knows &#8212; mechanical logic gates do make sense on nanoscale and in extreme environments like outer space.</p>
<p>Here is how I represent bits with bars. Note that each bar is constrained to rotate in half plane so I gain a nice &#8216;black box&#8217; feature where the implementation of one gadget does not disrupt the rest of the machine.</p>
<p><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2010/12/03.png"><img class="alignnone size-full wp-image-521" title="Bit representation" src="http://xiaoji-chen.com/blog/wp-content/uploads/2010/12/03.png" alt="" width="520" /></a></p>
<p>Here are the logic gates: translator (moving a logic state across space), invertor (X -&gt; not X), AND gate / OR gate (they are mirrored image of each other). Watch the video to see how they work.</p>
<p><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2010/12/04.png"><img class="alignnone size-large wp-image-531" title="Logic gates" src="http://xiaoji-chen.com/blog/wp-content/uploads/2010/12/04-1024x450.png" alt="" width="520" /></a></p>

    <!-- Begin VideoJS -->
    <div class="video-js-box">
      <!-- Using the Video for Everybody Embed Code http://camendesign.com/code/video_for_everybody -->
      <video class="video-js" width="520" height="390" poster="http://www.xiaoji-chen.com/videos/linkage_computer.jpg" controls preload="none" >
      <source src="http://www.xiaoji-chen.com/videos/linkage_computer.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
      
      
      <!-- Flash Fallback. Use any flash video player here. Make sure to keep the vjs-flash-fallback class. -->
      <object class="vjs-flash-fallback" width="520" height="390" type="application/x-shockwave-flash"
        data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf">
        <param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" />
        <param name="allowfullscreen" value="true" />
        <param name="flashvars" value='config={"playlist":["http://video-js.zencoder.com/oceans-clip.png", {"url": "http://www.xiaoji-chen.com/videos/linkage_computer.mp4" ,"autoPlay":false ,"autoBuffering":false }]}' />
              <!-- Image Fallback -->
      <img src="http://www.xiaoji-chen.com/videos/linkage_computer.jpg" width="520" height="390" alt="Poster Image" title="No video playback capabilities." />
      </object>
    </video>
    <!-- Download links provided for devices that can't play video in the browser. -->
    <p class="vjs-no-video"><strong>Download Video:</strong>
      <a href="http://www.xiaoji-chen.com/videos/linkage_computer.mp4">MP4</a>
      
      
      <br>
      <!-- Support VideoJS by keeping this link. -->
      <a href="http://videojs.com">HTML5 Video Player</a> by <a href="http://videojs.com">VideoJS</a>
    </p>
  </div>
  <!-- End VideoJS -->

<p>Using the above gadgets I will be able to build a full adder (A, B, Cin as input and S, Cout as output). I&#8217;ve made <a href="http://www.xiaoji-chen.com/html/linkage/linkage.html">a simple simulation</a> with Processing. Click the input bars to switch states:</p>
<p><a href="http://www.xiaoji-chen.com/html/linkage/linkage.html"><img class="alignnone size-large wp-image-520" title="Simulation of one-bit full adder" src="http://xiaoji-chen.com/blog/wp-content/uploads/2010/12/02-1024x649.png" alt="" width="520" height="330" /></a></p>
<p>The models I constructed use wood sticks and rivets. I also proposed another way of building the gadgets &#8212; cut and fold them from one piece of flat material. It would be awesome to cut a whole mechanical computer out of one piece of thin metal, roll it and take it with you to a place with no electricity and do some crazy computation.</p>
<p><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2010/12/01.jpg"><img class="alignnone size-full wp-image-519" title="The translator gadget cut from one piece of paper" src="http://xiaoji-chen.com/blog/wp-content/uploads/2010/12/01.jpg" alt="" width="520" /></a></p>
<p>I&#8217;ll be continuing this project during the winter break. Many thanks to Erik &amp; Martin Demaine and Tomohiro Tachi. It&#8217;s been so cool!</p>
<p>Tools used: AutoCAD, Processing</p>
]]></content:encoded>
			<wfw:commentRss>http://xiaoji-chen.com/blog/2010/the-linkage-computer/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
<enclosure url="http://www.xiaoji-chen.com/videos/linkage_computer.mp4" length="4724491" type="video/mp4" />
		</item>
		<item>
		<title>Redrawing the Map of Great Britain from a Network of Human Interactions</title>
		<link>http://xiaoji-chen.com/blog/2010/redrawing-map-of-uk/</link>
		<comments>http://xiaoji-chen.com/blog/2010/redrawing-map-of-uk/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 01:45:49 +0000</pubDate>
		<dc:creator>Xiaoji</dc:creator>
				<category><![CDATA[SENSEable City Lab]]></category>
		<category><![CDATA[Data Visualization]]></category>
		<category><![CDATA[Human Networks]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://xiaoji-chen.com/blog/?p=498</guid>
		<description><![CDATA[This paper has been published on PLoS ONE: full text Do regional boundaries defined by governments respect the natural way that people interact across space? The URB team of SENSEable City Lab analyzed 12 billion anonymized landline calls in Great Britain to illustrate the true connections between places. The strength of connection is defined by [...]]]></description>
			<content:encoded><![CDATA[<p>This paper has been published on PLoS ONE: <a href="http://www.plosone.org/article/info:doi/10.1371/journal.pone.0014248">full text</a></p>
<p>Do regional boundaries defined by governments respect the natural way that people interact across space? The <a href="http://senseable.mit.edu/network/">URB team</a> of SENSEable City Lab analyzed 12 billion anonymized landline calls in Great Britain to illustrate the true connections between places. The strength of connection is defined by the frequency and period of phone calls. It is revealed that people tend to communicate with those that are geographically close to them. Therefore, it is possible to identify clusters of connections as regional groups. It is fun to compare these new boundaries with existing ones and see how much people really love each other.</p>
<p><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2010/12/network.jpg"><img class="alignnone size-large wp-image-502" title="Human Network - visualizing connections" src="http://xiaoji-chen.com/blog/wp-content/uploads/2010/12/network-1024x430.jpg" alt="" width="520" /></a><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2010/12/final.jpg"><img class="alignnone size-full wp-image-500" title="Colored Connections" src="http://xiaoji-chen.com/blog/wp-content/uploads/2010/12/final.jpg" alt="" width="500" /></a></p>
<p>The visualization challenge here is the extra dense connections. An ideal vis solution should show clearer and finer pattern as data accumulates, not the opposite. Mauro Martino worked with the team from the beginning and derived the primary concept. I hopped on board later and finished with the final video to elaborate the whole idea. Processing is not able to handle this scale of objects (especially in animation) so a lot of pre-processing was done exclusively for each scene.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="520" height="320" 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/e-hlP8Ql384?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="520" height="320" src="http://www.youtube.com/v/e-hlP8Ql384?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>For those who cannot use YouTube, click this instead:</p>

    <!-- Begin VideoJS -->
    <div class="video-js-box">
      <!-- Using the Video for Everybody Embed Code http://camendesign.com/code/video_for_everybody -->
      <video class="video-js" width="520" height="293" poster="http://www.xiaoji-chen.com/videos/UK_animation.jpg" controls preload="none" >
      <source src="http://www.xiaoji-chen.com/videos/UK_animation.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
      
      
      <!-- Flash Fallback. Use any flash video player here. Make sure to keep the vjs-flash-fallback class. -->
      <object class="vjs-flash-fallback" width="520" height="293" type="application/x-shockwave-flash"
        data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf">
        <param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" />
        <param name="allowfullscreen" value="true" />
        <param name="flashvars" value='config={"playlist":["http://video-js.zencoder.com/oceans-clip.png", {"url": "http://www.xiaoji-chen.com/videos/UK_animation.mp4" ,"autoPlay":false ,"autoBuffering":false }]}' />
              <!-- Image Fallback -->
      <img src="http://www.xiaoji-chen.com/videos/UK_animation.jpg" width="520" height="293" alt="Poster Image" title="No video playback capabilities." />
      </object>
    </video>
    <!-- Download links provided for devices that can't play video in the browser. -->
    <p class="vjs-no-video"><strong>Download Video:</strong>
      <a href="http://www.xiaoji-chen.com/videos/UK_animation.mp4">MP4</a>
      
      
      <br>
      <!-- Support VideoJS by keeping this link. -->
      <a href="http://videojs.com">HTML5 Video Player</a> by <a href="http://videojs.com">VideoJS</a>
    </p>
  </div>
  <!-- End VideoJS -->

<p> </p>
<p>The research has also been covered by <a href="http://www.bbc.co.uk/news/technology-11948680">BBC</a> and <a href="http://www.economist.com/node/17680973?story_id=17680973&amp;fsrc=rss">The Economist</a>.</p>
<div id="_mcePaste">Collaborators in visualization: Mauro Martino, Francesco Calabrese</div>
<div id="_mcePaste">Tools used: Processing, R, Premiere</div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://xiaoji-chen.com/blog/2010/redrawing-map-of-uk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.xiaoji-chen.com/videos/UK_animation.mp4" length="5618634" type="video/mp4" />
		</item>
		<item>
		<title>A Very Supernatural Map of United States</title>
		<link>http://xiaoji-chen.com/blog/2010/supernatural/</link>
		<comments>http://xiaoji-chen.com/blog/2010/supernatural/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 16:01:04 +0000</pubDate>
		<dc:creator>Xiaoji</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Data Visualization]]></category>
		<category><![CDATA[Supernatural]]></category>
		<category><![CDATA[the most haunted state of America]]></category>

		<guid isPermaLink="false">http://xiaoji-chen.com/blog/?p=478</guid>
		<description><![CDATA[Uh&#8230; This is purely out of boredom. In welcome of the Season 6 of CW show Supernatural, I took a look at the path Sam and Dean have traveled. Guess which state hosted the most monsters? Congratulations to Illinois! Then there goes South Dakota, Nebraska, Kansas, Pennsylvania, Ohio, Iowa, Indiana, Colorado, Missouri, Wisconsin, Oklahoma, Minnesota [...]]]></description>
			<content:encoded><![CDATA[<p>Uh&#8230; This is purely out of boredom. In welcome of the Season 6 of CW show <a href="http://www.cwtv.com/shows/supernatural" target="_blank">Supernatural</a>, I took a look at the path Sam and Dean have traveled. Guess which state hosted the most monsters?</p>
<p>Congratulations to Illinois! Then there goes South Dakota, Nebraska, Kansas, Pennsylvania, Ohio, Iowa, Indiana, Colorado, Missouri, Wisconsin, Oklahoma, Minnesota and California. The supernatural communities, be them spirits, creatures, mutants, psychics, witches, demons, angels or gods, definitely share taste in choosing playgrounds.</p>
<p><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2010/09/screenshot-11.jpg"><img class="aligncenter size-large wp-image-479" title="The haunted map of USA" src="http://xiaoji-chen.com/blog/wp-content/uploads/2010/09/screenshot-11-1024x590.jpg" alt="" width="520" /></a></p>
<div id="_mcePaste">Click <a href="http://xiaoji-chen.com/html/supernatural.html">here</a> to play with the interactive map:</div>
<p><a href="http://xiaoji-chen.com/html/supernatural.html"><img class="aligncenter size-full wp-image-482" title="Supernatural: the Road So Far screenshot" src="http://xiaoji-chen.com/blog/wp-content/uploads/2010/09/screenshot-3.jpg" alt="" width="520" /></a></p>
<div>
<p>I&#8217;m aware that there are a few fictional towns in the show. Coordinates are selected from the first result returned by Google Maps, so, if a circle falsely falls on your neighborhood, don&#8217;t panic! Corrections welcomed.</p>
<p>I am also aware that my lines between cities show shortcuts rather than actual trips. But you see, the brothers don&#8217;t always drive; they travel in time, in dream, in spirit forms; they have been zapped here and there by angels, demons and god himself. No such data is available as far as I know. Though I&#8217;d love to, watching the 5 seasons all over again is not in my short-term plan.</p>
</div>
<div>
<p>Data source: <a href="http://www.supernaturalwiki.com">The Supernatural Wiki</a>, Google Maps<br />
Tools used: Google Maps API</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://xiaoji-chen.com/blog/2010/supernatural/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Slow Glass I</title>
		<link>http://xiaoji-chen.com/blog/2010/the-slow-glass-i/</link>
		<comments>http://xiaoji-chen.com/blog/2010/the-slow-glass-i/#comments</comments>
		<pubDate>Thu, 13 May 2010 20:13:51 +0000</pubDate>
		<dc:creator>Xiaoji</dc:creator>
				<category><![CDATA[Class Projects at MIT]]></category>
		<category><![CDATA[Interaction Design]]></category>

		<guid isPermaLink="false">http://xiaoji-chen.com/blog/?p=418</guid>
		<description><![CDATA[This is a project for a Media Lab class: New Paradigms for Human-Computer Interaction by Pattie Maes and Hiroshi Ishii. Slow glass was imagined by Bob Shaw in the science-fiction story The Light of other Days. Light travels very slowly in this material so that it takes months or even years for people to see [...]]]></description>
			<content:encoded><![CDATA[<p>This is a project for a Media Lab class: New Paradigms for Human-Computer Interaction by Pattie Maes and Hiroshi Ishii. Slow glass was imagined by Bob Shaw in the science-fiction story <em>The Light of other Days</em>. Light travels very slowly in this material so that it takes months or even years for people to see what had been on the other side.</p>
<p style="text-align: center;"><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2010/05/slowglass.jpg"><img class="size-full wp-image-421 aligncenter" title="Slow Glass" src="http://xiaoji-chen.com/blog/wp-content/uploads/2010/05/slowglass.jpg" alt="" width="240" /></a></p>
<p>We consider the slow glass as an architectural element that provides a window into another space/time. It changes people&#8217;s perception of the surroundings. We tried to make an elegant implementation for the concept. The screen is located in the lobby of the new Media Lab building. One camera captures sequential images of the lobby and tracks the coordinates of people using background subtraction. Another set of cameras on the back of the screen records a panorama of the lobby. Video is played back, a few hours later, according to the relative positioning between a person and the screen. From a user&#8217;s perspective, the screen is like transparent, only that through it he sees the past.</p>
<p>The tracking system, powered by OpenCV:</p>
<p><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2010/05/tracking.jpg"><img class="alignnone size-full wp-image-420" title="The Slow Glass - Tracking" src="http://xiaoji-chen.com/blog/wp-content/uploads/2010/05/tracking.jpg" alt="" width="520" /></a></p>
<p>A diagram of perspective simulation:</p>
<p><a href="http://xiaoji-chen.com/blog/wp-content/uploads/2010/05/diagram-01.png"><img class="alignnone size-large wp-image-422" title="The Slow Glass - Matching" src="http://xiaoji-chen.com/blog/wp-content/uploads/2010/05/diagram-01-1024x893.png" alt="" width="520" /></a></p>
<p>A video of the concept and the first prototype that we presented in the class review. We are currently working on making it a permanent installation in the Media Lab building:</p>

    <!-- Begin VideoJS -->
    <div class="video-js-box">
      <!-- Using the Video for Everybody Embed Code http://camendesign.com/code/video_for_everybody -->
      <video class="video-js" width="520" height="293" poster="http://www.xiaoji-chen.com/videos/slowglass.jpg" controls preload="none" >
      <source src="http://www.xiaoji-chen.com/videos/slowglass.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
      
      
      <!-- Flash Fallback. Use any flash video player here. Make sure to keep the vjs-flash-fallback class. -->
      <object class="vjs-flash-fallback" width="520" height="293" type="application/x-shockwave-flash"
        data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf">
        <param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" />
        <param name="allowfullscreen" value="true" />
        <param name="flashvars" value='config={"playlist":["http://video-js.zencoder.com/oceans-clip.png", {"url": "http://www.xiaoji-chen.com/videos/slowglass.mp4" ,"autoPlay":false ,"autoBuffering":false }]}' />
              <!-- Image Fallback -->
      <img src="http://www.xiaoji-chen.com/videos/slowglass.jpg" width="520" height="293" alt="Poster Image" title="No video playback capabilities." />
      </object>
    </video>
    <!-- Download links provided for devices that can't play video in the browser. -->
    <p class="vjs-no-video"><strong>Download Video:</strong>
      <a href="http://www.xiaoji-chen.com/videos/slowglass.mp4">MP4</a>
      
      
      <br>
      <!-- Support VideoJS by keeping this link. -->
      <a href="http://videojs.com">HTML5 Video Player</a> by <a href="http://videojs.com">VideoJS</a>
    </p>
  </div>
  <!-- End VideoJS -->

<p>Tools used: Open Frameworks, OpenCV, iMovie<br /> Collaborator: Polychronis Ypodimatopoulos, Daniel Rosenburg</p>
]]></content:encoded>
			<wfw:commentRss>http://xiaoji-chen.com/blog/2010/the-slow-glass-i/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.xiaoji-chen.com/videos/slowglass.mp4" length="17789422" type="video/mp4" />
		</item>
	</channel>
</rss>

