Development of Website Design Personalization Service Using Design Recommender System

Size: px
Start display at page:

Download "Development of Website Design Personalization Service Using Design Recommender System"

Transcription

1 Development of Website Design Personalization Service Using Design Recommender System Jong-Hwan Seo*, Kun-Pyo Lee** *Tongmyung University of Information Technology, Dept of Computer Graphics, 535 Yongdang-dong, Busan, KOREA, ** Korea Advanced Institute of Science and Technology, Dept of Industrial Design, Guseong-dong, Yuseong-gu, Daejeon, KOREA, Abstract: Personalized services in websites continue to increase with a distinct tendency toward the user-oriented paradigm; however, current personalized services related to website design are based on a very simple type of personalization, such as merely showing assembled webpages to a user according to his/her selections out of various design alternatives. Such a type of personalization has two problems; 1) the process of making selections imposes a heavy burden on users; 2) it is difficult to respond effectively to the user's preference, which is quite complicated and changed frequently. This study aims to improve the current personalized service in website design by making it more user-friendly and more user-adaptive. We began this task by first reviewing the present situation of personalization service in website and then attempting to apply a recommender system to the field of website design for more user-adaptive personalized service. Through literature review, major attributes of recommender systems from several points of view were identified such as recommender contents, user information, and recommender method. This literature review was followed by an analysis of how to apply these features of recommender system to website design efficiently. Based on these investigations, a design recommender system was proposed based on a collaborative filtering method that produces personal recommendations by computing the similarity between a user's preference and the one of other users. Our design recommender system consists of four major modules: User Entry Module, Design Attribute Entry Module, Design Customization Module, and Design Recommender Module. Finally, the detail procedure and methodology for the practical use of this system was developed. Key words: Web Design, Recommender System, Personalization 1. Introduction The need for personalized service on website has been increased these days, but personalized service related to website design has stagnated at the level of merely assembling design elements in accordance with the user's selection. Future website design personalization services must improve to lighten user's burden in the process of personalization and produce results that are more adaptable. This study examines various personalization services, which are used successfully in other fields of website development and then suggests a design recommender system using collaborative filtering techniques. The recommender system suggested in this study consists of four modules, such as user entry, design elements entry, design customization, and design recommendation. Finally, we made a more detailed procedure and structure for the practical use of our system.

2 2. Personalization Service in Website Design 2.1 Overview Current personalization services in website design are based on user s voluntary participation and active selection. If users want to experience personalized page design, they should express their preference about page design elements such as layout, color, image, and typeface. Then, the personalization system simply assembles design elements selected by the user into a webpage and displays the result. Exite.com is a typical example of this type of personalization service (Figure 1). Figure 1. My Exite ( 2.2 Problems This type of personalization design service has some limitations: 1) it requires many procedures and detailed tasks, imposing a heavy burden on the user; 2) it primarily depends on the user s voluntary offer of information, so it cannot work well for the users who do not exactly know what they want or cannot explain it thoroughly. To solve these problems, the personalization design system needs to be improved to lessen user s burdens and understand the user s behavior and taste by using user-adaptive techniques [1]. Actually, many advanced websites have already made practical applications of user-adaptive techniques to their personalization service. For instance, the world s largest online shopping site, Amazon.com, has been introduced an exemplary site which realizes user-adaptive personalization service. Amazon.com recommends various contents to the user by analyzing his/her shopping history and clickstream data. To realize this user-adaptive personalization service, it needs to study techniques to recommend content that a user is likely to prefer. These techniques have been studied vigorously as a recommender system. 3. Personalization Recommender System 3.1 Overview and Constitution of a Recommender System A recommender system is basically a system that can learn about a user s personal preference based on the user s characteristics and behaviors and can then provides the most appropriate content to meet the user s needs. Recommender systems have been applied to various websites and recognized to be useful in recent years. For instance, Netflix.com, a DVD rental site in the United States, developed their recommender system, called Cinematch, which is a service that suggests DVD titles a user may like to rent based on the user s own tastes and the tastes of past users. Neflix.com has become the world's largest DVD rental site due to its personalization service using Cinematch.

3 A recommender system consists of three elements as shown in Figure 2. First, various recommendation content which is presented to users has to be made. Then, users preferences or behavioral data on these contents must be gathered. Finally, it needs to choice type of recommendation technique about how to analysis these user data and select the optimal content to each user [2]. Figure 2. Constitution of Recommender System 3.2 Types and Features of Recommender Systems Most Recommender systems adopt two types of recommendation techniques: a content-based approach and a collaborative filtering approach. Content-based filtering is based on content analysis of the considered objects and its relation to the user s preferences. For content-based filtering it is therefore necessary that the results of content analysis and user preferences can reliably be determined. Landsend.com, the leading clothing company of the US, has adopted a content-based approach to their website service (Figure 3). In their recommender system ( My Personal Shopper ), users are categorized into various types based on their preference for a series of clothes displayed in website. Then, the recommender system analyzes Landsend s products and recommend what each user would like. This type of recommendation is based on analyzing and classifying contents; therefore, it is difficult to apply this approach to multimedia content due to the limitations of current content analysis technology [3]. Figure 3. Content-based approach: My Personal Shopper (Lansend.com) Collaborative filtering is another approach to identify content that is relevant to a user. The collaborative filtering approach identifies other users that have shown similar tendency to the given users and make a recommendation based on those similarities. Generally, in the collaborative filtering, the content analysis is ignored and only other user s opinions on the considered content are considered relevant. Therefore, the collaborative filtering approach

4 is especially interesting for content for which content analysis is weak or impossible. However, the performance of the collaborative filtering approach relies on the available user preference data for the considered content and therefore fails when few or no opinions are known. Table 1. Types and Features of Recommender Systems Feature Strength Weakness Example Content-based approach Recommends based on content analysis and the given user s past preference data Content can be recommended without any preference data from the users. It is difficult to apply to content that is hard to analyze and classify. My Personal Shopper ( Collaborative filtering approach Finds other users that have shown similar tendencies to the given users and recommends what the past users have liked Contents analysis is ignored and only the user s preference data on the considered contents are relevant It is difficult to apply to content which have few or no preference data from the users Amazon s New Recommendation ( 4. Design Recommender System for Website Personalization Service 4.1 Basic Framework The main features and requisites that are needed to build a recommender system for website design are examined from the point of view of its three components. Recommendation Content A website consists of many webpages; therefore, webpage design can be used as recommendation contents for the design personalization service. Webpage design has various elements such as text, graphics, color, layout, etc. In current personalization design service (see Section 2.1), users select their favorite elements out of many alternatives made by designers, and then the personalization system assembles these preferences into a page design. This cooperative approach is also very practical in making content recommendations because it is impossible for a few designers to make the whole page design needed for recommendation. Therefore, our recommender system utilizes this cooperative approach of current personalization design service to make page designs, and the results are used as recommendation content. User Data User data are divided into two classes: explicit user data and implicit user data. Explicit user data are gathered by asking users to give their own preferences by filling out a form that requests particular information. On the other hand, implicit user data are obtained by analyzing user s usages and behaviors in the given website [4]. For instance, Amazon.com tracks a user s purchases and makes recommendations based on his/her purchase history. Generally, implicit user data are more sensitive and elaborate than explicit user data; however, techniques related to gathering implicit data are in their initial stages and require a great deal of money and facilities, such as tracking devices. Therefore, our recommender system is based on collecting explicit user data by means of the user s direct participations, such as the user s rating. Recommendation Technique Website design consists of various multimedia elements that in themselves are interactive and have complicated

5 features. Since website design has a subjective character, its evaluations vary with the personal tastes of users. Accordingly, it is very difficult to analyze and classify website design objectively. Even if it could be done, the result would be unacceptable in most cases. Therefore, it is very hard to analyze and classify page designs into categories by using a very formative framework such as a content-based approach and recommend page designs according to the result. On the other hand, if we apply a collaborative filtering approach to design a recommender system, we would expect to find a user group that has the most similar preference to the given user by analyzing user s preference data on specific page designs without classifying them and then recommend the most preferable design to each user. For this reason, the collaborative filtering approach is an appropriate technique for recommendation of subjective contents like page design; however, the collaborative filtering approach has weak points that must be improved. For instance, it is difficult to recommend appropriate contents to a user who is newly registered because the user has no preference data at that time (known as the new user problem or cold-start problem ) [5]. To solve this problem, our recommender system applies another type of user data such as demographic data in the case of a newly registered user. Figure 4 summarizes the three main issues that the recommender system suggested in this study focuses on. Figure 4. Main issues of the Design Recommender System Figure 5. Structure of the Recommender System for Website Design Personalization 4.2 Structure and Procedure The recommender system for the website design personalization suggested in this study consists of four main modules based on a personalization database (Figure 5). The contents and procedures of each module are described as follows.

6 1) User Registration Module Those who want to use the recommender system for website design personalization can register themselves as new users by furnishing general information about themselves. The data requested in this module mainly consist demographic and background information on each user. All the collected user data are stored in a user profile database of the recommender system to be used in following modules. 2) Design Elements Registration Module The design elements registration module aims to prepare the groundwork for developing a wide range of content for personalization. By using this module, designers can divide page design into appropriate constituent elements and register their various design alternatives for each element in a design element database. Registered design alternatives are used as basic ingredients with which users can make their own page designs. 3) Design Customization Module The design customization module basically has a similar procedure to the current personalization service in website design reviewed in Section 2. However, it is improved in two aspects as follows: first, a page design assembled by a user is registered in a design content database, which can be reviewed and used by another user as content for personalization; second, whenever a page design is registered, reviewed, or used by a user, the user rates it. Users can express preferences by rating page design presented to them. Therefore, the recommender system can have users preference data on each page design, and these preference data are used as a basis for recommendation in the following module. Figure 6. Procedure of the Design Customization Module 4) Design Recommender Module In the design recommender module, we adopt the collaborative filtering approach to analyze similarity among users and identify the nearest neighbors of each user by using their preference data. For this purpose, all of the

7 users who makes their own page designs in the design customization module or receive a page design recommended by the system should offer their preferences to the page design by filling out a rating form, and the results are stored in the user profile database. The design recommender system finds users who have the most similar preference pattern to the given user in the user profile database and then searches and retrieves page designs that they give a high rate of preference to in the design contents database. In the case of a newly registered user, this recommender system uses demographic data instead of preference data in order to solve the new user problem as stated above. Therefore, for a new user, a page design that demographically similar users have preferred will be recommended. By using the procedure outlined above, a page design that meets the individual preference and taste of each user can be predicted and recommended. Figure 7. Procedure of the Design Recommender Module 5. Discussion Our personalization service proposed in this research is designed to improve the problems of current personalization design service, which are investigated in Chapter 2.2, and we suggest a more efficient approach as follows: User data can be accumulated and utilized through the recommender system, which has not yet been studied and

8 adopted for personalization design service, and therefore the heavy load of works imposed on users in the current service can be reduced significantly. The current personalization design services provide page designs only according to the user s explicit demands that include detailed specification of components. However, our newly developed service is based on adaptive user modeling technique with user s previous response and can predict their preference, which even they do not know, and suggest page designs that they are likely to prefer. Moreover, in terms of applying recommendation technique, personalization service of this research is quite different from the previous recommender systems that we find in the current practice. Existing recommender systems have been developed for the fields that are easy to analysis because their contents are based on text data. However, the recommender system proposed in this research has focused on website design that has more complicated contents like images. There are many kinds of recommendation techniques. Most existing recommender systems have been developed by focusing on one of these techniques. Our system also uses a collaborative filtering as a main recommendation technique, but include a demographic filtering in the recommendation process for improving performance. It is a hybrid recommender system with a staged process in which demographic filtering technique is employed first. If user preference data are collected with sufficient confidence, then a collaborative filtering with preference data is attempted. Through this switching hybrid procedure, our system provides the ability to solve the new user problem that most collaborative filtering recommender systems suffer from. 6. Conclusions and Future Research The need for personalized website design has increased in recent years. The current approach for personalized website design has been easily applied to websites due to their cost-effective features, but the current approach cannot easily provide a more refined personalized service because of its lack of a user information database. In this study, the design recommender system is investigated as a more advanced method for website design personalization. We outlined current recommender systems and identified recommendation techniques, especially collaborative filtering, as a key technology for the creation of user-adaptive personalization service in websites, which produce personal recommendations by computing the similarity between a user's preference and the those of other users. Then, we examined problematic issues for the collaborative filtering technique, such as the case when a new user with no or very few ratings cannot be reliably matched against other users. To solve this new user problem, we use demographic data instead of preference data; therefore, a page design that demographically similar users have preferred will be recommended for a new user. Based on these investigations, we presented a framework of a design recommender system for website personalization based on the collaborative filtering approach. Our design recommender system consists of four major modules: User Entry Module, Design Attribute Entry Module, Design Customization Module, and Design Recommender Module. Finally, we closed by proposing the detail procedure and methodology for the use of these modules. Our work has limitations and directions for further research as follows: This study aims to suggest a basic concept and prototype to improve the current personalization service for website design by using exploratory research methods such as a literature review and a case study. Therefore,

9 in-depth technical studies should follow for the more practical use of the proposed prototype. Our recommender system is based on collecting explicit user preference data by means of user s direct participations such as user ratings; however, implicit user preference data obtained by analyzing a user s usage and behavior should be mixed with explicit user data to build a more sensitive and effective recommender system and support lifecycle personalization. Therefore, our future work in this area is to include the implicit user preference data in our recommender system. User-adaptive services and recommender systems in website have developed in response to a manifest need: helping users deal with the world of content and services abundance and overload. We believe that the collaborative filtering approach will be a powerful tool for the construction of user-adaptive personalization service in website design. References 1. A. Kohrs, B. Merialdo, Creating User- Adapted Websites by the Use of Collaborative Filtering, Interacting with Computers, 13, (2001). 2. L. Terveen, W. Hill, Beyond Recommender Systems: Helping People Help Each Other, in HCI In The New Millennium, Jack Carroll, ed., Addison-Wesley, 3-4 (2001). 3. C.-H. Lee, Y.-H.Kim, P.-K. Rhee, Web personal expert with combining collaborative filtering and association rule mining technique, Expert System with Applications, 21, 131 (2001). 4. Keith Instone, Information Architecture and Personalization, Argus Associates ( papers/personalization.html), 6-7 (2000) 5. Philip S.Y., Data Mining and Personalization Technologies. In Proceedings of the 6 th International Conference on Database System for Advanced Application, Taiwan (1999) 6. Robin Burke, Hybrid Recommender Systems: Survey and Experiments, User Modeling and User-Adapted Interaction, 12, (2002)

Recommendation Tool Using Collaborative Filtering

Recommendation Tool Using Collaborative Filtering Recommendation Tool Using Collaborative Filtering Aditya Mandhare 1, Soniya Nemade 2, M.Kiruthika 3 Student, Computer Engineering Department, FCRIT, Vashi, India 1 Student, Computer Engineering Department,

More information

4, 2, 2014 ISSN: 2277 128X

4, 2, 2014 ISSN: 2277 128X Volume 4, Issue 2, February 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Recommendation

More information

Comparing Recommendations Made by Online Systems and Friends

Comparing Recommendations Made by Online Systems and Friends Comparing Recommendations Made by Online Systems and Friends Rashmi Sinha and Kirsten Swearingen SIMS, University of California Berkeley, CA 94720 {sinha, kirstens}@sims.berkeley.edu Abstract: The quality

More information

Knowledge Pump: Community-centered Collaborative Filtering

Knowledge Pump: Community-centered Collaborative Filtering Knowledge Pump: Community-centered Collaborative Filtering Natalie Glance, Damián Arregui and Manfred Dardenne Xerox Research Centre Europe, Grenoble Laboratory October 7, 1997 Abstract This article proposes

More information

A study on Security Level Management Model Description

A study on Security Level Management Model Description A study on Security Level Management Model Description Tai-Hoon Kim Dept. of Multimedia, Hannam University, Daejeon, Korea taihoonn@hnu.ac.kr Kouichi Sakurai Dept. of Computer Science & Communication Engineering,

More information

Chapter-1 : Introduction 1 CHAPTER - 1. Introduction

Chapter-1 : Introduction 1 CHAPTER - 1. Introduction Chapter-1 : Introduction 1 CHAPTER - 1 Introduction This thesis presents design of a new Model of the Meta-Search Engine for getting optimized search results. The focus is on new dimension of internet

More information

RECOMMENDATION SYSTEM

RECOMMENDATION SYSTEM RECOMMENDATION SYSTEM October 8, 2013 Team Members: 1) Duygu Kabakcı, 1746064, duygukabakci@gmail.com 2) Işınsu Katırcıoğlu, 1819432, isinsu.katircioglu@gmail.com 3) Sıla Kaya, 1746122, silakaya91@gmail.com

More information

Website Personalization using Data Mining and Active Database Techniques Richard S. Saxe

Website Personalization using Data Mining and Active Database Techniques Richard S. Saxe Website Personalization using Data Mining and Active Database Techniques Richard S. Saxe Abstract Effective website personalization is at the heart of many e-commerce applications. To ensure that customers

More information

A Study on Analysis and Implementation of a Cloud Computing Framework for Multimedia Convergence Services

A Study on Analysis and Implementation of a Cloud Computing Framework for Multimedia Convergence Services A Study on Analysis and Implementation of a Cloud Computing Framework for Multimedia Convergence Services Ronnie D. Caytiles and Byungjoo Park * Department of Multimedia Engineering, Hannam University

More information

TECHNICAL PAPER FOR STUDENTS AND YOUNG ENGINEERS - FISITA WORLD AUTOMOTIVE CONGRESS, BARCELONA 2004 -

TECHNICAL PAPER FOR STUDENTS AND YOUNG ENGINEERS - FISITA WORLD AUTOMOTIVE CONGRESS, BARCELONA 2004 - TECHNICAL PAPER FOR STUDENTS AND YOUNG ENGINEERS - FISITA WORLD AUTOMOTIVE CONGRESS, BARCELONA 2004 - TITLE: Web-based Process and Material Planning for an Automotive General Assembly Topic: FUTURE AUTOMOTIVE

More information

One of the most important steps you can take in implementing an effective and efficient marketing strategy is developing a written marketing plan.

One of the most important steps you can take in implementing an effective and efficient marketing strategy is developing a written marketing plan. WELCOME TO YOUR VACATION RENTAL MARKETING PLANNING WORKSHOP Be prepared for brainstorming and hands-on fun. Hello, Vacation Rental Peeps! Welcome to the first VRMA Marketing Boot Camp One of the most important

More information

Automated Collaborative Filtering Applications for Online Recruitment Services

Automated Collaborative Filtering Applications for Online Recruitment Services Automated Collaborative Filtering Applications for Online Recruitment Services Rachael Rafter, Keith Bradley, Barry Smyth Smart Media Institute, Department of Computer Science, University College Dublin,

More information

An Intelligent Matching System for the Products of Small Business/Manufactures with the Celebrities

An Intelligent Matching System for the Products of Small Business/Manufactures with the Celebrities An Intelligent Matching System for the Products of Small Business/Manufactures with the Celebrities Junho Jeong 1, Yunsik Son 2, Seokhoon Ko 1 and Seman Oh 1 1 Dept. of Computer Engineering, Dongguk University,

More information

Building a Book Recommender system using time based content filtering

Building a Book Recommender system using time based content filtering Building a Book Recommender system using time based content filtering CHHAVI RANA Department of Computer Science Engineering, University Institute of Engineering and Technology, MD University, Rohtak,

More information

SC207 Software Engineering. Review Report: Producing More Reliable Software

SC207 Software Engineering. Review Report: Producing More Reliable Software SC207 Software Engineering Review Report: Producing More Reliable Software Guo Zaiyi (SA1) Lecturer: Dr. Edmond C. Prakash School of Computer Engineering Nanyang Technological University Abstract This

More information

Rosa Arruabarrena, Tomás A. Pérez, J. López-Cuadrado, J. Gutiérrez, and J.A. Vadillo

Rosa Arruabarrena, Tomás A. Pérez, J. López-Cuadrado, J. Gutiérrez, and J.A. Vadillo On Evaluating Adaptive Systems for Education Rosa Arruabarrena, Tomás A. Pérez, J. López-Cuadrado, J. Gutiérrez, and J.A. Vadillo Dpto. de Lenguajes y Sistemas Informáticos, Universidad del País Vasco

More information

Retrieving Business Applications using Open Web API s Web Mining Executive Dashboard Application Case Study

Retrieving Business Applications using Open Web API s Web Mining Executive Dashboard Application Case Study ISSN:0975-9646 A.V.Krishna Prasad et al. / (IJCSIT) International Journal of Computer Science and Information Technologies, Vol. 1 (3), 2010, 198-202 Retrieving Business Applications using Open Web API

More information

CHAPTER 6. Discussion and Conclusion. patient health information, such as diagnosis, medicine orders, managing patient

CHAPTER 6. Discussion and Conclusion. patient health information, such as diagnosis, medicine orders, managing patient CHAPTER 6 Discussion and Conclusion 6.1 Introduction Health care information system is a computer application to represent patient information in a friendly user interface and allowing users to review

More information

Fourth generation techniques (4GT)

Fourth generation techniques (4GT) Fourth generation techniques (4GT) The term fourth generation techniques (4GT) encompasses a broad array of software tools that have one thing in common. Each enables the software engineer to specify some

More information

Effort Reduction in RUP using CRM for Project Development: Mapping the Best Practices of CRM into RUP

Effort Reduction in RUP using CRM for Project Development: Mapping the Best Practices of CRM into RUP Effort Reduction in RUP using CRM for Project Development: Mapping the Best Practices of CRM into RUP Muhammad Javed, Bashir Ahmad, Muhammad Ali Abid, Muhammad Ahmad Jan Sheikh Muhammad Saqib and Muhammad

More information

Authoring Within a Content Management System. The Content Management Story

Authoring Within a Content Management System. The Content Management Story Authoring Within a Content Management System The Content Management Story Learning Goals Understand the roots of content management Define the concept of content Describe what a content management system

More information

ISSN: 2348 9510. A Review: Image Retrieval Using Web Multimedia Mining

ISSN: 2348 9510. A Review: Image Retrieval Using Web Multimedia Mining A Review: Image Retrieval Using Web Multimedia Satish Bansal*, K K Yadav** *, **Assistant Professor Prestige Institute Of Management, Gwalior (MP), India Abstract Multimedia object include audio, video,

More information

Innovation Case Study

Innovation Case Study Innovation Case Study Standardizing elearning in a Decentralized Setting using a Templating Approach Abstract In the spring of 2006, after being dissatisfied with the limitations of the elearning authoring

More information

A New Approach for Finite Capacity Planning in MRP Environment

A New Approach for Finite Capacity Planning in MRP Environment A New Approach for Finite Capacity Planning in MRP Environment Hong-bum Na 1, Hyoung-Gon Lee 1, and Jinwoo Park 1 1 Dept. of Industrial Engeering / Automation & Systems Research Inst. Seoul National University

More information

Intelligent Log Analyzer. André Restivo <andre.restivo@portugalmail.pt>

Intelligent Log Analyzer. André Restivo <andre.restivo@portugalmail.pt> Intelligent Log Analyzer André Restivo 9th January 2003 Abstract Server Administrators often have to analyze server logs to find if something is wrong with their machines.

More information

Personalized Business Intelligence

Personalized Business Intelligence Personalized Business Intelligence arcplanet, 2011-03-31 Claus Nagler Head of Business Intelligence Solutions & Services Bayer Business Services GmbH Agenda 1 2 3 4 Introduction Bayer Company Profile Personalized

More information

A Research on Security Awareness and Countermeasures for the Single Server

A Research on Security Awareness and Countermeasures for the Single Server , pp.31-42 http://dx.doi.org/10.14257/ijsia.2013.7.6.04 A Research on Security Awareness and Countermeasures for the Single Server Hyuk-Jin Son 1 and Seungdo Jeong 2,* 1 IT MBA, Graduate School of Business

More information

CHAPTER 7 SUMMARY AND CONCLUSION

CHAPTER 7 SUMMARY AND CONCLUSION 179 CHAPTER 7 SUMMARY AND CONCLUSION This chapter summarizes our research achievements and conclude this thesis with discussions and interesting avenues for future exploration. The thesis describes a novel

More information

The Customizable Cloud. How the Cloud Provides the More Flexible Alternative to Legacy ERP Platforms

The Customizable Cloud. How the Cloud Provides the More Flexible Alternative to Legacy ERP Platforms How the Cloud Provides the More Flexible Alternative to Legacy ERP Platforms Executive Summary For years, Enterprise Resource Planning (ERP) applications have been instrumental in integrating business

More information

recommendation in e-commerce

recommendation in e-commerce recommendation in e-commerce Luminis Recommendation Services We are leaving the age of information and entering the age of recommendation Chris Anderson Authors: Hans Bossenbroek Hans Gringhuis Luminis

More information

Requirements engineering

Requirements engineering Learning Unit 2 Requirements engineering Contents Introduction............................................... 21 2.1 Important concepts........................................ 21 2.1.1 Stakeholders and

More information

Intelligent Web Techniques Web Personalization

Intelligent Web Techniques Web Personalization Intelligent Web Techniques Web Personalization Ling Tong Kiong (3089634) Intelligent Web Systems Assignment 1 RMIT University S3089634@student.rmit.edu.au ABSTRACT Web personalization is one of the most

More information

DATATRAK Customer Case Study

DATATRAK Customer Case Study DATATRAK Customer Case Study DATATRAK: A Success Story of Traceability and Process Transparency This case study explores how DATATRAK International, Inc., a company offering software solutions and consulting

More information

A Framework for Android Based Shopping Mall Applications

A Framework for Android Based Shopping Mall Applications A Framework for Android Based Shopping Mall Applications Sajid Khan 1, Md Al Shayokh 2, Mahdi H. Miraz 3,4 and Moniruzzaman Bhuiyan 5 1 Samsung Research & Development Institute, Dhaka, Bangladesh sajid.khan@samsung.com

More information

Big Data Collection Study for Providing Efficient Information

Big Data Collection Study for Providing Efficient Information , pp. 41-50 http://dx.doi.org/10.14257/ijseia.2015.9.12.03 Big Data Collection Study for Providing Efficient Information Jun-soo Yun, Jin-tae Park, Hyun-seo Hwang and Il-young Moon Computer Science and

More information

An Analysis of the B2B E-Contracting Domain - Paradigms and Required Technology 1

An Analysis of the B2B E-Contracting Domain - Paradigms and Required Technology 1 An Analysis of the B2B E-Contracting Domain - Paradigms and Required Technology 1 Samuil Angelov and Paul Grefen Department of Technology Management, Eindhoven University of Technology, P.O. Box 513, 5600

More information

Information Strategy Planning in Construction: Framework and Processes

Information Strategy Planning in Construction: Framework and Processes Information Strategy Planning in Construction: Framework and Processes Boong Yeol Ryoo 1, Soo Yong Kim 2 and Young Dai Lee 3 1Assistant Professor, 3137 TAMU Department of Construction Science, Texas A&M

More information

(404) 919-9756 david@davidbrauns.com www.davidbrauns.com

(404) 919-9756 david@davidbrauns.com www.davidbrauns.com You are probably reading this guide because you were recently in an automobile accident. Now you are faced with some difficulties. The tasks of managing your care and your insurance claim can be confusing

More information

Web Personalization Based on Association Rules Finding on Both Static and Dynamic Web Data

Web Personalization Based on Association Rules Finding on Both Static and Dynamic Web Data Web Personalization Based on Association Rules Finding on Both Static and Dynamic Web Data by Minghao Lu B.Sc., The University of Toronto, 2005 A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS

More information

Development models. 1 Introduction. 2 Analyzing development models. R. Kuiper and E.J. Luit

Development models. 1 Introduction. 2 Analyzing development models. R. Kuiper and E.J. Luit Development models R. Kuiper and E.J. Luit 1 Introduction We reconsider the classical development models: the Waterfall Model [Bo76], the V-Model [Ro86], the Spiral Model [Bo88], together with the further

More information

ADAPTIVE LOAD BALANCING FOR CLUSTER USING CONTENT AWARENESS WITH TRAFFIC MONITORING Archana Nigam, Tejprakash Singh, Anuj Tiwari, Ankita Singhal

ADAPTIVE LOAD BALANCING FOR CLUSTER USING CONTENT AWARENESS WITH TRAFFIC MONITORING Archana Nigam, Tejprakash Singh, Anuj Tiwari, Ankita Singhal ADAPTIVE LOAD BALANCING FOR CLUSTER USING CONTENT AWARENESS WITH TRAFFIC MONITORING Archana Nigam, Tejprakash Singh, Anuj Tiwari, Ankita Singhal Abstract With the rapid growth of both information and users

More information

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix Jennifer Clegg, SAS Institute Inc., Cary, NC Eric Hill, SAS Institute Inc., Cary, NC ABSTRACT Release 2.1 of SAS

More information

A Case Study of Value-Added Tax Issues on Customer Loyalty Programs in Korea

A Case Study of Value-Added Tax Issues on Customer Loyalty Programs in Korea International Journal of Economics and Finance; Vol. 6, No. 6; 2014 ISSN 1916-971X E-ISSN 1916-9728 Published by Canadian Center of Science and Education A Case Study of Value-Added Tax Issues on Customer

More information

Casual Male Retail Group Inc. Big Ideas Solve Tall Orders

Casual Male Retail Group Inc. Big Ideas Solve Tall Orders Casual Male Retail Group Inc. Big Ideas Solve Tall Orders Big Ideas Solve Tall Orders Launch a Digital Superstore With Casual Male Retail Group Acquity Group builds a sophisticated, multi-brand ecommerce

More information

Content Sheet 13-1: Overview of Customer Service

Content Sheet 13-1: Overview of Customer Service Content Sheet 13-1: Overview of Customer Service Role in quality management system This module will describe basic elements that are essential for developing an effective customer service program. Customer

More information

Semantically Enhanced Web Personalization Approaches and Techniques

Semantically Enhanced Web Personalization Approaches and Techniques Semantically Enhanced Web Personalization Approaches and Techniques Dario Vuljani, Lidia Rovan, Mirta Baranovi Faculty of Electrical Engineering and Computing, University of Zagreb Unska 3, HR-10000 Zagreb,

More information

Filtering Noisy Contents in Online Social Network by using Rule Based Filtering System

Filtering Noisy Contents in Online Social Network by using Rule Based Filtering System Filtering Noisy Contents in Online Social Network by using Rule Based Filtering System Bala Kumari P 1, Bercelin Rose Mary W 2 and Devi Mareeswari M 3 1, 2, 3 M.TECH / IT, Dr.Sivanthi Aditanar College

More information

Managing Customer Knowledge in the e-business Environment: A Framework and System

Managing Customer Knowledge in the e-business Environment: A Framework and System Managing Customer Knowledge in the e-business Environment: A Framework and System Jaewoo Jung 1, Woojong Suh 2, Heeseok Lee 2 PriceWaterhouseCoopers 16F Coryo Finance Center Building, 23-6, Youdio, Youngdungpo-Ku,

More information

Importance of Online Product Reviews from a Consumer s Perspective

Importance of Online Product Reviews from a Consumer s Perspective Advances in Economics and Business 1(1): 1-5, 2013 DOI: 10.13189/aeb.2013.010101 http://www.hrpub.org Importance of Online Product Reviews from a Consumer s Perspective Georg Lackermair 1,2, Daniel Kailer

More information

6th Design & Emotion Conference 2008 Poster Brief Game Design for Personal Health Management: An Emotional and Educational Perspective

6th Design & Emotion Conference 2008 Poster Brief Game Design for Personal Health Management: An Emotional and Educational Perspective 6th Design & Emotion Conference 2008 Poster Brief Game Design for Personal Health Management: An Emotional and Educational Perspective Peter Kwok Chan, Ph.D. Department of Industrial, Interior, and Visual

More information

Cross-Domain Collaborative Recommendation in a Cold-Start Context: The Impact of User Profile Size on the Quality of Recommendation

Cross-Domain Collaborative Recommendation in a Cold-Start Context: The Impact of User Profile Size on the Quality of Recommendation Cross-Domain Collaborative Recommendation in a Cold-Start Context: The Impact of User Profile Size on the Quality of Recommendation Shaghayegh Sahebi and Peter Brusilovsky Intelligent Systems Program University

More information

Draft for Discussion Quality Assurance and Configuration Management Requirements March 7, 2007

Draft for Discussion Quality Assurance and Configuration Management Requirements March 7, 2007 Draft for Discussion Quality Assurance and Configuration Management Requirements March 7, 2007 At the December 2006 TGDC Plenary, the TGDC agreed that the ISO 9000/9001 standards should provide the framework

More information

Design of Media measurement and monitoring system based on Internet of Things

Design of Media measurement and monitoring system based on Internet of Things Design of Media measurement and monitoring system based on Internet of Things Hyunjoong Kang 1, Marie Kim 1, MyungNam Bae 1, Hyo-Chan Bang 1, 1 Electronics and Telecommunications Research Institute, 138

More information

A Study on the Actual Implementation of the Design Methods of Ambiguous Optical Illusion Graphics

A Study on the Actual Implementation of the Design Methods of Ambiguous Optical Illusion Graphics A Study on the Actual Implementation of the Design Methods of Ambiguous Optical Illusion Graphics. Chiung-Fen Wang *, Regina W.Y. Wang ** * Department of Industrial and Commercial Design, National Taiwan

More information

Procedure Based Help Desk System

Procedure Based Help Desk System Akira Takano Information Technology R&D Center Mitsubishi Electric Corporation 5-1-1 Ofuna, Kamakura, Kanagawa, 247-8501 Japan +81 467 41 2096 takano24@isl.melco.co.jp Procedure Based Help Desk System

More information

Beyond Recommender Systems: Helping People Help Each Other

Beyond Recommender Systems: Helping People Help Each Other Beyond Recommender Systems: Helping People Help Each Other Loren Terveen and Will Hill AT&T Labs - Research Abstract The Internet and World Wide Web have brought us into a world of endless possibilities:

More information

(Refer Slide Time: 01:52)

(Refer Slide Time: 01:52) Software Engineering Prof. N. L. Sarda Computer Science & Engineering Indian Institute of Technology, Bombay Lecture - 2 Introduction to Software Engineering Challenges, Process Models etc (Part 2) This

More information

A Review of an MVC Framework based Software Development

A Review of an MVC Framework based Software Development , pp. 213-220 http://dx.doi.org/10.14257/ijseia.2014.8.10.19 A Review of an MVC Framework based Software Development Ronnie D. Caytiles and Sunguk Lee * Department of Multimedia Engineering, Hannam University

More information

A Study of Key management Protocol for Secure Communication in Personal Cloud Environment

A Study of Key management Protocol for Secure Communication in Personal Cloud Environment , pp.51-58 http://dx.doi.org/10.14257/ijsia.2014.8.4.05 A Study of Key management Protocol for Secure Communication in Personal Cloud Environment ByungWook Jin 1 and Keun-Wang Lee 2,* 1 Dept. of Computer

More information

Effective Interface Design Using Face Detection for Augmented Reality Interaction of Smart Phone

Effective Interface Design Using Face Detection for Augmented Reality Interaction of Smart Phone Effective Interface Design Using Face Detection for Augmented Reality Interaction of Smart Phone Young Jae Lee Dept. of Multimedia, Jeonju University #45, Backma-Gil, Wansan-Gu,Jeonju, Jeonbul, 560-759,

More information

The Application Method of CRM as Big Data: Focused on the Car Maintenance Industry

The Application Method of CRM as Big Data: Focused on the Car Maintenance Industry , pp.93-97 http://dx.doi.org/10.14257/astl.2015.84.19 The Application Method of CRM as Big Data: Focused on the Car Maintenance Industry Dae-Hyun Jung 1, Lee-Sang Jung 2 {San 30, Jangjeon-dong, Geumjeonggu,

More information

Developing Collaborative Environments A Holistic Software Development Methodology Marge Petersen and John Mitchiner Sandia National Laboratories

Developing Collaborative Environments A Holistic Software Development Methodology Marge Petersen and John Mitchiner Sandia National Laboratories Developing Collaborative Environments A Holistic Software Development Methodology Marge Petersen and John Mitchiner Sandia National Laboratories mbpeter@sandia.gov jlmitch@sandia.gov Abstract Sandia National

More information

Evolving Technology Committee PORTALS

Evolving Technology Committee PORTALS What is a portal? Web History In its early stages, the Web served as an electronic poster to promote the image of the institution and mainly served as a marketing tool. Institutions competed with each

More information

Data Analysis Bootcamp - What To Expect. Damian Herrick Founder, Principal Consultant Lake Hill Analytics, LLC

Data Analysis Bootcamp - What To Expect. Damian Herrick Founder, Principal Consultant Lake Hill Analytics, LLC Data Analysis Bootcamp - What To Expect Damian Herrick Founder, Principal Consultant Lake Hill Analytics, LLC Why Are Companies Using Data and Analytics Today? Data + Predictive Ability + Optimization

More information

COURSE RECOMMENDER SYSTEM IN E-LEARNING

COURSE RECOMMENDER SYSTEM IN E-LEARNING International Journal of Computer Science and Communication Vol. 3, No. 1, January-June 2012, pp. 159-164 COURSE RECOMMENDER SYSTEM IN E-LEARNING Sunita B Aher 1, Lobo L.M.R.J. 2 1 M.E. (CSE)-II, Walchand

More information

Software Engineering. Objectives. Designing, building and maintaining large software systems

Software Engineering. Objectives. Designing, building and maintaining large software systems Software Engineering Objectives Designing, building and maintaining large software systems To define software engineering and explain its importance To discuss the concepts of software products and software

More information

Development Methodologies Compared

Development Methodologies Compared N CYCLES software solutions Development Methodologies Compared Why different projects require different development methodologies. December 2002 Dan Marks 65 Germantown Court 1616 West Gate Circle Suite

More information

Product Data Quality Control for Collaborative Product Development

Product Data Quality Control for Collaborative Product Development 12-ICIT 9-11/4/07 in RoC Going for Gold ~ Quality Tools and Techniques Paper #: 04-06 Page- 1 /6 Product Data Quality Control for Collaborative Product Development Hsien-Jung Wu Department of Information

More information

Agilent OSS access7 Signaling Meter

Agilent OSS access7 Signaling Meter Agilent OSS access7 Signaling Meter access7 Signaling Meter - extracting the maximum revenue potential from your network Agilent access7 Signaling Meter helps you to measure SS7 traffic volumes and network

More information

Custom Development Methodology Appendix

Custom Development Methodology Appendix 1 Overview Custom Development Methodology Appendix Blackboard s custom software development methodology incorporates standard software development lifecycles in a way that allows for rapid development

More information

Web analytics: Data Collected via the Internet

Web analytics: Data Collected via the Internet Database Marketing Fall 2016 Web analytics (incl real-time data) Collaborative filtering Facebook advertising Mobile marketing Slide set 8 1 Web analytics: Data Collected via the Internet Customers can

More information

REVIEW ON THE EFFECTIVENESS OF AGILE UNIFIED PROCESS IN SOFTWARE DEVELOPMENT WITH VAGUE SYSTEM REQUIREMENTS

REVIEW ON THE EFFECTIVENESS OF AGILE UNIFIED PROCESS IN SOFTWARE DEVELOPMENT WITH VAGUE SYSTEM REQUIREMENTS REVIEW ON THE EFFECTIVENESS OF AGILE UNIFIED PROCESS IN SOFTWARE DEVELOPMENT WITH VAGUE SYSTEM REQUIREMENTS Lisana Universitas Surabaya (UBAYA), Raya Kalirungkut, Surabaya, Indonesia E-Mail: lisana@ubaya.ac.id

More information

An explicit model for tailor-made ecommerce web presentations

An explicit model for tailor-made ecommerce web presentations An explicit model for tailor-made ecommerce web presentations S. G. Loeber 1,L.M.Aroyo 1, L. Hardman 2 1 TU/e, Computer Science, P.O. Box 513, 5600 MB Eindhoven, The Netherlands, telephone:+31.40.247.5154,

More information

ABSTRACT I. INTRODUCTION

ABSTRACT I. INTRODUCTION Mobile Backup Web Application Using Image Processing Authentication 1 Walse Reshma S. 2 Khemnar Archana M. 3 Padir Maya S. 4 Prof.K.P.Somase Department Of Computer Engineering, Jcoe(Kuran),Tal:Junnar,Dist:Pune

More information

A Study on Data Analysis Process Management System in MapReduce using BPM

A Study on Data Analysis Process Management System in MapReduce using BPM A Study on Data Analysis Process Management System in MapReduce using BPM Yoon-Sik Yoo 1, Jaehak Yu 1, Hyo-Chan Bang 1, Cheong Hee Park 1 Electronics and Telecommunications Research Institute, 138 Gajeongno,

More information

A Guide To Writing Measurable Goals and Objectives For

A Guide To Writing Measurable Goals and Objectives For A Guide To Writing Measurable Goals and Objectives For Gifted Education Plans Escambia County School District Gifted Services Office Exceptional Student Education Department MGO Writing Committee Many

More information

Using LSI for Implementing Document Management Systems Turning unstructured data from a liability to an asset.

Using LSI for Implementing Document Management Systems Turning unstructured data from a liability to an asset. White Paper Using LSI for Implementing Document Management Systems Turning unstructured data from a liability to an asset. Using LSI for Implementing Document Management Systems By Mike Harrison, Director,

More information

SPATIAL DATA CLASSIFICATION AND DATA MINING

SPATIAL DATA CLASSIFICATION AND DATA MINING , pp.-40-44. Available online at http://www. bioinfo. in/contents. php?id=42 SPATIAL DATA CLASSIFICATION AND DATA MINING RATHI J.B. * AND PATIL A.D. Department of Computer Science & Engineering, Jawaharlal

More information

User Behavior Analysis Based On Predictive Recommendation System for E-Learning Portal

User Behavior Analysis Based On Predictive Recommendation System for E-Learning Portal Abstract ISSN: 2348 9510 User Behavior Analysis Based On Predictive Recommendation System for E-Learning Portal Toshi Sharma Department of CSE Truba College of Engineering & Technology Indore, India toshishm.25@gmail.com

More information

How to Obtain a Cost-effective Operational Model for Support/ Self-service Websites?

How to Obtain a Cost-effective Operational Model for Support/ Self-service Websites? Finding Niche How to Obtain a Cost-effective Operational Model for Support/ Self-service Websites? By CCMedia What is Support / Self-Service Model Besides online shopping and content-based websites, there

More information

Conceptual Integration of Flow-based and Packet-based Network Intrusion Detection

Conceptual Integration of Flow-based and Packet-based Network Intrusion Detection Conceptual Integration of Flow-based and Packet-based Network Intrusion Detection Gregor Schaffrath, Burkhard Stiller Department of Informatics IFI, University of Zürich Communication Systems Group CSG

More information

LDAP andUsers Profile - A Quick Comparison

LDAP andUsers Profile - A Quick Comparison Using LDAP in a Filtering Service for a Digital Library João Ferreira (**) José Luis Borbinha (*) INESC Instituto de Enghenharia de Sistemas e Computatores José Delgado (*) INESC Instituto de Enghenharia

More information

WHY SEO TODAY MEANS GREAT WEB DESIGN BRIANNE KEATING FORST DIRECTOR OF ECOMMERCE

WHY SEO TODAY MEANS GREAT WEB DESIGN BRIANNE KEATING FORST DIRECTOR OF ECOMMERCE WHY SEO TODAY MEANS GREAT WEB DESIGN BRIANNE KEATING FORST DIRECTOR OF ECOMMERCE ABOUT PLOW & HEARTH Began in Madison, VA in 1980 Employ over 400 associates 5 Brands n Total of 22 stores in Maryland, Virginia,

More information

On the Setting of the Standards and Practice Standards for. Management Assessment and Audit concerning Internal

On the Setting of the Standards and Practice Standards for. Management Assessment and Audit concerning Internal (Provisional translation) On the Setting of the Standards and Practice Standards for Management Assessment and Audit concerning Internal Control Over Financial Reporting (Council Opinions) Released on

More information

Using reporting and data mining techniques to improve knowledge of subscribers; applications to customer profiling and fraud management

Using reporting and data mining techniques to improve knowledge of subscribers; applications to customer profiling and fraud management Using reporting and data mining techniques to improve knowledge of subscribers; applications to customer profiling and fraud management Paper Jean-Louis Amat Abstract One of the main issues of operators

More information

Networks Using Data Mining

Networks Using Data Mining Recommending People in Social Networks Using Data Mining Slah A. Alsaleh MIT. Hons. (Griffith University, Australia), BEd. (CS) (King Saud University, Saudi Araibia) Thesis submitted in fulfilment of the

More information

ISSN 1392-1258. ekonomika 2011 Vol. 90(3)

ISSN 1392-1258. ekonomika 2011 Vol. 90(3) ISSN 1392-1258. ekonomika 2011 Vol. 90(3) Vytautas Kindurys. Life insurance business and its development tendencies and manifestations in Lithuania: theoretical and practical aspects. The monograph. Vilnius:

More information

A Near Real-Time Personalization for ecommerce Platform Amit Rustagi arustagi@ebay.com

A Near Real-Time Personalization for ecommerce Platform Amit Rustagi arustagi@ebay.com A Near Real-Time Personalization for ecommerce Platform Amit Rustagi arustagi@ebay.com Abstract. In today's competitive environment, you only have a few seconds to help site visitors understand that you

More information

Global Management Reporting with SAP BO Dashboards at Kemira

Global Management Reporting with SAP BO Dashboards at Kemira Processes & Applications, SAP Business & Technology Consulting Information when you need it: Consolidated, global reporting platform available both online and offline Global Management Reporting with SAP

More information

Understanding Web personalization with Web Usage Mining and its Application: Recommender System

Understanding Web personalization with Web Usage Mining and its Application: Recommender System Understanding Web personalization with Web Usage Mining and its Application: Recommender System Manoj Swami 1, Prof. Manasi Kulkarni 2 1 M.Tech (Computer-NIMS), VJTI, Mumbai. 2 Department of Computer Technology,

More information

Final project report MODAVI Movie Database Visualization

Final project report MODAVI Movie Database Visualization Final project report MODAVI Movie Database Visualization Group 7 Juha Hjelm 67359 Johanna Huhtala 81535 Petri Laitinen 73651 Tiina Malinen 72957 2 Table of Contents 1 Introduction... 3 1.1 Problem statement...3

More information

MONEY MONITOR Frequently Asked Questions (FAQs)

MONEY MONITOR Frequently Asked Questions (FAQs) MONEY MONITOR Frequently Asked Questions (FAQs) Contents Link Account... 5 How do I start with?... 5 Why should I add all my accounts?... 5 How long will it take me to add my accounts? What information

More information

An Investigation of Agent Oriented Software Engineering Methodologies to Provide an Extended Methodology

An Investigation of Agent Oriented Software Engineering Methodologies to Provide an Extended Methodology An Investigation of Agent Oriented Software Engineering Methodologies to Provide an Extended Methodology A.Fatemi 1, N.NematBakhsh 2,B. Tork Ladani 3 Department of Computer Science, Isfahan University,

More information

Establishment of a Lease Management System and a Workflow Management System

Establishment of a Lease Management System and a Workflow Management System LAND TENURE CENTER University of Wisconsin - Madison Consultancy Services to The Government of the Republic of Trinidad & Tobago LAND USE POLICY AND ADMINISTRATION PROJECT (LUPAP) FINAL REPORT Establishment

More information

Visual Interactive FORTRAN (VIFOR)

Visual Interactive FORTRAN (VIFOR) Visual Support for Programming-in-the-large Vaclav Rajlich Nicholas Damskinos Panagiotis Linos Joao Silva Wayne State University Detroit, MI 48202 Wafa Khorshid Eastem Michigan University Ypsilanti, MI

More information

Chapter 20: Data Analysis

Chapter 20: Data Analysis Chapter 20: Data Analysis Database System Concepts, 6 th Ed. See www.db-book.com for conditions on re-use Chapter 20: Data Analysis Decision Support Systems Data Warehousing Data Mining Classification

More information

Using Exploration and Learning for Medical Records Search: An Experiment in Identifying Cohorts for Comparative Effectiveness Research.

Using Exploration and Learning for Medical Records Search: An Experiment in Identifying Cohorts for Comparative Effectiveness Research. Using Exploration and Learning for Medical Records Search: An Experiment in Identifying Cohorts for Comparative Effectiveness Research By Harvey Hyman, PhD University of South Florida HymanPhD@gmail.com

More information

Integrating Multi-Modal Messages across Heterogeneous Networks.

Integrating Multi-Modal Messages across Heterogeneous Networks. Integrating Multi-Modal Messages across Heterogeneous Networks. Ramiro Liscano, Roger Impey, Qinxin Yu * and Suhayya Abu-Hakima Institute for Information Technology, National Research Council Canada, Montreal

More information

APPLICATION OF A SALES-TOOL FOR AN OPTIMIZED TENDER PREPARATION IN SMALL AND MEDIUM-SIZED COMPANIES

APPLICATION OF A SALES-TOOL FOR AN OPTIMIZED TENDER PREPARATION IN SMALL AND MEDIUM-SIZED COMPANIES URN (Paper): urn:nbn:de:gbv:ilm1-2011iwk-014:9 56 TH INTERNATIONAL SCIENTIFIC COLLOQUIUM Ilmenau University of Technology, 12 16 September 2011 URN: urn:nbn:gbv:ilm1-2011iwk:5 APPLICATION OF A SALES-TOOL

More information

IDAK - Field studies

IDAK - Field studies IDAK - Field studies, The IT University of Copenhagen Outline: Background Our first study - ABB One of the new studies - Brüel & Kjær General observations and findings Three core activities Principles

More information