One Line - One Community (?)

presentation - Joseph Berkner.gif

CREATED BY: Joseph Berkner (Geolic)

DESCRIPTION:

This data viz project looks into the results of some of Likert scale questions of the survey that were related to the conditions at the work of the respondent. After investigating the results I choose a set of questions and cleaned up the data as well as transformed the answers to a numeric format and stored them in a CSV file using R.

For the representation of the data I wanted to emphasize a community feeling, which is why I decided to create the whole site using only one continuous line that draws the page one element after another. So I had to come up with a chart that can be useful for this convention, so I created path charts. The implementation was done using the d3.js library and the page is hosted on my website.

The metaphor of the headline is that even though we are all connected through our love for DataViz, we can see differences in opinions among different groups within the community.

(Note: If you want to stop the animation just perform the following in the console:

d3.selectAll("path").transition().attr("stroke-dasharray","")

You just need to repeat it after each click on an arrow.)