[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-10-09T20:24:48+01:00 https://forum-gephi.org/app.php/feed/topic/1445 2011-10-09T20:24:48+01:002011-10-09T20:24:48+01:00 https://forum-gephi.org/viewtopic.php?t=1445&p=4846#p4846 <![CDATA[Issues when loading a dynamic GEXF]]>
I'm new Gephi,
and I have a couple of issues when loading this GEXF 1.2 on Gephi 0.8 (beta and alpha):

http://dl.dropbox.com/u/122451/projects ... e.gexf.zip

I have the following issues:

- The import panel is reporting "GEXF version 1.1" - shouldn't it be 1.2?
- The import panel is reporting that the graph is static, while I'm pretty sure it is dynamic
- The time interval cannot be parsed (I tried various timeformat, integer, date, xsd:dateTime, double)

I'm wondering where is the problem?

Here are the first lines of my file:

CODE:

<gexf xmlns:viz="http://www.gexf.net/1.2draft/viz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.gephi.org/gexf/1.2draft" xmlns:ns0="xsi" version="1.2" ns0:schemaLocation="http://www.gephi.org/gexf/1.2draft http://gephi.org/gexf/1.2draft.xsd">  <meta lastmodified="2011-10-09T21:13:15.378438">    <creator>Julie et Julian</creator>    <description>whole</description>  </meta>  <graph defaultedgetype="directed" mode="dynamic" label="whole">    <attributes class="node" mode="dynamic" timeformat="double"/>    <attributes class="node" mode="static"/>    <attributes class="edge" mode="dynamic">      <attribute id="weight" title="Weight" type="double">        <default>0.0</default>      </attribute>    </attributes>    <attributes class="edge" mode="static"/>    <nodes>......
Thank you,
Julie

Statistics:Posted by julie.fenchong — 09 Oct 2011 20:24


]]>