<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>FlowingData Forums &#187; Forum:  - Recent Posts</title>
<link>http://forums.flowingdata.com/</link>
<description>Strength in Numbers</description>
<language>en</language>
<pubDate>Sat, 11 Feb 2012 18:59:49 +0000</pubDate>

<item>
<title>Dealing with clunky labels (like income levels)</title>
<link>http://forums.flowingdata.com/topic/dealing-with-clunky-labels-like-income-levels#post-2527</link>
<pubDate>Fri, 10 Feb 2012 12:49:14 +0000</pubDate>
<dc:creator>Kim Rees</dc:creator>
<guid isPermaLink="false">2527@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Hi KevinP,&#60;/p&#62;
&#60;p&#62;I would suggest moving away from a pie chart. It sounds like you could do this side-by-side comparison with a grouped bar chart. That way it would both be easy to compare, and the axis labeling would be easy and intuitive.&#60;/p&#62;
&#60;p&#62;Kim
&#60;/p&#62;</description>
</item>
<item>
<title>Dealing with clunky labels (like income levels)</title>
<link>http://forums.flowingdata.com/topic/dealing-with-clunky-labels-like-income-levels#post-2526</link>
<pubDate>Wed, 08 Feb 2012 20:59:05 +0000</pubDate>
<dc:creator>KevinP</dc:creator>
<guid isPermaLink="false">2526@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;I live in Korea and making various charts regarding schooling based on some data I have. One of the charts regards monthly income level, but the labels are very lengthy, especially as I have to use local currency.This gives me levels like:&#60;/p&#62;
&#60;p&#62;W100,000 or below&#60;br /&#62;
W100,100,000 to 20,010,000&#60;br /&#62;
W200,100,010 to 30,010,000&#60;br /&#62;
(etc)&#60;br /&#62;
W70,010,010 or above&#60;/p&#62;
&#60;p&#62;The two categories at the extremes are okay, but the middle ones (xxxx to xxxx) are awfully long and look horrible on a pie chart. (It sorta has to be a pie or donut chart because I'm setting up other pie charts next to it for comparison; otherwise a bar graph would be better.)&#60;/p&#62;
&#60;p&#62;I can't just put '(upper limit) or below' because, even though most people would understand it, it's inaccurate. These categories do not include the previous one.&#60;/p&#62;
&#60;p&#62;I may have to put in a legend, but I'm resisting this because legends make data less obvious as the eye has to bounce back and forth between the legend and the graph. Plus the other charts that it will be adjacent to do not need legends so I'd like to be consistent.&#60;/p&#62;
&#60;p&#62;Is there a simpler way to make these labels readable that I'm overlooking?&#60;/p&#62;
&#60;p&#62;(My audience is people residing in Korea so I have to kep the currency local. Converting it to $US makes some funky categories anyway.)
&#60;/p&#62;</description>
</item>
<item>
<title>Getting Started w/ your.flowingdata</title>
<link>http://forums.flowingdata.com/topic/getting-started-w-yourflowingdata#post-2525</link>
<pubDate>Wed, 08 Feb 2012 17:54:59 +0000</pubDate>
<dc:creator>eklypse</dc:creator>
<guid isPermaLink="false">2525@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;I'd like to use yfd on a protected account. That is, anyone who wants to follow me must submit a request which I can then approve. I hoped that whatever automated feature that would cause yfd to follow back would thus generate such a request which I could then approve, but as yet, no request has appeared. I started following @yfd a couple hours ago, so I figured the request would appear by now. Is there anything I can do to make this work (short of turning off the privacy on my account)? Thanks in advance!
&#60;/p&#62;</description>
</item>
<item>
<title>SVG map of Canadian Census tracts</title>
<link>http://forums.flowingdata.com/topic/svg-map-of-canadian-census-tracts#post-2522</link>
<pubDate>Sat, 04 Feb 2012 05:52:21 +0000</pubDate>
<dc:creator>drivenbydata</dc:creator>
<guid isPermaLink="false">2522@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;I wrote a Python library for creating SVG maps from shapefiles. You know where to get a shapefile of Canadian census tracts?
&#60;/p&#62;</description>
</item>
<item>
<title>SVG map of Canadian Census tracts</title>
<link>http://forums.flowingdata.com/topic/svg-map-of-canadian-census-tracts#post-2521</link>
<pubDate>Fri, 03 Feb 2012 16:22:26 +0000</pubDate>
<dc:creator>fuller.daniel</dc:creator>
<guid isPermaLink="false">2521@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I just did the US county themed map tutorial. I would like to do something similar with Canadian census tracts and census data. Has anyone come across a Canadian census tract SVG file? I've done some searching and haven't found anything. If one is not available any suggestions on creating a SVG file for Canadian census tracts. &#60;/p&#62;
&#60;p&#62;Thanks, &#60;/p&#62;
&#60;p&#62;Dan
&#60;/p&#62;</description>
</item>
<item>
<title>Changing scale of a treemap</title>
<link>http://forums.flowingdata.com/topic/changing-scale-of-a-treemap#post-2520</link>
<pubDate>Wed, 01 Feb 2012 15:35:57 +0000</pubDate>
<dc:creator>dnallen</dc:creator>
<guid isPermaLink="false">2520@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;You can use the &#60;code&#62;scale&#60;/code&#62; argument in the &#60;code&#62;map.market&#60;/code&#62; command. Continuing Nathan’s example you could do:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;map.market(id=data$id, area=data$views, group=data$category, color=data$comments, main=&#38;quot;FlowingData Map&#38;quot;,scale=50)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now the scale will go from -50 to 50.
&#60;/p&#62;</description>
</item>
<item>
<title>Freelance Project: JavaScript DataViz Canvas Developer</title>
<link>http://forums.flowingdata.com/topic/freelance-project-javascript-dataviz-canvas-developer#post-2519</link>
<pubDate>Tue, 31 Jan 2012 18:09:11 +0000</pubDate>
<dc:creator>useallfive</dc:creator>
<guid isPermaLink="false">2519@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Use All Five is looking for a talented and passionate JavaScript Developer to join our team as soon as possible for a high profile data visualization project. &#60;/p&#62;
&#60;p&#62;Use All Five is a digital agency located in Venice, CA. We rock n' roll with an array of exciting brands (Google, YouTube, HP and more), as well as cutting-edge agencies (Saatchi, BBDO, Chiat Day, etc.) We’re collaborative, informed, and flexible, with the simple goals of exceeding each client’s expectations, and having an incredible time doing it.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Requirements&#60;/strong&#62;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;Solid skills in HTML, CSS, JavaScript and cross browser implementations.&#60;/li&#62;
&#60;li&#62;Experience and knowledge about the cool stuff in CSS3.&#60;/li&#62;
&#60;li&#62;JavaScript framework experience, preferably Closure. But you know your way around the DOM, AJAX, and JSON regardless.&#60;/li&#62;
&#60;li&#62;Knowledge of optimizing CSS/JavaScript performance, by coding practices and tools.&#60;/li&#62;
&#60;li&#62;Knowledge and/or use of HTML5 (Canvas, WebGL, etc).&#60;/li&#62;
&#60;li&#62;Knowledge in how to gracefully degrade. &#60;/li&#62;
&#60;li&#62;Experience in a version control system like SVN or Git.&#60;/li&#62;
&#60;li&#62;Exceptional collaboration, listening, written, and verbal communication. Able to own individual projects as well as the ability to work within a team.&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;&#60;strong&#62;++ Points&#60;/strong&#62;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;Portfolio, GitHub (or other open-source account), list of published works.&#60;/li&#62;
&#60;li&#62;Experience with Google Closure Toolkit or Python.&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;&#60;strong&#62;Apply&#60;/strong&#62;&#60;br /&#62;
&#60;a href=&#34;mailto:hellofellows@useallfive.com&#34; rel=&#34;nofollow&#34;&#62;Email us&#60;/a&#62; links (no attachments) to recent work samples and a little bit about you.
&#60;/p&#62;</description>
</item>
<item>
<title>Visualizing your travel history</title>
<link>http://forums.flowingdata.com/topic/visualizing-your-travel-history#post-2518</link>
<pubDate>Tue, 31 Jan 2012 14:45:37 +0000</pubDate>
<dc:creator>mariasolina47</dc:creator>
<guid isPermaLink="false">2518@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;We offer the Markelov`s simulator ! This electric massager is a result of long-term research in the sphere of&#60;br /&#62;
&#60;a href=&#34;http://www.bodytherapy-mb.com&#34; rel=&#34;nofollow&#34;&#62;anticellulite massage&#60;/a&#62;, muscle pain, traumas. It is manufactured in accordance with doctors’ recommendations. The massager consists of a programming device and electrode header. The pain-relief effect is based on the influence of electrical impulses. It regenerates tissues, softens hardened muscles, stretches and relaxes them. Try it, you will not regret!
&#60;/p&#62;</description>
</item>
<item>
<title>Visualizing your travel history</title>
<link>http://forums.flowingdata.com/topic/visualizing-your-travel-history#post-2517</link>
<pubDate>Tue, 31 Jan 2012 13:35:06 +0000</pubDate>
<dc:creator>tmcw</dc:creator>
<guid isPermaLink="false">2517@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Awesome! Especially the fact that it fits into a very specific, storable, long-lasting medium is really cool. I was actually looking at a very similar thing, but web-based, and found that representing a cube was too difficult to understand quickly, so settled on 2D: &#60;a href=&#34;http://macwright.org/2012/01/02/longitude-over-time.html&#34; rel=&#34;nofollow&#34;&#62;http://macwright.org/2012/01/02/longitude-over-time.html&#60;/a&#62; - but a physical cube nails it!
&#60;/p&#62;</description>
</item>
<item>
<title>Changing scale of a treemap</title>
<link>http://forums.flowingdata.com/topic/changing-scale-of-a-treemap#post-2516</link>
<pubDate>Mon, 30 Jan 2012 11:20:03 +0000</pubDate>
<dc:creator>elmany</dc:creator>
<guid isPermaLink="false">2516@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
I'm follow the wonderful tutorial:&#60;br /&#62;
&#60;a href=&#34;http://flowingdata.com/2010/02/11/an-easy-way-to-make-a-treemap/&#34; rel=&#34;nofollow&#34;&#62;http://flowingdata.com/2010/02/11/an-easy-way-to-make-a-treemap/&#60;/a&#62;&#60;br /&#62;
But I've been looking for a way to change the scale without luck.&#60;br /&#62;
Can someone help me with this?&#60;/p&#62;
&#60;p&#62;Tanks in advance
&#60;/p&#62;</description>
</item>
<item>
<title>Hiring: Data Visualization designer in NYC</title>
<link>http://forums.flowingdata.com/topic/hiring-data-visualization-designer-in-nyc#post-2515</link>
<pubDate>Sat, 28 Jan 2012 10:15:01 +0000</pubDate>
<dc:creator>Jim Anness</dc:creator>
<guid isPermaLink="false">2515@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;I am looking for a data visualization designer for a prestigious consulting firm in NYC. This will be a long-term consulting role. Hours can be full-time or flexible and you should be local to the NYC metro area as you will need to meet with the group. &#60;/p&#62;
&#60;p&#62;Projects will vary greatly, but all will be data intensive. The designer will be responsible for researching project, crunching data, designing and presenting their interpretation. &#60;/p&#62;
&#60;p&#62;Interested candidates should email a CV and a portfolio link or samples to  janness&#38;lt;at&#38;gt;redstreamtechnology&#38;lt;dot&#38;gt;com
&#60;/p&#62;</description>
</item>
<item>
<title>tools for a web 3D interactive map</title>
<link>http://forums.flowingdata.com/topic/tools-for-a-web-3d-interactive-map#post-2514</link>
<pubDate>Thu, 26 Jan 2012 16:12:22 +0000</pubDate>
<dc:creator>leosampieri</dc:creator>
<guid isPermaLink="false">2514@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Let me add this,&#60;br /&#62;
for example: each company could be represented with a sphere, or a cube, with some little banners floating around displaying some data; and some lines coming out of this sphere would link it to other companies from the same industry, or the same corporation; for example, Sony and Sony Music, or Disney and Buena Vista.&#60;br /&#62;
The user should be able to navigate this 3D space, very much in the same way of Google Earth.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>tools for a web 3D interactive map</title>
<link>http://forums.flowingdata.com/topic/tools-for-a-web-3d-interactive-map#post-2513</link>
<pubDate>Thu, 26 Jan 2012 16:03:32 +0000</pubDate>
<dc:creator>leosampieri</dc:creator>
<guid isPermaLink="false">2513@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Hi everybody!.&#60;br /&#62;
New here.&#60;br /&#62;
I'd like to know which tools I should use in order to make a 3D, web based, interactive and scalable map of media and entertainment companies.&#60;br /&#62;
That is, I'd have a database with all the companies listed, and each company would have a series of data to be displayed: amount of employees, country of origin, market area where it belongs (radio, cinema, TV, etc.), and other data yet to be defined.&#60;br /&#62;
Hope I could explain myself clearly enough.&#60;/p&#62;
&#60;p&#62;Thanks in advance.&#60;br /&#62;
Best regards,&#60;br /&#62;
Leo.
&#60;/p&#62;</description>
</item>
<item>
<title>Ongoing contract-Data Viz-NYC-Midtown</title>
<link>http://forums.flowingdata.com/topic/ongoing-contract-data-viz-nyc-midtown#post-2512</link>
<pubDate>Thu, 26 Jan 2012 11:51:08 +0000</pubDate>
<dc:creator>Laura Hunter</dc:creator>
<guid isPermaLink="false">2512@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;My client in midtown is one of the worlds most respected publishers of country, industry and risk analysis.  They are currently seeking a Data Visualization specialist.  Someone who can turn raw data into online charts, indexes, infographics etc.  This role will be doing the heavy lifting in collaboration with a small multidisciplinary team and is ongoing.  They are hoping for someone on site full time.&#60;/p&#62;
&#60;p&#62;Interested parties will please email a resume with work samples to &#60;a href=&#34;mailto:laura.hunter@vividresources.com&#34; rel=&#34;nofollow&#34;&#62;laura.hunter@vividresources.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Laura Hunter
&#60;/p&#62;</description>
</item>
<item>
<title>Creating Graphs in Illustrator (Quick Question)</title>
<link>http://forums.flowingdata.com/topic/creating-graphs-in-illustrator-quick-question#post-2511</link>
<pubDate>Tue, 24 Jan 2012 18:02:49 +0000</pubDate>
<dc:creator>eelert</dc:creator>
<guid isPermaLink="false">2511@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;It does seem possible to change the shape of data points in Illustrator. Adobe has a nice tutorial: &#60;a href=&#34;http://www.adobe.com/designcenter/illustrator/articles/illcs2at_chart_print.html&#34; rel=&#34;nofollow&#34;&#62;http://www.adobe.com/designcenter/illustrator/articles/illcs2at_chart_print.html&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Visualizing your travel history</title>
<link>http://forums.flowingdata.com/topic/visualizing-your-travel-history#post-2510</link>
<pubDate>Tue, 24 Jan 2012 17:15:19 +0000</pubDate>
<dc:creator>patrick.stewart</dc:creator>
<guid isPermaLink="false">2510@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;*I do work at TripIt, so...just a disclaimer.&#60;/p&#62;
&#60;p&#62;Design student Cemre Güngör completed his master's thesis this last December using his TripIt data to visualize his travels in 2011 in some very creative ways. Congrats to him for graduation and looking forward to more personal data visualizations!&#60;/p&#62;
&#60;p&#62;Some of his work: &#60;a href=&#34;http://work.cem.re/#1229609/Travel-visualisation&#34; rel=&#34;nofollow&#34;&#62;http://work.cem.re/#1229609/Travel-visualisation&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Flikr: &#60;a href=&#34;http://www.flickr.com/photos/f/sets/72157628396293399/&#34; rel=&#34;nofollow&#34;&#62;http://www.flickr.com/photos/f/sets/72157628396293399/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>network and directed lines</title>
<link>http://forums.flowingdata.com/topic/network-and-directed-lines#post-2508</link>
<pubDate>Tue, 24 Jan 2012 14:31:17 +0000</pubDate>
<dc:creator>dnallen</dc:creator>
<guid isPermaLink="false">2508@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;If you are ok with just getting straight lines connecting the nodes rather than great circles you can use the R command &#60;code&#62;arrows&#60;/code&#62; to get arrows.
&#60;/p&#62;</description>
</item>
<item>
<title>PhD in HCI for data visualization jobs?</title>
<link>http://forums.flowingdata.com/topic/phd-in-hci-for-data-visualization-jobs#post-2507</link>
<pubDate>Mon, 23 Jan 2012 13:20:42 +0000</pubDate>
<dc:creator>nathany</dc:creator>
<guid isPermaLink="false">2507@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Hey Chloe,&#60;/p&#62;
&#60;p&#62;1. I think people have gone both directions with MS or PhD and have been successful in industry and academics. For example, Ben Fry heads his own firm Fathom Information Design and Martin Wattenberg and Fernanda Viegas at Google. They're PhDs. On the other hand, Lee Byron at Facebook has a bachelors and Anita Lillie, who's a data visualization designer at LinkedIn has an MS. So it's a mixed bag.&#60;/p&#62;
&#60;p&#62;2. It'll vary by employer. In my experience, they're most impressed with what you can do more than the education level, but obviously a PhD says something about that.&#60;/p&#62;
&#60;p&#62;3. Academics in general is about research, so you're looking for new things, and then testing to see if they work. The hope is that results can then be applied to the real world. The IBM VCL, for example, is research-based, but they try to apply that to the real world (otherwise IBM wouldn't fund that sort of thing). Jeffrey Heer is in academics, but I see his work pop in the real world, too.
&#60;/p&#62;</description>
</item>
<item>
<title>SEO Data Analyst - at Manta where technical &#38; creative people thrive!</title>
<link>http://forums.flowingdata.com/topic/seo-data-analyst-at-manta-where-technical-creative-people-thrive#post-2506</link>
<pubDate>Sat, 21 Jan 2012 15:24:00 +0000</pubDate>
<dc:creator>rhurlbert@manta.com</dc:creator>
<guid isPermaLink="false">2506@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Want a new job in 2012 where your talent and ideas are rewarded?&#60;br /&#62;
Want to work with one of the fastest growing social communities in the world?  Then Manta is the place for you!  &#60;/p&#62;
&#60;p&#62;We don’t mean to brag, but …&#60;br /&#62;
-Manta is the largest online community dedicated entirely to small business.&#60;br /&#62;
-Ranked the 3rd largest business news/research website by comScore&#60;br /&#62;
-Millions of people come to Manta each day to buy from, partner with and connect to companies.&#60;br /&#62;
-We get more web traffic than companies like Apple, CNN and Target.&#60;br /&#62;
-Manta is in the top 40 most visited websites in the U.S. with over 30 million visits per month.&#60;br /&#62;
-Manta is included in Business Insider’s SAI Digital 100: The World’s Most Valuable Startups. &#60;/p&#62;
&#60;p&#62;Fueled by our on-going success, Manta is seeking a Search Engine Optimization Data Analyst to analyze large data sets, or &#34;big data&#34; and generate reports to help Manta understand traffic and search trends. The candidate will be expected to create new internal processes and methods to analyze data and support the Search Team. Proven success in driving key business decisions through big data analysis in a business environment is key.  If you’re ready for a workplace that is fast-paced and sometimes hectic but also rewarding and fun – then join the team at Manta!  The successful candidate will be interested in the following:&#60;/p&#62;
&#60;p&#62;SEO Data Analyst &#60;/p&#62;
&#60;p&#62;•	Monitor, track, and report on organic search metrics.&#60;br /&#62;
•	Develop prototypes and metrics that can be used to drive business decisions.&#60;br /&#62;
•	Create, maintain and grow internal tools and processes.&#60;br /&#62;
•	Communicate insights clearly to non-technical people within Manta&#60;br /&#62;
Qualifications:&#60;br /&#62;
•	3+ years of data analysis with large data sets.&#60;br /&#62;
•	Master’s degree in applied mathematics, statistics, computer science, or equivalent work experience.&#60;br /&#62;
•	Proficiency in statistical analysis.&#60;br /&#62;
•	Proficiency with scripting languages and REGEX.&#60;br /&#62;
•	Experience with big data tools a plus (e.g. Hadoop, Lucene).&#60;br /&#62;
•	Excellent SQL skills to analyze and report on large data sets.&#60;br /&#62;
•	Proven experience collaborating with multiple departments to maintain big picture of business goals.&#60;br /&#62;
•	Experience working in a startup or small to medium sized internet based company.&#60;br /&#62;
•	Excellent teamwork and communication skills.&#60;br /&#62;
•	A willingness to dig in when it’s crunch time.&#60;br /&#62;
•	Knowledge of SEO a plus, but not required.&#60;/p&#62;
&#60;p&#62;Launched in 2005, Manta is privately held and based in Columbus, Ohio (the hub of the Midwest and the 15th largest city in the U.S.).  Visit our website at &#60;a href=&#34;http://www.Manta.com&#34; rel=&#34;nofollow&#34;&#62;http://www.Manta.com&#60;/a&#62; for more company information.  Manta offers an attractive salary/benefits package that includes medical, dental, disability insurance, and 401(k). Additionally, we provide a generous time away from work, such as holidays, sick days and vacation. For consideration, please send your resume to:  &#60;a href=&#34;mailto:jobs@Manta.com&#34; rel=&#34;nofollow&#34;&#62;jobs@Manta.com&#60;/a&#62; and mark the subject as: SEODataAnalystFlowingData&#60;br /&#62;
EOE M/F/D/V
&#60;/p&#62;</description>
</item>
<item>
<title>JESS3 is hiring Information Designers! (best job in the world!!)</title>
<link>http://forums.flowingdata.com/topic/jess3-is-hiring-information-designers-best-job-in-the-world#post-2505</link>
<pubDate>Sat, 21 Jan 2012 14:07:38 +0000</pubDate>
<dc:creator>jess3</dc:creator>
<guid isPermaLink="false">2505@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Please email &#60;a href=&#34;mailto:jessethomas@jess3.com&#34; rel=&#34;nofollow&#34;&#62;jessethomas@jess3.com&#60;/a&#62; a link to your work&#60;/p&#62;
&#60;p&#62;--&#60;/p&#62;
&#60;p&#62;At JESS3 we take complex topics and large data sets and make them accessible through beautiful visuals.&#60;/p&#62;
&#60;p&#62;We are a creative interactive agency that specializes in the art of data visualization, adding context and meaning to the exponentially growing world of data around us. We challenge ourselves and our clients to push the limits of what creativity and engagement mean.&#60;/p&#62;
&#60;p&#62;Our services range from UI / UX, animation, content creation and digital PR to developing large-scale installations, social strategies, data visualizations and infographics. Our client roster is a cross between Fortune 500 giants, media empires and start-up power-houses, including Samsung, Nike, Washington Post, Facebook, NASA, National Geographic, foursquare, Microsoft, C-SPAN, Turner Broadcasting and Google. But it doesn't stop there. We also have a dedicated labs division, which funds and launches our own products for the social web. What's more, we regularly take on pro bono work for causes and issues in which we strongly believe.&#60;/p&#62;
&#60;p&#62;Headquartered in Washington, D.C., JESS3 also has physical offices in Los Angeles, Oklahoma City and Orlando. Additionally, we are proud to be an active part of the co-working communities in Philadelphia, Denver, Brooklyn, San Francisco and Portland, Oregon. With nearly 30 full time team members and a network of over 300 trusted designers, researchers, animators, strategists and developers, JESS3 has a creative reach that spans multiple cities, countries, continents and perspectives.&#60;/p&#62;
&#60;p&#62;---&#60;/p&#62;
&#60;p&#62;Key Accountabilities:&#60;/p&#62;
&#60;p&#62;To be able to communicate complex ideas to clients&#60;br /&#62;
To be able to manage multiple projects&#60;br /&#62;
To be able to manage multiple designers across multiple projects&#60;br /&#62;
To be able to direct illustrators and designers, who may be working from your infographic wireframe&#60;br /&#62;
To understand both large and social data sets&#60;br /&#62;
To have the ability to see the narrative the client is looking to tell and visulalize that through relevant data sets and points&#60;br /&#62;
To have the ability to keep is simple&#60;br /&#62;
To be able to work and design for both static and motion (real-time) visualizations&#60;br /&#62;
To be fast&#60;br /&#62;
To have the ability to think wide and never settle for one solution
&#60;/p&#62;</description>
</item>

</channel>
</rss>

