File size: 2,003 Bytes
0fa9bcb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
classes = ['cs.AI', 'cs.AR', 'cs.CC', 'cs.CE', 'cs.CG', 'cs.CL', 'cs.CR',
       'cs.CV', 'cs.CY', 'cs.DB', 'cs.DC', 'cs.DL', 'cs.DM', 'cs.DS', 'cs.ET',
       'cs.FL', 'cs.GL', 'cs.GR', 'cs.GT', 'cs.HC', 'cs.IR', 'cs.IT', 'cs.LG',
       'cs.LO', 'cs.MA', 'cs.MM', 'cs.MS', 'cs.NA', 'cs.NE', 'cs.NI', 'cs.OH',
       'cs.OS', 'cs.PF', 'cs.PL', 'cs.RO', 'cs.SC', 'cs.SD', 'cs.SE', 'cs.SI',
       'cs.SY']


classes_desc = {
    'cs.LG': "Machine Learning",
    'cs.MM': "Multimedia",
    'cs.DB': "Databases",
    'cs.OH': "Other Computer Science",
    'cs.SI': "Social and Information Networks",
    'cs.PL': "Programming Languages",
    'cs.CV': "Computer Vision and Pattern Recognition",
    'cs.AR': "Hardware Architecture",
    'cs.FL': "Formal Languages and Automata Theory",
    'cs.SY': "Systems and Control",
    'cs.HC': "Human-Computer Interaction",
    'cs.MA': "Multiagent Systems",
    'cs.DS': "Data Structures and Algorithms",
    'cs.AI': "Artificial Intelligence",
    'cs.DL': "Digital Libraries",
    'cs.RO': "Robotics",
    'cs.DC': "Distributed, Parallel, and Cluster Computing",
    'cs.CR': "Cryptography and Security",
    'cs.NI': "Networking and Internet Architecture",
    'cs.PF': "Performance",
    'cs.LO': "Logic in Computer Science",
    'cs.CC': "Computational Complexity",
    'cs.SE': "Software Engineering",
    'cs.DM': "Discrete Mathematics",
    'cs.MS': "Mathematical Software",
    'cs.GT': "Computer Science and Game Theory",
    'cs.CG': "Computational Geometry",
    'cs.SD': "Sound",
    'cs.OS': "Operating Systems",
    'cs.IR': "Information Retrieval",
    'cs.NA': "Numerical Analysis",
    'cs.GR': "Graphics",
    'cs.CY': "Computers and Society",
    'cs.CL': "Computation and Language",
    'cs.CE': "Computational Engineering, Finance, and Science",
    'cs.NE': "Neural and Evolutionary Computing",
    'cs.IT': "Information Theory",
    'cs.ET': "Emerging Technologies",
    'cs.SC': "Symbolic Computation",
    'cs.GL': "General Literature"
}