[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-04-27T04:56:12+01:00 https://www.forum-gephi.org/app.php/feed/topic/3370 2014-04-27T04:56:12+01:002014-04-27T04:56:12+01:00 https://www.forum-gephi.org/viewtopic.php?t=3370&p=10286#p10286 <![CDATA[Re: dynamic graph, but timeline disabled]]> Statistics:Posted by gruebleen — 27 Apr 2014 04:56


]]>
2014-04-24T00:43:31+01:002014-04-24T00:43:31+01:00 https://www.forum-gephi.org/viewtopic.php?t=3370&p=10273#p10273 <![CDATA[Re: dynamic graph, but timeline disabled]]>
But it still says, "Timeline disabled. The graph is not dynamic."

Statistics:Posted by gruebleen — 24 Apr 2014 00:43


]]>
2014-04-23T12:09:02+01:002014-04-23T12:09:02+01:00 https://www.forum-gephi.org/viewtopic.php?t=3370&p=10265#p10265 <![CDATA[dynamic graph, but timeline disabled]]>
I've combed through the gexf file (generated by an Applescript processing a wikimedia-like dump from a learning management system) repeatedly to look for anything breaches of the format, and found nothing wrong yet, but I'm posting parts of the file here since it is very likely that I still don't understand it.

The header:

CODE:

<?xml version="1.0" encoding="UTF-8"?><gexf xmlns="http://www.gexf.net/1.2draft" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://www.gexf.net/1.2draft http://www.gexf.net/1.2draft/gexf.xsd"version="1.2"> <meta lastmodifieddate="2014-04-23"><creator>Class wiki parser script</creator><description>Class wiki</description> </meta>
Graph declaration:

CODE:

<graph defaultedgetype="directed" timeformat="dateTime" mode="dynamic"><attributes class="node" mode="dynamic"><attribute id="0" title="Size" type="integer" /><attribute id="1" title="Title" type="string" /><attribute id="2" title="Author" type="string" /></attributes><attributes class="edge" mode="dynamic"></attributes>
A node:

CODE:

<node id="3e197e6b0977418b9f79f4d458c767a2" label="Plato" start="2013-09-15T15:28:29"><attvalues><attvalue for ="0" value = "186" start="2013-09-15T15:28:29"/><attvalue for ="1" value = "Plato" start="2013-09-15T15:28:29"/><attvalue for ="2" value = "_228387_1" start="2013-09-15T15:28:29"/><attvalue for ="0" value = "200" start="2013-09-15T15:30:25"/><attvalue for ="1" value = "-" start="2013-09-15T15:30:25"/><attvalue for ="2" value = "_228387_1" start="2013-09-15T15:30:25"/></attvalues></node>
An edge:

CODE:

<edge id="67" source="1009946b7945472dacb95cf0ea0effef" target="f2d8b82298314fbeb1341f08f7d8423f" start="2013-12-12T09:58:09"/>

Statistics:Posted by gruebleen — 23 Apr 2014 12:09


]]>