You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/about/index.astro
+29-4Lines changed: 29 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -65,11 +65,36 @@ const TEAM: TeamMember[] = [
65
65
<Iconname="ph:list-checks"class="text-primary" />
66
66
<span>Roadmap</span>
67
67
</h2>
68
-
<p>TODO: Improve that roadmap introduction paragraph.</p>
68
+
<h3>Roadmap to Gephi Desktop 1.0</h3>
69
+
<p>
70
+
Gephi Desktop has been a "beta" version for more than a decade.
71
+
This just means that the team does not consider the tool to be <em>complete</em> yet.
72
+
We aim to implement the following features before getting "version 1.0":
73
+
</p>
74
+
<ulclass="fs-4 ps-md-0 mt-0">
75
+
<li><strong>Undo</strong> feature, limited to the “GEXF scope”: network data, metadata, positions, sizes, colors…</li>
76
+
<li><strong>Default save to GEXF.</strong> More stable than “.gephi” though it does not save the state of the user interface.</li>
77
+
<li><strong>Activity log</strong>, possibly coordinated to undo, possibly stored in the GEXF. A plugin is already exploring that direction.</li>
78
+
<li><strong>Parallel edges.</strong> The GraphStore supports it but not the rest of Gephi.</li>
79
+
<li><strong>New GPU visualization engine.</strong> We aim for comfortably visualizing 200K nodes and 1M edges on an average consumer laptop. Might be ready soon!</li>
80
+
<li><strong>Curved edges in visual exploration.</strong> These are important because they help identifying edge orientation.</li>
81
+
<li><strong>Legend generator</strong> (note: available in Gephi Lite)</li>
82
+
</ul>
83
+
<p>We are also considering the following features, but for a more distant future:</p>
84
+
<ulclass="fs-4 ps-md-0 mt-0">
85
+
<li>Local exploration, i.e. at least a quick overview of a subgraph.</li>
86
+
<li>Edges bundling visualization technique</li>
87
+
<li>Integrate other visualization (treemap, scatter plots...)</li>
88
+
</ul>
89
+
90
+
<h3>Project roadmap</h3>
91
+
<p>
92
+
Beyond the codebase, we also work on the project's structuration and other aspects. Next up we aim at this:
93
+
</p>
69
94
<ulclass="fs-4 ps-md-0 mt-0">
70
-
<li>Undo / redo</li>
71
-
<li>Lorem</li>
72
-
<li>Ipsum</li>
95
+
<li><strong>Consolidate governance.</strong> Clarify roles, add content to our Open Collective platform, and improve onboarding.</li>
96
+
<li><strong>Raise funds and facilitate donations.</strong> We need funds for the Gephi Weeks and ultimately, for a maintainer.</li>
97
+
<li><strong>Recruit dev contributors.</strong> Having devs familiar with the codebases is key to the sustainability of the project.</li>
0 commit comments