<?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>Sam Brenner - New Media Design</title>
	<atom:link href="http://sjb0940.cias.rit.edu/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://sjb0940.cias.rit.edu/wordpress</link>
	<description>Welcome to my blog! I am an interactive design and development student at the Rochester Institute of Technology in Rochester, NY. Contact me: sjb0940 [at] rit.edu</description>
	<lastBuildDate>Thu, 05 Nov 2009 20:41:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>No More Posts On This Blog</title>
		<link>http://sjb0940.cias.rit.edu/wordpress/?p=287</link>
		<comments>http://sjb0940.cias.rit.edu/wordpress/?p=287#comments</comments>
		<pubDate>Sat, 21 Mar 2009 17:31:58 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sjb0940.cias.rit.edu/wordpress/?p=287</guid>
		<description><![CDATA[Please visit my new blog here
Also check out my portfolio site here.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://sjbrenner.com/blog">Please visit my new blog here</a></p>
<p><a href="http://sjbrenner.com">Also check out my portfolio site here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sjb0940.cias.rit.edu/wordpress/?feed=rss2&amp;p=287</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TwitS***</title>
		<link>http://sjb0940.cias.rit.edu/wordpress/?p=278</link>
		<comments>http://sjb0940.cias.rit.edu/wordpress/?p=278#comments</comments>
		<pubDate>Tue, 17 Mar 2009 20:10:04 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Physical Computing]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://sjb0940.cias.rit.edu/wordpress/?p=278</guid>
		<description><![CDATA[I am self-censoring myself here, since this is RIT&#8217;s network and I&#8217;m sure they wouldn&#8217;t want me cursing and whatnot. But the title to this project includes a word that rhymes with &#8220;Twit&#8221; and begins with an S. Moving on&#8230;
My first project for Physical Computing was to find a creative way to turn an LED [...]]]></description>
			<content:encoded><![CDATA[<p>I am self-censoring myself here, since this is RIT&#8217;s network and I&#8217;m sure they wouldn&#8217;t want me cursing and whatnot. But the title to this project includes a word that rhymes with &#8220;Twit&#8221; and begins with an S. Moving on&#8230;</p>
<p>My first project for Physical Computing was to find a creative way to turn an LED on and off using <a href="http://arduino.cc/">Arduino</a>. A while ago, I said that the only way I&#8217;ll use Twitter (which I think is beyond pointless) was if I could hook it up to our cat&#8217;s litterbox and have it &#8220;Tweet&#8221; every time the cat takes a poop. An LED would light up to signal &#8220;the litterbox is occupied&#8221; or start flashing to signal &#8220;warning: it may smell awful.&#8221; And that&#8217;s exactly what I did!</p>
<p>I had first planned to install an ultrasonic sound emitter inside the litterbox to detect if there was something inside. When I went to Jason to look through his box-o-sensors, however, I found the flex sensor which was not only much easier to use than the ultrasonic emitter, but it would be much easier to code for as well. The flex sensor outputs a number which tells me if it is bending one way or another.</p>
<p><a href="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/03/p3170089.jpg"><img class="alignnone size-medium wp-image-279" title="p3170089" src="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/03/p3170089-300x225.jpg" alt="p3170089" width="300" height="225" /></a></p>
<p>Once I had wired up the board, I took to writing the code. The Arduino code checks three times a second to get the value of the sensor. If it is bending into the litterbox, it signals the LED to turn on. If it is bending out of the litterbox, it tells the LED to flash for a few minutes. The Processing code is responsible for posting the Twitter updates, which works like this: the Arduino board is able to broadcast information via the USB port back up to the computer, which Processing listens for &#8212; this is called a serial event. Depending on what the event parameters are, I can tell which direction the sensor is flexed in and post the appropriate tweet using a nifty library called <a href="http://www.winterwell.com/software/jtwitter.php">JTwitter</a>. Here&#8217;s a screenshot of the programs running on my laptop (technically, Arduino doesn&#8217;t have to be open for it to work, but it looks cool with them both there):</p>
<p><a href="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/03/screenshot1.jpg"><img class="alignnone size-medium wp-image-283" title="screenshot1" src="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/03/screenshot1-300x150.jpg" alt="screenshot1" width="300" height="150" /></a></p>
<p>And here is a picture of the installed &#8220;device:&#8221;</p>
<p><a href="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/03/p3170090.jpg"><img class="alignnone size-medium wp-image-281" title="p3170090" src="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/03/p3170090-225x300.jpg" alt="p3170090" width="225" height="300" /></a></p>
<p>If you&#8217;re interested, you can follow our beloved cat Reptar on Twitter <a href="http://twitter.com/reptarthecat">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sjb0940.cias.rit.edu/wordpress/?feed=rss2&amp;p=278</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>New Portfolio Site! sjbrenner.com</title>
		<link>http://sjb0940.cias.rit.edu/wordpress/?p=276</link>
		<comments>http://sjb0940.cias.rit.edu/wordpress/?p=276#comments</comments>
		<pubDate>Wed, 11 Mar 2009 04:51:46 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sjb0940.cias.rit.edu/wordpress/?p=276</guid>
		<description><![CDATA[Go check it out! A brief bit about the site: It&#8217;s built in AS3 and XML; I also used swffit so I could use the browser&#8217;s scroll bar instead of making one in AS3 (see how the height changes on each page! I think that&#8217;s pretty slick). There are a few bugs and missing features [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sjbrenner.com">Go check it out!</a> A brief bit about the site: It&#8217;s built in AS3 and XML; I also used <a href="http://swffit.millermedeiros.com/">swffit </a>so I could use the browser&#8217;s scroll bar instead of making one in AS3 (see how the height changes on each page! I think that&#8217;s pretty slick). There are a few bugs and missing features (a way to display progress work, a more integrated way to view still image projects) and those changes will be made soon. I&#8217;ll also be moving this blog over to the new domain sometime this week.</p>
<p>Of course, now I have to bump that page up in Google for my name to maintain my hard-earned number one spot: <a href="http://www.sjbrenner.com">Sam Brenner New Media Design Portfolio</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sjb0940.cias.rit.edu/wordpress/?feed=rss2&amp;p=276</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sankey Diagram Generator, Final Print</title>
		<link>http://sjb0940.cias.rit.edu/wordpress/?p=270</link>
		<comments>http://sjb0940.cias.rit.edu/wordpress/?p=270#comments</comments>
		<pubDate>Tue, 24 Feb 2009 01:09:30 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Processing]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sjb0940.cias.rit.edu/wordpress/?p=270</guid>
		<description><![CDATA[
It was more fun than I thought to read through the entire stimulus bill, and even more so to do it again, with a different version, when the bill was signed into law. Fortunately, I stumbled across the website stimuluswiki.com, which made the second readthrough considerably easier. After turning all the numbers into XML, I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/02/sankey_final_01.jpg"><img class="alignnone size-medium wp-image-271" title="sankey_final_01" src="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/02/sankey_final_01-300x216.jpg" alt="sankey_final_01" width="300" height="216" /></a></p>
<p>It was more fun than I thought to read through the entire stimulus bill, and even more so to do it again, with a different version, when the bill was signed into law. Fortunately, I stumbled across the website <a href="http://stimuluswiki.com">stimuluswiki.com</a>, which made the second readthrough considerably easier. After turning all the numbers into XML, I ran it through Processing, fixed whatever errors I had (including an extremely perplexing error involving Processing not liking my XML file generated in FlashDevelop, but having no problem with the exact same code copied and pasted into Dreamweaver) and went to the printers. I&#8217;ll take a picture of the print itself later, but for now you can click on the image above for the whole thing or see some actual-size details below.</p>
<p><a href="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/02/sankey_final_02.jpg"><img class="alignnone size-medium wp-image-272" title="sankey_final_02" src="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/02/sankey_final_02-300x149.jpg" alt="sankey_final_02" width="300" height="149" /></a></p>
<p><a href="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/02/sankey_final_03.jpg"><img class="alignnone size-medium wp-image-273" title="sankey_final_03" src="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/02/sankey_final_03-300x180.jpg" alt="sankey_final_03" width="300" height="180" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://sjb0940.cias.rit.edu/wordpress/?feed=rss2&amp;p=270</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sankey Diagram Test Run</title>
		<link>http://sjb0940.cias.rit.edu/wordpress/?p=265</link>
		<comments>http://sjb0940.cias.rit.edu/wordpress/?p=265#comments</comments>
		<pubDate>Fri, 13 Feb 2009 21:04:07 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Processing]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sjb0940.cias.rit.edu/wordpress/?p=265</guid>
		<description><![CDATA[The unfortunate thing about choosing stimulus package (officially the American Recovery and Reinvestment Act of 2009) as my dataset is that it gets updated quite frequently. So when I started gathering data, the latest version was the one passed by the House. Now the latest version is the one passed by the Senate, and soon [...]]]></description>
			<content:encoded><![CDATA[<p>The unfortunate thing about choosing stimulus package (officially the American Recovery and Reinvestment Act of 2009) as my dataset is that it gets updated <a href="http://thomas.loc.gov/cgi-bin/query/z?c111:H.R.1:">quite frequently</a>. So when I started gathering data, the latest version was the one passed by the House. Now the latest version is the one passed by the Senate, and soon it will be the one signed into law. So I stuck with my original version, which means eventually I&#8217;ll have to go back in and find whatever changes have been made. The good news is that the generator works like a charm! There are some design obstacles for me to overcome: a more graceful way to handle the text will be necessary, and the overlapping branches aren&#8217;t exactly what I wanted the diagram to look like. I&#8217;m swiftly converting all of my data to XML, but here is what I have so far: the Depts. of Agriculture, Commerce, Defense and Education.</p>
<p><a href="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/02/test.jpg"><img class="alignnone size-medium wp-image-266" title="test" src="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/02/test-300x190.jpg" alt="test" width="300" height="190" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://sjb0940.cias.rit.edu/wordpress/?feed=rss2&amp;p=265</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sankey Generator v0.3 and 0.4</title>
		<link>http://sjb0940.cias.rit.edu/wordpress/?p=260</link>
		<comments>http://sjb0940.cias.rit.edu/wordpress/?p=260#comments</comments>
		<pubDate>Tue, 10 Feb 2009 04:55:08 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://sjb0940.cias.rit.edu/wordpress/?p=260</guid>
		<description><![CDATA[
Fourth time&#8217;s a charm! It took a while and a lot of mistakes, but I have my Sankey Generator working with a theoretically infinite number of XML nodes. Here&#8217;s how it went down.
While version 0.2 looked exactly how I wanted to, it didn&#8217;t work exactly how I wanted it to. It ran through the values, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/02/picture-1.png"><img class="alignnone size-medium wp-image-261" title="picture-1" src="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/02/picture-1-300x135.png" alt="picture-1" width="300" height="135" /></a></p>
<p>Fourth time&#8217;s a charm! It took a while and a lot of mistakes, but I have my Sankey Generator working with a theoretically infinite number of XML nodes. Here&#8217;s how it went down.</p>
<p>While version <a href="http://sjb0940.cias.rit.edu/wordpress/?p=247">0.2</a> looked exactly how I wanted to, it didn&#8217;t work exactly how I wanted it to. It ran through the values, generated all the arrays I needed for the drawing, and plotted them accordingly. However it didn&#8217;t keep track of values like where each branch ends, which are very important if I wanted to plot a sub-level (which I did). I knew that I would need to use some sort of recursion to achieve the handling of infinitely-nested XML values, so I decided to rewrite my code from scratch to make it completely recursive. This was version 0.3. It read through the XML file as it is written, line by line, checking for any child nodes before moving on to a sibling node. This made quick work of handling an infinite amount of data, but I encountered a new problem: because it went to children before going to the next sibling, I again could not keep track of the end position of each branch. So once I ran through all the children of a node and needed to draw the next sibling, I would need to get the coordinates of the end of the parent node. My code quickly became cluttered with a ton of offsets and confusing numbers, driving me crazy! I am no fan of ugly code, for one, but most importantly, this wasn&#8217;t working. I solved this by creating a middle ground, a combination between recursive and level-by-level XML handling.</p>
<p>In version 0.4, I created a class called BranchGroup. BranchGroup takes three parameters:</p>
<ol>
<li>The XML element containing the siblings that need to be drawn, plus any potential child nodes, their children, etc.</li>
<li>How deep in the XML the node is, for calculating the curve&#8217;s X position</li>
<li>The Y position of the end of the branch from which this BranchGroup branches. (Got it?)</li>
</ol>
<p>It is also responsible for performing two functions:</p>
<ol>
<li>Drawing the curves for all the children (and only the children, not grandchildren or anything deeper). This works much the same way version 0.2 does.</li>
<li>Going back through the children and seeing if they have any children. If they do, I send that child element into a new BranchGroup, which repeats the same process until there are no more children. This works much the same way version 0.3 does.</li>
</ol>
<p>And voila! Now an infinite number of values with an infinite number of children can be drawn in beautiful Sankey form. My next task is to go through some data (I have chosen Obama&#8217;s economic stimulus bill, which so far has been a thrilling read), put it into XML and see how my program handles it. I anticipate having to make a few tweaks to make sure that branches don&#8217;t cross over and node labels show up properly. That&#8217;s all for now!</p>
]]></content:encoded>
			<wfw:commentRss>http://sjb0940.cias.rit.edu/wordpress/?feed=rss2&amp;p=260</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Groundhog&#8217;s Day</title>
		<link>http://sjb0940.cias.rit.edu/wordpress/?p=258</link>
		<comments>http://sjb0940.cias.rit.edu/wordpress/?p=258#comments</comments>
		<pubDate>Mon, 02 Feb 2009 13:31:40 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sjb0940.cias.rit.edu/wordpress/?p=258</guid>
		<description><![CDATA[It&#8217;s my birthday! But more importantly, it&#8217;s Groundhog&#8217;s Day. Let&#8217;s appreciate some lesser-known prognosticators, and their predictions (as of when I wrote this):

Wiarton Willie: More Winter
Staten Island Chuck: Spring
Shubenacadie Sam: More Winter
Balzac Billy, the Prairie Prognosticator
General Beauregard Lee, PhD (with a 94% accuracy rating)


]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s my birthday! But more importantly, it&#8217;s Groundhog&#8217;s Day. Let&#8217;s appreciate some lesser-known prognosticators, and their predictions (as of when I wrote this):</p>
<ul>
<li><a href="http://www.ctv.ca/servlet/ArticleNews/story/CTVNews/20090202/groundhog_day_090202/20090202?hub=TopStories">Wiarton Willie</a>: More Winter</li>
<li><a href="http://www.silive.com/news/index.ssf/2009/02/staten_island_chuck_predicts_s.html">Staten Island Chuck</a>: Spring</li>
<li><a href="http://www.google.com/hostednews/canadianpress/article/ALeqM5hRSBKlTtkL5wp0_Nr6isrU6HsP2w">Shubenacadie Sam</a>: More Winter</li>
<li>Balzac Billy, the Prairie Prognosticator</li>
<li><span>General Beauregard Lee, PhD (with a 94% accuracy rating)<br />
</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sjb0940.cias.rit.edu/wordpress/?feed=rss2&amp;p=258</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Redesign</title>
		<link>http://sjb0940.cias.rit.edu/wordpress/?p=254</link>
		<comments>http://sjb0940.cias.rit.edu/wordpress/?p=254#comments</comments>
		<pubDate>Wed, 28 Jan 2009 04:57:24 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://sjb0940.cias.rit.edu/wordpress/?p=254</guid>
		<description><![CDATA[You may have noticed that I redesigned my blog to match my pending portfolio change. Nothing major &#8211; I just changed the colors and the masthead. I also implemented sIFR so my post titles match the rest of the design. Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>You may have noticed that I redesigned my blog to match my pending portfolio change. Nothing major &#8211; I just changed the colors and the masthead. I also implemented <a href="http://novemberborn.net/sifr3">sIFR</a> so my post titles match the rest of the design. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://sjb0940.cias.rit.edu/wordpress/?feed=rss2&amp;p=254</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portfolio Comp Revision</title>
		<link>http://sjb0940.cias.rit.edu/wordpress/?p=251</link>
		<comments>http://sjb0940.cias.rit.edu/wordpress/?p=251#comments</comments>
		<pubDate>Thu, 22 Jan 2009 23:13:29 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Interactive]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://sjb0940.cias.rit.edu/wordpress/?p=251</guid>
		<description><![CDATA[After getting some suggestions on my portfolio, I have changed the color scheme and the top slightly. Here it is:

I&#8217;m still working with some more options for the top, but this is the one that feels the most complete.
]]></description>
			<content:encoded><![CDATA[<p>After getting some suggestions on my portfolio, I have changed the color scheme and the top slightly. Here it is:</p>
<p><a href="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/01/comp_top_alternatives.jpg"><img class="alignnone size-medium wp-image-252" title="comp_top_alternatives" src="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/01/comp_top_alternatives-300x232.jpg" alt="comp_top_alternatives" width="300" height="232" /></a></p>
<p>I&#8217;m still working with some more options for the top, but this is the one that feels the most complete.</p>
]]></content:encoded>
			<wfw:commentRss>http://sjb0940.cias.rit.edu/wordpress/?feed=rss2&amp;p=251</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sankey Generator v0.2</title>
		<link>http://sjb0940.cias.rit.edu/wordpress/?p=247</link>
		<comments>http://sjb0940.cias.rit.edu/wordpress/?p=247#comments</comments>
		<pubDate>Wed, 21 Jan 2009 15:58:00 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://sjb0940.cias.rit.edu/wordpress/?p=247</guid>
		<description><![CDATA[UPDATE: Here&#8217;s the final piece. Due to a few requests for it, I will soon be releasing my code. (Caveat: it&#8217;s ugly.)
Here is the next step forward in my Sankey diagram generator. While it is still far from a finished product, it actually looks like it&#8217;s supposed to, which is quite rewarding! Quite simply, I [...]]]></description>
			<content:encoded><![CDATA[<p>UPDATE: <a href="http://www.sjbrenner.com/blog/?p=270">Here&#8217;s the final piece</a>. Due to a few requests for it, I will soon be releasing my code. (Caveat: it&#8217;s ugly.)</p>
<p>Here is the next step forward in my Sankey diagram generator. While it is still far from a finished product, it actually looks like it&#8217;s supposed to, which is quite rewarding! Quite simply, I take the point in the middle of each trunk&#8217;s Y axis, map all of those values to a larger scale (to create the fanning out effect) and draw a bezier curve from the original point to the end point.</p>
<p><a href="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/01/sankeywithbranches.jpg"></a><a href="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/01/sankeywithbranches1.jpg"><img class="alignnone size-medium wp-image-249" title="sankeywithbranches1" src="http://sjb0940.cias.rit.edu/wordpress/wp-content/uploads/2009/01/sankeywithbranches1-300x217.jpg" alt="sankeywithbranches1" width="300" height="217" /></a></p>
<p>The curves are looking weird in a few spots, for instance with the largest values at the top, it appears to be more of a bulge than a curve. This may just be a matter of giving the curve more room to breathe on the X axis. Eventually I will need to come up with a nicer way to display the monetary values as well.</p>
<p>My next task is to gather more detailed data (specific Federal grants, for example), and draw those on to the graph as well. This should prove more of a challenge, but most of that code is already written.</p>
]]></content:encoded>
			<wfw:commentRss>http://sjb0940.cias.rit.edu/wordpress/?feed=rss2&amp;p=247</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
