NEW 202201 update all paper list !
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
- NIPS: Annual Conference on Neural Information Processing Systems
- ICLR: International Conference on Learning Representations
- ICML: International Conference on Machine Learning
- AAAI: AAAI Conference on Artificial Intelligence
- ACM MM: ACM International Conference on Multimedia
- IJCAI: International Joint Conference on Artificial Intelligence
Name | papers_lists | dblp link | status | freq/year |
---|---|---|---|---|
CVPR | 2021-1988 | link | OK | 1/1 |
ICCV | 2019-1988 | link iccv2019 | OK | 1/2 |
ECCV | 2020-1990 | link | OK | 1/2 |
NIPS | 2020-1988 | link nips offical | OK | 1/1 |
ICML | 2021-1988 | link ICML2021 Oral | OK | 1/1 |
ICLR | 2021-2013 | link OR openreview.net for ICLR 2021 | OK | 1/1 |
AAAI | 2021-1980 | link | OK | 1/1 |
ACM MM | 2021-1993 | link | OK | 1/1 |
IJCAI | 2021-1969 | link | OK | 1/1 |
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 | freq/year |
---|---|---|---|---|
PAMI | 2022-1979 | link | OK | 1/1 |
IJCV | 2021-1987 | link | OK | 1/1 |
TIP | 2019-1992 | link | OK | 1/1 |
- can auto download papers
- can search the context of papers
- can get cite index from google
- show oral or poster
- show author background
- show pdf link and code link
- have a front webview
keyword="relation" year>=2017
$ cd this project root
$ python3 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