- After a less active period of development, the Gephi team gathers
+ After a less active period of development, the Gephi team gathers
every year since 2021 to maintain the codebase, meets users, discuss and design new features.
@@ -76,34 +112,38 @@ import Layout from "../../layouts/Layout.astro";
-
-
How it works
-
- Gephi is designed in a modular way and split into different modules. All features are wrapped into
- separated modules, for instance a module for the graph structure, a module for the layout algorithms and
- so on. Moreover business modules are separated from user interfaces modules. That allows to keep only
- business modules and remove UI without any problems. That is the purpose of the toolkit, which wraps only
- core modules and remove all the UI layer.
-
-
- The figure shows Gephi architecture and what part is included in the toolkit. So the toolkit is just
- taking what already exists in Gephi and package it.
-
-
- The Javadoc and Code examples can be found on GitHub
-
-
+
+
+
How it works
+
+ Gephi is designed in a modular way and split into different modules. All features are wrapped into
+ separated modules, for instance a module for the graph structure, a module for the layout algorithms and
+ so on. Moreover business modules are separated from user interfaces modules. That allows to keep only
+ business modules and remove UI without any problems. That is the purpose of the toolkit, which wraps only
+ core modules and remove all the UI layer.
+
+
+ The figure shows Gephi architecture and what part is included in the toolkit. So the toolkit is just
+ taking what already exists in Gephi and package it.
+
+
+ The Javadoc and Code examples can be found on GitHub
+
+