I'm looking for a specific axis-based data model, that I cannot find anymore.
The paper described a new way to model data. The model was based on
linking cells of data to each other by placing them on a certain axis
in a n-dimensional space. The link was always bi-directional so that
moving forward on an axis and moving backwards always brought you to
the same atom. Visualization of the model was a 2-D space where you
could map any of the axises to either the horizontal or the vertical
and rotate through the n-dimensional space.
There was atleast a Java implementation of the model, which had a
pastel shaded GUI, where data atoms zoomed closer and further when you
travelled the axis. The software was hard to use since all the
documentation and even the code for it was contained inside the model
itself.
There was also talk of a wrist-watch style implementation for the
idea, since you can express a great deal of things within a very
simple small display and a few input buttons.
I would love to locate the website describing this thing, the
speculations on the wrist-watch future, the Java software that
implemented and any research papers that I seem to recall that were
published. All of it was accessible over the web some 4 years ago. |