conferences and journals

Overview

按照USnews的分类,Computer Science被分为四个大类:AI, Programming Language, System, Theory

PSU的CiteSeer(又名ResearchIndex),有各个会议的影响因子,算是比较权威的

System

包括OS、Architecture、Network、Database等

OS

OSDI、SOSP,这两个是OS最好的会议,每两年开一次,轮流开

  • SOSP: The ACM Symposium on Operating Systems Principles
    由ACM下属的SIGOPS(special interest group on operation system)于1967年创办,每届收录20篇
    GFS就是发表在SOSP 2003的, Dynamo是SOSP 2007
  • OSDI: USENIX Symposium on Operating Systems Design and Implementation
    USENIX是一个于1975年成立的Advanced Computing Systems Association
    OSDI是USENIX 1994创办的,每届会议举行3天,每届收录27篇文章,每个小方向3篇
    MapReduce是发表在OSDI 2004的

Architecture

  • ISCA
  • HPCA
  • MICRO

Database

数据库方向的三大顶级会议,SIGMOD和VLDB算是公认第一档次

  • ACM SIGMOD
  • VLDB:International Conference on Very Large Data Bases
  • ICDE:International Conference on Data Engineering

Security

  • IEEE Security and Privacy
  • CCS: ACM Computer and Communications Security
  • NDSS (Network and Distributed Systems Security)

References

http://blog.sina.com.cn/s/blog_b3b900710102whvj.html
http://sigops.org/sosp/sosp15/current/index.html

Share Comments