This file contains descriptions for all the python files in this folder. AttributeToSize.py - resizes nodes according to an attribute you pass in Centralizations.py - contains degree, closeness, and betweenness centralization functions. Also contains closeness centrality cosineCorrelation.py - an example of a userbuilt correlation for use with Taste inside GUESS. diameter.py - an easy to write method that finds the diameter of a graph loadAll.py - loads the node attribute and scrobbler panels in Guess. nodeScript.py - loads the node attribute panel into Guess pathslider.py - loads a new panel into Guess that lets you find the diameter and dictate the length of paths shown using a slider. Prestige.py - contains different prestige functions (degree, input domain, proximity) simpleDiameter.py - used by the pathslider.py to find diameter simplegraph.py - BFS, DFS and other functions written by Prof Forbes