LICENSE
MANIFEST.in
README.md
pyproject.toml
hfpapers/__init__.py
hfpapers/arxiv_search.py
hfpapers/arxiv_transport.py
hfpapers/cli.py
hfpapers/code_matcher.py
hfpapers/config.py
hfpapers/contracts.py
hfpapers/download_queue.py
hfpapers/enrich_entities.py
hfpapers/evolved.py
hfpapers/fix_entity_map.py
hfpapers/graceful.py
hfpapers/hardware.py
hfpapers/items.py
hfpapers/ledger.py
hfpapers/logger.py
hfpapers/mcp_server.py
hfpapers/middlewares.py
hfpapers/paper_store.py
hfpapers/pdf_downloader_async.py
hfpapers/pipelines.py
hfpapers/pool.py
hfpapers/profile.py
hfpapers/rank.py
hfpapers/recommend.py
hfpapers/search_queue.py
hfpapers/searcher_registry.py
hfpapers/semantic_service.py
hfpapers/settings.py
hfpapers/settings_redis.py
hfpapers/sources.py
hfpapers/sync_back.py
hfpapers/tex_converter.py
hfpapers/verify_cli.py
hfpapers/graph/__init__.py
hfpapers/graph/analyze.py
hfpapers/graph/citation_expander.py
hfpapers/graph/config_schema.py
hfpapers/graph/orcid_fetcher.py
hfpapers/graph/schema.py
hfpapers/graph/stepping.py
hfpapers/graph/analyze/__init__.py
hfpapers/graph/analyze/actors.py
hfpapers/graph/analyze/communities.py
hfpapers/graph/analyze/impact.py
hfpapers/graph/analyze/report.py
hfpapers/graph/analyze/report_qmd.py
hfpapers/graph/analyze/subgraph.py
hfpapers/graph/analyze/viz.py
hfpapers/graph/sources/institutions.py
hfpapers/graph/sources/orcid_enrich.py
hfpapers/graph/sources/wiki.py
hfpapers/graph/sources/zotero.py
hfpapers/graph/viz/__init__.py
hfpapers/graph/viz/folium.py
hfpapers/graph/viz/geo_map.py
hfpapers/graph/viz/nine_dash_line.py
hfpapers/graph/viz/nxviz.py
hfpapers/nlp/__init__.py
hfpapers/nlp/innovation.py
hfpapers/nlp/keywords.py
hfpapers/nlp/search.py
hfpapers/nlp/tag_analysis.py
hfpapers/nlp/tags.py
hfpapers/searchers/__init__.py
hfpapers/searchers/europepmc.py
hfpapers/searchers/semanticscholar.py
hfpapers/source_adapters/__init__.py
hfpapers/source_adapters/github_ingest.py
hfpapers/spiders/__init__.py
hfpapers/spiders/hfspider.py
hfpapers/spiders/multi_source_spider.py
hfpclawer/__init__.py
hfpclawer/_text_similarity.py
hfpclawer/audit_deprecated.py
hfpclawer/citation_audit.py
hfpclawer/citation_audit_oa.py
hfpclawer/citation_audit_s2.py
hfpclawer/cli_cron.py
hfpclawer/graph_cli.py
hfpclawer.egg-info/PKG-INFO
hfpclawer.egg-info/SOURCES.txt
hfpclawer.egg-info/dependency_links.txt
hfpclawer.egg-info/entry_points.txt
hfpclawer.egg-info/requires.txt
hfpclawer.egg-info/top_level.txt
hfpclawer/audit/__init__.py
hfpclawer/audit/bib.py
hfpclawer/audit/cron_verify.py
hfpclawer/audit/l1_local.py
hfpclawer/audit/l2_s2.py
hfpclawer/audit/l3_openalex.py
hfpclawer/audit/notebook.py
hfpclawer/audit/report.py
hfpclawer/audit/similarity.py
hfpclawer/audit/store.py
hfpclawer/audit/traceability.py
hfpclawer/download/__init__.py
hfpclawer/download/base.py
hfpclawer/download/kaggle.py
hfpclawer/download/monitor.py
hfpclawer/download/oai.py
hfpclawer/download/resume.py
hfpclawer/import_paper/__init__.py
hfpclawer/import_paper/importer.py
hfpclawer/import_paper/resolver.py
hfpclawer/verify/__init__.py
hfpclawer/verify/compare.py
hfpclawer/verify/consistency.py
hfpclawer/verify/dimensional.py
hfpclawer/verify/pipeline.py
hfpclawer/verify/registry.py
hfpclawer/verify/engines/__init__.py
hfpclawer/verify/engines/wolfram.py
hfpclawer/zotero/__init__.py
hfpclawer/zotero/annotations.py
hfpclawer/zotero/cli.py
hfpclawer/zotero/connector.py
skills/hfpclawer-academic-integrity/SKILL.md
skills/hfpclawer-citation-audit/SKILL.md
skills/hfpclawer-formula-verify/SKILL.md
skills/hfpclawer-paper-search/SKILL.md
tests/test_arxiv_transport.py
tests/test_audit.py
tests/test_citation_audit.py
tests/test_citation_audit_oa.py
tests/test_citation_audit_s2.py
tests/test_cli.py
tests/test_config.py
tests/test_contracts.py
tests/test_evolved.py
tests/test_gates.py
tests/test_hardware.py
tests/test_hub_guided_expansion.py
tests/test_import.py
tests/test_integration.py
tests/test_ledger.py
tests/test_paper_store.py
tests/test_pool.py
tests/test_profile.py
tests/test_rank.py
tests/test_recommend.py
tests/test_searchers_cns.py
tests/test_semantic_service.py
tests/test_simclusters.py
tests/test_sources.py
tests/test_sources_github.py
tests/test_sources_registry.py
tests/test_sources_timeout.py
tests/test_state.py
tests/test_sync_back.py
tests/test_text_similarity.py
tests/test_verdicts.py
tests/test_verify_pipeline.py
tests/test_verify_registry.py
tests/test_verify_wolfram.py
tests/test_zotero_cli.py