Tarik Moussa
fd51b70000
feat(F-15): citation graph — PageRank, coupling, co-citation, CLI
- codex/graph.py: build_citation_graph (DiGraph from DB), citation_pagerank
(graceful uniform fallback < 5 nodes), find_related (bibliographic coupling),
find_co_cited, dangling_citations
- codex/config.py: graph_cite_boost_alpha=0.3, graph_min_corpus_size=15
- codex/cli.py: graph report [--top-n] [--json], graph related <paper-id>
[--min-shared]; search paper --cite-boost (PageRank score weighting)
- tests/graph/: 39 tests (graph functions + CLI) — 326 total green
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-15 03:31:36 +02:00
..
2026-06-15 03:07:06 +02:00
2026-06-05 07:13:01 +02:00
2026-06-04 23:48:06 +02:00
2026-06-15 03:31:36 +02:00
2026-06-15 01:22:44 +00:00
2026-06-05 07:40:25 +02:00
2026-06-14 08:55:49 +02:00
2026-06-14 01:16:24 +02:00
2026-06-05 07:13:01 +02:00
2026-06-15 01:22:44 +00:00
2026-06-05 07:40:25 +02:00
2026-06-07 23:14:52 +02:00
2026-06-14 08:52:35 +02:00
2026-06-14 05:11:06 +02:00
2026-06-04 23:31:15 +02:00