kleytondacosta commited on
Commit
908094c
1 Parent(s): 0b1850b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -18
index.html CHANGED
@@ -87,15 +87,6 @@
87
  <span>Code</span>
88
  </a>
89
  </span>
90
- <!-- Leaderboard. -->
91
- <span class="link-block">
92
- <a href="#table-section" class="external-link button is-normal is-rounded is-dark">
93
- <span class="icon">
94
- <i class="far fa-images"></i>
95
- </span>
96
- <span>Leaderboard</span>
97
- </a>
98
- </span>
99
  </div>
100
  </div>
101
  </div>
@@ -239,22 +230,14 @@ document.getElementById('task-select').addEventListener('change', loadTable);
239
  document.getElementById('stage-select').addEventListener('change', loadTable);
240
  </script>
241
 
242
- <!-- Smooth Scrolling CSS -->
243
- <style>
244
- html {
245
- scroll-behavior: smooth;
246
- }
247
- </style>
248
-
249
-
250
  <section class="section" id="BibTeX">
251
  <div class="container is-max-desktop content">
252
  <h2 class="title">BibTeX</h2>
253
  <pre><code>@article{dacosta2025bmbench,
254
  author = {da Costa, K., Munoz, C., Modenesi, B., Fernandez, F., Koshiyama, A.},
255
  title = {BMBENCH: Empirical Benchmarking of Algorithmic Fairness in Machine Learning Models},
256
- journal = {ICCV},
257
  year = {2025},
 
258
  }</code></pre>
259
  </div>
260
  </section>
 
87
  <span>Code</span>
88
  </a>
89
  </span>
 
 
 
 
 
 
 
 
 
90
  </div>
91
  </div>
92
  </div>
 
230
  document.getElementById('stage-select').addEventListener('change', loadTable);
231
  </script>
232
 
 
 
 
 
 
 
 
 
233
  <section class="section" id="BibTeX">
234
  <div class="container is-max-desktop content">
235
  <h2 class="title">BibTeX</h2>
236
  <pre><code>@article{dacosta2025bmbench,
237
  author = {da Costa, K., Munoz, C., Modenesi, B., Fernandez, F., Koshiyama, A.},
238
  title = {BMBENCH: Empirical Benchmarking of Algorithmic Fairness in Machine Learning Models},
 
239
  year = {2025},
240
+ url = {}
241
  }</code></pre>
242
  </div>
243
  </section>