Final Recomputation & Visualization Regeneration

Current Status

Phase Complete: Enrichment & Validation

📊 Corpus Ready for Final Recomputation


Final Recomputation Pass: Tasks

1. Recompute All Metrics (on full corpus)

Output: paper_rankings_all_final.json (with fresh metrics)

2. Recompute Author Rankings

Output: author_rankings_final.json (35,641 authors)

3. Regenerate Visualizations

4. Journal Club Refresh (all thresholds)

Output: 4 sets of files (threshold_10, 15, 20, 30)

5. Comprehensive Documentation Update


Quality Assurance Checklist

Before considering this “ready for review”:


Execution Plan

Recommended sequence:

  1. Re-run PageRank/HITS/betweenness (can parallelize)
  2. Re-run k-core decomposition
  3. Re-detect communities
  4. Recompute author rankings (depends on corpus)
  5. Regenerate ALL visualizations in parallel
  6. Update documentation
  7. QA spot checks
  8. Lock for methodology review

Estimated scope: 6-8 discrete computational tasks, some parallelizable


For Future: Methodology Review

Once this recomputation is complete and verified, separate work session to:

  1. Critical review of thresholds
    • In-degree/out-degree cutoffs (10 for each direction — too strict? too loose?)
    • Composite score formula (80% PageRank + 20% k-core — still optimal?)
    • Journal club thresholds (0.10, 0.15, 0.20, 0.30 — right choices?)
  2. Methods paper weighting
    • Current: out-degree ≥37 (top 5%)
    • Consider: boost formula for infrastructure papers?
    • Consider: temporal dynamics (older methods vs. newer)?
  3. Community detection robustness
    • Louvain algorithm choices (randomness, resolution)
    • Alternative: other clustering methods?
    • Validation: compare to hand-labeled communities
  4. Author merging completeness
    • Are there other Gray-Roncal-like merges we missed?
    • Automated name similarity scoring?
  5. Graph properties
    • Citation network: power-law? small-world?
    • Co-authorship: assortative? community structure?

Next Session: “Methodology Review & Refinement”

Once locked and verified, can tackle:


Ready to execute final recomputation pass?