{% extends "base.html" %} {% set active_page = "authors" %} {% block title %}Author Network — IETF Draft Analyzer{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Interactive collaboration graph of {{ network.nodes | length }} authors across {{ orgs | length }} organizations
Node size = draft count. Color = organization. Edge thickness = shared drafts. Drag nodes to rearrange. Scroll to zoom.
Color intensity = number of authors from that org.
Organizations co-authoring drafts together.
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.
| # | Author | Organization | Drafts |
|---|---|---|---|
| {{ loop.index }} | {{ a.name }} | {{ a.affiliation }} | {{ a.draft_count }} |