where where where papers
This project is used for get names of papers of CCf-A, and a simple search function.
Conference
- CVPR: International Conference on Computer Vision and Pattern Recognition
- ICCV: International Conference on Computer Vision
- ECCV: European Conference on Computer Vision
- AAAI: AAAI Conference on Artificial Intelligence
- ICML: International Conference on Machine Learning
- NIPS: Annual Conference on Neural Information Processing Systems
- ACM MM: ACM International Conference on Multimedia
- IJCAI: International Joint Conference on Artificial Intelligence
Name | papers_lists | dblp link | status |
---|---|---|---|
CVPR | 2018-1988 | link 2018 | OK |
ICCV | 2017-1988 | link | OK |
ECCV | 2018-1990 | link 2018 | OK |
AAAI | 2018-1980 | link | OK |
ICML | 2018-1988 | link | OK |
NIPS | 2017-1988 | link | OK |
ACM MM | 2018-1993 | link 2018 | OK |
IJCAI | 2018-1969 | link | OK |
Journal
- TPAMI: IEEE Trans on Pattern Analysis and Machine Intelligence
- IJCV: International Journal of Computer Vision
- TIP: IEEE Transactions on Image Processing
Name | papers_lists | dblp link | status |
---|---|---|---|
PAMI | 2018-1979 | link | OK |
IJCV | 2018-1987 | link | OK |
TIP | 2019-1992 | link | OK |
others ICLR 2019 https://openreview.net/group?id=ICLR.cc/2019/Conference
- can auto download papers
- can search the context of papers
keyword="relation" year>=2017
$ cd this project root
$ python search.py --keys attentions,relations --outpath my_lists/
# --keys use , to split
# --outpath to save papers_list
keyword=?????
https://dblp.uni-trier.de/search/publ?q={keyword} venue:CVPR|ICCV|ECCV|AAAI|ICML|NIPS|IJCAI year:2019|2018|2017
Google https://scholar.google.com
ieee https://ieeexplore.ieee.org/search/advsearch.jsp
ACM https://dl.acm.org/advsearch.cfm
arxiv https://arxiv.org/search/advanced
CCF 人工智能 CCF 计算机图形学与多媒体 CCF 人机交互与普适计算
Thanks for python module beautifulsoup