We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a62ea1 commit e5e7452Copy full SHA for e5e7452
ui/js/code.js
@@ -561,8 +561,12 @@ var pcminer = (function () {
561
562
var text = "";
563
564
- // Google Scholar and DBLP search links
+ // search links
565
text += "<br><b>search</b><br>";
566
+ text +=
567
+ "<a href='https://google.com/search?q=" +
568
+ encodeForUrl(list[i].author) +
569
+ '"\' target="_blank">Google</a><br>';
570
text +=
571
"<a href='https://scholar.google.com/scholar?q=author%3A\"" +
572
encodeForUrl(list[i].author) +
0 commit comments