Update index.html
Browse files- index.html +8 -8
index.html
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 9 |
<title>BMBENCH: Empirical Benchmarking of Algorithmic Fairness in Machine Learning Models</title>
|
| 10 |
|
| 11 |
-
<link href="https://fonts.googleapis.com/css?family=
|
| 12 |
rel="stylesheet">
|
| 13 |
|
| 14 |
<link rel="stylesheet" href="./static/css/bulma.min.css">
|
|
@@ -38,22 +38,22 @@
|
|
| 38 |
<span class="author-block">
|
| 39 |
<a href="https://kleytondacosta.com" target="_blank">Kleyton da Costa</a><sup>1, 2</sup>,</span>
|
| 40 |
<span class="author-block">
|
| 41 |
-
<a href="https://
|
| 42 |
<span class="author-block">
|
| 43 |
-
<a href="https://
|
| 44 |
</span>
|
| 45 |
<span class="author-block">
|
| 46 |
-
<a href="
|
| 47 |
</span>
|
| 48 |
<span class="author-block">
|
| 49 |
-
<a href="https://
|
| 50 |
</span>
|
| 51 |
</div>
|
| 52 |
|
| 53 |
<div class="is-size-5 publication-authors">
|
| 54 |
<span class="author-block"><sup>1</sup>Holistic AI,</span>
|
| 55 |
<span class="author-block"><sup>2</sup>Pontifical Catholic University of Rio de Janeiro,</span>
|
| 56 |
-
<span class="author-block"><sup>2</sup>University of Utah
|
| 57 |
</div>
|
| 58 |
|
| 59 |
<div class="column has-text-centered">
|
|
@@ -79,7 +79,7 @@
|
|
| 79 |
</span>
|
| 80 |
<!-- Code Link. -->
|
| 81 |
<span class="link-block">
|
| 82 |
-
<a href="https://github.com/
|
| 83 |
class="external-link button is-normal is-rounded is-dark">
|
| 84 |
<span class="icon">
|
| 85 |
<i class="fab fa-github"></i>
|
|
@@ -250,7 +250,7 @@ document.getElementById('stage-select').addEventListener('change', loadTable);
|
|
| 250 |
href="./static/videos/nerfies_paper.pdf">
|
| 251 |
<i class="fas fa-file-pdf"></i>
|
| 252 |
</a>
|
| 253 |
-
<a class="icon-link" href="https://github.com/
|
| 254 |
<i class="fab fa-github"></i>
|
| 255 |
</a>
|
| 256 |
</div>
|
|
|
|
| 8 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 9 |
<title>BMBENCH: Empirical Benchmarking of Algorithmic Fairness in Machine Learning Models</title>
|
| 10 |
|
| 11 |
+
<link href="https://fonts.googleapis.com/css?family=Space+Grotesk"
|
| 12 |
rel="stylesheet">
|
| 13 |
|
| 14 |
<link rel="stylesheet" href="./static/css/bulma.min.css">
|
|
|
|
| 38 |
<span class="author-block">
|
| 39 |
<a href="https://kleytondacosta.com" target="_blank">Kleyton da Costa</a><sup>1, 2</sup>,</span>
|
| 40 |
<span class="author-block">
|
| 41 |
+
<a href="https://crismunoz.github.io/" target="_blank">Cristian Munoz</a><sup>1</sup>,</span>
|
| 42 |
<span class="author-block">
|
| 43 |
+
<a href="https://sites.google.com/view/bmodenesi" target="_blank">Bernardo Modenesi</a><sup>3</sup>,
|
| 44 |
</span>
|
| 45 |
<span class="author-block">
|
| 46 |
+
<a href="https://www.linkedin.com/in/franklin-cardenoso-fernandez/" target="_blank">Franklin Fernandez</a><sup>1,2</sup>,
|
| 47 |
</span>
|
| 48 |
<span class="author-block">
|
| 49 |
+
<a href="https://scholar.google.com/citations?user=MuJGqNAAAAAJ&hl=en" target="_blank">Adriano Koshiyama</a><sup>1</sup>,
|
| 50 |
</span>
|
| 51 |
</div>
|
| 52 |
|
| 53 |
<div class="is-size-5 publication-authors">
|
| 54 |
<span class="author-block"><sup>1</sup>Holistic AI,</span>
|
| 55 |
<span class="author-block"><sup>2</sup>Pontifical Catholic University of Rio de Janeiro,</span>
|
| 56 |
+
<span class="author-block"><sup>2</sup>University of Utah</span>
|
| 57 |
</div>
|
| 58 |
|
| 59 |
<div class="column has-text-centered">
|
|
|
|
| 79 |
</span>
|
| 80 |
<!-- Code Link. -->
|
| 81 |
<span class="link-block">
|
| 82 |
+
<a href="https://github.com/holistic-ai/holisticai-research/tree/main/bmbench" target="_blank"
|
| 83 |
class="external-link button is-normal is-rounded is-dark">
|
| 84 |
<span class="icon">
|
| 85 |
<i class="fab fa-github"></i>
|
|
|
|
| 250 |
href="./static/videos/nerfies_paper.pdf">
|
| 251 |
<i class="fas fa-file-pdf"></i>
|
| 252 |
</a>
|
| 253 |
+
<a class="icon-link" href="https://github.com/holistic-ai/holisticai-research/" target="_blank" class="external-link" disabled>
|
| 254 |
<i class="fab fa-github"></i>
|
| 255 |
</a>
|
| 256 |
</div>
|