diff --git a/people/mkraus/index.html b/people/mkraus/index.html index f70cd2c5..22192b62 100644 --- a/people/mkraus/index.html +++ b/people/mkraus/index.html @@ -302,7 +302,7 @@ $(document).ready(function () { $.get("https://ml-research.github.io/references.bib", function (data) { function containsName(bib) { - return bib.includes("Divo"); + return bib.includes("Kraus"); } function replaceImagePath(bib) {