ads.services.resolver

The ADS resolver service.

Functions

external_resource(document, link_type)

Return a specific external resource for a given document.

external_resources(document)

Return links to external resources, such as a publisher's full text, data links, etc., for a given document.

ads.services.resolver.external_resources(document: ads.models.document.Document) dict[source]

Return links to external resources, such as a publisher’s full text, data links, etc., for a given document.

Parameters

document – The document to resolve external resources for.

Returns

A list of dictionaries that describe all external resources.

ads.services.resolver.external_resource(document: ads.models.document.Document, link_type: str) dict[source]

Return a specific external resource for a given document.

Parameters
  • document – The document to resolve external resources for.

  • link_type

    The type of resource to return. Available values for link_type are:

    • abstract Abstract

    • citations Citations to the Article

    • references References in the Article

    • coreads Also-Read Articles

    • toc Table of Contents

    • openurl

    • metrics

    • graphics

    • esource Full text sources
      • pub_pdf Publisher PDF

      • eprint_pdf Arxiv eprint

      • author_pdf Link to PDF page provided by author

      • ads_pdf ADS PDF

      • pub_html Electronic on-line publisher article (HTML)

      • eprint_html Arxiv article

      • author_html Link to HTML page provided by author

      • ads_scan ADS scanned article

      • gif backward compatibility similar to /ads_scan

      • preprint backward compatibility similar to /eprint_html

      • ejournal backward compatibility similar to /pub_html

    • data On-line data
      • aca Acta Astronomica Data Files

      • alma Atacama Large Millimeter/submillimeter Array

      • ari Astronomisches Rechen-Institut

      • astroverse CfA Dataverse

      • atnf Australia Telescope Online Archive

      • author Author Hosted Dataset

      • bavj Data of the German Association for Variable Stars

      • bicep2 BICEP/Keck Data

      • cadc Canadian Astronomy Data Center

      • cds Strasbourg Astronomical Data Center

      • chandra Chandra X-Ray Observatory

      • dryad International Repository of Research Data

      • esa ESAC Science Data Center

      • eso European Southern Observatory

      • figshare Online Open Access Repository

      • gcpd The General Catalogue of Photometric Data

      • github Git Repository Hosting Service

      • gtc Gran Telescopio CANARIAS Public Archive

      • heasarc NASA’s High Energy Astrophysics Science Archive Research Center

      • herschel Herschel Science Center

      • ibvs Information Bulletin on Variable Stars

      • ines IUE Newly Extracted Spectra

      • iso Infrared Space Observatory

      • jwst JWST Proposal Info

      • koa Keck Observatory Archive

      • mast Mikulski Archive for Space Telescopes

      • ned NASA/IPAC Extragalactic Database

      • nexsci NASA Exoplanet Archive

      • noao National Optical Astronomy Observatory

      • pangaea Digital Data Library and a Data Publisher for Earth System Science

      • pasa Publication of the Astronomical Society of Australia Datasets

      • pdg Particle Data Group

      • pds The NASA Planetary Data System

      • protocols Collaborative Platform and Preprint Server for Science Methods and Protocols

      • simbad SIMBAD Database at the CDS

      • spitzer Spitzer Space Telescope

      • tns Transient Name Server

      • vizier VizieR Catalog Service

      • xmm XMM Newton Science Archive

      • zenodo Zenodo Archive

    • inspire HEP/Spires Information

    • librarycatalog

    • presentation Multimedia Presentation

    • associated Associated Articles

Returns

A dictionary that describes the external resource.