Skip to content

Commit

Permalink
add asterisk clarification to leaderboard page
Browse files Browse the repository at this point in the history
  • Loading branch information
spratt21 committed Aug 1, 2024
1 parent 39f1817 commit e0bd1e0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Binary file modified dclm/data/.DS_Store
Binary file not shown.
17 changes: 17 additions & 0 deletions dclm/leaderboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ <h4 class="leader__title"> Select the track and scale </h4>

<div class="container leaderboard-tb hidden" id="filter-track--xxlarge-scale-container" style="padding-top:2rem;">
<h4 class="leader__title"> Leaderboard </h4>
<p style="padding-top:0.5rem;">*Denotes an external dataset that was not built from our competition pools but is still included as a useful reference point<p>
<br>
<table class="styled-table" id="filter-track--xxlarge-scale-tb">
<thead style="background-color:#7D49D4;">
Expand All @@ -218,6 +219,8 @@ <h4 class="leader__title"> Leaderboard </h4>

<div class="container leaderboard-tb hidden" id="filter-track--xlarge-scale-container" style="padding-top:2rem;">
<h4 class="leader__title"> Leaderboard </h4>
<p style="padding-top:0.5rem;">*Denotes an external dataset that was not built from our competition pools but is still included as a useful reference point<p>

<br>
<table class="styled-table" id="filter-track--xlarge-scale-tb">
<thead style="background-color:#69C39E;">
Expand Down Expand Up @@ -256,6 +259,8 @@ <h4 class="leader__title"> Leaderboard </h4>

<div class="container leaderboard-tb hidden" id="filter-track--medium-scale-container" style="padding-top:2rem;">
<h4 class="leader__title"> Leaderboard</h4>
<p style="padding-top:0.5rem;">*Denotes an external dataset that was not built from our competition pools but is still included as a useful reference point<p>

<br>
<table class="styled-table" id="filter-track--medium-scale-tb">
<thead style="background-color:#5594F5;">
Expand All @@ -275,6 +280,8 @@ <h4 class="leader__title"> Leaderboard</h4>

<div class="container leaderboard-tb" id="filter-track--small-scale-container" style="padding-top:2rem;">
<h4 class="leader__title"> Leaderboard </h4>
<p style="padding-top:0.5rem;">*Denotes an external dataset that was not built from our competition pools but is still included as a useful reference point<p>

<br>
<table class="styled-table" id="filter-track--small-scale-tb">
<thead style="background-color:#EAB14B;">
Expand All @@ -295,6 +302,8 @@ <h4 class="leader__title"> Leaderboard </h4>

<div class="container leaderboard-tb hidden" id="mixing-track--xxlarge-scale-container" style="padding-top:2rem;">
<h4 class="leader__title">Leaderboard</h4>
<p style="padding-top:0.5rem;">*Denotes an external dataset that was not built from our competition pools but is still included as a useful reference point<p>

<br>
<table class="styled-table" id="mixing-track--xxlarge-scale-tb">
<thead style="background-color:#7D49D4;">
Expand All @@ -314,6 +323,8 @@ <h4 class="leader__title">Leaderboard</h4>

<div class="container leaderboard-tb hidden" id="mixing-track--xlarge-scale-container" style="padding-top:2rem;">
<h4 class="leader__title"> Leaderboard </h4>
<p style="padding-top:0.5rem;">*Denotes an external dataset that was not built from our competition pools but is still included as a useful reference point<p>

<br>
<table class="styled-table" id="mixing-track--xlarge-scale-tb">
<thead style="background-color:#69C39E;">
Expand All @@ -333,6 +344,8 @@ <h4 class="leader__title"> Leaderboard </h4>

<div class="container leaderboard-tb hidden" id="mixing-track--large-scale-container" style="padding-top:2rem;">
<h4 class="leader__title">Leaderboard </h4><br>
<p style="padding-top:0.5rem;">*Denotes an external dataset that was not built from our competition pools but is still included as a useful reference point<p>

<table class="styled-table" id="mixing-track--large-scale-tb">
<thead style="background-color:#EB725F;">
<th>Rank</th>
Expand All @@ -351,6 +364,8 @@ <h4 class="leader__title">Leaderboard </h4><br>

<div class="container leaderboard-tb hidden" id="mixing-track--medium-scale-container" style="padding-top:2rem;">
<h4 class="leader__title"> Leaderboard </h4>
<p style="padding-top:0.5rem;">*Denotes an external dataset that was not built from our competition pools but is still included as a useful reference point<p>

<br>
<table class="styled-table" id="mixing-track--medium-scale-tb">
<thead style="background-color:#5594F5;">
Expand All @@ -370,6 +385,8 @@ <h4 class="leader__title"> Leaderboard </h4>

<div class="container leaderboard-tb hidden" id="mixing-track--small-scale-container" style="padding-top:2rem;">
<h4 class="leader__title">Leaderboard</h4>
<p style="padding-top:0.5rem;">*Denotes an external dataset that was not built from our competition pools but is still included as a useful reference point<p>

<br>
<table class="styled-table" id="mixing-track--small-scale-tb">
<thead style="background-color:#EAB14B;">
Expand Down

0 comments on commit e0bd1e0

Please sign in to comment.