Multilingual scientific e-document on the Web

Size: px
Start display at page:

Download "Multilingual scientific e-document on the Web"

Transcription

1 Multilingual scientific e-document on the Web Azzeddine LAZREK University Cadi Ayyad, Faculty of Sciences Department of Computer Science Marrakesh - Morocco lazrek@ucam.ac.ma

2 Plan 1 & Arabic notation Adaptation to the Arabic notation 2 Dadzilla Versions ArMathmlEd Mathematical editor Extension 3 Motivations CtoArP ArSelector Notation selector Results

3 Adaptation to the Arabic notation Aim Mathematical Markup Language, W3C standard Allowing mathematics to be transmitted, processed and published on the Web 1 and 2 The first two versions of describe only mathematics in the European languages Separation Presentation Content Content is generally language-neutral. In contrary, presentation necessarily targets a specific language and notational conventions. Azzeddine LAZREK 3/32 Multilingual scientific e-document on the Web

4 Adaptation to the Arabic notation Aim Mathematical Markup Language, W3C standard Allowing mathematics to be transmitted, processed and published on the Web 1 and 2 The first two versions of describe only mathematics in the European languages Separation Presentation Content Content is generally language-neutral. In contrary, presentation necessarily targets a specific language and notational conventions. Azzeddine LAZREK 3/32 Multilingual scientific e-document on the Web

5 Adaptation to the Arabic notation Aim Mathematical Markup Language, W3C standard Allowing mathematics to be transmitted, processed and published on the Web 1 and 2 The first two versions of describe only mathematics in the European languages Separation Presentation Content Content is generally language-neutral. In contrary, presentation necessarily targets a specific language and notational conventions. Azzeddine LAZREK 3/32 Multilingual scientific e-document on the Web

6 Adaptation to the Arabic notation Aim Mathematical Markup Language, W3C standard Allowing mathematics to be transmitted, processed and published on the Web 1 and 2 The first two versions of describe only mathematics in the European languages Separation Presentation Content Content is generally language-neutral. In contrary, presentation necessarily targets a specific language and notational conventions. Azzeddine LAZREK 3/32 Multilingual scientific e-document on the Web

7 Content Adaptation to the Arabic notation Semantically, an Arabic mathematical expression has the same functionality as its Latin equivalent: same content tree skeleton but with different content for token elements. Azzeddine LAZREK 4/32 Multilingual scientific e-document on the Web

8 Presentation Adaptation to the Arabic notation Only rendering aspects need to be taken into account: same presentation tree skeleton with different content for token elements is insufficient. Azzeddine LAZREK 5/32 Multilingual scientific e-document on the Web

9 Direction <math dir="rtl"> <mi> X </mi> <mo>(</mo> <mi> </mi> <mo>)</mo> <mo>=</mo> <msup> <mi> </mi> <mn>2</mn> </msup> <mo>-</mo> <mn>1</mn> </math> Adaptation to the Arabic notation 1 2 =( ) Azzeddine LAZREK 6/32 Multilingual scientific e-document on the Web

10 Direction Adaptation to the Arabic notation <mn>1</mn> <mo>+</mo> <mi>àº</mi> <mo>-</mo> <mn>2</mn> Bidi Unicode algorithm 1+2 Àº 1+Àº 2 Azzeddine LAZREK 6/32 Multilingual scientific e-document on the Web

11 Direction <mn>é ã </mn> <mn> Le nombre zéro </mn> Adaptation to the Arabic notation É ã Le nombre zéro Azzeddine LAZREK 6/32 Multilingual scientific e-document on the Web

12 Additional variants Adaptation to the Arabic notation mathvariant attribute Azzeddine LAZREK 7/32 Multilingual scientific e-document on the Web

13 Symbols mirrors Adaptation to the Arabic notation The attributes lspace/rspace and lquote/rquote are to be interpreted as open/closed, instead of left/right respectively. <math> <ms lquote=' ' rquote='.'> صيغة </ms> </math> صيغة. Azzeddine LAZREK 8/32 Multilingual scientific e-document on the Web

14 Adaptation to the Arabic notation Kashida 1 Using CSS text-justify: kashida 2 Using new entities characters &asum ; Azzeddine LAZREK 9/32 Multilingual scientific e-document on the Web

15 Additional constructions Adaptation to the Arabic notation <math dir="rtl"> <menclose notation="madruwb"> <mn>12</mn> </menclose> </math> Azzeddine LAZREK 10/32 Multilingual scientific e-document on the Web

16 extension Adaptation to the Arabic notation After examining all notational conventions, in current use with Arabic, the following step is to clarify the specification of, proposing extensions where needed, so that has the broadest coverage possible proposals: Direction: the overall mathematical directionality should be determined by a dir attribute on the outermost math and mrow elements ; which takes one of the values ltr or rtl. The text content of each token element should be treated as a separate directional segment and the bidirectional algorithm should be applied to each independently Additional value for mathvariant: isolated, initial, tailed, looped, stretched and double-struck Mirroring: code-points for Arabic mathematical symbols are not available yet, but appropriately marked for mirroring Arabic specific notation: additional allowed value madruwb for the notation attribute menclose of factorial symbol. Azzeddine LAZREK 11/32 Multilingual scientific e-document on the Web

17 extension Adaptation to the Arabic notation After examining all notational conventions, in current use with Arabic, the following step is to clarify the specification of, proposing extensions where needed, so that has the broadest coverage possible proposals: Direction: the overall mathematical directionality should be determined by a dir attribute on the outermost math and mrow elements ; which takes one of the values ltr or rtl. The text content of each token element should be treated as a separate directional segment and the bidirectional algorithm should be applied to each independently Additional value for mathvariant: isolated, initial, tailed, looped, stretched and double-struck Mirroring: code-points for Arabic mathematical symbols are not available yet, but appropriately marked for mirroring Arabic specific notation: additional allowed value madruwb for the notation attribute menclose of factorial symbol. Azzeddine LAZREK 11/32 Multilingual scientific e-document on the Web

18 extension Adaptation to the Arabic notation After examining all notational conventions, in current use with Arabic, the following step is to clarify the specification of, proposing extensions where needed, so that has the broadest coverage possible proposals: Direction: the overall mathematical directionality should be determined by a dir attribute on the outermost math and mrow elements ; which takes one of the values ltr or rtl. The text content of each token element should be treated as a separate directional segment and the bidirectional algorithm should be applied to each independently Additional value for mathvariant: isolated, initial, tailed, looped, stretched and double-struck Mirroring: code-points for Arabic mathematical symbols are not available yet, but appropriately marked for mirroring Arabic specific notation: additional allowed value madruwb for the notation attribute menclose of factorial symbol. Azzeddine LAZREK 11/32 Multilingual scientific e-document on the Web

19 extension Adaptation to the Arabic notation After examining all notational conventions, in current use with Arabic, the following step is to clarify the specification of, proposing extensions where needed, so that has the broadest coverage possible proposals: Direction: the overall mathematical directionality should be determined by a dir attribute on the outermost math and mrow elements ; which takes one of the values ltr or rtl. The text content of each token element should be treated as a separate directional segment and the bidirectional algorithm should be applied to each independently Additional value for mathvariant: isolated, initial, tailed, looped, stretched and double-struck Mirroring: code-points for Arabic mathematical symbols are not available yet, but appropriately marked for mirroring Arabic specific notation: additional allowed value madruwb for the notation attribute menclose of factorial symbol. Azzeddine LAZREK 11/32 Multilingual scientific e-document on the Web

20 Extension adopted Adaptation to the Arabic notation The proposals for adapting to Arabic mathematical notation, published in the W3C Note, will be included in the new version of (3). Azzeddine LAZREK 12/32 Multilingual scientific e-document on the Web

21 Navigator choice Dadzilla Versions ArMathmlEd Mathematical editor Extension Free & Open-source Azzeddine LAZREK 13/32 Multilingual scientific e-document on the Web

22 Architecture Dadzilla Versions ArMathmlEd Mathematical editor Extension XUL CSS JavaScript XBL RDF SVG xpconnect Web services Gecko xpcom Azzeddine LAZREK 14/32 Multilingual scientific e-document on the Web

23 Fonts & Arabic notation Dadzilla Versions ArMathmlEd Mathematical editor Extension To correctly display documents in Arabic presentation, some fonts must be installed: ACM Mirrored BaKoMa Computer Modern fonts RamzArab Adapted Arabic mathematical symbols font Problems Existent fonts ACM ACM & Gecko Azzeddine LAZREK 15/32 Multilingual scientific e-document on the Web

24 Dadzilla Versions ArMathmlEd Mathematical editor Extension Azzeddine LAZREK 16/32 Multilingual scientific e-document on the Web

25 Dadzilla Versions ArMathmlEd Mathematical editor Extension Dadzilla q Azzeddine LAZREK 17/32 Multilingual scientific e-document on the Web

26 Dadzilla Versions ArMathmlEd Mathematical editor Extension Dadzilla q Azzeddine LAZREK 18/32 Multilingual scientific e-document on the Web

27 verbosity Dadzilla Versions ArMathmlEd Mathematical editor Extension a + b c + d T X E $\sqrt{\frac{a+b}{c+d}}$ <math> <msqrt> <mfrac> <mrow> <mi>a</mi> <mo>+</mo> <mi>b</mi> </mrow> <mrow> <mi>c</mi> <mo>+</mo> <mi>d</mi> </mrow> </mfrac> </msqrt> </math> Azzeddine LAZREK 19/32 Multilingual scientific e-document on the Web

28 Dadzilla Versions ArMathmlEd Mathematical editor Extension Azzeddine LAZREK 20/32 Multilingual scientific e-document on the Web

29 Dadzilla Versions ArMathmlEd Mathematical editor Extension Azzeddine LAZREK 21/32 Multilingual scientific e-document on the Web

30 Dadzilla Versions ArMathmlEd Mathematical editor Extension Dadzilla Added the factorial function in Arabic notation. Support extensible alphabetic symbols. Using the attribute with dir avec mrow et mstyle Arabization menu Dadzilla and ArMathmlEd Azzeddine LAZREK 22/32 Multilingual scientific e-document on the Web

31 Motivations CtoArP ArSelector Notation selector Results C C P <apply> <diff/> <bvar> <ci>x</ci> </bvar> <apply> <root/> <ci>x</ci> </apply> </apply> <apply> <divide/> <ci>1</ci> <apply> <times/> <ci>2</ci> <apply> <root/> <ci>x</ci> </apply> </apply> </apply> <mfrac> <mn>1</mn> <mrow> <mn>2</mn> <msqrt> <mi> س </mi> </msqrt> </mrow> </mfrac> Dadzilla 1 p 2 Azzeddine LAZREK 23/32 Multilingual scientific e-document on the Web

32 Motivations CtoArP ArSelector Notation selector Results I18n Azzeddine LAZREK 24/32 Multilingual scientific e-document on the Web

33 Motivations CtoArP ArSelector Notation selector Results Pourquoi XSLT? (C P) est interne à XSLT est une application XML XSLT est largement adopté XSLT est portable CtoArP feuille de style XSLT fait appel par défaut aux règles définies dans ctop.xsl le résultat est visualisé en utilisant Dadzilla Azzeddine LAZREK 25/32 Multilingual scientific e-document on the Web

34 Motivations CtoArP ArSelector Notation selector Results Pourquoi XSLT? (C P) est interne à XSLT est une application XML XSLT est largement adopté XSLT est portable CtoArP feuille de style XSLT fait appel par défaut aux règles définies dans ctop.xsl le résultat est visualisé en utilisant Dadzilla Azzeddine LAZREK 25/32 Multilingual scientific e-document on the Web

35 Motivations CtoArP ArSelector Notation selector Results ctop.xsl est utilisée dans les cas où le codage est le même en notation arabe et latine. root Notation arabe Notation latine msqrt Règles de résolution de conflits = les règles modèles de ctoarp.xsl sont prioritaires sur celles de ctop.xsl. Azzeddine LAZREK 26/32 Multilingual scientific e-document on the Web

36 Motivations CtoArP ArSelector Notation selector Results ctop.xsl est utilisée dans les cas où le codage est le même en notation arabe et latine. root Notation arabe Notation latine dir="rtl" msqrt Règles de résolution de conflits = les règles modèles de ctoarp.xsl sont prioritaires sur celles de ctop.xsl. Azzeddine LAZREK 26/32 Multilingual scientific e-document on the Web

37 Motivations CtoArP ArSelector Notation selector Results ctop.xsl est utilisée dans les cas où le codage est le même en notation arabe et latine. root Notation arabe Notation latine dir="ltr" msqrt Règles de résolution de conflits = les règles modèles de ctoarp.xsl sont prioritaires sur celles de ctop.xsl. Azzeddine LAZREK 26/32 Multilingual scientific e-document on the Web

38 Motivations CtoArP ArSelector Notation selector Results Motivations 1= 1= Certains concepts peuvent être présentés par plusieurs variétés de notations au choix : utilisation des symboles miroirs ou des symboles alphabétiques =1 1= utilisation du système du numération arabe ou arabe-hindou utilisation des symboles avec ou sans point diacritiques Azzeddine LAZREK 27/32 Multilingual scientific e-document on the Web

39 Motivations CtoArP ArSelector Notation selector Results Motivations Certains concepts peuvent ¼,½,¾,,,,,,, être présentés par plusieurs variétés de notations au choix : utilisation des symboles miroirs ou des symboles alphabétiques utilisation du système du numération arabe ou arabe-hindou 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 utilisation des symboles avec ou sans point diacritiques Azzeddine LAZREK 27/32 Multilingual scientific e-document on the Web

40 Motivations CtoArP ArSelector Notation selector Results Motivations Certains concepts peuvent être présentés par plusieurs variétés de notations au choix : utilisation des symboles miroirs ou des symboles alphabétiques utilisation du système du À + Àº º numération arabe ou arabe-hindou utilisation des symboles avec ou sans point diacritiques Azzeddine LAZREK 27/32 Multilingual scientific e-document on the Web

41 Selection de notation Motivations CtoArP ArSelector Notation selector Results Azzeddine LAZREK 28/32 Multilingual scientific e-document on the Web

42 Motivations CtoArP ArSelector Notation selector Results Our aims were to explore avenues to ensure: The presence of a high-quality typographic Adoption of the T E X typographical rules Compliance with the rules of Arabic calligraphy Use of Kashida and variations style The expression structuring to allow: search features, copying, indexing... Extension of and development of Dadzilla The look and feel of content coding Achieving CtoArP The ease with the task of Arabic mathematical e-documents composition Development DadTEX and ArMathmlEd Azzeddine LAZREK 29/32 Multilingual scientific e-document on the Web

43

44 The End Thank you!

45 RamzArab table Motivations CtoArP ArSelector Notation selector Results Azzeddine LAZREK 32/32 Multilingual scientific e-document on the Web

46 Dadzilla example Motivations CtoArP ArSelector Notation selector Results Azzeddine LAZREK 33/32 Multilingual scientific e-document on the Web

47 Dadzilla example Motivations CtoArP ArSelector Notation selector Results Azzeddine LAZREK 34/32 Multilingual scientific e-document on the Web

06 XML-based Technologies

06 XML-based Technologies MSc in Communication Sciences 2010-2011 Program in Technologies for Human Communication Davide Eynard Software Technology 2 06 XML-based Technologies 2 ntro XML had a huge impact on the development of

More information

Note concernant votre accord de souscription au service «Trusted Certificate Service» (TCS)

Note concernant votre accord de souscription au service «Trusted Certificate Service» (TCS) Note concernant votre accord de souscription au service «Trusted Certificate Service» (TCS) Veuillez vérifier les éléments suivants avant de nous soumettre votre accord : 1. Vous avez bien lu et paraphé

More information

«Object-Oriented Multi-Methods in Cecil» Craig Chambers (Cours IFT6310, H08)

«Object-Oriented Multi-Methods in Cecil» Craig Chambers (Cours IFT6310, H08) «Object-Oriented Multi-Methods in Cecil» Craig Chambers (Cours IFT6310, H08) Mathieu Lemoine 2008/02/25 Craig Chambers : Professeur à l Université de Washington au département de Computer Science and Engineering,

More information

Modifier le texte d'un élément d'un feuillet, en le spécifiant par son numéro d'index:

Modifier le texte d'un élément d'un feuillet, en le spécifiant par son numéro d'index: Bezier Curve Une courbe de "Bézier" (fondé sur "drawing object"). select polygon 1 of page 1 of layout "Feuillet 1" of document 1 set class of selection to Bezier curve select Bezier curve 1 of page 1

More information

Thursday, February 7, 2013. DOM via PHP

Thursday, February 7, 2013. DOM via PHP DOM via PHP Plan PHP DOM PHP : Hypertext Preprocessor Langage de script pour création de pages Web dynamiques Un ficher PHP est un ficher HTML avec du code PHP

More information

Interfaces de programmation pour les composants de la solution LiveCycle ES (juillet 2008)

Interfaces de programmation pour les composants de la solution LiveCycle ES (juillet 2008) Interfaces de programmation pour les composants de la solution LiveCycle ES (juillet 2008) Ce document répertorie les interfaces de programmation que les développeurs peuvent utiliser pour créer des applications

More information

RAPPORT FINANCIER ANNUEL PORTANT SUR LES COMPTES 2014

RAPPORT FINANCIER ANNUEL PORTANT SUR LES COMPTES 2014 RAPPORT FINANCIER ANNUEL PORTANT SUR LES COMPTES 2014 En application de la loi du Luxembourg du 11 janvier 2008 relative aux obligations de transparence sur les émetteurs de valeurs mobilières. CREDIT

More information

Remote Method Invocation

Remote Method Invocation 1 / 22 Remote Method Invocation Jean-Michel Richer jean-michel.richer@univ-angers.fr http://www.info.univ-angers.fr/pub/richer M2 Informatique 2010-2011 2 / 22 Plan Plan 1 Introduction 2 RMI en détails

More information

Managing the Knowledge Exchange between the Partners of the Supply Chain

Managing the Knowledge Exchange between the Partners of the Supply Chain Managing the Exchange between the Partners of the Supply Chain Problem : How to help the SC s to formalize the exchange of the? Which methodology of exchange? Which representation formalisms? Which technical

More information

N1 Grid Service Provisioning System 5.0 User s Guide for the Linux Plug-In

N1 Grid Service Provisioning System 5.0 User s Guide for the Linux Plug-In N1 Grid Service Provisioning System 5.0 User s Guide for the Linux Plug-In Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. Part No: 819 0735 December 2004 Copyright 2004 Sun Microsystems,

More information

CSS : petits compléments

CSS : petits compléments CSS : petits compléments Université Lille 1 Technologies du Web CSS : les sélecteurs 1 au programme... 1 ::before et ::after 2 compteurs 3 media queries 4 transformations et transitions Université Lille

More information

Sun StorEdge A5000 Installation Guide

Sun StorEdge A5000 Installation Guide Sun StorEdge A5000 Installation Guide for Windows NT Server 4.0 Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA 94303-4900 USA 650 960-1300 Fax 650 969-9131 Part No. 805-7273-11 October 1998,

More information

Les fragments. Programmation Mobile Android Master CCI. Une application avec deux fragments. Premier layout : le formulaire

Les fragments. Programmation Mobile Android Master CCI. Une application avec deux fragments. Premier layout : le formulaire Programmation Mobile Android Master CCI Bertrand Estellon Aix-Marseille Université March 23, 2015 Bertrand Estellon (AMU) Android Master CCI March 23, 2015 1 / 266 Les fragments Un fragment : représente

More information

GSAC CONSIGNE DE NAVIGABILITE définie par la DIRECTION GENERALE DE L AVIATION CIVILE Les examens ou modifications décrits ci-dessous sont impératifs. La non application des exigences contenues dans cette

More information

Toolkit in OPen-source for Critical Applications & SystEms Development

Toolkit in OPen-source for Critical Applications & SystEms Development Toolkit in OPen-source for Critical Applications & SystEms Development Patrick Farail AIRBUS France patrick.farail@airbus.com June 05 - IRISATECH 1 A limited market - Long life Products Uncertain suppliers

More information

Sun Management Center Change Manager 1.0.1 Release Notes

Sun Management Center Change Manager 1.0.1 Release Notes Sun Management Center Change Manager 1.0.1 Release Notes Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. Part No: 817 0891 10 May 2003 Copyright 2003 Sun Microsystems, Inc. 4150

More information

Introduction ToIP/Asterisk Quelques applications Trixbox/FOP Autres distributions Conclusion. Asterisk et la ToIP. Projet tuteuré

Introduction ToIP/Asterisk Quelques applications Trixbox/FOP Autres distributions Conclusion. Asterisk et la ToIP. Projet tuteuré Asterisk et la ToIP Projet tuteuré Luis Alonso Domínguez López, Romain Gegout, Quentin Hourlier, Benoit Henryon IUT Charlemagne, Licence ASRALL 2008-2009 31 mars 2009 Asterisk et la ToIP 31 mars 2009 1

More information

Start Here. Installation and Documentation Reference. Sun StorEdgeTM 6120 Array

Start Here. Installation and Documentation Reference. Sun StorEdgeTM 6120 Array Start Here Installation and Documentation Reference Sun StorEdgeTM 6120 Array 1 Access the Online Documentation These documents and other related documents are available online at http://www.sun.com/documentation

More information

NUNAVUT HOUSING CORPORATION - BOARD MEMBER RECRUITMENT

NUNAVUT HOUSING CORPORATION - BOARD MEMBER RECRUITMENT NUNAVUT HOUSING CORPORATION - BOARD MEMBER RECRUITMENT The is seeking Northern Residents interested in being on our Board of Directors We are seeking individuals with vision, passion, and leadership skills

More information

Introduction au BIM. ESEB 38170 Seyssinet-Pariset Economie de la construction email : contact@eseb.fr

Introduction au BIM. ESEB 38170 Seyssinet-Pariset Economie de la construction email : contact@eseb.fr Quel est l objectif? 1 La France n est pas le seul pays impliqué 2 Une démarche obligatoire 3 Une organisation plus efficace 4 Le contexte 5 Risque d erreur INTERVENANTS : - Architecte - Économiste - Contrôleur

More information

Upgrading the Solaris PC NetLink Software

Upgrading the Solaris PC NetLink Software Upgrading the Solaris PC NetLink Software By Don DeVitt - Enterprise Engineering Sun BluePrints OnLine - January 2000 http://www.sun.com/blueprints Sun Microsystems, Inc. 901 San Antonio Road Palo Alto,

More information

Sun Management Center 3.6 Version 5 Add-On Software Release Notes

Sun Management Center 3.6 Version 5 Add-On Software Release Notes Sun Management Center 3.6 Version 5 Add-On Software Release Notes For Sun Fire, Sun Blade, Netra, and Sun Ultra Systems Sun Microsystems, Inc. www.sun.com Part No. 819-7977-10 October 2006, Revision A

More information

Solaris 10 Documentation README

Solaris 10 Documentation README Solaris 10 Documentation README Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. Part No: 817 0550 10 January 2005 Copyright 2005 Sun Microsystems, Inc. 4150 Network Circle, Santa

More information

DIRECTIVE ON ACCOUNTABILITY IN CONTRACT MANAGEMENT FOR PUBLIC BODIES. An Act respecting contracting by public bodies (chapter C-65.1, a.

DIRECTIVE ON ACCOUNTABILITY IN CONTRACT MANAGEMENT FOR PUBLIC BODIES. An Act respecting contracting by public bodies (chapter C-65.1, a. DIRECTIVE ON ACCOUNTABILITY IN CONTRACT MANAGEMENT FOR PUBLIC BODIES An Act respecting contracting by public bodies (chapter C-65.1, a. 26) SUBJECT 1. The purpose of this directive is to establish the

More information

:: WIRELESS MOBILE MOUSE

:: WIRELESS MOBILE MOUSE 1. 1 2 3 Office R.A.T. 2 1 2 3 :: WIRELESS OBILE OUSE FOR PC, AC & ANDROI D :: :: KABELLOSE OBILE AUS FÜR PC, AC & ANDROID :: :: SOURIS DE OBILE SANS FIL POUR PC, AC & ANDROI D :: 2. OFFICE R.A.T. 3. OFF

More information

Archived Content. Contenu archivé

Archived Content. Contenu archivé ARCHIVED - Archiving Content ARCHIVÉE - Contenu archivé Archived Content Contenu archivé Information identified as archived is provided for reference, research or recordkeeping purposes. It is not subject

More information

Detection of water leakage using laser images from 3D laser scanning data

Detection of water leakage using laser images from 3D laser scanning data Detection of water leakage using laser images from 3D laser scanning data QUANHONG FENG 1, GUOJUAN WANG 2 & KENNERT RÖSHOFF 3 1 Berg Bygg Konsult (BBK) AB,Ankdammsgatan 20, SE-171 43, Solna, Sweden (e-mail:feng@bergbyggkonsult.se)

More information

Il est repris ci-dessous sans aucune complétude - quelques éléments de cet article, dont il est fait des citations (texte entre guillemets).

Il est repris ci-dessous sans aucune complétude - quelques éléments de cet article, dont il est fait des citations (texte entre guillemets). Modélisation déclarative et sémantique, ontologies, assemblage et intégration de modèles, génération de code Declarative and semantic modelling, ontologies, model linking and integration, code generation

More information

Website Report: http://www.servicesaprixfixes.com/ To-Do Tasks: 22 SEO SCORE: 73 / 100. Add the exact keywords to this URL.

Website Report: http://www.servicesaprixfixes.com/ To-Do Tasks: 22 SEO SCORE: 73 / 100. Add the exact keywords to this URL. Page 1 of 8 Website Report: http://www.servicesaprixfixes.com/ Keyword: Marketplace, B2B, services aux entreprises, small business Date: Decemr 12, 2014 SEO SCORE: 73 / 100 To-Do Tasks: 22 Add the exact

More information

Installation troubleshooting guide

Installation troubleshooting guide Installation troubleshooting guide Content ERROR CODE PROBLEMS... 3 Error code 301: Unknown protection system. Verify the installation.... 3 Error code 302: The software cannot be used. The computer date

More information

Personnalisez votre intérieur avec les revêtements imprimés ALYOS design

Personnalisez votre intérieur avec les revêtements imprimés ALYOS design Plafond tendu à froid ALYOS technology ALYOS technology vous propose un ensemble de solutions techniques pour vos intérieurs. Spécialiste dans le domaine du plafond tendu, nous avons conçu et développé

More information

Sun TM SNMP Management Agent Release Notes, Version 1.6

Sun TM SNMP Management Agent Release Notes, Version 1.6 Sun TM SNMP Management Agent Release Notes, Version 1.6 Sun Microsystems, Inc. www.sun.com Part No. 820-5966-12 December 2008, Revision A Submit comments about this document by clicking the Feedback[+]

More information

Audit de sécurité avec Backtrack 5

Audit de sécurité avec Backtrack 5 Audit de sécurité avec Backtrack 5 DUMITRESCU Andrei EL RAOUSTI Habib Université de Versailles Saint-Quentin-En-Yvelines 24-05-2012 UVSQ - Audit de sécurité avec Backtrack 5 DUMITRESCU Andrei EL RAOUSTI

More information

Sun StorEdge RAID Manager 6.2.21 Release Notes

Sun StorEdge RAID Manager 6.2.21 Release Notes Sun StorEdge RAID Manager 6.2.21 Release Notes formicrosoftwindowsnt Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA 94303-4900 USA 650 960-1300 Fax 650 969-9131 Part No. 805-6890-11 November

More information

"Templating as a Strategy for Translating Official Documents from Spanish to English"

Templating as a Strategy for Translating Official Documents from Spanish to English Article "Templating as a Strategy for Translating Official Documents from Spanish to English" Sylvie Lambert-Tierrafría Meta : journal des traducteurs / Meta: Translators' Journal, vol. 52, n 2, 2007,

More information

RLC/MAC Uplink Transfer

RLC/MAC Uplink Transfer FORMATION GPRS - TD SIB RLC/MAC Uplink Transfer Access procedure: one phase access CHANNEL REQUEST One Phase Access IMMEDIATE ASSIGNMENT Request Reference / PDCH description / TBF parameters IMMEDIATE_ASSIGNMENT

More information

Memory Eye SSTIC 2011. Yoann Guillot. Sogeti / ESEC R&D yoann.guillot(at)sogeti.com

Memory Eye SSTIC 2011. Yoann Guillot. Sogeti / ESEC R&D yoann.guillot(at)sogeti.com Memory Eye SSTIC 2011 Yoann Guillot Sogeti / ESEC R&D yoann.guillot(at)sogeti.com Y. Guillot Memory Eye 2/33 Plan 1 2 3 4 Y. Guillot Memory Eye 3/33 Memory Eye Analyse globale d un programme Un outil pour

More information

Group Projects M1 - Cubbyhole

Group Projects M1 - Cubbyhole SUPINFO Academic Dept. Project presentation Group Projects Version 1.0 Last update: 20/11/2013 Use: Students Author: Samuel CUELLA Conditions d utilisations : SUPINFO International University vous permet

More information

Sun Enterprise Optional Power Sequencer Installation Guide

Sun Enterprise Optional Power Sequencer Installation Guide Sun Enterprise Optional Power Sequencer Installation Guide For the Sun Enterprise 6500/5500 System Cabinet and the Sun Enterprise 68-inch Expansion Cabinet Sun Microsystems, Inc. 901 San Antonio Road Palo

More information

Sun StorEdge T3 Dual Storage Array - Part 1

Sun StorEdge T3 Dual Storage Array - Part 1 Sun StorEdge T3 Dual Storage Array - Part 1 Installation, Planning, and Design By Mark Garner - Enterprise Engineering Sun BluePrints OnLine - February 2001 http://www.sun.com/blueprints Sun Microsystems,

More information

Service Level Definitions and Interactions

Service Level Definitions and Interactions Service Level Definitions and Interactions By Adrian Cockcroft - Enterprise Engineering Sun BluePrints OnLine - April 1999 http://www.sun.com/blueprints Sun Microsystems, Inc. 901 San Antonio Road Palo

More information

Etudes de cas en OCL avec l outil USE 2

Etudes de cas en OCL avec l outil USE 2 Etudes de cas en OCL avec l outil USE 2 1 2 UML-based Specification Environment 3 1ère étude de cas : invariants Classes en notation textuelle model Company 4 class Employee attributes name : String salary

More information

Measuring Policing Complexity: A Research Based Agenda

Measuring Policing Complexity: A Research Based Agenda ARCHIVED - Archiving Content ARCHIVÉE - Contenu archivé Archived Content Contenu archivé Information identified as archived is provided for reference, research or recordkeeping purposes. It is not subject

More information

NATIONAL EXECUTIVE CONFERENCE CALL THURSDAY, JULY 21, 2011 6:00 P.M. - 7:20 P.M. OTTAWA TIME

NATIONAL EXECUTIVE CONFERENCE CALL THURSDAY, JULY 21, 2011 6:00 P.M. - 7:20 P.M. OTTAWA TIME 4951 NATIONAL EXECUTIVE CONFERENCE CALL THURSDAY, JULY 21, 2011 6:00 P.M. - 7:20 P.M. OTTAWA TIME CALL TO ORDER National President Brother Daniel Kinsella called the meeting to order at 6:05 p.m. ATTENDANCE:

More information

Solaris 9 9/05 Installation Roadmap

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

More information

SUN SEEBEYOND ebam STUDIO RELEASE NOTES. Release 5.1.2

SUN SEEBEYOND ebam STUDIO RELEASE NOTES. Release 5.1.2 SUN SEEBEYOND ebam STUDIO RELEASE NOTES Release 5.1.2 Copyright 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights reserved. Sun Microsystems, Inc. has intellectual

More information

Sun StorEdge Availability Suite Software Point-in-Time Copy Software Maximizing Backup Performance

Sun StorEdge Availability Suite Software Point-in-Time Copy Software Maximizing Backup Performance Sun StorEdge Availability Suite Software Point-in-Time Copy Software Maximizing Backup Performance A Best Practice Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. 650-960-1300 Part

More information

"Simultaneous Consecutive Interpreting: A New Technique Put to the Test"

Simultaneous Consecutive Interpreting: A New Technique Put to the Test Article "Simultaneous Consecutive Interpreting: A New Technique Put to the Test" Miriam Hamidi et Franz Pöchhacker Meta : journal des traducteurs / Meta: Translators' Journal, vol. 52, n 2, 2007, p. 276-289.

More information

ANNEX 1. Le Greffe. The Registry

ANNEX 1. Le Greffe. The Registry ICC-01/04-01/10-102 -Anx1-Red 24-05-2011 1/5 FB PT Le Greffe The Registry ANNEX 1 Maanweg 174, 2516 AB The Hague, The Netherlands Maanweg 174, 2516 AB La Haye, Pays Bas Telephone Téléphone +31(0)70 515

More information

STUDENT APPLICATION FORM (Dossier d Inscription) ACADEMIC YEAR 2010-2011 (Année Scolaire 2010-2011)

STUDENT APPLICATION FORM (Dossier d Inscription) ACADEMIC YEAR 2010-2011 (Année Scolaire 2010-2011) Institut d Administration des Entreprises SOCRATES/ERASMUS APPLICATION DEADLINE : 20th November 2010 OTHER (Autre) STUDENT APPLICATION FORM (Dossier d Inscription) ACADEMIC YEAR 2010-2011 (Année Scolaire

More information

Archived Content. Contenu archivé

Archived Content. Contenu archivé ARCHIVED - Archiving Content ARCHIVÉE - Contenu archivé Archived Content Contenu archivé Information identified as archived is provided for reference, research or recordkeeping purposes. It is not subject

More information

A web-based multilingual help desk

A web-based multilingual help desk LTC-Communicator: A web-based multilingual help desk Nigel Goffe The Language Technology Centre Ltd Kingston upon Thames Abstract Software vendors operating in international markets face two problems:

More information

Introduction. GEAL Bibliothèque Java pour écrire des algorithmes évolutionnaires. Objectifs. Simplicité Evolution et coévolution Parallélisme

Introduction. GEAL Bibliothèque Java pour écrire des algorithmes évolutionnaires. Objectifs. Simplicité Evolution et coévolution Parallélisme GEAL 1.2 Generic Evolutionary Algorithm Library http://dpt-info.u-strasbg.fr/~blansche/fr/geal.html 1 /38 Introduction GEAL Bibliothèque Java pour écrire des algorithmes évolutionnaires Objectifs Généricité

More information

Archived Content. Contenu archivé

Archived Content. Contenu archivé ARCHIVED - Archiving Content ARCHIVÉE - Contenu archivé Archived Content Contenu archivé Information identified as archived is provided for reference, research or recordkeeping purposes. It is not subject

More information

International Diversification and Exchange Rates Risk. Summary

International Diversification and Exchange Rates Risk. Summary International Diversification and Exchange Rates Risk Y. K. Ip School of Accounting and Finance, University College of Southern Queensland, Toowoomba, Queensland 4350, Australia Summary The benefits arisen

More information

"Internationalization vs. Localization: The Translation of Videogame Advertising"

Internationalization vs. Localization: The Translation of Videogame Advertising Article "Internationalization vs. Localization: The Translation of Videogame Advertising" Raquel de Pedro Ricoy Meta : journal des traducteurs / Meta: Translators' Journal, vol. 52, n 2, 2007, p. 260-275.

More information

Guidance on Extended Producer Responsibility (EPR) Analysis of EPR schemes in the EU and development of guiding principles for their functioning

Guidance on Extended Producer Responsibility (EPR) Analysis of EPR schemes in the EU and development of guiding principles for their functioning (EPR) Analysis of in the EU and development of guiding principles for their functioning In association with: ACR+ SITA LUNCH DEBATE 25 September 2014 Content 1. Objectives and 2. General overview of in

More information

FORMULATOR v3.9. MathML Weaver

FORMULATOR v3.9. MathML Weaver Hermitech Laboratory Address: Web: E-mail: Chapaeva str., 7, Zhytomyr, 10029, Ukraine info@mmlsoft.com FORMULATOR v3.9 MathML Weaver User Manual Published By Hermitech Laboratory 7, Chapaeva str., Zhytomyr,

More information

Catalogue Câbles d Energie

Catalogue Câbles d Energie Catalogue Câbles d Energie Conductores Tecnológicos S.A. www.contecsa.es Index Page Introduction 13 RV 14 RVMV 15 RVSV 16 RVFV 17 Conductores Tecnológicos S.A. 2 www.contecsa.es INTRODUCTION Câbles d Energie

More information

Pérégrination d un modèle alose au rythme d une méthode ABC

Pérégrination d un modèle alose au rythme d une méthode ABC Pérégrination d un modèle alose au rythme d une méthode ABC Thibaud ROUGIER1*, Patrick Lambert, Géraldine Lassalle, Nicolas Dumoulin, Thierry Faure, Hilaire Drouineau, Eric Rochard (1) Irstea, Aquatic

More information

Inspection des engins de transport

Inspection des engins de transport Inspection des engins de transport Qu est-ce qu on inspecte? Inspection des engins de transport Inspection administrative préalable à l'inspection: - Inspection des documents d'accompagnement. Dans la

More information

Archived Content. Contenu archivé

Archived Content. Contenu archivé ARCHIVED - Archiving Content ARCHIVÉE - Contenu archivé Archived Content Contenu archivé Information identified as archived is provided for reference, research or recordkeeping purposes. It is not subject

More information

Cliquez sur le résultat que vous avez obtenu au test de classement linguistique Click on the result you obtained following the language test

Cliquez sur le résultat que vous avez obtenu au test de classement linguistique Click on the result you obtained following the language test Cliquez sur le résultat que vous avez obtenu au test de classement linguistique Click on the result you obtained following the language test E1N (SVP contactez-nous si vous avez obtenu ce résultat / Please

More information

ACP-EU Cooperation Programme in Science and Technology (S&T II) / Programme de Coopération ACP-UE pour la Science et la Technologie

ACP-EU Cooperation Programme in Science and Technology (S&T II) / Programme de Coopération ACP-UE pour la Science et la Technologie ACP Science and Technologie Programme Programme Management Unit ACP-EU Cooperation Programme in Science and Technology (S&T II) / Programme de Coopération ACP-UE pour la Science et la Technologie EuropeAid/133437/D/ACT/ACPTPS

More information

Archived Content. Contenu archivé

Archived Content. Contenu archivé ARCHIVED - Archiving Content ARCHIVÉE - Contenu archivé Archived Content Contenu archivé Information identified as archived is provided for reference, research or recordkeeping purposes. It is not subject

More information

Optimizing Solaris Resources Through Load Balancing

Optimizing Solaris Resources Through Load Balancing Optimizing Solaris Resources Through Load Balancing By Tom Bialaski - Enterprise Engineering Sun BluePrints Online - June 1999 http://www.sun.com/blueprints Sun Microsystems, Inc. 901 San Antonio Road

More information

Vincent Rullier Technology specialist Microsoft Suisse Romande

Vincent Rullier Technology specialist Microsoft Suisse Romande Vincent Rullier Technology specialist Microsoft Suisse Romande Pourquoi virtualiser Différents types de virtualisation Présentation Applications Postes de travail Serveurs Bénéfices Conclusion Q&A Technology

More information

ANIMATION OF CONTINUOUS COMPUTER SIMULATIONS C.M. Woodside and Richard Mallet Computer Center, Carleton University ABSTRACT

ANIMATION OF CONTINUOUS COMPUTER SIMULATIONS C.M. Woodside and Richard Mallet Computer Center, Carleton University ABSTRACT 19.1 ANIMATION OF CONTINUOUS COMPUTER SIMULATIONS C.M. Woodside and Richard Mallet Computer Center, Carleton University ABSTRACT A block-oriented graphics program called ANIM8 has been developed for animating

More information

Veritas Storage Foundation 5.0 Software for SPARC

Veritas Storage Foundation 5.0 Software for SPARC Veritas Storage Foundation 5.0 Software for SPARC Release Note Supplement Sun Microsystems, Inc. www.sun.com Part No. 819-7074-10 July 2006 Submit comments about this document at: http://www.sun.com/hwdocs/feedback

More information

Clôtures tous types. Serrurerie sur mesure. Portails / Automatisme. Aménagements extérieurs. Maçonnerie. Terrasse / Allée.

Clôtures tous types. Serrurerie sur mesure. Portails / Automatisme. Aménagements extérieurs. Maçonnerie. Terrasse / Allée. Clôtures tous types Serrurerie sur mesure Portails / Automatisme Aménagements extérieurs Maçonnerie Terrasse / Allée Tout à l égout Petite V.R.D Collectivités Particuliers 2 ZA Réganeau 33380 MARCHEPRIME

More information

Parallel Discrepancy-based Search

Parallel Discrepancy-based Search Parallel Discrepancy-based Search T. Moisan, J. Gaudreault, C.-G. Quimper Université Laval, FORAC research consortium February 21 th 2014 T. Moisan, J. Gaudreault, C.-G. Quimper Parallel Discrepancy-based

More information

mvam: mobile technology for remote food security surveys mvam: technologie mobile pour effectuer des enquêtes à distance sur la sécurité alimentaire

mvam: mobile technology for remote food security surveys mvam: technologie mobile pour effectuer des enquêtes à distance sur la sécurité alimentaire mvam: mobile technology for remote food security surveys mvam: technologie mobile pour effectuer des enquêtes à distance sur la sécurité alimentaire September 16, 2014 http://www.wfp.org/videos/wfp-calling

More information

MD. ALI KHAN. and THE MINISTER OF CITIZENSHIP AND IMMIGRATION REASONS FOR ORDER AND ORDER

MD. ALI KHAN. and THE MINISTER OF CITIZENSHIP AND IMMIGRATION REASONS FOR ORDER AND ORDER Federal Court Cour fédérale Date: 20101001 Docket: IMM-1196-10 Citation: 2010 FC 983 St. John s, Newfoundland and Labrador, October 1, 2010 PRESENT: The Honourable Madam Justice Heneghan BETWEEN: MD. ALI

More information

Exploring the iplanet Directory Server NIS Extensions

Exploring the iplanet Directory Server NIS Extensions Exploring the iplanet Directory Server NIS Extensions By Tom Bialaski - Enterprise Engineering Sun BluePrints OnLine - August 2000 http://www.sun.com/blueprints Sun Microsystems, Inc. 901 San Antonio Road

More information

Sun StorEdge Enterprise Backup Software 7.2

Sun StorEdge Enterprise Backup Software 7.2 Sun StorEdge Enterprise Backup Software 7.2 Update Guide Sun Microsystems, Inc. www.sun.com Part No. 819-4089-10 September 2005, Revision A Submit comments about this document at: http://www.sun.com/hwdocs/feedback

More information

Ministère des Affaires Sociales et de la Santé, France

Ministère des Affaires Sociales et de la Santé, France Ministère des Affaires Sociales et de la Santé, France 1.1 Please indicate the type of organisation on behalf of which you are responding to this consultation: 1. Respondent Profile Public authorities

More information

Level 2 French, 2014

Level 2 French, 2014 91121 911210 2SUPERVISOR S Level 2 French, 2014 91121 Demonstrate understanding of a variety of written and / or visual French text(s) on familiar matters 9.30 am Wednesday 26 November 2014 Credits: Five

More information

ESMA REGISTERS OJ/26/06/2012-PROC/2012/004. Questions/ Answers

ESMA REGISTERS OJ/26/06/2012-PROC/2012/004. Questions/ Answers ESMA REGISTERS OJ/26/06/2012-PROC/2012/004 Questions/ Answers Question n.10 (dated 18/07/2012) In the Annex VII Financial Proposal, an estimated budget of 1,500,000 Euro is mentioned for the total duration

More information

Sun N1 Service Provisioning System User s Guide for Linux Plug-In 2.0

Sun N1 Service Provisioning System User s Guide for Linux Plug-In 2.0 Sun N1 Service Provisioning System User s Guide for Linux Plug-In 2.0 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. Part No: 819 4885 10 April 2006 Copyright 2006 Sun Microsystems,

More information

MapReduce Détails Optimisation de la phase Reduce avec le Combiner

MapReduce Détails Optimisation de la phase Reduce avec le Combiner MapReduce Détails Optimisation de la phase Reduce avec le Combiner S'il est présent, le framework insère le Combiner dans la pipeline de traitement sur les noeuds qui viennent de terminer la phase Map.

More information

Scrubbing Disks Using the Solaris Operating Environment Format Program

Scrubbing Disks Using the Solaris Operating Environment Format Program Scrubbing Disks Using the Solaris Operating Environment Format Program By Rob Snevely - Enterprise Technology Center Sun BluePrints OnLine - June 2000 http://www.sun.com/blueprints Sun Microsystems, Inc.

More information

Cas clinique / Clinical case

Cas clinique / Clinical case Cas clinique / Clinical case Utilisation de MATRI TM BONE et COVA TM MAX: EXTRACTION ET IMPLANTATION IMMEDIATE AVEC RECONSTRUCTION PERI-IMPLANTAIRE Use of MATRI TM BONE and COVA TM MAX : EXTRACTION AND

More information

AD511 Active Iridium Antenna User Manual Mar 12 V4.0

AD511 Active Iridium Antenna User Manual Mar 12 V4.0 AD511 Active Iridium Antenna User Manual Mar 12 V4.0 AD511 Active Iridium Transmitter/Receiver Antenna with up to 160 metres of coaxial down-lead and DC Power Break-In Box for Iridium Satellite Systems

More information

openoffice impress 3 guide

openoffice impress 3 guide openoffice impress 3 guide AN INTRODUCTORY GUIDE For more course product tips check out us, leave a comment about any openoffice impress 3 guide you have used and inform us relating to your favorite ones.

More information

CERN EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH

CERN EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH CERN/FC/5738 Original: anglais 14 juin 2013 ORGANISATION EUROPEENNE POUR LA RECHERCHE NUCLÉAIRE CERN EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH Suite à donner Procédure de vote Discussion COMITÉ DES FINANCES

More information

User guide Managing unsatisfied customers

User guide Managing unsatisfied customers User guide Managing unsatisfied customers Last update : June 2014 INTRODUCTION Identification of unsatisfied customers: The list of respondents who triggered an alert is displayed directly in the interface.

More information

Post-Secondary Opportunities For Student-Athletes / Opportunités post-secondaire pour les étudiantathlètes

Post-Secondary Opportunities For Student-Athletes / Opportunités post-secondaire pour les étudiantathlètes Post-Secondary Opportunities For Student-Athletes / Opportunités post-secondaire pour les étudiantathlètes Jean-François Roy Athletics Canada / Athlétisme Canada Talent Development Coordinator / Coordonnateur

More information

Millier Dickinson Blais

Millier Dickinson Blais Research Report Millier Dickinson Blais 2007-2008 National Survey of the Profession September 14, 2008 Contents 1 Introduction & Methodology... 3 2 National Results... 5 3 Regional Results... 6 3.1 British

More information

Archived Content. Contenu archivé

Archived Content. Contenu archivé ARCHIVED - Archiving Content ARCHIVÉE - Contenu archivé Archived Content Contenu archivé Information identified as archived is provided for reference, research or recordkeeping purposes. It is not subject

More information

Reconstruction d un modèle géométrique à partir d un maillage 3D issu d un scanner surfacique

Reconstruction d un modèle géométrique à partir d un maillage 3D issu d un scanner surfacique Reconstruction d un modèle géométrique à partir d un maillage 3D issu d un scanner surfacique Silvère Gauthier R. Bénière, W. Puech, G. Pouessel, G. Subsol LIRMM, CNRS, Université Montpellier, France C4W,

More information

Short Form Description / Sommaire: Carrying on a prescribed activity without or contrary to a licence

Short Form Description / Sommaire: Carrying on a prescribed activity without or contrary to a licence NOTICE OF VIOLATION (Corporation) AVIS DE VIOLATION (Société) Date of Notice / Date de l avis: August 29, 214 AMP Number / Numéro de SAP: 214-AMP-6 Violation committed by / Violation commise par : Canadian

More information

SunFDDI 6.0 on the Sun Enterprise 10000 Server

SunFDDI 6.0 on the Sun Enterprise 10000 Server SunFDDI 6.0 on the Sun Enterprise 10000 Server Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA 94303-4900 USA 650 960-1300 Fax 650 969-9131 Part No.: 806-3610-11 November 1999, Revision A Send

More information

The new French regulation on gaming: Anything new in terms of payment?

The new French regulation on gaming: Anything new in terms of payment? [Prénom Nwww.ulys.net The new French regulation on gaming: Anything new in terms of payment? Etienne Wery Attorney at law at Brussels and Paris Bars Senior lecturer at university etienne.wery@ulys.net

More information

Java Dynamic Management Architecture for Intelligent Networks

Java Dynamic Management Architecture for Intelligent Networks Java Dynamic Management Architecture for Intelligent Networks Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA 94303 1 (800) 786.7638 +1.512.434.1511 Copyright 1998 Sun Microsystems, Inc., 901

More information

Future Entreprise. Jean-Dominique Meunier NEM Executive Director www.nem-initiative.org. Nov. 23, 2009 FIA Stockholm

Future Entreprise. Jean-Dominique Meunier NEM Executive Director www.nem-initiative.org. Nov. 23, 2009 FIA Stockholm Future Entreprise Jean-Dominique Meunier NEM Executive Director www.nem-initiative.org Nov. 23, 2009 FIA Stockholm 1 Nov. 23, 2009 FIA Stockholm Source : @JDM 2 Nov. 23, 2009 FIA Stockholm Source : @JDM

More information

openoffice impress manual : The User's Guide

openoffice impress manual : The User's Guide openoffice impress manual : The User's Guide openoffice impress manual actually features a great offer for customers by providing users unlimited access and downloads. openoffice impress manual At this

More information

Sun SNMP Management Agent Release Notes, Version 1.5.5

Sun SNMP Management Agent Release Notes, Version 1.5.5 Sun SNMP Management Agent Release Notes, Version 1.5.5 Sun Microsystems, Inc. www.sun.com Part No. 820-0174-15 June 2008, Revision A Submit comments about this document at: http://www.sun.com/hwdocs/feedback

More information

How To Download Openoffice 40 Manual And User Guide

How To Download Openoffice 40 Manual And User Guide openoffice 40 manual : The User's Guide openoffice 40 manual actually features a great offer for his or her customers giving users unlimited access and downloads. OPENOFFICE 40 MANUAL To begin with finding

More information

Right-to-Left Language Support in EMu

Right-to-Left Language Support in EMu EMu Documentation Right-to-Left Language Support in EMu Document Version 1.1 EMu Version 4.0 www.kesoftware.com 2010 KE Software. All rights reserved. Contents SECTION 1 Overview 1 SECTION 2 Switching

More information

Sun Cluster 2.2 7/00 Data Services Update: Apache Web Server

Sun Cluster 2.2 7/00 Data Services Update: Apache Web Server Sun Cluster 2.2 7/00 Data Services Update: Apache Web Server Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA 94303-4900 U.S.A. 650-960-1300 Part No. 806-6121 July 2000, Revision A Copyright 2000

More information