Skip to content

Commit 88b9f50

Browse files
committed
test
1 parent 89e15ea commit 88b9f50

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

content/authors/admin/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,10 @@ My research focuses on the development and evaluation of large language model (L
123123

124124
<div class="news-light-blue">
125125

126-
Interested in pursuing research at the intersection of human-centred AI, education, and system design? [apply here](https://iol.zib.de/join)
126+
Interested in pursuing research at the intersection of human-centred AI, education, and system design? [apply here](https://iol.zib.de/join) or write your master's thesis on the following topics: (1) Quantification of human bias and AI-based bias in the evaluation of school exams, (2) Quantification of human bias and AI-based bias in the evaluation of school exams.
127+
128+
129+
127130
</div>
128131

129132

scripts/inject-footer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ const footerScript = `(function() {
4646
})();`;
4747

4848
function injectFooterIntoHTML(htmlContent) {
49-
// Check if footer script is already injected
50-
if (htmlContent.includes('Legal Notice') && htmlContent.includes('Last modified:')) {
49+
// Check if footer script is already injected (look for the script content)
50+
if (htmlContent.includes('TextContent = \'Legal Notice\'')) {
5151
return htmlContent;
5252
}
5353

0 commit comments

Comments
 (0)