Warning: session_start(): open(/tmp/sess_dftp5p84mv9vp5f60vg8jjunj4, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Social Network Visualizer openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (4) .- Knowledge Base  . 

Social Network Visualizer

   1.9  

KDE Scientific

Score 87%
oxy86oxy86
Social Networks Visualizer
Home
Social Network Visualizer
zoom


Social Network Visualizer
zoom


Social Network Visualizer
zoom


Homepage:  Link
Downloads:  3333
Submitted:  Jan 30 2006
Updated:  Jun 23 2015

Description:

Social Network Visualizer (SocNetV) is a cross-platform, user-friendly tool for the analysis and visualization of Social Networks, built in C++ and Qt.

It lets you construct social networks (mathematical graphs) with a few clicks on a virtual canvas or load social network data of various formats (GraphML, GraphViz, Adjacency, Pajek, UCINET, etc).

SocNetV enables you to modify the social networks, analyse their social and mathematical properties, produce reports for these properties and apply visualization layouts for relevant presentation of each network. The application supports multirelational loading and editing. You can load a network consisting of multiple relations or create a network on your own and add multiple relations to it.

With regards to network analysis, SocNetV computes graph-theoretic properties, such as density, diameter, geodesics and distances (geodesic lengths), connectedness, eccentricity, etc. It also calculates advanced structural measures for social network analysis such as centrality and prestige indices (i.e. closeness centrality, betweeness centrality, information centrality, power centrality, proximity and rank prestige), triad census, cliques, clustering coefficient, etc.

Furthermore, random networks (Erdos-Renyi, Watts-Strogatz, ring lattice, etc) and well-known social network datasets (i.e. Padgett's Florentine families) can be easily recreated. SocNetV also offers a built-in web crawler, allowing you to automatically create networks from links found in a given initial URL.

SocNetV offers various layout algorithms based on either prominence indices (i.e. circular, level and nodal sizes by centrality score) or force-directed models (i.e. Eades, Fruchterman-Reingold, etc) for meaningful visualizations of the social networks.

The application includes a simple web crawler, which scans a given web page for links and visualizes the network of all webpages/sites linked from it.

There is also comprehensive documentation, both online and while running the application, which explains each feature and algorithm of SocNetV in detail.

Source code, packages and executables for Windows, Linux and Mac OS X are available.

The program is Free Software, licensed under the GNU General Public License 3 (GPL3).




Changelog:

Version 1.9 - June 23, 2015
Codename: "summer breeze"
--------------------------
* Version 1.9 fixes many bugs and brings a faster matrix inverse routine
The new matrix inverse routine is now using LU decomposition.
Also Information Centrality is greatly improved in terms of computation speed.
PageRank Prestige algorithm corrected to compute PR using the correct formula. The initial PR score
of each node is now 1/N.
Bugs closed:
#1463069 wrong average distance when there are isolates
#1365037 certain sparse matrices crash socnetv on invertMatrix method
#1365582 centralityInformation() is slow when network N>100
#1463095 edge filter works but the user cannot undo
#1464422 wrong pagerank results
#1464430 socnetv refuses to read pajek files not starting with *Network
#1465774 edges do not always follow relations
#1463082 edge color change is not taking place
#1464418 socnetv crashes on pagerank computation on isolated nodes


Version 1.8 - June 05, 2015
Codename: "speedy"
--------------------------
* New feature: Clique census computes maximal cliques
The new clique census report includes aggregate counts of
cliques (up to clique number 4), along with disaggregation
by vertex and co-membership information.

* New feature: Scale-free random generation
SocNetV generates random scale-free networks of n nodes
according to the Barabási–Albert (BA) model which uses a
preferential attachment mechanism. The algorithm starts
with the given m0 connected nodes. In each step it adds
a single new node with m edges to existing nodes.
The probability that the new node will connect to an
existing node i is:
p_i = (α + d_i ^ p) / Sum_j (d_j)

* New feature: Improved Erdos-Renyi generation
This version includes the G(n,M) model. In this model,
a new random network is created witg n nodes and M edges.
SocNetV already supported the G(n,p) model where edges
are created with Bernoulli trials.

* New feature: improved dialogs
New improved dialogs for easy random network generation:
Scale-free, Erdos-Renyi, and Small-World.

* Bugfixes:
#1453743 CluCof is correctly computed in all cases.
#1457774 Node Properties dialog is now populated with
current node settings.





LicenseGPL
Source(SocNetV-1.9.tar.gz)
Ubuntu(ubuntu 32bit .deb)
Ubuntu(ubuntu 64bit .deb)
Fedora(fedora 32bit .rpm)
Fedora(fedora 64bit .rpm)
SUSE(opensuse 32bit .rpm)
SUSE(opensuse 64bit .rpm)
Mac OS X(Mac OS X disk image)
MS Windows(Windows 7 zipped executable)
Source(Development Version)
Arch(Arch Linux package)
Send to a friend
Subscribe
Other  Content  from oxy86
Report inappropriate content



goto page: prev   1  2 

-
.

 graphml

 
 by bsander on: May 9 2008
 
Score 50%

Can this app deal with .graphml files too? And can it handle graphs with 10000+ nodes and about 3 times as much edges?

Thanks :)


Reply to this

-

 Re: graphml

 
 by oxy86 on: Sep 11 2008
 
Score 50%
oxy86oxy86
Social Networks Visualizer
Home

SocNetV can read graphML but it cannot cope with nets over 3000 nodes. Yet ;)


Reply to this

-
.

 Problem with instalation

 
 by musta on: Jan 29 2009
 
Score 50%

Hello every budy i have Centos 5.2 (GNOME) and i cant install SocNetV,
can you help me?


Reply to this

-

 Re: Problem with instalation

 
 by oxy86 on: Feb 3 2009
 
Score 50%
oxy86oxy86
Social Networks Visualizer
Home

Describe your problem please. And if you haven't done so, read installation instruction at http://socnetv.sourceforge.net.

--DK


Reply to this

-

 Re: Re: Problem with instalation

 
 by musta on: Feb 3 2009
 
Score 50%

when i try to install the program i have this massage:
cd socnetv-0.49/
[root@e174 socnetv-0.49]# ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking for Qt library version >= 4.4... no; Qt 4.4 or greater is required

i think i dont have a version greater than Qt4.4 but i m looking and i think i m not sure that there is not a version available for centos 5


Reply to this

-
.

 Facebook or LinkedIn

 
 by dieu on: Jan 11 2010
 
Score 50%

Has anyone has this work with FB or LnIn?


Reply to this

-

 Chakra Linux package

 
 by gcala on: Oct 20 2010
 
Score 50%
gcalagcala
Cute Works
Home

Have packaged your app for Chakra Linux:
http://www.chakra-project.org/packages/index.php?act=search&searchpattern=socnetv

Maybe you can add it to the list ;)


Reply to this

goto page: prev   1  2 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team