Skip to content

Commit 5676253

Browse files
committed
Copy of current website 'Feature' page as Gephi desktop new page
1 parent 506b668 commit 5676253

1 file changed

Lines changed: 202 additions & 6 deletions

File tree

src/pages/desktop/index.astro

Lines changed: 202 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,16 +163,17 @@ const DOWNLOAD_LINKS = await getDownloadLinks();
163163
<div class="feature-text">
164164
<h2>
165165
<Icon name="ph:lightbulb" class="text-primary" />
166-
<span>Gephi is nice!</span>
166+
<span>Gephi Desktop</span>
167167
</h2>
168168
<p>
169-
And then some text! Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duo amet, cum aliquid
170-
praesent zzril aliquid culpa euismod enim anim facer reprehenderit soluta rebum, odio diam nihil nonummy
171-
fugiat exerci proident eos dolore at stet clita sed.
169+
Started in 2008, <strong>Gephi</strong> is the leading visualization and exploration software for all kinds of graphs and networks.
170+
</p>
171+
172+
<p>
173+
<strong>Gephi</strong> is open-source and free under the <a href="https://www.gnu.org/licenses/gpl-3.0.fr.html">GPL License</a>.
172174
</p>
173175
<p>
174-
Labore nostrud, ea duis volutpat consectetuer adipisici nobis feugait nobis doming proident facilisis
175-
feugait commodi sanctus.
176+
It's written in <a href="https://www.java.com">Java</a>, and runs on Windows, Mac OS X and Linux.
176177
</p>
177178
</div>
178179
</section>
@@ -188,6 +189,201 @@ const DOWNLOAD_LINKS = await getDownloadLinks();
188189
<figcaption class="figure-caption text-muted text-center">And then some more</figcaption>
189190
</figure>
190191
</section>
192+
<!-- Features -->
193+
<section class="feature-headline">
194+
<div class="feature-text">
195+
<h2>
196+
<Icon name="ph:star" class="text-primary" />
197+
<span>Features</span>
198+
</h2>
199+
<p>
200+
<strong>Gephi</strong> is a tool for data analysts and scientists keen to <strong>explore and understand graphs.</strong>
201+
</p>
202+
<p>
203+
Like GIMP but for <strong>graph data</strong>, the user interacts with the representation, manipulate the structures, shapes and colors to reveal hidden patterns.
204+
</p>
205+
<p>
206+
The goal is to help data analysts to <strong>make hypothesis, intuitively discover patterns, isolate structure singularities</strong> or faults during data sourcing.
207+
It is a complementary tool to traditional statistics, as <strong>visual thinking </strong>with interactive interfaces is now recognized to facilitate reasoning.
208+
</p>
209+
<p>
210+
This is a software for <a href="https://en.wikipedia.org/wiki/Exploratory_data_analysis">Exploratory Data Analysis</a>, a paradigm appeared in the <strong>Visual Analytics</strong> field of research.
211+
</p>
212+
213+
</div>
214+
</section>
215+
<!-- Real Time Visualization -->
216+
<section class="feature-headline">
217+
<div class="feature-text">
218+
<h2>
219+
<Icon name="ph:cursor-click" class="text-primary" />
220+
<span>Real-time visualization</span>
221+
</h2>
222+
<p>
223+
Profit from the fastest <strong>graph visualization engine</strong> to speed-up understanding and pattern discovery in large graphs.
224+
</p>
225+
<p>
226+
Powered by its <strong>custom OpenGL engine </strong>, <strong>Gephi</strong> is pushing the envelope on how interactive and efficient <strong>network exploration</strong> can be.
227+
</p>
228+
<p>
229+
<ul>
230+
<li>Networks up to <strong>100,000 nodes</strong> and <strong>1,000,000 edges</strong></li>
231+
<li>Iterate through visualization using <strong>dynamic filtering</strong></li>
232+
<li>Rich tools for meaningful <strong>graph manipulation</strong></li>
233+
</ul>
234+
</p>
235+
236+
</div>
237+
</section>
238+
<!-- Layout -->
239+
<section class="feature-headline">
240+
<div class="feature-text">
241+
<h2>
242+
<Icon name="ph:git-fork" class="text-primary" />
243+
<span>Layout</span>
244+
</h2>
245+
<p>
246+
Layout algorithms give the shape to the graph. <strong>Gephi</strong> provides <strong>state-of-the-art network layout algorithms</strong>, both for efficiency and quality.
247+
248+
249+
</p>
250+
<p>
251+
<strong>The Layout module</strong> allows user to change layout settings while running, and therefore dramatically increase user feedback and experience.
252+
</p>
253+
254+
<p>
255+
<ul>
256+
<li> Force-based algorithms</li>
257+
<li>Optimize for graph readability</li>
258+
</ul>
259+
</p>
260+
261+
</div>
262+
</section>
263+
<!-- Metrics -->
264+
<section class="feature-headline">
265+
<div class="feature-text">
266+
<h2>
267+
<Icon name="ph:chart-scatter" class="text-primary" />
268+
<span>Metrics</span>
269+
</h2>
270+
<p>
271+
The statistics and metrics framework offer the most common metrics for <strong>social network analysis </strong> (SNA) and <strong>scale-free networks</strong>.
272+
</p>
273+
<p>
274+
<ul>
275+
<li>Betweenness Centrality, Closeness, Diameter, Clustering Coefficient, PageRank</li>
276+
<li>Community detection (Modularity)</li>
277+
<li>Random generators</li>
278+
<li>Shortest path</li>
279+
</ul>
280+
</p>
281+
282+
</div>
283+
</section>
284+
<!-- Cartography -->
285+
<section class="feature-headline">
286+
<div class="feature-text">
287+
<h2>
288+
<Icon name="ph:map-trifold" class="text-primary" />
289+
<span>Make Cartography</span>
290+
</h2>
291+
<p>
292+
Use ranking or partition data to make meaningful the <strong>network representation</strong>.
293+
Customize colors, size or labels to bring sense to the network representation.
294+
</p>
295+
<p>
296+
The <strong>vectorial based</strong> preview rendering lets you put the final touch and care about aesthetics before explorting in <strong>SVG</strong>, <strong>PNG</strong> or <strong>PDF</strong>.
297+
</p>
298+
<p>
299+
<ul>
300+
<li>Customizable export parameters</li>
301+
<li>Save presets</li>
302+
</ul>
303+
</p>
304+
305+
</div>
306+
</section>
307+
<!-- Dynamic Filtering -->
308+
<section class="feature-headline">
309+
<div class="feature-text">
310+
<h2>
311+
<Icon name="ph:exclude" class="text-primary" />
312+
<span>Dynamic Filtering</span>
313+
</h2>
314+
<p>
315+
<strong>Filter the network </strong> to select nodes and/or edges based on the <strong>network structure</strong> or<strong>data</strong> .
316+
</p>
317+
<p>
318+
Use interactive user interface to filter the network <strong>in real-time</strong>.
319+
</p>
320+
321+
</p>
322+
<p>
323+
<ul>
324+
<li>Create complex filter query without scripting</li>
325+
<li>Build new networks from the filtering result</li>
326+
<li>Save your favorite queries</li>
327+
</ul>
328+
</p>
329+
330+
</div>
331+
</section>
332+
333+
<!-- Data Table -->
334+
<section class="feature-headline">
335+
<div class="feature-text">
336+
<h2>
337+
<Icon name="ph:grid-nine" class="text-primary" />
338+
<span>Data Table and Edition</span>
339+
</h2>
340+
<p>
341+
<strong>Gephi</strong> has its own <strong>Data Laboratory</strong> to manipulate data columns, search and transform the data.
342+
</p>
343+
<p>
344+
<ul>
345+
<li>Powerful Search/Replace</li>
346+
<li>Manipulate columns</li>
347+
<li>Batch-edit, custom column merge and more</li>
348+
</ul>
349+
</p>
350+
351+
</div>
352+
</section>
353+
<!-- Input/Output -->
354+
<section class="feature-headline">
355+
<div class="feature-text">
356+
<h2>
357+
<Icon name="ph:tray-arrow-down" class="text-primary" />
358+
<span>Input/Output</span>
359+
</h2>
360+
<p>
361+
<strong>Gephi</strong> can read the majority of <strong>graph file formats</strong> but also supports <strong>CSV</strong> and <strong>databases</strong> import.
362+
</p>
363+
<p>
364+
<ul>
365+
<li>Spreadsheet import wizard</li>
366+
<li>Database import</li>
367+
<li>Save/Load project files</li>
368+
</ul>
369+
</p>
370+
371+
</div>
372+
</section>
373+
<!-- Extensible -->
374+
<section class="feature-headline">
375+
<div class="feature-text">
376+
<h2>
377+
<Icon name="ph:circles-three-plus" class="text-primary" />
378+
<span>Extensible</span>
379+
</h2>
380+
<p>
381+
The built-in <strong>Plugins Center</strong> automatically gets the list of plugins available from the <strong><a href="/desktop/plugins">Gephi Plugin portal</a></strong> and takes care of all software updates.
382+
</p><p>There are various<strong> community-built</strong> plugins that extends <strong>Gephi's</strong> functionalities.
383+
</p>
384+
385+
</div>
386+
</section>
191387
</section>
192388
</section>
193389
</main>

0 commit comments

Comments
 (0)