• Title/Summary/Keyword: Mo filter

Search Result 193, Processing Time 0.02 seconds

Isolation and Evaluation of an Antiviral Producing Serratia spp. Strain Gsm01 against Cucumber mosaic virus in Korea (한국에서 CMV에 항바이러스 효과를 나타내는 Serratia spp. Gsm01 균주의 분리 동정 및 효과 검정)

  • Ipper, Nagesh S.;Lee, Seon-Hwa;Suk, Jung-Ki;Shrestha, Anupama;Seo, Dong-Uk;Park, Duck-Hwan;Cho, Jun-Mo;Park, Dong-Sik;Hur, Jang-Hyun;Lim, Chun-Keun
    • The Korean Journal of Pesticide Science
    • /
    • v.10 no.4
    • /
    • pp.344-350
    • /
    • 2006
  • An Antiviral producing bacterial strain was isolated from ginseng root environment in Hongcheon, Kangwon province of Republic of Korea. Identification of this bacterial strain was performed by physiological and biochemical tests along with 16S rRNA analyses. The results revealed that the bacterium was closer to genus Serratia, which was named as Gsm01. The strain was grown in Mannitol-Glutamate-Yeast (MGY) broth for 48 h. The culture was centrifuged and the filtrate obtained was tested for its ability to control Cucumber mosaic virus strain Y (CMV-Y) in greenhouse and field experiments. In the green house experiments, CF was evaluated for its ability to protect local host, Chenopodium amaranticolor and systemic host of CMV, Nicotiana tabacum cv. Xanthi-nc. It was found that, CF treatment reduced viral infection by 98% in local host; C. amaranticolor. The N. tabacum cv. Xanthi-nc plants treated with CF did not show visible viral symptoms 15 days post inoculation (dpi) and remained symptomless throughout the periods of the study. To evaluate effectiveness of CF under field conditions, experiment was carried out in a polyvinyl house. It was observed that, 52% plants were protected from viral diseases compared to non-treated plants, increasing the crop yield. This is the first report showing antiviral activity of a Serratia spp. against CMV.

Investigation and Risk Assessment of Asbestos-Containing Materials used in Buildings (건축물에 사용된 석면함유물질(ACMs)의 조사 및 위해성 평가)

  • Kim, Hong-Kwan;Chon, Young Woo;Roh, Young Man;Hong, Seung-Han;Kim, Chi-Nyon;Lee, Ik-Mo
    • Journal of Korean Society of Occupational and Environmental Hygiene
    • /
    • v.28 no.1
    • /
    • pp.35-42
    • /
    • 2018
  • Objectives: The objectives of this study are to research the usage characteristics of asbestos-containing building materials and to conduct exposure risk assessment by applying no. 2016-230 "Methods of Risk Assessment of Asbestos-Containing Buildings" from the Ministry of Environment. Methods: One hundred buildings located in the Seoul and Gyeonggi-Incheon area were chosen, with 29 in Seoul, 20 in Incheon, and 51 in Gyeonggi-do Province. The year of construction was divided between three buildings in the 1970s, 11 buildings in the 1980s, 42 buildings in the 1990s, and 44 buildings in the 2000s. The bulk samples were analyzed by using a polarizing microscope after a pre-process using a stereomicroscope in a hood with an HEPA filter. This study defined ACMs(asbestos-containing materials) as asbestos when the content percentage was over 1% in the analysis result. Methods and standards of risk assessment of asbestos-containing building materials were conducted by refering to no. 2016-230 "Method of Risk Assessment of Asbestos-Containing Buildings" from the Ministry of Environment. The risk of exposure to ACMs was rated by a score based on three categories(high, middle, low risk of asbestos exposure). Results: In this study, 30 of the 100 buildings and 36 of the 416 bulk samples(8.6%) were found to have had asbestos. Asbestos was detected at a high rate, in 18 out of 42, in buildings constructed in the 1990s and at the lowest rate(7 out of 44) for buildings constructed in the 2000s. As a result of the evaluation according to no. 2016-230 "Method of Risk Assessment of Asbestos-Containing Buildings" of the Ministry of Environment, the risk assessment level of two asbestos-containing building materials was found to be "Medium", and 28 buildings materials were found to be at the "Low" level. Conclusion: As asbestos is regulated by the government, it is required to conduct active management and implemention by introducing methods of risk assessment of asbestos exposure that are supported by data from various situations. In the case of buildings owned by individuals, building owners should be aware of the risk of exposure to asbestos.

A Time Series Graph based Convolutional Neural Network Model for Effective Input Variable Pattern Learning : Application to the Prediction of Stock Market (효과적인 입력변수 패턴 학습을 위한 시계열 그래프 기반 합성곱 신경망 모형: 주식시장 예측에의 응용)

  • Lee, Mo-Se;Ahn, Hyunchul
    • Journal of Intelligence and Information Systems
    • /
    • v.24 no.1
    • /
    • pp.167-181
    • /
    • 2018
  • Over the past decade, deep learning has been in spotlight among various machine learning algorithms. In particular, CNN(Convolutional Neural Network), which is known as the effective solution for recognizing and classifying images or voices, has been popularly applied to classification and prediction problems. In this study, we investigate the way to apply CNN in business problem solving. Specifically, this study propose to apply CNN to stock market prediction, one of the most challenging tasks in the machine learning research. As mentioned, CNN has strength in interpreting images. Thus, the model proposed in this study adopts CNN as the binary classifier that predicts stock market direction (upward or downward) by using time series graphs as its inputs. That is, our proposal is to build a machine learning algorithm that mimics an experts called 'technical analysts' who examine the graph of past price movement, and predict future financial price movements. Our proposed model named 'CNN-FG(Convolutional Neural Network using Fluctuation Graph)' consists of five steps. In the first step, it divides the dataset into the intervals of 5 days. And then, it creates time series graphs for the divided dataset in step 2. The size of the image in which the graph is drawn is $40(pixels){\times}40(pixels)$, and the graph of each independent variable was drawn using different colors. In step 3, the model converts the images into the matrices. Each image is converted into the combination of three matrices in order to express the value of the color using R(red), G(green), and B(blue) scale. In the next step, it splits the dataset of the graph images into training and validation datasets. We used 80% of the total dataset as the training dataset, and the remaining 20% as the validation dataset. And then, CNN classifiers are trained using the images of training dataset in the final step. Regarding the parameters of CNN-FG, we adopted two convolution filters ($5{\times}5{\times}6$ and $5{\times}5{\times}9$) in the convolution layer. In the pooling layer, $2{\times}2$ max pooling filter was used. The numbers of the nodes in two hidden layers were set to, respectively, 900 and 32, and the number of the nodes in the output layer was set to 2(one is for the prediction of upward trend, and the other one is for downward trend). Activation functions for the convolution layer and the hidden layer were set to ReLU(Rectified Linear Unit), and one for the output layer set to Softmax function. To validate our model - CNN-FG, we applied it to the prediction of KOSPI200 for 2,026 days in eight years (from 2009 to 2016). To match the proportions of the two groups in the independent variable (i.e. tomorrow's stock market movement), we selected 1,950 samples by applying random sampling. Finally, we built the training dataset using 80% of the total dataset (1,560 samples), and the validation dataset using 20% (390 samples). The dependent variables of the experimental dataset included twelve technical indicators popularly been used in the previous studies. They include Stochastic %K, Stochastic %D, Momentum, ROC(rate of change), LW %R(Larry William's %R), A/D oscillator(accumulation/distribution oscillator), OSCP(price oscillator), CCI(commodity channel index), and so on. To confirm the superiority of CNN-FG, we compared its prediction accuracy with the ones of other classification models. Experimental results showed that CNN-FG outperforms LOGIT(logistic regression), ANN(artificial neural network), and SVM(support vector machine) with the statistical significance. These empirical results imply that converting time series business data into graphs and building CNN-based classification models using these graphs can be effective from the perspective of prediction accuracy. Thus, this paper sheds a light on how to apply deep learning techniques to the domain of business problem solving.