Skip to content

Commit 44461c9

Browse files
authored
Google Search link (#72)
1 parent 8a62ea1 commit 44461c9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ui/js/code.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,12 @@ var pcminer = (function () {
561561

562562
var text = "";
563563

564-
// Google Scholar and DBLP search links
564+
// search links
565565
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>';
566570
text +=
567571
"<a href='https://scholar.google.com/scholar?q=author%3A\"" +
568572
encodeForUrl(list[i].author) +

0 commit comments

Comments
 (0)