• Title/Summary/Keyword: KMP

Search Result 16, Processing Time 0.01 seconds

Socioeconomic impact of traditional Korean medicine, Pyeongwee-San (KMP6) as an anti-allergic inflammatory drug

  • Song, Young-Hoon;Nam, Sun-Young;Choi, Young-Jin;Kim, Jeong-Hwa;Kim, Young-Sick;Jeong, Hyun-Ja
    • CELLMED
    • /
    • v.2 no.3
    • /
    • pp.29.1-29.9
    • /
    • 2012
  • The prevalence of allergic disease has been increasing over the past few decades in the majority of Western industrialized nations. There are some socioeconomic disparities regarding allergic disease status and management. Pyeongwee-San (KMP6) is Korean medicine for the treatment of gastrointestinal tract disease. It is known that KMP6 has an improving effect on the spleen and stomach functions in traditional Korean medical theory. Here, we hypothesized that KMP6 could be used to regulate the inflammatory reaction. We show the molecular mechanisms of Pyeongwee-San (KMP6) on inflammatory reactions. A molecular docking simulation showed that hesperidin, component of KMP6, regulate the enzymatic activity by interaction in the active site of caspase-1. KMP6 control the activity of caspase-1 in activated human mast cell line (HMC-1 cells). KMP6 reduced the expression of receptor interacting protein (RIP)-2 in HMC-1 cells. Thymic stromal lymphopoietin protein production and mRNA expression were inhibited by KMP6. In the activated HMC-1 cells, KMP6 suppressed the activation of mitogen-ativated protein kinase and nuclear factor-kappaB. In addition, KMP6 significantly inhibited the expression of inflammatory cytokines. Our findings indicate that KMP6 may attenuate allergic reactions via the regulation of caspase-1/RIP-2 signaling pathway. These studies will help advance the social welfare system.

High Throughput Parallel KMP Algorithm Considering CPU-GPU Memory Hierarchy (CPU-GPU 메모리 계층을 고려한 고처리율 병렬 KMP 알고리즘)

  • Park, Soeun;Kim, Daehee;Lee, Myungho;Park, Neungsoo
    • The Transactions of The Korean Institute of Electrical Engineers
    • /
    • v.67 no.5
    • /
    • pp.656-662
    • /
    • 2018
  • Pattern matching algorithm is widely used in many application fields such as bio-informatics, intrusion detection, etc. Among many string matching algorithms, KMP (Knuth-Morris-Pratt) algorithm is commonly used because of its fast execution time when using large texts. However, the processing speed of KMP algorithm is also limited when the text size increases significantly. In this paper, we propose a high throughput parallel KMP algorithm considering CPU-GPU memory hierarchy based on OpenCL in GPGPU (General Purpose computing on Graphic Processing Unit). We focus on the optimization for the allocation of work-times and work-groups, the local memory copy of the pattern data and the failure table, and the overlapping of the data transfer with the string matching operations. The experimental results show that the execution time of the optimized parallel KMP algorithm is about 3.6 times faster than that of the non-optimized parallel KMP algorithm.

The Role of Employee Engagement on Knowledge Management and Worker Productivity: A Case Study in Sri Lanka

  • KALDEEN, Mubarak;THELIJJAGODA, Samantha;SAMSUDEEN, Sabraz Nawaz
    • The Journal of Asian Finance, Economics and Business
    • /
    • v.8 no.4
    • /
    • pp.507-515
    • /
    • 2021
  • Knowledge-Worker Productivity (KWP) has been influenced by Knowledge Management Process (KMP); however, past studies derived inconsistent findings of the relationship between the two variables. Additionally, the effect of KMP on KWP in the context of universities in Sri Lanka has not been adequately studied. Therefore, this present study aims to fill that gap by examining KMP elements' effect, namely knowledge creation, knowledge sharing, and usage on KWP, specifically the timeliness, proficiency, and independence of employees. This study also examines the role of employee engagements (i.e., intellectual, social, and affective) in mediating the effect of KMP on KWP. The questionnaire survey method was utilized to collect data from relevant university employees, i.e., lecturers, senior lecturers, and professors, whereby 264 valid responses were used in the analysis. The associations between KMP, Employee Engagement, and KWP were analyzed using the path analysis and bootstrapping methods. The outcomes demonstrated positive correlations between all three variables. Employee Engagement was shown to have a partial mediating effect on the KMP-KWP association. The general conclusion is that KWP is influenced by its capacity to increase employee engagement via KMP.

String Matching Algorithm on Multi-byte Character Set Texts (다중바이트 문자집합 텍스트에서의 문자열 검색 알고리즘)

  • Kim, Eun-Sang;Kim, Jin-Wook;Park, Kun-Soo
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.16 no.10
    • /
    • pp.1015-1019
    • /
    • 2010
  • An extensive research on exact string matching has been done, but there have been few researches on the matching in multi-byte character set texts such as EUC~KR. This paper shows that false matches may occur in multi-byte character set texts such as EUC-KR when using KMP algorithm, and presents a refined KMP algorithm without false matches applying a character-based prefix function. And also, Experimental results show that our algorithm is faster than string matching algorithms of widely used editors, Vim and Emacs, and the existing automata-based algorithm.

Feasibility of Phosphorus Recovery from Biological Livestock Wastewater Treatment Plant (생물학적 축산분뇨처리시설에서 인 회수의 가능성 평가)

  • Ahn, Johwan;Kim, Jangho;Min, Sungjae
    • Journal of Korean Society on Water Environment
    • /
    • v.32 no.4
    • /
    • pp.343-348
    • /
    • 2016
  • A chemical sequencing batch reactor was operated to test the feasibility of nutrient recovery from a biological livestock wastewater treatment plant. Both phosphate and ammonia could be successfully recovered as magnesium ammonium phosphate (MAP) crystals. The contents of TP and TN in the recovered MAP crystals were 26.2% and 4.0%, respectively. Zn, Cr and Ti were identified in the crystals, but the contents remained below the Korean standard for an organic fertilizer. Chemical analyses confirmed that the MAP crystals could be useful phosphate fertilizers. On the other hand, the results of physical analyses using an X-ray diffractometer and an energy dispersive X-ray spectrometer strongly suggested that crystalline materials like magnesium potassium phosphate (KMP) and hydroxyapatite (HAP) were also formed during the MAP crystallization, depending on the availability of K+ and Ca2+.

Effective Scheme for File Search Engine in Mobile Environments (모바일 환경에서 파일 검색 엔진을 위한 효과적인 방식)

  • Cho, Jong-Keun;Ha, Sang-Eun
    • The Journal of the Korea Contents Association
    • /
    • v.8 no.11
    • /
    • pp.41-48
    • /
    • 2008
  • This study focuses on the modeling file search engine and suggesting modified file search schema based on weight value using file contents in order to improve the performance in terms of search accuracy and matching time. Most of the file search engines have used string matching algorithms like KMP(Knuth.Morris.Pratt), which may limit portability and fast searching time. However, this kind of algorithms don't find exactly the files what you want. Hence, the file search engine based on weight value using file contents is proposed here in order to optimize the performance for mobile environments. The Comparison with previous research shows that the proposed schema provides better.

A Study of Media Player Program Development using Direct-Show (Direct Show를 사용한 동영상 플레이어 개발 연구)

  • Kim, Min-Gi;Park, Dea-Woo
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2010.05a
    • /
    • pp.291-294
    • /
    • 2010
  • Various forms in order to play the video decoder and Demux specific needs. Depending on need, many developers to develop a filter, but KMP existing GOM player or players do not have the Open API, created difficulties in the use of filters and used for video playback issues are the selection of Codec. In this paper, written by the filter, easy to play and develop the library and search for Seek function designed to screen and screen capture, full screen, your screen, zooming DLL files for user convenience, such as building to the development. This study multimedia S/W technology and information and communication will contribute to the development.

  • PDF

Suffix Tree Constructing Algorithm for Large DNA Sequences Analysis (대용량 DNA서열 처리를 위한 서픽스 트리 생성 알고리즘의 개발)

  • Choi, Hae-Won
    • Journal of Korea Society of Industrial Information Systems
    • /
    • v.15 no.1
    • /
    • pp.37-46
    • /
    • 2010
  • A Suffix Tree is an efficient data structure that exposes the internal structure of a string and allows efficient solutions to a wide range of complex string problems, in particular, in the area of computational biology. However, as the biological information explodes, it is impossible to construct the suffix trees in main memory. We should find an efficient technique to construct the trees in a secondary storage. In this paper, we present a method for constructing a suffix tree in a disk for large set of DNA strings using new index scheme. We also show a typical application example with a suffix tree in the disk.

Version Control System for BIM-based Collaborative Architectural Design (BIM 기반의 협력적인 건축 설계를 위한 Version Control 시스템)

  • Bae, Hong-Min;Kim, Byung-Seo;Chung, Jae-Hee
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.17 no.3
    • /
    • pp.275-282
    • /
    • 2017
  • Revit program is one of the architectural design programs based on the BIM (Building Information Modeling) technology, which is attracting attention as a next-generation three-dimensional architectural design technique. Revit is a program that enhances the information input side and makes it easy to understand components by making it an object called an information family of components from the design stage, but there is no program that easily compares the drawing output files extracted from this program. It is difficult to analyze the changes to the same drawings modified at the time of collaboration and easily share the drawing information. In this paper, we propose and implement a version management system for the output files on the same drawing, so that the parallel collaboration work of output drawing files through Revit can be efficiently performed. We propose an improved KMP algorithm.