Our winning entry from the Hubway data viz competition was featured in the Globe Ideas section today. Behind a pay wall, there was brief feature of our entry for Bikes In/Bikes Out.
Our winning entry from the Hubway data viz competition was featured in the Globe Ideas section today. Behind a pay wall, there was brief feature of our entry for Bikes In/Bikes Out.
Since I announced completing CS253, I might as well note that I completed the Udacity Programming Languages class (CS262) as well. I had a lot of fun with this class. Wes Wiemer is a fantastic lecturer, keeping it interesting with extensive literary and historical references in examples, ranging from Jane Austen and Urdu poetry to The Dark City. I spent a significant amount of time just chasing down the references for fun.
This course was focused on lexing, parsing and interpreting javascript and html. It was a good reminder of how to build a lexer and parser and the wonders of recursion.
I don’t remember exactly when I finished this course (I think in the summer), but apparently I applied for the certificate in October.
This week I completed the Udacity Web Application Engineering Class (CS253). It was a super useful introduction to:
We built a blog and a wiki (since I don’t care to make them robust to spam, I won’t share them here, sorry). It was a very worthwhile introduction for me!
Continuing to explore the GAPRI data on access to pain medication around the world, I decided to try a choropleth map (with country colors now corresponding to morphine/death). Check out the working interactive choropleth map.
I got to use a few new tools in getting this to work:
// normalize your data var normScale = d3.scale.linear() .domain([0, _(data).max()]) .range([0,1]); // create the color interpolator var interpColor = d3.interpolateHsl('#EC8076','#84BB68'); // later get the color corresponding to your data color = interpColor(normScale(d))
.on("mouseover", function(e){d3.select(this).style("fill", "steelblue")}) .on("mouseout", function(d){d3.select(this).style("fill", MapColors(d))})
Todo:
The cartogram work I was doing recently with Kim Ducharme is now published by PRI’s The World as part the series: Cancer’s New Battleground — the Developing World. I provided the background for this image: