File tree Expand file tree Collapse file tree
content/publication/conference-paper Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -536,6 +536,13 @@ section.co-advised-section {
536536 margin-bottom : 0.05rem ;
537537}
538538
539+ .publication-entry .author-notes {
540+ font-size : 0.75rem ;
541+ color : # 6b7280 ;
542+ font-style : italic;
543+ margin-bottom : 0.15rem ;
544+ }
545+
539546.publication-entry .publication-venue {
540547 font-size : 0.9rem ;
541548 color : var (--vt-maroon );
Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ number: 1
55# Authors
66authors :
77 - Hamid Hadian
8- - Jinshu Liu
9- - Hanchen Xu
8+ - Jinshu Liu*
9+ - Hanchen Xu*
1010 - Hansen Idden
1111 - Huaicheng Li
1212
13+ author_notes : " * Equal contribution"
14+
1315date : ' 2026-04-01T00:00:00Z'
1416doi : ' '
1517
@@ -56,6 +58,8 @@ projects: []
5658slides : " "
5759---
5860
61+ * Jinshu Liu and Hanchen Xu contributed equally to this work.
62+
5963** Conference:** ASPLOS'26 (30th ACM International Conference on Architectural Support for Programming Languages and Operating Systems)
6064
6165* To Appear*
Original file line number Diff line number Diff line change @@ -4,13 +4,15 @@ number: 3
44
55# Authors
66authors :
7- - Dongha Yoon
8- - Hansen Idden
7+ - Dongha Yoon*
8+ - Hansen Idden*
99 - Jinshu Liu
1010 - Berkay Inceisci
1111 - Sam H. Noh
1212 - Huaicheng Li
1313
14+ author_notes : " * Co-lead authors"
15+
1416date : ' 2026-02-01T00:00:00Z'
1517doi : ' '
1618
@@ -58,6 +60,8 @@ projects: []
5860slides : " "
5961---
6062
63+ * Dongha Yoon and Hansen Idden are co-lead authors.
64+
6165** Conference:** FAST'26 (24th USENIX Conference on File and Storage Technologies)
6266
6367* To Appear*
Original file line number Diff line number Diff line change 4949 < span class ="external-author "> Authors not specified</ span >
5050 {{ end }}
5151 </ div >
52-
52+ {{ if $item.Params.author_notes }}
53+ < div class ="author-notes "> {{ $item.Params.author_notes }}</ div >
54+ {{ end }}
55+
5356 < div class ="publication-venue ">
5457 {{ if $item.Params.publication_short }}
5558 {{ $venue := $item.Params.publication_short | replaceRE "In \\*" "" | replaceRE "\\*" "" }}
You can’t perform that action at this time.
0 commit comments