Skip to content

Commit c337204

Browse files
committed
Improve to of the Gephi desktop page
1 parent 5a4136f commit c337204

2 files changed

Lines changed: 16 additions & 36 deletions

File tree

589 KB
Loading

src/pages/desktop/index.astro

Lines changed: 16 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -48,72 +48,49 @@ import Layout from "../../layouts/Layout.astro";
4848

4949
<section class="container pb-5">
5050
<section class="feature feature-flat">
51-
<!-- TODO: Insert a better background image for this topic -->
52-
<div class="feature-background" style="opacity: 0.1; background-image: url(/lite/graph.png);"></div>
5351
<section class="feature-headline">
5452
<div class="feature-text">
5553
<h2>
56-
<Icon name="ph:lightbulb" class="text-primary" />
54+
<Icon name="ph:desktop-tower" class="text-primary" />
5755
<span>Gephi Desktop</span>
5856
</h2>
5957
<p>
60-
Started in 2008, <strong>Gephi</strong> is the leading visualization and exploration software for all kinds
61-
of graphs and networks.
58+
Since 2008, <strong>Gephi</strong> has empowered researchers, journalists and students across diverse fields
59+
to <strong>explore, manipulate, and understand</strong> complex networks.
6260
</p>
6361

6462
<p>
65-
<strong>Gephi</strong> is open-source and free under the <a
63+
The <strong>Gephi</strong> application in Java ("Gephi Desktop") is open-source and free under the <a
6664
href="https://www.gnu.org/licenses/gpl-3.0.fr.html">GPL License</a
6765
>.
6866
</p>
69-
<p>
70-
It's written in <a href="https://www.java.com">Java</a>, and runs on Windows, Mac OS X and Linux.
71-
</p>
7267
</div>
7368
</section>
74-
75-
<section class="feature-arguments">
76-
<figure class="figure">
77-
<img src="https://placecats.com/millie_neo/300/200" class="border figure-img img-fluid" alt="" />
78-
<figcaption class="figure-caption text-muted text-center">Some picture with a caption</figcaption>
79-
</figure>
80-
81-
<figure class="figure">
82-
<img src="https://placecats.com/millie_neo/280/200" class="border figure-img img-fluid" alt="" />
83-
<figcaption class="figure-caption text-muted text-center">And then some more</figcaption>
84-
</figure>
85-
</section>
8669
</section>
8770

8871
<section class="feature feature-flat">
89-
<!-- TODO: Insert a better background image for this topic -->
9072
<div class="feature-background" style="opacity: 0.1; background-image: url(/lite/graph.png);"></div>
9173
<section class="feature-headline">
9274
<div class="feature-text">
9375
<h2>
9476
<Icon name="ph:star" class="text-primary" />
9577
<span>Features</span>
9678
</h2>
97-
<p>
98-
<strong>Gephi</strong> is a tool for data analysts and scientists keen to <strong
99-
>explore and understand graphs.</strong
100-
>
101-
</p>
10279
<p>
10380
Like GIMP but for <strong>graph data</strong>, the user interacts with the representation, manipulate the
10481
structures, shapes and colors to reveal hidden patterns.
10582
</p>
10683
<p>
107-
The goal is to help data analysts to <strong
108-
>make hypothesis, intuitively discover patterns, isolate structure singularities</strong
109-
> or faults during data sourcing. It is a complementary tool to traditional statistics, as <strong
110-
>visual thinking
111-
</strong>with interactive interfaces is now recognized to facilitate reasoning.
84+
Gephi helps data analysts
85+
<strong>explore networks, test hypotheses, and discover meaningful patterns</strong>
86+
in complex relational data.
87+
By enabling <strong>visual thinking</strong> through interactive interfaces,
88+
it complements traditional statistical methods and enhances analytical reasoning.
11289
</p>
11390
<p>
114-
This is a software for <a href="https://en.wikipedia.org/wiki/Exploratory_data_analysis"
115-
>Exploratory Data Analysis</a
116-
>, a paradigm appeared in the <strong>Visual Analytics</strong> field of research.
91+
Built for <a href="https://en.wikipedia.org/wiki/Exploratory_data_analysis">Exploratory Data Analysis</a>,
92+
Gephi embodies principles from the
93+
<strong>Visual Analytics</strong> research field.
11794
</p>
11895
</div>
11996
</section>
@@ -123,14 +100,17 @@ import Layout from "../../layouts/Layout.astro";
123100
<iframe
124101
width="560"
125102
height="315"
126-
src="https://www.youtube.com/embed/TFBkAO1MjnU?si=Zkmbg_S2XJHlgtuq"
103+
src="https://www.youtube.com/embed/YM_37z_uURM?si=K76ynBwTzBazS7Um"
127104
title="YouTube video player"
128105
frameborder="0"
129106
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
130107
referrerpolicy="strict-origin-when-cross-origin"
131108
allowfullscreen></iframe>
132109
<figcaption class="figure-caption text-muted text-center">A short introduction to Gephi</figcaption>
133110
</figure>
111+
<figure class="figure">
112+
<img src="/public/desktop/Gephi Desktop Screenshot DtB.png" style="height: 315px" class="border figure-img img-fluid" alt="" />
113+
</figure>
134114
</section>
135115
</section>
136116

0 commit comments

Comments
 (0)