[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) 2018-05-22T22:20:50+01:00 https://forum-gephi.org/app.php/feed/forum/28 2018-05-22T22:20:50+01:002018-05-22T22:20:50+01:00 https://forum-gephi.org/viewtopic.php?t=6599&p=15298#p15298 <![CDATA[Visualization on the Web • Label size proportional to node size with OII Sigma Exporter Plugin?]]>
I'd like to make it so that the label sizes are proportional to the node size.

I notice that the labels of hovered nodes are proportional by default, but I'd like all labels to be proportional regardless of hover status.

In the GitHub wiki for sigma.js, there's a setting called "labelSize" which can be either "fixed" or "proportional". I edited the config.json file to set it to "proportional" but nothing changed.

Since the GitHub wiki refers to the latest version of sigma.js, I'm wondering if the older version used by the exporter plugin doesn't recognize that setting.

To get the labels proportional is there a different setting I should be using, or could I do it by changing the JavaScript code?

Statistics:Posted by bdhays — 22 May 2018 22:20


]]>
2018-04-13T06:24:17+01:002018-04-13T06:24:17+01:00 https://forum-gephi.org/viewtopic.php?t=6503&p=15156#p15156 <![CDATA[Visualization on the Web • Gephi haplotree]]>
Dunkel's haplotree is designed with PowerPoint manually. Is it good idea to confert it to Gephi format? Is it possible? The look and feel can be little different. But if it is possible to do 2D picture much same look that is good for many users who uses the tree.

Statistics:Posted by ifizer — 13 Apr 2018 06:24


]]>
2018-02-23T18:17:45+01:002018-02-23T18:17:45+01:00 https://forum-gephi.org/viewtopic.php?t=6253&p=15013#p15013 <![CDATA[Visualization on the Web • Re: Large Network Visualization Online through shingle.js Javascript library]]> Statistics:Posted by ayalpinkus — 23 Feb 2018 18:17


]]>
2018-02-23T17:17:38+01:002018-02-23T17:17:38+01:00 https://forum-gephi.org/viewtopic.php?t=6455&p=15012#p15012 <![CDATA[Visualization on the Web • Example visualization of a large graph online using shinglejs]]> super-excited to see shinglejs being used to show very large graphs online! The graph used imdb data to get 1.5M recommendations about 173K films. You can see the graph itself here:

https://iggisv9t.github.io/imdb/index.html

And a description of how it was done can be found here:

https://medium.com/@iggisv9t/what-to-wa ... 8a794498a2

Shingle itself can be found here:

https://www.ayalpinkus.nl/shinglejs/

Best wishes!

Statistics:Posted by ayalpinkus — 23 Feb 2018 17:17


]]>
2018-01-29T11:12:18+01:002018-01-29T11:12:18+01:00 https://forum-gephi.org/viewtopic.php?t=6399&p=14911#p14911 <![CDATA[Visualization on the Web • Re: Coloruing nodes by type?]]> Statistics:Posted by eduramiba — 29 Jan 2018 11:12


]]>
2018-01-24T21:26:19+01:002018-01-24T21:26:19+01:00 https://forum-gephi.org/viewtopic.php?t=6399&p=14908#p14908 <![CDATA[Visualization on the Web • Coloruing nodes by type?]]> Statistics:Posted by Squid20 — 24 Jan 2018 21:26


]]>
2017-08-28T14:47:59+01:002017-08-28T14:47:59+01:00 https://forum-gephi.org/viewtopic.php?t=6271&p=14559#p14559 <![CDATA[Visualization on the Web • Dutch based coding expertise for sigma.js or graphtool]]>
I am currently looking for a Dutch based coding expert for graphtool and/or sigma.js to build a modest online interactive tool to present a network of co-operation organisations (for a municipality). The tool needs to be clickable on nodes/edges with sidescreens/popups with information about the oganisations/co-operations, to be able to set some filters, be able to select different datasets (as new data will be collected every 2 years) and a bit of a data management. Existing online solutions/services do not correspond to all wishes, so we try to build something separate, prefrably using graphtool or sigma.js.

If anyone knows such expertise in the Netherlands, please let me know! I would appreciate it a lot!

Arnout

Statistics:Posted by arnoutponsioen — 28 Aug 2017 14:47


]]>
2017-07-17T14:16:30+01:002017-07-17T14:16:30+01:00 https://forum-gephi.org/viewtopic.php?t=6253&p=14504#p14504 <![CDATA[Visualization on the Web • Re: Large Network Visualization Online through shingle.js Javascript library]]>
Great! This might work as a Gephi exporter plugin.
Check some real plugin examples:

http://gephi.org/plugins
https://github.com/gephi/gephi-plugins/ ... maExporter
https://github.com/gephi/gephi-plugins/ ... t-To-Earth

Statistics:Posted by eduramiba — 17 Jul 2017 14:16


]]>
2017-07-17T14:12:30+01:002017-07-17T14:12:30+01:00 https://forum-gephi.org/viewtopic.php?t=6251&p=14503#p14503 <![CDATA[Visualization on the Web • Re: freelancer.. visualization on webpage using gephi toolkit]]> I recommend you post in Gephi Facebook group.

Statistics:Posted by eduramiba — 17 Jul 2017 14:12


]]>
2017-07-15T19:48:43+01:002017-07-15T19:48:43+01:00 https://forum-gephi.org/viewtopic.php?t=6253&p=14498#p14498 <![CDATA[Visualization on the Web • Large Network Visualization Online through shingle.js Javascript library]]> not sure if this is the right place to post...

For a project, I developed a technology, shingle.js that can display very large graphs online through Javascript, and I was wondering if it would be useful to offer it as a plugin for Gephi somehow? I'm new to this project, so any advice would be helpful.

You can see it in action here, visualizing a network of 500,000 nodes, but we also have a 15 million node network running, with 213 million edges. You can pan and zoom and click on the nodes.

https://www.ayalpinkus.nl/shinglejs/

The code for the tile generation and visualization is open source, and it is released under the Apache license and hosted on Github:

https://github.com/ayalpinkus/shinglejs

It works as follows: a C++ program reads the large graph and divides it into tiles through a quad tree. The Javascript can then read the quad tree and decide which tiles to load, based on the current view of the graph. It does this by dynamically modifying an SVG element on the page, inserting and removing graphical elements on the go as you pan and zoom.

You can see the quads in action here:

https://www.ayalpinkus.nl/shinglejs/ind ... bugQuads=1

I am writing you because, even though I have no plans to use it myself - as you can see from my website, I am a cartoonist now - I would enjoy seeing this technology used more. I believe no one else has done this before: a tile-based vector-based engine to view very large graphs online.

Would there be interest for a plugin of this nature? I can imagine it being really cool to create a layout in Gephi for a huge network, with OpenOrd, say, and to then be able to export it in a format that can be displayed in a browser online without any necessary browser plugins, or not?

Ayal

Statistics:Posted by ayalpinkus — 15 Jul 2017 19:48


]]>
2017-07-14T18:06:33+01:002017-07-14T18:06:33+01:00 https://forum-gephi.org/viewtopic.php?t=6251&p=14496#p14496 <![CDATA[Visualization on the Web • freelancer.. visualization on webpage using gephi toolkit]]> if any freelancer in this group that can help me with a small task of using gephi toolkit to show visualization on webpage ?

happy to pay for the time.

please let me know, if anyone that has coding experience with gephi toolkit.

kind regards
sayi

Statistics:Posted by sayi.niranjan.gudi — 14 Jul 2017 18:06


]]>
2017-04-14T12:22:41+01:002017-04-14T12:22:41+01:00 https://forum-gephi.org/viewtopic.php?t=6185&p=14327#p14327 <![CDATA[Visualization on the Web • Multiple groups using sigma.js]]>
I'm using the sigma.js plugin to export a network and wondered if anyone had experience of adding multiple group filters to the visualisation.

My network shows trade between nations, and at present, I am using an attribute which identifies which region the country is in as the group selector. I have a few different node and edge attributes in my network and I would like to use some of those as filters too. For example, I have an edge attribute for year and another for the item being traded, and it would be interesting to use these in the visualisation.

Furthermore, is it possible to include specific group names when using the selector? I have string values for the regional groups, and the sigma.js' default 'group 1' 'group 2' coding isn't especially helpful.

Any advice on this would be most welcome.

Thanks

Statistics:Posted by hyuecn — 14 Apr 2017 12:22


]]>
2017-03-09T13:36:35+01:002017-03-09T13:36:35+01:00 https://forum-gephi.org/viewtopic.php?t=6134&p=14253#p14253 <![CDATA[Visualization on the Web • Re: What do you think about this Visualization?]]>
According to research using brain imagery, visualization works because neurons in our brains, those electrically excitable cells that transmit information, interpret imagery as equivalent to a real-life action. When we visualize an act, the brain generates an impulse that tells our neurons to “perform” the movement. This creates a new neural pathway — clusters of cells in our brain that work together to create memories or learned behaviors — that primes our body to act in a way consistent to what we imagined. All of this occurs without actually performing the physical activity, yet it achieves a similar result.

Putting It All Together

Remember, you don’t have to be an elite athlete to benefit from visualization. Whether you’re a student, businessperson, parent or spouse, visualization will keep you tethered to your goal and increase your chances of achieving it. The power of visualization is available to all people.

There are two types of visualization, each of which serves a distinct purpose, but for greatest effect, they should be used together. The first method is outcome visualization and involves envisioning yourself achieving your goal. To do this, create a detailed mental image of the desired outcome using all of your senses.

For example, if your goal is to run your first marathon, visualize yourself crossing the finish line in the time you desire. Hold that mental image as long as possible. What does it feel like to pass under the finishing banner, looking at your watch, the cool air on your overheated body? Who is there to greet you as you finish? Your family? Friends? Other runners? Imagine the excitement, satisfaction, and thrill you will experience as you walk off the lactic acid and fall exhausted into their arms.

Some people find it useful to write their goal down, and then, in as much detail as possible, translate it into a visual representation. It could be a hand-drawn picture, a photograph or a diagram. The media doesn’t matter, just as long as it helps you create a vivid mental image and stay motivated.

The second type of visualization is process visualization. It involves envisioning each of the actions necessary to achieve the outcome you want. Focus on completing each of the steps you need to achieve your goal, but not on the overall goal itself.

Back to the marathon example: Before the race, visualize yourself running well — legs pumping like pistons, arms relaxed, breathing controlled. In your mind, break the course into sections and visualize how you will run each part, thinking about your pace, gait and split time. Imagine what it will feel like when you hit “the wall,” that point in the race where your body wants to stop, and more importantly, what you must do to break through it.

You may never run a marathon. However, you can use the same principles to achieve any goal — create a vivid mental picture of yourself succeeding, envision what you must do during each step of the process and, like a runner pushing through “the wall,” use positive mental imagery to stay focused and motivated when you experience obstacles or setbacks.

Visualization does not guarantee success. It also does not replace hard work and practice. But when combined with diligent effort (and, I would add, a strong support network), it is a powerful way to achieve positive, behavioral change and create the life you desire.

Statistics:Posted by admissioninfo123 — 09 Mar 2017 13:36


]]>
2017-02-21T15:12:59+01:002017-02-21T15:12:59+01:00 https://forum-gephi.org/viewtopic.php?t=6147&p=14216#p14216 <![CDATA[Visualization on the Web • Duplicate Nodes on Website]]> I'm working on a databsae consisting of Research going on in Additive Manufacturing. Basically linking Universities to materials and research projects.

In some cases I have a node with multiple connections. The result is that the list on the side of the website browser shows the nodes twice. (The attached image explains it way better). Is there anyway to remove the duplicate from the list? There is only one Node in Gephy

Image

Thanks
Chris

Statistics:Posted by chrisorgc — 21 Feb 2017 15:12


]]>
2017-02-08T09:54:06+01:002017-02-08T09:54:06+01:00 https://forum-gephi.org/viewtopic.php?t=6134&p=14183#p14183 <![CDATA[Visualization on the Web • What do you think about this Visualization?]]>
i planned to realize a 3D animation for my business like this https://viscircle.de to visualize my business processes.

Can I later generate 3D Renderings of the Animation? This is my question. Thanks for help.

Statistics:Posted by Herbert22 — 08 Feb 2017 09:54


]]>
2016-10-17T18:49:53+01:002016-10-17T18:49:53+01:00 https://forum-gephi.org/viewtopic.php?t=5640&p=13378#p13378 <![CDATA[Visualization on the Web • Re: export timeline?]]> There is no plugin for that at the moment.

Statistics:Posted by eduramiba — 17 Oct 2016 18:49


]]>
2016-10-17T17:06:39+01:002016-10-17T17:06:39+01:00 https://forum-gephi.org/viewtopic.php?t=5640&p=13376#p13376 <![CDATA[Visualization on the Web • export timeline?]]>
Is there a plugin that would allow me to export a gephi timeline to an interactive webpage? The only way I have found so far is through images, but that is way too static. Thanks!

Statistics:Posted by darj87 — 17 Oct 2016 17:06


]]>
2016-06-09T14:10:31+01:002016-06-09T14:10:31+01:00 https://forum-gephi.org/viewtopic.php?t=5231&p=12681#p12681 <![CDATA[Visualization on the Web • Re: Help required with showing dynamic graph on web page?]]> Statistics:Posted by reticent23 — 09 Jun 2016 14:10


]]>
2016-05-27T09:21:43+01:002016-05-27T09:21:43+01:00 https://forum-gephi.org/viewtopic.php?t=5231&p=12609#p12609 <![CDATA[Visualization on the Web • Re: Help required with showing dynamic graph on web page?]]> Statistics:Posted by eduramiba — 27 May 2016 09:21


]]>
2016-05-26T17:04:55+01:002016-05-26T17:04:55+01:00 https://forum-gephi.org/viewtopic.php?t=5231&p=12603#p12603 <![CDATA[Visualization on the Web • Re: Help required with showing dynamic graph on web page?]]>

Statistics:Posted by reticent23 — 26 May 2016 17:04


]]>