• Title/Summary/Keyword: java script

Search Result 215, Processing Time 0.021 seconds

Development of an Open Source-based Spatial Analysis Tool for Storm and Flood Damage (풍수해 대비 오픈소스 기반 공간분석 도구 개발)

  • Kim, Minjun;Lee, Changgyu;Hwang, Suyeon;Ham, Jungsoo;Choi, Jinmu
    • Korean Journal of Remote Sensing
    • /
    • v.37 no.5_3
    • /
    • pp.1435-1446
    • /
    • 2021
  • Wind and flood damage caused by typhoons causes a lot of damage to the Korean Peninsula every year. In order to minimize damage, a preliminary analysis of damage estimation and evacuation routes is required for rapid decision-making. This study attempted to develop an analysis module that can provide necessary information according to the disaster stage. For use in the preparation stage, A function to check past typhoon routes and past damage information similar to typhoon routes heading north, a function to extract isolated dangerous areas, and a function to extract reservoir collapse areas were developed. For use in the early stages of response and recovery, a function to extract the expected flooding range considering the current flooding depth, a function to analyze expected damage information on population, buildings, farmland, and a function to provide evacuation information were included. In addition, an automated web map creation method was proposed to express the analysis results. The analysis function was developed and modularized based on Python open source, and the web display function was implemented based on JavaScript. The tools developed in this study are expected to be efficiently used for rapid decision-making in the early stages of monitoring against storm and flood damage.

Development of an Optimized Class Space and Map based on the Metaverse ZEP Platform (메타버스 ZEP 플랫폼 기반의 최적화된 수업 공간 및 맵 개발)

  • Ae-ran Park;Myung-suk Lee
    • Journal of Practical Engineering Education
    • /
    • v.15 no.2
    • /
    • pp.439 -447
    • /
    • 2023
  • This paper aims to develop a map for optimized class space using ZEP among the metaverse platforms. As a research method, the classroom space was organized so that the subject of learning became a learner, and the classroom space was modified and supplemented to optimize while being applied to elementary school computer classes. The contents of the study investigated learners' prior perception of metaverse, and compared and analyzed the advantages and disadvantages of the metaverse platform. In addition, the map was designed by reflecting the results of the survey, and after applying the map to the class, necessary APIs and apps were installed to supplement it. As a result, the learner became the subject of learning in the metaverse space, freely identified the space, and actively participated in the class. In particular, we found that students who were passive offline and those who had a low participation rate due to lack of skills participated more actively. In particular, students who were passive offline or whose participation was low due to lack of skills participated more actively. If API and JavaScript programs are added to collect log data of learners for learning analysis, real-time feedback is possible for learners, and learner feedback is possible for instructors with statistical data. If this is possible, the metaverse space can fully expect the role of a learning assistant for learners and a teaching assistant for instructors.

Development and Application of Web-based Instruction Program for the Enriched Course of School Biology (중등 생물교과 심화과정 학습용 웹 기반 학습 프로그램 개발 및 적용)

  • Ye, Jin-Hee;Park, Chang-Bo;Seo, Hae-Ae;Song, Bang-Ho
    • Journal of The Korean Association For Science Education
    • /
    • v.22 no.2
    • /
    • pp.299-313
    • /
    • 2002
  • A web-based instruction program for the enriched course under the 7th Revised National Curriculum of Biology in Korea was developed and the application effects to learners were analyzed. For the development of the web-based instruction program, five topics of biology from the enriched courses through 7th to 10th grades in the middle and high school science textbooks were selected and modulated with interrogative sentences. Each topic of programs was divided into four activity sections according to the learners' activity procedures supplemented with explanations and evaluations. Each activity was hyper-linked to multi-layers and animations. Further, a virtual experiment was also developed and an evaluation section designed by Java Script was attached. Among five topics, one topic of 'Reproduction and development' at 9th grade level was selected to examine the effects on students' learning. Among 247 9th grade students in the research subject school, only 67 students were able to accessible to ultra-thin Internet cables with their computers at home and they became an experimental group. A control group was assigned to those who are similar level of school science achievement to the experiment group and did not use the web-based program. It was found that most of 9th grade students are able to use Internet at home, however, they do not prefer to use Internet for homework or task project. Rather, most of students used Internet for e-mail or information navigation. Students used internet to solve problems of science and perceived the benefits of Internet for science learning. However, there are not many students to utilize Internet for science homework or task project. Students expressed that they do not prefer to use a web-based learning program for science learning due to lack of interests in science. The effects on students who studied with this program appeared to be significantly high compared to those who did not study with this program. Students who studied with this program positively evaluated this program, in particular, they enjoyed animation effect and virtual experiments. It was concluded that a web-based program for science learning should be developed and distributed through Internet in an attractive and interesting format for students. It was also concluded that various web-based programs for science learning with animation effect and virtual experiments should be developed to increase students' interests in science as well as to improve students' science achievements.

Product Recommender Systems using Multi-Model Ensemble Techniques (다중모형조합기법을 이용한 상품추천시스템)

  • Lee, Yeonjeong;Kim, Kyoung-Jae
    • Journal of Intelligence and Information Systems
    • /
    • v.19 no.2
    • /
    • pp.39-54
    • /
    • 2013
  • Recent explosive increase of electronic commerce provides many advantageous purchase opportunities to customers. In this situation, customers who do not have enough knowledge about their purchases, may accept product recommendations. Product recommender systems automatically reflect user's preference and provide recommendation list to the users. Thus, product recommender system in online shopping store has been known as one of the most popular tools for one-to-one marketing. However, recommender systems which do not properly reflect user's preference cause user's disappointment and waste of time. In this study, we propose a novel recommender system which uses data mining and multi-model ensemble techniques to enhance the recommendation performance through reflecting the precise user's preference. The research data is collected from the real-world online shopping store, which deals products from famous art galleries and museums in Korea. The data initially contain 5759 transaction data, but finally remain 3167 transaction data after deletion of null data. In this study, we transform the categorical variables into dummy variables and exclude outlier data. The proposed model consists of two steps. The first step predicts customers who have high likelihood to purchase products in the online shopping store. In this step, we first use logistic regression, decision trees, and artificial neural networks to predict customers who have high likelihood to purchase products in each product group. We perform above data mining techniques using SAS E-Miner software. In this study, we partition datasets into two sets as modeling and validation sets for the logistic regression and decision trees. We also partition datasets into three sets as training, test, and validation sets for the artificial neural network model. The validation dataset is equal for the all experiments. Then we composite the results of each predictor using the multi-model ensemble techniques such as bagging and bumping. Bagging is the abbreviation of "Bootstrap Aggregation" and it composite outputs from several machine learning techniques for raising the performance and stability of prediction or classification. This technique is special form of the averaging method. Bumping is the abbreviation of "Bootstrap Umbrella of Model Parameter," and it only considers the model which has the lowest error value. The results show that bumping outperforms bagging and the other predictors except for "Poster" product group. For the "Poster" product group, artificial neural network model performs better than the other models. In the second step, we use the market basket analysis to extract association rules for co-purchased products. We can extract thirty one association rules according to values of Lift, Support, and Confidence measure. We set the minimum transaction frequency to support associations as 5%, maximum number of items in an association as 4, and minimum confidence for rule generation as 10%. This study also excludes the extracted association rules below 1 of lift value. We finally get fifteen association rules by excluding duplicate rules. Among the fifteen association rules, eleven rules contain association between products in "Office Supplies" product group, one rules include the association between "Office Supplies" and "Fashion" product groups, and other three rules contain association between "Office Supplies" and "Home Decoration" product groups. Finally, the proposed product recommender systems provides list of recommendations to the proper customers. We test the usability of the proposed system by using prototype and real-world transaction and profile data. For this end, we construct the prototype system by using the ASP, Java Script and Microsoft Access. In addition, we survey about user satisfaction for the recommended product list from the proposed system and the randomly selected product lists. The participants for the survey are 173 persons who use MSN Messenger, Daum Caf$\acute{e}$, and P2P services. We evaluate the user satisfaction using five-scale Likert measure. This study also performs "Paired Sample T-test" for the results of the survey. The results show that the proposed model outperforms the random selection model with 1% statistical significance level. It means that the users satisfied the recommended product list significantly. The results also show that the proposed system may be useful in real-world online shopping store.

The Ontology Based, the Movie Contents Recommendation Scheme, Using Relations of Movie Metadata (온톨로지 기반 영화 메타데이터간 연관성을 활용한 영화 추천 기법)

  • Kim, Jaeyoung;Lee, Seok-Won
    • Journal of Intelligence and Information Systems
    • /
    • v.19 no.3
    • /
    • pp.25-44
    • /
    • 2013
  • Accessing movie contents has become easier and increased with the advent of smart TV, IPTV and web services that are able to be used to search and watch movies. In this situation, there are increasing search for preference movie contents of users. However, since the amount of provided movie contents is too large, the user needs more effort and time for searching the movie contents. Hence, there are a lot of researches for recommendations of personalized item through analysis and clustering of the user preferences and user profiles. In this study, we propose recommendation system which uses ontology based knowledge base. Our ontology can represent not only relations between metadata of movies but also relations between metadata and profile of user. The relation of each metadata can show similarity between movies. In order to build, the knowledge base our ontology model is considered two aspects which are the movie metadata model and the user model. On the part of build the movie metadata model based on ontology, we decide main metadata that are genre, actor/actress, keywords and synopsis. Those affect that users choose the interested movie. And there are demographic information of user and relation between user and movie metadata in user model. In our model, movie ontology model consists of seven concepts (Movie, Genre, Keywords, Synopsis Keywords, Character, and Person), eight attributes (title, rating, limit, description, character name, character description, person job, person name) and ten relations between concepts. For our knowledge base, we input individual data of 14,374 movies for each concept in contents ontology model. This movie metadata knowledge base is used to search the movie that is related to interesting metadata of user. And it can search the similar movie through relations between concepts. We also propose the architecture for movie recommendation. The proposed architecture consists of four components. The first component search candidate movies based the demographic information of the user. In this component, we decide the group of users according to demographic information to recommend the movie for each group and define the rule to decide the group of users. We generate the query that be used to search the candidate movie for recommendation in this component. The second component search candidate movies based user preference. When users choose the movie, users consider metadata such as genre, actor/actress, synopsis, keywords. Users input their preference and then in this component, system search the movie based on users preferences. The proposed system can search the similar movie through relation between concepts, unlike existing movie recommendation systems. Each metadata of recommended candidate movies have weight that will be used for deciding recommendation order. The third component the merges results of first component and second component. In this step, we calculate the weight of movies using the weight value of metadata for each movie. Then we sort movies order by the weight value. The fourth component analyzes result of third component, and then it decides level of the contribution of metadata. And we apply contribution weight to metadata. Finally, we use the result of this step as recommendation for users. We test the usability of the proposed scheme by using web application. We implement that web application for experimental process by using JSP, Java Script and prot$\acute{e}$g$\acute{e}$ API. In our experiment, we collect results of 20 men and woman, ranging in age from 20 to 29. And we use 7,418 movies with rating that is not fewer than 7.0. In order to experiment, we provide Top-5, Top-10 and Top-20 recommended movies to user, and then users choose interested movies. The result of experiment is that average number of to choose interested movie are 2.1 in Top-5, 3.35 in Top-10, 6.35 in Top-20. It is better than results that are yielded by for each metadata.