Posts Tagged ‘data’

Data Gestures

Tuesday, August 18th, 2009

Data Gestures

Data Gestures is a title of my final CIID project. It’s a very busy period for me so I’m publishing only a small info now.

Description:

This mobile application is a result of exploration of mobile gestural interfaces for personal data mining. By providing means both for
collecting and visualizing data on the go this software tries to assist it’s user in deep understanding of patterns emerging in his everyday life.

Full info:

Every day is a stream of small actions and decisions that we make, from getting out of the bed in the morning to choosing what to buy for the dinner. Separately they might seem irrelevant but gathered together and put into right context might give a whole new insight into our life. This project is trying to answer how to design a mobile application that would assist us in collecting and visualizing this data. Proposed application is focused mainly on money spending of the user. We can add items that we buy and assign them to several
categories. That data if carefully tracked it can provide us with information about things like eating habits or when put together with
data from other sources it can give impression of overall quality of his life. Interface of the application allows us also to filter the data or search for specific information. Taking small screen size and gestural interface as a challenge Data Gestures project is moving away
from data visualization paradigms known from desktop computing. Because of using multitouch input personal data mining becomes playful and useful at the same time. Buy being able to perform all this operation on the go and having dedicated interface tracking becomes easier. Data visualization available all the time with us (as long as we have mobile phone) is another incentive for gathering even more data hopefully influencing future decisions for a better balanced life.

Is Data Visualization a way of story telling, exploration, or expression?

Monday, June 15th, 2009

I’m just starting my thesis on data visualization recently I was talking about this issue with my thesis advisor. After reading Peter Gassner’s article Data Visualization Is A Tool, Too! on www.datavisualization.ch I decided to write this blog post.

I see three big roles of data visualization:

DataVis as a way of telling stories.

gapminder
It’s purely informative role. You show big amounts of data in graphical way to explain something. E.g. you can try to convince you client why one solution is better that another or try to show what are the consequences of some decisions over time. In this case data is already preprocessed and served to you in a way that is easy to understad and grasp quickly. We have to remember though that very often such datavis are only supportive material that works in a specific context. Great example of that are Hans Roslin’s talks from Gapminder where without him talking we would be watching only boring graphs.

DataVis as a tool for exploration.

digg_arc_large
This approach comes from scientific data visualization where representing data visually is one way of coping with information overload. Because data is very often in a very raw form you have to play with it to find ‘your own story’. Trying out what happens if you display all the data at the same time and treating data as an interface is something I’ve learned from Shawn Allen from Stamen. Above picture is well known Arc visualization that they made for Digg.com where you can observe incoming stories that people vote for on Digg.com website.

DataVis as a way of expression.

greet

Sometimes we are just inspired by beauty of data and we are focusing purely on aesthetics. When we use data as a base for our artwork that is perfectly fine. Above picture is a visualization of Wii Remote movements recorded by people while showing how to greet somebody in their culture. No labels, no description just pure study of the flow of Wii parameters. But should we still call it data visualization or computational graphics?

There is never ending discussion about simply decorating data vs. making it more meaning full. In my opinion which direction we should choose depends on the mix of above three roles. And nobody says that we can’t make it beautiful and meaningful at the same time, what is what I always try to do.

CIID Interaction Design Pilot Year @ infosthetics

Thursday, April 30th, 2009

picture-12

Finally infosthetics.com published our (me and Kevin edited it together) article about Data Visualization course that we had last year at CIID. We described the process that we went through and wrote some lines about each project that we did.

Check this out : Data Visualization Education at The Interaction Design Pilot Year.

UNdata – visualizing public data

Sunday, December 28th, 2008

Finally! This is what I was waiting for so long, a data visualization course with Shawn Allen from Stamen. They are one of the most known design agencies specializing in data visualization in the world and I really love their works.

The course started with quick introduction to ActionScript. I already knew it so I jumped right into coding. To get a lot of interesting data we were using UNdata website. To simplify process of loading xml data files into flash Shawn had written a small library and shared it with us. After a while I realized that it was a little bit limited for stuff I wanted to do so I wrote my own classes for parsing UNdata xml.

Here you can see results of my work. You can click on this image to open interactive visualization and play with it.

birth_rate_sml

If you are interested in source code for this visualization along with my classes for UNdata you can download it here : BirthRate.zip