Skip to content

Commit

Permalink
Merge pull request #1 from bryant1410/master
Browse files Browse the repository at this point in the history
Fix broken Markdown headings
  • Loading branch information
Rajpratik71 authored Aug 5, 2020
2 parents 49642a5 + 3fea6e6 commit 6657dde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ I am actively developing this as users request more features and look forward to

LinkedIn
------
###sna-js.js:
### sna-js.js:
Takes in 2D adjacency matrix from socilab-linkedin.js and performs egocentric network calculations for social network analysis.

###d3js-linkedin.js:
### 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:
### socilab-linkedin.js:
Methods for interacting with LinkedIn API to gather network data for display, analysis, and download by user.

**Note on LinkedIn API functionality**: LinkedIn's public API no longer supports the related-connections request that this script relies on. LinkedIn was courteous enough to extend socilab's access to the prior functionality while our partnership application is pending review. I do not have a timeline for when the application will be processed, but any contributions made here in the meantime can be implemented on the public site so long as they comply with the terms.
Expand Down

0 comments on commit 6657dde

Please sign in to comment.