generated from MLNLP-World/MyArxiv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
43 lines (35 loc) · 820 Bytes
/
config.toml
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
site_title = "MyArxiv"
limit_days = 7
cache_url = "https://huangqj23.github.io/Arxiv-Focus/cache.json"
[[sources]]
limit = 260
category = "cs.CL"
title = "Computation and Language"
[[sources]]
limit = 220
category = "cs.CV"
title = "Computer Vision and Pattern Recognition"
# [[sources]]
# limit = 150
# category = "cs.IR"
# title = "Information Retrieval"
[[sources]]
limit = 150
category = "cs.LG"
title = "Machine Learning"
[[sources]]
limit = 150
category = "cs.MM"
title = "Multimedia"
[[sources]]
limit = 240
category = "cs.AI"
title = "Artificial Intelligent"
[[sources]]
limit = 240
category = "cs.RO"
title = "Artificial Intelligent"
[scripts]
highlight_title = "scripts/highlight_title.rhai"
highlight_author = "scripts/highlight_author.rhai"
highlight_conference = "scripts/highlight_conference.rhai"