Issues when loading a dynamic GEXF

Evolution and dynamics on networks in Gephi: UI, data formats, algorithms...
Post Reply [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
julie.fenchong
Posts:1
Joined:09 Oct 2011 20:17
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Issues when loading a dynamic GEXF

Post by julie.fenchong » 09 Oct 2011 20:24

Hi,

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: Select all

<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

Post Reply [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable