Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 915 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 915 Bytes

citation-report

Selenium-based Python script creating author citation reports from Web of Science.

Results are processed using LaTeX and BibTeX.

Requires

Usage

Call search function with the following inputs:

  • Web of Science query (e.g. AU=Last,F* for an author search)
  • name of the PDF file to be generated
  • new (boolean) - force new databse fetch, or use old data if exists
  • full (boolean) - list all citing papers or just the counts for each paper

See example at the end of wos.py file.

BibTex data might not be available for some papers. These will be listed at the end of the PDF file.