LICENSE
README.md
pyproject.toml
src/citationer/__init__.py
src/citationer/__main__.py
src/citationer.egg-info/PKG-INFO
src/citationer.egg-info/SOURCES.txt
src/citationer.egg-info/dependency_links.txt
src/citationer.egg-info/entry_points.txt
src/citationer.egg-info/requires.txt
src/citationer.egg-info/top_level.txt
src/citationer/analysis/__init__.py
src/citationer/analysis/dedup.py
src/citationer/analysis/network.py
src/citationer/analysis/stats.py
src/citationer/analysis/text.py
src/citationer/analysis/trend.py
src/citationer/cli/__init__.py
src/citationer/cli/ai_cmd.py
src/citationer/cli/clean_cmd.py
src/citationer/cli/config_cmd.py
src/citationer/cli/export_cmd.py
src/citationer/cli/help.py
src/citationer/cli/import_cmd.py
src/citationer/cli/interactive_cmd.py
src/citationer/cli/main.py
src/citationer/cli/network_cmd.py
src/citationer/cli/report_cmd.py
src/citationer/cli/run_cmd.py
src/citationer/cli/scan_cmd.py
src/citationer/cli/stats_cmd.py
src/citationer/cli/text_cmd.py
src/citationer/cli/trend_cmd.py
src/citationer/llm/__init__.py
src/citationer/llm/client.py
src/citationer/models/__init__.py
src/citationer/models/record.py
src/citationer/parsers/__init__.py
src/citationer/parsers/base.py
src/citationer/parsers/bibtex.py
src/citationer/parsers/cnki.py
src/citationer/parsers/cssci.py
src/citationer/parsers/pubmed.py
src/citationer/parsers/ris.py
src/citationer/parsers/scopus.py
src/citationer/parsers/wos.py
src/citationer/report/__init__.py
src/citationer/utils/__init__.py
src/citationer/utils/config.py
src/citationer/utils/database.py
src/citationer/utils/date_utils.py
src/citationer/utils/db_loader.py
src/citationer/utils/serialization.py
src/citationer/viz/__init__.py
src/citationer/viz/charts.py
src/citationer/viz/terminal_charts.py
tests/test_cli.py
tests/test_cli_clean_deep.py
tests/test_cli_extended.py
tests/test_cli_interactive_deep.py
tests/test_cli_network_deep.py
tests/test_cli_run_interactive.py
tests/test_cli_text_deep.py
tests/test_config.py
tests/test_database.py
tests/test_dedup.py
tests/test_dedup_year_none.py
tests/test_interactive_save.py
tests/test_interactive_year_range.py
tests/test_interactive_year_range_submenu.py
tests/test_llm.py
tests/test_models.py
tests/test_network.py
tests/test_parsers.py
tests/test_parsers_cnki.py
tests/test_parsers_pubmed.py
tests/test_parsers_wos_full.py
tests/test_phase4.py
tests/test_report_templates.py
tests/test_stats.py
tests/test_stats_funding.py
tests/test_text.py
tests/test_trend.py
tests/test_viz.py