<?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>JEM 494: Data Journalism &#187; Casey Black</title>
	<atom:link href="http://nickgeidner.com/494/?author=10&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://nickgeidner.com/494</link>
	<description>Website for my spring 2014 data journalism class at the University of Tennessee.</description>
	<lastBuildDate>Thu, 07 Jan 2016 01:16:53 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>Casey and Samantha</title>
		<link>http://nickgeidner.com/494/?p=569</link>
		<comments>http://nickgeidner.com/494/?p=569#comments</comments>
		<pubDate>Thu, 24 Apr 2014 18:00:26 +0000</pubDate>
		<dc:creator><![CDATA[Casey Black]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nickgeidner.com/494/?p=569</guid>
		<description><![CDATA[494 example 2 &#160; &#160; Losses per year &#160; Playoff appearances &#160;]]></description>
				<content:encoded><![CDATA[<p>494 example 2<br />
<script src="http://testingthenews.com/LearningD3/d3/d3.v2.js"></script></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Losses per year</p>
<p>&nbsp;</p>
<p>Playoff appearances</p>
<p><script>// <![CDATA[
			var dataset = [ 12, 15, 20, 24, 25, 18, 27, 29 ];
			
			d3.select("body").selectAll("div")
				.data(dataset)
				.enter()
				.append("div")
				.attr("class", "bar")
				.style("height", function(d) {
					var barHeight = d * 5;
					return barHeight + "px";
				});
			
			d3.selectAll("p")
				.on("click", function() {

					//See which p was clicked
					var paragraphID = d3.select(this).attr("id");
					
					//Decide what to do next
					if (paragraphID == "wins") {
						//New values for dataset
						dataset = [ 12, 15, 20, 24, 25, 18, 27, 29 ];

						//Update all bars
						d3.selectAll("div")
					   		.data(dataset)
					   		.style("height", function(d) {
								var barHeight = d * 5;
								return barHeight + "px";
						});
					} else {
						//New values for dataset
						dataset = [ 7, 3, 4, 2, 2, 3, 2, 1 ];

						//Update all bars
						d3.selectAll("div")
					   		.data(dataset)
					   		.style("height", function(d) {
								var barHeight = d * 5;
								return barHeight + "px";
						});
					}
				});	
				
		
// ]]&gt;</script></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://nickgeidner.com/494/?feed=rss2&#038;p=569</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>February healthcare numbers released, lower than expected</title>
		<link>http://nickgeidner.com/494/?p=281</link>
		<comments>http://nickgeidner.com/494/?p=281#comments</comments>
		<pubDate>Tue, 18 Feb 2014 21:57:46 +0000</pubDate>
		<dc:creator><![CDATA[Casey Black]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nickgeidner.com/494/?p=281</guid>
		<description><![CDATA[By: Casey Black and Samantha Smoak The Department of Health and Human Services released the Enrollment Report from February 2014 on Wednesday. This is the fourth report since the program’s official start on Oct. 1, 2013. After months of racing to push the Affordable Care Act through Congress and a controversial Supreme Court decision, Obamacare [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>By: Casey Black and Samantha Smoak</p>
<p>The Department of Health and Human Services released the Enrollment Report from February 2014 on Wednesday. This is the fourth report since the program’s official start on Oct. 1, 2013.</p>
<p>After months of racing to push the Affordable Care Act through Congress and a controversial Supreme Court decision, Obamacare was officially available to the public on Oct. 1, 2013. Flaws in the marketplace website stirred up more controversy as US citizens in pursuance of government healthcare were unable to make it through each step, receive a quote, and complete the transaction. Changes have solved many of the cited issues, and overall enrollment rates have risen across the country.</p>
<p>The data recently released shows changes in enrollment rates in Tennessee and the surrounding states. According to the data, the rates of enrollment rose the most in the 55-64 age group. In Tennessee, enrollment for the 55-64 age bracket dropped from 35 percent to 33 percent. Alabama’s enrollment also dropped from 29 percent to 27 percent and Georgia’s dropped from 34 percent to 32 percent.</p>
<p>The rates for the 18 and younger age range stayed around the same amount with Tennessee at a three percent enrollment rate, Alabama at two percent and Georgia at four percent. The 18-25 age bracket reveals a slight a jump with Tennessee’s enrollment rate at nine percent, Alabama’s at ten percent and Georgia’s at eleven percent. Once entering the 26-34 and 35-44 age brackets, no dramatic change is seen in enrollment rates.</p>
<p>As of December 2013, the Obama administration cited a shortage of six million enrollees to their goal of seven million. With the aggressive action taken to improve the website, the data released for the month of February revealed an unexpected lack of change in enrollment rates.</p>
<div id="attachment_283" style="width: 710px" class="wp-caption aligncenter"><a href="http://nickgeidner.com/494/wp-content/uploads/2014/02/GetFileAttachment.jpg"><img class=" wp-image-283" alt="GetFileAttachment" src="http://nickgeidner.com/494/wp-content/uploads/2014/02/GetFileAttachment.jpg" width="700" height="480" /></a><p class="wp-caption-text">January 2014 healthcare enrollment rates for Tennessee, Alabama and Georgia</p></div>
<p>&nbsp;</p>
<div id="attachment_282" style="width: 616px" class="wp-caption aligncenter"><a href="http://nickgeidner.com/494/wp-content/uploads/2014/02/GetFileAttachment-1.jpg"><img class=" wp-image-282" alt="GetFileAttachment-1" src="http://nickgeidner.com/494/wp-content/uploads/2014/02/GetFileAttachment-1.jpg" width="606" height="400" /></a><p class="wp-caption-text">February 2014 healthcare enrollment rates for Tennessee, Georgia and Alabama</p></div>
<p style="text-align: center">
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://nickgeidner.com/494/?feed=rss2&#038;p=281</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Income and Gender as Factors in 2012 Olympic Equestrian Events</title>
		<link>http://nickgeidner.com/494/?p=273</link>
		<comments>http://nickgeidner.com/494/?p=273#comments</comments>
		<pubDate>Tue, 18 Feb 2014 20:02:08 +0000</pubDate>
		<dc:creator><![CDATA[Casey Black]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nickgeidner.com/494/?p=273</guid>
		<description><![CDATA[69 individuals competed in the equestrian individual jumping event. Just 13 of these individuals were women. Four were from the USA or Canada, six from European countries, one from Australia, one from Japan, and one from Bermuda. I surmise that participation in the equestrian event requires a high income, and the data would suggest this [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>69 individuals competed in the equestrian individual jumping event. Just 13 of these individuals were women. Four were from the USA or Canada, six from European countries, one from Australia, one from Japan, and one from Bermuda. I surmise that participation in the equestrian event requires a high income, and the data would suggest this hypothesis is correct. The age range for females in the individual jumping competition is 18 to 49 with the average age being 35.</p>
]]></content:encoded>
			<wfw:commentRss>http://nickgeidner.com/494/?feed=rss2&#038;p=273</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1/14/14 assignment</title>
		<link>http://nickgeidner.com/494/?p=134</link>
		<comments>http://nickgeidner.com/494/?p=134#comments</comments>
		<pubDate>Tue, 14 Jan 2014 18:18:26 +0000</pubDate>
		<dc:creator><![CDATA[Casey Black]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nickgeidner.com/494/?p=134</guid>
		<description><![CDATA[http://business.time.com/2013/12/23/want-to-buy-a-home-better-bring-cash/ This was incredibly interesting to look at. I don&#8217;t plan to purchase a house right away, but as a senior in college, it is a distant concern of mine. I&#8217;ve heard of people purchasing cars with cash but not houses. I find it hard to believe that almost half of house-buyers last November paid [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>http://business.time.com/2013/12/23/want-to-buy-a-home-better-bring-cash/</p>
<p><a href="http://nickgeidner.com/494/wp-content/uploads/2014/01/Screen-Shot-2014-01-14-at-1.00.55-PM.png"><img class="alignnone size-medium wp-image-141" alt="Screen Shot 2014-01-14 at 1.00.55 PM" src="http://nickgeidner.com/494/wp-content/uploads/2014/01/Screen-Shot-2014-01-14-at-1.00.55-PM-300x218.png" width="300" height="218" /></a></p>
<p>This was incredibly interesting to look at. I don&#8217;t plan to purchase a house right away, but as a senior in college, it is a distant concern of mine. I&#8217;ve heard of people purchasing cars with cash but not houses. I find it hard to believe that almost half of house-buyers last November paid in cash, but the chart above shows that its true.</p>
<p>http://www.theguardian.com/technology/2014/jan/13/smartphone-explosion-2014-india-us-china-firefoxos-android</p>
<p><a href="http://nickgeidner.com/494/wp-content/uploads/2014/01/Screen-Shot-2014-01-14-at-12.54.55-PM.png"><img class="alignnone size-medium wp-image-138" alt="Screen Shot 2014-01-14 at 12.54.55 PM" src="http://nickgeidner.com/494/wp-content/uploads/2014/01/Screen-Shot-2014-01-14-at-12.54.55-PM-300x247.png" width="300" height="247" /></a> <a href="http://nickgeidner.com/494/wp-content/uploads/2014/01/Screen-Shot-2014-01-14-at-12.55.35-PM.png"><img class="alignnone size-medium wp-image-139" alt="Screen Shot 2014-01-14 at 12.55.35 PM" src="http://nickgeidner.com/494/wp-content/uploads/2014/01/Screen-Shot-2014-01-14-at-12.55.35-PM-201x300.png" width="201" height="300" /></a></p>
<p>Smartphones are so common these days, especially among college students. This article caught my eye because the headline states that India will likely surpass the U.S. in smartphone use and ownership. There are some great charts revealing smartphone use all over the globe. I was surprised to see that China has already surpassed the U.S.</p>
<p>&nbsp;</p>
<p>http://www.theguardian.com/news/datablog/2013/may/14/metadata-rise-of-data-web-search</p>
<p><a href="http://nickgeidner.com/494/wp-content/uploads/2014/01/Screen-Shot-2014-01-14-at-1.02.51-PM.png"><img class="alignnone size-medium wp-image-142" alt="Screen Shot 2014-01-14 at 1.02.51 PM" src="http://nickgeidner.com/494/wp-content/uploads/2014/01/Screen-Shot-2014-01-14-at-1.02.51-PM-300x290.png" width="300" height="290" /></a> <a href="http://nickgeidner.com/494/wp-content/uploads/2014/01/Screen-Shot-2014-01-14-at-1.03.25-PM.png"><img class="alignnone size-medium wp-image-143" alt="Screen Shot 2014-01-14 at 1.03.25 PM" src="http://nickgeidner.com/494/wp-content/uploads/2014/01/Screen-Shot-2014-01-14-at-1.03.25-PM-300x269.png" width="300" height="269" /></a> <a href="http://nickgeidner.com/494/wp-content/uploads/2014/01/Screen-Shot-2014-01-14-at-1.03.00-PM.png"><img class="alignnone size-medium wp-image-144" alt="Screen Shot 2014-01-14 at 1.03.00 PM" src="http://nickgeidner.com/494/wp-content/uploads/2014/01/Screen-Shot-2014-01-14-at-1.03.00-PM-300x248.png" width="300" height="248" /></a></p>
<p>&nbsp;</p>
<p>This article had some very fun, interactive charts. I could scroll over parts of the graph and see more details and tailor the data according to what exactly I was looking to find. This was also interesting because of the recent scare after the NSA revealed its access to cell phone data. Metadata is an extremely relevant issue right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://nickgeidner.com/494/?feed=rss2&#038;p=134</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
