Trending

#gephi

Latest posts tagged with #gephi on Bluesky

Latest Top
Trending

Posts tagged #gephi

Post image

Identify the bridges in your community. 🌉 Nodiux reveals the connections between users that simple lists miss. Download your data in GEXF for #Gephi or CSV for Excel and take your research to the next level. Sign up today! www.nodiux.net/tutorial #SocialNetworkAnalysis

2 2 0 0
Post image

NER graph function keeps improving. Taking my PhD dissertation as a testbed.

The pdf: theses.hal.science/tel-00372263...

The resulting social graph in < 3 minutes: dev.nocodefunctions.com/user_created...

Try it there: nocodefunctions.com/nergraph/ner...

#dataviz #textmining #gephi #vosviewer

0 0 0 0
Post image

💖Wishing you a Happy Gephi Valentine’s Day!

Want to learn Gephi?
I’m sharing five learning resources:
1 gephi.org/quickstart/

2 jacomyma.github.io/mapping-cont...

3 www.martingrandjean.ch/gephi-introd...

4 seinecle.github.io/gephi-tutori...

5 www.veronicaespinoza.org/gephi-tutori...

#Gephi

0 0 0 0
Introducing Gephi Lite v1.0 🎉 The summer has been quite busy, and we are very thrilled to announce the release of **Gephi Lite v1.0**! This marks for us the first version of Gephi Lite we are _really_ proud about. You can play with it at **lite.gephi.org** 🚀 * * * ## _Previously, on Gephi Lite…_ Since Gephi’s creation in 2008, multiple groups of people within the Gephi community conceived and developed various web applications1 to somehow **extend Gephi to the web**. Some of these projects were designed to help people publish or share their networks online somehow, while others were meant to bring some of Gephi’s core features to the web (layout, filters, nodes coloring)2. ### Starting the Project During 2022 Gephi Week in Paris, the Gephi team decided to **endorse Gephi Lite** as a new project, within the Gephi ecosystem. This new web application would be developed by the OuestWare team, who was already carrying other open-source graph visualization tools close to the Gephi ecosystem, such as sigma.js or Retina. ▲ A timeline of Gephi Lite activity, from our recent presentation at DH2025 From 2022 to 2025, the team worked on Gephi Lite. It quickly became a usable prototype, and found its place within the Gephi community. Dr. Veronica Espinoza wrote a tutorial on her blog on how to display node images in Gephi Lite, for instance. Also, Gephi Lite was used twice as an experimental playground to test new things: * Mathieu Jacomy’s _connected-closeness_ layout evaluation metric was added to Gephi Lite in Gephi Week 2024; * A team of people (Mathieu Jacomy, Alexis Jacomy, Guillaume Plique, Benjamin Ooghe-Tabanou, Andrea Benedetti and Tommaso Elli) met at a workshop in Paris in December 2024 to design a new way to observe _uncertainty_ in the Louvain Method – prototyped in Gephi Lite. ### Some important limitations But in early 2025, there were some big issues to tackle: * Gephi Lite’s design was a bit to chaotic and incoherent * Gephi Lite was mostly used by its developers * Nobody actually knew who was using Gephi Lite, nor why do people use it (or don’t) ▲ The team behind Gephi Lite v1.0: Benoit, Arthur, Alexis and Paul So, OuestWare hired an intern designer, Arthur Desaintjan, who spent some months on leading user interviews and redesigning Gephi Lite entirely. The full OuestWare team then basically spent the summer implementing these new designs.3 ### The current state Basically, what’s new is: 1. Gephi Lite has a **new graphical identity** , cleaner, with more space for the data 2. **Navigation** has been revamped, so that features appear more clearly 3. Gephi Lite now has a fresh new **data table** ▲ The fresh new data table in action! * * * ## Gephi Lite for newcomers So, what’s this all about? Gephi Lite is a **lighter** , **web-based** version of **Gephi**. ### Gephi Lite **is Gephi** ▲ The new logos to differentiate Gephi from Gephi Lite This one is really about _what makes Gephi Gephi_ : Gephi Lite _is Gephi_ , because: 1. It serves the **same purpose** (visual network analysis) 2. It’s from the **same community** (just not the exact same people) 3. Its interface keeps the **same blocks** (filter, layout, appearance…) ### Gephi Lite **is light** 🪶 Gephi Lite _is light_ , or at least _lighter_ than the well known Gephi desktop application, because: 1. It does not need to be **installed** (it’s just a webpage, available to anyone with some internet connection and a Web browser) 2. Its user interface is **lighter** (complex features are simplified or removed) 3. It only supports **lighter graphs** 🥲 (no more than 10k nodes or 20k edges, at the moment) ### Gephi Lite is **a web application** Gephi Lite is a web application, which opens a lot of opportunities! * “Open in Gephi Lite” **permalinks** , or a way to share Gephi graphs as if they were _actual_ web documents * Gephi Lite iframes, or a way to embed Gephi Lite directly inside web pages or web applications * Gephi Lite **everywhere** , or at least on every device with modern web browsers (and that includes tablets and mobiles) ▲ Slightly edited from _Metaphors We Web By_ * * * ## What’s Next Now, Gephi Lite v1.0 is a very important milestone for us, but there are still clear ways to improve the project. ### Gephi Viewer The quite popular SigmaExporter plugin for Gephi is quite dated now, especially since it is based on a 10+ years old version of sigma.js. In Gephi Week 2022, Clément Levallois and Alexis Jacomy developed WebPublishPlugin, a new plugin to publish graphs online using Retina. But there are various issues with using Retina as the “official” Gephi web-based graph viewer: 1. Retina does things in its own way: It is **not** “just a viewer”. It preprocesses some layout when there is none, it allows filtering, changing appearance on the fly… 2. Despite being developed by the same people as Gephi Lite, it has been designed **outside Gephi ecosystem** , with features prioritization driven by various OuestWare’s projects. ▲ A screenshot of Retina, or _what could a Gephi Viewer look like_ So, latest 2025 Gephi Week in Nantes was the opportunity to challenge what an “official Gephi Viewer” should be, and basically: * It should share as much code with Gephi Lite as possible – to make maintaining both applications as simple as possible; * It should focus on displaying a graph with a specific appearance, but with zooming / panning / searching capabilities; * It should provide a proper caption, as does Gephi Lite. ### Performance Recent efforts on Gephi Lite were exclusively focused on **features** , **stability** and **usability**. But there are many ways to improve its **performances** : * GPU-based force directed layout algorithms, like in Cosmograph * Web-worker based heavy computations (rather than freezing the browser’s rendering thread) * Additional “quick-wins” to ease using Gephi Lite with larger networks (toggle graph rendering while running ForceAtlas2, for instance) ### Upcoming Features There are also various feature opportunities that were out of scope, but remain very interesting: * Support for **background map layers** for spatial network context (already supported in sigma.js, which Gephi Lite is based on); * Better **palettes and colors management** (allowing to switch between base or user-defined palettes, etc…) * Better export paths (upcoming Gephi Viewer export, SVG export, caption display in PNG export…) We hope you will like Gephi Lite v1.0. We can’t wait to hear feedback from the community: please let us know what you think! * * * 1. A lot of Gephi Lite’s ancestors and inspirations are listed in our 2024 FOSDEM presentation, Bridging Research and Open Source: the genesis of Gephi Lite. ↩︎ 2. In 2019 FOSDEM, we even explored if Gephi was portable to the web, how, and what it would allow, in our presentation _Gephi JS: Exploring the dystopian future of a Javascript Gephi_ , FOSDEM 2019. ↩︎ 3. Arthur told his journey quite precisely on OuestWare’s blog. ↩︎ ### Partager : * Share on X (Opens in new window) X * Share on Facebook (Opens in new window) Facebook * Email a link to a friend (Opens in new window) Email * Share on Reddit (Opens in new window) Reddit * Share on LinkedIn (Opens in new window) LinkedIn * Like Loading...

> The summer has been quite busy, and we are very thrilled to announce the release of #Gephi Lite v1.0! This marks for us the first version of #GephiLite we are really proud about.

#GraphVisualization #graphs

https://gephi.wordpress.com/2025/10/08/gephi-lite-v1/

0 0 0 0
Preview
Online-Workshop: Tool Tuesday. Digital Humanities zum Ausprobieren – Netzwerkvisualisierung mit Gephi - SBB aktuell Event Details Date: 27.01.2026 13:30 – 15:00 Venue: Online-Workshop/Telefon Categories: Wissenswerkstatt-Schulung

Digital Humanities zum Ausprobieren. Heute, am 27. Januar, zeigt euch unser #StabiLab beim #ToolTuesday wie die Netzwerkvisualisierung mit #Gephi funktioniert. Teilnahme ganz einfach und kostenlos über den Link auf unserem Blog 👉 blog.sbb.berlin/termin/tool-...
#DigitalHumanities

6 4 0 0
Post image

⭐️Meet the Gephi Color Palette and Make Beautiful Visualizations

Gephi is the leading visualization and exploration software for all kinds of graphs and networks. Gephi is open-source and free.

I’m sharing a series of tutorials to learn Gephi: www.veronicaespinoza.org/gephi-tutori...

#Gephi

1 0 0 0
#gephi

#gephi

🎓Want to learn Gephi?
⭐I’m sharing five helpful learning resources !

1 [ gephi.org/quickstart/ ]

2 [ jacomyma.github.io/mapping-cont... ]

3 [ www.martingrandjean.ch/gephi-introd... ]

4 [ seinecle.github.io/gephi-tutori... ]

5 [ www.veronicaespinoza.org/gephi-tutori... ]

#Gephi

3 0 0 0
Post image

🎓️Do you want to learn how to use the new version of Gephi Lite?
I’m sharing a tutorial I’ve prepared.

"Gephi Lite v1.0.1: Complete Beginner’s Tutorial"
🔗 [ medium.com/@vespinozag/... ]

#gephi

2 1 0 0
Post image

🎄Want to learn Gephi during the holidays?

I’m sharing tutorials I’ve written on Gephi and Gephi Lite.
Wishing you a wonderful holiday season. 🎄

You can find all my tutorials here:
🔗https://www.veronicaespinoza.org/gephi-tutorials

#gephi

4 0 0 0

Last chance --> apply TODAY (Sunday)!

📣 helsinki.fi/en/researchg...

#digitalhumanities #digitalassyriology #OpenRefine #python #tableau #QGIS #gephi

#Helsinki @anee-helsinki.bsky.social

0 0 0 0
Preview
Datalgo - Twitch OnlyFA - Ta carto, notre Force Atlas 👀🥵 Avec Mathieu Jacomy, co-créateur de !gephi

OnlyFA c'est parti !

👉 www.twitch.tv/datalgo

Si vous aimez ça, donnez à #gephi :

❤️ opencollective.com/gephi/donate

0 0 0 0
Video

⭐Exploring the new version of Gephi Lite v1.0 (2025)
It’s amazing, powerful, and very intuitive. You have to try it!
Thanks to the team @ouestware.bsky.social for this great tool.

Try it yourself!
🔗[ gephi.wordpress.com ]

#Gephi

2 0 0 0
Video

❤ Gephi has just launched its new website! It’s amazing you have to explore it.
You’ll find information about its founders, a Quickstart guide, learning resources, FAQs, plugins, and much more!

👉https://gephi.org/

#Gephi #NetworkScience

3 2 0 0
Post image

💥The new version of Gephi Lite just launched! It’s faster, more powerful, and full of new features❤

📃I’ll be publishing a new Medium story about it soon.

Take a look!👇

gephi.wordpress.com

#Gephi

5 1 0 0
Preview
What’s new for Gephi? Echoes from Gephi Week 2025 Nantes 2025 The Gephi Week aspires to be a yearly event where the team and some community members gather to work on the project. The first iteration was in 2021 in Copenhagen (see debrief), and it …

gephi.wordpress.com/2025/10/01/g... Summary of the #Gephi week 2025 !

1 0 0 0
Post image

✨ Gephi Plugins Landscape (September 3, 2025)

I invite you to read my new article I just published on Medium about Gephi Plugins.

👉[ medium.com/@vespinozag/... ]

#Gephi

1 3 0 0
Post image

#OnlineWorkshop: Network #Analysis with Gephi–Demonstration & Discussion

Martin Grandjean, an expert in historic network analysis, will address these questions. In the 1st part, Martin will introduce and discuss some use cases of network research.

www.etf.uni-bonn.de/de/veranstal...

#gephi

4 1 0 0

✨ New: Beyond the List: Mapping Threat Infrastructure with Link Analysis
www.diggingdns.com/modules/techniques/dns-i...
#dns #osint #investigation #techniques #linkanalysis #sna #gephi #i2

0 0 0 0
Post image

📣 Starting today: Science Maps. Bibliometrics between understanding and visualization

Together with Marcus John, I organize a small series on science mapping for our workgroup "WG Visualization" at Competence Network Bibliometrics. We hop to gether […]

[Original post on fediscience.org]

1 1 0 0

#vosviewer #Scientometrics #Gephi #DataVisualization #DataViz #Informetrics #STI2025 #Bibliometrie #ResearchAssessment

0 0 0 0
Preview
Twitch Twitch is the world

The #gephi week continues today ! This morning , we will talk about the concept of a Gephi Viewer . See you on twitch with datalgo around 11h ! www.twitch.tv/datalgo

1 0 0 0
Preview
Datalgo - Twitch GEPHI WEEK 2025 - L'open source, ça sert à quoi ? JOUR 0

La #gephi week avec @datalgo.bsky.social www.twitch.tv/datalgo !

2 1 0 0

Já pesquisei|estudei|pratiquei ao #Gephi e não em #IRaMuTeQ.
Quem consegue baixar recorte de dados passados em rede pra usar em análise?
Tantas ferramentas ou recursos como wiki.digitalmethods.net/Dmi/ToolData....
Mesmo ao transpor alguma limitação ⇌ ainda terão outras limitações.
Outros aspectos...

0 0 0 0
Preview
How I make those Gephi diagrams Written for @shauna@social.coop on Mastodon Please don’t read any further if you want to maintain the belief I know what I’m doing I was original entranced by this post – So I dow…

How I make those #Gephi diagrams - fulltimesportsfan.wordpress.com/2025/08/14/h... Written for @shauna@social.coop over on #Mastodon #DataVisualisation

1 0 0 0
Post image

✨Retina: A free open source web application to share network visualizations online.
❤ Check out my new tutorial on Medium about Retina! (Aug, 2025)
👉 medium.com/@vespinozag/...

#Gephi #NetworkScience ‪@ouestware.bsky.social‬

1 0 0 0
Network graph of the two teams in the final.  There are two large red circles representing England and Spain.  Of the smaller paler circles, there is one very large one next to the bottom of the two large red circles.  There are two more smaller, paler circles closer to the top of the two large red circles.

Network graph of the two teams in the final. There are two large red circles representing England and Spain. Of the smaller paler circles, there is one very large one next to the bottom of the two large red circles. There are two more smaller, paler circles closer to the top of the two large red circles.

#Euro2025 network graph for the teams in the final - fulltimesportsfan.wordpress.com/2025/07/26/e...

#DataVisualisation #Gephi

0 0 0 0
Non-labelled version of the community view network graph.  The larger circles stand for each national team.  One of them, in mid-blue, is separated at the top, with very few connections to the other three.  Two more are in the middle (green and pink) and then the fourth team is at the bottom and orange.  The shape is an elongated diamond with curved edges.  The team at the top has a smaller circle at its top left, a club team.  There is another smaller circle at the top right of the leftmost one of the two national teams in the middle.  There is one link from it to the national team at the top.  Similarly, the national team at the bottom has one of the larger circles coming off it, bottom middle.

Non-labelled version of the community view network graph. The larger circles stand for each national team. One of them, in mid-blue, is separated at the top, with very few connections to the other three. Two more are in the middle (green and pink) and then the fourth team is at the bottom and orange. The shape is an elongated diamond with curved edges. The team at the top has a smaller circle at its top left, a club team. There is another smaller circle at the top right of the leftmost one of the two national teams in the middle. There is one link from it to the national team at the top. Similarly, the national team at the bottom has one of the larger circles coming off it, bottom middle.

#Euro2025 semifinals network diagrams - there is a pleasing simplicity to the community views - fulltimesportsfan.wordpress.com/2025/07/21/e... #football #DataVisualisation #Gephi

0 0 0 0
Post image

😉Learn how to use Word Cloud Plugin for Gephi

✨I share my Medium tutorial
medium.com/@vespinozag/...

🙍‍♂️ Plugin Developer
@seinecle.bsky.social

#Gephi #NetworkScience

3 4 0 0
Post image

✨Learn how to use the Bluesky plugin for Gephi: A Step-by-Step Guide.

💠I share my Medium tutorial
[medium.com/@vespinozag/how-to-use-t...

🙍‍♂️ Plugin Developer
@totetmatt.fr

#Gephi #NetworkScience

5 2 0 0
Labelled version of the community diagram.  The four teams across the middle horizontally are, from left to right, Germany (olive yellow), Sweden (mid-green), Norway (bright blue) and France (darker blue).  The two above the horizontal line are, going from nearest to middle to furthest, are Switzerland (brown) and Italy (bright blue).  The two below the line, going nearest to furthest are England (pink) and Spain (orange).  The club teams with noticeably large circles are Juventus (bright green), Bayern Munich (olive yellow), Arsenal (pink), Chelsea (pink) and Barcelona (orange).

Labelled version of the community diagram. The four teams across the middle horizontally are, from left to right, Germany (olive yellow), Sweden (mid-green), Norway (bright blue) and France (darker blue). The two above the horizontal line are, going from nearest to middle to furthest, are Switzerland (brown) and Italy (bright blue). The two below the line, going nearest to furthest are England (pink) and Spain (orange). The club teams with noticeably large circles are Juventus (bright green), Bayern Munich (olive yellow), Arsenal (pink), Chelsea (pink) and Barcelona (orange).

Quarterfinal network graphs for #Euro2025, not as pretty as the group stage ones but some very interesting suggestions: fulltimesportsfan.wordpress.com/2025/07/14/e...

#football #Gephi #DataVisualisation

1 1 0 0