From 22a079e10fb95be79cf17a57724286113919eb6f Mon Sep 17 00:00:00 2001 From: Gonne Date: Tue, 25 Mar 2025 19:59:17 +0100 Subject: [PATCH] =?UTF-8?q?Updates=20f=C3=BCr=20SoSe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dummydata/rooms.sql | 2 +- dummydata/summerCourses.sql | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/dummydata/rooms.sql b/dummydata/rooms.sql index 1a06c1a..7416dc3 100644 --- a/dummydata/rooms.sql +++ b/dummydata/rooms.sql @@ -3,5 +3,5 @@ INSERT INTO `room` (name, max_occupy) VALUES ('S2|15-336', 2), ('S2|15-345', 2), ('S2|15-415', 1), -('S2|15-444', 1), +('S2|15-444', 0), ('Sonstige', 1024); diff --git a/dummydata/summerCourses.sql b/dummydata/summerCourses.sql index ca13de7..fb322ce 100644 --- a/dummydata/summerCourses.sql +++ b/dummydata/summerCourses.sql @@ -1,8 +1,14 @@ INSERT INTO `course` (name) VALUES +('Algebraic Geometry'), ('Algorithmic Discrete Mathematics'), ('Analysis II'), ('Analysis II (engl.)'), ('Aussagen- und Prädikatenlogik'), +('Automorphic Forms'), +('Basic Applied Proof Theory'), +('Computational Complexity'), +('Data Assimilation for Fluid Dynamics'), +('Deep Learning Lab'), ('Discrete Optimization'), ('Einführung in die Algebra'), ('Einführung in die Finanzmathematik'), @@ -17,7 +23,9 @@ INSERT INTO `course` (name) VALUES ('LA für Physik und Lehramt'), ('Linear Algebra II (engl.)'), ('Lineare Algebra II'), +('Logics of Knowledge and Information'), ('Logik und Grundlagen'), +('Machine Learning for Fluid Dynamics'), ('Mathe für Chemiker'), ('Mathe II für Informatik'), ('Mathe II für Bauwesen'), @@ -27,11 +35,20 @@ INSERT INTO `course` (name) VALUES ('Mathe IV (ET) / Mathe III (Inf) / Praktische Mathe (MEd)'), ('Mathe für MINT'), ('Mathe & Statistik für Biologen'), +('Mathematical Modelling of Fluid Interfaces'), +('Mathematical Statistics'), ('Mathematik im Kontext'), ('Model Theory'), +('Nonsmooth Optimization'), ('Nichtlineare Optimierung'), +('Numerics of Fluid Dynamics (incompressible)'), +('Numerics of Hyperbolic Equations'), ('Numerische Lineare Algebra'), +('PDE II'), ('Riemannsche Flächen'), +('Seitenkanalangriffe gegen IT-Systeme'), ('Sobolev Spaces'), +('Spin Systems and Statistical Mechanics'), ('Topologie'), +('Variations of geometric energies'), ('Vertrauenspersonen');