<?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>Kevin Schaul</title>
	<atom:link href="http://www.kevinschaul.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kevinschaul.com</link>
	<description>Hacker journalist</description>
	<lastBuildDate>Tue, 14 May 2013 23:07:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Introducing: Binify</title>
		<link>http://www.kevinschaul.com/2013/04/18/introducing-binify/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=introducing-binify</link>
		<comments>http://www.kevinschaul.com/2013/04/18/introducing-binify/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 01:26:12 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[maps]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.kevinschaul.com/?p=1419</guid>
		<description><![CDATA[TweetNothing tickles my fancy more than a good mapping technique, and the recent L.A. Times&#8217;s 911 response map did just that. The novel idea they brought to news mapping: hexagon binning. Dot density maps are hard A successful dot density map &#8230; <a href="http://www.kevinschaul.com/2013/04/18/introducing-binify/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><span style="float: right; margin-left: 10px;" ><a class="twitter-share-button"  data-via="kevinschaul" data-count="horizontal" data-related="@kevinschaul:Kevin" data-lang="en" data-url="http://www.kevinschaul.com/2013/04/18/introducing-binify/" data-text="Introducing: Binify" href="http://twitter.com/share?via=kevinschaul&#038;count=horizontal&#038;related=%40kevinschaul%3AKevin&#038;lang=en&#038;url=http%3A%2F%2Fwww.kevinschaul.com%2F2013%2F04%2F18%2Fintroducing-binify%2F&#038;text=Introducing%3A%20Binify" >Tweet</a></span>Nothing tickles my fancy more than a good mapping technique, and the recent <a href="http://graphics.latimes.com/how-fast-is-lafd/" target="_blank">L.A. Times&#8217;s 911 response map</a> did just that. The novel idea they brought to news mapping: <a href="http://cran.r-project.org/web/packages/hexbin/vignettes/hexagon_binning.pdf" target="_blank">hexagon binning</a>.</p>
<p><strong></strong><strong>Dot density maps are hard</strong></p>
<p>A successful dot density map requires a specific data set. The points must be dense enough to be interesting, but not too crowded so as to overlap each other. Maps with multiple zoom levels must perform magic to correctly display points with optimal sparsity. Perceptually, dots indicate data at a specific location, which doesn&#8217;t bode well for census-block level datasets.</p>
<p>Hexagon binning can alleviate these issues. In hexagon binning, a grid of a hexagons is placed over the extent of the points, and the number of points intersecting each shape is saved with the grid. The grid can then be visualized based on this accumulation, enabling better comparisons between dense areas of a dataset. Since there are no points, there is no overlapping. The locations of the individual points are replaced by a less fine-grain grid, revealing the interesting <b>–</b> and many times more pertinent <b>–</b> trend data.</p>
<div id="attachment_1437" class="wp-caption alignnone" style="width: 611px"><img class="size-full wp-image-1437" alt="Many dot density maps suffer from crowding of points. Binify uses hexagon binning to alleviate this pain and better display trends." src="http://www.kevinschaul.com/wp-content/uploads/2013/04/binify-before-after.png" width="601" height="273" /><p class="wp-caption-text">Many dot density maps suffer from crowding of points. <br />Binify uses hexagon binning to alleviate this pain and better display trends.</p></div>
<p>Performing hexagon binning on deadline isn&#8217;t easy. <a href="http://michaelminn.com/linux/mmqgis/" target="_blank">Mmqgis</a>, a useful <a href="http://qgis.org/" target="_blank">QGIS</a> plugin, can help with the step of creating the grid, but it requires using a GUI and is finicky. It can&#8217;t easily be automated. And it certainly can&#8217;t end up in a Makefile, <a href="http://bost.ocks.org/mike/make/" target="_blank">as we&#8217;d prefer all our data manipulation to</a>.</p>
<p><strong>Introducing: Binify</strong> <b>–</b> A command-line tool to better visualize crowded dot density maps. (That&#8217;s bin-i-FY, for you phonetics.)</p>
<p>Binify takes all the meticulous guesswork out of hexagon binning. Simply give the program a point shapefile, and it&#8217;ll output a calculated hexagon grid version of the data ready to be visualized.</p>
<p>Binify is available in the Python Package Index (PyPI) for simple installation. To get started, <a href="https://github.com/kevinschaul/binify" target="_blank">follow the instructions on GitHub</a>. I built the tool with the simplicity to be used for exploratory analysis, and with enough customization to cover all needs. (Of course, it&#8217;s work in progress. If you have an idea, please <a href="https://github.com/kevinschaul/binify/issues" target="_blank">open an issue on GitHub</a>.)</p>
<p>While hexagon binning is not the ultimate solution for every dataset, it&#8217;s a viable option for many. I hope you&#8217;ll find Binify as useful as I already have.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinschaul.com/2013/04/18/introducing-binify/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Journalism, with a side of math.</title>
		<link>http://www.kevinschaul.com/2013/03/25/journalism-side-math/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=journalism-side-math</link>
		<comments>http://www.kevinschaul.com/2013/03/25/journalism-side-math/#comments</comments>
		<pubDate>Tue, 26 Mar 2013 02:36:32 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[wisdom]]></category>

		<guid isPermaLink="false">http://www.kevinschaul.com/?p=1409</guid>
		<description><![CDATA[TweetThis post was first published at journalists.org. There’s nothing less funny than listening to a journalism professor joking that we’re all in this field because we can’t do math. Some of the best journalism being done today only exists because &#8230; <a href="http://www.kevinschaul.com/2013/03/25/journalism-side-math/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><span style="float: right; margin-left: 10px;" ><a class="twitter-share-button"  data-via="kevinschaul" data-count="horizontal" data-related="@kevinschaul:Kevin" data-lang="en" data-url="http://www.kevinschaul.com/2013/03/25/journalism-side-math/" data-text="Journalism, with a side of math." href="http://twitter.com/share?via=kevinschaul&#038;count=horizontal&#038;related=%40kevinschaul%3AKevin&#038;lang=en&#038;url=http%3A%2F%2Fwww.kevinschaul.com%2F2013%2F03%2F25%2Fjournalism-side-math%2F&#038;text=Journalism%2C%20with%20a%20side%20of%20math." >Tweet</a></span><em>This post was <a href="http://journalists.org/2013/03/19/overcome-your-fear-of-numbers-uncover-great-stories-like-these/" target="_blank">first published at journalists.org</a>.</em></p>
<p>There’s nothing less funny than listening to a journalism professor joking that we’re all in this field because we can’t do math. Some of the best journalism being done today only exists because journalists overcame their fear of numbers and dug deep into the data.</p>
<p>Take the L.A. Times’s series on <a href="http://www.latimes.com/news/local/lafddata/la-me-lafd-response-disparities-20121115,0,6142034,full.story" target="_blank">911 response times</a>. An analysis found stark disparities in the response times of emergency vehicles, and it produced journalism with real impact. Not bad for a bit of math.</p>
<p>Or look at USA Today’s <a href="http://usatoday30.usatoday.com/news/nation/census/county-by-county-diversity.htm" target="_blank">diversity index</a>. Journalist <a href="http://philipmeyer.authorsxpress.com/">Phil Meyer</a> and Paul Overberg, the paper’s database editor, invented a way to<a href="http://www.unc.edu/~pmeyer/carstat/tools.html" target="_blank">numerically compare racial and ethnic diversity</a> — no small feat back in 2001. This index opened up a wealth of unreported stories, and gave measurable evidence to those we only believed anecdotally.</p>
<p>You might say, “But these are both CAR stories,” and you’d be right. But we are all computer-assisted reporters. The moment a news organization sheds the backwards thought that only a select few can understand data, millions of uncovered stories will be discovered.</p>
<p><a href="https://www.dropbox.com/s/k8rtu8syishnd8q/sports_data.pdf?m" target="_blank">In a recent talk</a>, Ryan Pitts, senior editor for digital media at The Spokesman-Review, and Jeremy Bowers, news applications developer at NPR, walked through how indexes like USA Today’s can be created to fit your beat. How does this business tax proposal compare to previous laws? Create an index for it. Which college is the most cost-effective for students? Ditto. If <a href="http://fivethirtyeight.blogs.nytimes.com/" target="_blank">Nate Silver</a> of the New York Times has taught us anything, it’s that people trust data over a reporter’s intuition.</p>
<p>Of course, not all questions can be answered with indexes. Statistics provides the tools to figure out information we haven’t even considered yet. The more mathematically savvy journalists you have in your newsroom, the more groundbreaking journalism your company will produce. (And yes, that could be quantified.)</p>
<p>Recently Chase Davis, new assistant editor of interactive news at the New York Times, explained <a href="https://github.com/cjdd3b/nicar2013/tree/master/lightning-talk" target="_blank">five algorithms with huge potential</a> that journalists have not yet explored. Want to know which politicians in your state are the most similar? Run a <a href="http://en.wikipedia.org/wiki/K-nearest_neighbor_algorithm" target="_blank">nearest neighbor</a>analysis. Need to classify thousands of bills into clean categories? Try a <a href="http://en.wikipedia.org/wiki/Random_forest" target="_blank">random forest</a> algorithm, and let the robots do the work for you.</p>
<p>The more we become familiar with these sorts of solutions, the more stories we can pitch. Editors love reporters who find new angles on our world, and data-driven work is no exception.</p>
<p>And here’s the best part: The hard work has already been done for us. <a href="http://journalists.org/2013/01/30/be-open-to-open-source/" target="_blank">Open source tools</a>exist to ease the computation efforts of these statistical models. We’re on the brink of using technology to better understand subjects as complex as campaign finance and how elections are won. Mathematicians have produced loads of information analysis techniques that are just waiting to be taken advantage of by journalists. We don’t need to be experts in statistics to find answers to our interesting questions.* We just have to get over our fear of numbers.</p>
<p>If you can say “algorithm” with a straight face, <a href="http://www.newsnerdjobs.com/" target="_blank">I’ll bet there’s a job out there for you</a>. And don’t let your journalism professors get away with their cheap math jokes. The times have changed.</p>
<p>*Of course, it’s easy to lie with data. Be sure to run your work by someone who <em>does </em>know what they’re talking about before publishing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinschaul.com/2013/03/25/journalism-side-math/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On IE and doing awesomeness</title>
		<link>http://www.kevinschaul.com/2013/03/02/on-ie-and-doing-awesomeness/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=on-ie-and-doing-awesomeness</link>
		<comments>http://www.kevinschaul.com/2013/03/02/on-ie-and-doing-awesomeness/#comments</comments>
		<pubDate>Sat, 02 Mar 2013 14:42:55 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[wisdom]]></category>

		<guid isPermaLink="false">http://www.kevinschaul.com/?p=1402</guid>
		<description><![CDATA[TweetQuestioned on The New York Times&#8217;s use of D3 for graphics, even though IE 7 and 8 do not support it, Amanda Cox gave this response: &#160; &#8220;There has been little resistance from our readers to doing awesomeness.&#8221; &#8211; @nytgraphics&#8216;s &#8230; <a href="http://www.kevinschaul.com/2013/03/02/on-ie-and-doing-awesomeness/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><span style="float: right; margin-left: 10px;" ><a class="twitter-share-button"  data-via="kevinschaul" data-count="horizontal" data-related="@kevinschaul:Kevin" data-lang="en" data-url="http://www.kevinschaul.com/2013/03/02/on-ie-and-doing-awesomeness/" data-text="On IE and doing awesomeness" href="http://twitter.com/share?via=kevinschaul&#038;count=horizontal&#038;related=%40kevinschaul%3AKevin&#038;lang=en&#038;url=http%3A%2F%2Fwww.kevinschaul.com%2F2013%2F03%2F02%2Fon-ie-and-doing-awesomeness%2F&#038;text=On%20IE%20and%20doing%20awesomeness" >Tweet</a></span>Questioned on The New York Times&#8217;s use of <a href="http://d3js.org/" target="_blank">D3</a> for graphics, even though IE 7 and 8 do not support it, Amanda Cox gave this response:</p>
<p>&nbsp;</p>
<blockquote class="twitter-tweet"><p>&#8220;There has been little resistance from our readers to doing awesomeness.&#8221; &#8211; @<a href="https://twitter.com/nytgraphics">nytgraphics</a>&#8216;s Amanda Cox, on not always supporting IE <a href="https://twitter.com/search/%23nicar13">#nicar13</a></p>
<p>— Kevin Schaul (@kevinschaul) <a href="https://twitter.com/kevinschaul/status/307577747402788864">March 1, 2013</a></p></blockquote>
<p>&nbsp;</p>
<p>I can&#8217;t wait to work with these people.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinschaul.com/2013/03/02/on-ie-and-doing-awesomeness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Create simple graphics with Box Chart Maker</title>
		<link>http://www.kevinschaul.com/2013/02/19/tutorial-create-simple-graphics-with-box-chart-maker/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tutorial-create-simple-graphics-with-box-chart-maker</link>
		<comments>http://www.kevinschaul.com/2013/02/19/tutorial-create-simple-graphics-with-box-chart-maker/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 18:11:37 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.kevinschaul.com/?p=1366</guid>
		<description><![CDATA[TweetAs part of my AP-Google journalism in technology scholarship, I developed a tool to help journalists create simple graphics for online. I call it Box Chart Maker. I&#8217;ll walk through the creation of a chart using the tool. The first step to creating &#8230; <a href="http://www.kevinschaul.com/2013/02/19/tutorial-create-simple-graphics-with-box-chart-maker/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><span style="float: right; margin-left: 10px;" ><a class="twitter-share-button"  data-via="kevinschaul" data-count="horizontal" data-related="@kevinschaul:Kevin" data-lang="en" data-url="http://www.kevinschaul.com/2013/02/19/tutorial-create-simple-graphics-with-box-chart-maker/" data-text="Tutorial: Create simple graphics with Box Chart Maker" href="http://twitter.com/share?via=kevinschaul&#038;count=horizontal&#038;related=%40kevinschaul%3AKevin&#038;lang=en&#038;url=http%3A%2F%2Fwww.kevinschaul.com%2F2013%2F02%2F19%2Ftutorial-create-simple-graphics-with-box-chart-maker%2F&#038;text=Tutorial%3A%20Create%20simple%20graphics%20with%20Box%20Chart%20Maker" >Tweet</a></span>As part of my AP-Google journalism in technology scholarship, I developed a tool to help journalists create simple graphics for online. I call it <a href="http://www.kevinschaul.com/projects/box-chart-maker/" target="_blank">Box Chart Maker</a>. I&#8217;ll walk through the creation of a chart using the tool.</p>
<p>The first step to creating compelling graphics is to find interesting data. Box Chart Maker creates a very versatile type of chart that can represent almost any story involving numbers (so, yes, that&#8217;s almost every story ever, in some way). I&#8217;ll use last week&#8217;s vote to proceed on the confirmation of Chuck Hagel as Defense Secretary.</p>
<p><img class=" wp-image-1389 alignleft" alt="The interface of Box Chart Maker" src="http://www.kevinschaul.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-19-at-12.06.14-PM.png" width="274" height="360" />Now that we have some data, go to the <a href="http://www.kevinschaul.com/projects/box-chart-maker/" target="_blank">Box Chart Maker site</a>. Here, you&#8217;ll find an example graphic already created. That was easy! If you&#8217;re representing &#8220;Data title&#8221; and have 36 items, you&#8217;re done. Otherwise, we&#8217;ll want to customize these options.</p>
<p>Let&#8217;s start with the &#8220;Yes&#8221; votes. The motion won 58 yeas, so let&#8217;s represent that in our first chart. Fill out the form with the correct information (58 boxes, &#8220;Yes votes&#8221; as the label, colors as you see fit). Under advanced options, change the ID to &#8220;yes_votes&#8221; or similar. This will allow multiple charts on the same page. When the options look good, hit the update button, and you&#8217;ll see your chart appear in the preview area.</p>
<p>If you&#8217;re happy with the chart, click on &#8220;Show embed code&#8221; under the preview button. A text box will appear containing all the html/css code that represents your chart. Copy that, and throw it in a fresh text document.</p>
<p><img class="size-full wp-image-1374 aligncenter" style="text-align: center;" alt="Embed code" src="http://www.kevinschaul.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-19-at-11.25.02-AM.png" width="487" height="240" /></p>
<p>Now, do the same for the &#8220;No&#8221; votes. When you&#8217;re happy, copy the code and put it under the &#8220;Yes&#8221; votes code. Save the file as an html file, and open it up in your browser. Here&#8217;s what mine looks like:</p>
<p style="text-align: center;"><img class="size-full wp-image-1369 aligncenter" alt="Raw output of Box Chart Maker" src="http://www.kevinschaul.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-19-at-11.49.34-AM.png" width="192" height="279" /></p>
<p>You&#8217;re done! Of course, you&#8217;d want to add context to the chart, such as that the motion required 60 votes to succeed. But for absolutely no hand-coding, that&#8217;s not a bad graphic. Paste the code directly into your blog or CMS, and you&#8217;ll have a nice web-friendly graphic to help explain your story. Not bad for a few minutes of work.</p>
<p>Pro tip: If you&#8217;ve got more time and some html/css know-how, it&#8217;s simple to enhance the output of Box Chart Maker. Here&#8217;s what I came up with after a few more minutes of tweaking:</p>
<p style="text-align: center;"><img class="size-full wp-image-1370 aligncenter" alt="Edited output of Box Chart Maker" src="http://www.kevinschaul.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-19-at-11.54.27-AM.png" width="402" height="243" /></p>
<p style="text-align: left;">Publish!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinschaul.com/2013/02/19/tutorial-create-simple-graphics-with-box-chart-maker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data-driven opinion</title>
		<link>http://www.kevinschaul.com/2013/02/04/data-driven-opinion/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=data-driven-opinion</link>
		<comments>http://www.kevinschaul.com/2013/02/04/data-driven-opinion/#comments</comments>
		<pubDate>Mon, 04 Feb 2013 15:31:20 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[wisdom]]></category>

		<guid isPermaLink="false">http://www.kevinschaul.com/?p=1357</guid>
		<description><![CDATA[TweetIn yesterday&#8217;s New York Times, I ran across an unusual opinion piece on gerrymandering. Sam Wang, the column&#8217;s author, made his argument with data. &#8220;Using statistical tools that are common in fields like my own, neuroscience, I have found strong &#8230; <a href="http://www.kevinschaul.com/2013/02/04/data-driven-opinion/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><span style="float: right; margin-left: 10px;" ><a class="twitter-share-button"  data-via="kevinschaul" data-count="horizontal" data-related="@kevinschaul:Kevin" data-lang="en" data-url="http://www.kevinschaul.com/2013/02/04/data-driven-opinion/" data-text="Data-driven opinion" href="http://twitter.com/share?via=kevinschaul&#038;count=horizontal&#038;related=%40kevinschaul%3AKevin&#038;lang=en&#038;url=http%3A%2F%2Fwww.kevinschaul.com%2F2013%2F02%2F04%2Fdata-driven-opinion%2F&#038;text=Data-driven%20opinion" >Tweet</a></span>In yesterday&#8217;s New York Times, I ran across <a href="http://www.nytimes.com/2013/02/03/opinion/sunday/the-great-gerrymander-of-2012.html" target="_blank">an unusual opinion piece on gerrymandering</a>. Sam Wang, the column&#8217;s author, made his argument with data.</p>
<p>&#8220;Using statistical tools that are common in fields like my own, neuroscience, I have found strong evidence that this historic aberration arises from partisan disenfranchisement,&#8221; Wang said. <a href="http://www.nytimes.com/interactive/2013/02/03/sunday-review/imbalance-of-power.html" target="_blank">A graphic ran alongside the piece</a> further explaining Wang&#8217;s statistical findings.</p>
<p>Of course, statistics (in traditional and visual forms) can be a wonderful tool to removing emotion from reality and giving us a raw version of what&#8217;s really happening. But we also know that statistics and visualizations can be used to mislead.</p>
<p>So, do statistics and graphics belong in the opinion section?</p>
<p>My initial reaction is that they absolutely do. The public already takes an extremely critical view of anything published by a news company. Readers should treat a data-driven piece no differently. Opinion writers have the duty to promote worthwhile discussion and encourage change, and the best do this by admitting anything worth debating is not black-and-white. Statistical methods are powerful and must be used to enhance this discussion, not to alter truth.</p>
<p>I see it as an ethical duty of opinion writers to be fair about their data, just as they shouldn&#8217;t mislead with anything they write. For complete clarity, I would have liked to see both Wang and graphics editor Bill Marsh publish their methodology in a related post.</p>
<p>The technique is young, but it isn&#8217;t likely to go away. I&#8217;d love more discussion on this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinschaul.com/2013/02/04/data-driven-opinion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In case you needed another reason to not use Facebook comments &#8230;</title>
		<link>http://www.kevinschaul.com/2012/12/10/in-case-you-needed-another-reason-to-not-use-facebook-comments/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=in-case-you-needed-another-reason-to-not-use-facebook-comments</link>
		<comments>http://www.kevinschaul.com/2012/12/10/in-case-you-needed-another-reason-to-not-use-facebook-comments/#comments</comments>
		<pubDate>Mon, 10 Dec 2012 23:25:58 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[wisdom]]></category>

		<guid isPermaLink="false">http://www.kevinschaul.com/?p=1347</guid>
		<description><![CDATA[TweetIt looks like garbage when Facebook goes down. From the Pioneer Press:]]></description>
				<content:encoded><![CDATA[<p><span style="float: right; margin-left: 10px;" ><a class="twitter-share-button"  data-via="kevinschaul" data-count="horizontal" data-related="@kevinschaul:Kevin" data-lang="en" data-url="http://www.kevinschaul.com/2012/12/10/in-case-you-needed-another-reason-to-not-use-facebook-comments/" data-text="In case you needed another reason to not use Facebook comments &#8230;" href="http://twitter.com/share?via=kevinschaul&#038;count=horizontal&#038;related=%40kevinschaul%3AKevin&#038;lang=en&#038;url=http%3A%2F%2Fwww.kevinschaul.com%2F2012%2F12%2F10%2Fin-case-you-needed-another-reason-to-not-use-facebook-comments%2F&#038;text=In%20case%20you%20needed%20another%20reason%20to%20not%20use%20Facebook%20comments%20%26%238230%3B" >Tweet</a></span>It looks like garbage <a href="http://techcrunch.com/2012/12/10/facebook-is-down-mobile-apps-still-working-second-big-tech-outage-of-the-day/" target="_blank">when Facebook goes down</a>. From the <a href="http://www.twincities.com/ci_22163617/spco-concerts-canceled-through-feb-8" target="_blank">Pioneer Press</a>:</p>
<p><img class="alignleft  wp-image-1348" title="TwinCities.com comments" src="http://www.kevinschaul.com/wp-content/uploads/2012/12/Screen-Shot-2012-12-10-at-5.21.35-PM.png" alt="" width="469" height="427" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinschaul.com/2012/12/10/in-case-you-needed-another-reason-to-not-use-facebook-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Think graphics should be made strictly by designers?</title>
		<link>http://www.kevinschaul.com/2012/11/05/think-graphics-should-be-made-strictly-by-designers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=think-graphics-should-be-made-strictly-by-designers</link>
		<comments>http://www.kevinschaul.com/2012/11/05/think-graphics-should-be-made-strictly-by-designers/#comments</comments>
		<pubDate>Mon, 05 Nov 2012 17:53:53 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[graphics]]></category>
		<category><![CDATA[wisdom]]></category>

		<guid isPermaLink="false">http://www.kevinschaul.com/?p=1317</guid>
		<description><![CDATA[TweetThink graphics should be made strictly by designers? Take a look at this. Now, this. Looks like my algorithms class will come in handy after all.]]></description>
				<content:encoded><![CDATA[<p><span style="float: right; margin-left: 10px;" ><a class="twitter-share-button"  data-via="kevinschaul" data-count="horizontal" data-related="@kevinschaul:Kevin" data-lang="en" data-url="http://www.kevinschaul.com/2012/11/05/think-graphics-should-be-made-strictly-by-designers/" data-text="Think graphics should be made strictly by designers?" href="http://twitter.com/share?via=kevinschaul&#038;count=horizontal&#038;related=%40kevinschaul%3AKevin&#038;lang=en&#038;url=http%3A%2F%2Fwww.kevinschaul.com%2F2012%2F11%2F05%2Fthink-graphics-should-be-made-strictly-by-designers%2F&#038;text=Think%20graphics%20should%20be%20made%20strictly%20by%20designers%3F" >Tweet</a></span>Think graphics should be made strictly by designers? <a href="http://www.nytimes.com/interactive/2012/11/02/us/politics/paths-to-the-white-house.html" target="_blank">Take a look at this</a>.</p>
<p><a href="http://source.mozillaopennews.org/en-US/articles/nyts-512-paths-white-house/" target="_blank">Now, this</a>.</p>
<p>Looks like my algorithms class will come in handy after all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinschaul.com/2012/11/05/think-graphics-should-be-made-strictly-by-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I am in this field (continued from NICAR-L)</title>
		<link>http://www.kevinschaul.com/2012/10/12/why-i-am-in-this-field/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=why-i-am-in-this-field</link>
		<comments>http://www.kevinschaul.com/2012/10/12/why-i-am-in-this-field/#comments</comments>
		<pubDate>Fri, 12 Oct 2012 22:15:28 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[wisdom]]></category>

		<guid isPermaLink="false">http://www.kevinschaul.com/?p=1286</guid>
		<description><![CDATA[TweetOver the past two days, an exceptional conversation has crawled out of a seemingly innocent post. The focus changed from a question on fair compensation for multifaceted journalists to case studies on why some of us are in this field. &#8230; <a href="http://www.kevinschaul.com/2012/10/12/why-i-am-in-this-field/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><span style="float: right; margin-left: 10px;" ><a class="twitter-share-button"  data-via="kevinschaul" data-count="horizontal" data-related="@kevinschaul:Kevin" data-lang="en" data-url="http://www.kevinschaul.com/2012/10/12/why-i-am-in-this-field/" data-text="Why I am in this field (continued from NICAR-L)" href="http://twitter.com/share?via=kevinschaul&#038;count=horizontal&#038;related=%40kevinschaul%3AKevin&#038;lang=en&#038;url=http%3A%2F%2Fwww.kevinschaul.com%2F2012%2F10%2F12%2Fwhy-i-am-in-this-field%2F&#038;text=Why%20I%20am%20in%20this%20field%20%28continued%20from%20NICAR-L%29" >Tweet</a></span>Over the past two days, an exceptional conversation has crawled out of a seemingly innocent post. The focus changed from a question on fair compensation for multifaceted journalists to case studies on why some of us are in this field.</p>
<p>In reading the exchange, I realized once again why <em>I</em> am in this field.</p>
<p>This post as much an archive for these emails as a place to append my own thoughts. My comments can be found after those of three of the most inspirational people in the industry – <a href="https://twitter.com/michelleminkoff" target="_blank">Michelle Minkoff</a>, <a href="https://twitter.com/hbillings" target="_blank">Heather Billings</a> and <a href="https://twitter.com/sisiwei" target="_blank">Sisi Wei</a>.</p>
<p>&nbsp;</p>
<p><em>Michelle Minkoff:</em></p>
<p>Since my name was dropped a lot today, please allow me to give the kind-of-recent student perspective on a few of the points addressed since this thread took a turn for the very weird. Forgive my delay &#8212; was too busy living my coding dream at my awesome job that my education gave me the tools to do.</p>
<p>For those of you who don&#8217;t know me, I was a text-interested English major who fell, hard, for computer-assisted reporting, data visualization and coding. I graduated with a journalism masters&#8217; degree from Northwestern in 2010, and have been working for the AP&#8217;s Interactive department in DC doing &#8220;my thing&#8221; for about a year now. I&#8217;m still at the beginning of my journey, but I&#8217;ve met some of my key goals pretty early on in my life, and I owe most of it to NICAR.</p>
<p>Warning: this is very, very long. This is what happens when passion and late nights combine.</p>
<p>1. I don&#8217;t know that I would did/do is anything so special. Much like we&#8217;re surprised when we teach, and others don&#8217;t see the light, I remember being surprised that many of my fellow students just saw it as an elective to complete their program. Frequent comments from my peers: &#8220;Are you excited because it&#8217;s Thursday, which means it&#8217;s &#8216;Geek Class&#8217; day?&#8221; Me: AAAAAAAH, yes! Student: You actually like it, don&#8217;t you? How? Me: Who doesn&#8217;t?&#8221;</p>
<p>2. The practicality of &#8220;this can help you get a job&#8221; only appeals to some of us. I looked at things rather idealistically, and still do. I was intrigued by how these tools could make my journalistic analysis and presentation more interesting. Occasionally, I am contacted by classmates who wonder if they, too, could have an editorially-focused job if only, &#8220;I had paid more attention to that guy Derek or whatever, but his class was so boring&#8221;. As I point out to them, if you&#8217;re not into it as a weekly assignment, putting in 40+ hours a week on writing queries/code is a special kind of hell. But if you love it, it&#8217;s living the dream.</p>
<p>3. I know a few people from such classes who use it as an additional skill in a more traditional j-job. We may not hear about it as much, but that&#8217;s okay &#8212; we&#8217;re still making a difference. I think that&#8217;s more prevalent than the radical shift I experienced. One of my Medill colleagues agreed with a blog post where I wrote about the importance of being curious, although he maintained &#8220;you seem to have taken that madness to the limit&#8221;. I don&#8217;t do things halfway.</p>
<p>4. To Mark Ng&#8217;s comment: it wasn&#8217;t that I was already on the path, and Derek accelerated my career. I didn&#8217;t know that this was a thing at all. He showed me a whole new world. Yes, I figured out how I could make these skills work for me. It&#8217;s a shift in perception, but his role was immense. It&#8217;s also about a personality match &#8212; I remember some dry humor that fell flat on most ears, and I&#8217;d be almost falling out of my chair. Might have been different with someone else.</p>
<p>5. Derek wasn&#8217;t just a professor giving lectures in class. First of all, it meant a lot for him to be an active journalist and technologist. I was inspired by current projects, and I loved how he was able to combine the two fields. He also was not a programmer by official school training, which made it more approachable for me. I thought the coding world was out of this English major&#8217;s reach, until I learned he was a rhetoric major.</p>
<p>He answered copious emails and IMs, modified code and answered questions technical (what&#8217;s the file format if I need all the rivers in the US) and philosophical (why are my peers afraid of the command line?) and about the work history of such places (how does reporter collaboration work?) Another mentor once commented to me that much of what I was asking wasn&#8217;t about how to do things, but looking for support/reassurance. That&#8217;s an important and valid role for us to play in the role of people coming to this world. We can&#8217;t force interest, but we can turn a light bulb on.</p>
<p>6. When we talk about educators, be cognizant that we are all educators. Derek literally changed my life, and brought me to all of you (&#8220;You mean there&#8217;s a list where there are people besides you who talk about this stuff and do it for money? It&#8217;s a thing?&#8221; &#8220;Yes, Michelle.&#8221; Me: AAAAAAAH! I LOVE NICAR NOW!), but he is not the only one who gets credit for my educational growth. The enthusiasm, patience and role models that I&#8217;ve gotten from an internship (Ben Welsh, Ken Schwencke) and my real world time at my current org (Jonathan Stray, Troy Thibodeaux) are essential. I see them as educators, and getting that kind of support for one&#8217;s continued growth is super important. I WOULD NOT BE WHERE I AM WITHOUT EACH AND EVERY ONE OF THEM. A phrase our DC bureau chief refers to is an &#8220;intellectual home&#8221;. And that&#8217;s what I think we should be trying to give people, to entice them to the cause. That goes for classrooms and newsrooms.</p>
<p>7. To speak to Steve Doig&#8217;s point about how Brittny, Heather and myself are all women, and what that means for the tech gender stereotype, I&#8217;ll just say I&#8217;m getting more involved in understanding the gender-specific issues in tech, and I&#8217;d like to give a special shoutout to NICARians for being awesome. I have NEVER felt like I&#8217;m treated differently by you fine folks, and if anything, there are men among you more sensitive to gender issues than I am. And I have heard some horror stories.</p>
<p>You&#8217;ll notice my list of very close role models above features all men, but that&#8217;s never been weird to me. Doing journalism and tech is hard, you help make sure being of a minority gender isn&#8217;t a dissuading factor. That means a lot. Or maybe I just never got the memo women weren&#8217;t supposed to be techy. Guess it&#8217;s a little late now.</p>
<p>Let&#8217;s all be on the lookout for more people who get it. We need them to join the cause, and can help them feel at home. I know you&#8217;re out there, maybe lurking on this email list. Know that I, and hundreds of others, will help you make the jump if you find journalism and tech and data rewarding. We will welcome you home to NICAR, where I am proud to call the members of this organization my teachers, my friends and finally, though I can scarcely believe it &#8212; my colleagues.</p>
<p>(If you thought that was long, sympathy cards can be addressed to the role models listed above, for whom tomes of this length are a frequent occurrence.)</p>
<p>&nbsp;</p>
<p><em>Heather Billings</em></p>
<div>
<p>There is no one archetype of the student — or the working journalist — who&#8217;s going to pick up this stuff. Mark is right in that I had ideas of what I wanted to do in mind when I came to ASU and found him. (In fact, I chose ASU specifically because I wanted to pursue geek journalism in some way, even though I&#8217;d never programmed crap.) But students who spend their spare time picking your brain about Python just because they&#8217;re curious about it are definitely the exception rather than the rule.</p>
<p>Also, while pounding job availability into students&#8217; heads seems obvious to those who have worked their butts off in the field, that&#8217;s not what a lot of college students — especially journalism students — are after. They&#8217;re out to change the world; to find corruption; to be the next Woodward. Showing them how technology can aid that quest is, in my narrow opinion, the best way to get them hooked. But this shouldn&#8217;t be limited to how to parse CSVs for your own benefit: it should also encompass how technology can take complex subjects and let people digest them in a way that makes sense to them. Show them how the way a story is presented on the web can make people&#8217;s lives better in a way that a print story never could. (My favorite current example is <a href="http://crime.chicagotribune.com" target="_blank">crime.chicagotribune.com</a>. Obviously, I&#8217;m a bit biased!) Servers and databases and command lines are hard, and unless you have a head for numbers — which I don&#8217;t — they&#8217;re kind of boring at first. Seeing what amazingly useful stuff can be presented to the public for their consumption was what made me buckle down and learn it. Or start learning it, anyway.</p>
<p>Which brings me to another point: Everyone learns differently. Sometimes, like in this thread, people bring up Michelle and I in the same breath, but what worked for her would never, ever work for me (and vice versa). We&#8217;re both hard workers, we&#8217;re both dedicated, and we&#8217;re both blown away by where life has brought us in just a few years. But there is no archetype. She&#8217;s a networker. I&#8217;m an observer. She enthusiastically shares what she learns. I tend to think I don&#8217;t know enough &#8220;yet&#8221; and am afraid of giving out misinformation. She&#8217;d be going crazy if she weren&#8217;t doing journalism. I work on a lot of projects that are only tangentially related to journalism, but I&#8217;m loving learning. She&#8217;s grateful for mentors that are no-nonsense to a point that would cause my easily flustered German self to punch walls. Thus, I am grateful for mentors that have been patient and gentle when I&#8217;m not patient with myself.</p>
<p>Those mentors, far more than any class, are what have gotten me here (wherever &#8220;here&#8221; is). Confession: I am, at my core, incredibly insecure about my technical, visual and journalistic abilities. But the people who invested and continue to invest in me are my safety net. They give me the courage to even consider attempting the projects that live inside my head. (Now if someone could only manufacture time for me to hack them together&#8230;) I could still go to Steve Doig and ask his opinion on some data analysis I&#8217;d run, or hit up Mark Ng or Serdar Tumgoren when I run into a Django problem. And now I&#8217;m lucky enough to work on a team full of people like Joe Germuska, David Eads and Ryan Mark — people who see in me the potential for a better coder, and are willing to help me get there. (A huge thank you is also due to Mr. Boyer, who got my original Trib Apps pipe-dream resume and, somehow, wasn&#8217;t completely terrified by my lack of experience. I&#8217;m still working on hubris, Brian, as you can tell. :-p )</p>
<p>And one last thing before I close my ramble: How many print journalism students go on to be great career investigative reporters? How many halfheartedly cover dog shows and pancake breakfasts for a few years before going into a completely different field? In that context, it hardly seems surprising that the number of students in whom the programmer/data spark blazes is so low. But maybe in the next generation of journalists, they&#8217;ll talk about Minkoff instead of Woodward. <img src='http://www.kevinschaul.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
</div>
<p><em>Sisi Wei</em></p>
<div>
<p>For many of you who don&#8217;t know me, I graduated from Medill undergrad last summer with majors in journalism, philosophy and legal studies. All reading and writing, but no coding. And to heavily emphasize something Michelle said, I too never knew this was a thing. I loved journalism and I wanted to use it to change the world, but I had no idea that this kind of journalism existed until the fall of freshman year, when I was required to create a simple Flash graphic. And this is a story I share often, but it&#8217;s something I would really like for the amazing educators like Derek, Matt and Mark to hear.</p>
<p>The assignment was simple. Take any image, create some rollover buttons, and have them trigger info boxes that show text to describe parts of the image. The Flash template was already created &#8212; we just had to switch out the image, drag around the buttons, and change the text. I hated it, not because I didn&#8217;t like the technology, but because I felt like we were being asked to do the equivalent of: here&#8217;s an existing article, switch out all the nouns and verbs. So instead, I did one of the nerdiest things possible for a college freshman: I combined the assignment with a roleplaying game I was in, that took place in Phoenix, Arizona (yup, roleplaying). I create a county map of Arizona, and on rollover, highlighted each county and showed its name and current population total. I didn&#8217;t know how to use shape files, so I manually traced each county&#8217;s shape in Flash with the pen tool, and then manually moved them next to each other. It was amazing, I loved what I made, and it seems that after this experience, I would keep going right?</p>
<p>But here&#8217;s what also happened. When I didn&#8217;t want to make the templated Flash assignment, I was given the OK to try something else, but I was discouraged to do so. When I didn&#8217;t know how to make buttons that weren&#8217;t round, I asked my instructor, and he didn&#8217;t know how, or where to send me for help. Instead, I was told to make something less complicated. When the final project was turned in, he was impressed, but he didn&#8217;t know how to give me any feedback. This situation probably doesn&#8217;t exist at Medill anymore, but during my freshman year, Medill was just experimenting with teaching Flash to freshmen, and our professors were all amazing photojournalists and video journalists, but certainly not Flash experts. And because this was my first exposure to anything related to data journalism, I didn&#8217;t do anything similar until over a year later. I didn&#8217;t know how it could be valuable to journalism, but more importantly, I didn&#8217;t meet a professor/mentor who could show me the ropes, and who could show me how amazing all of this could be.</p>
<p>Luckily, all of that did change, and during school, I found a talented upperclassmen who took me under his wing, and during my junior year, I had the chance to work with Jeremy Gilbert, and his love and enthusiasm for technology, UX and journalism basically changed my life. One year out of school, I find myself just celebrating my one-year anniversary as a Graphics Editor at the Washington Post. To quote Michelle, this past year has been living the dream. I have CAR badasses like Dan Keating and Ted Mellnik to learn from, developers like Jeremy Bowers, Jason Bartz and Serdar Tumgoren to collaborate with, and design/front-end whizzes like Kat Downs and Wilson Andrews to swap front-end strategies with. And I&#8217;m not even mentioning all the Post dataviz gurus, cartographers and illustrators that help me to tell data-driven stories in the best way I possibly can.</p>
<p>I think that it&#8217;s entirely possible that without meeting the people I did, I would never have ended up in journalism, and I would not be doing what I&#8217;m doing today. Journalism students are often the most curious people, and that means they&#8217;re also tugged left and right by their other interests. More of my fellow 2011 Medill graduates left journalism than stayed in the industry, and I nearly went to law school. But because of people like Jeremy Gilbert, I&#8217;m here, I&#8217;m only 23, and I&#8217;m already doing the type of journalism that I love. I just can&#8217;t emphasize enough how important a knowledgeable, encouraging professor can be to helping a student find his or her true love. Data journalism may not be for for everybody, or even most of the students who pass through journalism classes, but for those who love it, having professors to show them what&#8217;s possible is absolutely invaluable.</p>
<p>&nbsp;</p>
<p><strong>My thoughts</strong></p>
</div>
<p>My own story is only in the first act. I grew up loving journalism and technology, but I never had a good understanding on the two, much less how they could be combined. My first year in college became a sort of competition between journalism and computer science to see which meshed better with my goals in life. Luckily for me, I ended up on <a href="http://blog.apps.chicagotribune.com/" target="_blank">the blog of the Chicago Tribune&#8217;s news apps team</a>.</p>
<p>Two things struck me.</p>
<p>First, what could be better than using computer science to push the boundaries of journalism? It was a win-win in that respect, and I figured I could be happy with some sort of coding-for-journalism as my day job.</p>
<p>But second, why were these people giving away their secrets? Journalism felt like a field where competition was its bread and butter, and here were the best of the best showing Joe Reporter how to build a population density map in Tilemill with remarkable detail. Here they were, giving college freshman the keys to future employment. To them, it was more than a day job.</p>
<p>Fast-forward to today, where I am just over halfway through my college years. It has been a wild ride, and I owe it all to you all.</p>
<p>Now, I&#8217;ll admit, my story isn&#8217;t as suspenseful as Michelle&#8217;s, Heather&#8217;s or Sisi&#8217;s. I am incredibly lucky to have found an area directly at the intersection of two of my greatest interests. And this isn&#8217;t a field where we&#8217;ll be able to learn everything we need to know in the journalism schools, especially during this transition period. But what more could anyone want out of a field than the NICAR folks have?</p>
<p>For me, this was the clincher. I don&#8217;t think I could walk away from the help-first-compete-later industry that we&#8217;ve fallen into. Where else can one find a 55-email-long thread, with many posts upwards of 500 words?</p>
<p>As for attracting more students to do what we do, it&#8217;s going to have to end up being at least an elective in our education. Don&#8217;t get me wrong: I have had great professors, and Seth Lewis has been a life saver. But without access to a <a href="https://twitter.com/derekwillis" target="_blank">Derek Willis</a>, a <a href="https://twitter.com/markng" target="_blank">Mark Ng</a> or the forward structure of <a href="http://www.medill.northwestern.edu/" target="_blank">Medill</a>, the skills I really craved had to be self-taught. <a href="http://www.niemanlab.org/2012/09/robert-hernandez-reboot-journalism-school-take-control-of-your-education-instead/" target="_blank">As Robert Hernandez said</a>, &#8220;Don’t wait for academia to determine what you need to know for modern journalism. Be proactive and find out by using digital media to help you learn those skills.&#8221;</p>
<p>At the University of Minnesota, I&#8217;ve begun gathering like-minded students who want to learn these skills but don&#8217;t know where to begin. We&#8217;re meeting weekly to teach each other what we won&#8217;t learn in the classrooms.</p>
<p>It&#8217;s an experiment, to be sure. But right now, I don&#8217;t see a better way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinschaul.com/2012/10/12/why-i-am-in-this-field/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>75 (ish) Twitter accounts every data journalist should follow</title>
		<link>http://www.kevinschaul.com/2012/09/27/75-twitter-accounts-every-data-journalist-should-follow/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=75-twitter-accounts-every-data-journalist-should-follow</link>
		<comments>http://www.kevinschaul.com/2012/09/27/75-twitter-accounts-every-data-journalist-should-follow/#comments</comments>
		<pubDate>Fri, 28 Sep 2012 01:50:52 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[wisdom]]></category>

		<guid isPermaLink="false">http://www.kevinschaul.com/?p=1260</guid>
		<description><![CDATA[TweetIn response to journalism.co.uk&#8217;s list of 100 Twitter accounts every journalism student should follow, I have collected a similar list of Twitter accounts every data journalist should follow. The list is available on Twitter here. I&#8217;m sure I missed some, &#8230; <a href="http://www.kevinschaul.com/2012/09/27/75-twitter-accounts-every-data-journalist-should-follow/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><span style="float: right; margin-left: 10px;" ><a class="twitter-share-button"  data-via="kevinschaul" data-count="horizontal" data-related="@kevinschaul:Kevin" data-lang="en" data-url="http://www.kevinschaul.com/2012/09/27/75-twitter-accounts-every-data-journalist-should-follow/" data-text="75 (ish) Twitter accounts every data journalist should follow" href="http://twitter.com/share?via=kevinschaul&#038;count=horizontal&#038;related=%40kevinschaul%3AKevin&#038;lang=en&#038;url=http%3A%2F%2Fwww.kevinschaul.com%2F2012%2F09%2F27%2F75-twitter-accounts-every-data-journalist-should-follow%2F&#038;text=75%20%28ish%29%20Twitter%20accounts%20every%20data%20journalist%20should%20follow" >Tweet</a></span>In response to <a href="http://www.journalism.co.uk/news/100-twitter-accounts-every-journalism-student-should-follow/s2/a550471/" target="_blank">journalism.co.uk&#8217;s list of 100 Twitter accounts every journalism student should follow</a>, I have collected a similar list of Twitter accounts every data journalist should follow. <a href="https://twitter.com/i/#!/kevinschaul/data-journalism" target="_blank">The list is available on Twitter here</a>. I&#8217;m sure I missed some, so please let me know who should be added.</p>
<p><a href="https://twitter.com/A_L/" target="_blank">@A_L</a> Al Shaw &#8211; ProPublica<br />
<a href="https://twitter.com/aboutaaron/" target="_blank">@aboutaaron</a> Aaron Williams &#8211; L.A. Times<br />
<a href="https://twitter.com/ajdant/" target="_blank">@ajdant</a> Alastair Dant &#8211; Guardian<br />
<a href="https://twitter.com/albertocairo/" target="_blank">@albertocairo</a> Alberto Cairo &#8211; University of Miami<br />
<a href="https://twitter.com/albertsun/" target="_blank">@albertsun</a> Albert Sun &#8211; New York Times<br />
<a href="https://twitter.com/AlexGraul/" target="_blank">@AlexGraul</a> Alex Graul &#8211; Guardian<br />
<a href="https://twitter.com/alykat/" target="_blank">@alykat</a> Alyson Hurt &#8211; NPR<br />
<a href="https://twitter.com/andrewhaeg/" target="_blank">@andrewhaeg</a> Andrew Haeg &#8211; Public Insight Network<br />
<a href="https://twitter.com/andrewphelps/" target="_blank">@andrewphelps</a> Andrew Phelps &#8211; New York Times<br />
<a href="https://twitter.com/AnthonyDB/" target="_blank">@AnthonyDB</a> Anthony DeBarros &#8211; USA Today<br />
<a href="https://twitter.com/bposton/" target="_blank">@bposton</a> Ben Poston &#8211; Milwaukee Journal Sentinal<br />
<a href="https://twitter.com/brianboyer/" target="_blank">@brianboyer</a> Brian Boyer &#8211; NPR<br />
<a href="https://twitter.com/bycoffe/" target="_blank">@bycoffe</a> Aaron Bycoffe &#8211; Huffington Post<br />
<a href="https://twitter.com/cephillips/" target="_blank">@cephillips</a> Cheryl Phillips &#8211; Seattle Times<br />
<a href="https://twitter.com/chasedavis/" target="_blank">@chasedavis</a> Chase Davis &#8211; Center for Investigative Reporting<br />
<a href="https://twitter.com/ChrisLKeller/" target="_blank">@ChrisLKeller</a> Chris Keller &#8211; Madison.com<br />
<a href="https://twitter.com/dancow/" target="_blank">@dancow</a> Dan Nguyen &#8211; SkiftNews<br />
<a href="https://twitter.com/DanHillReports/" target="_blank">@DanHillReports</a> Dan Hill &#8211; Northwestern University<br />
<a href="https://twitter.com/dansinker/" target="_blank">@dansinker</a> Dan Sinker &#8211; Knight-Mozilla OpenNews<br />
<a href="https://twitter.com/datatelling/" target="_blank">@datatelling</a> Jen Lowe &#8211; Open Knowledge Foundation<br />
<a href="https://twitter.com/derekwillis/" target="_blank">@derekwillis</a> Derek Willis &#8211; New York Times<br />
<a href="https://twitter.com/eads/" target="_blank">@eads</a> David Eads &#8211; Chicago Tribune<br />
<a href="https://twitter.com/ericg/" target="_blank">@ericg</a> Eric Gundersen<br />
<a href="https://twitter.com/emilyyount/" target="_blank">@emilyyount</a> Emily Yount &#8211; Milwaukee Journal Sentinal<br />
<a href="https://twitter.com/eschow/" target="_blank">@eschow</a> Emily Chow &#8211; Washington Post<br />
<a href="https://twitter.com/eulken/" target="_blank">@eulken</a> Eric Ulken &#8211; Seattle Times<br />
<a href="https://twitter.com/fivethirtyeight/" target="_blank">@fivethirtyeight</a> Nate Silver &#8211; New York Times<br />
<a href="https://twitter.com/gabrieldance/" target="_blank">@gabrieldance</a> Gabriel Dance &#8211; Guardian<br />
<a href="https://twitter.com/greglinch/" target="_blank">@greglinch</a> Greg Linch &#8211; Washington Post<br />
<a href="https://twitter.com/GuardianData/" target="_blank">@GuardianData</a> Guardian Data<br />
<a href="https://twitter.com/HacksHackers/" target="_blank">@HacksHackers</a> Hacks/Hackers<br />
<a href="https://twitter.com/hbillings/" target="_blank">@hbillings</a> Heather Billings &#8211; Chicago Tribune<br />
<a href="https://twitter.com/ireneros/" target="_blank">@ireneros</a> Irene Ros &#8211; Bocoup<br />
<a href="https://twitter.com/jacqui/" target="_blank">@jacqui</a> Jacqui Maher &#8211; New York Times<br />
<a href="https://twitter.com/JaimiDowdell/" target="_blank">@JaimiDowdell</a> Jaimi Dowdell &#8211; IRE<br />
<a href="https://twitter.com/JamesGleick/" target="_blank">@JamesGleick</a> James Gleick &#8211; author<br />
<a href="https://twitter.com/jasonbartz/" target="_blank">@jasonbartz</a> Jason Bartz &#8211; Washington Post<br />
<a href="https://twitter.com/jenniferamur/" target="_blank">@jenniferamur</a> Jennifer Amur &#8211; Milwaukee Journal Sentinal<br />
<a href="https://twitter.com/jenny8lee/" target="_blank">@jenny8lee</a> Jennifer 8. Lee &#8211; Hacks/Hackers<br />
<a href="https://twitter.com/jeremybmerrill/" target="_blank">@jeremybmerrill</a> Jeremy B. Merrill &#8211; ProPublica<br />
<a href="https://twitter.com/jeremybowers/" target="_blank">@jeremybowers</a> Jeremy Bowers &#8211; NPR<br />
<a href="https://twitter.com/jkeefe/" target="_blank">@jkeefe</a> John Keefe &#8211; WNYC<br />
<a href="https://twitter.com/JoeGermuska/" target="_blank">@JoeGermuska</a> Joe Germuska &#8211; Chicago Tribune<br />
<a href="https://twitter.com/jonathanstray/" target="_blank">@jonathanstray</a> Jonathan Stray &#8211; Overview Project<br />
<a href="https://twitter.com/jsguntzel/" target="_blank">@jsguntzel</a> Jeff Severns Guntzel &#8211; American Public Media<br />
<a href="https://twitter.com/kaeti/" target="_blank">@kaeti</a> Kaeti &#8211; MinnPost<br />
<a href="https://twitter.com/katdowns/" target="_blank">@katdowns</a> Kat Downs &#8211; Washington Post<br />
<a href="https://twitter.com/KevinQ/" target="_blank">@KevinQ</a> Kevin Quealy &#8211; New York Times<br />
<a href="https://twitter.com/kissane/" target="_blank">@kissane</a> Erin Kissane &#8211; Contents<br />
<a href="https://twitter.com/kleinmatic/" target="_blank">@kleinmatic</a> Scott Klein &#8211; ProPublica<br />
<a href="https://twitter.com/knowtheory/" target="_blank">@knowtheory</a> Ted Han &#8211; Document Cloud<br />
<a href="https://twitter.com/kzhu91/" target="_blank">@kzhu91</a> Katie Zhu &#8211; Northwestern University<br />
<a href="https://twitter.com/laurenrabaino/" target="_blank">@laurenrabaino</a> Lauren Rabaino &#8211; Seattle Times<br />
<a href="https://twitter.com/lenagroeger/" target="_blank">@lenagroeger</a> Lena Groeger &#8211; ProPublica<br />
<a href="https://twitter.com/lulupinney/" target="_blank">@lulupinney</a> Lulu Pinney<br />
<a href="https://twitter.com/MacDiva/" target="_blank">@MacDiva</a> Chrys Wu &#8211; Hacks/Hackers<br />
<a href="https://twitter.com/macloo/" target="_blank">@macloo</a> Mindy McAdams &#8211; University of Florida<br />
<a href="https://twitter.com/martinstabe/" target="_blank">@martinstabe</a> Martin Stabe &#8211; Financial Times<br />
<a href="https://twitter.com/MattDickinson44/" target="_blank">@MattDickinson44</a> Matthew Dickinson<br />
<a href="https://twitter.com/mattwaite/" target="_blank">@mattwaite</a> Matt Waite &#8211; University of Nebraska-Lincoln<br />
<a href="https://twitter.com/mattwynn/" target="_blank">@mattwynn</a> Matt Wynn &#8211; Omaha World-Herald<br />
<a href="https://twitter.com/MeghanHoyer/" target="_blank">@MeghanHoyer</a> Meghan Hoyer &#8211; The Virginian-Pilot<br />
<a href="https://twitter.com/mericson/" target="_blank">@mericson</a> Matthew Ericson &#8211; New York Times<br />
<a href="https://twitter.com/michelleminkoff/" target="_blank">@michelleminkoff</a> Michelle Minkoff &#8211; Associated Press<br />
<a href="https://twitter.com/mikejcorey/" target="_blank">@mikejcorey</a> Michael Corey &#8211; Center for Investigative Reporting<br />
<a href="https://twitter.com/mikejcorey/" target="_blank">@mirandamulligan </a> Miranda Mulligan &#8211; Knight News Lab<br />
<a href="https://twitter.com/mndatamine/" target="_blank">@mndatamine</a> MaryJo Webster &#8211; Pioneer Press<br />
<a href="https://twitter.com/mtigas/" target="_blank">@mtigas</a> Mike Tigas &#8211; The Spokesman-Review<br />
<a href="https://twitter.com/nbrgraphs/" target="_blank">@nbrgraphs</a> Naomi B Robbins &#8211; Forbes<br />
<a href="https://twitter.com/ndiakopoulos/" target="_blank">@ndiakopoulos</a> Nick Diakopoulos &#8211; researcher<br />
<a href="https://twitter.com/ndiakopoulos/" target="_blank">@NewsDevChix</a> Peggy Bustamante &#8211; Newsday ‏<br />
<a href="https://twitter.com/NiemanLabFuego/" target="_blank">@NiemanLabFuego</a> Fuego &#8211; NiemanLab<br />
<a href="https://twitter.com/nikkiusher/" target="_blank">@nikkiusher</a> Nikki Usher &#8211; George Washington University<br />
<a href="https://twitter.com/onyxfish/" target="_blank">@onyxfish</a> Christopher Groskopf &#8211; NPR<br />
<a href="https://twitter.com/palewire/" target="_blank">@palewire</a> Ben Welsh &#8211; L.A. Times<br />
<a href="https://twitter.com/pilhofer/" target="_blank">@pilhofer</a> Aron Pilhofer &#8211; New York Times<br />
<a href="https://twitter.com/rdmurphy/" target="_blank">@rdmurphy</a> Ryan Murphy &#8211; Texas Tribune<br />
<a href="https://twitter.com/ryanmark/" target="_blank">@ryanmark</a> Ryan Mark &#8211; Chicago Tribune<br />
<a href="https://twitter.com/ryanpitts/" target="_blank">@ryanpitts</a> Ryan Pitts &#8211; Spokesman-Review<br />
<a href="https://twitter.com/sbhatt/" target="_blank">@sbhatt</a> Sanjay Bhatt &#8211; Seattle Times<br />
<a href="https://twitter.com/schwanksta/" target="_blank">@schwanksta</a> Ken Schwencke &#8211; L.A. Times<br />
<a href="https://twitter.com/SethCLewis/" target="_blank">@SethCLewis</a> Seth C. Lewis &#8211; University of Minnesota<br />
<a href="https://twitter.com/shancarter/" target="_blank">@shancarter</a> Shan Carter &#8211; New York Times<br />
<a href="https://twitter.com/sisiwei/" target="_blank">@sisiwei</a> Sisi Wei &#8211; Washington Post<br />
<a href="https://twitter.com/smfrogers/" target="_blank">@smfrogers</a> Simon Rogers &#8211; Guardian<br />
<a href="https://twitter.com/stamen/" target="_blank">@stamen</a> Stamen Design<br />
<a href="https://twitter.com/stiles/" target="_blank">@stiles</a> Matt Stiles &#8211; NPR<br />
<a href="https://twitter.com/tasneemraja/" target="_blank">@tasneemraja</a> Tasneem Raja &#8211; Mother Jones<br />
<a href="https://twitter.com/thejefflarson/" target="_blank">@thejefflarson</a> Jeff Larson &#8211; ProPublica<br />
<a href="https://twitter.com/tmellnik/" target="_blank">@tmellnik</a> Ted Mellnik &#8211; Washington Post<br />
<a href="https://twitter.com/toddlindeman/" target="_blank">@toddlindeman</a> Todd Lindeman &#8211; Washington Post<br />
<a href="https://twitter.com/ultracasual/" target="_blank">@ultracasual</a> Tom Meagher &#8211; Digital First Media<br />
<a href="https://twitter.com/wilsonandrews/" target="_blank">@wilsonandrews</a> Wilson Andrews &#8211; Washington Post<br />
<a href="https://twitter.com/wjchat/" target="_blank">@wjchat</a> wjchat &#8211; Web journalist chat<br />
<a href="https://twitter.com/zstumgoren/" target="_blank">@zstumgoren</a> Serdar Tumgoren &#8211; Washington Post<br />
<a href="https://twitter.com/zzolo/" target="_blank">@zzolo</a> Alan Palazzolo &#8211; MinnPost</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinschaul.com/2012/09/27/75-twitter-accounts-every-data-journalist-should-follow/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How software development processes apply to news</title>
		<link>http://www.kevinschaul.com/2012/09/18/how-software-development-processes-apply-to-new/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-software-development-processes-apply-to-new</link>
		<comments>http://www.kevinschaul.com/2012/09/18/how-software-development-processes-apply-to-new/#comments</comments>
		<pubDate>Tue, 18 Sep 2012 17:59:47 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[wisdom]]></category>

		<guid isPermaLink="false">http://www.kevinschaul.com/?p=1254</guid>
		<description><![CDATA[TweetThe following is an excerpt from a blog post I quickly wrote for my Program Design and Development class. It&#8217;s interesting that you compare these software processes to building wrist watches. As a journalism and computer science double major, I &#8230; <a href="http://www.kevinschaul.com/2012/09/18/how-software-development-processes-apply-to-new/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><span style="float: right; margin-left: 10px;" ><a class="twitter-share-button"  data-via="kevinschaul" data-count="horizontal" data-related="@kevinschaul:Kevin" data-lang="en" data-url="http://www.kevinschaul.com/2012/09/18/how-software-development-processes-apply-to-new/" data-text="How software development processes apply to news" href="http://twitter.com/share?via=kevinschaul&#038;count=horizontal&#038;related=%40kevinschaul%3AKevin&#038;lang=en&#038;url=http%3A%2F%2Fwww.kevinschaul.com%2F2012%2F09%2F18%2Fhow-software-development-processes-apply-to-new%2F&#038;text=How%20software%20development%20processes%20apply%20to%20news" >Tweet</a></span><em>The following is an excerpt from a blog post I quickly wrote for my Program Design and Development class.</em></p>
<p>It&#8217;s interesting that you compare these software processes to building wrist watches. As a journalism and computer science double major, I am always looking to apply techniques from one area of study to the other.</p>
<p>There has been a lot of talk recently about how the web has changed journalism, and one huge piece of that is we no longer have one deadline at the end of the day. As is frequently quoted (and was spoken by someone unknown), &#8220;The new deadline is now.&#8221; As journalists, we are always publishing news, whether it&#8217;s through our organization&#8217;s web site or through our own personal Tweets.</p>
<p>We&#8217;re beginning to take a more iterative approach to writing news stories. When news breaks, we know little about it, but we piece together as much as possible in a short time frame, and we cobble together a short article. As more facts are revealed, the same story is altered. Sometimes the new information supplements what we already knew, but often these new developments completely alter what&#8217;s important in the story, generally prompting a much more thorough rewrite. Paragraphs are added, removed and rearranged throughout the process.</p>
<p>Since we still live in a print-focused world, this process typically ends at the end of the night, when the print deadline hits. It&#8217;s a bit like time-boxing: The reporters turn in as much as they can by the hard deadline, prioritizing the most important information in the story.</p>
<p>The problems that arise in software development are a lot like those of other, seemingly unrelated fields. It&#8217;s fun to apply the same techniques and see what happens.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinschaul.com/2012/09/18/how-software-development-processes-apply-to-new/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.651 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-22 15:04:17 -->
