Simple tool for mapping social networks with a Google Spreadsheet data source using the D3 force layout (https://github.com/mbostock/d3/wiki/Force-Layout)
See it live here: http://dalager.github.io/SocialNetworkMapper/
- clone project
- copy this spreadsheet: https://docs.google.com/spreadsheets/d/1ImMzp4JRvRjGnpOWCWp7XttNfkUP9di7WGTr6GymKMA/edit?pli=1#gid=0
- in your own copy, note the ID in the url matching "1ImMzp4JRvRjGnpOWCWp7XttNfkUP9di7WGTr6GymKMA" in the example spreadsheet
- Copy it into the NetworkGraph.start() method in the index.html file
- Publish the sheet to internet to make it publicly available from your code.
- Customize index.html to fit your organization types
- Style it in the style.less file
- Run it