generated from MLNLP-World/MyArxiv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
40 lines (32 loc) · 764 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
site_title = "MyArxiv"
limit_days = 7
cache_url = "https://my-arxiv.davidingplus.cn/cache.json"
# see more on: https://arxiv.org/category_taxonomy
[[sources]]
limit = 150
category = "cs.OS"
title = "Operating Systems"
[[sources]]
limit = 150
category = "cs.SY"
title = "Systems and Control"
[[sources]]
limit = 150
category = "cs.AR"
title = "Hardware Architecture"
[[sources]]
limit = 150
category = "cs.PL"
title = "Programming Languages"
[[sources]]
limit = 150
category = "cs.DS"
title = "Data Structures and Algorithms"
[[sources]]
limit = 150
category = "cs.GR"
title = "Graphics"
[scripts]
highlight_title = "scripts/highlight_title.rhai"
highlight_author = "scripts/highlight_author.rhai"
highlight_conference = "scripts/highlight_conference.rhai"