• Title/Summary/Keyword: 활용 방안

Search Result 17,032, Processing Time 0.056 seconds

Design and Implementation of the SSL Component based on CBD (CBD에 기반한 SSL 컴포넌트의 설계 및 구현)

  • Cho Eun-Ae;Moon Chang-Joo;Baik Doo-Kwon
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.12 no.3
    • /
    • pp.192-207
    • /
    • 2006
  • Today, the SSL protocol has been used as core part in various computing environments or security systems. But, the SSL protocol has several problems, because of the rigidity on operating. First, SSL protocol brings considerable burden to the CPU utilization so that performance of the security service in encryption transaction is lowered because it encrypts all data which is transferred between a server and a client. Second, SSL protocol can be vulnerable for cryptanalysis due to the key in fixed algorithm being used. Third, it is difficult to add and use another new cryptography algorithms. Finally. it is difficult for developers to learn use cryptography API(Application Program Interface) for the SSL protocol. Hence, we need to cover these problems, and, at the same time, we need the secure and comfortable method to operate the SSL protocol and to handle the efficient data. In this paper, we propose the SSL component which is designed and implemented using CBD(Component Based Development) concept to satisfy these requirements. The SSL component provides not only data encryption services like the SSL protocol but also convenient APIs for the developer unfamiliar with security. Further, the SSL component can improve the productivity and give reduce development cost. Because the SSL component can be reused. Also, in case of that new algorithms are added or algorithms are changed, it Is compatible and easy to interlock. SSL Component works the SSL protocol service in application layer. First of all, we take out the requirements, and then, we design and implement the SSL Component, confidentiality and integrity component, which support the SSL component, dependently. These all mentioned components are implemented by EJB, it can provide the efficient data handling when data is encrypted/decrypted by choosing the data. Also, it improves the usability by choosing data and mechanism as user intend. In conclusion, as we test and evaluate these component, SSL component is more usable and efficient than existing SSL protocol, because the increase rate of processing time for SSL component is lower that SSL protocol's.

Effects of Nutritional Status, Activities Daily Living, Instruments Activities Daily Living, and Social Network on the Life Satisfaction of the Elderly in Home (재가노인의 영양상태, 일상생활 수행능력, 도구적 일상생활 수행능력 및 사회적 연결망이 삶의 만족도에 미치는 영향)

  • Yang, Kyoung Mi
    • Journal of the Korean Applied Science and Technology
    • /
    • v.36 no.4
    • /
    • pp.1472-1484
    • /
    • 2019
  • This study aimed to verify the effects of nutritional status, K-ADL, K-IADL, and social network on the life satisfaction of the elderly in home. Total 213 research subjects participated in this study, and their average age was 71.38±5.59. As the methods of analysis, using the SPSS 21.0, this study examined the differences between variables in accordance with the general characteristics, and then verified the correlations between independent variables of nutritional status, K-ADL, K-IADL, social network(family networks, friends networks), and life satisfaction. In order to verify the factors having effects on the life satisfaction of the elderly in home, the stepwise multiple regression analysis was conducted. In the results of this study, in the general characteristics, the life satisfaction showed statistically significant differences in accordance with education(F=5.280, p=.002), economic condition(F=22.407, p<.001), monthly income(F=3.181, p=.015), and subjective health status(F=14.933, p<.001). In the results of verifying the correlation between independent variables, the life satisfaction showed positive correlations with family networks(r=268, p<.001) and friends networks(r=.286, p<.001) while the nutritional status(r=-.222, p=.001), K-IADL(r=-.235, p=.001), and interdependent social support(r=-.283, p<.001) showed negative correlations. The predictive factors on the life satisfaction of the elderly in home included the economic condition(β=.358, p<.001), subjective health status(β=.245, p<.001), interdependent social support(β=-.158, p=.009), and K-IADL(β=-.153, p=.012), and the explanatory power was 30.1%. The regression model was statistically significant(F=23.778, p<.001). Based on such results of this study, it would be necessary to develop programs that could maintain and improve the health of the elderly, and also provide financial support to the elderly suffering from economic hardship, in order to improve the life satisfaction of the elderly in home. Moreover, there should be the concrete measures for vitalizing the community-connected activities for interdependent social support.

Improving the Accuracy of Document Classification by Learning Heterogeneity (이질성 학습을 통한 문서 분류의 정확성 향상 기법)

  • Wong, William Xiu Shun;Hyun, Yoonjin;Kim, Namgyu
    • Journal of Intelligence and Information Systems
    • /
    • v.24 no.3
    • /
    • pp.21-44
    • /
    • 2018
  • In recent years, the rapid development of internet technology and the popularization of smart devices have resulted in massive amounts of text data. Those text data were produced and distributed through various media platforms such as World Wide Web, Internet news feeds, microblog, and social media. However, this enormous amount of easily obtained information is lack of organization. Therefore, this problem has raised the interest of many researchers in order to manage this huge amount of information. Further, this problem also required professionals that are capable of classifying relevant information and hence text classification is introduced. Text classification is a challenging task in modern data analysis, which it needs to assign a text document into one or more predefined categories or classes. In text classification field, there are different kinds of techniques available such as K-Nearest Neighbor, Naïve Bayes Algorithm, Support Vector Machine, Decision Tree, and Artificial Neural Network. However, while dealing with huge amount of text data, model performance and accuracy becomes a challenge. According to the type of words used in the corpus and type of features created for classification, the performance of a text classification model can be varied. Most of the attempts are been made based on proposing a new algorithm or modifying an existing algorithm. This kind of research can be said already reached their certain limitations for further improvements. In this study, aside from proposing a new algorithm or modifying the algorithm, we focus on searching a way to modify the use of data. It is widely known that classifier performance is influenced by the quality of training data upon which this classifier is built. The real world datasets in most of the time contain noise, or in other words noisy data, these can actually affect the decision made by the classifiers built from these data. In this study, we consider that the data from different domains, which is heterogeneous data might have the characteristics of noise which can be utilized in the classification process. In order to build the classifier, machine learning algorithm is performed based on the assumption that the characteristics of training data and target data are the same or very similar to each other. However, in the case of unstructured data such as text, the features are determined according to the vocabularies included in the document. If the viewpoints of the learning data and target data are different, the features may be appearing different between these two data. In this study, we attempt to improve the classification accuracy by strengthening the robustness of the document classifier through artificially injecting the noise into the process of constructing the document classifier. With data coming from various kind of sources, these data are likely formatted differently. These cause difficulties for traditional machine learning algorithms because they are not developed to recognize different type of data representation at one time and to put them together in same generalization. Therefore, in order to utilize heterogeneous data in the learning process of document classifier, we apply semi-supervised learning in our study. However, unlabeled data might have the possibility to degrade the performance of the document classifier. Therefore, we further proposed a method called Rule Selection-Based Ensemble Semi-Supervised Learning Algorithm (RSESLA) to select only the documents that contributing to the accuracy improvement of the classifier. RSESLA creates multiple views by manipulating the features using different types of classification models and different types of heterogeneous data. The most confident classification rules will be selected and applied for the final decision making. In this paper, three different types of real-world data sources were used, which are news, twitter and blogs.

Reanalysis of 2007 Korean National Health and Nutrition Examination Survey (2007 KNHANES) Results by CAN-Pro 3.0 Nutrient Database (2007년도 국민건강영양조사 결과 재분석 : CAN-Pro 3.0 식품영양가표의 활용)

  • Shim, Youn-Jeong;Paik, Hee-Young
    • Journal of Nutrition and Health
    • /
    • v.42 no.6
    • /
    • pp.577-595
    • /
    • 2009
  • This study aimed to reanalyze energy and nutrient intakes of 2007 Korean Nutrition and Health Examination Survey (KNHANES) using CAN-Pro 3.0, a commonly used nutrient analysis software in Korea. Food items and their codes were selected from 2007 KNHANES dietary intake file and converted to food codes of CAN-Pro 3.0 nutrient database (NDB). Of the 1,324 total food items, 1,155 items were converted by direct matching, 123 items were matched using other items in CAN-Pro 3.0 NDB and 42 items were matched using external sources. Consumption frequencies of items converted by direct matching contributed 94.5% of total consumption. Nutrient intakes of 4,091 participants of 2007 KNHANES, over 1 year old, were recalculated using CAN-Pro 3.0 NDB and compared with intakes in 2007 KNHANES dietary intake file. Intakes for energy and all nutrients except protein and Vitamin C calculated by two NDBs were significantly different by paired t-test (p < 0.001), but significantly correlated by Pearson' correlation coefficients (p < 0.001). Percent differences between the NDBs ranged from 0.3% to 15.1%, low for protein, energy, vitamin C, iron, vitamin B$_2$ (below 5%) but high for phosphorus, retinol, vitamin A, and $\beta$-carotene (over 10%). Age group, sex, and their interactions significantly influenced six nutrients (p < 0.05). Intake levels of zinc, vitamin B6, vitamin E, folate and cholesterol were not available in 2007 KNHANES but were calculated by CAN-Pro 3.0. Mean intake levels of zinc, vitamin B$_6$, vitamin E, and folate by age and sex groups revealed that some groups had mean levels below RI (Recommended Intake) or AI (Adequate Intake) levels. Intake level of cholesterol was higher than the recommended level (below 300 mg/day) in some groups, especially males. Results of the present study indicate the need for comparable and more comprehensive NDB to be used for dietary assessment of KNHANES and other researches. More rigorous evaluation of nutrients which have not been reported in KNHANES is needed.

A cognitive survey on the Diversification of class year from Junior Colleges by Changing Educational Environment-Focused on Health Sciences Departments (교육환경 변화에 따른 전문대학 수업 연한 다양화에 대한 인식조사 - 보건계열학과 중심으로)

  • Park, Cheolin;Park, Su-Jin;Kwon, Soon-Mu;Kim, Won-Gi;Chang, Ki-whan
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.19 no.4
    • /
    • pp.186-196
    • /
    • 2018
  • Junior colleges are higher education institutions that have played a major role in the economic development of Korea by providing the necessary human resources for its industrial development. Recently, however, they have experienced difficulties due to the reduction in the number of students. Therefore, it is time for junior colleges as a representative higher vocational education institution to change their role in this rapidly changing environment, and adopt a survival strategy through mutual cooperation and competition. The purpose of this study was to analyze the current state of the national health universities, to investigate the policy changes adopted by colleges and universities, and to utilize the results as data. This study analyzed the current status of health science colleges nationwide and investigated the policy changes as well as the directions presented to the colleges, in order to use the results as the basic data to promote the diversification of the class periods and degree programs. This study surveyed 636 professors from health sciences departments and industry workers from May 1 to May 30, 2017. 70.7% of the respondents supported the transition of the existing three-year systems of the health science departments to four-year systems. The reason for this is that it is possible to strengthen the field practice and personality education of the students by having a sufficient number of class periods, and to provide them with an equal educational background. The most anticipated effect of the transition to a four-year system is to improve the social status of medical personnel and to improve the educational environment of the colleges/universities. Moreover, the universities, associations of medical personnel and Ministry of Education are expected to play a leading role in the transition to the four-year system. Based on the results of this study, it was concluded that a more systematic and advanced vocational education system for the training of professional healthcare workers is needed in the upcoming fourth Industrial Revolution era. Also, this transition is expected to actively foster the education of advanced health care workers thanks to the diversification of the degree programs through the adjustment of the class periods which can be completed by general university (4-year) graduates.

Simultaneous Application of Chemicals and Temperature for the Effective Control of Trouble Seaweed Ulva australis (구멍갈파래(Ulva australis) 생육제어 효과 증진을 위한 화합물 및 고온의 복합처리)

  • Kim, Jin-Seog;Kim, Bo Gwan;Kwak, Hwa Sook
    • Weed & Turfgrass Science
    • /
    • v.7 no.1
    • /
    • pp.35-45
    • /
    • 2018
  • The seaweed Ulva spp., which is frequently bloomed in coastal areas, have negatively affected on marine ecosystem and industrial activities. Therefore, many researches have been conducted to solve this problem in the worldwide. In this study, we carried out several experiments to develop the methods for effectively controlling Ulva growth through an alone or mixture application of chemical and temperature. Three chemical mixtures ($H_2O_2$+N-vanillylnonanamide; $H_2O_2$+nonanoic acid; $H_2O_2$+sodium citrate), those had a synergistic effect to the death of Ulva australis (ULAUS), were found out. On the other hand, the death of ULAUS was significantly enhanced and accelerated as some chemicals were briefly treated with warm water of $40^{\circ}C$ rather than $25^{\circ}C$, showing that peracetic acid 100 ppm, sodium percarbonate 100 ppm, and hydrogen peroxide 30 ppm has a better activity than that of sodium chlorite 200 ppm and menadione sodium bisulfite 4 ppm. In addition, a strong synergistic effect to the death of ULAUS thallus was also observed when the sodium citrate 1,000 ppm (pH 3.0) or acetic acid 200 ppm (pH 3.5) solution prepared in f/2 medium were treated in a short time at $40^{\circ}C$. However, an additive effect was only appeared as pH values of their solutions were increased to 8.0. Taken together, It seemed that our results could be developed as one of an eco-friendly practical measures useful for alleviating Ulva bloom in the future.

Occurrence Patterns of Paddy Weeds and Distribution of Resistant Weeds to an ALS Inhibiting Herbicide in Jeonnam by a Soil Assay Method (토양검정법에 의한 전남지역 논잡초 발생양상과 ALS 저해제 제초제 저항성 논잡초 분포)

  • Jeong, Jang Yong;Yun, Young Beom;Jang, Se Ji;Hyun, Kyu Hwn;Shin, Dong Young;Lee, Jeongran;Kwon, Oh Do;Kuk, Yong In
    • Weed & Turfgrass Science
    • /
    • v.7 no.3
    • /
    • pp.191-199
    • /
    • 2018
  • This study was to investigate the occurrence patterns of paddy weeds, their resistance levels to an ALS inhibiting herbicide, and to estimate the areas of resistance in these paddy fields. We used soil collected from 358 paddy fields of Jeonnam province in 2017. Based on their life cycles, weeds were 96% annuals and 4% perennial. Additionally, according to morphological classification, 59% were broad leaves, 28% were sedges and 13% were grasses. Different areas within Jeonnam province contained different numbers and occurrence rates of weed species. However, generally, we observed Lindernia dubia var. dubia, Monochoria vaginalis var. plantaginea, Ludwigia prostrata, L. procumbens, Cyperus difformis, Scirpus juncoides, Eleocharis Kuroguwai, Echinochloa oryzoides, and E. crus-galli var. echinata. We also observed seven weeds resistant to an ALS inhibiting herbicide. They were M. vaginalis, S. juncoides, C. difformis, L. dubia, Ludwigia prostrata, E. oryzoides, and E. crus-galli var. echinata. Although there were differences in the number and occurrence rate of resistant weed species to an ALS inhibiting herbicide among areas in Jeonnam province, the M. vaginalis, C. difformis, and S. juncoides occurred in 23 cities and counties in Jeonnam including Gwangju metropolitan city. Based on the rates (52%) of resistant occurrence to an ALS inhibiting herbicide in Jeonnam province, the area of weed resistant paddy fields was estimated to be 91,543 ha.

Development of an Approach for Analysing Vegetation Community Mosaic Using Landscape Metrics (경관지수를 활용한 식생군락 모자이크화 분석법)

  • Lee, Peter Sang-Hoon;Jeong, Jong-Chul
    • Journal of Cadastre & Land InformatiX
    • /
    • v.47 no.1
    • /
    • pp.161-178
    • /
    • 2017
  • Whereas the demand for development of forested areas covering more than 60% of Korean territory, permission on the forest development has been still given from the perspective of effective land utilization rather than conservation. As the assessment of large forested areas usually focuses more on forest structure, it has its limitation of observing and analyzing the interior change in forest in this way. This study was aimed at computing landscape metrics using a presence vegetation map and FRAGTSTATS 4.2 and analyzing vegetation mosaics. Colonies in native vegetation were classified into a series of major groups and sub-groups based on the native species within the colonies. The colonies were investigated by analyzing a suite of landscape metrics - Core Area, Percentage of Landscape, Number of Patches, Patch Density, Largest Patch Index, Total Edge, Edge Density, Landscape Shape Index, Mean Patch Area, Euclidean Nearest Neighbor. In the Chungnam province major groups and sub-groups of colonies classified based on the proportion of pine and oak species, and pine species was the principal one in terms of distribution area. As for the competition between pines and oaks, while the coverage of pine-centered colonies were three times larger than those of oak-centered ones, pine colonies showed the greater number of patches and therefore higher fragmentation than oaks at the major group level. For the sub-groups, the largest coverage colonies were not only indicated by Pinus densiflora-Quesrcus mongolica colonies among P. densiflora-centered colonies, Q. accutissima colonies among Q. accutissima-centered ones, Q. accutissima-P. densiflora colonies among Q. accutissima-centered ones, Q. mongolica colonies among Q. mongolica-centered ones, P. thumbergii colonies among P. thumbergii-centered ones, and Q. serrata-Q. acutissima colonies among Q. serrata-centered ones, but also revealed more severely mosaicked than other smaller colonies. The overall mosaicking degree estimated by landscape metrics was considered useful for monitoring and investigating vegetation. However, in order to develop management strategy based on analyzing the reason for the mosaicking process and anticipating a trend in vegetation succession, it is essential to further study about ecological characteristics of each colony in the vegetation.

A Comparison Study on Animal Models for Osteoarthritis in Temporomandibular Joint (측두하악관절에서의 골관절염 유도 동물모델 비교연구)

  • Yu, Sun-Nyoung;Yi, Young-Chul;Park, Hae-Ryoun;Ryu, Mi-Heon;Jeon, Hye-Mi;Kim, Kwang-Youn;Kim, Sang-Hun;Ok, Soo-Min;Ko, Myung-Yun;Ahn, Yong-Woo;Ahn, Soon-Cheol;Jeong, Sung-Hee
    • Journal of Oral Medicine and Pain
    • /
    • v.36 no.4
    • /
    • pp.261-271
    • /
    • 2011
  • Osteoarthritis in patients with temporomandibular disorders(TMDs) induces pain, limitation of mouth opening, occlusal problems, and most commonly affects their life quality. Control method and progressive process of osteoarthritis are being extensively researched. The researchers focus on histologic changes, synovial changes, muscular and ligamental changes and observed reaction to pain. Therefore most of them developed the animal model for osteoarthritis in TMD patients. In this study, we applied several methods which induces osteoarthritis of temporomandibular joint(TMJ) in rats or mice. For locally induce osteoarthritis in TMJ, Monosodium iodoacetate(MIA) or interleukin-$1{\alpha}$(IL-$1{\alpha}$) were injected into TMJ joint space for 5 or 3 weeks. Other groups are chosen for osteoarthritis under systemic control including hormonal changes and aging. To observe cellular change, increased collagen, degenerative bony destruction and distribution of proteoglycans (PGs), safranin-O staining and Masson's trichrome staining were used.

A Study on Effect of B/L's Exemption Clauses Relating to the Governing Law of English Law (영국법의 준거법과 관련한 선하증권 면책약관의 효력에 관한 연구)

  • Han, Nak-Hyun;Jung, Jun-Sik
    • Journal of Korea Port Economic Association
    • /
    • v.22 no.4
    • /
    • pp.1-17
    • /
    • 2006
  • In the Bill of Lading of The Irbenskiy Proliv is not subject to the Hague-Visby Rules in accordance with paragraphs (A) and/or (E) of cl.1 or to the Hague Rules in accordance with paragraphs (B) and/or (D) of cl.1. The Irbenskiy Proliv is very rare case that is effective to exempt the carrier as literal words of Bill of Lading. The action concerns cargoes of perishable goods shipped from Brazil to Japan, under Bills of Lading each of which contained an extensive carrier's exemption clause. A preliminary issue was ordered to be determined on the question whether c1.4 is effective to exempt the ralliers from any potential liability for the claims in this case. The court held that there is no reason to reject c1.4 as part of each of the contracts contained in or evidenced by the bills of lading; and it protects the carrier where damage to the goods shipped results from such causes. It is therefore effective to exempt the carriers from any potential liability for those claims.

  • PDF