ads.services.misc

Miscellaneous ADS services that only have a single API end-point.

Functions

citation_helper(*iterable[, as_documents])

Given a set of documents, use a 'friends of friends' analysis to suggest up to ten missing citations.

ads.services.misc.citation_helper(*iterable, as_documents=True)[source]

Given a set of documents, use a ‘friends of friends’ analysis to suggest up to ten missing citations. These missing citations cite and/or are cited by the documents given, but are not in the list.

Parameters
  • iterable – An iterable of documents, libraries, or bibcodes.

  • as_documents – [optional] If True, return a list of suggested documents as ads.Document objects (default). Otherwise, return the raw JSON output from ADS.