Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added publication page and cosmetic changes #4

Merged
merged 2 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions _data/sources.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
- id: https://doi.org/10.1145/3654927
conference: ACM SIGMOD 2024

- 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

- 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

- 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

- 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
4 changes: 4 additions & 0 deletions _data/types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ phd:
icon: fa-solid fa-graduation-cap
description: PhD Student

grad:
icon: fa-solid fa-user-graduate
description: Graduate Student

undergrad:
icon: fa-solid fa-user-graduate
description: Undergraduate Student
Expand Down
18 changes: 13 additions & 5 deletions _includes/citation.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% assign citation = site.data.citations
| where_exp: "citation",
"citation.id == include.lookup or citation.title contains include.lookup"
"citation.title == include.lookup or citation.title contains include.lookup"
| first
| default: include
%}
Expand Down Expand Up @@ -54,11 +54,19 @@
</div>

<div class="citation-details">
{{ citation.publisher | default: "[no publisher info]" }}
&nbsp; · &nbsp;
{{ citation.date | default: "[no date info]" | date: "%d %b %Y" }}
{% if citation.conference %}
{{ citation.conference }}
{% else %}
{{ citation.publisher | default: "[no publisher info]" }}
{% endif %}
&nbsp; · &nbsp;
{{ citation.id | default: "[no id info]" }}
{% if citation.type == "To Appear" %}
To Appear
{% else %}
{{ citation.date | default: "[no date info]" | date: "%d %b %Y" }}
&nbsp; · &nbsp;
{{ citation.id | default: "[no id info]" }}
{% endif %}
</div>

{% if include.style == "rich" %}
Expand Down
7 changes: 3 additions & 4 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
{% endif %}
>
<a href="{{ "/" | relative_url }}" class="home">
{% if logo %}
<!-- {% if logo %}
<span class="logo">
{% if svg %}
{{ svg | file_read }}
{% else %}
<img src="{{ logo | relative_url }}" alt="logo">
{% endif %}
</span>
{% endif %}
{% endif %} -->
{% if site.logo-text != false %}
<span class="title" data-tooltip="Home">
<span class="title">
{% if site.title and site.show-title != false %}
<span>{{ site.title }}</span>
{% endif %}
Expand All @@ -50,7 +50,6 @@
{% if page.nav.display %}
<a
href="{{ page.dir | relative_url }}"
data-tooltip="{{ page.nav.tooltip }}"
>
{{ page.title }}
</a>
Expand Down
1 change: 1 addition & 0 deletions _includes/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
lookup=d.lookup
name=d.name
publisher=d.publisher
conference=d.conference
repo=d.repo
role=d.role
slug=d.slug
Expand Down
2 changes: 1 addition & 1 deletion _members/zhichao-cao.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Zhichao Cao
image: images/photo.jpg
image: images/members/zcao57.png
role: pi
links:
home-page: https://search.asu.edu/profile/4082902
Expand Down
2 changes: 1 addition & 1 deletion _styles/-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
--bold: 600;

// text line spacing
--spacing: 2;
--spacing: 1.5;

// effects
--rounded: 3px;
Expand Down
Binary file added images/members/zcao57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i

{%
include button.html
link="team"
link="people"
text="Meet our team"
icon="fa-solid fa-arrow-right"
flip=true
Expand All @@ -75,7 +75,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i
{%
include feature.html
image="images/photo.jpg"
link="team"
link="people"
title="Our Team"
text=text
%}
6 changes: 3 additions & 3 deletions team/index.md → people/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Team
title: People
nav:
order: 3
order: 2
tooltip: About our team
display: true
---
Expand All @@ -15,7 +15,7 @@ nav:

{% include list.html data="members" component="portrait" filters="role: pi" %}
{% include list.html data="members" component="portrait" filters="role: phd" %}
{% include list.html data="members" component="portrait" filters="role: ms" %}
{% include list.html data="members" component="portrait" filters="role: grad" %}
{% include list.html data="members" component="portrait" filters="role: undergrad" %}

## Alumni
Expand Down
2 changes: 1 addition & 1 deletion project/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Projects
nav:
order: 2
order: 1
tooltip: Our Ideas, Solutions, and Work
display: true
---
Expand Down
4 changes: 2 additions & 2 deletions publications/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Publications
nav:
order: 1
order: 3
tooltip: Published works
display: false
display: true
---

# {% include icon.html icon="fa-solid fa-file-circle-check" %}Publications
Expand Down
Loading