← Về thư mục
📄 / / root / GitHub / .agents / workflows / paper-find.md

description: "Search and download academic papers across multiple databases using findpapers"

Paper Find Workflow

Use this workflow to run boolean search queries across 8 major academic databases, deduplicate the results, and download PDFs in bulk.

🛠️ Execution Steps

  1. Construct Search Query: Build a boolean query string using AND and OR logic. Example: "[machine learning] AND [healthcare]".

  2. Execute Python Command: Run searches via the local virtual environment Python: bash .venv/bin/python -m findpapers search "<query>" --since <YYYY-MM-DD>

  3. Configure API Keys (Optional): For premium databases (like Scopus or Web of Science), set your API key environment variables first: bash export ELSEVIER_API_KEY="your_key" export SCOPUS_API_KEY="your_key"

  4. Verify Output: Results should be exported or downloaded to /Users/keira/Documents/GitHub/docs (as JSON, BibTeX, CSV, or PDFs) using the library API.