Analysis of centrality measures in European Court of Human Rights (ECtHR) citation networks.
rankings/
├── scripts/ # Analysis scripts (documented in scripts/README.md)
├── docs/ # Documentation
├── results/ # Analysis results
│ ├── fixed-merged-subarticles-edges/ # Main centrality calculations
│ ├── high_low_analysis_50_cutoff/ # High/low performer analysis
│ └── high_low_analysis_with_aggregates/ # Aggregate network analysis
├── networks/ # Network data (DO NOT MODIFY)
├── archive/ # Archived files
└── rankings.ipynb # Main Jupyter notebook
# Analyze high/low performers
python scripts/analyze_high_low_performers.py
# Test centrality combinations with verification
python scripts/test_combinations_with_verification.py
# Enhanced analysis with aggregates
python scripts/analyze_high_low_with_aggregates.pyLocation: results/fixed-merged-subarticles-edges/verification_test/
Best Combination: Degree + Eigenvector (43.2% win rate, 57/132 networks)
scripts/README.md- Complete script documentationdocs/- Methodology documentationresults/high_low_analysis_with_aggregates/combination_analysis.txt- Combination justification
networks/merged-article-edges/- Network dataresults/merged-subarticles-edges/- Legacy resultsresults/pre/- Pre-processing results