LICENSE
README.md
pyproject.toml
scripts/check_your_advisor/__init__.py
scripts/check_your_advisor/__main__.py
scripts/check_your_advisor/cache.py
scripts/check_your_advisor/citations.py
scripts/check_your_advisor/cli.py
scripts/check_your_advisor/config.py
scripts/check_your_advisor/corpus.py
scripts/check_your_advisor/download_sources.py
scripts/check_your_advisor/engine.py
scripts/check_your_advisor/export.py
scripts/check_your_advisor/http_client.py
scripts/check_your_advisor/journals.py
scripts/check_your_advisor/pdf_utils.py
scripts/check_your_advisor/pubmed_api.py
scripts/check_your_advisor/reports.py
scripts/check_your_advisor/theses.py
scripts/check_your_advisor.egg-info/PKG-INFO
scripts/check_your_advisor.egg-info/SOURCES.txt
scripts/check_your_advisor.egg-info/dependency_links.txt
scripts/check_your_advisor.egg-info/entry_points.txt
scripts/check_your_advisor.egg-info/requires.txt
scripts/check_your_advisor.egg-info/top_level.txt
scripts/check_your_advisor/profile/__init__.py
scripts/check_your_advisor/profile/caveats.py
scripts/check_your_advisor/profile/charts.py
scripts/check_your_advisor/profile/cohesion.py
scripts/check_your_advisor/profile/html_report.py
scripts/check_your_advisor/profile/impact.py
scripts/check_your_advisor/profile/metrics.py
scripts/check_your_advisor/profile/ranking.py
scripts/check_your_advisor/profile/report.py
scripts/check_your_advisor/profile/roles.py
scripts/check_your_advisor/profile/scoring.py
scripts/check_your_advisor/profile/svg.py
tests/test_charts.py
tests/test_citations.py
tests/test_cli_profile.py
tests/test_cohesion.py
tests/test_html_report.py
tests/test_http_client.py
tests/test_identity_cli.py
tests/test_identity_filter.py
tests/test_impact.py
tests/test_journals.py
tests/test_pdf_validation.py
tests/test_profile.py
tests/test_provenance.py
tests/test_pubmed_parse.py
tests/test_ranking.py
tests/test_scoring.py
tests/test_search_query.py
tests/test_stdio_encoding.py
tests/test_theses.py