diff --git a/_data/citations.yaml b/_data/citations.yaml
index c0bcbfd..78f07e8 100644
--- a/_data/citations.yaml
+++ b/_data/citations.yaml
@@ -1,19 +1,39 @@
 # DO NOT EDIT, GENERATED AUTOMATICALLY
 
-- id: https://doi.org/10.1145/3654927
-  title: 'CaaS-LSM: Compaction-as-a-Service for LSM-based Key-Value Stores in Storage
-    Disaggregated Infrastructure'
+- id: https://doi.org/10.1145/3655038.3665946
+  title: Can ZNS SSDs be Better Storage Devices for Persistent Cache?
   authors:
-  - Qiaolin Yu
+  - Chongzhuo Yang
+  - Zhang Cao
   - Chang Guo
-  - Jay Zhuang
+  - Ming Zhao
+  - Zhichao Cao
+  publisher: Proceedings of the 16th ACM Workshop on Hot Topics in Storage and File
+    Systems
+  date: '2024-07-08'
+  link: https://doi.org/10.1145/3655038.3665946
+  conference: ACM HotStorage 2024
+  buttons:
+  - type: download
+    link: ./../publications/files/HS24_ZNS_PersistentCache.pdf
+  plugin: sources.py
+  file: sources.yaml
+- id: https://doi.org/10.1145/3655038.3665954
+  title: Can Modern LLMs Tune and Configure LSM-based Key-Value Stores?
+  authors:
   - Viraj Thakkar
-  - Jianguo Wang
+  - Madhumitha Sukumar
+  - Jiaxin Dai
+  - Kaushiki Singh
   - Zhichao Cao
-  publisher: Proceedings of the ACM on Management of Data
-  date: '2024-05-30'
-  link: https://doi.org/10.1145/3654927
-  conference: ACM SIGMOD 2024
+  publisher: Proceedings of the 16th ACM Workshop on Hot Topics in Storage and File
+    Systems
+  date: '2024-07-08'
+  link: https://doi.org/10.1145/3655038.3665954
+  conference: ACM HotStorage 2024
+  buttons:
+  - type: download
+    link: ./../publications/files/HS24_GPT_Project.pdf
   plugin: sources.py
   file: sources.yaml
 - title: 'Prophet: Optimizing LSM-Based Key-Value Store on ZNS SSDs with File Lifetime
@@ -26,7 +46,7 @@
   - Wen Xia
   - Zhichao Cao
   conference: MSST 2024
-  type: To Appear
+  date: '2024-06-03'
   plugin: sources.py
   file: sources.yaml
 - title: 'SAS-Cache: A Semantic-Aware Secondary Cache for LSM-based Key-Value Stores'
@@ -37,35 +57,23 @@
   - Anand Ananthabhotla
   - Zhichao Cao
   conference: MSST 2024
-  type: To Appear
+  date: '2024-06-03'
   plugin: sources.py
   file: sources.yaml
-- title: Can ZNS SSDs be Better Storage Devices for Persistent Cache?
+- id: https://doi.org/10.1145/3654927
+  title: 'CaaS-LSM: Compaction-as-a-Service for LSM-based Key-Value Stores in Storage
+    Disaggregated Infrastructure'
   authors:
-  - Chongzhuo Yang
-  - Zhang Cao
+  - Qiaolin Yu
   - Chang Guo
-  - Ming Zhao
-  - Zhichao Cao
-  conference: ACM HotStorage 2024
-  type: To Appear
-  buttons:
-  - type: download
-    link: ./../publications/files/HS24_ZNS_PersistentCache.pdf
-  plugin: sources.py
-  file: sources.yaml
-- title: Can Modern LLMs Tune and Configure LSM-based Key-Value Stores?
-  authors:
+  - Jay Zhuang
   - Viraj Thakkar
-  - Madhumitha Sukumar
-  - Jiaxin Dai
-  - Kaushiki Singh
+  - Jianguo Wang
   - Zhichao Cao
-  conference: ACM HotStorage 2024
-  type: To Appear
-  buttons:
-  - type: download
-    link: ./../publications/files/HS24_GPT_Project.pdf
+  publisher: Proceedings of the ACM on Management of Data
+  date: '2024-05-30'
+  link: https://doi.org/10.1145/3654927
+  conference: ACM SIGMOD 2024
   plugin: sources.py
   file: sources.yaml
 - id: https://doi.org/10.1109/ICCD58817.2023.00050
diff --git a/_data/news.yaml b/_data/news.yaml
index 0e1ee39..38664e6 100644
--- a/_data/news.yaml
+++ b/_data/news.yaml
@@ -1,3 +1,7 @@
+- date: 2024-07-08
+  type: news-award
+  title: "Best Paper Award at HotStorage 2024: 'Can Modern LLMs Tune and Configure LSM-based Key-Value Stores?'"
+
 - date: 2024-05-13
   type: news-paper-accepted
   title: "2 Papers Accepted to be presented at ACM HotStorage 2024"
diff --git a/_data/sources.yaml b/_data/sources.yaml
index c124ab4..7b26986 100644
--- a/_data/sources.yaml
+++ b/_data/sources.yaml
@@ -1,6 +1,15 @@
-- id: https://doi.org/10.1145/3654927
-  conference: ACM SIGMOD 2024
-  
+- id: https://doi.org/10.1145/3655038.3665946
+  conference: ACM HotStorage 2024
+  buttons:
+    - type: download
+      link: ./../publications/files/HS24_ZNS_PersistentCache.pdf
+
+- id: https://doi.org/10.1145/3655038.3665954
+  conference: ACM HotStorage 2024
+  buttons:
+    - type: download
+      link: ./../publications/files/HS24_GPT_Project.pdf
+
 - title: "Prophet: Optimizing LSM-Based Key-Value Store on ZNS SSDs with File Lifetime Prediction and Compaction Compensation"
   authors:
     - Gaoji Liu
@@ -10,7 +19,7 @@
     - Wen Xia
     - Zhichao Cao
   conference: MSST 2024
-  type: To Appear
+  date: '2024-06-03'
 
 - title: "SAS-Cache: A Semantic-Aware Secondary Cache for LSM-based Key-Value Stores"
   authors:
@@ -20,34 +29,10 @@
     - Anand Ananthabhotla
     - Zhichao Cao
   conference: MSST 2024
-  type: To Appear
+  date: '2024-06-03'
 
-- title: "Can ZNS SSDs be Better Storage Devices for Persistent Cache?"
-  authors:
-    - Chongzhuo Yang
-    - Zhang Cao
-    - Chang Guo
-    - Ming Zhao
-    - Zhichao Cao
-  conference: ACM HotStorage 2024
-  type: To Appear
-  buttons:
-    - type: download
-      link: ./../publications/files/HS24_ZNS_PersistentCache.pdf
-
-
-- title: "Can Modern LLMs Tune and Configure LSM-based Key-Value Stores?"
-  authors:
-    - Viraj Thakkar
-    - Madhumitha Sukumar
-    - Jiaxin Dai
-    - Kaushiki Singh
-    - Zhichao Cao
-  conference: ACM HotStorage 2024
-  type: To Appear
-  buttons:
-    - type: download
-      link: ./../publications/files/HS24_GPT_Project.pdf
+- id: https://doi.org/10.1145/3654927
+  conference: ACM SIGMOD 2024
 
 - id: https://doi.org/10.1109/ICCD58817.2023.00050
   title: "SMRTS: A Performance and Cost-Effectiveness Optimized SSD-SMR Tiered File System with Data Deduplication"
diff --git a/_includes/citation.html b/_includes/citation.html
index a06f960..3b2f264 100644
--- a/_includes/citation.html
+++ b/_includes/citation.html
@@ -66,8 +66,10 @@
         To Appear
       {% else %}
         {{ citation.date | default: "[no date info]" | date: "%d %b %Y" }}
-          ·  
-        {{ citation.id | default: "[no id info]" }}
+        {% if citation.id %}
+            ·  
+          {{ citation.id | default: "" }}
+        {% endif %}
       {% endif %}
     </div>