• Title/Summary/Keyword: Analyzing and Evaluating System

Search Result 206, Processing Time 0.033 seconds

Development of a Facebook Fan Pages Analysis System to Improve Public Relations Effect (홍보 효과 증진을 위한 페이스북 팬페이지 분석 시스템 개발)

  • Choi, Minseok
    • Journal of Digital Convergence
    • /
    • v.13 no.12
    • /
    • pp.135-142
    • /
    • 2015
  • Appearance and rapid growth of the social network services (SNS) have led to changes in the distribution structure of information. Consumers can obtain various information quickly via the social network services and companies make use of a new advertising channel in them. In order to increase the effect of publicity activities through the social network services, development and application of public relations strategy by evaluating and analyzing the results of the activities is required. In this paper, a method for developing a low cost system to evaluate and analyze the results of public relations through the social networks is proposed. The proposed method was verified through building and running a demo system to collect and analyze data in the Facebook fan pages using MySQL database and PHP script on a Linux server.

An Empirical Study on the Strategies for the Container Terminal in Pusan (부산항 컨테이너터미널의 경쟁력 제고를 위한 전략에 관한 실증연구)

  • 권능중;김성규;안기명
    • Journal of Korean Port Research
    • /
    • v.13 no.2
    • /
    • pp.245-254
    • /
    • 1999
  • This paper aims to derive the strategies for the container terminal in Pusan. So it has focused on analyzing the current conditions of Pusan container terminal while evaluating the difficulties arising from the existing facilities/equipment and the operating system in the Pusan Korea Container Terminal through the workers at the container terminal and at off-dock CY. The object of this study is to assist the existing terminals to operate the facilities/equipment reasonably and to contribute shaping the ports policy which will be the basis of constructing new ports that will remain competitive while maintaining superiority over the ports in northeast area. According to the analysis 68% of the supplier answered that their terminal services which are the most important factor in running a terminal were superior to the other while only 28% of the user answered that they thought the current services were superior. For the areas of supplementing the terminal the people working at the terminal answered in the order of business operation equipment the number of berth service and management ability while the user answered in the order of service computer system transportation system and equipment. According to the regression analysis it became clear that there should be more effort toward improving or supplementing the facility scale facility usage charge transportation facilities which will assist in developing competitiveness of the terminal. It was also noted that management ability and business ability were mentioned as the important factors in operating a terminal.

  • PDF

A Situation Evaluation System based on the Strength and the Influence Distribution of Stones in Computer Go (컴퓨터 바둑에서 돌의 세기와 영향력 분포에 기반한 형세 평가 시스템)

  • 김영상
    • Journal of the Korea Computer Industry Society
    • /
    • v.3 no.3
    • /
    • pp.259-270
    • /
    • 2002
  • In computer Go, the method evaluating the situation of a face is not generalized. To evaluate the situations all the faces accurately, computer Go must judge owners of 361 positions according the changes of the faces. In this paper, we apply the structure of graph as a method analyzing the rules and characters of Go. The Situation Evaluation System(SES) which can evaluate the situation of a face without DB information oかy using strength of stone(SS), influence power(IP), safety(S), position value(PV), and position-value matrix(PM) is proposed. This system is very effective to evaluate the whole situations of Go because it can show the owner of 361 positions between Black and White. As a result, SES can well compute the situations in the opening game of Go. It makes 70.9% hit-ratio as compared with the practical Go games of professional players. According to the results compared with Nemesis, the commercial program which has the joseki(established stones: hewn sequences of moves near the corner which result in near-equal positions for White and Black), SES is superior to Nemesis by 10% higher in the hit-ratio of situation evaluations of professional players.

  • PDF

A Study on the Estimation of Ocean Surface Wave Information from Marine Radar Signals (선박 레이더 영상신호를 이용한 파랑정보 검출에 관한 연구)

  • Song, Chae-Uk;Kim, Chang-Je;Moon, Seong-Bae
    • Journal of Navigation and Port Research
    • /
    • v.27 no.5
    • /
    • pp.499-504
    • /
    • 2003
  • This paper describes the system for evaluating the sea wave informations such as wave direction and wave length in real time, by using image data obtained from the marine X-band radar. We proposed here a method for automatic selection of the partial image data without the user's individual selection at the radar. We also discussed that the wave direction could be obtained by a 2-dimensional discrete Fourier transform algorithm. We carried some evaluation works on the algorithm through computer simulation. The obtained thirteen radar image data under several sea surface conditions were analyzed by the method described and the result was presented.

A Study on Improved Assessment System for a Program Outcome on the Cultivation of Internationality (국제성함양과 관련된 프로그램 학습성과 평가체계 개선 연구)

  • Kim, Bok-Ki;Min, Sang-Won;Yi, Keon-Young;Yoon, Woo-Young;Kang, Sang-Hee
    • Journal of Engineering Education Research
    • /
    • v.12 no.2
    • /
    • pp.63-70
    • /
    • 2009
  • In this paper, a process model for assessing, evaluating and improving a program outcome on the cultivation of internationality is proposed by analyzing the present outcome assessment system. By setting up performance scaled levels and specifying the target level for the performance criterion, the proposed model can help programs to demonstrate effectively that each of their graduates meets the required the program outcome levels. By allowing effective Continuous Quality Improvement(CQI) for the performance criterion, the model can help save operational expense associated with running of the program CQI. In addition, it is discussed that one of the most important aspect is logical and objective approaches when establishing the outcome assessment system. It is hoped that the proposed model can ultimately help to meet the program outcomes requirements in the engineering accreditation criteria.

The Complexity of Object-Oriented Systems by Analyzing the Class Diagram of UML (UML 클래스 다이어그램 분석에 의한 객체지향 시스템의 복잡도 연구)

  • Chung, Hong;Kim, Tae-Sik
    • Journal of the Korean Institute of Intelligent Systems
    • /
    • v.15 no.6
    • /
    • pp.780-787
    • /
    • 2005
  • Many researches and validations for the complexity metrics of the object-oriented systems have been studied. Most of them are aimed for the measurement of the partial aspects of the systems, for example, the coupling between objects, the complexity of inheritance structures, the cohesion of methods, and so on. But the software practitioners want to measure the complexity of overall system, not partial. We studied the complexity of the overall structures of object-oriented systems by analyzing the class diagram of UML. The class diagram is composed of classes and their relations. There are three kinds of relations, association, generalization, and aggregation, which are making the structure of object-oriented systems to be difficult to understand. We proposed a heuristic metric to measure the complexity of object-oriented systems by putting together the three kinds of the relations. Tn analyze the complexity of the structure of a object-oriented system for the maintainability of the system, we measured the degree of understandability of it, the reverse engineering time to draw a class diagram from the source codes, and the number of errors in the diagram. The results of this experiment shows that our proposed metric has a considerable relationship with the complexity of object-oriented systems. The metric will be helpful to the software developers for their designing tasks by evaluating the complexity of the structures of object-oriented systems and redesigning tasks , of them for the future maintainability.

Development of Computer Vision System for Individual Recognition and Feature Information of Cow (I) - Individual recognition using the speckle pattern of cow - (젖소의 개체인식 및 형상 정보화를 위한 컴퓨터 시각 시스템 개발 (I) - 반문에 의한 개체인식 -)

  • 이종환
    • Journal of Biosystems Engineering
    • /
    • v.27 no.2
    • /
    • pp.151-160
    • /
    • 2002
  • Cow image processing technique would be useful not only for recognizing an individual but also for establishing the image database and analyzing the shape of cows. A cow (Holstein) has usually the unique speckle pattern. In this study, the individual recognition of cow was carried out using the speckle pattern and the content-based image retrieval technique. Sixty cow images of 16 heads were captured under outdoor illumination, which were complicated images due to shadow, obstacles and walking posture of cow. Sixteen images were selected as the reference image for each cow and 44 query images were used for evaluating the efficiency of individual recognition by matching to each reference image. Run-lengths and positions of runs across speckle area were calculated from 40 horizontal line profiles for ROI (region of interest) in a cow body image after 3 passes of 5$\times$5 median filtering. A similarity measure for recognizing cow individuals was calculated using Euclidean distance of normalized G-frame histogram (GH). normalized speckle run-length (BRL), normalized x and y positions (BRX, BRY) of speckle runs. This study evaluated the efficiency of individual recognition of cow using Recall(Success rate) and AVRR(Average rank of relevant images). Success rate of individual recognition was 100% when GH, BRL, BRX and BRY were used as image query indices. It was concluded that the histogram as global property and the information of speckle runs as local properties were good image features for individual recognition and the developed system of individual recognition was reliable.

Cultivation, UHPLC Pattern Analysis, and Inhibitory Effect on Respiratory Inflammation of Lysimachia mauritiana Lam. (갯까치수염(Lysimachia mauritiana Lam.)의 재배 및 UHPLC 패턴 분석, 호흡기염증 억제 효과)

  • Dong-Seon Kim;Heung Joo Yuk;JungMi Kim;Chaeseok Koh;Younjung Jang;Yoon-Young Sung
    • The Korea Journal of Herbology
    • /
    • v.39 no.3
    • /
    • pp.77-84
    • /
    • 2024
  • Objectives : Lysimachia mauritiana Lam. is known as a medicinal plant native to Korea that has antioxidant, anticancer, antibacterial, and antiviral activities. However, until now, research on the cultivation technology of L. mauritiana is insufficient, and there are no research data on the systematic cultivation method and mass production of L. mauritiana. Therefore, this study aims to establish a cultivation system of L. mauritiana. Methods : The cultivation environment of open land and facilities according to the growth of L. mauritiana was compared and tested. In addition, the equivalence of the origin collection extract and the cultivation extract was evaluated through Ultra high performance liquid chromatography (UHPLC) patterns analysis according to cultivation and comparison of the effect of inhibiting respiratory inflammation using BEAS-2B human bronchial epithelial cells. Results : The cultivation technology system was established through cultivation research of L. mauritiana raw materials. In addition, as a result of comparing and evaluating the equivalence of cultivated plants and L. mauritiana raw materials for suppressing respiratory inflammation, the same results were confirmed, and the equivalence was confirmed as a result of analyzing the UHPLC pattern with L. mauritiana raw materials. Conclusions : This study suggests that extract from cultivation research of L. mauritiana plants, which are native to Korea, can be used as a health functional food or medicine to improve respiratory health.

Assesment of Water Quality Standards using Stochastic Distribution Characteristics between Dynamic Modeling Results and Observed Data (동적수질예측결과의 확률분포특성을 이용한 목표수질 달성가능성 평가)

  • Ha, Sung-Ryong;Lee, Ji-Heon;Seo, Se-Deok;Lee, Seung-Chul;Park, Jung-Ha
    • Journal of Environmental Impact Assessment
    • /
    • v.17 no.1
    • /
    • pp.47-56
    • /
    • 2008
  • Total Maximum Daily Load(TMDL) is a core basin management system to assign total emissions of pollutants to unit basin and emission source within a limit of the target water quality and to secure sustainability. considering "Environment and development" together. By current technical guidance of TMDL, the water quality in the riverbed of which the target water quality is noticed, must achieve the target; and the water quality standard for evaluating achievement of the target should be prescribed as non-excessive probability quality of water on the basis of the pertinent water quality documents. Therefore, the study calculated the target water quality by each unit basin which the target water quality must be noticed through the analysis of probability for water quality documents in rivers at the time of establishing a plan, and the study evaluated the achievement possibility of the target water quality by analyzing and comparing the target water quality plan with the standard water quality to evaluate the achievement of the target water quality. As the result, applying the proposed method to Mihocheon River system, it is concluded that selected the target water quality (Each BOD 3.3mg/1 and BOD 3.0mg/1) in Miho A and Musim A is available. Of course, it showed that the target water quality: BOD 2.5mg/1 in Miho A and BOD 3.0mg/1 in Musim A, could be achieved if the small reduction in B unit area was implemented.

Contact interface fiber section element: shallow foundation modeling

  • Limkatanyu, Suchart;Kwon, Minho;Prachasaree, Woraphot;Chaiviriyawong, Passagorn
    • Geomechanics and Engineering
    • /
    • v.4 no.3
    • /
    • pp.173-190
    • /
    • 2012
  • With recent growing interests in the Performance-Based Seismic Design and Assessment Methodology, more realistic modeling of a structural system is deemed essential in analyzing, designing, and evaluating both newly constructed and existing buildings under seismic events. Consequently, a shallow foundation element becomes an essential constituent in the implementation of this seismic design and assessment methodology. In this paper, a contact interface fiber section element is presented for use in modeling soil-shallow foundation systems. The assumption of a rigid footing on a Winkler-based soil rests simply on the Euler-Bernoulli's hypothesis on sectional kinematics. Fiber section discretization is employed to represent the contact interface sectional response. The hyperbolic function provides an adequate means of representing the stress-deformation behavior of each soil fiber. The element is simple but efficient in representing salient features of the soil-shallow foundation system (sliding, settling, and rocking). Two experimental results from centrifuge-scale and full-scale cyclic loading tests on shallow foundations are used to illustrate the model characteristics and verify the accuracy of the model. Based on this comprehensive model validation, it is observed that the model performs quite satisfactorily. It resembles reasonably well the experimental results in terms of moment, shear, settlement, and rotation demands. The hysteretic behavior of moment-rotation responses and the rotation-settlement feature are also captured well by the model.