SDMX in the UNIDO Statistical Production Process

Size: px
Start display at page:

Download "SDMX in the UNIDO Statistical Production Process"

Transcription

1 1 SDMX in the UNIDO Statistical Production Process UNIDO OECD/UNECE Expert Group on SDMX (Geneva 8-9 March 2010)

2 2 Outline Introduction and Overview UNIDO statistical production process and GSBPM To start with: consuming the OECD.Stat Web Service Exchanging data and metadata with SDMX-ML Collaborative software development Summary and Outlook

3 3 About UNIDO UNIDO was set up in 1966 Became a specialized agency of the UN in 1985 Promote industrialization throughout the developing world 173 Member States (as of 11 December 2008) Headquarters in Vienna Represented in 35 developing countries

4 4 About Statistics in UNIDO Service Module Industrial Governance and Statistics : monitor, benchmark and analyse the industrial performance and capabilities formulate, implement and monitor strategies, policies and programmes to improve the contribution of industry to productivity growth and the achievement of the UN Millennium Development Goals (MDGs) Building capabilities in industrial statistics - providing technical assistance to: Introduce best practice statistical methodologies and software systems Enhance the quality and consistency of the industrial statistics databases

5 5 Management Processes Quality Management INDSTAT Data Collection INDSTAT Data Transformation INDSTAT Data Analysis INDSTAT Data Dissemination INDSTAT Metadata Management Sales and marketing Support Processes User support (stat.info) Methodology development Software development

6 6 NSO NSONSO A.1 Structural Metadata Maintenance B.1 INDSTAT Data and metadata Transformation D.1 Yearbook production OECD UNSD World Bank IMF A.2 INDSTAT data and metadata collection B.2 Index of industrial production B.3 MVA/GDP B.4 CPI and Exchange rates UNSD SQL Data & Metadata B.5 Population B.6 Trade data COM- TRADE D.2 INDSTAT 2 CD production D.3 INDSTAT 4 CD production D.4 IDSB CD production D.5 WEB: Country brief production D.6 UNDATA

7 7 NSO NSONSO A.1 Structural Metadata Maintenance B.1 INDSTAT Data and metadata Transformation D.1 Yearbook production OECD UNSD World Bank IMF A.2 INDSTAT data and metadata collection B.2 Index of industrial production B.3 MVA/GDP B.4 CPI and Exchange rates UNSD SQL Data & Metadata B.5 Population B.6 Trade data COM- TRADE D.2 INDSTAT 2 CD production D.3 INDSTAT 4 CD production D.4 IDSB CD production D.5 WEB: Country brief production D.6 UNDATA

8 8 NSO NSONSO A.1 Structural Metadata Maintenance B.1 INDSTAT Data and metadata Transformation D.1 Yearbook production OECD UNSD World Bank IMF A.2 INDSTAT data and metadata collection B.2 Index of industrial production B.3 MVA/GDP B.4 CPI and Exchange rates UNSD SQL Data & Metadata B.5 Population B.6 Trade data COM- TRADE D.2 INDSTAT 2 CD production D.3 INDSTAT 4 CD production D.4 IDSB CD production D.5 WEB: Country brief production D.6 UNDATA

9 9 NSO NSONSO A.1 Structural Metadata Maintenance B.1 INDSTAT Data and metadata Transformation D.1 Yearbook production OECD UNSD World Bank IMF SDMX-ML A.2 INDSTAT data and metadata collection B.2 Index of industrial production B.3 MVA/GDP B.4 CPI and Exchange rates UNSD SQL Data & Metadata B.5 Population B.6 Trade data COM- TRADE D.2 INDSTAT 2 CD production D.3 INDSTAT 4 CD production D.4 IDSB CD production D.5 WEB: Country brief production D.6 UNDATA

10 10 Data cubes (the data we are interested in) Data set: SSIS_BSC Structural Business Statistics (Business by size class) Time series - annual data - all available years Dimensions: COU - Country: AUS, AUT, BEL, DEU, etc. SRC - Source: BSC - Business by Size Class SCL - Size class: Total ISIC3 ISIC Revision 3 - all ISICs at 2-, 3- and 4-digit level.

11 11 Data cube summary (cont) Dimensions (cont): VAR - Variable: ENTR - Number of enterprises ESTB - Number of establishments WASE - Wages & Salaries of employees EMPE - Number of employees EMPN - Total employment (number engaged) EMPF - Number of female employees VAFC - Value added at factor costs VALU - Value added PROD - Production GITG - Gross investment

12 12 OECD Import the process

13 13 OECD Import Code Mapping Variables Countries

14 14 OECD Import INDSTAT database

15 15 Web Services Are fundamental building blocks of distributed computing over the Internet Provide the means for software to connect to other software applications Use ubiquitos web protocols and formats: HTTP, XML, SOAP WSDL Service provider and service consumer are implementation independent Keep the stove pipes apart SDMX benefits from having a common information model: we can base WS on it

16 16 OECD.Stat Web Service Gives access to.stat data (Almost) fully SDMX 2.0 compliant Some limitations apply: Only annual, bi-annual, etc. data OK Each data set has own DSD OK Each query defines a separate data cube OK features Streaming, compression time stamps, incremental updates metadata structure definitions and reference metadata

17 17 OECD.Stat WS functions used (Data) Authenticate returns a session ID used for all subsequent WS operations the same session ID can be reused for several SDMX requests within a certain timeout without authentication retrieval of limited data set possible GetDataStructureDefinition to retrieve the Data Structure Definition, Code lists and Concepts related to the data set SSIS_BSC GetGenericData to retrieve data in generic format from the data set SSIS_BSC specify country and a list of variables in the query time series - annual data for all available years

18 18 Data Structure Definition Query Example Select data set: SSIS-BSC <message:query> <KeyFamilyWhere> <Or> <KeyFamily>SSIS_BSC</KeyFamily> </Or> </KeyFamilyWhere> </message:query>

19 19 Generic Data Query Example Select data set SSIS-BSC Select country: Austria Select variables: ENTR, ESTB, WASE, etc. Wild card select all ISIC codes by omitting the dimension Set time format - annual Set time interval

20 20 Client Application (Data)

21 21 Reference Metadata

22 22 Reference Metadata

23 23 OECD.Stat functions used (Reference Metadata) Authenticate GetMetadata to retrieve reference metadata in generic format from the data set SSIS_BSC only metadata at level data set and at level country are available specify country (dimension COU)

24 24 Metadata query: dimension member Select data set: SSIS-BSC Query a specific dimension: country <MetadataWhere> <And> <DataSet>SSIS_BSC</DataSet> <Dimension id = "COU">AUT</Dimension> </And> </MetadataWhere>

25 25 Client Application (Reference Metadata)

26 26 Collaborative development A low budget, volunteer project A team spread through multiple time zones and geographical locations Collaboration tools for virtual teams: A Wiki was set up at wikispaces.com, to build SDMX knowledge, to specify the basic requirements and the desired output: Publicly available at CloudShare - to share copies of the IT environment - for Demos, Proofs-of-Concept, Training, or other applications Google Docs at for collaborative editing of documents, presentations, etc.

27 27 Collaborative development: Wiki

28 28 Collaborative development: CloudShare

29 29 NSO NSONSO OECD UNSD World Bank SDMX-ML SDMX-ML A.1 Structural Metadata Maintenance A.2 INDSTAT data and metadata collection B.2 Index of industrial production B.3 MVA/GDP B.1 INDSTAT Data and metadata Transformation SQL Data & Metadata B.5 Population B.6 Trade data SDMX-ML D.1 Yearbook production D.2 INDSTAT 2 CD production SDMX-ML D.3 INDSTAT 4 CD production SDMX-ML D.4 IDSB CD production SDMX-ML D.5 WEB: Country brief production SDMX-ML IMF SDMX-ML B.4 CPI and Exchange rates UNSD SDMX-ML COM- TRADE D.6 UNDATA SDMX-ML

30 30 THE END

31 31 Examples

32 32 Questionnaire

33 33 OECD Questionnaire

Dissemination Web Service. Programmatic access to Eurostat data & metadata

Dissemination Web Service. Programmatic access to Eurostat data & metadata Dissemination Web Service Programmatic access to Eurostat data & metadata Session 7: capacity building technical stream 1 Agenda Context 1 2 3 Main features Live demo Getting started Questions & answers

More information

Reporting from National to International Statistical System

Reporting from National to International Statistical System Reporting from National to International Statistical System 4th Meeting of the Inter-agency and Expert Group on Sustainable Development Goal Indicators (IAEG-SDGs) 17-18 November 2016, Geneva, Switzerland

More information

OECD Methodology for Measuring the Information Society

OECD Methodology for Measuring the Information Society Gaborone, 28-29 October 2004 OECD Methodology for Measuring the Information Society Brigitte van Beuzekom OECD Economic Analysis and Statistics Division, Directorate for Science, Technology and Industry

More information

Metadata Management in the FAO Statistics Division (ESS) Overview of the FAOSTAT / CountrySTAT approach by Julia Stone

Metadata Management in the FAO Statistics Division (ESS) Overview of the FAOSTAT / CountrySTAT approach by Julia Stone Metadata Management in the FAO Statistics Division (ESS) Overview of the FAOSTAT / CountrySTAT approach by Julia Stone Metadata Management in ESS 1. Introduction 2. FAOSTAT metadata collection 3. CountrySTAT

More information

The OECD statistical information system integration of energy data with other domains

The OECD statistical information system integration of energy data with other domains The OECD statistical information system integration of energy data with other domains November 2007 lars.thygesen@oecd.org Statistics in OECD Statistical information on society many sectors: economy, labour,

More information

OECD.Stat SDMX strategy Prepared by Jens Dossé, presented by David Barraclough, OECD

OECD.Stat SDMX strategy Prepared by Jens Dossé, presented by David Barraclough, OECD OECD.Stat SDMX strategy Prepared by Jens Dossé, presented by David Barraclough, OECD Meeting of the Expert Group on Statistical Data and Metadata Exchange 27-30 October 2014, Korea OECD a Sponsor organisation

More information

Metadata and classification system development in Bosnia and Herzegovina

Metadata and classification system development in Bosnia and Herzegovina >> Metadata and classification system development in Bosnia and Herzegovina 23. april 2012 Mogens Grosen Nielsen Statistics Denmark Outline of introduction to metadata project in Bosnia and Hercegovina

More information

Generic Statistical Information Model (GSIM)

Generic Statistical Information Model (GSIM) Generic Statistical Information Model (GSIM) Michaela Denk, International Monetary Fund This presentation reuses material made available by the UNECE through their Virtual Standards Helpdesk at http://www1.unece.org/stat/platform/display/vsh/virtual+standards+helpdesk.

More information

METADATA MANAGEMENT AND STATISTICAL BUSINESS PROCESS AT STATISTICS ESTONIA

METADATA MANAGEMENT AND STATISTICAL BUSINESS PROCESS AT STATISTICS ESTONIA Distr. GENERAL 06 May 2013 WP.13 ENGLISH ONLY UNITED NATIONS ECONOMIC COMMISSION FOR EUROPE CONFERENCE OF EUROPEAN STATISTICIANS EUROPEAN COMMISSION STATISTICAL OFFICE OF THE EUROPEAN UNION (EUROSTAT)

More information

UNECE work on SDG monitoring and data integration

UNECE work on SDG monitoring and data integration United Nations Economic Commission for Europe Statistical Division UNECE work on SDG monitoring and data integration March 2017 Lidia Bratanova, Director, Statistical Division Slide 2 Measuring Sustainable

More information

SDMX self-learning package No. 5 Student book. Metadata Structure Definition

SDMX self-learning package No. 5 Student book. Metadata Structure Definition No. 5 Student book Metadata Structure Definition Produced by Eurostat, Directorate B: Statistical Methodologies and Tools Unit B-5: Statistical Information Technologies Last update of content December

More information

The ODP Focal Point leads their agency s contribution to ensuring the NSDP meets e-gdds requirements on an ongoing basis.

The ODP Focal Point leads their agency s contribution to ensuring the NSDP meets e-gdds requirements on an ongoing basis. Focal Point Guide 2 PREFACE The African Development Bank (AfDB) and the International Monetary Fund (IMF) have collaborated to provide an Open Data Platform (ODP) for African countries and regional organizations.

More information

2011 INTERNATIONAL COMPARISON PROGRAM

2011 INTERNATIONAL COMPARISON PROGRAM 2011 INTERNATIONAL COMPARISON PROGRAM 2011 ICP DATA ACCESS AND ARCHIVING POLICY GUIDING PRINCIPLES AND PROCEDURES FOR DATA ACCESS ICP Global Office November 2011 Contents I. PURPOSE... 3 II. CONTEXT...

More information

Main Outcomes of the 6th Meeting of the Interagency and Expert Group on Sustainable Development Goal Indicators (IAEG-SDGs)

Main Outcomes of the 6th Meeting of the Interagency and Expert Group on Sustainable Development Goal Indicators (IAEG-SDGs) Main Outcomes of the 6th Meeting of the Interagency and Expert Group on Sustainable Development Goal Indicators (IAEG-SDGs) Yongyi Min SDG Monitoring Unit Statistics Division/UNDESA 6th meeting of the

More information

Introduction Data processing plan Data Dissemination Data Storage Sharing Census data Conclusion

Introduction Data processing plan Data Dissemination Data Storage Sharing Census data Conclusion Introduction Data processing plan Data Dissemination Data Storage Sharing Census data Conclusion The NIS, which h is the part of the Ministry i of Planning, is focal point on statistical matters in Cambodia.

More information

UNCTAD Capacity Building on ICT measurement

UNCTAD Capacity Building on ICT measurement ICT and E-Business Branch UNCTAD United Nations Conference on Trade and Development ITU-UNESCAP-APT Capacity Building Workshop Information Society Statistics: Core ICT Indicators Bangkok, 6-8 November

More information

MAIN REFORM AND CAPACITY BUILDING OF ECONOMIC STATISTICS IN CHINA

MAIN REFORM AND CAPACITY BUILDING OF ECONOMIC STATISTICS IN CHINA MAIN REFORM AND CAPACITY BUILDING OF ECONOMIC STATISTICS IN CHINA Wang Ping National Bureau of Statistics in China Contents Main reform in official statistics production of China statistics in China 1

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

Overview of SDGs and Conference of European Statisticians Road Map

Overview of SDGs and Conference of European Statisticians Road Map United Nations Economic Commission for Europe Statistical Division Overview of SDGs and Conference of European Statisticians Road Map Tiina Luige and Steven Vale, UNECE Statistical Division SDGs 17 Goals

More information

Oracle. Exam Questions 1z Java Enterprise Edition 5 Web Services Developer Certified Professional Upgrade Exam. Version:Demo

Oracle. Exam Questions 1z Java Enterprise Edition 5 Web Services Developer Certified Professional Upgrade Exam. Version:Demo Oracle Exam Questions 1z0-863 Java Enterprise Edition 5 Web Services Developer Certified Professional Upgrade Exam Version:Demo 1.Which two statements are true about JAXR support for XML registries? (Choose

More information

Improving On line Communication of Statistics - ABS Strategies. What I am going to cover. What I do not have the time to cover

Improving On line Communication of Statistics - ABS Strategies. What I am going to cover. What I do not have the time to cover Improving On line Communication of Statistics - ABS Strategies Siu-Ming Tam Australian Bureau of Statistics July 2007 What I am going to cover Statistical and meta data communication On line communication

More information

Xyleme Studio Data Sheet

Xyleme Studio Data Sheet XYLEME STUDIO DATA SHEET Xyleme Studio Data Sheet Rapid Single-Source Content Development Xyleme allows you to streamline and scale your content strategy while dramatically reducing the time to market

More information

In-depth, influential, indispensable. The information you need from a source you trust

In-depth, influential, indispensable. The information you need from a source you trust In-depth, influential, indispensable The information you need from a source you trust Books and Analytical Papers More than 13,000 publications, including LOEs Books, Occasional Papers, Staff Discussion

More information

ESS Shared SERVices project Background, Status, Roadmap. Modernisation Workshop 16/17 March Bucharest

ESS Shared SERVices project Background, Status, Roadmap. Modernisation Workshop 16/17 March Bucharest ESS Shared SERVices project Background, Status, Roadmap Modernisation Workshop 16/17 March Bucharest Table of contents 1. Background of the project 2. Objectives & Deliverables 3. Timeline 4. Phase 1 5.

More information

2011 INTERNATIONAL COMPARISON PROGRAM

2011 INTERNATIONAL COMPARISON PROGRAM 2011 INTERNATIONAL COMPARISON PROGRAM 2011 ICP DATA ACCESS AND ARCHIVING POLICY GUIDING PRINCIPLES AND PROCEDURES FOR DATA ACCESS ICP Global Office June 2011 Contents I. PURPOSE... 3 II. CONTEXT... 3 III.

More information

SDMX artefacts used to discover, query for, and visualise data

SDMX artefacts used to discover, query for, and visualise data SDMX artefacts used to discover, query for, and visualise data Chris Nelson Metadata Technology Ltd. 11-13 Sep 2013 SDMX Global Conference 2013 1 What are the Artefacts Structural Metadata Presentation

More information

UNSD - OECD Joint System Web Browser Client - UN Comtrade Version

UNSD - OECD Joint System Web Browser Client - UN Comtrade Version Page 1 1.1.1. Shortcut Query 1.1.1.1. Outline and Examples Selecting Shortcut Query displays the following filter interface already populated in the example below: Figure 1: Shortcut Query selection interface

More information

preparation of National Action Plans on youth employment the process of developing the NAP

preparation of National Action Plans on youth employment the process of developing the NAP preparation of National Action Plans on youth employment the process of developing the NAP module 3 1 outline suggested partnerships in NAP development and their role national institutions and partners

More information

UNITED NATIONS ECONOMIC COMMISSION FOR EUROPE

UNITED NATIONS ECONOMIC COMMISSION FOR EUROPE UNITED NATIONS ECONOMIC COMMISSION FOR EUROPE Getting the Facts Right: A guide to presenting metadata with examples on Millennium Development Goal indicators DRAFT UNITED NATIONS New York and Geneva, 2013

More information

Macromedia Breeze. Introducing web communications that really speak to people.

Macromedia Breeze. Introducing web communications that really speak to people. Macromedia Breeze Introducing web communications that really speak to people. Macromedia Breeze threatens to change the very definition of an online meeting. Patricia Seybold Group, 2004 Reach. Engage.

More information

Business Model for Global Platform for Big Data for Official Statistics in support of the 2030 Agenda for Sustainable Development

Business Model for Global Platform for Big Data for Official Statistics in support of the 2030 Agenda for Sustainable Development Business Model for Global Platform for Big Data for Official Statistics in support of the 2030 Agenda for Sustainable Development Introduction This note sets out a business model for a Global Platform

More information

METADATA FLOWS IN THE GSBPM. I. Introduction. Working Paper. Distr. GENERAL 26 April 2013 WP.22 ENGLISH ONLY

METADATA FLOWS IN THE GSBPM. I. Introduction. Working Paper. Distr. GENERAL 26 April 2013 WP.22 ENGLISH ONLY Distr. GENERAL 26 April 2013 WP.22 ENGLISH ONLY UNITED NATIONS ECONOMIC COMMISSION FOR EUROPE CONFERENCE OF EUROPEAN STATISTICIANS EUROPEAN COMMISSION STATISTICAL OFFICE OF THE EUROPEAN UNION (EUROSTAT)

More information

School of Computing, Engineering and Information Sciences University of Northumbria. Set Operations

School of Computing, Engineering and Information Sciences University of Northumbria. Set Operations Set Operations Aim: To understand how to do the equivalent of the UNION, DIFFERENCE and INTERSECT set operations in SQL. Outline of Session: Do some example SQL queries to learn to differentiate between

More information

A STRATEGY ON STRUCTURAL METADATA MANAGEMENT BASED ON SDMX AND THE GSIM MODELS

A STRATEGY ON STRUCTURAL METADATA MANAGEMENT BASED ON SDMX AND THE GSIM MODELS Distr. GENERAL 25 April 2013 WP.4 ENGLISH ONLY UNITED NATIONS ECONOMIC COMMISSION FOR EUROPE CONFERENCE OF EUROPEAN STATISTICIANS EUROPEAN COMMISSION STATISTICAL OFFICE OF THE EUROPEAN UNION (EUROSTAT)

More information

CITY OF MONTEBELLO SYSTEMS MANAGER

CITY OF MONTEBELLO SYSTEMS MANAGER CITY OF MONTEBELLO 109A DEFINITION Under general administrative direction of the City Administrator, provides advanced professional support to departments with very complex computer systems, programs and

More information

GSIM Implementation at Statistics Finland Session 1: ModernStats World - Where to begin with standards based modernisation?

GSIM Implementation at Statistics Finland Session 1: ModernStats World - Where to begin with standards based modernisation? GSIM Implementation at Session 1: ModernStats World - Where to begin with standards based modernisation? UNECE ModernStats World Workshop on sharing and supporting standards 2018 Essi Kaukonen and Mikko

More information

The Energy Data Management Center & Database Structure

The Energy Data Management Center & Database Structure The Energy Data Management Center & Database Structure Presentation and Exercises Energy Statistics Training Paris, Oct. 14 18, 2013 Ryszard Pospiech Energy Data Manager Table of Contents 1. Database overview

More information

Background Note on Possible arrangements for a Technology Facilitation Mechanism and other science, technology and innovation issues

Background Note on Possible arrangements for a Technology Facilitation Mechanism and other science, technology and innovation issues Background Note on Possible arrangements for a Technology Facilitation Mechanism and other science, technology and innovation issues Introduction This background note outlines, in a non-exhaustive manner,

More information

SDMX self-learning package XML based technologies used in SDMX-IT TEST

SDMX self-learning package XML based technologies used in SDMX-IT TEST SDMX self-learning package XML based technologies used in SDMX-IT TEST Produced by Eurostat, Directorate B: Statistical Methodologies and Tools Unit B-5: Statistical Information Technologies Last update

More information

THE WHITE HOUSE. Office of the Press Secretary. For Immediate Release September 23, 2014 EXECUTIVE ORDER

THE WHITE HOUSE. Office of the Press Secretary. For Immediate Release September 23, 2014 EXECUTIVE ORDER THE WHITE HOUSE Office of the Press Secretary For Immediate Release September 23, 2014 EXECUTIVE ORDER - - - - - - - CLIMATE-RESILIENT INTERNATIONAL DEVELOPMENT By the authority vested in me as President

More information

INTEROPERABILITY OF STATISTICAL DATA AND METADATA AMONG BRAZILIAN GOVERNMENT INSTITUTIONS USING THE SDMX STANDARD. Submitted by IBGE, Brazil 1

INTEROPERABILITY OF STATISTICAL DATA AND METADATA AMONG BRAZILIAN GOVERNMENT INSTITUTIONS USING THE SDMX STANDARD. Submitted by IBGE, Brazil 1 SDMX GLOBAL CONFERENCE 2009 INTEROPERABILITY OF STATISTICAL DATA AND METADATA AMONG BRAZILIAN GOVERNMENT INSTITUTIONS USING THE SDMX STANDARD Submitted by IBGE, Brazil 1 Abstract Since 1990, the Brazilian

More information

Microsoft SharePoint End User level 1 course content (3-day)

Microsoft SharePoint End User level 1 course content (3-day) http://www.multimediacentre.co.za Cape Town: 021 790 3684 Johannesburg: 011 083 8384 Microsoft SharePoint End User level 1 course content (3-day) Course Description SharePoint End User Level 1 teaches

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

GUIDELINES ON DATA FLOWS AND GLOBAL DATA REPORTING FOR SUSTAINABLE DEVELOPMENT GOALS

GUIDELINES ON DATA FLOWS AND GLOBAL DATA REPORTING FOR SUSTAINABLE DEVELOPMENT GOALS GUIDELINES ON DATA FLOWS AND GLOBAL DATA REPORTING FOR SUSTAINABLE DEVELOPMENT GOALS Aim& scope Lessons learned from the Millennium Development Goals (MDG) process Importance of robust and reliable data

More information

Outline of Presentation

Outline of Presentation DATA DISSEMINATION STRATEGIES IN MALAYSIA Department of Statistics, Malaysia Outline of Presentation Data Dissemination Mode Data Dissemination Strategies in ICT Strategic Plan (ISP) Databases Assessing

More information

Space Data Coordination Group Meeting (SDCG-13) 15 th -16 th September 2018, Bogotá, Colombia Meeting Objectives

Space Data Coordination Group Meeting (SDCG-13) 15 th -16 th September 2018, Bogotá, Colombia Meeting Objectives Space Data Coordination Group Meeting (SDCG-13) 15 th -16 th September 2018, Bogotá, Colombia Meeting Objectives The SDCG-13 meeting will be structured around the outcomes and tasks defined in the group

More information

Russian practice in data flows and global data reporting

Russian practice in data flows and global data reporting Russian practice in data flows and global data reporting Natalia Ignatova Federal State Statistics Service (Rosstat) Seminar SDG Indicators The Asia and Pacific Experience with data flows and global reporting

More information

Goal 8: Develop a Global Partnership for Development

Goal 8: Develop a Global Partnership for Development 113 The load of debt service has been getting lighter since 1990 in most economies. Cellular phone subscriptions have grown rapidly in most economies and are much more common than fixed line telephones

More information

Metadata Based Impact and Lineage Analysis Across Heterogeneous Metadata Sources

Metadata Based Impact and Lineage Analysis Across Heterogeneous Metadata Sources Metadata Based Impact and Lineage Analysis Across Heterogeneous Metadata Sources Presentation at the THE 9TH ANNUAL Wilshire Meta-Data Conference AND THE 17TH ANNUAL DAMA International Symposium by John

More information

CountryData Workshop Technologies for Data Exchange. Reference Metadata

CountryData Workshop Technologies for Data Exchange. Reference Metadata CountryData Workshop Technologies for Data Exchange Reference Metadata Metadata According to the ISO; Metadata is data that defines and describes other data. Perhaps, better visualized as layers within

More information

THE UNITED NATIONS COMMISSION ON SCIENCE AND TECHNOLOGY FOR DEVELOPMENT 14 TH SESSION May 2011 Geneva. Contribution by ITU

THE UNITED NATIONS COMMISSION ON SCIENCE AND TECHNOLOGY FOR DEVELOPMENT 14 TH SESSION May 2011 Geneva. Contribution by ITU THE UNITED NATIONS COMMISSION ON SCIENCE AND TECHNOLOGY FOR DEVELOPMENT 14 TH SESSION 23-27 Geneva Contribution by ITU Measuring the Information Society Ms. Susan Teltscher Head, ICT Data and Statistics

More information

Integration of INSPIRE & SDMX data infrastructures for the 2021 population and housing census

Integration of INSPIRE & SDMX data infrastructures for the 2021 population and housing census Integration of INSPIRE & SDMX data infrastructures for the 2021 population and housing census Nadezhda VLAHOVA, Fabian BACH, Ekkehard PETRI *, Vlado CETL, Hannes REUTER European Commission (*ekkehard.petri@ec.europa.eu

More information

Report of the past session and intersessional developments

Report of the past session and intersessional developments Report of the past session and intersessional developments Lorenza Jachia Secretary, UNECE Working Party on Regulatory Cooperation and Standardization Policies Overview of presentation Highlights of 2015

More information

Thirty-third session 01 March March 2002 Item 7 (c) of the provisional agenda Activities not classified by field

Thirty-third session 01 March March 2002 Item 7 (c) of the provisional agenda Activities not classified by field Statistical Commission Background Document Thirty-third session 01 March 2002 5-8 March 2002 Item 7 (c) of the provisional agenda Activities not classified by field Report of the International Monetary

More information

SDMX 2.1 documentation. SDMX 2.1 User Guide. Version /09/2012. SDMX User Guide: Version 0.1

SDMX 2.1 documentation. SDMX 2.1 User Guide. Version /09/2012. SDMX User Guide: Version 0.1 SDMX 2.1 User Guide Version 0.1-19/09/2012 1 P a g e Objective of this new draft of the User Guide This new SDMX User Guide aims at providing explanations and guidance to users (and potential users) of

More information

Quality - The Key to Successful SOA. Charitha Kankanamge WSO2 February 2011

Quality - The Key to Successful SOA. Charitha Kankanamge WSO2 February 2011 Quality - The Key to Successful SOA Charitha Kankanamge WSO2 February 2011 WSO2 Founded in 2005 by acknowledged leaders in XML, Web Services Technologies & Standards and Open Source Producing entire middleware

More information

REGISTRATION DIVISION

REGISTRATION DIVISION REGISTRATION DIVISION BACKGROUND INFORMATION ABOUT SEYCHELLES Seychelles is a group of 118 islands located 4 degrees south of the Equator. The Seychelles Archipelago is spread over and Exclusive Economic

More information

Instant Data Warehousing with SAP data

Instant Data Warehousing with SAP data Instant Data Warehousing with SAP data» Extracting your SAP data to any destination environment» Fast, simple, user-friendly» 8 different SAP interface technologies» Graphical user interface no previous

More information

The Global Context of Sustainable Development Data

The Global Context of Sustainable Development Data The Global Context of Sustainable Development Data Linda Hooper, UN Statistics Division UNDA10 - Workshop for ESCWA Sound Institutional, environment, cooperation, dialogue and partnerships for the production

More information

A New Data Structure and Codification for Balance of Payments. Rodrigo Oliveira-Soares and René Piche SDMX Conference, Washington DC 2 May 2011

A New Data Structure and Codification for Balance of Payments. Rodrigo Oliveira-Soares and René Piche SDMX Conference, Washington DC 2 May 2011 A New Data Structure and Codification for Balance of Payments Rodrigo Oliveira-Soares and René Piche SDMX Conference, Washington DC 2 May 2011 Outline Background Main driver of change Opportunities arising

More information

WEB ACCESSIBILITY. I. Policy Section Information Technology. Policy Subsection Web Accessibility Policy.

WEB ACCESSIBILITY. I. Policy Section Information Technology. Policy Subsection Web Accessibility Policy. WEB ACCESSIBILITY I. Policy Section 15.0 Information Technology II. Policy Subsection 15.2 Web Accessibility Policy III. Policy Statement Grand Rapids Community College is actively committed to providing

More information

National Open Source Strategy

National Open Source Strategy National Open Source Strategy Ministry of Communications & Information Technology - Egypt June 2014 Outline Background Vision & Mission Preliminary Targets Strategic Objectives Enablers Ministry of Communications

More information

Washington State Emergency Management Association (WSEMA) Olympia, WA

Washington State Emergency Management Association (WSEMA) Olympia, WA Washington State Emergency Management Association (WSEMA) Olympia, WA Request for Proposals Website Redesign and Content Management and Maintenance System Proposal Submittal Deadline: I. Introduction and

More information

Implementation of the Framework for the Development of Environment Statistics (FDES 2013) and ESSAT in Zimbabwe. By M. Viriri

Implementation of the Framework for the Development of Environment Statistics (FDES 2013) and ESSAT in Zimbabwe. By M. Viriri Implementation of the Framework for the Development of Environment Statistics (FDES 2013) and ESSAT in Zimbabwe By M. Viriri Background Information Zimbabwe has a functional Environment Statistics committee.

More information

Generic Statistical Business Process Model

Generic Statistical Business Process Model Joint UNECE/Eurostat/OECD Work Session on Statistical Metadata (METIS) Generic Statistical Business Process Model Version 3.1 December 2008 Prepared by the UNECE Secretariat 1 I. Background 1. The Joint

More information

Technical Overview. Access control lists define the users, groups, and roles that can access content as well as the operations that can be performed.

Technical Overview. Access control lists define the users, groups, and roles that can access content as well as the operations that can be performed. Technical Overview Technical Overview Standards based Architecture Scalable Secure Entirely Web Based Browser Independent Document Format independent LDAP integration Distributed Architecture Multiple

More information

Country Report Uganda. ADP Quality Assessment ADP/PARIS21

Country Report Uganda. ADP Quality Assessment ADP/PARIS21 Country Report Uganda ADP Quality Assessment ADP/PARIS21 2015 1 Table of Contents Introduction... 3 Executive Summary... 3 Section 1: DDI Assessment... 4 Section 2: NADA Assessment... 6 Section 3: Status

More information

MBB Robot Crawler Data Report in 2014H1

MBB Robot Crawler Data Report in 2014H1 MBB Robot Crawler Data Report in 2014H1 Contents Contents 1 Introduction... 1 2 Characteristics and Trends of Web Services... 3 2.1 Increasing Size of Web Pages... 3 2.2 Increasing Average Number of Access

More information

UNECE statistics for SDGs

UNECE statistics for SDGs UNECE statistics for SDGs S TAT I S T I C S UNECE work on statistics for SDGs Conference of European Statisticians (CES) Declaration of the role of national statistical offices in measuring and monitoring

More information

The CQUIN Learning Network Annual Meeting

The CQUIN Learning Network Annual Meeting Annual Meeting CQUIN Dashboard: Development and Implementation Dr. Maureen Syowai ICAP at Columbia University February 13-15 Maputo, Mozambique Outline Background Implementation Results Conclusions 2 Background

More information

A/AC.105/C.1/2013/CRP.6

A/AC.105/C.1/2013/CRP.6 14 February 2013 English only Committee on the Peaceful Uses of Outer Space Scientific and Technical Subcommittee Fiftieth session Vienna, 11-12 February 2013 Item 8 of the provisional agenda * Space-system-based

More information

10th Tranche Development Account Programme on Statistics and Data (DA10)

10th Tranche Development Account Programme on Statistics and Data (DA10) 10th Tranche Development Account Programme on Statistics and Data (DA10) United Nations Statistics Division Regional Seminar on the Implementation of the SDG Indicators 3-4 April 2017, Santiago, Chile

More information

SAS Data Integration Studio 3.3. User s Guide

SAS Data Integration Studio 3.3. User s Guide SAS Data Integration Studio 3.3 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Data Integration Studio 3.3: User s Guide. Cary, NC: SAS Institute

More information

Presented by AI Yuxin, Programme Officer, CSAM

Presented by AI Yuxin, Programme Officer, CSAM The 2nd Meeting of the Technical Working Groups of the Asian and Pacific Network for Testing of Agricultural Machinery (ANTAM) Presented by AI Yuxin, Programme Officer, CSAM Launched in Bangkok in 2013,

More information

The Magic of Microsoft Office SharePoint Services & Office 2007

The Magic of Microsoft Office SharePoint Services & Office 2007 The Magic of Microsoft Office SharePoint Services & Office 2007 Hans Demeyer CT Interactive hans@ct-interactive.net Session Objectives: What is SharePoint Technology Provide overview of the capabilities

More information

Clarification Question log - Call for Tender - N Online Publishing Platform to host the OECD's ilibrary

Clarification Question log - Call for Tender - N Online Publishing Platform to host the OECD's ilibrary Question de clarification No. Clarification Question No Question de clarification Clarification Question 1 What is the desired timeline for the development from award of contract date to solution delivery

More information

Intelligent Enterprise meets Science of Where. Anand Raisinghani Head Platform & Data Management SAP India 10 September, 2018

Intelligent Enterprise meets Science of Where. Anand Raisinghani Head Platform & Data Management SAP India 10 September, 2018 Intelligent Enterprise meets Science of Where Anand Raisinghani Head Platform & Data Management SAP India 10 September, 2018 Value The Esri & SAP journey Customer Impact Innovation Track Record Customer

More information

Statistics and Open Data

Statistics and Open Data 2013 Ano Internacional da Estatística www.statistics2013.org «Statistics and Open Data Department of Methodology and Information Systems «João Poças (joao.pocas@ine.pt) Lisbon, November, 5 th 2013»1 Agenda

More information

Domain Based Problem Solving Process

Domain Based Problem Solving Process blem Solving Process Teodor Rus The University of Iowa Iowa City, IA 52242, USA December 30, 2012 Evolution of Computer Based Problem Solving Process This paper discusses the evolution of Computer Based

More information

The Adobe XML Architecture

The Adobe XML Architecture TECHNOLOGY BRIEF The Adobe XML Architecture Introduction As enterprises struggle to balance the need to respond to continually changing business priorities against ever-shrinking budgets, IT managers are

More information

Official document issued by Task Force IPv6 France, November All rights reserved.

Official document issued by Task Force IPv6 France, November All rights reserved. www.ipv6tf.org Recommendatiions for a Strategiic Pllan iin the Devellopment and IImpllementatiion of IIPv6 Technollogiies iin France Novemberr 2003 Official document issued by Task Force IPv6 France, November

More information

Consensus Outlook

Consensus Outlook Consensus Outlook - 219 Thirty-second Annual Economic Outlook Symposium November 3, 218 William Strauss Senior Economist and Economic Advisor Federal Reserve Bank of Chicago The views expressed herein

More information

Consensus Outlook

Consensus Outlook Consensus Outlook - 218 Thirty-first Annual Economic Outlook Symposium December 1, 217 William Strauss Senior Economist and Economic Advisor Federal Reserve Bank of Chicago The views expressed herein are

More information

FUSION REGISTRY WEB SERVICES API FUSION REGISTRY VERSION 9. Web Services API

FUSION REGISTRY WEB SERVICES API FUSION REGISTRY VERSION 9. Web Services API FUSION REGISTRY VERSION 9 Web Services API FUSION REGISTRY WEB SERVICES API Fusion Registry: 9.2 Document Last Updated: February 02 nd 2018 Version 20180209 CONTENTS 1 Overview... 3 2 Web Service Definitions...

More information

QMF Analytics v11: Not Your Green Screen QMF

QMF Analytics v11: Not Your Green Screen QMF QMF Analytics v11: Not Your Green Screen QMF Central Ohio Db2 Users Group CODUG December 5, 2017 Roger Midgette The Fillmore Group Frank Fillmore The Fillmore Group Doug Anderson Rocket Software roger.midgette@thefillmoregroup.com

More information

Identity Federation: security for multiple services in a trusted environment.

Identity Federation: security for multiple services in a trusted environment. Italian Chapter of Identity Federation: security for multiple services in a trusted environment. enabling a community of interest Elio Molteni President of AIPSI info@aipsi.org Agenda Introduction to AIPSI

More information

Chapter 2 Introduction

Chapter 2 Introduction Chapter 2 Introduction PegaRULES Process Commander applications are designed to complement other systems and technologies that you already have in place for doing work. The Process Commander integration

More information

1Z Java EE 6 Web Services Developer Certified Expert Exam Summary Syllabus Questions

1Z Java EE 6 Web Services Developer Certified Expert Exam Summary Syllabus Questions 1Z0-897 Java EE 6 Web Services Developer Certified Expert Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-897 Exam on Java EE 6 Web Services Developer Certified Expert... 2 Oracle

More information

IPC Integrated Food Security Phase Classification. Lesson: IPC Quality Assurance

IPC Integrated Food Security Phase Classification. Lesson: IPC Quality Assurance IPC Integrated Food Security Phase Classification Version 2.0 Lesson: Text-only version In partnership with: In this lesson LEARNING OBJECTIVES... 2 INTRODUCTION... 2 WHERE YOU ARE IN THE IPC PACKAGE...

More information

NOTIFICATION TO THE PARTIES

NOTIFICATION TO THE PARTIES CONVENTION ON INTERNATIONAL TRADE IN ENDANGERED SPECIES OF WILD FAUNA AND FLORA NOTIFICATION TO THE PARTIES No. 2014/035 Geneva, 4 August 2014 CONCERNING: Needs assessment for strengthening the implementation

More information

Global New Issues Mergers & Acquisitions Corporate Governance Corporate Restructuring VentureXpert Securities Trading Global Public Finance

Global New Issues Mergers & Acquisitions Corporate Governance Corporate Restructuring VentureXpert Securities Trading Global Public Finance C H A P T E R 1 Chapter 1 Overview SDC Platinum is a software application with web connection that is the industry standard for information on new issues, M&A, syndicated loans, private equity, project

More information

Mergers & Acquisition in an Evolving and Consolidating Industry. CoBank Rob West, SVP. May 12, 2016

Mergers & Acquisition in an Evolving and Consolidating Industry. CoBank Rob West, SVP. May 12, 2016 Mergers & Acquisition in an Evolving and Consolidating Industry CoBank Rob West, SVP May 12, 2016 CoBank at a Glance A broad-based cooperative financial services organization serving vital industries across

More information

BI Building Integrity

BI Building Integrity BI Building Integrity Programme Transparency, Accountability and Integrity in the Defence and Security Sector About the NATO Building Integrity Programme THE BUILDING INTEGRITY PROGRAMME: AN OVERVIEW The

More information

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION The process of planning and executing SQL Server migrations can be complex and risk-prone. This is a case where the right approach and

More information

DISCUSSION PAPER. Recommendations for a common UN System wide agenda on NCDs

DISCUSSION PAPER. Recommendations for a common UN System wide agenda on NCDs First Meeting of UN Funds, Programmes and Agencies on the Implementation of the Political Declaration of the High level Meeting of the General Assembly on the Prevention and Control of NCDs (New York,

More information

Sendai Framework for Disaster Risk Reduction & 2030 Agenda for Sustainable Development

Sendai Framework for Disaster Risk Reduction & 2030 Agenda for Sustainable Development Sendai Framework for Disaster Risk Reduction 2015-2030 & 2030 Agenda for Sustainable Development United Nations Office for Disaster Risk Reduction (UNISDR) UNISDR: 25 years of international commitment

More information

Implementation of Information Technology for Statistical Activities in BPS Statistics Indonesia

Implementation of Information Technology for Statistical Activities in BPS Statistics Indonesia Badan Pusat Statistik Badan Pusat Statistik Statistics Indonesia Implementation of Information Technology for Statistical Activities in BPS Statistics Indonesia Presented by Rusman Heriawan Introduction

More information

WSIS Forum Open Consultation Process

WSIS Forum Open Consultation Process WSIS Forum 2016. Open Consultation Process First Physical Meeting of the Open Consultation Process of the WSIS Forum 2016 20 January 2016 ITU Headquarters, Switzerland Open Consultation Process One Two

More information

Office 365 External Sharing Webinar November 7, 2017

Office 365 External Sharing Webinar November 7, 2017 Office 365 External Sharing Webinar November 7, 2017 Introductions Peter Carson President, Extranet User Manager and Envision IT SharePoint MVP Partner Seller, Microsoft Canada peter.carson@extranetusermanager.com

More information

IUID Registry Application Programming Interface (API) Version 5.6. Software User s Manual (SUM)

IUID Registry Application Programming Interface (API) Version 5.6. Software User s Manual (SUM) IUID Registry Application Programming Interface (API) Version 5.6 Software User s Manual (SUM) Document Version 1.0 May 28, 2014 Prepared by: CACI 50 N Laura Street Jacksonville FL 32202 Prepared for:

More information