Demonstrates some graph layouts on the Coauthorship in Network Science network in D3.js version 5.
Used NetworkX to convert the GML files into JSON, and calculate some basic node metrics.
See the following Gist for more information about the dataset used in these examples:
:link: https://gist.github.com/sjengle/510ffd96ad06fc3921aee0425e962c1e/
The following D3.js APIs may be useful:
The following bl.ocks served as inspiration for these examples: