Sortiere Veranstaltungen
This commit is contained in:
parent
3495fb5f50
commit
9a74992ec0
1 changed files with 85 additions and 2 deletions
|
@ -1,2 +1,85 @@
|
|||
INSERT INTO `room` (name, max_occupy) VALUES ('S2 15 345',2),('S2 15 415',1),('S2 15 336',2),('S2 15 444',1),('S2 15 333',1),('Sonstige',1024);
|
||||
INSERT INTO `course` (name) VALUES ('Integrationstheorie'),('Analysis II (engl.)'),('Analysis II'),('Mathe II für Informatik'),('Mathe II für Bauwesen'),('Diskrete Optimierung'),('Lineare Algebra II'),('Einführung in die Algebra'),('FGdI I&II'),('Algorithmic Discrete Mathematics'),('Einführung in die Stochastik'),('Mathe II für ET'),('Mathe II für Maschinenbau'),('Mathe IV für Maschinenbau'),('Num Mathe für MB (IV)'),('Höhere Mathematik II'),('Elementare PDE'),('LA für Physik und Lehramt'),('Analysis I'),('Mathe III ET'),('Mathe I für Informatik'),('Complex Analysis'),('Mathe & Statistik für Biologen'),('Mathe I für Maschinenbau'),('Mathe I für Bau'),('Nichtlineare Optimierung'),('Einführung in die Numerische Mathematik'),('Differentialgeometrie'),('Mathe I für ET'),('Mathe III (Bau)'),('W. Theorie'),('Gewöhnliche Differentialgleichungen'),('Geometrie für Lehramt'),('Mathe III MB'),('Statistik I für Humanwissenschaftler'),('Einführung in die Optimierung'),('Algebra'),('Lineare Algebra I'),('Höhere Mathematik 1'),('Darstellende Geometrie'),('Statistik 1 für WI'),('Diskrete Mathematik'),('Linear Algebra I (engl.)'),('Introduction to mathematical logic'),('Statistik I für WI'),('Weihnachtsknobelstraße'),('Numerische Lineare Algebra'),('Mathe IV (ET) / Mathe III (Inf) / Praktische Mathe (MEd)'),('Topologie'),('Linear Algebra II (engl.)'),('Einführung in die Finanzmathematik'),('Einführung in die mathematische Software'),('Mathematische Statistik'),('Algebraische Kurven'),('Analysis I (engl.)'),('Funktionalanalysis'),('Lebensversicherungsmathematik'),('Automaten, Formale Sprachen und Entscheidbarkeit (FGdI)'),('Mathematik für Chemiker'),('Numerik gewöhnlicher Differentialgleichungen'),('Darstellungstheorie'),('Aussagen- und Prädikatenlogik'),('Riemannsche Flächen'),('Mathematische Grundlagen der Quantenmechanik'),('Elementare Zahlentheorie'),('Einführung in die mathematische Modellierung'),('Stochastische Prozesse I'),('Mathematik im Kontext'),('Funktionalanalysis II'),('Mathematik IV (für ET) /Mathematik III (für Inf) /PraktischeMathematik (für M.Ed.Math)'),('Differentialgeometrie fuer VI'),('Probability Theory'),('Mathe für MINT'),('Mathematik als gemeinsame Sprache der Naturwissenschaften'),('Manifolds'),('Kurvenschätzung'),('Spieltheorie'),('Einführung in die Programmierung'),('Algebraische Topologie'),('Schadenversicherungsmathematik'),('Partial Differential Equations I'),('Classical and Non-Classical Model Theory');
|
||||
INSERT INTO `room` (name, max_occupy) VALUES
|
||||
('S2 15 333', 1),
|
||||
('S2 15 336', 2),
|
||||
('S2 15 345', 2),
|
||||
('S2 15 415', 1),
|
||||
('S2 15 444', 1),
|
||||
('Sonstige', 1024);
|
||||
INSERT INTO `course` (name) VALUES
|
||||
('Algebra'),
|
||||
('Algebraische Kurven'),
|
||||
('Algebraische Topologie'),
|
||||
('Algorithmic Discrete Mathematics'),
|
||||
('Analysis I (engl.)'),
|
||||
('Analysis I'),
|
||||
('Analysis II (engl.)'),
|
||||
('Analysis II'),
|
||||
('Aussagen- und Prädikatenlogik'),
|
||||
('Automaten, Formale Sprachen und Entscheidbarkeit'),
|
||||
('Classical and Non-Classical Model Theory'),
|
||||
('Complex Analysis'),
|
||||
('Darstellende Geometrie'),
|
||||
('Darstellungstheorie'),
|
||||
('Differentialgeometrie'),
|
||||
('Differentialgeometrie für VI'),
|
||||
('Diskrete Mathematik'),
|
||||
('Diskrete Optimierung'),
|
||||
('Einführung in die Algebra'),
|
||||
('Einführung in die Finanzmathematik'),
|
||||
('Einführung in die Numerische Mathematik'),
|
||||
('Einführung in die Optimierung'),
|
||||
('Einführung in die Programmierung'),
|
||||
('Einführung in die Stochastik'),
|
||||
('Einführung in die mathematische Modellierung'),
|
||||
('Elementare PDE'),
|
||||
('Elementare Zahlentheorie'),
|
||||
('Funktionalanalysis'),
|
||||
('Funktionalanalysis II'),
|
||||
('Geometrie für Lehramt'),
|
||||
('Gewöhnliche Differentialgleichungen'),
|
||||
('Höhere Mathematik I'),
|
||||
('Höhere Mathematik II'),
|
||||
('Integrationstheorie'),
|
||||
('Introduction to mathematical logic'),
|
||||
('Kurvenschätzung'),
|
||||
('LA für Physik und Lehramt'),
|
||||
('Lebensversicherungsmathematik'),
|
||||
('Linear Algebra I (engl.)'),
|
||||
('Lineare Algebra I'),
|
||||
('Linear Algebra II (engl.)'),
|
||||
('Lineare Algebra II'),
|
||||
('Manifolds'),
|
||||
('Mathe für Chemiker'),
|
||||
('Mathe I für Informatik'),
|
||||
('Mathe I für Maschinenbau'),
|
||||
('Mathe I für Bau'),
|
||||
('Mathe I für ET'),
|
||||
('Mathe II für Informatik'),
|
||||
('Mathe II für Bauwesen'),
|
||||
('Mathe II für ET'),
|
||||
('Mathe II für Maschinenbau'),
|
||||
('Mathe III für Maschinenbau'),
|
||||
('Mathe III für Bau'),
|
||||
('Mathe III ET'),
|
||||
('Mathe IV für Maschinenbau'),
|
||||
('Mathe IV (ET) / Mathe III (Inf) / Praktische Mathe (MEd)'),
|
||||
('Mathe für MINT'),
|
||||
('Mathe & Statistik für Biologen'),
|
||||
('Mathematik als gemeinsame Sprache der Naturwissenschaften'),
|
||||
('Mathematik im Kontext'),
|
||||
('Mathematische Grundlagen der Quantenmechanik'),
|
||||
('Mathematische Statistik'),
|
||||
('Nichtlineare Optimierung'),
|
||||
('Numerik gewöhnlicher Differentialgleichungen'),
|
||||
('Numerische Lineare Algebra'),
|
||||
('Numerische Mathe für MB (IV)'),
|
||||
('Partial Differential Equations I'),
|
||||
('Probability Theory'),
|
||||
('Riemannsche Flächen'),
|
||||
('Schadenversicherungsmathematik'),
|
||||
('Spieltheorie'),
|
||||
('Statistik I für Humanwissenschaftler'),
|
||||
('Statistik I für WI'),
|
||||
('Stochastische Prozesse I'),
|
||||
('Topologie'),
|
||||
('Wahrscheinlichkeitstheorie');
|
||||
|
|
Loading…
Reference in a new issue