Skip to content

Commit 0243c35

Browse files
authored
fix publications
1 parent 2223042 commit 0243c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

people/rhaerle/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h3>Publications</h3>
197197
$.get('https://ml-research.github.io/references.bib', function (data) {
198198

199199
function containsName(bib) {
200-
return bib.toLowerCase().includes("friedrich")
200+
return bib.toLowerCase().includes("härle")
201201
}
202202

203203
function replaceImagePath(bib) {

0 commit comments

Comments
 (0)