<?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>Michelle Minkoff &#187; projects</title>
	<atom:link href="http://michelleminkoff.com/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://michelleminkoff.com</link>
	<description>=SUM (Passion + journalism + data + technology)</description>
	<lastBuildDate>Mon, 16 Jan 2012 20:20:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The power of linkable data apps (my second LAT app)</title>
		<link>http://michelleminkoff.com/2010/09/21/the-power-of-linkable-data-apps-my-second-lat-app/</link>
		<comments>http://michelleminkoff.com/2010/09/21/the-power-of-linkable-data-apps-my-second-lat-app/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 05:55:02 +0000</pubDate>
		<dc:creator>Michelle Minkoff</dc:creator>
				<category><![CDATA[data visualizations]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[contributions]]></category>
		<category><![CDATA[django app]]></category>
		<category><![CDATA[LAT]]></category>
		<category><![CDATA[proposition 19]]></category>

		<guid isPermaLink="false">http://michelleminkoff.com/?p=1118</guid>
		<description><![CDATA[Story of my life: This is a few weeks overdue. Launched a new app at the beginning of this month, tracking Prop 19 campaign contributions, which you can see at http://projects.latimes.com/prop19 I&#8217;ve spent much of my &#8220;summer&#8221; internship at the LA Times (ranging from April through present) working on a campaign contributions searchable application, to [...]]]></description>
			<content:encoded><![CDATA[<p>Story of my life: This is a few weeks overdue.  Launched a new app at the beginning of this month, tracking Prop 19 campaign contributions, which you can see at <a href="http://projects.latimes.com/prop19">http://projects.latimes.com/prop19</a><span id="more-1118"></span></p>
<p>I&#8217;ve spent much of my &#8220;summer&#8221; internship at the LA Times (ranging from April through present) working on a campaign contributions searchable application, to help the public explore the money that&#8217;s financing various propositions in California. The first step was getting the <a href="http://projects.latimes.com/prop8">Prop 8 application</a> out back in late June.  I&#8217;m really into the idea of templating data apps recently.  Make a custom interface, but make it resuable, so it doesn&#8217;t have to stop as one application.  It&#8217;s like how we already use third-party source tools as frameworks (Dipity, ManyEyes, etc.) We should expect the same, if not more, of custom solutions we create ourselves.  So, the original idea for the Prop 19 app was to apply Prop 19 data to the Prop 8 code.  We did that, but as is my normal mode, more features suddenly found themselves on the list.  So, in the end, we have two frameworks for campaign contributions now: the simple version and the more advanced version. </p>
<p>One of the large advancements in the second version is that every single donation is listed separately.  In Prop 8, the legacy data passed down to me had aggregate donations, which is helpful, but means users miss out on certain nuances.  So, when we were able to pass each donation in separately, I believed it was key to make each one linkable and sharable.  Not only does each donation have a separate link, but so does every donor, city, state, zipcode and committee.  This means if people find something and want to blog about it, share it with a friend, draw a media organization&#8217;s attention to it, whatever, they have a way to point someone else to that exact spot.  We don&#8217;t do enough of it in the data apps world.  Web frameworks make this easier, Flash interactives do not.</p>
<p>Creating permanent links to records and aggregate pages of our data is essential.  It&#8217;s how we combine our searchable databases with other reporting forms that provide even more context.  Did you write a story about someone you know gave a lot of money to a campaign?  And there&#8217;s a searchable database to go with that campaign?  Don&#8217;t just tell me they donated a lot of money, show me.</p>
<p>Just an example of one way we can change our mindset as reporters, Web producers, developers or whatever it is we do.  Find the minute detail, make it shareable.  Because while you may only care about record #1157, someone else cares much more about record #1158.  And both of you should be able to find that piece of the story that matters to you and use it.  That&#8217;s data for personalized news, and yet another lesson I take away from my time at the LAT.</p>
<p>PS &#8212; If you want a random Django tip (come on, you know you do) {% ifchanged %} is my new favorite template tag.  If you have a big list you&#8217;ve pulled out as a query, and it&#8217;s sorted, but you want to separate the list into subcategories, you want this.  Figure out an attribute that&#8217;s going to change, and enter that info as a label, inside the {% ifchanged %} tag.  It&#8217;ll show up when the code and text inside the tag changes &#8212; makes sense. This tip has made an ongoing project a lot easier, which I&#8217;ll be able to chat more about in a few weeks once it launches.</p>
<h3  class="related_post_title">Explore other posts:</h3><ul class="related_post"><li>October 30, 2011 -- <a href="http://michelleminkoff.com/2011/10/30/answering-some-faqs-about-fusion-tables/" title="Answering some FAQs about Fusion Tables">Answering some FAQs about Fusion Tables</a></li><li>February 15, 2010 -- <a href="http://michelleminkoff.com/2010/02/15/striving-toward-visual-storytelling-not-just-presentation/" title="Visual confections are more than mere presentation">Visual confections are more than mere presentation</a></li><li>June 13, 2010 -- <a href="http://michelleminkoff.com/2010/06/13/post-ire-wrapup-shameless-selfpromotion/" title="Post IRE wrap-up + shameless self-promotion">Post IRE wrap-up + shameless self-promotion</a></li><li>January 19, 2010 -- <a href="http://michelleminkoff.com/2010/01/19/majors/" title="Changes in the numbers of students majoring in programming and social sciences">Changes in the numbers of students majoring in programming and social sciences</a></li><li>March 24, 2010 -- <a href="http://michelleminkoff.com/2010/03/24/bringing-data-journalism-into-curricula/" title="Bringing data journalism into curricula">Bringing data journalism into curricula</a></li><li>March 29, 2011 -- <a href="http://michelleminkoff.com/2011/03/29/gantt-rant-advice-on-agile-project-management/" title="Gantt rant: Advice on agile project management">Gantt rant: Advice on agile project management</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://michelleminkoff.com/2010/09/21/the-power-of-linkable-data-apps-my-second-lat-app/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First LAT app (or the butterfly on my windowsill)</title>
		<link>http://michelleminkoff.com/2010/07/11/my-first-lat-django-app-or-the-butterfly-on-my-windowsill/</link>
		<comments>http://michelleminkoff.com/2010/07/11/my-first-lat-django-app-or-the-butterfly-on-my-windowsill/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 05:27:56 +0000</pubDate>
		<dc:creator>Michelle Minkoff</dc:creator>
				<category><![CDATA[CAR]]></category>
		<category><![CDATA[data visualizations]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[theory]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://michelleminkoff.com/?p=1051</guid>
		<description><![CDATA[http://projects.latimes.com/prop8 So, there&#8217;s that. First launch! My checklist: Figure out what part of journalism inspires me. CHECK (Data, programming) Find place where I can learn about it from others, but have freedom to try out my ideas and learn from knowledgeable and patient folks. CHECK (LAT) Use this opportunity to learn enough about programming to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://projects.latimes.com/prop8/" target="_blank">http://projects.latimes.com/prop8</a></p>
<p>So, there&#8217;s that. First launch!</p>
<p>My checklist:</p>
<ul>
<li>Figure out what part of journalism inspires me. CHECK (Data, programming)</li>
<li>Find place where I can learn about it from others, but have freedom to try out my ideas and learn from knowledgeable and patient folks. CHECK (LAT)</li>
<li>Use this opportunity to learn enough about programming to create at least one app. CHECK (See first line of post)</li>
</ul>
<p>That was a good time.</p>
<p>I&#8217;m planning a post on best practices for creating a searchable database application like this, with examples, and technical geekery, and all that, and I&#8217;d love your thoughts in the meantime.  Let me know if you have specific questions.</p>
<p>But in a moment of self-reflection, I&#8217;d just like to say this.<span id="more-1051"></span></p>
<p>I was sitting in my apartment this morning, and found that a butterfly had somehow gotten in (blame a broken screen, maybe).  It sat on my windowsill, facing the outside world.  It would feel around the window, trying to find an opening.  After circling the perimeter of the window, it laid back down, almost motionless, just searching.  An hour later, the cycle repeated.  Wanting to help the poor butterfly, after watching it struggle, I tried to capture it in a small box to take it downstairs.  It was too smart for that.  Fine.  What actually worked?  Covering all the windows and opening the balcony door.  You can&#8217;t force the butterfly out, even though you&#8217;re helping, it had to find the path out on its own.</p>
<p>Why do I bring this up?  Am I slowly going insane after spending the day with Dive Into Python (rec&#8217;d)?  Perhaps. But I have a point.</p>
<p>Let&#8217;s take the common journalist, yearing to know more about data-driven apps.  (I can&#8217;t be the only one, I just can&#8217;t!)  I search for the answers, voraciously read, alternate between laying still while observing the space and wandering around the perimeter, feeling it out, trying to dip my toe in the water.  I jump into the pool, head-first, realize it&#8217;s not working.  Can&#8217;t do it on my own.  Many people who&#8217;ve already made the journey try to help.  But they just can&#8217;t just give me the knowledge, can&#8217;t just take me to my goal, can&#8217;t just make it happen.  They must lead me there, give me the same resources they used.  Recommend the books, the sites. But in the end, I&#8217;ve got to find my own way out of the house, the prison of not knowing enough coding basics to begin.  Pushes in the right direction, guiding me away from those false starts, this is essential.</p>
<p>I&#8217;d just like to take a moment to thank the experts, who guide me away from the false starts, who don&#8217;t give up when I keep turning the wrong way.  In particular, in terms of the programming skills I&#8217;m learning, it&#8217;s Ben Welsh (who I happen to have been working most closely with), who exercises that kind of patience.  Who never tells me not to fly into that closed window, because while it was closed for him, I might discover a way to get out.  Of course, I don&#8217;t, and he&#8217;s no less interested in helping me get back on course. Thanks!</p>
<p>Still a long way to go.  So, what&#8217;s changed?  Now, I&#8217;ve gotten outside.  I made my first app.  When someone asks me what steps make up a project, how long it&#8217;ll take, I can give a legitimate answer, or know how to find one.</p>
<p>I still remember wondering if I could ever build an application.  And Derek said to me, &#8220;There&#8217;s only one way to find out.&#8221;  Derek, who I used to bug on a daily basis about this stuff.  Derek, who I haven&#8217;t asked a Python/Django question of since March.  I&#8217;m the LAT&#8217;s problem now!</p>
<p>Well, as Derek said, find out we did.  Time to push it further, I say.</p>
<p>There&#8217;s a whole world to explore now that I&#8217;ve escaped being stuck inside.  LAT folks, prepare yourself, the questions you&#8217;ve seen so far are only the beginning.</p>
<h3  class="related_post_title">Explore other posts:</h3><ul class="related_post"><li>January 4, 2010 -- <a href="http://michelleminkoff.com/2010/01/04/math/" title="My new perspective on math &#8211; it&#8217;s a journalistic tool!">My new perspective on math &#8211; it&#8217;s a journalistic tool!</a></li><li>July 30, 2011 -- <a href="http://michelleminkoff.com/2011/07/30/what-is-it-like-looking-for-a-programmer-journalist-job/" title="What&#8217;s it like looking for a programmer-journalist job?">What&#8217;s it like looking for a programmer-journalist job?</a></li><li>March 29, 2010 -- <a href="http://michelleminkoff.com/2010/03/29/using-javascript-for-interactive-google-charts/" title="Using Javascript for interactive Google charts">Using Javascript for interactive Google charts</a></li><li>March 26, 2011 -- <a href="http://michelleminkoff.com/2011/03/26/my-quickly-formed-vision-for-a-journ-prog-curriculum/" title="My (quickly formed) vision for a journ-prog curriculum">My (quickly formed) vision for a journ-prog curriculum</a></li><li>September 28, 2011 -- <a href="http://michelleminkoff.com/2011/09/28/journonerd-crisis-where-am-i-and-where-am-i-going-ona-wrapup/" title="Journonerd Crisis: Where am I, and where am I going? (ONA Wrapup)">Journonerd Crisis: Where am I, and where am I going? (ONA Wrapup)</a></li><li>March 8, 2010 -- <a href="http://michelleminkoff.com/2010/03/08/data-delver-tony-debarros-usa-today/" title="Data Delver: Anthony DeBarros, USA Today">Data Delver: Anthony DeBarros, USA Today</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://michelleminkoff.com/2010/07/11/my-first-lat-django-app-or-the-butterfly-on-my-windowsill/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Piece de resistance: Data viz wrapup</title>
		<link>http://michelleminkoff.com/2010/03/08/piece-de-resistance-data-viz-wrapup/</link>
		<comments>http://michelleminkoff.com/2010/03/08/piece-de-resistance-data-viz-wrapup/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 06:27:00 +0000</pubDate>
		<dc:creator>Michelle Minkoff</dc:creator>
				<category><![CDATA[CAR]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[data visualizations]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[tufte]]></category>
		<category><![CDATA[accent color]]></category>
		<category><![CDATA[art gallery]]></category>
		<category><![CDATA[art medium]]></category>
		<category><![CDATA[bar graph]]></category>
		<category><![CDATA[chicago art]]></category>
		<category><![CDATA[chicago artists]]></category>
		<category><![CDATA[computer assisted reporting]]></category>
		<category><![CDATA[data reporting]]></category>
		<category><![CDATA[discretion]]></category>
		<category><![CDATA[flash component]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[gallery buildings]]></category>
		<category><![CDATA[instinct]]></category>
		<category><![CDATA[medill]]></category>
		<category><![CDATA[monopoly]]></category>
		<category><![CDATA[paintbrushes]]></category>
		<category><![CDATA[palletes]]></category>
		<category><![CDATA[persistence]]></category>
		<category><![CDATA[searchable database]]></category>
		<category><![CDATA[storytelling]]></category>
		<category><![CDATA[thrust]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://michelleminkoff.com/?p=747</guid>
		<description><![CDATA[And, scene.  That&#8217;s a term borrowed from theater, it&#8217;s used as an act or scene closes.  My giant Chicago art gallery persistence project is completed.  We&#8217;ve got a trend article that uses CAR techniques, and a Flash visualization and a searchable database.  The main thrust to the story is that of the galleries that existed [...]]]></description>
			<content:encoded><![CDATA[<p>And, scene.  That&#8217;s a term borrowed  from theater, it&#8217;s used as an act or scene closes.  My giant Chicago art gallery persistence project is completed.  We&#8217;ve got a <a href="http://michelleminkoff.com/2010/03/03/persistence-of-chicago-art-galleries/" target="_blank">trend article that uses CAR techniques,</a> and a <a href="http://minkoffcodingadventures.com/galleries/" target="_blank">Flash visualization and a searchable database</a>.  The main thrust to the story is that of the galleries that existed in Chicago in 1990, about half have survived.  What&#8217;s enabled them to survive, though, has varied.  And while I can give you the overall picture, maybe you, as someone interested in the topic, care more about a certain medium or gallery or part of the city.  You must be able to find the part of the story that matters to you.  This is the non-linear storytelling first mentioned in the beginning weeks of Medill.  But for me, it is no longer just an idea, it is a reality.<span id="more-747"></span><br />
<br/></p>
<h2>Visualizing through graphics</h2>
<p>The Flash component allows you to search by art medium accepted, or by neighborhood.  The neighborhoods are determined by groups of zip codes, and the ten art medium categories are made of various combinations of the more than 60 categories itemized in the Chicago Artists&#8217; Coalition&#8217;s list of galleries.  One important thing I&#8217;ve learned about data reporting is that you have to use journalistic discretion to pare down the options.  60-something categories of media can be extremely overwhelming.  If you fail to use discretion when creating a project, you&#8217;ve failed the user.  I used Tuftian principles for the graph itself, keeping it as simple as possible.  I liked using the idea of duplicates to make up the units of a bar graph.  I went with houses to symbolize the gallery buildings.  My first instinct was to use paintbrushes, or paint palletes.  But that doesn&#8217;t work when you are sorting for the decline of these galleries that sold wearable art. The Monopoly-style house was the best generic choice.  I went with the blue accent color since it was calm and unobtrusive, but more visually interesting than a solid black and white graph.  I&#8217;ve been doing a lot of reading about the power of an accent color, and sticking mostly with the neutral to pack a punch.  Other tweaks I made as I went along included adjusting the size of the ticks on the y axis.  I found myself thinking more about interface design than usual, when you have a certain filter on, the background color on that button should be different to indicate what variables you are looking at.</p>
<p>And I learned something about myself.  When I set out, this type of piece is what I saw as the definition of a visualization.  Now, I see data-driven applications, especially those allowing for you to dig deep using the power of frameworks, as a form of visualization. One isn&#8217;t necessarily better than the other, in fact, I think they play off of each other.  But I&#8217;m not a visual person.  It&#8217;s fun to play with, but I know designers who could have packed more of a visual punch with this piece.  But by keeping it simple, I&#8217;m hoping it works.<br />
<br/></p>
<h2>Searchable databases are visualizations, too</h2>
<p>You can read most of my thoughts on how this came out <a href="http://michelleminkoff.com/2010/02/28/django-app-2-conquering-forms-and-the-google-api/" target="_blank">here</a>, and I&#8217;ve made a few small tweaks since then.  Most notable is dealing with the list of media accepted on the detail page.  I was trying to form a sentence with the media that were accepted, but was having trouble figuring out how to display &#8220;and&#8221; before the second-to-last template tag that was actually displayed.  I solved the problem by turning the accepted media list into a list of bullet points.  I think it reads better this way, too.  I like the idea of being able to get an overview of sorting the data through the Flash visualization, and then digging as deep as you want with the searchable database.<br />
<br/><br />
<h2>Not providing  current gallery information</h2>
<p>Going back to the Flash visualization, throughout the quarter, my independent study adviser Rich Gordon and I debated the merit of putting the number of current galleries into the visualization.  I eventually opted not to.  That&#8217;s because this whole project is about persistence of art galleries &#8212; what happened to the 96 that existed in 1990?  Introducing the number of current galleries is a completely different data set.  I tried making it another node on the graph, but it made everything else seem tiny.  Even listing the number of current galleries just seemed out of place.  I believe the lesson here is to stick to your data set.  Comparing the galleries that persisted to total number of galleries is a valid project, but a different project &#8212; that was my ultimate conclusion.<br />
<br/><br />
<h2>Flash as a viz tool</h2>
<p>Some other challenges I encountered included proper alignment of the various house icons (thanks to Flash&#8217;s grid feature for help on that).  Knowing when to use the right tool was an interesting battle.  At first, I was trying to get Flash to create the detailed views that Django is ultimately better suited for.  By combining Flash and Django, I think I came up with a significantly better combination.  Even if someone doesn&#8217;t explicitly go into design, I would heartily recommend they read Tufte and try experiments in Processing, Flash and Django.  It&#8217;ll all help in the long run.<br />
<br/><br />
<h2>Looking toward the future</h2>
<p>There was a time, not that many months ago, when I prided myself on the fact that I knew enough about programming to communicate with coders.  Now, I just do the programming myself &#8212; or at least, as much as I can.  I&#8217;ve determined that visual design isn&#8217;t my forte, but I understand enough about it that I&#8217;ll be able to integrate smoothly with an art director or Web designer.  I even understand enough about Flash that I&#8217;ll be able to collaborate closely with front-end interactive designers.  But I wouldn&#8217;t know any of this if I hadn&#8217;t tried a lot of new things. I&#8217;ve applied my journalistic curiosity, that I typically use for subject matter, to new ways to tell stories, and tools with which I can bring those stories to life.  It is for that adventure that I embarked on this journey.  As I said after my Washington quarter, I&#8217;ve learned a lot, and I&#8217;ve also learned just how little I know. It will be an ongoing quest. But how fun and educational it&#8217;s been to ramp up my skills in these past ten weeks.<br />
<br/><br />
<h2>The power of community</h2>
<p>As I&#8217;ve been pursuing the independent study, one of my other goals has been to blog regularly.  By that, I mean more often than once a month, which has been my typical pattern.  And through the excitement I&#8217;ve gotten from my exploration of programming journalism and visualizations, I&#8217;ve been able to do that.  I&#8217;ve promised myself it won&#8217;t end at this point, there&#8217;s so much more to explore.</p>
<p>But if you&#8217;re reading this, I want to thank you. Your comments on the site, via email, or on Twitter have enhanced my learning process.  You may not be receiving tuition money, but whether you helped me troubleshoot my Django app, discussed the intracies of Flash, pointed me to a great GitHub tutorial or just chatted with me about where I might fit in the grand scheme of things, I couldn&#8217;t have done it without you.  The greatest asset of the CAR community, as I see it, is the community itself.  I look forward to keeping in touch for years to come.</p>
<p>It&#8217;s for that reason that I couldn&#8217;t be more excited about NICAR later this week.  (Less than 72 hours till I leave!)  I can&#8217;t wait to meet you all in person, to hear even more inspiring ideas that I can bring to my first &#8220;real job&#8221; (not sure where that is yet, but I&#8217;ll keep you posted).  Heck, I&#8217;m even giving a five-minute lightning talk on some cool tricks I&#8217;ve been playing with in Javascript.  It&#8217;s a beautiful thing when an almost-graduated student&#8217;s knowledge is valued that much.  But from what I&#8217;ve seen, I shouldn&#8217;t be surprised.  It&#8217;s not about a judgment of age or experience, it&#8217;s about sharing something with each other.  That&#8217;s what makes NICAR, this quarter and journalism in general so special.  As it says on my high school class ring, knowledge is power.  I&#8217;m ecstatic that we all will continue that journey together for years to come.</p>
<h3  class="related_post_title">Related posts you might enjoy:</h3><ul class="related_post"><li>March 3, 2010 -- <a href="http://michelleminkoff.com/2010/03/03/persistence-of-chicago-art-galleries/" title="Persistence of Chicago Art Galleries">Persistence of Chicago Art Galleries</a></li><li>January 10, 2010 -- <a href="http://michelleminkoff.com/2010/01/10/which-states-have-been-hit-hardest-by-unemployment-in-the-last-decade/" title="Which states have been hit hardest by unemployment in the last decade?">Which states have been hit hardest by unemployment in the last decade?</a></li><li>February 28, 2010 -- <a href="http://michelleminkoff.com/2010/02/28/django-app-2-conquering-forms-and-the-google-api/" title="Django app #2: Conquering forms and Google Maps API">Django app #2: Conquering forms and Google Maps API</a></li><li>January 18, 2010 -- <a href="http://michelleminkoff.com/2010/01/18/committing-fact-errors-in-visualizations/" title="Committing fact errors in visualizations">Committing fact errors in visualizations</a></li><li>March 8, 2010 -- <a href="http://michelleminkoff.com/2010/03/08/data-delver-jennifer-lafleur-propublica/" title="Data Delver: Jennifer LaFleur, ProPublica">Data Delver: Jennifer LaFleur, ProPublica</a></li><li>February 15, 2010 -- <a href="http://michelleminkoff.com/2010/02/15/striving-toward-visual-storytelling-not-just-presentation/" title="Visual confections are more than mere presentation">Visual confections are more than mere presentation</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://michelleminkoff.com/2010/03/08/piece-de-resistance-data-viz-wrapup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Persistence of Chicago Art Galleries</title>
		<link>http://michelleminkoff.com/2010/03/03/persistence-of-chicago-art-galleries/</link>
		<comments>http://michelleminkoff.com/2010/03/03/persistence-of-chicago-art-galleries/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 20:26:08 +0000</pubDate>
		<dc:creator>Michelle Minkoff</dc:creator>
				<category><![CDATA[CAR]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[data visualizations]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[1980s]]></category>
		<category><![CDATA[analyzing data]]></category>
		<category><![CDATA[art collectors]]></category>
		<category><![CDATA[art gallery]]></category>
		<category><![CDATA[chicago art galleries]]></category>
		<category><![CDATA[chicago artists]]></category>
		<category><![CDATA[computer assisted reporting]]></category>
		<category><![CDATA[decline]]></category>
		<category><![CDATA[department stores]]></category>
		<category><![CDATA[fate]]></category>
		<category><![CDATA[flexibility]]></category>
		<category><![CDATA[galleries]]></category>
		<category><![CDATA[heyday]]></category>
		<category><![CDATA[large scale]]></category>
		<category><![CDATA[local art]]></category>
		<category><![CDATA[mecca]]></category>
		<category><![CDATA[paintings]]></category>
		<category><![CDATA[persistence]]></category>
		<category><![CDATA[respite from]]></category>
		<category><![CDATA[searchable database]]></category>
		<category><![CDATA[sortable]]></category>
		<category><![CDATA[visualization]]></category>
		<category><![CDATA[visualizations]]></category>

		<guid isPermaLink="false">http://michelleminkoff.com/?p=726</guid>
		<description><![CDATA[I&#8217;ve spent the quarter compiling and analyzing data exploring the persistence of Chicago art galleries, as a way of exploring CAR for the arts.  I found a list from the Chicago Artists&#8217; Coalition of 96 such businesses that existed in 1990, and tracked their fate.  A story summarizing the trend follows (an assignment for my [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent the quarter compiling and analyzing data exploring the persistence of Chicago art galleries, as a way of exploring CAR for the arts.  I found a list from the Chicago Artists&#8217; Coalition of 96 such businesses that existed in 1990, and tracked their fate.  A story summarizing the trend follows (an assignment for my Arts Reporting class).  You can see the accompanying searchable database <a href="http://minkoffcodingadventures.com/galleries/" target="_blank">here</a>.  That page will also soon include a Flash visualization exploring the decline in those original galleries over time, sortable by area and medium. <strong>(UPDATE 3/7/10: The Flash visualization is now posted.)</strong><span id="more-726"></span></p>
<h2>Gallery owners: Flexibility necessary for survival</h2>
<p>Chicago’s local art gallery community is a tight-knit group.  Ask them about the industry’s history. They’ll tell you this city was once seen as a mecca for new, up-and-coming art galleries – but that was in the mid- and late-1980s.  And things have changed since then.</p>
<p>There was a time when dealers at these personalized institutions sold everything from paintings to kaleidoscopes to cards – all to a stream of clients with a variety of interests from across the globe. The pieces they sold gave customers a respite from the large-scale department stores that had emerged in earlier decades, where so many items were mass-produced.  Art collectors knew they could get something special at one of the at least 96 galleries that existed in Chicago as of 1990.</p>
<p>In fact, the Chicago Artists’ Coalition put together a list of these galleries that were within the city limits, as well as others in the suburbs and further downstate. It served as a resource for their members to learn where they could sell their work.</p>
<p>Fast-forward to 2010, and some gallery owners will tell you the heyday of the 1980s has vanished, and Chicago isn’t able to support galleries the way it once did.   Others don’t bemoan the health of the gallery industry.  They say it’s manageable, if you’re smart about your expectations for your business.</p>
<p>Deven Golden, director of the Compassrose Gallery in 1990, said, “We used to say we were an international gallery that just called Chicago home, but that dried up at the end of the ‘80s.”</p>
<p>Golden, who managed the River North gallery that closed in 1992 after founder Jim Rose’s death, has since moved to New York to pursue his career as a gallery owner.</p>
<p>The persistence of these galleries, their ability to survive, is one way to measure the health of the visual art industry in Chicago.</p>
<p>The Medill News Service followed up with representatives from the 96 galleries listed in the city as of 1990, to find out their fate.  Analysis of a database created from this information revealed that six other gallery owners had similar thoughts to Golden, and they have moved their galleries out of state since 1990.  And 34 of the 96 galleries have relocated within Illinois, often remaining in Chicago.</p>
<p>49 galleries from the original list are now closed.  That’s just over half of the total.</p>
<p>To survive the change in the economic climate in the past 20 years, some gallery owners say they have expanded their inventory into other areas. While they still consider their businesses galleries, they have other interests.</p>
<p>Karen McCauley is the manager of Gallery Genesis, located on the South Side.  It’s one of seven galleries to stay in its same location since 1990.  McCauley credits the business’ success to a shift in focus.  “We’re more of a church goods and religious supply store now, than anything else.  But we are still a gallery.  We keep artwork on display upstairs, and we do sell it.”</p>
<p>She said the gallery was successful with its original focus on religious art until the early 2000s, and then it just wasn’t bringing in enough money in its current form.</p>
<p>“We’re in a niche that’s very small and specialized, it’s definitely hard,” McCauley said.</p>
<p>Gallery 1633, located on the Northwest side, is one of the nine galleries from the 1990 list that has closed in the past five years.  It closed in 2007 when co-founder, and then-owner, Montana Morrison decided to move it to Red Bluff, Calif.  Bill Dixon, husband of the late Morrison who died in late 2009, said that the gallery was affected not just by the artistic market in the area, but by the neighborhood as a whole.</p>
<p>“It just wasn’t like it used to be, wasn’t the same experience to live or work there,“ said Dixon.  “It was overcrowded, generally.  It wasn’t a comfortable place to shop, or to live.”</p>
<p>Others thought the prevailing issue was the lack of visibility for the gallery community in Chicago by the public at large.  And that’s a problem for a business in an industry where so much relies on word of mouth.</p>
<p>River North’s Center for Contemporary Art closed in 1996.  According to Cheryl Pelavin, who worked at the gallery in the 1990’s, the reason was clear: “Lack of prestige,” she said simply.</p>
<p>For many gallery owners, these issues meant that their love of art dealing often took them away from the city they called home, as they found the market increasingly difficult throughout the 1990’s and 2000’s.</p>
<p>Golden of the Compassrose Gallery now owns his own gallery, Deven Golden Fine Arts, in New York.</p>
<p>“In the ‘90s, we sold 60 percent of our art to people outside of Chicago, “ he said of his work at Compassrose.  “I don’t think we were alone.”</p>
<p>Golden said that for many international clients, it was often easier to get to New York from Europe.  The Big Apple also created a certain experience for these collectors, which Chicago simply didn’t have, he said.</p>
<p>“Collectors like to go to New York,” said Golden.  “When people were starting their collections, they’d go to Chicago, and it’d be fine.  But when people started to buy enough, suddenly it would matter and click, and they ‘d move on.”</p>
<p>At the end of the 1980’s , the gallery scene was on its way up,  Golden said.  At that time, he thought it might meet the success and prevalence that theater now enjoys in Chicago.  But that would have required more substantial backing from the city.  “We never got to the critical mass that we needed.  It just didn’t happen,” he said.  “The city had a lot of trouble forming its own identity as an art community.”</p>
<p>And Golden said he wishes that weren’t true.  “I could’ve stayed in Chicago.  But I liked the gallery thing. I thought to myself, ‘I want to have my own, and in Chicago, it’s just very difficult to do.’”</p>
<p>The declining climate for galleries isn’t specific to Chicago, though. Golden owned a gallery on Manhattan’s 57<sup>th</sup> Street for five years, and in the early 2000’s, he lost his backer, and had to close that gallery.</p>
<p>He’s now opened a new one, but he sees it as more of a side business that supplements his work at Artsystems, where he designs software for art dealers.</p>
<p>Yet others have made it work in Chicago. One such gallery owner is Cheryl Pertl, whose A.E.S Gallery has persisted in Chicago since 1990.   The business has moved three times, but has always stayed within the city limits.  “We go where the customers are,” she said.  She added the key is being flexible as the market shifts.  While she previously focused on mediums, such as painting and sculpture, now she carries works across media but only covering one topic: McDonalds. She said that attracts a specialized, and dependable, client base.</p>
<p>Pertl now also owns the Ogilvie-Pertl Gallery, which opened in 2000 in the River East Art Center.  As opposed to the modern incarnation of A.E.S., it has a broader specialization.  Her tip for success is to recognize that treating a gallery as a sole source of income may not be feasible.  “I make my own art, too.  If you think you can just exist on the money you make from a gallery in Chicago, well, it’s not that you can’t, it’s just extremely difficult.”</p>
<h3  class="related_post_title">Related posts you might enjoy:</h3><ul class="related_post"><li>March 8, 2010 -- <a href="http://michelleminkoff.com/2010/03/08/piece-de-resistance-data-viz-wrapup/" title="Piece de resistance: Data viz wrapup">Piece de resistance: Data viz wrapup</a></li><li>January 10, 2010 -- <a href="http://michelleminkoff.com/2010/01/10/which-states-have-been-hit-hardest-by-unemployment-in-the-last-decade/" title="Which states have been hit hardest by unemployment in the last decade?">Which states have been hit hardest by unemployment in the last decade?</a></li><li>February 28, 2010 -- <a href="http://michelleminkoff.com/2010/02/28/django-app-2-conquering-forms-and-the-google-api/" title="Django app #2: Conquering forms and Google Maps API">Django app #2: Conquering forms and Google Maps API</a></li><li>January 18, 2010 -- <a href="http://michelleminkoff.com/2010/01/18/committing-fact-errors-in-visualizations/" title="Committing fact errors in visualizations">Committing fact errors in visualizations</a></li><li>March 8, 2010 -- <a href="http://michelleminkoff.com/2010/03/08/data-delver-jennifer-lafleur-propublica/" title="Data Delver: Jennifer LaFleur, ProPublica">Data Delver: Jennifer LaFleur, ProPublica</a></li><li>March 2, 2010 -- <a href="http://michelleminkoff.com/2010/03/02/guest-post-better-integrating-data-in-our-newsroom-culture/" title="Guest Post: Integrating data with our journalism">Guest Post: Integrating data with our journalism</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://michelleminkoff.com/2010/03/03/persistence-of-chicago-art-galleries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Changes in how we travel across U.S. borders</title>
		<link>http://michelleminkoff.com/2009/12/30/changes-in-how-we-travel-across-u-s-borders/</link>
		<comments>http://michelleminkoff.com/2009/12/30/changes-in-how-we-travel-across-u-s-borders/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 03:18:16 +0000</pubDate>
		<dc:creator>Michelle Minkoff</dc:creator>
				<category><![CDATA[data visualizations]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://michelleminkoff.com/?p=66</guid>
		<description><![CDATA[Traveling is something we often take for granted nowadays &#8212; at least, I know I do.  And as situations in my life have changed, I&#8217;ve been thinking about all the different types of transportation I use.  I&#8217;m a bit more reliant on my car in the Chicago suburbs, and while I griped about the Metro [...]]]></description>
			<content:encoded><![CDATA[<p>Traveling is something we often take for granted nowadays &#8212; at least, I know I do.  And as situations in my life have changed, I&#8217;ve been thinking about all the different types of transportation I use.  I&#8217;m a bit more reliant on my car in the Chicago suburbs, and while I griped about the Metro while in D.C., I miss its reliability.  I took buses more in DC than I ever did in Chicago, and my acquaintance with commuter trains grew while I went to undergrad in the Boston suburbs.</p>
<p>It&#8217;s a large part of people&#8217;s lives, and deserves further study.  That&#8217;s the motivation behind this interactive graph I cooked up using data from the <a href="http://www.transtats.bts.gov/DL_SelectFields.asp?Table_ID=1358&amp;DB_Short_Name=Border%20Crossing" target="_blank">Bureau of Transportation Statistics</a>.  It&#8217;s interesting to see just how much more people are using cars to cross over from the United States to Canada or Mexico, and how that compares to traffic from buses, trains and pedestrians.  I was actually quite surprised to see just how prevalent walking is in some states, second most in overall traffic to passenger vehicles.</p>
<p>Here, we have an visual exploration of how total traffic across the U.S. border has changed since 1996, in terms of how much each state and each mode of transportation contributes to the overall amount of those coming in and out of the U.S. on land.  Air travel was not included in the dataset, and rightfully so, do you count the planes that are passing over the border, or just ones that land in Canada or Mexico?  It seems as if it adds a lot of unnecessary issues.</p>
<p>Also, the data only goes up through July 2009, so when it looks like there is a drop from the previous year, it may be because a full 12 months aren&#8217;t recorded.  This seems to be a common issue in data analysis that I&#8217;ve come across in other projects too.  I don&#8217;t think you should leave it out, because that&#8217;s denying the user information, but it does merit an explanation.  I welcome feedback on this, one of my more ambitious projects to date.  (More analysis and personal reflections after the jump.)</p>
<p><object style="width: 900px; height: 600px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="900" height="600" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.michelleminkoff.com/JobVoyager.swf" /><embed style="width: 900px; height: 600px;" type="application/x-shockwave-flash" width="900" height="600" src="http://www.michelleminkoff.com/JobVoyager.swf"></embed></object></p>
<p><span id="more-66"></span></p>
<p>I thought the best way to evaluate this data set was by enabling the user to both see the big picture and make comparisons across states or modes of transportation. <em> </em>(Full disclosure: This data set was from my final project for my digital frameworks class, but I didn&#8217;t get to complete it as thoroughly as I wanted.)</p>
<p>I still haven&#8217;t done as much analysis as I would like, but a new quarter calls.  (And if you&#8217;re wondering what the distraction was, it was designing and implementing the <a href="http://www.faith.medilldc.net" target="_blank">web site for a quarter-long team reporting project on religion and the environment</a>, as well as data crunching on a piece Medill did with the Tribune looking at <a href="http://www.chicagotribune.com/health/chi-health-lobbyists_bddec20,0,4862599.story" target="_blank">former staffers from the Hill now lobbying for organizations with health care interests</a>.)</p>
<p>On the technical side, this was an adventure deeper into ActionScript than I had ever gone before, and much of it was based on<a href="http://flowingdata.com/2009/12/09/how-to-make-an-interactive-area-graph/"> this tutorial</a> from Flowing Data.  I was exploring Adobe&#8217;s <a href="http://www.adobe.com/products/flex/" target="_blank">Flex</a> program for the first time, and it was both challenging and rewarding.  Using <a href="http://flare.prefuse.org/">Flare</a>, a library created by the <a href="http://vis.berkeley.edu/">UC Berkeley Visualization Lab</a>, helped me to take a lot of shortcuts, but at the same time, I found you really have to get inside someone else&#8217;s head to understand where different code is stored.  This emphasized the importance to me of keeping my own code as clean as possible &#8212; something I&#8217;ve heard often, but rarely experienced from the other side.  Flare was actually very well-documented in the comments, it was just an issue of searching through many different classes for the right line.  I suppose it&#8217;ll get easier with experience.</p>
<p>I wonder about this lesson as it applies to journalism. So often, I think of reporting as an individual job, but if we share work we have done in the past, we could be more efficient and provide even more information to the public.  I guess it&#8217;s an argument to stop bragging about how my chicken-scratch handwriting gives me the skills to write in investigative code no one can read, and think more about how to better facilitate the exchange of information with colleagues.  It&#8217;s the same rationale as to why interactive projects come out better when done as part of a team.  Sure, I can report, analyze, design and produce packages myself, but it would come out so much better if I were working on a specialized part of it with others who had expertise in different components.</p>
<p>My current dilemma is discovering exactly what my specialty is.  That&#8217;s why I&#8217;m embarking on a data visualization independent study on Monday, a major component of my final quarter at Northwestern.  The journalism industry and I share this commonality: We must work to determine where is it we fit in this changing world.  It&#8217;s not a question of if there&#8217;s a place for us, but a question of how best to discover and focus on  our greatest strengths.</p>
<h3  class="related_post_title">Explore other posts:</h3><ul class="related_post"><li>January 31, 2010 -- <a href="http://michelleminkoff.com/2010/01/31/data-delver-tyson-evans-new-york-times-interface-engineer/" title="Data Delver: Tyson Evans, NY Times Interface Engineer">Data Delver: Tyson Evans, NY Times Interface Engineer</a></li><li>November 22, 2009 -- <a href="http://michelleminkoff.com/2009/11/22/printies-and-webbies-were-all-journalists/" title="Printies and webbies &#8212; we&#8217;re all journalists!">Printies and webbies &#8212; we&#8217;re all journalists!</a></li><li>May 24, 2011 -- <a href="http://michelleminkoff.com/2011/05/24/oh-hi-blog-readers-its-been-a-while/" title="Oh, hi, blog readers &#8212; it&#8217;s been a while!">Oh, hi, blog readers &#8212; it&#8217;s been a while!</a></li><li>February 15, 2010 -- <a href="http://michelleminkoff.com/2010/02/15/visualizing-networking-when-it-doesnt-work/" title="Visualizing networking: When it doesn&#8217;t work">Visualizing networking: When it doesn&#8217;t work</a></li><li>December 1, 2010 -- <a href="http://michelleminkoff.com/2010/12/01/programming-does-not-replace-the-story-no-no-no/" title="&#8220;I do not believe programming replaces the story&#8221; No, no, no!!!">&#8220;I do not believe programming replaces the story&#8221; No, no, no!!!</a></li><li>January 2, 2012 -- <a href="http://michelleminkoff.com/2012/01/02/the-word-of-2012-moderation/" title="The word of 2012 &#8212;  Moderation">The word of 2012 &#8212;  Moderation</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://michelleminkoff.com/2009/12/30/changes-in-how-we-travel-across-u-s-borders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

