Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.25 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.25 KB

Ment-r

A way to visualize mentor skillsets using a D3 cluster dendrogram and a csv or json file.

Overview

These files use a cluster dendrogram layout from the D3 library. There are two versions of the visualization.

JSON Cluster Dendrogram

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.

CSV Cluster Dendrogram

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

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.