[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-05-04T14:38:58+01:00 https://www.forum-gephi.org/app.php/feed/topic/1016 2011-05-04T14:38:58+01:002011-05-04T14:38:58+01:00 https://www.forum-gephi.org/viewtopic.php?t=1016&p=3336#p3336 <![CDATA[Re: request tracker visualization]]> Statistics:Posted by admin — 04 May 2011 14:38


]]>
2011-05-02T10:26:10+01:002011-05-02T10:26:10+01:00 https://www.forum-gephi.org/viewtopic.php?t=1016&p=3303#p3303 <![CDATA[Re: request tracker visualization]]> Thanks to Sebastien, Seinecle and others who helped us on this forum with sharing their experience.
We parse data from REST API of request tracker system and visualize customer-workers interaction throught tickets.
We used neo4j database, Java, Maven, Glassfish, Jersey and modified gexf4j library. Some screens and video from 14 days capturing are attached.
Fell free to contact me if you have any question.

http://www.youtube.com/watch?v=BO9zuqdPJWk

Image

Upper layer are workers, in the middle are tickets and down are customers.

Image

Ticket node size according to worked time spend on it.

Image

Ticket node color according to ticket queue.

Image

Ticket node color according to ticket status.

Image

Detail of ticket layer.

Statistics:Posted by galwarion — 02 May 2011 10:26


]]>
2011-03-22T20:37:00+01:002011-03-22T20:37:00+01:00 https://www.forum-gephi.org/viewtopic.php?t=1016&p=2847#p2847 <![CDATA[Re: request tracker visualization]]>
You should then be able to run the statistics algorithms on the visible graph.

This post is a good introduction to using filters:
http://blog.ouseful.info/2010/04/23/get ... c-filters/

Hope that helps!

Statistics:Posted by mike_english — 22 Mar 2011 20:37


]]>
2011-03-22T16:26:12+01:002011-03-22T16:26:12+01:00 https://www.forum-gephi.org/viewtopic.php?t=1016&p=2845#p2845 <![CDATA[request tracker visualization]]> http://bestpractical.com/rt/). But it needs more "types" (different attributes) of nodes. In this way:

cust1----------request1----------worker1
| |___________worker2
| _____________|
| |
|________request2-----------worker4

I m able to visualize jobs recorded by request tracker though history.

But for this type of graph I cant use community searching algorithms right? Is it possible to run that algorithms only for nodes with some attribute assigned?

Does someone have better idea how to do this and what to analyze?

Statistics:Posted by galwarion — 22 Mar 2011 16:26


]]>