Link out to Google Scholar
var scholar = require('google-scholar-link')
scholar('This is a paper title', {language: 'en', since: 2015})
// https://scholar.google.com/scholar?hl=en&as_ylo=2105&q="This+is+a+paper+title"
-
language
: String. Defaults toen
. -
since
: Num. Years to search. Example:2015
. -
citations
: Bool. Include citations or not. Defaults totrue
. -
patents
: Bool. Include patents or not. Defaults totrue
. -
author
: String. Include an author with the query -
exact
: Bool. Search for the exact query or not. Defaults totrue
.
This module uses standard. Contributions welcome.