An Open Agent Environment for Context-Aware mcommerce
|
|
|
- Gregory Cole
- 10 years ago
- Views:
Transcription
1 15 th Bled Electronic Commerce Conference ereality: Constructing the eeconomy Bled, Slovenia, June 17-19, 2002 An Open Agent Environment for Context-Aware mcommerce Norman M. Sadeh School of Computer Science, Carnegie Mellon University United States Enoch Chan School of Computer Science, Carnegie Mellon University United States Linh Van School of Computer Science, Carnegie Mellon University United States Abstract In this paper, we introduce MyCampus, an agent-based environment for contextaware mobile services, which we are in the process of developing and validating on Carnegie Mellon University s campus. The environment revolves around a growing collection of customizable agents capable of (semi-) automatically discovering and accessing Intranet and Internet services as they assist their users in carrying out different tasks (e.g. planning an evening out, organizing a study group or filtering incoming messages). The openness of the MyCampus architecture directly derives from a set of ontologies for describing contextual attributes, user preferences and web services. Preference and contextual ontologies make it possible to develop agents that can automatically understand user contexts and preferences, allowing users over time 35
2 Norman M. Sadeh, Enoch Chan, Linh Van to pull new agents into their personal environments. Similarly, service ontologies facilitate the introduction of new Web services by allowing agents to (semi-) automatically discover and access them. Such openness could one day play a key role in helping create a more open playing field for producers of Web services. It could also open the door to new markets for a wide variety of simple, task-specific agents capable of automatically adapting to their user s context and preferences. Keywords: Intelligent Agents, Semantic Web, Context Awareness, Mobile Internet Services, Mobile Commerce, Privacy. Introduction With tens of millions of Internet-enabled mobile devices, the mobile Internet is opening the door to a slew of new mobile applications and services that will assist users as they engage in time-critical, goal-driven tasks. Yet today, the mobile commerce landscape is dominated by relatively simple infotainment services. Moving beyond these simple services requires overcoming the inherent input/output limitations of mobile devices through higher degrees of automation and the development of services that understand the context within which their users operate e.g. their locations, the activities they are engaged in, who their friends and colleagues are as well as a number of other contextual attributes and preferences. MyCampus is a semantic web environment for context-aware services, which we are in the process of developing and validating on Carnegie Mellon University s campus. The environment revolves around a growing collection of customizable agents capable of (semi-)automatically discovering and accessing Intranet and Internet services as they assist their users in carrying out different tasks (e.g. planning an evening, organizing a study group, looking for a place where to eat, filtering incoming messages). The power and scalability of the environment directly derives from a set of ontologies for describing contextual attributes, user preferences and web services, making it possible to easily accommodate new taskspecific agents and new Web services. MyCampus Architecture Like many other campuses, CMU s can be viewed as an everyday life microcosm. Members of the community engage in a broad range of activities from working and studying to socializing, practicing sports, attending a variety of events, shopping, 36
3 An Open Agent Environment for Context-Aware M-Commerce eating, etc. MyCampus users access personalized, context-aware agents from their PDAs over the campus s wireless LAN. Figure 1: Overview of MyCampus Architecture Specifically each user has a personal environment (aka an e-wallet) that controls access to his or her personal preferences and contextual attributes. Current contextual attributes include the user s location on campus, his calendar, friends and classmates, as well as information about the weather. Location information is obtained using location tracking functionality deployed by local startup Pango on top of CMU s WiFi (IEEE802.11) Wireless LAN. Weather information is currently obtained by connecting to an outside Website. MyCampus users can over time pull new task-specific agents into their personal environment in a way reminiscent of today s mobile phone users who download new ringtones and caller group icons on their handsets - except that MyCampus agents may very well reside on servers rather than on the mobile device itself. As users pull individual copies of task-specific agents into their personal environments, these copies are instantiated, taking into account relevant user preferences and contextual attributes. Permission profiles are used to control access to resources in a 37
4 Norman M. Sadeh, Enoch Chan, Linh Van user s personal environment. This includes access by the user s own agents as well as those of other users (e.g. allowing your classmates and their agents to see where you are between noon and 4pm or allowing your girlfriend and her agents to schedule activities in your calendar on Friday night). In general, access to a user s personal resource may involve: Requesting the value of a contextual attribute at a particular time (e.g. where is the user right now, or does the user already have a meeting between noon and 1pm today?) Requesting regular updates about the value of one such attribute (e.g. send me updates on the user s location every 5 minutes) Requesting updates as the value of a particular attribute changes (e.g. let me know each time the user enters or exits a building) Modifying the value of an attribute (e.g. scheduling a meeting in the user s calendar) MyCampus Agents An example of a simple agent implemented at the time of writing is a restaurant concierge that gives users suggestions on where to have lunch, depending on their food preferences, the time they have available before their next meeting or class, their location on campus and the weather. For instance, when it rains, the concierge will look for places that do not require walking outside and, if the student only has say 20 minutes before her next class, it will limit its recommendations to nearby fast food places. The recommendations listed in Figure 2 include restaurant ratings that are both context and preference specific. Other agents our group is currently experimenting with include context-sensitive message filtering and message routing agents, context-sensitive reminder agents, as well as more sophisticated agents endowed with planning and automated Web service access functionality. Context-sensitive message filtering agents are used to filter push messages such as announcements about events on campus (or promotional messages companies could be sending you). Our system relies on a taxonomy of messages (e.g. promotional messages versus seminar announcements) and on context-sensitive preferences (e.g. when in class, I don t want to be disrupted by promotional messages) to decide which messages to show to the user. 38
5 An Open Agent Environment for Context-Aware M-Commerce Figure 2: This Restaurant Concierge is an example of a MyCampus Agent. It returns recommendations on where to have lunch, based on the user s current context and preferences (i.e. restaurant ratings are context and preference specific). Our group is also experimenting with other message filtering agents and message routing agents in the context of projects with Alcoa and with the Department of Defense (e.g. to decide how to reroute important messages if their intended recipient is not available). Context-sensitive reminder agents remind students of tasks they have in their to do list such as buying milk as they get close to the local grocery store or picking up a homework assignment when they approach the right building on campus. Combining Planning with Automated Web Service Discovery and Access Beyond the relatively simple agents we just reviewed, our project is also experimenting with agents capable of developing and executing plans that involve 39
6 Norman M. Sadeh, Enoch Chan, Linh Van the (semi-) automatic discovery and access of Web Services. Suppose that you are visiting a new town and would like to eat pizza. You could try to have pizza delivered to your current location; you could go to a pizza restaurant; you could even send a colleague or friend to go and get you a pizza. Ultimately, the option you will choose will depend on your personal context (e.g. where you are, how much time you have, etc.) as well as the availability of restaurants that deliver to your location at this particular time or the availability of different modes of transportation. Accordingly, we are experimenting with task-specific agents (e.g. an agent to help you purchase items such as a pizza) that are capable of dynamically developing plans based on your current context and information obtained through automated Web service discovery and access. Specifically, our current agents rely on a simple STRIPS-like formalism where tasks are represented as goals (e.g. having a pizza and being at the same location as the pizza) and where primitive operators such as ordering a pizza for delivery are instantiated based on the discovery of relevant Web services. If the agent fails to discover a pizza restaurant that delivers to the user s current location, it moves on and tries to instantiate a primitive operator that will get the user to the location of a pizza restaurant again through service discovery, looking for nearby pizza restaurants and available modes of transportation (e.g. walking if it is not too far or taking a bus). Fig. 3 depicts an example of one such scenario. Figure 3: A simple pizza example illustrating the use of declarative Web service descriptions, automated Web service discovery and AI planning. 40
7 An Open Agent Environment for Context-Aware M-Commerce This research builds on work carried out by members of the DAML-S coalition. Concluding Remarks MyCampus is an ambitious project that aims at leveraging the power of recent Semantic Web concepts in support of mobile, context-aware services. Our work revolves around the development of a growing collection task-specific agents that users can pull into their personal environments. Thanks to the use of ontologies for representing user preferences and contextual attributes, agents can automatically access and exploit relevant user preferences and contextual attributes. Declarative Web service descriptions also make it possible for agents to automatically discover and access Web services as they assist their users. The openness of the MyCampus architecture could one day play a key role in helping create a more open playing field for producers of Web services. It could also open the door to new markets for a wide variety of simple, task-specific agents capable of automatically adapting to their user s context and preferences (e.g. services to help you filter messages, plan an evening out, etc.). Acknowledgements This research is supported in part by the Defense Advanced Research Project Agency under the DAML initiative (contract F ) and in part by grants from IBM, HP, Pango, Symbol and the IST program (SWAP project). References Berners-Lee, T., J. Hendler, and O. Lassila, The Semantic Web, Scientific American, May The DAML Services Coalition (alphabetically Anupriya Ankolenkar, Mark Burstein, Jerry R. Hobbs, Ora Lassila, David L. Martin, Drew McDermott, Sheila A. McIlraith, Srini Narayanan, Massimo Paolucci, Terry R. Payne and Katia Sycara), "DAML-S: Web Service Description for the Semantic Web", to appear in The First International Semantic Web Conference (ISWC), June,
8 Norman M. Sadeh, Enoch Chan, Linh Van J. Hendler, "Agents on the Web", IEEE Intelligent Systems, Special Issue on the Semantic Web, Volume 16, No. 2, pp , March/April, McIlraith, S. A., T. C. Son, and Honglei Zeng, Semantic Web Services, IEEE Intelligent Systems, March/April Sadeh, N., Mobile Commerce: New Technologies, Services and Business Models, Wiley, April Sadeh, Norman, A Semantic Web Environment for Context-Aware Mobile Services, Wireless World Research Forum Conference, Stockholm, September
A QoS-Aware Web Service Selection Based on Clustering
International Journal of Scientific and Research Publications, Volume 4, Issue 2, February 2014 1 A QoS-Aware Web Service Selection Based on Clustering R.Karthiban PG scholar, Computer Science and Engineering,
SmartLink: a Web-based editor and search environment for Linked Services
SmartLink: a Web-based editor and search environment for Linked Services Stefan Dietze, Hong Qing Yu, Carlos Pedrinaci, Dong Liu, John Domingue Knowledge Media Institute, The Open University, MK7 6AA,
Project Proposal Seminar Thesis
University of Bern, Switzerland Institute of Applied Mathematics and Computer Science Project Proposal Seminar Thesis Prototype Integrating Context Aware Analysis for M-Commerce Application STUDENT NAME:
Incorporating Semantic Discovery into a Ubiquitous Computing Infrastructure
Incorporating Semantic Discovery into a Ubiquitous Computing Infrastructure Robert E. McGrath, Anand Ranganathan, M. Dennis Mickunas, and Roy H. Campbell Department of Computer Science, University or Illinois
Supporting Change-Aware Semantic Web Services
Supporting Change-Aware Semantic Web Services Annika Hinze Department of Computer Science, University of Waikato, New Zealand [email protected] Abstract. The Semantic Web is not only evolving into
ODE-SWS: A Semantic Web Service Development Environment
ODE-SWS: A Semantic Web Service Development Environment Óscar Corcho 1, Asunción Gómez-Pérez 1, and Mariano Fernández-López 1 Manuel Lama 2 1 Departamento de Inteligencia Artificial. Facultad de Informática.
Semantic Transformation of Web Services
Semantic Transformation of Web Services David Bell, Sergio de Cesare, and Mark Lycett Brunel University, Uxbridge, Middlesex UB8 3PH, United Kingdom {david.bell, sergio.decesare, mark.lycett}@brunel.ac.uk
Mobile Web Ljupco Antovski
Mobile Web Ljupco Antovski, Marjan Gusev University Ss. Cyril and Methodius, Faculty of Natural Sciences, Institute of Informatics Arhimedova 5, 1000 Skopje, Republic of Macedonia [email protected] ; [email protected]
Secure Semantic Web Service Using SAML
Secure Semantic Web Service Using SAML JOO-YOUNG LEE and KI-YOUNG MOON Information Security Department Electronics and Telecommunications Research Institute 161 Gajeong-dong, Yuseong-gu, Daejeon KOREA
Exploiting User and Process Context for Knowledge Management Systems
Workshop on User Modeling for Context-Aware Applications at the 8th Int. Conf. on User Modeling, July 13-16, 2001, Sonthofen, Germany Exploiting User and Process Context for Knowledge Management Systems
Efficient Intelligent Secure for Web Service Composition
Somayeh Karimi, Seyed Morteza Babamir Islamic Azad University, Meymeh Branch, Department of Computer, Meymeh, Iran University of Kashan, Department of Computer Engineering, Kashan, Iran [email protected],
Supply Chain Platform as a Service: a Cloud Perspective on Business Collaboration
Supply Chain Platform as a Service: a Cloud Perspective on Business Collaboration Guopeng Zhao 1, 2 and Zhiqi Shen 1 1 Nanyang Technological University, Singapore 639798 2 HP Labs Singapore, Singapore
9 sets de dúas fichas 1 set de tres fichas
EXPRESIÓN ORAL 9 sets de dúas fichas 1 set de tres fichas 1 SPEAKING SET 1 CANDIDATE A TASK 1 (MONOLOGUE): FILMS You are a Spanish student living in London and you meet a Polish friend for coffee. You
DAML-S: Web Service Description for the Semantic Web
DAML-S: Web Service Description for the Semantic Web DAML-S Coalition: Anupriya Ankolekar 2, Mark Burstein 1, Jerry R. Hobbs 4, Ora Lassila 3, Drew McDermott 6, David Martin 4, Sheila A. McIlraith 5, Srini
Horizontal IoT Application Development using Semantic Web Technologies
Horizontal IoT Application Development using Semantic Web Technologies Soumya Kanti Datta Research Engineer Communication Systems Department Email: [email protected] Roadmap Introduction Challenges
CWI/CTIF seminar 24.-25.Oct2011. Integrating context- and content-aware mobile services into the cloud
Center for Wireless Innovation Norway cwin.no CWI Norway CWI/CTIF seminar 24.-25.Oct2011 Integrating context- and content-aware mobile services into the cloud Josef Noll, Zahid Iqbal, Mohammad M.R. Chowdhury
Chapter 6 Telecommunications, Networks, and Wireless. Computing
Chapter 6 Telecommunications, Networks, and Wireless Computing Essay Questions: 1. Define a hub, switch, and a router. 2. List the challenges associated with managing contemporary telecommunications and
White Paper: Evaluating Big Data Analytical Capabilities For Government Use
CTOlabs.com White Paper: Evaluating Big Data Analytical Capabilities For Government Use March 2012 A White Paper providing context and guidance you can use Inside: The Big Data Tool Landscape Big Data
Mobile Cloud Computing: Paradigms and Challenges 移 动 云 计 算 : 模 式 与 挑 战
Mobile Cloud Computing: Paradigms and Challenges 移 动 云 计 算 : 模 式 与 挑 战 Jiannong Cao Internet & Mobile Computing Lab Department of Computing Hong Kong Polytechnic University Email: [email protected]
Security Benefits of Cloud Computing
Security Benefits of Cloud Computing FELICIAN ALECU Economy Informatics Department Academy of Economic Studies Bucharest ROMANIA e-mail: [email protected] Abstract: The nature of the Internet is
Auto-Classification for Document Archiving and Records Declaration
Auto-Classification for Document Archiving and Records Declaration Josemina Magdalen, Architect, IBM November 15, 2013 Agenda IBM / ECM/ Content Classification for Document Archiving and Records Management
Mobile App Discovery through Conceptual Models
Mobile App Discovery through Conceptual Models Jasmin Brakmic, BSc Supervisor: Prof. Dr. Dimitris Karagiannis Research Group Knowledge Engineering University of Vienna, 24.01.2013 Agenda 1. Motivation
RAISING THE BAR. Voice Over IP Technology for: COMPLETE NETWORK-BASED SCHOOL COMMUNICATIONS SOLUTION
Advanced IP-Based Intercom and Mass Notification System RAISING THE BAR COMPLETE NETWORK-BASED SCHOOL COMMUNICATIONS SOLUTION Voice Over IP Technology for: Distributed Architecture Intercom & Paging School
The biggest mistake we made as a company was betting too much on HTML5 as opposed to native.
Myths About Web-Enabled Mobile event solutions With so many vendors in the marketplace, it s hard to know where to start looking for the right mobile solution for your next event and even harder to tell
VOLUME 4, NUMBER 1, JANUARY 2006. Alloy Navigator 5: Robust New Service Management Solution Slated for Release
Directions VOLUME 4, NUMBER 1, JANUARY 2006 Welcome to Directions Welcome to the January 2006 issue of Directions, Alloy Software s online customer newsletter. Let us know any topics you want to read about,
SemWeB Semantic Web Browser Improving Browsing Experience with Semantic and Personalized Information and Hyperlinks
SemWeB Semantic Web Browser Improving Browsing Experience with Semantic and Personalized Information and Hyperlinks Melike Şah, Wendy Hall and David C De Roure Intelligence, Agents and Multimedia Group,
01219211 Software Development Training Camp 1 (0-3) Prerequisite : 01204214 Program development skill enhancement camp, at least 48 person-hours.
(International Program) 01219141 Object-Oriented Modeling and Programming 3 (3-0) Object concepts, object-oriented design and analysis, object-oriented analysis relating to developing conceptual models
Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols
E-Commerce Infrastructure II: the World Wide Web The Internet and the World Wide Web are two separate but related things Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 1 Outline The Internet and
Knowledge Management System Architecture For Organizational Learning With Collaborative Environment
Proceedings of the Postgraduate Annual Research Seminar 2005 1 Knowledge Management System Architecture For Organizational Learning With Collaborative Environment Rusli Haji Abdullah δ, Shamsul Sahibuddin
Monitoring Web Browsing Habits of User Using Web Log Analysis and Role-Based Web Accessing Control. Phudinan Singkhamfu, Parinya Suwanasrikham
Monitoring Web Browsing Habits of User Using Web Log Analysis and Role-Based Web Accessing Control Phudinan Singkhamfu, Parinya Suwanasrikham Chiang Mai University, Thailand 0659 The Asian Conference on
Keep on-the-move office workers connected, productive and available throughout the enterprise with Motorola s TEAM VoWLAN solution
APPLICATION BRIEF Keep on-the-move office workers connected, productive and available throughout the enterprise with Motorola s TEAM VoWLAN solution Some of your most mobile workers never leave the office,
SharePoint 2013 - Comparison of Features
2013 - Comparison of Features 2013 Features User Authentication and Authorization Foundation 2013 Server 2013 Standard Server 2013 Enterprise User authentication in 2013 is the process that verifies the
On the Standardization of Semantic Web Services-based Network Monitoring Operations
On the Standardization of Semantic Web Services-based Network Monitoring Operations ChenglingZhao^, ZihengLiu^, YanfengWang^ The Department of Information Techonlogy, HuaZhong Normal University; Wuhan,
Suitability of existing service discovery protocols for mobile users in an ambient intelligence environment
Suitability of existing service discovery protocols for mobile users in an ambient intelligence environment Davy Preuveneers Department of Computer Science K.U.Leuven Celestijnenlaan 200A B-3001 Leuven,
A Survey of Customer Relationship Management
A Survey of Customer Relationship Management RumaPanda 1, Dr. A. N. Nandakumar 2 1 Assistant Professor, Dept. of C.S.E. Vemana I T, VTU,Bangalore, Karnataka, India 2 Professor & Principal, R. L. Jalappa
International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May-2015 1681 ISSN 2229-5518
International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May-2015 1681 Software as a Model for Security in Cloud over Virtual Environments S.Vengadesan, B.Muthulakshmi PG Student,
Analysis of Cloud Solutions for Asset Management
ICT Innovations 2010 Web Proceedings ISSN 1857-7288 345 Analysis of Cloud Solutions for Asset Management Goran Kolevski, Marjan Gusev Institute of Informatics, Faculty of Natural Sciences and Mathematics,
IBM Tivoli Storage Manager for Microsoft SharePoint
IBM Tivoli Storage Manager for Microsoft SharePoint 2007 IBM Corporation What is SharePoint? 2007 IBM Corporation What is SharePoint? What is SharePoint? Web-based workplace for online collaboration MS
I. INTRODUCTION NOESIS ONTOLOGIES SEMANTICS AND ANNOTATION
Noesis: A Semantic Search Engine and Resource Aggregator for Atmospheric Science Sunil Movva, Rahul Ramachandran, Xiang Li, Phani Cherukuri, Sara Graves Information Technology and Systems Center University
Chapter 1 Reading Organizer
Chapter 1 Reading Organizer After completion of this chapter, you should be able to: Describe convergence of data, voice and video in the context of switched networks Describe a switched network in a small
A Variability Viewpoint for Enterprise Software Systems
2012 Joint Working Conference on Software Architecture & 6th European Conference on Software Architecture A Variability Viewpoint for Enterprise Software Systems Matthias Galster University of Groningen,
contents CHAPTER 1 CHAPTER 2 Strategic Decision Making 32 Information Systems in Business 1 Opening Case: Revving Up Sales at Harley-Davidson 33
contents CHAPTER 1 Information Systems in Business 1 INTRODUCTION 5 Apple Merging Section 1.1 Information Systems in Business 5 INFORMATION TECHNOLOGY'S ROLE IN BUSINESS 5 Information Technology's Impact
Boosting Business Mobility and Responsiveness with the Cisco Unified Wireless Network
Solution Overivew Boosting Business Mobility and Responsiveness with the Cisco Unified Wireless Network EXECUTIVE SUMMARY Today s businesses are turning to wireless networking to give employees immediate
Wealth Management System
Wealth Management System Clients in the new economy demand straight answers. With ubiquitous information on the Internet and an around-the-clock global financial market accessible by pagers, email, mobile
Host family handout. Photo ID accepted are: Passport (in date) Driving licence (in date) Valid photo ID from EU countires. UK firearms licence
Host family handout Thank you for your interest in hosting for ICON students We have a large number of international students to study in the UK every year and most of the students need caring families.
SMS Banking Services: A 21 st Century Innovation in Banking Technology
Issues in Informing Science and Information Technology Volume 4, 2007 SMS Banking Services: A 21 st Century Innovation in Banking Technology Emmanuel Rotimi Adagunodo Obafemi Awolowo University, Ile-Ife,
Unified Communications
Unified Communications Converge applications and communication channels for superior collaboration and customer care. Office phones, cell phones, voice mail, email, videoconferencing, instant messaging
Appropriate Technologies for the Design of the Portal for Microsoft Dynamics CRM at Initial Conditions
Appropriate Technologies for the Design of the Portal for Microsoft Dynamics CRM at Initial Conditions MATUS PECI PAVEL VAZAN VLADIMIR SURKA Institute of Applied Informatics, Automation and Mechatronics
W H I T E P A P E R. Security & Defense Solutions Intelligent Convergence with EdgeFrontier
W H I T E P A P E R Security & Defense Solutions Intelligent Convergence with EdgeFrontier Contents 1. Introduction... 2 2. The Need for Intelligent Convergence... 3 2.1 Security Convergence with EdgeFrontier...
A taxonomy of mobile applications in tourism
University of Wollongong Research Online Faculty of Commerce - Papers (Archive) Faculty of Business 2012 A taxonomy of mobile applications in tourism Heather Kennedy-Eden University of Wollongong, [email protected]
jeti: A Tool for Remote Tool Integration
jeti: A Tool for Remote Tool Integration Tiziana Margaria 1, Ralf Nagel 2, and Bernhard Steffen 2 1 Service Engineering for Distributed Systems, Institute for Informatics, University of Göttingen, Germany
Assuring flexibility to educational platforms Case study: UniBuc Virtual Campus
The 1 st International Conference on Virtual Learning, ICVL 2006 253 Assuring flexibility to educational platforms Case study: UniBuc Virtual Campus Bogdan Logofatu 1 Alina Boboc-Corcotoi 1 Michaela Logofatu
Semantic Knowledge Management System. Paripati Lohith Kumar. School of Information Technology
Semantic Knowledge Management System Paripati Lohith Kumar School of Information Technology Vellore Institute of Technology University, Vellore, India. [email protected] Abstract The scholarly activities
TBR. IBM System x Support Services: Delivering value to customers leads to high satisfaction. November 2012
IBM System x Support Services: Delivering value to customers leads to high satisfaction November 2012 TECHNOLOGY BUSINESS RESEARCH, INC. 0 IBM System x Support Services CSAT Whitepaper November 2012 2012
Deploying QoS sensitive services in OSGi enabled home networks based on UPnP
Deploying QoS sensitive services in OSGi enabled home networks based on UPnP Nico Goeminne, Kristof Cauwel, Filip De Turck, Bart Dhoedt Ghent University - IBBT - IMEC Department of Information Technology
A virtual assistant for e-tourism. Alessandra De Paola, Marco Ortolani University of Palermo, Italy [email protected]
national lab Smart Cities & Communities Alessandra De Paola, Marco Ortolani University of Palermo, Italy [email protected] Palermo, October 29-30, 2015 I-Cities 2015 - CINI Annual Workshop on
4 WEEK SUMMER PROGRAM - PARIS
4 WEEK SUMMER PROGRAM - PARIS Intensive French Language Course + Fashion & Luxury Goods Marketing The French Wine Business French Culture & Identity International Business and Management School - Paris
Electronic Commerce and E-wallet
International Journal of Recent Research and Review, Vol. I, March 2012 Electronic Commerce and E-wallet Abhay Upadhayaya Department of ABST,University of Rajasthan,Jaipur, India Email: [email protected]
