Wissensverarbeitung. - Knowledge Engineering: Feature Models -

Größe: px
Ab Seite anzeigen:

Download "Wissensverarbeitung. - Knowledge Engineering: Feature Models -"

Transkript

1 - Knowledge Engineering: Feature Models - Alexander Felfernig und Gerald Steinbauer Institut für Softwaretechnologie Inffeldgasse 16b/2 A-8010 Graz Austria 1

2 Goals Feature Models Semantics Anomalies Inconsistencies Redundancies Violation of Well-Formedness Exercises 2

3 Semantics of Feature Models [Benavides et al. 2009] 3

4 Mandatory Relationships: Semantics A B MobilePhone Calls MobilePhone Screen 4

5 Optional Relationships: Semantics B A GPS MobilePhone Media MobilePhone 5

6 OR Relationships: Semantics A (B1 B2 Bn) Media (Camera MP3) 6

7 Alternative Relationships: Semantics (B1 ( B2 Bn A )) (Bn ( B1 Bn-1 A )) (Basic ( Colour HighRes Screen)) (Colour ( Basic HighRes Screen)) (HighRes ( Colour Basic Screen)) 7

8 Requires Relationships: Semantics A B Camera HighRes 8

9 Excludes Relationships: Semantics (A B) (GPS Basic) 9

10 Integrated Knowledge Base c 1 : MobilePhone Calls c 2 : MobilePhone Screen c 3 : GPS MobilePhone c 4 : Media MobilePhone c 5 : Media (Camera MP3) c 6 : (Basic ( Colour HighRes Screen)) (Colour ( Basic HighRes Screen)) (HighRes ( Colour Basic Screen)) c 7 : Camera HighRes c 8 : (GPS Basic) 10

11 Next Example: Translation =? 11

12 Mandatory Fahrrad Typ Fahrrad Reifen 12

13 Optional Optionen Fahrrad 13

14 OR Optionen (Pumpe Gepäckträger) 14

15 Alternative (RacerBike ( CityBike MountainBike Typ)) (CityBike ( RacerBike MountainBike Typ)) (MountainBike ( RacerBike CityBike Typ)) (Track ( Racer Reifen)) (Racer ( Track Reifen)) 15

16 Requires RacerBike Racer 16

17 Excludes (CityBike Racer) (MountainBike Gepäckträger) 17

18 Integrated Knowledge Base c 1 : Fahrrad Typ c 2 : Fahrrad Reifen c 3 : Optionen Fahrrad c 4 : Optionen (Pumpe Gepäckträger) c 5 : (RacerBike ( CityBike MountainBike Typ)) (CityBike ( RacerBike MountainBike Typ)) (MountainBike ( RacerBike CityBike Typ)) c 6 : (Track ( Racer Reifen)) (Racer ( Track Reifen)) c 7 : RacerBike Racer c 8 : (CityBike Racer) c 9 : (MountainBike Gepäckträger) 18

19 Anomalies in Feature Models Anomalies are patterns that do not conform to a well defined notion of normal behavior [Chandola et al. 2009] Negative Impacts: -- Maintainability -- Readability -- Stability Types of Anomalies Inconsistencies Redundancies Unsatisfied Well-Formedness Properties 19

20 Example: Inconsistencies c 0 : Fahrrad c 1 : Fahrrad Typ Fahrrad c 1 c 2 c 2 : Fahrrad Reifen Typ c 3 Reifen c 3 : (Typ Reifen) Inconsistency: solution for {c 0, c 1, c 2, c 3 } 20

21 Example: Resolving Inconsistencies c 0 : Fahrrad c 1 : Fahrrad Typ Fahrrad c 1 c 2 c 2 : Fahrrad Reifen Typ c 3 Reifen c 3 : (Typ Reifen) Minimal Diagnosis (D): D {c 1,c 2,c 3 }: consistent({c 0,c 1,c 2,c 3 } D) and D : D D. Minimal diagnoses: {c 3 },? 21

22 Example: Redundancies c 0 : Fahrrad c 1 : Fahrrad Typ c 2 : Fahrrad Reifen Typ Fahrrad c 1 c 2 c 3 Reifen c 3 : Typ Reifen Redundancy: {solutions for {c 0,c 1,c 2,c 3 }} = {solutions for {c 0,c 1,c 2 }} redundant(c i {c 0,c 1,c 2,c 3 }): {c 0,c 1,c 2,c 3 }-{c i } = {c i } 22

23 Example: Resolving Redundancies c 0 : Fahrrad c 1 : Fahrrad Typ c 2 : Fahrrad Reifen Typ Fahrrad c 1 c 2 c 3 Reifen c 3 : Typ Reifen Minimal Core (C): C {c 1,c 2,c 3 }: C {c 0 } { c 0 c 1 c 2 c 3 } inconsistent and C : C C. {c 0,c 1,c 2,c 3 } {c 3 } = max. set of non-redundant constraints. 23

24 Example: Ensuring Well-Formedness c 0 : Fahrrad c 1 : Typ Fahrrad c 2 : Fahrrad Reifen Typ Fahrrad c 1 c 2 c 3 Reifen c 3 : (Typ Reifen) Minimal Diagnosis (D): D {c 1,c 2,c 3 }: V {Fahrrad, Typ, Reifen}: consistent({c 0, c 1, c 2, c 3, c V : V} D) and D : D D. 24

25 Exercises a. Design a feature model (and the CSP) groups of 3-4 students domain not discussed in course b. Insert anomalies to your feature model Inconsistencies Redundancies Violations of well-formedness rules 25

26 References D. Benavides, S. Segura, A. Cortés: Automated analysis of feature models 20 years later: A literature review. Inf. Syst. 35(6): , V. Chandola, A. Banerjee, and V. Kumar: Anomaly Detection: A Survey, ACM Computing Surveys, 41(3):15, N. E en and N. Sörensson: Translating Pseudo- Boolean Constraints into SAT, Journal on Satisfiability, Boolean Modeling and Computation 2:1-25,

27 Thank You! 27

28 28

Klassische Themen der Computerwissenschaft

Klassische Themen der Computerwissenschaft Klassische Themen der Computerwissenschaft 3 VO, 1 UE, 716.113 / 716.114 Bernhard Aichernig Oswin Aichholzer Alexander Felfernig Gerald Steinbauer Franz Wotawa Institut für Softwaretechnologie, TU Graz

Mehr

Klassische Themen der Computerwissenschaft 3 VO, 1 UE, /

Klassische Themen der Computerwissenschaft 3 VO, 1 UE, / Klassische Themen der Computerwissenschaft 3 VO, 1 UE, 716.113 / 716.114 Bernhard Aichernig Oswin Aichholzer Alexander Felfernig Gerald Steinbauer Franz Wotawa Institut für Softwaretechnologie, TU Graz

Mehr

Klassische Themen der Computerwissenschaft 3 VO, 1 UE, /

Klassische Themen der Computerwissenschaft 3 VO, 1 UE, / Klassische Themen der Computerwissenschaft 3 VO, 1 UE, 716.113 / 716.114 Bernhard Aichernig Oswin Aichholzer Alexander Felfernig Gerald Steinbauer Franz Wotawa, TU Graz Inffeldgasse 16b, 2.Stock 1 Allgemeine

Mehr

Softwareproduktlinien - Analyse von Produktlinien

Softwareproduktlinien - Analyse von Produktlinien Softwareproduktlinien - Analyse von Produktlinien Christian Kästner (CMU) Sven Apel (Universität Passau) Gunter Saake, Thomas Thüm (Universität Magdeburg) Das Problem Variability = Complexity 33 optional,

Mehr

Unternehmensweite IT Architekturen

Unternehmensweite IT Architekturen Unternehmensweite IT Architekturen Part 1: IT Systems Architecture, Roles and Responsibilities of IT Architects Part 2: Solution Architecture, based on a practical Case Study Part 3: SOA (Service Oriented

Mehr

Softwareproduktlinien - Analyse von Produktlinien

Softwareproduktlinien - Analyse von Produktlinien Softwareproduktlinien - Analyse von Produktlinien Christian Kästner (CMU) Sven Apel (Universität Passau) Gunter Saake, Thomas Thüm (Universität Magdeburg) Das Problem Variability = Complexity 33 optional,

Mehr

Database Systems Unit 7. Logical Modeling. DB / PRM1 / db07_logicalmodelling.ppt / Version Learning Goals

Database Systems Unit 7. Logical Modeling. DB / PRM1 / db07_logicalmodelling.ppt / Version Learning Goals Database Systems Unit 7 Logical Modeling DB / PRM1 / 24.04.2008 db07_logicalmodelling.ppt / Version 2.0 7-1 Learning Goals In this unit you will learn how to translate an ERD into a relational DB how to

Mehr

Seminar aus Programmiersprachen. Markus Raab LVA

Seminar aus Programmiersprachen. Markus Raab LVA Seminar aus Programmiersprachen Markus Raab LVA 185.307 09.03.2016 Outline Problem description Topics Seminar course Grading Select date Choose topic+registration Elektra's

Mehr

Klassische Themen der Computerwissenschaft 3 VO, 1 UE, /

Klassische Themen der Computerwissenschaft 3 VO, 1 UE, / Klassische Themen der Computerwissenschaft 3 VO, 1 UE, 716.113 / 716.114 Bernhard Aichernig Oswin Aichholzer Alexander Felfernig Gerald Steinbauer Franz Wotawa Institut für Softwaretechnologie, TU Graz

Mehr

Comparison of the WB- and STAMP-Analyses. Analyses of the Brühl accident. 2. Bieleschweig Workshop. Dipl.-Ing. Oliver Lemke. Lemke,

Comparison of the WB- and STAMP-Analyses. Analyses of the Brühl accident. 2. Bieleschweig Workshop. Dipl.-Ing. Oliver Lemke. Lemke, Comparison of the WB- and STAMP-Analyses Analyses of the Brühl accident 2. Bieleschweig Workshop Dipl.-Ing. Oliver Lemke Braunschweig, 01.07.03 Lemke, 01.07.2003 1 Contents Identifying those aspects covered

Mehr

Workflows, Ansprüche und Grenzen der GNSS- Datenerfassung im Feld

Workflows, Ansprüche und Grenzen der GNSS- Datenerfassung im Feld Workflows, Ansprüche und Grenzen der GNSS- Datenerfassung im Feld Alexander Fischer Senior Application Engineer Asset Collection & GIS 1 Leica Zeno GIS Agenda Erfassung im Feld VS Erfassung im Office Validierung

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

Software Product Lines

Software Product Lines Software Product Lines Concepts, Analysis and Implementation Feature-Modelle und Produktkonfiguration ES Real-Time Systems Lab Prof. Dr. rer. nat. Andy Schürr Dept. of Electrical Engineering and Information

Mehr

Geschäftsprozesse und Regeln

Geschäftsprozesse und Regeln Geschäftsprozesse und Regeln 7 Szenarien einer möglichen Integration Jana Koehler Hochschule Luzern Lucerne University of Applied Sciences and Arts jana.koehler@hslu.ch Gartner: Organizations struggle

Mehr

Klassische Themen der Computerwissenschaft Constraint Programming: Exercises. Gruppe: 100. Inhaltsverzeichnis

Klassische Themen der Computerwissenschaft Constraint Programming: Exercises. Gruppe: 100. Inhaltsverzeichnis Klassische Themen der Computerwissenschaft Constraint Programming: Exercises Gruppe: 100 Inhaltsverzeichnis 1 Exercise 1 1 2 Exercise 2 2 2.1 Backtracking........................... 2 2.2 Forward checking.........................

Mehr

Seminar Bassem Ben Helal

Seminar Bassem Ben Helal Requiline Seminar Bassem Ben Helal Inhalt Motivation Kernfunktionalitäten Architektur Hierarchie Typen Abhängigkeiten Variabilitätspunkte Produktkonfiguration Evaluierung Demo Diskussion Motivation RequiLine

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

Students intentions to use wikis in higher education

Students intentions to use wikis in higher education Students intentions to use wikis in higher education Christian Kummer WI2013, 27.02.2013 Motivation Problem Web 2.0 changed the way that students search for, obtain, and share information Uncertainty about

Mehr

TOPIC TEAM BLOCKCHAIN. VISION & FIRST STEPS.

TOPIC TEAM BLOCKCHAIN. VISION & FIRST STEPS. TOPIC TEAM BLOCKCHAIN. VISION & FIRST STEPS. This slide deck outlines the vision of the Topic Team Blockchain. It also explains the next steps to achieve the objectives set. ORGANIZATIONAL. TOPIC TEAM

Mehr

Automotive SPICE 3.0 What`s new? tecmata GmbH. Flörsheim, tecmata GmbH. tecmata GmbH

Automotive SPICE 3.0 What`s new? tecmata GmbH. Flörsheim, tecmata GmbH. tecmata GmbH Automotive SPICE 3.0 What`s new? tecmata GmbH Flörsheim, 20.09.2016 Kernkompetenz Systemtest Requirements- Engineering Implementation Integrationstest Funktionale Sicherheit Embedded Software Engineering

Mehr

Durchführungsbestimmung Metadaten. Kristian Senkler, con terra GmbH, k.senkler@conterra.de

Durchführungsbestimmung Metadaten. Kristian Senkler, con terra GmbH, k.senkler@conterra.de Durchführungsbestimmung Metadaten Kristian Senkler, con terra GmbH, k.senkler@conterra.de Inhalt Wer hat die Durchführungsbestimmungen für Metadaten spezifiziert? Wie wurden die Durchführungsbestimmungen

Mehr

Informationsveranstaltung Promseminar BAS/CSCW

Informationsveranstaltung Promseminar BAS/CSCW BAS-Vorlesung Betriebswirtschaftliche Anwendungssysteme Informationsveranstaltung Promseminar BAS/CSCW Forschungsgruppe Betriebliche Anwendungssysteme Organisatorisches Proseminar BAS/CSCW im Wintersemester

Mehr

Studiengebühren Hochschule Macromedia für angewandte Wissenschaften, University of Applied Sciences

Studiengebühren Hochschule Macromedia für angewandte Wissenschaften, University of Applied Sciences en Hochschule Macromedia für angewandte Wissenschaften, University of Applied Sciences s Macromedia University of Applied Sciences Bachelor of Arts (EU) Bachelor of Arts (NON EU) Master of Arts - Deutsch

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

Managementstrategien für Konsortialführer: Outputorientierung und Standardisierung

Managementstrategien für Konsortialführer: Outputorientierung und Standardisierung Managementstrategien für Konsortialführer: Outputorientierung und Standardisierung Jahrestagung für Strategische Partnerschaften im Schulbereich Bonn, 9./10. November 2015 Günther Seeber Inst. für Sozialwissenschaften,

Mehr

HiOPC Hirschmann Netzmanagement. Anforderungsformular für eine Lizenz. Order form for a license

HiOPC Hirschmann Netzmanagement. Anforderungsformular für eine Lizenz. Order form for a license HiOPC Hirschmann Netzmanagement Anforderungsformular für eine Lizenz Order form for a license Anforderungsformular für eine Lizenz Vielen Dank für Ihr Interesse an HiOPC, dem SNMP/OPC Gateway von Hirschmann

Mehr

Gruppenentscheidungsprozesse im Requirements Engineering

Gruppenentscheidungsprozesse im Requirements Engineering 11. Requirements Engineering Tagung 2012 Gruppenentscheidungsprozesse im Requirements Engineering Alexander Felfernig 1 und Leopold Weninger 2 1 Technische Universität Graz, Österreich 2 wsop GmbH, Österreich

Mehr

DYNAMISCHE GEOMETRIE

DYNAMISCHE GEOMETRIE DYNAMISCHE GEOMETRIE ÄHNLICHKEITSGEOMETRIE & MODELLIERUNG PAUL LIBBRECHT PH WEINGARTEN WS 2014-2015 CC-BY VON STAUDT KONSTRUKTIONEN Menü Erinnerung: Strahlensatz Längen, Frame Zielartikel Addition, Subtraktion

Mehr

Sponsor Guide SUMMER RIDE - AUSTRIAN NATIONAL CHAMPIONSHIP XCO/XCE - 15.-17.7.2016 AUTUMN RIDE - UCI C1 XCO - 10.-11.9.2016

Sponsor Guide SUMMER RIDE - AUSTRIAN NATIONAL CHAMPIONSHIP XCO/XCE - 15.-17.7.2016 AUTUMN RIDE - UCI C1 XCO - 10.-11.9.2016 Sponsor Guide SUMMER RIDE - AUSTRIAN NATIONAL CHAMPIONSHIP XCO/XCE - 15.-17.7.2016 AUTUMN RIDE - UCI C1 XCO - 10.-11.9.2016 OBERÖSTERREICH NACHWUCHS CUP 2 Events Nach einem erfolgreichen und viel beachteten

Mehr

Industrie 4.0 Predictive Maintenance. Kay Jeschke SAP Deutschland AG & Co. KG., Februar, 2014

Industrie 4.0 Predictive Maintenance. Kay Jeschke SAP Deutschland AG & Co. KG., Februar, 2014 Industrie 4.0 Predictive Maintenance Kay Jeschke SAP Deutschland AG & Co. KG., Februar, 2014 Anwendungsfälle Industrie 4.0 Digitales Objektgedächtnis Adaptive Logistik Responsive Manufacturing Intelligenter

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

Challenges for the future between extern and intern evaluation

Challenges for the future between extern and intern evaluation Evaluation of schools in switzerland Challenges for the future between extern and intern evaluation Michael Frais Schulentwicklung in the Kanton Zürich between internal evaluation and external evaluation

Mehr

Realtime Security for Enterprise Networks based upon the Correlation of Metadata

Realtime Security for Enterprise Networks based upon the Correlation of Metadata Realtime Security for Enterprise Networks based upon the Correlation of Metadata Josef von Helden (University of Applied Sciences and Arts, Hanover) 15.06.2011, München Introduction 2011/06/15 ESUKOM 2

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

KADS / COMMONKADS. Modelle in COMMONKADS zur Spezifikation von WBS

KADS / COMMONKADS. Modelle in COMMONKADS zur Spezifikation von WBS KADS / COMMONKADS Knowledge Acquisition Documentation and Structuring Knowledge Analysis and Design System Entwicklung in zwei Esprit-Projekte mit zahlreichen Partnern (Hauptpartner: Universität Amsterdam):

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

PROTOTYPING 101 CMF // Spec-Sheet Guideline

PROTOTYPING 101 CMF // Spec-Sheet Guideline PROTOTYPING 101 CMF // SpecSheet Guideline = CMF COLOUR MATERIAL FINISH = FARBEN MATERIALIEN OBERFLÄCHEN eine CMFDatei ( CMFSheet, SpecSheet) beschreibt alle für die Erstellung eines Prototypens und die

Mehr

FOXY ADVANCED PASSION OF MOVEMENT

FOXY ADVANCED PASSION OF MOVEMENT FOXY ADVANCED PASSION OF MOVEMENT www.panther.tv The New Big Base The Big Base was designed to ensure greater stability and security. By simply turning the base 90 you can choose between 62cm and 100cm

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

Die "Badstuben" im Fuggerhaus zu Augsburg

Die Badstuben im Fuggerhaus zu Augsburg Die "Badstuben" im Fuggerhaus zu Augsburg Jürgen Pursche, Eberhard Wendler Bernt von Hagen Click here if your download doesn"t start automatically Die "Badstuben" im Fuggerhaus zu Augsburg Jürgen Pursche,

Mehr

Virtual PBX and SMS-Server

Virtual PBX and SMS-Server Virtual PBX and SMS-Server Software solutions for more mobility and comfort * The software is delivered by e-mail and does not include the boxes 1 2007 com.sat GmbH Kommunikationssysteme Schwetzinger Str.

Mehr

i ii 1 1 1 2 2 1 2 2 2 3 2 4 3 1 3 2 3 3 3 4 3 5 3 6 3 7 ÂÂÂÂÂÂÂÂÂÂÂÂÂÂ ÂÂÂÂÂÂÂÂÂÂÂ ÂÂÂ 3 8 ÂÂÂÂÂÂÂÂ ÂÂÂÂÂÂÂÂÂÂÂ ÂÂ 3 9 3 10 3 11 ÉÉÉÉÉÉÉÉÉÉÉÉ ÉÉÉÉÉÉÉÉÉÉÉÉ ÉÉÉÉÉÉÉÉÉÉÉÉ ÉÉÉÉÉÉÉÉÉÉÉÉ ÇÇ ÇÇ ÇÇ ÇÇ ÉÉÉÉÉÉÉÉÉÉÉ

Mehr

Praktikum Experience Design From Experience Story to Scheme

Praktikum Experience Design From Experience Story to Scheme Praktikum Experience Design From Experience Story to Scheme Daniel Ullrich Stina Schick Folie: 1 Analysis of the elements of a story. Experience Design gernerates a story from the experience produced by

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

Falko. Error annotations in Falko 2.x. Marc Reznicek & Cedric Krummes

Falko. Error annotations in Falko 2.x. Marc Reznicek & Cedric Krummes Falko Error annotations in Falko 2.x Marc Reznicek & Cedric Krummes Symposium What s Hard in German? Structural Difficulties, Research Approaches and Pedagogic Solutions Bangor University Monday and Tuesday,

Mehr

Praktikum Entwicklung Mediensysteme (für Master)

Praktikum Entwicklung Mediensysteme (für Master) Praktikum Entwicklung Mediensysteme (für Master) Praktikumsthema Persuasive Apps/Games 2 Persuasive Apps/Games 3 Persuasive Apps/Games persuasive => überzeugend Wie kann man das Verhalten des Nutzers in

Mehr

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

Unit 5. Mathematical Morphology. Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 85 Unit 5 Mathematical Morphology Knowledge-Based Methods in Image Processing and Pattern Recognition; Ulrich Bodenhofer 85 Introduction to Mathematical Morphology Use of algebraic analysis for detecting

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

PROGRAMMATIC ADVERTISING MAY 2017

PROGRAMMATIC ADVERTISING MAY 2017 PROGRAMMATIC ADVERTISING MAY 2017 BCN PREMIUM PLATFORM META SSP SSP combination for a maximum of flexibility integrated ad server and SSP system standard and special formats available 2 BCN Burda Community

Mehr

Leading the innovation in the traditional field of Constructions. C. Chiti, Technical Director Knauf Italy

Leading the innovation in the traditional field of Constructions. C. Chiti, Technical Director Knauf Italy Leading the innovation in the traditional field of Constructions C. Chiti, Technical Director Knauf Italy 1 The Knauf Group The Knauf Group today is one of the leading companies in the building materials

Mehr

Buchvorstellung Domain-Driven Design

Buchvorstellung Domain-Driven Design Buchvorstellung Domain-Driven Design XPUG FFM 20 Bastiaan Harmsen Copyright Software Team GmbH, Bastiaan Harmsen 1 Standardattribute Domain-Driven Design Eric Evans Addison-Wesley ISBN 0-321-12521-5 $49,99

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

Strategy. Execution. Results. CIAgenda. COPYRIGHT Phil Winters 2014 ALL RIGHTS PROTECTED AND RESERVED.

Strategy. Execution. Results. CIAgenda. COPYRIGHT Phil Winters 2014 ALL RIGHTS PROTECTED AND RESERVED. CIAgenda 1 Customer Strategy Datenflüsterer Experte für Strategien aus der Kundenperspektive 2 Customer Experience COPYRIGHT Phil Winters 2014. ALL RIGHTS PROTECTED AND RESERVED. 3 Aus der Kundenperspektive

Mehr

Einführung in die Programmierung

Einführung in die Programmierung Einführung in die Programmierung Wolfgang Schreiner Research Institute for Symbolic Computation (RISC) Johannes Kepler University, Linz, Austria Wolfgang.Schreiner@risc.jku.at http://www.risc.jku.at Wolfgang

Mehr

Auswertungsbericht Lehrveranstaltungsevaluation an die Lehrenden

Auswertungsbericht Lehrveranstaltungsevaluation an die Lehrenden Europa-Universität Viadrina Große Scharrnstraße 9 0 Frankfurt (Oder) Europa-Universität Viadrina - Große Scharrnstraße 9-0 Frankfurt (Oder) Sehr geehrter Herr Prof. Dr. Timm Beichelt (PERSÖNLICH) Auswertungsbericht

Mehr

Subjektive Einschätzung und Umgang mit Risiken und Gefahren. Gerd Gigerenzer

Subjektive Einschätzung und Umgang mit Risiken und Gefahren. Gerd Gigerenzer In dieser Welt ist nichts gewiss, außer dem Tod und den Steuern. Benjamin Franklin Subjektive Einschätzung und Umgang mit Risiken und Gefahren Gerd Gigerenzer Max-Planck-Institut für Bildungsforschung

Mehr

Presentation of BFI OÖ s Health and Social Care Training Programme in 2012

Presentation of BFI OÖ s Health and Social Care Training Programme in 2012 Presentation of BFI OÖ s Health and Social Care Programme in 2012 BFI OÖ Akademie für Gesundheits- und Sozialberufe 1 al Migrants Beginners Lateral entrants University Access Vocational Educated People

Mehr

MDA auf der Grundlage der OMG Konzepte

MDA auf der Grundlage der OMG Konzepte MDA auf der Grundlage der OMG Konzepte Tutorial auf der GI-Jahrestagung GI2010 Siegfried Nolte Beethovenstraße 57 22951 Bargteheide 04532 24295 0176 49954432 siegfried@siegfried-nolte.de www.siegfried-nolte.de

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

How to search for courses. Suche nach Lehrveranstaltungen

How to search for courses. Suche nach Lehrveranstaltungen Go to / Wählen Sie: https://online.uni-graz.at Go to Suche in the grey field, and in the drop-down menu choose Studien. Klicken Sie auf Suche im grauen Feld und wählen Sie dann Studien. Click on Suchen

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

04 Designpartner Busalt Design

04 Designpartner Busalt Design Insert 02 03 Compact, functional and attractive too: so many good features are rarely combined in such a small space. With Insert, the smallest bathrooms gain more than just a place to wash your hands.

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

Stromzwischenkreisumrichter Current Source Inverter (CSI)

Stromzwischenkreisumrichter Current Source Inverter (CSI) course " Power Electronics" Stromzwischenkreisumrichter Current Source Inverter (CSI) Prof. Dr. Ing. Ralph Kennel (ralph.kennel@tum.de) Arcisstraße 21 80333 München Converters converters Stromrichter power

Mehr

Sustainability Balanced Scorecard as a Framework for Eco-Efficiency Analysis

Sustainability Balanced Scorecard as a Framework for Eco-Efficiency Analysis Sustainability Balanced Scorecard as a Framework for Eco-Efficiency Analysis Andreas Möller amoeller@uni-lueneburg.de umweltinformatik.uni-lueneburg.de Stefan Schaltegger schaltegger@uni-lueneburgde www.uni-lueneburg.de/csm

Mehr

Erarbeitung von Unternehmungsvisionen Demut im Denken (emotiv-kognitive. English Version

Erarbeitung von Unternehmungsvisionen Demut im Denken (emotiv-kognitive. English Version Erarbeitung von Unternehmungsvisionen - Mut zum Fühlen, F Demut im Denken (emotiv-kognitive Visionsfindung als Bestandteil der strategischen Marketingplanung) ng) Workshop im Rahmen der 2006 Annual EMCC

Mehr

Junction of a Blended Wing Body Aircraft

Junction of a Blended Wing Body Aircraft Topology Optimization of the Wing-Cabin Junction of a Blended Wing Body Aircraft Bin Wei M.Sc. Ögmundur Petersson M.Sc. 26.11.2010 Challenge of wing root design Compare to conventional aircraft: Improved

Mehr

Extracting Business Rules from PL/SQL-Code

Extracting Business Rules from PL/SQL-Code Extracting Business Rules from PL/SQL-Code Version 7, 13.07.03 Michael Rabben Knowledge Engineer Semantec GmbH, Germany Why? Where are the business rules? Business Rules are already hidden as logic in

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

Teaching Modelica for Engineers at Technische Universität Braunschweig W. Tegethoff, M. Gräber, R. Kossel, C. Richter

Teaching Modelica for Engineers at Technische Universität Braunschweig W. Tegethoff, M. Gräber, R. Kossel, C. Richter eaching Modelica for Engineers at echnische Universität Braunschweig W. egethoff, M. Gräber, R. Kossel, C. Richter University of Braunschweig Institute of echnology Contents. Classroom and Exam. hinking

Mehr

GMP Training Course. EU GMP Requirements. Sterile medicinal product

GMP Training Course. EU GMP Requirements. Sterile medicinal product GMP Training Course 20-21 October 2009 EU GMP Requirements Sterile medicinal product Dr. Martin Melzer Dr. Martin Melzer Pharmacist / GMP Inspector Tel.: + 49 (0) 511 9096 450 martin.melzer@gaa-h.niedersachsen.de

Mehr

Auswertungsbericht Lehrveranstaltungsevaluation an die Lehrenden

Auswertungsbericht Lehrveranstaltungsevaluation an die Lehrenden Hochschule Bochum Lennershofstr. 0 80 Bochum Hochschule Bochum Sehr geehrter Herr Prof. Dr. rer. pol. Ralf Schlottmann (PERSÖNLICH) Auswertungsbericht Lehrveranstaltungsevaluation an die Lehrenden Sehr

Mehr

Stromzwischenkreisumrichter Current Source Inverter (CSI)

Stromzwischenkreisumrichter Current Source Inverter (CSI) course " Conversion of electrical energy with power electronics " Stromzwischenkreisumrichter Current Source Inverter (CSI) Prof. Dr. Ing. Ralph Kennel (ralph.kennel@tum.de) Arcisstraße 21 80333 München

Mehr

Online Learning in Management

Online Learning in Management 43 rd EUCEN Conference 2012 Workshop: Supporting the individual learner in ULLL The Makes and Brakes of Collaborative E-Learning: Online Learning in Management - A case study - Dr. Marion Bruhn-Suhr University

Mehr

SECURING PROCESSES FOR OUTSOURCING INTO THE CLOUD

SECURING PROCESSES FOR OUTSOURCING INTO THE CLOUD SECURING PROCESSES FOR OUTSOURCING INTO THE CLOUD Sven Wenzel 1, Christian Wessel 1, Thorsten Humberg 2, Jan Jürjens 1,2 1 2 SecGov, 19.4.2012 Overview Toolsupport: analysis analysis analysis 2 Computing

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

Non users after Cochlear Implantation in Single Sided Deafness

Non users after Cochlear Implantation in Single Sided Deafness Non users after Cochlear Implantation in Single Sided Deafness W. Pethe*, J. Langer*, S. Lissel**, K. Begall* *HNO-Klinik, AMEOS Klinikum Halberstadt **Cochlear Implant Rehabilitationszentrum Sachsen-Anhalt

Mehr

PIA mini LED. PIA mini LED

PIA mini LED. PIA mini LED PIA mini LED PIA mini LED Die gelungene Inszenierung von Licht und Raum gibt Ihren Shops und Stores das einzigartige Ambiente, das Kaufen zur schönsten Nebenbeschäftigung der Welt macht. Unser neues Produktprogramm

Mehr

Respect to protect campaign Snowsports and Respect

Respect to protect campaign Snowsports and Respect Respect to protect campaign Snowsports and Respect Organisation Patrons: FOEN and SAC Sponsored by 21 organisations incl. WWF, Pro Natura, Mountain Wilderness Bergführerverband, Seilbahnen Schweiz Commitment

Mehr

EINRICHTEN & AUSFÜHREN VON LIZENZSERVER & RDS IN WINDOWS 2012 R2. Schritt für Schritt Anleitung

EINRICHTEN & AUSFÜHREN VON LIZENZSERVER & RDS IN WINDOWS 2012 R2. Schritt für Schritt Anleitung EINRICHTEN & AUSFÜHREN VON LIZENZSERVER & RDS IN WINDOWS 2012 R2 Schritt für Schritt Anleitung Index Installation Lizenzserver Configuring Windows 2012 R2 Remote Desktop Licensing Aktivierung über das

Mehr

Auswertungsbericht Lehrveranstaltungsevaluation an die Lehrenden

Auswertungsbericht Lehrveranstaltungsevaluation an die Lehrenden Hochschule Bochum Lennershofstr. 0 80 Bochum Hochschule Bochum Sehr geehrter Herr Prof. Dr. rer. pol. Ralf Schlottmann (PERSÖNLICH) Auswertungsbericht Lehrveranstaltungsevaluation an die Lehrenden Sehr

Mehr

lders dle ho ee ical n eed - ou n ndosurg rip yest e.. the ga fin. BEM N AD ELH A LTER / N EED LE H O LD ERS N ovem ber 2015

lders dle ho ee ical n eed - ou n ndosurg rip yest e.. the ga fin. BEM N AD ELH A LTER / N EED LE H O LD ERS N ovem ber 2015 ... BE the MA gri fine p yo st e u n ndo eed sur gic al n eed le h old ers N A D E L H A LT E R / N E E D L E H O L D E R S N ove m b e r 2 015 Integrale Nadelhalter Integrated needle holders Ø 5 mm /

Mehr

Auditive Wahrnehmung in Computerspielen. Funktionelle Aspekte zum Einsatz von Musik und Klang

Auditive Wahrnehmung in Computerspielen. Funktionelle Aspekte zum Einsatz von Musik und Klang Medien Marcus Jobs Auditive Wahrnehmung in Computerspielen. Funktionelle Aspekte zum Einsatz von Musik und Klang Bachelorarbeit Bibliografische Information der Deutschen Nationalbibliothek: Die Deutsche

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

WDT3 Abbildung der Leitlinie Brennen beim Wasserlassen in GLIF

WDT3 Abbildung der Leitlinie Brennen beim Wasserlassen in GLIF WDT3 Abbildung der Leitlinie Brennen beim Wasserlassen in GLIF Andreas Gerst, Kristina Grunewald, Caspar Wehland Protégé-2000 is a tool which allows the user to: construct a domain ontology customize data

Mehr

Unterstützt HL7 die interdisziplinäre Zusammenarbeit?

Unterstützt HL7 die interdisziplinäre Zusammenarbeit? Effiziente und wirtschaftliche Gesundheitsversorgung von heute und morgen nur mit Medizinischer Dokumentation und Medizinischer Informatik, Medizinischer Biometrie und Epidemiologie 5. bis 9. September

Mehr

time marker cluster term term URL Link to AEC media

time marker cluster term term URL Link to AEC media AEC ZKM ICC OK institution () time marker comming soon cluster defined in table or dynamic location () person or sentence (long description, notion, year) Default Linz AEC DB memory theater source (attribute)

Mehr

THEMA: GUT VORBEREITET IST HALB ZERTIFIZIERT ANTWORTEN ZUR SAS VISUAL ANALYTICS-ZERTIFIZIERUNG" THOMAS WENDE

THEMA: GUT VORBEREITET IST HALB ZERTIFIZIERT ANTWORTEN ZUR SAS VISUAL ANALYTICS-ZERTIFIZIERUNG THOMAS WENDE WEBINAR@LUNCHTIME THEMA: GUT VORBEREITET IST HALB ZERTIFIZIERT ANTWORTEN ZUR SAS VISUAL ANALYTICS-ZERTIFIZIERUNG" THOMAS WENDE EBINAR@LUNCHTIME HERZLICH WILLKOMMEN BEI WEBINAR@LUNCHTIME Moderation Anne

Mehr

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

Exercise (Part V) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1 Exercise (Part V) 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

RESI A Natural Language Specification Improver

RESI A Natural Language Specification Improver Universität Karlsruhe (TH) Forschungsuniversität gegründet 1825 RESI A Natural Language Specification Improver Dipl. Inform. Sven J. Körner Torben Brumm Prof. Dr. Walter F. Tichy Institute for Programming

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

Informationsextraktion

Informationsextraktion Informationsextraktion Bestimmte Anwendungen bei der semantischen Verarbeitung erfordern keine tiefe linguistische Analyse mit exakter Disambiguierung (= eine einzige und korrekte Lesart). Hierzu gehört

Mehr

Engineering for the Future oder: Wo noch keine Ingenieur Generation war Fluor. All rights reserved.

Engineering for the Future oder: Wo noch keine Ingenieur Generation war Fluor. All rights reserved. Engineering for the Future oder: Wo noch keine Ingenieur Generation war Agenda? Fluor: was machen wir? Client with an idea and a business plan Fluor Turning ideas into reality Operating facility producing

Mehr

Mobile JENCOLOR Evaluation Kits with Windows 8 Smart PC for Color Measurement Applications

Mobile JENCOLOR Evaluation Kits with Windows 8 Smart PC for Color Measurement Applications Mobile JENCOLOR Evaluation Kits with Windows 8 Smart PC for Color Measurement Applications Paul-Gerald Dittrich, Fred Grunert, Dietrich Hofmann MAZeT GmbH Firmenpräsentation Version xx 1 Content 1. Mobile

Mehr

Web-Apps mit jquery Mobile: Mobile Multiplattform-Entwicklung mit HTML5 und JavaScript (German Edition)

Web-Apps mit jquery Mobile: Mobile Multiplattform-Entwicklung mit HTML5 und JavaScript (German Edition) Web-Apps mit jquery Mobile: Mobile Multiplattform-Entwicklung mit HTML5 und JavaScript (German Edition) Philipp Friberg Click here if your download doesn"t start automatically Web-Apps mit jquery Mobile:

Mehr

Zeit für kreative Verdrängung des Althergebrachten im betrieblichen E-Learning

Zeit für kreative Verdrängung des Althergebrachten im betrieblichen E-Learning Seite 1 Zeit für kreative Verdrängung des Althergebrachten im betrieblichen E-Learning Disruptive Innovation Seite 2 Die Web-Kultur mitmachend erfahren Prinzipien/Patterns (Web 2.0) nach O Reilly Harnessing

Mehr

Auswertungsbericht Lehrveranstaltungsevaluation an die Lehrenden

Auswertungsbericht Lehrveranstaltungsevaluation an die Lehrenden Universität Karlsruhe (TH) Kaiserstrasse 76 Karlsruhe Universität Karlsruhe (TH) Sehr geehrter Herr Dipl. -Ing. Nikolai Stache (PERSÖNLICH) Auswertungsbericht Lehrveranstaltungsevaluation an die Lehrenden

Mehr

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

Extended Petri Nets for. Systems Biology. LFE Practical Informatics and Bioinformatics. Department Institut für Informatik. Extended Petri Nets for Systems Biology Selina Sommer LFE Practical Informatics and Bioinformatics Department Institut für Informatik Outline Extended Petri nets for the simulation of network dynamics

Mehr