-
Notifications
You must be signed in to change notification settings - Fork 0
/
cmap.py
29 lines (29 loc) · 984 Bytes
/
cmap.py
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
CMAP = {
"Accept (Poster)": "#c2f296",
"Reject": "#ff8989",
"Accept": "#c2f296",
"Accept (Spotlight)": "#c2f296",
"Accept (Oral)": "#c2f296",
"Accept (Talk)": "#c2f296",
"accept": "#c2f296",
"Accept(Poster)": "#c2f296",
"Accept (poster)": "#c2f296",
"Accept (Oral/Poster TBD)": "#c2f296",
"Accept (Long Paper)": "#c2f296",
"Accept (spotlight talk)": "#c2f296",
"Revise": "#feec8a",
"Accept (Main proceeding)": "#c2f296",
"Accept (Short Paper)": "#c2f296",
"NA": "808080",
"Accept (non-archival)": "#c2f296",
"Accept (Workshop proceeding)": "#c2f296",
"Accept (Outstanding Paper)": "#a1fb8d",
"Accept (Contributed Talk)": "#c2f296",
"Winner": "808080",
"Accept(Oral)": "#c2f296",
"Accept (Best Paper)": "#a1fb8d",
"Accept (contributed talk)": "#c2f296",
"Conditional Accept": "#f5ff89",
"Accept (Demo)": "#c2f296",
"Reject (out of scope)": "#ff8989"
}