Silvia Calegari, Marco Comerio, Andrea Maurino,

Size: px
Start display at page:

Download "Silvia Calegari, Marco Comerio, Andrea Maurino,"

Transcription

1 A Semantic and Information Retrieval based Approach to Service Contract Selection Silvia Calegari, Marco Comerio, Andrea Maurino, Emanuele Panzeri, and Gabriella Pasi Department of Informatics, Systems and Communication (DISCo) University of Milano-Bicocca 1

2 Contents Problem Definition Motivation, Background and Contributions The Semantic and IR based Approach Multi-constraint query formulation Filtering and query evaluation Experimental Results Conclusions and Future Works 2 2

3 Service Contract A Service Contract represents the agreement between a service provider and potential service consumers to use a specific service under given conditions. Beyond the description of service functionalities, a service contract is composed by contractual terms on: Quality of Service (e.g., response time and availability); Legal Terms (e.g., limitation of liability and copyrights), Intellectual Rights (e.g., denying composition), Business Terms (e.g., payment and tax). 3 3

4 Service Contract Selection For each service, multiple service contracts are available. Each service contract can be offered to specific user categories; Each user category is associated with specific affiliation conditions. Service Contract Selection: identify the service contracts that better fulfill the constraints on contractual terms explicitly specified by the user, and/or implicitly inferred from user information. 4 4

5 Service Contract Selection How to automatically ti select the best among a set of functional-equivalent services? 5

6 Contents Problem Definition Motivation, Background and Contributions The Semantic and IR based Approach Multi-constraint query formulation Filtering and query evaluation Experimental Results Conclusions and Future Works 6 6

7 Motivation & Background An approach to automatic service contract selection should cover the following characteristics: expressivity as the possibility to evaluate qualitative contractual terms by means of logical expressions on ontology values, and quantitative contractual terms by mean of expressions including ranges and inequalities; extensibility as the possibility to customize evaluation functions; flexibility as the possibility to perform evaluation in case of incomplete specifications. 7 7

8 Motivation & Background In ICSOC 2009, we proposed an hybrid approach to service contract selection that combines logic-based and algorithmic techniques; offers high levels of expressivity, extensibility and flexibility. The approach has been implemented by the Policy Matchmaker and Ranker (PoliMaR) framework that operates on service contracts defined according to the Policy Centered Metamodel (PCM). Beyond performance problems, the approach and the framework presented the following limitations: i i no support for the formulation of user requests; no support for the evaluation of user category affiliations. PoliMaR is available at: 8

9 Contribution A new approach to service contract selection based on: the exploitation of preferences explicitly specified by the user, and implicitly inferred from user information; the use of both semantic-based and information retrieval (IR) techniques to filter and rank service contracts. 9 9

10 Contents Problem Definition Motivation, Background and Contributions The Semantic and IR based Approach Multi-constraint query formulation Filtering and query evaluation Experimental Results Conclusions and Future Works 10 10

11 The Proposed Approach Set-up time Run time 11 11

12 Registration At set-up time, the user: selects a pre-defined profile providing information on generic user characteristics; inserts personal information; specifies preferences

13 Registration - Example Pre-defined User Profile I am an English speaker. I am able to use my mobile phone and to frequently access my account. I am a VAT owner. User Profile PCM Name: Mary Brown Address: London, Oxford street Age: 45 years old Job: IT Researcher Language: English Info. Channel: , phone call VAT owner: yes Preferences: [secure, cheap] 13

14 Query Formulation The user selects a pre-defined query presented as a textual description of both precise (e.g., insurance = blanket) and flexible constraints (e.g. price = at most 40 ). The user personalizes the query by modifying the pre-defined constraints, and/or by adding further constraints as short textual descriptions. A query expansion process is applied to add further constraints from user profile and user history. 14

15 Query Formulation An Example Pre-defined User Query I need to perform the transportation of a valuable good. I am looking for a fast delivery service having a blanket insurance. Personalized Query Delivery in at most 24 hours. Price at most equal to 40. I would like to receive traceability information on the transportation User Profile Name: Mary Brown Address: London, Oxford street Age: 45 years old Job: IT Researcher Language: English Info. Channel: , phone call VAT owner: yes Preferences: [secure, cheap] PCM 15

16 Filtering Each service contract is offered to one or more user categories that are defined by a set of affiliation conditions (e.g., user age, VAT owner). A user is associated with a category if and only if all the conditions are respected. Service contracts are filtered complying to the user category affiliations that are determined analyzing user profile and user history. The result is a set of filtered service contracts

17 Filtering An Example User History Provider Contract Category Conditions Provider A pay-flex Business Plus VAT owner, account, 30 shipments Provider A high-trace Business One VAT owner, account Provider A secure Business One VAT owner, account Provider B fast-plus Silver User 20 shipments Provider B fast Bronze User 10 shipments Provider B cheap Senior User 65 years old 17

18 Query Evaluation The multi-constraint query is evaluated against the filtered service contracts. A ranked list of service contracts is returned to the user. Query constraints and contractual terms are expressed by both specific data and textual descriptions. Different evaluation functions are needed to evaluate the matching degrees between constraints and contractual terms. An aggregation function is used to compute the overall service contract score

19 Query Evaluation Evaluation Functions Constraints on numeric data values: constraints expressed as fuzzy subsets of the attribute domains; evaluation perfomed by means of parametric linear membership functions; e.g., A membership function for price at most 40 constraint. Concept-based constraints: constraints expressed on concepts defined in ontologies; evaluation performed on the basis of the semantic distances between required and offered values

20 Query Evaluation Evaluation Functions Keyword-based constraints: information retrieval techniques are used to extract t keyword from contractual terms expressed in plain texts; evaluation performed using the Vector Space Model that represents each set of keywords as vectors and supports the evaluation of the similarity between two vectors using a vector distance (e.g., the Cosine similarity)

21 Query Evaluation Evaluation Functions The overall service contract score (namely, Degree of Match DoM) ) is computed using the following aggregation function: nc r r [ (, )] + (, ) 1 (, ) = CF sc q CosSim sc q i= i DoM sc q nc + 1 nc = number of query constraints; CF i = evaluation of constraint i; CosSim(sc,q) = evaluation performed using Cosine Similarity on sc (i.e., keyword vector associated with the contract) and q (i.e., keyword vector associated with the query)

22 Query Evaluation An Example Multi-constraint Query PCM Language: g English Info. Channel: , phone call Hours to Delivery: at most 24 hours Price: at most 40 Insurance: Blanket Pay. Methods: credit card, electronic transfer Preferences: [secure, cheap, traceability] CONTRACT FAST-PLUS PCM Info. Channel: SMS Hours to Delivery: hours Price: 40 Insurance: Fire and Theft Pay. Methods: credit card Description: [fast, 22 traceability, english]

23 Contents Problem Definition Motivation, Background and Contributions The Semantic and IR based Approach Multi-constraint query formulation Filtering and query evaluation Experimental Results Conclusions and Future Works 23 23

24 Experiments 32 service contracs from 5 different providers. 3 multi-constraint queries with increasing complexity. An ideal service contract rank is obtained as an agreement of a pool of experts. A modified version of the normalized discounted cumulative gain (NDCG) measure is adopted to assess the effectiveness of the proposed approach. Given a ranked result set S r and an ideal rank S i, the NDCG is evaluated as follows: NDCG( S, k) r = DCG( S DCG( S r i, k), k) 24

25 Experiments The NDGV average values at were evaluated considering different conditions : CASE 1: without considering the user profile; CASE 2: only by considering information taken at registration time; CASE 3: only by considering user history; CASE 4: only by considering i information on punctual values; CASE 5: only by considering information on textual description; CASE 6: the proposed approach

26 Contents Problem Definition Motivation, Background and Contributions The Semantic and IR based Approach Multi-constraint query formulation Filtering and query evaluation Experimental Results Conclusions and Future Works 26 26

27 Conclusions and Future Works We propose a novel approach to service contract selection based on: definition of multi-constraint queries on precise and flexible preferences both explicitly defined by the users and implicitly inferred from their contexts; filtering of service contracts according to user category affiliations; evaluation of multi-constraint queries using semantic and IR techniques. Experimental results show the effectiveness of the proposed approach. Future works deal with: Building of a large benchmark of real service contracts; Management of contractual terms (e.g., security, trust) that cannot be directly quantified

28 Thank you! Questions?

29 Future Works (?) Building of a large benchmark of real service contracts. How IR techniques can be used on available service contract descriptions (e.g., ProgrammableWeb)? Focus on specific domains or specific contract types (e.g., data contracts) in order to define the knowledge-base and reduce possible contractual al terms and values. IR techniques to support (functional) service discovery Evaluation of descriptions, service category and tags. Design and development of the semantic+ir service contract selector

KDIR th International Conference on Knowledge Discovery and Information Retrieval

KDIR th International Conference on Knowledge Discovery and Information Retrieval KDIR 2019-11th International Conference on Knowledge Discovery and Information Retrieval Knowledge Discovery is an interdisciplinary area focusing upon methodologies for identifying valid, novel, potentially

More information

A logistic regression model for Semantic Web service matchmaking

A logistic regression model for Semantic Web service matchmaking . BRIEF REPORT. SCIENCE CHINA Information Sciences July 2012 Vol. 55 No. 7: 1715 1720 doi: 10.1007/s11432-012-4591-x A logistic regression model for Semantic Web service matchmaking WEI DengPing 1*, WANG

More information

An Approach to Event-based Dynamic User Profiling in Social Media

An Approach to Event-based Dynamic User Profiling in Social Media An Approach to Event-based Dynamic User Profiling in Social Media Gabriella Pasi [0000 0002 6080 8170], Marco Viviani [0000 0002 2274 9050], and Matteo Zardoni Università degli Studi di Milano-Bicocca,

More information

Effective Partner Compliance Strategies

Effective Partner Compliance Strategies Effective Partner Compliance Strategies Managing Online Partner Compliance Darla Rumsey Sr. Client Engagement Manager, MarkMonitor 2015 MarkMonitor Inc. All rights reserved. Agenda Why Partners Go Astray

More information

An Introduction to Use-Case Modeling

An Introduction to Use-Case Modeling An Introduction to Use-Case Modeling The process of modeling a system s functions in terms of business events who initiated the events how the system responds to those events An approach that facilitates

More information

SPECIAL INSTRUCTIONS TO BIDDERS FOR PREPARATION OF THE PROPOSAL

SPECIAL INSTRUCTIONS TO BIDDERS FOR PREPARATION OF THE PROPOSAL ATTACHMENT 1 TO RFP NO. 29638-SS SPECIAL INSTRUCTIONS TO BIDDERS FOR PREPARATION OF THE PROPOSAL These Special Instructions apply in addition to the standard IAEA General Instructions for Bidders. The

More information

Improving Web Service Clustering through Ontology Learning and Context Awareness

Improving Web Service Clustering through Ontology Learning and Context Awareness Improving Web Service Clustering through Ontology Learning and Context Awareness Banage Thenne Gedara Samantha Kumara A DISSERTATION SUBMITTTED IN FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF DOCTOR

More information

On utility of temporal embeddings for skill matching. Manisha Verma, PhD student, UCL Nathan Francis, NJFSearch

On utility of temporal embeddings for skill matching. Manisha Verma, PhD student, UCL Nathan Francis, NJFSearch On utility of temporal embeddings for skill matching Manisha Verma, PhD student, UCL Nathan Francis, NJFSearch Skill Trend Importance 1. Constant evolution of labor market yields differences in importance

More information

Policy for integrity and marketing activities. Latest update: 21 May General

Policy for integrity and marketing activities. Latest update: 21 May General Policy for integrity and marketing activities Latest update: 21 May 2018 1. General At Dustin, we want you to feel safe when you provide us with your personal data. This privacy policy describes how we

More information

Strategic Management of Oil and Gas Assets and Companies

Strategic Management of Oil and Gas Assets and Companies Strategic Management of Oil and Gas Assets and Companies 4-6 March, 2015 (3-days) London, UK EI Member 2,300.00 ( 2,760.00 inc VAT) Non-member 2,500.00 ( 3,000.00 inc VAT) Selecting, planning and implementing

More information

OntoNaviERP: Ontology-supported Navigation in ERP Software Documentation

OntoNaviERP: Ontology-supported Navigation in ERP Software Documentation OntoNaviERP: Ontology-supported Navigation in ERP Software Documentation 1,2 and Andreas Wechselberger 1 1 E-Business and Web Science Research Group, Bundeswehr University Munich, Germany 2 STI Innsbruck,

More information

Introduction to Recommendation Engines

Introduction to Recommendation Engines Introduction to Recommendation Engines A guide to algorithmically predicting what your customers want and when. By Tuck Ngun, PhD Introduction Recommendation engines have become a popular solution for

More information

Predictive analytics [Page 105]

Predictive analytics [Page 105] Week 8, Lecture 17 and Lecture 18 Predictive analytics [Page 105] Predictive analytics is a highly computational data-mining technology that uses information and business intelligence to build a predictive

More information

Contract notice & conditions for participation AQuA Affiliate/s: Motivational Interviewing

Contract notice & conditions for participation AQuA Affiliate/s: Motivational Interviewing Contract notice & conditions for participation AQuA Affiliate/s: Motivational Interviewing The Advancing Quality Alliance (AQuA) is a health and care quality improvement NHS membership organisation based

More information

Microsoft Dynamics GP. Purchase Order Processing

Microsoft Dynamics GP. Purchase Order Processing Microsoft Dynamics GP Purchase Order Processing Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without

More information

Development and Evaluation of An Employee Performance Appraisal Insight Report Generator

Development and Evaluation of An Employee Performance Appraisal Insight Report Generator Development and uation of An Employee Performance Appraisal Insight Report Generator Mary Jane Magno-Tan 1, Claudine Almonte 2, Julie Flor Angad 3, Patricia Matignas 4, Ana Rose Trajano 5 1 Faculty, College

More information

Artificial Intelligence Exploration (AIE) Opportunity DARPA-PA Automating Scientific Knowledge Extraction (ASKE)

Artificial Intelligence Exploration (AIE) Opportunity DARPA-PA Automating Scientific Knowledge Extraction (ASKE) Artificial Intelligence Exploration (AIE) Opportunity DARPA-PA-18-02-01 Automating Scientific Knowledge Extraction (ASKE) I. Opportunity Description The Defense Advanced Research Projects Agency (DARPA)

More information

CHAPTER 2 PROBLEM STATEMENT

CHAPTER 2 PROBLEM STATEMENT CHAPTER 2 PROBLEM STATEMENT Software metrics based heuristics support software quality engineering through improved scheduling and project control. It can be a key step towards steering the software testing

More information

Hilltoppers Swimming Online Registration Guide

Hilltoppers Swimming Online Registration Guide Hilltoppers Swimming Online Registration Guide 1. Visit https://signup.recreation.du.edu. 2. Log in to your online account. 3. If you have a DU affiliation (Faculty/Staff, Student, Alumni), please view

More information

Automatic Tagging and Categorisation: Improving knowledge management and retrieval

Automatic Tagging and Categorisation: Improving knowledge management and retrieval Automatic Tagging and Categorisation: Improving knowledge management and retrieval 1. Introduction Unlike past business practices, the modern enterprise is increasingly reliant on the efficient processing

More information

PubRec: Recommending Publications Based On Publicly Available Meta-Data

PubRec: Recommending Publications Based On Publicly Available Meta-Data PubRec: Recommending Publications Based On Publicly Available Meta-Data Anas Alzoghbi, Victor Anthony Arrascue Ayala, Peter M. Fischer, and Georg Lausen Department of Computer Science, University of Freiburg

More information

IR Research: Systems, Interaction, Evaluation and Theories

IR Research: Systems, Interaction, Evaluation and Theories IR Research: Systems, Interaction, Evaluation and Theories Kal Järvelin School of Information Sciences University of Tampere, Finland Information Studie s and Inte ractiv e Media SCHOOL OF INFORM ATION

More information

XPLODIV: An Exploitation-Exploration Aware Diversification Approach for Recommender Systems

XPLODIV: An Exploitation-Exploration Aware Diversification Approach for Recommender Systems Proceedings of the Twenty-Eighth International Florida Artificial Intelligence Research Society Conference XPLODIV: An Exploitation-Exploration Aware Diversification Approach for Recommender Systems Andrea

More information

License-aware Service Selection

License-aware Service Selection License-aware Service Selection G.R. Gangadharan, Marco Comerio, Hong-Linh Truong, Vincenzo D Andrea, Flavio De Paoli, Schahram Dustdar University of Trento, Trento, Italy {gr, dandrea}@disi.unitn.it University

More information

General Terms and Conditions

General Terms and Conditions General Terms and Conditions The website http://www.retrome.net edited by Retrome Hospitality Services BV a private company registered in the chamber of commerce under no. 60269111, headquartered at Utrecht,

More information

A Business Rules Perspective on a Standard Rules Language. Gary Hallmark April 28, 2005

A Business Rules Perspective on a Standard Rules Language. Gary Hallmark April 28, 2005 A Business Rules Perspective on a Standard Rules Language Gary Hallmark April 28, 2005 Outline Benefits of business rules Rule enabled business application lifecycle Benefits of standardization Business

More information

UMBC CMSC 461 Database Management Systems. Course Project

UMBC CMSC 461 Database Management Systems. Course Project UMBC CMSC 461 Spring 2018 Database Management Systems Purpose Course Project To analyze the requirements, design, implement, document and test a database application for Book Fetch, Inc. The User Requirements

More information

REASONING ABOUT CUSTOMER NEEDS IN MULTI-SUPPLIER ICT SERVICE BUNDLES USING DECISION MODELS

REASONING ABOUT CUSTOMER NEEDS IN MULTI-SUPPLIER ICT SERVICE BUNDLES USING DECISION MODELS REASONING ABOUT CUSTOMER NEEDS IN MULTI-SUPPLIER ICT SERVICE BUNDLES USING DECISION MODELS Sybren de Kinderen, Jaap Gordijn and Hans Akkermans The Network Institute, VU University Amsterdam, The Netherlands

More information

Quality Assessment Method for Software Development Process Document based on Software Document Characteristics Metric

Quality Assessment Method for Software Development Process Document based on Software Document Characteristics Metric Quality Assessment Method for Software Development Process Document based on Software Document Characteristics Metric Patra Thitisathienkul, Nakornthip Prompoon Department of Computer Engineering Chulalongkorn

More information

CHAPTER VI FUZZY MODEL

CHAPTER VI FUZZY MODEL CHAPTER VI This chapter covers development of a model using fuzzy logic to relate degree of recording/evaluation with the effectiveness of financial decision making and validate the model vis-à-vis results

More information

APPLICATION FOR PROFESSIONAL REGISTRATION AT CHARTERED ENGINEER LEVEL BY THE ROYAL INSTITUTE OF NAVIGATION ROUTE

APPLICATION FOR PROFESSIONAL REGISTRATION AT CHARTERED ENGINEER LEVEL BY THE ROYAL INSTITUTE OF NAVIGATION ROUTE APPLICATION FOR PROFESSIONAL REGISTRATION AT CHARTERED ENGINEER LEVEL BY THE ROYAL INSTITUTE OF NAVIGATION ROUTE GUIDANCE TO APPLICANTS Completion of this form This application form is in four parts: The

More information

Semantic Information Management for Pervasive Computing

Semantic Information Management for Pervasive Computing Semantic Information Management for Pervasive Computing Vassileios Tsetsos * National and Kapodistrian University of Athens Department of Informatics and Telecommunications b.tsetsos@di.uoa.gr Abstract.

More information

Comments on Key Performance Indicators ( KPI ) Matrix and Statistical Validity

Comments on Key Performance Indicators ( KPI ) Matrix and Statistical Validity D. 3826/11 SF 3.860 Appendix 2 Comments on Key Performance Indicators ( KPI ) Matrix and Statistical Validity We would note a number of concerns in relation to the approach that has been adopted in relation

More information

[Type text] BACKGROUND:

[Type text] BACKGROUND: TERMS AND CONDITIONS BACKGROUND: This agreement applies as between you, the User of this Web Site and CONSERVATORY BASE COMPANY, the owner of this Web Site. Your agreement to comply with and be bound by

More information

EndCustomer Monitor 4.0

EndCustomer Monitor 4.0 EndCustomer Monitor 4.0 The German PV Market from an End Customer Perspective Focus: Smart Home A Survey of PV Owners and Planers EuPD Research Shared Service September 2014 Background EndCustomer Monitor

More information

A Fuzzy Multiple Attribute Decision Making Model for Benefit-Cost Analysis with Qualitative and Quantitative Attributes

A Fuzzy Multiple Attribute Decision Making Model for Benefit-Cost Analysis with Qualitative and Quantitative Attributes A Fuzzy Multiple Attribute Decision Making Model for Benefit-Cost Analysis with Qualitative and Quantitative Attributes M. Ghazanfari and M. Mellatparast Department of Industrial Engineering Iran University

More information

REQUIREMENTS SPECIFICATION MAPPING (RSM) CCBDA Cross Industry Catalogue Process v2.0

REQUIREMENTS SPECIFICATION MAPPING (RSM) CCBDA Cross Industry Catalogue Process v2.0 1 2 3 4 5 Draft UN/CEFACT/15JUN/2017 UNITED NATIONS ECONOMIC COMMISSION FOR EUROPE UNITED NATIONS CENTRE FOR TRADE FACILITATION AND ELECTRONIC BUSINESS (UN/CEFACT 6 7 8 9 10 11 12 13 14 15 16 17 18 19

More information

CHECKLIST Quality Assessment for Final Evaluation Reports. Official(s) managing the evaluation:

CHECKLIST Quality Assessment for Final Evaluation Reports. Official(s) managing the evaluation: Quality Assessment for Evaluation Study of the Payment for agricultural practices beneficial for the climate and the environment ("greening" of direct payments) - Final Report DG/Unit Official(s) managing

More information

Ontology-Based Model of Law Retrieval System for R&D Projects

Ontology-Based Model of Law Retrieval System for R&D Projects Ontology-Based Model of Law Retrieval System for R&D Projects Wooju Kim Yonsei University 50 Yonsei-ro, Seodaemun-gu, Seoul, Republic of Korea +82-2-2123-5716 wkim@yonsei.ac.kr Minjae Won INNOPOLIS Foundation

More information

CHAPTER 5 SUMMARY AND CONCLUSIONS

CHAPTER 5 SUMMARY AND CONCLUSIONS CHAPTER 5 SUMMARY AND CONCLUSIONS A production theory based method for evaluating the environmental performance and productive efficiency of manufacturing was developed and applied. Chapter 3 defines the

More information

ASSET MANAGEMENT SYSTEMS ANALYSIS

ASSET MANAGEMENT SYSTEMS ANALYSIS ASSET MANAGEMENT SYSTEMS ANALYSIS Goran Kolevski, Marjan Gusev (goran.kolevski@gmail.com, marjangusev@gmail.com) Institute of Informatics Faculty of Natural Sciences and Mathematics University Ss Cyril

More information

An Automated Decision Support System to Assist with Project Planning, Program Management and Work Flow Analysis of an Enterprise

An Automated Decision Support System to Assist with Project Planning, Program Management and Work Flow Analysis of an Enterprise An Automated Decision Support System to Assist with Project Planning, Program Management and Work Flow Analysis of an Enterprise NBS Enterprises Competition Sensitive Natasha J. Schebella / CEO & Owner

More information

Keywords:Traceability, Requirement, Requirement Traceability techniques, Traceability Links, Information Retrieval.

Keywords:Traceability, Requirement, Requirement Traceability techniques, Traceability Links, Information Retrieval. Establishing a Traceability Links Between The Source Code And Requirement Analysis, A Survey on Traceability Prashant N. Khetade, Vinod V.Nayyar Department of Computer Science & Engg.AGPCE, RTM,Nagpur

More information

Models in Engineering Glossary

Models in Engineering Glossary Models in Engineering Glossary Anchoring bias is the tendency to use an initial piece of information to make subsequent judgments. Once an anchor is set, there is a bias toward interpreting other information

More information

PARTNERSHIP EXPRESSION OF INTEREST FORM

PARTNERSHIP EXPRESSION OF INTEREST FORM PARTNERSHIP EXPRESSION OF INTEREST FORM This document is to be completed by all organisations wishing to work with New College Durham as a potential delivery partner. Completion of this document does not

More information

Big Data in Emergency Informatics Social media data perspective. Rajendra Akerkar

Big Data in Emergency Informatics Social media data perspective. Rajendra Akerkar Big Data in Emergency Informatics Social media data perspective Rajendra Akerkar Outline What is Emergency Informatics? Big data and applications in emergency response Social media data Issues and challenges

More information

Bloomberg Ariba Network. Online Invoice Guide

Bloomberg Ariba Network. Online Invoice Guide Bloomberg Ariba Network Online Invoice Guide Content 1. Introduction 2. Invoice Practices 3. Before you Begin Invoicing I. Viewing Customer Invoice Rules II. Electronic Invoice Routing and notifications

More information

Contoh Pengembangan SIM

Contoh Pengembangan SIM Contoh Pengembangan SIM Project Management Project Management Project Management Project Management Expectation Management Matrix Initial Expectation Adjusting Expectation Changing Priorities Problem

More information

GrammAds: Keyword and Ad Creative Generator for Online Advertising Campaigns

GrammAds: Keyword and Ad Creative Generator for Online Advertising Campaigns GrammAds: Keyword and Ad Creative Generator for Online Advertising Campaigns Stamatina Thomaidou 1,2, Konstantinos Leymonis 1,2, Michalis Vazirgiannis 1,2,3 1 : Athens University of Economics and Business,

More information

Using Data Analytics to Detect Fraud

Using Data Analytics to Detect Fraud Using Data Analytics to Detect Fraud Other Data Analysis Techniques 2017 Association of Certified Fraud Examiners, Inc. Qualitative Data Analysis Most data analysis techniques require the use of data in

More information

Seminar in E-Business & Recommender Systems University of Fribourg, Department of Informatics

Seminar in E-Business & Recommender Systems University of Fribourg, Department of Informatics Seminar in E-Business & Recommender Systems University of Fribourg, Department of Informatics Research Paper The impact of Recommender Systems on Business and Customers in Electronic Markets. STUDENT NAMES:

More information

QUALITY ASSESSMENT FORM 1

QUALITY ASSESSMENT FORM 1 QUALITY ASSESSMENT FORM 1 Title of the evaluation EVALUATION OF THE SCHOOL MILK SCHEME DG/Unit DG AGRI, Unit L4 Officials managing the evaluation: Andreas KOLODZIEJAK Evaluator/contractor AFC-COCONCEPT

More information

InCites Benchmarking & Analytics

InCites Benchmarking & Analytics InCites Benchmarking & Analytics Massimiliano Carloni Solution Specialist massimiliano.carloni@clarivate.com June 2018 Agenda 1. Clarivate Analytics: news 2. Publons & Kopernio plug-in 3. Web of Science

More information

BIM Contracts & Risk

BIM Contracts & Risk BIM Contracts & Risk BIM Contracts & Risk Allocation for Mechanical Contractors Monday, October 17, 2011 n Baltimore, MD BIM Contracts & Risk Allocation for Mechanical Contractors Monday, October 17, 2011

More information

Predicting user rating for Yelp businesses leveraging user similarity

Predicting user rating for Yelp businesses leveraging user similarity Predicting user rating for Yelp businesses leveraging user similarity Kritika Singh kritika@eng.ucsd.edu Abstract Users visit a Yelp business, such as a restaurant, based on its overall rating and often

More information

IM S5028. Architecture for Analytical CRM. Architecture for Analytical CRM. Customer Analytics. Data Mining for CRM: an overview.

IM S5028. Architecture for Analytical CRM. Architecture for Analytical CRM. Customer Analytics. Data Mining for CRM: an overview. Customer Analytics Data Mining for CRM: an overview Architecture for Analytical CRM customer contact points Retrospective analysis tools OLAP Query Reporting Customer Data Warehouse Operational systems

More information

Product Release Notes for ACTIVEWorks Endurance May 4, 2017

Product Release Notes for ACTIVEWorks Endurance May 4, 2017 / Product Release Notes for ACTIVEWorks Endurance May 4, 2017 Table of Contents Event Series... 2 For race organizers... 2 For participants... 4 More Enhancements... 5 Refunding surcharges... 5 Refining

More information

Terms of Trade GENERAL SELLER S OBLIGATIONS. Terms of Trade web-parts.com, 7. March is owned by

Terms of Trade GENERAL SELLER S OBLIGATIONS. Terms of Trade web-parts.com, 7. March is owned by Terms of Trade www.web-parts.com is owned by Webparts A/S Engelsholmvej 26 DK-8940 Randers SV Tel: +45 8713 1700 E-mail: mail@web-parts.com VAT-no.: DK35527796 GENERAL www.web-parts.com (WP) is an internet-based

More information

Job Board - A Web Based Scheduler

Job Board - A Web Based Scheduler Job Board - A Web Based Scheduler Cameron Ario and Kasi Periyasamy Department of Computer Science University of Wisconsin-La Crosse La Crosse, WI 54601 {ario.came, kperiyasamy}@uwlax.edu Abstract Contractual

More information

Context-aware recommendation

Context-aware recommendation Context-aware recommendation Eirini Kolomvrezou, Hendrik Heuer Special Course in Computer and Information Science User Modelling & Recommender Systems Aalto University Context-aware recommendation 2 Recommendation

More information

PROFIT INFORMATION. ABA Service Membership A Closer Connection to Your Customers EXPOSURE ACCESS GROWTH PROFIT SAVINGS VALUE ROI ROI ACCESS GROWTH

PROFIT INFORMATION. ABA Service Membership A Closer Connection to Your Customers EXPOSURE ACCESS GROWTH PROFIT SAVINGS VALUE ROI ROI ACCESS GROWTH ABA Service Membership A Closer Connection to Your Customers SAVINGS ROI GROWTH REVENUE STREAMS INFORMATION ROI ACCESS SAVINGS ACCESS INFORMATION GROWTH BROADENING CUSTOMER BASE REVENUE STREAMS aba.com

More information

OPplus. Vertical Solution. Manual TRIAL BALANCE & AFFILIATION. Microsoft Dynamics NAV all versions. for. Certified For Microsoft Dynamics NAV

OPplus. Vertical Solution. Manual TRIAL BALANCE & AFFILIATION. Microsoft Dynamics NAV all versions. for. Certified For Microsoft Dynamics NAV OPplus Certified For Microsoft Dynamics NAV Vertical Solution for Microsoft Dynamics NAV all versions Manual TRIAL BALANCE & AFFILIATION gbedv GmbH & Co. KG www.opplus.de www.gbedv.de Contents General

More information

Prescription of qualifications. ARB Criteria at Parts 1, 2 and 3

Prescription of qualifications. ARB Criteria at Parts 1, 2 and 3 Prescription of qualifications ARB Criteria at Parts 1, 2 and 3 Approved: January 2010 Effective From: 2011/2012 Introduction Under the Architects Act 1997, the Architects Registration Board (ARB) has

More information

Evaluating Workflow Trust using Hidden Markov Modeling and Provenance Data

Evaluating Workflow Trust using Hidden Markov Modeling and Provenance Data Evaluating Workflow Trust using Hidden Markov Modeling and Provenance Data Mahsa Naseri and Simone A. Ludwig Abstract In service-oriented environments, services with different functionalities are combined

More information

Evaluating Enterprise Architectures through Executable Models

Evaluating Enterprise Architectures through Executable Models www.thalesgroup.com Evaluating Enterprise Architectures through Executable Models 15th ICCRTS Evolution of C2: Where Have We Been? Where Are We Going? June 22-24 Santa Monica, CA N. Farcet & M. Ludwig

More information

Improving the Response Time of an Isolated Service by using GSSN

Improving the Response Time of an Isolated Service by using GSSN Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

Centre for Computational Finance and Economic Agents WP Working Paper Series. Biliana Alexandrova-Kabadjova, Edward Tsang and Andreas Krause

Centre for Computational Finance and Economic Agents WP Working Paper Series. Biliana Alexandrova-Kabadjova, Edward Tsang and Andreas Krause Centre for Computational Finance and Economic Agents WP016-08 Working Paper Series Biliana Alexandrova-Kabadjova, Edward Tsang and Andreas Krause Finding Profit-Maximizing Strategies for the Artificial

More information

Security deposits and container deposits

Security deposits and container deposits Security deposits and container deposits Manual Version 1.0 T +31 (0)88 990 7700 E support@ccvshop.nl I www.ccvshop.nl Contents Contents 2 Change log 3 Security deposits and container deposits 4 Introduction

More information

APS Bank plc Data Privacy Policy

APS Bank plc Data Privacy Policy APS Bank plc Data Privacy Policy APS Bank plc APS Centre, Tower Street B Kara, BKR 4012, Malta Tel: (+356) 2560 3000 Fax: (+356) 2560 3001 Company Registration No. C2192 email: headoffice@apsbank.com.mt

More information

MICROS inmotion Hosting Installation Guide

MICROS inmotion Hosting Installation Guide Copyright 2014 MICROS Systems, Inc. All rights reserved. No part of this publication may be reproduced, photocopied, stored on a retrieval system, or transmitted without the express prior written consent

More information

HKT Financial Services (IA) Limited Privacy Statement

HKT Financial Services (IA) Limited Privacy Statement Privacy Statement This Privacy Statement is our privacy policy which sets out how we manage your personal information and other information. It applies to all customers of HKT Financial Services (IA) Limited

More information

OntosCAI Competitive Affairs/Intelligence Analyze, Monitor, Understand your Competitive Environment

OntosCAI Competitive Affairs/Intelligence Analyze, Monitor, Understand your Competitive Environment NOW YOU KNOW [ SERIES] OntosCAI Competitive Affairs/Intelligence Analyze, Monitor, Understand your Competitive Environment [DANIEL HLADKY, ONTOS INTERNATIONAL AG] Competition has always been central to

More information

ICIMTR International Conference on Innovation, Management and Technology Research, Malaysia, September, 2013

ICIMTR International Conference on Innovation, Management and Technology Research, Malaysia, September, 2013 Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Scien ce s 129 ( 2014 ) 436 440 ICIMTR 2013 International Conference on Innovation, Management and Technology Research,

More information

Recasting the context in relevance feedback

Recasting the context in relevance feedback Recasting the context in relevance feedback Ian Ruthven University of Glasgow Glasgow, G12 8QQ, Scotland The use of term co-occurrence information has a long history in information

More information

FCTA th International Conference on Fuzzy Computation Theory and Applications

FCTA th International Conference on Fuzzy Computation Theory and Applications FCTA 2019-11th International Conference on Fuzzy Computation Theory and Applications Fuzzy computation is a field that encompasses the theory and application of fuzzy sets and fuzzy logic to the solution

More information

Operational Application of Targeted Data Analysis. Eric Chasin, NTELX Agenda. What we do?

Operational Application of Targeted Data Analysis. Eric Chasin, NTELX Agenda. What we do? Operational Application of Targeted Analysis Eric Chasin, NTELX echasin@ntelx.com Agenda Who is NTELX? Applying Intelligence Multi Source and Multi Indicator Knowledge Based Decision Making to Medicaid/Medicare

More information

Invoice Status Service

Invoice Status Service Invoice Status Service Supplier Functional Briefing Version: 20131101-TN 1 / 7 1. Introduction This document describes how the Tungsten Invoice Status Service works as well as the key features and functionality.

More information

ARIS PROCESS PERFORMANCE MANAGER

ARIS PROCESS PERFORMANCE MANAGER AUTOMATIC PROCESS DISCOVERY WITH ARIS PROCESS PERFORMANCE MANAGER TABLE OF CONTENTS 1 Introduction 2 Discovery and visualization of (single) process instances 4 Discovery of aggregated process views 6

More information

How to Build, Implement, and Use an Architecture Metamodel

How to Build, Implement, and Use an Architecture Metamodel How to Build, Implement, and Use an Architecture Metamodel July 30, 2013 11:00 AM Slide: 1 Chris Armstrong President APG, Inc. chris.armstrong@aprocessgroup.com Hosted by: Michael Milutis Director of Marketing

More information

Ask the Expert SAS Text Miner: Getting Started. Presenter: Twanda Baker Senior Associate Systems Engineer SAS Customer Loyalty Team

Ask the Expert SAS Text Miner: Getting Started. Presenter: Twanda Baker Senior Associate Systems Engineer SAS Customer Loyalty Team Ask the Expert SAS Text Miner: Getting Started Ask the Expert SAS Text Miner: Getting Started Presenter: Twanda Baker Senior Associate Systems Engineer SAS Customer Loyalty Team Q&A: Melodie Rush Senior

More information

frequently asked questions

frequently asked questions frequently asked questions Standard Shipping US HI & AK TERRITORIES $4.99 $8.99 $9.99 how is sales tax calculated $6.99 $9.99 $12.99 $10.99 $11.99 Modere will collect and remit sales taxes based on the

More information

An Analysis Framework for Content-based Job Recommendation. Author(s) Guo, Xingsheng; Jerbi, Houssem; O'Mahony, Michael P.

An Analysis Framework for Content-based Job Recommendation. Author(s) Guo, Xingsheng; Jerbi, Houssem; O'Mahony, Michael P. Provided by the author(s) and University College Dublin Library in accordance with publisher policies. Please cite the published version when available. Title An Analysis Framework for Content-based Job

More information

PayWell Moldova 2017 Salary and Benefits Survey

PayWell Moldova 2017 Salary and Benefits Survey www.pwc.com/md Salary and Benefits Survey What is this presentation about? What is PayWell? What do PayWell reports contain? How can you acquire PayWell? 2 What is PayWell? 3 What is PayWell? PayWell Moldova

More information

Dynamic Generation of Personalized Product Bundles in Enterprise Networks

Dynamic Generation of Personalized Product Bundles in Enterprise Networks Dynamic Generation of Personalized Product Bundles in Enterprise Networks Anthony Karageorgos (1) and Elli Rapti (2) (1) Manchester Business School University of Manchester, UK anthony.karageorgos@mbs.ac.uk

More information

Parameter Estimation for Diagnosis and Optimization in Power Plants

Parameter Estimation for Diagnosis and Optimization in Power Plants PowerGen Europe Milano, June 2005 Marc Antoine ABB Power Technology Systems Parameter Estimation for Diagnosis and Optimization in Power Plants ABB Power Technology Systems -1-ma Introduction Goal of parameter

More information

Pricing Website Packages Type Description Price

Pricing Website Packages Type Description Price Pricing Website Packages Bronze One page website One language Under EventsCase domain (ie: www.eventscase.com/e/your_e vent_name) Essential modules (header, speakers, agenda, sponsors, exhi bitors, description,

More information

Risk assessment checklist - Purchasing cycle

Risk assessment checklist - Purchasing cycle Check Yes or No or N/A (where not applicable). Where a No is indicated, some action may be required to rectify the situation. Cross-references (e.g., See FN 1.01) point to the relevant policy in the First

More information

Karmann Mills 1, Anthony Hickey 1, Alexander Tropsha 2

Karmann Mills 1, Anthony Hickey 1, Alexander Tropsha 2 Karmann Mills 1, Anthony Hickey 1, Alexander Tropsha 2 1 RTI International 2 University of North Carolina at Chapel Hill Nanotechnology Working Group October 22, 2015 1 Comprehensively curated, validated

More information

This lecture will cover. Quantitative Research When to use Quantitative Research Quantitative Research Methods

This lecture will cover. Quantitative Research When to use Quantitative Research Quantitative Research Methods Market Research Lecture This lecture will cover Quantitative Research When to use Quantitative Research Quantitative Research Methods Survey Methods Observational Research Quantitative research About measurement

More information

GOVERNMENT OF KENYA EXPRESSION OF INTREST NO. ICTA/EOI/01/ FOR

GOVERNMENT OF KENYA EXPRESSION OF INTREST NO. ICTA/EOI/01/ FOR www.icta.go.ke GOVERNMENT OF KENYA EXPRESSION OF INTREST Vision Be the leader in transforming Kenya into a regional ICT hub and a globally competitive digital economy Mission To champion and harness ICT

More information

Enterprise Applications powered by

Enterprise Applications powered by 1 Enterprise Applications powered by WebRiposte Solutions for Managing a Distributed Enterprise Enterprise Applications powered by The collaboration of Escher Group and Fujitsu Services has created a solid

More information

A New Approach Towards Intelligent Analysis for Competitive Intelligence *

A New Approach Towards Intelligent Analysis for Competitive Intelligence * A New Approach Towards Intelligent Analysis for Competitive Intelligence * Yanping Zhao, Yidan Wang, Donghua Zhu School of Management and Economics Beijing Institute of Technology P.R.China Abstract: -

More information

Onli Onl ne R egi ne R egi trati a on, Accom on, Accom od m a od ti a on, Ma

Onli Onl ne R egi ne R egi trati a on, Accom on, Accom od m a od ti a on, Ma OnlineRegistration, Registration,Accommodation Management Online Online Registration withaccommodation, AccommodationManagement, Management, Abstract Management & Warehouse Technology Abstract Management

More information

Manufacturing Capability Inference and Supplier Classification Based on a Formal Thesaurus

Manufacturing Capability Inference and Supplier Classification Based on a Formal Thesaurus Manufacturing Capability Inference and Supplier Classification Based on a Formal Thesaurus Farhad Ameri and Stan Thornhill Department of Engineering Technology, Texas State University, 601 University Dr.

More information

Genie De Banca: Go Beyond Digital & Multiply Revenues. Ride the digital wave with innovative digital banking solution and open up new revenue streams

Genie De Banca: Go Beyond Digital & Multiply Revenues. Ride the digital wave with innovative digital banking solution and open up new revenue streams Genie De Banca: Go Beyond Digital & Multiply Revenues Ride the digital wave with innovative digital banking solution and open up new revenue streams Genie de Banca JMR Genie de Banca is a unique Digital

More information

DEADLINE: NOVEMBER 20TH

DEADLINE: NOVEMBER 20TH MOBILE DEADLINE: NOVEMBER 20 TH JUDGING SESSION: 12-14 DECEMBER 2017 SHORTLIST RELEASE: DECEMBER 12 TH 2017 AWARDS CEREMONY: DECEMBER 15 TH 2017 WHY PARTICIPATE? 1. Estimate your creative and innovative

More information

The Customer Is Always Right: Analyzing Existing Market Feedback to Improve TVs

The Customer Is Always Right: Analyzing Existing Market Feedback to Improve TVs The Customer Is Always Right: Analyzing Existing Market Feedback to Improve TVs Jose Valderrama 1, Laurel Rawley 2, Simon Smith 3, Mark Whiting 4 1 University of Central Florida 2 University of Houston

More information

Compliance Management basierend auf Gesetzesformalisierungen Das REALM-Projekt

Compliance Management basierend auf Gesetzesformalisierungen Das REALM-Projekt Compliance Management basierend auf Gesetzesformalisierungen Das REALM-Projekt Samuel Müller, sml@zurich.ibm.com, IRIS 2006, 15.-18. Februar 2006, Wien Christopher Giblin, Alice Y. Liu, Samuel Müller,

More information

Anatomy of the CIPS Database of Procurement Professionals

Anatomy of the CIPS Database of Procurement Professionals Anatomy of the CIPS Database of Procurement Professionals The Scoring Mechanism (includes a short explanation of search / filter) Table of Contents 1 Introduction 2 Candidate Data 2.1 Raw Data 2.2 Data

More information

Advisory Services in Payments

Advisory Services in Payments Advisory Services in Payments Copyright CleverAdvice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means electronic, mechanical, photocopying,

More information