• Title/Summary/Keyword: XML Information Set

Search Result 94, Processing Time 0.023 seconds

A Study on Construction of RSS Metadata-based SDI System (RSS 메타데이터 기반 SDI 시스템 구축방안 연구)

  • Gu, Jung-Eok;Lee, Eung-Bong
    • Proceedings of the Korean Society for Information Management Conference
    • /
    • 2005.08a
    • /
    • pp.107-115
    • /
    • 2005
  • 디지털 정보환경 하에서는 이용자가 정보를 찾아오기 기다리기 보다는 이용자를 찾아가 수요를 창출하고, 이용자의 취향에 맞춘 정보제공이 필요하다. 본 연구에서는 연구장비정보의 효율적인 정보제공을 위해 푸시(push)와 풀(pull) 서비스를 통합한 맞춤정보 서비스 모델을 제시하고, RSS(Really Simple Syndication) 2.0과 Dublin Core Metadata Element Set 1.1을 참고하여 연구장비정보의 RSS-XML 메타데이터를 설계한 후, 풀(pull) 형태의 선택적 정보제공(SDI)시스템을 구현하여 이를 적용하였다.

  • PDF

APPLICATION OF HIGH RESOLUTION SATELLITE IMAGERY ON X3D-BASED SEMANTIC WEB USING SMART GRAPHICS

  • Kim, Hak-Hoon;Lee, Kiwon
    • Proceedings of the KSRS Conference
    • /
    • v.2
    • /
    • pp.586-589
    • /
    • 2006
  • High resolution satellite imagery is regarded as one of the important data sets to engineering application, as well as conventional scientific application. However, despite this general view, there are a few target applications using this information. In this study, the possibility for the future wide uses in associated with smart graphics of this information is investigated. The concept of smart graphics can be termed intelligent graphics with XML-based structure and knowledge related to semantic web, which is a useful component for the data dissemination framework model in a multi-layered web-based application. In the first step in this study, high resolution imagery is transformed to GML (Geographic Markup Language)-based structure with attribute schema and geo-references. In the second, this information is linked with GIS data sets, and this fused data set is represented in the X3D (eXtensible 3D), ISO-based web 3D graphic standard, with styling attributes, in the next stop. The main advantages of this approach using GML and X3D are the flourished representations of a source data according to user/clients’ needs and structured 3D visualization linked with other XML-based application. As for the demonstration of this scheme, 3D urban modelling case with actual data sets is presented.

  • PDF

Automatic Generation of Reserve Prices and Bid Prices for a Group Buying System (공동 구매 시스템에서의 낙찰 예정가 및 입찰가 자동 생성)

  • 김신우;고민정;박성은;이용규
    • The Journal of Society for e-Business Studies
    • /
    • v.7 no.2
    • /
    • pp.55-68
    • /
    • 2002
  • Internet group buying systems have been widely used recently. In those systems, because the reserve price is provided by the buyer, the success rate can be decreased if the reserve price is set too low compared with the normal price. Otherwise, an unsuitable successful bid can be made if the reserve price is set too high based on inaccurate information. Likewise, the seller's providing too high a bid price can deteriorate his/her own successful bid rate, whereas a successful bid with too low a price may make no profit in the sale. Therefore, pricing agents that recommend adequate prices based on the past buying and selling history data can be helpful. In this paper, we propose two kinds of agents. One suggests reserve prices to buyers based on the past buying history database of the system. The other recommends bid prices to a seller based on the past bidding history data of the company using the cost accounting theory. Through performance experiments, we show that the successful bid rate can increase by preventing buyers from making unreasonable reserve prices. Also, we show that, for the seller, the rate of successful bids with appropriate profits can increase. Using the pricing agents, we design and implement an XML-based group buying system.

  • PDF

Partitioning and Merging an Index for Efficient XML Keyword Search (효율적 XML키워드 검색을 인덱스 분할 및 합병)

  • Kim, Sung-Jin;Lee, Hyung-Dong;Kim, Hyoung-Joo
    • Journal of KIISE:Databases
    • /
    • v.33 no.7
    • /
    • pp.754-765
    • /
    • 2006
  • In XML keyword search, a search result is defined as a set of the smallest elements (i.e., least common ancestors) containing all query keywords and a granularity of indexing is an XML element instead of a document. Under the conventional index structure, all least common ancestors produced by the combination of the elements, each of which contains a query keyword, are considered as a search result. In this paper, to avoid unnecessary operations of producing the least common ancestors and reduce query process time, we describe a way to construct a partitioned index composed of several partitions and produce a search result by merging those partitions if necessary. When a search result is restricted to be composed of the least common ancestors whose depths are higher than a given minimum depth, under the proposed partitioned index structure, search systems can reduce the query process time by considering only combinations of the elements belonging to the same partition. Even though the minimum depth is not given or unknown, search systems can obtain a search result with the partitioned index, which requires the same query process time to obtain the search result with non-partitioned index. Our experiment was conducted with the XML documents provided by the DBLP site and INEX2003, and the partitioned index could reduce a substantial amount of query processing time when the minimum depth is given.

Functional Test Automation for Android GUI Widgets Using XML (XML을 이용한 안드로이드 GUI 위젯의 기능 테스트 자동화)

  • Ma, Yingzhe;Choi, Eun-Man
    • The KIPS Transactions:PartD
    • /
    • v.19D no.2
    • /
    • pp.203-210
    • /
    • 2012
  • Capture-and-replay technique is a common automatic method for GUI testing. Testing applications on Android platform cannot use directly capture-and-replay technique due to the testing framework which is already set up and technical supported by Google and lack of automatic linking GUI elements to actions handling widget events. Without capture-and-replay testing tools testers must design and implement testing scenarios according to the specification, and make linking every GUI elements to event handling parts all by hand. This paper proposes a more improved and optimized approach than common capture-and-replay technique for automatic testing Android GUI widgets. XML is applied to extract GUI elements from applications based on tracing the actions to handle widget events. After tracing click events using monitoring in capture phase test cases will be created by communicating status of activated widget in replay phase with API events.

Implementation of Web services for Slip Data Process (전표데이터 처리를 위한 웹서비스 구현)

  • 황의철;정민영;정선태
    • The Journal of the Korea Contents Association
    • /
    • v.3 no.2
    • /
    • pp.57-64
    • /
    • 2003
  • A Web Service is an URL addressable set of functionality that is exposed over a network to serve as a building Hock for creating distributed applications. SOAP is a protocol that Web Service consumers often use, when they request and response to a Web Service, and it is a lightweight, XML-based protocol over HTTP for exchange to information in decentralized, distributed environments. A Web Service is very useful forimplementing common functions in especially a large size business area, because it is invoked by a protocol like HTTP or SOAP that we easily use, and by an XML-based data format In this paper, we implement Web Services that process dip data by computers in enterprise accounts in order to enhance the transparency and productivity of enterprises. we analyse the structure of slip data, design dip database, implement stored procedures for manipulating data of slip database, and make thorn controlled by Web Services. The result of this paper will contribute to the standardization and activation of accounting process systems for e-business area.

  • PDF

Development of an Editor for Reference Data Library Based on ISO 15926 (ISO 15926 기반의 참조 데이터 라이브러리 편집기의 개발)

  • Jeon, Youngjun;Byon, Su-Jin;Mun, Duhwan
    • Korean Journal of Computational Design and Engineering
    • /
    • v.19 no.4
    • /
    • pp.390-401
    • /
    • 2014
  • ISO 15926 is an international standard for integration of lifecycle data for process plants including oil and gas facilities. From the viewpoint of information modeling, ISO 15926 Parts 2 provides the general data model that is designed to be used in conjunction with reference data. Reference data are standard instances that represent classes, objects, properties, and templates common to a number of users, process plants, or both. ISO 15926 Parts 4 and 7 provide the initial set of classes, objects, properties and the initial set of templates, respectively. User-defined reference data specific to companies or organizations are defined by inheriting from the initial reference data and the initial set of templates. In order to support the extension of reference data and templates, an editor that provides creation, deletion and modification functions of user-defined reference data is needed. In this study, an editor for reference data based on ISO 15926 was developed. Sample reference data were encoded in OWL (web ontology language) according to the specification of ISO 15926 Part 8. iRINGTools and dot15926Editor were benchmarked for the design of GUI (graphical user interface). Reference data search, creation, modification, and deletion functions were implemented with XML (extensible markup language) DOM (document object model), and SPARQL (SPARQL protocol and RDF query language).

A Study of Automatically Resources Authentication over Grid VO (그리드 VO 상에서의 자동화된 자원 인증 시스템 연구)

  • 이원구;이재광
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2004.05b
    • /
    • pp.739-743
    • /
    • 2004
  • The Grid VO(Virtual Organization) is temporary VO where gather indivisual, authority, or system resource, differ from previous VO concept that controled by internal principal and policy set. It have many problems in case of indivisuals, authorities, or system resources that became member of some Grid VO at same time and combination followed changing condition of system resource for building Grid VO. This paper propose lightweighted Grid VO authentication system based on XML security to solve the authentication of the problems occuring in building Grid VO. In this paper, Grid VO authentication system is including Grid VO authentication module that is intermediate management system in PKI to previous authentication service structure and provide effective authentication service to Grid VO.

  • PDF

Outpatient Clinical Summary System Design for Continuity of Care (계속 진료를 위한 외래환자 Clinical Summary 시스템 설계)

  • Lee, Hyo-Jung;Song, Jin-Tae;Kim, Il-Kon;Cho, Hune;Kwak, Yun-Sik
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2005.11a
    • /
    • pp.859-861
    • /
    • 2005
  • 의료 환경이 점차 변화함에 따라 효율적인 건강관리와 의료사고를 룰이기 위한 새로운 병원정보시스템의 개발이 활발히 이루어지고 있다. 이에 본 논문에서는 지속적인 건강관리와 의료정보 공유를 위한 외래환자 Clinical Summary 시스템을 제안하였다. 환자진료에 필요한 core data set을 XML기반의 구조적 문서로 정의하고 이를 웹 서비스(Web Services)를 통해 여러 의료기관에서 활용할 수 있도록 함으로써 진료의 계속성을 높일 수 있도록 설계하였다.

  • PDF

A Study on the Knowledge Formation Process of Wikipedia in Korea through Big Data Analysis (빅데이터 분석을 통해 본 한국 위키피디아의 지식형성 과정에 관한 연구)

  • Lee, Jungyeoun;Jeon, Suhyeon
    • Journal of the Korean Society for information Management
    • /
    • v.37 no.2
    • /
    • pp.171-195
    • /
    • 2020
  • This study analyzed the collaborative process in time series by dismantling the edit log big data of Wikipedia Korea, a representative online collaboration community, from early 2002 to 2019. Analysis elements were extracted from the document edit records, formatted in standardized XML, and analyzed using Python and R. The ways of editors' contribution, the characteristics of data contents, and the trend of document creation were explained by the analysis. An active contribution of a small set of editors and a loose participation of the majority were revealed. In addition, sociocultural characteristics that appear in online communities were also found in Wikipedia Korea. A new, diverse set of external resources is necessary to sustain the collective intelligence. An effort to settle new editors into the wikipedia community and an openness through circulation structure to avoid the exclusiveness of the management group are suggested.