hnshhslsh / show-rank

Extension for Google Chrome to show conference/journal rankings in search results. Currently supports CCF(China Computer Federation) rankings on Springer, DBLP, IEEExplore and ACM Digital Library.
https://chrome.google.com/webstore/detail/show-conferencejournal-ra/hcfmpekcjhpfcokagmhnhldpacknikim
MIT License
210 stars 18 forks source link

有支持Google Scholoar的计划吗? #8

Open automaticdai opened 3 years ago

hnshhslsh commented 3 years ago

谷歌学术的搜索结果页面没有显示文章所属的期刊会议,最新源码采用了另一个类似插件作者的代码,对结果页中的 每一篇文章 访问 DBLP 的 api 进行查询。你可以下载项目源码,然后点击 Chrome 的右上角三点->更多工具->扩展程序,打开右上角开发者模式,然后选择“加载已解压的扩展程序”载入来先体验一下。等我有空会对这个请求逻辑加个开关,然后再发布到商店。

automaticdai commented 3 years ago

非常感谢你的回复。 按照您介绍的方法已经可以成功使用 --- 速度尚可,索引一个页面的文章大约500ms-1s响应时间。 有一个问题就是,当文献存在同名Arxiv preprint时,好像无法正常显示(空 --- 也没有显示CCF none)。

hnshhslsh commented 3 years ago

有一个问题就是,当文献存在同名Arxiv preprint时,好像无法正常显示(空 --- 也没有显示CCF none)。

这个问题有具体的 case 吗?

automaticdai commented 3 years ago

在我的主页测试的:https://scholar.google.co.uk/citations?user=G7dzNUkAAAAJ&hl=en

以下两个文章没有正常显示:

共同特征就是它们都有Arxiv的版本,所以只能说是猜测。