He didn't tweet during OpenVis 2016
What? were you busy doing d3v4? d3.express?
¡Gracias viejo!
I should be following him
Number of followers overall vs followers in #OpenVisConf
All authors citations 2015
Display only the most important nodes for your task (a core)
That core can be unconnected, so select also their neighborhood
Use community detection
netClustering.cluster(nodes, links)
https://github.com/john-guerra/netClusteringJs
simulation = d3.forceSimulation(nodes)
.force("group", forceInABox()
.nodes(nodes)
.links(links)
.size(width,height)
.force("link", d3.forceLink().links(links)
.strength(forceInABox.linkStrength))
Distributes clusters on a treemap
https://github.com/john-guerra/forceInABoxDistributes clusters using forces
https://github.com/john-guerra/forceInABoxJean-Daniel Fekete | Benjamin Bach | Nathalie Henry Riche | Paola Llerena Valdivia | Emmanouil Giannisakis |
Come and work with us on cutting edge photo visual analytics
More info here