Enterprise Content Management (ECM) Strategy



Similar documents
How To Write A Structured Authoring

Authoring Within a Content Management System. The Content Management Story

How To Create A Content Management System

Introduction to XML Applications

Translation and Localization Services

Structured Authoring: A First Step to Content Management

Document Management. Introduction. CAE DS Product data management, document data management systems and concurrent engineering

Are you Ready for the Research Quality Framework?

Chapter 19: XML. Working with XML. About XML

Last Week. XML (extensible Markup Language) HTML Deficiencies. XML Advantages. Syntax of XML DHTML. Applets. Modifying DOM Event bubbling

Structured Content: the Key to Agile. Web Experience Management. Introduction

Development Approach for Customized Testing Tools - Selecting Testing Tools Efficiently

Realistic? Content management initiatives can be a huge investment of time, money, and resources.

Firewall Builder Architecture Overview

Terms and Definitions for CMS Administrators, Architects, and Developers

Evaluation of Nagios for Real-time Cloud Virtual Machine Monitoring

ISM/ISC Middleware Module

Delverable 6.1: XML mark up tool and services

ecopy The Leading Document Capture Solution for Multifunction Printers

October 2007 Jeff Deskins JustSystems Inc.

Content Management Using Rational Unified Process Part 1: Content Management Defined

Compliance and Security Solutions

The Document Review Process: Automation of your document review and approval. A White Paper. BP Logix, Inc.

SharePoint for Engineering Document Management & Control

Regulatory News Service (RNS)

BIRT Document Transform

OpenText Content Hub for Publishers

ELECTRONIC TRACEABILITY SYSTEMS VS. PAPER BASED TRACEABILITY SYSTEMS

Using the vcenter Orchestrator Plug-In for vsphere Auto Deploy 1.0

Systematic validation of localisation across all languages

Developing Microsoft SharePoint Server 2013 Advanced Solutions

TheHow and Why of Having a Successful Home Office

Your Blueprint websites Content Management System (CMS).

Figure 1 - BI Publisher Enterprise Capabilities. OAUG Collaborate 08 Page 2 Copyright 2008 by Lee Briggs

10CS73:Web Programming

XML: extensible Markup Language. Anabel Fraga

HiSoftware Policy Sheriff. SP HiSoftware Security Sheriff SP. Content-aware. Compliance and Security Solutions for. Microsoft SharePoint

JOURNAL OF OBJECT TECHNOLOGY

Capture. Structure. Access. Any EHR.

How the Town of Palm Beach Manages Revenue Bond Documentation with Laserfiche Laserfiche ECM Laserfiche Workflow

Associate Professor, Department of CSE, Shri Vishnu Engineering College for Women, Andhra Pradesh, India 2

Facilitating Multi-Site Management with Oracle WebCenter KARLA SCHOMMER FISHBOWL SOLUTIONS, INC.

ISSUES ON FORMING METADATA OF EDITORIAL SYSTEM S DOCUMENT MANAGEMENT

A prototype infrastructure for D Spin Services based on a flexible multilayer architecture

Structure in documents: an introduction

2014 Astera Software. Convergence of Data and Application Integration

Phone: Fax: East Millbrook Road, Suite 380 Raleigh, NC 27609

The Recipe for Sarbanes-Oxley Compliance using Microsoft s SharePoint 2010 platform

Record Management in SharePoint

Rolling Out DITA by Rolling In SharePoint and DITA Exchange Sheila D Annunzio, STMicroelectronics Steffen Frederiksen, DITA Exchange

The Hitchhiker s Guide to XML Authoring

Item Master and Bill of Material

Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint

The Spatial Data Standards for Facilities, Infrastructure, and Environment Online (SDSFIE Online) Web Site.

Check Printing using XML Publisher. An Oracle White Paper June 2005

Quality Management. What is quality? Managing the quality of the software process and products ISO 9000

GUI and Web Programming

Auto-Classification for Document Archiving and Records Declaration

Research Summary: Enterprise Content Management

XpoLog Competitive Comparison Sheet

SQL Server Master Data Services A Point of View

Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW

Chapter 2. Fundamental concepts of reuse

Digital Asset Management

Content Management and its role in the effective management and exploitation of corporate Intranets

Adobe Acrobat 9 Pro Accessibility Guide: PDF Accessibility Overview

Click to edit Master title style. Microsoft SharePoint and the Future of ECM

Impelsys: Your Partner for Digital Product Development & Commercialization

Using Enterprise Content Management Principles to Manage Research Assets. Kelly Mannix, Manager Deloitte Consulting Perth, WA.

Rotorcraft Health Management System (RHMS)

Copyright Soleran, Inc. esalestrack On-Demand CRM. Trademarks and all rights reserved. esalestrack is a Soleran product Privacy Statement

The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets

Augmented Search for IT Data Analytics. New frontier in big log data analysis and application intelligence

Reduces development time by 90%

XML-BASED INTEGRATION: A CASE STUDY

imis & Document Management Systems

The DAM Maturity Model

Enterprise content management solutions Better decisions, faster. Storing, finding and managing content in the digital enterprise.

Dynamic Decision-Making Web Services Using SAS Stored Processes and SAS Business Rules Manager

Overview of DatadiagramML

High-Volume Data Warehousing in Centerprise. Product Datasheet

Metadata Repositories in Health Care. Discussion Paper

Chapter 1 Introduction

A journey to effective travel expense administration

Studio. Rapid Single-Source Content Development. Author XYLEME STUDIO DATA SHEET

Online Information Online Information Nelleke Aders Tweede Kamer der Staten-Generaal. Online Information

Developing Microsoft SharePoint Server 2013 Advanced Solutions

Multimedia Applications. Mono-media Document Example: Hypertext. Multimedia Documents

COGNOS Query Studio Ad Hoc Reporting

WinEst User-Defined Filters and Advanced Reports. Ken Regier Sr. Business Consultant Trimble Buildings

A Content Hub strategy for newspaper and magazine publishers

Design and Development of Website Validator using XHTML 1.0 Strict Standard

Migrating from Unstructured to Structured FrameMaker

IBM Content Navigator

business transaction information management

estatistik.core: COLLECTING RAW DATA FROM ERP SYSTEMS

Patterns of Information Management

The World s Leading Duct board Solution Package

Keep it Simple... 7 Transformation-based Development (2013 and Beyond)...7 Less Customization and More Innovation...8 Time to Market...

Dematerialisation and document collaboration

Transcription:

Enterprise Content Management (ECM) Strategy Structured Authoring August 11, 2004

What is Structured Authoring? Structured Authoring is the process of creating content that is machine parsable. -2-

What is machine parsable? machine: an automated process parsable: the ability to resolve (as a sentence) into component parts of speech and describe them based on a set of rules -3-

How is this done? STYLE GUIDE - Technical Writers use this document for advise on formatting document components such as bulleted lists, copyrights, tables and page layouts. STRUCTURE DEFINITION DOCUMENT - A file in the form of a Document Type Definition (DTD) or XML Schema is used in structured authoring to store similar rules. The authoring tool validates that the content conforms to the the Structure Definition Document through an automated process. ELEMENTS - A structured document has its content organized into elements. These elements are marked by tags. It is these tags that allow a document to be parsed or read by a machine which in this case is an automated process. XML - Extensible Markup Language is a specification that describes the use and properties of elements. RECIPE EXAMPLE - Elements are usually organized into hierarchical trees. In the example at right a recipe has ingredients, quantities and maybe individual preparation methods. -4-

How is this done? (continued) Rules - The Structure Definition Document in this example would require each recipe must have a name, ingredient list and instructions. It also might require them to appear in that order for every recipe. Each Ingredient must have an item and quantity nut the preparation could be optional. Reuse - Any particular ingredient may be used as part of multiple recipes. Suppose there became available a substitute ingredient that because of health issues is preferable for a particular version of the recipe such as a low-carb version. Structured Authoring would make the automatic replacement of a particular ingredient possible. Concurrent Authoring - Because the recipe has been broken into smaller parts different authors could work on separate parts at the same time. SUMMARY - In unstructured authoring the parts of a recipe would be determined through Fonts, Indentation or Headings. In Structured Authoring this is determined through the use of elements represented by tags. Appearance is added separately based upon the output. -5-

Content Reuse further Explained CONTENT REUSE - Is one of the major benefits of Structured Authoring INFORMATION MODELING - Before creating content the technical writer would consider how this content would be used. Information Modeling is the analysis required to maximize reuse for any content created. The following example involve a fictional company called Reo Auto Company and is extracted from a document entitled Enterprise Content Management: The Next Frontier (http://www.webreference.com/internet/enterprise/index.html) A new car has been announced and the Marketing Department must now create ancillary documentation. Each information product requires different content and design. The table at right shows a portion of the information modeling that would take place. In a Structured Authoring environment only one structured document would be created for all four information products -6-

Content Reuse further Explained (continued) METADATA - Data about data that enables effective retrieval, automatic population of existing elements into placeholders for content reuse (systematic reuse), dynamic content, automatic routing based on workflow status and reporting. ELEMENT METADATA - The table at right shows a simplified metadata for a usage element. TRANSFOMATION - An automated process that would include or exclude portions of the document at publishing time based on the intended output. SUMMARY - All of the components would be created and stored together and used where appropriate. -7-

Content Reuse further Explained (continued) -8-

Content Reuse further Explained (continued) -9-

Structured Authoring - Pros & Cons PROS: RE - USABILITY IMPROVED DATA INTEGRITY LOWER DISTRIBUTION COSTS APPEARANCE EASILY CHANGED CONCURRENT AUTHORING CONS: HIGH STARTUP COSTS HUGE INITIAL TIME COMMITMENT -10-

Structured Authoring Questions & Answers -11-