Skip to content

Commit ad1c214

Browse files
committed
Correct EAVD
1 parent bf7c675 commit ad1c214

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

prozprog.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ collection:
3131
</span>
3232
<p><img src="https://upload.wikimedia.org/wikipedia/commons/d/de/Code_Hello_World_en_C%2B%2B11.png"> </p>
3333
- title: Erhebung, Analyse und Visualisierung digitaler Daten (/ Prozedurale Programmierung / Einführung in die Informatik) (WiSe 2024/25)
34-
#logo: hier geht nicht
3534
comment: >
3635
<p>Die Lehrveranstaltung vermittelt grundlegende Konzepte und anwendungsbezogene Fähigkeiten beim Entwurf und der Umsetzung von Softwarelösungen unter Verwendung der Programmiersprachen C++ und Python.</p>
3736
<p>Die "Quellcodes" aller Vorlesungsmaterialien finden Sie im zugehörigen Github-Repository <a href="https://github.com/TUBAF-IfI-LiaScript/VL_ProzeduraleProgrammierung">Github-Repository</a></p>
@@ -48,13 +47,7 @@ collection:
4847
logo:
4948
title: Organisatorische Einordnung und Motivation
5049
comment: Motivation aus Anwendungs- und Umsetzungsicht
51-
- url: https://raw.githubusercontent.com/TUBAF-IfI-LiaScript/VL_ProzeduraleProgrammierung/master/00_Einfuehrung.md
52-
#title: Rename the current course
53-
#logo: https://raw.githubusercontent.com/TUBAF-IfI-LiaScript/VL_ProzeduraleProgrammierung/master/images/00_Einfuehrung/compilerElements.png
54-
#comment: Add a custom description, this will overwrite the comment within the course
55-
# tags will be used for navigation and searching
56-
#tags:
57-
# - Hardware
50+
- url: https://raw.githubusercontent.com/TUBAF-IfI-LiaScript/VL_ProzeduraleProgrammierung/master/00_Einfuehrung.md
5851
title: Einführung
5952
logo:
6053
comment: Einordnung der Programmiersprache C++, Kompilierprozess
@@ -86,19 +79,19 @@ collection:
8679
title: Python Grundlagen
8780
logo:
8881
comment: Datentypen, Ein- und Ausgabe, Listen und Kontrollstrukturen
89-
- url: https://raw.githubusercontent.com/TUBAF-IfI-LiaScript/VL_ProzeduraleProgrammierung/master/09_PythonVertiefung.md
82+
- url: https://raw.githubusercontent.com/TUBAF-IfI-LiaScript/VL_ProzeduraleProgrammierung/master/08_PythonVertiefung.md
9083
title: Erweiterte Konzepte der Programmiersprache Python
9184
logo:
9285
comment: Weitere Datentypen (Tupel, Dictionary, Set) und Funktionen
93-
- url: https://raw.githubusercontent.com/TUBAF-IfI-LiaScript/VL_ProzeduraleProgrammierung/master/10_Datenvisualisierung.md
86+
- url: https://raw.githubusercontent.com/TUBAF-IfI-LiaScript/VL_ProzeduraleProgrammierung/master/09_Datenvisualisierung.md
9487
title: Datenvisualisierung
9588
logo:
9689
comment: Objektorientierung in Python, Visualisierungstool Matplotlib
97-
- url: https://raw.githubusercontent.com/TUBAF-IfI-LiaScript/VL_ProzeduraleProgrammierung/master/11_DatenAnalyse.md
90+
- url: https://raw.githubusercontent.com/TUBAF-IfI-LiaScript/VL_ProzeduraleProgrammierung/master/10_DatenAnalyse.md
9891
title: Datenanalyse mit Python
9992
logo:
10093
comment: Datenanalyse mit dem Python Paket Pandas - Series und DataFrame
10194
- url: https://raw.githubusercontent.com/TUBAF-IfI-LiaScript/VL_ProzeduraleProgrammierung/master/12_Anwendungen.md
10295
title: Finale Anwendung und Aublick
10396
logo:
104-
comment: Anwendungsbeispiel mit Datenerhebung, Datenfilterung und Datenanalyse
97+
comment: Anwendungsbeispiel mit Datenerhebung, Datenfilterung und Datenanalyse

0 commit comments

Comments
 (0)