ads.services.vis

The ADS visualisation service.

Functions

author_network(*iterable)

Generate an author network visualisation given an input set of documents, libraries, or bibcodes.

paper_network(*iterable)

Generate a paper network visualisation given an input set of documents, libraries, or bibcodes.

ads.services.vis.author_network(*iterable)[source]

Generate an author network visualisation given an input set of documents, libraries, or bibcodes.

Parameters

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

Returns

The data for the author network visualisation.

ads.services.vis.paper_network(*iterable)[source]

Generate a paper network visualisation given an input set of documents, libraries, or bibcodes.

Parameters

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

Returns

The data for the paper network visualisation.