Posted by aron novak on June 11, 2006 at 8:02pm
Here are two finished graph visualization what represents two large community sites:
These are the newest results of my work.
Here are two finished graph visualization what represents two large community sites:
These are the newest results of my work.
Comments
Data Model
Aron -
I would be very interested in knowing whether there is a standardized data model which can be derived from the results of your work. I have made several attempts at organizing the relationships between users into a format which can be modelled using visualization tools with varying degrees of success.
Any ideas about how data can be abstracted into a common format for visualizing information?
M
data model
Hi,
My data structure is simply an adjacentcy list. From this list is very easy to generate input for graphviz or other graph visualization tool. At the devel mailing list I wrote about that: http://lists.drupal.org/archives/development/2006-06/msg00259.html
Aron