ads.services.resolver¶
The ADS resolver service.
Functions
|
Return a specific external resource for a given 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_typeare:abstractAbstractcitationsCitations to the ArticlereferencesReferences in the ArticlecoreadsAlso-Read ArticlestocTable of ContentsopenurlmetricsgraphicsesourceFull text sourcespub_pdfPublisher PDFeprint_pdfArxiv eprintauthor_pdfLink to PDF page provided by authorads_pdfADS PDFpub_htmlElectronic on-line publisher article (HTML)eprint_htmlArxiv articleauthor_htmlLink to HTML page provided by authorads_scanADS scanned articlegifbackward compatibility similar to /ads_scanpreprintbackward compatibility similar to /eprint_htmlejournalbackward compatibility similar to /pub_html
dataOn-line dataacaActa Astronomica Data FilesalmaAtacama Large Millimeter/submillimeter ArrayariAstronomisches Rechen-InstitutastroverseCfA DataverseatnfAustralia Telescope Online ArchiveauthorAuthor Hosted DatasetbavjData of the German Association for Variable Starsbicep2BICEP/Keck DatacadcCanadian Astronomy Data CentercdsStrasbourg Astronomical Data CenterchandraChandra X-Ray ObservatorydryadInternational Repository of Research DataesaESAC Science Data CenteresoEuropean Southern ObservatoryfigshareOnline Open Access RepositorygcpdThe General Catalogue of Photometric DatagithubGit Repository Hosting ServicegtcGran Telescopio CANARIAS Public ArchiveheasarcNASA’s High Energy Astrophysics Science Archive Research CenterherschelHerschel Science CenteribvsInformation Bulletin on Variable StarsinesIUE Newly Extracted SpectraisoInfrared Space ObservatoryjwstJWST Proposal InfokoaKeck Observatory ArchivemastMikulski Archive for Space TelescopesnedNASA/IPAC Extragalactic DatabasenexsciNASA Exoplanet ArchivenoaoNational Optical Astronomy ObservatorypangaeaDigital Data Library and a Data Publisher for Earth System SciencepasaPublication of the Astronomical Society of Australia DatasetspdgParticle Data GrouppdsThe NASA Planetary Data SystemprotocolsCollaborative Platform and Preprint Server for Science Methods and ProtocolssimbadSIMBAD Database at the CDSspitzerSpitzer Space TelescopetnsTransient Name ServervizierVizieR Catalog ServicexmmXMM Newton Science ArchivezenodoZenodo Archive
inspireHEP/Spires InformationlibrarycatalogpresentationMultimedia PresentationassociatedAssociated Articles
- Returns
A dictionary that describes the external resource.