Title: The Connectome
Author: armandorivero
Published: <strong>11 Temmuz 2019</strong>
Last modified: 11 Temmuz 2019

---

Eklentilerde ara

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

![](https://ps.w.org/the-connectome/assets/icon.svg?rev=2121610)

# The Connectome

 [armandorivero](https://profiles.wordpress.org/armandorivero/) tarafından

[İndir](https://downloads.wordpress.org/plugin/the-connectome.1.0.0.zip)

 * [Detaylar](https://tr.wordpress.org/plugins/the-connectome/#description)
 * [Değerlendirmeler](https://tr.wordpress.org/plugins/the-connectome/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/the-connectome/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/the-connectome/#developers)

 [Destek](https://wordpress.org/support/plugin/the-connectome/)

## Açıklama

A WP site has posts, custom posts, users and taxonomy terms. The Connectome shows
them all in a single interactive visualization as nodes and links of a graph. Also,
we calculate some importance measure for these nodes and display it in the nodes
sizes. The Connectome, then, should provide insight about the structure of your 
site and a different navigation, mostly interesting for the site admin but perhaps
also, after some configurations, good to show to your visitors.

I think The Connectome could be useful to novice WP site creators because it will
help you learn all the essential elements in your site and how they connect to each
other.

The “importance measure” for the nodes is the `degree centrality`, that is, how 
many links touch the node.

This is the first release of my first plugin so I’m very exited and scared, but 
also quite open to suggestions, requests or criticism. I would be especially happy
if more experienced developers inspected my code and gave me their opinions.

### Live demo

It’s for a small site, but anyways

[WP Connectome Demo](https://dantecubantours.com/graph/)

### Road map

I have a long list of improvements to include in future releases, among them:

 * Responsiveness and more flexible behavior for the visualization
 * Search functionality to find nodes in the graph
 * Having several graphs with different configurations to show in different parts
   of your site
 * Tell the admin about problematic nodes like posts without featured image or excerpt
   text, taxonomy terms without description, etc.
 * More interesting importance measures like the eigenvalue or the betweeness centralities,
   perhaps allowing the user to pick which one to use
 * Multilingual support, right now it’s only English. Besides making it translation
   ready, this will also imply to make the plugin compatible with multilingual plugins
   like Polylang or WPML

If you think one of them is more urgent thant others, you can also tell me.

### Performance

The good news is that, once the graph is created, it’s stored on the DB and and 
used until you save the options again in the options page. However, to build the
graph we first include all the elements (but those manually disabled) and then connect
them to calculate the centrality and evaluate which are the most important. Only
then we reduce the elements, using the centrality as the metrics. That means a very
big site (with many users, posts and terms) will require a lot of resources and 
time to create the graph, even if it ends up having few elements. Only when the 
elements are manually disabled they don’t participate on the graph creation. Probably
if you have a very big site you would have a server with ample resources, but if
you don’t, then probably is not a good idea to use The Connectome until the implementation
changes.

## Ekran Görüntüleri

[⌊Unselected graph display⌉⌊Unselected graph display⌉[

Unselected graph display

[⌊Node selected without data visualization⌉⌊Node selected without data visualization⌉[

Node selected without data visualization

[⌊Node data visualization⌉⌊Node data visualization⌉[

Node data visualization

[⌊Options (the panel to select individual elements is foldable)⌉⌊Options (the panel
to select individual elements is foldable)⌉[

Options (the panel to select individual elements is foldable)

## Yükleme

 1. Upload `connectome.zip` to the `/wp-content/plugins/` directory and extract it
 2. Activate `The Connectome` through the ‘Plugins’ menu in WordPress
 3. Go to the plugin page (under settings in the admin) to build the graph
 4. Add the shortcode `[connectome-graph]` in your pages or posts to see the widget
 5. You can also insert `<?php echo apply_filters('the_content', '[connectome-graph]');?
    >` in your PHP code

## SSS

  Can I decide which elements go in the graph?

Yes, you can decide in the settings page exactly which elements will be included.
Next to each type of element there is a button to show a foldable panel where you
can select each element individually. Right now is a bit cumbersome if you have 
many elements of some type. I’ll try to make this panel more functional in future
releases.

  What if I want to show only certain amount for each type of element?

You can set a max amount of elements for each type. The first “most important” elements
will be kept while the others discarded. The metrics by now is the degree centrality.
More central nodes are considered more important.

## İncelemeler

![](https://secure.gravatar.com/avatar/df2b67c30883d711dff44298edd4dbe6744a858a6c3f6a9cbe1fcf6c7ec52e30?
s=60&d=retro&r=g)

### 󠀁[Great start!](https://wordpress.org/support/topic/great-start-60/)󠁿

 [p3hndrx](https://profiles.wordpress.org/p3hndrx/) 19 Mayıs 2023

This plugin is borderline amazing but needs some work. My site contains around 1000
posts with 5 custom taxonomy terms (along with categories and tags) and the site
took a significant performance hit with the plugin enabled. Aside from this, the
visualization is amazing. I wish it would display the Featured Image instead of 
the colored shape which would make it a more effective front-end tool for users.
Additionally, it would be nice to be able to customize a shortcode for different
visuals depending on specific taxonomies. Currently, you must select/deselect individual
taxonomy terms in the global settings. The plugin allows you to visualize Users,
Posts, and Taxonomies. I would like to see visualizations of relationships between
taxonomies. I think this would be a very compelling use-case. This plugin is an 
amazing effort and can inspire potential for WP to be a metadata platform in addition
to a CMS.

 [ 1 incelemeyi oku ](https://wordpress.org/support/plugin/the-connectome/reviews/)

## Katkıda Bulunanlar ve Geliştiriciler

“The Connectome” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda
bulunmuşlardır.

Katkıda bulunanlar

 *   [ armandorivero ](https://profiles.wordpress.org/armandorivero/)

[“The Connectome” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/the-connectome)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/the-connectome/),
[SVN deposuna](https://plugins.svn.wordpress.org/the-connectome/) göz atın ya da
[RSS](https://plugins.trac.wordpress.org/log/the-connectome/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/the-connectome/)
abone olun.

## Değişiklik Kaydı

#### 1.0.0

 * First version

## Meta

 *  Sürüm **1.0.0**
 *  Son güncelleme **7 yıl önce**
 *  Etkin kurulumlar **10dan fazla**
 *  WordPress sürümü ** 4.0.1 veya üstü **
 *  Test edilen sürüm **5.2.24**
 *  PHP sürümü ** 5.6 veya üstü **
 *  Dil
 * [English (US)](https://wordpress.org/plugins/the-connectome/)
 * Etiketler
 * [data visualization](https://tr.wordpress.org/plugins/tags/data-visualization/)
   [graphs](https://tr.wordpress.org/plugins/tags/graphs/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/the-connectome/advanced/)

## Puanlar

 5 üzerinden 4 yıldız.

 *  [  0 5 yıldızlı inceleme     ](https://wordpress.org/support/plugin/the-connectome/reviews/?filter=5)
 *  [  1 4 yıldızlı inceleme     ](https://wordpress.org/support/plugin/the-connectome/reviews/?filter=4)
 *  [  0 3 yıldızlı inceleme     ](https://wordpress.org/support/plugin/the-connectome/reviews/?filter=3)
 *  [  0 2 yıldızlı inceleme     ](https://wordpress.org/support/plugin/the-connectome/reviews/?filter=2)
 *  [  0 1 yıldızlı inceleme     ](https://wordpress.org/support/plugin/the-connectome/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/the-connectome/reviews/#new-post)

[Tüm değerlendirmeleri görün](https://wordpress.org/support/plugin/the-connectome/reviews/)

## Katkıda bulunanlar

 *   [ armandorivero ](https://profiles.wordpress.org/armandorivero/)

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/the-connectome/)

## Bağış yap

Bu eklentinin geliştirilmesini desteklemek ister misiniz?

 [ Bu eklentiye bağış yap ](http://none)