Gephi workshop (Duke, February 2014)
Jump to navigation
Jump to search
Gephi workshop, Duke Libraries, February 11, 2014
nodes; can have attributes like gender, location, start/end time
edges; can have attributes like weight, start/end time
edges can be directed with a source and target (type of edge -- directed or undirected)
network or graph: refers to all nodes inside, in aggregate
isolates: unconnected nodes
path of nodes through network
component: aspect of nodes linked together
vocabulary: http://barabasilab.neu.edu/courses/phys5116/content/Class2_NetSci_2012/02_Class_2012_Graphs.pdf
adjacency matrix; 1 indicates connection, 0 indicates no connection:
ABCD
A 101 B1 10 C01 0 D100