All Projects → socnetv → App

socnetv / App

Licence: gpl-3.0
free software application for social network analysis and visualization

Projects that are alternatives of or similar to App

Screencloud
Screenshot sharing application for Windows, Mac and Linux.
Stars: ✭ 537 (+471.28%)
Mutual labels:  cross-platform, qt5
Scapy
Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.
Stars: ✭ 6,932 (+7274.47%)
Mutual labels:  network-analysis, network-visualization
Cpeditor
The IDE for competitive programming 🎉 | Fetch, Code, Compile, Run, Check, Submit 🚀
Stars: ✭ 562 (+497.87%)
Mutual labels:  cross-platform, qt5
Lan Share
Cross platform LAN File transfer application built with Qt C++ framework
Stars: ✭ 317 (+237.23%)
Mutual labels:  cross-platform, qt5
Nitroshare Desktop
Network file transfer application for Windows, OS X, & Linux
Stars: ✭ 1,150 (+1123.4%)
Mutual labels:  cross-platform, qt5
Qview
Practical and minimal image viewer
Stars: ✭ 460 (+389.36%)
Mutual labels:  cross-platform, qt5
Qimgv
Qt5 image viewer with optional video support
Stars: ✭ 714 (+659.57%)
Mutual labels:  cross-platform, qt5
bookworm
📚 social networks from novels
Stars: ✭ 72 (-23.4%)
Mutual labels:  social-network, network-analysis
Netdiffuser
netdiffuseR: Analysis of Diffusion and Contagion Processes on Networks
Stars: ✭ 57 (-39.36%)
Mutual labels:  network-analysis, network-visualization
Shadowsocks Qt5
A cross-platform shadowsocks GUI client
Stars: ✭ 7,893 (+8296.81%)
Mutual labels:  cross-platform, qt5
Cyberscan
CyberScan: Network's Forensics ToolKit
Stars: ✭ 280 (+197.87%)
Mutual labels:  network-analysis, network-visualization
Daggy
Daggy - Data Aggregation Utility. Open source, free, cross-platform, server-less, useful utility for remote or local data aggregation and streaming
Stars: ✭ 91 (-3.19%)
Mutual labels:  network-analysis, cross-platform
Project lemonlime
为了 OI 比赛而生的基于 Lemon + LemonPlus 的轻量评测系统 | 三大桌面系统支持
Stars: ✭ 255 (+171.28%)
Mutual labels:  cross-platform, qt5
Qt.go
Qt binding for Go (Golang) aims get Go's compile speed again.
Stars: ✭ 487 (+418.09%)
Mutual labels:  cross-platform, qt5
Junet.jl
Julia package for network research
Stars: ✭ 37 (-60.64%)
Mutual labels:  network-visualization, network-analysis
Notes
Note-taking application, write down your thoughts.
Stars: ✭ 612 (+551.06%)
Mutual labels:  cross-platform, qt5
jungrapht-visualization
visualization and sample code from Java Universal Network Graph ported to use JGraphT models and algorithms
Stars: ✭ 37 (-60.64%)
Mutual labels:  social-network, network-visualization
panther
Estimating similarity between vertices is a fundamental issue in network analysis across various domains, such as social networks and biological networks. Methods based on common neighbors and structural contexts have received much attention....
Stars: ✭ 27 (-71.28%)
Mutual labels:  social-network, network-analysis
Redasm
The OpenSource Disassembler
Stars: ✭ 1,042 (+1008.51%)
Mutual labels:  cross-platform, qt5
Cytoscape.js Expand Collapse
A Cytoscape.js extension to expand/collapse nodes for better management of complexity of compound graphs
Stars: ✭ 83 (-11.7%)
Mutual labels:  network-analysis, network-visualization

version travis appveyor langs downloads license website

socnetv SocNetV - Social Network Visualizer

1. Overview

Social Network Visualizer (SocNetV) is a cross-platform, user-friendly free software application for social network analysis and visualization.

With SocNetV you can:

  • Draw social networks with a few clicks on a virtual canvas, load your field data from a file in a supported format (GraphML, GraphViz, EdgeList, GML, Adjacency, Edgelist, Pajek, UCINET, etc.), automatically recreate famous data sets or crawl the internet to create a social network of connected webpages.

  • Edit actors and ties through point-and-click, analyse graph and social network properties, produce beautiful HTML reports and embed visualization layouts to the network.

socnetv

2. Features

  • Standard graph-theoretic and network cohesion metrics, such as density, diameter, geodesics and distances, connectedness, eccentricity, clustering coefficient, walks, reciprocity etc.

  • Matrix routines: Adjacency plot, Laplacian matrix, Degree matrix, Cocitation, etc.

  • Advanced structural measures for social network analysis such as centrality and prestige indices (i.e. eigenvector and closeness centrality, betweenness centrality, information centrality, power centrality, proximity and pagerank prestige),

  • Community detection algorithms such as triad census, clique census, etc.

  • Structural equivalence analysis, using hierarchical clustering, actor similarities and tie profile dissimilarities, pearson coefficients, etc.

  • Random network creation, i.e. Erdos-Renyi, Watts-Strogatz, scale-free, lattice, etc.

  • One-click recreation of well-known social network datasets such as Padgett's Florentine families.

  • Layout algorithms based on either prominence indices (i.e. circular, level and nodal sizes by centrality score) or force-directed models (i.e. Kamada-Kawai, Fruchterman-Reingold, etc) for meaningful visualizations of your social network data.

  • 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.

  • Built-in web crawler allowing you to automatically create networks from links found in a given initial URL.

  • Comprehensive documentation, both online and while running the application, which explains each feature and algorithm of SocNetV in detail.

  • Binary packages and installers for Windows, Linux and MacOS.

3. Availability & License

Official Website: https://socnetv.org Email: [email protected]

Author: Dimitris V. Kalamaras Blog: https://dimitris.apeiro.gr

SocNetV is a cross-platform application developed in C++ and Qt5, an open source software development platform published under the GPL.

This means you can compile and run SocNetV on any Operating System supported by Qt. See available packages and installation instructions below.

SocNetV is Free Software, distributed under the General Public Licence Version 3 (see the COPYING file for details). The documentation is also Free, licensed under the Free Documentation License (FDL).

The application is not a "finished" product. Therefore, there is no warranty of efficiency, correctness or usability.

Nevertheless, we are looking forward to help you if you experience any problems with SocNetV! See bug reporting below.

4. Installation

SocNetV is multi-platform, which means that it can be installed and run in every Operating System supported by the Qt toolkit.

The project offers binaries and installers for the three major Operating Systems: Windows, MacOS and Linux.

If there is no binary package for your OS, please download and compile the source code, as explained further below.

a) Install a binary package or installer (Linux/MacOS/Windows)

You can download an installer or a binary package for your Operating System from the project's Downloads page: https://socnetv.org/downloads

Follow the instructions below to install it in your system.

Install in Windows

To install SocNetV in Windows, download the latest SocNetV Windows installer from the Downloads page, and double-click on the executable to start the installation. Click Next and Accept the License (GPL) to install the program.

The program will be installed in the usual Windows Program Files directory and a new Start Menu shortcut will be created.

Afterwards you can run the application from your Start menu.

Install in MacOS

To install SocNetV in Mac, download the latest SocNetV MacOS package from the Downloads page, and double-click on it.

If the package is an installer, the installation will start immediately and the application will be installed automatically in your Applications.

Otherwise, if the package is just an macOS image disk, then double-click on it to open and drag the SocNetV icon/executable to your Applications.

Please note that the first time you run SocNetV, you may need to double click on the SocNetV application icon holding down the META key.

Install in Linux

To run the latest and greatest version of SocNetV in Linux, download the latest Linux AppImage from the project's Downloads page.

Then, make the .appimage file executable and double-click on it to run SocNetV. That's it. :)

Please note that a version of SocNetV is also available in the repositories of most Linux distributions. However that is not always the most recent version. We urge you to use the latest version available from our website instead.

Users of openSUSE, Fedora and Ubuntu/Debian may also add our own repositories to their systems.

In Debian and Ubuntu, add our repository and install SocNetV with these commands:

sudo add-apt-repository ppa:dimitris-kalamaras/ppa
sudo apt-get update
sudo apt-get install socnetv

In Fedora and openSUSE, choose and add the correct repository for your distro version from here: https://download.opensuse.org/repositories/home:/oxy86/

Once you add the repo, install SocNetV using the command (Fedora): sudo yum install socnetv

or (openSUSE):

sudo zypper in socnetv

b) Compile from Source Code

To compile and install SocNetV from source you need the Qt5 toolkit development libraries. Qt is an open source C++ toolkit, for Windows, Linux and MacOS.

Windows and MacOS users should download and install Qt from https://www.qt.io/developers

Linux users need to install the following packages:

openSUSE: libqt5-qtbase, libqt5-qtbase-devel, libQt5Charts5-devel, libqt5-qttools

Fedora: qt5-qtbase,qt5-qtbase-devel, qt5-qtcharts-devel, qt5-qttools

Debian: qt5-default, libqt5charts5-dev

Once you have Qt5 installed, you are ready to compile SocNetV from source.

Download the archive with the source code of the latest version from https://github.com/socnetv/app/releases/latest, i.e. SocNetV-2.x.tar.gz

Then type in the following commands in order to decompress the SocNetV tarball and build it. Replace 2.X with the version you downloaded.

untar zxfv SocNetV-2.X.tar.gz
cd socnetv-2.X
qmake
make
sudo make install # or su -c 'make install'

Probably you have already done the first 2 steps, so just type in 'qmake' or 'qmake-qt5'.

When you finish compiling and installing, run the application typing:

socnetv

or go to Start Menu > Mathematics > SocNetV.

5. Command Line Options

SocNetV is primarily a GUI program. Nevertheless, some command line options are available. Type:

./socnetv filename.net

to start socnetv with network named filename.net loaded.

6. Usage & documentation

To help you work with the application, there are tooltips and What's This help messages inside the application, when running SocNetV.

To see the full documentation, press F1 to display the SocNetV Manual.

The manual is also available online at the project's website.

7. Bug reporting & contact

If you have a bug report or a feature request, please file it in our github issue tracker: https://github.com/socnetv/app/issues

To contact us directly, send an email to: [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].