Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xovee/cs-conf-stats

Computer Science Conference Statistics
https://github.com/xovee/cs-conf-stats

acceptance-rate computer-science conference statistics

Last synced: 3 days ago
JSON representation

Computer Science Conference Statistics

Awesome Lists containing this project

README

        

# Computer Science Conference Statistics

Here you can browse the acceptance rate and number of submissions each year for top-tier CS conferences.

Click -> [Live Website](https://csconfstats.xoveexu.com/)

![](./img/csconfstats-intro.png)

Also, I create several fun visualizations about these conferences.

Click -> [Fun Visualizations](https://csconfstats.xoveexu.com/fun-fact.html)

PS: I am constantly adding more conferences.

## Catalog

Number of submissions and number of accepted papers for the following conferences:

1. AAAI: AAAI Conference on Artificial Intelligence.
1. ACL: Annual Meeting of the Association for Computational Linguistics.
1. ACM MM: ACM International Conference on Multimedia.
1. AISTATS: International Conference on Artificial Intelligence and Statistics.
1. Asiacrypt: International Conference on the Theory and Application of Cryptology and Information Security.
1. ASPLOS: ACM International Conference on Architectural Support for Programming Languages and Operating Systems.
1. CCS: ACM Conference on Computer and Communications Security.
1. CHI: ACM Conference on Human Factors in Computing Systems.
1. CIKM: ACM International Conference on Information and Knowledge Management.
1. COLT: Annual Conference on Computational Learning Theory.
1. Crypto: International Cryptology Conference.
1. CSCW: ACM Conference on Computer-Supported Cooperative Work and Social Computing.
1. CVPR: International Conference on Computer Vision and Pattern Recognition.
1. DAC: Design Automation Conference.
1. ECCV: European Conference on Computer Vision.
1. ECIR: European Conference on Information Retrieval.
1. EMNLP: Conference on Empirical Methods in Natural Language Processing.
1. Eurocrypt: International Conference on the Theory and Applications of Cryptographic Techniques.
1. HPCA: IEEE International Symposium on High-Performance Computer Architecture.
1. ICCV: International Conference on Computer Vision.
1. ICDE: International Conference on Data Engineering.
1. ICDM: International Conference on Data Mining.
1. ICLR: International Conference on Learning Representations.
1. ICME: IEEE International Conference on Multimedia and Expo.
1. ICML: International Conference on Machine Learning.
1. ICMR: ACM International Conference on Multimedia Retrieval.
1. ICWSM: International AAAI Conference on Web and Social Media.
1. IEEE S&P: IEEE Symposium on Security and Privacy.
1. IJCAI: International Joint Conference on Artificial Intelligence.
1. INFOCOM: IEEE International Conference on Computer Communications.
1. ISCA: International Symposium on Computer Architecture.
1. MICRO: IEEE/ACM International Symposium on Microarchitecture.
1. MobiCom: International Conference on Mobile Computing and Networking.
1. MobiSys: ACM International Conference on Mobile Systems, Applications, and Services.
1. NAACL: Annual Conference of the North American Chapter of the Association for Computational Linguistics.
1. NDSS: Network and Distributed System Security Symposium.
1. NeurIPS: Conference on Neural Information Processing Systems.
1. NSDI: USENIX Symposium on Networked Systems Design and Implementation.
1. PODS: ACM Symposium on Principles of Database Systems.
1. SDM: SIAM International Conference on Data Mining.
1. SenSys: ACM Conference on Embedded Networked Sensor Systems.
1. SIGCOMM: Annual Conference of the ACM SIGCOMM on the Applications, Technologies, Architectures, and Protocols for Computer Communication
1. SIGIR: International ACM SIGIR Conference on Research and Development in Information Retrieval.
1. SIGKDD: ACM SIGKDD Conference on Knowledge Discovery and Data Mining.
1. TheWebConf: The Web Conference.
1. UAI: Conference on Uncertainty in Artificial Intelligence.
1. UbiComp: ACM International Joint Conference on Pervasive and Ubiquitous Computing.
1. UIST: ACM Symposium on User Interface Software and Technology.
1. USENIX Security: USENIX Security Symposium.
1. VLDB: International Conference on Very Large Data Bases.
1. WSDM: ACM International Conference on Web Search and Data Mining.

## If You Know

If you know some stats of the conferences [listed here](./If-You-Know.md), you can send them to us.

## Need Check

[Some events](./Need-Check.md) need further check (e.g., when proceedings are published).

## CSS Compile

Using `tailwindcss` and `npm`:
```shell
npx tailwindcss -i ./src/input.css -o output.css --watch
```

# Contribution & Contact

For adding more data, correcting existing data or code, or suggesting something, please open issues, PRs, or contact me at `xovee.xu at gmail.com`.