XML-based production of Eurostat publications

Size: px
Start display at page:

Download "XML-based production of Eurostat publications"

Transcription

1 Doc. Eurostat/ITDG/October 2007/2.3.1 IT Directors Group 15 and 16 October 2007 BECH Building, 5, rue Alphonse Weicker, Luxembourg-Kirchberg Room QUETELET 9.30 a.m p.m a.m 1.00 p.m. XML-based production of Eurostat publications Item of the agenda

2 XML-based production of Eurostat publications 1. BACKGROUND Eurostat's yearly publication programme includes approximately 100 larger publications (collections Statistical books, Pocketbooks, Methodologies and Working papers, Methods and nomenclatures, Detailed tables) and more than 200 shorter publications (collection Statistics in Focus and the new collection Data in Focus). While the shorter publications are produced using a MS Word add-on called SIF/DIF- Kit, there are no similar technical tools which could be used for the larger ones which would offer satisfactory graphical quality. Instead, the decision about which tool or standard to use is usually left to contractors, which makes it difficult to exchange or reuse the source files in case of a change of a contractor. Also, there is no common Eurostat tool for producing different output formats such as web-pdf, print-pdf or HTML. This might be acceptable for some ad-hoc publications but the majority of Eurostat titles are produced on a regular basis over many years, and a common tool and standard could bring many benefits, in particular if the layout stays more or less stable for several editions of the same publication. A MS Word add-on like SIF-Kit would limit the layout possibilities too much. First, it would not allow for graphical high quality solutions. Second, the publication's layout would need to be hard-coded in the software tools itself. It would be impossible to build a generic tool usable for more than one publication. Therefore, this approach was not investigated further. Another option is to use XML (Extensible Markup Language), a widely used standard for sharing documents and data between different information systems, in particular via the Internet. The manuscript is either created by the author directly in XML (e.g. as a database extraction) or it is converted into XML from another format (e.g. MS Word or Excel document). As a next step, the XML source is transformed into a presentational form: web- or print-optimized PDF, HTML or other structured document formats. Eurostat unit B6 "Dissemination" conducted a survey on the usage of XML in the dissemination process among the Statistical Institutes of the Member States (NSIs). The results were presented during the Dissemination Working Group held on 4-5 May, Out of 17 NSIs who replied to a questionnaire distributed by Eurostat, more than half (10) are using XML at various stages of the production process of their data, publications and websites. The most common usage of XML is for data exchange (as a common format to share data) and for producing content for their websites. Moreover, two NSIs (Statistics Finland and Statec Luxemburg) are using XML-based solutions for the production of publications. Based on the demand of the Dissemination Working Group, Eurostat organized a Task Force on using XML in dissemination and particularly in publishing in October During this Task Force 5 Member states, the ECB and OPOCE presented their experiences; the Finnish and Luxembourgish NSIs presented their operational solutions. Doc. Eurostat/ITDG/October 2007/

3 In November 2006 Eurostat launched a feasibility and implementation study for using XML for producing Eurostat publications. This paper summarizes the results of this study. Both the results of the Task force and of the study were made available to the NSIs via Circa. 2. XML-BASED PUBLISHING SYSTEM 2.1. Project goals and high level requirements The demand which triggered the search for alternatives to today's traditional production processes was the reduction of production times. Fast and seamless assembly of periodically produced Eurostat publications is the main objective. However, an XML-based system gives the opportunity to cover other objectives as well. Today, all publications can be downloaded (as a PDF) from Eurostat website but now browsable web version exists although many publications would deserve one. The XML-based publishing system should therefore also allow easy dissemination in multiple output formats (paper, PDF, HTML). All Eurostat publications are based on teamwork. No system exists in Eurostat that would support collaboration of multiple authors. Keeping track on changes and versions can easily become a daunting task. The new system should therefore assist the authors who contribute to the collective work. Besides the main objectives, the XML format should also allow format independent archiving of all publications and improve consistency in layout. Another possible application might be a common use of one XML format in order to make browsable versions of publications easily available on the websites on the NSIs. As the system is intended for non-specialists, it should be designed in a way that the authors should not need to understand the technology behind. That means that neither familiarity with XML nor extensive training for basic use should be necessary. Doc. Eurostat/ITDG/October 2007/

4 2.2. Basic concept The high-level concept of the system to be developed relies on a single format (XML) into which various other inputs are transformed. As the schema below shows, data from Eurostat dissemination databases (New Cronos, Comext) are combined with data that are not in these databases (coming as CSV or Excel files), text (coming as a MS word document and graphics (e.g. maps). The individual content fragments are then assembled into the final document and transformed into the required output format XML Schema A publishing process based on XML has a number of significant advantages. Content defined in XML is platform and software independent. It is also independent of a particular display format, since XML separates content from presentational information. This simplifies the generation of multiple formats from a single source using technologies like XSLT. In addition, this allows the content to be future compatible with emerging publication formats by defining an appropriate transformation to those formats. Best Practices suggest that before designing a new format, designers should try to look up existing XML vocabularies on similar data. Ideally this allows reusing them, in which case a lot of the existing tools like DTD, Schemas and style sheets may already be available. The Eurostat study concluded that Open Document Format is the leading format with the biggest potential and flexibility. Its advantages clearly overweight its disadvantages. As an ISO standard, ODF has been widely adopted by the industry and is well supported by most common Office Tools. Furthermore from a technical point of view, the schema is clear, well structured and easily convertible into any other format using XSLT. ODF is an office format and cannot represent the semantics of Eurostat publications. Since the format will be used internally by the XML based publishing solution and users (or administrators) will not be exposed to the format directly, this does not impose any limitation or cause any potential Doc. Eurostat/ITDG/October 2007/

5 problem. It is important to mention that the application will be responsible for mapping the semantics of Eurostat publications to the internal format chosen. In order to extend the selected XML format used to persist documents (basically typographical data), adding the extra metadata required to drive the publication process, an object model will be created and it will be composed of: data (the actual representation of the document in ODF format) and; metadata (data describing the document, like publication ID, author, title). The proposed model will be defined in order to take advantage of the Content Management capabilities of Alfresco, including metadata managing, versioning and a clear distinction between content (data) and properties (metadata). This will allow us to extend the ODF format in order to support the process, eliminating the requirement of an ad-hoc format. Following this approach, an object will be constructed for each publication (or publication component) as seen below: Title Publication ID ODF Reviewer Reviewer Author (s) Publication date Reviewer Reviewer Reviewer (s) In the scenario presented above, the ODF document would store the contents of the publication, while the process metadata would represent information required to drive the business process. Doc. Eurostat/ITDG/October 2007/

6 2.4. System architecture Eurostat XML-based publishing solution will be build upon the Alfresco architecture. Alfresco uses state of the art core components that assembled together provide a powerful, scalable and reliable Content Management foundation. The system will use a file system to store documents and a relational database (like Oracle) in order to persist metadata and internal business related information. It will be also linked with LDAP directory to manage user rights. Both user actions as well as system management will be performed via the Alfresco web interface. The Alfresco framework will be integrated with custom made components. The role of these pieces of software will be to perform actions not supported directly by the framework. The preliminary list of components to be developed includes: User interface components, built to integrate seamlessly with Statpub. Workflow custom components, to facilitate the integration with Statpub and support the collaborative business process (creation, authoring, proofreading, translation, publication). ODF custom generators, to facilitate the construction of ODF fragments containing tabular data and charts generated from external data sources. Doc. Eurostat/ITDG/October 2007/

7 Digesters, to process and homogenise information coming from different data sources. Custom transformers, to produce publications compatible with the different output channels (PDF, mini Web sites, etc). Metadata extractors, to extract metadata contained in ODF documents, populating the Content Management System. Metadata assemblers, to stamp metadata on exported documents in order to facilitate tracking and control XML authoring solution A large number of EUROSTAT users create, review, translate, proofread, and approve publications as a part of their daily activities. In order to minimize the impact in terms of re-training, the XML based publishing solution to put in place will let users operate on documents with the help of their usual tools (for example Microsoft Word for editing text documents). Even though the internal representation of documents will be based on XML (ODF), users will not be required to deal with XML authoring directly. The users will use the existing tools (mainly MS Office) and the publishing solution will convert the documents into and ODF representation. A key finding of the study is that by using carefully designed templates, the conversion accuracy and metadata synchronization (properties in documents that must reflect the value of metadata stored in the content repository) can be maximized. Alfresco ODF support proved to be the less intrusive alternative (zero installation) while providing proper conversions in most of the tested cases (a set of EUROSTAT publications were used to test each analyzed alternative). 3. CONCLUSIONS As the next step, this project will continue with a pilot. The main goal of the pilot is to implement the automated production of a selected Eurostat publication: Eurostatistics. It was chosen since it is a periodical and as a part of the core publications programme the automatization would bring long lasting benefits both in the effort needed to produce and in substantial reduction of production time. Last but not least, most of the content can be database-generated. This should simplify the implementation of the pilot. Provided that the pilot project is successful, implementation of other publications will follow. The work on the pilot should start during October and after the initial specifications phase (lasting three months), several incremental prototypes will be developed. This Doc. Eurostat/ITDG/October 2007/

8 development phase is foreseen to last 7 months. The last four months of the project will be devoted to testing and putting the system into actual production. NSIs are welcome to participate actively in the XML task force which is expected to meet on an annual basis. NSIs also invited to use the study conducted by Eurostat for their own purposes, as well as any further results made available (all relevant documents are or will be made available on the Circa site of the Dissemination Working Group). Since the Eurostat system will be integrated in the existing infrastructure (mainly Eurostat workflow management tool called Statpub) simple re-use of the full application will be difficult. However, the overall concept could be of use. Further, provided that other projects would be based on the same architecture, some of the custom developed components (like templates or transformation style sheets) could be re-used. Eurostat will gradually make all the future developments freely available and those who are interested are encouraged to contact Eurostat Unit B6 for further details. Doc. Eurostat/ITDG/October 2007/

XML-Publishing Implementation Strategy of an XML-based publishing in Eurostat

XML-Publishing Implementation Strategy of an XML-based publishing in Eurostat STIS Statistical Information Systems Consortium INTRASOFT INTERNATIONAL S.A. and AGILIS S.A. European Commission Eurostat/B3 Framework Contract 14200.2005.007-2005.699 - Lot 1 Specific Contract 15100.2005.002-2006.231

More information

A new international standard for data validation and processing

A new international standard for data validation and processing A new international standard for data validation and processing Marco Pellegrino (marco.pellegrino@ec.europa.eu) 1 Keywords: Data validation, transformation, open standards, SDMX, GSIM 1. INTRODUCTION

More information

Joining the BRICKS Network - A Piece of Cake

Joining the BRICKS Network - A Piece of Cake Joining the BRICKS Network - A Piece of Cake Robert Hecht and Bernhard Haslhofer 1 ARC Seibersdorf research - Research Studios Studio Digital Memory Engineering Thurngasse 8, A-1090 Wien, Austria {robert.hecht

More information

Content Management for the Defense Intelligence Enterprise

Content Management for the Defense Intelligence Enterprise Gilbane Beacon Guidance on Content Strategies, Practices and Technologies Content Management for the Defense Intelligence Enterprise How XML and the Digital Production Process Transform Information Sharing

More information

PTC Employs Its Own Arbortext Software to Improve Delivery of PTC University Learning Content Materials

PTC Employs Its Own Arbortext Software to Improve Delivery of PTC University Learning Content Materials PTC Employs Its Own Arbortext Software to Improve Delivery of PTC University Learning Content Materials Produces Higher Quality Courseware, Faster Development Cycles for Global Training Content Produces

More information

strategy IT Str a 2020 tegy

strategy IT Str a 2020 tegy strategy IT Strategy 2017-2020 Great things happen when the world agrees ISOʼs mission is to bring together experts through its Members to share knowledge and to develop voluntary, consensus-based, market-relevant

More information

Proposals for the 2018 JHAQ data collection

Proposals for the 2018 JHAQ data collection EUROPEAN COMMISSION EUROSTAT Directorate F: Social statistics Unit F-5: Education, health and social protection DOC 2017-PH-02.2 Proposals for the 2018 JHAQ data collection Item 2.2 of the Agenda Meeting

More information

DIRECTORS OF METHODOLOGY/IT DIRECTORS JOINT STEERING GROUP 18 NOVEMBER 2015

DIRECTORS OF METHODOLOGY/IT DIRECTORS JOINT STEERING GROUP 18 NOVEMBER 2015 DIME/ITDG SG November 2015 DIRECTORS OF METHODOLOGY/IT DIRECTORS JOINT STEERING GROUP 18 NOVEMBER 2015 Item 03 of the agenda ESS Vision 2020: ESS.VIP VALIDATION 1. Purpose of the document ESS Vision 2020:

More information

COLLECTION OF RAW DATA TASK FORCE MEETING N 7 12 MARCH Doc. CoRD 096. XML for Foreign Trade Statistics. For information

COLLECTION OF RAW DATA TASK FORCE MEETING N 7 12 MARCH Doc. CoRD 096. XML for Foreign Trade Statistics. For information COLLECTION OF RAW DATA TASK FORCE MEETING N 7 12 MARCH 2003 Doc. CoRD 096 XML for Foreign Trade Statistics For information Abstract This paper gives the updated progress report on the development of EDIFACT

More information

Update on the TDL Metadata Working Group s activities for

Update on the TDL Metadata Working Group s activities for Update on the TDL Metadata Working Group s activities for 2009-2010 Provide Texas Digital Library (TDL) with general metadata expertise. In particular, the Metadata Working Group will address the following

More information

Final Report. Phase 2. Virtual Regional Dissertation & Thesis Archive. August 31, Texas Center Research Fellows Grant Program

Final Report. Phase 2. Virtual Regional Dissertation & Thesis Archive. August 31, Texas Center Research Fellows Grant Program Final Report Phase 2 Virtual Regional Dissertation & Thesis Archive August 31, 2006 Submitted to: Texas Center Research Fellows Grant Program 2005-2006 Submitted by: Fen Lu, MLS, MS Automated Services,

More information

INSPIRE status report

INSPIRE status report INSPIRE Team INSPIRE Status report 29/10/2010 Page 1 of 7 INSPIRE status report Table of contents 1 INTRODUCTION... 1 2 INSPIRE STATUS... 2 2.1 BACKGROUND AND RATIONAL... 2 2.2 STAKEHOLDER PARTICIPATION...

More information

Business Architecture concepts and components: BA shared infrastructures, capability modeling and guiding principles

Business Architecture concepts and components: BA shared infrastructures, capability modeling and guiding principles Business Architecture concepts and components: BA shared infrastructures, capability modeling and guiding principles Giulio Barcaroli Directorate for Methodology and Statistical Process Design Istat ESTP

More information

The Salesforce Migration Playbook

The Salesforce Migration Playbook The Salesforce Migration Playbook By Capstorm Table of Contents Salesforce Migration Overview...1 Step 1: Extract Data Into A Staging Environment...3 Step 2: Transform Data Into the Target Salesforce Schema...5

More information

XML in Book Publishing

XML in Book Publishing XML in Book Publishing June 24, 2003 Ken Brooks, President Publishing Dimensions kbrooks@pubdimensions.com The traditional book publishing problem A complex workflow (even when simplified) Edit Compose

More information

Title: Interactive data entry and validation tool: A collaboration between librarians and researchers

Title: Interactive data entry and validation tool: A collaboration between librarians and researchers Proposed venue: Library Hi Tech News Title: Interactive data entry and validation tool: A collaboration between librarians and researchers Author: Abstract Purpose To share a case study process of collaboration

More information

An Annotation Tool for Semantic Documents

An Annotation Tool for Semantic Documents An Annotation Tool for Semantic Documents (System Description) Henrik Eriksson Dept. of Computer and Information Science Linköping University SE-581 83 Linköping, Sweden her@ida.liu.se Abstract. Document

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

OUTCOME OF THE 3 RD MEETING OF TARGET CONSOLIDATION CONTACT GROUP (TCCG)

OUTCOME OF THE 3 RD MEETING OF TARGET CONSOLIDATION CONTACT GROUP (TCCG) 05 June 2018 OUTCOME OF THE 3 RD MEETING OF TARGET CONSOLIDATION CONTACT GROUP (TCCG) 24 April 2018 09:30 to 17:00 held at the premises of the European Central Bank, Sonnemannstraße 20, meeting room MB

More information

A Centralised System for Administrative Data Collection at Statistics Finland

A Centralised System for Administrative Data Collection at Statistics Finland EFFICIENT STATISTICAL PRODUCTION SESSION B A Centralised System for Administrative Data Collection at Statistics Finland Johanna Sisto Janne Eskelinen Sinikka Laurila Statistics Finland A Centralised System

More information

Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment

Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment Shigeo Sugimoto Research Center for Knowledge Communities Graduate School of Library, Information

More information

Google indexed 3,3 billion of pages. Google s index contains 8,1 billion of websites

Google indexed 3,3 billion of pages. Google s index contains 8,1 billion of websites Access IT Training 2003 Google indexed 3,3 billion of pages http://searchenginewatch.com/3071371 2005 Google s index contains 8,1 billion of websites http://blog.searchenginewatch.com/050517-075657 Estimated

More information

New IT solutions for item list management and data validation. 4 th Inter-Agency Coordinating Group Meeting October 23-25, 2017 Washington, DC

New IT solutions for item list management and data validation. 4 th Inter-Agency Coordinating Group Meeting October 23-25, 2017 Washington, DC New IT solutions for item list management and data validation 4 th Inter-Agency Coordinating Group Meeting October 23-25, 2017 Washington, DC Eurostat s PPP System Eurostat s PPP system supports the full

More information

Simile Tools Workshop Summary MacKenzie Smith, MIT Libraries

Simile Tools Workshop Summary MacKenzie Smith, MIT Libraries Simile Tools Workshop Summary MacKenzie Smith, MIT Libraries Intro On June 10 th and 11 th, 2010 a group of Simile Exhibit users, software developers and architects met in Washington D.C. to discuss the

More information

Introduction. Key Features and Benefits

Introduction. Key Features and Benefits Introduction Stabilix Underwriting Framework is a highly adaptable XML based J2EE com-pliant software platform built on the Stabilix s business process automation (BPA) suite, code named CloudEx. CloudEx

More information

D2.5 Data mediation. Project: ROADIDEA

D2.5 Data mediation. Project: ROADIDEA D2.5 Data mediation Project: ROADIDEA 215455 Document Number and Title: D2.5 Data mediation How to convert data with different formats Work-Package: WP2 Deliverable Type: Report Contractual Date of Delivery:

More information

COLUMN. Choosing the right CMS authoring tools. Three key criteria will determine the most suitable authoring environment NOVEMBER 2003

COLUMN. Choosing the right CMS authoring tools. Three key criteria will determine the most suitable authoring environment NOVEMBER 2003 KM COLUMN NOVEMBER 2003 Choosing the right CMS authoring tools The authoring environment is the most important aspect of a content management system (CMS), for without content authors, there would be nothing

More information

- What we actually mean by documents (the FRBR hierarchy) - What are the components of documents

- What we actually mean by documents (the FRBR hierarchy) - What are the components of documents Purpose of these slides Introduction to XML for parliamentary documents (and all other kinds of documents, actually) Prof. Fabio Vitali University of Bologna Part 1 Introduce the principal aspects of electronic

More information

A Breakthrough In the Science of Proposal Development: P-XML. APMP TM Southern California Fall Seminar. October 22, 2004.

A Breakthrough In the Science of Proposal Development: P-XML. APMP TM Southern California Fall Seminar. October 22, 2004. A Breakthrough In the Science of Proposal Development: P-XML APMP TM Southern California Fall Seminar October 22, 2004 Holly Andrews Director APMP Task Forces 1 Agenda What is XML? What does XML look like?

More information

SDMX GLOBAL CONFERENCE

SDMX GLOBAL CONFERENCE SDMX GLOBAL CONFERENCE PARIS 2009 EUROSTAT SDMX REGISTRY (Francesco Rizzo, Bengt-Åke Lindblad - Eurostat) 1. Introduction The SDMX initiative (Statistical Data and Metadata exchange) is aimed at developing

More information

OASIS WSIA Technical Committee. Requirements Document Business Scenario Report: Product Configurator. Version 1.0

OASIS WSIA Technical Committee. Requirements Document Business Scenario Report: Product Configurator. Version 1.0 OASIS WSIA Technical Committee Requirements Document Business Scenario Report: Product Configurator Version 1.0 Revision History Date Version Description Author 1/31/2002 1.0 Initial draft Shankar Ramaswamy

More information

Adobe. Using DITA XML for Instructional Documentation. Andrew Thomas 08/10/ Adobe Systems Incorporated. All Rights Reserved.

Adobe. Using DITA XML for Instructional Documentation. Andrew Thomas 08/10/ Adobe Systems Incorporated. All Rights Reserved. Adobe Using DITA XML for Instructional Documentation Andrew Thomas 08/10/2005 2005 Adobe Systems Incorporated. All Rights Reserved. Publishing & localization at Adobe Direct localization of software, documentation,

More information

How to Simplify PCB Design

How to Simplify PCB Design How to Simplify PCB Design 1. 2. 3. 4. HOW TO SIMPLIFY AND AUTOMATE YOUR PCB ECO WORKFLOW HOW TO SIMPLIFY ROUTING WITH PIN SWAPPING HOW TO SIMPLIFY OUTPUT GENERATION WORKFLOW HOW TO SIMPLIFY CIRCUIT REPLICATION

More information

Digital Design of Paper Technologies Workshop

Digital Design of Paper Technologies Workshop Digital Design of Paper Technologies Workshop On the durability and curatibility of Digital Scholarly Editions Daniel Bruder Those who cannot remember the past are condemned to repeat it. Those who cannot

More information

EBS goes social - The triumvirate Liferay, Application Express and EBS

EBS goes social - The triumvirate Liferay, Application Express and EBS EBS goes social - The triumvirate Liferay, Application Express and EBS Keywords: EBS, Portals, Application Express, Integration Overview Michael Pergande PROMATIS software GmbH Ettlingen As part of Oracle

More information

Aligned Elements The professional Product Suite built to keep the Design History Files complete and consistent at all times, using minimal effort and

Aligned Elements The professional Product Suite built to keep the Design History Files complete and consistent at all times, using minimal effort and Aligned Elements The professional Product Suite built to keep the Design History Files complete and consistent at all times, using minimal effort and tying up a minimum of resources Aligned Elements will

More information

Invitation to Tender Content Management System Upgrade

Invitation to Tender Content Management System Upgrade Invitation to Tender Content Management System Upgrade The IFRS Foundation (Foundation) is investigating the possibility of upgrading the Content Management System (CMS) it currently uses to support its

More information

Hello, I m Melanie Feltner-Reichert, director of Digital Library Initiatives at the University of Tennessee. My colleague. Linda Phillips, is going

Hello, I m Melanie Feltner-Reichert, director of Digital Library Initiatives at the University of Tennessee. My colleague. Linda Phillips, is going Hello, I m Melanie Feltner-Reichert, director of Digital Library Initiatives at the University of Tennessee. My colleague. Linda Phillips, is going to set the context for Metadata Plus, and I ll pick up

More information

SDMX self-learning package No. 3 Student book. SDMX-ML Messages

SDMX self-learning package No. 3 Student book. SDMX-ML Messages No. 3 Student book SDMX-ML Messages Produced by Eurostat, Directorate B: Statistical Methodologies and Tools Unit B-5: Statistical Information Technologies Last update of content February 2010 Version

More information

WORLD TELECOMMUNICATION STANDARDIZATION ASSEMBLY Hammamet, 25 October 3 November 2016

WORLD TELECOMMUNICATION STANDARDIZATION ASSEMBLY Hammamet, 25 October 3 November 2016 I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU WORLD TELECOMMUNICATION STANDARDIZATION ASSEMBLY Hammamet, 25 October 3 November

More information

Publishing Technology 101 A Journal Publishing Primer. Mike Hepp Director, Technology Strategy Dartmouth Journal Services

Publishing Technology 101 A Journal Publishing Primer. Mike Hepp Director, Technology Strategy Dartmouth Journal Services Publishing Technology 101 A Journal Publishing Primer Mike Hepp Director, Technology Strategy Dartmouth Journal Services mike.hepp@sheridan.com Publishing Technology 101 AGENDA 12 3 EVOLUTION OF PUBLISHING

More information

Case Study: Document Management and Localization

Case Study: Document Management and Localization [Translating and the Computer 21. Proceedings 10-11 November 1999 (London: Aslib)] Case Study: Document Management and Localization Dan Dube Debbie Bucchianeri Karen O'Neill Lighthouse Solutions, Inc.

More information

Step: 9 Conduct Data Standardization

Step: 9 Conduct Data Standardization Step: 9 Conduct Data Standardization Version 1.0, February 2005 1 Step Description/Objectives: Step 9, Conduct Data Standardization, is intended to reduce the life cycle cost of data through data integration,

More information

Army Data Services Layer (ADSL) Data Mediation Providing Data Interoperability and Understanding in a

Army Data Services Layer (ADSL) Data Mediation Providing Data Interoperability and Understanding in a Army Data Services Layer (ADSL) Data Mediation Providing Data Interoperability and Understanding in a SOA Environment Michelle Dirner Army Net-Centric t Data Strategy t (ANCDS) Center of Excellence (CoE)

More information

Survey Introduction. Thank you for participating in the WritersUA Skills and Technologies survey!

Survey Introduction. Thank you for participating in the WritersUA Skills and Technologies survey! Survey Introduction WritersUA is pleased to announce the launch of our annual Skills and Technologies Survey. This popular survey is designed to provide our community with a snapshot of the skills and

More information

AiM Overview and Basic Navigation User Guide

AiM Overview and Basic Navigation User Guide AiM Overview and Basic Navigation User Guide East Carolina University Department of Facilities Services Version 2.0 May 2017 1 AIM OVERVIEW AND BASIC NAVIGATION USER GUIDE Welcome to AiM! AiM, "Intelligence

More information

ECLIPSE PERSISTENCE PLATFORM (ECLIPSELINK) FAQ

ECLIPSE PERSISTENCE PLATFORM (ECLIPSELINK) FAQ ECLIPSE PERSISTENCE PLATFORM (ECLIPSELINK) FAQ 1. What is Oracle proposing in EclipseLink, the Eclipse Persistence Platform Project? Oracle is proposing the creation of the Eclipse Persistence Platform

More information

ON TWO ADAPTIVE SYSTEMS FOR DOCUMENT MANAGEMENT * Vanyo G. Peychev, Ivo I. Damyanov

ON TWO ADAPTIVE SYSTEMS FOR DOCUMENT MANAGEMENT * Vanyo G. Peychev, Ivo I. Damyanov МАТЕМАТИКА И МАТЕМАТИЧЕСКО ОБРАЗОВАНИЕ, 2005 MATHEMATICS AND EDUCATION IN MATHEMATICS, 2005 Proceedings of the Thirty Fourth Spring Conference of the Union of Bulgarian Mathematicians Borovets, April 6

More information

Index A Access data formats, 215 exporting data from, to SharePoint, forms and reports changing table used by form, 213 creating, cont

Index A Access data formats, 215 exporting data from, to SharePoint, forms and reports changing table used by form, 213 creating, cont Index A Access data formats, 215 exporting data from, to SharePoint, 215 217 forms and reports changing table used by form, 213 creating, 237 245 controlling availability of, 252 259 data connection to,

More information

Power Sample Point Slide Show

Power Sample Point Slide Show THIS SLIDE REQUIRES NEW PICTURE Page 5 Course Agenda 1 INTRODUCTION 2 REVIEW OF THE P6 WEB INTERFACE 3 STARTING UP AND NAVIGATION 4 PLANNING IMPLEMENTATION 5 KEY MASTER DATA CONFIGURATION EPS & WBS 6 CALENDARS

More information

Metadata and Encoding Standards for Digital Initiatives: An Introduction

Metadata and Encoding Standards for Digital Initiatives: An Introduction Metadata and Encoding Standards for Digital Initiatives: An Introduction Maureen P. Walsh, The Ohio State University Libraries KSU-SLIS Organization of Information 60002-004 October 29, 2007 Part One Non-MARC

More information

ESSnet. Common Reference Architecture. WP number and name: WP2 Requirements collection & State of the art. Questionnaire

ESSnet. Common Reference Architecture. WP number and name: WP2 Requirements collection & State of the art. Questionnaire Partner s name: Statistics Norway WP number and name: WP2 Requirements collection & State of the art Deliverable number and name: 2.1 Questionnaire Questionnaire Partner in charge Statistics Norway Version

More information

KM COLUMN. How to evaluate a content management system. Ask yourself: what are your business goals and needs? JANUARY What this article isn t

KM COLUMN. How to evaluate a content management system. Ask yourself: what are your business goals and needs? JANUARY What this article isn t KM COLUMN JANUARY 2002 How to evaluate a content management system Selecting and implementing a content management system (CMS) will be one of the largest IT projects tackled by many organisations. With

More information

Oracle Fusion Middleware 11g: Build Applications with ADF I

Oracle Fusion Middleware 11g: Build Applications with ADF I Oracle University Contact Us: +966 1 1 2739 894 Oracle Fusion Middleware 11g: Build Applications with ADF I Duration: 5 Days What you will learn This course is aimed at developers who want to build Java

More information

LiXuid Manuscript. Sean MacRae, Business Systems Analyst

LiXuid Manuscript. Sean MacRae, Business Systems Analyst LiXuid Manuscript Sean MacRae, Business Systems Analyst Where are we heading? XML Workflows! Copy Edit XML Conversion Edit: Check Text Edit: Auth Proof Edit: Check Qs Source Files XML-working files And

More information

Oracle Fusion Middleware 11g: Build Applications with ADF I

Oracle Fusion Middleware 11g: Build Applications with ADF I Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle Fusion Middleware 11g: Build Applications with ADF I Duration: 5 Days What you will learn Java EE is a standard, robust,

More information

Copyright 2010 Redstone Content Solutions LLC OCM & WCM Training Agenda Revised Thursday, November 18, 2010

Copyright 2010 Redstone Content Solutions LLC OCM & WCM Training Agenda Revised Thursday, November 18, 2010 Copyright 2010 Redstone Content Solutions LLC OCM & WCM Training Agenda Revised Thursday, November 18, 2010 UCM 11G TRAINING REDSTONE CONTENT SOLUTIONS CUSTOM COURSE 11G UCM & WCM TRAINING AGENDA Audience

More information

Opening up new opportunities through Cross-selling and Upselling. GMC Software Technology

Opening up new opportunities through Cross-selling and Upselling. GMC Software Technology Opening up new opportunities through Cross-selling and Upselling GMC Software Technology History of VDP offerings Color Full Variable Images and text Mail/Email/ WEB Dynamic Online Statements B&W 2 Past

More information

Dictionary Driven Exchange Content Assembly Blueprints

Dictionary Driven Exchange Content Assembly Blueprints Dictionary Driven Exchange Content Assembly Blueprints Concepts, Procedures and Techniques (CAM Content Assembly Mechanism Specification) Author: David RR Webber Chair OASIS CAM TC January, 2010 http://www.oasis-open.org/committees/cam

More information

BEAWebLogic. Portal. Overview

BEAWebLogic. Portal. Overview BEAWebLogic Portal Overview Version 10.2 Revised: February 2008 Contents About the BEA WebLogic Portal Documentation Introduction to WebLogic Portal Portal Concepts.........................................................2-2

More information

INTRODUCING THE UNIFIED E-BOOK FORMAT AND A HYBRID LIBRARY 2.0 APPLICATION MODEL BASED ON IT. 1. Introduction

INTRODUCING THE UNIFIED E-BOOK FORMAT AND A HYBRID LIBRARY 2.0 APPLICATION MODEL BASED ON IT. 1. Introduction Преглед НЦД 14 (2009), 43 52 Teo Eterović, Nedim Šrndić INTRODUCING THE UNIFIED E-BOOK FORMAT AND A HYBRID LIBRARY 2.0 APPLICATION MODEL BASED ON IT Abstract: We introduce Unified e-book Format (UeBF)

More information

Adobe Acrobat 8 Professional - Available November 8, 2006 Communicate and Collaborate with the Essential PDF Solution

Adobe Acrobat 8 Professional - Available November 8, 2006 Communicate and Collaborate with the Essential PDF Solution Adobe Acrobat 8 Professional - Available November 8, 2006 Communicate and Collaborate with the Essential PDF Solution Acrobat 8 - Top 10 Reason to buy - NEW Acrobat Customer Ability to unlock advanced

More information

Development of Web Applications for Savannah River Site

Development of Web Applications for Savannah River Site STUDENT SUMMER INTERNSHIP TECHNICAL REPORT Development of Web Applications for Savannah River Site DOE-FIU SCIENCE & TECHNOLOGY WORKFORCE DEVELOPMENT PROGRAM Date submitted: October 17, 2014 Principal

More information

Submission Guide.

Submission Guide. Submission Guide www.jstatsoft.org Abstract The Journal of Statistical Software (JSS) is an open-source and open-access scientific journal by the statistical software community for everybody interested

More information

What's New in Release 2017r2

What's New in Release 2017r2 What's New in Release 2017r2 Contents tt performance suite 2017r2... 3 1 Film mode in the HTML5 export... 3 2 Reports and Performance Support Categories... 3 3 Integration with Learning Management Systems...

More information

Salesforce ID of the Feature record is stored in the Product Option record to maintain the relationship.

Salesforce ID of the Feature record is stored in the Product Option record to maintain the relationship. 01 INTRODUCTION Welcome to the first edition of Manual Migration Training. In this video we ll take a high-level look at the steps necessary to perform a successful migration of SteelBrick content. In

More information

Proven video conference management software for Cisco Meeting Server

Proven video conference management software for Cisco Meeting Server Proven video conference management software for Cisco Meeting Server VQ Conference Manager (formerly Acano Manager) is your key to dependable, scalable, self-service video conferencing Increase service

More information

User Stories Report. Project. Statistics: Name Start End Weather Forecaster 5/2/ /7/2005

User Stories Report. Project. Statistics: Name Start End Weather Forecaster 5/2/ /7/2005 User Stories Report Project Name Start End Weather Forecaster 5/2/2005 10/7/2005 Statistics: User Stories Count: 4 Tasks Count: 8 Bugs Count: 6 Total Spent Time: 70 1. Heat Measurement Device 1.1. Scope

More information

Nuno Freire National Library of Portugal Lisbon, Portugal

Nuno Freire National Library of Portugal Lisbon, Portugal Date submitted: 05/07/2010 UNIMARC in The European Library and related projects Nuno Freire National Library of Portugal Lisbon, Portugal E-mail: nuno.freire@bnportugal.pt Meeting: 148. UNIMARC WORLD LIBRARY

More information

JobRouter Product description Version 3.0

JobRouter Product description Version 3.0 JobRouter Product description Version 3.0 Index Philosophy... 03 Workflow with JobRouter Basics... 04 Defining the term workflow... 04. Displaying processes... 04 Forms of process management... 05 Sequential...

More information

CoE CENTRE of EXCELLENCE ON DATA WAREHOUSING

CoE CENTRE of EXCELLENCE ON DATA WAREHOUSING in partnership with Overall handbook to set up a S-DWH CoE: Deliverable: 4.6 Version: 3.1 Date: 3 November 2017 CoE CENTRE of EXCELLENCE ON DATA WAREHOUSING Handbook to set up a S-DWH 1 version 2.1 / 4

More information

Analysis Exchange Framework Terms of Reference December 2016

Analysis Exchange Framework Terms of Reference December 2016 Analysis Exchange Framework Terms of Reference December 2016 Approved for Public Release; Distribution Unlimited. Case Number 16-4653 The views, opinions and/or findings contained in this report are those

More information

Call: SharePoint 2013 Course Content:35-40hours Course Outline

Call: SharePoint 2013 Course Content:35-40hours Course Outline SharePoint 2013 Course Content:35-40hours Course Outline Exploring SharePoint Designer 2013 Understanding SharePoint Designer 2013 Using SharePoint Designer to Carry Out Common Tasks Understanding What's

More information

HKALE 2012 ASL Computer Applications Paper 2 Disscussion forum system

HKALE 2012 ASL Computer Applications Paper 2 Disscussion forum system HKALE 2012 ASL Computer Applications Paper 2 Disscussion forum system Yan Chai Hospital Lim Por Yen Secondary School 7A(3) Chu Chun Kit CONTENT PAGE 1. Content Page P.1 2. Schedule P.2 3. Objective P.3-4

More information

1 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2013, Oracle and/or its affiliates. All rights Creating Custom PDF reports with APEX 4.2.2 Marc Sewtz Senior Software Development Manager Oracle USA Inc. New York, NY 2 Copyright 2013, Oracle

More information

Etanova Enterprise Solutions

Etanova Enterprise Solutions Etanova Enterprise Solutions Front End Development» 2018-09-23 http://www.etanova.com/technologies/front-end-development Contents HTML 5... 6 Rich Internet Applications... 6 Web Browser Hardware Acceleration...

More information

OpenScape Contact Center Multimedia. First Contact Resolution in a Multi-Channel World <insert date here>

OpenScape Contact Center Multimedia. First Contact Resolution in a Multi-Channel World <insert date here> OpenScape Contact Center Multimedia First Contact Resolution in a Multi-Channel World Agenda OpenScape Contact Center Agile vs. Enterprise What is OpenScape Contact Center Multimedia

More information

MODULAR CONCEPT AND BASIC FUNCTIONS OF SPEEDIKON C

MODULAR CONCEPT AND BASIC FUNCTIONS OF SPEEDIKON C MODULAR CONCEPT AND BASIC FUNCTIONS OF SPEEDIKON C speedikon C is a highly flexible system with unlimited possibilities to map your processes and to display any desired data sets. The modular concept has

More information

...and the value of XML-based graphical applications. a white paper from Corel Corporation

...and the value of XML-based graphical applications. a white paper from Corel Corporation ...and the value of XML-based graphical applications a white paper from Corel Corporation Product specifications, pricing, packaging, technical support and information ( Specifications ) refer to the United

More information

The DMS provides a web browser, a desktop client and a mobile browser as standard features.

The DMS provides a web browser, a desktop client and a mobile browser as standard features. Key System Requirements The DMS is a highly available, scalable platform on which to support a library containing millions of files and documents. All Administrative functionality can be accessed remotely

More information

Packaging Content Management Technical Whitepaper

Packaging Content Management Technical Whitepaper Packaging Content Management Technical Whitepaper Jijo Dominic Karsten Daemen Shalet K.Varghese September 2015 Table of Contents 1 An Introduction to Packaging Content Management... 3 1.1 Definition and

More information

How to choose the right approach to analytics and reporting

How to choose the right approach to analytics and reporting SOLUTION OVERVIEW How to choose the right approach to analytics and reporting A comprehensive comparison of the open source and commercial versions of the OpenText Analytics Suite In today s digital world,

More information

Collaborating in a Digital World with Bluebeam Revu

Collaborating in a Digital World with Bluebeam Revu Collaborating in a Digital World with Bluebeam Revu Mid-America CAD Community 2017 Erik Schonsett, Associate AIA Sr. Industry Specialist Strategic Development Bluebeam, Inc. Eschonsett @ Bluebeam. com

More information

Main Window. Overview. Do this Click the New Report link. Create a New Report.

Main Window. Overview. Do this Click the New Report link. Create a New Report. Overview Main Window Create a new report from a table or existing view Create a new report by defining a custom join Work with your custom reports Open a recently accessed custom report Work with reports

More information

The XML Metalanguage

The XML Metalanguage The XML Metalanguage Mika Raento mika.raento@cs.helsinki.fi University of Helsinki Department of Computer Science Mika Raento The XML Metalanguage p.1/442 2003-09-15 Preliminaries Mika Raento The XML Metalanguage

More information

Quantum, a Data Storage Solutions Leader, Delivers Responsive HTML5-Based Documentation Centers Using MadCap Flare

Quantum, a Data Storage Solutions Leader, Delivers Responsive HTML5-Based Documentation Centers Using MadCap Flare A Customer Success Story in Technical Communication Best Practices Quantum, a Data Storage Solutions Leader, Delivers Responsive HTML5-Based Documentation Centers Using MadCap Flare GOALS Reinvent product

More information

WEB-BASED COLLECTION MANAGEMENT FOR ARCHIVES

WEB-BASED COLLECTION MANAGEMENT FOR ARCHIVES WEB-BASED COLLECTION MANAGEMENT FOR ARCHIVES Comprehensive Collections Management Systems You Can Access Anytime, Anywhere AXIELL COLLECTIONS FOR ARCHIVES Axiell Collections is a webbased CMS designed

More information

High Fidelity Programmatic Access to Document Content

High Fidelity Programmatic Access to Document Content High Fidelity Programmatic Access to Document Content Standardization and the industry Matevž Gačnik CTO, Gama System Microsoft Regional Director Microsoft MVP Solution Architecture Company About Us Consultants

More information

LimeSurvey manual. Version; Authors: Carl DEVOS, Laurence Kohn. Page 1 of 48

LimeSurvey manual. Version; Authors: Carl DEVOS, Laurence Kohn. Page 1 of 48 LimeSurvey manual Version; 2015-07-17 Authors: Carl DEVOS, Laurence Kohn Page 1 of 48 Contents Introduction...3 Login in LimeSurvey...4 From the creation of a survey to the analyses...5 1. Create a survey...6

More information

Saving Potential in Technical Documentation

Saving Potential in Technical Documentation Saving Potential in Technical Documentation Shorter time to market, increasingly complex products, and a growing variety of languages are challenges that enterprises which operate on an international scale

More information

Qlik Analytics Platform

Qlik Analytics Platform Technical Brief Qlik Analytics Platform Building Engaging Visual Analytics October, 2015 qlik.com Table of Contents Introduction 3 Introducing Qlik Analytics Platform 3 Integration Capabilities 4 Architecture

More information

Using JBI for Service-Oriented Integration (SOI)

Using JBI for Service-Oriented Integration (SOI) Using JBI for -Oriented Integration (SOI) Ron Ten-Hove, Sun Microsystems January 27, 2006 2006, Sun Microsystems Inc. Introduction How do you use a service-oriented architecture (SOA)? This is an important

More information

DMS as an additional network drive in the Windows Explorer. VFS stands for Virtual File System.

DMS as an additional network drive in the Windows Explorer. VFS stands for Virtual File System. Windream Universal document management for all requirements Windream is the first document management system worldwide which has completely been integrated into the Windows operating system. The outstanding

More information

Horizon2020/EURO Coordination and Support Actions. SOcietal Needs analysis and Emerging Technologies in the public Sector

Horizon2020/EURO Coordination and Support Actions. SOcietal Needs analysis and Emerging Technologies in the public Sector Horizon2020/EURO-6-2015 Coordination and Support Actions SOcietal Needs analysis and Emerging Technologies in the public Sector Deliverable D1.2 The SONNETS Research Data Management Plan Workpackage Editor(s):

More information

Proven video conference management software for Cisco Meeting Server

Proven video conference management software for Cisco Meeting Server Proven video conference management software for Cisco Meeting Server VQ Conference Manager (formerly Acano Manager) is your key to dependable, scalable, self-service video conferencing VQ Conference Manager

More information

Towards Semantic Interoperability between C2 Systems Following the Principles of Distributed Simulation

Towards Semantic Interoperability between C2 Systems Following the Principles of Distributed Simulation Towards Semantic Interoperability between C2 Systems Following the Principles of Distributed Simulation Authors: Vahid Mojtahed (FOI), vahid.mojtahed@foi.se Martin Eklöf (FOI), martin.eklof@foi.se Jelena

More information

ODM The Operational Efficiency Model: Using ODM to Deliver Proven Cost and Time Savings in Study Set-up

ODM The Operational Efficiency Model: Using ODM to Deliver Proven Cost and Time Savings in Study Set-up ODM The Operational Efficiency Model: Using ODM to Deliver Proven Cost and Time Savings in Study Set-up Mark Wheeldon, CEO, Formedix Bay Area User Group Meeting, 15 th July 2010 Who are we? Proven Business

More information

Hospital System Lowers IT Costs After Epic Migration Flatirons Digital Innovations, Inc. All rights reserved.

Hospital System Lowers IT Costs After Epic Migration Flatirons Digital Innovations, Inc. All rights reserved. Hospital System Lowers IT Costs After Epic Migration 2018 Flatirons Digital Innovations, Inc. All rights reserved. A large hospital system was migrating to the EPIC software product suite and as part of

More information

Sustainable File Formats for Electronic Records A Guide for Government Agencies

Sustainable File Formats for Electronic Records A Guide for Government Agencies Sustainable File Formats for Electronic Records A Guide for Government Agencies Electronic records are produced and kept in a wide variety of file formats, often dictated by the type of software used to

More information

ZENworks Reporting System Reference. January 2017

ZENworks Reporting System Reference. January 2017 ZENworks Reporting System Reference January 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information