Analyse Factorielle Multiple (AFM) avec FactoMineR sur la description sensorielle de vins François Husson

Size: px
Start display at page:

Download "Analyse Factorielle Multiple (AFM) avec FactoMineR sur la description sensorielle de vins François Husson"

Transcription

1 Analyse Factorielle Multiple (AFM) avec FactoMineR sur la description sensorielle de vins François Husson Chargement de FactoMineR library(factominer) data(wine) L AFM res <- MFA(wine, group=c(2,5,3,10,9,2), type=c("n",rep("s",5)), ncp=5, name.group=c("orig","olf","vis","olfag","gust","ens"), num.group.sup=c(1,6)) 1

2 olf vis olfag gust Env4 Env2 Saumur Chinon Bourgueuil Env1 Reference

3 Partial axes orig olf vis olfag gust ens Dim2.olf Dim2.olfag Dim2.gust Dim1.orig Dim4.orig Dim5.orig Dim5.olfag Dim3.olf Dim1.vis Dim1.olf Dim3.orig Dim2.ens Dim3.vis Dim4.gust Dim4.olf Dim5.olf Dim3.olfag Dim1.gust Dim4.olfag Dim5.gust Dim3.gust Dim1.olfag Dim2.vis Dim1.ens Dim2.orig

4 olf vis olfag gust 2ING 1VAU T2 T1 3EL 4EL PER1 1TUR DOM1 2BOU 1BOI 1DAM 1FON 1ING 1ROC 1POY 1BEN 2EL 2DAM 2BEA 1CHA

5 Correlation circle olf vis olfag gust ens Odor. Visual.intensity Nuance.before.shaking.before.shaking

6 ING 1VAU T2 T1 3EL PER1 4EL 1DAM 1TUR DOM1 2BOU 1BOI 1FON 1ING 1ROC 1POY 1BEN 2EL 2DAM 2BEA 1CHA

7 Groups representation orig ens olf vis olfag gust Résumé des résultats On peut obtenir un résumé des principaux résultats en utilisant la fonction summary. summary(res) Nous demandons ici à avoir les résultats sur les 2 premières dimensions pour éviter d avoir des tableaux trop grands (par défaut, la fonction retourne les résultats des 3 premières dimensions). summary(res, ncp=2) ## ## Call: ## MFA(base = wine, group = c(2, 5, 3, 10, 9, 2), type = c("n", 7

8 ## rep("s", 5)), ncp = 5, name.group = c("orig", "olf", "vis", ## "olfag", "gust", "ens"), num.group.sup = c(1, 6)) ## ## ## Eigenvalues ## Dim.1 Dim.2 Dim.3 Dim.4 Dim.5 Dim.6 ## Variance ## % of var ## Cumulative % of var ## Dim.7 Dim.8 Dim.9 Dim.10 Dim.11 Dim.12 ## Variance ## % of var ## Cumulative % of var ## Dim.13 Dim.14 Dim.15 Dim.16 Dim.17 Dim.18 ## Variance ## % of var ## Cumulative % of var ## Dim.19 Dim.20 ## Variance ## % of var ## Cumulative % of var ## ## Groups ## Dim.1 ctr cos2 Dim.2 ctr ## olf ## vis ## olfag ## gust ## cos2 ## olf ## vis ## olfag ## gust ## ## Supplementary groups ## Dim.1 cos2 Dim.2 cos2 ## orig ## ens ## ## Individuals (the 10 first) ## Dim.1 ctr cos2 Dim.2 ctr ## 2EL ## 1CHA ## 1FON ## 1VAU ## 1DAM ## 2BOU ## 1BOI ## 3EL ## DOM ## 1TUR ## cos2 ## 2EL ## 1CHA

9 ## 1FON ## 1VAU ## 1DAM ## 2BOU ## 1BOI ## 3EL ## DOM ## 1TUR ## ## Continuous variables (the 10 first) ## Dim.1 ctr cos2 Dim.2 ctr ## ## ##.before.shaking ##.before.shaking ## ## Visual.intensity ## Nuance ## ## Odor ## ## cos2 ## ## ##.before.shaking ##.before.shaking ## ## Visual.intensity ## Nuance ## ## Odor ## ## ## Supplementary continuous variables ## Dim.1 cos2 Dim.2 cos2 ## ## ## ## Supplementary categories ## Dim.1 cos2 v.test Dim.2 cos2 ## Saumur ## Bourgueuil ## Chinon ## Reference ## Env ## Env ## Env ## v.test ## Saumur ## Bourgueuil ## Chinon ## Reference ## Env ## Env

10 ## Env Graphe des individus et des modalités plot(res) Individual factor map ING 1VAU T2 Env4 T1 3EL PER1 Saumur Env2 4EL Chinon DOM1 1DAM 1FON 2BOU 1BOI 1TUR1ROC 1ING Reference Env1 Bourgueuil 1POY 1BEN 2EL 2DAM 2BEA 1CHA plot(res, invisible="quali") 10

11 ING 1VAU 1CHA 1TUR 1FON 3EL T2 T1 4EL PER1 DOM1 2BOU 1DAM 1ROC 1BOI 1ING 1POY 1BEN 2EL 2DAM 2BEA plot(res, invisible="quali", cex=0.8) 11

12 ING 1VAU 1CHA 3EL T2 T1 1FON DOM1 1TUR 1ROC 2EL 1BEN 4EL PER1 2BOU 1DAM 1BOI 1ING 2DAM 1POY 2BEA plot(res, invisible="quali", cex=0.8, partial=c("1vau","per1")) 12

13 ING olf vis olfag gust 1VAU 1CHA T2 T1 3EL 4EL PER1 1DAM DOM1 1TUR 2BOU 1BOI 1FON 1ROC 1ING 1POY 1BEN 2EL 2DAM 2BEA Graphe des individus avec sélection plot(res, invisible="quali", cex=0.8, partial=c("1vau","per1"), select="cos2 0.4") 13

14 ING olf vis olfag gust 1VAU T2 T1 1DAM 2DAM plot(res,,invisible="quali", partial="all", palette=palette(c("black","transparent","transparent","blue","transparent"))) 14

15 olfag 1VAU 2ING T2 T1 3EL 4EL PER1 DOM1 2BOU 1BOI 1DAM 1TUR 1FON 1ROC 1ING 1POY 1BEN 2EL 2BEA 2DAM 1CHA plot(res, invisible="quali", habillage=1, cex=0.8, select="cos2 0.4") 15

16 Saumur Bourgueuil Chinon 2ING 1VAU T2 T1 1DAM 2DAM plot(res, invisible="quali", habillage="soil", cex=0.8, select="cos2 0.4") 16

17 Reference Env1 Env2 Env4 2ING 1VAU T2 T1 1DAM 2DAM plot(res, invisible="quali", habillage="soil", cex=0.8, select="contrib 5") 17

18 Reference Env1 Env2 Env4 2ING 1VAU T2 T1 1DAM plot(res, invisible="quali", habillage="soil", cex=0.8, select="contrib 5", unselect=0) 18

19 Reference Env1 Env2 Env4 2ING 1VAU T2 T1 1DAM plot(res, invisible="quali", habillage="soil", cex=0.8, select="contrib 5", unselect=1) 19

20 Reference Env1 Env2 Env4 2ING 1VAU T2 T1 1DAM plot(res, invisible="quali", habillage="soil", cex=0.8, select="contrib 5", unselect="grey70") 20

21 Reference Env1 Env2 Env4 2ING 1VAU T2 T1 1DAM plot(res, invisible="quali", habillage="soil", cex=0.8, select="contrib 5", unselect="grey70", axes=3:4) 21

22 Dim 4 (5.31%) T1 Reference Env1 Env2 Env4 2BEA 2BOU Dim 3 (8.78%) 1CHA 3EL plot(res, invisible="quali", habillage="soil", cex=0.8, select=c("1vau","per1"), unselect="grey70", axes=3:4) 22

23 Dim 4 (5.31%) Reference Env1 Env2 Env4 PER1 1VAU Dim 3 (8.78%) Graphe des variables plot(res, choix="var") 23

24 Correlation circle olf vis olfag gust ens Odor. Visual.intensity Nuance.before.shaking.before.shaking plot(res, choix="var", shadow=true) 24

25 Correlation circle olf vis olfag gust ens.before.shaking.before.shaking Visual.intensity Nuance Odor..before.shaking.before.shaking Visual.intensity Nuance Odor..before.shaking.before.shaking Visual.intensity Nuance Odor..before.shaking.before.shaking Visual.intensity Nuance Odor..before.shaking.before.shaking Visual.intensity Nuance Odor..before.shaking.before.shaking Visual.intensity Nuance Odor..before.shaking.before.shaking Visual.intensity Nuance Odor..before.shaking.before.shaking Visual.intensity Nuance Odor..before.shaking.before.shaking Visual.intensity Nuance Odor. plot(res, choix="var", shadow=true, select="contrib 5") 25

26 Correlation circle olf vis olfag gust ens Visual.intensity plot(res, choix="var", shadow=true, select="contrib 5", axes=3:4) 26

27 Correlation circle Dim 4 (5.31%) olf vis olfag gust ens.before.shaking.before.shaking Dim 3 (8.78%) Graphe des axes partiels res <- MFA(wine, group=c(2,5,3,10,9,2), type=c("n",rep("s",5)), ncp=3, name.group=c("orig","olf","vis","olfag","gust","ens"), num.group.sup=c(1,6)) 27

28 olf vis olfag gust Env4 Env2 Saumur Chinon Env1 Bourgueuil Reference

29 Partial axes Dim1.orig Dim2.orig Dim3.orig Dim1.olf Dim2.olf Dim3.olf Dim1.vis Dim2.vis Dim3.vis Dim1.olfag Dim2.olfag Dim3.olfag Dim1.gust Dim2.gust Dim3.gust Dim1.ens Dim2.ens Dim1.orig Dim2.orig Dim3.orig Dim1.olf Dim2.olf Dim3.olf Dim1.vis Dim2.vis Dim3.vis Dim1.olfag Dim2.olfag Dim3.olfag Dim1.gust Dim2.gust Dim3.gust Dim1.ens Dim2.ens Dim1.orig Dim2.orig Dim3.orig Dim1.olf Dim2.olf Dim3.olf Dim1.vis Dim2.vis Dim3.vis Dim1.olfag Dim2.olfag Dim3.olfag Dim1.gust Dim2.gust Dim3.gust Dim1.ens Dim2.ens Dim1.orig Dim2.orig Dim3.orig Dim1.olf Dim2.olf Dim3.olf Dim1.vis Dim2.vis Dim3.vis Dim1.olfag Dim2.olfag Dim3.olfag Dim1.gust Dim2.gust Dim3.gust Dim1.ens Dim2.ens Dim1.orig Dim2.orig Dim3.orig Dim1.olf Dim2.olf Dim3.olf Dim1.vis Dim2.vis Dim3.vis Dim1.olfag Dim2.olfag Dim3.olfag Dim1.gust Dim2.gust Dim3.gust Dim1.ens Dim2.ens Dim1.orig Dim2.orig Dim3.orig Dim1.olf Dim2.olf Dim3.olf Dim1.vis Dim2.vis Dim3.vis Dim1.olfag Dim2.olfag Dim3.olfag Dim1.gust Dim2.gust Dim3.gust Dim1.ens Dim2.ens Dim1.orig Dim2.orig Dim3.orig Dim1.olf Dim2.olf Dim3.olf Dim1.vis Dim2.vis Dim3.vis Dim1.olfag Dim2.olfag Dim3.olfag Dim1.gust Dim2.gust Dim3.gust Dim1.ens Dim2.ens Dim1.orig Dim2.orig Dim3.orig Dim1.olf Dim2.olf Dim3.olf Dim1.vis Dim2.vis Dim3.vis Dim1.olfag Dim2.olfag Dim3.olfag Dim1.gust Dim2.gust Dim3.gust Dim1.ens Dim2.ens Dim1.orig Dim2.orig Dim3.orig Dim1.olf Dim2.olf Dim3.olf Dim1.vis Dim2.vis Dim3.vis Dim1.olfag Dim2.olfag Dim3.olfag Dim1.gust Dim2.gust Dim3.gust Dim1.ens Dim2.ens orig olf vis olfag gust ens 29

30 olf vis olfag gust 2ING 1VAU T2 T1 3EL 4EL PER1 1TUR DOM1 2BOU 1BOI 1DAM 1FON 1ING 1ROC 1POY 1BEN 2EL 2DAM 2BEA 1CHA

31 Correlation circle olf vis olfag gust ens.before.shaking.before.shaking Visual.intensity Nuance Odor..before.shaking.before.shaking Visual.intensity Nuance Odor..before.shaking.before.shaking Visual.intensity Nuance Odor..before.shaking.before.shaking Visual.intensity Nuance Odor..before.shaking.before.shaking Visual.intensity Nuance Odor..before.shaking.before.shaking Visual.intensity Nuance Odor..before.shaking.before.shaking Visual.intensity Nuance Odor..before.shaking.before.shaking Visual.intensity Nuance Odor..before.shaking.before.shaking Visual.intensity Nuance Odor. 31

32 ING 1VAU 1CHA 1FON T2 T1 3EL PER1 4EL DOM1 1DAM 2BOU 1TUR 1BOI 1ROC 1ING 1POY 1BEN 2EL 2DAM 2BEA

33 Groups representation orig ens olf vis olfag gust plot(res, choix="axes") 33

34 Partial axes orig olf vis olfag gust ens Dim2.olf Dim2.olfag Dim2.gust Dim1.orig Dim3.olf Dim3.orig Dim3.vis Dim3.olfag Dim2.ens Dim3.gust Dim2.vis Dim2.orig Dim1.vis Dim1.olf Dim1.gust Dim1.olfag Dim1.ens Description des dimensions dimdesc(res) ## $Dim.1 ## $Dim.1$quanti ## correlation p.value ## e-11 ## e-09 ## e-09 ## e-09 ## e-08 ## Visual.intensity e-07 ## Nuance e-07 34

35 ## e-06 ## e-06 ## e-06 ## e-05 ## e-05 ## e-05 ## e-05 ## e-05 ## e-05 ## e-05 ## e-04 ##.before.shaking e-04 ## Odor e-03 ## e-03 ##.before.shaking e-02 ## e-02 ## ## $Dim.1$category ## Estimate p.value ## Reference ## ## ## $Dim.2 ## $Dim.2$quanti ## correlation p.value ## e-07 ## e-04 ## e-04 ## e-03 ## e-03 ## Odor e-03 ## e-02 ## e-02 ## e-02 ## e-02 ## e-02 ## e-03 ## e-03 ## ## $Dim.2$quali ## R2 p.value ## Soil e-06 ## ## $Dim.2$category ## Estimate p.value ## Env e-07 ## ## ## $Dim.3 ## $Dim.3$quanti ## correlation p.value ##.before.shaking ## ##

36 ##.before.shaking

ClustOfVar: an R package for the clustering of variables

ClustOfVar: an R package for the clustering of variables Outline ClustOfVar: an R package for the clustering of variables Marie Chavent & Vanessa Kuentz & Benoît Liquet & Jérôme Saracco IMB, University of Bordeaux, France INRIA Bordeaux Sud-Ouest, CQFD Team

More information

TP3: Clustering with R

TP3: Clustering with R TP3: Clustering with R Me rendre un compte-rendu de ce TP (sauf l exercice 1) pour le vendredi 21/12 au plus tard. Le fichier pdf est à déposer directement sur moodle (pas d envoie par mail) à l adresse

More information

ANALYSIS OF A CHIMERA METHOD

ANALYSIS OF A CHIMERA METHOD ANALYSIS OF A CHIMERA METHOD FRANCO BREZZI, JACQUES-LOUIS LIONS AND OLIVIER PIRONNEAU ABSTRACT. Chimera is a variant of Schwarz algorithm which is used in CFD to avoid meshing complicated objects. In a

More information

Exploratory Multivariate Analysis by Example Using R

Exploratory Multivariate Analysis by Example Using R Computer Science and Data Analysis Series Exploratory Multivariate Analysis by Example Using R Franc;ois Husson Sebastien Le Jerome Pages 0 ~~~,~~!~~"' Boca Raton London New York Contents P reface xi 1

More information

EFFECTIVE NUMERICAL ANALYSIS METHOD APPLIED TO THE ROLL-TO-ROLL SYSTEM HAVING A WINDING WORKPIECE

EFFECTIVE NUMERICAL ANALYSIS METHOD APPLIED TO THE ROLL-TO-ROLL SYSTEM HAVING A WINDING WORKPIECE EFFECTIVE NUMERICAL ANALYSIS METHOD APPLIED TO THE ROLL-TO-ROLL SYSTEM HAVING A WINDING WORKPIECE Sungham Hong 1, Juhwan Choi 1, Sungsoo Rhim 2 and Jin Hwan Choi 2 1 FunctionBay, Inc., Seongnam-si, Korea

More information

Fast checking of CMM geometry with a patented tool

Fast checking of CMM geometry with a patented tool 17 International Congress of Metrology, 13012 (2015) DOI: 10.1051/ metrolo gy/201513012 C Owned by the authors, published by EDP Sciences, 2015 Fast checking of CMM geometry with a patented tool Jean-François

More information

A comparison of NIPALS algorithm with two other missing data treatment methods in a principal component analysis.

A comparison of NIPALS algorithm with two other missing data treatment methods in a principal component analysis. A comparison of NIPALS algorithm with two other missing data treatment methods in a principal component analysis. Abdelmounaim KERKRI* Zoubir ZARROUK** Jelloul ALLAL* *Faculté des Sciences Université Mohamed

More information

VLANs. Commutation LAN et Wireless Chapitre 3

VLANs. Commutation LAN et Wireless Chapitre 3 VLANs Commutation LAN et Wireless Chapitre 3 ITE I Chapter 6 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Objectifs Expliquer le rôle des VLANs dans un réseau convergent. Expliquer le rôle

More information

Package CUFF. May 28, 2018

Package CUFF. May 28, 2018 Note -*- Encoding: utf-8 -*- Type Package Title Charles's Utility Function using Formula Version 1.5 Date 2018-05-27 Author Package CUFF May 28, 2018 Maintainer Depends R (>= 3.2.2)

More information

Pile load test results as a basis for reliability calculation with an open polygon response surface

Pile load test results as a basis for reliability calculation with an open polygon response surface Proceedings of the XVI ECSMGE Geotechnical Engineering for Infrastructure and Development ISBN 978-0-7277-6067-8 The authors and ICE Publishing: All rights reserved, 2015 doi:10.1680/ecsmge.60678 Pile

More information

Package missmda. March 16, 2017

Package missmda. March 16, 2017 Type Package Package missmda March 16, 2017 Title Handling Missing Values with Multivariate Data Analysis Version 1.11 Date 2017-03-16 Author Francois Husson, Julie Josse Maintainer Francois Husson

More information

Semantic Indexing of Algorithms Courses Based on a New Ontology

Semantic Indexing of Algorithms Courses Based on a New Ontology Semantic Indexing of Algorithms Courses Based on a New Ontology EL Guemmat Kamal 1, Benlahmer Elhabib 2, Talea Mohamed 1, Chara Aziz 2, Rachdi Mohamed 2 1 Université Hassan II - Mohammedia Casablanca,

More information

Tridimensional invariant correlation based on phase-coded and sine-coded range images

Tridimensional invariant correlation based on phase-coded and sine-coded range images J. Opt. 29 (1998) 35 39. Printed in the UK PII: S0150-536X(98)89678-0 Tridimensional invariant correlation based on phase-coded and sine-coded range images Eric Paquet, Pasquala García-Martínez and Javier

More information

Variable selection to construct indicators of quality of life for data structured in groups

Variable selection to construct indicators of quality of life for data structured in groups Variable selection to construct indicators of quality of life for data structured in groups Marie Chavent a,b, Vanessa Kuentz-Simonet c, Amaury Labenne c, Jérôme Saracco a,b a Univ. Bordeaux, IMB, UMR

More information

Algorithmes certifiants

Algorithmes certifiants Michel Habib, LIAFA, Paris Diderot Algorithmique avancée M1 8 février 2010 Schedule of the talk 1 Programme du cours 2010-2011 2 3 Minimum spanning trees and shortest paths Consequences 4 Plan du cours

More information

Unicode 5.0 En Pratique (French Edition) By Patrick Andries

Unicode 5.0 En Pratique (French Edition) By Patrick Andries Unicode 5.0 En Pratique (French Edition) By Patrick Andries If you are searching for the ebook by Patrick Andries Unicode 5.0 en pratique (French edition) in pdf format, then you have come on to the right

More information

Feature-Based Facial Expression Recognition: Experiments With a Multi-Layer Perceptron

Feature-Based Facial Expression Recognition: Experiments With a Multi-Layer Perceptron Feature-Based Facial Expression Recognition: Experiments With a Multi-Layer Perceptron Zhengyou Zhang To cite this version: Zhengyou Zhang. Feature-Based Facial Expression Recognition: Experiments With

More information

Providing Cluster Environments with High-Availability and Load-Balancing

Providing Cluster Environments with High-Availability and Load-Balancing Providing Cluster Environments with High-Availability and -Balancing M.A.R. Dantas a, R.M. Alvim b, F.L.L. Grossmann b a Department of Informatics and Statistics (INE), Federal University of Santa Catarina

More information

LVB-2 INSTRUCTION SHEET. Leakage Current Verification Box

LVB-2 INSTRUCTION SHEET. Leakage Current Verification Box LVB-2 INSTRUCTION SHEET Leakage Current Verification Box V 1.02 1.2018 DECLARATION OF CONFORMITY Manufacturer: Address: Product Name: Model Number: Associated Research, Inc. 13860 W. Laurel Dr. Lake Forest,

More information

Pascal Schlich 1, Caroline Peltier 1, Nadra Mammasse 1,2, Nicolas Pineau 1,3

Pascal Schlich 1, Caroline Peltier 1, Nadra Mammasse 1,2, Nicolas Pineau 1,3 Pascal Schlich 1, Caroline Peltier 1, Nadra Mammasse 1,2, Nicolas Pineau 1,3 1 INRA, Centre des Sciences du Goût et de l Alimentation, Dijon, France 2 AB Science, Paris, France 3 Nestlé Research Centre,

More information

About Transferring License Rights for. PL7 V4.5 and Unity Pro V2.3 SP1 Software

About Transferring License Rights for. PL7 V4.5 and Unity Pro V2.3 SP1 Software Page 1 of 38 Click here to access the English Cliquez ici pour accéder au Français Klicken Sie hier, um zum Deutschen zu gelangen Premete qui per accedere all' Italiano Pulse acquì para acceder al Español

More information

A new edge selection heuristic for computing the Tutte polynomial of an undirected graph.

A new edge selection heuristic for computing the Tutte polynomial of an undirected graph. FPSAC 2012, Nagoya, Japan DMTCS proc. (subm.), by the authors, 1 12 A new edge selection heuristic for computing the Tutte polynomial of an undirected graph. Michael Monagan 1 1 Department of Mathematics,

More information

IPv6 Workshop: CRIHAN -Rouen 04-06/02/2014 Security Bernard TUY Thanh-Luu HA

IPv6 Workshop: CRIHAN -Rouen 04-06/02/2014 Security Bernard TUY Thanh-Luu HA : CRIHAN -Rouen 04-06/02/2014 Bernard TUY Thanh-Luu HA 1/6 Securing the servers 1 ) Boot on linux, check that the IPv6 connectivity is fine. 2 ) From application hands-on, a web server should be running

More information

THE BEST VERSION FOR US

THE BEST VERSION FOR US Technical Rider RIOT by SUPERAMAS Technical managers Olivier TIRMARCHE +33614012325 olivier@superamas.com Jérôme DUPRAZ +33684106615 jerome@superamas.com Installation video interactive / 2 écrans / Fonctionnement

More information

TD 2. Correction TP info

TD 2. Correction TP info TP 2 Exercice 3 : Impôts Sub impot() Dim montant As Integer montant = Cells(1, 1).Value Dim montanttot As Integer Select Case montant Case 0 To 1000 montanttot = 0.1 * montant Case 1001 To 5000 montanttot

More information

Analyse statique de programmes avioniques

Analyse statique de programmes avioniques June 28th 2013. Forum Méthodes Formelles Cycle de conférences: Analyse Statique : «Retour d expériences industrielles» Analyse statique de programmes avioniques Presenté par Jean Souyris (Airbus Opérations

More information

Canada s Energy Future:

Canada s Energy Future: Page 1 of 9 1DWLRQDO (QHUJ\ %RDUG 2IILFH QDWLRQDO GH OҋpQHUJLH Canada s Energy Future: ENERGY SUPPLY AND DEMAND PROJECTIONS TO 2035 Appendices AN ENERGY MARKET ASSESSMENT NOVEMBER 2011 Page 2 of 9 Canada

More information

Functional Blue Prints for the Development of a KMapper Prototype

Functional Blue Prints for the Development of a KMapper Prototype Functional Blue Prints for the Development of a KMapper Prototype SOFTWARE DESIGN DOCUMENT KMAPPER KNOWLEDGE INFERRING SERVICES And prepared by Martin Froment and Ludovic Tobin Fujitsu Consulting (Canada)

More information

1 PORT HARDENED SERIAL SERVER

1 PORT HARDENED SERIAL SERVER QUICK START GUIDE LES421A 1 PORT HARDENED SERIAL SERVER 24/7 TECHNICAL SUPPORT AT 877.877.2269 OR VISIT BLACKBOX.COM STEP 1 - Check for All Required Hardware 1-Port Hardened Serial Server This Quick Start

More information

Catalog Numbers Les Numéros de Catalogue Números de Catálogo: LMSM-3E/LMSM-6E INTRODUCTION

Catalog Numbers Les Numéros de Catalogue Números de Catálogo: LMSM-3E/LMSM-6E INTRODUCTION Wattstopper Segment Manager Supervisor Setup Guide No: 24821 06/17 rev. 1 Catalog Numbers Les Numéros de Catalogue Números de Catálogo: LMSM-3E/LMSM-6E Country of Origin: Made in China Pays d origine:

More information

Connevans. DeafEquipment.co.uk. This product may be purchased from Connevans Limited secure online store at

Connevans. DeafEquipment.co.uk. This product may be purchased from Connevans Limited secure online store at Connevans Solutions to improve the quality of life This product may be purchased from Connevans Limited secure online store at www.deafequipment.co.uk DeafEquipment.co.uk Solutions to improve the quality

More information

Collections. Collections. USTL routier 1

Collections. Collections. USTL   routier 1 Collections USTL http://www.lifl.fr/ routier 1 Premier regard sur les collections java.util Une collection est un groupe d objets (ses éléments). On trouve des collections de comportements différents (listes,

More information

ASPEN Argent / Silver

ASPEN Argent / Silver TEL.: 1-866-536-6247 FAX: 1-800-361-9000 www.rthibert.com S704A-MC MAG NET AVRIL 2017 APRIL Les spéciaux s appliquent aux items en inventaire durant la période indiquée ; ne comprend pas les commandes

More information

Distance Transform. Etienne Folio. Technical Report n o 0806, JUNE 2008 revision 1748

Distance Transform. Etienne Folio. Technical Report n o 0806, JUNE 2008 revision 1748 Distance Transform Etienne Folio Technical Report n o 0806, JUNE 2008 revision 1748 Abstract: A distance transform, also known as distance map or distance field, is a representation of a distance function

More information

ControlLogix Redundant Power Supply Chassis Adapter Module

ControlLogix Redundant Power Supply Chassis Adapter Module Installation Instructions ControlLogix Redundant Power Supply Chassis Adapter Module Catalog Number 1756-PSCA Use this publication as a guide when installing the ControlLogix 1756-PSCA chassis adapter

More information

User Guide. for the Transactional Site. belonging to the. Laboratoire de sciences judiciaires et de médecine légale. for

User Guide. for the Transactional Site. belonging to the. Laboratoire de sciences judiciaires et de médecine légale. for User Guide for the Transactional Site belonging to the Laboratoire de sciences judiciaires et de médecine légale for Managing Expert Opinion Requests (GDE) Version 1.7 for External Users Created by Daniel

More information

Read me carefully before making your connections!

Read me carefully before making your connections! CROSS GAME USER GUIDE Read me carefully before making your connections! Warning: The CROSS GAME converter is compatible with most brands of keyboards and Gamer mice. However, we cannot guarantee 100% compatibility.

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD NORME INTERNATIONALE IEC 60848 Edition 3.0 2013-02 GRAFCET specification language for sequential function charts Langage de spécification GRAFCET pour diagrammes fonctionnels en

More information

Classes internes, Classes locales, Classes anonymes

Classes internes, Classes locales, Classes anonymes Classes internes, Classes locales, Classes anonymes Victor Marsault Aldric Degorre CPOO 2015 Enum (1) 2 Quand les utiliser: disjonctions de cas type au sens courant (eg. type de messages d erreur, type

More information

Systèmes de locomotion hybrides roues-pattes

Systèmes de locomotion hybrides roues-pattes Systèmes de locomotion hybrides roues-pattes ISIR UPMC Christophe Grand et Faïz Ben Amar 1/33 Plan 1. Introduction 2. Architecture mécatronique des robots Hylos 3. Modélisation cinémato-statique 4. Commande

More information

Computing Tutte Polynomials

Computing Tutte Polynomials Computing Tutte Polynomials Michael Monagan To cite this version: Michael Monagan. Computing Tutte Polynomials. Hiro-Fumi Yamada and Nantel Bergeron. 24th International Conference on Formal Power Series

More information

ON THE CHARACTERISTICS OF FUNCTIONAL ELEMENTS FOR INNOVATIVE DESK LAMP CONCEPTUAL DESIGN

ON THE CHARACTERISTICS OF FUNCTIONAL ELEMENTS FOR INNOVATIVE DESK LAMP CONCEPTUAL DESIGN ON THE CHARACTERISTICS OF FUNCTIONAL ELEMENTS FOR INNOVATIVE DESK LAMP CONCEPTUAL DESIGN Nien-Te Liu 1, Chang-Tzuoh Wu 2 and Jia-Cin Li 3 1 Department of Product Design, Shu-Te University, Kaohsiung, Taiwan

More information

DÉVELOPPER UNE APPLICATION IOS

DÉVELOPPER UNE APPLICATION IOS DÉVELOPPER UNE APPLICATION IOS PROTOCOLES CE COURS EST EXTRAIT DU LIVRE APP DEVELOPMENT WITH SWIFT 1 PROTOCOLES Définit un plan de méthodes, de propriétés et d'autres exigences qui conviennent à une tâche

More information

--- For a screen 1,196 x 1,196 x 50 mm Equivalent absorption area for an object A (m 2 )

--- For a screen 1,196 x 1,196 x 50 mm Equivalent absorption area for an object A (m 2 ) 1-2. Stereo screens Stereo screens may be suspended from the ceiling at various heights or mounted on a freestanding base and are designed to provide a high level of sound absorption for large open spaces.

More information

Sun Control Station. Performance Module. Sun Microsystems, Inc. Part No September 2003, Revision A

Sun Control Station. Performance Module. Sun Microsystems, Inc.   Part No September 2003, Revision A Sun Control Station Performance Module Sun Microsystems, Inc. www.sun.com Part No. 817-3610-10 September 2003, Revision A Submit comments about this document at: http://www.sun.com/hwdocs/feedback Copyright

More information

USER GUIDE AERMODUTIL1

USER GUIDE AERMODUTIL1 USER GUIDE AERMODUTIL1 DEMO VERSION 1 LIMITE DE RESPONSABILITÉ Airmet Science Inc. ne peut être tenu responsable des dommages résultant de l utilisation par l'utilisateur du programme AERMODUTIL1.EXE ni

More information

IBM MQ version CD

IBM MQ version CD Guide MQ 27/03/2018 IBM MQ version 9.0.5 CD Luc-Michel Demey Demey Consulting LMD@Demey-Consulting.fr Version 0.01 Mars 2018 Rappels MQ 904 MQ 9 CD disponible sur AIX à partir de MQ 904 Nouvelle solution

More information

TD : Compilateur ml2java semaine 3

TD : Compilateur ml2java semaine 3 Module 4I504-2018fev TD 3 page 1/7 TD : Compilateur ml2java semaine 3 Objectif(s) 22 février 2018 Manipulation d un traducteur de code ML vers Java. 1 ML2Java Exercice 1 Structure du runtime 1. Déterminer

More information

Formation. Application Server Description du cours

Formation. Application Server Description du cours Formation Application Server 2017 Description du cours Formation Application Server 2017 Description Cette formation d une durée de 5 jours aborde les concepts de l infrastructure logicielle System Platform

More information

ILLUSTRATION DES EXCEPTIONS

ILLUSTRATION DES EXCEPTIONS ILLUSTRATION DES EXCEPTIONS Exemple 1: Capture d'une exception prédéfinie package exception1; public class PrintArgs public static void main ( String[ ] args ) System.out.println ( " Affichage des paramètres

More information

SunVTS Quick Reference Card

SunVTS Quick Reference Card SunVTS Quick Reference Card Sun Microsystems, Inc. www.sun.com Part No. 820-1672-10 September 2007, Revision 01 Submit comments about this document at: http://www.sun.com/hwdocs/feedback Copyright 2007

More information

Optimal spatial sampling for non-destructive testing measurements

Optimal spatial sampling for non-destructive testing measurements Optimal spatial sampling for non-destructive testing measurements C. GOMEZ-CARDENAS a, ZM. SBARTAÏ a, JP. BALAYSSAC b, V. GARNIER c, D. BREYSSE a a. Institut de Mécanique et d'ingénierie (I2M), dpt GCE,

More information

DETERMINATION OF THE TRANSDUCER VELOCITIES IN A SONAR ARRAY USING DIGITAL ACOUSTICAL HOLOGRAPHY

DETERMINATION OF THE TRANSDUCER VELOCITIES IN A SONAR ARRAY USING DIGITAL ACOUSTICAL HOLOGRAPHY DETERMINATION OF THE TRANSDUCER VELOCITIES IN A SONAR ARRAY USING DIGITAL ACOUSTICAL HOLOGRAPHY C. Audoly To cite this version: C. Audoly. DETERMINATION OF THE TRANSDUCER VELOCITIES IN A SONAR ARRAY USING

More information

Sun StorEdge 3310 SCSI Array Best Practices Manual

Sun StorEdge 3310 SCSI Array Best Practices Manual Sun StorEdge 3310 SCSI Array Best Practices Manual Architectures and Tips for Optimum Usage Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. 650-960-1300 Part No. 816-7293-11 October

More information

The SensoMineR Package

The SensoMineR Package The SensoMineR Package February 28, 2007 Version 1.07 Date 2007-02-25 Title Sensory data analysis with R Author François Husson, Sébastien Lê Maintainer Sébastien Lê

More information

TAE 1921 Touch Display Unit

TAE 1921 Touch Display Unit TAE 1921 Touch Display Unit Date of creation: 20.06.2013 Version date: 17.10.2018 Article number: 13-200-1921-E Publisher: SIGMATEK GmbH & Co KG A-5112 Lamprechtshausen Tel.: 06274/4321 Fax: 06274/4321-18

More information

In this tutorial, we show how to implement this approach and how to interpret the results with Tanagra.

In this tutorial, we show how to implement this approach and how to interpret the results with Tanagra. Subject Implementing the Principal Component Analysis (PCA) with TANAGRA. The PCA belongs to the factor analysis approaches. It is used to discover the underlying structure of a set of variables. It reduces

More information

Adaptive resources allocation at the cell border using cooperative technique

Adaptive resources allocation at the cell border using cooperative technique Author manuscript, published in "Majestic, France (009)" Adaptive resources allocation at the cell border using cooperative technique MajecSTIC 009 Avignon, France, du 16 au 18 novembre 009 Abbass Marouni,

More information

Installation des interfaces et utilisation de WorldCAT-CIF pour le catalogue CD Meusburger

Installation des interfaces et utilisation de WorldCAT-CIF pour le catalogue CD Meusburger Installation des interfaces et utilisation de pour le catalogue CD Meusburger 1. Condition préalable: lors de l installation du catalogue CD Meusburger, il faut avoir mis en place DAKO. 2. Veuillez vérifier

More information

How to obtain a certificate of equivalence?

How to obtain a certificate of equivalence? How to obtain a certificate of equivalence? Why is it useful? You need the certificate if you want to apply to university. It will provide you an equivalent of your diploma in the French system. What documents

More information

Reconstruction, Occlusion, Immersion

Reconstruction, Occlusion, Immersion Reconstruction, Occlusion, Immersion Sébastien Roy Département d Informatique et de recherche opérationnelle Université de Montréal October 28 2005 University of Maryland Overview Two recent algorithms

More information

A greedy approach for minimizing SDN control overhead

A greedy approach for minimizing SDN control overhead A greedy approach for minimizing SDN control overhead Mathis Obadia, Mathieu Bouet, Jean-Louis Rougier, Luigi Iannone To cite this version: Mathis Obadia, Mathieu Bouet, Jean-Louis Rougier, Luigi Iannone.

More information

APPLICATION DE NOUVELLES METHODES ACCELEREES DE MONTE CARLO A UN CAS INDUSTRIEL APPLICATION OF SOME NEW FAST MONTE CARLO METHODS TO AN INDUSTRIAL CASE

APPLICATION DE NOUVELLES METHODES ACCELEREES DE MONTE CARLO A UN CAS INDUSTRIEL APPLICATION OF SOME NEW FAST MONTE CARLO METHODS TO AN INDUSTRIAL CASE APPLICATION DE NOUVELLES METHODES ACCELEREES DE MONTE CARLO A UN CAS INDUSTRIEL APPLICATION OF SOME NEW FAST MONTE CARLO METHODS TO AN INDUSTRIAL CASE M. Estécahandy and S. Collas L. Bordes and C. Paroissin

More information

Summary of Embroidery Patterns Résumé des motifs de broderie Resumen de diseños de bordado

Summary of Embroidery Patterns Résumé des motifs de broderie Resumen de diseños de bordado Summary of Embroidery Patterns Résumé des motifs de broderie Resumen de diseños de bordado Common design patterns Motifs courants Diseños comunes For tutorial practice Pour une pratique d apprentissage

More information

The Hyperspectral Operational Support Tool (HOST) user interface evaluation:

The Hyperspectral Operational Support Tool (HOST) user interface evaluation: The Hyperspectral Operational Support Tool (HOST) user interface evaluation: Preliminary heuristic analysis results Kevin Trinh Matthew Lamb Defence R&D Canada Technical Note DRDC Toronto TN 2008-172 July

More information

Analysis of sandwich beams using mixed finite element

Analysis of sandwich beams using mixed finite element Analysis of sandwich beams using mixed finite element S. BOUZIANE a, H. BOUZERD a and M. GUENFOUD b a. Civil Engineering Department, University of Skikda, Skikda, Algeria b. Laboratory of Civil Engineering

More information

Installation Instructions

Installation Instructions Installation Instructions SRM Redundancy Module (Cat. 1757-SRM) This document tells you how to install the SRM Redundancy Module into the ProcessLogix system. You should read these installation instructions

More information

Solaris 9 9/04 Installation Roadmap

Solaris 9 9/04 Installation Roadmap Solaris 9 9/04 Installation Roadmap This document is a guide to the DVD-ROM, CD-ROMs, and documents involved in installing the Solaris 9 9/04 software. Unless otherwise specified, this document refers

More information

SunVTS Quick Reference Card

SunVTS Quick Reference Card SunVTS Quick Reference Card Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA 94303-4900 U.S.A. 650-960-1300 Part No. 806-6519-10 January 2001, Revision A Send comments about this document to:

More information

Structural model adjustment using iterative methods

Structural model adjustment using iterative methods Materials and Structures / Matériaux et Constructions, Vol. 36, November 2003, pp 570-577 Structural model adjustment using iterative methods N. Roitman, C. Magluta and R. S. Oliveira COPPE/UFRJ Prog de

More information

User s Manual of Interactive Software for Predicting CPF Bow-Flare Impulsive Loads

User s Manual of Interactive Software for Predicting CPF Bow-Flare Impulsive Loads Copy No. Defence Research and Development Canada Recherche et développement pour la défense Canada DEFENCE & DÉFENSE User s Manual of Interactive Software for Predicting CPF Bow-Flare Impulsive Loads J.M.

More information

Conception Orientée Objet. Romain Rouvoy Licence mention Informatique Université Lille 1

Conception Orientée Objet. Romain Rouvoy Licence mention Informatique Université Lille 1 Conception Orientée Objet Romain Rouvoy Licence mention Informatique Université Lille 1 1 Menu du jour 1. Coder c est douter 2. De la génération 3. À l analyse 2 Mauvaise conception? Où est le problème?

More information

CP-100. Owners And Installation Manual

CP-100. Owners And Installation Manual CP-100 Owners And Installation Manual Jaltek Unit 13, Dencora Way, Sundon Park, Luton, LU3 3HP, UK Tel. +44 (0)1582 848100 Fax. +44 (0)1582 848000 www.tangentdevices.co.uk Document No. TD-CP-100-031218.1

More information

Test, beauty, cleanness. d après le cours de Alexandre Bergel

Test, beauty, cleanness. d après le cours de Alexandre Bergel Test, beauty, cleanness d après le cours de Alexandre Bergel abergel@dcc.uchile.cl 1 But d un test et TDD Détecter les défauts le plus tôt possible dans le cycle -Tester une nouvelle méthode dès qu on

More information

USING ADAMS FOR MECHANISM SIMULATION APPLICATION OF MULTIAXIS MACHINES

USING ADAMS FOR MECHANISM SIMULATION APPLICATION OF MULTIAXIS MACHINES USING ADAMS FOR MECHANISM SIMULATION APPLICATION OF MULTIAXIS MACHINES Yi-Ming Lee 1, Kuei-Shu Hsu 2 and Shyue-Bin Chang 1 1 Department of Mechanical and Automation Engineering, Kao Yuan University, Taiwan

More information

VHDL par Ahcène Bounceur VHDL

VHDL par Ahcène Bounceur VHDL VHDL Ahcène Bounceur 2009 Plan de travail 1. Introduction au langage 2. Prise en main 3. Machine à état 4. Implémentation sur FPGA 1 VHDL Introduction au langage Ahcène Bounceur VHDL VHIC (Very High-speed

More information

DC/DC Regulator ERS 5A Series

DC/DC Regulator ERS 5A Series DC/DC Regulator ERS 5A Series DC/DC non-isolated regulator modules - Industry standard pinning - Continuous short circuit proof - High efficiency up to 94% - Very low output ripple and noise - Over temperature

More information

Changer Business Process avec Microsoft Dynamics CRM ebook

Changer Business Process avec Microsoft Dynamics CRM ebook Changer Business Process avec Microsoft Dynamics CRM 2013 ebook Microsoft Dynamics CRM 2013 Note: View your user profile Microsoft Dynamics CRM Online Fall 13 & Microsoft Dynamics CRM 2013 Want a short,

More information

Chapter II Multiple Correspondance Analysis (MCA)

Chapter II Multiple Correspondance Analysis (MCA) Chapter II Multiple Correspondance Analysis (MCA) Master MMAS - University of Bordeaux Marie Chavent Chapitre 2 MCA 1/52 Introduction How to get information from a categorical data table of individuals

More information

Knowledge Engineering Models and Tools for the Digital Scholarly Publishing of Manuscripts

Knowledge Engineering Models and Tools for the Digital Scholarly Publishing of Manuscripts Knowledge Engineering Models and Tools for the Digital Scholarly Publishing of Manuscripts Semantic Web for the Digital Humanities Sahar Aljalbout, Giuseppe Cosenza, Luka Nerima, Gilles Falquet 1 Cultural

More information

VRTS Base System. Contents. Configuration Options. Required Equipment GETTING STARTED GUIDE. Vehicle Radar Test System

VRTS Base System. Contents. Configuration Options. Required Equipment GETTING STARTED GUIDE. Vehicle Radar Test System GETTG STARTED GUIDE VRTS Base System Vehicle Radar Test System This document describes the proper module placement and connections required for the Vehicle Radar Test System (VRTS). The VRTS provides automated

More information

A Reliable Transport Protocol for Resource Constrained Nodes: CRCTP - Protocol Design

A Reliable Transport Protocol for Resource Constrained Nodes: CRCTP - Protocol Design A Reliable Transport Protocol for Resource Constrained Nodes: CRCTP - Protocol Design Un Protocole de transport avec garantie de livraison pour les appareils de communications aux ressources limitées :

More information

Guidelines to write and submit your contribution

Guidelines to write and submit your contribution Guidelines to write and submit your contribution Submission deadlines: > Declaration of intent: October 15 th, 2017 > Extended abstract submission: November 20 th, 2017 >> extended to November 27! isrivers@graie.org

More information

Missing values: processing with the Kohonen algorithm

Missing values: processing with the Kohonen algorithm Missing values: processing with the Kohonen algorithm Marie Cottrell and Patrick Letrémy SAMOS-MATISSE Université Paris 1 90, rue de Tolbiac, 75634 Paris Cedex 13, France (e-mail: cottrell@univ-paris1.fr,

More information

DC/DC Regulator ERW 20A Series

DC/DC Regulator ERW 20A Series DC/DC Regulator ERW 20A Series - DC/DC non-isolated regulator modules - Industry standard pinning - Continuous short circuit proof - High efficiency up to 94% - Very low output ripple and noise - Over

More information

Utilisez Mutant / Mutest pour améliorer vos tests, votre code Sigilium

Utilisez Mutant / Mutest pour améliorer vos tests, votre code Sigilium Utilisez Mutant / Mutest pour améliorer vos tests, votre code Sigilium @getsigilium Sigilium Gestion centralisée des Signatures Emails @thomasdarde @getsigilium Parmi nos clients: Motul Nicolas Prost,

More information

Guide Share France Groupe de Travail MQ septembre 2017

Guide Share France Groupe de Travail MQ septembre 2017 Systems Middleware Guide Share France Groupe de Travail MQ septembre 2017 Carl Farkas Pan-EMEA zwebsphere Application Integration Consultant IBM France D/2708 Paris, France Internet : farkas@fr.ibm.com

More information

DC/DC Regulator ERW 16A Series

DC/DC Regulator ERW 16A Series DC/DC Regulator ERW 16A Series - DC/DC non-isolated regulator modules - Industry standard pinning - Continuous short circuit proof - High efficiency up to 95% - Very low output ripple and noise - Over

More information

Régression polynomiale

Régression polynomiale Bio-4 Régression polynomiale Régression polynomiale Daniel Borcard, Dép. de sciences biologiques, Université de Montréal -6 Référence:Legendre et Legendre (998) p. 56 Une variante de la régression multiple

More information

USE OF INTENSIVE SIMULATION SUPPORTING SFR UNCERTAINTY DRIVEN CORE DESIGN PROCESS : PRESENTATION OF MULTI-PHYSICS TRIAD PACKAGE

USE OF INTENSIVE SIMULATION SUPPORTING SFR UNCERTAINTY DRIVEN CORE DESIGN PROCESS : PRESENTATION OF MULTI-PHYSICS TRIAD PACKAGE USE OF INTENSIVE SIMULATION SUPPORTING SFR UNCERTAINTY DRIVEN CORE DESIGN PROCESS : PRESENTATION OF MULTI-PHYSICS TRIAD PACKAGE Edouard Hourcade, Fabrice Gaudier, Gille Arnaud, Karim Ammar, Cyril Patricot

More information

DRDC Toronto No. CR Development and Documentation of the Software to Control the Noise Simulation Facility at DRDC Toronto

DRDC Toronto No. CR Development and Documentation of the Software to Control the Noise Simulation Facility at DRDC Toronto DRDC Toronto No. CR 2005-083 Development and Documentation of the Software to Control the Noise Simulation Facility at DRDC Toronto Élaboration et documentation du logiciel servant à contrôler l'installation

More information

Docker dans l Entreprise. Pascal Pignon

Docker dans l Entreprise. Pascal Pignon Docker dans l Entreprise Pascal Pignon pascal.pignon@docker.com Résumé des annonces de la Dockercon Docker dans l Entreprise Support de Kubernetes Moderniser les Applis Traditionnelles (MTA) Client : MetLife

More information

Réinitialisation de serveur d'ucs série C dépannant TechNote

Réinitialisation de serveur d'ucs série C dépannant TechNote Réinitialisation de serveur d'ucs série C dépannant TechNote Contenu Introduction Conditions préalables Conditions requises Composants utilisés Sortie prévue pour différents états de réinitialisation Réinitialisation

More information

Sun Control Station. Software Installation. Sun Microsystems, Inc. Part No January 2004, Revision A

Sun Control Station. Software Installation. Sun Microsystems, Inc.   Part No January 2004, Revision A Sun Control Station Software Installation Sun Microsystems, Inc. www.sun.com Part No. 817-3604-11 January 2004, Revision A Submit comments about this document at: http://www.sun.com/hwdocs/feedback Copyright

More information

USB Plus Matrix Controller Setup Guide

USB Plus Matrix Controller Setup Guide USB Plus Matrix Controller Setup Guide The Extron USB Plus Matrix Controller is a pre-configured controller that can easily be setup and deployed to control Extron USB Extender Plus products in a USB Matrix

More information

Cable Management Guide

Cable Management Guide Cable Management Guide Sun Fire High End Server Systems Sun Microsystems, Inc. www.sun.com Part No. 817-1753-11 July 2005, Revision A Submit comments about this document at: http://www.sun.com/hwdocs/feedback

More information

INTERNATIONAL STANDARD NORME INTERNATIONALE

INTERNATIONAL STANDARD NORME INTERNATIONALE INTERNATIONAL STANDARD NORME INTERNATIONALE IEC 62541-10 Edition 1.0 2012-07 colour inside OPC unified architecture Part 10: Programs Architecture unifiée OPC Partie 10: Programmes IEC 62541-10:2012 THIS

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD NORME INTERNATIONALE IEC 62676-2-2 Edition 1.0 2013-11 Video surveillance systems for use in security applications Part 2-2: Video transmission protocols IP interoperability implementation

More information

Jean Eric Bitang Arranger, Composer, Director, Interpreter

Jean Eric Bitang Arranger, Composer, Director, Interpreter Jean Eric Biang Arranger, Composer, Direcor, Inerpreer Cameroon Abou he aris Birhay, Sep 28 1990.Cameroonian, I enere he wor of music a 10. Now I've wrienb abou 150 songs for he choirs of Douala, 05 masses

More information

Aggregated search: From information nuggets to aggregated documents

Aggregated search: From information nuggets to aggregated documents Aggregated search: From information nuggets to aggregated documents Institute de Recherche en Informatique de Toulouse, UMR 5505 CNRS, SIG-RFI 118 route de Narbonne F-31062 Toulouse Cedex 9 Arlind.Kopliku@irit.fr

More information