[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) 2011-04-10T12:00:52+01:00 https://forum-gephi.org/app.php/feed/topic/477 2011-04-10T12:00:52+01:002011-04-10T12:00:52+01:00 https://forum-gephi.org/viewtopic.php?t=477&p=3000#p3000 <![CDATA[Re: GEXF and timestamps]]> .

Statistics:Posted by galwarion — 10 Apr 2011 12:00


]]>
2011-04-10T11:23:33+01:002011-04-10T11:23:33+01:00 https://forum-gephi.org/viewtopic.php?t=477&p=2999#p2999 <![CDATA[Re: GEXF and timestamps]]> Statistics:Posted by admin — 10 Apr 2011 11:23


]]>
2011-04-08T21:13:13+01:002011-04-08T21:13:13+01:00 https://forum-gephi.org/viewtopic.php?t=477&p=2992#p2992 <![CDATA[Re: GEXF and timestamps]]>

CODE:

 <attvalues>        <attvalue for="3cef13eb-db7c-4695-a1e4-7f1177927e5c" value="9" start="2011-03-22T07:30:17+01:00" end="2011-03-22T09:30:17+01:00"/>        <attvalue for="3cef13eb-db7c-4695-a1e4-7f1177927e5c" value="7" start="2011-03-21T22:46:32+01:00" end="2011-03-22T07:30:17+01:00"/>        <attvalue for="3cef13eb-db7c-4695-a1e4-7f1177927e5c" value="5" start="2011-03-21T22:38:31+01:00" end="2011-03-21T22:46:32+01:00"/>        <attvalue for="3cef13eb-db7c-4695-a1e4-7f1177927e5c" value="3" start="2011-03-21T22:37:49+01:00" end="2011-03-21T22:38:31+01:00"/>        <attvalue for="3cef13eb-db7c-4695-a1e4-7f1177927e5c" value="1" start="2011-03-21T22:33:38+01:00" end="2011-03-21T22:37:49+01:00"/>        <attvalue for="3cef13eb-db7c-4695-a1e4-7f1177927e5c" value="0" start="2011-03-21T22:29:33+01:00" end="2011-03-21T22:33:38+01:00"/> </attvalues>
Which version of Gephi supports xsd:datetime? I dont want to waste my time with source compilation if it havent been implemented yet... Upper code is not working for me in Gephi 0.7b. With UTC settings (Z) on the end is it ok...

Statistics:Posted by galwarion — 08 Apr 2011 21:13


]]>
2010-11-28T17:39:23+01:002010-11-28T17:39:23+01:00 https://forum-gephi.org/viewtopic.php?t=477&p=1999#p1999 <![CDATA[Re: GEXF and timestamps]]> Statistics:Posted by admin — 28 Nov 2010 17:39


]]>
2010-10-06T22:37:27+01:002010-10-06T22:37:27+01:00 https://forum-gephi.org/viewtopic.php?t=477&p=1716#p1716 <![CDATA[Re: GEXF and timestamps]]>
* Unix Time, the number of seconds since 00:00:00 UTC on January 1, 1970
* dateTime defined in XSD Schema and ISO 8601

They serve different purposes: Unix Time certifies an exact point in time, while dateTime has a precision in seconds.

Statistics:Posted by admin — 06 Oct 2010 22:37


]]>
2010-09-23T10:55:49+01:002010-09-23T10:55:49+01:00 https://forum-gephi.org/viewtopic.php?t=477&p=1607#p1607 <![CDATA[Re: GEXF and timestamps]]>
Thanks for your support! Some changes should be made in the current GEXF format (which is a draft), also by supporting Timestamps. I plan to work on it during the next month.

You can help us by sharing your experience of Gephi and the dynamics, and participating in the forum! We'll continue to put our efforts on it this year, and study some practical usages with researchers by participating in some workshops like this one.

cheers,
Seb

Statistics:Posted by admin — 23 Sep 2010 10:55


]]>
2010-09-22T22:20:39+01:002010-09-22T22:20:39+01:00 https://forum-gephi.org/viewtopic.php?t=477&p=1603#p1603 <![CDATA[Re: GEXF and timestamps]]>

I'm rather new to the forums and Gephi, but once I found out about your project via you winning the Duke award I was immediately hooked :)

I already incorporated Gephi into my MSc thesis and I could not thank you enough for the great tool you have!

On to my question: Timestamps!

I noticed that the last post in this topic is from a month ago, so I was wondering, what is the progress on Timestamps in dynamic graphs in GEXF ? The thing is that I do real time network monitoring and I am logging everything (!!!) in the GEXF file of my network, and events happen almost every second!

I have created a workaround, which is using discrete time, which is actually the date and time converted in seconds (manually, by my GEXF generator), but that kind of feels dirty :) I would really like to be able to just stick with plain normal timestamps :)

Again, many congratz for your award and great tool and please let me know your thoughts and progress on this issue!

;)

Best,
I

Statistics:Posted by trumpets — 22 Sep 2010 22:20


]]>
2010-08-05T09:50:58+01:002010-08-05T09:50:58+01:00 https://forum-gephi.org/viewtopic.php?t=477&p=1368#p1368 <![CDATA[Re: GEXF and timestamps]]> I agree with this addition, which should be easy to implement for most GEXF clients (and faster to parse and check for semantic corectness than the date string, when dealing with hundred of thousands of entries).

Statistics:Posted by jbilcke — 05 Aug 2010 09:50


]]>
2010-08-04T21:26:02+01:002010-08-04T21:26:02+01:00 https://forum-gephi.org/viewtopic.php?t=477&p=1363#p1363 <![CDATA[[FIXED] GEXF and timestamps]]>
In GEXF a date can be encoded in 2 different types :
* the international standard date YYYY-MM-DD = discrete time
* a float = continuous time

I realize that it may be very useful to add a third one: timestamp.

What do you think about it?

Statistics:Posted by admin — 04 Aug 2010 21:26


]]>