• Title/Summary/Keyword: document structure

Search Result 594, Processing Time 0.026 seconds

Integrated E-Catalog Registry System Based on XML (XML 기반의 통합형 전자 카탈로그 등록 시스템)

  • 최일선;김창수;정회경
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.7 no.6
    • /
    • pp.1341-1350
    • /
    • 2003
  • At present, the electronic catalog format and the process system which are used in B2B (Business-To-Business) electronic commerce are applying different system architectures according to their businesses and industries characteristics. B2B business corporations using the electronic commerce started to consider the importance of standard electronic catalog format to enhance their interoperability. As a result, the necessity of unified electronic catalog system gathered strength in exchanging and managing enormous information of electronic catalog process system constructed in each corporation and industry. Therefore, we suggest data format to improve interoperability using XML (eXtensible Markup Language), as a standard document format in electronic catalog document and define the structure of electronic catalog document in processing the information of goods using XML Schema. In addition, we presents the integrated electronic catalog registry system which provides the service of searching and registering using the electronic catalog document defined through XML for each corporation to use it in electronic marketplace. Furthermore, we exhibits a model of the electronic catalog document that improves its interoperability and reusability in electronic commerce and a model of integrated electronic catalog system.

REL Rights document editing and client system based on MPEG-21 Framework (MPEG-21 프레임워크에 기반의 REL 저작권 문서편집 및 클라이언트 시스템)

  • 조휘경;송병규;김태희;홍진우;정회경
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2003.10a
    • /
    • pp.520-524
    • /
    • 2003
  • Problem of compatibility, content protection, contents circulation ok. was caused between contents offerer and consumers by indiscreet right technical development about digital contents. The MPEG committee proposed MPEG-21 framework for these problem solution and for right managing in MPEG-21 inside XML(eXtensible Markup Language)'s structure REL(Right Expression Language) that is a right expression language propose. Contents protection, circulation, standard right information representation for administration that is reasonable and is the transposition enemy mutually by REL's use doing based on this MPEG-21 were available. Fast correspondence about new technology is necessary circumstance because present MPEG-21 is in study step and REL edit solution as infra technology is required. Also, development of REL document edit system is required mere because this REL document edit has difficulty in edit except expert with MPEG-21 Framework. In this paper, designed and embody about REL document mastication system that right creation and edit are available efficiently about contents easily without comprehension of MPEG-21 framework and client system that present consumption method of REL right document.

  • PDF

Design and Implementation of a Secure E-Document Transmission System based Certificate for CEDA (Certified E-Document Authority) (공인전자문서보관소를 위한 인증서 기반의 안전한 전자문서 전송시스템 설계 및 구현)

  • Kim, Dae-Jung;Kim, Jung-Jae;Lee, Seung-Min;Jun, Moon-Seog
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.9 no.2
    • /
    • pp.370-378
    • /
    • 2008
  • The CEDA(Certified E-Document Authority) is a reliable third party that deposit electronic document having legal effects securely, and verify contents of document or transmission. This paper focuses on a function of secure transmission among several important functions, and implements public key encryption system for secure transmission when server and user communicate for image transmission. This paper follows a standard fundamental rule of X.509 in ITU-T, and it uses symmetric encryption algorithm to raise speed of a large data operation. A key of symmetric encryption algorithm is encrypted by private key in public key system, it protects to be modified using digital signature for data integrity. Also it uses certificates for mutual authentication.

Design and Implementation of Electronic Medical Record System Based on HL7-CDA for the Exchange of Clinical Information (임상 정보교환을 위한 HL7-CDA 기반의 전자의무기록 시스템의 설계 및 구현)

  • Cho, Ik-Sung;Kwon, Hyeog-Soong
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.33 no.5B
    • /
    • pp.379-385
    • /
    • 2008
  • For the sharing and exchange of information between medical clinics, the clinical document has to be built on a standardized protocol such as a HL7-CDA. But it is difficult to exchange information between medical clinics because clinical document such as electronic medical record that include text and image, have different structure of document and type of expression. In this paper, we propose the electronic medical record system based on HL7-CDA that can share and exchange clinical information between medical institute. For this purpose, we have to design the schema of the clinical document architecture after we select the essential items of medical record and define templates. The proposed system can minimize integrating process and save parsing time when clinical information exchange and refer, by converting electronic medical record to base64 encoding scheme and integrate it in a XML document.

An RDBMS-based Inverted Index Technique for Path Queries Processing on XML Documents with Different Structures (상이한 구조의 XML문서들에서 경로 질의 처리를 위한 RDBMS기반 역 인덱스 기법)

  • 민경섭;김형주
    • Journal of KIISE:Databases
    • /
    • v.30 no.4
    • /
    • pp.420-428
    • /
    • 2003
  • XML is a data-oriented language to represent all types of documents including web documents. By means of the advent of XML-based document generation tools and grow of proprietary XML documents using those tools and translation from legacy data to XML documents at an accelerating pace, we have been gotten a large amount of differently-structured XML documents. Therefore, it is more and more important to retrieve the right documents from the document set. But, previous works on XML have mainly focused on the storage and retrieval methods for a large XML document or XML documents had a same DTD. And, researches that supported the structural difference did not efficiently process path queries on the document set. To resolve the problem, we suggested a new inverted index mechanism using RDBMS and proved it outperformed the previous works. And especially, as it showed the higher efficiency in indirect containment relationship, we argues that the index structure is fit for the differently-structured XML document set.

HTML Tag Depth Embedding: An Input Embedding Method of the BERT Model for Improving Web Document Reading Comprehension Performance (HTML 태그 깊이 임베딩: 웹 문서 기계 독해 성능 개선을 위한 BERT 모델의 입력 임베딩 기법)

  • Mok, Jin-Wang;Jang, Hyun Jae;Lee, Hyun-Seob
    • Journal of Internet of Things and Convergence
    • /
    • v.8 no.5
    • /
    • pp.17-25
    • /
    • 2022
  • Recently the massive amount of data has been generated because of the number of edge devices increases. And especially, the number of raw unstructured HTML documents has been increased. Therefore, MRC(Machine Reading Comprehension) in which a natural language processing model finds the important information within an HTML document is becoming more important. In this paper, we propose HTDE(HTML Tag Depth Embedding Method), which allows the BERT to train the depth of the HTML document structure. HTDE makes a tag stack from the HTML document for each input token in the BERT and then extracts the depth information. After that, we add a HTML embedding layer that takes the depth of the token as input to the step of input embedding of BERT. Since tokenization using HTDE identifies the HTML document structures through the relationship of surrounding tokens, HTDE improves the accuracy of BERT for HTML documents. Finally, we demonstrated that the proposed idea showing the higher accuracy compared than the accuracy using the conventional embedding of BERT.

Receipt of Official Documents after the Status Change of the Office of Crown Properties in The Great Han Empire (대한제국기 내장원의 위상 변화와 공문서 접수)

  • Park, Sung-Joon
    • The Korean Journal of Archival Studies
    • /
    • no.36
    • /
    • pp.35-67
    • /
    • 2013
  • As the office of crown properties expanded to financial structure having jurisdiction over various nation's purse in the Great Han Empire, its official document form has been changed. Unlike the early days, they had used official paper stamped with the words 'the Office of Crown Properties' eliminating 'Department of the Royal Household'. Also, the title on stamp of government position changed to 'Recipient of the Official of Crown Properties'. As the office of crown properties expanded as a great financial structure, it has grown in stature as an independent structure, and it was reflected in official document form. Such change was shown in document distribution system. The recipient of report from each district was the First Lord of Department of the Royal Household until 1897; however, the recipients of reports were mostly the office of Crown Properties from 1899. The Office of Crown Properties could not issue an official order before Aug 1899, since then the Office of Crown Properties had issued official orders to each district. However, the Office of Crown Properties could not handle the document in an equal position to the central organization yet. However, from Sep. 1900, the Office of Crown Properties handle the document with district organizations in equal position to the central organization, and a records office had been established in the Office of Crown Properties. Also, the Office of Crown Properties had handled official documents as an independent organization getting out of belonging organization to the department of Royal Household. Since the records office was established in Sep. 1900, the Office of Crown Properties had written receipt book autonomously. Comparing the receipt books in 1901 to the receipt books in 1905 and 1906, receipt numbers had been appeared from the book in 1905 and the organization in charge of the documents was recorded on some documents. Since no receipt book was found in 1902~1904, it is unknown when receipt number had been started indicating on the book. Seeing that the receipt number on the book of 1905 matched with contents on the receipt stamp, the receipt number has started indicating from around July, 1902; the period the receipt stamp has been started to use. Unlike the receipt stamp, the department in charge was indicated on the receipt book. It is because that the Office of Crown Properties changed writing system. Instead of classifying divisions, the Office of Crown Properties recorded in a book by order to receive, provided serial number, and wrote the department on the bottom of receipt book to classify by department in charge. Since establishment of the records office in Sep. 1900, the Office of Crown Properties had confirmed the receipt of document by stamping 'receipt of the Office of Crown Properties' and made receipt books as the office had started handled documents independently. Also, the Office of Crown Properties changed its system integrating division and recording in one book from the intial system classifying the book by division then receipt number and department in charge were indicated on the book. Also, receipt system has stabilized by stamping the receipt date and number on the received document.

Design and Implementation of Concept Information Based Universal DTD Generator (개념정보를 포함한 포괄적 DTD 생성기의 설계 및 구현)

  • 최인석;공용해
    • Journal of the Korea Computer Industry Society
    • /
    • v.3 no.7
    • /
    • pp.831-836
    • /
    • 2002
  • There are various information resources on the Internet and people are taking more interest in XML day by day. In XML, the structure of information can be freely defined so that the standardization of documents can be hardly made. If DTD, which is applied to an XML Document representing specific information, is including concept information, it can be freely applied to the structure of document and also contributes to the convenience in information retrieval. In this study, we developed universal DTD Generator in order to automatically generate DTD including concept information. For the generation of universal DTD, the conceptualization of information is required; to conceptualize information, the hierarchical structuring and propertizing are required. The hierarchical structuring represents the inclusive relation of routine concepts for representing information in hierarchical structure, and the propertizing represents the property and mutual relation that the each concept represented in hierarchical structure can have. The defined hierarchical structure and propertization come to generate the universal DTD Generator. The universal DTD generated by DTD Generator can be applied to all the XML Documents representing the same information in different structure. However, the most ideal way is that the information of universal DTD, which can be applied to various documents, is including all the cases. Therefore, the study for designing correct concept information is necessary.

  • PDF

Automatic Generation of the Local Level Knowledge Structure of a Single Document Using Clustering Methods (클러스터링 기법을 이용한 개별문서의 지식구조 자동 생성에 관한 연구)

  • Han, Seung-Hee;Chung, Young-Mee
    • Journal of the Korean Society for information Management
    • /
    • v.21 no.3
    • /
    • pp.251-267
    • /
    • 2004
  • The purpose of this study is to generate the local level knowledge structure of a single document, similar to end-of-the-book indexes and table of contents of printed material through the use of term clustering and cluster representative term selection. Furthermore, it aims to analyze the functionalities of the knowledge structure. and to confirm the applicability of these methods in user-friend1y information services. The results of the term clustering experiment showed that the performance of the Ward's method was superior to that of the fuzzy K -means clustering method. In the cluster representative term selection experiment, using the highest passage frequency term as the representative yielded the best performance. Finally, the result of user task-based functionality tests illustrate that the automatically generated knowledge structure in this study functions similarly to the local level knowledge structure presented In printed material.

An Efficient Index Structure Supporting Structure Queries for Video Documents (비디오 문서의 구조 질의를 위한 효율적 인덱스 구조)

  • Lee, Yong-Kyu
    • The Transactions of the Korea Information Processing Society
    • /
    • v.5 no.5
    • /
    • pp.1109-1118
    • /
    • 1998
  • Recently, much attention has been focused on video databases. Video documents also have a hierarchical logical structure like text documents. By exploiting this structure using structure queries, users can obtain greater benefits than by using only content queries. In order to process structure queries efficiently, an index structure supporting fast video element access must be provided. However, there has been little attention to the index structure for video documents. In this paper, we present a tree-structured video document model and a new inverted index structure for video documents. We evaluate the storage requirement and the disk access time of the scheme and present the analytical results.

  • PDF