Package Pyblio :: Package External :: Module Citeseer
[hide private]
[frames] | no frames]

Module Citeseer

source code

Citeseer (http://citeseer.ist.psu.edu/) queries

Classes [hide private]
  ResultScraper
Parse a Citeseer result page containing links to the actual detailed citations.
  RelaxedBibTeX
  CitationScraper
Parse a detailed citation page, containing an abstract and a BibTeX snippet.
  Citeseer
A connection to Citeseer.
Variables [hide private]
  log = logging.getLogger('pyblio.external.citeseer')
  whitespace = re.compile(r'(?m)[\s\n]+')