Extended Petri Nets for. Systems Biology. LFE Practical Informatics and Bioinformatics. Department Institut für Informatik.

Größe: px
Ab Seite anzeigen:

Download "Extended Petri Nets for. Systems Biology. LFE Practical Informatics and Bioinformatics. Department Institut für Informatik."

Transkript

1 Extended Petri Nets for Systems Biology Selina Sommer LFE Practical Informatics and Bioinformatics Department Institut für Informatik

2 Outline Extended Petri nets for the simulation of network dynamics Introduction to fuzzy logic Petri nets with fuzzy logic Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 2

3 Petri net elements place transition place [token] [token] Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 3

4 Petri net execution Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 4

5 Extended Petri nets 4 2 Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 5

6 Extended Petri nets conditions x y Typed token values: Transition statements: integers real numbers strings Colored Petri nets functions / programs depending on token values of input places defining new token values of output places Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 6

7 Extended Petri nets - example x: string y: integer x string: hello y = length(x) integer: 5 Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 7

8 Petri nets in systems biology Metabolic networks Signal transduction networks Regulatory networks reaction/ compound compound interaction metabolite protein gene metabolic reaction activation inhibition binding Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 8

9 Petri nets in systems biology reaction/ compound compound interaction concentration ODE number of molecules discrete values stochastic simulation rules Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 9

10 Example for Petri nets in systems biology Cell Illustrator: Petri Net modeling system for biology (Nagasaki, Miyano, et al., Applied Bioinformatics, 2003) Example model: regulation of lacz gene (lac operon) encoding ß-galactosidase, which catalyzes lactose glucose Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 10

11 Example for Petri nets in systems biology Cell Illustrator: Petri Net modeling system for biology (by Nagasaki, Miyano et al., Applied Bioinformatics, 2003) Example model: regulation of lacz gene encoding ß-galactosidase, which catalyses lactose glucose Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 11

12 Extended Petri nets for the simulation of network dynamics Introduction to fuzzy logic Petri nets with fuzzy logic Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 13

13 Fuzzy logic - introduction Fuzzy set theory (L. Zadeh, Information and Control, 1965) A fuzzy set is defined by a membership function f: R [0;1] Unlike classical sets, fuzzy sets contain an element with a certain possibility (not probability!) cold warm hot example: fuzzy concept temperature temperature Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 14

14 Fuzzy logic - introduction Fuzzy set theory Elements belong to fuzzy sets with a possibility defined by the membership functions 1 cold warm hot temperature temp(12) = (1, 0, 0) temp(27) = (0, 0.5, 0.5) temp(17) = (0.2, 0.7, 0) Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 15

15 Fuzzy logic - introduction Fuzzification of a real number x: Apply membership function of each fuzzy set to x Fuzzy value = vector of membership values m = (m 1,, m n ) Defuzzification of a fuzzy value: Several methods, e.g. maximum method, center of gravity method 1 0 m = (0.1, 0.9, 0.4) Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 16

16 Fuzzy logic - introduction Fuzzy logic rules: if x is fuzzy set A then y is fuzzy set B 1 cold warm hot Example: fan regulation if temperature is cold then fan speed is zero if temperature is warm then fan speed is slow if temperature is hot then fan speed is fast Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 17

17 Fuzzy logic - introduction Fuzzy logic rules: if x is A then y is B : m B (y) = m A (x) x 1 AND x 2 : e.g. min(m(x 1 ), m(x 2 )) x 1 OR x 2 : e.g. max(m(x 1 ), m(x 2 )) outcomes of several rules can be OR combined Fields of application: washing machines, control systems, and systems biology Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 18

18 Fuzzy logic in systems biology In systems biology: Fuzzy sets describe e.g. the concentration of metabolites or the regulation of genes 1 0 concentration very low low medium high very high Fuzzy logic rules describe the reactions or interactions e.g. for reaction A B if concentration of A is high then concentration of B is high Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 19

19 Fuzzy logic - motivation Motivation for using fuzzy logic in systems biology Fuzzy aspects in (models of) biological systems: unknown parameters uncertain parameters fuzzy systems Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 20

20 Fuzzy logic - motivation unknown parameters Simulations based on ODEs or stochastic simulations require exact values for kinetic constants Often unknown must be guessed or estimated Fuzzy logic is a natural way of describing the dynamics of a network with unknown parameters Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 21

21 Fuzzy logic - motivation uncertain parameters: e.g. measurement errors Example: expression time series microarray data are inherently fuzzy Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 22

22 Fuzzy logic - motivation fuzzy systems e.g. gene regulation: quantitatively exact description of interactions often not adequate Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 23

23 Extended Petri nets for the simulation of network dynamics Introduction to fuzzy logic Petri nets with fuzzy logic Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 24

24 Fuzzy logic in Petri nets Tokens: Transition statements: type: fuzzy concept value: membership values for the fuzzy sets fuzzy logic rules token values of input places: rule premises new token values of output places: rule conclusions Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 25

25 Fuzzy logic in Petri nets Example 1: modeling of the signal transduction pathway induced by epidermal growth factor (EGF) (D.-Y. Lee, et al., Metabolic Engineering, 2006) Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 27

26 Example 1: EGF-induced signal transduction pathway Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 28

27 Example 1: EGF-induced signal transduction pathway Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 29

28 Example 1: EGF-induced signal transduction pathway Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 30

29 Example 1: EGF-induced signal transduction pathway Rules of the form if concentration of substrate(s) is low then change of concentration of product(s) is low if concentration of substrate(s) is high then change of concentration of product(s) is high Enzymatic reactions: E ES P S Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 31

30 Example 1: EGF-induced signal transduction pathway Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 32

31 Fuzzy logic in Petri nets Example 2: simulation of yeast cell cycle expression data (B. Sokhansanj, et al., BMC Bioinformatics, 2004) 12 core genes 18 time points rules restricted to 4 input genes 3 fuzzy sets: expression ratio = low, medium, high Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 33

32 Example 2: yeast cell cycle expression data Rules for B-type cyclin CLB5: if CDC20 is low then CLB5 is high if CDC20 is med then CLB5 is high if CDC20 is high then CLB5 is low if CLN2 is low then CLB5 is low if CLN2 is med then CLB5 is low if CLN2 is high then CLB5 is high if CLB6 is low then CLB5 is low if CLB6 is med then CLB5 is med if CLB6 is high then CLB5 is low if CDC6 is low then CLB5 is low if CDC6 is med then CLB5 is med if CDC6 is high then CLB5 is high Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 34

33 Conclusion Advantage of Petri nets: flexible tool for visualization and simulation of networks Fuzzy logic natural representation for models with imprecise knowledge or data well suited for modeling e.g. microarray expression data Required: techniques for learning fuzzy logic rules, especially for larger networks Selina Sommer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik 35

Unit 1. Motivation and Basics of Classical Logic. Fuzzy Logic I 6

Unit 1. Motivation and Basics of Classical Logic. Fuzzy Logic I 6 Unit 1 Motivation and Basics of Classical Logic Fuzzy Logic I 6 Motivation In our everyday life, we use vague, qualitative, imprecise linguistic terms like small, hot, around two o clock Even very complex

Mehr

Algorithmische Bioinformatik III Graphs, Networks, and Systems SS2008 Ralf Zimmer. Petri Nets

Algorithmische Bioinformatik III Graphs, Networks, and Systems SS2008 Ralf Zimmer. Petri Nets Algorithmische Bioinformatik III Graphs, Networks, and Systems SS2008 Ralf Zimmer Petri Nets Introduction Ralf Zimmer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik,

Mehr

Attention: Give your answers to problem 1 and problem 2 directly below the questions in the exam question sheet. ,and C = [ ].

Attention: Give your answers to problem 1 and problem 2 directly below the questions in the exam question sheet. ,and C = [ ]. Page 1 LAST NAME FIRST NAME MATRIKEL-NO. Attention: Give your answers to problem 1 and problem 2 directly below the questions in the exam question sheet. Problem 1 (15 points) a) (1 point) A system description

Mehr

Algorithm Theory 3 Fast Fourier Transformation Christian Schindelhauer

Algorithm Theory 3 Fast Fourier Transformation Christian Schindelhauer Algorithm Theory 3 Fast Fourier Transformation Institut für Informatik Wintersemester 2007/08 Chapter 3 Fast Fourier Transformation 2 Polynomials Polynomials p over real numbers with a variable x p(x)

Mehr

Unit 6. Fuzzy Inference. Fuzzy Logic I 159

Unit 6. Fuzzy Inference. Fuzzy Logic I 159 Unit 6 Fuzzy Inference Fuzzy Logic I 159 Motivation Our ultimate goal is to be able to proceed IF-THEN rules involving vague linguistic expressions which are modeled by fuzzy sets. Question: What is still

Mehr

Bayesian updating in natural hazard risk assessment

Bayesian updating in natural hazard risk assessment International Forum on Engineering Decision Making, Third IFED Forum, Shoal Bay, Australia, 12-15 15 December 2007 1/23 Bayesian updating in natural hazard risk assessment Mathias Graf, Kazuyoshi Nishijima,

Mehr

Tube Analyzer LogViewer 2.3

Tube Analyzer LogViewer 2.3 Tube Analyzer LogViewer 2.3 User Manual Stand: 25.9.2015 Seite 1 von 11 Name Company Date Designed by WKS 28.02.2013 1 st Checker 2 nd Checker Version history Version Author Changes Date 1.0 Created 19.06.2015

Mehr

Unit 9. Prototype-Based Clustering. Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 176

Unit 9. Prototype-Based Clustering. Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 176 Unit 9 Prototype-Based Clustering Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 176 Introduction Instead of a complete set description, every cluster C i is represented

Mehr

Algorithmische Bioinformatik II WS2004/05 Ralf Zimmer Part III Probabilistic Modeling IV Bayesian Modeling: Algorithms, EM and MC Methods HMMs

Algorithmische Bioinformatik II WS2004/05 Ralf Zimmer Part III Probabilistic Modeling IV Bayesian Modeling: Algorithms, EM and MC Methods HMMs Algorithmische Bioinformatik II WS2004/05 Ralf Zimmer Part III Probabilistic Modeling IV Bayesian Modeling: Algorithms, EM and MC Methods HMMs Ralf Zimmer, LMU Institut für Informatik, Lehrstuhl für Praktische

Mehr

Computational Models

Computational Models - University of Applied Sciences - Computational Models - CSCI 331 - Friedhelm Seutter Institut für Angewandte Informatik Part I Automata and Languages 0. Introduction, Alphabets, Strings, and Languages

Mehr

Introduction to Python. Introduction. First Steps in Python. pseudo random numbers. May 2016

Introduction to Python. Introduction. First Steps in Python. pseudo random numbers. May 2016 to to May 2016 to What is Programming? All computers are stupid. All computers are deterministic. You have to tell the computer what to do. You can tell the computer in any (programming) language) you

Mehr

Dienstleistungsmanagement Übung 5

Dienstleistungsmanagement Übung 5 Dienstleistungsmanagement Übung 5 Univ.-Prof. Dr.-Ing. Wolfgang Maass Chair in Economics Information and Service Systems (ISS) Saarland University, Saarbrücken, Germany Besprechung Übungsblatt 4 Slide

Mehr

Shock pulse measurement principle

Shock pulse measurement principle Shock pulse measurement principle a [m/s²] 4.0 3.5 3.0 Roller bearing signals in 36 khz range Natural sensor frequency = 36 khz 2.5 2.0 1.5 1.0 0.5 0.0-0.5-1.0-1.5-2.0-2.5-3.0-3.5-4.0 350 360 370 380 390

Mehr

Bayerisches Landesamt für Gesundheit und Lebensmittelsicherheit Pool water quality the German philosophy

Bayerisches Landesamt für Gesundheit und Lebensmittelsicherheit Pool water quality the German philosophy Bayerisches Landesamt für Gesundheit und Lebensmittelsicherheit Pool water quality the German philosophy Christiane Höller Bavarian Health and Food Safety Authority Legal regulations 1979 Federal Law on

Mehr

Bayesian Networks. Syntax Semantics Parametrized Distributions Inference in Bayesian Networks. Exact Inference. Approximate Inference

Bayesian Networks. Syntax Semantics Parametrized Distributions Inference in Bayesian Networks. Exact Inference. Approximate Inference Syntax Semantics Parametrized Distributions Inference in Exact Inference Approximate Inference enumeration variable elimination stochastic simulation Markov Chain Monte Carlo (MCMC) 1 Includes many slides

Mehr

Fuzzy Logic. Seminar im Sommersemester 2006 an der TU-Darmstadt (Prof. Dr. Fürnkranz) 06/18/06 Knowledge Engineering in Computer Spielen 1

Fuzzy Logic. Seminar im Sommersemester 2006 an der TU-Darmstadt (Prof. Dr. Fürnkranz) 06/18/06 Knowledge Engineering in Computer Spielen 1 Fuzzy Logic Seminar im Sommersemester 2006 an der TU-Darmstadt (Prof. Dr. Fürnkranz) 06/18/06 Knowledge Engineering in Computer Spielen 1 Geschichte und Definition Grundlegende Begriffe Fuzzy Process Anwendungen

Mehr

Java Tools JDK. IDEs. Downloads. Eclipse. IntelliJ. NetBeans. Java SE 8 Java SE 8 Documentation

Java Tools JDK. IDEs.  Downloads. Eclipse. IntelliJ. NetBeans. Java SE 8 Java SE 8 Documentation Java Tools JDK http://www.oracle.com/technetwork/java/javase/ Downloads IDEs Java SE 8 Java SE 8 Documentation Eclipse http://www.eclipse.org IntelliJ http://www.jetbrains.com/idea/ NetBeans https://netbeans.org/

Mehr

GIS-based Mapping Tool for Urban Energy Demand

GIS-based Mapping Tool for Urban Energy Demand GIS-based Mapping Tool for Urban Energy Demand Building Services, Mechanical and Building Industry Days Conference Johannes Dorfner Debrecen, 14 October 2011 Outline 1. Motivation 2. Method 3. Result 4.

Mehr

A Classification of Partial Boolean Clones

A Classification of Partial Boolean Clones A Classification of Partial Boolean Clones DIETLINDE LAU, KARSTEN SCHÖLZEL Universität Rostock, Institut für Mathematik 25th May 2010 c 2010 UNIVERSITÄT ROSTOCK MATHEMATISCH-NATURWISSENSCHAFTLICHE FAKULTÄT,

Mehr

a) Name and draw three typical input signals used in control technique.

a) Name and draw three typical input signals used in control technique. 12 minutes Page 1 LAST NAME FIRST NAME MATRIKEL-NO. Problem 1 (2 points each) a) Name and draw three typical input signals used in control technique. b) What is a weight function? c) Define the eigen value

Mehr

Efficient Monte Carlo Simulation of Tunnel Currents in MOS Structures

Efficient Monte Carlo Simulation of Tunnel Currents in MOS Structures Efficient Monte Carlo Simulation of Tunnel Currents in MOS Structures D. Grgec, M.I. Vexler, C. Jungemann, B. Meinerhagen Grg-P/02-1 Presentation Outline Introduction: quantum effects in MOS structures

Mehr

Dynamic Hybrid Simulation

Dynamic Hybrid Simulation Dynamic Hybrid Simulation Comparison of different approaches in HEV-modeling GT-SUITE Conference 12. September 2012, Frankfurt/Main Institut für Verbrennungsmotoren und Kraftfahrwesen Universität Stuttgart

Mehr

PELTIER-HOCHLEISTUNGSMODULE

PELTIER-HOCHLEISTUNGSMODULE Wolfgang Knap Gesellschaft m.b.h. & Co.KG A-113 Wien Lilienberggasse 13 Tel.: +43-1-43 8 12 Fax: +43-1-48 72 13 e-mail: info@knap.at http://www.knap.at PELTIER-HOCHLEISTUNGSMODULE Die Hochleistungsmodule

Mehr

Unit 4. The Extension Principle. Fuzzy Logic I 123

Unit 4. The Extension Principle. Fuzzy Logic I 123 Unit 4 The Extension Principle Fuzzy Logic I 123 Images and Preimages of Functions Let f : X Y be a function and A be a subset of X. Then the image of A w.r.t. f is defined as follows: f(a) = {y Y there

Mehr

Stahl-Zentrum. Koksqualität und Hochofenleistung - Theorie und Praxis. Düsseldorf, 05. Dezember Peter Schmöle

Stahl-Zentrum. Koksqualität und Hochofenleistung - Theorie und Praxis. Düsseldorf, 05. Dezember Peter Schmöle Koksqualität und Hochofenleistung - Theorie und Praxis Düsseldorf, 05. Dezember 2013 1 ThyssenKrupp Steel Europe Coke quality and blast furnace performance Introduction Roles of coke Flooding effects Effects

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

LiLi. physik multimedial. Links to e-learning content for physics, a database of distributed sources

LiLi. physik multimedial. Links to e-learning content for physics, a database of distributed sources physik multimedial Lehr- und Lernmodule für das Studium der Physik als Nebenfach Links to e-learning content for physics, a database of distributed sources Julika Mimkes: mimkes@uni-oldenburg.de Overview

Mehr

- Characteristic sensitive Small temperature differences. - Low Sensitivity 42,8 µv/k for Cu-Constantan

- Characteristic sensitive Small temperature differences. - Low Sensitivity 42,8 µv/k for Cu-Constantan Thermocouples + Lightweight Small backlash by deformations + No self heating + Physically defined Zero No calibration for control loops - Characteristic sensitive Small temperature differences to cable

Mehr

Operation Guide AFB 60. Zeiss - Str. 1 D-78083 Dauchingen

Operation Guide AFB 60. Zeiss - Str. 1 D-78083 Dauchingen Operation Guide AFB 60 Zeiss - Str. 1 D-78083 Dauchingen PCB automation systems AFB 30/60/90 Die flexiblen Puffer der Baureihe AFB werden zwischen zwei Produktionslinien eingesetzt, um unterschiedliche

Mehr

AC500 Application Example Scalable PLC for Individual Automation Frequency Counter AC500-eCo

AC500 Application Example Scalable PLC for Individual Automation Frequency Counter AC500-eCo Application Example AC500 Scalable PLC for Individual Automation Frequency Counter AC500-eCo Content 1 Disclaimer...2 1.1 For customers domiciled outside Germany/ Für Kunden mit Sitz außerhalb Deutschlands...2

Mehr

Geostatistics for modeling of soil spatial variability in Adapazari, Turkey

Geostatistics for modeling of soil spatial variability in Adapazari, Turkey 1 Geostatistics for modeling of soil spatial variability in Adapazari, Turkey Jack W. Baker Michael H. Faber (IBK) ETH - Zürich 2 Practical evaluation of liquefaction occurrence Obtained from empirical

Mehr

Electrical testing of Bosch common rail solenoid valve (MV) injectors

Electrical testing of Bosch common rail solenoid valve (MV) injectors Applies to MV injector, generation: -CRI 1.0 / 2.0 / 2.1 / 2.2 -CRIN 1 / 2 / 3, with K oder AK plug Bosch 10-position order number Bosch-Bestellnummer CRI: 0 445 110 xxx Bosch-Bestellnummer CRIN: 0 445

Mehr

FEM Isoparametric Concept

FEM Isoparametric Concept FEM Isoparametric Concept home/lehre/vl-mhs--e/cover_sheet.tex. p./26 Table of contents. Interpolation Functions for the Finite Elements 2. Finite Element Types 3. Geometry 4. Interpolation Approach Function

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

Übung 3: VHDL Darstellungen (Blockdiagramme)

Übung 3: VHDL Darstellungen (Blockdiagramme) Übung 3: VHDL Darstellungen (Blockdiagramme) Aufgabe 1 Multiplexer in VHDL. (a) Analysieren Sie den VHDL Code und zeichnen Sie den entsprechenden Schaltplan (mit Multiplexer). (b) Beschreiben Sie zwei

Mehr

Electrical testing of Bosch common rail piezo injectors

Electrical testing of Bosch common rail piezo injectors Applies to generation CRI 3: Bosch 10-position order number 0 445 115 = CRI 3-16 (CRI 3.0) 1600 bar 0 445 116 = CRI 3-18 (CRI 3.2) 1800 bar 0 445 117 = CRI 3-20 (CRI 3.3) 2000 bar Tools required: Hybrid

Mehr

Evolution of biological networks

Evolution of biological networks Evolution of biological networks Caroline Friedel LFE Practical Informatics and Bioinformatics Department Institut für Informatik Outline 1. Evolution of herpesviral interaction networks 2. Effects of

Mehr

ISEA RWTH Aachen Electric Bus Simulation

ISEA RWTH Aachen Electric Bus Simulation ISEA RWTH Aachen Electric Bus Simulation Finding the Optimal Technical Configuration 05.04.2017 Fabian Meishner Lehrstuhl für Elektrochemische Energiewandlung und 1 Speichersystemtechnik Electric Bus Simulation

Mehr

Product Lifecycle Manager

Product Lifecycle Manager Product Lifecycle Manager ATLAS9000 GmbH Landauer Str. - 1 D-68766 Hockenheim +49(0)6205 / 202730 Product Lifecycle Management ATLAS PLM is powerful, economical and based on standard technologies. Directory

Mehr

Contaminant Mass Discharge Estimation in Groundwater Based on Multi-Level Well Data. Evaluation of Expected Errors. Markus Kübert, Michael Finkel

Contaminant Mass Discharge Estimation in Groundwater Based on Multi-Level Well Data. Evaluation of Expected Errors. Markus Kübert, Michael Finkel Contaminant Mass Discharge Estimation in Groundwater Based on Multi-Level Well Data Evaluation of Expected Errors Markus Kübert, Michael Finkel Center for Applied Geoscience, University of Tübingen Decision-Support

Mehr

How-To-Do. OPC-Server with MPI and ISO over TCP/IP Communication. Content. How-To-Do OPC-Server with MPI- und ISO over TCP/IP Communication

How-To-Do. OPC-Server with MPI and ISO over TCP/IP Communication. Content. How-To-Do OPC-Server with MPI- und ISO over TCP/IP Communication How-To-Do OPC-Server with MPI and ISO over TCP/IP Content OPC-Server with MPI and ISO over TCP/IP... 1 1 General... 2 1.1 Information... 2 1.2 Reference... 2 2 Procedure for the Setup of the OPC Server...

Mehr

Simulating the Idle: A New Load Case for Vehicle Thermal Management

Simulating the Idle: A New Load Case for Vehicle Thermal Management Simulating the Idle: A New Load Case for Vehicle Thermal Management Jan Eller FKFS / IVK University of Stuttgart Thomas Binner and Heinrich Reister Daimler AG Nils Widdecke and Jochen Wiedemann FKFS /

Mehr

ANNEX A - PROTOCOL IMPLEMENTATION CONFORMANCE STATEMENT (NORMATIVE)

ANNEX A - PROTOCOL IMPLEMENTATION CONFORMANCE STATEMENT (NORMATIVE) ANNEX A - PROTOCOL IMPLEMENTATION CONFORMANCE STATEMENT (NORMATIVE) BACNET STANDARDIZED DEVICE PROFILE (ANNEX K): LIST ALL BACNET INTEROPERABILITY BUILDING BLOCKS SUPPORTED (ANNEX K): SEGMENTATION CAPABILITY:

Mehr

Air-Sea Gas Transfer: Schmidt Number Dependency and Intermittency

Air-Sea Gas Transfer: Schmidt Number Dependency and Intermittency Air-Sea Gas Transfer: Schmidt Number Dependency and Intermittency Bernd Jähne, Reinhard Nielsen, Christopher Pop, Uwe Schimpf, and Christoph Garbe Interdisziplinäres Zentrum für Wissenschaftliches Rechnen

Mehr

auf differentiellen Leitungen

auf differentiellen Leitungen Eingebettete Taktübertragung auf differentiellen Leitungen Johannes Reichart Kleinheubacher Tagung Miltenberg, 28.09.2009 Institut für Prof. Elektrische Dr.-Ing. und Optische Manfred Nachrichtentechnik

Mehr

Introduction FEM, 1D-Example

Introduction FEM, 1D-Example Introduction FEM, 1D-Example home/lehre/vl-mhs-1-e/folien/vorlesung/3_fem_intro/cover_sheet.tex page 1 of 25. p.1/25 Table of contents 1D Example - Finite Element Method 1. 1D Setup Geometry 2. Governing

Mehr

Walter Buchmayr Ges.m.b.H.

Walter Buchmayr Ges.m.b.H. Seite 1/10 Chapter Description Page 1 Advantages 3 2 Performance description 4 3 Settings 5 4 Options 6 5 Technical data 7 6 Pictures 8 http://members.aon.at/buchmayrgmbh e-mail: walter.buchmayr.gmbh@aon.at

Mehr

Simulation of a Battery Electric Vehicle

Simulation of a Battery Electric Vehicle Simulation of a Battery Electric Vehicle M. Auer, T. Kuthada, N. Widdecke, J. Wiedemann IVK/FKFS University of Stuttgart 1 2.1.214 Markus Auer Agenda Motivation Thermal Management for BEV Simulation Model

Mehr

Institut für Künstliche Intelligenz

Institut für Künstliche Intelligenz Institut für Künstliche Intelligenz Prof. Sebstaian Rudolph --- Computational Logic Prof. Steffen Hölldobler --- Wissensverarbeitung Prof. Ivo F. Sbalzarini --- Wissenschaftliches Rechnen für Systembiologie

Mehr

Übersetzen des Quelltexts in ausführbaren Maschinen-Code Translation of source code into executable machine code

Übersetzen des Quelltexts in ausführbaren Maschinen-Code Translation of source code into executable machine code Informatik II D-BAUG Self-Assessment, 2. März 2017 Lösung Name, Vorname:............................................................. Legi-Nummer:.............................................................

Mehr

MATLAB driver for Spectrum boards

MATLAB driver for Spectrum boards MATLAB driver for Spectrum boards User Manual deutsch/english SPECTRUM SYSTEMENTWICKLUNG MICROELECTRONIC GMBH AHRENSFELDER WEG 13-17 22927 GROSSHANSDORF GERMANY TEL.: +49 (0)4102-6956-0 FAX: +49 (0)4102-6956-66

Mehr

Introduction FEM, 1D-Example

Introduction FEM, 1D-Example Introduction FEM, D-Example /home/lehre/vl-mhs-/inhalt/cover_sheet.tex. p./22 Table of contents D Example - Finite Element Method. D Setup Geometry 2. Governing equation 3. General Derivation of Finite

Mehr

Climate change and availability of water resources for Lima

Climate change and availability of water resources for Lima Climate change and availability of water resources for Lima András Bárdossy bardossy@iws.uni-stuttgart.de Lima Marzo 12. 2009 1 Engineers and the future Knowledge about Past Design for Future Lima Marzo

Mehr

Künstliche Intelligenz

Künstliche Intelligenz Künstliche Intelligenz Data Mining Approaches for Instrusion Detection Espen Jervidalo WS05/06 KI - WS05/06 - Espen Jervidalo 1 Overview Motivation Ziel IDS (Intrusion Detection System) HIDS NIDS Data

Mehr

A parameterised 3D-Structure-Model for the state of Bremen (Germany)

A parameterised 3D-Structure-Model for the state of Bremen (Germany) A parameterised 3D-Structure-Model for the state of Bremen (Germany) An application for detailled groundwater flow and transport studies Bremen Geography and Geology 3 Bremen Geography and Geology 4 Structual

Mehr

Industrie 4.0 The Impact of Digitization on Sustainable Value Creation

Industrie 4.0 The Impact of Digitization on Sustainable Value Creation Industrie 4.0 The Impact of Digitization on Sustainable Value Creation INTANGIBLES: THE EUROPEAN STATE OF THE ART 2nd International Policy Conference Frankfurt am Main, 12. September 2017 Professor Dr.

Mehr

R&R. Ges. für Rationalisierung und Rechentechnik mbh. R&R RR-P-508 / ST106-EX1 motor-control unit

R&R. Ges. für Rationalisierung und Rechentechnik mbh. R&R RR-P-508 / ST106-EX1 motor-control unit R&R R&R RR-P-08 / ST06-EX motor-control unit housing wxhxd weight application power supply aluminum anodized approx. 6 x 8 x 8 mm housing similar to ST0 drawing DNR967 approx. 80 g motor desk control unit

Mehr

VGM. VGM information. HAMBURG SÜD VGM WEB PORTAL USER GUIDE June 2016

VGM. VGM information. HAMBURG SÜD VGM WEB PORTAL USER GUIDE June 2016 Overview The Hamburg Süd VGM Web portal is an application that enables you to submit VGM information directly to Hamburg Süd via our e-portal Web page. You can choose to enter VGM information directly,

Mehr

Umrechnungsfunktionen Simatic S5-Gleitpunkt-Format in S7 Real und zurück Converting Simatic S5 floating point format to S7 real and reverse

Umrechnungsfunktionen Simatic S5-Gleitpunkt-Format in S7 Real und zurück Converting Simatic S5 floating point format to S7 real and reverse Standard-Software für Simatic S7 Umrechnungsfunktionen Simatic S5-Gleitpunkt-Format in S7 Real und zurück Converting Simatic S5 floating point format to S7 real and reverse Inhalt / Contents A. Beschreibung

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

Challenges and solutions for field device integration in design and maintenance tools

Challenges and solutions for field device integration in design and maintenance tools Integrated Engineering Workshop 1 Challenges and solutions for field device integration in design and maintenance tools Christian Kleindienst, Productmanager Processinstrumentation, Siemens Karlsruhe Wartungstools

Mehr

Deceleration Technology. Rotary Dampers mit hohem Drehmoment WRD-H 2515 WRD-H 3015 WRD-H 4025 WRD-H

Deceleration Technology. Rotary Dampers mit hohem Drehmoment WRD-H 2515 WRD-H 3015 WRD-H 4025 WRD-H Rotary Dampers mit hohem Drehmoment WRD-H 2515 WRD-H 3015 WRD-H 4025 WRD-H 6030 Deceleration Technology ONLINE CALCULATION AND 2D / 3D CAD DOWNLOAD M m L F Benefits Material: - Aluminium and steel Applications:

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

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

Algorithmic Bioinformatics III Graphs, Networks, and Systems SS2008 Ralf Zimmer

Algorithmic Bioinformatics III Graphs, Networks, and Systems SS2008 Ralf Zimmer Algorithmic Bioinformatics III Graphs, Networks, and Systems SS2008 Ralf Zimmer Graph Theory Introduction Ralf Zimmer, LMU Institut für Informatik, Lehrstuhl für Praktische Informatik und Bioinformatik,

Mehr

Technische Universität Kaiserslautern Lehrstuhl für Virtuelle Produktentwicklung

Technische Universität Kaiserslautern Lehrstuhl für Virtuelle Produktentwicklung functions in SysML 2.0 La Jolla, 22.05.2014 12/10/2015 Technische Universität Kaiserslautern Lehrstuhl für Virtuelle Produktentwicklung Dipl. Wirtsch.-Ing. Christian Muggeo Dipl. Wirtsch.-Ing. Michael

Mehr

Unit 2. A Brief Introduction to Fuzzy Logic and Fuzzy Systems

Unit 2. A Brief Introduction to Fuzzy Logic and Fuzzy Systems Unit 2 A Brief Introduction to Fuzzy Logic and Fuzzy Systems Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer Motivation In our everyday life, we use vague, qualitative,

Mehr

Primärspannungsmessungen mit der. CSIRO Triaxialzelle

Primärspannungsmessungen mit der. CSIRO Triaxialzelle Blatt Nr.: 1 STRESS CELL REDUCTION PROGRAM ******************************** ******************************** Authorized & accredited by the CSIRO Division of Geomechanics. Copyright Mindata Ltd, July 1990

Mehr

Assessment of disgn-flows in water management, Classical methods, nonstationary and multidimensional extensions of Extreme Value Modeling (EVM)

Assessment of disgn-flows in water management, Classical methods, nonstationary and multidimensional extensions of Extreme Value Modeling (EVM) Assessment of disgn-flows in water management, Classical methods, nonstationary and multidimensional extensions of Extreme Value Modeling (EVM) Dr. Winfried Willems, IAWG Outline Classical Approach, short

Mehr

Einführung in die Computerlinguistik reguläre Sprachen und endliche Automaten

Einführung in die Computerlinguistik reguläre Sprachen und endliche Automaten Einführung in die Computerlinguistik reguläre Sprachen und endliche Automaten Dozentin: Wiebke Petersen Foliensatz 3 Wiebke Petersen Einführung CL 1 Describing formal languages by enumerating all words

Mehr

Fluid-Particle Multiphase Flow Simulations for the Study of Sand Infiltration into Immobile Gravel-Beds

Fluid-Particle Multiphase Flow Simulations for the Study of Sand Infiltration into Immobile Gravel-Beds 3rd JUQUEEN Porting and Tuning Workshop Jülich, 2-4 February 2015 Fluid-Particle Multiphase Flow Simulations for the Study of Sand Infiltration into Immobile Gravel-Beds Tobias Schruff, Roy M. Frings,

Mehr

Motivation / Problem

Motivation / Problem Optimization of simulated biological multi-agent systems Alexander Hörnlein Christoph Oechslein Frank Puppe Motivation / Problem Optimization of behavior in respect of explicit evaluation function implicit

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

Multi-Lattice Approach to Kinetic Monte Carlo

Multi-Lattice Approach to Kinetic Monte Carlo Fakultät für Chemie Multi-Lattice Approach to Kinetic Monte Carlo Max J. Hoffmann Fritz-Haber Institut der Max-Planck-Gesellschaft TU München Jan 25, 2011 1 Outline introduction to DFT+kMC approach for

Mehr

Coupling GIS and hydraulics using the example of the Dornbirnerach

Coupling GIS and hydraulics using the example of the Dornbirnerach Coupling GIS and hydraulics using the example of the Dornbirnerach Michaela Jud Department for Geoinformatics Technical University of Munich (TUM), Germany San Diego, 13 th of July 2011 Storm event august

Mehr

Betriebsanleitung. Finhol Natural Tube Series - Booster. Technische Daten

Betriebsanleitung. Finhol Natural Tube Series - Booster. Technische Daten Betriebsanleitung Natural Tube Series - Booster Aluminium Druckguss Gehäuse Gewicht ca. 300 gr. Masse: 145 x 95 x 50 mm Regler: Level Fussschalter Output/Input-Buchse 6,3 mm unsymmetrisch DC-Buchse: für

Mehr

Numerical Analysis of a Radiant Syngas Cooler

Numerical Analysis of a Radiant Syngas Cooler Numerical Analysis of a Radiant Syngas Cooler Folie 2, Dr.-Ing. Gerd Oeljeklaus, Universität Duisburg-Essen Universität Duisburg-Essen Prof. Dr.-Ing., Universität Duisburg-Essen - Ulrich Günther Siemens

Mehr

Kinetic and Boolean Modeling of Apoptosis in Hepatocytes

Kinetic and Boolean Modeling of Apoptosis in Hepatocytes Kinetic and Boolean Modeling of Apoptosis in Hepatocytes Von der Fakultät Konstruktions-, Produktions- und Fahrzeugtechnik der Universität Stuttgart zur Erlangung der Würde einer Doktor-Ingenieurin (Dr.-Ing.)

Mehr

Automatentheorie und formale Sprachen reguläre Ausdrücke

Automatentheorie und formale Sprachen reguläre Ausdrücke Automatentheorie und formale Sprachen reguläre Ausdrücke Dozentin: Wiebke Petersen 6.5.2009 Wiebke Petersen Automatentheorie und formale Sprachen - SoSe09 1 Formal language Denition A formal language L

Mehr

Motion Controller 2 - MC2

Motion Controller 2 - MC2 otion ler 2 - C2 otion ler C2 The C2 (otion ler) is the connective link between a higher-ranking control level (PLC, IPC etc.) and one or more SIEB & EYER drives (series SD2/SD2S and FC2). It receives

Mehr

Deceleration Technology. Rotary Dampers with high-torque range WRD-H 7550 WRD-H 9565 WRD-H

Deceleration Technology. Rotary Dampers with high-torque range WRD-H 7550 WRD-H 9565 WRD-H Rotary Dampers with high-torque range WRD-H 7550 WRD-H 9565 WRD-H 12070 Deceleration Technology ONLINE CALCULATION AND 2D / 3D CAD DOWNLOAD M m L F Benefits Material: - Aluminium and steel Applications:

Mehr

Bayesian Networks. Syntax Semantics Parametrized Distributions Inference in Bayesian Networks. Exact Inference. Approximate Inference

Bayesian Networks. Syntax Semantics Parametrized Distributions Inference in Bayesian Networks. Exact Inference. Approximate Inference Syntax Semantics Parametrized Distributions Inference in Exact Inference Approximate Inference enumeration variable elimination stochastic simulation Markov Chain Monte Carlo (MCMC) 1 Includes many slides

Mehr

Summary Details for Performance, Duration and Acoustic Measurements for the. Aircon 10S Wind Turbine. UK MCS Certification Summary

Summary Details for Performance, Duration and Acoustic Measurements for the. Aircon 10S Wind Turbine. UK MCS Certification Summary Summary Details for Performance, Duration and Acoustic Measurements for the Aircon 10S Wind Turbine UK MCS Certification Summary Certificate Number MCS TUV0007 Small Wind Turbine Certification Summary

Mehr

Wakefield computation of PETRAIII taper section Laura Lünzer

Wakefield computation of PETRAIII taper section Laura Lünzer Wakefield computation of PETRAIII taper section Laura Lünzer 16. Dezember 2011 TU Darmstadt Fachbereich 18 Institut Theorie Elektromagnetischer Felder Laura Lünzer Geometry of tapered structure Undulator

Mehr

Spezifikation für Freigabe / specification for release

Spezifikation für Freigabe / specification for release 74272722 STAR-FIX LFS mit Sicherheitsverschluß STAR-FIX LFS with Safety Lock DATUM / DATE : 2010-10-07 a 31,0 typ. mm b 35,1 typ. mm c 28,0 typ. mm für Kabeldurchmesser / for cable diameter Ø 8,5-12,5

Mehr

VGM. VGM information. HAMBURG SÜD VGM WEB PORTAL - USER GUIDE June 2016

VGM. VGM information. HAMBURG SÜD VGM WEB PORTAL - USER GUIDE June 2016 Overview The Hamburg Süd VGM-Portal is an application which enables to submit VGM information directly to Hamburg Süd via our e-portal web page. You can choose to insert VGM information directly, or download

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

Logik für Informatiker Logic for computer scientists

Logik für Informatiker Logic for computer scientists Logik für Informatiker Logic for computer scientists Till Mossakowski WiSe 2007/08 2 Rooms Monday 13:00-15:00 GW2 B1410 Thursday 13:00-15:00 GW2 B1410 Exercises (bring your Laptops with you!) either Monday

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

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

Eingebettete Taktübertragung auf Speicherbussen

Eingebettete Taktübertragung auf Speicherbussen Eingebettete Taktübertragung auf Speicherbussen Johannes Reichart Workshop Hochgeschwindigkeitsschnittstellen Stuttgart, 07.11.2008 Unterstützt durch: Qimonda AG, München Institut für Prof. Elektrische

Mehr

Overview thermostat/ temperature controller

Overview thermostat/ temperature controller Thermostat TR-238 The Thermostat TR-238 is a electronic two-level controller for controlling of and in climate control units and vehicles. Voltage range (12V): Voltage range (24V): Control range: Hystereses:

Mehr

Soll der Staat aktiv Innovationen fördern? Das Beispiel Airbus A400M

Soll der Staat aktiv Innovationen fördern? Das Beispiel Airbus A400M Wirtschaft Tobias Karcher Soll der Staat aktiv Innovationen fördern? Das Beispiel Airbus A400M Bachelorarbeit Bibliografische Information der Deutschen Nationalbibliothek: Die Deutsche Bibliothek verzeichnet

Mehr

Datenblatt. Remote-I/O - u-remote UR20-4AO-UI or 4-wire connection; 16-bit resolution; 4 outputs

Datenblatt. Remote-I/O - u-remote UR20-4AO-UI or 4-wire connection; 16-bit resolution; 4 outputs 2- or 4-wire connection; 16-bit resolution; 4 outputs The analogue output module controls up to 4 analogue actuators with +/-10 V, +/-5 V, 0...10 V, 0...5 V, 2...10 V, 1...5 V, 0...20 ma or 4...20 ma with

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

Objekterkennung Visuelle Verarbeitung von Gesichtern Orientierungseffekte. Objekterkennung Visuelle Verarbeitung von Gesichtern Orientierungseffekte

Objekterkennung Visuelle Verarbeitung von Gesichtern Orientierungseffekte. Objekterkennung Visuelle Verarbeitung von Gesichtern Orientierungseffekte Orientierungseffekte Orientierungseffekte Inversionseffekt Thatcher Illusion Rotierte Gesichter sind schwieriger zu erkennen als andere mono-orientierte Objekte (Yin, 1969). Der groteske Gesichtsausdruck,

Mehr

B/S/H/ Startfolie. B/S/H Bosch und Siemens Hausgeräte GmbH - KDT-T B/S/H Bosch und Siemens Hausgeräte GmbH KDT-T

B/S/H/ Startfolie. B/S/H Bosch und Siemens Hausgeräte GmbH - KDT-T B/S/H Bosch und Siemens Hausgeräte GmbH KDT-T Startfolie B/S/H/ 1 Product division Event Location Refrigeration Side by Side USA B/S/H Bosch und Siemens Hausgeräte GmbH KDT-T 2 Side-by-Side Appliances Models: Bosch Siemens KAN 56V** KAN58A** KA58NA**with

Mehr

Stochastic Processes SS 2010 Prof. Anton Wakolbinger. Klausur am 16. Juli 2010

Stochastic Processes SS 2010 Prof. Anton Wakolbinger. Klausur am 16. Juli 2010 Stochastic Processes SS 2010 Prof. Anton Wakolbinger Klausur am 16. Juli 2010 Vor- und Nachname: Matrikelnummer: Studiengang: Tutor(in): In der Klausur können 100 Punkte erreicht werden. Die Gesamtpunktezahl

Mehr

Routing in WSN Exercise

Routing in WSN Exercise Routing in WSN Exercise Thomas Basmer telefon: 0335 5625 334 fax: 0335 5625 671 e-mail: basmer [ at ] ihp-microelectronics.com web: Outline Routing in general Distance Vector Routing Link State Routing

Mehr