Agile Internationalization User Stories

Size: px
Start display at page:

Download "Agile Internationalization User Stories"

Transcription

1 Agile Internationalization User Stories Tex Texin Chief Globalization Architect XenCraft Internationalization and Unicode Conference IUC41

2 Abstract User stories are the way that Agile Methodology describes the functionality of the software being developed. Each story describes an action or need of a user and in so doing defines the functions the software must provide and the requirements it must satisfy. This session will describe the mapping of an internationalization checklist into a suite of user stories that are used in internationalizing a software project. Copyright 2017 Tex Texin. All rights reserved. 2

3 Who is here? -Have internationalization expertise -Have localization expertise -Have Agile expertise Copyright 2017 Tex Texin. All rights reserved. 3

4 Agenda -Introduction -Background -Premise -User Stories -Premise Discussion Copyright 2017 Tex Texin. All rights reserved. 4

5 Background -Experience with companies globalizing software, using Agile, both for the 1 st time - New to writing user stories - New to internationalization -Lots of rewriting - Struggle with wording - Struggle with Agile layering - Epic?, User Story? Confirmation? Technical spec? - Struggle with roles Copyright 2017 Tex Texin. All rights reserved. 5

6 Background continued -Organizations going global for the first time need new processes and staffing - For example, for localization -Writing stories in areas without experience or defined organization culture, can be difficult Copyright 2017 Tex Texin. All rights reserved. 6

7 Background continued -Internationalization Checklists - Many exist - Capture most requirements - Generalized to apply to most applications - With some intelligent selection, extension and customization - Consultants and senior I18n architects have advanced lists or tools for applying them Copyright 2017 Tex Texin. All rights reserved. 7

8 Internationalization Checklists -Example contents - Unicode enabling - Data formatting - Locale setting - String Externalization - Resource file management - Layout management - Etc. Copyright 2017 Tex Texin. All rights reserved. 8

9 Premise Create Software Globalization User Story Template - Most organizations can use it - Instructive to first timers - Replace i18n checklist with template - Easier to comprehend than checklists -Technical details put into acceptance criteria -Hierarchical (user stories drill down, and can be repeated and tracked across scrum teams) Extensible to other software requirements - Accessibility - Privacy - Security - Etc. Copyright 2017 Tex Texin. All rights reserved. 9

10 By the way -About me - I am not an Agile expert - I am not a proponent of Agile - Implementations of Agile Methodology vary in practice. Customize to your terms and practices - This is not about the value of using Agile or details of the methodology - This is about User Stories for Software Globalization Copyright 2017 Tex Texin. All rights reserved. 10

11 Structure of a User Story Role, Goal and Benefit

12 Structure of a User Story -It can vary but generally looks like: As <role>, I have a <goal>, to get a <benefit> -For example: - As an end-user, I want the User Interface in my native language, for a better user experience (reduced errors, more productivity, greater trust). Copyright 2017 Tex Texin. All rights reserved. 12

13 Acceptance Criteria User Stories are supplemented by acceptance criteria or Confirmations, so they are testable User Story As an End-User, I want calendars to respect my local customs, for a better user experience. Acceptance Criteria Can I switch to Gregorian, Buddhist, Japanese Emperor, Hijri, et al Calendars? Does first day of the week change with locale? Are month and day names localized? Are holiday lists localized? Are default work schedules localized? Copyright 2017 Tex Texin. All rights reserved. 13

14 User Story Templates -Agile developers often use templates for creating and tracking user stories User Role Goal Benefit Acceptance Criteria For the examples in this presentation, the benefit is self-evident, so I ll skip stating it. Acceptance criteria are also too detailed for this presentation. Copyright 2017 Tex Texin. All rights reserved. 14

15 User Story Adoption and Heat Maps -For large complex applications or development teams - User stories have sub-stories have sub-stories - User stories are allocated to/adopted by each scrum team as applicable - So lots of replication of user stories - And independently scheduled Copyright 2017 Tex Texin. All rights reserved. 15

16 A Globalization Agile Template

17 Abstracting Software Applications -We need to identify the roles and actions that typify applications -Roles - End-user - Client-facing (sales, customer service, etc.) - Operations (Admin, DB Admin, IT, Web, etc) - Stakeholders (Finance, Regulatory, Country, etc) - Require reports and compliance - Third Parties - (L10n, Phone Carriers, Pay Vendors, Sales Offices, ) - Platform/System (architecture requirements, SLA) Copyright 2017 Tex Texin. All rights reserved. 17

18 Communications/Interface -Anonymous vs. Known (logged in) -Interface types - Web - Client-Server - Mobile - Social Media - - Text/SMS - Voice -Users can be distinguished by their UI -Platform actions vary with the interface Copyright 2017 Tex Texin. All rights reserved. 18

19 As a User, I want - the UI Theme to reflect my local culture and customs (images, media, sounds, symbolism, colors, fonts, etc.) - the application to render in my native language - to enter text in my native language - calendars to respect my local customs - formatting, days of the week, holidays, work schedule, etc. - dates and times formatted to my native customs, in my time zone - numbers formatted to my native customs - prices in my currency, formatted to my native customs - to enter postal addresses according to my native customs - to enter titles and names according to my native customs - my local phone number to be supported - to choose my globalization settings - the application to remember my globalization settings - different globalization settings on my mobile device(s) Copyright 2017 Tex Texin. All rights reserved. 19

20 As a User, I want - to identify myself to the application using values and techniques that reflect my local customs - login, security questions, identifiers, passwords, CAPTCHA,etc. - sorted text data to use my native language collation - to use page size, measurement systems I am familiar with - syntax and other validations to be specific to my market - fuzzy search (case-insensitive, accent-insensitive, etc) to reflect my native language - to respect my globalization preferences - SMS messages to respect my globalization preferences - to use social media popular in my market, in my native language - to have good response times in my country - customer service, problem reporting and responses in my native language - application to be usable when I travel and need different settings Copyright 2017 Tex Texin. All rights reserved. 20

21 As an Admin, I want to -Configure the supported languages -Configure the default globalization settings for each market -Configure business rules for each country -Configure reports for each in-market stakeholder -Configure government and compliance reports for each government or agency -Update/Maintain System Data Copyright 2017 Tex Texin. All rights reserved. 21

22 As a Platform/Application/Service I want - best practices for I18n defined and standardized across the organization - to detect an anonymous user's locale - a method for an anonymous user to change their locale - all text represented by Unicode - all data to be represented by locale-independent formats, using native data types or tokenized values - all localizable content to be external to code - to respect the user's globalization settings - to respect the product configuration settings - rendering services to support native languages and customs - for input services to be capable of accepting native language and customs - for text parsing, sorting and search operations to use appropriate linguistic behaviors and collations as needed. - to accept, render, manage and support international domain names and URLs - for business rules to support market customs and be configurable - to use a pseudo-locale to evaluate capabilities prior to actual localization - to configure and support third parties by language and/or country Copyright 2017 Tex Texin. All rights reserved. 22

23 As a Localization Manager, I want - to have a process for acquiring localizable content from the platform - to have a process for localizing content - to have a process for merging localized content with the platform - to have a process for verifying the build of the localized content. - to have a process for linguistic testing the localized build - to have a process for forecasting, budgeting, and scheduling localization activities, in coordination with engineering - to have a localization engineer verify localization file formats, create utilities for minor conversions, repairs, and other technical activities - a process for reporting and tracking localization bugs - a process, repository and tools for managing localization content and workflow - a process and tools for managing glossaries - a process and tools for managing translation memory - a process for selecting and reviewing localization vendors Copyright 2017 Tex Texin. All rights reserved. 23

24 As a Customer Service Agent or Manager, I want - to view user's settings and history in my language - to view user's settings and history in the user's language - to look for patterns of failure by market or by language or across markets and languages - to send messages, notifications, reports to users in their language - to edit users settings etc. including their globalization preferences - user calls, s, etc routed (automatically) to agents that speak their language Copyright 2017 Tex Texin. All rights reserved. 24

25 As (one of many) stakeholders, I want -compliance with privacy laws -compliance with financial regulations -compliance with accessibility regulations -compliance with security policies -user agreements localized and reviewed by legal and other personnel -Monitoring of system performance -Product reporting by market -Etc. Copyright 2017 Tex Texin. All rights reserved. 25

26 Careful to not over-generalize -Interfaces, 3 rd parties, regulations, vary with country - So you may need to create multiple projects with different stakeholders and (some) distinct user stories -Expect to customize to your product and organizational requirements and terminology - E.g. User vs Client vs Customer, etc. Copyright 2017 Tex Texin. All rights reserved. 26

27 Premise Create Software Globalization User Story Template - Most organizations can use it - Instructive to first timers - Replace i18n checklist with template - Easier to comprehend than checklists -Technical details put into acceptance criteria -Hierarchical (user stories drill down, and can be repeated and tracked across scrum teams) Extensible to other software requirements - Accessibility - Privacy - Security - Etc. Copyright 2017 Tex Texin. All rights reserved. 27

28 Proposal A Globalization Agile Template seems like a valuable commodity for most organizations using Agile. It is instructive for other organizations as well. An alternative to checklists. Would you want one? Copyright 2017 Tex Texin. All rights reserved. 28

29 Questions? Copyright 2017 Tex Texin. All rights reserved. 29

30 Tex Texin Tex is an industry thought leader specializing in business and software globalization services. His expertise includes global product strategy, Unicode and internationalization architecture, and cost-effective implementation and testing. Over the past two decades, Tex has created numerous global products, led internationalization development teams, and guided companies in taking business to new regional markets. Tex is a contributor to internationalization standards for software and on the Web. Tex is a popular speaker at conferences around the world and provides on-site training on Unicode, internationalization, and globalization QA worldwide. Tex is the author of the popular, instructional web site Tex is founder and Chief Globalization Architect for XenCraft. XenCraft provides global business consulting and software design, implementation, test and training services on globalization product strategy and software internationalization architecture. Copyright 2017 Tex Texin. All rights reserved. XenCraft, TexTexin and I18nGuy are Trademarks of Tex Texin.

LEADING WITH GRC. Approaching Integrated GRC. Knute Ohman, VP, GRC Program Manager. GRC Summit 2017 All Rights Reserved

LEADING WITH GRC. Approaching Integrated GRC. Knute Ohman, VP, GRC Program Manager. GRC Summit 2017 All Rights Reserved LEADING WITH GRC Approaching Integrated GRC Knute Ohman, VP, GRC Program Manager Agenda 1. Organization Overview: Vision, Key Facts and Needs 2. GRC Program Governance, Challenges and Community 3. Implementation

More information

DATA STEWARDSHIP BODY OF KNOWLEDGE (DSBOK)

DATA STEWARDSHIP BODY OF KNOWLEDGE (DSBOK) DATA STEWARDSHIP BODY OF KNOWLEDGE (DSBOK) Release 2.2 August 2013. This document was created in collaboration of the leading experts and educators in the field and members of the Certified Data Steward

More information

Quality Assurance and IT Risk Management

Quality Assurance and IT Risk Management Quality Assurance and IT Risk Deutsche Bank s QA and Testing Transformation Journey Michael Venditti Head of Enterprise Testing Services, Deutsche Bank IT RISK - REGULATORY GOVERNANCE Major shifts in the

More information

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

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 2 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Oracle E-Business Suite Internationalization and Multilingual Features

More information

Product Roadmap & Getting Started ITO LMS

Product Roadmap & Getting Started ITO LMS Product Roadmap & Getting Started ITO LMS Major Steps (prioritized as agreed upon by ITO/Mgmt team) 0 Preparation 1 Basic client/consultant functions 2 Detailed client/consultant functions 3 Office Admin

More information

ebook library PAGE 1 HOW TO OPTIMIZE TRANSLATIONS AND ACCELERATE TIME TO MARKET

ebook library PAGE 1 HOW TO OPTIMIZE TRANSLATIONS AND ACCELERATE TIME TO MARKET ebook library PAGE 1 HOW TO OPTIMIZE TRANSLATIONS AND ACCELERATE TIME TO MARKET Aligning people, process and technology to improve quality and speed to market To succeed in the global business arena, companies

More information

Building YOUR Privacy Program: One Size Does Not Fit All. IBM Security Services

Building YOUR Privacy Program: One Size Does Not Fit All. IBM Security Services Building YOUR Privacy Program: One Size Does Not Fit All Justine Gottshall Partner, InfoLawGroup, LLP Chief Privacy Officer, Signal Jgottshall@infolawgroup.com Adam Nelson Executive Consultant Global Data

More information

2 days. Certified UX & Usability Professional User Experience & Interaction Design with Lean UX & Agile UX

2 days. Certified UX & Usability Professional User Experience & Interaction Design with Lean UX & Agile UX 2 days Certified UX & Usability Professional User Experience & Interaction Design with Lean UX & Agile UX Description What to expect User experience has become the most important factor for designing successful

More information

EUROPEAN ICT PROFESSIONAL ROLE PROFILES VERSION 2 CWA 16458:2018 LOGFILE

EUROPEAN ICT PROFESSIONAL ROLE PROFILES VERSION 2 CWA 16458:2018 LOGFILE EUROPEAN ICT PROFESSIONAL ROLE PROFILES VERSION 2 CWA 16458:2018 LOGFILE Overview all ICT Profile changes in title, summary, mission and from version 1 to version 2 Versions Version 1 Version 2 Role Profile

More information

Agenda Introducing WizTOM for Progress. Introducing: WizTOM for Progress. Add Languages to Your Applications. Add Languages to Your Applications

Agenda Introducing WizTOM for Progress. Introducing: WizTOM for Progress. Add Languages to Your Applications. Add Languages to Your Applications Agenda Introducing WizTOM for Progress Introducing: WizTOM for Progress (aka Bill and Tex s Excellent Adventure) New England Progress User s Group Meeting September 22, 2003 Tex Texin & Bill Kirtz Page

More information

BEST PRACTICES FOR SOFTWARE LOCALIZATION

BEST PRACTICES FOR SOFTWARE LOCALIZATION THE DEVELOPER S DOZEN: 12 BEST PRACTICES FOR SOFTWARE LOCALIZATION The global software market is valued at almost half a trillion dollars and growing across all sectors, from sophisticated ERP systems

More information

MELISSA CRADDOCK USER EXPERIENCE PRODUCT DESIGN LEAD

MELISSA CRADDOCK USER EXPERIENCE PRODUCT DESIGN LEAD MELISSA CRADDOCK USER EXPERIENCE PRODUCT DESIGN LEAD Phone: 404-775-9863 Email: hireme@melissacraddock.com Portfolio: www.melissacraddock.com SKILLS I have a diverse set of skills allowing me to take a

More information

Internationalization and Localization Processes

Internationalization and Localization Processes Internationalization and Localization Processes Claudia Visinescu Technical Editors Romania 1 Agenda 1&1 Member of United Internet The Technical Editors Romania Team What Is Internationalization? What

More information

Cover Page. Content Server User Guide 10g Release 3 ( )

Cover Page. Content Server User Guide 10g Release 3 ( ) Cover Page Content Server User Guide 10g Release 3 (10.1.3.3.0) March 2007 Content Server User Guide, 10g Release 3 (10.1.3.3.0) Copyright 2007, Oracle. All rights reserved. Contributing Authors: Bruce

More information

Running Effective Projects In Office 365. June 1, 2017

Running Effective Projects In Office 365. June 1, 2017 Running Effective Projects In Office 365 June 1, 2017 Peter Carson President, Envision IT SharePoint MVP Partner Seller, Microsoft Canada peter.carson@extranetusermanager.com http://blog.petercarson.ca

More information

THE ESSENTIAL GUIDE: SELECTING A CLOUD COMMUNICATIONS PROVIDER

THE ESSENTIAL GUIDE: SELECTING A CLOUD COMMUNICATIONS PROVIDER THE ESSENTIAL GUIDE: SELECTING A CLOUD COMMUNICATIONS PROVIDER Table of contents 3 4 5 15 16 Introduction Choose your path 7 critical considerations 6 Hybrid cloud communications solution 8 Integration

More information

Total Cost of Ownership: Benefits of ECM in the OpenText Cloud

Total Cost of Ownership: Benefits of ECM in the OpenText Cloud Total Cost of Ownership: Benefits of ECM in the OpenText Cloud OpenText Managed Services brings together the power of an enterprise cloud platform with the technical skills and business experience required

More information

Best Practices to Transition to the Cloud. Five ways to improve IT agility and speed development by adopting a Cloud DevOps approach

Best Practices to Transition to the Cloud. Five ways to improve IT agility and speed development by adopting a Cloud DevOps approach Best Practices to Transition to the Cloud Five ways to improve IT agility and speed development by adopting a Cloud DevOps approach Benefiting from Cloud Computing Is Not Easy Seventy percent of IT resources

More information

Total Cost of Ownership: Benefits of the OpenText Cloud

Total Cost of Ownership: Benefits of the OpenText Cloud Total Cost of Ownership: Benefits of the OpenText Cloud OpenText Managed Services in the Cloud delivers on the promise of a digital-first world for businesses of all sizes. This paper examines how organizations

More information

White Paper. How to Write an MSSP RFP

White Paper. How to Write an MSSP RFP White Paper How to Write an MSSP RFP https://www.solutionary.com (866) 333-2133 Contents 3 Introduction 3 Why a Managed Security Services Provider? 5 Major Items to Consider Before Writing an RFP 5 Current

More information

Real-world Practices for Incident Response Feb 2017 Keyaan Williams Sr. Consultant

Real-world Practices for Incident Response Feb 2017 Keyaan Williams Sr. Consultant Real-world Practices for Incident Response Feb 2017 Keyaan Williams Sr. Consultant Agenda The Presentation Beginning with the end. Terminology Putting it into Action Additional resources and information

More information

Lightning Migration. The time is now. eightcloud 1

Lightning Migration. The time is now. eightcloud 1 Lightning Migration The time is now eightcloud 1 1 Marketplace 2 Planning / Research 3 Execution 4 Monitoring Adoption 5 Examples / Resources 6 Questions eightcloud Agenda 2 Timeline & Trends Timeline

More information

Intermedia s Private Cloud Exchange

Intermedia s Private Cloud Exchange Intermedia s Private Cloud Exchange This is a practical guide to implementing Intermedia s Private Cloud Exchange on AWS. Intermedia, the world s independent provider of Hosted Exchange, and AWS, the leading

More information

Chapter 8: SDLC Reviews and Audit Learning objectives Introduction Role of IS Auditor in SDLC

Chapter 8: SDLC Reviews and Audit Learning objectives Introduction Role of IS Auditor in SDLC Chapter 8: SDLC Reviews and Audit... 2 8.1 Learning objectives... 2 8.1 Introduction... 2 8.2 Role of IS Auditor in SDLC... 2 8.2.1 IS Auditor as Team member... 2 8.2.2 Mid-project reviews... 3 8.2.3 Post

More information

Writing Agile User Stories

Writing Agile User Stories RefineM s January 2014 Lunch & Learn Webinar Writing Agile User Stories NK Shrivastava, PMP, RMP, ACP CEO/Consultant - RefineM Agenda 1. What is Virtual Lunch & Learn 2. Your expectations from this webinar

More information

ADP Vantage HCM. Navigation for Practitioners

ADP Vantage HCM. Navigation for Practitioners ADP Vantage HCM Navigation for Practitioners Introduction This is a high-level look at the various navigation features associated with ADP Vantage HCM. The features available are dependent upon your job

More information

DATA GOVERNANCE LEADS TO DATA QUALITY

DATA GOVERNANCE LEADS TO DATA QUALITY DATA GOVERNANCE LEADS TO DATA QUALITY Trending. Kash Mehdi Senior Product Specialist and Instructor May 3, 2017 1 Collibra 2017 2017 Collibra Inc How Many of Your Reports Have Good Data Quality? What would

More information

Internationalization & Localization Testing - A Case Study

Internationalization & Localization Testing - A Case Study Your Software Testing Partner Excellence Partnership Commitment Internationalization & Localization Testing - A Case Study Outsourcing Internationalization and Localization Testing to an expert ensures

More information

SM 3511 Interface Design. Institutionalizing interface design

SM 3511 Interface Design. Institutionalizing interface design SM 3511 Interface Design Institutionalizing interface design Eric Schaffer, 2013. Institutionalization of UX: A Step-by-Step Guide to a User Experience Practice (2nd Edition) A champion (usually reports

More information

MNsure Privacy Program Strategic Plan FY

MNsure Privacy Program Strategic Plan FY MNsure Privacy Program Strategic Plan FY 2018-2019 July 2018 Table of Contents Introduction... 3 Privacy Program Mission... 4 Strategic Goals of the Privacy Office... 4 Short-Term Goals... 4 Long-Term

More information

The Experience of Generali Group in Implementing COBIT 5. Marco Salvato, CISA, CISM, CGEIT, CRISC Andrea Pontoni, CISA

The Experience of Generali Group in Implementing COBIT 5. Marco Salvato, CISA, CISM, CGEIT, CRISC Andrea Pontoni, CISA The Experience of Generali Group in Implementing COBIT 5 Marco Salvato, CISA, CISM, CGEIT, CRISC Andrea Pontoni, CISA Generali Group at a glance Let me introduce myself Marco Salvato CISA, CISM, CGEIT,

More information

VMware BCDR Accelerator Service

VMware BCDR Accelerator Service AT A GLANCE The rapidly deploys a business continuity and disaster recovery (BCDR) solution with a limited, pre-defined scope in a non-production environment. The goal of this service is to prove the solution

More information

By Camille Spruill SPC4, SA, CSM, PMP, CBAP. Raleigh Business Analysis Development Day (RBADD) October 18 th, 2016

By Camille Spruill SPC4, SA, CSM, PMP, CBAP. Raleigh Business Analysis Development Day (RBADD) October 18 th, 2016 By Camille Spruill SPC4, SA, CSM, PMP, CBAP Raleigh Business Analysis Development Day (RBADD) October 18 th, 2016 LLC 1 Presenter Camille Spruill, SPC4, SA, CSM, PMP, CBAP Founder of eztagile, LLC Chief

More information

ISO / IEC 27001:2005. A brief introduction. Dimitris Petropoulos Managing Director ENCODE Middle East September 2006

ISO / IEC 27001:2005. A brief introduction. Dimitris Petropoulos Managing Director ENCODE Middle East September 2006 ISO / IEC 27001:2005 A brief introduction Dimitris Petropoulos Managing Director ENCODE Middle East September 2006 Information Information is an asset which, like other important business assets, has value

More information

Partner Premier Service Program

Partner Premier Service Program SERVICE DESCRIPTION Partner Premier Service Program Polycom s Partner Premier Service Program provides Service Partners with technical telephone support, advance parts replacement, software upgrades &

More information

WorkBook release note

WorkBook release note WorkBook version: 8.2.67 Release date: 01/10/2012 Author: René Præstholm rp@workbook.net General notice As new views, tab s and reports are not automatically added to each user due to access rights controls

More information

OpenStack Mitaka Release Overview

OpenStack Mitaka Release Overview OpenStack Mitaka Release Overview Brad Topol, Ph.D., IBM Distinguished Engineer, OpenStack Core Contributor Davanum Srinivas, Community Architect and OpenStack TC Member / Principal Software Engineer,

More information

Copyright...7. Overview of General Ledger Processes Configuration...11

Copyright...7. Overview of General Ledger Processes Configuration...11 Contents 2 Contents Copyright...7 Overview of General Ledger Processes... 8 Configuration...11 Preparation...11 Recommended Initial Configuration of the General Ledger Module... 11 Advanced Configuration...12

More information

Please give me your feedback

Please give me your feedback #HPEDiscover Please give me your feedback Session ID: B4385 Speaker: Aaron Spurlock Use the mobile app to complete a session survey 1. Access My schedule 2. Click on the session detail page 3. Scroll down

More information

Deltek Touch CRM for Vision. User Guide

Deltek Touch CRM for Vision. User Guide Deltek Touch CRM for Vision User Guide September 2017 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors may exist.

More information

IBM Algo Risk Content on Cloud

IBM Algo Risk Content on Cloud Service Description IBM Algo Risk Content on Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means the contracting party and its authorized users and recipients

More information

Enabling Innovation in the Digital Economy

Enabling Innovation in the Digital Economy White Paper Business Agility Enabling Innovation in the Digital Economy Business Agility White Paper Enabling Innovation in the Digital Economy Five Steps to Implementing a Software-defined Infrastructure

More information

AD406: What s New in Digital Experience Development with IBM Web Experience Factory

AD406: What s New in Digital Experience Development with IBM Web Experience Factory AD406: What s New in Digital Experience Development with IBM Web Experience Factory Jonathan Booth, Senior Architect, Digital Experience Tooling, IBM Adam Ginsburg, Product Manager, Digital Experience

More information

Cisco Webex Messenger

Cisco Webex Messenger Cisco Webex Messenger This describes the processing of personal data (or personal identifiable information) by Cisco Webex Messenger. 1. Overview of Cisco Webex Messenger Capabilities Cisco Webex Messenger

More information

Internationalization - How it can change the world and why you should care!

Internationalization - How it can change the world and why you should care! Internationalization - How it can change the world and why you should care! Intro to Production Internationalization: Who, What, and Why Join with Women in Localization for a webinar describing the basics

More information

VERINT EFM 8.0 Release Overview

VERINT EFM 8.0 Release Overview VERINT EFM 8.0 Release Overview In January of 2015 Verint will release version 8.0 of the Enterprise Feedback Management (EFM) solution. Verint hosted SaaS customers will receive this update as part of

More information

Feature Guide. Sybase mbanking

Feature Guide. Sybase mbanking Feature Guide Sybase mbanking 365 2.1 DOCUMENT ID: DC00785-01-0210-01 LAST REVISED: March 2009 Copyright 2009 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and to any

More information

CLOUD COMPUTING READINESS CHECKLIST

CLOUD COMPUTING READINESS CHECKLIST CLOUD COMPUTING READINESS DAVE WILLIS STEPHEN GOLDSMITH SUBJECT MATTER EXPERTS, CLOUD COMPUTING DENOVO DAVE WILLIS STEPHEN GOLDSMITH SUBJECT MATTER EXPERTS, CLOUD COMPUTING DENOVO 1 CONTENTS INTRODUCTION

More information

Oktober 2018 Dell Tech. Forum München

Oktober 2018 Dell Tech. Forum München Oktober 2018 Dell Tech. Forum München Virtustream Digital Transformation & SAP Jan Büsen Client Solutions Executive, Virtustream The Business Agenda: Digital IT = Competitive Advantage Business Driven

More information

SAFe Atlassian Style (Updated version with SAFe 4.5) Whitepapers & Handouts

SAFe Atlassian Style (Updated version with SAFe 4.5) Whitepapers & Handouts SAFe Atlassian Style (Updated version with SAFe 4.5) Whitepapers & Handouts Exported on 09/12/2017 1 Table of Contents 1 Table of Contents...2 2 Abstract...4 3 Who uses SAFe and Why?...5 4 Understanding

More information

Step-by-Step Localization Eva Müller

Step-by-Step Localization Eva Müller Step-by-Step Localization Eva Müller Questions, answers and procedures for a successful localization process Steps in localization projects range from what is to be localized, who performs the localization

More information

SAS Marketing Operations Management 6.0 R14 Update 1

SAS Marketing Operations Management 6.0 R14 Update 1 SAS Marketing Operations Management 6.0 R14 Update 1 What s New Document SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2013. SAS Marketing Operations

More information

DrupalGovcon July 20th, 2016

DrupalGovcon July 20th, 2016 Agile Drupal 8 Builds: Doing the Most Without PHP DrupalGovcon July 20th, 2016 Matt Cheney & Molly Byrnes 1 Hello to Drupalcon Govcon My name is Matthew Cheney. I work on the magical platform that is Pantheon.

More information

On-Premise, Cloud, Or Managed Service. Making The Most Of Information Management Technology & People

On-Premise, Cloud, Or Managed Service. Making The Most Of Information Management Technology & People On-Premise, Cloud, Or Managed Service Making The Most Of Information Management Technology & People Steffen Low Vice President, Symantec Business Critical Services Matthew Edwards President & Global CTO,

More information

Understanding Section 508 Compliance

Understanding Section 508 Compliance A White Paper Understanding Section 508 Compliance Advance. Accelerate. Achieve. CONTENTS What is Section 508 Compliance?... 3 A few useful links... 6 About Clinical Research Management... 7 About the

More information

THE ART OF SECURING 100 PRODUCTS. Nir

THE ART OF SECURING 100 PRODUCTS. Nir THE ART OF SECURING 100 PRODUCTS Nir Valtman @ValtmaNir I work for as the Application Security 1st time speaking publicly, except at Mmmm OH, AND Neither of my previous startups succeeded!

More information

How to implement NIST Cybersecurity Framework using ISO WHITE PAPER. Copyright 2017 Advisera Expert Solutions Ltd. All rights reserved.

How to implement NIST Cybersecurity Framework using ISO WHITE PAPER. Copyright 2017 Advisera Expert Solutions Ltd. All rights reserved. How to implement NIST Cybersecurity Framework using ISO 27001 WHITE PAPER Copyright 2017 Advisera Expert Solutions Ltd. All rights reserved. Copyright 2017 Advisera Expert Solutions Ltd. All rights reserved.

More information

User Guide Help Topics

User Guide Help Topics User Guide Help Topics - NetResults Tracker Help NetResults Tracker Help User Guide Help Topics NetResults Tracker Introduction Product Overview Features Glossary User's Guide User Accounts Getting Started

More information

Get to know the new Tracker interface

Get to know the new Tracker interface Get to know the new Tracker interface Tracker is getting a new look. We ve wrapped our proven and effective workflows in modern navigation and a fresh, thoughtful design to create a better, more consistent

More information

Q1 Meetings are currently held at the Seattle JTF, would you like to see the location of the meeting changed or rotated to improve attendance?

Q1 Meetings are currently held at the Seattle JTF, would you like to see the location of the meeting changed or rotated to improve attendance? Q1 Meetings are currently held at the Seattle JTF, would you like to see the location of the meeting changed or rotated to improve attendance? If yes, please subm it suggestion. If yes, please submit a

More information

Symantec Data Center Transformation

Symantec Data Center Transformation Symantec Data Center Transformation A holistic framework for IT evolution As enterprises become increasingly dependent on information technology, the complexity, cost, and performance of IT environments

More information

Agenda. Bibliography

Agenda. Bibliography Humor 2 1 Agenda 3 Trusted Digital Repositories (TDR) definition Open Archival Information System (OAIS) its relevance to TDRs Requirements for a TDR Trustworthy Repositories Audit & Certification: Criteria

More information

Kunal Mahajan Microsoft Corporation

Kunal Mahajan Microsoft Corporation Kunal Mahajan Microsoft Corporation 65+ Million Customer hosted Mailboxes 30+ Million Partner hosted Mailboxes 1,800 Partners Strategic Business Challenges Our Sales teams need to connect with the right

More information

PRINCE2 IN 40 MINUTES

PRINCE2 IN 40 MINUTES PRINCE2 IN 40 MINUTES PRINCE2 in numbers +150 countries 19 different languages +1 million Practitioners 85% find it useful to role and career* *PRINCE2 2016 Research Report published by AXELOS What is

More information

Deltek Touch CRM for Deltek CRM. User Guide

Deltek Touch CRM for Deltek CRM. User Guide Deltek Touch CRM for Deltek CRM User Guide February 2017 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors may

More information

IMPLEMENTING SECURITY, PRIVACY, AND FAIR DATA USE PRINCIPLES

IMPLEMENTING SECURITY, PRIVACY, AND FAIR DATA USE PRINCIPLES IMPLEMENTING SECURITY, PRIVACY, AND FAIR DATA USE PRINCIPLES Introductions Agenda Overall data risk and benefit landscape / shifting risk and opportunity landscape and market expectations Looking at data

More information

Transfers and Preservation of E-archives at the National Archives of Sweden

Transfers and Preservation of E-archives at the National Archives of Sweden Transfers and Preservation of E-archives at the National Archives of Sweden Magnus Geber, the National Archives of Sweden Summary The National Archives of Sweden have received transfers of digital records

More information

Siebel CRM. Fundamentals for Siebel Open UI Siebel Innovation Pack 2015 E

Siebel CRM. Fundamentals for Siebel Open UI Siebel Innovation Pack 2015 E Siebel CRM Fundamentals for Siebel Open UI Siebel Innovation Pack 2015 E52425-01 May 2015 Siebel CRM Fundamentals for Siebel Open UI, Siebel Innovation Pack 2015 E52425-01 Copyright 2005, 2015 Oracle and/or

More information

User Manual. Global Mobile Radar. May 2016

User Manual. Global Mobile Radar. May 2016 User Manual Global Mobile Radar May 2016 Table of Contents INTRODUCTION... 3 LOGIN... 3 RADAR... 8 EXPLORER... 9 WORLD MAP... 10 TAG CLOUD... 11 CREATE... 12 Creating a trend... 12 Creating Inspirations...

More information

Trend Micro Professional Services Partner Program

Trend Micro Professional Services Partner Program Trend Micro Professional Services Partner Program PROGRAM OVERVIEW The Trend Micro Partner Program provides professional services companies with the certification, training, technical support and access

More information

Improve the User Experience on Your Website

Improve the User Experience on Your Website Forrester Consulting Approach Document Improve the User Experience on Your Website Improving the usability of your website will provide a better customer experience. By providing site visitors with a better

More information

Managing Security While Driving Digital Transformation

Managing Security While Driving Digital Transformation Avivi Siman-Tov, Senior Product Manager AlgoSec Managing Security While Driving Digital Transformation Goals for today 01 02 03 Will my organization s applications be migrated to the cloud? Why or why

More information

Deltek Touch CRM for GovWin Capture Management. User Guide

Deltek Touch CRM for GovWin Capture Management. User Guide Deltek Touch CRM for GovWin Capture Management User Guide September 2017 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical

More information

A Checklist for Cybersecurity and Data Privacy Diligence in TMT Transactions

A Checklist for Cybersecurity and Data Privacy Diligence in TMT Transactions May 2018 TMT INSIGHTS From the Debevoise Technology, Media & Telecommunications Practice A Checklist for Cybersecurity and Data Privacy Diligence in TMT Transactions Companies in the technology, media

More information

Six Weeks to Security Operations The AMP Story. Mike Byrne Cyber Security AMP

Six Weeks to Security Operations The AMP Story. Mike Byrne Cyber Security AMP Six Weeks to Security Operations The AMP Story Mike Byrne Cyber Security AMP 1 Agenda Introductions The AMP Security Operations Story Lessons Learned 2 Speaker Introduction NAME: Mike Byrne TITLE: Consultant

More information

Sage CRM 2017 R3 Release Notes. Updated: July 2017

Sage CRM 2017 R3 Release Notes. Updated: July 2017 Sage CRM 2017 R3 Release Notes Updated: July 2017 2017, The Sage Group plc or its licensors. Sage, Sage logos, and Sage product and service names mentioned herein are the trademarks of The Sage Group plc

More information

Deltek Touch CRM for Ajera CRM. User Guide

Deltek Touch CRM for Ajera CRM. User Guide Deltek Touch CRM for Ajera CRM User Guide September 2017 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors may

More information

a publication of the health care compliance association MARCH 2018

a publication of the health care compliance association MARCH 2018 hcca-info.org Compliance TODAY a publication of the health care compliance association MARCH 2018 On improv and improving communication an interview with Alan Alda This article, published in Compliance

More information

A Practical Step-by-Step Guide to Managing Cloud Access in your Organization

A Practical Step-by-Step Guide to Managing Cloud Access in your Organization GUIDE BOOK 4 Steps to Cloud Access Management A Practical Step-by-Step Guide to Managing Cloud Access in your Organization Cloud Access Challenges in the Enterprise Cloud apps in the enterprise have become

More information

Privacy Code of Conduct on mhealth apps the role of soft-law in enhancing trust ehealth Week 2016

Privacy Code of Conduct on mhealth apps the role of soft-law in enhancing trust ehealth Week 2016 Privacy Code of Conduct on mhealth apps the role of soft-law in enhancing trust ehealth Week 2016 Pēteris Zilgalvis, J.D., Head of Unit for Health and Well-Being, DG CONNECT Table of Contents 1. Context

More information

CATCH ERRORS BEFORE THEY HAPPEN. Lessons for a mature data governance practice

CATCH ERRORS BEFORE THEY HAPPEN. Lessons for a mature data governance practice CATCH ERRORS BEFORE THEY HAPPEN Lessons for a mature data governance practice A guide to working with cross-departmental teams to establish proactive data governance for your website or mobile app. 2 Robust

More information

Siebel Project and Resource Management Administration Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013

Siebel Project and Resource Management Administration Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Siebel Project and Resource Management Administration Guide Siebel Innovation Pack 2013 Version 8.1/ September 2013 Copyright 2005, 2013 Oracle and/or its affiliates. All rights reserved. This software

More information

ESTABLISHING THE PILLARS. of a Successful Data Governance Program

ESTABLISHING THE PILLARS. of a Successful Data Governance Program ESTABLISHING THE PILLARS of a Successful Data Governance Program 1 TABLE OF CONTENTS DATA GOVERNANCE IN THE ENTERPRISE 3 TAG AUDITING 4 GOVERNANCE DOCUMENTATION 6 COMPLIANCE TESTING 8 DATA GOVERNANCE BOARD

More information

AWS Service Delivery Program Amazon EC2 for Microsoft Windows Consulting Partner Validation Checklist

AWS Service Delivery Program Amazon EC2 for Microsoft Windows Consulting Partner Validation Checklist AWS Service Delivery Program Amazon EC2 for Microsoft Windows May 2018 Version 1.0 AWS Service Delivery: v1.0 pg. 1 Table of Contents Introduction... 3 Expectations of Parties... 3 Program Participation

More information

Clearspan Application Server Group Web Interface Admin Guide Part 1 RELEASE 22

Clearspan Application Server Group Web Interface Admin Guide Part 1 RELEASE 22 Clearspan Application Server Group Web Interface Admin Guide Part 1 RELEASE 22 March 2018 NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted

More information

Cisco Hosted Unified Communications Services

Cisco Hosted Unified Communications Services Cisco Hosted Unified Communications Services Cisco Unified Communications is a comprehensive, converged IP communications system of data, voice, video, and mobility applications. It enables more effective

More information

InfoSphere Guardium 9.1 TechTalk Reporting 101

InfoSphere Guardium 9.1 TechTalk Reporting 101 InfoSphere Guardium 9.1 TechTalk Reporting 101 Click to add text Dario Kramer, Senior System Architect dariokramer@us.ibm.com 2013 IBM Corporation Acknowledgements and Disclaimers Availability. References

More information

Accountable Care Organizations: Testing Their Impact

Accountable Care Organizations: Testing Their Impact Accountable Care Organizations: Testing Their Impact Eligibility Criteria * * Indicates required Preference will be given to applicants that are public agencies or are tax-exempt under Section 501(c)(3)

More information

Microsoft Outlook Web App Options and Settings

Microsoft Outlook Web App Options and Settings Microsoft Outlook Web App Options and Settings Case Study: Application Development SITUATION Microsoft Outlook Web App (OWA) is the Web version of Outlook that comes with Microsoft Exchange Server and

More information

Martijn Loderus. Merritt Maxim. Principal Analyst Forrester. Director & Global Practice Partner for Advisory Consulting Janrain

Martijn Loderus. Merritt Maxim. Principal Analyst Forrester. Director & Global Practice Partner for Advisory Consulting Janrain Merritt Maxim Principal Analyst Forrester Martijn Loderus Director & Global Practice Partner for Advisory Consulting Janrain Merritt and Martijn will share insights on Digital Transformation & Drivers

More information

Lotus Business Solutions Catalogs

Lotus Business Solutions Catalogs Integrating to the IBM Lotus family of products Lotus Business Solutions Catalogs Business Partner and IBM Solutions Industry (joint IBM & Partner) Solutions Tom Streeter, Business Development IBM Lotus

More information

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

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

More information

IBM Resilient Incident Response Platform On Cloud

IBM Resilient Incident Response Platform On Cloud Service Description IBM Resilient Incident Response Platform On Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means the contracting party and its authorized

More information

Government IT Modernization and the Adoption of Hybrid Cloud

Government IT Modernization and the Adoption of Hybrid Cloud Government IT Modernization and the Adoption of Hybrid Cloud An IDC InfoBrief, Sponsored by VMware June 2018 Federal and National Governments Are at an Inflection Point Federal and national governments

More information

IBM Compliance Offerings For Verse and S1 Cloud. 01 June 2017 Presented by: Chuck Stauber

IBM Compliance Offerings For Verse and S1 Cloud. 01 June 2017 Presented by: Chuck Stauber IBM Compliance Offerings For Verse and S1 Cloud 01 June 2017 Presented by: Chuck Stauber IBM Connections & Verse Email and collaboration platform designed to help you work better Empower people Teams are

More information

Vendor: The Open Group. Exam Code: OG Exam Name: TOGAF 9 Part 1. Version: Demo

Vendor: The Open Group. Exam Code: OG Exam Name: TOGAF 9 Part 1. Version: Demo Vendor: The Open Group Exam Code: OG0-091 Exam Name: TOGAF 9 Part 1 Version: Demo QUESTION 1 According to TOGAF, Which of the following are the architecture domains that are commonly accepted subsets of

More information

.NET Internationalization for All Platforms

.NET Internationalization for All Platforms .NET Internationalization for All Platforms - Workshop Description page 1 of 6.NET Internationalization for All Platforms Overview The.NET Internationalization workshop provides attendees with a broad

More information

Updated tablets allow customers to connect with regional financial institutions

Updated tablets allow customers to connect with regional financial institutions Updated tablets allow customers to connect with regional financial institutions NEC Solution Innovators project manager, Takuya Manabe, and his team often travel throughout Japan - not for pleasure but

More information

PRIVACY STATEMENT +41 (0) Rue du Rhone , Martigny, Switzerland.

PRIVACY STATEMENT +41 (0) Rue du Rhone , Martigny, Switzerland. PRIVACY STATEMENT +41 (0) 225349799 www.energymarketprice.com Rue du Rhone 5 1921, Martigny, Switzerland dpo@energymarketprice.com Introduction Your privacy and trust are important to us and this Privacy

More information

IBM i operating system Value Pack offers software and vouchers for IBM Power 570 and 595 servers

IBM i operating system Value Pack offers software and vouchers for IBM Power 570 and 595 servers IBM United States Announcement 208-080, dated April 8, 2008 IBM i operating system Value Pack offers software and vouchers for IBM Power 570 and 595 servers Description...2 Offering Information...3 Publications...

More information