[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) 2014-08-27T09:39:36+01:00 https://forum-gephi.org/app.php/feed/topic/3135 2014-08-27T09:39:36+01:002014-08-27T09:39:36+01:00 https://forum-gephi.org/viewtopic.php?t=3135&p=10664#p10664 <![CDATA[Re: Dynamic Node Size]]>
I've similar dataset with yours.
But I'm new to Gephi and try to figure out how to made the node appear and disappear through the time line.
And, also make the size of the node change through the timeline.
I've been trying this for two weeks with no solutions.
It will be great if some one could help.
Thank you.

Statistics:Posted by newuser — 27 Aug 2014 09:39


]]>
2013-12-09T15:15:33+01:002013-12-09T15:15:33+01:00 https://forum-gephi.org/viewtopic.php?t=3135&p=9779#p9779 <![CDATA[Re: Dynamic Node Size]]> Sorry I don't have much time so that's a concise reply.
I recently ran in the same issue. Solution was use the Gexf4J library to generate the dynamic graph in Gexf format. You can then read the gexf you generated with the Gexf Toolkit.
Example of how to create a dynamic network with Gexf4J:
https://github.com/francesco-ficarola/g ... Graph.java

But this example just shows how to create nodes and edges that appear and disappear, not how to change their attribute values in time. I worked that out. This is an ugly and hard to read Java class because I did not intend to publish it, but you might still find it useful. I put an anchor at line 290 which shows some crucial lines to get going:
https://github.com/seinecle/Cartels/blo ... .java#L290

Best,

Clement

Statistics:Posted by seinecle — 09 Dec 2013 15:15


]]>
2013-12-09T10:35:27+01:002013-12-09T10:35:27+01:00 https://forum-gephi.org/viewtopic.php?t=3135&p=9778#p9778 <![CDATA[Dynamic Node Size]]> However, I am beating my head against the wall for the project I would like to achieve...I hope you can give me advice on the setup of the data and how the model can be constructed.
The project:
I want to visualize departments (as nodes) that ask for resources from each other over time. These resource requests are nodes as well, and I want to distinguish them based on simple labels.
Now here is the tricky part:
The size of the departments is dependent on the number of hours requested. And since the departments make these requests every day, the size changes every day.

My setup
I have created a project that has been setup as a Dynamic Graph, so there is a timeline.
The structure of the nodes is:
ID
Label
NodeType
StartDate
EndDate
Score

The structure of the Edges is:
Source
Target
Label

Now here is the thing: how do I make the size of the nodes change for every day? I have one full year of data, so how do I need to enter 365 “records” for each department?
I have looked at the option to create static files per day (based on the example: https://wiki.gephi.org/index.php/Import_Dynamic_Data) but I don`t know how to replicate the dataset (how do you import the xml files in the example? And how do your append separate time frames for each year?)

I found this explanation, but I have no clue where to start:
http://wiki.gephi.org/index.php/Toolkit ... atic_files

I hope you can help me out with this challenge.

Statistics:Posted by jbreugelmans — 09 Dec 2013 10:35


]]>