• Title/Summary/Keyword: Web Databases

Search Result 610, Processing Time 0.028 seconds

Utilizing the Application of High-Intensity Yttrium Aluminum Garnet (YAG) Lasers Focused on Acupoint Irradiation (경혈 조사를 중심으로 본 고출력 Yttrium Aluminum Garnet (YAG) 레이저의 활용)

  • Maeum Lee;Yoomin Choi;Subin Ahn;Gihyang Lee;Eunhee Lee;Myungjin Yim;Hyung-Sik Seo;Eui-hyoung Hwang;Insoo Jang
    • Korean Journal of Acupuncture
    • /
    • v.40 no.4
    • /
    • pp.141-148
    • /
    • 2023
  • Objectives : The purpose of this study is to investigate on the application of the yttrium aluminum garnet (YAG) lasers for acupoints irradiation. Methods : We conducted a systematic search for peer-reviewed studies published from inception to November 2023, in the following electronic databases: PubMed, Scopus, and Web of Science in English, Science ON, Oriental Medicine Advanced Searching Integrated System (OASIS) and Research Information Sharing Service (RISS) in Korean, and China National Knowledge Infrastructure (CNKI) and Wanfang in Chinese, and Japan Science Technology Information Aggregator, Electronic (J-STAGE) and Citation Information by NII (CiNii) in Japanese. Inclusion criteria were original articles including clinical and experimental studies related with YAG lasers for acupoints including Ashi or meridian sinews. Results : Among the 8 selected studies, there were 7 studies on human subjects and 1 study on animals, 7 studies on Nd:YAG (1,064 nm) laser, and 1 study on Er:YAG (2,940 nm) laser. A total of 16 acupoints were used, 15 of which were in the face and 1 of which was located in the foot. In addition, there were two studies using Ashi. 4 studies looked at the effect of pain relief, 2 studies looked at safety, 1 study looked at changes in blood flow, and 1 study looked at the effect of skin care. There were no reported adverse events, and the YAG laser was confirmed to be safe and effective in pain relief, beautifying the skin, and increasing blood flow. Conclusions : We suggest that high intensity YAG lasers can be applied to laser acupuncture or laser moxibustion. YAG lasers are considered to be worth using for various clinical indications of Korean medicine because of photobiomodulation effects, analgesic action, and deep penetration depth. Further scientific research and clinical evidences should be warranted.

Assessment of the Application Status of Transcutaneous/Percutaneous Vagus Nerve Stimulation for Musculoskeletal Pain: A Scoping Review for Utilization in Korean Medicine and Subsequent Research (경피적 미주 신경 자극술의 근골격계 통증에 대한 적용 현황 파악: 한의학적 활용 및 후속 연구를 위한 Scoping Review)

  • Gun Hee Bae;Jeong Hoon Ahn;Dong Jin Jang;Jeong Hee Noh;Jae Kwon Shin;Eun Seok Jin;Sun Kyu Yeom;Seung Ju Oh
    • Journal of Korean Medicine Rehabilitation
    • /
    • v.34 no.1
    • /
    • pp.65-81
    • /
    • 2024
  • Objectives This study aimed to understand the general research trends, applicated disease, and methodology of transcutaneous/percutaneous vagus nerve stimulation, contemplating its clinical use in traditional Korean medicine and future research directions. Methods A scoping review was conducted following Arksey and O'Malley Framework Stage and adhering to the PRISMA extension for scoping reviews: checklist and explanation. Papers published until October 30, 2023, were investigated across 10 databases (PubMed, Embase, Scopus, Web of Science, China National Knowledge Infrastructure, Oriental Medicine Advanced Searching Integrated System, Korean Studies Information Service System, KMbase, Science ON, Research Information Sharing Service. The search terms used were 'Transcutaneous/Percutaneous vagus nerve stimulation'. Results Since 2021, the application of transcutaneous/percutaneous vagus nerve stimulation for musculoskeletal symptoms has been actively researched, predominantly in Asia (37%), Europe (37%), and North America (21%). All 19 papers were part of clinical studies. Chronic pain was noted that most applied disease, it also was found to potentially aid in acute post-surgical pain relief. Major assessment tools include not only simple pain metrics but also pain perception, vagal nerve tension, quality of life, and inflammatory markers. Most procedures were carried out through the ear, which offers a favorable site for therapeutic stimulation without notable side effects. And parameter analysis, frequencies typically ranged around 25 Hz to 30 Hz, while pulse widths were commonly set at 250 ㎲ or 300 ㎲. Conclusions Transcutaneous/percutaneous vagus nerve stimulation is easily accessible through acupuncture in Korean medicine. Therefore, if future studies establish parameters and clinical significance, it could be utilized as a therapeutic modality.

Design and Implementation of MongoDB-based Unstructured Log Processing System over Cloud Computing Environment (클라우드 환경에서 MongoDB 기반의 비정형 로그 처리 시스템 설계 및 구현)

  • Kim, Myoungjin;Han, Seungho;Cui, Yun;Lee, Hanku
    • Journal of Internet Computing and Services
    • /
    • v.14 no.6
    • /
    • pp.71-84
    • /
    • 2013
  • Log data, which record the multitude of information created when operating computer systems, are utilized in many processes, from carrying out computer system inspection and process optimization to providing customized user optimization. In this paper, we propose a MongoDB-based unstructured log processing system in a cloud environment for processing the massive amount of log data of banks. Most of the log data generated during banking operations come from handling a client's business. Therefore, in order to gather, store, categorize, and analyze the log data generated while processing the client's business, a separate log data processing system needs to be established. However, the realization of flexible storage expansion functions for processing a massive amount of unstructured log data and executing a considerable number of functions to categorize and analyze the stored unstructured log data is difficult in existing computer environments. Thus, in this study, we use cloud computing technology to realize a cloud-based log data processing system for processing unstructured log data that are difficult to process using the existing computing infrastructure's analysis tools and management system. The proposed system uses the IaaS (Infrastructure as a Service) cloud environment to provide a flexible expansion of computing resources and includes the ability to flexibly expand resources such as storage space and memory under conditions such as extended storage or rapid increase in log data. Moreover, to overcome the processing limits of the existing analysis tool when a real-time analysis of the aggregated unstructured log data is required, the proposed system includes a Hadoop-based analysis module for quick and reliable parallel-distributed processing of the massive amount of log data. Furthermore, because the HDFS (Hadoop Distributed File System) stores data by generating copies of the block units of the aggregated log data, the proposed system offers automatic restore functions for the system to continually operate after it recovers from a malfunction. Finally, by establishing a distributed database using the NoSQL-based Mongo DB, the proposed system provides methods of effectively processing unstructured log data. Relational databases such as the MySQL databases have complex schemas that are inappropriate for processing unstructured log data. Further, strict schemas like those of relational databases cannot expand nodes in the case wherein the stored data are distributed to various nodes when the amount of data rapidly increases. NoSQL does not provide the complex computations that relational databases may provide but can easily expand the database through node dispersion when the amount of data increases rapidly; it is a non-relational database with an appropriate structure for processing unstructured data. The data models of the NoSQL are usually classified as Key-Value, column-oriented, and document-oriented types. Of these, the representative document-oriented data model, MongoDB, which has a free schema structure, is used in the proposed system. MongoDB is introduced to the proposed system because it makes it easy to process unstructured log data through a flexible schema structure, facilitates flexible node expansion when the amount of data is rapidly increasing, and provides an Auto-Sharding function that automatically expands storage. The proposed system is composed of a log collector module, a log graph generator module, a MongoDB module, a Hadoop-based analysis module, and a MySQL module. When the log data generated over the entire client business process of each bank are sent to the cloud server, the log collector module collects and classifies data according to the type of log data and distributes it to the MongoDB module and the MySQL module. The log graph generator module generates the results of the log analysis of the MongoDB module, Hadoop-based analysis module, and the MySQL module per analysis time and type of the aggregated log data, and provides them to the user through a web interface. Log data that require a real-time log data analysis are stored in the MySQL module and provided real-time by the log graph generator module. The aggregated log data per unit time are stored in the MongoDB module and plotted in a graph according to the user's various analysis conditions. The aggregated log data in the MongoDB module are parallel-distributed and processed by the Hadoop-based analysis module. A comparative evaluation is carried out against a log data processing system that uses only MySQL for inserting log data and estimating query performance; this evaluation proves the proposed system's superiority. Moreover, an optimal chunk size is confirmed through the log data insert performance evaluation of MongoDB for various chunk sizes.

Development of Cyber R&D Platform on Total System Performance Assessment for a Potential HLW Repository ; Application for Development of Scenario through QA Procedures (고준위 방사성폐기물 처분 종합 성능 평가 (TSPA)를 위한 Cyber R&D Platform 개발 ; 시나리오 도출 과정에서의 품질보증 적용 사례)

  • Seo Eun-Jin;Hwang Yong-soo;Kang Chul-Hyung
    • Proceedings of the Korean Radioactive Waste Society Conference
    • /
    • 2005.06a
    • /
    • pp.311-318
    • /
    • 2005
  • Transparency on the Total System Performance Assessment (TSPA) is the key issue to enhance the public acceptance for a permanent high level radioactive repository. To approve it, all performances on TSPA through Quality Assurance is necessary. The integrated Cyber R&D Platform is developed by KAERI using the T2R3 principles applicable for five major steps in R&D's. The proposed system is implemented in the web-based system so that all participants in TSPA are able to access the system. It is composed of FEAS (FEp to Assessment through Scenario development) showing systematic approach from the FEPs to Assessment methods flow chart, PAID (Performance Assessment Input Databases) showing PA(Performance Assessment) input data set in web based system and QA system receding those data. All information is integrated into Cyber R&D Platform so that every data in the system can be checked whenever necessary. For more user-friendly system, system upgrade included input data & documentation package is under development. Throughout the next phase R&D, Cyber R&D Platform will be connected with the assessment tool for TSPA so that it will be expected to search the whole information in one unified system.

  • PDF

Construction and Application of Intelligent Decision Support System through Defense Ontology - Application example of Air Force Logistics Situation Management System (국방 온톨로지를 통한 지능형 의사결정지원시스템 구축 및 활용 - 공군 군수상황관리체계 적용 사례)

  • Jo, Wongi;Kim, Hak-Jin
    • Journal of Intelligence and Information Systems
    • /
    • v.25 no.2
    • /
    • pp.77-97
    • /
    • 2019
  • The large amount of data that emerges from the initial connection environment of the Fourth Industrial Revolution is a major factor that distinguishes the Fourth Industrial Revolution from the existing production environment. This environment has two-sided features that allow it to produce data while using it. And the data produced so produces another value. Due to the massive scale of data, future information systems need to process more data in terms of quantities than existing information systems. In addition, in terms of quality, only a large amount of data, Ability is required. In a small-scale information system, it is possible for a person to accurately understand the system and obtain the necessary information, but in a variety of complex systems where it is difficult to understand the system accurately, it becomes increasingly difficult to acquire the desired information. In other words, more accurate processing of large amounts of data has become a basic condition for future information systems. This problem related to the efficient performance of the information system can be solved by building a semantic web which enables various information processing by expressing the collected data as an ontology that can be understood by not only people but also computers. For example, as in most other organizations, IT has been introduced in the military, and most of the work has been done through information systems. Currently, most of the work is done through information systems. As existing systems contain increasingly large amounts of data, efforts are needed to make the system easier to use through its data utilization. An ontology-based system has a large data semantic network through connection with other systems, and has a wide range of databases that can be utilized, and has the advantage of searching more precisely and quickly through relationships between predefined concepts. In this paper, we propose a defense ontology as a method for effective data management and decision support. In order to judge the applicability and effectiveness of the actual system, we reconstructed the existing air force munitions situation management system as an ontology based system. It is a system constructed to strengthen management and control of logistics situation of commanders and practitioners by providing real - time information on maintenance and distribution situation as it becomes difficult to use complicated logistics information system with large amount of data. Although it is a method to take pre-specified necessary information from the existing logistics system and display it as a web page, it is also difficult to confirm this system except for a few specified items in advance, and it is also time-consuming to extend the additional function if necessary And it is a system composed of category type without search function. Therefore, it has a disadvantage that it can be easily utilized only when the system is well known as in the existing system. The ontology-based logistics situation management system is designed to provide the intuitive visualization of the complex information of the existing logistics information system through the ontology. In order to construct the logistics situation management system through the ontology, And the useful functions such as performance - based logistics support contract management and component dictionary are further identified and included in the ontology. In order to confirm whether the constructed ontology can be used for decision support, it is necessary to implement a meaningful analysis function such as calculation of the utilization rate of the aircraft, inquiry about performance-based military contract. Especially, in contrast to building ontology database in ontology study in the past, in this study, time series data which change value according to time such as the state of aircraft by date are constructed by ontology, and through the constructed ontology, It is confirmed that it is possible to calculate the utilization rate based on various criteria as well as the computable utilization rate. In addition, the data related to performance-based logistics contracts introduced as a new maintenance method of aircraft and other munitions can be inquired into various contents, and it is easy to calculate performance indexes used in performance-based logistics contract through reasoning and functions. Of course, we propose a new performance index that complements the limitations of the currently applied performance indicators, and calculate it through the ontology, confirming the possibility of using the constructed ontology. Finally, it is possible to calculate the failure rate or reliability of each component, including MTBF data of the selected fault-tolerant item based on the actual part consumption performance. The reliability of the mission and the reliability of the system are calculated. In order to confirm the usability of the constructed ontology-based logistics situation management system, the proposed system through the Technology Acceptance Model (TAM), which is a representative model for measuring the acceptability of the technology, is more useful and convenient than the existing system.

The Brassica rapa Tissue-specific EST Database (배추의 조직 특이적 발현유전자 데이터베이스)

  • Yu, Hee-Ju;Park, Sin-Gi;Oh, Mi-Jin;Hwang, Hyun-Ju;Kim, Nam-Shin;Chung, Hee;Sohn, Seong-Han;Park, Beom-Seok;Mun, Jeong-Hwan
    • Horticultural Science & Technology
    • /
    • v.29 no.6
    • /
    • pp.633-640
    • /
    • 2011
  • Brassica rapa is an A genome model species for Brassica crop genetics, genomics, and breeding. With the completion of sequencing the B. rapa genome, functional analysis of the genome is forthcoming issue. The expressed sequence tags are fundamental resources supporting annotation and functional analysis of the genome including identification of tissue-specific genes and promoters. As of July 2011, 147,217 ESTs from 39 cDNA libraries of B. rapa are reported in the public database. However, little information can be retrieved from the sequences due to lack of organized databases. To leverage the sequence information and to maximize the use of publicly-available EST collections, the Brassica rapa tissue-specific EST database (BrTED) is developed. BrTED includes sequence information of 23,962 unigenes assembled by StackPack program. The unigene set is used as a query unit for various analyses such as BLAST against TAIR gene model, functional annotation using MIPS and UniProt, gene ontology analysis, and prediction of tissue-specific unigene sets based on statistics test. The database is composed of two main units, EST sequence processing and information retrieving unit and tissue-specific expression profile analysis unit. Information and data in both units are tightly inter-connected to each other using a web based browsing system. RT-PCR evaluation of 29 selected unigene sets successfully amplified amplicons from the target tissues of B. rapa. BrTED provided here allows the user to identify and analyze the expression of genes of interest and aid efforts to interpret the B. rapa genome through functional genomics. In addition, it can be used as a public resource in providing reference information to study the genus Brassica and other closely related crop crucifer plants.

A Study on the Strategic Use of an IMC Planning Model for the Distribution Industry (유통업 IMC 기획모델의 전략적 활용에 관한 연구)

  • Mo, Sun-Jong;Song, In-Am
    • Journal of Global Scholars of Marketing Science
    • /
    • v.18 no.2
    • /
    • pp.113-145
    • /
    • 2008
  • Marketing for the distribution industry is making an ongoing progress in the changes of customers, the competitive environment, and the internal marketing environment. Integrated marketing communication activities are required for the enhancement of efficiency in the market.oriented activities. In this study, IMC is defined as "a notion that a market oriented business integrated marketing communication means, conducting and evaluating marketing activities with consistent messages in order to communicate with customers based on databases." In this study, an IMC planning model for the improvement of marketing efficiency in the distribution industry was derived from a pilot study. This model may be broken down into the following phases: IMC goals setting, situational analysis (customer analysis, competition analysis and company analysis), customer data analysis, contact management, budgeting, the establishment of an IMC strategy, the IMC mix and execution, an evaluation system, and feedback. In consideration of the characteristics of the distribution industry, this study was accompanied by a vocational study on IMC means employed by, in particular, department stores and other distributors such as: advertising, sales promotion, sales promotion advertising, direct marketing, public relations, personal selling, the Internet, mobile, visual merchandising, words of mouth. In addition, this study also covered the correlation among variables such as IMC activities of distributors, the process of forming customer's brand attitudes, brand loyalty and repurchase intention. This research would enhance the utilization of IMC. The analysis on customer's brand attitudes toward the IMC activities of distributors requires the simultaneous consideration of how they are linked to purchase as well as their attitudes toward both distributors and stores. The formation of brand loyalty and repurchase intention is related to the integration of marketing communication and the maintenance of consistency in contents, which requires integrated brand communication (IBC) strategies. IBC is a concept of using IMC means to manage the brand in a continuing and consistent manner and measuring their effect, which is a process to establish enterprise.level brand identity and maximize brand loyalty and repurchase intention by integrating IMC means. For an empirical analysis in this study, an online questionnaire survey was conducted among those department store customers from 20's to 50's who reside either in the Seoul and Gyeonggi areas and have made purchase at department stores. In this study, the research model consisted of four theoretical variables: IMC activities, IMC attitudes, brand loyalty, and repurchase intention, on which variables a pilot study was conducted. A number of hypotheses were constructed on the relations between IMC activities and IMC attitudes, between IMC attitudes and repurchase intention, and between brand loyalty and repurchase intention. The test of the hypotheses may be summarized as follows: Firstly, the test of the hypothesis concerning the relation between IMC attitudes and IMC activities - advertising, sales promotion, direct marketing, public relations, personal selling, the Web, mobile, visual merchandising, and word of mouth - indicates that advertising, sales promotion, direct marketing, public relations, personal selling, mobile, visual merchandising, and word of mouth have significant impact on IMC activities. In addition to the result similar to those of previous studies that such marketing communication means as word of mouth, advertising, personal selling and sales promotion, in particular, play very important roles, a notable finding of this study is that visual merchandising performed by department stores is shown to have very significant impact on IMC activities. On a separate note, it is also noteworthy that Internet marketing activities engaged by department stores are not shown to have significant impact on IMC attitudes. Secondly, the test of the hypothesis on the relation between IMC attitudes and brand loyalty attests that IMC attitudes for the distribution industry significantly affect brand loyalty. Thirdly, the test of the hypothesis concerning the relation between IMC attitudes and repurchase intention confirms that IMC attitudes for the distribution industry significantly affect repurchase intention. Fourthly, the test of the hypothesis concerning the relation between brand loyalty and repurchase intention indicates that brand loyalty significantly affect repurchase intention. A comprehensive view of these findings points to the conclusion that the IMC activities for the distribution industry do affect IMC attitudes, brand loyalty, and repurchase intention.

  • PDF

Construction of Gene Network System Associated with Economic Traits in Cattle (소의 경제형질 관련 유전자 네트워크 분석 시스템 구축)

  • Lim, Dajeong;Kim, Hyung-Yong;Cho, Yong-Min;Chai, Han-Ha;Park, Jong-Eun;Lim, Kyu-Sang;Lee, Seung-Su
    • Journal of Life Science
    • /
    • v.26 no.8
    • /
    • pp.904-910
    • /
    • 2016
  • Complex traits are determined by the combined effects of many loci and are affected by gene networks or biological pathways. Systems biology approaches have an important role in the identification of candidate genes related to complex diseases or traits at the system level. The gene network analysis has been performed by diverse types of methods such as gene co-expression, gene regulatory relationships, protein-protein interaction (PPI) and genetic networks. Moreover, the network-based methods were described for predicting gene functions such as graph theoretic method, neighborhood counting based methods and weighted function. However, there are a limited number of researches in livestock. The present study systemically analyzed genes associated with 102 types of economic traits based on the Animal Trait Ontology (ATO) and identified their relationships based on the gene co-expression network and PPI network in cattle. Then, we constructed the two types of gene network databases and network visualization system (http://www.nabc.go.kr/cg). We used a gene co-expression network analysis from the bovine expression value of bovine genes to generate gene co-expression network. PPI network was constructed from Human protein reference database based on the orthologous relationship between human and cattle. Finally, candidate genes and their network relationships were identified in each trait. They were typologically centered with large degree and betweenness centrality (BC) value in the gene network. The ontle program was applied to generate the database and to visualize the gene network results. This information would serve as valuable resources for exploiting genomic functions that influence economically and agriculturally important traits in cattle.

Analyzing Studies on Teacher Professional Vision: A Literature Review ('수업을 보는 눈'으로서 교사의 전문적 시각에 대한 기존 연구의 특징과 쟁점 분석)

  • Yoon, Hye-Gyoung;Park, Jisun;Song, Youngjin;Kim, Mijung;Joung, Yong Jae
    • Journal of The Korean Association For Science Education
    • /
    • v.38 no.6
    • /
    • pp.765-780
    • /
    • 2018
  • The purpose of this study is to synthesize the theoretical perspectives, research methods, and research results of teachers' professional vision by reviewing and analyzing previous research papers and to suggest implications for science teacher education and research. Three databases were used to search peer reviewed journal articles published between 1997-2017, which include 'teachers' and 'professional vision' explicitly in abstracts and empirical studies only. 21 articles in total were analyzed and review results are as follows. First, researchers regarded professional vision as a new concept of teacher professionalism. Previous research viewed professional vision as integrated structure of teachers' knowledge or ability activated at specific moment. Second, the analytical framework of professional vision included two aspects; 'selective attention' and 'reasoning'. Several aspects of lessons or the desirable teaching and learning factors are suggested as the subcategories of selective attention. Hierarchical levels or independent reasoning ability factors are suggested as the subcategories of reasoning process. Third, research on teachers' professional vision focused more on middle school teachers than elementary teachers and on various subject areas. Most studies used video clips and more cases of using videos of non-participants were found. In case of measurement of professional vision, most quantitative scoring methods were whether the responses of experts and teachers on video clips were consistent. Last, most studies examined or assessed teachers' professional vision. It is reported that in-service teachers' professional vision was evaluated higher than novice teachers' and using video clips were effective to examine and improve teachers' professional vision.

Clustering Method based on Genre Interest for Cold-Start Problem in Movie Recommendation (영화 추천 시스템의 초기 사용자 문제를 위한 장르 선호 기반의 클러스터링 기법)

  • You, Tithrottanak;Rosli, Ahmad Nurzid;Ha, Inay;Jo, Geun-Sik
    • Journal of Intelligence and Information Systems
    • /
    • v.19 no.1
    • /
    • pp.57-77
    • /
    • 2013
  • Social media has become one of the most popular media in web and mobile application. In 2011, social networks and blogs are still the top destination of online users, according to a study from Nielsen Company. In their studies, nearly 4 in 5active users visit social network and blog. Social Networks and Blogs sites rule Americans' Internet time, accounting to 23 percent of time spent online. Facebook is the main social network that the U.S internet users spend time more than the other social network services such as Yahoo, Google, AOL Media Network, Twitter, Linked In and so on. In recent trend, most of the companies promote their products in the Facebook by creating the "Facebook Page" that refers to specific product. The "Like" option allows user to subscribed and received updates their interested on from the page. The film makers which produce a lot of films around the world also take part to market and promote their films by exploiting the advantages of using the "Facebook Page". In addition, a great number of streaming service providers allows users to subscribe their service to watch and enjoy movies and TV program. They can instantly watch movies and TV program over the internet to PCs, Macs and TVs. Netflix alone as the world's leading subscription service have more than 30 million streaming members in the United States, Latin America, the United Kingdom and the Nordics. As the matter of facts, a million of movies and TV program with different of genres are offered to the subscriber. In contrast, users need spend a lot time to find the right movies which are related to their interest genre. Recent years there are many researchers who have been propose a method to improve prediction the rating or preference that would give the most related items such as books, music or movies to the garget user or the group of users that have the same interest in the particular items. One of the most popular methods to build recommendation system is traditional Collaborative Filtering (CF). The method compute the similarity of the target user and other users, which then are cluster in the same interest on items according which items that users have been rated. The method then predicts other items from the same group of users to recommend to a group of users. Moreover, There are many items that need to study for suggesting to users such as books, music, movies, news, videos and so on. However, in this paper we only focus on movie as item to recommend to users. In addition, there are many challenges for CF task. Firstly, the "sparsity problem"; it occurs when user information preference is not enough. The recommendation accuracies result is lower compared to the neighbor who composed with a large amount of ratings. The second problem is "cold-start problem"; it occurs whenever new users or items are added into the system, which each has norating or a few rating. For instance, no personalized predictions can be made for a new user without any ratings on the record. In this research we propose a clustering method according to the users' genre interest extracted from social network service (SNS) and user's movies rating information system to solve the "cold-start problem." Our proposed method will clusters the target user together with the other users by combining the user genre interest and the rating information. It is important to realize a huge amount of interesting and useful user's information from Facebook Graph, we can extract information from the "Facebook Page" which "Like" by them. Moreover, we use the Internet Movie Database(IMDb) as the main dataset. The IMDbis online databases that consist of a large amount of information related to movies, TV programs and including actors. This dataset not only used to provide movie information in our Movie Rating Systems, but also as resources to provide movie genre information which extracted from the "Facebook Page". Formerly, the user must login with their Facebook account to login to the Movie Rating System, at the same time our system will collect the genre interest from the "Facebook Page". We conduct many experiments with other methods to see how our method performs and we also compare to the other methods. First, we compared our proposed method in the case of the normal recommendation to see how our system improves the recommendation result. Then we experiment method in case of cold-start problem. Our experiment show that our method is outperform than the other methods. In these two cases of our experimentation, we see that our proposed method produces better result in case both cases.