Using Gephi, I'd like to visualize how members of different organizations are related.
My source material basically consists of a list of organizations and their members:
Organization 1
Individual 1
Individual 2
Individual 3
Individual 4
Organization 2
Individual 5
Individual 1
Individual 6
Individual 7
Sometimes an individual shows up in different organizations (i.e. Individual 1 in this example).
Questions:
1) How should I convert this information into edges so that the relationship between and within organizations becomes evident?
2) I also have some meta-information about organizations (type) and individuals (sex), that I'd like to use in the visualization (to affect the layout, color etc.). How do I arrange this in relation to the edges?
ps. I'm not a CIA agent.
1) here is a GML-file with the setting above.
If you think it is easier, you can make a excelfile with two columns, "source" and "target" and export as a csv, and then import it into gephi:
then apply a layout algoritm to make the layout. Start trying with Yifan Hu or Force Atlas.
2) If you want to add meta information, use the GML-format mentioned above and include the data you want:
You can then use ranking and partition-settings to apply certain colors/sizes depending on the attributes provided.