Skip to content

A way to visualize mentor skillsets using a D3 cluster dendrogram and a CSV or JSON file.

Notifications You must be signed in to change notification settings

OpenGlobe/Ment-r

Repository files navigation

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.

About

A way to visualize mentor skillsets using a D3 cluster dendrogram and a CSV or JSON file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages