Title: PERSONAL TRAVEL MARKET: A REAL-LIFE APPLICATION OF THE FIPA STANDARDS

Size: px
Start display at page:

Download "Title: PERSONAL TRAVEL MARKET: A REAL-LIFE APPLICATION OF THE FIPA STANDARDS"

Transcription

1 Title: PERSONAL TRAVEL MARKET: A REAL-LIFE APPLICATION OF THE FIPA STANDARDS Authors: Jorge Núñez Suárez British Telecommunications jorge.nunez-suarez@bt.com Donie O'Sullivan Broadcom Eireann dos@broadcom.ie Henri Brouchoud France Télécom henri.brouchoud@cnet.francetelecom.fr Patrice Cros ONERA/CERT cros@cert.fr Clair Moore KPN Research c.r.moore@research.kpn.com Address for correspondence: Jorge Núñez Suárez British Telecommunications BT Advanced Communications Technology Centre, PP 146/B54 Adastral Park Martlesham Heath Ipswich IP5 3RE UK Tel: +44 (0) Fax: +44 (0) jorge.nunez-suarez@bt.com Key Theme: T3 1

2 1 Abstract The purpose of this paper is to report the experiences gained during the first year of the Personal Travel Market application developed under the umbrella of the FACTS project. This is a two years long, EU-sponsored 1, collaborative project whose objective is to evaluate and drive the set of FIPA agent communication standards in real-life applications. In the electronic marketplace chosen for this test, three types of agents (Personal Travel Agent, Travel Broker Agent and Travel Service Agent) collaborate to resolve travel requirements for a human user. In order to test the interoperability provided by the standards we have used two different FIPA-compliant platforms, developed three types of agents and connected them to external Web servers. The initial results are very encouraging, as the standards have proved very useful in the integration of six completely independent, FIPA-compliant software components. The companies involved in this application are British Telecommunications, Broadcom Eireann, France Télécom, KPN Research and ONERA. 1 FIPA Agent Communication Technologies and Services. ACTS Project AC317 2

3 2 Introduction The goal of FACTS [FACTS] is to validate and drive the FIPA agent communication specifications. To this effect, an EUsponsored project has been set up in collaboration with a number of European companies. Three main domain applications have been chosen to test the standard in real-life scenarios: service reservation, electronic trading and audio-visual entertainment and broadcasting. This paper describes the experiences and findings of the electronic trading application (Personal Travel Market). The FIPA [FIPA] standards provide a set of normative and informative specifications that allow developers to build independently multi-agent systems with very little integration. Although the number of standardisation areas continues to grow, the main ones are Agent Communication Language, Agent Management and Agent/software integration. In the electronic marketplace modelled in this application the following types of agents co-exist: 1. PTA. The Personal Travel Assistant acts as the interface between the user and the application thus representing their interests. It co-operates with TBAs in order to find travel plans that satisfy both the user s explicit travel request as well as the user s personal preferences. 2. TBA. The role of a Travel Broker Agent is to act as an intermediary between the Personal Travel Agent and Travel Service Agents, offering service bundling. Typically, it will collect a trip request from a PTA, analyse it, identify the different segments, query the TSAs and try to compose a trip plan that satisfies the user s requirements. This agent may have a company profile expressing the preferences of the user s company in business travel. 3. TSA. The Travel Service Agent is responsible for providing data and services to the TBA such as airline tickets sales, railway timetables, hotel room availability and prices, weather reports and so on. Since the TSA is the boundary between the FIPA world and the non-fipa world, it presents two interfaces, one to the FIPA side and one to the services it wraps (i.e. html servers, databases, etc). The system aims to allow a human user to book a trip simply by specifying the details to her PTA, which will take the requirements and send them to a TBA. This agent will in turn decompose the trip into a series of segments and query the TSAs which represent the service providers. With the replies of the TSAs it will re-compose the trip trying to match the user's preferences. It will then send a bundled trip back to the PTA for evaluation. This agent will look at the preferences and check the validity of the proposal. If the offer is likely to be accepted, then it is passed onto the user, otherwise it is rejected and a negotiation process commences. If the user accepts the offer then the TBA 3

4 proceeds to book the individual segments and collects payment from the PTA. Figure 1 presents the agents present in the scenario and the communication between them. The PTA resides in the Agent Services Layer (ASL), a FIPA compliant platform. The agent uses the services of the platform to locate and communicate with the other agents in the application. The TBA and the TSAs are connected to JADE, another FIPA compliant platform [JADE]. ASL environment Jade environment Non-FIPA world User Personal Travel Agent (Broadcom) Air France Travel Service Agent (France Telecom) Java RMI+Java Events IBIS Travel Service Agent (France Telecom) Air France Web site (ONERA) IBIS Web site (ONERA) Platform 1 ASL (Broadcom) Platform 2 Jade (Telecom Italia) Travel Broker Agent (BT) IIOP communication Figure 1 The PTM Application 3 Using the PTM The user's interaction with the system is exclusively with the PTA through a series of windows that are used to specify the details of trips and view offers. Therefore the user remains completely unaware of the complexity and the number of actors involved in the process. After the user inputs the basic information needed by the PTA to create a valid trip request, the trip request is analysed by a case-based reasoning module and if a similar case is found, then the preferences of the current request are completed before the approval of the user to be sent to the TBA. The PTA keeps a user profile of the user's travel preferences as a collection of cases. Case Base Reasoning (CBR) was chosen as the learning method because it is an incremental learning system, cases can be acquired easily and the decisions of the agent can be easily explained to the user. The PTA acquires profile information by observing the users actions when planning a trip. This information is converted into cases, which are stored. A minimal amount of direct user feedback will also be used. The travel preferences supplied by the user are used to query the case base, and one or more 4

5 cases similar to the new case are retrieved. Travel references defined in these cases are extracted. Preferences from several different cases may be combined. The travel preferences specified by the user and those extracted from the case base are merged. The PTA then constructs a trip request message from this information, gets user approval and sends it to the TBA. The PTA also evaluates offers sent by the TBA whose features do not exactly match the preferences specified by the user. Some basic details in the offer and the request sent by the PTA, e.g. destinations, are compared to make sure that they match. If there is a mismatch between these details, then the offer is rejected immediately. Otherwise, the rest of the user's preferences are compared with the offer details and the differences between them are identified. This information is passed to a retrieval module that retrieves cases in which there were similar discrepancies. If the offer is categorised as being of interest (depending on whether the offer was accepted in the retrieved cases), then it is passed to the user for evaluation. Otherwise it is rejected. Figure 2 Main PTA and Request Windows Figure 3 Case-based reasoning in the PTA The TBA's role in the PTM is mainly to unbundle and bundle services. It receives requests from the PTA in the form of 5

6 calls for proposals and then identifies the segments that compose the trip (outbound and return trip, different hotel stays, etc.). The agent then generates a number of tentative routes to the destination and identifies the segments that compose them. In Figure 4 for example the agent has proposed the routes Torino<->Dublin, Torino<->Amsterdam<->Dublin and Torino<->London<->Dublin, which in total represent ten individual travel segments. The agent also identifies the need for additional services if required such as hotel stays. These segments will be used to query a number of dedicated TSAs to obtain scheduling, pricing and availability information. Once the TSAs' information is received, the agent tries to assemble a proposal that both satisfies the PTA's requests and the TBA's business targets (revenue, percentage of accepted proposals, etc.). The agent then sends this proposal for evaluation to the PTA. If the trip proposal is accepted then a booking is made with the relevant TSAs, if it is rejected, then it tries to patch the proposal with the information available form the TSAs and re-send it to the PTA. The Travel Service Agent provides airline tickets sales, railway timetables, hotel room availability and prices to the TBA. Because current technology does not provide Web servers with APIs, special pieces of software called wrappers, need to be implemented. The goal of these wrappers is to provide an abstract representation of real, existing Web servers where relevant information can be found. In the PTM application, the TSAs play this role of wrappers and provide the following functionalities to the other agent: - Proposition of a segment of a trip depending on data given in a request: this proposition is sent in the first step of a negotiation protocol. Some TSAs specialise on airline services, others on hotel rooms, etc. - Booking of accepted segments. - Cancellation of a booking. - Notification of temporary special offers. This functionality is available to other FIPA compliant agents through the use of the FIPA Agent Communication Language and protocols. The agents that want to interact with one or several TSAs should use the PTM protocols and the PTM Ontology as defined in the PTM application specifications. Moreover, the TSAs are registered with the Directory Facilitator (yellow pages agent) of their host FIPA platform with service description that allow other agents to establish contact with them. It has to be noted that one TSA represent a commercial entity in the PTM market, and as such has the possibility to define a specific policy to maximise its revenue. That means that when a TSA can propose several solutions in reply to a request, it will choose the one that fulfils best the 6

7 requirements and also that is in conformance with its commercial policy (high margin or resource usage). Figure 4 TBA route map 4 Conclusions The importance of the work implemented as part of this project is to show true interoperability at application level using the FIPA standards. In fact, this is the first instance of a system composed of a number of independently designed agents communicating using two independent FIPA-compliant agent platforms and solving a complex problem. Probably the main advantage of using the FIPA standards is a tremendous reduction in the amount of work that designers have to devote to ensure intra-application interoperability. In our case only the following items were considered: Definition of the responsibilities of each agent in the scenario. Common ontology. Application specific protocol. This means that any designer that wishes to successfully develop an agent for the Personal Travel Market only needs to ensure that the agent complies with the FIPA standards, that it is able to understand and compose messages using the PTM ontology and that it follows the sequence of messages outlined in the PTM-Protocol. In our case, the three agents have been designed independently with their own hidden internal architecture. The integration phase has been very short and simple with success and the only minor running problem was at protocol and ontology level, not at low implementation level. This demonstrates clearly the advantage of using a standard such as FIPA: agent implementers have only to concentrate on their own knowledge domain, the ontology, and use the tools and design process they are used to. This should make the development process faster than with other technologies where 7

8 the low-level technical aspects interfere with the domain level. Since FIPA ACL communication is based on the use of a wellknown and well-supported standard (IIOP) and the exchange of text messages, we consider that it is a flexible communication standard. We can also see that there are no technical requirements other than to comply with the standards and the interfaces in the application. In the example above, JADE has been developed using 100% pure Java while ASL is based on CORBA and provides hook-ups for a number of languages, such as Java, C++, etc. If we compare these requirements with traditional development methods, we see that FIPA frees the agent developer to use any available technology. This is largely thanks to the standardisation of inter-platform communication and the centralisation of the transmission capabilities in the platform. Although the FIPA specifications are in the main realisable there are a number of areas in which difficulties arise especially in the context of the PTM application, such as the bootstrapping problem or multicast communication. In this work we have also shown the different roles that agents can play in a networked economy. The PTA is the point of entry for the user to the marketplace. It collects the user's requirements and complements them with knowledge gained observing his behaviour. The TBA acts as a mediator between consumers and producers. It analyses the requests, decomposes them into small segments, queries the providers for suitable products, re-composes the segments into a full proposal and sends it to the PTA for evaluation. This agent can filter out those proposals that do not satisfy the basic user's requirements and present the rest for evaluation. This application architecture is very flexible and allows for a variety of business models. We can see in fact that the user only sees a very simple interface to a whole complex system (the PTA) that contains a number of actors and companies. 5 References [FACTS] [FIPA] [JADE] 8

FIPA-OS Feature Overview. Agent Technology Group Nortel Networks February 2000

FIPA-OS Feature Overview. Agent Technology Group Nortel Networks February 2000 FIPA-OS Feature Overview Agent Technology Group Nortel Networks February 2000 FIPA-OS - Aims FIPA-OS is a Open Source implementation of FIPA and is available for free. http://www.nort elnetworks.com/ fipa-os

More information

FIPA Agent Software Integration Specification

FIPA Agent Software Integration Specification FOUNDATION FOR INTELLIGENT PHYSICAL AGENTS FIPA Agent Software Integration Specification Document title FIPA Agent Software Integration Specification Document number XC00079A Document source FIPA Architecture

More information

Experiences in the use of FIPA agent technologies for the development of a Personal Travel Application

Experiences in the use of FIPA agent technologies for the development of a Personal Travel Application xperiences in the use of FIP technologies for the development of a Personal ravel pplication FCS Project WP3 eam: Donie O Sullivan, Jorge unez-suarez, Henri Brouchoud, Patrice Cros, Clair Moore, Ciara

More information

FIPA Agent Management Support for Mobility Specification

FIPA Agent Management Support for Mobility Specification 1 2 3 4 5 6 FOUNDATION FOR INTELLIGENT PHYSICAL AGENTS FIPA Management Support for Mobility Specification 7 8 Document title FIPA Management Support for Mobility Specification Document number PC000087B

More information

BT One Cloud Cisco UK Schedule to the General Terms

BT One Cloud Cisco UK Schedule to the General Terms BT One Cloud Cisco UK Schedule to the General Terms Contents A note on you... 2 1 Service Summary... 2 2 Standard Service Components... 2 3 Service Options... 2 4 Service Management Boundary... 3 5 Associated

More information

Information Collection and Survey Infrastructure, APIs, and Software Tools for Agent-based Systems (An Overview of JADE)

Information Collection and Survey Infrastructure, APIs, and Software Tools for Agent-based Systems (An Overview of JADE) Course Number: SENG 609.22 Session: Fall, 2003 Document Name: Infrastructure, APIs, and Software tools for agent-based system (An Overview of JADE) Course Name: Agent-based Software Engineering Department:

More information

1.1 Jadex - Engineering Goal-Oriented Agents

1.1 Jadex - Engineering Goal-Oriented Agents 1.1 Jadex - Engineering Goal-Oriented Agents In previous sections of the book agents have been considered as software artifacts that differ from objects mainly in their capability to autonomously execute

More information

FIPA specification and JADE. Tomáš Poch

FIPA specification and JADE. Tomáš Poch FIPA specification and JADE Tomáš Poch Agents System that is situated in some environment, and that is capable of autonomous action in this environment in order to meet its design objectives [Wooldridge

More information

CHAPTER 7 JAVA AGENT DEVELOPMENT ENVIRONMENT

CHAPTER 7 JAVA AGENT DEVELOPMENT ENVIRONMENT CHAPTER 7 JAVA AGENT DEVELOPMENT ENVIRONMENT 159 Chapter 7 Java Agent Development Environment For more enhanced information resources it requires that the information system is distributed in a network

More information

Concur Travel & Expense CONCUR TRAINING - OVERVIEW

Concur Travel & Expense CONCUR TRAINING - OVERVIEW Concur Travel & Expense CONCUR TRAINING - OVERVIEW Concur Training Agenda Today s meeting will cover: Concur Overview How to Login and Navigate User Profile Setup Completing a Travel Request Completing

More information

Concur Travel & Expense CAMPUS TRAINING GUIDE & LIVE DEMO

Concur Travel & Expense CAMPUS TRAINING GUIDE & LIVE DEMO Concur Travel & Expense CAMPUS TRAINING GUIDE & LIVE DEMO Training Agenda This training will be approximately 1.5 hours long and will go over the basics of Concur Travel and Expense system. Additional

More information

CLIENT MANUAL USER MANUAL. Sky Travellers Page 1. Dubai, UAE. Skytravellers.com

CLIENT MANUAL USER MANUAL.  Sky Travellers Page 1. Dubai, UAE. Skytravellers.com http://partner.skytravellers.com/ CLIENT MANUAL Dubai, UAE Skytravellers.com P.O. Box: 89634, Office No. 109, Business Point, Port Saeed, Deira, Dubai, UAE, Tel: +971 4 2989880 Fax: + 971 4 2941413 e-mail:

More information

QuickStart Guide Concur Travel & Expense

QuickStart Guide Concur Travel & Expense QuickStart Guide Concur Travel & Expense Proprietary Statement This document contains proprietary information and data that is the exclusive property of Concur Technologies, Inc., Redmond, Washington.

More information

Purchasing Calling Card Services

Purchasing Calling Card Services Purchasing Calling Card Services Courtesy of Main Resource, Inc. Visit us at www.mainresource.com or call 800 362-6740 for all your telecom needs. PURCHASING CALLING CARD SERVICES Many times when a company

More information

Skyscanner Ltd. A leading global travel search company, providing free search of flights, hotels and car hire around the world.

Skyscanner Ltd. A leading global travel search company, providing free search of flights, hotels and car hire around the world. Founded in 2003 Head Office Countries with offices Edinburgh - UK Company profile Ten offices across the world: Barcelona, Beijing, Budapest, Edinburgh, Glasgow, London, Miami, Shenzhen, Singapore and

More information

FIPA Messaging Interoperability Service Specification

FIPA Messaging Interoperability Service Specification 1 2 3 4 5 6 FOUNDATION FOR INTELLIGENT PHYSICAL AGENTS FIPA Messaging Interoperability Service Specification 7 8 9 Document title FIPA Messaging Interoperability Service Specification Document number XC00093A

More information

Air Transport & Travel Industry. Principles, Functional and Business Requirements PNRGOV

Air Transport & Travel Industry. Principles, Functional and Business Requirements PNRGOV Air Transport & Travel Industry Principles, Functional and Business Requirements Version 15.1 Endorsed by WCO Council in July 2016 Table of Contents 1 INTRODUCTION... 3 1.1 PURPOSE... 3 1.2 SCOPE... 3

More information

Yellow pages and Interaction Protocols

Yellow pages and Interaction Protocols Yellow pages and Interaction Protocols Fabiano Dalpiaz Agent-Oriented Software Engineering (AOSE) 2009-10 Yellow pages How do you look for someone providing a service? Either you know a service provider......or

More information

Concur Getting Started QuickStart Guide. Concur Technologies Version 1.2

Concur Getting Started QuickStart Guide. Concur Technologies Version 1.2 Concur Technologies Version 1.2 May 12, 2016 Page 1 Document Revision History Date Description Version Author 05/12/2016 converted to new template 1.2 Concur Proprietary Statement These documents contain

More information

Mir Abolfazl Mostafavi Centre for research in geomatics, Laval University Québec, Canada

Mir Abolfazl Mostafavi Centre for research in geomatics, Laval University Québec, Canada Mir Abolfazl Mostafavi Centre for research in geomatics, Laval University Québec, Canada Mohamed Bakillah and Steve H.L. Liang Department of Geomatics Engineering University of Calgary, Alberta, Canada

More information

Jade: Java Agent DEvelopment Framework Overview

Jade: Java Agent DEvelopment Framework Overview Jade: Java Agent DEvelopment Framework Overview Stefano Mariani s.mariani@unibo.it Dipartimento di Informatica Scienza e Ingegneria (DISI) Alma Mater Studiorum Università di Bologna a Cesena Academic Year

More information

Mobile telephones/international roaming frequently asked questions (see also IP/05/161)

Mobile telephones/international roaming frequently asked questions (see also IP/05/161) MEMO/05/44 Brussels, 10 th February 2005 Mobile telephones/international roaming frequently asked questions (see also IP/05/161) What is international roaming? International roaming provides subscribers

More information

Applicant and Traveler s Guide

Applicant and Traveler s Guide Manual: July 2015 Applicant and Traveler s Guide Contents 1. Introduction... 4 2. Online Request... 4 2.1 Booking an Air Segment Online... 4 2.2 Booking Accommodation Online... 7 2.3 Car Rental... 9 3.

More information

An Agent Modeling Language Implementing Protocols through Capabilities

An Agent Modeling Language Implementing Protocols through Capabilities An Agent Modeling Language Implementing Protocols through Capabilities Nikolaos Spanoudakis 1,2 1 Technical University of Crete, Greece nikos@science.tuc.gr Pavlos Moraitis 2 2 Paris Descartes University,

More information

EU policy and the way forward for smart meters and smart grids

EU policy and the way forward for smart meters and smart grids Transmission & Distribution SMART GRIDS Europe 2012 Amsterdam 9-11 October 2012 EU policy and the way forward for smart meters and smart grids Manuel Sánchez, PhD Smart Grid Team Leader European Commission,

More information

Johannesburg Stock Exchange

Johannesburg Stock Exchange Johannesburg Stock Exchange Post-trade System JSE Guidance Note Volume PT201 Guide to JSE Post-trade Services Version 1.00 Release Date 14 March 2017 Number of Pages 43 (Including Cover Page) Volume PT201

More information

KT Online User guide University of Strathclyde. How to create the perfect trip using your new online booking tool

KT Online User guide University of Strathclyde. How to create the perfect trip using your new online booking tool KT Online User guide University of Strathclyde How to create the perfect trip using your new online booking tool Login Go to www.keytravel.com Click Login 8 December, 2017 YOUR GUIDE TO KEY TRAVEL 2 Login

More information

Control and Management of Home Networks Using a CORBA Enabled Residential Gateway

Control and Management of Home Networks Using a CORBA Enabled Residential Gateway Control and Management of Home Networks Using a CORBA Enabled Residential Y.C. Shou 1, R. Prasad, S. Mohapi and H.E. Hanrahan Centre for Telecommunications Access and Services School of Electrical and

More information

Compass INSPIRE Services. Compass INSPIRE Services. White Paper Compass Informatics Limited Block 8, Blackrock Business

Compass INSPIRE Services. Compass INSPIRE Services. White Paper Compass Informatics Limited Block 8, Blackrock Business Compass INSPIRE Services White Paper 2010 Compass INSPIRE Services Compass Informatics Limited Block 8, Blackrock Business Park, Carysfort Avenue, Blackrock, County Dublin, Ireland Contact Us: +353 1 2104580

More information

QUICK REFERENCE GUIDE. Version

QUICK REFERENCE GUIDE. Version QUICK REFERENCE GUIDE Version 2.10.16 TABLE OF CONTENTS LOGGING INTO CERTIFY PASSWORD Lost Password Reset My Password DISPLAY OPTIONS ASSIGN MY TRAVEL PLANNER SWITCH TRAVELERS UPDATE TRAVEL PREFERENCES

More information

APM. Object Monitor. Object Lab. Richard Hayton & Scarlet Schwiderski

APM. Object Monitor. Object Lab. Richard Hayton & Scarlet Schwiderski APM POSEIDON HOUSE CASTLE PARK CAMBRIDGE CB3 0RD UNITED KINGDOM +44 1223 515010 Fax +44 1223 359779 Email: apm@ansa.co.uk URL: http://www.ansa.co.uk Object Lab Object Monitor Richard Hayton & Scarlet Schwiderski

More information

Privacy Policy- Introduction part Personal Information

Privacy Policy- Introduction part Personal Information Privacy policy The Privacy Policy is applicable to the website www.mypitcrew.in registered as MyPitCrew. This privacy statement also does not apply to the websites of our business partners, corporate affiliates

More information

Quick Guide: Booking

Quick Guide: Booking Guide This Guide will take you through the basic steps for the online booking of flights, rental cars and hotels. Accessing Concur 1. Go to Travel.ouhsc.edu and login with your HSC credentials. Travel

More information

Networked World.

Networked World. e-business in a Peer-to-Peer P Georgios M. Milis KIOS Research Center University of Cyprus milis.georgios@ucy.ac.cy Networked World Work funded by the SATINE ICT project: Semantic-based Interoperability

More information

BT Compute Protect Schedule to the General Terms

BT Compute Protect Schedule to the General Terms BT Compute Protect Schedule to the General Terms Contents A note on you... 2 Words defined in the General Terms... 2 Part A The BT Compute Protect Service... 2 1 Service Summary... 2 2 Standard Service

More information

Concur Travel User Guide

Concur Travel User Guide Concur Travel User Guide 1 Table of Contents What is Concur?... 3 Concur Modules... 3 Logging on to Concur... 5 Exploring the Home Page... 6 Updating Your Travel Profile... 7 Personal Information... 7

More information

NASDAQ OMX COMMODITIES Genium INET Pre-trade Risk Management Service Guide 1.0

NASDAQ OMX COMMODITIES Genium INET Pre-trade Risk Management Service Guide 1.0 NASDAQ OMX COMMODITIES Genium INET Pre-trade Risk Management Service Guide 1.0 DOCUMENT SCOPE This document describes the NASDAQ OMX Genium INET Pre-Trade Risk Management (PRM) service, offered by NASDAQ

More information

Table of Contents. Page 1 of 17

Table of Contents. Page 1 of 17 Table of Contents Accessing Your Concur Site... 2 Updating Your Travel Profile (You must do this before booking travel)... 2 Reviewing the Home Page... 4 Tulane Travel Site and Policy... 4 Company Notes...

More information

Towards a Component Agent Service Oriented Model

Towards a Component Agent Service Oriented Model Towards a Component Agent Service Oriented Model Nour Alhouda Aboud, Eric Cariou and Eric Gouardères LIUPPA Laboratory Université de Pau et des Pays de l Adour BP 1155 64013 Pau Cedex France {Nour-alhouda.Aboud,

More information

Contents Introduction to RezDesk... 3 Activating your Account... 4 Logging In... 5 Editing a New Travel Profile... 6 Contact Information...

Contents Introduction to RezDesk... 3 Activating your Account... 4 Logging In... 5 Editing a New Travel Profile... 6 Contact Information... Contents Introduction to RezDesk... 3 Activating your Account... 4 Logging In... 5 Editing a New Travel Profile... 6 Contact Information... 7 Profile - Continued... 8 Addresses... 9 Account Questions and

More information

Business Requirements Specification for the. Nomination and Matching Procedures. In Gas Transmission Systems (NOM BRS)

Business Requirements Specification for the. Nomination and Matching Procedures. In Gas Transmission Systems (NOM BRS) 27 May 2015 Rev14 1 2 3 4 for the In Gas Transmission Systems (NOM BRS) 5 6 Version 0 Revision 14 2015-05-27 7 8 ENTSOG AISBL; Av. de Cortenbergh 100, 1000-Brussels; Tel: +32 2 894 5100; Fax: +32 2 894

More information

TAF-TAP TSI Steering Committee Agenda item..: Presentation of the activities of the sector TAP TSI. Brussels, 24 June 2015

TAF-TAP TSI Steering Committee Agenda item..: Presentation of the activities of the sector TAP TSI. Brussels, 24 June 2015 TAF-TAP TSI Steering Committee Agenda item..: Presentation of the activities of the sector TAP TSI Brussels, TAP/TAF SteCo 24 June 2016 1 INDEX The Rail Sector complexity EU Approaches for a new framework

More information

Combatting consumer discrimination in the Digital Single Market: Preventing geo-blocking and other forms of geo-discrimination

Combatting consumer discrimination in the Digital Single Market: Preventing geo-blocking and other forms of geo-discrimination Combatting consumer discrimination in the Digital Single Market: Preventing geo-blocking and other forms of geo-discrimination CEPS, 05 October 2016 Study prepared for IMCO Committee in cooperation with

More information

Accreditation & Certification Supplier Guide

Accreditation & Certification Supplier Guide Accreditation & Certification Supplier Guide Network Connectivity Products and Services Connected Health Version 1.0 Table of Contents 1 PREFACE... 3 1.1 AUDIENCE...3 1.2 PURPOSE...3 1.3 SCOPE...3 2 CONNECTED

More information

Concur Getting Started QuickStart Guide. Concur Technologies Version 1.3

Concur Getting Started QuickStart Guide. Concur Technologies Version 1.3 Concur Technologies Version 1.3 January 23, 2017 Page 1 Document Revision History Date Description Version Author 05/12/2016 11/30/2016 converted to new template updated proprietary statement 1.2 Concur

More information

Access to the Online Booking Tool

Access to the Online Booking Tool Welcome to KDS Corporate Start-up Guide This leaflet shows you the main features of the travel module. The information in this leaflet corresponds to the tool s generic features and depends on your company

More information

HTNG Web Services Product Specification. Version 2014A

HTNG Web Services Product Specification. Version 2014A HTNG Web Services Product Specification Version 2014A About HTNG Hotel Technology Next Generation (HTNG) is a non-profit association with a mission to foster, through collaboration and partnership, the

More information

Message exchange with. Finnish Customs

Message exchange with. Finnish Customs Message exchange with Finnish Customs Introduction to message exchange with Finnish Customs Finnish Customs 24.8.2018 Message Exchange Support Contents Introduction... 3 1 Electronic services of Finnish

More information

Nippon Travel Agency Hotel & Ryokan Booking System

Nippon Travel Agency Hotel & Ryokan Booking System Nippon Travel Agency Hotel & Ryokan Booking System Agent s Manual OCT 2017 No. 3 edition 1 This is a dedicated system for agents to sell reservations online. You can search in about 1600 hotels. The prices

More information

Booking vacation packages (general)

Booking vacation packages (general) Outrigger Hotels and Resorts Vacations FAQs: Booking vacation packages (general) Am I booking my vacation package directly with Outrigger Hotels and Resorts? No, your booking is handled through Global

More information

NASDAQ NORDIC Genium INET Pre-trade Risk Management Service Guide 2.2

NASDAQ NORDIC Genium INET Pre-trade Risk Management Service Guide 2.2 NASDAQ NORDIC Genium INET Pre-trade Risk Management Service Guide 2.2 DOCUMENT SCOPE This document describes the NASDAQ Nordic Genium INET Pre-Trade Risk Management (PRM) service, offered by NASDAQ Stockholm

More information

Concur Travel User Manual

Concur Travel User Manual Concur Travel User Manual Copyright Travel One, Inc. 2014 Table of Contents: 1. Login Instructions 2. Homepage Views 3. Fill Out / Modify Traveler Profile A. Address & Phone Number B. Traveler Preferences

More information

Software Paradigms (Lesson 10) Selected Topics in Software Architecture

Software Paradigms (Lesson 10) Selected Topics in Software Architecture Software Paradigms (Lesson 10) Selected Topics in Software Architecture Table of Contents 1 World-Wide-Web... 2 1.1 Basic Architectural Solution... 2 1.2 Designing WWW Applications... 7 2 CORBA... 11 2.1

More information

CTM PRE-TRIP APPROVAL SYSTEM CLIENT USER MANUAL

CTM PRE-TRIP APPROVAL SYSTEM CLIENT USER MANUAL CTM PRE-TRIP APPROVAL SYSTEM CLIENT USER MANUAL Contents LOGGING IN... 2 TRAVEL REQUEST FORM... 3 TRAVELLER RECEIVES TRAVEL REQUEST... 6 APPROVER RECEIVES TRAVEL REQUEST... 7 APPROVER RECEIVES TRAVEL REQUEST

More information

How to buy the ticket online

How to buy the ticket online How to buy the ticket online 1. Purchase 2. Purchase without registration 3. Payment options 4. Purchase summary e-mail 5. What to do if the transaction is not permitted or is refused 6. Online invoice

More information

SIRRVA. and MRUN. Control Center. Tel: (514) Fax: (514)

SIRRVA. and MRUN. Control Center. Tel: (514) Fax: (514) USER MANUAL SIRRVA and MRUN Control Center 201 Laurier Street East Suite 630 Montreal, Quebec Canada H2T 3E6 Tel: (514) 273-0008 Fax: (514) 273-0199 www.softvoyage.com 30 PensylvanniaAve. Suite 17 Vaughan,

More information

Agent-Enabling Transformation of E-Commerce Portals with Web Services

Agent-Enabling Transformation of E-Commerce Portals with Web Services Agent-Enabling Transformation of E-Commerce Portals with Web Services Dr. David B. Ulmer CTO Sotheby s New York, NY 10021, USA Dr. Lixin Tao Professor Pace University Pleasantville, NY 10570, USA Abstract:

More information

Skyscanner Comments to the Commission s Evaluation Roadmap regarding the Code of Conduct for Computer Reservation Systems ( CRS )

Skyscanner Comments to the Commission s Evaluation Roadmap regarding the Code of Conduct for Computer Reservation Systems ( CRS ) Skyscanner Comments to the Commission s Evaluation Roadmap regarding the Code of Conduct for Computer Reservation Systems ( CRS ) Skyscanner is a leading global travel search platform, where users can

More information

Beam Suntory Privacy Policy WEBSITE PRIVACY NOTICE

Beam Suntory Privacy Policy WEBSITE PRIVACY NOTICE Beam Suntory Privacy Policy WEBSITE PRIVACY NOTICE Beam Suntory ("we"; "us"; "our") respects your privacy and is committed to protecting your personal information at all times in everything we do. We are

More information

ICT-SHOK Project Proposal: PROFI

ICT-SHOK Project Proposal: PROFI ICT-SHOK Project Proposal: PROFI Full Title: Proactive Future Internet: Smart Semantic Middleware Overlay Architecture for Declarative Networking ICT-SHOK Programme: Future Internet Project duration: 2+2

More information

NIF pre-requisite information

NIF pre-requisite information NIF pre-requisite information IVT requirement This document lists the minimum tests required to be carried out in-house by a Communications Provider (CP) requesting interconnect with the BT Wholesale national

More information

E-Connect Solutions Pvt Ltd, Udaipur

E-Connect Solutions Pvt Ltd, Udaipur E-Connect Solutions Pvt Ltd, Udaipur Release 1.0 For Tour Bill Settlement User Manual Document No: ESPL HRMS -UM-01-R01 Page 1 of 58 About This Document This User Manual is a guide to the payroll admin

More information

AGENT COMMUNICATION AND NEGOTIATION IN A SUPPLY CHAIN

AGENT COMMUNICATION AND NEGOTIATION IN A SUPPLY CHAIN AGENT COMMUNICATION AND NEGOTIATION IN A SUPPLY CHAIN A Paper Submitted to the Graduate Faculty of the North Dakota State University of Agriculture and Applied Science By Rajat Upadhyay In Partial Fulfillment

More information

Multimedia Environment for Mobiles (MEMO) - Interactive Multimedia Services to Portable and Mobile Terminals

Multimedia Environment for Mobiles (MEMO) - Interactive Multimedia Services to Portable and Mobile Terminals Multimedia Environment for Mobiles (MEMO) - Interactive Multimedia Services to Portable and Mobile Terminals Thomas Lauterbach* and Matthias Unbehaun Robert Bosch Multimedia-Systems GmbH & Co. KG, P.O.

More information

Tutorial. Title: Implementing Agent Applications in Java: Using Mobile and Intelligent Agents.

Tutorial. Title: Implementing Agent Applications in Java: Using Mobile and Intelligent Agents. Tutorial Title: Implementing Agent Applications in Java: Using Mobile and Intelligent Agents. Presenter(s): Dr Omer F. Rana Department of Computer Science, University of Wales, Cardiff, PO Box 916, Cardiff

More information

Biocides Submission Manual

Biocides Submission Manual MANUAL Biocides Submission Manual Technical guide: using R4BP 3 - 2 Biocides Submission Manual Version 7.0 BSM Technical guide: using R4BP 3 Reference: ECHA-14-B-07-EN Catalogue number: ISBN: DOI: Publ.

More information

Jade: Java Agent DEvelopment Framework Overview

Jade: Java Agent DEvelopment Framework Overview Jade: Java Agent DEvelopment Framework Overview Multiagent Systems LM Sistemi Multiagente LM Stefano Mariani revised by Andrea Omicini s.mariani@unibo.it, andrea.omicini@unibo.it Dipartimento di Informatica:

More information

Canada Education Savings Program

Canada Education Savings Program Version Number: 5.0 Version Date: August 6, 2007 Version History Version Release Date Description R 1.0 September 30, 1998 Initial version for HRSDC internal reviews. D 2.0 March 15, 1999 Ongoing updates.

More information

Making Personalised Flight Recommendations using Implicit Feedback

Making Personalised Flight Recommendations using Implicit Feedback Making Personalised Flight Recommendations using Implicit Feedback Lorcan Coyle A thesis submitted to the University of Dublin, Trinity College in fulfillment of the requirements for the degree of Doctor

More information

OASIS V4.0 DICOM Conformance Statement Rev. 3

OASIS V4.0 DICOM Conformance Statement Rev. 3 0BMR Imaging System OASIS V4.0 DICOM Conformance Statement Rev. 3 Tokyo, Japan E1E-BM7403-3 Copyright Hitachi Medical Corporation. 2011. All rights reserved. Revision History Revision Date Change Description

More information

HSL Navigator Fully open journey planning

HSL Navigator Fully open journey planning 10th ITS European Congress, Helsinki, Finland 16 19 June 2014 TP 0231 HSL Navigator Fully open journey planning Tuukka Hastrup 1* 1. Helsinki Region Transport HSL, Finland, PO BOX 100, 00077 Helsinki,

More information

HTNG Web Services Product Specification. Version 2011A

HTNG Web Services Product Specification. Version 2011A HTNG Web Services Product Specification Version 2011A About HTNG Hotel Technology Next Generation ( HTNG ) is a nonprofit organization with global scope, formed in 2002 to facilitate the development of

More information

Course Number: SENG Middle Agents. Ibrahim Jadalowen Course Instructor: Dr. Behrouz H. Far

Course Number: SENG Middle Agents. Ibrahim Jadalowen Course Instructor: Dr. Behrouz H. Far Course Number: SENG 609.22 Session: Fall, 2003 Course Name: Agent-based Software Engineering Department: Electrical and Computer Engineering Document Type: Tutorial Report Middle Agents Ibrahim Jadalowen

More information

Contributions to the Study of Semantic Interoperability in Multi-Agent Environments - An Ontology Based Approach

Contributions to the Study of Semantic Interoperability in Multi-Agent Environments - An Ontology Based Approach Int. J. of Computers, Communications & Control, ISSN 1841-9836, E-ISSN 1841-9844 Vol. V (2010), No. 5, pp. 946-952 Contributions to the Study of Semantic Interoperability in Multi-Agent Environments -

More information

Advanced Lectures on knowledge Engineering

Advanced Lectures on knowledge Engineering TI-25 Advanced Lectures on knowledge Engineering Client-Server & Distributed Objects Platform Department of Information & Computer Sciences, Saitama University B.H. Far (far@cit.ics.saitama-u.ac.jp) http://www.cit.ics.saitama-u.ac.jp/~far/lectures/ke2/ke2-06/

More information

NTS ONLINE BOOKING TOOL SABRE.RES

NTS ONLINE BOOKING TOOL SABRE.RES NTS ONLINE BOOKING TOOL SABRE.RES National Travel Systems is pleased to present its online booking tool that offers state travelers another means to search fares and schedules that offer the best value

More information

Overview. Distributed Systems. Distributed Software Architecture Using Middleware. Components of a system are not always held on the same host

Overview. Distributed Systems. Distributed Software Architecture Using Middleware. Components of a system are not always held on the same host Distributed Software Architecture Using Middleware Mitul Patel 1 Overview Distributed Systems Middleware What is it? Why do we need it? Types of Middleware Example Summary 2 Distributed Systems Components

More information

Concur Travel User Guide

Concur Travel User Guide Concur Travel User Guide Table of Contents What is Concur?... 2 What Can You Use it For?... 2 Logging on to Concur... 3 Exploring the Home Page... 4 Updating Your Travel Profile... 5 Personal Information...

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Logging in to Concur T&E Access Concur Travel & Expense Navigate to: https://www.concursolutions.com Enter your User Name and Password. Click Login. Retrieve or Change a Password

More information

Direct Mobile data synchronization between servers

Direct Mobile data synchronization between servers Direct Mobile data synchronization between servers Jugeon Pak, SungHyun Im, Keehyun Park Keimyung University School of Computer Engineering Daegu Korea {corea, burningwing, khp}@kmu.kr Abstract: In mobile

More information

REGULATORY FRAMEWORK FOR THE ACTIVITY OF MOBILE VIRTUAL NETWORK OPERATORS (MVNO)

REGULATORY FRAMEWORK FOR THE ACTIVITY OF MOBILE VIRTUAL NETWORK OPERATORS (MVNO) http://www.anacom.pt/template31.jsp?categoryid=235163 Determination of 9.2.2007 REGULATORY FRAMEWORK FOR THE ACTIVITY OF MOBILE VIRTUAL NETWORK OPERATORS (MVNO) A. Framework 1. Within the scope of relevant

More information

Concur Cliqbook Travel New User Interface

Concur Cliqbook Travel New User Interface The enhanced User Interface (UI) known as Hooville was designed to improve the user experience in many ways, including increased usability, improved filtering, and more search results. Using the wizard

More information

Payments BACS service

Payments BACS service Payments BACS service Direct Debit registration Guidance notes for completion of form Use of this form This form is to be completed by customers that wish to become a Direct Debit Originator and submit

More information

Software Engineering Prof.N.L.Sarda IIT Bombay. Lecture-11 Data Modelling- ER diagrams, Mapping to relational model (Part -II)

Software Engineering Prof.N.L.Sarda IIT Bombay. Lecture-11 Data Modelling- ER diagrams, Mapping to relational model (Part -II) Software Engineering Prof.N.L.Sarda IIT Bombay Lecture-11 Data Modelling- ER diagrams, Mapping to relational model (Part -II) We will continue our discussion on process modeling. In the previous lecture

More information

Your FlightPath Guide

Your FlightPath Guide Your FlightPath Guide Welcome to FlightPath, your flight booking tool We ve put together this short guide to help you get to grips with FlightPath and its key features and benefits. Please contact online@diversitytravel.com

More information

March 18, 2019 SUBMITTING TRAVEL PLANS USING CONCUR

March 18, 2019 SUBMITTING TRAVEL PLANS USING CONCUR March 18, 2019 SUBMITTING TRAVEL PLANS USING CONCUR 1 Contents Logging into Concur... 3 Concur Home Page... 4 Updating Profile (Personal Information)... 5 Travel Tab (Getting estimates for air, hotel,

More information

GÉANT Open Service Description. High Performance Interconnectivity to Support Advanced Research

GÉANT Open Service Description. High Performance Interconnectivity to Support Advanced Research GÉANT Open Service Description High Performance Interconnectivity to Support Advanced Research Issue Date: 20 July 2015 GÉANT Open Exchange Overview Facilitating collaboration has always been the cornerstone

More information

ITU Asia-Pacific Centres of Excellence Training on Conformity and Interoperability. Session 2: Conformity Assessment Principles

ITU Asia-Pacific Centres of Excellence Training on Conformity and Interoperability. Session 2: Conformity Assessment Principles ITU Asia-Pacific Centres of Excellence Training on Conformity and Interoperability Session 2: Conformity Assessment Principles 12-16 October 2015 Beijing, China Keith Mainwaring ITU Expert Agenda 1. Context

More information

An Ambient Intelligence Application Integrating Agent and Service-Oriented Technologies

An Ambient Intelligence Application Integrating Agent and Service-Oriented Technologies An Ambient Intelligence Application Integrating Agent and -Oriented Technologies Nikolaos Spanoudakis a, b Pavlos Moraitis b a Singular Logic S.A. nspan@singularlogic.eu www.singularlogic.eu b Paris Descartes

More information

Introduction to the Semantic Web

Introduction to the Semantic Web ITTALKS Introduction to the Web example applications ITTALKS is a database driven web site of IT related talks at UMC and other institutions. The database contains information on Seminar events http://ittalks.org/

More information

DLV02.01 Business processes. Study on functional, technical and semantic interoperability requirements for the Single Digital Gateway implementation

DLV02.01 Business processes. Study on functional, technical and semantic interoperability requirements for the Single Digital Gateway implementation Study on functional, technical and semantic interoperability requirements for the Single Digital Gateway implementation 18/06/2018 Table of Contents 1. INTRODUCTION... 7 2. METHODOLOGY... 8 2.1. DOCUMENT

More information

ETSI ETR 046 TECHNICAL July 1992 REPORT

ETSI ETR 046 TECHNICAL July 1992 REPORT ETSI ETR 046 TECHNICAL July 1992 REPORT Source: ETSI TC-NA Reference: DTR/NA-43303 ICS: 33.080 Key words: TMN, modelling Network Aspects (NA); Telecommunications management networks modelling guidelines

More information

Reservation Management and Modifications

Reservation Management and Modifications Reservation Management and Modifications Quick Reference Guide Version: 1 Updated: 03/21/17 2017 VAX VacationAccess 2 Table of Contents Introduction... 3 Reservation Management... 5 Retrieving Confirmed

More information

Virtual Classroom Outline. Total Time: Content: Question/answer:

Virtual Classroom Outline. Total Time: Content: Question/answer: Virtual Classroom Outline Lesson: Total Time: Content: Question/answer: 45 minutes 30 minutes 15 minutes Lesson Description: This lesson is designed to provide a fundamental understanding of. It offers

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO 10161-1 Third edition 2014-11-01 Information and documentation Open Systems Interconnection Interlibrary Loan Application Protocol Specification Part 1: Protocol specification

More information

Intelligent Brokering of Environmental Information with the BUSTER System

Intelligent Brokering of Environmental Information with the BUSTER System 1 Intelligent Brokering of Environmental Information with the BUSTER System H. Neumann, G. Schuster, H. Stuckenschmidt, U. Visser, T. Vögele and H. Wache 1 Abstract In this paper we discuss the general

More information

Gate1.ca Privacy Policy

Gate1.ca Privacy Policy Gate1.ca Privacy Policy At Gate1.ca we realise that gaining and retaining your trust is one of the most important things we do as a company. Protection of your privacy is a responsibility we take very

More information

VAX VacationAccess Booking Engine

VAX VacationAccess Booking Engine Amadeus Tours - VAX VacationAccess VAX VacationAccess Booking Engine Frequently Asked Questions Intentionally left blank January 2013 VAX VacationAccess Page 2 Version Date: January 29, 2013 Table of Contents

More information

3GPP TS V ( )

3GPP TS V ( ) TS 29.011 V10.0.0 (2011-03) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Signalling interworking for supplementary services (Release

More information

Quick Reference Card Booking Travel in Concur Travel and Expense

Quick Reference Card Booking Travel in Concur Travel and Expense This QRC provides the steps for travelers and/or their delegates to book travel and complete the Request Header in Concur Travel and Expense. Log In To Concur Go to the Employee Portal page. www.purdue.edu/employeeportal

More information