Expand description
Citation export formats for PubMed articles
This module provides functionality to export PubMed article metadata to various standard citation formats commonly used in academic research:
- BibTeX - Used by LaTeX and many reference managers
- RIS - Used by Zotero, Mendeley, EndNote, and many others
- CSL-JSON - Citation Style Language JSON format
- NBIB - MEDLINE/PubMed native format
Traits§
- Export
Format - Trait for exporting PubMed articles to various citation formats
Functions§
- articles_
to_ bibtex - Export multiple articles as a single BibTeX string
- articles_
to_ csl_ json - Export multiple articles as a CSL-JSON array
- articles_
to_ ris - Export multiple articles as a single RIS string