Skip to content

Commit a092900

Browse files
committed
Update paper item
1 parent 7cccd84 commit a092900

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

content/publication/conference-paper/asplos23-pond/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ publication_types: ['paper-conference']
3030
# Publication name and optional abbreviated publication name.
3131
publication: In *Proceedings of the 28th ACM International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS)*
3232
publication_short: ASPLOS '23
33-
award: "Distinguished Paper Award"
33+
awards:
34+
- "Distinguished Paper Award"
35+
- "IEEE Micro Top Picks (Honorable Mention)"
3436

3537
abstract: 'This paper presents Pond, a CXL-based memory pooling system for cloud platforms.'
3638

layouts/partials/views/citation.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,11 @@
7474
<a href="{{ $item.Params.url_slides }}" target="_blank">Slides</a>
7575
{{ end }}
7676
</div>
77-
{{ if $item.Params.award }}
77+
{{ if $item.Params.awards }}
78+
{{ range $item.Params.awards }}
79+
<div class="publication-award">{{ . }}</div>
80+
{{ end }}
81+
{{ else if $item.Params.award }}
7882
<div class="publication-award">{{ $item.Params.award }}</div>
7983
{{ end }}
8084
</div>

0 commit comments

Comments
 (0)