spey.get_backend_bibtex

spey.get_backend_bibtex#

spey.get_backend_bibtex(name: str) Dict[str, List[str]][source]#

Retreive BibTex entry for backend plug-in if available.

The bibtext entries are retreived both from Inspire HEP, doi.org and zenodo. If the arXiv number matches the DOI the output will include two versions of the same reference. If backend does not include an arXiv or DOI number it will return an empty list.

New in version 0.1.6.

Parameters:

name (Text) – backend identifier. This backend refers to different packages that prescribes likelihood function.

Returns:

BibTex entries for the backend. Keywords include inspire, doi.org and zenodo.

Changed in version 0.1.7: In the previous version, function was returning List[Text] now it returns a Dict[Text, List[Text]] indicating the source of BibTeX entry.

Return type:

Dict[Text, List[Text]]