• Title/Summary/Keyword: Visualization Elements

Search Result 192, Processing Time 0.026 seconds

Pedagogical effectiveness of algorithm visualizations in teaching the data structures and algorithms in elementary schools (초등학교의 자료구조와 알고리즘 수업에서 알고리즘 시각화의 교육적 효과)

  • Chun, Seok-Ju
    • Journal of The Korean Association of Information Education
    • /
    • v.16 no.2
    • /
    • pp.255-263
    • /
    • 2012
  • Early algorithm education is very important in order to nurture excellent S/W developers in an information society. However a algorithm learning is a great challenge to elementary school students since understanding what a computer algorithm written in a static text format meant to do is difficult. It is expected that a student can easily visualize a algorithm through animations. In this study, we evaluate the pedagogical effectiveness of algorithm visualizations in teaching the fundamental data structures and algorithms in elementary schools. Thus we defined a new measure called 'Algorithm Visualization Factor(AVF)' and developed both text-oriented and animation-oriented PPTs of algorithm education elements, that is, Stack, Queue, Bubble Sort, Heap Sort, BDF, and DFS. We have conducted experiments and evaluations on diverse students groups. Extensive experiment results show that the average score of the student groups using animation-orirented PPT is greater(22%) than the one of the student groups using text-orirented PPT.

  • PDF

State Visualization Design of AI Speakers using Color Field Painting (색면추상 기법을 통한 AI 스피커의 상태 시각화 디자인 연구)

  • Hong, Seung Yoon;Choe, Jong-Hoon
    • The Journal of the Korea Contents Association
    • /
    • v.20 no.2
    • /
    • pp.572-580
    • /
    • 2020
  • Recently released AI speakers show a pattern of interacting with the user by mainly with voice and simultaneously displaying simple and formal visual feedback through status LED light. This is due to the limitations of the product characteristics of the speaker, which makes it difficult to interact variously, and even such visual feedback is not standardized for each product, and thus does not give a consistent user experience. By maximizing the visual elements that can be expressed through color and abstract movement to assist voice feedback, the product can provide the user with an extended experience that includes not only functional satisfaction but also emotional satisfaction. In this study, after analyzing the interaction methods of the existing AI speakers, we examined the theory of color communication in order to expand the visual feedback effect, and examined the meaning and expression technique of Color Field Painting, an art genre that maximizes the emotional experience by using only color. Through this, the AI speaker's visual communication function was expanded by designing a way to feedback communication status using LED light.

Revealing Hidden Relations between Query-Words for an Efficient Inducing User's Intention of an Information Search (효율적 검색의도 파악을 위한 쿼리 단어 가시화에 관한 연구)

  • Kwon, Soon-Jin;Hong, Chul-Eui;Kim, Won-Il
    • Journal of the Institute of Electronics Engineers of Korea CI
    • /
    • v.49 no.2
    • /
    • pp.44-52
    • /
    • 2012
  • This paper proposes to increase an efficiency of somebody searching information by a visualization of an unseen query words with well-selected user's intent structures. If a search engine identifies user's intent to pursue information, it would be an effective search engine. To do so, it is needed that relationships between query-words are to be visible after recovering words lost during formulated, and that an intention structure/elements is to be established. This paper will review previous studies, after then, define a simple structure of the search intent, and show a process to expand and to generate the query words appropriate to the intent structure with a method for the visualization of the query words. In this process, some examples and tests are necessary that one of the multiple intent structured layers is to assign to a range of query-words. Increasing/Decreasing an efficiency are analyzed to find. Future research is needed how to automate a process to extend structural nodules of user's intent.

Feature Vector Extraction for Solar Energy Prediction through Data Visualization and Exploratory Data Analysis (데이터 시각화 및 탐색적 데이터 분석을 통한 태양광 에너지 예측용 특징벡터 추출)

  • Jung, Wonseok;Ham, Kyung-Sun;Park, Moon-Ghu;Jeong, Young-Hwa;Seo, Jeongwook
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2017.10a
    • /
    • pp.514-517
    • /
    • 2017
  • In solar photovoltaic systems, power generation is greatly affected by the weather conditions, so it is essential to predict solar energy for stable load operation. Therefore, data on weather conditions are needed as inputs to machine learning algorithms for solar energy prediction. In this paper, we use 15 kinds of weather data such as the precipitation accumulated during the 3 hours of the surface, upward and downward longwave radiation average, upward and downward shortwave radiation average, the temperature during the past 3 hours at 2 m above from the ground and temperature from the ground surface as input data to the algorithm. We analyzed the statistical characteristics and correlations of weather data and extracted the downward and upward shortwave radiation averages as a major elements of a feature vector with high correlation of 70% or more with solar energy.

  • PDF

A Study on the Visualization Method for Figurative Art of Sculptures Using Metallic Materials - Based on the purpose of displaying in the residential complex (금속재료를 활용한 조형물의 비유적 이미지 시각화 방법 연구 - 주거 단지 전시를 목적으로)

  • Ko, Seung-Geun
    • Journal of the Korea Convergence Society
    • /
    • v.12 no.1
    • /
    • pp.225-230
    • /
    • 2021
  • As the quality of our life has improved, residential complexes have become more diverse now. Modern residential complexes function as a place for meeting and communication between families and neighbors, including parks, lakes, and promenades, and exhibiting sculptures in residential spaces has become an important component. This study was conducted for the purpose of researching the design development method for the sculptures displayed in the residential space in accordance with these changes and demands of the era. Through the process of visualizing the figurative arts with metal and stone used as materials, the artist's thoughts and messages were put in the sculpture and the arts were completed as the shape of the sculpture that viewers could sympathize with. This design and formative research shows the possibility that various visual elements for sympathy with the creator's thoughts can be formed in a place with the specificity of living space by using a figurative visualization method. Therefore, further researches on figurative art of sculptures are required.

A Study on the Use of Stopword Corpus for Cleansing Unstructured Text Data (비정형 텍스트 데이터 정제를 위한 불용어 코퍼스의 활용에 관한 연구)

  • Lee, Won-Jo
    • The Journal of the Convergence on Culture Technology
    • /
    • v.8 no.6
    • /
    • pp.891-897
    • /
    • 2022
  • In big data analysis, raw text data mostly exists in various unstructured data forms, so it becomes a structured data form that can be analyzed only after undergoing heuristic pre-processing and computer post-processing cleansing. Therefore, in this study, unnecessary elements are purified through pre-processing of the collected raw data in order to apply the wordcloud of R program, which is one of the text data analysis techniques, and stopwords are removed in the post-processing process. Then, a case study of wordcloud analysis was conducted, which calculates the frequency of occurrence of words and expresses words with high frequency as key issues. In this study, to improve the problems of the "nested stopword source code" method, which is the existing stopword processing method, using the word cloud technique of R, we propose the use of "general stopword corpus" and "user-defined stopword corpus" and conduct case analysis. The advantages and disadvantages of the proposed "unstructured data cleansing process model" are comparatively verified and presented, and the practical application of word cloud visualization analysis using the "proposed external corpus cleansing technique" is presented.

A proposal of visualization method of MBTI personality types using celebrity images (유명인 이미지를 활용한 MBTI 성격 유형 시각화 방식 제안)

  • Shin, Ho-Sun;Lee, Kang-Hee
    • Asia-pacific Journal of Multimedia Services Convergent with Art, Humanities, and Sociology
    • /
    • v.6 no.8
    • /
    • pp.491-498
    • /
    • 2016
  • This paper proposes a visualization method that expresses users' MBTI personality types based on the categorization method called 'Big Five Personality Traits' and their representative celebrities' facial images. This system has significance for visualizing traits from texts to images effectively. The entire system is composed of making backgrounds to represent traits of each MBTI category using 'Big Five Personality Traits' and showing facial images of celebrities with corresponding MBTI personality types. First, 'Big Five Personality Traits' classifies 16 MBTI types into four categories and each of category traits lays the foundation to make background using visual elements such as colors and lines. Second, celebrities' facial images are substituted for the corresponding literal explanation of each MBTI type. By adjusting the color saturation, users can distinguish relationship between the types intuitively. As a result, this system enables users to take information for their own / opposite / similar MBTI types simultaneously.

Development of an Automatic Generation Methodology for Digital Elevation Models using a Two-Dimensional Digital Map (수치지형도를 이용한 DEM 자동 생성 기법의 개발)

  • Park, Chan-Soo;Lee, Seong-Kyu;Suh, Yong-Cheol
    • Journal of the Korean Association of Geographic Information Studies
    • /
    • v.10 no.3
    • /
    • pp.113-122
    • /
    • 2007
  • The rapid growth of aerial survey and remote sensing technology has enabled the rapid acquisition of very large amounts of geographic data, which should be analyzed using real-time visualization technology. The level of detail(LOD) algorithm is one of the most important elements for realizing real-time visualization. We chose the triangulated irregular network (TIN) method to generate normalized digital elevation model(DEM) data. First, we generated TIN data using contour lines obtained from a two-dimensional(2D) digital map and created a 2D grid array fitting the size of the area. Then, we generated normalized DEM data by calculating the intersection points between the TIN data and the points on the 2D grid array. We used constrained Delaunay triangulation(CDT) and ray-triangle intersection algorithms to calculate the intersection points between the TIN data and the points on the 2D grid array in each step. In addition, we simulated a three-dimensional(3D) terrain model based on normalized DEM data with real-time visualization using a Microsoft Visual C++ 6.0 program in the DirectX API library and a quad-tree LOD algorithm.

  • PDF

Spatial Distribution of Extremely Low Sea-Surface Temperature in the Global Ocean and Analysis of Data Visualization in Earth Science Textbooks (전구 대양의 극저 해수면온도 공간 분포와 지구과학교과서 데이터 시각화 분석)

  • Park, Kyung-Ae;Son, Yu-Mi
    • Journal of the Korean earth science society
    • /
    • v.41 no.6
    • /
    • pp.599-616
    • /
    • 2020
  • Sea-surface temperature (SST) is one of the most important oceanic variables for understanding air-sea interactions, heat flux variations, and oceanic circulation in the global ocean. Extremely low SSTs from 0℃ down to -2℃ should be more important than other normal temperatures because of their notable roles in inducing and regulating global climate and environmental changes. To understand the temporal and spatial variability of such extremely low SSTs in the global ocean, the long-term SST climatology was calculated using the daily SST database of satellites observed for the period from 1982 to 2018. In addition, the locations of regions with extremely low surface temperatures of less than 0℃ and monthly variations of isothermal lines of 0℃ were investigated using World Ocean Atlas (WOA) climatology based on in-situ oceanic measurements. As a result, extremely low temperatures occupied considerable areas in polar regions such as the Arctic Ocean and Antarctic Ocean, and marginal seas at high latitudes. Six earth science textbooks were analyzed to investigate how these extremely low temperatures were visualized. In most textbooks, illustrations of SSTs began not from extremely low temperatures below 0℃ but from a relatively high temperature of 0℃ or higher, which prevented students from understanding of concepts and roles of the low SSTs. As data visualization is one of the key elements of data literacy, illustrations of the textbooks should be improved to ensure that SST data are adequately visualized in the textbooks. This study emphasized that oceanic literacy and data literacy could be cultivated and strengthened simultaneously through visualizations of oceanic big data by using satellite SST data and oceanic in-situ measurements.

BIM Mesh Optimization Algorithm Using K-Nearest Neighbors for Augmented Reality Visualization (증강현실 시각화를 위해 K-최근접 이웃을 사용한 BIM 메쉬 경량화 알고리즘)

  • Pa, Pa Win Aung;Lee, Donghwan;Park, Jooyoung;Cho, Mingeon;Park, Seunghee
    • KSCE Journal of Civil and Environmental Engineering Research
    • /
    • v.42 no.2
    • /
    • pp.249-256
    • /
    • 2022
  • Various studies are being actively conducted to show that the real-time visualization technology that combines BIM (Building Information Modeling) and AR (Augmented Reality) helps to increase construction management decision-making and processing efficiency. However, when large-capacity BIM data is projected into AR, there are various limitations such as data transmission and connection problems and the image cut-off issue. To improve the high efficiency of visualizing, a mesh optimization algorithm based on the k-nearest neighbors (KNN) classification framework to reconstruct BIM data is proposed in place of existing mesh optimization methods that are complicated and cannot adequately handle meshes with numerous boundaries of the 3D models. In the proposed algorithm, our target BIM model is optimized with the Unity C# code based on triangle centroid concepts and classified using the KNN. As a result, the algorithm can check the number of mesh vertices and triangles before and after optimization of the entire model and each structure. In addition, it is able to optimize the mesh vertices of the original model by approximately 56 % and the triangles by about 42 %. Moreover, compared to the original model, the optimized model shows no visual differences in the model elements and information, meaning that high-performance visualization can be expected when using AR devices.