<?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 on: NFL Draft Databases</title>
	<atom:link href="http://blog.thescoop.org/archives/2008/04/11/nfl-draft-databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thescoop.org/archives/2008/04/11/nfl-draft-databases/</link>
	<description>Derek Willis' weblog on investigative and computer-assisted reporting.</description>
	<pubDate>Thu, 20 Nov 2008 00:14:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-hemorrhage</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jane Smith</title>
		<link>http://blog.thescoop.org/archives/2008/04/11/nfl-draft-databases/#comment-128215</link>
		<dc:creator>Jane Smith</dc:creator>
		<pubDate>Mon, 14 Apr 2008 14:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thescoop.org/?p=5100#comment-128215</guid>
		<description>Glad the draft database was useful, our Palm Beach Post readers like it, too. 

I put the database together for our website. It took a great deal more time cleaning up the data -- getting it in a pdf format, converting to columns, then doing some Excel work to join and unjoin columns. Then, of course, cleaning up the data, such as translating football acronyms into full words and turning all caps into caps and lower case.</description>
		<content:encoded><![CDATA[<p>Glad the draft database was useful, our Palm Beach Post readers like it, too. </p>
<p>I put the database together for our website. It took a great deal more time cleaning up the data &#8212; getting it in a pdf format, converting to columns, then doing some Excel work to join and unjoin columns. Then, of course, cleaning up the data, such as translating football acronyms into full words and turning all caps into caps and lower case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://blog.thescoop.org/archives/2008/04/11/nfl-draft-databases/#comment-128210</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Sun, 13 Apr 2008 19:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thescoop.org/?p=5100#comment-128210</guid>
		<description>Aaron: No, I got it from the Palm Beach Post app, and it required a little cleaning (some duplicate college names).</description>
		<content:encoded><![CDATA[<p>Aaron: No, I got it from the Palm Beach Post app, and it required a little cleaning (some duplicate college names).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://blog.thescoop.org/archives/2008/04/11/nfl-draft-databases/#comment-128209</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Sun, 13 Apr 2008 18:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thescoop.org/?p=5100#comment-128209</guid>
		<description>Where did you get the data? DraftHistory.com?</description>
		<content:encoded><![CDATA[<p>Where did you get the data? DraftHistory.com?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://blog.thescoop.org/archives/2008/04/11/nfl-draft-databases/#comment-128206</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Sat, 12 Apr 2008 11:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thescoop.org/?p=5100#comment-128206</guid>
		<description>Mark: Agreed - data presentation is tough. There's not a huge volume of resources out there that I've seen, but Wilson Miner (designer of EveryBlock) recently &lt;a href="http://www.alistapart.com/articles/accessibledatavisualization" rel="nofollow"&gt;wrote a piece that I like&lt;/a&gt;.

Joe: Thanks - there are 1-2 other small fixes I need to make in the next day or so.</description>
		<content:encoded><![CDATA[<p>Mark: Agreed - data presentation is tough. There&#8217;s not a huge volume of resources out there that I&#8217;ve seen, but Wilson Miner (designer of EveryBlock) recently <a href="http://www.alistapart.com/articles/accessibledatavisualization" rel="nofollow">wrote a piece that I like</a>.</p>
<p>Joe: Thanks - there are 1-2 other small fixes I need to make in the next day or so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://blog.thescoop.org/archives/2008/04/11/nfl-draft-databases/#comment-128200</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sat, 12 Apr 2008 04:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thescoop.org/?p=5100#comment-128200</guid>
		<description>This is a great example.

One thing I noticed, search is currently case-sensitive.  I instinctively searched "marino", which returned nothing.

Should be easy to correct by using "icontains" in Django.</description>
		<content:encoded><![CDATA[<p>This is a great example.</p>
<p>One thing I noticed, search is currently case-sensitive.  I instinctively searched &#8220;marino&#8221;, which returned nothing.</p>
<p>Should be easy to correct by using &#8220;icontains&#8221; in Django.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.thescoop.org/archives/2008/04/11/nfl-draft-databases/#comment-128198</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 12 Apr 2008 02:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thescoop.org/?p=5100#comment-128198</guid>
		<description>As someone who has struggled with this, I appreciate the post.

My own, less elegant sports example, http://datacenter.courier-journal.com/sports/recruiting/search.php, took me much more than 92 minutes using PHP and Dreamweaver.

One problem is that crunching data behind-the-scenes for stories doesn't necessarily prepare you for making artful presentations on the Web. This is a new thing for a lot of us and it shows. 

Not knowing the tools intimately and not having the right tools are also problems. Django's news pedigree is an obvious benefit -- I wish I could use it at our place.  There are a lot of frameworks and while they're easy to find learning to use them well -- especially if you work in isolation, without others at hand to guide you -- isn't so easy.  Or maybe I'm just as stupid as I sometimes feel.

I'd like to read more on how to skillfully present data on the Web. I haven't found much in my own searching. Stuff like, when should you use a dropdown and when shouldn't you? When is it better to browse and when is it better to search or should you always offer both options? How do you lead the uninitiated through a dataset so they don't just end up feeling lost?  As nice looking as that Indy Star passing database is, I couldn't make it work in Firefox, and I couldn't tell if it was because I wasn't using it right or it just wasn't working. I've watched intelligent people in our newsroom become flummoxed when presented with a couple of search fields on a form. I haven't seen much evidence-based discussion of how to do this well, but maybe I'm not looking in the right places. 

Do you or any of your readers have any suggestions? Is there a Tufte of the Web database?</description>
		<content:encoded><![CDATA[<p>As someone who has struggled with this, I appreciate the post.</p>
<p>My own, less elegant sports example, <a href="http://datacenter.courier-journal.com/sports/recruiting/search.php" rel="nofollow">http://datacenter.courier-journal.com/sports/recruiting/search.php</a>, took me much more than 92 minutes using PHP and Dreamweaver.</p>
<p>One problem is that crunching data behind-the-scenes for stories doesn&#8217;t necessarily prepare you for making artful presentations on the Web. This is a new thing for a lot of us and it shows. </p>
<p>Not knowing the tools intimately and not having the right tools are also problems. Django&#8217;s news pedigree is an obvious benefit &#8212; I wish I could use it at our place.  There are a lot of frameworks and while they&#8217;re easy to find learning to use them well &#8212; especially if you work in isolation, without others at hand to guide you &#8212; isn&#8217;t so easy.  Or maybe I&#8217;m just as stupid as I sometimes feel.</p>
<p>I&#8217;d like to read more on how to skillfully present data on the Web. I haven&#8217;t found much in my own searching. Stuff like, when should you use a dropdown and when shouldn&#8217;t you? When is it better to browse and when is it better to search or should you always offer both options? How do you lead the uninitiated through a dataset so they don&#8217;t just end up feeling lost?  As nice looking as that Indy Star passing database is, I couldn&#8217;t make it work in Firefox, and I couldn&#8217;t tell if it was because I wasn&#8217;t using it right or it just wasn&#8217;t working. I&#8217;ve watched intelligent people in our newsroom become flummoxed when presented with a couple of search fields on a form. I haven&#8217;t seen much evidence-based discussion of how to do this well, but maybe I&#8217;m not looking in the right places. </p>
<p>Do you or any of your readers have any suggestions? Is there a Tufte of the Web database?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
