[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-05-14T23:41:46+01:00 https://forum-gephi.org/app.php/feed/topic/2587 2013-05-14T23:41:46+01:002013-05-14T23:41:46+01:00 https://forum-gephi.org/viewtopic.php?t=2587&p=8674#p8674 <![CDATA[Re: Visualize Contact Traces]]> Remember to correctly structure the whole gexf file, also declaring it as dynamic.
I attach a correct gexf file for your network.

Eduardo
graph.gexf

Statistics:Posted by eduramiba — 14 May 2013 23:41


]]>
2013-05-03T21:31:50+01:002013-05-03T21:31:50+01:00 https://forum-gephi.org/viewtopic.php?t=2587&p=8533#p8533 <![CDATA[Re: Visualize Contact Traces]]>
TimeInstant #Node_x #Node_y EventType={Connection} Value={0, 1},
where TimeInstant is expressed in seconds and starts from 0.
For example:
12 12 13 Conn 1 - meaning a connection was established
18 12 13 Conn 0 - meaning the connection is down
Connections are symmetric, meaning the graph is undirected.

The corresponding gephi:

<nodes>
<node id="12" label="12"/>
<node id="13" label="13"/>
</nodes>
<edges>
<edge source="12" target="13" start="12" end="18"/>
</edges>

I there anything wrong ?

Thnx in advance

Statistics:Posted by albadmin — 03 May 2013 21:31


]]>
2013-05-02T22:13:51+01:002013-05-02T22:13:51+01:00 https://forum-gephi.org/viewtopic.php?t=2587&p=8520#p8520 <![CDATA[Re: Visualize Contact Traces]]> Can you share your files and followed steps?

Eduardo

Statistics:Posted by eduramiba — 02 May 2013 22:13


]]>
2013-05-02T02:33:27+01:002013-05-02T02:33:27+01:00 https://forum-gephi.org/viewtopic.php?t=2587&p=8506#p8506 <![CDATA[Re: Visualize Contact Traces]]>
I managed to format the trace i had in the required format as specified in the link you gave me.
To be concise:
" The dynamic graph is composed of the node declaration part: node_id and label,
and the edge/connections part where i specify the start and end time.
The nodes are in the trace the entire time, in gephi terminology they have a lifetime of -+ infinity,
while the edges should come and go as dictated by the time intervals "

Unfortunately, the timeline is not working as i should and i cannot tell why this is happening ?

Any insight ?

Again thnx.

Statistics:Posted by albadmin — 02 May 2013 02:33


]]>
2013-05-01T19:51:20+01:002013-05-01T19:51:20+01:00 https://forum-gephi.org/viewtopic.php?t=2587&p=8501#p8501 <![CDATA[Re: Visualize Contact Traces]]> That's perfectly possible.
Your edges would have the time interval.

Check this https://wiki.gephi.org/index.php/Import_Dynamic_Data
Other similar example for gdf https://www.youtube.com/watch?v=hKYku8b60Dc

Eduardo

Statistics:Posted by eduramiba — 01 May 2013 19:51


]]>
2013-04-30T20:34:19+01:002013-04-30T20:34:19+01:00 https://forum-gephi.org/viewtopic.php?t=2587&p=8488#p8488 <![CDATA[Visualize Contact Traces]]>
for research purposes I wanted to use Gephi to visualize and inspect the dynamic evolution of some human contact traces.

Is this possible ?

To provide more info about the format: for each pair of nodes I have the intervals they are in contact with each other.

Thank You in advance.

Statistics:Posted by albadmin — 30 Apr 2013 20:34


]]>