mcot.bibtex.pubmed¶
Functions
|
Returns doi associated with article |
|
Converts a DOI into a bibtex entry using doi.org |
|
Provides formatting for the author |
|
Converts a sequence of identifiers into pmids |
|
Creates a list of pubmed articles from a single query |
|
Converts a PubMedArticle to a bibtex entry |
biorxiv_to_doi¶
-
mcot.bibtex.pubmed.
biorxiv_to_doi
(bioarxiv_url: str) → str[source]¶ Returns doi associated with article
If available will return published url, otherwise will return None
- Parameters
bioarxiv_url – Url of the website (e.g., https://www.biorxiv.org/content/early/2018/06/14/266627)
- Returns
DOI
doi_to_bibtex¶
-
mcot.bibtex.pubmed.
doi_to_bibtex
(doi: str) → mcot.bibtex.entry.BibTexEntry[source]¶ Converts a DOI into a bibtex entry using doi.org
- Parameters
doi – doi
- Returns
corresponding bibtex entry
format_author¶
Provides formatting for the author
- Parameters
author – individual author
- Returns
text for in bibtex
pmid_from_doi¶
query_mult¶
to_bibtex¶
-
mcot.bibtex.pubmed.
to_bibtex
(article: metapub.pubmedarticle.PubMedArticle) → mcot.bibtex.entry.BibTexEntry[source]¶ Converts a PubMedArticle to a bibtex entry
- Parameters
article – article metadata from pubmed
- Returns
bibtex entry