Skip to content

Latest commit

 

History

History
104 lines (68 loc) · 3.61 KB

README.md

File metadata and controls

104 lines (68 loc) · 3.61 KB

Paper Seacher

where where where papers

This project is used for get names of papers of CCf-A, and a simple search function.

List of Papers

CV Focus

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
CVPR 2019-1988 link cvpr2019 OK
ICCV 2017-1988 link OK
ECCV 2018-1990 link OK
NIPS 2018-1988 link OK
ICML 2018-1988 link OK
ICLR 2018-2013 link ICLR 2019 working
AAAI 2018-1980 link OK
ACM MM 2018-1993 link 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 2019-1979 link OK
IJCV 2019-1987 link OK
TIP 2019-1992 link OK

TODO

  • can auto download papers
  • can search the context of papers

My List

keyword="relation" year>=2017

How to use this project

$ cd this project root
$ python3 search.py --keys attentions,relations --outpath my_lists/
# --keys use , to split
# --outpath to save papers_list

Maybe there is a simple way? wahaha . . .

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

Where Good

CCF 人工智能 CCF 计算机图形学与多媒体 CCF 人机交互与普适计算

CCF-A

Thanks for python module beautifulsoup