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 418
  • Win 203
  • Mac 131
  • Linux 84
Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25
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 0 0 0 0 0 0
Mac 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 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 0 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