Split courses by semester
This commit is contained in:
parent
4bffdb53e9
commit
46dfa2a152
5 changed files with 87 additions and 94 deletions
37
dummydata/summerCourses.sql
Normal file
37
dummydata/summerCourses.sql
Normal file
|
@ -0,0 +1,37 @@
|
|||
INSERT INTO `course` (name) VALUES
|
||||
('Algorithmic Discrete Mathematics'),
|
||||
('Analysis II'),
|
||||
('Analysis II (engl.)'),
|
||||
('Aussagen- und Prädikatenlogik'),
|
||||
('Discrete Optimization'),
|
||||
('Einführung in die Algebra'),
|
||||
('Einführung in die Finanzmathematik'),
|
||||
('Einführung in die mathematische Modellierung'),
|
||||
('Einführung in die Programmierung'),
|
||||
('Einführung in die Stochastik'),
|
||||
('Elementare PDE'),
|
||||
('Elementare Zahlentheorie'),
|
||||
('Graph Theory'),
|
||||
('Höhere Mathematik II'),
|
||||
('Integrationstheorie'),
|
||||
('LA für Physik und Lehramt'),
|
||||
('Linear Algebra II (engl.)'),
|
||||
('Lineare Algebra II'),
|
||||
('Logik und Grundlagen'),
|
||||
('Mathe für Chemiker'),
|
||||
('Mathe II für Informatik'),
|
||||
('Mathe II für Bauwesen'),
|
||||
('Mathe II für ET'),
|
||||
('Mathe II für Maschinenbau'),
|
||||
('Mathe IV für Maschinenbau'),
|
||||
('Mathe IV (ET) / Mathe III (Inf) / Praktische Mathe (MEd)'),
|
||||
('Mathe für MINT'),
|
||||
('Mathe & Statistik für Biologen'),
|
||||
('Mathematik im Kontext'),
|
||||
('Model Theory'),
|
||||
('Nichtlineare Optimierung'),
|
||||
('Numerische Lineare Algebra'),
|
||||
('Riemannsche Flächen'),
|
||||
('Sobolev Spaces'),
|
||||
('Topologie'),
|
||||
('Vertrauenspersonen');
|
Loading…
Add table
Add a link
Reference in a new issue