From a386d0bb1a8fd036e5b3bc5cca946463a2ebdc69 Mon Sep 17 00:00:00 2001 From: Christian Nennemann Date: Sat, 7 Mar 2026 21:27:23 +0100 Subject: [PATCH] Add explanation of how author clusters are formed Co-Authored-By: Claude Opus 4.6 --- src/webui/templates/authors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/templates/authors.html b/src/webui/templates/authors.html index d7d7063..4ba4d10 100644 --- a/src/webui/templates/authors.html +++ b/src/webui/templates/authors.html @@ -112,7 +112,7 @@ {% if network.clusters %}

Collaboration Clusters

-

Connected groups of authors who co-author drafts. Click a cluster to highlight it in the graph.

+

Clusters are formed by connected-component analysis of the co-authorship graph: authors who share 2+ drafts are linked, and all authors reachable through such links form a cluster. This reveals research teams and institutional collaboration patterns — a cluster of 20 authors from 3 organizations means those groups actively co-author across org boundaries. Click a cluster to highlight it in the graph above.

{% for c in network.clusters[:12] %}