Dimitris Kalamaras

Results 28 issues of Dimitris Kalamaras

Save this network to some file directed.dot: graph graphname { // This attribute applies to the graph itself size="1,1"; // The label attribute can be used to change the label...

bug

1. Create a .2sm file with the Davis, Gardner and Gardner dataset 1 1 1 1 1 1 0 1 1 0 0 0 0 0 1 1 1 0...

bug
enhancement

GraphViz (dot) files can't be parsed if the data is in a single line. For instance this graph is read but nothing is displayed: digraph mydot { node [color=red, shape=box];...

bug

SocNetV should implement Katz Centrality to enable the user to measure the degree of influence of an actor in a social network by taking into account the total number of...

enhancement

At the moment SocNetv supports this set of commands: graph comment directed node edge id label (inside "node") label (inside "edge") source target See Technical Report here: http://www.fim.uni-passau.de/fileadmin/files/lehrstuhl/brandenburg/projekte/gml/gml-technical-report.pdf A quite...

enhancement

At the moment there is no option to export results in other formats such as Excel. SocNetV calls the default browser to show its reports, because these are formatted as...

enhancement

It would be nice if the user could add arbitrary text anywhere on the canvas. The text (multi-line or not) could act as remarks/notes of the user on various parts...

enhancement

_"On filtering edges function - does this work correctly? I have sometimes filtered by anything below strength of 7 but then I can still see edges with 5s and 4s...