• Title/Summary/Keyword: SMART 연구로

Search Result 8,446, Processing Time 0.035 seconds

Effects of Customers' Relationship Networks on Organizational Performance: Focusing on Facebook Fan Page (고객 간 관계 네트워크가 조직성과에 미치는 영향: 페이스북 기업 팬페이지를 중심으로)

  • Jeon, Su-Hyeon;Kwahk, Kee-Young
    • Journal of Intelligence and Information Systems
    • /
    • v.22 no.2
    • /
    • pp.57-79
    • /
    • 2016
  • It is a rising trend that the number of users using one of the social media channels, the Social Network Service, so called the SNS, is getting increased. As per to this social trend, more companies have interest in this networking platform and start to invest their funds in it. It has received much attention as a tool spreading and expanding the message that a company wants to deliver to its customers and has been recognized as an important channel in terms of the relationship marketing with them. The environment of media that is radically changing these days makes possible for companies to approach their customers in various ways. Particularly, the social network service, which has been developed rapidly, provides the environment that customers can freely talk about products. For companies, it also works as a channel that gives customized information to customers. To succeed in the online environment, companies need to not only build the relationship between companies and customers but focus on the relationship between customers as well. In response to the online environment with the continuous development of technology, companies have tirelessly made the novel marketing strategy. Especially, as the one-to-one marketing to customers become available, it is more important for companies to maintain the relationship marketing with their customers. Among many SNS, Facebook, which many companies use as a communication channel, provides a fan page service for each company that supports its business. Facebook fan page is the platform that the event, information and announcement can be shared with customers using texts, videos, and pictures. Companies open their own fan pages in order to inform their companies and businesses. Such page functions as the websites of companies and has a characteristic of their brand communities such as blogs as well. As Facebook has become the major communication medium with customers, companies recognize its importance as the effective marketing channel, but they still need to investigate their business performances by using Facebook. Although there are infinite potentials in Facebook fan page that even has a function as a community between users, which other platforms do not, it is incomplete to regard companies' Facebook fan pages as communities and analyze them. In this study, it explores the relationship among customers through the network of the Facebook fan page users. The previous studies on a company's Facebook fan page were focused on finding out the effective operational direction by analyzing the use state of the company. However, in this study, it draws out the structural variable of the network, which customer committment can be measured by applying the social network analysis methodology and investigates the influence of the structural characteristics of network on the business performance of companies in an empirical way. Through each company's Facebook fan page, the network of users who engaged in the communication with each company is exploited and it is the one-mode undirected binary network that respectively regards users and the relationship of them in terms of their marketing activities as the node and link. In this network, it draws out the structural variable of network that can explain the customer commitment, who pressed "like," made comments and shared the Facebook marketing message, of each company by calculating density, global clustering coefficient, mean geodesic distance, diameter. By exploiting companies' historical performance such as net income and Tobin's Q indicator as the result variables, this study investigates influence on companies' business performances. For this purpose, it collects the network data on the subjects of 54 companies among KOSPI-listed companies, which have posted more than 100 articles on their Facebook fan pages during the data collection period. Then it draws out the network indicator of each company. The indicator related to companies' performances is calculated, based on the posted value on DART website of the Financial Supervisory Service. From the academic perspective, this study suggests a new approach through the social network analysis methodology to researchers who attempt to study the business-purpose utilization of the social media channel. From the practical perspective, this study proposes the more substantive marketing performance measurements to companies performing marketing activities through the social media and it is expected that it will bring a foundation of establishing smart business strategies by using the network indicators.

A Study of Anomaly Detection for ICT Infrastructure using Conditional Multimodal Autoencoder (ICT 인프라 이상탐지를 위한 조건부 멀티모달 오토인코더에 관한 연구)

  • Shin, Byungjin;Lee, Jonghoon;Han, Sangjin;Park, Choong-Shik
    • Journal of Intelligence and Information Systems
    • /
    • v.27 no.3
    • /
    • pp.57-73
    • /
    • 2021
  • Maintenance and prevention of failure through anomaly detection of ICT infrastructure is becoming important. System monitoring data is multidimensional time series data. When we deal with multidimensional time series data, we have difficulty in considering both characteristics of multidimensional data and characteristics of time series data. When dealing with multidimensional data, correlation between variables should be considered. Existing methods such as probability and linear base, distance base, etc. are degraded due to limitations called the curse of dimensions. In addition, time series data is preprocessed by applying sliding window technique and time series decomposition for self-correlation analysis. These techniques are the cause of increasing the dimension of data, so it is necessary to supplement them. The anomaly detection field is an old research field, and statistical methods and regression analysis were used in the early days. Currently, there are active studies to apply machine learning and artificial neural network technology to this field. Statistically based methods are difficult to apply when data is non-homogeneous, and do not detect local outliers well. The regression analysis method compares the predictive value and the actual value after learning the regression formula based on the parametric statistics and it detects abnormality. Anomaly detection using regression analysis has the disadvantage that the performance is lowered when the model is not solid and the noise or outliers of the data are included. There is a restriction that learning data with noise or outliers should be used. The autoencoder using artificial neural networks is learned to output as similar as possible to input data. It has many advantages compared to existing probability and linear model, cluster analysis, and map learning. It can be applied to data that does not satisfy probability distribution or linear assumption. In addition, it is possible to learn non-mapping without label data for teaching. However, there is a limitation of local outlier identification of multidimensional data in anomaly detection, and there is a problem that the dimension of data is greatly increased due to the characteristics of time series data. In this study, we propose a CMAE (Conditional Multimodal Autoencoder) that enhances the performance of anomaly detection by considering local outliers and time series characteristics. First, we applied Multimodal Autoencoder (MAE) to improve the limitations of local outlier identification of multidimensional data. Multimodals are commonly used to learn different types of inputs, such as voice and image. The different modal shares the bottleneck effect of Autoencoder and it learns correlation. In addition, CAE (Conditional Autoencoder) was used to learn the characteristics of time series data effectively without increasing the dimension of data. In general, conditional input mainly uses category variables, but in this study, time was used as a condition to learn periodicity. The CMAE model proposed in this paper was verified by comparing with the Unimodal Autoencoder (UAE) and Multi-modal Autoencoder (MAE). The restoration performance of Autoencoder for 41 variables was confirmed in the proposed model and the comparison model. The restoration performance is different by variables, and the restoration is normally well operated because the loss value is small for Memory, Disk, and Network modals in all three Autoencoder models. The process modal did not show a significant difference in all three models, and the CPU modal showed excellent performance in CMAE. ROC curve was prepared for the evaluation of anomaly detection performance in the proposed model and the comparison model, and AUC, accuracy, precision, recall, and F1-score were compared. In all indicators, the performance was shown in the order of CMAE, MAE, and AE. Especially, the reproduction rate was 0.9828 for CMAE, which can be confirmed to detect almost most of the abnormalities. The accuracy of the model was also improved and 87.12%, and the F1-score was 0.8883, which is considered to be suitable for anomaly detection. In practical aspect, the proposed model has an additional advantage in addition to performance improvement. The use of techniques such as time series decomposition and sliding windows has the disadvantage of managing unnecessary procedures; and their dimensional increase can cause a decrease in the computational speed in inference.The proposed model has characteristics that are easy to apply to practical tasks such as inference speed and model management.

A Methodology of Customer Churn Prediction based on Two-Dimensional Loyalty Segmentation (이차원 고객충성도 세그먼트 기반의 고객이탈예측 방법론)

  • Kim, Hyung Su;Hong, Seung Woo
    • Journal of Intelligence and Information Systems
    • /
    • v.26 no.4
    • /
    • pp.111-126
    • /
    • 2020
  • Most industries have recently become aware of the importance of customer lifetime value as they are exposed to a competitive environment. As a result, preventing customers from churn is becoming a more important business issue than securing new customers. This is because maintaining churn customers is far more economical than securing new customers, and in fact, the acquisition cost of new customers is known to be five to six times higher than the maintenance cost of churn customers. Also, Companies that effectively prevent customer churn and improve customer retention rates are known to have a positive effect on not only increasing the company's profitability but also improving its brand image by improving customer satisfaction. Predicting customer churn, which had been conducted as a sub-research area for CRM, has recently become more important as a big data-based performance marketing theme due to the development of business machine learning technology. Until now, research on customer churn prediction has been carried out actively in such sectors as the mobile telecommunication industry, the financial industry, the distribution industry, and the game industry, which are highly competitive and urgent to manage churn. In addition, These churn prediction studies were focused on improving the performance of the churn prediction model itself, such as simply comparing the performance of various models, exploring features that are effective in forecasting departures, or developing new ensemble techniques, and were limited in terms of practical utilization because most studies considered the entire customer group as a group and developed a predictive model. As such, the main purpose of the existing related research was to improve the performance of the predictive model itself, and there was a relatively lack of research to improve the overall customer churn prediction process. In fact, customers in the business have different behavior characteristics due to heterogeneous transaction patterns, and the resulting churn rate is different, so it is unreasonable to assume the entire customer as a single customer group. Therefore, it is desirable to segment customers according to customer classification criteria, such as loyalty, and to operate an appropriate churn prediction model individually, in order to carry out effective customer churn predictions in heterogeneous industries. Of course, in some studies, there are studies in which customers are subdivided using clustering techniques and applied a churn prediction model for individual customer groups. Although this process of predicting churn can produce better predictions than a single predict model for the entire customer population, there is still room for improvement in that clustering is a mechanical, exploratory grouping technique that calculates distances based on inputs and does not reflect the strategic intent of an entity such as loyalties. This study proposes a segment-based customer departure prediction process (CCP/2DL: Customer Churn Prediction based on Two-Dimensional Loyalty segmentation) based on two-dimensional customer loyalty, assuming that successful customer churn management can be better done through improvements in the overall process than through the performance of the model itself. CCP/2DL is a series of churn prediction processes that segment two-way, quantitative and qualitative loyalty-based customer, conduct secondary grouping of customer segments according to churn patterns, and then independently apply heterogeneous churn prediction models for each churn pattern group. Performance comparisons were performed with the most commonly applied the General churn prediction process and the Clustering-based churn prediction process to assess the relative excellence of the proposed churn prediction process. The General churn prediction process used in this study refers to the process of predicting a single group of customers simply intended to be predicted as a machine learning model, using the most commonly used churn predicting method. And the Clustering-based churn prediction process is a method of first using clustering techniques to segment customers and implement a churn prediction model for each individual group. In cooperation with a global NGO, the proposed CCP/2DL performance showed better performance than other methodologies for predicting churn. This churn prediction process is not only effective in predicting churn, but can also be a strategic basis for obtaining a variety of customer observations and carrying out other related performance marketing activities.

Study on the Relationships Among Perceived Shopping Values, Brand Equity, and Store Loyalty of Korean and Chinese Consumers: A Case of Large Discount Store (한국과 중국 소비자의 쇼핑 경험가치 지각과 브랜드자산 및 점포충성도의 관계에 관한 비교 연구: 대형 할인점을 중심으로)

  • Hwang, Soonho;Oh, Jongchul;Yoon, Sungjoon
    • Asia Marketing Journal
    • /
    • v.14 no.2
    • /
    • pp.209-237
    • /
    • 2012
  • 1. Research Purpose Consumers rely on various clues to evaluate their decision to patronize a retail store, and store brand is one of them (Dodds 1991; Grewal et al. 1998). As consumers find ever increasing variety of contact points connecting them to specific store, the value of experiential shopping as a means of increasing store's brand equity warrants greater attention from scholars of retail management. Retail shopping values are credited for creating not only cognitive experiences like brand knowledge but also emotional experiences such as shopping pleasure and pride (Schmitt 1999). This may be because today's consumers place emphasis on emotional values associated with shopping pleasure, lifestyle brought to life, brand relationship, and store atmosphere more than utilitarian values such as product quality and price. Many previous literature found this to be true (Ahn and Lee 2011; Mathwick et al. 2001). This brings forth important research issues and questions regarding the roles of shopping experiential values and brand equity with regard to consumer's retail patronage choice. However, despite this importance, research on this area remains quite inadequate (Hwang 2010). For this reason, this study aims to verify the relationships among experiential shopping values, retail store brand equity and tries to link that with customer loyalty by surveying large-scale discount store shoppers in Korea and China. 2. Research Contents In order to carry out the research objective, this study conducted comprehensive literature survey on previous literature by discussing major findings and implications with regard to shopping values and retail brand equity and store loyalty. For data collection, researcher employed survey-based research method where data were collected in two major cities of Korea (Seoul) and China (Bejing) and sampling frame was based on patrons of large discount stores in both countries. Specific research questions raised in this study are as follows; RQ1: How do Korean and Chinese consumers differently perceive of shopping values regarding shopping at large-sclae discount stores? RQ2: Are there differences in consumers' emotional consumption propensities? RQ3: Do Korean and Chinese consumers display different perceptions of brand equity towards large-scale discount stores? RQ4: Are there differences in relationships between shopping values and brand equity for Korean and Chinese consumers? For statistical analysis, SPSS17.0, AMOS17.0 and SmartPLS were employed. 3. Research Results The data collected through face-to-face survey conducted in Seoul and Bejing revealed appropriate data validity and reliability as a result of exploratory/confirmatory factor analysis and reliability tests, andh SEM model yielding satisfactory model fitness. The result of the study may be summarized by three main points. First, as a result of testing differences in consumption dispositions, Chinese consumers showed higher scores in aesthetic and symbolic dispositions, whereas Korean consumers scored higher in hedonic disposition. Second, testing on perceptions toward brand equity of large discount stores showed that Korean consumers exhibited more positive perceptions of brand awareness and brand image than Chinese counterparts. Third, the result of exploratory factor analysis on the experiential shopping values revealed different factors for each country. On Korean side, consumer interest value, aesthetic value, and hedonic value were prominent, whereas on Chinese side, hedonic value, aesthetic value, consumer interest value, and service excellence value were found salient. 4. Research Implications While many previous studies on inter-country differences in retailing area mainly focused on cultural dispositions or orientations to explain the differences, this study sets itself apart by specifically targeting individual consumer's shopping values from an experiential viewpoint. The study result provides important theoretical as well as practical implications for large-scale discount store, especially the impotance of fully exploring the linkage between shopping values and brand equity, which has significant influence on loyalty. Therefore, the specific implications deriving from the result shed some important insights upon the consumption values based on shopping experiences and brand equity. The differences found in store shoppers between the two countries may also provide useful insights for Korean and Chinese retailers who plan to expand their operations globally. Related strategic implications derived from this study is the importance of localizing retail strategy which is based on the differences found in experiential shopping values between the two country groups. Especially the finding that Chinese consumers value consumer interest and service excellence, whereas Koreans place importance on hedonic or aesthetic values indicates the need to differentiate the consumer's psychographical profiles when it comes to expanding retail operations globally. Particularly important will be to pursue price-orienated strategy in China in consideration of the high emphasis on consumer interests and service excellence, but to emphasize the symbolic aspects of brand equity in Korea by maximizing the brand equity associated with aesthetic values and hedonic orientations. 5. Recommendations This study focused on generic retail branded discount stores in both countries, thus making it difficult to tease out store-specific strategies based on specific retail brands. Future studies may benefit fro employing actual brand names in survey questionnaire to verify relationship between shopping values and brand-based store strategy. As with other studies of this nature, this study needs to strengthen the result's generalizability by selecting respondents from a wider spectrum of respondents.

  • PDF

Packaging Technology for the Optical Fiber Bragg Grating Multiplexed Sensors (광섬유 브래그 격자 다중화 센서 패키징 기술에 관한 연구)

  • Lee, Sang Mae
    • Journal of the Microelectronics and Packaging Society
    • /
    • v.24 no.4
    • /
    • pp.23-29
    • /
    • 2017
  • The packaged optical fiber Bragg grating sensors which were networked by multiplexing the Bragg grating sensors with WDM technology were investigated in application for the structural health monitoring of the marine trestle structure transporting the ship. The optical fiber Bragg grating sensor was packaged in a cylindrical shape made of aluminum tubes. Furthermore, after the packaged optical fiber sensor was inserted in polymeric tube, the epoxy was filled inside the tube so that the sensor has resistance and durability against sea water. The packaged optical fiber sensor component was investigated under 0.2 MPa of hydraulic pressure and was found to be robust. The number and location of Bragg gratings attached at the trestle were determined where the trestle was subject to high displacement obtained by the finite element simulation. Strain of the part in the trestle being subjected to the maximum load was analyzed to be ${\sim}1000{\mu}{\varepsilon}$ and thus shift in Bragg wavelength of the sensor caused by the maximum load of the trestle was found to be ~1,200 pm. According to results of the finite element analysis, the Bragg wavelength spacings of the sensors were determined to have 3~5 nm without overlapping of grating wavelengths between sensors when the trestle was under loads and thus 50 of the grating sensors with each module consisting of 5 sensors could be networked within 150 nm optical window at 1550 nm wavelength of the Bragg wavelength interrogator. Shifts in Bragg wavelength of the 5 packaged optical fiber sensors attached at the mock trestle unit were well interrogated by the grating interrogator which used the optical fiber loop mirror, and the maximum strain rate was measured to be about $235.650{\mu}{\varepsilon}$. The modelling result of the sensor packaging and networking was in good agreements with experimental result each other.

Experimental and Numerical Analysis of Package and Solder Ball Crack Reliability using Solid Epoxy Material (Solid Epoxy를 이용한 패키지 및 솔더 크랙 신뢰성 확보를 위한 실험 및 수치해석 연구)

  • Cho, Youngmin;Choa, Sung-Hoon
    • Journal of the Microelectronics and Packaging Society
    • /
    • v.27 no.1
    • /
    • pp.55-65
    • /
    • 2020
  • The use of underfill materials in semiconductor packages is not only important for stress relieving of the package, but also for improving the reliability of the package during shock and vibration. However, in recent years, as the size of the package becomes larger and very thin, the use of the underfill shows adverse effects and rather deteriorates the reliability of the package. To resolve these issues, we developed the package using a solid epoxy material to improve the reliability of the package as a substitute for underfill material. The developed solid epoxy was applied to the package of the application processor in smart phone, and the reliability of the package was evaluated using thermal cycling reliability tests and numerical analysis. In order to find the optimal solid epoxy material and process conditions for improving the reliability, the effects of various factors on the reliability, such as the application number of solid epoxy, type of PCB pad, and different solid epoxy materials, were investigated. The reliability test results indicated that the package with solid epoxy exhibited higher reliability than that without solid epoxy. The application of solid epoxy at six locations showed higher reliability than that of solid epoxy at four locations indicating that the solid epoxy plays a role in relieving stress of the package, thereby improving the reliability of the package. For the different types of PCB pad, NSMD (non-solder mask defined) pad showed higher reliability than the SMD (solder mask defined) pad. This is because the application of the NSMD pad is more advantageous in terms of thermomechanical stress reliability because the solderpad bond area is larger. In addition, for the different solid epoxy materials with different thermal expansion coefficients, the reliability was more improved when solid epoxy having lower thermal expansion coefficient was used.

Analyzing the Issue Life Cycle by Mapping Inter-Period Issues (기간별 이슈 매핑을 통한 이슈 생명주기 분석 방법론)

  • Lim, Myungsu;Kim, Namgyu
    • Journal of Intelligence and Information Systems
    • /
    • v.20 no.4
    • /
    • pp.25-41
    • /
    • 2014
  • Recently, the number of social media users has increased rapidly because of the prevalence of smart devices. As a result, the amount of real-time data has been increasing exponentially, which, in turn, is generating more interest in using such data to create added value. For instance, several attempts are being made to analyze the relevant search keywords that are frequently used on new portal sites and the words that are regularly mentioned on various social media in order to identify social issues. The technique of "topic analysis" is employed in order to identify topics and themes from a large amount of text documents. As one of the most prevalent applications of topic analysis, the technique of issue tracking investigates changes in the social issues that are identified through topic analysis. Currently, traditional issue tracking is conducted by identifying the main topics of documents that cover an entire period at the same time and analyzing the occurrence of each topic by the period of occurrence. However, this traditional issue tracking approach has two limitations. First, when a new period is included, topic analysis must be repeated for all the documents of the entire period, rather than being conducted only on the new documents of the added period. This creates practical limitations in the form of significant time and cost burdens. Therefore, this traditional approach is difficult to apply in most applications that need to perform an analysis on the additional period. Second, the issue is not only generated and terminated constantly, but also one issue can sometimes be distributed into several issues or multiple issues can be integrated into one single issue. In other words, each issue is characterized by a life cycle that consists of the stages of creation, transition (merging and segmentation), and termination. The existing issue tracking methods do not address the connection and effect relationship between these issues. The purpose of this study is to overcome the two limitations of the existing issue tracking method, one being the limitation regarding the analysis method and the other being the limitation involving the lack of consideration of the changeability of the issues. Let us assume that we perform multiple topic analysis for each multiple period. Then it is essential to map issues of different periods in order to trace trend of issues. However, it is not easy to discover connection between issues of different periods because the issues derived for each period mutually contain heterogeneity. In this study, to overcome these limitations without having to analyze the entire period's documents simultaneously, the analysis can be performed independently for each period. In addition, we performed issue mapping to link the identified issues of each period. An integrated approach on each details period was presented, and the issue flow of the entire integrated period was depicted in this study. Thus, as the entire process of the issue life cycle, including the stages of creation, transition (merging and segmentation), and extinction, is identified and examined systematically, the changeability of the issues was analyzed in this study. The proposed methodology is highly efficient in terms of time and cost, as it sufficiently considered the changeability of the issues. Further, the results of this study can be used to adapt the methodology to a practical situation. By applying the proposed methodology to actual Internet news, the potential practical applications of the proposed methodology are analyzed. Consequently, the proposed methodology was able to extend the period of the analysis and it could follow the course of progress of each issue's life cycle. Further, this methodology can facilitate a clearer understanding of complex social phenomena using topic analysis.

Development and Effects of Instruction Model for Using Digital Textbook in Elementary Science Classes (초등 과학 수업에서 디지털 교과서 활용 수업모형 개발 및 효과)

  • Song, Jin-Yeo;Son, Jun-Ho;Jeong, Ji-Hyun;Kim, Jong-Hee
    • Journal of the Korean Society of Earth Science Education
    • /
    • v.10 no.3
    • /
    • pp.262-277
    • /
    • 2017
  • Digital textbooks enable learning that is appropriate to the characteristics and level of learners through various interactions. The purpose of this study was to develop an instruction model that can more effectively use digital textbooks in elementary science classes and to verify its effectiveness. The results were as follows. The instruction model for helping learners complete their learning by using digital textbooks needs to receive diagnostic assessment and feedback on entry behavior, to build a self-directed learning environment, and to interact with teachers, students, and digital textbooks as scaffolding. In this study, we developed an instruction model using digital textbooks reflecting these characteristic. The instructional model consists of preparation, practice and solidity step. In the preparation step, the learner performs a diagnostic evaluation using digital textbooks. Based on the results, feedback provided at each level can complement the entry behavior and maintain interest in learning activities. In the practice step, self-directed learning is implemented using diverse functions of digital textbooks and various types of data. In the solidity step, learners can internalize the learning contents by reviewing video clips which are provided by teachers, performing problem-solving activities, and accessing outcomes accumulated by learners in the community online. In order to verify the effectiveness of this model, we selected the "Weather and our Life" unit. This experiment was conducted using 101 students in the 5th grade in B Elementary School in Gwangju Metropolitan City. In the experimental group, 50 students learned using a smart device that embodies digital textbooks applied with the instruction model. In the comparative group, 51 students were taught using the paper textbooks. The results were as follows. First, there was a significant effect on the improvement of the learning achievement in the experimental group with low academic ability compared with the comparative group with low academic ability. Second, there was a significant effect on self-directed learning attitude in the experimental group. Third, in the experimental group, the number of interactions with the learner, teacher, and digital textbook was higher than the comparative group. In conclusion, the digital textbooks based on the instruction model in elementary science classes developed in this study helped to improve learners' learning achievement and self-directed learning attitudes.

T-Cache: a Fast Cache Manager for Pipeline Time-Series Data (T-Cache: 시계열 배관 데이타를 위한 고성능 캐시 관리자)

  • Shin, Je-Yong;Lee, Jin-Soo;Kim, Won-Sik;Kim, Seon-Hyo;Yoon, Min-A;Han, Wook-Shin;Jung, Soon-Ki;Park, Se-Young
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.13 no.5
    • /
    • pp.293-299
    • /
    • 2007
  • Intelligent pipeline inspection gauges (PIGs) are inspection vehicles that move along within a (gas or oil) pipeline and acquire signals (also called sensor data) from their surrounding rings of sensors. By analyzing the signals captured in intelligent PIGs, we can detect pipeline defects, such as holes and curvatures and other potential causes of gas explosions. There are two major data access patterns apparent when an analyzer accesses the pipeline signal data. The first is a sequential pattern where an analyst reads the sensor data one time only in a sequential fashion. The second is the repetitive pattern where an analyzer repeatedly reads the signal data within a fixed range; this is the dominant pattern in analyzing the signal data. The existing PIG software reads signal data directly from the server at every user#s request, requiring network transfer and disk access cost. It works well only for the sequential pattern, but not for the more dominant repetitive pattern. This problem becomes very serious in a client/server environment where several analysts analyze the signal data concurrently. To tackle this problem, we devise a fast in-memory cache manager, called T-Cache, by considering pipeline sensor data as multiple time-series data and by efficiently caching the time-series data at T-Cache. To the best of the authors# knowledge, this is the first research on caching pipeline signals on the client-side. We propose a new concept of the signal cache line as a caching unit, which is a set of time-series signal data for a fixed distance. We also provide the various data structures including smart cursors and algorithms used in T-Cache. Experimental results show that T-Cache performs much better for the repetitive pattern in terms of disk I/Os and the elapsed time. Even with the sequential pattern, T-Cache shows almost the same performance as a system that does not use any caching, indicating the caching overhead in T-Cache is negligible.

A Symbolic Characteristic of Mimetic Words in Published Cartoon: Focusing on Works of Heo, Young Man (허영만의 작품에서 나타난 효과태의 상징어적 특징과 활용)

  • O, Yul Seok;Yoon, Ki Heon
    • Cartoon and Animation Studies
    • /
    • s.30
    • /
    • pp.169-199
    • /
    • 2013
  • In various directions of cartoon, vertical stroll direction is opposite to the page direction of existing published cartoon with the popularity of webtoon and established new genre. Lots of studies on published cartoon focus on the cut direction by page, but webtoon doesn't have any concept of page. The pivot of cartoon oriented people is changed from paper to computer monitor as times go by, characteristics of media are changed and media is gradually diversified. Like the strengthening of mobile caused by smart phone's popularity, tablet PC's propagation in public education, etc. cartoon is included to the environment of media which is rapidly changed. In this situation, one of cartoon's unchanged important identities can be the direction made by harmony between picture and text. This thesis analyzed symbolic characteristics and effective value of hyogwatae, mimetic words of cartoon, focusing on works of Heo, Young Man. Hyogwatae just delivers not only sound but also shape, feeling, status, etc. and has significant characteristics by invoking the imaginary structure of literature. Strengths of modern Korean, various linguistic expressions and syllabic systems, let people feel minute feeling of language and difference of emotion and remember the memory through the direct and indirect experiences, so it makes it nuance. Because of the characteristics, representative works of Heo, Young Man have commercialization and writer characteristics, have communicated with people for a long time and have plentiful knowledge of Korean cartoon. The characteristics of hyogwatae in Heo, Young Man's cartoon make a lot of effects for the expression and delivery of cartoon more than the general expectation. When conducting the study focusing on the symbolic process of language, uncertainty and vague standard of judgement caused by the wide factors of study on the direction of general cartoon could be endured. And, through the Heo, Young Man's deep analysis on hyogwatae's direction, readers enjoy the process while inferring actually and intellectually between pictures and sentences. In the process, the equipment stimulating imagination more than pictures, effects and dialogues is hyogwatae. It's reader's equipment of active participation and its strength is symbolic structure.