Should the interface be 2D or 3D?

Posted by Anita on March 5th, 2008 — in definitions, feedback, milestones, organization

I’m at a big decision point in my thesis. I have a very primitive music browser implemented in both 2D and 3D. I want to choose the number of dimensions (2 or 3) for my main project before I move too much farther in developing the interface. I just don’t have time to develop them both.

My biggest concern: I had been pushing for a 3D interface throughout the proposal process, but I’m worried that continuing with it will force me in my remaining time to focus much more on elements of 3D interfaces (e.g. how to orient the user, how to show the overall cloud shape despite obscuration) than on elements core to my own thesis motivations (e.g. how to organize music, how to find patterns in music listening).

I think a 2D interface is currently more easy to develop than a 3D interface, and that perhaps I should focus on only two dimensions and have a better chance of making an interface that demonstrates all the things I had hoped to show (outlined in my proposal).

In the end, my thesis is not about interfaces; it is about the organizational model itself. That organizational model is the use of audio and contextual data to organize a music collection in a fuzzy manner that I think is more appropriate for this type of data, in addition to providing others with a framework to add onto it, both in terms of input features and output interface. This approach is in opposition to what we see in most music browsers (well, and data browsers in general), which limit organization to non-configurable lists and, ultimately, text labels.

So, my thesis work becomes: (1) an implementation of this organizational model, (2) made publicly-available, along with (3) demonstration(s) of an interface built on top of the model. An analog to this manner of thinking is the Echo Nest’s recent announcement of their AudioAnalysis API. Last year, they made this tool (1) available to others (2) — it gave me numbers, and I built an interface on top of it (3). In this thesis, I am the one providing the numbers, and letting others build interfaces on top.

Even though the main contribution is the model, I will demonstrate one such interface with a 2D representation of a music collection that is user-configurable and dynamically updated through RSS feeds.

Here are the main questions:

  • Am I losing something integral to the project if I move down from three dimensions to two?
  • Is this line of thinking (that my contribution is more an organizational model than an interface) too dangerous?
  • Am I contributing enough?

Setting up

Posted by Anita on January 31st, 2008 — in organization, papers, background

Today I set up SVN with Trac on scripts.mit.edu, and also Eclipse for Java development on my Mac. I just have to point the Eclipse SVN plugin at my SVN repository now… but I’m going to wait on that until I have some code in there. I went through a tutorial of Eclipse and it looks awesome — I don’t know how I haven’t used it before now.

Also setup TeX and got some TeX templates from friends to start with. I am going to create an outline for my thesis, to which I can continually enter notes as I am reading through all these papers and books.

Also picked up Barry Schwartz’s “The Paradox of Choice: Why more is less” and Kusek/Leonhard’s “The Future of Music”.

Tasks…

Posted by Anita on January 28th, 2008 — in organization, papers, background

I picked up David Jenning’s “Net, Blogs and Rock’n’Roll”, and am working through it. Of most interest to me so far are Alan Lomax’s “cantometrics” work back in the 60s and MusicIP now (including MyDJ). I’m wondering how successful MusicIP has been… What’s it lacking and what do they do well?

Also been working on setting up LaTeX + GUI + citation handling software… argh! … and some revision control for this project. Right now I think I’ll go with BibDesk and TeXShop for writing with LaTeX, and subversion for RCS. Any advice welcome, as always.