forked from Vincentqyw/cv-arxiv-daily
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yaml
44 lines (40 loc) · 1.49 KB
/
config.yaml
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
# TODO: add papers by configuration file
base_url: "https://arxiv.paperswithcode.com/api/v0/papers/"
user_name: "374448357"
repo_name: "arxiv-daily"
show_authors: True
show_links: True
show_badge: True
max_results: 100
publish_readme: True
publish_gitpage: True
publish_wechat: False
# file paths
json_readme_path: './docs/arxiv-daily.json'
json_gitpage_path: './docs/arxiv-daily-web.json'
json_wechat_path: './docs/arxiv-daily-wechat.json'
md_readme_path: 'README.md'
md_gitpage_path: './docs/index.md'
md_wechat_path: './docs/wechat.md'
# keywords to search
keywords:
"DTI":
filters: ["Drug Target Interactions", "Drug Target Interaction", "DTI", "Molecular interaction"]
"DDI":
filters: ["Drug Drug Interactions", "DDI", "Drug-Drug Interaction"]
"MG":
filters: ["Molecular Generation", "Molecular Optimization"]
"MPP":
filters: ["Molecular property prediction", "Self-Supervised", "Pre-Training"]
"MD":
filters: ["Molecular Dynamics Simulations", "AIMD", "MLMD", "MD17", "OC20"]
"Transformer":
filters: ["transformer", "deep learning"]
"Binding":
filters: ["protein ligand bind", "docking", "binding", "protein ligand interaction", "Binding affinity", "Binding affinity prediction"]
"Geometric deep learning":
filters: ["Equivariant", "Geometric deep learning", "Invariant"]
"Aptamer":
filters: ["Aptamer"]
"RNA":
filters: ["rna", "binding", "rna design", "rna Generation", "rna Interactions"]