[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
Gephi forumsPlease post new questions on facebook group too (https://www.facebook.com/groups/gephi) 2013-07-12T15:21:32+01:00 https://forum-gephi.org/app.php/feed/topic/2324 2013-07-12T15:21:32+01:002013-07-12T15:21:32+01:00 https://forum-gephi.org/viewtopic.php?t=2324&p=8967#p8967 <![CDATA[Re: Interactive Exploration of Visualization]]>
I was referring to the distinction between:

- the Gephi java libraries which are fit to create plugins for Gephi. These include some code to add new icons, panels, anything really. These libraries depend from Netbeans specific code, because the Gephi UI is build on top of a tool for UI provided by Netbeans.
How these libs can be used is illustrated here:
https://gephi.org/2012/introducing-the- ... -bootcamp/

- the Gephi Toolkit: no UI code here, so much slimer and without any dependency to Netbans stuff. One big lib.
https://gephi.org/toolkit/

Statistics:Posted by seinecle — 12 Jul 2013 15:21


]]>
2013-07-10T04:44:25+01:002013-07-10T04:44:25+01:00 https://forum-gephi.org/viewtopic.php?t=2324&p=8961#p8961 <![CDATA[Re: Interactive Exploration of Visualization]]> http://mbostock.github.io/d3/talk/20111 ... sible.html
////
Hey Clement... What do you mean by
The Gephi toolkit (version without the UI...)
? Is there a toolkit with a UI? Is the toolkit what you use to build features into Gephi, or is it just Gephi itself? Thanks, zzz

Statistics:Posted by WeezyF — 10 Jul 2013 04:44


]]>
2012-11-26T07:15:53+01:002012-11-26T07:15:53+01:00 https://forum-gephi.org/viewtopic.php?t=2324&p=7707#p7707 <![CDATA[Re: Interactive Exploration of Visualization]]> The interfacing between the Gephi toolkit and SigmaJS could be done by using the toolkit as a Java server technology (I use JSF and I am very happy with it!), which provides convenient ways to connect with the javascript side.

Hope it helps,

Best,

Clement

Statistics:Posted by seinecle — 26 Nov 2012 07:15


]]>
2012-11-26T04:00:29+01:002012-11-26T04:00:29+01:00 https://forum-gephi.org/viewtopic.php?t=2324&p=7706#p7706 <![CDATA[Re: Interactive Exploration of Visualization]]> Does this change your answer? Is Gephi still not the best tool for the job?

Statistics:Posted by trogal — 26 Nov 2012 04:00


]]>
2012-11-25T11:26:46+01:002012-11-25T11:26:46+01:00 https://forum-gephi.org/viewtopic.php?t=2324&p=7702#p7702 <![CDATA[Re: Interactive Exploration of Visualization]]>
Gephi is not suitable for this, and Sigma.js is not directly usable for interactive network building. However I'm working on another project [EDIT: see Linkurious] which does exactly what you need, if your data is stored in a Neo4j database. Please contact me by email seb@gephi.org and we'll discuss ;)

Statistics:Posted by admin — 25 Nov 2012 11:26


]]>
2012-11-25T08:44:01+01:002012-11-25T08:44:01+01:00 https://forum-gephi.org/viewtopic.php?t=2324&p=7701#p7701 <![CDATA[Interactive Exploration of Visualization]]>
I want to use Gephi to create an interactive experience that lets the user explore the different nodes in a network. They would start with a blank page and a search bar (or simply a page with a single node on it). When they click the node, the nodes in the network that are connected to that node appear. When they click those nodes, their connections appear. This repeats so the user can "build" the network themselves, kind of like a "choose your own adventure" book. Ideally I would like to do this with a large database hosted online, but I don't know whether a Sigma.js file would be able to continually mine that data from online (would I have to export all of the database through Gephi in order to accomplish this, or can there be a real-time data retrieval?) I also do not want to code each interaction by hand; I hope that there is a way to incorporate a simple "rule" that allows each node to appear (for example, rather than coding "when Node1 is pressed, Nodes 2-5 appear", I would much rather have something like "when any node is pressed, all of the nodes they share edges with appear". This would provide much more flexibility in the form that the end result could take by making it less scripted).

If this is an impossible feat, what would be the easiest way of creating a demonstration of this functionality using Sigma.js and Gephi (with scripted interactions and an "example" data set rather than mining the data real-time from a server hosted online)? Is Sigma the best tool for this? I chose it simply because of my familiarity with Javascript, but I can adapt to whatever program/format is the best option. I don't mind if this can't be hosted online; if this entire interaction must occur on Gephi itself, that's perfectly OK as I just need to demonstrate its functionality.

Thanks for reading, and I look forward to your feedback!

Statistics:Posted by trogal — 25 Nov 2012 08:44


]]>