doi¶
A collection of funcitons handling DOI-s
-
papget.doi.resolve_doi(url, browser=None)[source]¶ Get target url from DOI
Parameters: - url (str) – DOI in URL format
- browser (Optional[
mechanize.Browser]) – Amechanize.Browserinstance. If none is provided a new browser will be created.
Returns: Target of DOI
Return type: Example
>>> resolve_doi('https://doi.org/10.1109/5.771073') 'https://ieeexplore.ieee.org/document/771073/'