From a2b137b314233e92fbe6c60aa575428ac280f51b Mon Sep 17 00:00:00 2001 From: "zhongchao.guan" Date: Sat, 14 Sep 2024 19:19:02 +0800 Subject: [PATCH] update --- Paper search/A_paper_sets.csv | 15 +++++++++++++++ Paper search/paper_search.py | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Paper search/A_paper_sets.csv b/Paper search/A_paper_sets.csv index 1d8abfc..0f5611b 100644 --- a/Paper search/A_paper_sets.csv +++ b/Paper search/A_paper_sets.csv @@ -1,14 +1,29 @@ +sigmod2023,https://dblp.uni-trier.de/db/conf/sigmod/sigmod2023.html,C +sigmod2022,https://dblp.uni-trier.de/db/conf/sigmod/sigmod2022.html,C sigmod2021,https://dblp.uni-trier.de/db/conf/sigmod/sigmod2021.html,C sigmod2020,https://dblp.uni-trier.de/db/conf/sigmod/sigmod2020.html,C neurips2020,https://dblp.uni-trier.de/db/conf/nips/neurips2020.html,C neurips2020,https://dblp.uni-trier.de/db/conf/nips/demo2020x.html,C neurips2020,https://dblp.uni-trier.de/db/conf/nips/csw2020.html,C +neurips2021,https://dblp.uni-trier.de/db/conf/nips/neurips2021.html,C +neurips2021,https://dblp.uni-trier.de/db/conf/nips/demo2021x.html,C +neurips2021,https://dblp.uni-trier.de/db/conf/nips/csw2021.html,C +neurips2022,https://dblp.uni-trier.de/db/conf/nips/neurips2022.html,C +neurips2022,https://dblp.uni-trier.de/db/conf/nips/demo2022x.html,C +neurips2022,https://dblp.uni-trier.de/db/conf/nips/csw2022.html,C +neurips2023,https://dblp.uni-trier.de/db/conf/nips/neurips2023.html,C +neurips2023,https://dblp.uni-trier.de/db/conf/nips/demo2023x.html,C +neurips2023,https://dblp.uni-trier.de/db/conf/nips/csw2023.html,C +kdd2023,https://dblp.uni-trier.de/db/conf/kdd/kdd2023.html,C +kdd2022,https://dblp.uni-trier.de/db/conf/kdd/kdd2022.html,C kdd2021,https://dblp.uni-trier.de/db/conf/kdd/kdd2021.html,C kdd2020,https://dblp.uni-trier.de/db/conf/kdd/kdd2020.html,C NLLPkdd2020,https://dblp.uni-trier.de/db/conf/kdd/nllp2020.html,C Converse@KDD2020,https://dblp.uni-trier.de/db/conf/kdd/converse2020.html,C CD@KDD2020,https://dblp.uni-trier.de/db/conf/kdd/cd2020.html,C KiML@KDD2020,https://dblp.uni-trier.de/db/conf/kdd/kiml2020.html,C +ICDE2023,https://dblp.uni-trier.de/db/conf/icde/icde2023.html,C +ICDE2022,https://dblp.uni-trier.de/db/conf/icde/icde2022.html,C ICDE2021,https://dblp.uni-trier.de/db/conf/icde/icde2021.html,C ICDE2020,https://dblp.uni-trier.de/db/conf/icde/icde2020.html,C ACMMM2021,https://dblp.uni-trier.de/db/conf/mm/mm2021.html,C diff --git a/Paper search/paper_search.py b/Paper search/paper_search.py index 319f740..e49bc8f 100644 --- a/Paper search/paper_search.py +++ b/Paper search/paper_search.py @@ -98,7 +98,8 @@ def get_url_entity(file): # ["multimodal", "classification"]], # "Federated-Learning": ["Federated Learning"] # "Feature-Augmentation": [["feature", "augmentation"]] - "enegy-based-model": ["energy"] + # "enegy-based-model": ["energy"] + "news-recomend": ["News Recommendation"] }