Social network maps

Aron Novak's picture

Here are two finished graph visualization what represents two large community sites:

These are the newest results of my work.

Login to post comments

Data Model

techsoldaten's picture
techsoldaten - Tue, 2006-06-20 00:27

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

Aron Novak's picture
Aron Novak - Tue, 2006-06-20 09:51

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