169 lines
6.2 KiB
HTML
Raw Normal View History

2022-05-19 12:05:26 +02:00
<!--
The cells use the coloring-classes "passed", "pending", "failed-once", "failed-twice", "upcoming", and "not-listed" depending on your assessment status.
-->
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="figure">
<div class="table">
<div class="sem sem1">
<div class="cell header">1. Semester</div>
<div class="cell cell1 passed">
Selbst- und Methodenkompetenzen
<br>(6 CP)
</div>
<div class="cell cell2 passed">
Einführung in die Informatik
<br>(6 CP)
</div>
<div class="cell cell3 passed">
Hardware-Konzepte
<br>(6 CP)
</div>
<div class="cell cell4 passed">
Prozedurale Programmierung
<br>(6 CP)
</div>
<div class="cell cell5 passed">
Diskrete Mathematik
<br>(6 CP)
</div>
<div class="cell cell-pra passed">
<div class="text-vertical">Praxismodul I (6 CP)</div>
</div>
</div>
<div class="sem sem2">
<div class="cell header">2. Semester</div>
<div class="cell cell1 passed">
Betriebssysteme
<br>(6 CP)
</div>
<div class="cell cell2 passed">
Datenbanken
<br>(6 CP)
</div>
<div class="cell cell3 passed">
Netzwerke
<br>(6 CP)
</div>
<div class="cell cell4 passed">
Objektorientierte Programmierung
<br>(6 CP)
</div>
<div class="cell cell5 passed">
Statistik
<br>(6 CP)
</div>
<div class="cell cell-pra passed">
<div class="text-vertical">Praxismodul II (6 CP)</div>
</div>
</div>
<div class="sem sem3">
<div class="cell header">3. Semester</div>
<div class="cell cell1 passed">
QSP-Modul I
<br>Programmieren grafischer Oberflächen
<br>(6 CP)
</div>
<div class="cell cell2 passed">
WPF-Modul
<br>Machine Learning
<br>(6 CP)
</div>
<div class="cell cell3 pending">
Web-Entwicklung
<br>(6 CP)
</div>
<div class="cell cell4 passed">
Software-Engineering
<br>(6 CP)
</div>
<div class="cell cell5 pending">
Software-Qualität
<br>(6 CP)
</div>
<div class="cell cell-pra pending">
<div class="text-vertical">Praxismodul III (6 CP)</div>
</div>
</div>
<div class="sem sem4">
<div class="cell header">4. Semester</div>
<div class="cell cell1 upcoming">
QSP-Modul II
<br>&lt;Name&gt;
<br>(6 CP)
</div>
<div class="cell cell2 upcoming">
QSP-Modul III
<br>&lt;Name&gt;
<br>(6 CP)
</div>
<div class="cell cell3 upcoming">
Wissenschaftliches Arbeiten
<br>(6 CP)
</div>
<div class="cell cell4 upcoming">
Requirements-Engineering
<br>(6 CP)
</div>
<div class="cell cell5 upcoming">
Praktische Projektarbeit
<br>(6 CP)
</div>
<div class="cell cell-pra upcoming">
<div class="text-vertical">Praxismodul III (6 CP)</div>
</div>
</div>
<div class="sem sem5">
<div class="cell header">5. Semester</div>
<div class="cell cell1 not-listed">
QSP-Modul IV
<br>&lt;Name&gt;
<br>(6 CP)
</div>
<div class="cell cell2 not-listed">
QSP-Modul V
<br>&lt;Name&gt;
<br>(6 CP)
</div>
<div class="cell cell3 not-listed">
Client/Server-Anwendungen
<br>(6 CP)
</div>
<div class="cell cell4 not-listed">
User-Experience
<br>(6 CP)
</div>
<div class="cell cell5 not-listed">
Praktische Projektarbeit
<br>(6 CP)
</div>
<div class="cell cell-pra not-listed">
<div class="text-vertical">Projektmanagement und Teamorientierstes Projekt (6 CP)</div>
</div>
</div>
<div class="sem sem6">
<div class="cell header">6. Semester</div>
<div class="cell pra1 not-listed">
<div class="text-vertical">Praxismodul V (6 CP)</div>
</div>
<div class="cell pra2 not-listed">
<div class="text-vertical">Bachelorarbeit (6 CP)</div>
</div>
</div>
</div>
<div class="legend">
Legende: <span class="passed">Bestanden</span>, <span class="failed-once">Fehlversuch</span>, <span class="failed-twice">2. Fehlversuch</span>, <span class="pending">Angemeldet</span>, <span class="upcoming">Geplant im kommenden Semester</span>, <span class="not-listed">Keine Anmeldung</span>
</div>
</div>
</body>
</html>