Skip to content

Commit 9857454

Browse files
committed
upd
1 parent 2c0dc98 commit 9857454

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

web/index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@ <h1>AdaExplore</h1>
1616
for Efficient Kernel Generation
1717
</p>
1818
<p class="authors">
19-
Weihua Du · Jingming Zhuo · Yixin Dong · Andre He · Weiwei Sun ·
20-
Zeyu Zheng · Manupa Karunaratne · Ivan Fox · Tim Dettmers · Tianqi Chen ·
19+
Weihua Du · Jingming Zhuo · Yixin Dong · Andre He · Weiwei Sun ·
20+
Zeyu Zheng<br /> Manupa Karunaratne · Ivan Fox · Tim Dettmers · Tianqi Chen ·
2121
Yiming Yang · Sean Welleck
2222
</p>
23+
<p class="institutions">
24+
<span>Carnegie Mellon University</span>
25+
<span>University of Washington</span>
26+
<span>Arm Ltd.</span>
27+
</p>
2328
<p class="cta">
2429
<a class="btn btn-icon" href="https://arxiv.org/abs/2604.16625">
2530
<svg viewBox="0 0 16 16" aria-hidden="true">

web/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ html, body {
6969
.authors {
7070
font-size: 0.92rem;
7171
color: var(--muted);
72+
margin: 0 0 0.35rem;
73+
}
74+
.institutions {
75+
display: flex;
76+
flex-wrap: wrap;
77+
gap: 0.3rem 1.6rem;
78+
font-size: 0.86rem;
79+
color: var(--muted);
7280
margin: 0 0 1.5rem;
7381
}
7482
.cta { margin: 0; }

0 commit comments

Comments
 (0)