Unit 5. Mathematical Morphology. Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 85

Größe: px
Ab Seite anzeigen:

Download "Unit 5. Mathematical Morphology. Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 85"

Transkript

1 Unit 5 Mathematical Morphology Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 85

2 Introduction to Mathematical Morphology Use of algebraic analysis for detecting shapes in (image) data Binary morphology works with b/w, i.e. 0/1, data. Fuzzy morphology works with gray value data (interval [0, 1]). Central concept: structuring element, which corresponds to the shape under consideration Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 86

3 Binary Dilation Let X be the n-dimensional Euclidean space. The dilation of a pixel set A with respect to the structuring element B is defined as the Minkowski addition as follows: A B = {x X x = a + b for some a A and b B} Characterization of dilation: A B = a A B a, where A t = {x X x = a + t for some a A}. Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 87

4 Properties of the Dilation/Minkowski Addition Commutativity: A B = B A Associativity: A (B C) = (A B) C Neutral element: A {0} = A Non-decreasingness: if A B then A C B C Extensivity: if 0 B then A B A Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 88

5 Binary Erosion Let X be the n-dimensional Euclidean space. The erosion of a pixel set A with respect to the structuring element B is defined as follows: A B = {x X x + b A for every b B} Characterization of erosion: A B = {x X B x A} = b B A b Note that this is not exactly the same as the Minkowski subtraction! Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 89

6 Properties of the Erosion Commutativity is not fulfilled Associativity is not fulfilled Neutral element: A {0} = A Non-decreasingness in first argument: if A B then A C B C Non-increasingness in second argument: if B C then A B A C Anti-extensivity: if 0 B then A B A Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 90

7 Relationships Between Erosion and Dilation Theorem (Erosion Dilation Duality). (A B) = ( A) ( B) (A B) = ( A) ( B) Theorem (Chaining Rule for Erosion). A (B C) = (A B) C Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 91

8 Some Other Properties of Erosion and Dilation (A B) C = (A C) (B C) (A B) C (A C) (B C) A (B C) = (A B) (A C) A (B C) (A B) (A C) (A B) C (A C) (B C) (A B) C = (A C) (B C) A (B C) = (A B) (A C) A (B C) (A B) (A C) Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 92

9 The Hit-and-Miss Transform Given a pair of two structuring elements (B, C), the Hitand-Miss Transform of a pixel set A is defined as A (B, C) = (A B) ( A C). Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 93

10 Thickening and Thinning Given a pair of two structuring elements (B, C), thickening and thinning operators with respect to the pair (B, C) are defined as follows: A (B, C) = A A (B, C) A (B, C) = A\A (B, C) Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 94

11 Template Matching Assume we are given an image A, a template T, and a window of interest W T in which the template should be localized. Then the set of match points is given by the following hit-and-miss transform: A (T, W \T ) Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 95

12 Openings and Closures Opening: dilation of erosion Closure: erosion of dilation A B = (A B) B A B = (A B) B Note we call a set A B-open if A B = A and B-closed if A B = A, respectively. Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 96

13 Properties of Openings A B A A B implies A C B C A is B-open if and only if there exists a C such that A = C B A B is the largest B-open subset of A (A B) B = A B Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 97

14 Properties of Closures A B A A B implies A C B C A is B-closed if and only if there exists a C such that A = C B A B is the smallest B-closed superset of A (A B) B = A B Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 98

15 Example 1: Separating a Disc From a Beam (cf. [Haralick & Shapiro, 1992]) Left: original image ( ) Middle: opening with respect to a large disc-shaped structuring element (radius 80) Right: residual (left middle) Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 99

16 Example 2: Separating Horizontal and Vertical Parts (cf. [Haralick & Shapiro, 1992]) Left: original image ( ) Middle: opening with respect to a (100 5) structuring element Right: opening with respect to a (20 200) structuring element (100 5) Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 100

17 Example 3: Extracting Pinheads (cf. [Haralick & Shapiro, 1992]) Left: original image ( ) Right: opening with respect to a disc-shaped structuring element (radius 5) Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 101

18 An Example from Industrial Practice I (cf. [Haralick & Shapiro, 1992]) Goal: extraction of pin areas of integrated circuit (B s refer to binary images, G s refer to grayscale images) (a) original image G 0 (b) thresholded image B 1 computed from G 0 using a threshold value of 200 (c) B 2 = B 1 box(5, 5) (d) B 3 = B 2 box(80, 100) (e) B 4 = B 3 box(160, 90) (f) G 5 = min(g 0, B 4 ) Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 102

19 An Example from Industrial Practice II (cf. [Haralick & Shapiro, 1992]) (g) G 6 : remove noise from G 5 (h) thresholded image B 7 computed from G 6 using a threshold value of 174 (i) B 8 = B 7 box(8, 2) (j) B 9 = B 8 box(20, 3) Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 103

20 Gray-Scale Morphology: Overview Threshold/level set approach Umbra approach Fuzzy morphology Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 104

21 The Threshold Approach The threshold approach is designed for gray-scale images and binary structuring elements The image A : X [0, 1] is quantized into a set of level sets (A α ) α I, where A α = {x X A(x) α and I ]0, 1]. Then all morphological operations discussed so far can be applied to the individual level sets Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 105

22 Morphological Operations in the Threshold Approach For all α I, we carry out dilation and erosion for all level sets: (A B) α = A α B (A B) α = A α B Operations like hit-and-miss transform, opening, closure, etc., can be defined analogously. Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 106

23 From Level Sets to a Gray-Scale Image Given level sets (C α ) α I, we can determine a gray-scale image C in the following way (with the convention sup = 0): C (x) = sup{α x C α } Then C α = C α holds for all α I. In general, C is only an approximation of C. If I =]0, 1] of I C(X), then C = C holds. Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 107

24 The Umbra Approach The umbra approach is designed generally for grayscale images and gray-scale structuring elements The idea behind the umbra approach is based on considering the areas above and below the graph of the image and its structuring element and applying binary morphology in the corresponding n + 1-dimensional space Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 108

25 Umbras and Top Surfaces Given a function/image f : A R (A X), the Umbra of A is a subset of A R and defined as U[f] = {(x, v) A R v f(x)}. Given a set Y X R, its top surface is an F R function/image defined as T [Y ](x) = sup{v R (x, v) Y }, where F = {x X (x, v) Y for some v R}. Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 109

26 Dilation in the Umbra Approach Given an image f : F R and a structuring element k : K R, the dilation of f w.r.t. k is defined as a F K R function in the following way: f k = T [U[f] U[k]] Note that this computation can be represented as (f k)(x) = sup{f(x z) + k(z) z K, x z F }. Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 110

27 Erosion in the Umbra Approach Given an image f : F R and a structuring element k : K R, the erosion of f w.r.t. k is defined as a F K R function in the following way: f k = T [U[f] U[k]] Note that this computation can be represented as (f k)(x) = sup{f(x + z) k(z) z K}. Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 111

28 Fuzzy Morphology Now let us assume that A and B are fuzzy sets. In order to be able to generalize dilations and erosions to fuzzy sets, we have to generalize the conjunction, the implication, the universal and the existential quantifier. Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 112

29 Operations Conjunction: A triangular norm (t-norm) is a binary operation on the unit interval [0, 1] which is commutative, associative, non-decreasing in both components, and has 1 as neutral element. Implication: The residual implication of a left-continuous t- norm is defined as T (x, y) = sup{u [0, 1] T (x, u) y}. Quantifiers: inf can be used as universal and sup can be used as existential quantifier. Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 113

30 Important t-norms Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 114

31 Corresponding Implications Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 115

32 Basic Properties Lemma. The following holds for all x, y, z [0, 1]: 1. x y if and only if T (x, y) = 1 2. T (x, y) z if and only if x T (y, z) 3. T ( T (x, y), T (y, z) ) T (x, z) 4. T (1, y) = y 5. T ( x, T (x, y) ) y 6. y T ( x, T (x, y) ) Furthermore, T is non-increasing and left-continuous in the first argument and non-decreasing and right-continuous in the second argument. Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 116

33 Fuzzy Dilation and Erosion (A B)(x) = sup y X T (B(x y), A(y)) (A B)(x) = inf y X T (B(y x), A(y)) Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 117

34 Properties of the Fuzzy Dilation Commutativity: A B = B A Associativity: A (B C) = (A B) C Neutral element: A {0} = A Non-decreasingness: if A B then A C B C Extensivity: if 0 B then A B A Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 118

35 Properties of the Fuzzy Erosion Commutativity is not fulfilled Associativity is not fulfilled Neutral element: A {0} = A Non-decreasingness in first argument: if A B then A C B C Non-increasingness in second argument: if B C then A B A C Anti-extensivity: if 0 B then A B A Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 119

36 Some Other Properties of Fuzzy Erosion and Dilation (A B) C = (A C) (B C) (A B) C (A C) (B C) A (B C) = (A B) (A C) A (B C) (A B) (A C) (A B) C (A C) (B C) (A B) C = (A C) (B C) A (B C) = (A B) (A C) A (B C) (A B) (A C) Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 120

37 Openings and Closures Opening: dilation of erosion Closure: erosion of dilation A B = (A B) B A B = (A B) B Note we call a set A B-open if A B = A and B-closed if A B = A, respectively. Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 121

38 Properties of Openings A B A A B implies A C B C A is B-open if and only if there exists a C such that A = C B A B is the largest B-open subset of A (A B) B = A B Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 122

39 Properties of Closures A B A A B implies A C B C A is B-closed if and only if there exists a C such that A = C B A B is the smallest B-closed superset of A (A B) B = A B Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 123

40

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

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

Geometrie und Bedeutung: Kap 5

Geometrie und Bedeutung: Kap 5 : Kap 5 21. November 2011 Übersicht Der Begriff des Vektors Ähnlichkeits Distanzfunktionen für Vektoren Skalarprodukt Eukidische Distanz im R n What are vectors I Domininic: Maryl: Dollar Po Euro Yen 6

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

Prediction Market, 28th July 2012 Information and Instructions. Prognosemärkte Lehrstuhl für Betriebswirtschaftslehre insbes.

Prediction Market, 28th July 2012 Information and Instructions. Prognosemärkte Lehrstuhl für Betriebswirtschaftslehre insbes. Prediction Market, 28th July 2012 Information and Instructions S. 1 Welcome, and thanks for your participation Sensational prices are waiting for you 1000 Euro in amazon vouchers: The winner has the chance

Mehr

USBASIC SAFETY IN NUMBERS

USBASIC SAFETY IN NUMBERS USBASIC SAFETY IN NUMBERS #1.Current Normalisation Ropes Courses and Ropes Course Elements can conform to one or more of the following European Norms: -EN 362 Carabiner Norm -EN 795B Connector Norm -EN

Mehr

CABLE TESTER. Manual DN-14003

CABLE TESTER. Manual DN-14003 CABLE TESTER Manual DN-14003 Note: Please read and learn safety instructions before use or maintain the equipment This cable tester can t test any electrified product. 9V reduplicated battery is used in

Mehr

Einkommensaufbau mit FFI:

Einkommensaufbau mit FFI: For English Explanation, go to page 4. Einkommensaufbau mit FFI: 1) Binäre Cycle: Eine Position ist wie ein Business-Center. Ihr Business-Center hat zwei Teams. Jedes mal, wenn eines der Teams 300 Punkte

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

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

Titelbild1 ANSYS. Customer Portal LogIn

Titelbild1 ANSYS. Customer Portal LogIn Titelbild1 ANSYS Customer Portal LogIn 1 Neuanmeldung Neuanmeldung: Bitte Not yet a member anklicken Adressen-Check Adressdaten eintragen Customer No. ist hier bereits erforderlich HERE - Button Hier nochmal

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

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

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

ReadMe zur Installation der BRICKware for Windows, Version 6.1.2. ReadMe on Installing BRICKware for Windows, Version 6.1.2

ReadMe zur Installation der BRICKware for Windows, Version 6.1.2. ReadMe on Installing BRICKware for Windows, Version 6.1.2 ReadMe zur Installation der BRICKware for Windows, Version 6.1.2 Seiten 2-4 ReadMe on Installing BRICKware for Windows, Version 6.1.2 Pages 5/6 BRICKware for Windows ReadMe 1 1 BRICKware for Windows, Version

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

Using TerraSAR-X data for mapping of damages in forests caused by the pine sawfly (Dprion pini) Dr. Klaus MARTIN klaus.martin@slu-web.

Using TerraSAR-X data for mapping of damages in forests caused by the pine sawfly (Dprion pini) Dr. Klaus MARTIN klaus.martin@slu-web. Using TerraSAR-X data for mapping of damages in forests caused by the pine sawfly (Dprion pini) Dr. Klaus MARTIN klaus.martin@slu-web.de Damages caused by Diprion pini Endangered Pine Regions in Germany

Mehr

How to access licensed products from providers who are already operating productively in. General Information... 2. Shibboleth login...

How to access licensed products from providers who are already operating productively in. General Information... 2. Shibboleth login... Shibboleth Tutorial How to access licensed products from providers who are already operating productively in the SWITCHaai federation. General Information... 2 Shibboleth login... 2 Separate registration

Mehr

RS232-Verbindung, RXU10 Herstellen einer RS232-Verbindung zwischen PC und Messgerät oder Modem und Messgerät

RS232-Verbindung, RXU10 Herstellen einer RS232-Verbindung zwischen PC und Messgerät oder Modem und Messgerät Betriebsanleitung RS232-Verbindung, RXU10 Herstellen einer RS232-Verbindung zwischen PC und Messgerät oder Modem und Messgerät ä 2 Operating Instructions RS232 Connection, RXU10 Setting up an RS232 connection

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

_ Anleitung zur Weiterverarbeitung

_ Anleitung zur Weiterverarbeitung FRAMEWORK MANAGEMENT _ Anleitung zur Weiterverarbeitung digital gefertigter Modelle mit Ceramill M-Build _ Instructions for further processing of digitally fabricated models using Ceramill M-Build Outsource-Fertigung

Mehr

E/A-Bedieneinheit. I/O Control unit 658552 DE/GB 08/02

E/A-Bedieneinheit. I/O Control unit 658552 DE/GB 08/02 E/A-Bedieneinheit I/O Control unit 527429 658552 DE/GB 08/02 Best.-Nr.: 658552 Benennung: DATENBLATT Bezeichnung: D:LP-BED.EINH.-E/A-DE/GB Stand: 08/2002 Autoren: Christine Löffler Grafik: Doris Schwarzenberger

Mehr

Invitation - Benutzerhandbuch. User Manual. User Manual. I. Deutsch 2. 1. Produktübersicht 2. 1.1. Beschreibung... 2

Invitation - Benutzerhandbuch. User Manual. User Manual. I. Deutsch 2. 1. Produktübersicht 2. 1.1. Beschreibung... 2 Invitation - Inhaltsverzeichnis I. Deutsch 2 1. Produktübersicht 2 1.1. Beschreibung......................................... 2 2. Installation und Konfiguration 2 2.1. Installation...........................................

Mehr

Ingenics Project Portal

Ingenics Project Portal Version: 00; Status: E Seite: 1/6 This document is drawn to show the functions of the project portal developed by Ingenics AG. To use the portal enter the following URL in your Browser: https://projectportal.ingenics.de

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

Wählen Sie das MySQL Symbol und erstellen Sie eine Datenbank und einen dazugehörigen User.

Wählen Sie das MySQL Symbol und erstellen Sie eine Datenbank und einen dazugehörigen User. 1 English Description on Page 5! German: Viele Dank für den Kauf dieses Produktes. Im nachfolgenden wird ausführlich die Einrichtung des Produktes beschrieben. Für weitere Fragen bitte IM an Hotmausi Congrejo.

Mehr

"What's in the news? - or: why Angela Merkel is not significant

What's in the news? - or: why Angela Merkel is not significant "What's in the news? - or: why Angela Merkel is not significant Andrej Rosenheinrich, Dr. Bernd Eickmann Forschung und Entwicklung, Unister GmbH, Leipzig UNISTER Seite 1 Unister Holding UNISTER Seite 2

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

Advances in Integrated Software Sciences

Advances in Integrated Software Sciences Advances in Integrated Software Sciences Proceedings of the Master and PhD Seminar Summer term 2010, part 2 Softwarepark Hagenberg SCCH, Room 0/2 6 July 2010 Software Competence Center Hagenberg Fuzzy

Mehr

Instruktionen Mozilla Thunderbird Seite 1

Instruktionen Mozilla Thunderbird Seite 1 Instruktionen Mozilla Thunderbird Seite 1 Instruktionen Mozilla Thunderbird Dieses Handbuch wird für Benutzer geschrieben, die bereits ein E-Mail-Konto zusammenbauen lassen im Mozilla Thunderbird und wird

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

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

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

Franke & Bornberg award AachenMünchener private annuity insurance schemes top grades

Franke & Bornberg award AachenMünchener private annuity insurance schemes top grades Franke & Bornberg award private annuity insurance schemes top grades Press Release, December 22, 2009 WUNSCHPOLICE STRATEGIE No. 1 gets best possible grade FFF ( Excellent ) WUNSCHPOLICE conventional annuity

Mehr

KURZANLEITUNG. Firmware-Upgrade: Wie geht das eigentlich?

KURZANLEITUNG. Firmware-Upgrade: Wie geht das eigentlich? KURZANLEITUNG Firmware-Upgrade: Wie geht das eigentlich? Die Firmware ist eine Software, die auf der IP-Kamera installiert ist und alle Funktionen des Gerätes steuert. Nach dem Firmware-Update stehen Ihnen

Mehr

ALL1681 Wireless 802.11g Powerline Router Quick Installation Guide

ALL1681 Wireless 802.11g Powerline Router Quick Installation Guide ALL1681 Wireless 802.11g Powerline Router Quick Installation Guide 1 SET ALL1681 Upon you receive your wireless Router, please check that the following contents are packaged: - Powerline Wireless Router

Mehr

TIn 1: Feedback Laboratories. Lecture 4 Data transfer. Question: What is the IP? Institut für Embedded Systems. Institut für Embedded Systems

TIn 1: Feedback Laboratories. Lecture 4 Data transfer. Question: What is the IP? Institut für Embedded Systems. Institut für Embedded Systems Mitglied der Zürcher Fachhochschule TIn 1: Lecture 4 Data transfer Feedback Laboratories Question: What is the IP? Why do we NEED an IP? Lecture 3: Lernziele Moving data, the why s and wherefores Moving

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

(Prüfungs-)Aufgaben zum Thema Scheduling

(Prüfungs-)Aufgaben zum Thema Scheduling (Prüfungs-)Aufgaben zum Thema Scheduling 1) Geben Sie die beiden wichtigsten Kriterien bei der Wahl der Größe des Quantums beim Round-Robin-Scheduling an. 2) In welchen Situationen und von welchen (Betriebssystem-)Routinen

Mehr

Patentrelevante Aspekte der GPLv2/LGPLv2

Patentrelevante Aspekte der GPLv2/LGPLv2 Patentrelevante Aspekte der GPLv2/LGPLv2 von RA Dr. Till Jaeger OSADL Seminar on Software Patents and Open Source Licensing, Berlin, 6./7. November 2008 Agenda 1. Regelungen der GPLv2 zu Patenten 2. Implizite

Mehr

https://portal.microsoftonline.com

https://portal.microsoftonline.com Sie haben nun Office über Office365 bezogen. Ihr Account wird in Kürze in dem Office365 Portal angelegt. Anschließend können Sie, wie unten beschrieben, die Software beziehen. Congratulations, you have

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

Technical Support Information No. 123 Revision 2 June 2008

Technical Support Information No. 123 Revision 2 June 2008 I IA Sensors and Communication - Process Analytics - Karlsruhe, Germany Page 6 of 10 Out Baking Of The MicroSAM Analytical Modules Preparatory Works The pre-adjustments and the following operations are

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

EEX Kundeninformation 2002-09-11

EEX Kundeninformation 2002-09-11 EEX Kundeninformation 2002-09-11 Terminmarkt Bereitstellung eines Simulations-Hotfixes für Eurex Release 6.0 Aufgrund eines Fehlers in den Release 6.0 Simulations-Kits lässt sich die neue Broadcast-Split-

Mehr

Concept. Chapter. Locking daemon over CIFS for OpenOffice.org. Verantwortlich

Concept. Chapter. Locking daemon over CIFS for OpenOffice.org. Verantwortlich FOSS-Group GmbH Bismarckallee 9 4D-79098 Freiburg i.br Tel. +41 (0)61 751 72 80 Fax +41 (0)61 751 78 79 www.foss-group.eu Mail: info@foss-group.eu Concept OSBD Chapter Locking daemon over CIFS for OpenOffice.org

Mehr

Effizienz im Vor-Ort-Service

Effizienz im Vor-Ort-Service Installation: Anleitung SatWork Integrierte Auftragsabwicklung & -Disposition Februar 2012 Disposition & Auftragsabwicklung Effizienz im Vor-Ort-Service Disclaimer Vertraulichkeit Der Inhalt dieses Dokuments

Mehr

Der Adapter Z250I / Z270I lässt sich auf folgenden Betriebssystemen installieren:

Der Adapter Z250I / Z270I lässt sich auf folgenden Betriebssystemen installieren: Installationshinweise Z250I / Z270I Adapter IR USB Installation hints Z250I / Z270I Adapter IR USB 06/07 (Laden Sie den Treiber vom WEB, entpacken Sie ihn in ein leeres Verzeichnis und geben Sie dieses

Mehr

TomTom WEBFLEET Tachograph

TomTom WEBFLEET Tachograph TomTom WEBFLEET Tachograph Installation TG, 17.06.2013 Terms & Conditions Customers can sign-up for WEBFLEET Tachograph Management using the additional services form. Remote download Price: NAT: 9,90.-/EU:

Mehr

Supplier Status Report (SSR)

Supplier Status Report (SSR) Supplier Status Report (SSR) Introduction for BOS suppliers BOS GmbH & Co. KG International Headquarters Stuttgart Ernst-Heinkel-Str. 2 D-73760 Ostfildern Management Letter 2 Supplier Status Report sheet

Mehr

DOWNLOAD. Englisch in Bewegung. Spiele für den Englischunterricht. Britta Buschmann. Downloadauszug aus dem Originaltitel:

DOWNLOAD. Englisch in Bewegung. Spiele für den Englischunterricht. Britta Buschmann. Downloadauszug aus dem Originaltitel: DOWNLOAD Britta Buschmann Englisch in Bewegung Spiele für den Englischunterricht auszug aus dem Originaltitel: Freeze Hör-/ und Sehverstehen Folgende Bewegungen werden eingeführt: run: auf der Stelle rennen

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

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

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

Essen, 16. Dezember 2005. Stellungnahme zum Projekt. Qualifizierung der quantitativen Schallemissionsanalyse

Essen, 16. Dezember 2005. Stellungnahme zum Projekt. Qualifizierung der quantitativen Schallemissionsanalyse Essen, 16. Dezember 2005 Stellungnahme zum Projekt Qualifizierung der quantitativen Schallemissionsanalyse In dem Projekt Qualifizierung der quantitativen Schallemissionsanalyse wurden die Ergebnisse der

Mehr

Listening Comprehension: Talking about language learning

Listening Comprehension: Talking about language learning Talking about language learning Two Swiss teenagers, Ralf and Bettina, are both studying English at a language school in Bristo and are talking about language learning. Remember that Swiss German is quite

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

Release Notes BRICKware 7.5.4. Copyright 23. March 2010 Funkwerk Enterprise Communications GmbH Version 1.0

Release Notes BRICKware 7.5.4. Copyright 23. March 2010 Funkwerk Enterprise Communications GmbH Version 1.0 Release Notes BRICKware 7.5.4 Copyright 23. March 2010 Funkwerk Enterprise Communications GmbH Version 1.0 Purpose This document describes new features, changes, and solved problems of BRICKware 7.5.4.

Mehr

Kurzinformation Brief information

Kurzinformation Brief information AGU Planungsgesellschaft mbh Sm@rtLib V4.1 Kurzinformation Brief information Beispielprojekt Example project Sm@rtLib V4.1 Inhaltsverzeichnis Contents 1 Einleitung / Introduction... 3 1.1 Download aus

Mehr

ONLINE LICENCE GENERATOR

ONLINE LICENCE GENERATOR Index Introduction... 2 Change language of the User Interface... 3 Menubar... 4 Sold Software... 5 Explanations of the choices:... 5 Call of a licence:... 7 Last query step... 9 Call multiple licenses:...

Mehr

Role Play I: Ms Minor Role Card. Ms Minor, accountant at BIGBOSS Inc.

Role Play I: Ms Minor Role Card. Ms Minor, accountant at BIGBOSS Inc. Role Play I: Ms Minor Role Card Conversation between Ms Boss, CEO of BIGBOSS Inc. and Ms Minor, accountant at BIGBOSS Inc. Ms Boss: Guten Morgen, Frau Minor! Guten Morgen, Herr Boss! Frau Minor, bald steht

Mehr

After sales product list After Sales Geräteliste

After sales product list After Sales Geräteliste GMC-I Service GmbH Thomas-Mann-Str. 20 90471 Nürnberg e-mail:service@gossenmetrawatt.com After sales product list After Sales Geräteliste Ladies and Gentlemen, (deutsche Übersetzung am Ende des Schreibens)

Mehr

USB Treiber updaten unter Windows 7/Vista

USB Treiber updaten unter Windows 7/Vista USB Treiber updaten unter Windows 7/Vista Hinweis: Für den Downloader ist momentan keine 64 Bit Version erhältlich. Der Downloader ist nur kompatibel mit 32 Bit Versionen von Windows 7/Vista. Für den Einsatz

Mehr

Algorithms & Datastructures Midterm Test 1

Algorithms & Datastructures Midterm Test 1 Algorithms & Datastructures Midterm Test 1 Wolfgang Pausch Heiko Studt René Thiemann Tomas Vitvar

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

GRIPS - GIS basiertes Risikoanalyse-, Informations- und Planungssystem

GRIPS - GIS basiertes Risikoanalyse-, Informations- und Planungssystem GRIPS - GIS basiertes Risikoanalyse-, Informations- und Planungssystem GIS based risk assessment and incident preparation system Gregor Lämmel TU Berlin GRIPS joined research project TraffGo HT GmbH Rupprecht

Mehr

DAT Newsletter Nr. 48 (07/2014)

DAT Newsletter Nr. 48 (07/2014) DAT Newsletter Nr. 48 (07/2014) DAT uropa-code Lieferung: Erweiterung Zusatzelement 2 um Kennzeichen "Arbeit vorhanden?" und "Lackierarbeit vorhanden?" Abkündigung Web-Service: ConversionFunctions Ablösung

Mehr

Kybernetik Das Kybernetische Modell

Kybernetik Das Kybernetische Modell Kybernetik Das Kybernetische Modell Mohamed Oubbati Institut für Neuroinformatik Tel.: (+49) 731 / 50 24153 mohamed.oubbati@uni-ulm.de 05. 06. 2012 Das Modell Das Modell Was ist ein Modell? Ein Modell

Mehr

Can a New Standardised Cost- Benefit-Analysis Tool Push Cycling Projects and Promotion of Cycling Projects to a new level?

Can a New Standardised Cost- Benefit-Analysis Tool Push Cycling Projects and Promotion of Cycling Projects to a new level? Velocity 2013 Cycling Benefits Can a New Standardised Cost- Benefit-Analysis Tool Push Cycling Projects and Promotion of Cycling Projects to a new level? Christian Gruber, Gerald Röschel ZIS+P Transportplanning,

Mehr

Extract of the Annotations used for Econ 5080 at the University of Utah, with study questions, akmk.pdf.

Extract of the Annotations used for Econ 5080 at the University of Utah, with study questions, akmk.pdf. 1 The zip archives available at http://www.econ.utah.edu/ ~ ehrbar/l2co.zip or http: //marx.econ.utah.edu/das-kapital/ec5080.zip compiled August 26, 2010 have the following content. (they differ in their

Mehr

SERVICE INFORMATION NO. SID4-020/1

SERVICE INFORMATION NO. SID4-020/1 Diamond Aircraft Industries G.m.b.H. DAI SID4-020/1 N.A. Otto-Straße 5 Page 1 of 2 A-2700 Wiener Neustadt 06-Sep-2004 SERVICE INFORMATION NO. SID4-020/1 SUPERSEDES SERVICE INFORMATION NO. SID4-020 I. TECHNICAL

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

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

Approx. 2,000 frontlist books and 18,000 backlist books; list will be updated periodically

Approx. 2,000 frontlist books and 18,000 backlist books; list will be updated periodically This checklist provides an overview of the fees and features of the e-books and some additional details. This will simplify the evaluation of the product for the consortia partners. Checklist for e-books

Mehr

Schüco Fenster AWS 90.SI + als PASK Schüco Window AWS 90.SI +, tilt/slide

Schüco Fenster AWS 90.SI + als PASK Schüco Window AWS 90.SI +, tilt/slide Schüco Fenster AWS 90.SI + als PASK Schüco Window AWS 90.SI +, tilt/slide Schüco Fenster AWS 90.SI + als PASK Schüco Window AWS 90.SI +, tilt/slide Schüco 271 Parallel-Abstell-Schiebe-Kippsystem Tilt/slide

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

Technical Information

Technical Information Firmware-Installation nach Einbau des DP3000-OEM-Kits Dieses Dokument beschreibt die Schritte die nach dem mechanischen Einbau des DP3000- OEM-Satzes nötig sind, um die Projektoren mit der aktuellen Firmware

Mehr

Modellfreie numerische Prognosemethoden zur Tragwerksanalyse

Modellfreie numerische Prognosemethoden zur Tragwerksanalyse Modellfreie numerische Prognosemethoden zur Tragwerksanalyse Zur Erlangung des akademischen Grades Doktor-Ingenieur (Dr.-Ing.) an der Fakultät Bauingenieurwesen der Technischen Universität Dresden eingereichte

Mehr

The exercises package

The exercises package The exercises package Roger Jud rogerjud@outlook.com September 19, 2015 Abstract The package exercises defines the environments exercise and solution. They can be used to typeset exercices and solutions.

Mehr

Analogtechnik 2, Semestertest Technique analogique 2, Test de semestre

Analogtechnik 2, Semestertest Technique analogique 2, Test de semestre Analogtechnik 2, Semestertest Technique analogique 2, Dr. Theo Kluter 05. 06. 2011 Name/Nom : Vorname/Prénom : Klasse/Classe : Aufgabe/ Punkte maximal/ Punkte erreicht/ Problème : Points maximaux : Points

Mehr

aqpa Vereinstreffen 15. Okt. 2014, Wien

aqpa Vereinstreffen 15. Okt. 2014, Wien aqpa Vereinstreffen 15. Okt. 2014, Wien EU-GMP-Richtlinie Part II Basic Requirements for Active Substances used as Starting Materials Dr. Markus Thiel Roche Austria GmbH History ICH Richtlinie Q7 Nov.

Mehr

IDS Lizenzierung für IDS und HDR. Primärserver IDS Lizenz HDR Lizenz

IDS Lizenzierung für IDS und HDR. Primärserver IDS Lizenz HDR Lizenz IDS Lizenzierung für IDS und HDR Primärserver IDS Lizenz HDR Lizenz Workgroup V7.3x oder V9.x Required Not Available Primärserver Express V10.0 Workgroup V10.0 Enterprise V7.3x, V9.x or V10.0 IDS Lizenz

Mehr

Top Tipp. Ref. 08.05.23 DE. Verwenden externer Dateiinhalte in Disclaimern. (sowie: Verwenden von Images in RTF Disclaimern)

Top Tipp. Ref. 08.05.23 DE. Verwenden externer Dateiinhalte in Disclaimern. (sowie: Verwenden von Images in RTF Disclaimern) in Disclaimern (sowie: Verwenden von Images in RTF Disclaimern) Ref. 08.05.23 DE Exclaimer UK +44 (0) 845 050 2300 DE +49 2421 5919572 sales@exclaimer.de Das Problem Wir möchten in unseren Emails Werbung

Mehr

Informeller Brief Schreiben

Informeller Brief Schreiben preliminary note Every letter is something special and unique. It's difficult to give strict rules how to write a letter. Nevertheless, there are guidelines how to start and finish a letter. Like in English

Mehr

EEX Kundeninformation 2007-09-05

EEX Kundeninformation 2007-09-05 EEX Eurex Release 10.0: Dokumentation Windows Server 2003 auf Workstations; Windows Server 2003 Service Pack 2: Information bezüglich Support Sehr geehrte Handelsteilnehmer, Im Rahmen von Eurex Release

Mehr

ColdFusion 8 PDF-Integration

ColdFusion 8 PDF-Integration ColdFusion 8 PDF-Integration Sven Ramuschkat SRamuschkat@herrlich-ramuschkat.de München & Zürich, März 2009 PDF Funktionalitäten 1. Auslesen und Befüllen von PDF-Formularen 2. Umwandlung von HTML-Seiten

Mehr

WAS IST DER KOMPARATIV: = The comparative

WAS IST DER KOMPARATIV: = The comparative DER KOMPATATIV VON ADJEKTIVEN UND ADVERBEN WAS IST DER KOMPARATIV: = The comparative Der Komparativ vergleicht zwei Sachen (durch ein Adjektiv oder ein Adverb) The comparative is exactly what it sounds

Mehr

Mash-Up Personal Learning Environments. Dr. Hendrik Drachsler

Mash-Up Personal Learning Environments. Dr. Hendrik Drachsler Decision Support for Learners in Mash-Up Personal Learning Environments Dr. Hendrik Drachsler Personal Nowadays Environments Blog Reader More Information Providers Social Bookmarking Various Communities

Mehr

Klausur BWL V Investition und Finanzierung (70172)

Klausur BWL V Investition und Finanzierung (70172) Klausur BWL V Investition und Finanzierung (70172) Prof. Dr. Daniel Rösch am 15. Dezember 2010, 19.00-20.00 Uhr Name, Vorname Matrikel-Nr. Anmerkungen: 1. Diese Klausur enthält inklusive Deckblatt 8 Seiten.

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

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

v i r t u A L C O M P o r t s

v i r t u A L C O M P o r t s v i r t u A L C O M P o r t s (HO720 / HO730) Installieren und Einstellen Installation and Settings Deutsch / English Installieren und Einstellen des virtuellen COM Ports (HO720 / HO730) Einleitung Laden

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

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

32. Fachtagung der Vermessungsverwaltungen, Trient 2015

32. Fachtagung der Vermessungsverwaltungen, Trient 2015 32. Fachtagung der Vermessungsverwaltungen, Trient 2015 Taxation of immovable property Dipl.-Ing. Hubert Plainer Content Definitions Legal principles Taxation of immovable properties Non built-up areas

Mehr

Infrastructure as a Service (IaaS) Solutions for Online Game Service Provision

Infrastructure as a Service (IaaS) Solutions for Online Game Service Provision Infrastructure as a Service (IaaS) Solutions for Online Game Service Provision Zielsetzung: System Verwendung von Cloud-Systemen für das Hosting von online Spielen (IaaS) Reservieren/Buchen von Resources

Mehr