语音顶会
ICASSP 所有年份论文集下载地址:https://ieeexplore.ieee.org/xpl/conhome/1000002/all-proceedings
Interspeech 所有年份论文集下载地址:https://www.isca-speech.org/archive/
期刊
IEEE Transactions on Audio, Speech and Language Processing
IEEE Transactions on Signal Processing
IEEE Transactions on Circuits and Systems-I: Regular Papers
IEEE Transactions on Circuits and Systems-II: Express Briefs
IET Signal Processing
Computer Speech and Language
Digital Signal Processing
IEE Electronics Letters
IEEE Signal Processing Letters
Signal Processing
Signal Processing: Image Communication
Speech Communication
追踪行业大佬
1、谷歌学术搜索论文
2、点击关注
3、填写邮箱,这样作者每次发表论文,都能第一时间搜索到
谷歌学术引用检索
虽然谷歌搜索大家都会,但是我们根据关键词搜索出来的往往都是良莠不齐,想要找到高质量的论文,除非我们了解某个期刊水平,或者作者水平,不然很难在众多的论文中找到有价值的论文。经我分析,一般好论文肯定会有人引用,我们根据引用量来刷选就好了,可是谷歌学士不支持引用量刷选。这才引出了咱们今天的主角:sort-google-scholar
该工具用 Python 代码按引用次数对来自 Google 学术搜索的出版物数据进行排名。它对于查找特定领域的相关论文很有用。
例子
以下代码将搜索前 100 个结果,按引用次数排名并保存为 .csv 文件(与关键字同名):
$python sortgs.py --kw "machine learning"
按每年的引用次数排序(强烈推荐):
$python sortgs.py --kw "machine learning" --sortby "cit/year"
还有很多功能可以探索,大家前往github主页clone下来自行探索哈。
参考
【github】sort-google-scholar
标签:论文,Transactions,Signal,Processing,领域,跟踪,语音,IEEE,引用 From: https://www.cnblogs.com/LXP-Never/p/15622360.html