<?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; Recent Posts</title>
<link>http://forums.flowingdata.com/</link>
<description>Strength in Numbers</description>
<language>en</language>
<pubDate>Sat, 11 Feb 2012 16:08:53 +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>
<item>
<title>Where to start :/</title>
<link>http://forums.flowingdata.com/topic/where-to-start#post-2503</link>
<pubDate>Fri, 20 Jan 2012 08:26:26 +0000</pubDate>
<dc:creator>frankc</dc:creator>
<guid isPermaLink="false">2503@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;If it's for the web many if not most interactive visualizations are done in Flash. &#60;a href=&#34;http://flare.prefuse.org/&#34; rel=&#34;nofollow&#34;&#62;http://flare.prefuse.org/&#60;/a&#62; is a nice toolkit for this. Here's one by the BBC using Flare: &#60;a href=&#34;http://news.bbc.co.uk/2/hi/technology/8562801.stm&#34; rel=&#34;nofollow&#34;&#62;http://news.bbc.co.uk/2/hi/technology/8562801.stm&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There's also quite a few tools out there that require little to no programming. If it's for static visualizations Excel can actually be pretty powerful if you tweak it right.
&#60;/p&#62;</description>
</item>
<item>
<title>Local mapping - smaller than county level</title>
<link>http://forums.flowingdata.com/topic/local-mapping-smaller-than-county-level#post-2502</link>
<pubDate>Fri, 20 Jan 2012 08:14:55 +0000</pubDate>
<dc:creator>frankc</dc:creator>
<guid isPermaLink="false">2502@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;You could try find some shapefiles (e.g. &#60;a href=&#34;http://www.census.gov/geo/www/cob/tr2000.html&#34; rel=&#34;nofollow&#34;&#62;http://www.census.gov/geo/www/cob/tr2000.html&#60;/a&#62; scroll down for shapefile format). These can be converted into interactive choropleth maps with software such as StatPlanet - or see &#60;a href=&#34;http://andywoodruff.com/blog/simple-shapefile-drawing-in-actionscript-3/&#34; rel=&#34;nofollow&#34;&#62;http://andywoodruff.com/blog/simple-shapefile-drawing-in-actionscript-3/&#60;/a&#62; for an example of how to program it yourself.
&#60;/p&#62;</description>
</item>
<item>
<title>Using gapminder like they do in the video!</title>
<link>http://forums.flowingdata.com/topic/using-gapminder-like-they-do-in-the-video#post-2501</link>
<pubDate>Fri, 20 Jan 2012 08:08:54 +0000</pubDate>
<dc:creator>frankc</dc:creator>
<guid isPermaLink="false">2501@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;A bit late to this post, but StatPlanet Plus enables you to do this, i.e. import your own sub-national data and create motion bubble charts (free desktop version for personal / non-commercial use)
&#60;/p&#62;</description>
</item>
<item>
<title>Parsons Journal for Information Mapping Opportunity</title>
<link>http://forums.flowingdata.com/topic/parsons-journal-for-information-mapping-opportunity#post-2499</link>
<pubDate>Thu, 19 Jan 2012 12:46:55 +0000</pubDate>
<dc:creator>Katie4PJIM</dc:creator>
<guid isPermaLink="false">2499@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;PJIM: Call for Submissions&#60;/p&#62;
&#60;p&#62;Abstracts due: February 13th, 2012&#60;br /&#62;
Full submissions due: March 19th 2012 &#60;/p&#62;
&#60;p&#62;The Parsons Journal for Information Mapping (PJIM) is calling for papers and projects for publication in the Spring Issue – The 2nd Issue of Volume IV. PJIM is an academic journal and online forum designed to share knowledge about information mapping and its related disciplines (information design, data/knowledge visualization, taxonomies, data analytics, informatics, information systems, and graphic interface design).&#60;/p&#62;
&#60;p&#62;PJIM is published quarterly by the Parsons Institute for Information Mapping and focuses on both the theoretical and practical aspects of information visualization. With each issue, the Journal aims to present novel ideas and approaches that advance the field of Knowledge Visualization through visual, engineering, and cognitive methods. &#60;/p&#62;
&#60;p&#62;We are interested in publishing original essays, academic manuscripts, interactive and non-interactive projects, and project documentation that address representation, processing, and communication of information. PJIM encourages interdisciplinary thinking and approaches. &#60;/p&#62;
&#60;p&#62;We are open to submissions regarding, but not limited to, the following disciplines: &#60;/p&#62;
&#60;p&#62;•	Visual analysis and interpretation,&#60;br /&#62;
•	Social, political, or economic discourse surrounding information, distribution and use,&#60;br /&#62;
•	Cognition, thinking, and learning,&#60;br /&#62;
•	Visual and perceptual literacy,&#60;br /&#62;
•	Historical uses of information and imagery, and Semiotics&#60;/p&#62;
&#60;p&#62;PJIM accepts submissions in the following styles:&#60;/p&#62;
&#60;p&#62;•	Traditional academic manuscripts that share empirical, methodological, and/or applied findings;&#60;br /&#62;
•	Research-based academic essays with proper citations;&#60;br /&#62;
•	Research –and/or interview – based articles; and&#60;br /&#62;
•	Interactive and non-interactive projects, accompanied by project documentations.&#60;br /&#62;
PJIM does not accept “advertorials” or case studies of companies or commercial products.&#60;/p&#62;
&#60;p&#62;Abstract Submissions Must Include the Following Information&#60;/p&#62;
&#60;p&#62;•	Authors (all): name, highest degree, mailing address, phone, fax, e-mail, and institutional affiliation as appropriate&#60;br /&#62;
•	Biography (all authors): a brief, 25-50 word biography&#60;br /&#62;
•	Title: title of your submission&#60;br /&#62;
•	Keywords: a list of 5-10 keywords&#60;br /&#62;
•	Abstract: description of the proposed, full submission, maximum of 250 words&#60;br /&#62;
•	Format: description of the format of the final submission and what PJIM should expect to receive from you&#60;br /&#62;
•	Technologies: description of project tools if applicable (e.g. URL, images, graphics, illustrations, etc.)&#60;/p&#62;
&#60;p&#62;All manuscripts and essays must be submitted and formatted in Microsoft Word or Rich Text Format. For more information and submission guidelines, visit &#60;a href=&#34;http://piim.newschool.edu/journal/submissions&#34; rel=&#34;nofollow&#34;&#62;http://piim.newschool.edu/journal/submissions&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;About The Parsons Institute for Information Mapping&#60;/p&#62;
&#60;p&#62;The Parsons Institute for Information Mapping (PIIM) is a Research, Development, and Professional Services facility within The New School, located in New York City. PIIM’s mission is to advance the field of Knowledge Visualization through academic and commercial pursuits.&#60;/p&#62;
&#60;p&#62;PIIM researchers and staff disseminate their expertise in information categorization, knowledge representation, information taxonomy development, information logic and raking/scoring, knowledge visualization, and Graphic User Interface (GUI) and User Experience Design (UXD) by developing powerful tools and methods for decision makers and analysts. PIIM’s work seeks to increase decision maker and analyst cognition of complex data sets via efficient experiences and visualizations.&#60;/p&#62;
&#60;p&#62;In both its own research and its engagements with government agencies, corporations and other organizations, PIIM pushes the boundaries of information, engineering and visual design to develop new ways of thinking about information – and to build and deliver corresponding real world solutions. &#60;/p&#62;
&#60;p&#62;For more information, visit &#60;a href=&#34;http://piim.newschool.edu&#34; rel=&#34;nofollow&#34;&#62;http://piim.newschool.edu&#60;/a&#62;
&#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-2498</link>
<pubDate>Thu, 19 Jan 2012 08:21:34 +0000</pubDate>
<dc:creator>chloester</dc:creator>
<guid isPermaLink="false">2498@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;I was wondering if I could get some advice from this forum. &#60;/p&#62;
&#60;p&#62;I am having a dilemma. I'm 3 years into a ~6-year PhD and I finally figured out that I want to do data visualization for Quantified Self related apps (e.g., apps that monitor what you do every day).&#60;/p&#62;
&#60;p&#62;Generally, making data viz for companies don't require a PhD or research experience, yet I really want to research how to represent data in ways that can get people to change their behavior (i.e., exercise more, be more sustainable) so that I can make more effective data visualizations.&#60;/p&#62;
&#60;p&#62;The end goal is still to make data visualizations, but with a better grounding of what makes them effective. I may never do research again for the rest of my life, and that's fine with me. But I've been told that many research contributions don't have a place in the &#34;real world,&#34; or that the only way to generate meaningful knowledge about visualizations is to research it. Essentially, that getting a PhD is only good for an academic or research career, and making progress in the industry require different skills and focus. Is it possible to do both?&#60;/p&#62;
&#60;p&#62;I'm wondering several things now:&#60;br /&#62;
1. Has anyone applied their PhD knowledge to an industry job? How did it work out?&#60;br /&#62;
2. Does working in data viz mean that there is more middle ground between the two contributions? More importantly, will my future employers admire that I have done the research and have grounding for the way I approach my work? Will they care at all, or do they just want someone with lots of data viz experience?&#60;br /&#62;
3. What other pieces am I missing here?&#60;/p&#62;
&#60;p&#62;Thanks for your time! I really appreciate any kind of advice regarding this.
&#60;/p&#62;</description>
</item>
<item>
<title>Contract: Visualization needed for Big 4 Auditor</title>
<link>http://forums.flowingdata.com/topic/contract-visualization-needed-for-big-4-auditor#post-2497</link>
<pubDate>Wed, 18 Jan 2012 09:39:20 +0000</pubDate>
<dc:creator>brandonoliver</dc:creator>
<guid isPermaLink="false">2497@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Hello Flowing Data Members. &#60;/p&#62;
&#60;p&#62;I've been a fan of this site for some time and I'm delighted to ring in my first post with a contract opportunity for the community. &#60;/p&#62;
&#60;p&#62;I'm an Analyst on the research team at a digital agency based in Toronto called &#60;a href=&#34;http://socialmediagroup.com&#34; rel=&#34;nofollow&#34;&#62;http://socialmediagroup.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There is an opportunity to create engaging data visualizations (both static and animated) for our client KPMG Canada and we'd like to receive project quotes from designers interested in the job.&#60;/p&#62;
&#60;p&#62;For more info on the project details, please email me at:&#60;br /&#62;
brandon[dot]smith[at]socialmediagroup[dot]com&#60;/p&#62;
&#60;p&#62;We'd like to submit our client proposal on Jan 20 so please get in touch ASAP!
&#60;/p&#62;</description>
</item>
<item>
<title>Advice Requested: Analogy for Inverse Relationship</title>
<link>http://forums.flowingdata.com/topic/advice-requested-analogy-for-inverse-relationship#post-2496</link>
<pubDate>Tue, 17 Jan 2012 21:03:52 +0000</pubDate>
<dc:creator>navk201</dc:creator>
<guid isPermaLink="false">2496@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;I would like to think that they would understand something similar to the graph below.  I know you don't think they would but they might.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.flickr.com/photos/74589039@N03/6717743551/&#34; title=&#34;example 2 by navk201, on Flickr&#34; rel=&#34;nofollow&#34;&#62;&#60;img src=&#34;http://farm8.staticflickr.com/7031/6717743551_1edb10bf60.jpg&#34; width=&#34;500&#34; height=&#34;321&#34; alt=&#34;example 2&#34; /&#62;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As for actually trying to do it a different way,my first thought was something interactive if you can swing it. As the slider moves, changing the Premium Cost,  the Out of Network Cost would rise or fall accordingly.&#60;br /&#62;
&#60;a href=&#34;http://www.flickr.com/photos/74589039@N03/6717743523/&#34; title=&#34;example 1 by navk201, on Flickr&#34; rel=&#34;nofollow&#34;&#62;&#60;img src=&#34;http://farm8.staticflickr.com/7021/6717743523_40dfd57a9c.jpg&#34; width=&#34;500&#34; height=&#34;267&#34; alt=&#34;example 1&#34; /&#62;&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Where to start :/</title>
<link>http://forums.flowingdata.com/topic/where-to-start#post-2494</link>
<pubDate>Mon, 16 Jan 2012 08:00:06 +0000</pubDate>
<dc:creator>jrfleetwood</dc:creator>
<guid isPermaLink="false">2494@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;I am in exactly the same situation - Excel/VBA power user, some Java and C++ experience and just ordered the book. I am keen to create engaging data viz, with an eye to moving onto interactive widgets at some point.&#60;/p&#62;
&#60;p&#62;Are there anything I should be downloading now in advance of the book's arrival? I have already grabbed R and Python, but haven't achieved much past R's demo(graphics).&#60;/p&#62;
&#60;p&#62;Any help greatly appreciated.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Analytical Application Design &#38; Visualization - NYC Startup</title>
<link>http://forums.flowingdata.com/topic/analytical-application-design-visualization-nyc-startup#post-2492</link>
<pubDate>Fri, 13 Jan 2012 18:31:52 +0000</pubDate>
<dc:creator>fromano</dc:creator>
<guid isPermaLink="false">2492@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Analytical Application Design &#38;amp; Visualization Team Leader for NYC Tech Startup&#60;/p&#62;
&#60;p&#62;Cross Commerce Media operates Collective[i], a cloud-based analytics platform that unifies a company’s marketing data from disparate sources so that marketers can access and analyze data in near real time and in a single place. Unlike dashboards that merely aggregate data, Collective[i] standardizes data from existing analytics tools, making it possible to create custom analyses that integrate multiple sources. Collective[i] also enables real-time collaboration to share, study and act on the team’s collective intelligence. &#60;/p&#62;
&#60;p&#62;Right now, we are looking for an analytical application design and visualization engineer who will lead the development of analytical applications for a multi-tenant, high-volume decision support ASP.&#60;/p&#62;
&#60;p&#62;Because the company is still so young, we all have a huge impact on the development of Collective[i]'s incredible technology. Our ideal candidates will be passionate, motivated, and innovative, and will be interested in working in a team environment. &#60;/p&#62;
&#60;p&#62;To apply, please send your resume to &#60;a href=&#34;mailto:analytics.recruiting@collectivei.com&#34; rel=&#34;nofollow&#34;&#62;analytics.recruiting@collectivei.com&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;For more information about our company and the positions we currently have available, please visit our website at &#60;a href=&#34;http://www.collectivei.com&#34; rel=&#34;nofollow&#34;&#62;http://www.collectivei.com&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Thanks and good luck!
&#60;/p&#62;</description>
</item>
<item>
<title>Consumer Insights/Research Sr Analyst - Mattel, Inc.</title>
<link>http://forums.flowingdata.com/topic/consumer-insightsresearch-sr-analyst-mattel-inc#post-2491</link>
<pubDate>Fri, 13 Jan 2012 14:43:34 +0000</pubDate>
<dc:creator>oliv0090</dc:creator>
<guid isPermaLink="false">2491@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Responsibilities:&#60;br /&#62;
Position Description&#60;br /&#62;
We currently have a Sr. Consumer Insights Analyst position available in the Worldwide Consumer Insights department at Mattel, Inc. This position is responsible for duties including but not limited to the following: &#60;/p&#62;
&#60;p&#62;' Coordinating and executing qualitative and quantitative research projects, including product development, brand strategy, communication, and usability research for all Mattel brands, as well as occasional special projects. Working with research suppliers and internal research support services to plan and field primary research projects for all Mattel brands, as well as special projects.&#60;br /&#62;
' Analyzing research data that is gathered (qualitative, quantitative, and occasionally data from secondary sources), reporting research findings, and making insightful and actionable recommendations on behalf of Mattel brands.&#60;br /&#62;
Requirements:&#60;/p&#62;
&#60;p&#62;Experience and Education Required:&#60;br /&#62;
' Undergraduate degree (BS, BA) in business or social science is required.&#60;br /&#62;
' A minimum of 3-5 years of experience coordinating and fielding consumer research studies is required.&#60;br /&#62;
' Prior experience and a working knowledge of concept evaluation, brand strategy, communication, and usability research is required.&#60;br /&#62;
' Prior experience in both qualitative and quantitative research methodologies is required.&#60;/p&#62;
&#60;p&#62;To apply, please review this full job description on our careers site and apply online: &#60;a href=&#34;http://www.mattel.com/careers&#34; rel=&#34;nofollow&#34;&#62;http://www.mattel.com/careers&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;OR &#60;/p&#62;
&#60;p&#62;Copy and paste the following link into your browser to be taken directly to the description and application page:&#60;br /&#62;
&#60;a href=&#34;http://sh.webhire.com/servlet/av/jd?ai=321&#38;amp;ji=2583165&#38;amp;sn=I&#34; rel=&#34;nofollow&#34;&#62;http://sh.webhire.com/servlet/av/jd?ai=321&#38;amp;ji=2583165&#38;amp;sn=I&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;About Us:&#60;br /&#62;
Mattel, Inc. (NASDAQ: MAT) (www.mattel.com) is the worldwide leader in the design, manufacture and marketing of toys and family products. The Mattel family is comprised of such best-selling brands as Barbie®, the most popular fashion doll ever introduced, Hot Wheels®, Matchbox®, American Girl®, Radica® and Tyco® R/C, as well as Fisher-Price® brands, including Little People®, Power Wheels® and a wide array of entertainment-inspired toy lines. &#60;/p&#62;
&#60;p&#62;In 2011, Mattel was named as one of FORTUNE Magazine's &#34;100 Best Companies to Work For&#34; for the fourth year in a row. Mattel also is ranked among Corporate Responsibility Magazine's &#34;100 Best Corporate Citizens&#34; and the &#34;World's Most Ethical Companies.&#34; With worldwide headquarters in El Segundo, Calif., Mattel employs approximately 27,000 people in 43 countries and territories and sells products in more than 150 nations. At Mattel, we are &#34;Creating the Future of Play.&#34;&#60;/p&#62;
&#60;p&#62;Mattel is an Affirmative Action/Equal Opportunity Employer
&#60;/p&#62;</description>
</item>
<item>
<title>Where to start :/</title>
<link>http://forums.flowingdata.com/topic/where-to-start#post-2490</link>
<pubDate>Fri, 13 Jan 2012 08:23:05 +0000</pubDate>
<dc:creator>apj101</dc:creator>
<guid isPermaLink="false">2490@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;My data visualization thus far is limited to excel, for which I'm a definite power user. I'm looking to add more jazz and creativity to the way I present data.&#60;br /&#62;
I'm a little overwhelmed by the sheer number of tools used. I am an average programmer, In the past Ive done Java, C++, Basic, and Perl.&#60;br /&#62;
Just ordered the Visualize This book.&#60;br /&#62;
I guess...what are the main tools/things i should be focusing on learning.&#60;br /&#62;
I get very excited by maps and would defiantly like to map things where possible, such as out sales patterns, customer details, shipment routes etc etc &#60;/p&#62;
&#60;p&#62;Thanks everyone !!
&#60;/p&#62;</description>
</item>
<item>
<title>Video tutorials for Visualize This?</title>
<link>http://forums.flowingdata.com/topic/video-tutorials-for-visualize-this#post-2489</link>
<pubDate>Fri, 13 Jan 2012 04:37:21 +0000</pubDate>
<dc:creator>markokeefe87</dc:creator>
<guid isPermaLink="false">2489@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Are there any video tutorials for the examples in visualise this book? I'm getting error messages when I'm trying to complete the first exercise with the wunderground data. (I'm a complete novice in terms of programming/coding)&#60;/p&#62;
&#60;p&#62;Any help appreciated
&#60;/p&#62;</description>
</item>
<item>
<title>Senior Biostatistician (clinical research) - KAI Research (Maryland)</title>
<link>http://forums.flowingdata.com/topic/senior-biostatistician-clinical-research-kai-research-maryland#post-2488</link>
<pubDate>Thu, 12 Jan 2012 14:07:34 +0000</pubDate>
<dc:creator>bpiper</dc:creator>
<guid isPermaLink="false">2488@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Job ID: KAI-PS-03-11&#60;br /&#62;
&#60;a href=&#34;https://jobs-altarum.icims.com/jobs/2027/job&#34; rel=&#34;nofollow&#34;&#62;https://jobs-altarum.icims.com/jobs/2027/job&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Overview:&#60;br /&#62;
KAI Research, an Altarum company, is seeking a Biostatistician to work in our Clinical Research Strategies and Systems Practice Area in Rockville, MD. The Biostatistician will be responsible for planning, analyzing, reviewing, interpreting and summarizing the statistical component of research projects in compliance with regulatory guidelines and requirements.&#60;/p&#62;
&#60;p&#62;Responsibilities:&#60;br /&#62;
- Provide sound strategic, scientific and statistical input to support our clients' research projects.&#60;br /&#62;
- Take lead responsibility for the scientific integrity of the clinical studies and the accuracy of the reported results.&#60;br /&#62;
- Review project protocols and case report forms to ensure protocol objectives are met and standards are maintained and generation of treatment assignments in randomized clinical trials is accurate.&#60;br /&#62;
- Write the protocol statistical section, incorporating appropriate statistical methods for randomization, study design, endpoints and analysis.&#60;br /&#62;
- Lead the study teams’ development of analysis plans and statistical programs to perform analyses and display study data.&#60;br /&#62;
- Author the results sections of the clinical study report and/or scientific publication.&#60;br /&#62;
- Represent KAI at meetings of clinical investigators, Data and Safety Monitoring Committees, and FDA or other regulatory meetings.&#60;br /&#62;
- Engage in discussions and research, both inside and outside of KAI, to improve statistical or clinical trials methodology.&#60;br /&#62;
- Participate in writing submissions to regulatory agencies, scientific papers and grant//contract proposals.&#60;br /&#62;
- Review and analyze clinical research projects with respect to scientific scope, study procedures and human subject issues.&#60;br /&#62;
- Assist in the development of clinical trials guidelines. &#60;/p&#62;
&#60;p&#62;Qualifications:&#60;br /&#62;
- PhD and at least 3-5 years experience with clinical trials.&#60;br /&#62;
- Good working knowledge of SAS and preferably S plus or R for statistical analyses.&#60;br /&#62;
- Ability to move across studies and provide other study support&#60;br /&#62;
- Experience dealing with clients and medical/scientific community.&#60;br /&#62;
- Excellent written and verbal communication skills.&#60;br /&#62;
- Ability to work both independently and in a matrix team environment.&#60;br /&#62;
Strong leadership and interpersonal skills are required. &#60;/p&#62;
&#60;p&#62;ABOUT ALTARUM: &#60;/p&#62;
&#60;p&#62;Altarum's dynamic work environment emphasizes integrity, personal commitment, and teamwork. In addition to the meaningful and challenging work, Altarum offers an outstanding benefits program that includes paid time off, tuition reimbursement, 401k (5% employer contribution), a flexible work environment, and much more. We invite you to explore exciting and rewarding career opportunities with us. &#60;/p&#62;
&#60;p&#62;Altarum is an Equal Employment Opportunity/Affirmative Action Employer M/F/D/V.
&#60;/p&#62;</description>
</item>
<item>
<title>Local mapping - smaller than county level</title>
<link>http://forums.flowingdata.com/topic/local-mapping-smaller-than-county-level#post-2487</link>
<pubDate>Thu, 12 Jan 2012 08:04:28 +0000</pubDate>
<dc:creator>mclarknc</dc:creator>
<guid isPermaLink="false">2487@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;Thanks, Nathan - I'll take a look at them.
&#60;/p&#62;</description>
</item>
<item>
<title>Local mapping - smaller than county level</title>
<link>http://forums.flowingdata.com/topic/local-mapping-smaller-than-county-level#post-2486</link>
<pubDate>Thu, 12 Jan 2012 02:36:06 +0000</pubDate>
<dc:creator>nathany</dc:creator>
<guid isPermaLink="false">2486@http://forums.flowingdata.com/</guid>
<description>&#60;p&#62;I haven't mapped by tract, but the NYT Census maps might be of interest:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://projects.nytimes.com/census/2010/explorer&#34; rel=&#34;nofollow&#34;&#62;http://projects.nytimes.com/census/2010/explorer&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>

