Update index.html
Browse files- index.html +59 -0
index.html
CHANGED
|
@@ -104,6 +104,65 @@
|
|
| 104 |
</section>
|
| 105 |
|
| 106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
<section class="section">
|
| 108 |
<div class="container is-max-desktop">
|
| 109 |
<!-- Abstract. -->
|
|
|
|
| 104 |
</section>
|
| 105 |
|
| 106 |
|
| 107 |
+
|
| 108 |
+
<section class="hero is-light is-small">
|
| 109 |
+
<div class="hero-body">
|
| 110 |
+
<div class="container">
|
| 111 |
+
<div id="results-carousel" class="carousel results-carousel">
|
| 112 |
+
<div class="item item-steve">
|
| 113 |
+
<img src="./static/images/explainability_metrics.png" alt="EAMEX Image" width="100%">
|
| 114 |
+
<h2 class="subtitle has-text-centered">
|
| 115 |
+
<span class="dnerf">EAMEX</span> framework and pipeline process.
|
| 116 |
+
</h2>
|
| 117 |
+
</div>
|
| 118 |
+
<div class="item item-chair-tp">
|
| 119 |
+
<img src="./static/images/explainability_metrics.png" alt="EAMEX Image" width="100%">
|
| 120 |
+
<h2 class="subtitle has-text-centered">
|
| 121 |
+
<span class="dnerf">EAMEX</span> framework and pipeline process.
|
| 122 |
+
</h2>
|
| 123 |
+
</div>
|
| 124 |
+
<div class="item item-shiba">
|
| 125 |
+
<img src="./static/images/explainability_metrics.png" alt="EAMEX Image" width="100%">
|
| 126 |
+
<h2 class="subtitle has-text-centered">
|
| 127 |
+
<span class="dnerf">EAMEX</span> framework and pipeline process.
|
| 128 |
+
</h2>
|
| 129 |
+
</div>
|
| 130 |
+
<div class="item item-fullbody">
|
| 131 |
+
<img src="./static/images/explainability_metrics.png" alt="EAMEX Image" width="100%">
|
| 132 |
+
<h2 class="subtitle has-text-centered">
|
| 133 |
+
<span class="dnerf">EAMEX</span> framework and pipeline process.
|
| 134 |
+
</h2>
|
| 135 |
+
</div>
|
| 136 |
+
<div class="item item-blueshirt">
|
| 137 |
+
<img src="./static/images/explainability_metrics.png" alt="EAMEX Image" width="100%">
|
| 138 |
+
<h2 class="subtitle has-text-centered">
|
| 139 |
+
<span class="dnerf">EAMEX</span> framework and pipeline process.
|
| 140 |
+
</h2>
|
| 141 |
+
</div>
|
| 142 |
+
<div class="item item-mask">
|
| 143 |
+
<img src="./static/images/explainability_metrics.png" alt="EAMEX Image" width="100%">
|
| 144 |
+
<h2 class="subtitle has-text-centered">
|
| 145 |
+
<span class="dnerf">EAMEX</span> framework and pipeline process.
|
| 146 |
+
</h2>
|
| 147 |
+
</div>
|
| 148 |
+
<div class="item item-coffee">
|
| 149 |
+
<img src="./static/images/explainability_metrics.png" alt="EAMEX Image" width="100%">
|
| 150 |
+
<h2 class="subtitle has-text-centered">
|
| 151 |
+
<span class="dnerf">EAMEX</span> framework and pipeline process.
|
| 152 |
+
</h2>
|
| 153 |
+
</div>
|
| 154 |
+
<div class="item item-toby">
|
| 155 |
+
<img src="./static/images/explainability_metrics.png" alt="EAMEX Image" width="100%">
|
| 156 |
+
<h2 class="subtitle has-text-centered">
|
| 157 |
+
<span class="dnerf">EAMEX</span> framework and pipeline process.
|
| 158 |
+
</h2>
|
| 159 |
+
</div>
|
| 160 |
+
</div>
|
| 161 |
+
</div>
|
| 162 |
+
</div>
|
| 163 |
+
</section>
|
| 164 |
+
|
| 165 |
+
|
| 166 |
<section class="section">
|
| 167 |
<div class="container is-max-desktop">
|
| 168 |
<!-- Abstract. -->
|