• Title/Summary/Keyword: 웹 프레임 워크

Search Result 501, Processing Time 0.027 seconds

A Study on Building of Outcomes Evaluation System Using Data of a Public Library (공공도서관 데이터를 활용한 도서관 성과평가 시스템 구축 연구)

  • Han, Sang-woo;Park, Sung-jae
    • Journal of the Korean Society for Library and Information Science
    • /
    • v.52 no.4
    • /
    • pp.163-178
    • /
    • 2018
  • The purpose of this study is to build outcomes evaluation system for measuring outcomes of programs provided by a public library. For the study, we constructed outcomes evaluation system(LibOutcomes system) that applied library outcome measurement framework based on the logic model and this system made librarians to measure outcome directly import data from the KOLAS and upload it. As a result, LibOutcomes system was useful for verifying outcomes as visual result. In addition, since the system was built a web-based system, it is possible to secure accessibility and ease of use. Finally, we suggested possibility to expand the system as a function of KOLAS in the future.

Development of Product Control Apps using MQTT (MQTT를 이용한 제품 제어 앱 개발)

  • Dong-Jin Shin;Seung-Yeon Hwang;Jeong-Joon Kim
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.23 no.5
    • /
    • pp.77-82
    • /
    • 2023
  • Intelligence Home and Home Automation, which attracted attention before Smart Home, caused inconvenience to users by focusing on applying cutting-edge technologies to homes, and failed to popularize them due to lack of unemployment efficiency. However, with the 4th Industrial Revolution, various services using technologies related to big data, artificial intelligence, and the Internet of Things are increasing, and the rate of smart home services that operate, manage, and automate products at home is gradually increasing. In line with this trend, this paper implements a program app that can connect, manipulate, and manage products using MQTT server, Django web framework, and WIFI communication module.

Confidence Value based Large Scale OWL Horst Ontology Reasoning (신뢰 값 기반의 대용량 OWL Horst 온톨로지 추론)

  • Lee, Wan-Gon;Park, Hyun-Kyu;Jagvaral, Batselem;Park, Young-Tack
    • Journal of KIISE
    • /
    • v.43 no.5
    • /
    • pp.553-561
    • /
    • 2016
  • Several machine learning techniques are able to automatically populate ontology data from web sources. Also the interest for large scale ontology reasoning is increasing. However, there is a problem leading to the speculative result to imply uncertainties. Hence, there is a need to consider the reliability problems of various data obtained from the web. Currently, large scale ontology reasoning methods based on the trust value is required because the inference-based reliability of quantitative ontology is insufficient. In this study, we proposed a large scale OWL Horst reasoning method based on a confidence value using spark, a distributed in-memory framework. It describes a method for integrating the confidence value of duplicated data. In addition, it explains a distributed parallel heuristic algorithm to solve the problem of degrading the performance of the inference. In order to evaluate the performance of reasoning methods based on the confidence value, the experiment was conducted using LUBM3000. The experiment results showed that our approach could perform reasoning twice faster than existing reasoning systems like WebPIE.

The Design of Web-based Crop Information System Using Open-Source Framework and Remotely Sensed Data (오픈 소스 프레임워크와 원격 탐측자료를 이용한 웹 기반 작황 정보 시스템 설계)

  • Nguyen, Minh Hieu;Ma, Jong Won;Lee, Kyungdo;Heo, Joon
    • Korean Journal of Remote Sensing
    • /
    • v.33 no.5_2
    • /
    • pp.751-762
    • /
    • 2017
  • A crop information system can provide information regarding crop distribution, crop growth conditions, crop yield in various forms such as monitoring, forecasting, estimation or analysis. This paper presents the design and construction of a crop information system based on data collected in Korea, USA, and China. Therein, climate data including temperature, precipitation,solar radiation are used to evaluate the impact on crop growth, NDVI (Normalized Difference Vegetation Index) data is used in crop monitoring, and crop map data is utilized for the management of crop distribution. The system has achieved three prominent results: 1) Providing information with high frequency, 2) Automatically creating the report through the analysis of the data, 3) The users to easily approach the system and retrieve the information.

Design and Development of an XML/EDI System (XML/EDI 시스템의 설계 및 구현)

  • Sin, Dong-Gyu;Sin, Dong-Il
    • The KIPS Transactions:PartD
    • /
    • v.8D no.2
    • /
    • pp.181-192
    • /
    • 2001
  • XML/EDI is different from traditional EDI because it offers the framework necessary for electronic commerce and extends the scope of the traditional EDI which focuses on data transfer. Since existing EDI services are moved to Internet platform and again to Web platform, users can use EDI in the integrated environment without inconvenience of using different EDI softwares, which have their own configurations. This paper describes the overall design and implementation of a Web-based XML/EDI system that is a core component for the electronic commerce. The constructed XML/EDI system in this paper is comprised of document generation module, document storage module, document search module, document management module, template document management module and e-mail transmission module. Requirements and design goal of XML/EDI system are introduced, detailed functionalities of modules and design facts are described and execution and execution procedures of the implemented system are explained.

  • PDF

RDFS Rule based Parallel Reasoning Scheme for Large-Scale Streaming Sensor Data (대용량 스트리밍 센서데이터 환경에서 RDFS 규칙기반 병렬추론 기법)

  • Kwon, SoonHyun;Park, Youngtack
    • Journal of KIISE
    • /
    • v.41 no.9
    • /
    • pp.686-698
    • /
    • 2014
  • Recently, large-scale streaming sensor data have emerged due to explosive supply of smart phones, diffusion of IoT and Cloud computing technology, and generalization of IoT devices. Also, researches on combination of semantic web technology are being actively pushed forward by increasing of requirements for creating new value of data through data sharing and mash-up in large-scale environments. However, we are faced with big issues due to large-scale and streaming data in the inference field for creating a new knowledge. For this reason, we propose the RDFS rule based parallel reasoning scheme to service by processing large-scale streaming sensor data with the semantic web technology. In the proposed scheme, we run in parallel each job of Rete network algorithm, the existing rule inference algorithm and sharing data using the HBase, a hadoop database, as a public storage. To achieve this, we implement our system and evaluate performance through the AWS data of the weather center as large-scale streaming sensor data.

Design of an Architecture Pattern for Ajax-based Web Applications (Ajax기반 웹 응용을 위한 아키텍쳐 패턴 설계)

  • Kim, Hwang-Man;Kim, Yong-Goo
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.36 no.9B
    • /
    • pp.1057-1065
    • /
    • 2011
  • In order to achieve the ease of development and to facilitate the maintenance of codes for complex Ajax (Asynchronous Java Script and XML)-based web clients, this paper proposes a CVC (Communicator-View-Controller) architecture pattern by modifying the well-known MVC (Model-View-Controller) framework. By composing the Communicator of codes for asynchronous data retrieval, which is common to Ajax-based clients, the proposed architecture pattern is able to cut out the graphic design related codes to constitute the View layer. Based on such declarative generalization of complex web-client codes, Ajax-related codes can be easily modularized and efficiently reused in development and maintenance stages, and graphics design can be done separately regardless of the other business logic related codes development, resulting in highly efficient development and maintenance of complex Ajax-based web clients.

Measurement Criteria for Ontology Extraction Tools (온톨로지 자동추출도구의 기능적 성능 평가를 위한 평가지표의 개발 및 적용)

  • Park, Jin-Soo;Cho, Won-Chin;Rho, Sang-Kyu
    • Journal of Intelligence and Information Systems
    • /
    • v.14 no.4
    • /
    • pp.69-87
    • /
    • 2008
  • The Web is evolving toward the Semantic Web. Ontologies are considered as a crucial component of the Semantic Web since it is the backbone of knowledge representation for this Web. However, most of these ontologies are still built manually. Manual building of an ontology is time-consuming activity which requires many resources. Consequently, the need for automatic ontology extraction tools has been increased for the last decade, and many tools have been developed for this purpose. Yet, there is no comprehensive framework for evaluating such tools. In this paper, we proposed a set of criteria for evaluating ontology extraction tools and carried out an experiment on four popular ontology extraction tools (i.e., OntoLT, Text-To-Onto, TERMINAE, and OntoBuilder) using our proposed evaluation framework. The proposed framework can be applied as a useful benchmark when developers want to develop ontology extraction tools.

  • PDF

The design of Intelligent and Integrated Registries System for e-Business (e-비즈니스를 위한 지능형 통합 레지스트리 시스템 설계)

  • 유정연;김계용;이규철
    • The Journal of Society for e-Business Studies
    • /
    • v.8 no.2
    • /
    • pp.63-76
    • /
    • 2003
  • The fundamental technology to the b2b e-commerce framework is Registry. Although Registries have developed, it is yet difficult to apply in actual e-business . That is, the e-business information was stored in physically and/or logically distributed and heterogeneous Registries. And Registry uses the keyword-based search to discovery the information stored. But, the keyword-based search technology can't provide the discovery the business information necessary for parties and trading partners. As spreading the understand of this problem, it requires the technologies for the integration of distributed and various Registries and the systematic definition and intelligent discovery of the e-business information. In this paper we propose the architecture of intelligent and integrated e-business registry system for solving these problems . This system composed of the Registry Integration Query Manager for integrating various registries and the Intelligent Registry Agent providing the systematic organization and discovery of e-business information.

  • PDF

A Study about Cross-Cultural Content Analysis on Global Website in Korea, US, Japan, China (글로벌 웹 콘텐츠의 문화 특성 연구 - 한국, 미국, 일본, 중국 4개국을 중심으로)

  • Oh, Jung-Min;Moon, Nam-Mee
    • Journal of the Korea Society of Computer and Information
    • /
    • v.15 no.3
    • /
    • pp.45-53
    • /
    • 2010
  • When the user's role is getting more important in contents communicated online, we must know that the cultural trait of content that is reflecting user's mental model, needs and tastes. An attempt to study about cross-cultural characteristics focused on contents of global website give us the best chance to understand user. This paper takes a look if there are any linkages between certain country and its preferable contents and analyze that whether this preference is result from the cultural differences or not. This analysis is based on Hofstede's and Schwartz's framework. So, this content analysis examines cultural influence on the contents of global website in Korea and U.S and Japan and China. The results provide CIC(Cultural Index of Content) which is extended framework adding interaction. We expect that it can help service providers and content creators to have some new ideas.