sna-js
This repository contains javascript code that interact with social network APIs, generate D3.js visualizations, and calculate relevant metrics for social network analysis.
You can see it in use at: http://socilab.com. Socilab is a social network utility that allows users to visualize, analyze, and download data on their LinkedIn network.
I am actively developing this as users request more features and look forward to collaborating to anyone who shares an interest in making network data and analysis more accessible to end users.
###d3js-linkedin.js: A dynamic and interactive visualization of a user's LinkedIn network using the d3js library, with options to enable/disable connections to ego and color nodes by industry.
###socilab-linkedin.js: Methods for interacting with LinkedIn API to gather network data for display, analysis, and download by user.
###sna-js.js: Takes in 2D adjacency matrix from socilab-linkedin.js and performs egocentric network calculations for social network analysis.
Author: Craig Tutterow