diff options
author | Lockywolf <for_sbo.gephi_2023-07-18@lockywolf.net> | 2023-07-19 10:00:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-19 10:00:21 +0700 |
commit | a8479b3daedb775f8ddd4f66ade2407fee823f97 (patch) | |
tree | 55b5a552073fc2f5c2dbf269a88f35d68c8d5630 /academic/gephi/README | |
parent | 0a178e09bee10ade7f08a9bdcd63edd5ca2f5ab4 (diff) |
academic/gephi: Added (Open Graph Viz Platform).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/gephi/README')
-rw-r--r-- | academic/gephi/README | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/academic/gephi/README b/academic/gephi/README new file mode 100644 index 0000000000000..1f997e187baa4 --- /dev/null +++ b/academic/gephi/README @@ -0,0 +1,42 @@ +The Open Graph Viz Platform + +Gephi is the leading visualization and exploration software for all +kinds of graphs and networks. Gephi is open-source and free. + +Exploratory Data Analysis: intuition-oriented analysis by networks +manipulations in real time. + +Link Analysis: revealing the underlying structures of associations +between objects. + +Social Network Analysis: easy creation of social data connectors to +map community organizations and small-world networks. + +Biological Network analysis: representing patterns of biological data. + +Poster creation: scientific work promotion with hi-quality printable +maps. + +METRICS READY + +Centrality: used in sociology to indicate how well a node is +connected. Available: degree (power-law), betweenness, closeness. + +And more: density, path length, diameter, HITS, modularity, clustering +coefficient. + +TECHNOLOGY + +Ergonomic interface: no programming skills needed + +High-performance: built-in rendering engine. + +Native file formats: GDF (GUESS), GraphML (NodeXL), GML, NET (Pajek), +GEXF and more. + +Customizable by plugins: layouts, metrics, data sources, manipulation +tools, rendering presets and more. + +NOTE: Gephi's support for importing even non-trivial Graphviz dot is +totally broken, so do not rely on it. For dot, the graphviz package +is providing the gvedit tool. |