app icon indicating copy to clipboard operation
app copied to clipboard

Social Network Analysis and Visualization software application.

Results 45 app issues
Sort by recently updated
recently updated
newest added

Up to version 2.3, SocNetV displayed reciprocated directed edges between two actors A and B in two separate lines, one for the A -> B tie and another for the...

enhancement

Here's the contents from two edge lists: edgelist_bug.txt =============== A DavidL edgelist_nobug.txt =============== A David Their only difference is the DavidL in the first one. Import the files as simple...

bug

SocNetV can find all maximal cliques in an (un)directed graph, using an implementation of the Bron–Kerbosch recursive backtracking algorithm that searches for all maximal cliques in a given graph G....

enhancement

Take this strongly connected directed network. 0 | 0 | 1 1 | 0 | 1 1 | 1 | 0 ![image](https://user-images.githubusercontent.com/47688/36611980-f4759c8c-18dd-11e8-991f-e285b6d8072a.png) The clu coef of actor 2 should be...

bug
question

When the user tries to remove nodes in multirelational networks, the app says it cannot do that due to multiple relationships present. This needs to be fixed. Either we remove...

enhancement

This is a minor glitch but it should be noted: Say you create a network with directed edges. Suppose you add another relationship and change the edge mode to undirected....

enhancement

SocNetV uses qprogressdialogs to inform the user about the progress of a running algorithm/job. These dialogs have a Cancel button to cancel the job, but pressing it does really nothing...

bug

By default the edge arrow size follow the width of the edge line. SocNetV needs to allow the user to control arrow size.

enhancement

A user wrote: "My main frustration, as a beginner, is that I can’t find an undo button; when I make large-scale mistakes, I find myself having to start all over,...

enhancement
help wanted

SocNetV omits zero-valued edges during network analysis computations. Nevertheless, when opening weighted edge lists, SocNetV accepts edges with zero values/weights and draws them (although completely by mistake). A SocNetV user...

enhancement