Digital Item Processing

Total Page:16

File Type:pdf, Size:1020Kb

Digital Item Processing Digital Item Processing Rui Filipe Santos Rocha [email protected] Supervisors: Maria Teresa Andrade (DEEC, FEUP) Pedro Carvalho (INESC) January 2008 Abstract Abstract MPEG‐21 is a standard still under specification, which aims to establish a platform capable of distributing multimedia content enabling access and consumption in a flexible and interoperable way, protecting owner’s rights. This dissertation will have as main objective, implement Digital Item Processing (which is Part 10 of MPEG‐21 standard) in a way that a client application, which is an application developed to allow a user to interact with MPEG‐21 multimedia contents, won’t need to process the basic operation (e.g. play, execute, and others) defined by the standard. After the implementation this will be integrated in an existing application to be validated viewing Digital Items and running associated operations. Digital Item Processing 1 Resumo Resumo O MPEG‐21 que é uma norma emergente ainda em fase de normalização, que pretende definir uma plataforma capaz de distribuir conteúdos multimédia de forma a poderem ser acedidos e consumidos de forma flexível e interoperável protegendo os direitos de autor. Esta dissertação terá como principal objectivo, implementar Digital Item Processing (que corresponde a Parte 10 da norma MPEG‐21) de maneira a que a aplicação cliente, que é uma aplicação desenvolvida para permitir a um utilizador interagir com conteúdos multimédia baseados na norma MPEG‐21, processe o menor número possível de operações básicas (p.ex. Play, execute, entre outras) definidas pela norma. Após a implementação integrar‐se‐á numa aplicação de forma a validar a implementação consumindo Digital Items e correndo operações associadas aos mesmos. Digital Item Processing 2 Table of Content Table of Content ABSTRACT .......................................................................................................................................... 1 RESUMO ............................................................................................................................................ 2 TABLE OF CONTENT ............................................................................................................................ 3 LIST OF ACRONYMS ............................................................................................................................ 4 LIST OF FIGURES ................................................................................................................................. 6 1 INTRODUCTION.......................................................................................................................... 8 2 MPEG‐21 .................................................................................................................................... 9 2.1 MPEG‐21 PART 2: DIGITAL ITEM DECLARATION ................................................................................. 10 2.2 MPEG‐21 PART 10: DIGITAL ITEM PROCESSING ................................................................................. 12 3 STATE OF THE ART ..................................................................................................................... 15 3.1 MUFFINS ...................................................................................................................................... 15 3.2 DANAE ....................................................................................................................................... 15 3.3 GHENT’S MPEG‐21 APPLICATIONS .................................................................................................. 17 3.4 AXMEDIS ................................................................................................................................... 20 3.5 ENIKOS ...................................................................................................................................... 22 3.6 KLAGENFURT UNIVERSITY DEMOS ..................................................................................................... 24 3.7 ADACTUS PRODUCTS .................................................................................................................... 25 3.8 ENTHRONE II ............................................................................................................................. 27 3.9 DDIBROWSER ............................................................................................................................... 29 3.9.1 Architecture .......................................................................................................................... 31 3.9.2 Using WDI Browser ............................................................................................................... 34 4 SYSTEM REQUIREMENTS ........................................................................................................... 38 5 WORK CALENDAR ..................................................................................................................... 39 REFERENCES ...................................................................................................................................... 40 Digital Item Processing 3 List of Acronyms List of Acronyms CAT Context Aggregation Tool DI Digital Item DIA Digital Item Adaptation DIBO Digital Item Based Operation DID Digital Item Declaration DIDL Digital Item Declaration Language DII Digital Item Identification DIP Digital Item Processing DIM Digital Item Method DIML Digital Item Method Language DRM Digital Rights Management DIXO Digital Item eXtension Operations GUI Graphical User Interface HTML Hyper Text Markup Language IPMP Intellectual Property Management and Protection Components IMS Integrated Management Supervisor PC Personal Computer PDA Personal Digital Assistant QoS Quality of Service REL Rights Expression Language SI Streaming Interface SMIL Synchronized Multimedia Integration Language SOAP Simple Object Access Protocol UMA Universal Multimedia Access Digital Item Processing 4 List of Acronyms URL Uniform Resource Locator WAP Wireless Application Protocol WML Wirelless Markup Language XML eXtensible Markup Language Digital Item Processing 5 List of Figures List of Figures Figure 1 – Example of the hierarchical structure of the Digital Item Declaration Model ........... 12 Figure 2– Example of an Object Map relating DID Objects to DIM Arguments .......................... 14 Figure 3 – DANAE’s Architecture ................................................................................................. 17 Figure 4 – MPEG‐21 DIP Terminal demo (menus and methods) ................................................ 19 Figure 5 – AXMEDIS Player (example with different resources) ................................................. 20 Figure 6 – AXMEDIS Editor (tree view in AXMEDIS View) ........................................................... 21 Figure 7 – AXMEDIS Resource properties editing dialogue box .................................................. 22 Figure 8 – Enikos dialogue box after opening a Music Album Example DID and selecting ShowTrackInfo DIM ..................................................................................................................... 23 Figure 9 – Enikos dialogue box executing ShowTrackInfo DIM, after choosing that DIM and selecting the track (track 1 in this case) ...................................................................................... 23 Figure 10 – Klagenfurt DIBuilder, Selecting resources dialogue ................................................. 24 Figure 11 – Klagenfurt DIBuilder, Creating DI dialogue .............................................................. 24 Figure 12 – Klagenfurt DIConsumer, selecting a DI to be consumed .......................................... 25 Figure 13 ‐ The IMS functional architecture................................................................................ 28 Figure 14 ‐ The IMS‐Dispatcher Service Manager elements ....................................................... 29 Figure 15 ‐ Similarity between a DID representation and a Website.......................................... 30 Figure 16 ‐ Example of processing the base elements ................................................................ 31 Figure 17 ‐ MPEG‐21 DIBrowser components............................................................................. 31 Figure 18 ‐ The communication between the User terminal and MPEG‐2 DIBrowser components ................................................................................................................................ 32 Figure 19 ‐ General architecture of MPEG‐21 DIBrowser ........................................................... 33 Figure 20 ‐ Requesting a DI by entering its location ................................................................... 35 Figure 21 ‐ Content Overview menu with the available sub‐elements ...................................... 35 Figure 22 ‐ Examples of Resource and Descriptors view existing in an element ........................ 36 Figure 23 ‐ Example of a Choice Window .................................................................................... 36 Digital Item Processing 6 List of Figures Figure 24 ‐ Example of DIMs menu with some methods ............................................................ 36 Figure 25 ‐ Gantt Diagram ........................................................................................................... 39 Digital Item Processing 7 Chapter 1 Introduction
Recommended publications
  • MPEG-21 Overview
    MPEG-21 Overview Xin Wang Dept. Computer Science, University of Southern California Workshop on New Multimedia Technologies and Applications, Xi’An, China October 31, 2009 Agenda ● What is MPEG-21 ● MPEG-21 Standards ● Benefits ● An Example Page 2 Workshop on New Multimedia Technologies and Applications, Oct. 2009, Xin Wang MPEG Standards ● MPEG develops standards for digital representation of audio and visual information ● So far ● MPEG-1: low resolution video/stereo audio ● E.g., Video CD (VCD) and Personal music use (MP3) ● MPEG-2: digital television/multichannel audio ● E.g., Digital recording (DVD) ● MPEG-4: generic video and audio coding ● E.g., MP4, AVC (H.24) ● MPEG-7 : visual, audio and multimedia descriptors MPEG-21: multimedia framework ● MPEG-A: multimedia application format ● MPEG-B, -C, -D: systems, video and audio standards ● MPEG-M: Multimedia Extensible Middleware ● ● MPEG-V: virtual worlds MPEG-U: UI ● (29116): Supplemental Media Technologies ● ● (Much) more to come … Page 3 Workshop on New Multimedia Technologies and Applications, Oct. 2009, Xin Wang What is MPEG-21? ● An open framework for multimedia delivery and consumption ● History: conceived in 1999, first few parts ready early 2002, most parts done by now, some amendment and profiling works ongoing ● Purpose: enable all-electronic creation, trade, delivery, and consumption of digital multimedia content ● Goals: ● “Transparent” usage ● Interoperable systems ● Provides normative methods for: ● Content identification and description Rights management and protection ● Adaptation of content ● Processing on and for the various elements of the content ● ● Evaluation methods for determining the appropriateness of possible persistent association of information ● etc. Page 4 Workshop on New Multimedia Technologies and Applications, Oct.
    [Show full text]
  • Mpeg-21 Digital Item Adaptation
    ____________________M____________________ MPEG-21 DIGITAL ITEM ADAPTATION Christian Timmerera, Anthony Vetrob, and Hermann Hellwagnera aDepartment of Information Technology, Klagenfurt University, Austria bMitsubishi Electric Research Laboratories (MERL), USA Synonym: Overview of Part 7 of the MPEG-21 Multimedia Framework; Interoperable description formats facilitating the adaptation of multimedia content; ISO standard enabling device and coding format independence; ISO/IEC 21000-7:2007 Definition: MPEG-21 Digital Item Adaptation (DIA) enables interoperable access to (distributed) advanced multimedia content by shielding users from network and terminal installation, management, and implementation issues. Context and Objectives Universal Multimedia Access (UMA) [1] refers to the ability to seamlessly access multimedia content from anywhere, anytime, and with any device. Due to the heterogeneity of terminals and networks and the existence of various coding formats, the adaptation of the multimedia content may be required in order to suit the needs and requirements of the consuming user and his/her environment. For enabling interoperability among different vendors, Part 7 of the MPEG-21 Multimedia Framework [2], referred to as Digital Item Adaptation (DIA) [3], specifies description formats (also known as tools) to assist with the adaptation of Digital Items. Digital Items are defined as structured digital objects, including standard representation, identification and metadata, and are the fundamental units of distribution and transaction
    [Show full text]
  • Content Production and Management by Applying Artificial Intelligence Techniques for Content Composition, Representation (Format) and Workflow; Ii
    IST-2-511299 Automating Production of Cross Media Content for Multi-channel Distribution www.AXMEDIS.org CCoonntteenntt PPrroodduuccttiioonn Version: 1.0 URL: http://www.axmedis.org/ David Luigi FUSCHI GIUNTI Interactive Labs Laurence PEARCE XIM AXMEDIS: Automating Production of Cross Media Content for Multi-channel Distribution www.AXMEDIS.org 1 Preface Digital-content market is urging better pricing and value-for-money for industry products and services. This is clearly evident in the recent price reductions by major companies in the sector. The containment of sale prices is a vital key when setting up a viable and sustainable business venture in the digital cross media content. Possible solutions to this challenge could be found by automating, accelerating and re- structuring production processes, and providing solution to the content protection. Such solutions will en- able the production processes to be faster and cheaper, while at the same time providing new capabilities to support safer distribution. AXMEDIS aims to meet the challenges of market demand by: i. reducing costs for content production and management by applying Artificial Intelligence techniques for content composition, representation (format) and workflow; ii. reducing distribution and aggregation costs in order to increase accessibility with a Peer-to-Peer (P2P) platform at Business-to-Business (B2B) level, which can integrate content management sys- tems and workflows; iii. providing new methods and tools for innovative and flexible Digital Rights Management (DRM),
    [Show full text]
  • Security Solutions Y in MPEG Family of MPEG Family of Standards
    1 Security solutions in MPEG family of standards TdjEbhiiTouradj Ebrahimi [email protected] NET working? Broadcast Networks and their security 16-17 June 2004, Geneva, Switzerland MPEG: Moving Picture Experts Group 2 • MPEG-1 (1992): MP3, Video CD, first generation set-top box, … • MPEG-2 (1994): Digital TV, HDTV, DVD, DVB, Professional, … • MPEG-4 (1998, 99, ongoing): Coding of Audiovisual Objects • MPEG-7 (2001, ongo ing ): DitiDescription of Multimedia Content • MPEG-21 (2002, ongoing): Multimedia Framework NET working? Broadcast Networks and their security 16-17 June 2004, Geneva, Switzerland MPEG-1 - ISO/IEC 11172:1992 3 • Coding of moving pictures and associated audio for digital storage media at up to about 1,5 Mbit/s – Part 1 Systems - Program Stream – Part 2 Video – Part 3 Audio – Part 4 Conformance – Part 5 Reference software NET working? Broadcast Networks and their security 16-17 June 2004, Geneva, Switzerland MPEG-2 - ISO/IEC 13818:1994 4 • Generic coding of moving pictures and associated audio – Part 1 Systems - joint with ITU – Part 2 Video - joint with ITU – Part 3 Audio – Part 4 Conformance – Part 5 Reference software – Part 6 DSM CC – Par t 7 AAC - Advance d Au dio Co ding – Part 9 RTI - Real Time Interface – Part 10 Conformance extension - DSM-CC – Part 11 IPMP on MPEG-2 Systems NET working? Broadcast Networks and their security 16-17 June 2004, Geneva, Switzerland MPEG-4 - ISO/IEC 14496:1998 5 • Coding of audio-visual objects – Part 1 Systems – Part 2 Visual – Part 3 Audio – Part 4 Conformance – Part 5 Reference
    [Show full text]
  • ECLAP Best Practice Network User Manual
    ANNEX of DE 3.1: “Infrastructure: ingestion and processing content and metadata”, M7 ECLAP BEST PRACTICE NETWORK User Manual Informative report Version: 1.6.2, draft Data: 18/04/2011 1 ECLAP Best Practice Network User Manual ECLAP Copyright Notice Depending on the document‘s declaration of accessibility on the title page, the following notices apply: This document is Public and it is available under the Creative Commons license: Attribution- NonCommercial-NoDerivs 3.0 Unported. This license permits non-commercial sharing and remixing of this work, so long as attribution is given. For more information on this license, you can visit, http://creativecommons.org/licenses/by- nc-nd/3.0/ Please note that: You can become affiliated with ECLAP. This will give you access to a great amount of knowledge, information related to ECLAP services, content and tools. If you are interested please contact ECLAP coordinator Paolo Nesi at [email protected]. Once affiliated with ECLAP you will have the possibility of using ECLAP for your organisation. You can contribute to the improvement of ECLAP by sending your contribution to ECLAP coordinator Paolo Nesi at [email protected] You can attend ECLAP meetings that are open to public, for additional information see www.eclap.eu or contact ECLAP coordinator Paolo Nesi at [email protected] Statement of originality: This deliverable contains original unpublished work except where clearly indicated otherwise. Acknowledgement of previously published material and of the work of others has been made through appropriate citation, quotation or both. 2 ECLAP Best Practice Network User Manual Index European Collected Library of Artistic Performance (ECLAP) ..........................................................................
    [Show full text]
  • Resolutions of 98Th Meeting Status
    INTERNATIONAL ORGANISATION FOR STANDARDISATION ORGANISATION INTERNATIONALE DE NORMALISATION ISO/IEC JTC 1/SC 29/WG 11 CODING OF MOVING PICTURES AND AUDIO ISO/IEC JTC 1/SC 29/WG 11 N12254 Geneva, CH – December 2011 Source: Leonardo Chiariglione Title: Resolutions of 98th meeting Status Resolutions of 98th meeting 1 Reports ............................................................................................................................... 3 1.1 Meeting reports ............................................................................................................ 3 2 Resolutions related to MPEG-2........................................................................................... 3 2.1 Part 1 Systems............................................................................................................. 3 2.2 Part 2 Video ................................................................................................................ 3 2.3 Part 4 Conformance testing ......................................................................................... 4 3 Resolutions related to MPEG-4........................................................................................... 4 3.1 Part 4 Conformance testing ......................................................................................... 4 3.2 Part 5 Reference Software ........................................................................................... 4 3.3 Part 10 Advanced Video Coding .................................................................................
    [Show full text]
  • A Study of MPEG Series S.Vetrivel 1 and G.Athisha 2 1Mother Terasa College of Engineering 2PSNA College of Engg & Tech
    15793 S.Vetrivel et al./ Elixir Comp. Sci. & Engg. 59A (2013) 15793-15797 Available online at www.elixirpublishers.com (Elixir International Journal) Computer Science and Engineering Elixir Comp. Sci. & Engg. 59A (2013) 15793-15797 A study of MPEG series S.Vetrivel 1 and G.Athisha 2 1Mother Terasa College of Engineering 2PSNA College of Engg & Tech. ARTICLE INFO ABSTRACT Article history: The applications of audio and video compression are limitless and the ISO has done well to Received: 11 December 2012; provide standards which are appropriate to the wide range of possible compression products. Received in revised form: MPEG coding embraces video pictures from the tiny screen of a videophone to the high- 10 June 2013; definition images needed for electronic cinema. Audio coding stretches from speech-grade Accepted: 14 June 2013; mono to multichannel surround sound. This paper presents an overview of the video compression standards related to the MPEG family. MPEG-7 and MPEG-21 are specially Keywords covered including its latest standards. MPEG-7 is mainly used for object descriptions and MPEG-1, ISO, IEC, DCT, MPEG-21 is for DRM (Digital Rights Management). MPEG-2, © 2013 Elixir All rights reserved. MPEG-4, MPEG-7, MPEG-21, MPEG-A, MPEG-D. Introduction combined with the DCT information, and coded using variable MPEG is the “Moving Picture Experts Group”, working length codes. under the joint direction of the international Standards Organization (ISO) and the International Electro Technical Commission (IEC). This paper will provide an overview of the recent standards in the MPEG family. MPEG-1 is used to deliver video and audio at the same bit rate as a conventional audio CD.
    [Show full text]
  • AXMEDIS Content Processing GRID
    Content Processing Media Grid, AXCP The AXCP Content Processing Media Grid is an open solution to set up Technical Note architectures of media computing, for massive information management following October 2013 business rules, growth and integration demands, big data management. It is a solution to set up scalable grid computing, at low costs, reliable and simple to Automate your install; to be used in conjunction with other applications, enforcing scalability, business processes intelligence processing capabilities, batch processing, cloud computing, etc. (read IEEE Multimedia in April 2012. AXCP Intelligent information supports a large range of possible applications for massive and parallel management at low processing integrated with databases, back office workflows, data crawling, cost collectors, Content and Data Management Systems, CMS/DMS, and web servers. Scalable and intelligent reduces costs and increase efficiency by an automated information, media and information processing. content management. http://www.computer.org/cms/Computer.org/ComputingNow/homepage/2012/0812/W_MU_MicroGrids.pdf ). Cloud computing, industrial scalable massive parallel processing platform. On-demand computing and processing. Applications: - data processing - semantic computing - knowledge management and reasoning - media grid - big data processing - crawling process. - data reconciliation and disambiguation - distributed processing - automated content management, adaptation - parallel content repurposing AXCP allows setting up scalable architectures
    [Show full text]
  • AXMEDIS Brochure
    Automating Production of Cross Media Content for Multi-channel Distribution www.axmedis.org AXMEDIS Framework (Business-to-Business) and B2C (Business-to- Consumer) levels; The AXMEDIS Framework is an open solution which builds to different devices such as PC, PDA, interactive TV on technologies and tools to: (i-TV), set-top box (STB), mobiles, etc.; reduce costs and increase efficiency for content with different transaction models on the same channel repurposing, processing, management, production, and for the same kind of content (pay per play, protection, and distribution; subscription, with a large set of conditions, etc.); offer effective automation for: using new methods and tools for flexible and integrating Content Management Systems (CMSs) interoperable Digital Rights Management (DRM) with distribution systems by automating the in order to facilitate a smooth transition from paper repurposing, communication and maintenance of contracts to digital licenses; content and information; exploiting MPEG-21 REL (Rights Expression managing content gathering and ingestion processes Language) with specific extensions and from local / remote CMSs as well as file systems; enhancements; managing workflow processes at content-factory supporting different business and transaction models level and between content-factories with the support and their integration; of OpenFlow and BizTalk; integrating different DRM models such as MPEG-21 processing and adaptation supporting parallel REL and ODRL OMA (Open Mobile Alliance). processing,
    [Show full text]
  • MPEG-21 Editor, MPEG-21 Authoring
    Automating Production of Cross Media Content for Multi-channel Distribution www.axmedis.org [email protected] (IST-2-511299) Automated Content Tools to Manage Your Processes as You Like AXMEDIS the perfect solution for new content models, AXMEDIS object model protection solutions and processing for multi-channel • structure and packing models and formats management. • metadata capabilities Stop working to converging technologies and let • presentation and interaction model technology working for you. • DRM support AXMEDIS provides manual and automated tools to make • protection and security supports easy the migration towards multi-channel of your production • dynamic behavior support and distribution processes. Supported by several tools for • manual production and protection AMEDIS EDITOR, a tool for the • automated production, protection and distribution • authoring of multiple Object Identification codes: • workflow management ISRC, ISAN, your personal codes, etc. • DRM for B2B, B2C, and B2B2C • authoring of multiple Metadata • Multi-channel distribution and convergence • creation of simple and/or complex AXMEDIS objects, MPEG-21 content Structural and Packaging Capabilities: • creation of nested AXMEDIS objects Any file in any format/type can be packaged • creation of objects with links/URI to other objects • images, video, audio, documents, animations, etc. • from executables to games and DLL and/or resources • any presentation model and file, single and multiple • definition of SMIL based presentation layers • nested AXMEDIS objects • acceptance of any kind of resources and/or • MPEG-21 format and ISO MEDIA Binary File format collections including HTML, SMIL, etc. • default AXMEDIS model: MPEG MAF CMIP (prop) • application of content processing (any AXMEDIS • nested Objects: nested levels of metadata are reported Content Processing plug in) on the top in an AXMEDIS index • application of content protection (any AXMEDIS • simple and nested protection models are supported Protection Tool plug in) • support for MXF, SCORM, OMA, etc.
    [Show full text]
  • Mystoryplayer: Experiencing Multiple Audiovisual Content for Education and Training
    Multimed Tools Appl DOI 10.1007/s11042-014-2052-9 MyStoryPlayer: experiencing multiple audiovisual content for education and training Pierfrancesco Bellini & Paolo Nesi & Marco Serena Received: 1 November 2013 /Revised: 24 February 2014 /Accepted: 24 April 2014 # The Author(s) 2014. This article is published with open access at Springerlink.com Abstract There are several education and training cases where multi-camera view is a traditional way to work: performing arts and news, medical surgical actions, sport actions, instruments playing, speech training, etc. In most cases, users need to interact with multi camera and multi audiovisual to create among audiovisual segments their own relations and annotations with the purpose of: comparing actions, gesture and posture; explaining actions; providing alternatives, etc. Most of the present solutions are based on custom players and/or specific applications which force to create custom streams from server side, thus leading to restrictions on the user activity as to establishing dynamically additional relations. Web based solutions would be more appreciated and are complex to be realized for the problems related to the video desynchronization. In this paper, MyStoryPlayer/ECLAP solution is presented. The major contributions to the state of the art are related to: (i) the semantic model to formalize the relationships and play among audiovisual determining synchronizations, (ii) the model and modality to save and share user experiences in navigating among lessons including several related and connected audiovisual, (iii) the design and development of algorithm to shorten the production of relationships among media, (iv) the design and development of the whole system including its user interaction model, and (v) the solution and algorithm to keep the desynchronizations limited among media in the event of low network bandwidth.
    [Show full text]
  • DE12.2.5.2 AXMEDIS-ELTEO Demonstration Report
    DE12.2.5.2 AXMEDIS-ELTEO Demonstration Report Automating Production of Cross Media Content for Multi-channel Distribution www.AXMEDIS.org DE12.2.5.2 AXMEDIS-ELTEO Demonstration Report Version: 1.5 Date: 28.08.2008 Responsible: TEO (revised and accepted by coordinator) Project Number: IST-2-511299 Project Title: AXMEDIS Deliverable Type: report Visible to User Groups: yes Visible to Affiliated: yes Visible to the Public: yes Deliverable Number: DE12.2.5.2 Contractual Date of Delivery: M48 Actual Date of Delivery:28.08.2008 Title of Deliverable: Document Work-Package contributing to the Deliverable: WP12.2. Task contributing to the Deliverable: WP12.2.5 Nature of the Deliverable: report Author(s):TEO, Elion, KTU, VRS Abstract: This report is a deliverable of workpackage WP12.2.5 AXMEDIS-ELTEO: Validation and Demonstrator. The document describes the TEO IPTV AXMEDIS demonstrator and ELION AXMEDIS demonstrator, overview of their architecture and solution, demonstrators show cases. Keyword List: TEO IPTV demonstrator, Elion PC demonstrator, IPTV, AXTB Player, end user, VOD Manager, IPTV administrator 1 AXMEDIS project DE12.2.5.2 AXMEDIS-ELTEO Demonstration Report AXMEDIS Copyright Notice The following terms (including future possible amendments) set out the rights and obligations licensee will be requested to accept on entering into possession of any official AXMEDIS document either by downloading it from the web site or by any other means. Any relevant AXMEDIS document includes this license. PLEASE READ THE FOLLOWING TERMS CAREFULLY AS THEY HAVE TO BE ACCEPTED PRIOR TO READING/USE OF THE DOCUMENT. 1. DEFINITIONS i. "Acceptance Date" is the date on which these terms and conditions for entering into possession of the document have been accepted.
    [Show full text]