-
Notifications
You must be signed in to change notification settings - Fork 2
Look into sigma.js #1
Comments
This is great. Right now we export GDF natively in the Toolkit, but if we could tweak it to export GEXF files. Could be a good discrete project for a URA if we're in need of projects for them? |
For GEXF, thoughts on this approach? https://stackoverflow.com/questions/38735413/graphx-visualization |
OK, let's assume we have GEXF output. @greebie – can you explore taking GEXF files and visualizing them using Sigma.js? If possible, can you use this repo and issue ticket. |
This is underway, we've seen great progress on this front so far. |
Things have been going well. Based on examining sigma, I've come to the conclusion that
Seems to me that we have two choices: a) use aut to produce summary network data. I am hoping dataframe support would give us great power to do some calculations, as per this issue: archivesunleashed/aut#13. I'd like to at least give this a try with some of the easier calculations anyway. A network calculation like eigenvector centrality could be used to filter out / shrink the network to manageable data files. We could have some preset calculations built in to a client (eg. shrink based on 68–95–99.7 rule or 1, 9, 90 rule using eigenvector, betweenness, connected components or whatnot.). b) produce some middleware that does the calculations for us programmatically. This is trivial to produce given the libraries in python and R that are available, but it means another suite of tools to manage. There are some other tools available in node.js. I have less experience in node, but it would fit nicely into an Angular setup. I'd like to try a) just for the aut practice. Producing the algorithm in scala should not take too much. Using it to filter would probably require dataframe support, however. |
Thanks for the update, this is a useful summary. Agreed, let's do a). The only thing to look out for is that we're moving to Python over the next few weeks, so we should perhaps hold off until Python and Dataframes are implemented? |
We should look into sigma.js
In particular, site says:
The text was updated successfully, but these errors were encountered: