Bidding House: A Web Service and Ontology based Framework for Auctions

Size: px
Start display at page:

Download "Bidding House: A Web Service and Ontology based Framework for Auctions"

Transcription

1 Bidding House: A Web Service and Ontology based Framework for Auctions Dr. Saroj Kaushik, Himanshu Tagra, Computer Science and Engineering, Indian Institute of Technology, New Delhi, India saroj@cse.iitd.ernet.in, htagra@cse.iitd.ernet.in Abstract The advent of e-commerce has brought about a radical change in the process of auctions. This has given bidders flexibility to try and get best possible deals by participating in multiple auctions. This has also lead to evaluation of usage of agents in multiple auctions. However due to varying nature of auction houses, the agents needed for participating in different auctions need to be reconfigured for each auction. This might not be possible to be done by individual users. We propose a flexible framework which will act as a bidding house and participate in the various auction houses on behalf of the user. This framework uses Web services as granular agents and ontology as shared method of communication between these agents. Keywords: e-commerce, software agent, auctions, forward auction, reverse auction, web services, ontology 1. Introduction Auctions are considered to be an important part of e-commerce[1]. It is a process in which there is one seller and many buyers. It is also called forward auction. For example, a company that had excess inventory could list the inventory on an emp (e-marketplace) and sell it rather than write-off the inventory. A reverse auction is the one where there is one buyer and many sellers. An example of this would be a company that needs 400,000 circuit boards. The company could list their desire to purchase the circuit boards and would choose from the many sellers who respond to the request. Some of the different types of auctions are English Auction (where the price goes up and the highest bidder gets the item), Dutch Auction, etc. In an English Auction, the auctioneer states the reserved price (minimum acceptable price set by the seller) and bids are accepted above this price. The bidders continuously raise their bids until the auction has reached its time limit. The winner is one who has the highest bid. Dutch auctions are quite opposite to the English Auctions. In these type of auctions, the price is progressively lowered until there is an offer from a bidder to claim the item. In case two bidders claim for the item at the same price, either the auction is restarted from a higher price or the bidder whose bid was received first is declared the winner. The Vickrey auction is a sealed bid auction in which each bidder, bids on

2 his/her own knowledge without any idea about the bid value of other bidders. The winner is one who has the highest bid but he/she pays the amount equivalent to that of the second highest bidder. The popularity of online auctions has led to the establishment of various auction houses like ebay, Amazon.com, Yahoo!Auction, Priceline, etc. This, in turn, has lead to similar items being auctioned by different auction houses at the same time(overlapping time intervals). However for the user to be able to participate in different auctions at the same time requires lot of time and energy. This can be handled by usage of an agent[2,3]. However, for the agent to be effective it needs to be built/configured in such a manner that it can participate in all the existing auctions as well as be extensible to participating in auctions hosted by new auction houses. We feel that this might not be possible with individual users due to lack of standards in this space and hence we propose a bidding house which can participate on behalf of the users based on certain well defined revenue models. We have proposed the solution to be flexible to handle auction houses which have certain fixed standards as well as auction houses which might be based on ontology. The support of ontology based auction houses has been ingrained in this framework because of expected spread of Semantic Web in the future [4]. Ontology[5,6,7] has its roots in philosophy and can be defined as conceptualization of a specification. Due to the spread of Semantic web, there has been increase in the usage of ontology in auctions/ negotiations. However, most of the solutions based on ontology have been restricted to the usage of ontology for the entire marketplace rather than provide a solution for both ontology as well as non-ontology based marketplaces. The proposed framework has been built using Web Services. Web Services[8,9] is a key technology for enabling distributed computing and e-commerce. Web services improve connectivity, efficiency, flexibility, immediacy, and interoperability of disparate systems. Research has been going on in the area of usage of ontology in e-commerce. Tamma[7] has proposed a solution of using ontology for supporting negotiations in e-commerce. However, proposed solution assumes that all the parties would commit to chosen ontology and does not provide any solution for interacting with systems not based on ontology. Another research paper by Lamparter[8] also deals with ontology based marketplaces only. Our solution is unique in many ways. Firstly, it introduces the concept of bidding houses whose only purpose is to bid in auctions for its registered users. Secondly, our solution is flexible in dealing with both ontology and non-ontology based marketplaces. Thirdly, our solution is internationalized and can participate in auctions occurring in different countries which have different language and currency. This paper briefly explains the concept of bidding houses along with the architectural framework which will enable it to be possible.

3 2. Bidding House Auction House - 1 Auction House - 2 Auction House - n Bidder 1 Bidding House Bidder 2 Figure 1 Futuristic Marketplace A typical electronic marketplace consists of auction houses and bidders. The bidders typically can participate in one or two auctions depending on the time bandwidth of the person. The auctions in these auction houses typically span over days. In the case of items which can be got from different auction houses, it is difficult for an individual to follow each an every auction as well as get the best deal for this item. The Bidding house does this thing automatically for the individual. It locates all the relevant auction houses for the user, bids in them and gives the item to the user at the best possible price. Figure 1 depicts the reach of a business house vis-à-vis an individual bidder. The process of auctions using bidding house is described by the following steps. 1. The registered user approaches a bidding house with the characteristics of a particular item it wants to buy. It gives preferences to the bidding house with regard to the maximum price it can pay for that item, priority of the item, the date by when the item is required, etc. 2. The bidding house shares with the user the probability of getting that item at that price. It also gives an idea about the price in which the item would definitely be got. 3. In case the user wants the bidding house to get the item, he/she has to deposit the maximum amount he/she has decided to bid. 4. The bidding house then bids in the various auctions and tries to get that item as per user preferences. Based on the maximum price of the user, the bidding house tries to get the item. 5. The user is kept updated and he/she is given various options like if he increases his date by which he/she wants the item, the probability of getting that item increases, etc.

4 6. Based on the result of the bidding house, the user is returned the remaining amount. Some of the methods in which the bidder house can be remunerated for the business service offered are mentioned below. 1. The bidding house can charge certain fees for registration. 2. The bidding house can charge based on the amount of transactions. 3. It can also charge based on the amount of benefit brought to the user. This means the amount it got the item is less than the maximum price it was prepared to pay. The details of the method of charging the customer are beyond the scope of this paper. It only gives a brief idea about the various options of charging the customers for using this service. 3. Bidding House Framework The bidding house framework is a flexible framework based on web services. It is based on service oriented architecture. All the web services are loosely coupled and provide well defined services. There is a transaction cost associated with each service and all the transaction cost is accumulated and charged to the user based on the services used by him/her. The inner communication between the various web services is done using well defined ontology. The solution can be extended by registration of more web services. The only criteria for adding web services are that it should follow the defined ontology. There are reward points associated with each web service and depending on the result of that service they are increased or decreased. The transaction cost depends on these reward points. Figure 2 on the next page gives details about the various types of web services required to build the framework. They are mentioned in detail below. 1. Registration Agent The primary goal of the registered agent is to register the user. The registration process involves getting the user profile, credit card details/payment method details, age verification, etc. The registration agent talks with the payment gateway agent for verification of credit card and age verification. The user has the ability to change his/her profile anytime. 2. User Agent This web service is used to interact with the users. They use the services of coordinating agents to get the number of auctions being available during the time duration in which the user wants to get the item. Based on the number of auctions and the history available about these auctions, the user agent calculates the probability of winning the auction for the user. It also finds out what be the best amount of getting the item at all costs. The algorithm to get probability as well as the maximum amount is made as separate web services such as they can easily be replaced or they can be made specific for the particular business scenario. The user agent also takes input as the transaction amount which the user is willing to pay. Based on this, it decides which strategy as well as learning agents to deploy. Higher is the transaction fees better is the service guaranteed as well as better is the chance of winning the item. 3. Coordinating Agent The coordinating agent first finds out which are the specialized agents it should interact it. This agent is the heart of the solution. It chooses the correct specialized agents to deploy and also decides when to withdraw that agent from the particular auction. The nature

5 of bidding that needs to be done is decided at an overall level by this agent. The bidding can vary from being aggressive bidder or just being an observer. Registration Agent User Agent User Agent User Agent User Agent Coordinating Agent Coordinating Agent Specialized agents Specialized agents Specialized agents Connector Agent Figure 2 Bidding House Framework 4. Specialized Agents Specialized agents are vertical specific agents. There primary goal is to bid in the auction. They consist of local strategy agents as well as local learning agents. The various types of specialized agents would be with respect to auction houses, countries, etc. The auction houses which each specialized agent might target depend on the strategy required for that auction house. A particular specialized agent might tackle more than one business house if they share a common strategy. The country specific specialized agent would work according to the strategy of that country as well as take care of the problems in language nomenclature. This makes the system truly internationalized and gives a person sitting in any country the best

6 possible deal. The system takes care that of the delivery cost. The local strategy agent works based on the type of auction taking place like it is different for English auction, etc. 5. Connector Agent The connector agent basically interfaces with the auction house. It keeps the specialized agents isolated from the interface differences from different auction houses. This has been done keeping in mind that different auction houses might support different interfaces. This also ensures that when the movement towards Semantic Web happens and ontology based marketplaces spring up, then the bidding house can participate in both types of auctions. In a typical scenario, the user invokes a user agent either through a web based interface(html page) or through a machine based interface. The user agent then communicates with the coordinating agent. The coordinating agent now becomes tightly coupled with this user and becomes the owner of deciding the overall strategy for winning the auction for the user. This agent utilizes the services of specialized agents for bidding in the auctions. The specialized agent uses the services of connector agents to interface with disparate auction houses. Salient features of the Framework Some of the salient features of the proposed framework are mentioned below. 1. It is highly scalable and distributed. All the web services can be deployed on different locations. 2. It is extensible through the use of ontology. Any web service can be added onto the system without making any change in the basic framework. 3. It is changeable based on the changing demands of the market. Any web service which is not performing well will be eased out of the system through the use of reward point s mechanism. 4. It can be integrated very easily with different systems. 4. Conclusion and Future Work This paper introduced the new concept of bidding house. It defined the manner in which the bidding house can provide service to the user. It detailed out the benefits for the user vis-à-vis individual bidding. A framework for developing bidding house was also proposed. This framework was made using web services and ontology so as to ensure it is flexible and extensible. The solution proposed can interact seamlessly with both ontology based systems as well non-ontology based systems. The framework also takes care of internationalization and hence takes the benefit of participating in auctions across the globe. The framework is currently being implemented. For the future, the method of generating revenue for the bidding house can be further defined. Furthermore, this system can be compared and bench marked against existing systems which participate in only a sub set of the auctions. References

7 [1] Manoj Kumar and Stuart I. Feldman, Internet Auctions, 3rd USENIX Workshop on Electronic Commerce, 1998, Pages [2] H.S. Nwana, Software Agents, An Overview in Knowledge Engineering Review, [3] Jeffrey M. Bradshaw,1997, An Introduction to Software Agents, J. M. Bradshaw (Ed.), Software Agents.(Cambridge, AAAI Press/The MIT Press). [4] Ying Ding, Ontology: The enabler for the Semantic Web, ying/ download/ ontology.pdf. [5] Robert Jasper and Mike Uschold, A Framework for Understanding and Classifying Ontology Applications, Proc. IJCAI-99 workshop on ontologies and problem-solving methods (KRR5), Stockholm, Sweden,31 July 6 August [6] Grigoris Antoniou, Enrico Franconi and Frank van Harmelen, Introduction to Semantic Web Ontology Languages In Teaching Material of ReasoningWeb, LNCS XXXX, Springer 2005 (accepted) [7] Valentina Tamma, Steve Phelps, Ian Dickinson and Miachael Wooldridge, Ontologies for supporting negotiation in e-commerce, Engineering applications of artificial intelligence, 18(2): , March 2005 [8] Steffen Lamparter and B. Schnizler, Trading Services in Ontology-driven Markets, accepted in the 4 th International Semantic Web Conference, ISWC, 2005, Galway, Ireland. [9] J Lawler, D. Anderson, H. Howell-Barber, J. Hill, J. Javed and Li, A study of web services strategy in the financial services industry. In the proceedings of ISECON 2004.

MAREK MAURIZIO DOCENTE A CONTRATTO ASSEGNISTA DI RICERCA UNIVERSITÀ CA FOSCARI, VENEZIA

MAREK MAURIZIO DOCENTE A CONTRATTO ASSEGNISTA DI RICERCA UNIVERSITÀ CA FOSCARI, VENEZIA ONLINE AUCTIONS MAREK MAURIZIO DOCENTE A CONTRATTO ASSEGNISTA DI RICERCA UNIVERSITÀ CA FOSCARI, VENEZIA AUCTIONS AN AUCTION IS A MARKET MECHANISM THAT USES A COMPETITIVE PROCESS BY WHICH: A SELLER SOLICITS

More information

Towards An Automated Multiagent Negotiation System Based On FIPA Specifications

Towards An Automated Multiagent Negotiation System Based On FIPA Specifications 6th WSEAS International Conference on CIRCUITS, SYSTEMS, ELECTRONICS,CONTROL & SIGNAL PROCESSING, Cairo, Egypt, Dec 29-31, 2007 603 Towards An Automated Multiagent Negotiation System Based On FIPA Specifications

More information

Difinition of E-marketplace. E-Marketplaces. Advantages of E-marketplaces

Difinition of E-marketplace. E-Marketplaces. Advantages of E-marketplaces Difinition of E-marketplace a location on the Internet where companies can obtain or disseminate information, engage in transactions, or work together in some way. E-Marketplaces Assist. Prof. Dr. Özge

More information

SELLER AGENT FOR ONLINE AUCTIONS

SELLER AGENT FOR ONLINE AUCTIONS SELLER AGENT FOR ONLINE AUCTIONS P. Anthony School of Engineering and Information Technology, Universiti Malaysia Sabah Locked Bag 2073,88999 Kota Kinabalu Sabah, Malaysia J. A. Dargham School of Engineering

More information

Auctions are NOT Dead

Auctions are NOT Dead Auctions are NOT Dead Former Head of Procure to Pay at Google David Natoff SynerTrade Roger Blumberg VP of Strategy Roger Blumberg VP of Strategy SynerTrade David Natoff Special Advisor SynerTrade Auctions

More information

Making PayPal work for you. Welcome Kit

Making PayPal work for you. Welcome Kit Making PayPal work for you Welcome Kit How to get the most out of your PayPal account Table of Contents How PayPal Works Paying with PayPal At the speed of want Pay anyone, anywhere Accepting Payments

More information

Competitive Markets. Jeffrey Ely. January 13, This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License.

Competitive Markets. Jeffrey Ely. January 13, This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License. January 13, 2010 This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License. Profit Maximizing Auctions Last time we saw that a profit maximizing seller will choose

More information

Rule-Based Automated Price Negotiation: an Overview and an Experiment

Rule-Based Automated Price Negotiation: an Overview and an Experiment Rule-Based Automated Price Negotiation: an Overview and an Experiment Costin Bădică 1, Maria Ganzha 2, and Marcin Paprzycki 3 1 University of Craiova, Software Engineering Department Bvd.Decebal 107, Craiova,

More information

University of Benghazi Faculty of Information Technology. E-Commerce and E-Marketing (IS475) Instructor: Nasser M. AMAITIK (MSc IBSE) Lecture 02

University of Benghazi Faculty of Information Technology. E-Commerce and E-Marketing (IS475) Instructor: Nasser M. AMAITIK (MSc IBSE) Lecture 02 University of Benghazi Faculty of Information Technology Instructor: Nasser M. AMAITIK (MSc IBSE) Fall 2011/2012 Lecture 02 E-Marketplaces: Structures and Mechanisms E-Marketplaces E-Marketplace: An online

More information

Ticker: Dutch Auctions With A Money-Back Guarantee Sandeep Baliga and Jeff Ely

Ticker: Dutch Auctions With A Money-Back Guarantee Sandeep Baliga and Jeff Ely Ticker: Dutch Auctions With A Money-Back Guarantee Sandeep Baliga and Jeff Ely The Problem A venue like a stadium, a theatre, or an orchestra has a fixed capacity of seats in different locations. All venues

More information

ONLINE BIDDING APPLICATION FOR FARMERS TO INCREASE THE AGRICULTURAL PRODUCTIVITY

ONLINE BIDDING APPLICATION FOR FARMERS TO INCREASE THE AGRICULTURAL PRODUCTIVITY ONLINE BIDDING APPLICATION FOR FARMERS TO INCREASE THE AGRICULTURAL PRODUCTIVITY NAME OF COLLEGE: MVJ College of Engineering NAME OF DEPARTMENT: Information Science and Engineering (ISE) NAME OF STUDENTS:

More information

Software Frameworks for Advanced Procurement Auction Markets

Software Frameworks for Advanced Procurement Auction Markets Software Frameworks for Advanced Procurement Auction Markets Martin Bichler and Jayant R. Kalagnanam Department of Informatics, Technische Universität München, Munich, Germany IBM T. J. Watson Research

More information

MISA 210 Electronic Business Midterm Exam Date: 29 October :00 AM 16:00 PM

MISA 210 Electronic Business Midterm Exam Date: 29 October :00 AM 16:00 PM MISA 210 Electronic Business Midterm Exam Date: 29 October 2013 15:00 AM 16:00 PM Student Name: Student No: Fill in the section number Serial Number GENERAL INSTRUCTIONS: Mark your answer at the appropriate

More information

AT77 E-COMMERCE JUNE 2013

AT77 E-COMMERCE JUNE 2013 Q2 (a) Briefly discuss some of the key strength of using the internet for businesses. Key strength of using the internet for business is as follows: (i) 24 7 operation: Round the clock operation is an

More information

An Application of E-Commerce in Auction Process

An Application of E-Commerce in Auction Process An Application of E-Commerce in Auction Process MARIO SPUNDAK, VEDRAN BATOS, MARIO MILICEVIC Department of Electrical Engineering and Computing University of Dubrovnik Cira Carica 4, Dubrovnik 20000 CROATIA

More information

A Heuristic Bidding Strategy for Multiple Heterogeneous Auctions

A Heuristic Bidding Strategy for Multiple Heterogeneous Auctions A Heuristic Bidding Strategy for Multiple Heterogeneous Auctions Patricia Anthony Dept. of Electronics and Computer Science University of Southampton Highfield, Southampton, SO17 1BJ, UK. pa99r@ecs.soton.ac.uk

More information

Capturing the structure of Internet auctions: the ratio of winning bids to the total number of bids

Capturing the structure of Internet auctions: the ratio of winning bids to the total number of bids Capturing the structure of Internet auctions: the ratio of winning bids to the total number of bids Hiromichi Araki and Shigeo Matsubara Department of Social Informatics, Kyoto University, Kyoto 606-8501

More information

Diffusion Mechanism Design

Diffusion Mechanism Design 1 / 24 Diffusion Mechanism Design Dengji Zhao ShanghaiTech University, Shanghai, China Decision Making Workshop @ Toulouse 2 / 24 What is Mechanism Design What is Mechanism Design? What is Mechanism Design

More information

Generative Models for Networks and Applications to E-Commerce

Generative Models for Networks and Applications to E-Commerce Generative Models for Networks and Applications to E-Commerce Patrick J. Wolfe (with David C. Parkes and R. Kang-Xing Jin) Division of Engineering and Applied Sciences Department of Statistics Harvard

More information

Agent-Based Electronic MarketPlace System Design Document

Agent-Based Electronic MarketPlace System Design Document A Project Report for SENG 609.22 Agent Based Software Engineering Course Instructor: Dr. Behrouz H. Far Agent-Based Electronic MarketPlace System Design Document Page 0 Table of Contents Table of Contents...1

More information

Market Based Control of SCP Congestion in Intelligent Networks

Market Based Control of SCP Congestion in Intelligent Networks Market Based Control of SCP Congestion in Intelligent Networks Frikkie Scholtz 1 and Hu Hanrahan 2 1 Telkom SA Ltd., Private Bag x74, Pretoria 0001, e-mail: scholtfj@telkom.co.za 2 University of the Witwatersrand,

More information

New Seller Guide. A step-by-step guide to selling on ebay

New Seller Guide. A step-by-step guide to selling on ebay New Seller Guide A step-by-step guide to selling on ebay TABLE OF CONTENTS Want to join the millions of people who successfully sell on ebay? Here s what you need to know to get started. 1 2 3 Get ready

More information

Chapter 2. E-Marketplaces: Structures, Mechanisms, Economics, and Impacts

Chapter 2. E-Marketplaces: Structures, Mechanisms, Economics, and Impacts Chapter 2 E-Marketplaces: Structures, Mechanisms, Economics, and Impacts E-Marketplaces Markets (electronic or otherwise) have three main functions: 1. Matching buyers and sellers; 2. Facilitating the

More information

MANS: A softbot with adaptive negotiation strategies in the B2B e-commerce

MANS: A softbot with adaptive negotiation strategies in the B2B e-commerce MANS: A softbot with adaptive negotiation strategies in the B2B e-commerce SUNG HO HA School of Business Administration Kyungpook National University 1370 Sangyeok-dong, Buk-gu, Daegu South Korea hsh@mail.knu.ac.kr

More information

Chapter 2 E-Marketplaces: Structure, Mechanisms, Economics, and Impacts

Chapter 2 E-Marketplaces: Structure, Mechanisms, Economics, and Impacts Electronic Commerce 2006 Chapter 2 E-Marketplaces: Structure, Mechanisms, Economics, and Impacts True-False Questions 1. A central role of markets in an economy is to facilitate the exchange of information,

More information

Genetic Algorithm based bargaining agent for Implementing Dynamic Pricing on Internet

Genetic Algorithm based bargaining agent for Implementing Dynamic Pricing on Internet Genetic Algorithm based bargaining agent for Implementing Dynamic Pricing on Internet Kumar Ujjwal MS- AI University of Georgia, USA Jay Aronson Terry College of Business, University of Georgia, USA Abstract

More information

E- COMMERCE AND E- PROCUREMENT

E- COMMERCE AND E- PROCUREMENT E- COMMERCE AND E- PROCUREMENT Miss. R. Lavanya 1, A.Balaji Ashok 2, S.Amarnath rao 3 1 Head of the Dept, 2,3 P.G Student, Department of Management Studies, Gates Institute of Technology, Gooty, A.P (INDIA)

More information

Modelling Business Transactions from the Value and Collaboration Perspective

Modelling Business Transactions from the Value and Collaboration Perspective Modelling Business Transactions from the Value and Collaboration Perspective Tharaka Ilayperuma, Jelena Zdravkovic Royal Institute of Technology Department of Computer and Systems Sciences, Sweden {si-tsi,jelenaz}@dsv.su.se

More information

Outline. Part I - Definition of the Negotiation Process. Negotiation. Protocols, Strategies and Architectures for Automated Negotiation

Outline. Part I - Definition of the Negotiation Process. Negotiation. Protocols, Strategies and Architectures for Automated Negotiation Protocols, Strategies and Architectures for Automated Negotiation Claudio Bartolini HP Labs Bristol Bologna, November 17, 2000 Outline Part I Definition of the Negotiation Process Part II Importance of

More information

Making PayPal work for you. Welcome Kit

Making PayPal work for you. Welcome Kit Making PayPal work for you Welcome Kit How to get the most out of your PayPal account Table of Contents How PayPal Works Paying with PayPal At the speed of want Pay anyone, anywhere Accepting Payments

More information

PMS Software Evaluation Scorecard

PMS Software Evaluation Scorecard PMS Software Evaluation Scorecard Find your PMS match with this easy-to- use scorecard. info@stayntouch.com 301-358-1356 stayntouch.com How to use this Scorecard Investing in the right HOTEL PMS solution

More information

GROW YOUR BUSINESS AND MAINTAIN A COMPETITIVE EDGE: THE CHANGING NATURE OF THE AUCTION INDUSTRY

GROW YOUR BUSINESS AND MAINTAIN A COMPETITIVE EDGE: THE CHANGING NATURE OF THE AUCTION INDUSTRY GROW YOUR BUSINESS AND MAINTAIN A COMPETITIVE EDGE: THE CHANGING NATURE OF THE AUCTION INDUSTRY EXECUTIVE SUMMARY The business of buying and selling inventory is challenging. Asset owners are constantly

More information

Chapter by Prentice Hall

Chapter by Prentice Hall Chapter 9 E-Commerce: Digital it Markets, Digital Goods 9.1 2007 by Prentice Hall STUDENT LEARNING OBJECTIVES What are the unique features of e-commerce, digital markets, and digital goods? How has Internet

More information

EasyDex Bridge Assets

EasyDex Bridge Assets EasyDex White Paper Introduction Since Bitcoin was released in 2008, cryptocurrencies have rapidly become a major influence in both the online and greater economic global communities. The technologies

More information

Traditional auctions such as the English SOFTWARE FRAMEWORKS FOR ADVANCED PROCUREMENT

Traditional auctions such as the English SOFTWARE FRAMEWORKS FOR ADVANCED PROCUREMENT SOFTWARE FRAMEWORKS FOR ADVANCED PROCUREMENT A range of versatile auction formats are coming that allow more flexibility in specifying demand and supply. Traditional auctions such as the English and first-price

More information

BDI Agents for Bidding in English Auctions in Mobile E-commerce

BDI Agents for Bidding in English Auctions in Mobile E-commerce 2012 International Conference on Information and Computer Networks (ICICN 2012) IPCSIT vol. 27 (2012) (2012) IACSIT Press, Singapore BDI Agents for Bidding in English Auctions in Mobile E-commerce Nandini

More information

ΜΑΘΗΜΑ: : ΤΕΧΝΟΛΟΓΙΕΣ & ΕΦΑΡΜΟΓΕΣ

ΜΑΘΗΜΑ: : ΤΕΧΝΟΛΟΓΙΕΣ & ΕΦΑΡΜΟΓΕΣ ΠΑΝΕΠΙΣΤΗΜΙΟ ΑΙΓΑΙΟΥ ΤΜΗΜΑ ΜΗΧΑΝΙΚΩΝ ΠΛΗΡΟΦΟΡΙΑΚΩΝ ΚΑΙ ΕΠΙΚΟΙΝΩΝΙΑΚΩΝ ΣΥΣΤΗΜΑΤΩΝ ΠΡΟΠΤΥΧΙΑΚΟ ΠΡΟΓΡΑΜΜΑ ΣΠΟΥ ΩΝ ΜΑΘΗΜΑ: : ΤΕΧΝΟΛΟΓΙΕΣ & ΕΦΑΡΜΟΓΕΣ ΗΛΕΚΤΡΟΝΙΚΟΥ ΕΜΠΟΡΙΟΥ ιδάσκων: ΑΝΑΠΤΥΞΗ ΣΥΣΤΗΜΑΤΩΝ ΗΛΕΚΤΡΟΝΙΚΟΥ

More information

Robust Multi-unit Auction Protocol against False-name Bids

Robust Multi-unit Auction Protocol against False-name Bids 17th International Joint Conference on Artificial Intelligence (IJCAI-2001) Robust Multi-unit Auction Protocol against False-name Bids Makoto Yokoo, Yuko Sakurai, and Shigeo Matsubara NTT Communication

More information

Building the Knowledge Base of a Buyer Agent Using Reinforcement Learning Techniques

Building the Knowledge Base of a Buyer Agent Using Reinforcement Learning Techniques WCCI 2010 IEEE World Congress on Computational Intelligence July, 18-23, 2010 - CCIB, Barcelona, Spain IJCNN Building the Knowledge Base of a Buyer Agent Using Reinforcement Learning Techniques George

More information

How To Sell Internationally. Selling Toolkit

How To Sell Internationally. Selling Toolkit How To Sell Internationally Selling Toolkit Reach Buyers Around The Globe As the world s premier online marketplace, ebay helps you to quickly and efficiently expand your business globally. ebay has over

More information

BSC (Hons.) Business Information Systems, BSc (Hons) Computing and Information Systems. Cohort: BIS/09/FT, BIS/08/PT & BCISR/11/FT

BSC (Hons.) Business Information Systems, BSc (Hons) Computing and Information Systems. Cohort: BIS/09/FT, BIS/08/PT & BCISR/11/FT BSC (Hons.) Business Information Systems, BSc (Hons) Computing and Information Systems Cohort: BIS/09/FT, BIS/08/PT & BCISR/11/FT Examinations for 2011-2012 / Semester 2 MODULE: E-Business MODULE CODE:

More information

ISSN: X Impact factor: (Volume3, Issue1) Available online at: Auotomated Negotiation in a B2B Environment

ISSN: X Impact factor: (Volume3, Issue1) Available online at:   Auotomated Negotiation in a B2B Environment ISSN: 2454-132X Impact factor: 4.295 (Volume3, Issue1) Available online at: www.ijariit.com Auotomated Negotiation in a B2B Environment Hari Shanker Tripathi M.Tech Student Computer Science&Engineering

More information

CIPS Exam Report for Learner Community:

CIPS Exam Report for Learner Community: CIPS Exam Report for Learner Community: Qualification: Advanced diploma in procurement and supply Unit: AD4 - Category management in P&S Exam series: Nov 2016 Each element of a question carries equal weighting

More information

A Modular Framework for Iterative Combinatorial Auctions

A Modular Framework for Iterative Combinatorial Auctions A Modular Framework for Iterative Combinatorial Auctions SÉBASTIEN LAHAIE Yahoo Research and DAVID C. PARKES Harvard University We describe a modular elicitation framework for iterative combinatorial auctions.

More information

Online Bargaining as a Form of Dynamic Pricing and the Sellers' Advantage from Information Assymmetry

Online Bargaining as a Form of Dynamic Pricing and the Sellers' Advantage from Information Assymmetry Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2005 Proceedings Americas Conference on Information Systems (AMCIS) 2005 Online Bargaining as a Form of Dynamic Pricing and the

More information

One Stop Shopping (Session J) Ed Cross, Executive Director, Odesma on behalf of Perfect Commerce / Hubwoo

One Stop Shopping (Session J) Ed Cross, Executive Director, Odesma on behalf of Perfect Commerce / Hubwoo Innovative Briefings on a Range of New Developments One Stop Shopping (Session J) Ed Cross, Executive Director, Odesma on behalf of Perfect Commerce / Hubwoo 1 Introduction Perfect Commerce offers world-class

More information

Realize More with the Power of Choice. Microsoft Dynamics ERP and Software-Plus-Services

Realize More with the Power of Choice. Microsoft Dynamics ERP and Software-Plus-Services Realize More with the Power of Choice Microsoft Dynamics ERP and Software-Plus-Services Software-as-a-service (SaaS) refers to services delivery. Microsoft s strategy is to offer SaaS as a deployment choice

More information

Winner Determination Algorithms for Electronic Auctions: A Framework Design

Winner Determination Algorithms for Electronic Auctions: A Framework Design Winner Determination Algorithms for Electronic Auctions: A Framework Design Martin Bichler, Jayant Kalagnanam, Ho Soo Lee, Juhnyoung Lee IBM T. J. Watson Research Center Yorktown Heights, NY 10598, USA

More information

A Service-Oriented Architecture for Design and Development of Middleware

A Service-Oriented Architecture for Design and Development of Middleware A Service-Oriented Architecture for Design and Development of Middleware Yih-Cheng Lee* Chi-Ming Ma Shih-Chien Chou Dept. of Computer Science and Information Engineering, National Dong Hwa University,

More information

SRDS.com Media Pro Webinars

SRDS.com Media Pro Webinars SRDS.com Media Pro Webinars How to Find and Evaluate Digital Media Networks and Tech Kantar Media 2014 Learn more at SRDS.com/digital Digital advertising is too confusing Kantar Media 2014 Learn more at

More information

Measuring the Benefits to Sniping on ebay: Evidence from a Field Experiment

Measuring the Benefits to Sniping on ebay: Evidence from a Field Experiment Measuring the Benefits to Sniping on ebay: Evidence from a Field Experiment Sean Gray New York University David Reiley 1 University of Arizona This Version: September 2004 First Version: April 2004 Preliminary

More information

Priceline: Name your own price!! Shrutivandana Sharma. EECS 547 (Electronic Commerce): Winter 2008 University of Michigan, Ann Arbor

Priceline: Name your own price!! Shrutivandana Sharma. EECS 547 (Electronic Commerce): Winter 2008 University of Michigan, Ann Arbor Priceline: Name your own price!! by Shrutivandana Sharma EECS 547 (Electronic Commerce): Winter 2008 University of Michigan, Ann Arbor Outline Introduction Name Your Own Price mechanism Analysis Conclusion

More information

Introduction to E-Business I (E-Bay)

Introduction to E-Business I (E-Bay) Introduction to E-Business I (E-Bay) e-bay is The worlds online market place it is an inexpensive and excellent site that allows almost anyone to begin a small online e-business. Whether you are Buying

More information

BUSINESS TERMS SOFTWARE AG PARTNER. 1 Definitions EXHIBITS & FORMS SEPTEMBER 2017

BUSINESS TERMS SOFTWARE AG PARTNER. 1 Definitions EXHIBITS & FORMS SEPTEMBER 2017 EXHIBITS & FORMS SEPTEMBER 2017 SOFTWARE AG PARTNER BUSINESS TERMS 1 Definitions 1.1 Definitions: Unless the context requires otherwise the following words and expressions shall bear the meanings set out

More information

Chapter 01. Introduction to Electronic Commerce. By: M.F. Rashida Lecturer in MIT Department of MIT Faculty of Management and Commerce, SEUSL

Chapter 01. Introduction to Electronic Commerce. By: M.F. Rashida Lecturer in MIT Department of MIT Faculty of Management and Commerce, SEUSL Chapter 01 Introduction to Electronic Commerce By: M.F. Rashida Lecturer in MIT Department of MIT Faculty of Management and Commerce, SEUSL Learning Objectives 1. Define electronic commerce (EC) and describe

More information

How To Sell Internationally. Selling Toolkit

How To Sell Internationally. Selling Toolkit How To Sell Internationally Selling Toolkit Reach Buyers Around The Globe As the world s premier online marketplace, ebay helps you to quickly and efficiently expand your business globally. ebay has over

More information

Bhalchandra Agashe and Vineet Gorhe Department of Computer Sciences The University of Texas at Austin {bsagashe,

Bhalchandra Agashe and Vineet Gorhe Department of Computer Sciences The University of Texas at Austin {bsagashe, GARFIELD: A Robust Supply Chain Management Agent Bhalchandra Agashe and Vineet Gorhe Department of Computer Sciences The University of Texas at Austin {bsagashe, vmgorhe}@cs.utexas.edu 7 December 2006

More information

Electronic Commerce. Electronic Commerce

Electronic Commerce. Electronic Commerce Electronic Commerce Electronic Commerce Code: 008023-01+02 Course: Electronic Commerce Period: Autumn 2013 Professor: Sync Sangwon Lee, Ph. D D. of Information & Electronic Commerce 1 00. Contents 01.

More information

How To Sell Internationally. Selling Toolkit

How To Sell Internationally. Selling Toolkit How To Sell Internationally Selling Toolkit Reach Buyers Around The Globe As the world s premier online marketplace, ebay helps you to quickly and efficiently expand your business globally. ebay has over

More information

Keywords: Auction; products; Bidding; ; seller

Keywords: Auction; products; Bidding;  ; seller ISSN XXXX XXXX 2018 IJESC Research Article Volume 8 Issue No.4 Developing a Web Based Android Application for Auction Based E- Commerce System Jurjees Ahamed.S 1, Santhosh Kumar.V 2, Satish Kumar.S 3,

More information

DEVELOPING A JADE-BASED MULTI-AGENT E-COMMERCE ENVIRONMENT

DEVELOPING A JADE-BASED MULTI-AGENT E-COMMERCE ENVIRONMENT DEVELOPING A JADE-BASED MULTI-AGENT E-COMMERCE ENVIRONMENT Amalia Pirvanescu SoftExpert SRL Str.Vasile Conta, bl.u25, Craiova, Romania amaliap@soft-expert.com Costin Badica University of Craiova, Software

More information

A Modular Framework for Iterative Combinatorial Auctions

A Modular Framework for Iterative Combinatorial Auctions A Modular Framework for Iterative Combinatorial Auctions The Harvard community has made this article openly available. Please share how this access benefits you. Your story matters Citation Lahaie, Sébastien,

More information

CHAPTER 2. Presented By: Raghda Essam Dina El-Haddad Samar El-Haddad Menna Hatem. E-Marketplaces: Structures, Mechanisms and Impacts

CHAPTER 2. Presented By: Raghda Essam Dina El-Haddad Samar El-Haddad Menna Hatem. E-Marketplaces: Structures, Mechanisms and Impacts CHAPTER 2 Presented By: Raghda Essam Dina El-Haddad Samar El-Haddad Menna Hatem E-Marketplaces: Structures, Mechanisms and Impacts Agenda Introduction E-Marketplaces and Its components Transaction, Electronic

More information

The Marketplace of User Interface Real Estate. Luigi Troiano Gerardo Canfora University of Sannio Department of Engineering Benevento (Italy)

The Marketplace of User Interface Real Estate. Luigi Troiano Gerardo Canfora University of Sannio Department of Engineering Benevento (Italy) The Marketplace of User Interface Real Estate Luigi Troiano Gerardo Canfora University of Sannio Department of Engineering Benevento (Italy) Graphical User Interface Assets The UI assets can be different

More information

ESSENTIALS OF E-COMMERCE (UNIT-2) PROCESS OF ELECTRONIC TRANSACTIONS AND THE INDIAN PAYMENT MODEL

ESSENTIALS OF E-COMMERCE (UNIT-2) PROCESS OF ELECTRONIC TRANSACTIONS AND THE INDIAN PAYMENT MODEL ESSENTIALS OF E-COMMERCE (UNIT-2) PROCESS OF ELECTRONIC TRANSACTIONS AND THE INDIAN PAYMENT MODEL 1. INTRODUCTION Hello students, today we are going to study the subject E-commerce. The second unit covers

More information

An MDA Method for Service Modeling by Formalizing REA and Open-edi Business Frameworks with SBVR

An MDA Method for Service Modeling by Formalizing REA and Open-edi Business Frameworks with SBVR An MDA Method for Service Modeling by Formalizing REA and Open-edi Business Frameworks with SBVR Jelena Zdravkovic, Iyad Zikra, Tharaka Ilayperuma Department of Computer and Systems Sciences Stockholm

More information

AN APRUVE WHITE PAPER. Unlocking Hidden Value IN BUSINESS CREDIT OPERATIONS

AN APRUVE WHITE PAPER. Unlocking Hidden Value IN BUSINESS CREDIT OPERATIONS AN APRUVE WHITE PAPER Unlocking Hidden Value IN BUSINESS CREDIT OPERATIONS 30% 40% 30% 60 50 40 30 20 10 30% 100% 30% Unlocking Hidden Value in Business Credit Operations As companies continue to grasp

More information

Comparative Study of Traditional Software Development and Development on Cloud

Comparative Study of Traditional Software Development and Development on Cloud Volume 8, No. 5, May June 2017 International Journal of Advanced Research in Computer Science REVIEW ARTICLE Available Online at www.ijarcs.info ISSN No. 0976-5697 Comparative Study of Traditional Software

More information

welcome packet Version

welcome packet Version welcome packet Version 1.2-04.07.2016 CONTENTS Table Of Contents Getting Started................................................. pg. 3 Auction Types...................................................

More information

Internet Enabled Reverse Auctions: A Literature Synthesis

Internet Enabled Reverse Auctions: A Literature Synthesis Association for Information Systems AIS Electronic Library (AISeL) SAIS 2011 Proceedings Southern (SAIS) 2011 Internet Enabled Reverse Auctions: A Literature Synthesis Chaitanya Sambhara Georgia State

More information

E-Commerce and Web Technologies

E-Commerce and Web Technologies GRADUATE SCHOOL OF MANAGEMENT ST. PETERSBURG STATE UNIVERSITY Course Outline E-Commerce and Web Technologies Lecturer: Yablonsky Sergey, PhD, Information Technologies in Management Department, serge_yablonsky@hotmail.com

More information

Technology. Platform structure. Architecture scheme.

Technology. Platform structure. Architecture scheme. Technology The Ubcoin Platform applies blockchain technology to create, manage, and operate tokenized cryptocurrency. The platform operates on Ethereum-based smart-contracts. Platform structure. Architecture

More information

Mining the Web for transforming customer data into customer value

Mining the Web for transforming customer data into customer value Mining the Web for transforming customer data into customer value Important announcements: - Weka data mining software : http://www.cs.waikato.ac.nz/ml/weka/ -Download software + tutorial -Start learning

More information

wipro.com Media Capabilities Enhancing user experience

wipro.com Media Capabilities Enhancing user experience wipro.com Media Capabilities Enhancing user experience Content consumption Content consumption is evolving at an unprecedented pace. The increase in internet speed and availability of devices capable of

More information

CHAPTER 9 Electronic Commerce Software

CHAPTER 9 Electronic Commerce Software CHAPTER 9 Electronic Commerce Software 2017 Cengage Learning. May not be scanned, copied or duplicated, or posted to a. publicly accessible website, in whole or in part, except for use as permitted in

More information

Outline. Protocols, Strategies and Architectures for Automated Negotiation. Claudio Bartolini HP Labs Bristol Bologna, November 17, 2000

Outline. Protocols, Strategies and Architectures for Automated Negotiation. Claudio Bartolini HP Labs Bristol Bologna, November 17, 2000 Protocols, Strategies and Architectures for Automated Negotiation Claudio Bartolini HP Labs Bristol Bologna, November 17, 2000 Page 1 Outline Part I Definition of the Negotiation Process Part II Importance

More information

Game Theory: Spring 2017

Game Theory: Spring 2017 Game Theory: Spring 2017 Ulle Endriss Institute for Logic, Language and Computation University of Amsterdam Ulle Endriss 1 Plan for Today This and the next lecture are going to be about mechanism design,

More information

The Smart Way Suggested products to buy online Most of us have made a purchase online. Whether you have or not, this topic provides tips to guide you during your next online purchase. An item that might

More information

Btwentyfour services. (English version 2010)

Btwentyfour services. (English version 2010) Btwentyfour services (English version 2010) Enabled EDI The fast track to communicating business information Sometimes, situations arise where you need to instantly fulfill customer requirements and communicate

More information

Evolving Bidding Strategies for Multiple Auctions

Evolving Bidding Strategies for Multiple Auctions Evolving Bidding Strategies for Multiple Auctions Patricia Anthony and Nicholas R. Jennings 1 Abstract. Due to the proliferation of online auctions, there is an increasing need to monitor and bid in multiple

More information

CombineNet. November 15, CombineNet. Tomasz P. Michalak. Introduction. Introduction. Expressive Bidding. Expressive Bid Taking

CombineNet. November 15, CombineNet. Tomasz P. Michalak. Introduction. Introduction. Expressive Bidding. Expressive Bid Taking November 15, 2010 Presentation based on: Sholm, T. 2007. Commerce Its Application to Sourcing: How We Conducted $35 Billion of Generalized Combinatorial Auctions. AI Magazine, 28(3), 45-58, Fall - Sourcing

More information

Patterns in Software Engineering

Patterns in Software Engineering Patterns in Software Engineering Lecturer: Raman Ramsin Lecture 18 Analysis Patterns Part 1 1 Analysis Patterns First introduced by Fowler in 1997. Analysis patterns are groups of concepts that represent

More information

Introduction to Auctions

Introduction to Auctions Common to Optimal in Item Cheriton School of Computer Science University of Waterloo Outline Common Optimal in Item 1 2 Common Optimal 3 in 4 Item 5 Common Optimal in Item Methods for allocating goods,

More information

An Introduction to a Conceptual Framework of Assurance

An Introduction to a Conceptual Framework of Assurance An Introduction to a Conceptual Framework of Assurance Prof. Joshua Onome Imoniana EAC0229 Assignment Respond to the following: 1. Think of a specific example of assurance other than f/s audits. 2. Why

More information

1. Products and/or Services and your Unique Selling Proposition 2. Pricing Strategy 3. Sales/Distribution Plan 4. Advertising and Promotions Plan

1. Products and/or Services and your Unique Selling Proposition 2. Pricing Strategy 3. Sales/Distribution Plan 4. Advertising and Promotions Plan The Business Plan Section 4: The Marketing Plan Section of the Business Plan When writing the business plan, this section explains how you're going to get your customers to buy your products and/or services.

More information

The Expressway to. B2B E-Commerce World. The Leading e-marketplace Service Provider

The Expressway to. B2B E-Commerce World. The Leading e-marketplace Service Provider The Expressway to B2B E-Commerce World The Leading e-marketplace Service Provider ïïïkåçãoäkåçã ïïïkåçãoäkåéí is a joint venture founded by Compaq Computer, Commerce One, and several leading industrial

More information

Chapter 5. Objectives. Business-to-Business Strategies: From Electronic Data Interchange to Electronic Commerce

Chapter 5. Objectives. Business-to-Business Strategies: From Electronic Data Interchange to Electronic Commerce Chapter 5 Business-to-Business Strategies: From Electronic Data Interchange to Electronic Commerce Objectives In this chapter, you will learn about: Strategies that businesses use to improve purchasing,

More information

Domain Auction and Priority Checking Analysis

Domain Auction and Priority Checking Analysis Domain Auction and Priority Checking Analysis Subhashini.V 1, Babu.M 2 1 M.E (CSE), Department of CSE, G.K.M College of Engineering, Chennai, TamilNadu, India 2 Ph.D Research Scholar, Department of CSE,

More information

Mysimon.com. Dynamic Pricing. The Internet Changes Pricing Strategies 11/30/2011 PRICING IN DIGITIAL MARKETING

Mysimon.com. Dynamic Pricing. The Internet Changes Pricing Strategies 11/30/2011 PRICING IN DIGITIAL MARKETING PRICING IN DIGITIAL MARKETING Assist. Prof. Dr. Ozge Ozgen 11-5 The Internet Changes Pricing Strategies Price is the sum of all values that buyers exchange for the benefits of a good or service. Throughout

More information

API Gateway Digital access to meaningful banking content

API Gateway Digital access to meaningful banking content API Gateway Digital access to meaningful banking content Unlocking The Core Jason Williams, VP Solution Architecture April 10 2017 APIs In Banking A Shift to Openness Major shift in Banking occurring whereby

More information

Seminar in AI: E-Commerce and Computational Economics

Seminar in AI: E-Commerce and Computational Economics Seminar in AI: E-Commerce and Computational Economics Agent-Based Service Composition Through Simultaneous Negotiation in Forward and Reverse Auctions Authors:Chris Priest, Claudio Bartolini, Andrew Byde

More information

Lecture 9, part 1.: E- sourcing

Lecture 9, part 1.: E- sourcing Lecture 9, part 1.: E- sourcing Dr. Suvituulia Taponen The rise of electronic applications in purchasing Forms of e-applications in purchasing Implementation issues Some new trends The rise of electronic

More information

Multiagent Resource Allocation 1

Multiagent Resource Allocation 1 Multiagent Resource Allocation 1 Michal Jakob Agent Technology Center, Dept. of Computer Science and Engineering, FEE, Czech Technical University AE4M36MAS Autumn 2014 - Lecture 11 Where are We? Agent

More information

Next. Grow. Your guide to maximising Dynamic Currency Conversion. elavon.co.uk

Next. Grow. Your guide to maximising Dynamic Currency Conversion. elavon.co.uk Grow Your guide to maximising Dynamic Currency Conversion elavon.co.uk Contents Contents All you need to know about pre-authorisations with DCC All you need to know about DCC on contactless cards and mobile

More information

CAMPAIGN TYPES. BENEFIT FROM A CAMPAIGN TAILORED TO YOUR NEEDS. Incentive and Burst Campaigns. Social Media Campaigns. Google Adwords.

CAMPAIGN TYPES. BENEFIT FROM A CAMPAIGN TAILORED TO YOUR NEEDS. Incentive and Burst Campaigns. Social Media Campaigns. Google Adwords. AGENCY OF HEROES CAMPAIGN TYPES BENEFIT FROM A CAMPAIGN TAILORED TO YOUR NEEDS. Incentive and Burst Campaigns Social Media Campaigns Apple Store Ads Google Adwords Media Buys on RTB/DSP Remarketing THE

More information

Universal Decentralized Asset Platform (UDAP)

Universal Decentralized Asset Platform (UDAP) Universal Decentralized Asset Platform (UDAP) UDAP Foundation UDAP, a Blockchain Middleware for Tokenizing Everything Summary With the fundamental layer one in the Ethereum ecosystem now established, blockchain

More information

E-procurement and E-markets. E-business lecture 7

E-procurement and E-markets. E-business lecture 7 E-procurement and E-markets E-business lecture 7 Outline Intro Purchasing Procurement (E-)markets (E-)Auctions Procurement What is procurement? All activities involved with obtaining items from suppliers:

More information

Primax International Journal of Commerce and Management Research

Primax International Journal of Commerce and Management Research IMPACT OF TECHNOLOGY TRANSFORMATION ON JOB CONTENT WITH SPECIAL REFERENCE TO PUBLIC SECTOR BANKS IN NAGPUR CITY Priyanka Amlesh Deshmukh 1 Abstract Indian public sector banks have been going with tremendous

More information

PREPARE, CREATE & GO!

PREPARE, CREATE & GO! CRITICAL SUCCESS FACTORS IN eprocurement SOFTWARE ADOPTION PREPARE, CREATE & GO! BY ANTHONY FLYNN 3 Steps to an Effective RFQ Request for Quotation Whitepaper Series CONTENTS Request For Quotation Getting

More information

Secrets of Product Launching

Secrets of Product Launching Secrets of Product Launching 1 Secrets of Product Launching This is a free ebook! You can give this ebook away freely, as long as you do not alter this ebook in any way, shape, or form, and it must remain

More information