Skip to content

Commit 2fd17a1

Browse files
committed
test
1 parent 04ab562 commit 2fd17a1

2 files changed

Lines changed: 13 additions & 8 deletions

File tree

assets/css/custom.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,10 +1062,15 @@ body[data-page-type="landing"] .about-page h6 {
10621062
width: 100%;
10631063
height: 100%;
10641064
object-fit: cover;
1065-
object-position: top;
1065+
object-position: top !important;
10661066
transition: transform 0.3s ease;
10671067
}
10681068

1069+
/* Specific targeting for FACET image to ensure top is displayed */
1070+
.project-image img[src*="FACET.png"] {
1071+
object-position: top !important;
1072+
}
1073+
10691074
.project-image img:hover {
10701075
transform: scale(1.05);
10711076
}

content/projects/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ sections:
1919
<div class="project-content">
2020
<h3 class="project-title">FACET: Teacher-centred LLM-based multi-agent system</h3>
2121
<p class="project-subtitle">AI for Education</p>
22-
<p>FACET is a teacher-centred LLM-based multi-agent system that supports teachers in developing personalized educational materials according to student characteristics, such as motivation, self-concept and performance.</p>
23-
<p><strong>Problem:</strong></p>
22+
<p><strong>problem:</strong></p>
2423
<ul>
25-
<li>Teachers face increasingly diverse classrooms, yet despite the recognized importance of differentiation, limited time and resources make it difficult to translate personalization into everyday practice</li>
24+
<p>Teachers face increasingly diverse classrooms, yet despite the recognized importance of differentiation, limited time and resources make it difficult to translate personalization into everyday practice</p>
2625
</ul>
26+
<p>FACET is a teacher-centred LLM-based multi-agent system that supports teachers in developing personalized educational materials according to student characteristics, such as motivation, self-concept and performance</p>
2727
<p><strong>key features:</strong></p>
2828
<ul>
2929
<li>Multi-agent architecture: Different agents simulating students and teacher</li>
@@ -48,12 +48,12 @@ sections:
4848
<div class="project-content">
4949
<h3 class="project-title">Cognitive Load-based Augmented Reality Design for vocational training</h3>
5050
<p class="project-subtitle">Augmented Reality design</p>
51-
<p><strong>Problem:</strong></p>
51+
<p><strong>problem:</strong></p>
5252
<ul>
53-
<li>Occupations in crafts and production are characterized by hands-on activities, and the knowledge required for them is difficult to convey through PDFs or traditional classroom instruction. While augmented reality (AR) offers the opportunity to learn directly on the job and through practical examples, many users report experiencing distraction and cognitive overload when using AR systems.</li>
53+
<p>Occupations in crafts and production are characterized by hands-on activities, and the knowledge required for them is difficult to convey through PDFs or traditional classroom instruction. While augmented reality (AR) offers the opportunity to learn directly on the job and through practical examples, many users report experiencing distraction and cognitive overload when using AR systems</p>
5454
</ul>
55-
<p>This research project develops human-centred design principles for Augmented Reality (AR) using cognitive theories, such as cognitive load theory.</p>
56-
<p><strong>Research Questions:</strong></p>
55+
<p>This research project develops human-centred design principles for Augmented Reality (AR) using cognitive theories, such as cognitive load theory</p>
56+
<p><strong>research questions:</strong></p>
5757
<ul>
5858
<li>How does visual guidance affect cognitive load in AR environments?</li>
5959
<li>What are the optimal design patterns for reducing cognitive load?</li>

0 commit comments

Comments
 (0)