Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/HomePage.css
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
font-size: 1.1rem;
color: #666;
margin-bottom: 2rem;
max-width: 600px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
Expand Down
6 changes: 4 additions & 2 deletions src/pages/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,10 @@ const HomePage: React.FC = () => {
<div className="container">
<h2 className="section-title">Research Team</h2>
<p className="contact-description">
To evaluate your router with RouterArena, please visit our GitHub repository and follow the instructions provided in the README.<br />
For inquiries or support, contact us at {contactInfo.email} or submit an issue on GitHub.
To evaluate your router with RouterArena,
visit our GitHub repository and follow the instructions in the README.<br />

For inquiries or support, contact us at {contactInfo.email} or submit a GitHub issue.
</p>

{/* Action Buttons */}
Expand Down
12 changes: 6 additions & 6 deletions src/pages/LeaderboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ const LeaderboardPage: React.FC = () => {
</p>

<p>
<strong>Range:</strong> [0, 1]
<strong>Range:</strong> [0, 100]
</p>
</div>
</div>
Expand All @@ -381,7 +381,7 @@ const LeaderboardPage: React.FC = () => {
</p>
<BlockMath math="\text{Score} = \frac{N_{\text{optimal selections}}}{N_{\text{selections}}}" />
<p>
<strong>Range:</strong> [0, 1]
<strong>Range:</strong> [0, 100]
</p>
</div>
</div>
Expand All @@ -407,7 +407,7 @@ const LeaderboardPage: React.FC = () => {
near-optimal cost decisions.
</p>
<p>
<strong>Range:</strong> [0, 1]
<strong>Range:</strong> [0, 100]
</p>
</div>
</div>
Expand All @@ -434,7 +434,7 @@ const LeaderboardPage: React.FC = () => {
independent of cost.
</p>
<p>
<strong>Range:</strong> [0, 1]
<strong>Range:</strong> [0, 100]
</p>
</div>
</div>
Expand All @@ -460,7 +460,7 @@ const LeaderboardPage: React.FC = () => {
robust model selection.
</p>
<p>
<strong>Range:</strong> [0, 1]
<strong>Range:</strong> [0, 100]
</p>
</div>
</div>
Expand All @@ -483,7 +483,7 @@ const LeaderboardPage: React.FC = () => {
<BlockMath math="Score = \frac{1}{L_{\text{router}} - 10}" />
<p>Higher scores correspond to lower latency overhead and faster inference.</p>
<p>
<strong>Range:</strong> [0, 1]
<strong>Range:</strong> [0, 100]
</p>
</div>
</div>
Expand Down