Skip to content

Commit 5b91ff6

Browse files
update
1 parent 8dd9c03 commit 5b91ff6

File tree

2 files changed

+18
-33
lines changed

2 files changed

+18
-33
lines changed

assets/css/style.css

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -395,19 +395,13 @@ canvas.chart{width:100%; height:340px; display:block;}
395395
font-size:17px;
396396
}
397397
.hero-authors{
398-
display: flex;
399-
flex-direction: column;
400-
align-items: flex-start;
401-
gap: 6px;
402-
}
403-
.author-line{
404398
display: flex;
405399
flex-wrap: wrap;
400+
align-items: flex-start;
406401
gap: 8px 16px;
407-
justify-content: flex-start;
408402
line-height: 1.6;
409403
}
410-
.author-line span{
404+
.hero-authors span{
411405
white-space: nowrap;
412406
}
413407
.hero-authors sup{
@@ -1085,8 +1079,7 @@ h1, h2, h3, p, li, .caption, .small {
10851079
.hero-title { font-size: clamp(30px, 5.2vw, 44px); }
10861080
.hero-subtitle { font-size: 16px; }
10871081
.hero-meta { font-size: 16px; }
1088-
.hero-authors { gap: 5px; }
1089-
.author-line { gap: 7px 14px; }
1082+
.hero-authors { gap: 7px 14px; }
10901083
.hero-affiliations { font-size: 14px; }
10911084
.affiliation-row { gap: 5px 16px; }
10921085

@@ -1159,9 +1152,6 @@ h1, h2, h3, p, li, .caption, .small {
11591152
font-size: 14px;
11601153
}
11611154
.hero-authors{
1162-
gap: 5px;
1163-
}
1164-
.author-line{
11651155
gap: 6px 12px;
11661156
font-size: 14px;
11671157
}
@@ -1296,8 +1286,7 @@ h1, h2, h3, p, li, .caption, .small {
12961286
.hero-title { font-size: 22px; }
12971287
.hero-subtitle { font-size: 13px; }
12981288
.hero-meta { font-size: 13px; }
1299-
.hero-authors { gap: 4px; }
1300-
.author-line { gap: 5px 10px; font-size: 13px; }
1289+
.hero-authors { gap: 5px 10px; font-size: 13px; }
13011290
.hero-affiliations { font-size: 12px; }
13021291
.affiliation-row { gap: 4px 10px; }
13031292
.hero-notes-row { font-size: 11px; gap: 3px 10px; }

index.html

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -64,23 +64,19 @@
6464
</div>
6565
<div class="hero-meta" id="heroMeta">
6666
<div class="hero-authors">
67-
<div class="author-line">
68-
<span>Jiazhi Yang<sup>1,2*†</sup></span>
69-
<span>Kunyang Lin<sup>2*</sup></span>
70-
<span>Jinwei Li<sup>2,6*</sup></span>
71-
<span>Wencong Zhang<sup>2*</sup></span>
72-
<span>Tianwei Lin<sup>5</sup></span>
73-
<span>Longyan Wu<sup>4</sup></span>
74-
<span>Zhizhong Su<sup>5</sup></span>
75-
</div>
76-
<div class="author-line">
77-
<span>Hao Zhao<sup>6</sup></span>
78-
<span>Ya-Qin Zhang<sup>6</sup></span>
79-
<span>Li Chen<sup>3</sup></span>
80-
<span>Ping Luo<sup>3</sup></span>
81-
<span>Xiangyu Yue<sup>1♮</sup></span>
82-
<span>Hongyang Li<sup>3♮</sup></span>
83-
</div>
67+
<span>Jiazhi Yang<sup>1,2*†</sup></span>
68+
<span>Kunyang Lin<sup>2*</sup></span>
69+
<span>Jinwei Li<sup>2,6*</sup></span>
70+
<span>Wencong Zhang<sup>2*</sup></span>
71+
<span>Tianwei Lin<sup>5</sup></span>
72+
<span>Longyan Wu<sup>4</sup></span>
73+
<span>Zhizhong Su<sup>5</sup></span>
74+
<span>Hao Zhao<sup>6</sup></span>
75+
<span>Ya-Qin Zhang<sup>6</sup></span>
76+
<span>Li Chen<sup>3</sup></span>
77+
<span>Ping Luo<sup>3</sup></span>
78+
<span>Xiangyu Yue<sup>1♮</sup></span>
79+
<span>Hongyang Li<sup>3♮</sup></span>
8480
</div>
8581
</div>
8682

@@ -474,7 +470,7 @@ <h4 style="font-size: 16px; font-weight: 700; margin-bottom: 12px; text-align: c
474470

475471
<!-- Legend for Ablation Charts -->
476472
<div class="legend" style="margin-top: 16px; justify-content: center;">
477-
<div class="item"><span class="swatch" style="background: rgba(91,124,250,.72)"></span> Sort Success Rate</div>
473+
<div class="item"><span class="swatch" style="background: rgba(91,124,250,.72)"></span> Sort Accuracy</div>
478474
<div class="item"><span class="swatch" style="background: rgba(168,85,247,.55)"></span> Pick&Place Success Rate</div>
479475
<div class="item"><span class="swatch" style="background: rgba(120,140,170,.55)"></span> Complete Success Rate</div>
480476
</div>

0 commit comments

Comments
 (0)