前言介紹
- 這款 WordPress 外掛「The Connectome」是 2019-07-10 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2019-07-11,距離現在已有 2124 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.0.1 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 5.6 以上。
- 有 1 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
graphs | data visualization | alternative navigation |
內容簡介
WordPress 網站有文章、自訂文章、使用者和分類。Connectome 以圖形的節點和鏈結呈現出所有這些元素的互動可視化。我們計算這些節點的一些重要性措施並將其顯示在節點大小中。因此,Connectome 可以提供有關您的網站結構的視角和不同的導航方式,這對站點管理員非常有趣,但也可以在進行一些配置後,展示給您的訪問者。
我認為 Connectome 對於新手 WordPress 網站建立者來說很有用,因為它可以幫助您學習網站中所有的基本元素以及它們如何相互連接。
節點的“重要性措施”是“度中心性(degree centrality)”,即與節點相連的鏈結數。
這是我的第一個插件的第一個版本,我感到非常興奮和緊張,但同時也非常開放接受建議、要求或批評。如果有更有經驗的開發人員檢查我的程式碼並給我意見,我會非常高興。
現場演示
雖然只是一個小網站,但還是有用的
WP Connectome Demo
路線圖
未來的版本中,我有一個很長的改進清單,其中包括:
視覺化的響應設計和更靈活的行為
在圖形中查找節點的搜索功能
具有不同配置的幾個圖形,以在站點的不同部分展示
通知管理員有問題的節點,例如沒有特色圖像或節錄文字的文章,沒有說明的分類等。
更有趣的重要性測量,例如特徵值或介握中心性,也許允許用戶選擇要使用哪個重要性測量
支援多語言,現在只有英文。除了使其能夠支持翻譯,還需要使插件與多語言插件(如Polylang 或 WPML)兼容
如果您認為其中一個比其他更加緊急,也可以告訴我。
性能
好消息是,一旦建立了圖形,它就存儲在數據庫中並且在選項頁面中再次保存選項之前一直使用。但是,為了構建圖形,我們首先包含所有元素(除了手動禁用的元素),然後將它們連接起來以計算中心性並評估哪些是最重要的。然後只有在使用中心性作為度量標準時,我們才減少元素。這意味著一個非常大的站點(擁有許多用戶、文章和術語)將需要大量的資源和時間來構建圖形,即使它最終只有少量的元素。只有手動禁用的元素才不參與圖形的創建。也許如果您有一個帶有豐富資源的服務器的大型網站,那麼可能使用 Connectome 並不是一個壞主意,但如果您沒有,那麼直到實現發生改變之前,可能並不是一個好主意。
原文外掛簡介
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
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.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「The Connectome」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Visualizer: Tables and Charts Manager for WordPress 》Visualizer: Tables and Charts for WordPress 是一個功能強大且易於使用的外掛,可用於在 WordPress 文章和頁面中創建、管理和嵌入互動式、響應式圖表和表格...。
M Chart 》這個外掛允許您透過試算表介面管理數據集,並通過 Chart.js 或 Highcharts 圖表庫以圖表形式呈現數據。這些圖表可以透過簡單的shortcode嵌入到普通文章中。, ...。
Ninja Charts – WordPress Charts and Graphs Plugin 》如果您正在尋找一個能在 WordPress 網站上建立響應式、可自訂和美觀的圖表的外掛程式,那麼您來對了地方。, 我們推薦 Ninja Charts,它是一個資料視覺化解決...。
Chartify – WordPress Chart Plugin 》WordPress 圖表外掛, , 高級版圖表外掛, 圖表外掛展示, 圖表外掛文件, , WordPress 圖表外掛 可建立靜態與動態圖表、圖形和圖表,以提升您的 WordPress 網站...。
UberChart – WordPress Chart Plugin 》UberChart 是將 Chart.js 庫所包含的無限定制功能帶給 WordPress 的外掛程式。每個圖表有 240 個自訂選項和每個資料集有 30 個選項,非常適合想要自訂每個圖...。
iChart – Easy Charts and Graphs 》使用 iChart 的圖表、圖形、COVID Widget, 現在您可以透過簡單的幾個點擊和 Shortcode 產生器,輕鬆地在任何 WordPress 頁面上建立回應式的圖表和圖形。iChar...。
WordPress Graphs & Charts – Easy Interactive HTML5 Charts Plugin 》使用「Graphs & Charts」創建美麗且互動的 HTML5 圖表。, 這是一個非常友善且易於使用的 WordPress 外掛,可創建美麗且互動的圖表和曲線圖。它具有互動式...。
GoogleGraph 》這個外掛可以讓網誌作者在網誌中加入簡單且有效的地理圖、長條圖或折線圖。, 這個外掛提供每一種圖表類型的簡碼,簡碼可以放置在文章/頁面的任何文字位置, 外...。
Easy Chart Builder for WordPress 》這個外掛讓您輕鬆地透過短碼在您的網誌中插入圖表。雖然是多功能性的,這個圖表系統是為了輕鬆發布某些評論測量的詳細資料而設計,例如熱門民意調查、影片卡...。
Charts and Graphs for Elementor 》使用「Graphs & Charts」外掛創建漂亮、交互式的圖表。, 這是一個非常易於使用的 Elementor 外掛,可創建漂亮、交互式的圖表和統計圖表。而且,它完全免...。
Plotly 》這個外掛是為了方便在你的 WordPress 網誌中快速嵌入交互式的 Plotly 圖形而設計的。, 它的使用方式與 YouTube 嵌入的方式相同,你只需要將你的 Plotly 圖形...。
RJ Quickcharts 》在短短幾分鐘內建立複雜而強大的 HTML5 圖表。, RJ Quick Charts 是唯一一個可供使用者輕鬆輸入資料並立即建立圖表的 WordPress 外掛。Quick Charts 使用所有...。
Visualize 》一個用於在 WordPress 文章中添加可視化圖表的 Gutenberg 區塊。目前支援 mermaid 語法。。
Post Volume Stats 》這個外掛會檢視每個分類、標籤、每年、每月、每個月的日子、每個星期的日子、每個小時、作者、每篇文章的字數,以及文章之間的天數。你可以指定一個年份和/或...。
Chart for Elementor 》此外掛是 Elementor Page Builder 的擴充元件,提供簡單、乾淨的 Elementor 圖表功能。在你的網站上輕鬆加入動畫、互動式的圖示,可以使用此元件變更風格。, ...。