My first idea was to use a PC monitor in my room to display the data. When the other colleagues came by my office, the would be able (but not forced) to have a look at the viz. The problem of that solution is that I want to prepare a use case for a couple of weeks. If the guys are not passing by my office for a long time, they won't have a look at the display.
Another option (pointed by Erik) was to create a screensaver for OSX (everyone here use a Mac) that displays the viz when the user is not active in his/her computer. Therefore, the attention of the user was in another activity: maybe reading/writing on paper, thinking deeply, etc. and the display could be considered in the ambient. Developing a screensaver from scratch in Objective C is not a good idea for a 3 months period, so I explored other solutions. There's a possibility of defining a screensaver based on a RSS channel: the system fetches static images from a RSS feed and displays them in the screen. The problem here was that the visualization libraries I have explored (d3, highcharts, gephi, raphael) create interactive visualizations (normally using SVG). Therefore I looked for a way of creating a static image from these visualizations, doing the rendering in the server via nodejs and found this so interesting solution. Besides that, for gephi I had to create the network diagram for new data with no user interaction, but I found gephi toolkit that allow you to do that in Java. When I thought I had a clear solution, Mountain Lion was released a couple of days ago and... guess what? there's no RSS screensaver anymore. But there's still the possibility of choosing a folder on your computer with images to show as a slideshow. Then, I could change dynamically the content of this folder using dropbox (or a similar cloud service), so this is my first makable solution (required a bit of configuration in the client, but it should work fine).
After that, I was exploring the possibility of using digital photo frames with WiFi for the purpose. The objective of these devices is just decorative, so I think they fit perfectly in the ambient display definition. I searched for cheap one on the Internet and found out they're quite expensive (over 100$), so I could afford to buy 6 of them with my own money (because applying for funding I don't think would be successul). But in the same search I found some users discussions claiming that for this price people prefer buying a tablet over a digital frame. And, in the HCI group they have enough iPads to cover my needs: what if I asked them to put an iPad on their desktop and think of it as a digital photo frame? They could have access to the info whenever they wanted it (while in the office), and I could display some nice visualizations there (and no need any server rendering). I asked some colleagues and they (and I) think that this option is better than the screensaver since users have access to the viz more easily, and not forced to wait for the screensaver or to come by my office. Therefore, I will follow this approach and will design a web app for the iPad (you can display them in full screen) that will show several visualizations as a slideshow and (hopefully) will provide awareness to the researchers about their work (as I will eventually describe).
![]() |
| Image from http://www.readymade.com/blog/tech/2010/04/22/three-easy-ipad-stands/ |
PS: I have to find cheap solutions for docking the iPad, like this cardholder at Staples (unfortunately not available in Belgium).

