Commit 2f895ed5 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/index.html

parent ac3688c3
Pipeline #11201 passed with stage
in 8 seconds
...@@ -269,6 +269,34 @@ body { ...@@ -269,6 +269,34 @@ body {
gap: 0.5rem; gap: 0.5rem;
} }
.result-list {
list-style: none;
padding-left: 0;
margin-top: 1rem;
}
.result-list li {
padding: 1rem 0;
border-bottom: 1px solid #ddd;
display: flex;
gap: 1rem;
align-items: start;
}
.result-list i {
font-size: 1.2rem;
margin-top: 0.2rem;
}
.result-list strong {
font-size: 1rem;
}
.result-list small {
color: #666;
}
</style> </style>
<!-- ======================================================= <!-- =======================================================
...@@ -692,30 +720,40 @@ Implementations, and Perspectives ...@@ -692,30 +720,40 @@ Implementations, and Perspectives
<div class="col-lg-12 portfolio-item isotope-item filter-ergebnisse"> <div class="col-lg-12 portfolio-item isotope-item filter-ergebnisse">
<div class="publication-box"> <div class="publication-box">
<div class="repo-group-header"><i class="bi bi-award"></i> Verwertung der Ergebnisse</div>
<ul class="result-list">
<li> <li>
<strong> Masterarbeit (2024):</strong> Enhancing Student Performance Through Personalized Learning Powered by Machine Learning. Betreuende: Dieter Uckelmann, Muddsair Sharif <i class="bi bi-mortarboard-fill text-primary"></i>
<strong>Masterarbeit (2024):</strong> <br>
<span class="text-muted">Enhancing Student Performance Through Personalized Learning Powered by Machine Learning.</span><br>
<small>Betreuung: Dieter Uckelmann, Muddsair Sharif</small>
</li> </li>
<li> <li>
<strong> Masterarbeit (2024):</strong> From Learning Analytics to Adaptive Learning Paths. Betreuende: Dieter Uckelmann, externer Firmenbetreuer <i class="bi bi-mortarboard-fill text-primary"></i>
<strong>Masterarbeit (2024):</strong> <br>
<span class="text-muted">From Learning Analytics to Adaptive Learning Paths.</span><br>
<small>Betreuung: Dieter Uckelmann, externer Firmenbetreuer</small>
</li> </li>
<li> <li>
<strong> Fortlaufend:</strong> Nachhaltiger Einfluss auf Programmierübungen an der HFTStuttgart <i class="bi bi-activity text-success"></i>
<strong>Fortlaufend:</strong> <br>
<span class="text-muted">Nachhaltiger Einfluss auf Programmierübungen an der HFT Stuttgart</span>
</li> </li>
<li> <li>
<strong> Fortlaufend:</strong> Nachhaltiger Einfluss auf die Lehre zu KI an der HFT Stuttgart <i class="bi bi-activity text-success"></i>
<strong>Fortlaufend:</strong> <br>
<span class="text-muted">Nachhaltiger Einfluss auf die Lehre zu KI an der HFT Stuttgart</span>
</li> </li>
<li> <li>
<strong> 2024-2025:</strong> Bereitstellung von Zugangsmöglichkeiten fürStudierende zu generativer KI in Schreibseminaren an der HFT Stuttgart, um die aktuellen Entwicklungen in der Breite nutz- und erlebbar zu machen und die sachliche Auseinandersetzung voranzutreiben <i class="bi bi-calendar-check text-info"></i>
<strong>2024–2025:</strong> <br>
<span class="text-muted">Zugang zu generativer KI in Schreibseminaren – sachliche Auseinandersetzung fördern.</span>
</li> </li>
</ul>
</div> </div>
</div> </div>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment