OEPI: A Network Solution for Managing Organizations Environmental Performance Indicators

Size: px
Start display at page:

Download "OEPI: A Network Solution for Managing Organizations Environmental Performance Indicators"

Transcription

1 EnviroInfo 2012: EnviroInfo Dessau 2012, Part 2: Open Data and Industrial Ecological Management OEPI: A Network Solution for Managing Organizations Environmental Performance Indicators Ali Dada 1, Katrin Müller 2, José Antonio López Abad 3, Shane Bracher 4 Abstract Companies use Environmental Performance Indicators (EPIs) such as CO 2 emissions and water consumption to monitor and reduce the impact of their operations and products on the environment. Various IT solutions are used today to manage these EPIs, however, these suffer from three shortcomings. They do not sufficiently address the business user, they barely touch upon the inter-organizational aspects, and they typically suffer from data availability and quality issues. Addressing these challenges is the aim of the research project OEPI whose approach and results are the subject of this paper. OEPI proposes a new solution aimed at the business user, designed for extensibility, and with particular mechanisms that foster inter-organizational cooperation and high-quality data incorporation. The goal is to provide a many-to-many business network that enables users to easily provision, share, and manage their EPIs. 1. Corporate Environmental Actions Companies are increasingly taking action to monitor, reduce, and report their environmental impact. For example, more than 700 companies reported their 2011 sustainability performance following the Global Reporting Initiative (GRI), a de-facto guideline for sustainability reporting. Companies see real business value in this exercise as investors, shareholders, and customers are asking for it more often. For example, the FTSE4Good Index Series and Dow Jones Sustainability Indexes (DJSI) are used by investors in their decision-making. An additional initiative also worth noting is the Carbon Disclosure Project (CDP), whose 2011 questionnaire to collect organization-level CO 2 emission data was sent on behalf of investors with US$71 trillion of assets, and resulted in over 400 responses from the biggest 500 companies. Carbon dioxide and greenhouse gas emissions in general have been the subject of particular emphasis due to global warming, and this is reflected in reporting initiatives such as the CDP but also standardization efforts such as the Greenhouse Gas Protocol. The latter was originally focused on organization-level emissions but recently new standards appeared to cover the supply chain and product levels. The need to broaden the scope of environmental considerations beyond the own organization into the supply chain and product life cycle is evident in further examples. First, the CDP added a supply chain reporting initiative in addition to the above-mentioned organization-level reporting. Second, focal players in the supply chain, e.g. Walmart and Unilever, have issued mandates requesting their top suppliers to provide specific environmental information and trigger them to continuously improve. Third, life cycle assessments are increasingly used and results are often reported in the form of an Environmental Product Declaration (EPD), and inter- 1 SAP Research, SAP (Schweiz) AG, Blumenbergplatz 9, 9000, St. Gallen, Switzerland 2 Siemens AG, Corporate Technology, Siemensdamm 50, Berlin, Germany 3 Ericsson España S.A., C/ Abraham Zacuto, Parque Tecnológico de Boecillo, 47151, Boecillo, Valladolid, Spain 4 SAP Research, SAP Australia Pty Ltd, 52 Merivale Street, South Brisbane QLD 4101, Australia ali.dada@sap.com, katrin.km.mueller@siemens.com, jose.antonio.lopez.abad@ericsson.com, shane.bracher@sap.com

2 organizational initiatives such as the International EPD System and The Sustainability Consortium have been active to promote common ways to calculate and disseminate these product indicators. 2. Three Major Challenges Companies use a wide range of IT tools and solutions to account for and manage their EPIs on company, supply chain, and product-levels. These include spreadsheet-based and homegrown solutions, traditional enterprise planning and costing tools, and special purpose EPI management software (Dada et al. 2010, Jacobson 2010). However, state-of-the-art solutions suffer from three major shortcomings. The first shortcoming is that the current solutions are mostly aimed to be used by sustainability domain experts and not the business users who take decisions that can lead to environmental improvements (Nawrocka et al. 2009). The current environmental actions are often separate from the daily operations, e.g. procurement, product design, service outsourcing, etc. Whereas domain experts use specialized software to manage the environmental impact and initiatives, business users execute the traditional operations in the respective enterprise systems without seeing the resulting environmental indicators. The second challenge is that today s tools provide a much higher focus on the intra-organizational aspects of EPIs, whereas most emissions are known to occur beyond single-company walls (Scipioni et al. 2010). For example, high-tech brand owners such as Siemens and Kone assemble final products, but most environmental impact is due to raw material extraction and the end product s energy consumption. Currently, the process of collecting inter-organizational EPIs from suppliers and customers is tedious, errorprone, and not easily repeatable with state-of-art tools. Finally, the state-of-the-art does not sufficiently address the challenges of data availability, transparency, and quality. Brand-sensitive companies require high quality data from suppliers who in turn either do not want to share the often-sensitive data or do not see the motivation to invest time and effort in that (Schliephake et al. 2009). This leads to no-data or low-quality data, e.g. from industry averages (which cannot be used to differentiate suppliers or product alternatives). The problem is not only a business challenge but also a technical one: data from multiple sources has different, incompatible formats. Connecting to these sources in a common way is a technical challenge that has yet to be addressed convincingly. 3. The OEPI Solution Approach This section provides an overview of the proposed solution approach developed in OEPI: a many-to-many network solution for EPI management that is designed for use by business users in both, intra- as well as inter-organizational scenarios, with specific mechanisms that foster the availability of high quality data. In each of the following paragraphs we describe one of the four solution aspects: the frontend portal, the backend platform, the community network, and the semantic mapping for external data incorporation. 3.1 Frontend Portal The first aspect is around targeting primarily the business user rather than the environmental expert. Since the former has much less time for and exposure to environmental issues that the latter, the system should be particularly intuitive and easy to use, thereby enabling on-boarding with minimal training. Also, the frontend should be very customizable and flexible to support many different users and application scenarios. This led us to opt for an enterprise portal approach based on Liferay, the leading portal in the open source world, with a thriving community and a set of built-in features that fitted well our needs. Portals are a mature technology approaching dynamic web application design using a component model based on aggregation of markup fragments into pages. Each chunk is generated by a portlet and the portal server com-

3 bines them into a single web page. The OEPI portal has many portlets that provide the functionality needed for business users, e.g. an organization portlet to connect to and communicate with external stakeholders, an EPI portlet to define new indicators, and portlets to manage unit processes, activities, and products. Figure 1 shows two example portlets providing benchmarking functionality for organizations or products. Figure 1 Benchmarking editor and visualizer portlets 3.2 Backend Platform There are many different business scenarios and users who need access to common EPIs and underlying data, so our goal was to enable different frontends to be built for independent and extensible use cases on top of a common data layer. We opted for a modular architecture comprising a lean platform layer containing the commonly needed data and the respective access methods, in addition to a loosely coupled frontend on top that supports sample scenarios. Such a configuration allows many different applications to build on top of a common data access and storage layer. The OEPI platform offers a set of REST services for external applications to access its EPIs and related data for organizations, products, and processes. From a high-level perspective, the OEPI platform follows a 3-step process - illustrated in Figure 2 - to provision environmental information to end users. First, the services exposed by the platform listen for incoming requests from end-user applications. An example of an end-user application is the OEPI portal, but other applications with different use cases can be considered. Second, the platform processes incoming requests by searching its data sources for the requested environmental information. Finally, the information is returned to the end-user application as a response message. This 3-step process highlights the simplicity of the OEPI platform and provides a general understanding of how it functions. Figure 2 End-user application interfacing with the OEPI platform services 3.3 Community Network The next aspect of OEPI addresses the inter-organizational challenge. Namely, we opted for a many-tomany network solution that connects the participating companies in a similar way to how social networks connect friends, leading to an increase in the availability of EPIs and their application in business. The

4 various supply chain partners would share the indicators with the community, and would use the EPIs published by others. This leads to a higher leverage and lower cost, because suppliers publish an indicator once instead of responding to various queries. In addition, in a network approach, the system can assist the non-expert business user by providing a list, say, of the top EPIs on the network, thereby borrowing concepts from social networks. A very powerful capability of such an approach is the ability to benchmark performance, either of suppliers, or of your own with respect to (anonymous) competitors and industry averages. Finally, we leveraged the community network approach to build special inter-organizational functionality, e.g. including the EPI of a supplier or one of its components by simply dragging and dropping this EPI into your own organization or product portlet respectively. This represents a major advancement in comparison to the tedious process in which external EPIs are requested, collected, and used internally. 3.4 Semantic Mapping of External Data The last challenge that OEPI addresses is that of data availability, transparency, and quality. First, it is important to note that the many-to-many approach is crucial in improving this: companies are motivated to provide more and better data because it s easier to share them with many clients at once, but also due to specific incentive schemes that we introduced based on the community network aspect. However, here we focus on the technical challenge of incorporating external, incompatible data. The OEPI approach was to develop an ontology that unambiguously describes an EPI and its relevant data irrespective of its source or application. The OEPI ontology serves as a formalized language that can be used to map different EPIs from disparate sources into a common format which is then stored persistently into semantic databases. These triple stores can then be queried using SPARQL queries by the OEPI platform which is not aware of how the external data was represented before the semantic mapping. The OEPI platform returns the query results to the frontend application as it would with data that is internally stored. In the project, we implemented such a semantic mapping proof-of-concept for each of three example data sources: the European Reference Life Cycle Data System (ELCD) database, the SimaPro life cycle assessment tool from PRé, and SAP s Sustainability Performance Management (SuPM). 4. Business User Insights Twenty-four business users from five organizations tested the system over a period of four weeks. The testers covered different areas of expertise; from the environmental and business domains. The following highlights have been reported by most users as major added-value of the OEPI system: (1) Benchmarking capability with network and external sources, (2) access to primary data at lower costs, and (3) a very flexible system providing a quick overview on product and organizational EPIs. There were two criticisms when it comes to data availability and time reduction. The reason for the former is that it resulted from a test case in the telecommunication sector which replied on simulation data due to the lack of real data. This sector-specific issue has been not in the focus of the OEPI project. The latter resulted from a person who already uses a specific tool and had the opinion that using yet another system for environmental indicators only would increase his work-load. However it is not the intention to substitute tools but to connect them and enable useful exchange of results within the network.

5 Bibliography Dada A. (et al) (2010): Towards Continuous Environmental Improvements across the Product Life Cycle, 16th Americas Conference on Information Systems, Lima, Peru. Jacobson S. (2010): How EH&S Providers Can Claim a Slice of the Sustainability Software Market, Manufacturing Operations, AMR Research. Nawrocka D. (et al) (2009): ISO in environmental supply chain practices, Journal of Cleaner Production, 17(16): pp Schliephake K. (et al) (2009): Making resources work more efficiently - the importance of supply chain partnerships. Journal of Cleaner Production, 17(14): Scipioni A. (et al) (2010): Voluntary GHG management using a life cycle approach: A case study, Journal of Cleaner Production, 18(4), pp

St. Gallen, Switzerland

St. Gallen, Switzerland Preface The first decade of the twenty-first century showed an exponential growth in interest around sustainability in general and its environmental pillar in particular. Academia, industry, and policy-makers

More information

Bringing sustainability to the daily business: The OEPI Project

Bringing sustainability to the daily business: The OEPI Project Bringing sustainability to the daily business: The OEPI Project Daniel Meyerholt 1, Jorge Marx Gómez 1, Ali Dada 2, Jörg Bremer 1, and Barbara Rapp 1 1 Carl von Ossietzky University Oldenburg, Fakultät

More information

Sustainable Lifecycle Engineering at Siemens AG

Sustainable Lifecycle Engineering at Siemens AG Sustainable Lifecycle Engineering at Siemens AG Jens- Christian Holst*, Katrin Mueller, Karin Uebelhoer Siemens AG, Corporate Technology, Corporate Research and Technologies, Berlin, Germany * Jens-Christian.Holst@siemens.com

More information

The world s leading sustainability consultancy

The world s leading sustainability consultancy 1 Sustainability Terminology Organizations use different words Sustainability Sustainable Development Corporate Social Responsibility Corporate/global Citizenship that essentially mean the same thing addressing

More information

Sustainable Product Design and Supplier Material Disclosure

Sustainable Product Design and Supplier Material Disclosure Sustainable Product Design and Supplier Material Disclosure Tedie West Kerri Doyle Siemens PLM Software Plano, Texas Abstract: Sustainable product design and the task of bringing new, earth friendly products

More information

Integration and infrastructure software Executive brief May The business value of deploying WebSphere Portal software in an SOA environment.

Integration and infrastructure software Executive brief May The business value of deploying WebSphere Portal software in an SOA environment. Integration and infrastructure software Executive brief May 2006 The business value of deploying WebSphere Portal software in an SOA environment. Page 2 Contents 2 Executive overview 3 Why SOA? 5 The evolution

More information

Adaptive work environments

Adaptive work environments Adaptive work environments Helping business achieve operational efficiency through people and SOA. Flexibility that enables people to rapidly access and interact with targeted business processes Business

More information

The Sustainability Quotient (SQ) Program: ULE 880 & 881 Rory Bakke, Director of Sustainability GreenBiz Group

The Sustainability Quotient (SQ) Program: ULE 880 & 881 Rory Bakke, Director of Sustainability GreenBiz Group The Sustainability Quotient (SQ) Program: ULE 880 & 881 Rory Bakke, Director of Sustainability GreenBiz Group Rory@greenbiz.com 2011 Underwriters Laboratories Inc. 1 Topics Short History Who Developed

More information

Service oriented architecture solutions White paper. IBM SOA Foundation: providing what you need to get started with SOA.

Service oriented architecture solutions White paper. IBM SOA Foundation: providing what you need to get started with SOA. Service oriented architecture solutions White paper IBM SOA Foundation: providing what you need to get started with SOA. September 2005 Page 2 Contents 2 Executive summary 2 SOA: the key to maximizing

More information

Enterprise Service-Oriented Architecture Made Easy: Driving Adoption with SAP Discovery System Software. Heiko Stock Dir, Solution Office SAP AG

Enterprise Service-Oriented Architecture Made Easy: Driving Adoption with SAP Discovery System Software. Heiko Stock Dir, Solution Office SAP AG Enterprise Service-Oriented Architecture Made Easy: Driving Adoption with SAP Discovery System Software Heiko Stock Dir, Solution Office SAP AG Success Factors for Adopting Enterprise Service-Oriented

More information

NISOURCE INC KEY PERFORMANCE INDICATORS INDEPENDENT VERIFICATION STATEMENT

NISOURCE INC KEY PERFORMANCE INDICATORS INDEPENDENT VERIFICATION STATEMENT NISOURCE INC. 2017 KEY PERFORMANCE INDICATORS INDEPENDENT VERIFICATION STATEMENT Introduction Trinity Consultants, Inc. ( Trinity ) was contracted by NiSource Inc. ( NiSource ) to verify its environmental

More information

A Web Services Based Architecture for Improvement of the Transparency and Decision-making in Public Administration

A Web Services Based Architecture for Improvement of the Transparency and Decision-making in Public Administration A Web Services Based Architecture for Improvement of the Transparency and Decision-making in Public Administration Emil Stănescu, stanescu@ici.ro National Institute for R&D in Informatics - ICI, Bucharest

More information

NISOURCE INC KEY PERFORMANCE INDICATORS INDEPENDENT VERIFICATION STATEMENT

NISOURCE INC KEY PERFORMANCE INDICATORS INDEPENDENT VERIFICATION STATEMENT NISOURCE INC. 2017 KEY PERFORMANCE INDICATORS INDEPENDENT VERIFICATION STATEMENT Introduction Trinity Consultants, Inc. ( Trinity ) was contracted by NiSource Inc. ( NiSource ) to verify its environmental

More information

Helping Organizations Manage their GHG Portfolio. Pierre Boileau Manager Canadian Standards Association

Helping Organizations Manage their GHG Portfolio. Pierre Boileau Manager Canadian Standards Association Helping Organizations Manage their GHG Portfolio Pierre Boileau Manager Canadian Standards Association Overview Context: why do ISO and CSA care about climate change? Why standardize? Newly released ISO

More information

Business Sustainability Policy

Business Sustainability Policy WEIDA (M) BHD (Company No: 504747-W) (Incorporated in Malaysia) Business Sustainability Policy Weida (M) Bhd (504747-W) Business Sustainability Policy WEIDA (M) BHD (504747-W) TABLE OF CONTENTS 1.0 Introduction

More information

Disclosing Company Guidance for Applying the GEC EPEAT Ecolabel to the 2018 CDP Climate Change Questionnaire

Disclosing Company Guidance for Applying the GEC EPEAT Ecolabel to the 2018 CDP Climate Change Questionnaire Disclosing Company Guidance for Applying the GEC EPEAT Ecolabel to the 2018 CDP Climate Change Questionnaire Global standards are essential to tackle global issues; no one entity is powerful enough to

More information

Enterprise Modeling to Measure, Analyze, and Optimize Your Business Processes

Enterprise Modeling to Measure, Analyze, and Optimize Your Business Processes SAP Solution in Detail SAP NetWeaver SAP Enterprise Modeling Applications by Software AG Enterprise Modeling to Measure, Analyze, and Optimize Your Business Processes Table of Contents 4 Quick Facts 5

More information

Overview and Frequently Asked Questions

Overview and Frequently Asked Questions Overview and Frequently Asked Questions Overview Oracle Buys Strategic Operational Planning Technology Provider Interlace Systems: Extends Oracle s Industryleading Enterprise Performance Management (EPM)

More information

The WebSphere Portal Strategy: Platform for Business Innovation

The WebSphere Portal Strategy: Platform for Business Innovation The WebSphere Portal Strategy: Platform for Business Innovation Topics WebSphere Portal V6.0: The front end of SOA WebSphere Portal Success Stories What s currently planned for 2007 Our mission Make more

More information

A Collaborative Web Service Platform for AEC Supply Chain

A Collaborative Web Service Platform for AEC Supply Chain A Collaborative Web Service Platform for AEC Supply Chain Chin-Pang Jack Cheng *, Kincho H. Law, Hans Bjornsson Engineering Informatics Group, Stanford University, CA 94305, USA; Chalmers University of

More information

Sustainability: BT s Carbon Impact Assessment. Real world solutions from a world class practitioner

Sustainability: BT s Carbon Impact Assessment. Real world solutions from a world class practitioner Sustainability: BT s Carbon Impact Assessment Real world solutions from a world class practitioner Introduction Sustainability has come of age as a core business issue. For some time it has been on the

More information

Corporate Activity Scope3 Scorecard Criteria (Ver.1)

Corporate Activity Scope3 Scorecard Criteria (Ver.1) Corporate Activity Scope3 Scorecard Criteria (Ver.1) January 12, 2011 Deloitte Tohmatsu Evaluation and Certification Organization Co., Ltd. Contents A. Introduction... 2 B. About the Scope3 Scorecard...

More information

Development and Transition of the FSC Network

Development and Transition of the FSC Network Forest Stewardship Council FSC POLICY V1-1 EN FSC NETWORK Title: Document reference code: Scope: V1-1 EN International Approval date: 01-07-2011 Contact: E-mail for comments: FSC Network Unit g.boetekees@fsc.org

More information

TURNKEY GROUP. Applying the benefits of Electronic Measurement Systems as an environment friendly approach to Brand Enhancement and Savings

TURNKEY GROUP. Applying the benefits of Electronic Measurement Systems as an environment friendly approach to Brand Enhancement and Savings TURNKEY GROUP Applying the benefits of Electronic Measurement Systems as an environment friendly approach to Brand Enhancement and Savings AGENDA Green Forum Agenda: Environmental Reporting in the Asia

More information

CAPACITY BUILDING WORKSHOP SUSTAINABILITY IN THE SUPPLY CHAIN

CAPACITY BUILDING WORKSHOP SUSTAINABILITY IN THE SUPPLY CHAIN CAPACITY BUILDING WORKSHOP SUSTAINABILITY IN THE SUPPLY CHAIN 90% of natural capital impact associated with consumer sector is embedded in supply chains Only 25% of the companies engage their suppliers

More information

Better Performance, Better Results

Better Performance, Better Results Better Performance, Better Results Your performance measurement and reporting capabilities transformed at the core As a wealth management firm of substantial scale or size, with a large or fast-growing

More information

SOA Maturity Assessment using OSIMM

SOA Maturity Assessment using OSIMM SOA Maturity Assessment using OSIMM Presented by: Andras R. Szakal IBM Distinguished Engineer VP & CTO, IBM US Federal SWG SOA Tutorial - Architecture Slide 1 of 28 What You Will Learn The Open Group SOA

More information

TamTamy in the Cloud. SaaS

TamTamy in the Cloud. SaaS TamTamy in the Cloud SaaS TamTamy TamTamy is a registered Reply brand. It is a software solution for creating and developing Enterprise Social Networks and Communities. TamTamy builds social relationships

More information

API Gateway based approach to Integrations

API Gateway based approach to Integrations API Gateway based approach to Integrations Sanjeev Tamboli VP Products & CTO eq Technologic, Inc. GPDIS_2016.ppt 1 Agenda Company and Product overview About eq Technologic, Inc. Product overview Brief

More information

Good afternoon ladies and gentlemen thank you for sparing the time to take part in this event.

Good afternoon ladies and gentlemen thank you for sparing the time to take part in this event. Good afternoon ladies and gentlemen thank you for sparing the time to take part in this event. We d like to share with you our experiences of working with some of the most commercially successful and environmentally

More information

Geographical Indications Towards a Sustainability Manifest Concept note for the inception Workshop - 4th of May 2017

Geographical Indications Towards a Sustainability Manifest Concept note for the inception Workshop - 4th of May 2017 Geographical Indications Towards a Sustainability Manifest Concept note for the inception Workshop - 4th of May 2017 Background In 2016, the Organization for an International Geographical Indications Network

More information

Vendor Ratings, VDR Alan H. Tiedrich, Howard J. Dresner

Vendor Ratings, VDR Alan H. Tiedrich, Howard J. Dresner Vendor Ratings, Alan H. Tiedrich, Howard J. Dresner Research Note 7 May 2003 Vendor Rating: arcplan s Growth Rate Masks Its Challenges arcplan s rapid revenue growth comes from impressive technology and

More information

IDENTIFY, AGGREGATE AND STANDARDIZE COMPANY DATA THROUGHOUT YOUR ORGANIZATION

IDENTIFY, AGGREGATE AND STANDARDIZE COMPANY DATA THROUGHOUT YOUR ORGANIZATION IDENTIFY, AGGREGATE AND STANDARDIZE COMPANY DATA THROUGHOUT YOUR ORGANIZATION CREATE VALUE FROM SUSTAINABILITY Measuring one s carbon footprint and environmental impact has become standard for organizations,

More information

Commerce-as-a-Service. You focus on your core business. We manage your digital sales.

Commerce-as-a-Service. You focus on your core business. We manage your digital sales. Commerce-as-a-Service You focus on your core business. We manage your digital sales. Commerce-as-a-Service from the Experts This enables you to exceed customer expectations and minimize internal costs.

More information

The Federal Enterprise Architecture's reference models contain concepts that can be leveraged by state and local governments.

The Federal Enterprise Architecture's reference models contain concepts that can be leveraged by state and local governments. G. Kreizman Research Note 28 July 2003 Commentary What the Federal Enterprise Architecture Means to You The Federal Enterprise Architecture's reference models contain concepts that can be leveraged by

More information

Product Innovation Platform Assessment

Product Innovation Platform Assessment CIMdata ebook Platform Assessment Aras PLM Platform Global Leaders in PLM Consulting www.cimdata.com What You Need To Know Enterprise Infrastructure Utilization Availability End-to-End Lifecycle Support

More information

A SMART TOOL FOR SUSTAINABILITY DATA MANAGEMENT

A SMART TOOL FOR SUSTAINABILITY DATA MANAGEMENT A SMART TOOL FOR SUSTAINABILITY DATA MANAGEMENT REPORT, ANALYSE, COMMUNICATE AND STORE DATA CEMAsys is a cloud based sustainability reporting tool where you can collect, measure, store and manage all corporate

More information

umantis Successful talent management begins with people

umantis Successful talent management begins with people HR Software Index Successful talent management begins with people Talent Management accompanies and supports the entire life cycle of the company's employees. The HR department obviously uses the solution,

More information

An Enterprise Resource Planning Solution for Mill Products Companies

An Enterprise Resource Planning Solution for Mill Products Companies SAP Thought Leadership Paper Mill Products An Enterprise Resource Planning Solution for Mill Products Companies Driving Operational Excellence and Profitable Growth Table of Contents 4 What It Takes to

More information

Carbon Management Strategy

Carbon Management Strategy Carbon Management Strategy Position Paper and Capability Statement Carbon Management Strategy Sustainable Business Consulting Pty Ltd Level 21, 201 Miller Street, North Sydney 2060 P: 1300 102 195 F: +61

More information

"Indirect GHG emissions calculation in Switzerland"

Indirect GHG emissions calculation in Switzerland Research Project " calculation in Switzerland" - Executive Summary of the Final Report - On behalf of the Swiss Federal Office for the Environment (FOEN) Authored by: Quantis Rainer Zah Michael Spielmann

More information

KNOWLEDGE MANAGEMENT AT THE AFRICAN DEVELOPMENT BANK. Bakri Abdul-Karim (Ph.D)

KNOWLEDGE MANAGEMENT AT THE AFRICAN DEVELOPMENT BANK. Bakri Abdul-Karim (Ph.D) KNOWLEDGE MANAGEMENT AT THE AFRICAN DEVELOPMENT BANK Bakri Abdul-Karim (Ph.D) Officer-In-Charge, Information & Knowledge Management Division African Development Institute African Development Bank B.abdul-karim@afdb.org

More information

IBM and SAS: The Intelligence to Grow

IBM and SAS: The Intelligence to Grow IBM and SAS: The Intelligence to Grow IBM Partner Relationships Building Better Businesses An intelligent team Business agility the ability to make quick, wellinformed decisions and rapidly respond to

More information

www.ulehssustainability.com YOUR PARTNER IN EHS, SUSTAINABILITY AND SUCCESS UL EHS Sustainability is the leading environmental, health, safety and sustainability software provider for enterprise clients

More information

Pellucid Agent Architecture for Administration Based Processes

Pellucid Agent Architecture for Administration Based Processes Pellucid Agent Architecture for Administration Based Processes M. Laclavik, Z. Balogh, L. Hluchy, G. T. Nguyen, I. Budinska, T. T. Dang Institute of Informatics, SAS, Dubravska cesta 9, Bratislava 84237,

More information

EVA Netmodeler VERSION Q

EVA Netmodeler VERSION Q VERSION 2.6 - Q3 2011 1 CONTENTS Desirable Futures... 3 Easy Data Gathering... 4 Powerful Analysis... 5 Easy Output and Sharing... 7 Standards Compliance... 8 Easy Deployment... 9 More information... 9

More information

ENVIRONMENTAL IMPACT ASSESSMENT: LOCAL FOOTPRINT NATURE EVALUATE THE IMPACT OF YOUR ORGANIZATION S OPERATIONS, PRODUCTS AND SERVICES AND OPTIMIZE

ENVIRONMENTAL IMPACT ASSESSMENT: LOCAL FOOTPRINT NATURE EVALUATE THE IMPACT OF YOUR ORGANIZATION S OPERATIONS, PRODUCTS AND SERVICES AND OPTIMIZE ENVIRONMENTAL IMPACT ASSESSMENT: LOCAL FOOTPRINT NATURE EVALUATE THE IMPACT OF YOUR ORGANIZATION S OPERATIONS, PRODUCTS AND SERVICES AND OPTIMIZE YOUR ENVIRONMENTAL PERFORMANCE From design to implementation,

More information

Technology-Based Solutions for Reactor Pressure Vessel Internals Management: isione

Technology-Based Solutions for Reactor Pressure Vessel Internals Management: isione Technology-Based Solutions for Reactor Pressure Vessel Internals Management: isione isione All rights reserved 5215 Hellyer Avenue Suite 210 San Jose, CA 95138 1-877-4SI-POWER 2017 Sample isione view:

More information

Oracle Solutions for High Tech - Complex Equipment Drive Manufacturing Network Efficiency

Oracle Solutions for High Tech - Complex Equipment Drive Manufacturing Network Efficiency Oracle Solutions for High Tech - Complex Equipment Drive Manufacturing Network Efficiency Oracle Solutions for High Tech Complex Equipment Drive Manufacturing Network Efficiency In high technology, the

More information

GIGYA: Connect, Collect, Convert

GIGYA: Connect, Collect, Convert GIGYA: Connect, Collect, Convert Gigya: Connect, Collect, Convert Balancing Personalization and Trust in the Age of the Customer To compete in today s hyper-connected world, businesses are leveraging more

More information

INDEPENDENT ASSURANCE STATEMENT

INDEPENDENT ASSURANCE STATEMENT INDEPENDENT ASSURANCE STATEMENT Assurance Scope, Objectives and Methodology Objectives Natural Capital Ltd (referred to as Natural Capital throughout the rest of this statement) was commissioned by Fujitsu

More information

WORKIVA WDESK MERGES SUSTAINABILITY WITH FINANCIAL REPORTING SEPTEMBER 2014

WORKIVA WDESK MERGES SUSTAINABILITY WITH FINANCIAL REPORTING SEPTEMBER 2014 WORKIVA WDESK MERGES SUSTAINABILITY WITH FINANCIAL REPORTING SEPTEMBER 2014 Verdantix Ltd 2007-2014. Reproduction Prohibited. WORKIVA WDESK MERGES SUSTAINABILITY WITH FINANCIAL REPORTING September 2014

More information

G4 DEVELOPMENT. Document 2 of 12 Statistics: Quantitative Online Feedback. Second G4 Public Comment Period: Submissions.

G4 DEVELOPMENT. Document 2 of 12 Statistics: Quantitative Online Feedback. Second G4 Public Comment Period: Submissions. G4 DEVELOPMENT Document 2 of 12 Statistics: Quantitative Online Feedback February 2013 INTRODUCTION ABOUT THE SUBMISSIONS DOCUMENTS In 2010 GRI began the development of the fourth generation of its Sustainability

More information

Translate stakeholder needs into strategy. Governance is about negotiating and deciding amongst different stakeholders value interests.

Translate stakeholder needs into strategy. Governance is about negotiating and deciding amongst different stakeholders value interests. Principles Principle 1 - Meeting stakeholder needs The governing body is ultimately responsible for setting the direction of the organisation and needs to account to stakeholders specifically owners or

More information

OEM Customer Management for Automotive Suppliers

OEM Customer Management for Automotive Suppliers OEM Customer Management for Automotive Suppliers Tier 1 automotive suppliers (Tier 1s) each have a limited number of customers, and so the loss of one customer would strongly affect profitability. Most

More information

Sustainability BT s Carbon Impact Assessment. Real world solutions from a world class practitioner

Sustainability BT s Carbon Impact Assessment. Real world solutions from a world class practitioner Sustainability BT s Carbon Impact Assessment Real world solutions from a world class practitioner 2 Introduction Sustainability has come of age as a core business issue. For some time it has been on the

More information

WHITE PAPER OCT 2015 WHY DISCLOSE TO CDP?

WHITE PAPER OCT 2015 WHY DISCLOSE TO CDP? WHITE PAPER OCT 2015 WHY DISCLOSE TO CDP? By encouraging a system of sustainability disclosure and transparency among companies and cities, CDP enables organizations to benchmark, measure and manage their

More information

Natural Capital Management, Valuation and Accounting for the Private Sector

Natural Capital Management, Valuation and Accounting for the Private Sector Natural Capital Management, Valuation and Accounting for the Private Sector NATURAL CAPITAL PROGRAM Juan J. Dada Sustainable Business Advisory IFC s Vision That people should have the opportunity to escape

More information

Using Analytical Marketing Optimization to Achieve Exceptional Results WHITE PAPER

Using Analytical Marketing Optimization to Achieve Exceptional Results WHITE PAPER Using Analytical Marketing Optimization to Achieve Exceptional Results WHITE PAPER SAS White Paper Table of Contents Optimization Defined... 1 Prioritization, Rules and Optimization a Method Comparison...

More information

Chemical Testing and Analytic Services

Chemical Testing and Analytic Services Chemical Testing and Analytic Services UL Environment is a global leader in testing systems, products, and materials for their impacts on the indoor air quality (IAQ) and health effects. Customer Benefits:

More information

HOW CAN DIGITAL SUPPLIERS ACCELERATE CUSTOMERS TRANSFORMATIONS?

HOW CAN DIGITAL SUPPLIERS ACCELERATE CUSTOMERS TRANSFORMATIONS? HOW CAN DIGITAL SUPPLIERS ACCELERATE CUSTOMERS TRANSFORMATIONS? By Astrid Rauchfuss, Tobias Schmitter, Philipp Bode, and Dominik Michaelis There s a big opportunity for digital suppliers out there, but

More information

EXTERNAL WEB SERVICES FOR CONSTRUCTION SECTOR SMES

EXTERNAL WEB SERVICES FOR CONSTRUCTION SECTOR SMES EXTERNAL WEB SERVICES FOR CONSTRUCTION SECTOR SMES Rimantas Gatautis Kaunas University of Technology Laisvės av. 55, LT 44309 Kaunas, Lithuania rgataut@ktu.lt Elena Vitkauskaite Kaunas University of Technology

More information

Disclosing Company Guidance for Applying the GEC EPEAT Ecolabel to the 2017 CDP Climate Change Questionnaire

Disclosing Company Guidance for Applying the GEC EPEAT Ecolabel to the 2017 CDP Climate Change Questionnaire Disclosing Company Guidance for Applying the GEC EPEAT Ecolabel to the 2017 CDP Climate Change Questionnaire Global standards are essential to tackle global issues; no one entity is powerful enough to

More information

New Product Innovation Leadership Leadership Award Award

New Product Innovation Leadership Leadership Award Award 201 201 INSERT COMPANY LOGO HERE 2014 European 2013 Integration North American Platforms SSL for Certificate Business Applications New Product Innovation Leadership Leadership Award Award 2014 Frost &

More information

POWERING INTERNATIONAL PROCUREMENT STRATEGIES WITH SAP SRM AND ARIBA

POWERING INTERNATIONAL PROCUREMENT STRATEGIES WITH SAP SRM AND ARIBA POWERING INTERNATIONAL PROCUREMENT STRATEGIES WITH SAP SRM AND ARIBA About our client Our client is a global player in the power and gas markets and a leading company in the energy production sector. With

More information

Single Euro Payments Area

Single Euro Payments Area Single Euro Payments Area Background The Single Euro Payments Area (SEPA) is a payment-integration initiative of the European Union for simplification of bank transfers. As of March 2012, SEPA consists

More information

Make smart business decisions when they matter most September IBM Active Content: Linking ECM and BPM to enable the adaptive enterprise

Make smart business decisions when they matter most September IBM Active Content: Linking ECM and BPM to enable the adaptive enterprise September 2007 IBM Active Content: Linking ECM and BPM to enable the adaptive enterprise 2 Contents 2 Introduction 3 Linking information and events: Creating Active Content 4 Actively delivering enterprise

More information

CORPORATE SOCIAL RESPONSIBILITY POLICY

CORPORATE SOCIAL RESPONSIBILITY POLICY 1.0. Purpose and Mission This Policy sets out Cogeco s approach towards Corporate Social Responsibility ( CSR ). Many of the principles or pillars of this Policy are already listed among the core principles

More information

Outsourcing Procurement Services Deliver Higher Performance at a Lower Cost

Outsourcing Procurement Services Deliver Higher Performance at a Lower Cost Outsourcing Procurement Services Deliver Higher Performance at a Lower Cost As the hospitality industry looks to generate more operational efficiencies while maintaining brand diversity, a paradigm shift

More information

How do we measure up? An Introduction to Performance Measurement of the Procurement Profession

How do we measure up? An Introduction to Performance Measurement of the Procurement Profession How do we measure up? An Introduction to Performance Measurement of the Procurement Profession Introduction Stakeholder buy-in is definitely one of the biggest problems facing procurement in Australia

More information

Understanding and Proactively Preparing for Carbon Management

Understanding and Proactively Preparing for Carbon Management Xia Enyu Introduction Industrial organizations are already faced with many compliance regulations, such as management system certification, information security, corporate social responsibility compliance,

More information

The importance of a solid data foundation

The importance of a solid data foundation The importance of a solid data foundation Prepared by: Michael Faloney, Director, RSM US LLP michael.faloney@rsmus.com, +1 804 281 6805 February 2015 This is the first of a three-part series focused on

More information

JOURNAL OF OBJECT TECHNOLOGY

JOURNAL OF OBJECT TECHNOLOGY JOURNAL OF OBJECT TECHNOLOGY Online at www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2007 Vol. 6, No. 1, January-February 2007 Where s the (Business) Beef? Mahesh H. Dodani, IBM

More information

Gleim CIA Review Updates to Part Edition, 1st Printing June 2018

Gleim CIA Review Updates to Part Edition, 1st Printing June 2018 Page 1 of 15 Gleim CIA Review Updates to Part 1 2018 Edition, 1st Printing June 2018 Study Unit 3 Control Frameworks and Fraud Pages 66 through 69 and 76 through 77, Subunit 3.2: In accordance with the

More information

Service-Oriented Architecture A View From the Field. Paul C. Brown, Ph.D. Principal Software Architect

Service-Oriented Architecture A View From the Field. Paul C. Brown, Ph.D. Principal Software Architect Service-Oriented Architecture A View From the Field Paul C. Brown, Ph.D. Principal Software Architect What is a Service? A coherent package of commonly used functionality e.g. Sales Order Management Place

More information

Managing Risk With Digital Tools

Managing Risk With Digital Tools Procurement Executive Insight Management Issue November 19, 2018 Complimentary Research Managing Risk With Digital Tools By Jimmy LeFever and Amy Fong Executive Summary Traditionally, managing risk has

More information

Why IT Does Matter in BPO

Why IT Does Matter in BPO 1 Why IT Does Matter in BPO Information Technology s Key Role in the Success of Business Process Outsourcing By Stan Lepeak and Lee Ann Moore, EquaTerra Large organizations moving to outsource any of their

More information

SUSTAINABILITY REPORT

SUSTAINABILITY REPORT AFG Annual Report 2014 15 SUSTAINABILITY REPORT AFG and its subsidiaries are committed to a consistent and comprehensive sustainability policy. This policy is part of the corporate strategy and of all

More information

From configuration management database (CMDB) to configuration management system (CMS)

From configuration management database (CMDB) to configuration management system (CMS) From configuration management database (CMDB) to configuration management system (CMS) Utilizing an integrated CMDB to enable service asset and configuration management Table of contents Introduction....3

More information

Toolbox for Architecture Framework Discussions at The Open Group. SKF Group, February 2018

Toolbox for Architecture Framework Discussions at The Open Group. SKF Group, February 2018 Toolbox for Architecture Framework Discussions at The Open Group SKF Group, February 2018 Toolbox Overview Components in our Enterprise Architecture Management: APPROACH FRAMEWORK CONTENT TOOLBOX Architecture

More information

Whitepaper. Improving Business Integration for a Competitive Advantage in the Mid-Market

Whitepaper. Improving Business Integration for a Competitive Advantage in the Mid-Market Whitepaper Improving Business Integration for a Competitive Advantage in the Mid-Market Boomi, Inc. 801 Cassatt Road, Suite 120 Berwyn, PA 19312 ph. 610.854.0700 fx. 610.854.0708 Page 2 of 8 INTRODUCTION

More information

Contents. viii. List of figures. List of tables. OGC s foreword. 6 Organizing for Service Transition 177. Chief Architect s foreword.

Contents. viii. List of figures. List of tables. OGC s foreword. 6 Organizing for Service Transition 177. Chief Architect s foreword. iii Contents List of figures List of tables OGC s foreword Chief Architect s foreword Preface Acknowledgements v vii viii 1 Introduction 1 ix xi xii 1.1 Overview 3 1.2 Context 3 1.3 Goal and scope of Transition

More information

stakeholder engagement The Connected Corporate L&T Sustainability Report 2017

stakeholder engagement The Connected Corporate L&T Sustainability Report 2017 stakeholder engagement The Connected Corporate 44 L&T Sustainability Report 2017 Stakeholder Engagement Our key stakeholders are customers, shareholders and investors, suppliers, contractors, employees,

More information

SAP CRM 7.0. Overview. SAP CRM 7.0 Marketing

SAP CRM 7.0. Overview. SAP CRM 7.0 Marketing SAP CRM 7.0 Overview SAP CRM 7.0 Marketing Agenda 1.Overview 2.CRM Marketing Features and Functions 3.Focus on the User SAP 2007 / Page 2 Marketing Environment Budgets are being cut Marketing must do more

More information

Where is Your ENERGY HIDING? How to Achieve Visibility and Transparency

Where is Your ENERGY HIDING? How to Achieve Visibility and Transparency Where is Your ENERGY HIDING? How to Achieve Visibility and Transparency Where is Your Energy Hiding? How to Achieve Visibility and Transparency In many companies, energy management is a broken business

More information

Chapter 1 Web Services Basics

Chapter 1 Web Services Basics Slide 1.1 Web Serv vices: Princ ciples & Te echno ology Mike P. Papazoglou mikep@uvt.nl Chapter 1 Web Services Basics Slide 1.2 Topics Introduction definitions Software as a service Where can services

More information

SAP BusinessObjects Business Intelligence

SAP BusinessObjects Business Intelligence SAP BusinessObjects Business Intelligence Increase Business Agility with the Right Information, When & Where it is Needed Disruptive innovation has resulted in a revolutionary shift in the way enterprises

More information

Millennium NewClear TM

Millennium NewClear TM Millennium NewClear TM Multi asset clearing and settlement for financial markets Millennium NewClear TM The new clearing and settlement paradigm: consolidated, real-time, cost-effective post-trade management

More information

proalpha ERP CAD Integration ERP for SMEs

proalpha ERP CAD Integration ERP for SMEs proalpha ERP CAD Integration ERP for SMEs proalpha CA-Link creates a consistent data and information flow between engineering and proalpha ERP. The highlights of proalpha CA-Link: Your CAD software and

More information

Required Courses ACCT 710 Managerial Accounting for Decision Making and Control FIN 750 Financial Management ECON 708 Managerial Economics

Required Courses ACCT 710 Managerial Accounting for Decision Making and Control FIN 750 Financial Management ECON 708 Managerial Economics Required Courses ACCT 710 Managerial Accounting for Decision Making and Control This course focuses on the role of management accounting in planning, controlling, evaluating performance and decision-making.

More information

IBM Innovate A Change Management Request Portal. Robert Kennedy Geoffrey Clemm

IBM Innovate A Change Management Request Portal. Robert Kennedy Geoffrey Clemm IBM Innovate 2010 A Change Management Request Portal Robert Kennedy kennedyr@us.ibm.com Geoffrey Clemm geoffrey.clemm@us.ibm.com CCM-1133B The premiere software and product delivery event. June 6 10 Orlando,

More information

Major Issues and Responses

Major Issues and Responses Stakeholder communication At Samsung Life, we define our stakeholders as shareholders/investors, customers, communities, NGOs, employees, and financial consultants. We maintain a variety of communication

More information

SAP Warranty Claim Management Solution. Soren Detering, Principal Detering Consulting

SAP Warranty Claim Management Solution. Soren Detering, Principal Detering Consulting SAP Warranty Claim Management Solution Soren Detering, Principal Detering Consulting Agenda 1. SAP Warranty Solution Introduction 2. SAP Solution to Customer Requirements 1. End to End Customer Warranty

More information

Identifying the Role of the Finance Function in Enterprise Performance Management

Identifying the Role of the Finance Function in Enterprise Performance Management Identifying the Role of the Finance Function in Enterprise Performance Management Introduction from Charles Tilley, Chair, IFAC Professional Accountants in Business (PAIB) Committee Wh y E n t e r p r

More information

EDM Council Memorandum

EDM Council Memorandum 1 EDM Council Memorandum TO: RE: Financial Conduct Authority RegTech & Advanced Analytics (regtech@fca.org.uk) Using Technology to Achieve Smarter Regulatory Reporting FR: John Bottega, Executive Director,

More information

Bureau Veritas North America

Bureau Veritas North America Bureau Veritas North America 2017 Independent Assurance Statement Bureau Veritas North America (Bureau Veritas) was engaged by Barrick Gold Corporation to provide independent external assurance for Barrick

More information

<Insert Picture Here> Going Green with Oracle Supply Chain Management

<Insert Picture Here> Going Green with Oracle Supply Chain Management Going Green with Oracle Supply Chain Management Rich Kroes, Product Strategy Director, Oracle Program Green What Is It? What It Means for Businesses How You Can Leverage Oracle Applications

More information

APPLICATION OF THE KING IV TM PRINCIPLES

APPLICATION OF THE KING IV TM PRINCIPLES APPLICATION OF THE KING IV TM PRINCIPLES Ethical culture Good performance Effective control Legitimacy LEADERSHIP, ETHICS AND CORPORATE CITIZENSHIP Leadership 1 The Board should lead ethically and effectively

More information

Considerations for Versioning SOA Resources

Considerations for Versioning SOA Resources Considerations for Versioning SOA Resources Ken Laskey klaskey@mitre.org The MITRE Corporation AFCEA SOLUTIONS Series GMU Critical Issues in C4I 19 May 2009 The author's affiliation with The MITRE Corporation

More information

No other organization is gathering this type of corporate climate change data and providing it to the marketplace.

No other organization is gathering this type of corporate climate change data and providing it to the marketplace. THE FACTS ABOUT CDP No other organization is gathering this type of corporate climate change data and providing it to the marketplace. Ban Ki-moon Secretary General, United Nations The world is facing

More information