Skip to content

Commit

Permalink
Add citations yaml to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
veedata committed Jun 12, 2024
1 parent f349275 commit b632686
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 115 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ package.json
package-lock.json
yarn.lock
node_modules
_data/citations.yaml
115 changes: 0 additions & 115 deletions _data/citations.yaml
Original file line number Diff line number Diff line change
@@ -1,117 +1,2 @@
# 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'
authors:
- Qiaolin Yu
- Chang Guo
- Jay Zhuang
- Viraj Thakkar
- Jianguo Wang
- 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
plugin: sources.py
file: sources.yaml
- title: 'Prophet: Optimizing LSM-Based Key-Value Store on ZNS SSDs with File Lifetime
Prediction and Compaction Compensation'
authors:
- Gaoji Liu
- Chongzhuo Yang
- Qiaolin Yu
- Chang Guo
- Wen Xia
- Zhichao Cao
conference: MSST 2024
type: To Appear
plugin: sources.py
file: sources.yaml
- title: 'SAS-Cache: A Semantic-Aware Secondary Cache for LSM-based Key-Value Stores'
authors:
- Zhang Cao
- Chang Guo
- Ziyan Lv
- Anand Ananthabhotla
- Zhichao Cao
conference: MSST 2024
type: To Appear
plugin: sources.py
file: sources.yaml
- 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
plugin: sources.py
file: sources.yaml
- 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
plugin: sources.py
file: sources.yaml
- 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'
authors:
- Zhichao Cao
- Hao Wen
- Fenggang Wu
- David H.C. Du
publisher: ''
date: '2023-11-06'
link: https://ieeexplore.ieee.org/document/10360958/
conference: IEEE ICCD 2023
plugin: sources.py
file: sources.yaml
- id: https://doi.org/10.1109/ICCD58817.2023.00041
title: 'K8sES: Optimizing Kubernetes with Enhanced Storage Service-Level Objectives'
authors:
- Hao Wen
- Zhichao Cao
- Bingzhe Li
- David H.C. Du
- Ayman Abouelwafa
- Doug Voigt
- Shiyong Liu
- Jim Diehl
- Fenggang Wu
publisher: ''
date: '2023-11-06'
link: https://ieeexplore.ieee.org/document/10360961/
conference: IEEE ICCD 2023
plugin: sources.py
file: sources.yaml
- id: https://doi.org/10.1145/3653924.3653935
title: 'HyzoneStore: Hybrid Storage with Flexible Logical Interface and Optimized
Cache for Zoned Devices'
authors:
- Chongzhuo Yang
- Baolin Feng
- Zhang Cao
- Zhichao Cao
publisher: Proceedings of the 2024 7th International Conference on Data Storage
and Data Engineering
date: '2024-05-30'
link: https://doi.org/10.1145/3653924.3653935
conference: ACM DSDE 2024
plugin: sources.py
file: sources.yaml

0 comments on commit b632686

Please sign in to comment.