{% extends "base.html" %} {% set active_page = "citations" %} {% block title %}Citation Graph — IETF Draft Analyzer{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Citation Graph

Cross-reference network: {{ graph.stats.draft_count }} drafts referencing {{ graph.stats.rfc_count }} RFCs. References are extracted from each draft's text (RFC mentions, draft citations, BCP references). Node size reflects influence — how many other documents cite it. Highly-cited RFCs represent foundational standards that AI/agent drafts build upon.

Drafts
{{ graph.stats.draft_count }}
Referenced RFCs
{{ graph.stats.rfc_count }}
Total Nodes
{{ graph.stats.node_count }}
Citation Links
{{ graph.stats.edge_count }}

Cross-Reference Network

Drafts RFCs — Node size = influence (in-degree). Drag to rearrange. Scroll to zoom.

2

Most Referenced RFCs

RFCs cited by the most drafts in the corpus

# RFC Cited By
{% endblock %} {% block extra_scripts %} {% endblock %}