ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Google Scholar

by SaudAljaloud ALL

This is a sublime package that provides a facility to interact with Google Scholar without leaving Sublime.

Details

Installs

  • Total 394
  • Win 194
  • Mac 120
  • Linux 80
Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

GoogleScholar

This is a sublime package that provides a facility to interact with Google Scholar without leaving Sublime.

Install the package from this repo into Sublime, then use the Command Pallette (cmd + shift + P), then search for “GoogleSchoalr”. There are two commands: “Search Highlighted” and “Insert your term”. Both of them give you a list of the titiles from Google scholar and a list of commands for each paper including: go to, sub-title, number of citation, go to citation, go to related articles, other versions and intergration with DBLP.

Dependencies:

  • phantomjs: install by pip install phantomjs

  • DBLP

I used some other libs which are already included in the lib dir: bs4 and selenium.

This package should be used with Google Scholar access limit in mind. If you got a message with “no results” and you think there should be some, you are most probably have hit the limit!

TODO:

  • [ ] Give a specific message to access limit, different from “No results”
  • [ ] Refactor the horrible code of using self.title etc to using a list of dictionary, this will allow to implement a better way of handling “back/forward” feature.
  • [ ] Add pagination

License:

MIT