Skip to content

Commit 8beedc7

Browse files
authored
Update index.html
Signed-off-by: Koorosh Aslansefat <[email protected]>
1 parent ce257a1 commit 8beedc7

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

index.html

+31-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ <h2 class="title is-3">Abstract</h2>
187187
</div>
188188
</div>
189189
<!--/ Abstract. -->
190-
190+
<!--
191191
<section class="section" id="BibTeX">
192192
<div class="container is-max-desktop content">
193193
<h2 class="title">BibTeX</h2>
@@ -201,6 +201,36 @@ <h2 class="title">BibTeX</h2>
201201
} </code></pre>
202202
</div>
203203
</section>
204+
-->
205+
206+
<section class="section" id="BibTeX">
207+
<div class="container is-max-desktop content">
208+
<h2 class="title">BibTeX</h2>
209+
<div class="box">
210+
<pre>
211+
<code id="citation-code">
212+
@article{aslansefat2023explaining,
213+
title={Explaining black boxes with a SMILE: Statistical Model-agnostic Interpretability with Local Explanations},
214+
author={Aslansefat, Koorosh and Hashemian, Mojgan and Walker, Martin and Akram, Mohammed Naveed and Sorokos, Ioannis and Papadopoulos, Yiannis},
215+
journal={IEEE Software},
216+
year={2023},
217+
publisher={IEEE}
218+
}
219+
</code>
220+
</pre>
221+
<button class="button is-primary is-small" onclick="copyCitation()">Copy Citation</button>
222+
</div>
223+
</div>
224+
</section>
225+
226+
<script>
227+
function copyCitation() {
228+
const citationText = document.getElementById("citation-code").innerText;
229+
navigator.clipboard.writeText(citationText).then(() => {
230+
alert("Citation copied to clipboard!");
231+
});
232+
}
233+
</script>
204234

205235
<!-- Button to Forward to Another Page with a Logo -->
206236
<section class="section">

0 commit comments

Comments
 (0)