Skip to content

A simple trend generator that produces a plot showing how many papers have been published during a period of time.

Notifications You must be signed in to change notification settings

funsim/GoogleScholarTrends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

GoogleScholarTrend

A simple trend plot generator that plots the number publications that contain specific key words on a time plot. Result

Usage

python google_scholar_tren .py [options]

Options:
  -h, --help            show this help message and exit
  -t SEARCHTERM, --term=SEARCHTERM
                        the search term
  -s STARTYEAR, --start-year=STARTYEAR
                        year at which trend starts
  -f FINALYEAR, --final-year=FINALYEAR
                        year at which trend stops

Example

Running:

 python google_scholar_trend.py -t 'PDE optimization adjoint' -s 1983 -f 2011

Produces following output:

Finding number of publications in year 1983... found 18
Finding number of publications in year 1984... found 19
[...]
Finding number of publications in year 2011... found 823

Saving plot to trend_1983_2011.pdf.

This is the result:

Result

Warning

This program is probably not in line with Google Terms and Conditions. Therefore, this software should only be used for research purposes.

About

A simple trend generator that produces a plot showing how many papers have been published during a period of time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages