• Title/Summary/Keyword: Use-Case

Search Result 11,808, Processing Time 0.048 seconds

A Ranking Algorithm for Semantic Web Resources: A Class-oriented Approach (시맨틱 웹 자원의 랭킹을 위한 알고리즘: 클래스중심 접근방법)

  • Rho, Sang-Kyu;Park, Hyun-Jung;Park, Jin-Soo
    • Asia pacific journal of information systems
    • /
    • v.17 no.4
    • /
    • pp.31-59
    • /
    • 2007
  • We frequently use search engines to find relevant information in the Web but still end up with too much information. In order to solve this problem of information overload, ranking algorithms have been applied to various domains. As more information will be available in the future, effectively and efficiently ranking search results will become more critical. In this paper, we propose a ranking algorithm for the Semantic Web resources, specifically RDF resources. Traditionally, the importance of a particular Web page is estimated based on the number of key words found in the page, which is subject to manipulation. In contrast, link analysis methods such as Google's PageRank capitalize on the information which is inherent in the link structure of the Web graph. PageRank considers a certain page highly important if it is referred to by many other pages. The degree of the importance also increases if the importance of the referring pages is high. Kleinberg's algorithm is another link-structure based ranking algorithm for Web pages. Unlike PageRank, Kleinberg's algorithm utilizes two kinds of scores: the authority score and the hub score. If a page has a high authority score, it is an authority on a given topic and many pages refer to it. A page with a high hub score links to many authoritative pages. As mentioned above, the link-structure based ranking method has been playing an essential role in World Wide Web(WWW), and nowadays, many people recognize the effectiveness and efficiency of it. On the other hand, as Resource Description Framework(RDF) data model forms the foundation of the Semantic Web, any information in the Semantic Web can be expressed with RDF graph, making the ranking algorithm for RDF knowledge bases greatly important. The RDF graph consists of nodes and directional links similar to the Web graph. As a result, the link-structure based ranking method seems to be highly applicable to ranking the Semantic Web resources. However, the information space of the Semantic Web is more complex than that of WWW. For instance, WWW can be considered as one huge class, i.e., a collection of Web pages, which has only a recursive property, i.e., a 'refers to' property corresponding to the hyperlinks. However, the Semantic Web encompasses various kinds of classes and properties, and consequently, ranking methods used in WWW should be modified to reflect the complexity of the information space in the Semantic Web. Previous research addressed the ranking problem of query results retrieved from RDF knowledge bases. Mukherjea and Bamba modified Kleinberg's algorithm in order to apply their algorithm to rank the Semantic Web resources. They defined the objectivity score and the subjectivity score of a resource, which correspond to the authority score and the hub score of Kleinberg's, respectively. They concentrated on the diversity of properties and introduced property weights to control the influence of a resource on another resource depending on the characteristic of the property linking the two resources. A node with a high objectivity score becomes the object of many RDF triples, and a node with a high subjectivity score becomes the subject of many RDF triples. They developed several kinds of Semantic Web systems in order to validate their technique and showed some experimental results verifying the applicability of their method to the Semantic Web. Despite their efforts, however, there remained some limitations which they reported in their paper. First, their algorithm is useful only when a Semantic Web system represents most of the knowledge pertaining to a certain domain. In other words, the ratio of links to nodes should be high, or overall resources should be described in detail, to a certain degree for their algorithm to properly work. Second, a Tightly-Knit Community(TKC) effect, the phenomenon that pages which are less important but yet densely connected have higher scores than the ones that are more important but sparsely connected, remains as problematic. Third, a resource may have a high score, not because it is actually important, but simply because it is very common and as a consequence it has many links pointing to it. In this paper, we examine such ranking problems from a novel perspective and propose a new algorithm which can solve the problems under the previous studies. Our proposed method is based on a class-oriented approach. In contrast to the predicate-oriented approach entertained by the previous research, a user, under our approach, determines the weights of a property by comparing its relative significance to the other properties when evaluating the importance of resources in a specific class. This approach stems from the idea that most queries are supposed to find resources belonging to the same class in the Semantic Web, which consists of many heterogeneous classes in RDF Schema. This approach closely reflects the way that people, in the real world, evaluate something, and will turn out to be superior to the predicate-oriented approach for the Semantic Web. Our proposed algorithm can resolve the TKC(Tightly Knit Community) effect, and further can shed lights on other limitations posed by the previous research. In addition, we propose two ways to incorporate data-type properties which have not been employed even in the case when they have some significance on the resource importance. We designed an experiment to show the effectiveness of our proposed algorithm and the validity of ranking results, which was not tried ever in previous research. We also conducted a comprehensive mathematical analysis, which was overlooked in previous research. The mathematical analysis enabled us to simplify the calculation procedure. Finally, we summarize our experimental results and discuss further research issues.

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.

Studies on the Effects of Various Methods of Rotation Irrigation System Affecting on The Growth, Yield of Rice Plants and Its Optimum Facilities (수환관개방법의 차이가 수도생육 및 수량에 미치는 영향과 그 적정시설에 관한 연구)

  • 이창구
    • Magazine of the Korean Society of Agricultural Engineers
    • /
    • v.12 no.2
    • /
    • pp.1937-1947
    • /
    • 1970
  • This experiment was conducted, making use of the 'NONG-RIM No, 6' a recommended variety of rice plant for the year of 1969. Main purpose of the experiment are to explore possibilities of; a) ways and means of saving irrigation water and, b) overcoming drought at the same time so that an increaded yield in rice production could be resulted in Specifically, it was tried to determine the effects of the Rotation Irrigation method combined with differentiated thickess of Lining upon the growth and Yield of rice production. Some of the major finding are summarized in the follows. 1) The Different thicknesses show a significant relationship with the weight of 1000 grains. In the case of 3cm Lined plot, the grain weight is 39.0 Grams, the heaviest. Next in order is 6 cm lined plnt, 5 day control plot, 6 day control plot. 2) In rice yield, it is found that there is a considerably moderate signicant relationship with both the different thickness of lining and the number of irrgation, as shown in the table No,7. 3) There is little or no difference among different plot in terms of; a) physical and chemical properties of soil, b) quality of irrgation water, c) climatic condition, and rainfalls. 4) It is found that there is no significant relationship between differences in the method of rotation irrgation and the number of ears per hill because of too much rainydays and low temperature during irrigation season. 5) In uyny1-treated plots, it is shown that there is on difference among different plots, but the irrigation water requirement saved as much as 1/2 to actual irrigation water compare to uncontroled plot. 6) The irrigation water requirement for 48 days is saved as much 67% compared to uncontroled plot, the order are; the 9cm lined plot, the plot of vinyl with no hole, the plot with a hole of $1cm/m^2$ as shows in fig 15. 7) The rate of percolation of 40-30mm/day is decreased to 30-20/day. It is found that the decreasad rate of percolation due to vinyl-cutoff in footpath. 8) The growing condition was fine, and there was no found that decease and lageing as always submerged plot. 9) It is found that it must be constructed irrigation and drainage system, inlet and outlet perpect, respectly, of which could be irrigation water saved and would be inereased the irrigation water temperature.

  • PDF

A study of usefulness for the plan based on only MRI using ViewRay MRIdian system (ViewRay MRIdian System을 이용한 MRI only based plan의 유용성 고찰)

  • Jeon, Chang Woo;Lee, Ho Jin;An, Beom Seok;Kim, Chan young;Lee, Je hee
    • The Journal of Korean Society for Radiation Therapy
    • /
    • v.27 no.2
    • /
    • pp.131-143
    • /
    • 2015
  • Purpose : By comparing a CT fusion plan based on MRI with a plan based on only MRI without CT, we intended to study usefulness of a plan based on only MRI. And furthermore, we intended to realize a realtime MR-IGRT by MRI image without CT scan during the course of simulation, treatment planning, and radiation treatment. Materials and Methods : BBB CT (Brilliance Big Bore CT, 16slice, Philips), Viewray MRIdian system (Viewray, USA) were used for CT & MR simulation and Treatment plan of 11 patients (1 Head and Neck, 5 Breast, 1 Lung, 3 Liver, 1 Prostate). When scanning for treatment, Free Breathing was enacted for Head&Neck, Breast, Prostate and Inhalation Breathing Holding for Lung and Liver. Considering the difference of size between CT and Viewray, the patient's position and devices were in the same condition. Using Viewray MRIdian system, two treatment plans were established. The one was CT fusion treatment plan based on MR image. Another was MR treatment plan including electron density that [ICRU 46] recommend for Lung, Air and Bone. For Head&Neck, Breast and Prostate, IMRT was established and for Lung and Liver, Gating treatment plan was established. PTV's Homogeneity Index(HI) and Conformity Index(CI) were use to estimate the treatment plan. And DVH and dose difference of each PTV and OAR were compared to estimate the treatment plan. Results : Between the two treatment plan, each difference of PTV's HI value is 0.089% (Head&Neck), 0.26% (Breast), 0.67% (Lung), 0.2% (Liver), 0.4% (Prostate) and in case of CI, 0.043% (Head&Neck), 0.84% (Breast), 0.68% (Lung), 0.46% (Liver), 0.3% (Prostate). As showed above, it is on Head&Neck that HI and CI's difference value is smallest. Each difference of average dose on PTV is 0.07 Gy (Head&Neck), 0.29 Gy (Breast), 0.18 Gy (Lung), 0.3 Gy (Liver), 0.18 Gy (Prostate). And by percentage, it is 0.06% (Head&Neck), 0.7% (Breast), 0.29% (Lung), 0.69% (Liver), 0.44% (Prostate). Likewise, All is under 1%. In Head&Neck, average dose difference of each OAR is 0.01~0.12 Gy, 0.04~0.06 Gy in Breast, 0.01~0.21 Gy in Lung, 0.06~0.27 Gy in Liver and 0.02~0.23 Gy in Prostate. Conclusion : PTV's HI, CI dose difference on the Treatment plan using MR image is under 1% and OAR's dose difference is maximum 0.89 Gy as heterogeneous tissue increases when comparing with that fused CT image. Besides, It characterizes excellent contrast in soft tissue. So, radiation therapy using only MR image without CT scan is useful in the part like Head&Neck, partial breast and prostate cancer which has a little difference of heterogeneity.

  • PDF

Product Evaluation Criteria Extraction through Online Review Analysis: Using LDA and k-Nearest Neighbor Approach (온라인 리뷰 분석을 통한 상품 평가 기준 추출: LDA 및 k-최근접 이웃 접근법을 활용하여)

  • Lee, Ji Hyeon;Jung, Sang Hyung;Kim, Jun Ho;Min, Eun Joo;Yeo, Un Yeong;Kim, Jong Woo
    • Journal of Intelligence and Information Systems
    • /
    • v.26 no.1
    • /
    • pp.97-117
    • /
    • 2020
  • Product evaluation criteria is an indicator describing attributes or values of products, which enable users or manufacturers measure and understand the products. When companies analyze their products or compare them with competitors, appropriate criteria must be selected for objective evaluation. The criteria should show the features of products that consumers considered when they purchased, used and evaluated the products. However, current evaluation criteria do not reflect different consumers' opinion from product to product. Previous studies tried to used online reviews from e-commerce sites that reflect consumer opinions to extract the features and topics of products and use them as evaluation criteria. However, there is still a limit that they produce irrelevant criteria to products due to extracted or improper words are not refined. To overcome this limitation, this research suggests LDA-k-NN model which extracts possible criteria words from online reviews by using LDA and refines them with k-nearest neighbor. Proposed approach starts with preparation phase, which is constructed with 6 steps. At first, it collects review data from e-commerce websites. Most e-commerce websites classify their selling items by high-level, middle-level, and low-level categories. Review data for preparation phase are gathered from each middle-level category and collapsed later, which is to present single high-level category. Next, nouns, adjectives, adverbs, and verbs are extracted from reviews by getting part of speech information using morpheme analysis module. After preprocessing, words per each topic from review are shown with LDA and only nouns in topic words are chosen as potential words for criteria. Then, words are tagged based on possibility of criteria for each middle-level category. Next, every tagged word is vectorized by pre-trained word embedding model. Finally, k-nearest neighbor case-based approach is used to classify each word with tags. After setting up preparation phase, criteria extraction phase is conducted with low-level categories. This phase starts with crawling reviews in the corresponding low-level category. Same preprocessing as preparation phase is conducted using morpheme analysis module and LDA. Possible criteria words are extracted by getting nouns from the data and vectorized by pre-trained word embedding model. Finally, evaluation criteria are extracted by refining possible criteria words using k-nearest neighbor approach and reference proportion of each word in the words set. To evaluate the performance of the proposed model, an experiment was conducted with review on '11st', one of the biggest e-commerce companies in Korea. Review data were from 'Electronics/Digital' section, one of high-level categories in 11st. For performance evaluation of suggested model, three other models were used for comparing with the suggested model; actual criteria of 11st, a model that extracts nouns by morpheme analysis module and refines them according to word frequency, and a model that extracts nouns from LDA topics and refines them by word frequency. The performance evaluation was set to predict evaluation criteria of 10 low-level categories with the suggested model and 3 models above. Criteria words extracted from each model were combined into a single words set and it was used for survey questionnaires. In the survey, respondents chose every item they consider as appropriate criteria for each category. Each model got its score when chosen words were extracted from that model. The suggested model had higher scores than other models in 8 out of 10 low-level categories. By conducting paired t-tests on scores of each model, we confirmed that the suggested model shows better performance in 26 tests out of 30. In addition, the suggested model was the best model in terms of accuracy. This research proposes evaluation criteria extracting method that combines topic extraction using LDA and refinement with k-nearest neighbor approach. This method overcomes the limits of previous dictionary-based models and frequency-based refinement models. This study can contribute to improve review analysis for deriving business insights in e-commerce market.

THE RELATIONSHIP BETWEEN PARTICLE INJECTION RATE OBSERVED AT GEOSYNCHRONOUS ORBIT AND DST INDEX DURING GEOMAGNETIC STORMS (자기폭풍 기간 중 정지궤도 공간에서의 입자 유입률과 Dst 지수 사이의 상관관계)

  • 문가희;안병호
    • Journal of Astronomy and Space Sciences
    • /
    • v.20 no.2
    • /
    • pp.109-122
    • /
    • 2003
  • To examine the causal relationship between geomagnetic storm and substorm, we investigate the correlation between dispersionless particle injection rate of proton flux observed from geosynchronous satellites, which is known to be a typical indicator of the substorm expansion activity, and Dst index during magnetic storms. We utilize geomagnetic storms occurred during the period of 1996 ~ 2000 and categorize them into three classes in terms of the minimum value of the Dst index ($Dst_{min}$); intense ($-200nT{$\leq$}Dst_{min}{$\leq$}-100nT$), moderate($-100nT{\leq}Dst_{min}{\leq}-50nT$), and small ($-50nT{\leq}Dst_{min}{\leq}-30nT$) -30nT)storms. We use the proton flux of the energy range from 50 keV to 670 keV, the major constituents of the ring current particles, observed from the LANL geosynchronous satellites located within the local time sector from 18:00 MLT to 04:00 MLT. We also examine the flux ratio ($f_{max}/f_{ave}$) to estimate particle energy injection rate into the inner magnetosphere, with $f_{ave}$ and $f_{max}$ being the flux levels during quiet and onset levels, respectively. The total energy injection rate into the inner magnetosphere can not be estimated from particle measurements by one or two satellites. However, the total energy injection rate should be at least proportional to the flux ratio and the injection frequency. Thus we propose a quantity, “total energy injection parameter (TEIP)”, defined by the product of the flux ratio and the injection frequency as an indicator of the injected energy into the inner magnetosphere. To investigate the phase dependence of the substorm contribution to the development of magnetic storm, we examine the correlations during the two intervals, main and recovery phase of storm separately. Several interesting tendencies are noted particularly during the main phase of storm. First, the average particle injection frequency tends to increase with the storm size with the correlation coefficient being 0.83. Second, the flux ratio ($f_{max}/f_{ave}$) tends to be higher during large storms. The correlation coefficient between $Dst_{min}$ and the flux ratio is generally high, for example, 0.74 for the 75~113 keV energy channel. Third, it is also worth mentioning that there is a high correlation between the TEIP and $Dst_{min}$ with the highest coefficient (0.80) being recorded for the energy channel of 75~113 keV, the typical particle energies of the ring current belt. Fourth, the particle injection during the recovery phase tends to make the storms longer. It is particularly the case for intense storms. These characteristics observed during the main phase of the magnetic storm indicate that substorm expansion activity is closely associated with the development of mangetic storm.

A Study on the Meaning of Plant Material in the 2016 Korea Garden Show Designer's Garden (2016년 코리아가든쇼 작가정원의 식물 의미에 관한 연구)

  • Lee, Chung-Hee;Jin, Hye-Young;Lee, You-Mi;Song, Yu-Jin
    • Journal of the Korean Institute of Landscape Architecture
    • /
    • v.45 no.3
    • /
    • pp.41-53
    • /
    • 2017
  • This study was performed to determine what the plant material were selected to reflect in the 2016 Korea Garden Show designer's garden. It was analyzed that plant material was used to display the theme of the garden and to create a specific space. Under the given theme of 'K-Garden, Shinhallyu Garden(new style garden culture) with the most Korean taste', the plants were used to highlight the theme in two types: 'representation' and 'expression'. There were two 'representation' gardens that imitate a particular space of Korean taste and four 'expression' gardens that showcase the designer's thoughts with abstract concepts and concrete objects. Three gardens included both types of garden. The way of revealing the subject with plants was used more for 'expression' than for 'representation'. There were eleven spaces for 'representation' of the Korean taste, a vegetable garden, faucet, pond, field, nature, a Hanok court garden, groves of bamboo, tile roof, stone wall, rock and backyard of a Hanok connected to the mountain. The planting material was used in two ways: reflecting only the ecological characteristics of the plant, and considering the ecological and visual characteristics together. Vegetation plantings reflecting the ecological characteristics were observed in all eleven spaces. Nine of the spaces reflected the growth environment of the plants, but the other two did not reflect the ecological characteristics of the plants, unlike the designer's intention. In the case of the four spaces that considered the ecological and visual characteristics together, color and size were considered visual characteristics. The plants in the seven spaces that included 'expression' as the theme were selected to reflect the visual characteristics in the order of color, shape, texture, and size, rather than reflecting ecological characteristics. A group planting method was applied. When the plants were used as materials for creating space, Norman(1989) analyzed three enclosure factors(overhead, vertical, ground plane). Only two deciduous trees were used in the overhead plane while five species of evergreen shrubs and thirty species of various deciduous plants were used in the vertical plane. There were forty-five species (nine trees and thirty-six herbaceous plants) forming the ground plane, and various herbaceous plants were utilized without duplication in each garden. The designer's garden of the Garden Show played a role in introducing new groundcover plants to the public. Three of the nine gardens did not include ornamental plants, and the use of decorative plants in other gardens was few compared to the number of plantings. In the Korea Garden Show designer's garden, most of the plants were being used with the intention of exposing the theme or architectural uses. In the 2016 Korea Garden Show designer's garden, many species of plants were used as materials for showcasing themes rather than for creating spaces. Also, the method of 'expression' was used more than the method of 'representation' in order to highlight the theme. This indicates that the planting materials reflect visual characteristics such as color, shape, texture, size rather than ecological characteristics.

An Empirical Study on the Determinants of Supply Chain Management Systems Success from Vendor's Perspective (참여자관점에서 공급사슬관리 시스템의 성공에 영향을 미치는 요인에 관한 실증연구)

  • Kang, Sung-Bae;Moon, Tae-Soo;Chung, Yoon
    • Asia pacific journal of information systems
    • /
    • v.20 no.3
    • /
    • pp.139-166
    • /
    • 2010
  • The supply chain management (SCM) systems have emerged as strong managerial tools for manufacturing firms in enhancing competitive strength. Despite of large investments in the SCM systems, many companies are not fully realizing the promised benefits from the systems. A review of literature on adoption, implementation and success factor of IOS (inter-organization systems), EDI (electronic data interchange) systems, shows that this issue has been examined from multiple theoretic perspectives. And many researchers have attempted to identify the factors which influence the success of system implementation. However, the existing studies have two drawbacks in revealing the determinants of systems implementation success. First, previous researches raise questions as to the appropriateness of research subjects selected. Most SCM systems are operating in the form of private industrial networks, where the participants of the systems consist of two distinct groups: focus companies and vendors. The focus companies are the primary actors in developing and operating the systems, while vendors are passive participants which are connected to the system in order to supply raw materials and parts to the focus companies. Under the circumstance, there are three ways in selecting the research subjects; focus companies only, vendors only, or two parties grouped together. It is hard to find researches that use the focus companies exclusively as the subjects probably due to the insufficient sample size for statistic analysis. Most researches have been conducted using the data collected from both groups. We argue that the SCM success factors cannot be correctly indentified in this case. The focus companies and the vendors are in different positions in many areas regarding the system implementation: firm size, managerial resources, bargaining power, organizational maturity, and etc. There are no obvious reasons to believe that the success factors of the two groups are identical. Grouping the two groups also raises questions on measuring the system success. The benefits from utilizing the systems may not be commonly distributed to the two groups. One group's benefits might be realized at the expenses of the other group considering the situation where vendors participating in SCM systems are under continuous pressures from the focus companies with respect to prices, quality, and delivery time. Therefore, by combining the system outcomes of both groups we cannot measure the system benefits obtained by each group correctly. Second, the measures of system success adopted in the previous researches have shortcoming in measuring the SCM success. User satisfaction, system utilization, and user attitudes toward the systems are most commonly used success measures in the existing studies. These measures have been developed as proxy variables in the studies of decision support systems (DSS) where the contribution of the systems to the organization performance is very difficult to measure. Unlike the DSS, the SCM systems have more specific goals, such as cost saving, inventory reduction, quality improvement, rapid time, and higher customer service. We maintain that more specific measures can be developed instead of proxy variables in order to measure the system benefits correctly. The purpose of this study is to find the determinants of SCM systems success in the perspective of vendor companies. In developing the research model, we have focused on selecting the success factors appropriate for the vendors through reviewing past researches and on developing more accurate success measures. The variables can be classified into following: technological, organizational, and environmental factors on the basis of TOE (Technology-Organization-Environment) framework. The model consists of three independent variables (competition intensity, top management support, and information system maturity), one mediating variable (collaboration), one moderating variable (government support), and a dependent variable (system success). The systems success measures have been developed to reflect the operational benefits of the SCM systems; improvement in planning and analysis capabilities, faster throughput, cost reduction, task integration, and improved product and customer service. The model has been validated using the survey data collected from 122 vendors participating in the SCM systems in Korea. To test for mediation, one should estimate the hierarchical regression analysis on the collaboration. And moderating effect analysis should estimate the moderated multiple regression, examines the effect of the government support. The result shows that information system maturity and top management support are the most important determinants of SCM system success. Supply chain technologies that standardize data formats and enhance information sharing may be adopted by supply chain leader organization because of the influence of focal company in the private industrial networks in order to streamline transactions and improve inter-organization communication. Specially, the need to develop and sustain an information system maturity will provide the focus and purpose to successfully overcome information system obstacles and resistance to innovation diffusion within the supply chain network organization. The support of top management will help focus efforts toward the realization of inter-organizational benefits and lend credibility to functional managers responsible for its implementation. The active involvement, vision, and direction of high level executives provide the impetus needed to sustain the implementation of SCM. The quality of collaboration relationships also is positively related to outcome variable. Collaboration variable is found to have a mediation effect between on influencing factors and implementation success. Higher levels of inter-organizational collaboration behaviors such as shared planning and flexibility in coordinating activities were found to be strongly linked to the vendors trust in the supply chain network. Government support moderates the effect of the IS maturity, competitive intensity, top management support on collaboration and implementation success of SCM. In general, the vendor companies face substantially greater risks in SCM implementation than the larger companies do because of severe constraints on financial and human resources and limited education on SCM systems. Besides resources, Vendors generally lack computer experience and do not have sufficient internal SCM expertise. For these reasons, government supports may establish requirements for firms doing business with the government or provide incentives to adopt, implementation SCM or practices. Government support provides significant improvements in implementation success of SCM when IS maturity, competitive intensity, top management support and collaboration are low. The environmental characteristic of competition intensity has no direct effect on vendor perspective of SCM system success. But, vendors facing above average competition intensity will have a greater need for changing technology. This suggests that companies trying to implement SCM systems should set up compatible supply chain networks and a high-quality collaboration relationship for implementation and performance.

A Basic Study on the Health Status in Villages of Kum San Goon, Chung Cheong Nam Do Area (충남(忠南) 금산군내(錦山郡內) 보건시범부락(保健示範部落)에 대(對)한 기초조사(基礎調査))

  • Kho, Byung-Hoon
    • Journal of Preventive Medicine and Public Health
    • /
    • v.7 no.2
    • /
    • pp.349-354
    • /
    • 1974
  • Survey results concerning the general information on health status of 7,050 inhabitants (1,141 households) which have been selected within Keumsan Gun, Chung Choung Nam Do area are as follws: 1. The average family size is $6.18{\pm}2.17$ persons per household. Tertiary sex ratio is 105.5 population composition of Kumsan Gun shown a pyramidal form consisting of 51.6% of the inhabitants under 20 years of age. 2. Rate of illiteracy amounts to 12.1% and only 4.1% of villagers were graduated from high schools, 80% of the inhabitants have some kind of jobs: 46.1% of them are engaged in agriculture, 95.2% of villagers have their own houses, and remaining 4.8% do not have their own. 3. 72% of households made use of health services provided provided by health centre or subcentres during a period of 1 year from April 1, 1973 to March 31, 1974. 26.8% of them visited health centre of sub-centres 2-4 times annually for the following purposes: 1) Vaccination: 35.7% 2) Diagnosis or treatment: 26.7% 3) Family planning: 24.1% 4) Maternal and child health: 10.5% 4. Utilization rate of health facilities is on an average 4.4 times per household and 0.75 times per capita. 5. Birth rate in the area is 1.91% and death rate is 0.75%, indicating the natural increase rate is only 1.16% that is lower than the nationwide rate of 1.8-2.2% in 1970 and 1.5-1.9% in 1973. 6. 37.7% of fertile women (20-40 years old) in the area are still unmarried, Fertility rate is the highest in the age group of 63-40 years old showing a value of 17.1%. 7. The unmarried population in this area amounts to 61.4% : 61.4% in male and 57.6% in female. 8. Number of inhaibtants who practice family planning is 612 persons(22.6%) among the married (2.771). This value consists of 8.3% of married males and 34.8% of married females. Only 16.0% of the people who put family planning in practice undergo permanent contraceptive methods and remaining 84.0% of them do temporary measures. 9. Only 57.7% of the subjects took vaccinations as follows: 1) B.C.G. vaccination: 82.7% 2) D.P.T. vaccination: 76.2% 3) Poliomyelitis vaccination: 67.9% 4) Smallpox vaccination: 62.6% 10. In the utilization of medical facilities in case of sickness drug stores (32.15%) comes first and hospitals or clinics (28.65%), health centre of health sub-centres (17.96%), herb drug stores (7.36%) and herb gerneral practioners (6.31%), etc., in decreasing order. Sickness that people living in this area suffer from are neuralgia, disease digestive troubles, respiratory diseases and skin lesions, etc.

  • PDF

Development and Research into Functional Foods from Hydrolyzed Whey Protein Powder with Sialic Acid as Its Index Component - I. Repeated 90-day Oral Administration Toxicity Test using Rats Administered Hydrolyzed Whey Protein Powder containing Normal Concentration of Sialic Acid (7%) with Enzyme Separation Method - (Sialic Acid를 지표성분으로 하는 유청가수분해단백분말의 기능성식품 개발연구 - I. 효소분리로 7% Siailc Acid가 표준적으로 함유된 유청가수분해단백분말(7%)의 랫드를 이용한 90일 반복경구투여 독성시험 평가 연구 -)

  • Noh, Hye-Ji;Cho, Hyang-Hyun;Kim, Hee-Kyong
    • Journal of Dairy Science and Biotechnology
    • /
    • v.34 no.2
    • /
    • pp.99-116
    • /
    • 2016
  • We herein performed animal safety assessment in accordance with Good Laboratory Practice (GLP) regulations with the aim of developing sialic acid from glycomacropeptide (hereafter referred to as "GMP") as an index ingredient and functional component in functional foods. GMP is a type of whey protein derived from milk and a safe food, with multiple functions, such as antiviral activity. A test substance was produced containing 7% (w/w) sialic acid and mostly-hydrolyzed whey protein (hereafter referred to as "7%-GNANA") by enzymatic treatment of substrate GMP. The maximum intake test dose level was selected based on 5,000 mg/kg/day dose set for male NOEL (no-observed-effect-level) and female NOAEL (no-observed-adverse-effect-level) determined by a dose-range finding (DRF) test (GLP Center of Catholic University of Daegu, Report No. 15-NREO-001) that was previously conducted with the same test substance. To evaluate the toxicity of a repeated oral dose of the test substance in connection with the previous DRF study, 1,250, 2,500, and 5,000 mg/kg of the substance were administered by a probe into the stomachs of 6-week-old SPF Sprague-Dawley male and female rats for 90 d. Each test group consisted of 10 male and 10 female rats. To determine the toxicity index, all parameters, such as observation of common signs; measurements of body weight and food consumption; ophthalmic examination; urinalysis, electrolyte, hematological, and serum biochemical examination; measurement of organ weights during autopsy; and visual and histopathological examinations were conducted according to GLP standards. After evaluating the results based on the test toxicity assessment criteria, it was determined that NOAEL of the test substance, 7%-GNANA, was 5,000 mg/kg/day, for both male and female rats. No animal death was noted in any of the test groups, including the control group, during the study period, and there was no significant difference associated with test substance, as compared with the control group, with respect to general symptoms, body weight changes, food consumption, ophthalmic examination, urinalysis, hematological and serum biochemical examination, and electrolyte and blood coagulation tests during the administration period (P<0.05). As assessed by the effects of the test substance on organ weights, food consumption, autopsy, and histopathological safety, change in kidney weight as an indicator of male NOAEL revealed up to 20% kidney weight increase in the high-dose group (5,000 mg/kg/day) compared with the change in the control group. However, it was concluded that this effect of the test substance was minor. In the case of female rats, reduction of food consumption, increase of kidney weight, and decrease of thymus weight were observed in the high-dose group. The kidney weight increased by 10.2% (left) and 8.9% (right) in the high-dose group, with a slight dose-dependency compared with that of the control group. It was observed that the thymus weight decreased by 25.3% in the high-dose group, but it was a minor test substance-associated effect. During the autopsy, botryoid tumor was detected on the ribs of one subject in the high-dose group, but we concluded that the tumor has been caused by a naturally occurring (non-test) substance. Histopathological examination revealed lesions on the kidney, liver, spleen, and other organs in the low-dose test group. Since these lesions were considered a separate phenomenon, or naturally occurring and associated with aging, it was checked whether any target organ showed clear symptoms caused by the test substance. In conclusion, different concentrations of the test substance were fed to rats and, consequently, it was verified that only a minor effect was associated with the test substance in the high-dose (5,000 mg/kg/day) group of both male and female rats, without any other significant effects associated with the test substance. Therefore, it was concluded that NOAEL of 7%-GNANA (product name: Helicobactrol) with male and female rats as test animals was 5,000 mg/kg/day, and it thus was determined that the substance is safe for the ultimate use as an ingredient of health functional foods.