• Title/Summary/Keyword: Service training

Search Result 1,999, Processing Time 0.031 seconds

Accelerometer-based Gesture Recognition for Robot Interface (로봇 인터페이스 활용을 위한 가속도 센서 기반 제스처 인식)

  • Jang, Min-Su;Cho, Yong-Suk;Kim, Jae-Hong;Sohn, Joo-Chan
    • Journal of Intelligence and Information Systems
    • /
    • v.17 no.1
    • /
    • pp.53-69
    • /
    • 2011
  • Vision and voice-based technologies are commonly utilized for human-robot interaction. But it is widely recognized that the performance of vision and voice-based interaction systems is deteriorated by a large margin in the real-world situations due to environmental and user variances. Human users need to be very cooperative to get reasonable performance, which significantly limits the usability of the vision and voice-based human-robot interaction technologies. As a result, touch screens are still the major medium of human-robot interaction for the real-world applications. To empower the usability of robots for various services, alternative interaction technologies should be developed to complement the problems of vision and voice-based technologies. In this paper, we propose the use of accelerometer-based gesture interface as one of the alternative technologies, because accelerometers are effective in detecting the movements of human body, while their performance is not limited by environmental contexts such as lighting conditions or camera's field-of-view. Moreover, accelerometers are widely available nowadays in many mobile devices. We tackle the problem of classifying acceleration signal patterns of 26 English alphabets, which is one of the essential repertoires for the realization of education services based on robots. Recognizing 26 English handwriting patterns based on accelerometers is a very difficult task to take over because of its large scale of pattern classes and the complexity of each pattern. The most difficult problem that has been undertaken which is similar to our problem was recognizing acceleration signal patterns of 10 handwritten digits. Most previous studies dealt with pattern sets of 8~10 simple and easily distinguishable gestures that are useful for controlling home appliances, computer applications, robots etc. Good features are essential for the success of pattern recognition. To promote the discriminative power upon complex English alphabet patterns, we extracted 'motion trajectories' out of input acceleration signal and used them as the main feature. Investigative experiments showed that classifiers based on trajectory performed 3%~5% better than those with raw features e.g. acceleration signal itself or statistical figures. To minimize the distortion of trajectories, we applied a simple but effective set of smoothing filters and band-pass filters. It is well known that acceleration patterns for the same gesture is very different among different performers. To tackle the problem, online incremental learning is applied for our system to make it adaptive to the users' distinctive motion properties. Our system is based on instance-based learning (IBL) where each training sample is memorized as a reference pattern. Brute-force incremental learning in IBL continuously accumulates reference patterns, which is a problem because it not only slows down the classification but also downgrades the recall performance. Regarding the latter phenomenon, we observed a tendency that as the number of reference patterns grows, some reference patterns contribute more to the false positive classification. Thus, we devised an algorithm for optimizing the reference pattern set based on the positive and negative contribution of each reference pattern. The algorithm is performed periodically to remove reference patterns that have a very low positive contribution or a high negative contribution. Experiments were performed on 6500 gesture patterns collected from 50 adults of 30~50 years old. Each alphabet was performed 5 times per participant using $Nintendo{(R)}$ $Wii^{TM}$ remote. Acceleration signal was sampled in 100hz on 3 axes. Mean recall rate for all the alphabets was 95.48%. Some alphabets recorded very low recall rate and exhibited very high pairwise confusion rate. Major confusion pairs are D(88%) and P(74%), I(81%) and U(75%), N(88%) and W(100%). Though W was recalled perfectly, it contributed much to the false positive classification of N. By comparison with major previous results from VTT (96% for 8 control gestures), CMU (97% for 10 control gestures) and Samsung Electronics(97% for 10 digits and a control gesture), we could find that the performance of our system is superior regarding the number of pattern classes and the complexity of patterns. Using our gesture interaction system, we conducted 2 case studies of robot-based edutainment services. The services were implemented on various robot platforms and mobile devices including $iPhone^{TM}$. The participating children exhibited improved concentration and active reaction on the service with our gesture interface. To prove the effectiveness of our gesture interface, a test was taken by the children after experiencing an English teaching service. The test result showed that those who played with the gesture interface-based robot content marked 10% better score than those with conventional teaching. We conclude that the accelerometer-based gesture interface is a promising technology for flourishing real-world robot-based services and content by complementing the limits of today's conventional interfaces e.g. touch screen, vision and voice.

A Hybrid Recommender System based on Collaborative Filtering with Selective Use of Overall and Multicriteria Ratings (종합 평점과 다기준 평점을 선택적으로 활용하는 협업필터링 기반 하이브리드 추천 시스템)

  • Ku, Min Jung;Ahn, Hyunchul
    • Journal of Intelligence and Information Systems
    • /
    • v.24 no.2
    • /
    • pp.85-109
    • /
    • 2018
  • Recommender system recommends the items expected to be purchased by a customer in the future according to his or her previous purchase behaviors. It has been served as a tool for realizing one-to-one personalization for an e-commerce service company. Traditional recommender systems, especially the recommender systems based on collaborative filtering (CF), which is the most popular recommendation algorithm in both academy and industry, are designed to generate the items list for recommendation by using 'overall rating' - a single criterion. However, it has critical limitations in understanding the customers' preferences in detail. Recently, to mitigate these limitations, some leading e-commerce companies have begun to get feedback from their customers in a form of 'multicritera ratings'. Multicriteria ratings enable the companies to understand their customers' preferences from the multidimensional viewpoints. Moreover, it is easy to handle and analyze the multidimensional ratings because they are quantitative. But, the recommendation using multicritera ratings also has limitation that it may omit detail information on a user's preference because it only considers three-to-five predetermined criteria in most cases. Under this background, this study proposes a novel hybrid recommendation system, which selectively uses the results from 'traditional CF' and 'CF using multicriteria ratings'. Our proposed system is based on the premise that some people have holistic preference scheme, whereas others have composite preference scheme. Thus, our system is designed to use traditional CF using overall rating for the users with holistic preference, and to use CF using multicriteria ratings for the users with composite preference. To validate the usefulness of the proposed system, we applied it to a real-world dataset regarding the recommendation for POI (point-of-interests). Providing personalized POI recommendation is getting more attentions as the popularity of the location-based services such as Yelp and Foursquare increases. The dataset was collected from university students via a Web-based online survey system. Using the survey system, we collected the overall ratings as well as the ratings for each criterion for 48 POIs that are located near K university in Seoul, South Korea. The criteria include 'food or taste', 'price' and 'service or mood'. As a result, we obtain 2,878 valid ratings from 112 users. Among 48 items, 38 items (80%) are used as training dataset, and the remaining 10 items (20%) are used as validation dataset. To examine the effectiveness of the proposed system (i.e. hybrid selective model), we compared its performance to the performances of two comparison models - the traditional CF and the CF with multicriteria ratings. The performances of recommender systems were evaluated by using two metrics - average MAE(mean absolute error) and precision-in-top-N. Precision-in-top-N represents the percentage of truly high overall ratings among those that the model predicted would be the N most relevant items for each user. The experimental system was developed using Microsoft Visual Basic for Applications (VBA). The experimental results showed that our proposed system (avg. MAE = 0.584) outperformed traditional CF (avg. MAE = 0.591) as well as multicriteria CF (avg. AVE = 0.608). We also found that multicriteria CF showed worse performance compared to traditional CF in our data set, which is contradictory to the results in the most previous studies. This result supports the premise of our study that people have two different types of preference schemes - holistic and composite. Besides MAE, the proposed system outperformed all the comparison models in precision-in-top-3, precision-in-top-5, and precision-in-top-7. The results from the paired samples t-test presented that our proposed system outperformed traditional CF with 10% statistical significance level, and multicriteria CF with 1% statistical significance level from the perspective of average MAE. The proposed system sheds light on how to understand and utilize user's preference schemes in recommender systems domain.

Target-Aspect-Sentiment Joint Detection with CNN Auxiliary Loss for Aspect-Based Sentiment Analysis (CNN 보조 손실을 이용한 차원 기반 감성 분석)

  • Jeon, Min Jin;Hwang, Ji Won;Kim, Jong Woo
    • Journal of Intelligence and Information Systems
    • /
    • v.27 no.4
    • /
    • pp.1-22
    • /
    • 2021
  • Aspect Based Sentiment Analysis (ABSA), which analyzes sentiment based on aspects that appear in the text, is drawing attention because it can be used in various business industries. ABSA is a study that analyzes sentiment by aspects for multiple aspects that a text has. It is being studied in various forms depending on the purpose, such as analyzing all targets or just aspects and sentiments. Here, the aspect refers to the property of a target, and the target refers to the text that causes the sentiment. For example, for restaurant reviews, you could set the aspect into food taste, food price, quality of service, mood of the restaurant, etc. Also, if there is a review that says, "The pasta was delicious, but the salad was not," the words "steak" and "salad," which are directly mentioned in the sentence, become the "target." So far, in ABSA, most studies have analyzed sentiment only based on aspects or targets. However, even with the same aspects or targets, sentiment analysis may be inaccurate. Instances would be when aspects or sentiment are divided or when sentiment exists without a target. For example, sentences like, "Pizza and the salad were good, but the steak was disappointing." Although the aspect of this sentence is limited to "food," conflicting sentiments coexist. In addition, in the case of sentences such as "Shrimp was delicious, but the price was extravagant," although the target here is "shrimp," there are opposite sentiments coexisting that are dependent on the aspect. Finally, in sentences like "The food arrived too late and is cold now." there is no target (NULL), but it transmits a negative sentiment toward the aspect "service." Like this, failure to consider both aspects and targets - when sentiment or aspect is divided or when sentiment exists without a target - creates a dual dependency problem. To address this problem, this research analyzes sentiment by considering both aspects and targets (Target-Aspect-Sentiment Detection, hereby TASD). This study detected the limitations of existing research in the field of TASD: local contexts are not fully captured, and the number of epochs and batch size dramatically lowers the F1-score. The current model excels in spotting overall context and relations between each word. However, it struggles with phrases in the local context and is relatively slow when learning. Therefore, this study tries to improve the model's performance. To achieve the objective of this research, we additionally used auxiliary loss in aspect-sentiment classification by constructing CNN(Convolutional Neural Network) layers parallel to existing models. If existing models have analyzed aspect-sentiment through BERT encoding, Pooler, and Linear layers, this research added CNN layer-adaptive average pooling to existing models, and learning was progressed by adding additional loss values for aspect-sentiment to existing loss. In other words, when learning, the auxiliary loss, computed through CNN layers, allowed the local context to be captured more fitted. After learning, the model is designed to do aspect-sentiment analysis through the existing method. To evaluate the performance of this model, two datasets, SemEval-2015 task 12 and SemEval-2016 task 5, were used and the f1-score increased compared to the existing models. When the batch was 8 and epoch was 5, the difference was largest between the F1-score of existing models and this study with 29 and 45, respectively. Even when batch and epoch were adjusted, the F1-scores were higher than the existing models. It can be said that even when the batch and epoch numbers were small, they can be learned effectively compared to the existing models. Therefore, it can be useful in situations where resources are limited. Through this study, aspect-based sentiments can be more accurately analyzed. Through various uses in business, such as development or establishing marketing strategies, both consumers and sellers will be able to make efficient decisions. In addition, it is believed that the model can be fully learned and utilized by small businesses, those that do not have much data, given that they use a pre-training model and recorded a relatively high F1-score even with limited resources.

Application of Occupational Therapy Intervention Process Model: A Case of Child With Sensory Integration Dysfunction (작업치료중재과정모델의 적용: 감각통합기능장애 아동 사례)

  • Kim, Ji-Hyun
    • The Journal of Korean Academy of Sensory Integration
    • /
    • v.9 no.2
    • /
    • pp.1-13
    • /
    • 2011
  • Objective : Purpose of this study is to discuss benefits and implications of the clinical reasoning process and re-evaluation in the OTIPM by introducing a single case that occupational therapy intervention is provided based on the OTIPM. Methods : The case subject is a boy aged 5 years and 10 month who had diagnosed as attachment disorder and anxiety disorder from a pediatric psychiatrist before. The boy is referred to sensory integration therapy clinic and underwent occupational therapy intervention service twice a week for four month. Therapeutic activities for the intervention were consisted of sensory integration activities for restorative model, care-giver education for educational model, and performance skill training for acquisitional model. Measurements used in the initial evaluation are JSI-R, DDST-2, Social Maturity Test, KPPS-R, and observation-based performance task analysis. For the performance task analysis, performance skill items were constructed based on the Occupational Therapy Process Framework (OTPF), and those were assessed by the evaluation system of Assessment of Motor and Process Skill (AMPS) and Evaluation of Social Participation (ESI). Results : The detail process of implementing of the OTIPM in this study is reported by following four phases; 1) establish client-centered performance context; 2) establish baseline and interpret cause (initial evaluation); 3) intervention planning and implementing; and 4) recognize intervention outcome (reevaluation). Conclusion : In this case, occupational therapist could provide the client an occupation-based intervention within comprehensive performance context based on the OTIPM. Therapist could clearly identify the cause of problematic performance skills and behaviors and so provide effective intervention to improve client's occupational performance. Additionally, it was found that client's satisfaction of the intervention can be raised when the concept of 'who is the client' is expanded based on the OTIPM. From this study, it is proposed that OTIPM may be a model educible 'comprehensive' enhancement of 'specific' occupational engagement, as it considers both improvement of occupational performance and satisfaction.

  • PDF

Classification and Analysis of Vegetation for a Multiple-purpose Management of Forest -Centering around Dong Hwa Sa Area on Mt. Pal Gong- (삼림(森林)의 다목적(多目的) 경영(經營)을 위한 식생(植生)의 분류(分類)와 분석(分析) -팔공산(八公山) 동화사 지역(地域)을 중심(中心)으로-)

  • Kim, Byeong Ku;Cho, Hyun Je;Lee, Byeong Cheon;Hong, Sung Cheon
    • Journal of Korean Society of Forest Science
    • /
    • v.77 no.1
    • /
    • pp.32-42
    • /
    • 1988
  • This research was to establish the fundamental materials for the preservation and multiple-purpose management of forest vegetation of Dong Hwa Sa area located in the south facing slope of Mt. Pal-Gong. Analysis of forest vegetation of this area was studied by the method of Gentaro Toyohara, based on ZM School method and Pfister. The results obtained were summarized as follows. (1). Forest vegetation in this area divided into mountain forest and valley forest. (2). Mountain forest divided into A. Pinus densiflora community, B. Carpirtus laxiflora community, C. Quercus mongolica community. (3). Valley forest was formed mostly of Zelkova serrata community. (4). Piraus densiflora community divided into 1. Pines densiflora typical group, 2. Pines densiflora-Alnus hirsuta group, 3. Pines densiflora-Ilex macropoda group. (5). Quercus mongolica community divided into 1. Pinus densiflora-Carpinus cordata group, 2. Prunus sargentii-Hydrangea serrata for. acuminata group, (6). Zelkova serrata community divided into 1. Acer mono group, 2. Vine plant group. A vegetation analysis based on concepts and methods developed by Robert, D. Pfister and Gentaro Toyohara was considered to be effective on providing a guiding principle for a multiple-purpose management of forestry and a three-dimensional utilization of forest, but it is not easy for us to utilize such a analysis method because we are not rich in the materials of analysis of vegetation to our forest. Thus, It is necessary that we should collect much materials to various parts of forest in order that may utilize this method of analysis of vegetation.

  • PDF

Patent Production and Technological Performance of Korean Firms: The Role of Corporate Innovation Strategies (특허생산과 기술성과: 기업 혁신전략의 역할)

  • Lee, Jukwan;Jung, Jin Hwa
    • Journal of Technology Innovation
    • /
    • v.22 no.1
    • /
    • pp.149-175
    • /
    • 2014
  • This study analyzed the effect of corporate innovation strategies on patent production and ultimately on technological change and new product development of firms in South Korea. The intent was to derive efficient strategies for enhancing technological performance of the firms. For the empirical analysis, three sources of data were combined: four waves of the Human Capital Corporate Panel Survey (HCCP) data collected by the Korea Research Institute for Vocational Education and Training (KRIVET), corporate financial data obtained from the Korea Information Service (KIS), and corporate patent data provided by the Korean Intellectual Property Office (KIPO). The patent production function was estimated by zero-inflated negative binomial (ZINB) regression. The technological performance function was estimated by two-stage regression, taking into account the endogeneity of patent production. An ordered logit model was applied for the second stage regression. Empirical results confirmed the critical role of corporate innovation strategies in patent production and in facilitating technological change and new product development of the firms. In patent production, the firms' R&D investment and human resources were key determinants. Higher R&D intensity led to more patents, yet with decreasing marginal productivity. A larger stock of registered patents also led to a larger flow of new patent production. Firms were more prolific in patent production when they had high-quality personnel, intensely investing in human resource development, and adopting market-leading or fast-follower strategy as compared to stability strategy. In technological performance, the firms' human resources played a key role in accelerating technological change and new product development. R&D intensity expedited new product development of the firm. Firms adopting market-leading or fast-follower strategy were at an advantage than those with stability strategy in technological performance. Firms prolific in patent production were also advanced in terms of technological change and new product development. However, the nexus between patent production and technological performance measures was substantially reduced when controlling for the endogeneity of patent production. These results suggest that firms need to strengthen the linkage between patent production and technological performance, and take strategies that address each firm's capacities and needs.

The Influence of Online Social Networking on Individual Virtual Competence and Task Performance in Organizations (온라인 네트워킹 활동이 가상협업 역량 및 업무성과에 미치는 영향)

  • Suh, A-Young;Shin, Kyung-Shik
    • Asia pacific journal of information systems
    • /
    • v.22 no.2
    • /
    • pp.39-69
    • /
    • 2012
  • With the advent of communication technologies including electronic collaborative tools and conferencing systems provided over the Internet, virtual collaboration is becoming increasingly common in organizations. Virtual collaboration refers to an environment in which the people working together are interdependent in their tasks, share responsibility for outcomes, are geographically dispersed, and rely on mediated rather than face-to face, communication to produce an outcome. Research suggests that new sets of individual skill, knowledge, and ability (SKAs) are required to perform effectively in today's virtualized workplace, which is labeled as individual virtual competence. It is also argued that use of online social networking sites may influence not only individuals' daily lives but also their capability to manage their work-related relationships in organizations, which in turn leads to better performance. The existing research regarding (1) the relationship between virtual competence and task performance and (2) the relationship between online networking and task performance has been conducted based on different theoretical perspectives so that little is known about how online social networking and virtual competence interplay to predict individuals' task performance. To fill this gap, this study raises the following research questions: (1) What is the individual virtual competence required for better adjustment to the virtual collaboration environment? (2) How does online networking via diverse social network service sites influence individuals' task performance in organizations? (3) How do the joint effects of individual virtual competence and online networking influence task performance? To address these research questions, we first draw on the prior literature and derive four dimensions of individual virtual competence that are related with an individual's self-concept, knowledge and ability. Computer self-efficacy is defined as the extent to which an individual beliefs in his or her ability to use computer technology broadly. Remotework self-efficacy is defined as the extent to which an individual beliefs in his or her ability to work and perform joint tasks with others in virtual settings. Virtual media skill is defined as the degree of confidence of individuals to function in their work role without face-to-face interactions. Virtual social skill is an individual's skill level in using technologies to communicate in virtual settings to their full potential. It should be noted that the concept of virtual social skill is different from the self-efficacy and captures an individual's cognition-based ability to build social relationships with others in virtual settings. Next, we discuss how online networking influences both individual virtual competence and task performance based on the social network theory and the social learning theory. We argue that online networking may enhance individuals' capability in expanding their social networks with low costs. We also argue that online networking may enable individuals to learn the necessary skills regarding how they use technological functions, communicate with others, and share information and make social relations using the technical functions provided by electronic media, consequently increasing individual virtual competence. To examine the relationships among online networking, virtual competence, and task performance, we developed research models (the mediation, interaction, and additive models, respectively) by integrating the social network theory and the social learning theory. Using data from 112 employees of a virtualized company, we tested the proposed research models. The results of analysis partly support the mediation model in that online social networking positively influences individuals' computer self-efficacy, virtual social skill, and virtual media skill, which are key predictors of individuals' task performance. Furthermore, the results of the analysis partly support the interaction model in that the level of remotework self-efficacy moderates the relationship between online social networking and task performance. The results paint a picture of people adjusting to virtual collaboration that constrains and enables their task performance. This study contributes to research and practice. First, we suggest a shift of research focus to the individual level when examining virtual phenomena and theorize that online social networking can enhance individual virtual competence in some aspects. Second, we replicate and advance the prior competence literature by linking each component of virtual competence and objective task performance. The results of this study provide useful insights into how human resource responsibilities assess employees' weakness and strength when they organize virtualized groups or projects. Furthermore, it provides managers with insights into the kinds of development or training programs that they can engage in with their employees to advance their ability to undertake virtual work.

  • PDF

A Study on the Problem and Improvement of CRM in Financial Institutions (금융기관의 CRM문제점과 개선방안에 관한연구)

  • Lee, Sang-Youn;Oh, Sung-Taek;Kim, Moon-Jung
    • The Journal of Industrial Distribution & Business
    • /
    • v.1 no.1
    • /
    • pp.33-41
    • /
    • 2010
  • In the age of globalization, effective and efficient corporate management is becoming more important as domestic and international business circumstances changes. In the middle of endless changes in business circumstances, fast reaction to customers and market, and offering customized goods and service became essential. In this respect, CRM designed to utilize customer information scientifically and systematically, has become an essential system and marketing strategy to enhance corporate competitiveness. CRM has placed the importance of customers in the front of marketing and has focused every process and business minds on customers. Recent change in the market and the trend of establishing and introducing CRM system has lead us to concentrate on the introduction of CRM in the financial institutions. This study searched for several views about CRM in academic and industrial papers. Through theoretical approach on CRM, the background of the introduction of CRM, the purpose of CRM, the characteristic and application of CRM, and the expected effect of CRM will be discussed. This study is focused on financial institutions where CRM is widely used. And through documents about examples of the introduction of CRM, the status of the establishment of domestic CRM and the necessity and trend of CRM will be discussed. Also the problem of CRM in the financial institutions and the improvement of CRM in domestic banks will be analyzed. When discussing CRM in the financial area, customers are the main source of corporate profit and through relationship management with the customers enhancing loyalty and maximizing profit can be obtained. Especially in CRM in financial institutions, maintaining existing customers makes higher profit ratio, so repurchasing and cross selling becomes important for obtaining lifetime value of existing customers who contribute to most of the profit of corporations. As a result, CRM should be completely customer oriented. CRM in financial institutions is not merely marketing work, but organizational competence which is made up of standardized work process through total process integration inside the corporation. Corporations which plan to introduce CRM should analyze the characteristics and conditions of corporations and establish purpose and strategy of CRM. And they need long term view to find out the factors which best fit for the introduction of CRM. To enable this, strategy composed of daily marketing activity and CRM concept is necessary. Also continued improvement through drill and training for operating organization should be followed to maintain CRM well. And corporate culture must settle customer as the center of corporate value. The race for introducing and improving CRM has already begun. CRM should not be regarded as a choice. It should be accepted as something essential. In this reality financial institutions should solve subdivision problem of customers and necessity of customers with the mind of 'customer's profit is my profit'. Customer focused management should not be emphasized only by words. Efforts like viewing from the customer's point must be nurtured to provide methods to help customers. That is, we should not just follow what is done in foreign countries. We should solve the problem of our customers according to the situation of our country, our industry, our corporation. Then we can gain the trust of customers, and the value derived from the customers will become the background of CRM which will lead the corporation to success.

  • PDF

Basic Research for Designing a Specialized Curriculum for Women Students at the Maritime College - Focusing on Mokpo National Maritime University (해사대학 여학생 특화 교육과정 설계를 위한 기초연구 - 목포해양대학교를 중심으로)

  • Kim, Seungyeon;Park, Jun-Mo;Jeong, Dae-Deuk
    • Journal of the Korean Society of Marine Environment & Safety
    • /
    • v.26 no.4
    • /
    • pp.346-352
    • /
    • 2020
  • It has been about 30 years since women students entered the Maritime College at Mokpo National Maritime University (MMU) and Korea Maritime & Ocean University to train as maritime seafarers. The women have been choosing a maritime college regardless of the Boarding Service Reserve System. Therefore, it is necessary to continuously study the motivation for admission, preferences for boarding, and desired career paths to guide the distinction and vision of maritime colleges. Accordingly, this study conducted a questionnaire survey on 93 women students attending the Maritime College at MMU. Of the respondents, 35.5 % said that they enrolled to become maritime officials and 30.1 % to become maritime seafarers. In addition to the current training for maritime seafarers, additional courses are required to train maritime experts. The study found that 88.2 % of the respondents thought that women's embarkation was more difficult than usual. It is considered that a systematic education program is needed for the onboard life of women maritime seafarers in schools and shipping companies. It was found that 69.6 % of the respondents preferred to embark as seafarers after graduation. After graduating from university, 32.3 % of the respondents said that they preferred to become navigation officers or engineers. It was also found that 24.7 % preferred to become marine-related civil servants / professionals, and 18.3 % preferred to become marine police. From the total, 83.9 % hoped for careers in marine-related fields. It is, therefore, necessary to organize courses and further education according to the motives for admission and preferred occupations of women students.

International Success the Second Time Around: A Case Study (제이륜국제성공(第二轮国际成功): 일개안례연구(一个案例研究))

  • Colley, Mary Catherine;Gatlin, Brandie
    • Journal of Global Scholars of Marketing Science
    • /
    • v.20 no.2
    • /
    • pp.173-178
    • /
    • 2010
  • A privately held, third generation family owned company, Boom Technologies, Inc. (BTI), a provider of products and services to the electric utility, telecommunications and contractor markets, continues to make progress in exporting. Although export sales only equaled 5% of total revenue in 2008, BTI has an entire export division. Their export division's Managing Director reveals the trial and errors of a privately held company and their quest for success overseas. From its inception, BTI has always believed its greatest asset is its employees. When export sales struggled due to lack of strategy and direction, BTI hired a Managing Director for its export division. With leadership and guidance from BTI's president and from the Managing Director, they utilized the department's skills and knowledge. Structural changes were made to expand their market presence abroad and increase export sales. As a result, export sales increased four-fold, area managers in new countries were added and distribution networks were successfully cultivated. At times, revenue generation was difficult to determine due to the structure of the company. Therefore, in 1996, the export division was restructured as a limited liability company. This allowed the company to improve the tracking of revenue and expenses. Originally, 80% of BTI's export sales came from two countries; therefore, the initial approach to selling overseas was not reaching their anticipated goals of expanding their foreign market presence. However, changes were made and now the company manages the details of selling to over 80 countries. There were three major export expansion challenges noted by the Managing Director: 1. Product and Shipping - The major obstacle for BTI was product assembly. Originally, the majority of the product was assembled in the United States, which increased shipping and packaging costs. With so many parts specified in the order, many times the order would arrive with parts missing. The missing parts could equate to tens of thousands of dollars. Shipping these missing parts separately in another shipment also cost tens of thousands of dollar, plus a delivery delay time of six to eight weeks; all of which came out of the BTI's pockets. 2. Product Adaptation - Safety and product standards varied widely for each of the 80 countries to which BTI exported. Weights, special licenses, product specification requirements, measurement systems, and truck stability can all differ from country to country and can serve as a type of barrier to entry, making it difficult to adapt products accordingly. Technical and safety standards are barriers that serve as a type of protection for the local industry and can stand in the way of successfully pursuing foreign markets. 3. Marketing Challenges - The importance of distribution creates many challenges for BTI as they attempt to determine how each country prefers to operate with regard to their distribution systems. Some countries have competition from a small competitor that only produces one competing product; whereas BTI manufactures over 100 products. Marketing material is another concern for BTI as they attempt to push marketing costs to the distributors. Adapting the marketing material can be costly in terms of translation and cultural differences. In addition, the size of paper in the United States differs from those in some countries, causing many problems when attempting to copy the same layout and With distribution being one of several challenges for BTI, the company claims their distribution network is one of their competitive advantages, as the location and names of their distributors are not revealed. In addition, BTI rotates two offerings yearly: training to their distributors one year and then the next is a distributor's meeting. With a focus on product and shipping, product adaptation, and marketing challenges, the intricacies of selling overseas takes time and patience. Another competitive advantage noted is BTI's cradle to grave strategy, where they follow the product from sale to its final resting place, whether the truck is leased or purchased new or used. They also offer service and maintenance plans with a detailed cost analysis provided to the company prior to purchasing or leasing the product. Expanding abroad will always create challenges for a company. As the Managing Director stated, "If you don't have patience (in the export business), you better do something else." Knowing how to adapt quickly provides BTI with the skills necessary to adjust to the changing needs of each country and its own unique challenges, allowing them to remain competitive.