Skip to content

Commit e2b7b68

Browse files
committed
Update
1 parent fb37965 commit e2b7b68

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

index.html

+7-6
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h1 class="title is-1 publication-title is-bold">
9393
</div>
9494

9595
<div class="is-size-5 publication-authors" style="margin-top: 1em; color: orange;">
96-
<div>Ranked <strong>#1</strong> on HuggingFace Daily Papers</div>
96+
<div>Ranked <strong style="color: darkorange;">#1</strong> on HuggingFace Daily Papers</div>
9797
</div>
9898

9999
<!-- Links -->
@@ -157,7 +157,7 @@ <h2 class="subtitle has-text-centered">
157157

158158

159159
<section class="section">
160-
<div class="container is-max-desktop">
160+
<div class="container is-max-desktop" style="max-width: 50%;">
161161
<!-- Abstract. -->
162162
<div class="columns is-centered has-text-centered">
163163
<div class="column is-four-fifths">
@@ -174,8 +174,7 @@ <h2 class="title is-3">Abstract</h2>
174174
</section>
175175

176176

177-
178-
<div id="setup" class="container" style="margin-bottom: 2vh;">
177+
<div id="setup" class="container" style="margin-bottom: 2vh; max-width: 50%;">
179178
<div class="columns is-centered has-text-centered">
180179
<div class="column is-four-fifths">
181180
<h2 class="title is-3">Setup</h2>
@@ -198,7 +197,7 @@ <h3 class="has-text-centered">
198197
</div>
199198

200199

201-
<div id="results" class="container" style="margin-bottom: 2vh;">
200+
<div id="results" class="container" style="margin-bottom: 2vh; max-width: 50%;">
202201
<div class="columns is-centered has-text-centered">
203202
<div class="column is-four-fifths">
204203
<h2 class="title is-3">Results</h2>
@@ -232,7 +231,9 @@ <h2 class="title is-3">Results</h2>
232231

233232
<section class="section" id="BibTeX">
234233
<div class="container is-max-desktop content">
235-
<h2 class="title">BibTeX</h2>
234+
<div class="columns is-centered has-text-centered">
235+
<h2 class="title">BibTeX</h2>
236+
</div>
236237
<pre><code>@article{liu2025can,
237238
title = {Can 1B LLM Surpass 405B LLM? Rethinking Compute-Optimal Test-Time Scaling},
238239
author = {Runze Liu and Junqi Gao and Jian Zhao and Kaiyan Zhang and Xiu Li and Biqing Qi and Wanli Ouyang and Bowen Zhou},

static/css/index.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ body {
4949

5050
.publication-title {
5151
font-family: 'Google Sans', sans-serif;
52+
line-height: 1.2;
5253
}
5354

5455
.publication-authors {
@@ -71,7 +72,7 @@ body {
7172
}
7273

7374
.publication-authors a {
74-
color: hsl(204, 86%, 53%) !important;
75+
color: dodgerblue !important;
7576
}
7677

7778
.publication-authors a:hover {

0 commit comments

Comments
 (0)