Modulhandbuch Master Research in Computer & Systems Engineering

Größe: px
Ab Seite anzeigen:

Download "Modulhandbuch Master Research in Computer & Systems Engineering"

Transkript

1 Modulhandbuch Master Research in Computer & ystems Engineering tudienordnungsversion: 2016 gültig für das Wintersemester 2016/17 Erstellt am: 01. November 2016 aus der O Datenbank der TU Ilmenau Herausgeber: Der Rektor der Technischen Universität Ilmenau URN: urn:nbn:de:gbv:ilm1-mhb-5039

2 sverzeichnis Name des Moduls/Fachs 1.F 2.F 3.F 4.F 5.F 6.F 7.F Abschluss L Fachnr. Basic tudies RCE F 25 Algorithms L 30min Control Engineering L 30min Information ystems L 30min oftware & ystems Engineering L Advanced Mobile Communication Networks L Advanced tudies RCE F 20 Advanced Database ystems L Cellular Communication ystems L Complex Embedded ystems L ystem Identification L 30min ystems Optimization L 30min ystems ecurity L 20min Lab Training RCE MO 5 Lab Training RCE L Individual tudies MO 30 Research eminar RCE L Group tudies RCE L Research roject RCE L Internship MO 15 Internship L oft kills RCE MO 10 Research kills L Allgemeinsprache DaF MO Masterarbeit RCE F 30 Kolloquium zur Master-Arbeit L 30min MaA wissenschaftliche Arbeit MA

3 Master Research in Computer & ystems Engineering 2016 Algorithms Basic tudies RCE Fachabschluss: rüfungsleistung mündlich 30 min prache: english rüfungsnummer: Fachverantwortlich: rof. Dr. Martin Dietzfelbinger W nach orkenntnisse Basic Data tructures, Calculus, Discrete tructures flichtkennz.: flichtfach Art der Notengebung: Gestufte Noten Turnus:ommersemester Leistungspunkte: 5 Workload (h): 150 Anteil elbststudium (h): 116 W: F 2.F 3.F 4.F 5.F 6.F 7.F Fachkompetenz: The students know the basic principles of the design and the analysis of algorithms: correctness and running time. They know the o notation and their use for analyzing running times. They know basic number theoretical algorithms (addition, multiplication, division, modular multiplication, modular exponentiation, greatest common divisor), they know basic primality tests and the RA scheme. The students know the divide-and-conquer paradigm with the master theorem (and its proof) and the most important examples like Karatsuba s algorithm, trassen s algorithm, Mergesort, Quicksort, and the Fast Fourier Transform. They know basic techniques for orienting oneself in graphs and digraphs: BF, DF, Kosaraju s algorithm for strongly connected components. They know Dijkstra s algorithm for calculating shortest paths in graphs, and the data type priority queue with its most important implementation techniques binary heap and d-ary heap. Out of the family of greedy algorithms they know Kruskal s algorithm and rim s algorithm for the problem of a mimimum spanning tree, including the correctness proof and the runtime analysis including the use of the union find data structure. As another greedy algorithm they know Huffman s algorithm for an optimal binary code. In the context of the dynamic programming paradigm the students know the principal approach as well as the specific algorithms for Edit distance, all-pairs shortest paths (Floyd-Warshall), single-source shortest paths with edge lengths (Bellman-Ford), knapsack problems and matrix chain multiplication. They know the basic definitions and facts from N-completeness theory, in particular the implications one gets (if <> N) from the fact that a search problem is N-complete as well as central examples of Ncomplete problems. Methodenkompetenz: The students can formulate the relevant problems and can describe the algorithms that solve the problems. They are able to carry out the algorithms for example inputs, to prove correctness and analyze the running time. They are able to apply algorithm paradigms to create algorithms in situations similar to those treated in the course. They can explain the significance of the concept of N-completeness and identify some selected N-complete problems. Fibonacci numbers and their algorithms, Big-O notation, multiplication, division, modular addition and multiplication, fast exponentiation, 8extended) Euclidean algorithm, primality testing by Fermat s test (with proof) and by Miller-Rabin (without proof), generating primes, cryptography and the RA system (with correctness proof and runtime analysis). The divide-andconquer scheme, Karatsuba multiplication, the master theorem (with proof), Mergesort, Quicksort, polynomial multiplication and Fast Fourier Transform. Graph representation. Exploring graphs and digraphs by BF and (detailed) DF. Acyclicity test (with proof), topological ordering. trongly connected components by Kosaraju s algorithm (with proof). hortest paths by Dijkstra s algorithm (with proof), priority queues as auxiliary data structure. The greedy paradigm. Minimum spanning trees by Kruskal s algorithm (with union-find data structure) and the rim/jarnik algorithm (with correctness proof). Huffman encoding, with priority queue, correctness proof. The dynamic programming paradigm. Examples: edit distance, chain matrix multiplication, knapsack with and without repetition, shortest paths (Floyd-Warshall and Bellman-Ford). olynomial search problems, class N, N-complete problems. ignificance of the notion. Central examples: atisfiability, Clique, vertex cover, traveling salesperson, graph coloring eite 3 von 35

4 Blackboard, slide projection, exercise sheets, Moodle platform for communication. -. Dasgupta, C. H. apadimitriou, U.. azirani, Algorithms, McGraw Hill, 2006 (rime textbook) - T. Cormen, C. Leiserson, R. Rivest, C. tein, Introduction to Algorithms, econd Edition, MIT ress edgewick, Algorithms, Addison Wesley (Any edition will do, with or without specific programming language.) verwendet in folgenden tudiengängen Master Research in Computer & ystems Engineering 2016 eite 4 von 35

5 Master Research in Computer & ystems Engineering 2016 Basic tudies RCE Control Engineering Fachabschluss: rüfungsleistung mündlich 30 min prache: Englisch Fachverantwortlich: rof. Dr. u Li W nach Die tudierenden können rüfungsnummer: Turnus:Wintersemester 1.F 2.F 3.F 4.F 5.F 6.F 7.F die Grundlagen, roblemstellungen und Methoden der Regelungs- und ystemtechnik/technische Kybernetik klassifizieren, ystembeschreibungen ableiten, Methoden zur ystemanalyse anwenden, die tabilität sowie einschleifige Regelkreise für industrielle rozesse analysieren. orkenntnisse Grundlagen der Mathematik, hysik, Elektrotechnik, Maschinenbau Modeling of linear processes: Modeling with differential equations Linearization of nonlinear systems tate space model Laplace transformation: Laplace transformation of typical functions roperties of Laplace transformation Transfer function Analysis of control systems in time domain: Dynamics of different plants Responses due to typical input signals Functions of typical controller tability analysis räsentation, orlesungsskript, Tafelanschrieb flichtkennz.: flichtfach Art der Notengebung: Gestufte Noten Leistungspunkte: 5 Workload (h): 150 Anteil elbststudium (h): 116 W: eite 5 von 35

6 R. C. Dorf, R. H. Bishop. Modern Control ystems. earson K. Ogata. Modern control engineering. earson Mündliche rüfung, 30 min. verwendet in folgenden tudiengängen Master Research in Computer & ystems Engineering 2012 Master Research in Computer & ystems Engineering 2016 eite 6 von 35

7 Master Research in Computer & ystems Engineering 2016 Basic tudies RCE Information ystems Fachabschluss: rüfungsleistung mündlich 30 min prache: Englisch rüfungsnummer: Fachverantwortlich: rof. Dr. Kai-Uwe attler Turnus:Wintersemester Leistungspunkte: 5 Workload (h): 150 Anteil elbststudium (h): 116 W: 3.0 W nach 1.F 2.F 3.F 4.F 5.F 6.F 7.F Nach dem Besuch dieser eranstaltung verstehen die tudierenden die Grundprinzipien von Datenbanksystemen. ie kennen die chritte des Entwurfs von Datenbanken und können die relationale Entwurfstheorie beschreiben. Weiterhin können sie deklarative Anfragen in QL formulieren sowie Integritätsbedingungen definieren. Die tudierenden kennen die Aufgaben und rinzipien der einzelnen DBM-Komponenten sowie deren Zusammenwirken. ie können verschiedene Techniken zur peicherung und erwaltung großer Datenbestände sowie zur erarbeitung von Anfragen erklären. Die tudierenden sind in der Lage, gegebene praktische roblemstellungen zu analysieren, im ER-Modell zu modellieren und in einer relationalen Datenbank abzubilden sowie die Relationenalgebra und QL zur Anfrageformulierung zu nutzen. ie können die verschiedenen Techniken zur Datenverwaltung, Anfrage- und Transaktionsverarbeitung hinsichtlich ihrer orund Nachteile für verschiedene Einsatzzwecke bewerten. orkenntnisse keine Introduction; Conceptual Modeling: Entity-Relationship Model, Mapping ER chemas to Relations; Relational Database Theory: Functional Dependencies, Normal Forms, Relational Model and Relational Algebra; QL and Database rogramming; torage and File tructures: Indexing, B-Trees; Query rocessing: Query Operators, Query Optimization; Transaction rocessing & Recovery, erializability, Locking, Locking, Recovery trategies orlesung mit räsentation und Tafel, Handouts, Moodle Garcia-Molina, Ullman, Widom: Database ystems The Complete Book, earson/rentice Hall, 2009 mündliche rüfung (30 min) im rüfungszeitraum verwendet in folgenden tudiengängen Master Research in Computer & ystems Engineering 2012 Master Research in Computer & ystems Engineering 2016 flichtkennz.: flichtfach Art der Notengebung: Gestufte Noten 2254 eite 7 von 35

8 Master Research in Computer & ystems Engineering 2016 Basic tudies RCE oftware & ystems Engineering Fachabschluss: rüfungsleistung alternativ prache: Englisch rüfungsnummer: Fachverantwortlich: rof. Dr. Armin Zimmermann W nach flichtkennz.: flichtfach Art der Notengebung: Gestufte Noten Turnus:Wintersemester Leistungspunkte: 5 Workload (h): 150 Anteil elbststudium (h): 116 W: F 2.F 3.F 4.F 5.F 6.F 7.F Fachkompetenz: Die tudierenden verstehen fortgeschrittene robleme und Lösungsansätze für den Entwurf komplexer oftwaresysteme und ihrer technischen Anwendungen. ie kennen gängige funktionale und nichtfunktionale Anforderungen an oftwaresysteme und sind in der Lage, aus ihnen Entwurfsentscheidungen abzuleiten. Methodenkompetenz: Die tudierenden sind fähig, geeignete Entwurfs-, Modellierungs- und Bewertungsverfahren für komplexe oftaresysteme auszuwählen und auf konkrete roblemstellungen anzuwenden. ozialkompetenz: Die tudierenden sind in der Lage, selbständig größere thematische zusammenhängende abschnitte zu den Themen der eranstaltung durchzuarbeiten und zu erschließen. ie können aus der orträge zu ergänzenden Themen halten orkenntnisse Bachelor in Computer cience, Computer Engineering or equivalent Introduction to advanced topics in oftware Engineering and ystems Engineering Introduction and Overview of Topics ystems Engineering elected Topics in oftware Engineering elected Topics in Model-Based ystems Engineering (erformance Evaluation) resentation slides, literature ommerville: oftware Engineering (9th revised edition. International ersion) M. Ajmone Marsan, G. Balbo, G. Conte,. Donatelli and G. Franceschinis: Modelling with Generalized tochastic etri Nets (Wiley 1995) INCOE ystems Engineering Handbook, 2000 Blanchard, Fabrycky: ystems Engineering and Analysis (rentice Hall 2006) Cassandras/Lafortune: Introduction to Discrete Event ystems eite 8 von 35

9 uccessful completution and grading is based on - 80% oral exam (25 min) - 20 % work in the seminar verwendet in folgenden tudiengängen Master Research in Computer & ystems Engineering 2012 Master Research in Computer & ystems Engineering 2016 eite 9 von 35

10 Master Research in Computer & ystems Engineering 2016 Basic tudies RCE Advanced Mobile Communication Networks Fachabschluss: rüfungsleistung alternativ prache: Englisch rüfungsnummer: Fachverantwortlich: rof. Dr. Andreas Mitschele-Thiel W nach orkenntnisse Bachelor degree, basics of communication networks flichtkennz.: flichtfach Art der Notengebung: Gestufte Noten Turnus:ommersemester Leistungspunkte: 5 Workload (h): 150 Anteil elbststudium (h): 105 W: F 2.F 3.F 4.F 5.F 6.F 7.F The course introduces students in advanced topics in mobile data communication. It enables students to understand the research issues from a protocol- and system point of view, resulting from the mobility and the wireless transmission Introduction Medium Access chemes Mobility Management TC/I elf-organization IEEE Quality of ervice Ad Hoc Networks Cognitive Radio Networks Overview on cellular systems resentations see webpage The course consists of two parts: In the first part of the semester, lectures on the material are given. In the second part, individual studies (semester-long research projects that include a term paper and a presentation) help to improve understanding of the material. Grading scheme: 40% term paper plus presentation, 60% oral exam (20 min, registration at IC office in Z1031). eite 10 von 35

11 Binding registration for the exam (using Thoska or the registration form provided by the examination office IA) is required at the beginning of each semester (check the registration time window which is defined each semester) in order to participate in individual studies projects and the oral exam. As your course grade is a result of the individual studies and the oral exam, only formally registered students are eligible for participation in the individual studies and may receive credits for it. verwendet in folgenden tudiengängen Master Ingenieurinformatik 2014 Master Communications and ignal rocessing 2013 Master Ingenieurinformatik 2009 Master Research in Computer & ystems Engineering 2016 Master Informatik 2013 eite 11 von 35

12 Master Research in Computer & ystems Engineering 2016 Advanced tudies RCE Advanced Database ystems Fachabschluss: rüfungsleistung alternativ prache: Englisch rüfungsnummer: Fachverantwortlich: rof. Dr. Kai-Uwe attler Turnus:ganzjährig Leistungspunkte: 5 Workload (h): 150 Anteil elbststudium (h): 116 W: 3.0 W nach 1.F 2.F 3.F 4.F 5.F 6.F 7.F tudierende, die diese eranstaltung besucht haben, verstehen fortgeschrittene Aspekte von Datenbanksystemen wie die erwaltung raumbezogener Daten, Web-scale Data Management sowie Data Warehousing und Data Mining. ie können Techniken zur Modellierung aber auch zu Implementierung von roblemstellungen aus diesen Domänen erklären und bewerten. Die tudierenden sind in der Lage, Datenmanagementlösungen für konkrete Aufgaben aus diesen Bereichen anzuwenden und entwickeln. orkenntnisse L Information ystems patial Data Management: patial concepts and representation of spatial objects, patial access methods, Query processing; Web-cale Data Management: irtualization & Multi-Tenancy, Consistency models, Qo, data partitioning, replication, DHTs, MapReduce; Data Warehousing and Data Mining: Data warehouse architecture, multidimensional data modeling, Query processing in data warehouses: QL & MDX; Data Mining orlesung mit räsentation und Tafel, Handouts, Moodle Garcia-Molina, Ullman, Widom: Database ystems The Complete Book, earson/rentice Hall, 2009 Rigaux, choll, oisard: patial Databases with Applications to GI,Morgan Kaufman, hekhar, Chawla: patial Databases A Tour, rentice Hall, Kumar, teinbach, Tan: Introduction to Data Mining, Addison Wesley, Lehner, attler: Web-cale Data Management for the Cloud, pringer, mündliche rüfung (30 min) im rüfungszeitraum verwendet in folgenden tudiengängen Master Research in Computer & ystems Engineering 2012 Master Research in Computer & ystems Engineering 2016 flichtkennz.: flichtfach Art der Notengebung: Gestufte Noten 2254 eite 12 von 35

13 eite 13 von 35

14 Master Research in Computer & ystems Engineering 2016 Advanced tudies RCE Cellular Communication ystems Fachabschluss: rüfungsleistung alternativ prache: Englisch rüfungsnummer: Fachverantwortlich: rof. Dr. Andreas Mitschele-Thiel Turnus:Wintersemester Leistungspunkte: 5 Workload (h): 150 Anteil elbststudium (h): 105 W: 3.0 W nach 1.F 2.F 3.F 4.F 5.F 6.F 7.F The course introduces students into the functionalities of cellular communication systems, esp. GM/GR/EDGE, UMT/HA, LTE/AE. It enables students to unterstand network and protocol aspects of these system as well as aspects related to their deployment and management. Main topics are the network architechture, network elements, protocols, and services of these systems. The course allows students to understand main functions as mobility management, radio resource allocation, session management and Qo, as well as authentification, authorisation and network management. orkenntnisse Communication protocols and networks, basics of mobile communication networks - Review of mobile communication basics - Overview on GM and GR - UMT architecture (mobility management, connection and session management, wideband CDMA, management of radio resources - UMT radio access network - High-peed acket Access (HA) - Long-Term Evolution (LTE) - ystem Architecture Evolution (AE) - elf-organization in LTE resentations with beamer, presentation slides - Kaaranen, Ahtiainen, Laitinen, Naghian, Niemi. UMT Networks Architecture, Mobility and ervices. Wiley, Holma, Toskala. WCDMA for UMT. revised edition, Wiley, Dahlmann, arkvall, köld. 4G: LTE/LTE-Advanced for Mobile Broadband, A, tefania esia, Issam Toufik, Matthew Baker. LTE - The UMT Long Term Evolution: From Theory to ractice flichtkennz.: flichtfach Art der Notengebung: Gestufte Noten 2235 The course consists of two parts: In the first part of the semester, lectures on the material are given. In the second part, individual studies (semester-long research projects that include a term paper and a presentation) help to improve eite 14 von 35

15 understanding of the material. Grading scheme: 40% term paper plus presentation, 60% oral exam (20 min, registration at IC office in Z1031). Binding registration for the exam (using Thoska or the registration form provided by the examination office IA) is required at the beginning of each semester (check the registration time window which is defined each semester) in order to participate in individual studies projects and the oral exam. As your course grade is a result of the individual studies and the oral exam, only formally registered students are eligible for participation in the individual studies and may receive credits for it. verwendet in folgenden tudiengängen Master Ingenieurinformatik 2014 Master Ingenieurinformatik 2009 Master Research in Computer & ystems Engineering 2012 Master Research in Computer & ystems Engineering 2016 Master Informatik 2013 Master Communications and ignal rocessing 2013 eite 15 von 35

16 Master Research in Computer & ystems Engineering 2016 Advanced tudies RCE Complex Embedded ystems Fachabschluss: rüfungsleistung alternativ prache: Englisch rüfungsnummer: Fachverantwortlich: rof. Dr. Armin Zimmermann W nach flichtkennz.: flichtfach Art der Notengebung: Gestufte Noten Turnus:ommersemester Leistungspunkte: 5 Workload (h): 150 Anteil elbststudium (h): 116 W: F 2.F 3.F 4.F 5.F 6.F 7.F Fachkompetenz: Die tudierenden verstehen detailliert Aufbau und Funktionsweise von komplexen eingebetteten Rechnersystemen. Die tudenten verstehen die in eingebetteten ystemen zu beachtenden Echtzeit-, Kommunikations- und softwaretechnischen Aspekte. Die tudierenden sind fähig, icherheit, Zuverlässigkeit und Leistungsverbrauch beim Entwurf zu berücksichtigen. Die tudenten haben Kenntnisse in der Entwurfsdomäne Automotive. Methodenkompetenz: Die tudierenden sind in der Lage, Methoden des ystementwurfs, des modellbasierten Entwurfs und des Hardware-oftware- Codesigns auf konkrete roblemstellungen anzuwenden. Die tudierenden sind in der Lage, verschiedene Methoden für unterschiedliche Anwendungsgebiete zu bewerten. ystemkompetenz: Die tudierenden entwerfen und validieren auszugsweise komplexe eingebettete Rechnersysteme für konkrete Einsatzszenarien. ozialkompetenz: Die tudierenden sind in der Lage, praktische roblemstellungen des Entwurfs in der Gruppe zu lösen orkenntnisse Finished 1st semester courses of RCE 1. Introduction, Motivation 2. Aspects of ystem Design 3. Model-Based Design 4. Real-Time ystems 5. cheduling 6. afety and Reliability 7. oftware Design for Embedded ystems 8. Hardware-oftware-Codesign 9. Computer Architecture of Embedded ystems 10. Communication ystems 11. Energy Consumption 12. Automotive Embedded ystems lides Are publicized on the web site and in the lecture rimär: Eigenes Material (Online und Copyshop) ekundär: Empfehlungen in der orlesung Allgemein: Webseite (dort auch gelegentlich aktualisierte hinweise und Online-Quellen). Wayne Wolf: Computers as Components (Kaufmann 2001) eite 16 von 35

17 Alan Burns and Andy Wellings: Real-time systems and programming languages (Addison-Wesley 2001) Jane Liu: Real-Time ystems (also online) Jim E. Cooling: oftware engineering for real-time systems (Addison-Wesley 2001) uccessful completuion and grading is based on - 70% written exam (90 min) - 30 % individual talks by students verwendet in folgenden tudiengängen Master Research in Computer & ystems Engineering 2012 Master Research in Computer & ystems Engineering 2016 eite 17 von 35

18 Master Research in Computer & ystems Engineering 2016 Advanced tudies RCE ystem Identification Fachabschluss: rüfungsleistung mündlich 30 min prache: English rüfungsnummer: Fachverantwortlich: rof. Dr. Christoph Ament W nach orkenntnisse Lecture Control Engineering flichtkennz.: flichtfach Art der Notengebung: Gestufte Noten Turnus:ommersemester Leistungspunkte: 5 Workload (h): 150 Anteil elbststudium (h): 116 W: F 2.F 3.F 4.F 5.F 6.F 7.F The students are able to model selected technical systems as well as signals and create a model suited for analyses, simulation and control unit design. They make experiences with both theoretical and experimental modelling principles and parameter identification, in offline and online mode. They understand the methods and algorithms for analyses and identification of dynamic systems and are able to review, select and adapt them to a precise problem. If someone wants to evaluate the behavior of a technical system before it is build up, or to design a suitable controller, he is in need of a model that is a mathematical description of the system. The process of modelling is often very extensive in practice. In this lecture, the systematical procedure and methods for efficient modelling are developed. It is differentiated between theoretical and experimental modelling. After the introduction (chapter 1) the principles of theoretical modelling (chapter 2) are introduced, based on different physical domains like e.g. electronics. These are linked by modelling analogies and displaying in block diagrams. In the area of experimental modelling, general model approaches are introduced (chapter 3) before the development of static identification principles for model parameters based on measurement data (chapter 4) and adequate proceedings for model validation (chapter 5) are presented. With the focus remaining on experimental modelling, the methods are expanded to include the modelling of signals (chapter 6) and of the dynamic behavior of technical systems, both for time discrete (chapter 8) and continuous ones (chapter 7). For the latter, three different classes of input signals are discussed (deterministic non-periodic, periodic, and stochastic). In the final part, the focus is set on online methods for parameter identification which allow for the estimation of both parameters and system states during the runtime of the system (chapter 9). As a powerful tool, the Kalman-filter is introduced and adapted to concrete problems (chapter 10). The lecture is structured as follows: 1 Introduction 2 hysical model approaches: White box models 3 General model approaches: Black box models 4 arameter identification 5 Model verification 6 Identification of signal models 7 Identification of continuous-time systems 8 Identification of discrete-time systems 2211 eite 18 von 35

19 9 Recursive parameter estimation 10 Kalman filtering During lectures, the concepts are developed at the blackboard. Also, a presenter is used to show relevant parts of the script, and to demonstrate numerical simulations. The script is available at the copy shop and can also be downloaded. The website of the lecture features current information and tasks for the tutorials. D. imon: Optimal tate Estimation: Kalman, H Infinity, and Nonlinear Approaches, John Wiley & ons, 2006 R. Isermann, M. Münchhof: Identification of Dynamic ystems - An Introduction with Applications, pringer, 2011 L. Ljung: ystem Identification, Theory for the user, rentice Hall, 1999 verwendet in folgenden tudiengängen Master Research in Computer & ystems Engineering 2012 Master Research in Computer & ystems Engineering 2016 eite 19 von 35

20 Master Research in Computer & ystems Engineering 2016 Advanced tudies RCE ystems Optimization Fachabschluss: rüfungsleistung mündlich 30 min prache: Englisch Fachverantwortlich: rof. Dr. u Li W nach Die tudierenden können orkenntnisse flichtkennz.: flichtfach rüfungsnummer: Optimierung des Designs und des Betriebs industrieller rozesse Turnus:Wintersemester 1.F 2.F 3.F 4.F 5.F 6.F 7.F Grundlagen der Mathematik, hysik, Elektrotechnik; Control Engineering Art der Notengebung: Gestufte Noten Leistungspunkte: 5 Workload (h): 150 Anteil elbststudium (h): 105 W: 4.0 die Grundlagen, roblemstellungen und Methoden der statischen und dynamischen rozessoptimierung klassifizieren, Methoden und Werkzeuge anwenden, unterschiedliche roblemstellungen und mathematische Herleitungen analysieren und generieren optimale arameter und teuerungen berechnen sowie Anwendungsfälle für industrielle rozesse analysieren, entwickeln und bewerten. Lineare und Nichtlineare rogrammierung Mixed-Integer Optimierung Anwendung von Optimierwerkzeugen (GAM) am Rechner raktische Anwendungsbeispiele Lineare rogrammierung: Theorie der linearen rogrammierung, Freiheitsgrad, zulässiger Bereich, graphische Darstellung/Lösung, implexmethode, Dualität, Mischungsproblem, optimale roduktionsplanung. Nichtlineare Optimierung: Konvexitätsanalyse, robleme ohne und mit Nebenbedingungen, Optimalitätsbedingungen, Methode des goldenen chnitts, das Gradienten-, Newton-, Quasi-Newton-erfahren, robleme mit Nebenbedingungen, Kuhn-Tucker-Bedingungen, Q- erfahren (equentiell Quadratische rogrammierung), Active-et-Methode, Approximation der Hesse-Matrix, Anwendung in der optimalen Auslegung industrieller rozesse. Mixed-Integer Nichtlineare rogrammierung (MINL): Mixed-Integer Lineare und Nichtlineare rogrammierung (MIL, MINL), Branch-and-Bound-Methode, Master-roblem, Optimierungssoftware GAM, Anwendung im Design industrieller rozesse. Indirekte erfahren 2212 eite 20 von 35

21 ariationsverfahren, Optimalitätsbedingungen Maximum-rinzip Dynamische rogrammierung Riccati-Optimal-Regler Direkte erfahren Methoden zur Diskretisierung, Orthogonale Kollokation Lösung mit nichtlinearen rogrammierungsverfahren imultane und equentielle erfahren Anwendungsbeispiele räsentation, orlesungsskript, Tafelanschrieb U. Hoffmann, H. Hofmann: Einführung in die Optimierung, erlag Chemie, Weinheim, 1982 T. F. Edgar, D. M. Himmelblau: Optimization of Chemical rocesses, McGraw-Hill, New York, 1989 Teo, K. L., Goh, C. J., Wong, K. H: A Unified Computational Approach to Optimal Control roblems. John Wiley & ons, New York, 1991 C. A. Floudas: Nonlinear and Mixed-Integer Optimization, Oxford University ress, 1995 L. T. Biegler, I. E. Grossmann, A. W. Westerberg: ystematic Methods of Chemical rocess Design. rentice Hall, New Jersey, 1997 M. apageorgiou: Optimierung, Oldenbourg erlag, München, 2006 J. Nocedal,. J. Wright: Numerical Optimization, pringer-erlag, 1999 D. G. Luenberger. Introduction to Dynamic ystems. Wiley A. C. Chiang. Elements of Dynamic Optimization. McGraw-Hill D.. Bertsekas. Dynamic rogramming and tochastic Control. Academic ress R. F. tengel. Optimal Control and Estimation. Dover ublications J. Macki. Introduction to Optimal Control Theory. pringer D. G. Hull. Optimal Control Theory for Applications. pringer Mündliche rüfung, 30 min. verwendet in folgenden tudiengängen Master Research in Computer & ystems Engineering 2012 Master Research in Computer & ystems Engineering 2016 eite 21 von 35

22 Master Research in Computer & ystems Engineering 2016 Advanced tudies RCE ystems ecurity Fachabschluss: rüfungsleistung mündlich 20 min prache: Englisch rüfungsnummer: Fachverantwortlich: rof. Dr. Winfried Kühnhauser Turnus:ommersemester Leistungspunkte: 5 Workload (h): 150 Anteil elbststudium (h): 105 W: 3.0 W nach 1.F 2.F 3.F 4.F 5.F 6.F 7.F Fachkompetenz: Die tudierenden erwerben fortgeschrittene Kenntnisse über Design und Implementierung verteilter ysteme, wobei die chwerpunkte auf verteilten Algorithmen und ystemsicherheit liegen. ie werden hierdurch in die Lage versetzt, verteilte ysteme für komplexe Anwendungsszenarien zu konzipieren und entwickeln. Methodenkompetenz: Die tudierenden verfügen über das Wissen, Entwurfs- und Analysemethoden anzuwenden, mit denen grundlegende nichtfunktionale ystemeigenschaften erreicht und nachgewiesen werden. ystemkompetenz: Die tudierenden verstehen verteilte ysteme als strukturierte ysteme aus Komponenten mit individuellen Aufgaben und hochgradig komplexen Beziehungen und verstehen das Zusammenwirken dieser Komponenten und der aradigmen, Methoden, Algorithmen und Architekturprinzipien, die dieses Zusammenwirken organisieren. orkenntnisse Bc Computer cience, especially - algorithms and complexity, -automata and formal languages, - operating systems, - networks, -discrete structures The second part focuses on methodological engineering of security properties of distributed systems based on security policies and their formal models. In an early stage of the engineering process formal security models are used for the precise and unambiguous representation of security policies which then are analyzed by static model checking and simulative model execution. uccessful models afterwards are transformed via specification languages into executable code which finally is integrated into a system's trusted computing base. Course topics are requirements analysis security policies and formal security models model engineering security mechanisms security architectures Handouts, apers, Books see website of course flichtkennz.: flichtfach Art der Notengebung: Gestufte Noten 2255 eite 22 von 35

23 oral exam (20 min) verwendet in folgenden tudiengängen Master Research in Computer & ystems Engineering 2012 Master Research in Computer & ystems Engineering 2016 eite 23 von 35

24 Master Research in Computer & ystems Engineering 2016 Lab Training RCE Lab Training RCE Fachabschluss: tudienleistung prache: Englisch rüfungsnummer: Fachverantwortlich: Dr. iegbert Hopfgarten Turnus:ganzjährig Leistungspunkte: 5 Workload (h): 150 Anteil elbststudium (h): 105 W: 3.0 W nach 1.F 2.F 3.F 4.F 5.F 6.F 7.F Unter Einbeziehung der in den Basic tudies gelehrten, der im laufenden angebotenen Fächer und Module sowie im elbststudium erworbener Kenntnisse wenden die tudierenden fachspezifische Kenntnisse an. Individuell oder in kleinen Gruppen werden die roblemstellungen analysiert, Lösungswege generiert und an praxisnahen ersuchsaufbauten und Aufgabenstellungen getestet. ie beurteilen die erzielten Ergebnisse. orkenntnisse Basic tudies, Advanced tudies 1) Embedded ystems/rogramming 2) Database administration and tuning 3) Identification, control, and optimization (two out of three units) ersuchsanleitungen, Aufgabenstellungen zur Lösung an Cs/eingebetteten ystemen/mittels Datenbanken F. M. Mims. tarted in Electronics. Master ublishing Inc J. anchez, M.. Canton. Embedded ystems Circuits and rogramming. CRC ress R. C. Dorf, R. H. Bishop. Modern Control ystems. earson R. Fletcher. ractical Methods of Optimization. Wiley flichtkennz.: flichtfach Unbenotete cheine (Testate) für 2 der angebotenen Einheiten (siehe ). verwendet in folgenden tudiengängen Master Research in Computer & ystems Engineering 2012 Master Research in Computer & ystems Engineering 2016 Art der Notengebung: Testat / Generierte Noten 2212 eite 24 von 35

25 Master Research in Computer & ystems Engineering 2016 Individual tudies Research eminar RCE Fachabschluss: rüfungsleistung alternativ prache: Englisch 8018 rüfungsnummer: Fachverantwortlich: rof. Dr. Kai-Uwe attler W nach orkenntnisse flichtkennz.: flichtfach Art der Notengebung: Gestufte Noten Turnus:Wintersemester Leistungspunkte: 5 Workload (h): 150 Anteil elbststudium (h): 139 W: F 2.F 3.F 4.F 5.F 6.F 7.F Ein Research eminar dient der ertiefung der Kenntnisse im Umgang mit wissenschaftlichen Texten in rezipierender und darstellender Weise. Hauptaufgabe eines tudierenden ist die eigenständige Erarbeitung eines tückes oder mehrerer tücke fremder wissenschaftlicher bis zum eigenen erständnis und die geschlossene Darstellung dieses Materials in einem ortrag vor anderen tudierenden und dem eranstalter, mit Befragung und Diskussion auf wissenschaftlichem Niveau. Eine schriftliche Zusammenfassung wird gefordert. Das eminar dient auch dazu, die Kommunikationsfähigkeit der tudierenden in einem fachlichen Kontext zu trainieren und zu bewerten wird zu Beginn der eranstaltung bzw. bei der Ausschreibung bekannt gegeben. ortrag, bereitgestellte wird zu Beginn der eranstaltung bzw. bei der Ausschreibung bekannt gegeben verwendet in folgenden tudiengängen Master Research in Computer & ystems Engineering 2016 Master Research in Computer & ystems Engineering 2009 Master Research in Computer & ystems Engineering 2012 eite 25 von 35

26 Master Research in Computer & ystems Engineering 2016 Individual tudies Group tudies RCE Fachabschluss: rüfungsleistung alternativ prache: Englisch 8021 rüfungsnummer: Fachverantwortlich: rof. Dr. Andreas Mitschele-Thiel W nach 240 h Turnus:ommersemester Leistungspunkte: 10 Workload (h): 300 Anteil elbststudium (h): 300 W: 0.0 orkenntnisse Completion of Research eminar I Individual research topics provided by RCE professors 1.F 2.F 3.F 4.F 5.F 6.F 7.F The course has the following goals - learn to solve a scientific problem in a team of peers - problems are provided by the participating professors - 8 credits - individual research - team meetings - presentations and reviews - project documentation - material provided by organizing professors roblem dependent flichtkennz.: flichtfach Art der Notengebung: Gestufte Noten 2235 verwendet in folgenden tudiengängen Master Research in Computer & ystems Engineering 2016 Master Research in Computer & ystems Engineering 2009 Master Research in Computer & ystems Engineering 2012 eite 26 von 35

27 Master Research in Computer & ystems Engineering 2016 Individual tudies Research roject RCE Fachabschluss: rüfungsleistung alternativ prache: Englisch 8016 rüfungsnummer: Fachverantwortlich: rof. Dr. Armin Zimmermann W nach Turnus:Wintersemester Leistungspunkte: 15 Workload (h): 450 Anteil elbststudium (h): 405 W: 4.0 orkenntnisse Basic studies of RCE curriculum and research skills seminar abhängig vom individuellen rojekt depends on the actual project 1.F 2.F 3.F 4.F 5.F 6.F 7.F Die tudierenden sind in der Lage, unter Anleitung selbständig aktuelle Forschungsthemen zu bearbeiten. ie können offene robleme analysieren, den tand der Technik erarbeiten und orschläge für neuartige Lösungen entwickeln und realisieren. Die tudierenden sind in der Lage, zu aktuellen Forschungsfragen beizutragen und ihre Ergebnisse zu präsentieren sowie einzuordnen. Forschungsarbeiten innerhalb der beteiligten Fachgebiete Research work within the participating groups abhängig vom individuellen rojekt depends on the actual project flichtkennz.: flichtfach Art der Notengebung: Gestufte Noten 2236 verwendet in folgenden tudiengängen Master Research in Computer & ystems Engineering 2016 Master Research in Computer & ystems Engineering 2009 Master Research in Computer & ystems Engineering 2012 eite 27 von 35

28 Master Research in Computer & ystems Engineering 2016 Internship Internship Fachabschluss: tudienleistung alternativ prache: rüfungsnummer: Fachverantwortlich: rof. Dr. Kai-Uwe attler W nach flichtkennz.: flichtfach min. 10 Art der Notengebung: Testat / Generierte Noten Turnus:ganzjährig Leistungspunkte: 15 Workload (h): 450 Anteil elbststudium (h): 405 W: F 2.F 3.F 4.F 5.F 6.F 7.F 2254 orkenntnisse verwendet in folgenden tudiengängen Master Research in Computer & ystems Engineering 2016 eite 28 von 35

29 Master Research in Computer & ystems Engineering 2016 oft kills RCE Modulnummer: 8024 Modulverantwortlich: rof. Dr. Winfried Kühnhauser Modulabschluss: Lernergebnisse This module trains skills that help to do efficiently perform the characteristic patterns of scientific work. The students learn and train to present scientific results in reading and writing, to design conference posters, to write research proposals, to review papers, and to organize workshops and conferences. Additionally, skills in German language are trained. orraussetzungen für die Teilnahme siehe individuelle Fächerbeschreibungen eite 29 von 35

30 Master Research in Computer & ystems Engineering 2016 oft kills RCE Research kills Fachabschluss: tudienleistung alternativ prache: english rüfungsnummer: Fachverantwortlich: rof. Dr. Winfried Kühnhauser W nach flichtkennz.: flichtfach Art der Notengebung: Testat / Generierte Noten Turnus:Wintersemester Leistungspunkte: 6 Workload (h): 180 Anteil elbststudium (h): 158 W: F 2.F 3.F 4.F 5.F 6.F 7.F 2255 orkenntnisse verwendet in folgenden tudiengängen Master Research in Computer & ystems Engineering 2016 eite 30 von 35

31 Master Research in Computer & ystems Engineering 2016 Masterarbeit RCE Modulnummer: 8027 Modulverantwortlich: rof. Dr. Kai-Uwe attler Modulabschluss: Fachprüfung/Modulprüfung generiert Lernergebnisse Die tudierenden vertiefen in einem speziellen fachlichen Thema ihre bisher erworbenen Kompetenzen. ie werden befähigt, eine komplexe und konkrete roblemstellung zu beurteilen und unter Anwendung der bisher erworbenen Theorie- und Methodenkompetenzen selbständig zu bearbeiten. Das Thema ist gemäß wissenschaftlicher tandards zu dokumentieren und die tudierenden werden befähigt, entsprechende wissenschaftlich fundierte Texte zu verfassen. Die tudierenden erwerben roblemlösungskompetenz und lernen es, die eigene Arbeit zu bewerten und einzuordnen. orraussetzungen für die Teilnahme Zulassung zur Masterarbeit durch den rüfungsausschuss eite 31 von 35

32 Master Research in Computer & ystems Engineering 2016 Masterarbeit RCE Kolloquium zur Master-Arbeit Fachabschluss: rüfungsleistung mündlich 30 min prache: Deutsch und Englisch rüfungsnummer:99002 Fachverantwortlich: rof. Dr. Kai-Uwe attler W nach 180 h Turnus:ganzjährig Leistungspunkte: 6 Workload (h): 180 Anteil elbststudium (h): 180 W: 0.0 orkenntnisse Zulassung zur Masterarbeit durch den rüfungsausschuss siehe Modulbeschreibung wissenschaftlicher ortrag 1.F 2.F 3.F 4.F 5.F 6.F 7.F Die tudierenden vertiefen in einem speziellen fachlichen Thema ihre bisher erworbenen Kompetenzen. ie werden befähigt, eine komplexe und konkrete roblemstellung zu beurteilen und unter Anwendung der bisher erworbenen Theorie- und Methodenkompetenzen selbstständig zu bearbeiten. Das Thema ist gemäß wissenschaftlicher tandards zu dokumentieren und die tudierenden werden befähigt, entsprechende wissenschaftlich fundierte Texte zu verfassen. Die tudierenden erwerben roblemlösungskompetenz und lernen es, die eigene Arbeit zu bewerten und einzuordnen. wird mit Ausgabe des Themas bekannt gegeben oder ist selbstständig zu recherchieren. flichtkennz.: flichtfach Art der Notengebung: Gestufte Noten 2254 verwendet in folgenden tudiengängen Master Research in Computer & ystems Engineering 2016 Master Research in Computer & ystems Engineering 2009 Master Research in Computer & ystems Engineering 2012 eite 32 von 35

33 Master Research in Computer & ystems Engineering 2016 Masterarbeit RCE MaA wissenschaftliche Arbeit Fachabschluss: Masterarbeit schriftlich prache: Deutsch und Englisch Monate rüfungsnummer:99001 Fachverantwortlich: rof. Dr. Kai-Uwe attler W nach 720 h Turnus:ganzjährig Leistungspunkte: 24 Workload (h): 720 Anteil elbststudium (h): 720 W: 0.0 orkenntnisse Zulassung zur Masterarbeit durch den rüfungsausschuss siehe Modulbeschreibung wissenschaftlicher ortrag 1.F 2.F 3.F 4.F 5.F 6.F 7.F Die tudierenden vertiefen in einem speziellen fachlichen Thema ihre bisher erworbenen Kompetenzen. ie werden befähigt, eine komplexe und konkrete roblemstellung zu beurteilen und unter Anwendung der bisher erworbenen Theorie- und Methodenkompetenzen selbstständig zu bearbeiten. Das Thema ist gemäß wissenschaftlicher tandards zu dokumentieren und die tudierenden werden befähigt, entsprechende wissenschaftlich fundierte Texte zu verfassen. Die tudierenden erwerben roblemlösungskompetenz und lernen es, die eigene Arbeit zu bewerten und einzuordnen. wird mit Ausgabe des Themas bekannt gegeben oder ist selbstständig zu recherchieren. flichtkennz.: flichtfach Art der Notengebung: Generierte Noten 2254 verwendet in folgenden tudiengängen Master Research in Computer & ystems Engineering 2016 Master Research in Computer & ystems Engineering 2009 Master Research in Computer & ystems Engineering 2012 eite 33 von 35

34 eite 34 von 35

35 Glossar und Abkürzungsverzeichnis: L Leistungspunkte W F N.N. Objekttypen lt. sverzeichnis emesterwochenstunden Angabe verteilt auf orlesungen, eminare, raktika Nomen nominandum, Nomen nescio, latzhalter für eine noch unbekannte erson (wikipedia) K=Kompetenzfeld; M=Modul;,L,U= Fach (rüfung,lehrveranstaltung,unit)

Modulhandbuch Master Research in Computer & Systems Engineering

Modulhandbuch Master Research in Computer & Systems Engineering Modulhandbuch Master Research in Computer & ystems Engineering rüfungsordnungsversion: 2012 Erstellt am: Montag 04 Mai 2015 aus der O Datenbank der TU Ilmenau Inhaltsverzeichnis Name des Moduls/Fachs 1.F

Mehr

Modulhandbuch Master Research in Computer & Systems Engineering

Modulhandbuch Master Research in Computer & Systems Engineering Modulhandbuch Master Research in Computer & ystems Engineering rüfungsordnungsversion: 2012 Erstellt am: Donnerstag 08 Mai 2014 aus der O Datenbank der TU Ilmenau Inhaltsverzeichnis Name des Moduls/Fachs

Mehr

Proseminar - Organisation und Personal Seminar Organisational Theory and Human Resource Management

Proseminar - Organisation und Personal Seminar Organisational Theory and Human Resource Management 1 Proseminar - Organisation und Personal Seminar Organisational Theory and Human Resource Management Veranstaltungsnummer / 82-021-PS08-S-PS-0507.20151.001 Abschluss des Studiengangs / Bachelor Semester

Mehr

UNIGRAZONLINE. With UNIGRAZonline you can organise your studies at Graz University. Please go to the following link: https://online.uni-graz.

UNIGRAZONLINE. With UNIGRAZonline you can organise your studies at Graz University. Please go to the following link: https://online.uni-graz. English Version 1 UNIGRAZONLINE With UNIGRAZonline you can organise your studies at Graz University. Please go to the following link: https://online.uni-graz.at You can choose between a German and an English

Mehr

Group and Session Management for Collaborative Applications

Group and Session Management for Collaborative Applications Diss. ETH No. 12075 Group and Session Management for Collaborative Applications A dissertation submitted to the SWISS FEDERAL INSTITUTE OF TECHNOLOGY ZÜRICH for the degree of Doctor of Technical Seiences

Mehr

... Chair of Mobile Business & Multilateral Security. Lecture 14 Business Informatics 2 (PWIN) FAQ WS 2015/16

... Chair of Mobile Business & Multilateral Security. Lecture 14 Business Informatics 2 (PWIN) FAQ WS 2015/16 Lecture 14 Business Informatics (PWIN) FAQ WS 015/16 Prof. Dr. Kai Rannenberg Shuzhe Yang, M.Sc. Christopher Schmitz, M.Sc. www.m-chair.de Chair of Mobile Business & Multilateral Security Jenser (Flickr.com)

Mehr

Customer-specific software for autonomous driving and driver assistance (ADAS)

Customer-specific software for autonomous driving and driver assistance (ADAS) This press release is approved for publication. Press Release Chemnitz, February 6 th, 2014 Customer-specific software for autonomous driving and driver assistance (ADAS) With the new product line Baselabs

Mehr

HIR Method & Tools for Fit Gap analysis

HIR Method & Tools for Fit Gap analysis HIR Method & Tools for Fit Gap analysis Based on a Powermax APML example 1 Base for all: The Processes HIR-Method for Template Checks, Fit Gap-Analysis, Change-, Quality- & Risk- Management etc. Main processes

Mehr

Algorithms for graph visualization

Algorithms for graph visualization Algorithms for graph visualization Project - Orthogonal Grid Layout with Small Area W INTER SEMESTER 2013/2014 Martin No llenburg KIT Universita t des Landes Baden-Wu rttemberg und nationales Forschungszentrum

Mehr

JPlus Platform Independent Learning with Environmental Information in School

JPlus Platform Independent Learning with Environmental Information in School JPlus Platform Independent Learning with Environmental Information in School Mario Härtwig, Pierre Karrasch Salzburg, 7. Juli 2010 Genesis Umweltmonitoring als Beitrag zur Umweltbildung an Schulen. Kulturlandschaftsentwicklung

Mehr

Introduction to the diploma and master seminar in FSS 2010. Prof. Dr. Armin Heinzl. Sven Scheibmayr

Introduction to the diploma and master seminar in FSS 2010. Prof. Dr. Armin Heinzl. Sven Scheibmayr Contemporary Aspects in Information Systems Introduction to the diploma and master seminar in FSS 2010 Chair of Business Administration and Information Systems Prof. Dr. Armin Heinzl Sven Scheibmayr Objective

Mehr

Fundamentals of Electrical Engineering 1 Grundlagen der Elektrotechnik 1

Fundamentals of Electrical Engineering 1 Grundlagen der Elektrotechnik 1 Fundamentals of Electrical Engineering 1 Grundlagen der Elektrotechnik 1 Chapter: Operational Amplifiers / Operationsverstärker Michael E. Auer Source of figures: Alexander/Sadiku: Fundamentals of Electric

Mehr

ISO 15504 Reference Model

ISO 15504 Reference Model Process flow Remarks Role Documents, data, tools input, output Start Define purpose and scope Define process overview Define process details Define roles no Define metrics Pre-review Review yes Release

Mehr

SELF-STUDY DIARY (or Lerntagebuch) GER102

SELF-STUDY DIARY (or Lerntagebuch) GER102 SELF-STUDY DIARY (or Lerntagebuch) GER102 This diary has several aims: To show evidence of your independent work by using an electronic Portfolio (i.e. the Mahara e-portfolio) To motivate you to work regularly

Mehr

PART 3: MODELLING BUSINESS PROCESSES EVENT-DRIVEN PROCESS CHAINS (EPC)

PART 3: MODELLING BUSINESS PROCESSES EVENT-DRIVEN PROCESS CHAINS (EPC) Information Management II / ERP: Microsoft Dynamics NAV 2009 Page 1 of 5 PART 3: MODELLING BUSINESS PROCESSES EVENT-DRIVEN PROCESS CHAINS (EPC) Event-driven Process Chains are, in simple terms, some kind

Mehr

Exercise (Part XI) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1

Exercise (Part XI) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1 Exercise (Part XI) Notes: The exercise is based on Microsoft Dynamics CRM Online. For all screenshots: Copyright Microsoft Corporation. The sign ## is you personal number to be used in all exercises. All

Mehr

Praktikum Entwicklung Mediensysteme (für Master)

Praktikum Entwicklung Mediensysteme (für Master) Praktikum Entwicklung Mediensysteme (für Master) Organisatorisches Today Schedule Organizational Stuff Introduction to Android Exercise 1 2 Schedule Phase 1 Individual Phase: Introduction to basics about

Mehr

There are 10 weeks this summer vacation the weeks beginning: June 23, June 30, July 7, July 14, July 21, Jul 28, Aug 4, Aug 11, Aug 18, Aug 25

There are 10 weeks this summer vacation the weeks beginning: June 23, June 30, July 7, July 14, July 21, Jul 28, Aug 4, Aug 11, Aug 18, Aug 25 Name: AP Deutsch Sommerpaket 2014 The AP German exam is designed to test your language proficiency your ability to use the German language to speak, listen, read and write. All the grammar concepts and

Mehr

p^db=`oj===pìééçêíáåñçêã~íáçå=

p^db=`oj===pìééçêíáåñçêã~íáçå= p^db=`oj===pìééçêíáåñçêã~íáçå= How to Disable User Account Control (UAC) in Windows Vista You are attempting to install or uninstall ACT! when Windows does not allow you access to needed files or folders.

Mehr

1. Semester 2. Semester AL AL 7. Semester 8. Semester. Code

1. Semester 2. Semester AL AL 7. Semester 8. Semester. Code Studienverlaufsplan für den B.A.-Studiengang Sprachen und Wirtschaft (ab WS 00/, Stand Juni 0) Course lan BA Languages and Business Studies (as of June 0) Module und Lehrveranstaltungen für Studierende,

Mehr

UNIGRAZonline. With UNIGRAZonline you can organize your studies at Graz University. Please go to the following link: https://online.uni-graz.

UNIGRAZonline. With UNIGRAZonline you can organize your studies at Graz University. Please go to the following link: https://online.uni-graz. English Version 1 UNIGRAZonline With UNIGRAZonline you can organize your studies at Graz University. Please go to the following link: https://online.uni-graz.at You can choose between a German and an English

Mehr

1. General information... 2 2. Login... 2 3. Home... 3 4. Current applications... 3

1. General information... 2 2. Login... 2 3. Home... 3 4. Current applications... 3 User Manual for Marketing Authorisation and Lifecycle Management of Medicines Inhalt: User Manual for Marketing Authorisation and Lifecycle Management of Medicines... 1 1. General information... 2 2. Login...

Mehr

SARA 1. Project Meeting

SARA 1. Project Meeting SARA 1. Project Meeting Energy Concepts, BMS and Monitoring Integration of Simulation Assisted Control Systems for Innovative Energy Devices Prof. Dr. Ursula Eicker Dr. Jürgen Schumacher Dirk Pietruschka,

Mehr

Softwareschnittstellen

Softwareschnittstellen P4.1. Gliederung Rechnerpraktikum zu Kapitel 4 Softwareschnittstellen Einleitung, Component Object Model (COM) Zugriff auf Microsoft Excel Zugriff auf MATLAB Zugriff auf CATIA Folie 1 P4.2. Einleitung

Mehr

German Geography Cookie Unit Haley Crittenden Gordon German Teacher Lee High School & Key Middle School (adapted from Angelika Becker)

German Geography Cookie Unit Haley Crittenden Gordon German Teacher Lee High School & Key Middle School (adapted from Angelika Becker) German Geography Cookie Unit Haley Crittenden Gordon German Teacher Lee High School & Key Middle School (adapted from Angelika Becker) Goal Students will learn about the physical geography of Germany,

Mehr

GERMAN LANGUAGE COURSE SYLLABUS

GERMAN LANGUAGE COURSE SYLLABUS University of Split Department of Professional Studies GERMAN LANGUAGE COURSE SYLLABUS 1 COURSE DETAILS Type of study programme Study programme Course title Course code ECTS (Number of credits allocated)

Mehr

Modulbeschreibung. The course is principally designed to impart: technical skills 50%, method skills 40%, system skills 10%, social skills 0%.

Modulbeschreibung. The course is principally designed to impart: technical skills 50%, method skills 40%, system skills 10%, social skills 0%. Titel des Moduls: Parallel Systems Dt.: Parallele Systeme Verantwortlich für das Modul: Heiß, Hans-Ulrich E-Mail: lehre@kbs.tu-berlin.de URL: http://www.kbs.tu-berlin.de/ Modulnr.: 866 (Version 2) - Status:

Mehr

Rough copy for the art project >hardware/software< of the imbenge-dreamhouse artist Nele Ströbel.

Rough copy for the art project >hardware/software< of the imbenge-dreamhouse artist Nele Ströbel. Rough copy for the art project >hardware/software< of the imbenge-dreamhouse artist. Title >hardware/software< This art project reflects different aspects of work and its meaning for human kind in our

Mehr

A central repository for gridded data in the MeteoSwiss Data Warehouse

A central repository for gridded data in the MeteoSwiss Data Warehouse A central repository for gridded data in the MeteoSwiss Data Warehouse, Zürich M2: Data Rescue management, quality and homogenization September 16th, 2010 Data Coordination, MeteoSwiss 1 Agenda Short introduction

Mehr

Efficient Design Space Exploration for Embedded Systems

Efficient Design Space Exploration for Embedded Systems Diss. ETH No. 16589 Efficient Design Space Exploration for Embedded Systems A dissertation submitted to the SWISS FEDERAL INSTITUTE OF TECHNOLOGY ZURICH for the degree of Doctor of Sciences presented by

Mehr

WP2. Communication and Dissemination. Wirtschafts- und Wissenschaftsförderung im Freistaat Thüringen

WP2. Communication and Dissemination. Wirtschafts- und Wissenschaftsförderung im Freistaat Thüringen WP2 Communication and Dissemination Europa Programm Center Im Freistaat Thüringen In Trägerschaft des TIAW e. V. 1 GOALS for WP2: Knowledge information about CHAMPIONS and its content Direct communication

Mehr

Darstellung und Anwendung der Assessmentergebnisse

Darstellung und Anwendung der Assessmentergebnisse Process flow Remarks Role Documents, data, tool input, output Important: Involve as many PZU as possible PZO Start Use appropriate templates for the process documentation Define purpose and scope Define

Mehr

Symbio system requirements. Version 5.1

Symbio system requirements. Version 5.1 Symbio system requirements Version 5.1 From: January 2016 2016 Ploetz + Zeller GmbH Symbio system requirements 2 Content 1 Symbio Web... 3 1.1 Overview... 3 1.1.1 Single server installation... 3 1.1.2

Mehr

Seminar: Software Engineering verteilter Systeme

Seminar: Software Engineering verteilter Systeme Seminar: Software Engineering verteilter Systeme Hauptseminar im Sommersemester 2011 Programmierung verteilter Systeme Institut für Informatik Universität Augsburg 86135 Augsburg Tel.: +49 821 598-2118

Mehr

Advanced Availability Transfer Transfer absences from HR to PPM

Advanced Availability Transfer Transfer absences from HR to PPM Advanced Availability Transfer Transfer absences from HR to PPM A PLM Consulting Solution Public Advanced Availability Transfer With this solution you can include individual absences and attendances from

Mehr

Exercise (Part II) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1

Exercise (Part II) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1 Exercise (Part II) Notes: The exercise is based on Microsoft Dynamics CRM Online. For all screenshots: Copyright Microsoft Corporation. The sign ## is you personal number to be used in all exercises. All

Mehr

Europe Job Bank Schülerumfrage. Projektpartner. Euro-Schulen Halle

Europe Job Bank Schülerumfrage. Projektpartner. Euro-Schulen Halle Europe Job Bank Schülerumfrage Projektpartner Euro-Schulen Halle Alter: Geschlecht: M W Ausbildung als: F 1 Was war der Hauptgrund für Deine Wahl der Ausbildung / Deine Berufswahl? a. Freunde b. Familie

Mehr

Software Engineering verteilter Systeme. Hauptseminar im WS 2011 / 2012

Software Engineering verteilter Systeme. Hauptseminar im WS 2011 / 2012 Software Engineering verteilter Systeme Hauptseminar im WS 2011 / 2012 Model-based Testing(MBT) Christian Saad (1-2 students) Context Models (e.g. State Machines) are used to define a system s behavior

Mehr

DATA ANALYSIS AND REPRESENTATION FOR SOFTWARE SYSTEMS

DATA ANALYSIS AND REPRESENTATION FOR SOFTWARE SYSTEMS DATA ANALYSIS AND REPRESENTATION FOR SOFTWARE SYSTEMS Master Seminar Empirical Software Engineering Anuradha Ganapathi Rathnachalam Institut für Informatik Software & Systems Engineering Agenda Introduction

Mehr

Context-adaptation based on Ontologies and Spreading Activation

Context-adaptation based on Ontologies and Spreading Activation -1- Context-adaptation based on Ontologies and Spreading Activation ABIS 2007, Halle, 24.09.07 {hussein,westheide,ziegler}@interactivesystems.info -2- Context Adaptation in Spreadr Pubs near my location

Mehr

ISO 15504 Reference Model

ISO 15504 Reference Model Prozess Dimension von SPICE/ISO 15504 Process flow Remarks Role Documents, data, tools input, output Start Define purpose and scope Define process overview Define process details Define roles no Define

Mehr

Distributed testing. Demo Video

Distributed testing. Demo Video distributed testing Das intunify Team An der Entwicklung der Testsystem-Software arbeiten wir als Team von Software-Spezialisten und Designern der soft2tec GmbH in Kooperation mit der Universität Osnabrück.

Mehr

Notice: All mentioned inventors have to sign the Report of Invention (see page 3)!!!

Notice: All mentioned inventors have to sign the Report of Invention (see page 3)!!! REPORT OF INVENTION Please send a copy to An die Abteilung Technologietransfer der Universität/Hochschule An die Technologie-Lizenz-Büro (TLB) der Baden-Württembergischen Hochschulen GmbH Ettlinger Straße

Mehr

Mitglied der Leibniz-Gemeinschaft

Mitglied der Leibniz-Gemeinschaft Methods of research into dictionary use: online questionnaires Annette Klosa (Institut für Deutsche Sprache, Mannheim) 5. Arbeitstreffen Netzwerk Internetlexikografie, Leiden, 25./26. März 2013 Content

Mehr

TMF projects on IT infrastructure for clinical research

TMF projects on IT infrastructure for clinical research Welcome! TMF projects on IT infrastructure for clinical research R. Speer Telematikplattform für Medizinische Forschungsnetze (TMF) e.v. Berlin Telematikplattform für Medizinische Forschungsnetze (TMF)

Mehr

Old People and Culture of Care.

Old People and Culture of Care. Old People and Culture of Care. Palliative and Dementia Care Reflections of a Study Course Elisabeth Wappelshammer Dirk Müller Andreas Heller One Study - Course two Cities two Semesters Berlin Vienna Study

Mehr

Enterprise Anwendungssysteme mit Schwerpunkt auf SCM und RFID Prozesse, Aufgaben und Methoden

Enterprise Anwendungssysteme mit Schwerpunkt auf SCM und RFID Prozesse, Aufgaben und Methoden Enterprise Anwendungssysteme mit Schwerpunkt auf SCM und RFID Prozesse, Aufgaben und Methoden Praxisnahe Erläuterung anhand der SAP-SCM-Lösung Dr. Alexander Zeier Lehrstuhlvertreter des Prof. Hasso-Plattner-Lehrstuhls

Mehr

Login data for HAW Mailer, Emil und Helios

Login data for HAW Mailer, Emil und Helios Login data for HAW Mailer, Emil und Helios Es gibt an der HAW Hamburg seit einiger Zeit sehr gute Online Systeme für die Studenten. Jeder Student erhält zu Beginn des Studiums einen Account für alle Online

Mehr

Exercise (Part VIII) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1

Exercise (Part VIII) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1 Exercise (Part VIII) Notes: The exercise is based on Microsoft Dynamics CRM Online. For all screenshots: Copyright Microsoft Corporation. The sign ## is you personal number to be used in all exercises.

Mehr

Einsatz einer Dokumentenverwaltungslösung zur Optimierung der unternehmensübergreifenden Kommunikation

Einsatz einer Dokumentenverwaltungslösung zur Optimierung der unternehmensübergreifenden Kommunikation Einsatz einer Dokumentenverwaltungslösung zur Optimierung der unternehmensübergreifenden Kommunikation Eine Betrachtung im Kontext der Ausgliederung von Chrysler Daniel Rheinbay Abstract Betriebliche Informationssysteme

Mehr

Master Economics (zweijährig) + Master Studies in Economics (einjährig) mit dem Abschluss Master of Science (M.Sc.)

Master Economics (zweijährig) + Master Studies in Economics (einjährig) mit dem Abschluss Master of Science (M.Sc.) Wirtschaftswissenschaftliche Fakultät tand: 07.09.2013 Master Economics (zweijährig) + Master tudies in Economics (einjährig) mit dem Abschluss Master of cience (M.c.) orläufiges orlesungsverzeichnis -

Mehr

STRATEGISCHES BETEILIGUNGSCONTROLLING BEI KOMMUNALEN UNTERNEHMEN DER FFENTLICHE ZWECK ALS RICHTSCHNUR FR EIN ZIELGERICHTETE

STRATEGISCHES BETEILIGUNGSCONTROLLING BEI KOMMUNALEN UNTERNEHMEN DER FFENTLICHE ZWECK ALS RICHTSCHNUR FR EIN ZIELGERICHTETE BETEILIGUNGSCONTROLLING BEI KOMMUNALEN UNTERNEHMEN DER FFENTLICHE ZWECK ALS RICHTSCHNUR FR EIN ZIELGERICHTETE PDF-SBBKUDFZARFEZ41-APOM3 123 Page File Size 5,348 KB 3 Feb, 2002 TABLE OF CONTENT Introduction

Mehr

Overview: Module Business Process Management

Overview: Module Business Process Management Ecommis Overview: Module Business Process Management TU Berlin Systemanalyse und EDV SOA Research Centre 1 Agenda Administrative issues Structure of the course Case study method TU Berlin Systemanalyse

Mehr

Seminar: Software Engineering verteilter Systeme

Seminar: Software Engineering verteilter Systeme Seminar: Software Engineering verteilter Systeme Hauptseminar im WS 2010/2011 Programmierung verteilter Systeme Institut für Informatik Universität Augsburg 86135 Augsburg Tel.: +49 821 598-2118 Fax: +49

Mehr

Microsoft Azure Fundamentals MOC 10979

Microsoft Azure Fundamentals MOC 10979 Microsoft Azure Fundamentals MOC 10979 In dem Kurs Microsoft Azure Fundamentals (MOC 10979) erhalten Sie praktische Anleitungen und Praxiserfahrung in der Implementierung von Microsoft Azure. Ihnen werden

Mehr

ELBA2 ILIAS TOOLS AS SINGLE APPLICATIONS

ELBA2 ILIAS TOOLS AS SINGLE APPLICATIONS ELBA2 ILIAS TOOLS AS SINGLE APPLICATIONS An AAA/Switch cooperative project run by LET, ETH Zurich, and ilub, University of Bern Martin Studer, ilub, University of Bern Julia Kehl, LET, ETH Zurich 1 Contents

Mehr

Accounting course program for master students. Institute of Accounting and Auditing http://www.wiwi.hu-berlin.de/rewe

Accounting course program for master students. Institute of Accounting and Auditing http://www.wiwi.hu-berlin.de/rewe Accounting course program for master students Institute of Accounting and Auditing http://www.wiwi.hu-berlin.de/rewe 2 Accounting requires institutional knowledge... 3...but it pays: Lehman Bros. Inc.,

Mehr

Klausur Verteilte Systeme

Klausur Verteilte Systeme Klausur Verteilte Systeme SS 2005 by Prof. Walter Kriha Klausur Verteilte Systeme: SS 2005 by Prof. Walter Kriha Note Bitte ausfüllen (Fill in please): Vorname: Nachname: Matrikelnummer: Studiengang: Table

Mehr

eurex rundschreiben 094/10

eurex rundschreiben 094/10 eurex rundschreiben 094/10 Datum: Frankfurt, 21. Mai 2010 Empfänger: Alle Handelsteilnehmer der Eurex Deutschland und Eurex Zürich sowie Vendoren Autorisiert von: Jürg Spillmann Weitere Informationen zur

Mehr

NEWSLETTER. FileDirector Version 2.5 Novelties. Filing system designer. Filing system in WinClient

NEWSLETTER. FileDirector Version 2.5 Novelties. Filing system designer. Filing system in WinClient Filing system designer FileDirector Version 2.5 Novelties FileDirector offers an easy way to design the filing system in WinClient. The filing system provides an Explorer-like structure in WinClient. The

Mehr

Model-based Development of Hybrid-specific ECU Software for a Hybrid Vehicle with Compressed- Natural-Gas Engine

Model-based Development of Hybrid-specific ECU Software for a Hybrid Vehicle with Compressed- Natural-Gas Engine Model-based Development of Hybrid-specific ECU Software for a Hybrid Vehicle with Compressed- Natural-Gas Engine 5. Braunschweiger Symposium 20./21. Februar 2008 Dipl.-Ing. T. Mauk Dr. phil. nat. D. Kraft

Mehr

Praktikum Entwicklung von Mediensystemen mit ios

Praktikum Entwicklung von Mediensystemen mit ios Praktikum Entwicklung von Mediensystemen mit ios WS 2011 Prof. Dr. Michael Rohs michael.rohs@ifi.lmu.de MHCI Lab, LMU München Today Heuristische Evaluation vorstellen Aktuellen Stand Software Prototyp

Mehr

Hazards and measures against hazards by implementation of safe pneumatic circuits

Hazards and measures against hazards by implementation of safe pneumatic circuits Application of EN ISO 13849-1 in electro-pneumatic control systems Hazards and measures against hazards by implementation of safe pneumatic circuits These examples of switching circuits are offered free

Mehr

Software development with continuous integration

Software development with continuous integration Software development with continuous integration (FESG/MPIfR) ettl@fs.wettzell.de (FESG) neidhardt@fs.wettzell.de 1 A critical view on scientific software Tendency to become complex and unstructured Highly

Mehr

Informationslogistik Unit 1: Introduction

Informationslogistik Unit 1: Introduction Informationslogistik Unit 1: Introduction 18. II. 2014 Eine Frage zum Einstieg Eine Frage Wie stellen Sie sich Ihren Arbeitsalltag als LogistikerIn vor? Eine Frage zum Einstieg Eine Frage Wie stellen Sie

Mehr

An Introduction to Monetary Theory. Rudolf Peto

An Introduction to Monetary Theory. Rudolf Peto An Introduction to Monetary Theory Rudolf Peto 0 Copyright 2013 by Prof. Rudolf Peto, Bielefeld (Germany), www.peto-online.net 1 2 Preface This book is mainly a translation of the theoretical part of my

Mehr

Level 1 German, 2015

Level 1 German, 2015 90886 908860 1SUPERVISOR S Level 1 German, 2015 90886 Demonstrate understanding of a variety of German texts on areas of most immediate relevance 2.00 p.m. Thursday 26 November 2015 Credits: Five Achievement

Mehr

p^db=`oj===pìééçêíáåñçêã~íáçå=

p^db=`oj===pìééçêíáåñçêã~íáçå= p^db=`oj===pìééçêíáåñçêã~íáçå= Error: "Could not connect to the SQL Server Instance" or "Failed to open a connection to the database." When you attempt to launch ACT! by Sage or ACT by Sage Premium for

Mehr

European Qualification Strategies in Information and Communications Technology (ICT)

European Qualification Strategies in Information and Communications Technology (ICT) European Qualification Strategies in Information and Communications Technology (ICT) Towards a European (reference) ICT Skills and Qualification Framework Results and Recommendations from the Leornardo-da-Vinci-II

Mehr

How-To-Do. Communication to Siemens OPC Server via Ethernet

How-To-Do. Communication to Siemens OPC Server via Ethernet How-To-Do Communication to Siemens OPC Server via Content 1 General... 2 1.1 Information... 2 1.2 Reference... 2 2 Configuration of the PC Station... 3 2.1 Create a new Project... 3 2.2 Insert the PC Station...

Mehr

Funktionale Sicherheit ISO 26262 Schwerpunkt Requirements Engineering,

Funktionale Sicherheit ISO 26262 Schwerpunkt Requirements Engineering, Funktionale Sicherheit ISO 26262 Schwerpunkt Requirements Engineering, Manfred Broy Lehrstuhl für Software & Systems Engineering Technische Universität München Institut für Informatik ISO 26262 Functional

Mehr

Software-Architecture Introduction

Software-Architecture Introduction Software-Architecture Introduction Prof. Dr. Axel Böttcher Summer Term 2011 3. Oktober 2011 Overview 2 hours lecture, 2 hours lab sessions per week. Certificate ( Schein ) is prerequisite for admittanceto

Mehr

Leitfaden für die Erstellung eines individuellen Stundenplans mit UnivIS/ How to make up your individual timetable with UnivIS

Leitfaden für die Erstellung eines individuellen Stundenplans mit UnivIS/ How to make up your individual timetable with UnivIS Leitfaden für die Erstellung eines individuellen Stundenplans mit UnivIS/ How to make up your individual timetable with UnivIS Liebe Austauschstudierende, ab dem Wintersemester (WiSe) 2014/15 finden Sie

Mehr

on Software Development Design

on Software Development Design Werner Mellis A Systematic on Software Development Design Folie 1 von 22 How to describe software development? dimensions of software development organizational division of labor coordination process formalization

Mehr

Modulbeschreibung. Beitrag des Moduls zu den Studienzielen. Voraussetzungen für die Teilnahme. Verwendbarkeit des Moduls

Modulbeschreibung. Beitrag des Moduls zu den Studienzielen. Voraussetzungen für die Teilnahme. Verwendbarkeit des Moduls Modulbeschreibung IV.. Modulbezeichnung Marketing Beitrag des Moduls zu den Studienzielen The students will learn the most important methods and concepts in marketing. Special attention is given to the

Mehr

Einführung in die Linguistik, Teil 4

Einführung in die Linguistik, Teil 4 Einführung in die Linguistik, Teil 4 Menschliche Sprachverarbeitung im Rahmen der Kognitionswissenschaft Markus Bader, Frans Plank, Henning Reetz, Björn Wiemer Einführung in die Linguistik, Teil 4 p. 1/19

Mehr

Syllabus Course description

Syllabus Course description Syllabus Course description Course title Human Resources and Organization Course code 27166 Scientific sector SECS-P/10 Degree Bachelor in Economics and Management Semester and academic year 2nd semester

Mehr

Large-Scale Mining and Retrieval of Visual Data in a Multimodal Context

Large-Scale Mining and Retrieval of Visual Data in a Multimodal Context Diss. ETH No. 18190 Large-Scale Mining and Retrieval of Visual Data in a Multimodal Context A dissertation submitted to the SWISS FEDERAL INSTITUTE OF TECHNOLOGY ZURICH for the degree of Doctor of Technical

Mehr

Service Design. Dirk Hemmerden - Appseleration GmbH. Mittwoch, 18. September 13

Service Design. Dirk Hemmerden - Appseleration GmbH. Mittwoch, 18. September 13 Service Design Dirk Hemmerden - Appseleration GmbH An increasing number of customers is tied in a mobile eco-system Hardware Advertising Software Devices Operating System Apps and App Stores Payment and

Mehr

Wie agil kann Business Analyse sein?

Wie agil kann Business Analyse sein? Wie agil kann Business Analyse sein? Chapter Meeting Michael Leber 2012-01-24 ANECON Software Design und Beratung G.m.b.H. Alser Str. 4/Hof 1 A-1090 Wien Tel.: +43 1 409 58 90 www.anecon.com office@anecon.com

Mehr

J RG IMMENDORFF STANDORT F R KRITIK MALEREI UND INSPIRATION ERSCHEINT ZUR AUSSTELLUNG IM MUSEUM LU

J RG IMMENDORFF STANDORT F R KRITIK MALEREI UND INSPIRATION ERSCHEINT ZUR AUSSTELLUNG IM MUSEUM LU J RG IMMENDORFF STANDORT F R KRITIK MALEREI UND INSPIRATION ERSCHEINT ZUR AUSSTELLUNG IM MUSEUM LU 8 Feb, 2016 JRISFRKMUIEZAIMLAPOM-PDF33-0 File 4,455 KB 96 Page If you want to possess a one-stop search

Mehr

Company Presentation. Version Feb. 2, 2015. Gemfony scientific UG (haftungsbeschränkt) contact@gemfony.eu http://www.gemfony.eu

Company Presentation. Version Feb. 2, 2015. Gemfony scientific UG (haftungsbeschränkt) contact@gemfony.eu http://www.gemfony.eu Company Presentation Version Feb. 2, 2015 Gemfony scientific UG (haftungsbeschränkt) contact@gemfony.eu http://www.gemfony.eu Who we are Gemfony scientific A spin-off from Karlsruhe Institute of Technology

Mehr

Mensch-Maschine-Interaktion 2 Übung 1

Mensch-Maschine-Interaktion 2 Übung 1 Mensch-Maschine-Interaktion 2 Übung 1 Ludwig-Maximilians-Universität München Wintersemester 2012/2013 Alexander De Luca, Aurélien Tabard Ludwig-Maximilians-Universität München Mensch-Maschine-Interaktion

Mehr

Double Degree: Bachelor in Philosophie, Politik und Ökonomik und in Commerce. 2C2D The best of both worlds!

Double Degree: Bachelor in Philosophie, Politik und Ökonomik und in Commerce. 2C2D The best of both worlds! Double Degree: Bachelor in Philosophie, Politik und Ökonomik und in Commerce 2C2D The best of both worlds! Der Zeitplan 2016/17 START UVIC COMITTEE DECISION UW/H NECESSARY DOCUMENTS SUBMITTED APPLICATION

Mehr

AS Path-Prepending in the Internet And Its Impact on Routing Decisions

AS Path-Prepending in the Internet And Its Impact on Routing Decisions (SEP) Its Impact on Routing Decisions Zhi Qi ytqz@mytum.de Advisor: Wolfgang Mühlbauer Lehrstuhl für Netzwerkarchitekturen Background Motivation BGP -> core routing protocol BGP relies on policy routing

Mehr

Support Technologies based on Bi-Modal Network Analysis. H. Ulrich Hoppe. Virtuelles Arbeiten und Lernen in projektartigen Netzwerken

Support Technologies based on Bi-Modal Network Analysis. H. Ulrich Hoppe. Virtuelles Arbeiten und Lernen in projektartigen Netzwerken Support Technologies based on Bi-Modal Network Analysis H. Agenda 1. Network analysis short introduction 2. Supporting the development of virtual organizations 3. Supporting the development of compentences

Mehr

Prof. Dr. Margit Scholl, Mr. RD Guldner Mr. Coskun, Mr. Yigitbas. Mr. Niemczik, Mr. Koppatz (SuDiLe GbR)

Prof. Dr. Margit Scholl, Mr. RD Guldner Mr. Coskun, Mr. Yigitbas. Mr. Niemczik, Mr. Koppatz (SuDiLe GbR) Prof. Dr. Margit Scholl, Mr. RD Guldner Mr. Coskun, Mr. Yigitbas in cooperation with Mr. Niemczik, Mr. Koppatz (SuDiLe GbR) Our idea: Fachbereich Wirtschaft, Verwaltung und Recht Simple strategies of lifelong

Mehr

Lehrstuhl für Allgemeine BWL Strategisches und Internationales Management Prof. Dr. Mike Geppert Carl-Zeiß-Str. 3 07743 Jena

Lehrstuhl für Allgemeine BWL Strategisches und Internationales Management Prof. Dr. Mike Geppert Carl-Zeiß-Str. 3 07743 Jena Lehrstuhl für Allgemeine BWL Strategisches und Internationales Management Prof. Dr. Mike Geppert Carl-Zeiß-Str. 3 07743 Jena http://www.im.uni-jena.de Contents I. Learning Objectives II. III. IV. Recap

Mehr

Implementing a Data Warehouse with Microsoft SQL Server MOC 20463

Implementing a Data Warehouse with Microsoft SQL Server MOC 20463 Implementing a Data Warehouse with Microsoft SQL Server MOC 20463 In dem Kurs Implementing a Data Warehouse with Microsoft SQL Server lernen Sie, wie Sie eine Data-Warehouse-Plattform implementieren, um

Mehr

Exercise (Part I) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1

Exercise (Part I) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1 Exercise (Part I) Notes: The exercise is based on Microsoft Dynamics CRM Online. For all screenshots: Copyright Microsoft Corporation. The sign ## is you personal number to be used in all exercises. All

Mehr

CHAMPIONS Communication and Dissemination

CHAMPIONS Communication and Dissemination CHAMPIONS Communication and Dissemination Europa Programm Center Im Freistaat Thüringen In Trägerschaft des TIAW e. V. 1 CENTRAL EUROPE PROGRAMME CENTRAL EUROPE PROGRAMME -ist als größtes Aufbauprogramm

Mehr

Safer Software Formale Methoden für ISO26262

Safer Software Formale Methoden für ISO26262 Safer Software Formale Methoden für ISO26262 Dr. Stefan Gulan COC Systems Engineering Functional Safety Entwicklung Was Wie Wie genau Anforderungen Design Produkt Seite 3 Entwicklung nach ISO26262 Funktionale

Mehr

From HiL to Test Vehicle:

From HiL to Test Vehicle: From HiL to Test Vehicle: Reuse of test cases with same test automation Agenda: Trailer Presentation Agenda: Movie about Tool Questions After presentation Live Demo Vehicle Meeting point: ETAS Stand 1642

Mehr

Complex Event Processing

Complex Event Processing [10] Armin Steudte HAW Hamburg Masterstudiengang Informatik - WS 2011/2012 Agenda Motivation Grundlagen Event Processing Networks Ausblick Quellen 2 Agenda Motivation Grundlagen Event Processing Networks

Mehr

Simulation of Longitudinal Beam Dynamics

Simulation of Longitudinal Beam Dynamics Fachgebiet Theoretische Elektrotechnik und Numerische Feldberechnung PD Dr. Markus Clemens DESY Beam Dynamics Meeting Simulation of Longitudinal Beam Dynamics, Markus Clemens Chair for Theory in Electrical

Mehr

How-To-Do. Hardware Configuration of the CC03 via SIMATIC Manager from Siemens

How-To-Do. Hardware Configuration of the CC03 via SIMATIC Manager from Siemens How-To-Do Hardware Configuration of the CC03 via SIMATIC Manager from Siemens Content Hardware Configuration of the CC03 via SIMATIC Manager from Siemens... 1 1 General... 2 1.1 Information... 2 1.2 Reference...

Mehr

Determining Vibro-Acoustic Effects in Multidomain Systems using a Custom Simscape Gear Library

Determining Vibro-Acoustic Effects in Multidomain Systems using a Custom Simscape Gear Library Determining Vibro-Acoustic Effects in Multidomain Systems using a Custom Simscape Gear Library Tim Dackermann, Rolando Dölling Robert Bosch GmbH Lars Hedrich Goethe-University Ffm 1 Power Noise transmission

Mehr

Direkter Zugang zu Simula1onen auf Compute Clustern: Wie COMSOL- Apps CAE neu definieren

Direkter Zugang zu Simula1onen auf Compute Clustern: Wie COMSOL- Apps CAE neu definieren Direkter Zugang zu Simula1onen auf Compute Clustern: Wie COMSOL- Apps CAE neu definieren Dr. Winfried Geis Comsol Mul1physics GmbH Copyright 2015 COMSOL. Any of the images, text, and equaaons here may

Mehr