Updates für SoSe

This commit is contained in:
Gonne 2025-03-25 19:59:17 +01:00
parent 3bc8df0174
commit 3ccbe8ec74
Signed by: Gonne
SSH key fingerprint: SHA256:J8w3ZCNyz9MoTLV+eU7YRTVw59NYig44i0IWhbsgQG8
2 changed files with 18 additions and 1 deletions

View file

@ -3,5 +3,5 @@ INSERT INTO `room` (name, max_occupy) VALUES
('S2|15-336', 2), ('S2|15-336', 2),
('S2|15-345', 2), ('S2|15-345', 2),
('S2|15-415', 1), ('S2|15-415', 1),
('S2|15-444', 1), ('S2|15-444', 0),
('Sonstige', 1024); ('Sonstige', 1024);

View file

@ -1,8 +1,14 @@
INSERT INTO `course` (name) VALUES INSERT INTO `course` (name) VALUES
('Algebraic Geometry'),
('Algorithmic Discrete Mathematics'), ('Algorithmic Discrete Mathematics'),
('Analysis II'), ('Analysis II'),
('Analysis II (engl.)'), ('Analysis II (engl.)'),
('Aussagen- und Prädikatenlogik'), ('Aussagen- und Prädikatenlogik'),
('Automorphic Forms'),
('Basic Applied Proof Theory'),
('Computational Complexity'),
('Data Assimilation for Fluid Dynamics'),
('Deep Learning Lab'),
('Discrete Optimization'), ('Discrete Optimization'),
('Einführung in die Algebra'), ('Einführung in die Algebra'),
('Einführung in die Finanzmathematik'), ('Einführung in die Finanzmathematik'),
@ -17,7 +23,9 @@ INSERT INTO `course` (name) VALUES
('LA für Physik und Lehramt'), ('LA für Physik und Lehramt'),
('Linear Algebra II (engl.)'), ('Linear Algebra II (engl.)'),
('Lineare Algebra II'), ('Lineare Algebra II'),
('Logics of Knowledge and Information'),
('Logik und Grundlagen'), ('Logik und Grundlagen'),
('Machine Learning for Fluid Dynamics'),
('Mathe für Chemiker'), ('Mathe für Chemiker'),
('Mathe II für Informatik'), ('Mathe II für Informatik'),
('Mathe II für Bauwesen'), ('Mathe II für Bauwesen'),
@ -27,11 +35,20 @@ INSERT INTO `course` (name) VALUES
('Mathe IV (ET) / Mathe III (Inf) / Praktische Mathe (MEd)'), ('Mathe IV (ET) / Mathe III (Inf) / Praktische Mathe (MEd)'),
('Mathe für MINT'), ('Mathe für MINT'),
('Mathe & Statistik für Biologen'), ('Mathe & Statistik für Biologen'),
('Mathematical Modelling of Fluid Interfaces'),
('Mathematical Statistics'),
('Mathematik im Kontext'), ('Mathematik im Kontext'),
('Model Theory'), ('Model Theory'),
('Nonsmooth Optimization'),
('Nichtlineare Optimierung'), ('Nichtlineare Optimierung'),
('Numerics of Fluid Dynamics (incompressible)'),
('Numerics of Hyperbolic Equations'),
('Numerische Lineare Algebra'), ('Numerische Lineare Algebra'),
('PDE II'),
('Riemannsche Flächen'), ('Riemannsche Flächen'),
('Seitenkanalangriffe gegen IT-Systeme'),
('Sobolev Spaces'), ('Sobolev Spaces'),
('Spin Systems and Statistical Mechanics'),
('Topologie'), ('Topologie'),
('Variations of geometric energies'),
('Vertrauenspersonen'); ('Vertrauenspersonen');