diff --git a/app/code/utils.py b/app/code/utils.py index b5bc586a..1e53953e 100755 --- a/app/code/utils.py +++ b/app/code/utils.py @@ -15,29 +15,22 @@ FIELDS += 'publicationTypes,publicationDate,citationCount,' FIELDS += 'publicationVenue,externalIds,abstract' -def add_negative_articles(topic_obj, dic, max_num_articles=10): +def add_negative_articles(topic_obj, dic): """ Add the negative articles to the topic object """ if 'negative' not in topic_obj.paper_ids: topic_obj.paper_ids['negative'] = {} - num_topics = len(dic) - 1 - while len(topic_obj.paper_ids["negative"]) < max_num_articles: - for topic in dic: - if topic == topic_obj.topic: + for topic in dic: + # Skip the current topic + if topic == topic_obj.topic: + continue + # Add the articles from the other topics + # as negative articles to the current topic + for paper_id in dic[topic].paper_ids['positive']: + if paper_id in topic_obj.paper_ids['negative']: continue - articles_per_topic = max_num_articles // num_topics - for paper_id in dic[topic].paper_ids['positive']: - if paper_id in topic_obj.paper_ids['negative']: - continue - topic_obj.paper_ids['negative'][paper_id]=dic[topic].paper_ids['positive'][paper_id] - articles_per_topic -= 1 - if articles_per_topic == 0: - break - if len(topic_obj.paper_ids["negative"]) == max_num_articles: - break - if len(topic_obj.paper_ids["negative"]) == max_num_articles: - break + topic_obj.paper_ids['negative'][paper_id]=dic[topic].paper_ids['positive'][paper_id] print (f'Added {len(topic_obj.paper_ids["negative"])} negative articles for {topic_obj.topic}.') def update_paper_details(topic_obj): diff --git a/docs/recommendations/06a0ba437d41a7c82c08a9636a4438c1b5031378.md b/docs/recommendations/06a0ba437d41a7c82c08a9636a4438c1b5031378.md index 37319a7d..2373fca1 100644 --- a/docs/recommendations/06a0ba437d41a7c82c08a9636a4438c1b5031378.md +++ b/docs/recommendations/06a0ba437d41a7c82c08a9636a4438c1b5031378.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 09:00:07 UTC + This page was last updated on 2024-08-08 13:17:20 UTC

diff --git a/docs/recommendations/0acd117521ef5aafb09fed02ab415523b330b058.md b/docs/recommendations/0acd117521ef5aafb09fed02ab415523b330b058.md index 27c6a07a..51c0d3d7 100644 --- a/docs/recommendations/0acd117521ef5aafb09fed02ab415523b330b058.md +++ b/docs/recommendations/0acd117521ef5aafb09fed02ab415523b330b058.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 09:00:11 UTC + This page was last updated on 2024-08-08 13:17:27 UTC

@@ -74,7 +74,7 @@ hide: 2015-09-11 Proceedings of the National Academy of Sciences - 3159 + 3168 63 diff --git a/docs/recommendations/0d01d21137a5af9f04e4b16a55a0f732cb8a540b.md b/docs/recommendations/0d01d21137a5af9f04e4b16a55a0f732cb8a540b.md index d7d81558..2a769002 100644 --- a/docs/recommendations/0d01d21137a5af9f04e4b16a55a0f732cb8a540b.md +++ b/docs/recommendations/0d01d21137a5af9f04e4b16a55a0f732cb8a540b.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 08:59:44 UTC + This page was last updated on 2024-08-08 13:16:41 UTC

@@ -109,7 +109,7 @@ hide: Hongyuan Yu, Ting Li, Weichen Yu, Jianguo Li, Yan Huang, Liang Wang, A. Liu 2022-07-01 - DBLP, ArXiv + ArXiv, DBLP 37 33 diff --git a/docs/recommendations/123acfbccca0460171b6b06a4012dbb991cde55b.md b/docs/recommendations/123acfbccca0460171b6b06a4012dbb991cde55b.md index f90d56f3..4a831c24 100644 --- a/docs/recommendations/123acfbccca0460171b6b06a4012dbb991cde55b.md +++ b/docs/recommendations/123acfbccca0460171b6b06a4012dbb991cde55b.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 08:59:46 UTC + This page was last updated on 2024-08-08 13:16:44 UTC

@@ -122,7 +122,7 @@ hide: 2023-10-03 ArXiv - 109 + 111 9 @@ -146,7 +146,7 @@ hide: 2023-06-19 ArXiv - 32 + 34 8 diff --git a/docs/recommendations/16f01c1b3ddd0b2abd5ddfe4fdb3f74767607277.md b/docs/recommendations/16f01c1b3ddd0b2abd5ddfe4fdb3f74767607277.md index f98dccec..b4dbc7cb 100644 --- a/docs/recommendations/16f01c1b3ddd0b2abd5ddfe4fdb3f74767607277.md +++ b/docs/recommendations/16f01c1b3ddd0b2abd5ddfe4fdb3f74767607277.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 08:59:49 UTC + This page was last updated on 2024-08-08 13:16:50 UTC

@@ -74,7 +74,7 @@ hide: 2022-09-20 IEEE Transactions on Knowledge and Data Engineering - 55 + 56 17 @@ -146,7 +146,7 @@ hide: 2023-10-14 ArXiv - 44 + 45 14 diff --git a/docs/recommendations/1df04f33a8ef313cc2067147dbb79c3ca7c5c99f.md b/docs/recommendations/1df04f33a8ef313cc2067147dbb79c3ca7c5c99f.md index 041defa1..7c28247c 100644 --- a/docs/recommendations/1df04f33a8ef313cc2067147dbb79c3ca7c5c99f.md +++ b/docs/recommendations/1df04f33a8ef313cc2067147dbb79c3ca7c5c99f.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 08:59:47 UTC + This page was last updated on 2024-08-08 13:16:45 UTC

@@ -86,7 +86,7 @@ hide: 2024-06-09 ArXiv - 0 + 1 2 @@ -122,7 +122,7 @@ hide: 2022-10-08 ArXiv - 56 + 57 17 diff --git a/docs/recommendations/279cd637b7e38bba1dd8915b5ce68cbcacecbe68.md b/docs/recommendations/279cd637b7e38bba1dd8915b5ce68cbcacecbe68.md index 27c1d303..69be0b1b 100644 --- a/docs/recommendations/279cd637b7e38bba1dd8915b5ce68cbcacecbe68.md +++ b/docs/recommendations/279cd637b7e38bba1dd8915b5ce68cbcacecbe68.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 08:59:53 UTC + This page was last updated on 2024-08-08 13:16:58 UTC

@@ -49,7 +49,7 @@ hide: Andreas Doerr, Christian Daniel, Martin Schiegg, D. Nguyen-Tuong, S. Schaal, Marc Toussaint, Sebastian Trimpe 2018-01-31 - DBLP, ArXiv, MAG + MAG, ArXiv, DBLP 110 93 @@ -90,30 +90,6 @@ hide: 49 - - visibility_off - Relational State-Space Model for Stochastic Multi-Object Systems - - Fan Yang, Ling Chen, Fan Zhou, Yusong Gao, Wei Cao - - 2020-01-13 - ArXiv - 8 - 56 - - - - visibility_off - State Space Models on Temporal Graphs: A First-Principles Study - - Jintang Li, Ruofan Wu, Xinzhou Jin, Boqun Ma, Liang Chen, Zibin Zheng - - 2024-06-03 - ArXiv - 0 - 10 - - visibility_off Effectively Modeling Time Series with Simple Discrete State Spaces @@ -137,11 +113,35 @@ hide: R. G. Krishnan, Uri Shalit, D. Sontag 2016-09-30 - DBLP, ArXiv, MAG - 424 + MAG, ArXiv, DBLP + 427 48 + + visibility_off + Deep Gaussian Markov Random Fields for Graph-Structured Dynamical Systems + + Fiona Lippert, B. Kranstauber, E. E. V. Loon, Patrick Forr'e + + 2023-06-14 + ArXiv + 1 + 23 + + + + visibility_off + SrVARM: State Regularized Vector Autoregressive Model for Joint Learning of Hidden State Transitions and State-Dependent Inter-Variable Dependencies from Multi-variate Time Series + + Tsung-Yu Hsieh, Yiwei Sun, Xianfeng Tang, Suhang Wang, Vasant G Honavar + + 2021-04-19 + Proceedings of the Web Conference 2021 + 8 + 54 + + diff --git a/docs/recommendations/2b2aa13d4959073f61ad70555bc8c7da7d116196.md b/docs/recommendations/2b2aa13d4959073f61ad70555bc8c7da7d116196.md index 5b9e771e..0787df0a 100644 --- a/docs/recommendations/2b2aa13d4959073f61ad70555bc8c7da7d116196.md +++ b/docs/recommendations/2b2aa13d4959073f61ad70555bc8c7da7d116196.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 09:00:08 UTC + This page was last updated on 2024-08-08 13:17:23 UTC

@@ -122,7 +122,7 @@ hide: 2020-07-02 ArXiv - 126 + 127 22 diff --git a/docs/recommendations/35e2571c17246577e0bc1b9de57a314c3b60e220.md b/docs/recommendations/35e2571c17246577e0bc1b9de57a314c3b60e220.md index 57114c6c..65c5db8c 100644 --- a/docs/recommendations/35e2571c17246577e0bc1b9de57a314c3b60e220.md +++ b/docs/recommendations/35e2571c17246577e0bc1b9de57a314c3b60e220.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 09:00:10 UTC + This page was last updated on 2024-08-08 13:17:26 UTC

@@ -109,7 +109,7 @@ hide: Philipp Holl, V. Koltun, Nils Thuerey 2021-09-30 - DBLP, ArXiv + ArXiv, DBLP 5 103 @@ -134,7 +134,7 @@ hide: 2021-05-06 Physical review letters - 81 + 82 81 diff --git a/docs/recommendations/3c9961153493370500020c81527b3548c96f81e0.md b/docs/recommendations/3c9961153493370500020c81527b3548c96f81e0.md index a31e229c..4d703246 100644 --- a/docs/recommendations/3c9961153493370500020c81527b3548c96f81e0.md +++ b/docs/recommendations/3c9961153493370500020c81527b3548c96f81e0.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 09:00:04 UTC + This page was last updated on 2024-08-08 13:17:15 UTC

@@ -50,7 +50,7 @@ hide: 2015-09-11 Proceedings of the National Academy of Sciences - 3159 + 3168 63 diff --git a/docs/recommendations/3df50e9b73cc2937dfd651f4c3344bc99b7ed3f2.md b/docs/recommendations/3df50e9b73cc2937dfd651f4c3344bc99b7ed3f2.md index ec67fd55..2edff6bc 100644 --- a/docs/recommendations/3df50e9b73cc2937dfd651f4c3344bc99b7ed3f2.md +++ b/docs/recommendations/3df50e9b73cc2937dfd651f4c3344bc99b7ed3f2.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 09:00:05 UTC + This page was last updated on 2024-08-08 13:17:17 UTC

@@ -74,7 +74,7 @@ hide: 2022-01-13 Proceedings of the Royal Society A - 67 + 68 63 @@ -102,6 +102,18 @@ hide: 78 + + visibility_off + Detecting chaos in lineage-trees: A deep learning approach + + H. Rappeport, Irit Levin Reisman, Naftali Tishby, N. Balaban + + 2021-06-08 + ArXiv + 2 + 56 + + visibility_off Cluster-based network modeling—From snapshots to complex dynamical systems @@ -126,30 +138,6 @@ hide: 49 - - visibility_off - Generalized Teacher Forcing for Learning Chaotic Dynamics - - F. Hess, Z. Monfared, Manuela Brenner, D. Durstewitz - - 2023-06-07 - DBLP, ArXiv - 15 - 36 - - - - visibility_off - Automatic recognition and tagging of topologically different regimes in dynamical systems - - Jesse Berwald, M. Gidea, Mikael Vejdemo-Johansson - - 2013-12-09 - ArXiv - 34 - 22 - - diff --git a/docs/recommendations/455bfc515eb279cc09023faa1f78c6efb61224ba.md b/docs/recommendations/455bfc515eb279cc09023faa1f78c6efb61224ba.md index 9ddec945..d8311235 100644 --- a/docs/recommendations/455bfc515eb279cc09023faa1f78c6efb61224ba.md +++ b/docs/recommendations/455bfc515eb279cc09023faa1f78c6efb61224ba.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 08:59:42 UTC + This page was last updated on 2024-08-08 13:16:38 UTC

@@ -121,7 +121,7 @@ hide: Steven Cheng-Xian Li, Benjamin M Marlin 2020-07-12 - DBLP, ArXiv, MAG + MAG, ArXiv, DBLP 47 32 diff --git a/docs/recommendations/4971f9abd024e40fbbdff2e9492745b68a6bca01.md b/docs/recommendations/4971f9abd024e40fbbdff2e9492745b68a6bca01.md index 45a8af01..010a684c 100644 --- a/docs/recommendations/4971f9abd024e40fbbdff2e9492745b68a6bca01.md +++ b/docs/recommendations/4971f9abd024e40fbbdff2e9492745b68a6bca01.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 09:00:07 UTC + This page was last updated on 2024-08-08 13:17:21 UTC

@@ -74,7 +74,7 @@ hide: 2021-11-12 J. Open Source Softw. - 108 + 109 63 diff --git a/docs/recommendations/4a111f7a3b56d0468f13104999844885157ef17d.md b/docs/recommendations/4a111f7a3b56d0468f13104999844885157ef17d.md index 6e1446b4..f7c67325 100644 --- a/docs/recommendations/4a111f7a3b56d0468f13104999844885157ef17d.md +++ b/docs/recommendations/4a111f7a3b56d0468f13104999844885157ef17d.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 08:59:48 UTC + This page was last updated on 2024-08-08 13:16:48 UTC

@@ -74,10 +74,22 @@ hide: 2022-11-27 ArXiv - 469 + 479 34 + + visibility_off + HiMTM: Hierarchical Multi-Scale Masked Time Series Modeling with Self-Distillation for Long-Term Forecasting + + Shubao Zhao, Ming Jin, Zhaoxiang Hou, Che-Sheng Yang, Zengxiang Li, Qingsong Wen, Yi Wang + + 2024-01-10 + ArXiv + 0 + 5 + + visibility_off Two Steps Forward and One Behind: Rethinking Time Series Forecasting with Deep Learning @@ -85,7 +97,7 @@ hide: Riccardo Ughi, Eugenio Lomurno, Matteo Matteucci 2023-04-10 - DBLP, ArXiv + ArXiv, DBLP 1 5 @@ -114,18 +126,6 @@ hide: 2 - - visibility_off - CLMFormer: Mitigating Data Redundancy to Revitalize Transformer-based Long-Term Time Series Forecasting System - - Mingjie Li, Xiaoyun Zhao, R. Liu, Changlin Li, Xiaohan Wang, Xiaojun Chang - - 2022-07-16 - ArXiv - 1 - 78 - - diff --git a/docs/recommendations/5bd2c0acaf58c25f71617db2396188c74d29bf14.md b/docs/recommendations/5bd2c0acaf58c25f71617db2396188c74d29bf14.md index d72270f7..cf55310e 100644 --- a/docs/recommendations/5bd2c0acaf58c25f71617db2396188c74d29bf14.md +++ b/docs/recommendations/5bd2c0acaf58c25f71617db2396188c74d29bf14.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 08:59:52 UTC + This page was last updated on 2024-08-08 13:16:55 UTC

@@ -85,7 +85,7 @@ hide: Xiaoyong Jin, Youngsuk Park, Danielle C. Maddix, Bernie Wang, Xifeng Yan 2021-02-13 - DBLP, ArXiv + ArXiv, DBLP 56 65 diff --git a/docs/recommendations/5d150cec2775f9bc863760448f14104cc8f42368.md b/docs/recommendations/5d150cec2775f9bc863760448f14104cc8f42368.md index 01b5dd94..c41737b5 100644 --- a/docs/recommendations/5d150cec2775f9bc863760448f14104cc8f42368.md +++ b/docs/recommendations/5d150cec2775f9bc863760448f14104cc8f42368.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 09:00:02 UTC + This page was last updated on 2024-08-08 13:17:12 UTC

diff --git a/docs/recommendations/60d0d998fa038182b3b69a57adb9b2f82d40589c.md b/docs/recommendations/60d0d998fa038182b3b69a57adb9b2f82d40589c.md index 2b5a37af..092a1d5b 100644 --- a/docs/recommendations/60d0d998fa038182b3b69a57adb9b2f82d40589c.md +++ b/docs/recommendations/60d0d998fa038182b3b69a57adb9b2f82d40589c.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 09:00:03 UTC + This page was last updated on 2024-08-08 13:17:14 UTC

@@ -114,6 +114,18 @@ hide: 72 + + visibility_off + Physics-informed deep-learning applications to experimental fluid mechanics + + Hamidreza Eivazi, Yuning Wang, R. Vinuesa + + 2022-03-29 + Measurement Science and Technology + 21 + 38 + + visibility_off A physics-informed operator regression framework for extracting data-driven continuum models @@ -138,19 +150,6 @@ hide: 47 - - visibility_off - Universal Differential Equations for Scientific Machine Learning - - Christopher Rackauckas, Yingbo Ma, Julius Martensen, Collin Warner, K. Zubov, R. Supekar, Dominic J. Skinner, A. Ramadhan - - 2020-01-13 - ArXiv - 483 - 25 - - diff --git a/docs/recommendations/648d90b713997a771e2c49f02cd771e8b7b10b37.md b/docs/recommendations/648d90b713997a771e2c49f02cd771e8b7b10b37.md index 9e9019b8..41bca1bc 100644 --- a/docs/recommendations/648d90b713997a771e2c49f02cd771e8b7b10b37.md +++ b/docs/recommendations/648d90b713997a771e2c49f02cd771e8b7b10b37.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 08:59:51 UTC + This page was last updated on 2024-08-08 13:16:54 UTC

@@ -145,7 +145,7 @@ hide: Konstantinos Kallidromitis, Denis A. Gudovskiy, Kozuka Kazuki, Ohama Iku, Luca Rigazio 2021-10-24 - DBLP, ArXiv + ArXiv, DBLP 10 13 diff --git a/docs/recommendations/73dd9c49f205280991826b2ea4b50344203916b4.md b/docs/recommendations/73dd9c49f205280991826b2ea4b50344203916b4.md index ea89564d..4ed6398c 100644 --- a/docs/recommendations/73dd9c49f205280991826b2ea4b50344203916b4.md +++ b/docs/recommendations/73dd9c49f205280991826b2ea4b50344203916b4.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 09:00:09 UTC + This page was last updated on 2024-08-08 13:17:24 UTC

@@ -102,6 +102,18 @@ hide: 5 + + visibility_off + Sparse identification of nonlinear dynamics for model predictive control in the low-data limit + + E. Kaiser, J. Kutz, S. Brunton + + 2017-11-15 + Proceedings. Mathematical, Physical, and Engineering Sciences + 425 + 63 + + visibility_off Data-based modeling and control of nonlinear process systems using sparse identification: An overview of recent results @@ -138,18 +150,6 @@ hide: 36 - - visibility_off - Discrepancy Modeling Framework: Learning Missing Physics, Modeling Systematic Residuals, and Disambiguating between Deterministic and Random Effects - - Megan R. Ebers, K. Steele, J. Kutz - - 2022-03-10 - SIAM J. Appl. Dyn. Syst. - 5 - 31 - - diff --git a/docs/recommendations/883547fdbd88552328a6615ec620f96e39c57018.md b/docs/recommendations/883547fdbd88552328a6615ec620f96e39c57018.md index 7992783d..db4e5dc3 100644 --- a/docs/recommendations/883547fdbd88552328a6615ec620f96e39c57018.md +++ b/docs/recommendations/883547fdbd88552328a6615ec620f96e39c57018.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 09:00:11 UTC + This page was last updated on 2024-08-08 13:17:29 UTC

@@ -110,7 +110,7 @@ hide: 2015-09-11 Proceedings of the National Academy of Sciences - 3159 + 3168 63 diff --git a/docs/recommendations/b2eb064f432557c59ce99834d7dc7817e4687271.md b/docs/recommendations/b2eb064f432557c59ce99834d7dc7817e4687271.md index e9e624c3..2af11485 100644 --- a/docs/recommendations/b2eb064f432557c59ce99834d7dc7817e4687271.md +++ b/docs/recommendations/b2eb064f432557c59ce99834d7dc7817e4687271.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 09:00:06 UTC + This page was last updated on 2024-08-08 13:17:18 UTC

@@ -122,7 +122,7 @@ hide: 2015-09-11 Proceedings of the National Academy of Sciences - 3159 + 3168 63 @@ -134,7 +134,7 @@ hide: 2021-11-12 J. Open Source Softw. - 108 + 109 63 diff --git a/docs/recommendations/c0fc3882a9976f6a9cdc3a724bce184b786503da.md b/docs/recommendations/c0fc3882a9976f6a9cdc3a724bce184b786503da.md index 61727cc7..e8ef3be1 100644 --- a/docs/recommendations/c0fc3882a9976f6a9cdc3a724bce184b786503da.md +++ b/docs/recommendations/c0fc3882a9976f6a9cdc3a724bce184b786503da.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 09:00:13 UTC + This page was last updated on 2024-08-08 13:17:32 UTC

diff --git a/docs/recommendations/c3c94ccc094dcf546e8e31c9a42506302e837524.md b/docs/recommendations/c3c94ccc094dcf546e8e31c9a42506302e837524.md index df517f26..bc795129 100644 --- a/docs/recommendations/c3c94ccc094dcf546e8e31c9a42506302e837524.md +++ b/docs/recommendations/c3c94ccc094dcf546e8e31c9a42506302e837524.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 08:59:53 UTC + This page was last updated on 2024-08-08 13:16:57 UTC

@@ -62,7 +62,7 @@ hide: 2023-07-07 ArXiv - 59 + 61 49 diff --git a/docs/recommendations/ccea298edb788edf821aef58f0952c3e8debc25a.md b/docs/recommendations/ccea298edb788edf821aef58f0952c3e8debc25a.md index 9b3fe348..77d69946 100644 --- a/docs/recommendations/ccea298edb788edf821aef58f0952c3e8debc25a.md +++ b/docs/recommendations/ccea298edb788edf821aef58f0952c3e8debc25a.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 08:59:45 UTC + This page was last updated on 2024-08-08 13:16:42 UTC

@@ -98,7 +98,7 @@ hide: 2020-05-24 Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining - 934 + 938 54 @@ -122,7 +122,7 @@ hide: 2023-11-10 ArXiv - 24 + 25 4 diff --git a/docs/recommendations/d3dbbd0f0de51b421a6220bd6480b8d2e99a88e9.md b/docs/recommendations/d3dbbd0f0de51b421a6220bd6480b8d2e99a88e9.md index adb46d95..65de8c14 100644 --- a/docs/recommendations/d3dbbd0f0de51b421a6220bd6480b8d2e99a88e9.md +++ b/docs/recommendations/d3dbbd0f0de51b421a6220bd6480b8d2e99a88e9.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 08:59:41 UTC + This page was last updated on 2024-08-08 13:16:36 UTC

@@ -98,7 +98,7 @@ hide: 2023-11-10 ArXiv - 24 + 25 4 diff --git a/docs/recommendations/e2a83369383aff37224170c1ae3d3870d5d9e419.md b/docs/recommendations/e2a83369383aff37224170c1ae3d3870d5d9e419.md index 13c101b9..79cda625 100644 --- a/docs/recommendations/e2a83369383aff37224170c1ae3d3870d5d9e419.md +++ b/docs/recommendations/e2a83369383aff37224170c1ae3d3870d5d9e419.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 08:59:43 UTC + This page was last updated on 2024-08-08 13:16:39 UTC

@@ -62,7 +62,7 @@ hide: 2022-09-14 ArXiv - 27 + 28 49 @@ -110,7 +110,7 @@ hide: 2023-11-10 ArXiv - 24 + 25 4 diff --git a/docs/recommendations/e2e1f1b8e6c1b7f4f166e15b7c674945856a51b6.md b/docs/recommendations/e2e1f1b8e6c1b7f4f166e15b7c674945856a51b6.md index 06b1db68..31769f01 100644 --- a/docs/recommendations/e2e1f1b8e6c1b7f4f166e15b7c674945856a51b6.md +++ b/docs/recommendations/e2e1f1b8e6c1b7f4f166e15b7c674945856a51b6.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 08:59:50 UTC + This page was last updated on 2024-08-08 13:16:52 UTC

@@ -58,7 +58,7 @@ hide: visibility_off Generative Pre-Trained Diffusion Paradigm for Zero-Shot Time Series Forecasting - Jiarui Yang, Tao Dai, Naiqi Li, Junxi Wu, Peiyuan Liu, Jinmin Li, Jigang Bao, Haigang Zhang, Shutao Xia + Jiarui Yang, Tao Dai, Naiqi Li, Junxi Wu, Peiyuan Liu, Jinmin Li, Jigang Bao, Haigang Zhang, Shu-Tao Xia 2024-06-04 ArXiv diff --git a/docs/recommendations/e6f0a85009481dcfd93aaa43ed3f980e5033b0d8.md b/docs/recommendations/e6f0a85009481dcfd93aaa43ed3f980e5033b0d8.md index c7641424..a16e4992 100644 --- a/docs/recommendations/e6f0a85009481dcfd93aaa43ed3f980e5033b0d8.md +++ b/docs/recommendations/e6f0a85009481dcfd93aaa43ed3f980e5033b0d8.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 09:00:12 UTC + This page was last updated on 2024-08-08 13:17:30 UTC

@@ -62,7 +62,7 @@ hide: 2015-09-11 Proceedings of the National Academy of Sciences - 3159 + 3168 63 @@ -86,7 +86,7 @@ hide: 2021-11-12 J. Open Source Softw. - 108 + 109 63 @@ -158,7 +158,7 @@ hide: 2017-12-06 The Journal of chemical physics - 189 + 190 44 diff --git a/docs/recommendations/f45f85fa1beaa795c24c4ff86f1f2deece72252f.md b/docs/recommendations/f45f85fa1beaa795c24c4ff86f1f2deece72252f.md index 863ce75b..b087071c 100644 --- a/docs/recommendations/f45f85fa1beaa795c24c4ff86f1f2deece72252f.md +++ b/docs/recommendations/f45f85fa1beaa795c24c4ff86f1f2deece72252f.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 08:59:48 UTC + This page was last updated on 2024-08-08 13:16:47 UTC

@@ -74,7 +74,7 @@ hide: 2023-10-03 ArXiv - 109 + 111 9 diff --git a/docs/recommendations/ff1f1cf9df8c413ec7345da7604ba28597da5b90.md b/docs/recommendations/ff1f1cf9df8c413ec7345da7604ba28597da5b90.md index 62c1e455..692e6334 100644 --- a/docs/recommendations/ff1f1cf9df8c413ec7345da7604ba28597da5b90.md +++ b/docs/recommendations/ff1f1cf9df8c413ec7345da7604ba28597da5b90.md @@ -11,7 +11,7 @@ hide:

- This page was last updated on 2024-08-05 08:59:54 UTC + This page was last updated on 2024-08-08 13:17:00 UTC