<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for History Research Hacks</title>
	<atom:link href="http://cliotropic.org/wip/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://cliotropic.org/wip</link>
	<description>Exploring digital tools &#38; methods</description>
	<lastBuildDate>Fri, 18 Mar 2011 20:10:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on A brief note on GeoCommons by Shane Landrum</title>
		<link>http://cliotropic.org/wip/2011/03/16/a-brief-note-on-geocommons/#comment-248</link>
		<dc:creator>Shane Landrum</dc:creator>
		<pubDate>Fri, 18 Mar 2011 20:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://cliotropic.org/wip/?p=32#comment-248</guid>
		<description>Note here, mostly for my own reference later: The &lt;a href=&quot;http://vis.stanford.edu/protovis/ex/choropleth.html&quot; rel=&quot;nofollow&quot;&gt;choropleth example&lt;/a&gt; provided by &lt;a href=&quot;http://vis.stanford.edu/protovis/&quot; rel=&quot;nofollow&quot;&gt;protovis&lt;/a&gt; behaves a lot more like I want my map to behave. The &lt;a href=&quot;http://vis.stanford.edu/protovis/ex/us_stats.js&quot; rel=&quot;nofollow&quot;&gt;data being mapped&lt;/a&gt; is straightforwardly numerical, unlike mine, but the conditional coloring code seems easy enough to edit. Unfortunately, the data&#039;s in JSON format, which will require some &lt;a href=&quot;http://code.google.com/apis/gdata/samples/spreadsheet_sample.html&quot; rel=&quot;nofollow&quot;&gt;research and hacking around&lt;/a&gt; to export from Google Docs.</description>
		<content:encoded><![CDATA[<p>Note here, mostly for my own reference later: The <a href="http://vis.stanford.edu/protovis/ex/choropleth.html" rel="nofollow">choropleth example</a> provided by <a href="http://vis.stanford.edu/protovis/" rel="nofollow">protovis</a> behaves a lot more like I want my map to behave. The <a href="http://vis.stanford.edu/protovis/ex/us_stats.js" rel="nofollow">data being mapped</a> is straightforwardly numerical, unlike mine, but the conditional coloring code seems easy enough to edit. Unfortunately, the data&#8217;s in JSON format, which will require some <a href="http://code.google.com/apis/gdata/samples/spreadsheet_sample.html" rel="nofollow">research and hacking around</a> to export from Google Docs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A brief note on GeoCommons by Shane Landrum</title>
		<link>http://cliotropic.org/wip/2011/03/16/a-brief-note-on-geocommons/#comment-245</link>
		<dc:creator>Shane Landrum</dc:creator>
		<pubDate>Thu, 17 Mar 2011 20:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://cliotropic.org/wip/?p=32#comment-245</guid>
		<description>I&#039;m trying to do choropleth-esque maps that replicate, more or less, this historical item:
&lt;img src=&quot;http://cliotropic.org/blog/wp-content/uploads/2010/01/Birth-Reg-Area-1922-From-Hoover-Commerce-Subject-File-Box-52.png&quot; alt=&quot;state-by-state map of birth registration, 1922&quot; width=&quot;400&quot; /&gt;

There are actually 3 kinds of data mapped on there: states in the federal birth registration area (red), states with good laws but not yet in the birth registration area (pink), states with unsatisfactory laws (yellow). 

I know that I&#039;d need to have 3 separate columns of data to map that appropriately; for now, I&#039;ve just been trying to map one (the birth registration area), and I&#039;m trying to map it year-by-year to explore a question about state-by-state policy diffusion.

 The map I&#039;ve got so far is &lt;a href=&quot;http://geocommons.com/maps/58047&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;, (&lt;a href=&quot;http://geocommons.com/overlays/1008&quot; rel=&quot;nofollow&quot;&gt;dataset here&lt;/a&gt;). 

Here&#039;s what I&#039;d like to do and what problems I&#039;ve found:
&lt;ol&gt;
&lt;li&gt;There&#039;s no way (that I&#039;ve found so far) to animate time-series data that&#039;s associated with boundaried areas like states. Apparently one can do this for points but not for states. What I really want is a time slider that I can use to select a date, and have it show a state either shaded (red) or unshaded (clear). I tried numerous ways to format a data set with booleans (&lt;a href=&quot;http://geocommons.com/overlays/101330&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;like this)&lt;/a&gt;, but that didn&#039;t seem to work either.&lt;/li&gt;
&lt;li&gt;When I&#039;m setting up the divisions of the choropleth colors, the slider represents dates as decimals, not as YYYY/MM/DD; this shows up in the legend as well, and it makes my map look as if it&#039;s handling quantitative data rather than dates.&lt;/li&gt;
&lt;li&gt;There&#039;s no way to indicate that my date data is discrete, not continuous, for purposes of the choropleth sliders. In the original data I&#039;m working from, it&#039;s actually just a set of years. My ideal would be that I could configure the choropleth and time-shown sliders to work at different levels of detail: continuous (date-time), by day, by month, and by year.&lt;/li&gt;
&lt;/ol&gt;

Anything you can suggest to work around these problems would be great. Thanks for your comment.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to do choropleth-esque maps that replicate, more or less, this historical item:<br />
<img src="http://cliotropic.org/blog/wp-content/uploads/2010/01/Birth-Reg-Area-1922-From-Hoover-Commerce-Subject-File-Box-52.png" alt="state-by-state map of birth registration, 1922" width="400" /></p>
<p>There are actually 3 kinds of data mapped on there: states in the federal birth registration area (red), states with good laws but not yet in the birth registration area (pink), states with unsatisfactory laws (yellow). </p>
<p>I know that I&#8217;d need to have 3 separate columns of data to map that appropriately; for now, I&#8217;ve just been trying to map one (the birth registration area), and I&#8217;m trying to map it year-by-year to explore a question about state-by-state policy diffusion.</p>
<p> The map I&#8217;ve got so far is <a href="http://geocommons.com/maps/58047" target="_blank" rel="nofollow">here</a>, (<a href="http://geocommons.com/overlays/1008" rel="nofollow">dataset here</a>). </p>
<p>Here&#8217;s what I&#8217;d like to do and what problems I&#8217;ve found:</p>
<ol>
<li>There&#8217;s no way (that I&#8217;ve found so far) to animate time-series data that&#8217;s associated with boundaried areas like states. Apparently one can do this for points but not for states. What I really want is a time slider that I can use to select a date, and have it show a state either shaded (red) or unshaded (clear). I tried numerous ways to format a data set with booleans (<a href="http://geocommons.com/overlays/101330" target="_blank" rel="nofollow">like this)</a>, but that didn&#8217;t seem to work either.</li>
<li>When I&#8217;m setting up the divisions of the choropleth colors, the slider represents dates as decimals, not as YYYY/MM/DD; this shows up in the legend as well, and it makes my map look as if it&#8217;s handling quantitative data rather than dates.</li>
<li>There&#8217;s no way to indicate that my date data is discrete, not continuous, for purposes of the choropleth sliders. In the original data I&#8217;m working from, it&#8217;s actually just a set of years. My ideal would be that I could configure the choropleth and time-shown sliders to work at different levels of detail: continuous (date-time), by day, by month, and by year.</li>
</ol>
<p>Anything you can suggest to work around these problems would be great. Thanks for your comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A brief note on GeoCommons by Kate Chapman</title>
		<link>http://cliotropic.org/wip/2011/03/16/a-brief-note-on-geocommons/#comment-241</link>
		<dc:creator>Kate Chapman</dc:creator>
		<pubDate>Wed, 16 Mar 2011 18:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://cliotropic.org/wip/?p=32#comment-241</guid>
		<description>Hey Shane,

Glad you like GeoCommons.  What is the issue with date formatting?  I know it isn&#039;t perfect, but maybe I have some tips that can help!

-Kate</description>
		<content:encoded><![CDATA[<p>Hey Shane,</p>
<p>Glad you like GeoCommons.  What is the issue with date formatting?  I know it isn&#8217;t perfect, but maybe I have some tips that can help!</p>
<p>-Kate</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ocropus on OS X: frustrations by wasi</title>
		<link>http://cliotropic.org/wip/2010/06/22/ocropus-on-os-x-frustrations/#comment-240</link>
		<dc:creator>wasi</dc:creator>
		<pubDate>Tue, 18 Jan 2011 18:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://cliotropic.org/wip/?p=20#comment-240</guid>
		<description>Someone put Ocropus in a working (also on Snow Leopard!) App: Velocraptor. Works rather OK, though it didn&#039;t get improved lastly anymore. You can use it for free, but you should pay 29$ if you like it.

http://www.velocraptor.com/</description>
		<content:encoded><![CDATA[<p>Someone put Ocropus in a working (also on Snow Leopard!) App: Velocraptor. Works rather OK, though it didn&#8217;t get improved lastly anymore. You can use it for free, but you should pay 29$ if you like it.</p>
<p><a href="http://www.velocraptor.com/" rel="nofollow">http://www.velocraptor.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ocropus on OS X: frustrations by Jeroen</title>
		<link>http://cliotropic.org/wip/2010/06/22/ocropus-on-os-x-frustrations/#comment-239</link>
		<dc:creator>Jeroen</dc:creator>
		<pubDate>Tue, 11 Jan 2011 18:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://cliotropic.org/wip/?p=20#comment-239</guid>
		<description>Hi Shane, I&#039;ve installed TakOCR on my Macbook with Snow Leopard and it works like a charm. It took me a while to figure out to drag the document on the program icon and not to start it upfront.
Cheers,

Jeroen</description>
		<content:encoded><![CDATA[<p>Hi Shane, I&#8217;ve installed TakOCR on my Macbook with Snow Leopard and it works like a charm. It took me a while to figure out to drag the document on the program icon and not to start it upfront.<br />
Cheers,</p>
<p>Jeroen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Naming archival reference photos by Michael</title>
		<link>http://cliotropic.org/wip/2010/06/20/naming-archival-reference-photos/#comment-238</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 02 Jan 2011 12:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://cliotropic.org/wip/?p=11#comment-238</guid>
		<description>This is the best real-world example of how to use Hazel I have found on-line, thanks for putting in the effort to describe it for all of us.</description>
		<content:encoded><![CDATA[<p>This is the best real-world example of how to use Hazel I have found on-line, thanks for putting in the effort to describe it for all of us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ocropus on OS X: frustrations by Moritz Marasma</title>
		<link>http://cliotropic.org/wip/2010/06/22/ocropus-on-os-x-frustrations/#comment-237</link>
		<dc:creator>Moritz Marasma</dc:creator>
		<pubDate>Fri, 31 Dec 2010 14:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://cliotropic.org/wip/?p=20#comment-237</guid>
		<description>I was about to download TakOCR and install it on my Mac running Snow Leopard, then I read your post, so thanks for the timely info. Now my question is: is there any other option, or should I go back to Windows and use my girlfriend&#039;s netbook sitting next to my Mac on the same desk?
Regards

Moritz</description>
		<content:encoded><![CDATA[<p>I was about to download TakOCR and install it on my Mac running Snow Leopard, then I read your post, so thanks for the timely info. Now my question is: is there any other option, or should I go back to Windows and use my girlfriend&#8217;s netbook sitting next to my Mac on the same desk?<br />
Regards</p>
<p>Moritz</p>
]]></content:encoded>
	</item>
</channel>
</rss>

