export_references
Export formatted references for multiple papers using identifiers like DOI or PMID. Supports BibTeX, RIS, and plain text with citation styles such as APA, IEEE, or GB/T 7714.
Instructions
Export references for multiple papers in the specified format.
Args: identifiers: List of paper identifiers (e.g., ['doi:10.1234', 'pmid:5678']). format: Output format (bibtex, ris, text). style: Citation style for text format (gb7714, apa, ieee). output_path: Optional file path to save output. cache_ttl_hours: Cache TTL in hours.
Returns: Formatted references string or saved file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifiers | Yes | ||
| format | No | bibtex | |
| style | No | gb7714 | |
| output_path | No | ||
| cache_ttl_hours | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |