Skip to content

Commit

Permalink
deploy: bf27eb0
Browse files Browse the repository at this point in the history
  • Loading branch information
LiesIsLeuk committed Dec 29, 2023
1 parent 86bc1b7 commit fb71cfe
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions task1/leaderboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2>leaderboard</h2>
<script src="https://exporl.github.io/auditory-eeg-challenge-2024/js/vendor.min.736ee54e3a51f67df2161c29034041adf68cf9bbf8413bfbb7a3e8bb1d631150.js"></script>

<div style="width: 100%;height: 600px;margin: 0 auto">
<canvas id="4a4f8cdce4c56c8a285b1fcbdddfc4ce"></canvas>
<canvas id="d8fcbdd8f4ac5cecc4864ebf5d124cac"></canvas>
</div>

<div id="container" style="width: 100%;height: 600px;margin: 0 auto">
Expand Down Expand Up @@ -147,7 +147,7 @@ <h3>
console.log(withinResults);


var ctx = document.getElementById('4a4f8cdce4c56c8a285b1fcbdddfc4ce').getContext('2d');
var ctx = document.getElementById('d8fcbdd8f4ac5cecc4864ebf5d124cac').getContext('2d');
var options = {
type: 'bar',
data: {
Expand Down
2 changes: 1 addition & 1 deletion task1/scores_task1.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion task1/scores_task1_means.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions task2/leaderboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h2>leaderboard</h2>

<div style="width: 100%;height: 600px;margin: 0 auto">

<canvas id="fb4da61dcc24a8ccbf488d4ccfc5dee5"></canvas>
<canvas id="dcacc1f4bc52d8edf6adc44fec85c4b8"></canvas>
</div>
<div id="container" style="width: 100%;height: 600px;margin: 0 auto">

Expand Down Expand Up @@ -150,7 +150,7 @@ <h3>



var ctx = document.getElementById('fb4da61dcc24a8ccbf488d4ccfc5dee5').getContext('2d');
var ctx = document.getElementById('dcacc1f4bc52d8edf6adc44fec85c4b8').getContext('2d');
var options = {
type: 'bar',
data: {
Expand Down
2 changes: 1 addition & 1 deletion task2/scores_task2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion task2/scores_task2_means.json

Large diffs are not rendered by default.

0 comments on commit fb71cfe

Please sign in to comment.