Skip to content

Commit 9f1c0eb

Browse files
committed
Add equal contribution notes for PACT and Cylon papers
1 parent b3c603b commit 9f1c0eb

4 files changed

Lines changed: 23 additions & 5 deletions

File tree

assets/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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);

content/publication/conference-paper/asplos26-pact/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ number: 1
55
# Authors
66
authors:
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+
1315
date: '2026-04-01T00:00:00Z'
1416
doi: ''
1517

@@ -56,6 +58,8 @@ projects: []
5658
slides: ""
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*

content/publication/conference-paper/fast26-cylon/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ number: 3
44

55
# Authors
66
authors:
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+
1416
date: '2026-02-01T00:00:00Z'
1517
doi: ''
1618

@@ -58,6 +60,8 @@ projects: []
5860
slides: ""
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*

layouts/partials/views/citation.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@
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 "\\*" "" }}

0 commit comments

Comments
 (0)