A way to visualize mentor skillsets using a D3 cluster dendrogram and a csv or json file.
These files use a cluster dendrogram layout from the D3 library. There are two versions of the visualization.
The mentorship example uses a JSON file to construct the nodes and links. The graph will grow, add and expand depending on the data found in the csv file. the JSON file is here.
The consulting example uses a CSV file to construct the nodes and links. The graph will grow, add and expand depending on the data found in the csv file. The CSV file follows the schema found in the data/graph.csv file. The CSV file is here. This version does not yet include functional node labels.
More information can be found here and [here] (http://bl.ocks.org/mbostock/2949981). There's also a nice overview and tutorial on cluster dendograms here.