forked from socnetv/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocnetv.appdata.xml
24 lines (24 loc) · 1.46 KB
/
socnetv.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.socnetv.socnetv.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>Social Network Visualizer</name>
<summary>Social Network Analysis and Visualization software application</summary>
<description>
<p>Social Network Visualizer (SocNetV) is a cross-platform, user-friendly free software tool for social network analysis and visualization. With SocNetV you can draw social networks with a few clicks on a virtual canvas, load field data from a file in a supported format (GraphML, GraphViz, Adjacency, EdgeList, GML, Pajek, UCINET, etc) or crawl the internet to create a social network of connected webpages. You can 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.
</p>
</description>
<launchable type="desktop-id">socnetv.desktop</launchable>
<url type="homepage">https://socnetv.org</url>
<url type="bugtracker">https://github.com/socnetv/app/issues</url>
<screenshots>
<screenshot type="default">
<image>https://socnetv.org/data/uploads/screenshots/25/socnetv-25-padget-power-centrality-size-distribution.png</image>
</screenshot>
</screenshots>
<developer_name>Dimitris V. Kalamaras</developer_name>
<provides>
<id>socnetv.desktop</id>
</provides>
</component>