Skip to content

enrich_affiliations_csrankings

Module: src.enrichers.enrich_affiliations_csrankings
Category: Enrichers

Usage

python -m src.enrichers.enrich_affiliations_csrankings [options]

Options

usage: enrich_affiliations_csrankings.py [-h] [--authors_file AUTHORS_FILE]
                                         [--output OUTPUT]
                                         [--max_authors MAX_AUTHORS]
                                         [--force_refresh] [--dry_run]
                                         [--verbose] [--data_dir DATA_DIR]

Enrich author affiliations using CSRankings data

options:
  -h, --help            show this help message and exit
  --authors_file AUTHORS_FILE
                        Input authors JSON file (default: authors.json)
  --output OUTPUT       Output file (default:
                        authors_enriched_csrankings.json)
  --max_authors MAX_AUTHORS
                        Maximum authors to process (for testing)
  --force_refresh       Force download of fresh CSRankings data
  --dry_run             Do not save output file
  --verbose             Print detailed progress
  --data_dir DATA_DIR   Website repo root for author index updates