Right now, here are my steps
1) Open Gephi on desktop.
2) Upload nodes/edges CSV
3) Run fruchterman reingold
4) Export (Website exporter)
5) Upload the webpages to the web.
There are several manual offline steps. Are there some online tools I can use so all I need is feed the node/edges csv, and automatically run the display and generate the web page display online?
Thanks!
Online Tools like Gephi
Re: Online Tools like Gephi
Hi,
Yes you can use the Gephitoolkit for that: https://gephi.org/toolkit/
The gexf4j java library could also be convenient to create the graph in the first place:
https://github.com/francesco-ficarola/gexf4j
Best,
Clement
Yes you can use the Gephitoolkit for that: https://gephi.org/toolkit/
The gexf4j java library could also be convenient to create the graph in the first place:
https://github.com/francesco-ficarola/gexf4j
Best,
Clement
-
- Posts:3
- Joined:07 May 2014 08:46 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: Online Tools like Gephi
I agree Gephitoolkit works great 
