<?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>corprewland &#187; location-based</title>
	<atom:link href="http://www.corprew.org/categories/location-based/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.corprew.org</link>
	<description>(dis)information organization</description>
	<lastBuildDate>Fri, 19 Feb 2010 23:38:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>iPhone app beta users sought</title>
		<link>http://www.corprew.org/blog/2009/11/29/iphone-app-beta-users-sought/</link>
		<comments>http://www.corprew.org/blog/2009/11/29/iphone-app-beta-users-sought/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 07:55:10 +0000</pubDate>
		<dc:creator>corprew</dc:creator>
				<category><![CDATA[computer programming]]></category>
		<category><![CDATA[infosci]]></category>
		<category><![CDATA[location-based]]></category>

		<guid isPermaLink="false">http://www.corprew.org/?p=231</guid>
		<description><![CDATA[Hey folks, I&#8217;ve been working on a couple iPhone applications recently, and things are at the point where I could use a couple beta users. If you&#8217;re interested in any of these, let me know by commenting or emailing me &#8212; email temp200911@corprew.org. You can also use the contact page at corprew.org. I&#8217;m looking for [...]]]></description>
			<content:encoded><![CDATA[<p>Hey folks, I&#8217;ve been working on a couple iPhone applications recently, and things are at the point where I could use a couple beta users.  If you&#8217;re interested in any of these, let me know by commenting or emailing me &#8212; email temp200911@corprew.org.  You can also use the <a href="http://www.corprew.org/contact/">contact page at corprew.org</a>.</p>
<ul>
<li>I&#8217;m looking for some users for App A, and it would help if you lived in the Seattle or Portland area and had Celiac disease for this one to be helpful for you (and for you to provide useful data for me.)
</li>
<li>I&#8217;m looking for some users for App B, mostly for people who travel a lot.  If you&#8217;re traveling by air this holiday season, you&#8217;re welcome to give it a shot.
</li>
<li>I&#8217;m also testing a game for the iPhone.  For this, it would be handy if you lived in the Capitol Hill region of Seattle and liked fun.  As strange as it seems, some people don&#8217;t like fun.  This should be fun.
</li>
</ul>
<p>All of these are useful and/or fun.  Android versions will be coming relatively soon after the iPhone versions, ideally.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.corprew.org/blog/2009/11/29/iphone-app-beta-users-sought/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What I am up to at the moment</title>
		<link>http://www.corprew.org/blog/2009/03/08/what-i-am-up-to-at-the-moment/</link>
		<comments>http://www.corprew.org/blog/2009/03/08/what-i-am-up-to-at-the-moment/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 19:12:40 +0000</pubDate>
		<dc:creator>corprew</dc:creator>
				<category><![CDATA[computer programming]]></category>
		<category><![CDATA[location-based]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[geolocation]]></category>
		<category><![CDATA[geolocations]]></category>
		<category><![CDATA[hacketyhackhack]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.corprew.org/?p=191</guid>
		<description><![CDATA[This is more or less a good guide to what I am up to at the moment, although it should be noted that I&#8217;ve written this same code fragment in three languages in the last while (this is ruby, the others were PHP and Java, although the Java one was a festival of reflection due [...]]]></description>
			<content:encoded><![CDATA[<p>This is more or less a good guide to what I am up to at the moment, although it should be noted that I&#8217;ve written this same code fragment in three languages in the last while (this is ruby, the others were PHP and Java, although the Java one was a festival of reflection due to type wackiness.)</p>
<p>I actually have another version of the same code that puts a URL in the debug log that can be used to click directly to google maps.  Why?  I don&#8217;t know.  I&#8217;m beginning to value Aptana Studio&#8217;s remix of Eclipse more and more as time goes on though because I now have Java, PHP, and Ruby/Rails all in the same highly (mostly) performing IDE.  The alleged iPhone mode doesn&#8217;t work on my computer but I have CRAZY LIBERRIES installed at the moment and I suspect that that&#8217;s in large part my own fault &#8212; the apple tools still work.</p>

<div class="wp_syntax"><div class="code"><pre class="ruby" style="font-family:monospace;">  <span style="color:#9966CC; font-weight:bold;">def</span> geo_desc <span style="color:#006600; font-weight:bold;">&#40;</span> geo_loc, extended = <span style="color:#0000FF; font-weight:bold;">false</span><span style="color:#006600; font-weight:bold;">&#41;</span>
     <span style="color:#008000; font-style:italic;">#</span>
     <span style="color:#008000; font-style:italic;">#  specialized pretty printer for address types.</span>
     <span style="color:#008000; font-style:italic;">#  note that there is pretty much a standard mixin for geo stuff and</span>
     <span style="color:#008000; font-style:italic;">#  this works across all the geocoding packages and model types.</span>
     <span style="color:#008000; font-style:italic;">#</span>
     <span style="color:#0000FF; font-weight:bold;">return</span> <span style="color:#996600;">&quot;[nil location]&quot;</span> <span style="color:#9966CC; font-weight:bold;">if</span> geo_loc.<span style="color:#0000FF; font-weight:bold;">nil</span>?
     desc = <span style="color:#996600;">&quot;[&quot;</span> 
     desc <span style="color:#006600; font-weight:bold;">&lt;</span> <span style="color:#006600; font-weight:bold;">&lt;</span> geo_loc.<span style="color:#9900CC;">country_code</span>.<span style="color:#9900CC;">downcase</span> <span style="color:#9966CC; font-weight:bold;">unless</span> geo_loc.<span style="color:#9900CC;">country_code</span>.<span style="color:#0000FF; font-weight:bold;">nil</span>?
     desc <span style="color:#006600; font-weight:bold;">&lt;&lt;</span> <span style="color:#996600;">&quot;.&quot;</span> <span style="color:#006600; font-weight:bold;">+</span> geo_loc.<span style="color:#9900CC;">state</span>.<span style="color:#9900CC;">downcase</span> <span style="color:#9966CC; font-weight:bold;">unless</span> geo_loc.<span style="color:#9900CC;">state</span>.<span style="color:#0000FF; font-weight:bold;">nil</span>?
     desc <span style="color:#006600; font-weight:bold;">&lt;&lt;</span> <span style="color:#996600;">&quot;.&quot;</span> <span style="color:#006600; font-weight:bold;">+</span> geo_loc.<span style="color:#9900CC;">city</span>.<span style="color:#9900CC;">downcase</span> <span style="color:#9966CC; font-weight:bold;">unless</span> geo_loc.<span style="color:#9900CC;">city</span>.<span style="color:#0000FF; font-weight:bold;">nil</span>?
     desc <span style="color:#006600; font-weight:bold;">&lt;&lt;</span> <span style="color:#996600;">&quot;.&quot;</span> <span style="color:#006600; font-weight:bold;">+</span> geo_loc.<span style="color:#9900CC;">zip</span> <span style="color:#9966CC; font-weight:bold;">unless</span> geo_loc.<span style="color:#9900CC;">zip</span>.<span style="color:#0000FF; font-weight:bold;">nil</span>?
     desc <span style="color:#006600; font-weight:bold;">&lt;&lt;</span> <span style="color:#996600;">&quot;] &quot;</span>
     desc <span style="color:#006600; font-weight:bold;">&lt;&lt;</span> <span style="color:#996600;">&quot;[&quot;</span>
     desc <span style="color:#006600; font-weight:bold;">&lt;&lt;</span> geo_loc.<span style="color:#9900CC;">lat</span>.<span style="color:#9900CC;">to_s</span> <span style="color:#9966CC; font-weight:bold;">unless</span> geo_loc.<span style="color:#9900CC;">lat</span>.<span style="color:#0000FF; font-weight:bold;">nil</span>?
     desc <span style="color:#006600; font-weight:bold;">&lt;&lt;</span> <span style="color:#996600;">&quot;,&quot;</span>
     desc <span style="color:#006600; font-weight:bold;">&lt;&lt;</span> geo_loc.<span style="color:#9900CC;">lng</span>.<span style="color:#9900CC;">to_s</span> <span style="color:#9966CC; font-weight:bold;">unless</span> geo_loc.<span style="color:#9900CC;">lng</span>.<span style="color:#0000FF; font-weight:bold;">nil</span>?
     <span style="color:#9966CC; font-weight:bold;">unless</span> geo_loc.<span style="color:#9900CC;">precision</span>.<span style="color:#0000FF; font-weight:bold;">nil</span>? <span style="color:#9966CC; font-weight:bold;">or</span> geo_loc.<span style="color:#9900CC;">precision</span> == <span style="color:#996600;">&quot;unknown&quot;</span>
       desc <span style="color:#006600; font-weight:bold;">&lt;&lt;</span> <span style="color:#996600;">&quot; (&quot;</span> <span style="color:#006600; font-weight:bold;">+</span> geo_loc.<span style="color:#9900CC;">precision</span> <span style="color:#006600; font-weight:bold;">+</span> <span style="color:#996600;">&quot;)&quot;</span> 
     <span style="color:#9966CC; font-weight:bold;">else</span>
       desc <span style="color:#006600; font-weight:bold;">&lt;&lt;</span> <span style="color:#996600;">&quot; ?&quot;</span>
     <span style="color:#9966CC; font-weight:bold;">end</span>
     desc <span style="color:#006600; font-weight:bold;">&lt;&lt;</span> <span style="color:#996600;">&quot;]&quot;</span>
     <span style="color:#9966CC; font-weight:bold;">if</span> extended
       desc <span style="color:#006600; font-weight:bold;">&lt;&lt;</span> <span style="color:#996600;">&quot; &quot;</span> <span style="color:#006600; font-weight:bold;">+</span> geo_loc.<span style="color:#9900CC;">full_address</span> <span style="color:#9966CC; font-weight:bold;">unless</span> geo_loc.<span style="color:#9900CC;">full_address</span>.<span style="color:#0000FF; font-weight:bold;">nil</span>?
     <span style="color:#9966CC; font-weight:bold;">end</span>
     <span style="color:#0000FF; font-weight:bold;">return</span> desc
  <span style="color:#9966CC; font-weight:bold;">end</span></pre></div></div>

</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.corprew.org/blog/2009/03/08/what-i-am-up-to-at-the-moment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Poetry (while being observed by friends) on busses</title>
		<link>http://www.corprew.org/blog/2008/03/12/poetry-while-being-observed-by-friends-on-busses/</link>
		<comments>http://www.corprew.org/blog/2008/03/12/poetry-while-being-observed-by-friends-on-busses/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 19:44:13 +0000</pubDate>
		<dc:creator>corprew</dc:creator>
				<category><![CDATA[communities]]></category>
		<category><![CDATA[location-based]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[43]]></category>
		<category><![CDATA[busses]]></category>
		<category><![CDATA[jackalope]]></category>
		<category><![CDATA[macbook pro]]></category>
		<category><![CDATA[metro]]></category>
		<category><![CDATA[poetry]]></category>
		<category><![CDATA[seattle]]></category>
		<category><![CDATA[the uw]]></category>
		<category><![CDATA[tom dobrowolsky]]></category>

		<guid isPermaLink="false">http://www.corprew.org/blog/2008/03/12/poetry-while-being-observed-by-friends-on-busses/</guid>
		<description><![CDATA[Noted flaneur Tom Dobrowolsky of Urban Archives and Seattlest (and a friend of mine from grad school) wrote a poem about riding by me on the bus the other day, and I have saved it here for posterity. I saw Corprew today outside the window of my bus. He was standing at the corner stuffing [...]]]></description>
			<content:encoded><![CDATA[<p>Noted flaneur Tom Dobrowolsky of Urban Archives and Seattlest (and a friend of mine from grad school) wrote <a href="http://mad-eponine.livejournal.com/60238.html">a poem about riding by me on the bus</a> the other day, and I have <a href="http://www.corprew.org/about/poetrywhileonbusses/">saved it here for posterity.</a></p>
<blockquote><pre>I saw Corprew today
outside the window of my bus.
He was standing at the corner
stuffing a laptop or something like that
into his compact bag.                                       5
He looked intent.</pre>
</blockquote>
<p>This is my favorite non-<a href="http://transit.metrokc.gov/prog/poetry/2007/poem-08.html">ovary related poem</a> written on, by, or about mass transit in Seattle.</p>
<p>It IS a fine morning.  I was coming from a consulting gig I currently have going with folks whose offices are in the University District, and I&#8217;d just bought a plastic hardshell for my MacBook Pro.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.corprew.org/blog/2008/03/12/poetry-while-being-observed-by-friends-on-busses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternate Reality Games: Jordan Weisman @ Dorkbot Seattle 2006/12</title>
		<link>http://www.corprew.org/blog/2006/12/07/alternate-reality-games-jordan-weisman-dorkbot-seattle-200612/</link>
		<comments>http://www.corprew.org/blog/2006/12/07/alternate-reality-games-jordan-weisman-dorkbot-seattle-200612/#comments</comments>
		<pubDate>Thu, 07 Dec 2006 23:42:50 +0000</pubDate>
		<dc:creator>corprew</dc:creator>
				<category><![CDATA[communities]]></category>
		<category><![CDATA[information seeking]]></category>
		<category><![CDATA[infosci]]></category>
		<category><![CDATA[location-based]]></category>
		<category><![CDATA[science fiction]]></category>

		<guid isPermaLink="false">http://www.corprew.org/2006/12/07/alternate-reality-games-jordan-weisman-dorkbot-seattle-200612/</guid>
		<description><![CDATA[I went to the gaming session of Seattle dorkbot last night. I went to two of the sessions, and then spent the third in the bar. The third session was a real yawner, correctly identified as such by Ario, that made me sad, as I&#8217;m very interested in the topic of &#8220;Games for Social Change.&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>I went to the gaming session of Seattle dorkbot last night. I went to two of the sessions, and then spent the third in the bar. The third session was a real yawner, correctly identified as such by Ario, that made me sad, as I&#8217;m very interested in the topic of &#8220;Games for Social Change.&#8221; Here&#8217;s my notes from the thing, as it might be of interest to readers, I mainly took notes on <a href="http://en.wikipedia.org/wiki/Jordan_Weisman">Jordan Weisman</a>&#8216;s session on <a href="http://en.wikipedia.org/wiki/Alternate_reality_game">Alternate Reality Games</a>.</p>
<p>To some extent, it was a marketingish presentation, although as you can see JW is <a href="http://en.wikipedia.org/wiki/MechWarrior">particularly</a> rife with <a href="http://www.classicbattletech.com/">geek</a> <a href="http://shadowrun.com/">cred</a>.</p>
<p>So, the notes:</p>
<p>ARGs tell stories interactively. The premise began for them, based on the Kubrick/Spielberg movie <a href="http://aimovie.warnerbros.com/">AI</a>, because <a title="Microsoft Games, who he apparently worked for then" href="http://www.microsoft.com/games/">they&#8217;d</a> been licensed to make a number of games based on the product, but the movie wasn&#8217;t particularly given to making games. Instead of making games based on the movie itself, they made it based on the <a title="Microsoft Games, who he apparently worked for thenhttp://en.wikipedia.org/wiki/Background_story" href="http://en.wikipedia.org/wiki/Background_story">universe</a> that the movie took place in.</p>
<p>Their question was, how to tell that story. But they came up with an idea based on the <a title="Hypertext Fiction could be better, JW describes how" href="http://www.duke.edu/~mshumate/theory.html">narrative structure organic</a> to the web.</p>
<p>I&#8217;m not sure I didn&#8217;t replace Jordan&#8217;s point with one of my own here: Different models of <a title="Why is it important to disseminate information?" href="http://www.bt.cdc.gov/masscasualties/modelcommunities.asp">disseminating information</a> have different methods of telling stories that are organic to them; bards, epic poetry (e.g. <a title="the abriged notes" href="http://www.sparknotes.com/lit/iliad/">Iliad</a>, <a title="Okay, not this odyssey" href="http://www.imdb.com/title/tt0062622/">Odyssey</a>); <a href="http://www.historyguide.org/intellect/press.html">books</a>, novels; television, <a href="http://en.wikipedia.org/wiki/Sitcom">sitcoms</a>; movies, <a title="Leonard, part 6" href="http://www.imdb.com/title/tt0093405/">summer blockbusters</a>;  What is the native activity of the internet at time circa now? JW says looking through a <a href="http://en.wikipedia.org/wiki/Wikipedia">ton of crap</a> looking for <a title="And you're not the only person looking for relevant information" href="http://www.mentalhealth.com/book/p45-para.html">relevant partial pieces of information</a>.</p>
<p>What if one were <a title="okay, maybe not these shards" href="http://www.smithsonianeducation.org/educators/lesson_plans/decoding_the_past/interpreting.html">tell stories through scattered shards of information</a>? <a href="http://www.duke.edu/eng169s2/group3/dnorris/timesarrow.html">Deconstruct a narrative</a>, create all the evidence that the story had taken place, and then <a href="http://en.wikipedia.org/wiki/Clue_(film)">hide the evidence</a> and throw away the story.</p>
<p>What is the <a href="http://uk.answers.yahoo.com/question/index?qid=20061128054849AAbeZ25">device on which this story will be told</a>? The &#8216;media sphere,&#8217; which JW describes as &#8216;<a href="http://www.infoworld.com/articles/ca/xml/00/01/10/000110caoverload.html">all devices with electricity</a> and some <a href="http://www.nytimes.com/">without</a>,&#8217; but I think it&#8217;s easier to say all <a title="read this presentation!  it will become important.  maybe not today, and maybe not tomorrow, but someday...  and for the rest of your life" href="http://www2.sims.berkeley.edu/courses/is202/f98/Lecture3/sld010.htm">information-bearing objects</a>, here, which is a metaphor from <a title="abandon all hope all ye who enter here" href="http://www.asis.org/">InfoSci</a> that is similar in scope.</p>
<p>This is essentially a <a href="http://en.wikipedia.org/wiki/Ochlocracy">community effort</a>, the people who take place in the exploration form a &#8216;<a href="http://en.wikipedia.org/wiki/Hive_mind">hivemind</a>&#8216; in response to finding shards, and tell stories to each other. The story goes from being the original narrative to being a <a href="http://bostonreview.net/BR26.3/jenkins.html">consensus narrative</a> that comes from the <a title="Of course, this is not a new idea" href="http://www.geog.leeds.ac.uk/people/a.evans/psychogeog.html">audience&#8217;s experience</a>.</p>
<p>The community effect produced is that the <a title="Except to make a rock so heavy it can't lift" href="http://en.wikipedia.org/wiki/Omnipotence_paradox">hivemind has every skill on the planet</a>, and it can go <a title="or, another way of putting it is that it is already there." href="http://plato.stanford.edu/entries/omnipresence/">everywhere</a> and do everything and anything. It has essentially any skill on the planet. It is also, by that same factor, smarter than the people writing the game.</p>
<p>Sample: <a title="haunted apiary?" href="http://www.ilovebees.com">Ilovebees</a></p>
<ul>
<li>Use life as a game board &#8212; it took place all over the world.</li>
<li>radio drama told on payphones &#8212; fragments of the story were released as people talked</li>
<li>Name of game&#8230; campaign for prerelease of Halo 2</li>
</ul>
<p>This is, in its essence, <a href="http://www.securityfocus.com/infocus/1860">pop culture hacking</a>, it&#8217;s about about the audience crwating fiction and inseminating your references into <a href="http://www.turnoffyourtv.com/">their everyday consciousness</a>. However, this is against the <a href="http://www.roffe.freeserve.co.uk/keele.htm">everyday experience of marketing staff</a> &#8212; they want to put up as much <a href="http://collateraldamage.warnerbros.com/">collateral</a> as possible and advertise it&#8217;s existence as widely as possible to get as many people to notice as possible. But that turns out to not work well with getting people to want to experience this, what you want to do is <a href="http://www.sabian.org/alice.htm">draw people down the rabbit hole</a>.</p>
<p>How to get audience in? Spend time <a href="http://en.wikipedia.org/wiki/Scriptorium">creating content</a>, not telling them about it.<br />
Allow communication about shards of content to draw people in&#8230; People will start looking with a few small clues.</p>
<p><strong>highlights of their work<br />
</strong>All of their big campaigns have led to marriages, because collaborate and share rahter than compete, story drives communities, competition drives individualism.  This is, to a large extent, their goal &#8212; the building of a temporary community, possibly tied to awareness of some product or service that people make them make the game for.  It&#8217;s an interesting balance between entertainment, advertising, and &#8216;using the real world as the gameboard.&#8217;</p>
<div style="float: right; margin-top: 10px; margin-left: 10px; margin-bottom: 10px"><img src="http://ec1.images-amazon.com/images/P/0425192938.01._SCTHUMBZZZ_V1067918143_.jpg" /><a href="http://www.amazon.com/gp/redirect.html%3FASIN=0425192938%26tag=idealog-20%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/o/ASIN/0425192938%253FSubscriptionId=02ZH6J1W0649DTNS6002"><br />
Pattern Recognition<br />
William Gibson</a></div>
<p>William Gibson&#8217;s Pattern recognition was a tip of the hat to I love bees.  I&#8217;m wondering if WG&#8217;s perception of ARG  makes this a must-read for anyone interested in ARGs.  I&#8217;m probably going to pick up the book in the next couple of weeks to find out.  If anyone has any opinions on that, please feel free to let me know via email or comment.</p>
<p>One thing that JW mentioned at the end of his talk, and I suspect that this was a deliberate seed effort of his, was to say that if you were in front of the <a href="http://www.bellagio.com/">Bellagio</a> during CES on 1/6/2007, you might see something interesting in the fountains. Anyway, in the spirit of thanking him for coming to the event, I thought I&#8217;d pass this on.</p>
<p><br clear="all" />Technorati Tags: <a rel="tag" href="http://www.technorati.com/tag/alternaterealitygames">alternaterealitygames</a>, <a rel="tag" href="http://www.technorati.com/tag/community">community</a>, <a rel="tag" href="http://www.technorati.com/tag/deconstructednarrative">deconstructednarrative</a>, <a rel="tag" href="http://www.technorati.com/tag/dorkbotsea">dorkbotsea</a>, <a rel="tag" href="http://www.technorati.com/tag/ilovebees">ilovebees</a>, <a rel="tag" href="http://www.technorati.com/tag/rabbithole">rabbithole</a>, <a rel="tag" href="http://www.technorati.com/tag/socialengineering">socialengineering</a>, <a rel="tag" href="http://www.technorati.com/tag/storytelling">storytelling</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.corprew.org/blog/2006/12/07/alternate-reality-games-jordan-weisman-dorkbot-seattle-200612/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Get Your Daily Plague Forecast</title>
		<link>http://www.corprew.org/blog/2006/10/19/get-your-daily-plague-forecast/</link>
		<comments>http://www.corprew.org/blog/2006/10/19/get-your-daily-plague-forecast/#comments</comments>
		<pubDate>Fri, 20 Oct 2006 06:08:21 +0000</pubDate>
		<dc:creator>corprew</dc:creator>
				<category><![CDATA[humans as data]]></category>
		<category><![CDATA[infosci]]></category>
		<category><![CDATA[location-based]]></category>

		<guid isPermaLink="false">http://www.corprew.org/2006/10/19/get-your-daily-plague-forecast/</guid>
		<description><![CDATA[One of the better google mashups I&#8217;ve seen recently. It remixes information available from a variety of epidemiology sources with google&#8217;s now ubiquitous mapping program. Get Your Daily Plague Forecast: A new website mashes health data with Google Maps to track global disease outbreaks. By Se&#38;aacute;n Captain. It&#8217;s an interesting mashup because epidemiology information is [...]]]></description>
			<content:encoded><![CDATA[<p>One of the better google mashups I&#8217;ve seen recently.  It remixes information available from a variety of epidemiology sources with google&#8217;s now ubiquitous mapping program.</p>
<blockquote><p><a href="http://www.wired.com/news/technology/0,71961-0.html?tw=rss.index">Get Your Daily Plague Forecast</a>:<br />
A new website mashes health data with Google Maps to track global disease outbreaks. By Se&#38;aacute;n Captain.</p></blockquote>
<p>It&#8217;s an interesting mashup because epidemiology information is very hard to assemble into a coherent picture, being based (as it is) on data about people in particular locations and suchlike.  Reports linked to maps is probably clearer than the old agglomeration of report style that it used to use, especially given that you&#8217;re talking about locations on a global scale.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.corprew.org/blog/2006/10/19/get-your-daily-plague-forecast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

