[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-08-26T09:46:14+01:00 https://www.forum-gephi.org/app.php/feed/topic/1353 2011-08-26T09:46:14+01:002011-08-26T09:46:14+01:00 https://www.forum-gephi.org/viewtopic.php?t=1353&p=4625#p4625 <![CDATA[Re: gml export]]> Statistics:Posted by admin — 26 Aug 2011 09:46


]]>
2011-08-15T08:42:21+01:002011-08-15T08:42:21+01:00 https://www.forum-gephi.org/viewtopic.php?t=1353&p=4568#p4568 <![CDATA[Re: gml export]]>

Statistics:Posted by admin — 15 Aug 2011 08:42


]]>
2011-08-15T02:00:04+01:002011-08-15T02:00:04+01:00 https://www.forum-gephi.org/viewtopic.php?t=1353&p=4564#p4564 <![CDATA[Re: gml export]]> Done.
Create a corresponding project on http://fundry.com/ so that you can get the reward.
May I use this? https://fundry.com/project/152-gephi-uc ... ter-plugin Features requests for exporter are unlikely and previous time I had to write to fundry support because they reject such small completed projects with homepage on free hosting :)

Statistics:Posted by megaterik — 15 Aug 2011 02:00


]]>
2011-08-14T10:01:47+01:002011-08-14T10:01:47+01:00 https://www.forum-gephi.org/viewtopic.php?t=1353&p=4563#p4563 <![CDATA[Re: gml export]]>
Okay we keep w, h, d.

It's almost perfect but I integrate it with this slight change:
The export option "Other" should be named "Attributes" and ticked by default, because if the user don't pay attention he will lose his data and will think about a bug.

Create a corresponding project on http://fundry.com/ so that you can get the reward.

Cheers!
Seb

Statistics:Posted by admin — 14 Aug 2011 10:01


]]>
2011-08-13T09:40:50+01:002011-08-13T09:40:50+01:00 https://www.forum-gephi.org/viewtopic.php?t=1353&p=4560#p4560 <![CDATA[Re: gml export]]>
Everything was fixed, please take a look when you got free minute

Statistics:Posted by megaterik — 13 Aug 2011 09:40


]]>
2011-08-12T02:57:08+01:002011-08-12T02:57:08+01:00 https://www.forum-gephi.org/viewtopic.php?t=1353&p=4550#p4550 <![CDATA[Re: gml export]]>
admin wrote:- w,h,d : what is it?
Width, height, depth. This is standart tags, gephi importer uses only w, should I remove others? I thought that object with y-coordinate has height.
admin wrote:Modularity Class has disappeared
gml techical report wrote:Consistency
Consider the following situation: a file includes information of some graph theoretical property, say the existence of a
Hamiltonian circle. It is easy to see that this information may become invalid if an edge is removed, but not if an edge is added.
However, a program that does not know about Hamilton cycles will not be able to check and guarantee this property.
Another example is if a node is moved, then the coordinates of its adjacent edges must be updated. However, some programs
always treat edges as straight lines from center to center and do not take care about this. Other programs might draw the edges
in a more complex way, for example adjust the arrows at the end of the edge to the node's shape. Even more, an attribute
IsDrawnPlanar might become invalid when node or edge coordinates have changed.
As these examples show, both changes in the structure and in the values of attributes can make other attributes invalid. We
therefore need a way to specify which attributes are safe with changes and which not. This is done my the following rule:
Any keyword which starts with a capital letter should be considered invalid as soon as any changes have occurred.
We call such a key unsafe.
This means that it is still possible to add the above information with keys like "HasHamiltonianCircle" or "IsDrawnPlanar", but in
practice, this information will not be written to a file unless the application knows how to deal with that particular attribute.
I turned this off, so Modularity Class now exportable.

UPD: I just understood that Tokenizer still can't read some of possible tag names, so I will add more complicated function

Statistics:Posted by megaterik — 12 Aug 2011 02:57


]]>
2011-08-11T20:08:28+01:002011-08-11T20:08:28+01:00 https://www.forum-gephi.org/viewtopic.php?t=1353&p=4548#p4548 <![CDATA[Re: gml export]]>
Everything seems fine on LesMiserables but the node attributes :
- w,h,d : what is it?
- Modularity Class has disappeared

Statistics:Posted by admin — 11 Aug 2011 20:08


]]>
2011-08-10T15:56:46+01:002011-08-10T15:56:46+01:00 https://www.forum-gephi.org/viewtopic.php?t=1353&p=4539#p4539 <![CDATA[Re: gml export]]>
seinecle wrote:Hi, cool!

Is it already available to download somewhere as a plugin, or is it for the next version of Gephi?

Thx!

Clement
Hi,

It is for next version of Gephi and currently available only as source code on launchpad(however I can make plugin too, if someone needs).

Statistics:Posted by megaterik — 10 Aug 2011 15:56


]]>
2011-08-10T10:42:48+01:002011-08-10T10:42:48+01:00 https://www.forum-gephi.org/viewtopic.php?t=1353&p=4534#p4534 <![CDATA[Re: gml export]]>
I'll review your code and try it, and will integrate it to the trunk if it's okay. This feature is also funded.

Thanks for the work!

Statistics:Posted by admin — 10 Aug 2011 10:42


]]>
2011-08-10T10:25:03+01:002011-08-10T10:25:03+01:00 https://www.forum-gephi.org/viewtopic.php?t=1353&p=4533#p4533 <![CDATA[Re: gml export]]>
Is it already available to download somewhere as a plugin, or is it for the next version of Gephi?

Thx!

Clement

Statistics:Posted by seinecle — 10 Aug 2011 10:25


]]>
2011-08-10T04:36:20+01:002011-08-10T04:36:20+01:00 https://www.forum-gephi.org/viewtopic.php?t=1353&p=4524#p4524 <![CDATA[gml export]]>
This is plugin for .gml export. It supports all tags that gml importer supports and has option to include tags that were readed by importer and saved in node or edge attribute table.

Branch:
https://code.launchpad.net/~megaterik/g ... l_exporter

Source code:
http://bazaar.launchpad.net/~megaterik/ ... er/plugin/
http://bazaar.launchpad.net/~megaterik/ ... er/plugin/

Statistics:Posted by megaterik — 10 Aug 2011 04:36


]]>