Safety in large technology systems. Technology Residential College October 13, 1999 Dan Little

Size: px
Start display at page:

Download "Safety in large technology systems. Technology Residential College October 13, 1999 Dan Little"

Transcription

1 Safety in large technology systems Technology Residential College October 13, 1999 Dan Little

2 Technology failure Why do large, complex systems sometimes fail so spectacularly? Do the easy explanations of operator error, faulty technology, or complexity suffice? Are there managerial causes of technology failure? Are there design principles and engineering protocols that can enhance large system safety? What is the role of software in safety and failure?

3 Surprising failures Franco-Prussian war, Israeli intelligence failure in Yom Kippur war The Mercedes A vehicle sedan and the moose test Chernobyl nuclear power meltdown

4 Therac-25 high energies computer control rather than electromechanical control positioning the turntable: x-ray beam flattener 15,000 rad administered rather than 200 rad

5 Causes of failure Complexity and multiple causal pathways and relations defective procedures defective training systems human error faulty design

6 Technology failure sources of failure management failures design failures proliferating random failures storming the system design for soft landings crisis management

7 Information and decision-making Information flow and management of complex technology systems complex organizations pursue multiple objectives simultaneously complex organizations pursue the same objective along different and conflicting paths

8 Sources of potential failure hardware interlocks replaced with software checks on turntable position cryptic malfunction codes; frequent messages excessive operator confidence in safety systems lack of effective mechanism for reporting and investigating failures poor software engineering practices;

9 Causes of failure The causes of accidents are frequently, if not almost always, rooted in the organization--its culture, management, and structure. These factors are all critical to the eventual safety of the engineered system (Leveson, 47).

10 Organizational factors Large-scale engineered systems are more than just a collection of technological artifacts: They are a reflection of the structure, management, procedures, and culture of the engineering organization that created them, and they are also, usually, a reflection of the society in which they were created (Leveson, 47).

11 Advice for better software design design for the worst case avoid single point of failure designs design defensively investigate failures carefully and extensively look for root cause, not symptom or specific transient cause embed audit trails; design for simplicity

12 Design for safety hazard elimination hazard reduction hazard control damage reduction

13 System safety builds in safety, not simply adding it on to a completed design deals with systems as a whole rather than subsystems or components takes a larger view of hazards than just failures emphasizes analysis rather than past experience and standards

14 System safety (2) emphasizes qualitative rather than quantitative approaches recognizes the importance of tradeoffs and conflicts in system design more than just system engineering

15 Hazard analysis development: identify and assess potential hazards operations: examine an existing system to improve its safety licencing: examine a planned system to demonstrate acceptable safety to a regulatory authority

16 Hazard analysis (2) construct an exhaustive inventory of hazards early in design classify by severity and probability construct causal pathways that lead to hazards design so as to eliminate, reduce, control, or ameliorate

17 Safe software design control software should be designed with maximum simplicity (408) design should be testable; limited number of states avoid multitasking, use polling rather than interrupts design should be easily readable and understood

18 Safe software (2) interactions between components should be limited and straightforward worst-case timing should be determinable by review of code code should include only the minimum features and capabilities required by the system; no unnecessary or undocumented features

19 Safe software (3) critical decisions (launch a missile) should not be made on values often taken by failed components -- 0 or 1. Messages should be designed in ways to eliminate possibility of compute hardware failures having hazardous consequences (missile launch example)

20 Safe software (4) strive for maximal decoupling of parts of a software control system accidents in tightly coupled systems are a result of unplanned interactions the flexibility of software encourages coupling and multiple functions; important to resist this impulse.

21 Safe software (5) Adding computers to potentially dangerous systems is likely to increase accidents unless extra care is put into system design (411).

22 Human interface considerations unambiguous error messages (Therac 25) operator needs extensive knowledge about the theory of the system alarms need to be comprehensible (TMI); spurious alarms minimized operator needs knowledge about timing and sequencing of events design of control board is critical

23 Control panel anomalies

24 Risk assessment and prediction What is involved in assessing risk? probability of failure prediction of consequences of failure failure pathways

25 Reasoning about risk How should we reason about risk? Expected utility: probability of outcome x utility of outcome Probability and science How to anticipate failure scenarios?

26 Compare scenarios nuclear power vs coal power automated highway system vs routine traffic accidents

27 Ordinary reasoning and judgment well-known fallacies of ordinary reasoning: time preference framing risk aversion

28 large risks and small risks the decision-theory approach: minimize expected harms the decision-making reality: large harms are more difficult to absorb, even if smaller in overall consequence example: JR West railway

29 Scope and limits of simulations Computer simulations permit experiments on different scenarios presented to complex systems Simulations are not reality Simulations represent some factors and exclude others Simulations rely on a mathematicization of the process that may be approximate or even false.

Ethics. Paul Jackson. School of Informatics University of Edinburgh

Ethics. Paul Jackson. School of Informatics University of Edinburgh Ethics Paul Jackson School of Informatics University of Edinburgh Required reading from Lecture 1 of this course was Compulsory: Read the ACM/IEEE Software Engineering Code of Ethics: https: //ethics.acm.org/code-of-ethics/software-engineering-code/

More information

Nancy G. Leveson and Clark S. Turner, An Investigation of the Therac-25 Accidents. Computer 26(7), pp , Jul Presented by Dror Feitelson

Nancy G. Leveson and Clark S. Turner, An Investigation of the Therac-25 Accidents. Computer 26(7), pp , Jul Presented by Dror Feitelson Nancy G. Leveson and Clark S. Turner, An Investigation of the Therac-25 Accidents. Computer 26(7), pp. 18-41, Jul 1993. Presented by Dror Feitelson The Big Picture The Therac-25 was a computerized radiation

More information

A New Systems-Theoretic Approach to Safety. Dr. John Thomas

A New Systems-Theoretic Approach to Safety. Dr. John Thomas A New Systems-Theoretic Approach to Safety Dr. John Thomas Outline Goals for a systemic approach Foundations New systems approaches to safety Systems-Theoretic Accident Model and Processes STPA (hazard

More information

A New Approach to Safety in Software-Intensive Systems

A New Approach to Safety in Software-Intensive Systems A New Approach to Safety in Software-Intensive Systems Nancy G. Leveson Aeronautics and Astronautics Dept. Engineering Systems Division MIT Why need a new approach? Without changing our patterns of thought,

More information

STPA FOR LINAC4 AVAILABILITY REQUIREMENTS. A. Apollonio, R. Schmidt 4 th European STAMP Workshop, Zurich, 2016

STPA FOR LINAC4 AVAILABILITY REQUIREMENTS. A. Apollonio, R. Schmidt 4 th European STAMP Workshop, Zurich, 2016 STPA FOR LINAC4 AVAILABILITY REQUIREMENTS A. Apollonio, R. Schmidt 4 th European STAMP Workshop, Zurich, 2016 LHC colliding particle beams at very high energy 26.8 km Circumference LHC Accelerator (100

More information

Intro to Systems Theory and STAMP John Thomas and Nancy Leveson. All rights reserved.

Intro to Systems Theory and STAMP John Thomas and Nancy Leveson. All rights reserved. Intro to Systems Theory and STAMP 1 Why do we need something different? Fast pace of technological change Reduced ability to learn from experience Changing nature of accidents New types of hazards Increasing

More information

Masao Mukaidono Emeritus Professor, Meiji University

Masao Mukaidono Emeritus Professor, Meiji University Provisional Translation Document 1 Second Meeting Working Group on Voluntary Efforts and Continuous Improvement of Nuclear Safety, Advisory Committee for Natural Resources and Energy 2012-8-15 Working

More information

8.2.1 Therac-25 Radiation Overdoses

8.2.1 Therac-25 Radiation Overdoses Reuse of software: the Ariane 5 rocket and No Fly lists 8.2 Case Study: The Therac-25 377 Less than 40 seconds after the first launch of France s Ariane 5 rocket, the rocket veered off course and was destroyed

More information

My 36 Years in System Safety: Looking Backward, Looking Forward

My 36 Years in System Safety: Looking Backward, Looking Forward My 36 Years in System : Looking Backward, Looking Forward Nancy Leveson System safety engineer (Gary Larsen, The Far Side) How I Got Started Topics How I Got Started Looking Backward Looking Forward 2

More information

THE USE OF A SAFETY CASE APPROACH TO SUPPORT DECISION MAKING IN DESIGN

THE USE OF A SAFETY CASE APPROACH TO SUPPORT DECISION MAKING IN DESIGN THE USE OF A SAFETY CASE APPROACH TO SUPPORT DECISION MAKING IN DESIGN W.A.T. Alder and J. Perkins Binnie Black and Veatch, Redhill, UK In many of the high hazard industries the safety case and safety

More information

SWEN 256 Software Process & Project Management

SWEN 256 Software Process & Project Management SWEN 256 Software Process & Project Management What is quality? A definition of quality should emphasize three important points: 1. Software requirements are the foundation from which quality is measured.

More information

Maximising customer value through flow

Maximising customer value through flow Maximising customer value through flow October 2008 Facilitated by Hugh O Donnell High Performance Consortium hugh.odonnell@hpc.org.au HPCI 2008 High Performance Consortium International What will be covered?

More information

UNIT-III LIFE-CYCLE PHASES

UNIT-III LIFE-CYCLE PHASES INTRODUCTION: UNIT-III LIFE-CYCLE PHASES - If there is a well defined separation between research and development activities and production activities then the software is said to be in successful development

More information

Week 2 Class Notes 1

Week 2 Class Notes 1 Week 2 Class Notes 1 Plan for Today Accident Models Introduction to Systems Thinking STAMP: A new loss causality model 2 Accident Causality Models Underlie all our efforts to engineer for safety Explain

More information

The Advancement of Simulator Models

The Advancement of Simulator Models The Advancement of Simulator Models How the Evolution of Simulator Technology has Impacted its Application Michael M. Petersen Xcel Energy The Age of Simulation Simulation is the imitation of the operation

More information

PRIMATECH WHITE PAPER COMPARISON OF FIRST AND SECOND EDITIONS OF HAZOP APPLICATION GUIDE, IEC 61882: A PROCESS SAFETY PERSPECTIVE

PRIMATECH WHITE PAPER COMPARISON OF FIRST AND SECOND EDITIONS OF HAZOP APPLICATION GUIDE, IEC 61882: A PROCESS SAFETY PERSPECTIVE PRIMATECH WHITE PAPER COMPARISON OF FIRST AND SECOND EDITIONS OF HAZOP APPLICATION GUIDE, IEC 61882: A PROCESS SAFETY PERSPECTIVE Summary Modifications made to IEC 61882 in the second edition have been

More information

Part 5 Mindful Movement and Mindfulness and Change and Organizational Excellence (Paul Kurtin)

Part 5 Mindful Movement and Mindfulness and Change and Organizational Excellence (Paul Kurtin) Part 5 Mindful Movement and Mindfulness and Change and Organizational Excellence (Paul Kurtin) 1:00-1:10 Mindful Movement 1:10-1:30 Mindfulness in Organizations/HRO 1 2 Mindfulness Mindfulness is moment-to

More information

Definitive Answers for Your Difficult Questions

Definitive Answers for Your Difficult Questions Discover the truth with Definitive Answers for Your Difficult Questions What does it take to provide scientifically sound and defensible opinions when you are faced with complex failures and technical

More information

Preface... Acknowledgments... Glossary Introduction Management Systems and the Management of Chemical Process Safety...

Preface... Acknowledgments... Glossary Introduction Management Systems and the Management of Chemical Process Safety... Preface... Acknowledgments... Glossary... xi xiii xv 1. Introduction... 1 1.1 Process Safety Management Activities of the Center for Chemical Process Safety (CCPS)... 1 1.2 Definition of "Process Safety

More information

Analysis of Software Artifacts

Analysis of Software Artifacts Jonathan Aldrich 2 Software Disasters: Therac-25 Delivered radiation treatment 2 modes Electron: low power electrons X-Ray: high power electrons converted to x-rays with shield Race condition Operator

More information

System Safety Engineering

System Safety Engineering System Safety Engineering Nancy Leveson John Thomas 1 What were some of the causal factors in the Uberlingen accident? 2 Uncoordinated Control Agents SAFE STATE TCAS provides coordinated instructions to

More information

Ten Years of Progress in Lean Product Development. Dr. Hugh McManus Associate Director, Lean Advancement Initiative Educational Network

Ten Years of Progress in Lean Product Development. Dr. Hugh McManus Associate Director, Lean Advancement Initiative Educational Network Ten Years of Progress in Lean Product Development Dr. Hugh McManus Associate Director, Lean Advancement Initiative Educational Network 10-15 Years Ago: Questions Does Lean apply to Product Development,

More information

Mission Reliability Estimation for Repairable Robot Teams

Mission Reliability Estimation for Repairable Robot Teams Carnegie Mellon University Research Showcase @ CMU Robotics Institute School of Computer Science 2005 Mission Reliability Estimation for Repairable Robot Teams Stephen B. Stancliff Carnegie Mellon University

More information

The Night of the Gas: Why Bhopal Matters. Prof. Denise Scheberle

The Night of the Gas: Why Bhopal Matters. Prof. Denise Scheberle The Night of the Gas: Why Bhopal Matters Prof. Denise Scheberle Asked to cover 1. area of research and why it is important 2. approach used in the research 3. theoretical and practical lessons learned

More information

Domain Understanding and Requirements Elicitation

Domain Understanding and Requirements Elicitation and Requirements Elicitation CS/SE 3RA3 Ryszard Janicki Department of Computing and Software, McMaster University, Hamilton, Ontario, Canada Ryszard Janicki 1/24 Previous Lecture: The requirement engineering

More information

Public Information and Disclosure RD/GD-99.3

Public Information and Disclosure RD/GD-99.3 Public Information and Disclosure RD/GD-99.3 March, 2012 Public Information and Disclosure Regulatory Document RD/GD-99.3 Minister of Public Works and Government Services Canada 2012 Catalogue number CC172-82/2012E-PDF

More information

AIRWORTHINESS & SAFETY: ARE WE MISSING A LINK?

AIRWORTHINESS & SAFETY: ARE WE MISSING A LINK? AIRWORTHINESS & SAFETY: ARE WE MISSING A LINK? Dr. Nektarios Karanikas, CEng, PMP, GradIOSH, MRAeS, MIET, Lt. Col. (ret.) Associate Professor of Safety & Human Factors Aviation Academy Cranfield University

More information

Safety prognostic technology in complex petroleum engineering systems: progress, challenges and emerging trends

Safety prognostic technology in complex petroleum engineering systems: progress, challenges and emerging trends 486 Pet.Sci.(13)1:486-493 DOI 1.17/s118-13-99-9 Safety prognostic technology in complex petroleum engineering systems: progress, challenges and emerging trends Zhang Laibin and Hu Jinqiu College of Mechanical

More information

Validation Plan: Mitchell Hammock Road. Adaptive Traffic Signal Control System. Prepared by: City of Oviedo. Draft 1: June 2015

Validation Plan: Mitchell Hammock Road. Adaptive Traffic Signal Control System. Prepared by: City of Oviedo. Draft 1: June 2015 Plan: Mitchell Hammock Road Adaptive Traffic Signal Control System Red Bug Lake Road from Slavia Road to SR 426 Mitchell Hammock Road from SR 426 to Lockwood Boulevard Lockwood Boulevard from Mitchell

More information

METHOD OF PREDICTING, ESTIMATING AND IMPROVING MEAN TIME BETWEEN FAILURES IN REDUCING REACTIVE WORK IN MAINTENANCE ORGANIZATION

METHOD OF PREDICTING, ESTIMATING AND IMPROVING MEAN TIME BETWEEN FAILURES IN REDUCING REACTIVE WORK IN MAINTENANCE ORGANIZATION National Conference on Postgraduate Research (NCON-PGR) 2009 1st October 2009, UMP Conference Hall, Malaysia Centre for Graduate Studies, Universiti Malaysia Pahang Editors: M.M. Noor; M.M. Rahman and

More information

TUNNEL CONTROL AND SUPERVISION SYSTEMS TUNNEL CONTROL AND SUPERVISION SYSTEMS

TUNNEL CONTROL AND SUPERVISION SYSTEMS TUNNEL CONTROL AND SUPERVISION SYSTEMS TUNNEL CONTROL AND SUPERVISION SYSTEMS TUNNEL CONTROL AND SUPERVISION SYSTEMS TUNNEL CONTROL AND SUPERVISION SYSTEMS General Information Due to increasingly heavy traffic and, most of all, specific traffic

More information

Public and Aboriginal engagement Public Information and Disclosure REGDOC-3.2.1

Public and Aboriginal engagement Public Information and Disclosure REGDOC-3.2.1 Public and Aboriginal engagement Public Information and Disclosure REGDOC-3.2.1 August 2017 Public Information and Disclosure Regulatory document REGDOC-3.2.1 Canadian Nuclear Safety Commission (CNSC)

More information

Protection of Space Assets

Protection of Space Assets N.01 Space Radiation Mitigation for Satellite Operations N.02 Compact Environmental Anomaly Sensor II ACTD N.03 Space Environments and Hazards N.04 Satellite Passive Protection I 157 DEFENSE TECHNOLOGY

More information

Bayesian Filter to accurately track airport moving objects

Bayesian Filter to accurately track airport moving objects Bayesian Filter to accurately track airport moving objects Hamza Taheri Moving from human based operations to machine-based systems is a global trend Congestion in airports complicates surveillance, and

More information

Applied Safety Science and Engineering Techniques (ASSET TM )

Applied Safety Science and Engineering Techniques (ASSET TM ) Applied Safety Science and Engineering Techniques (ASSET TM ) The Evolution of Hazard Based Safety Engineering into the Framework of a Safety Management Process Applied Safety Science and Engineering Techniques

More information

Understand that technology has different levels of maturity and that lower maturity levels come with higher risks.

Understand that technology has different levels of maturity and that lower maturity levels come with higher risks. Technology 1 Agenda Understand that technology has different levels of maturity and that lower maturity levels come with higher risks. Introduce the Technology Readiness Level (TRL) scale used to assess

More information

Guide to the Requirements for Public Information and Disclosure GD-99.3

Guide to the Requirements for Public Information and Disclosure GD-99.3 Guide to the Requirements for Public Information and Disclosure GD-99.3 November 2010 Guide to the Requirements for Public Information and Disclosure Guidance Document GD-99.3 Minister of Public Works

More information

April 10, Develop and demonstrate technologies needed to remotely detect the early stages of a proliferant nation=s nuclear weapons program.

April 10, Develop and demonstrate technologies needed to remotely detect the early stages of a proliferant nation=s nuclear weapons program. Statement of Robert E. Waldron Assistant Deputy Administrator for Nonproliferation Research and Engineering National Nuclear Security Administration U. S. Department of Energy Before the Subcommittee on

More information

RF(433Mhz) BASED PROJECTS

RF(433Mhz) BASED PROJECTS ************************************************************************ INNOVATIVE & APPLICATION ORIENTED PROJECTS ON SVSEMBEDDED SYSTEMS (8051/AVR/ARM7/MSP430/RENESAS/ARM cortex M3) ************************************************************************

More information

Which Dispatch Solution?

Which Dispatch Solution? White Paper Which Dispatch Solution? Revision 1.0 www.omnitronicsworld.com Radio Dispatch is a term used to describe the carrying out of business operations over a radio network from one or more locations.

More information

System Audit Checklist

System Audit Checklist System Audit Checklist Contents 1 Gaming System... 3 1.1 System Architecture... 3 1.2 Application Architecture... 3 1.3 Infrastructure Network... 3 1.4 Licence Category... 3 1.5 Random Number Generator...

More information

The secret behind mechatronics

The secret behind mechatronics The secret behind mechatronics Why companies will want to be part of the revolution In the 18th century, steam and mechanization powered the first Industrial Revolution. At the turn of the 20th century,

More information

Overview of Information Barrier Concepts

Overview of Information Barrier Concepts Overview of Information Barrier Concepts Presentation to the International Partnership for Nuclear Disarmament Verification, Working Group 3 Michele R. Smith United States Department of Energy NNSA Office

More information

Artesis Predictive Maintenance Revolution

Artesis Predictive Maintenance Revolution Artesis Predictive Maintenance Revolution September 2008 1. Background Although the benefits of predictive maintenance are widely accepted, the proportion of companies taking full advantage of the approach

More information

Wireless technologies Test systems

Wireless technologies Test systems Wireless technologies Test systems 8 Test systems for V2X communications Future automated vehicles will be wirelessly networked with their environment and will therefore be able to preventively respond

More information

Dependable Computer Systems

Dependable Computer Systems Lecture on Dependable Computer Systems Stefan Poledna TTTech Computertechnik AG www.tttech.com Course: Dependable Computer Systems 2007, Stefan Poledna, All rights reserved part 1, page 1 Overview Overview

More information

The Evolution of Science and Technology: The Need for a New Policy Model. Jerald Hage, Director Center for Innovation,

The Evolution of Science and Technology: The Need for a New Policy Model. Jerald Hage, Director Center for Innovation, The Evolution of Science and Technology: The Need for a New Policy Model Jerald Hage, Director Center for Innovation, The Present Policy Model Characteristics: 1.Societal level; 2.Inputs of funding and

More information

Public and Aboriginal Engagement Public Information and Disclosure REGDOC-3.2.1

Public and Aboriginal Engagement Public Information and Disclosure REGDOC-3.2.1 Public and Aboriginal Engagement Public Information and Disclosure REGDOC-3.2.1 May 2018 Public Information and Disclosure Regulatory document REGDOC-3.2.1 Canadian Nuclear Safety Commission (CNSC) 2018

More information

Lecture 6: HCI, advanced course, Design rationale for HCI

Lecture 6: HCI, advanced course, Design rationale for HCI Lecture 6: HCI, advanced course, Design rationale for HCI To read: Carroll, J. M., & Rosson, M. B. (2003) Design Rationale as Theory. Ch. 15 in J.M. Carroll (Ed.), HCI Models, Theories, and Frameworks.

More information

ASTRO 25 MISSION CRITICAL DATA YOUR LIFELINE FOR SUCCESSFUL MISSIONS

ASTRO 25 MISSION CRITICAL DATA YOUR LIFELINE FOR SUCCESSFUL MISSIONS ASTRO 25 MISSION CRITICAL DATA YOUR LIFELINE FOR SUCCESSFUL MISSIONS ALWAYS AVAILABLE Your mission critical operations depend on reliable voice PTT communications all the time, everywhere you operate.

More information

Table of Contents. Stabila LD 320 1

Table of Contents. Stabila LD 320 1 Table of Contents EN Instrument Set-up - - - - - - - - - - - - - - - - - - - - - - - Introduction- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Overview - - - - - - - - - - - - - - - - -

More information

ORGANIZATIONAL DISASTERS

ORGANIZATIONAL DISASTERS ORGANIZATIONAL DISASTERS Inevitability of Normal Accidents in organizations where complex system failure runs a risk of catastrophic damage and harm to a large population Bridge, dam & building collapses

More information

Prof. Steven S. Saliterman. Department of Biomedical Engineering, University of Minnesota

Prof. Steven S. Saliterman. Department of Biomedical Engineering, University of Minnesota Department of Biomedical Engineering, University of Minnesota http://saliterman.umn.edu/ ISO 14971 Risk Management as Part of Design Control Human Factors and Usability Engineering Definitions How People

More information

Technology Assessment. Global challenges and European prospects. Ortwin Renn June, 18, 2012 Copenhagen

Technology Assessment. Global challenges and European prospects. Ortwin Renn June, 18, 2012 Copenhagen Technology Assessment Global challenges and European prospects Ortwin Renn June, 18, 2012 Copenhagen Technology Assessment: Definition Systematic and comprehensive exploration and evaluation of technological,

More information

Latin-American non-state actor dialogue on Article 6 of the Paris Agreement

Latin-American non-state actor dialogue on Article 6 of the Paris Agreement Latin-American non-state actor dialogue on Article 6 of the Paris Agreement Summary Report Organized by: Regional Collaboration Centre (RCC), Bogota 14 July 2016 Supported by: Background The Latin-American

More information

High Reliability Organizing Conference. Deepwater Horizon Incident Investigation

High Reliability Organizing Conference. Deepwater Horizon Incident Investigation 1 High Reliability Organizing Conference Deepwater Horizon Incident Investigation April 20, 2011 2 Disclaimer The PowerPoint presentation given by Mark Griffon, Board Member, United States Chemical Safety

More information

MORT and Organisational Failures

MORT and Organisational Failures MORT and Organisational Failures Prof. Chris Johnson, School of Computing Science, University of Glasgow. johnson@dcs.gla.ac.uk http://www.dcs.gla.ac.uk/~johnson Introduction Organisational Failure. Are

More information

Restriction Enzyme/Recombinant. DNA Extraction from Plant and. DNA Fingerprint Activity. Proteins to Proteomics, Alternative Splicing

Restriction Enzyme/Recombinant. DNA Extraction from Plant and. DNA Fingerprint Activity. Proteins to Proteomics, Alternative Splicing Oklahoma PASS Standards Science Process and Inquiry Grades 6-8 Process Standard 1: Observe and Measure 1.1 Identify qualitative and/or quantitative changes and conditions 1.2 Use appropriate tools 1.3

More information

The ALA and ARL Position on Access and Digital Preservation: A Response to the Section 108 Study Group

The ALA and ARL Position on Access and Digital Preservation: A Response to the Section 108 Study Group The ALA and ARL Position on Access and Digital Preservation: A Response to the Section 108 Study Group Introduction In response to issues raised by initiatives such as the National Digital Information

More information

in RESEARCH & EDUCATION Mohd Jamil Maah

in RESEARCH & EDUCATION Mohd Jamil Maah SAFETY RADIATION CULTURE in RESEARCH & EDUCATION Mohd Jamil Maah RADIATION PROTECTION CONFERENCE & WORKSHOP 2011 LANGKAWI, KEDAH 07-09 JUNE 2011 What is culture? Etymologically, the word culture has its

More information

ATS-01 Ver1.2 AUTOMATIC TRANSFER SWITCH CONTROL UNIT OPERATOR S MANUAL

ATS-01 Ver1.2 AUTOMATIC TRANSFER SWITCH CONTROL UNIT OPERATOR S MANUAL ATS-01 Ver1.2 AUTOMATIC TRANSFER SWITCH CONTROL UNIT OPERATOR S MANUAL Headquarters : No.3, Lane 201, Chien Fu ST., Chyan Jenn Dist., Kaohsiung, TAIWAN Tel : + 886-7-8121771 Fax : + 886-7-8121775 URL :

More information

IAEA Training in level 1 PSA and PSA applications. PSA Project. IAEA Guidelines for PSA

IAEA Training in level 1 PSA and PSA applications. PSA Project. IAEA Guidelines for PSA IAEA Training in level 1 PSA and PSA applications PSA Project IAEA Guidelines for PSA Introduction The following slides present the IAEA documents that deal with procedures, guidance and good practices

More information

A New Approach to the Design and Verification of Complex Systems

A New Approach to the Design and Verification of Complex Systems A New Approach to the Design and Verification of Complex Systems Research Scientist Palo Alto Research Center Intelligent Systems Laboratory Embedded Reasoning Area Tolga Kurtoglu, Ph.D. Complexity Highly

More information

Table of Contents. Makita LD050P 1

Table of Contents. Makita LD050P 1 Table of Contents EN Instrument Set-up - - - - - - - - - - - - - - - - - - - - - - - Introduction- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Overview - - - - - - - - - - - - - - - - -

More information

DE EN FR IT ES RU PL DA NL NO SV

DE EN FR IT ES RU PL DA NL NO SV DE FR IT ES RU PL DA NL NO SV Table of Contents Instrument Set-up - - - - - - - - - - - - - - - - - - - - - - - Introduction- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Overview - - -

More information

AN EFFICIENT TRAFFIC CONTROL SYSTEM BASED ON DENSITY

AN EFFICIENT TRAFFIC CONTROL SYSTEM BASED ON DENSITY INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 AN EFFICIENT TRAFFIC CONTROL SYSTEM BASED ON DENSITY G. Anisha, Dr. S. Uma 2 1 Student, Department of Computer Science

More information

Train Radio Systems for Voice and Related Messaging Communications

Train Radio Systems for Voice and Related Messaging Communications Uncontrolled When Printed Railway Group Standard Train Radio Systems for Voice and Related Messaging Communications Synopsis This document mandates the minimum requirements for radio systems that provide

More information

SAFETY CASES: ARGUING THE SAFETY OF AUTONOMOUS SYSTEMS SIMON BURTON DAGSTUHL,

SAFETY CASES: ARGUING THE SAFETY OF AUTONOMOUS SYSTEMS SIMON BURTON DAGSTUHL, SAFETY CASES: ARGUING THE SAFETY OF AUTONOMOUS SYSTEMS SIMON BURTON DAGSTUHL, 17.02.2017 The need for safety cases Interaction and Security is becoming more than what happens when things break functional

More information

Use of Probe Vehicles to Increase Traffic Estimation Accuracy in Brisbane

Use of Probe Vehicles to Increase Traffic Estimation Accuracy in Brisbane Use of Probe Vehicles to Increase Traffic Estimation Accuracy in Brisbane Lee, J. & Rakotonirainy, A. Centre for Accident Research and Road Safety - Queensland (CARRS-Q), Queensland University of Technology

More information

FOUNDATION Fieldbus: the Diagnostics Difference Fieldbus Foundation

FOUNDATION Fieldbus: the Diagnostics Difference Fieldbus Foundation FOUNDATION Fieldbus: the Diagnostics Difference There s Diagnostics and There s Diagnostics. The Value of Fieldbus Diagnostics Physical Layer Diagnostics Managing the Diagnostics Storm PAM and IDM Software,

More information

AS-MAC: An Asynchronous Scheduled MAC Protocol for Wireless Sensor Networks

AS-MAC: An Asynchronous Scheduled MAC Protocol for Wireless Sensor Networks AS-MAC: An Asynchronous Scheduled MAC Protocol for Wireless Sensor Networks By Beakcheol Jang, Jun Bum Lim, Mihail Sichitiu, NC State University 1 Presentation by Andrew Keating for CS577 Fall 2009 Outline

More information

1.253 Transportation Policy & Environmental Limits Lecture 2. Tragedy of the Concrete Commons

1.253 Transportation Policy & Environmental Limits Lecture 2. Tragedy of the Concrete Commons 1.253 Transportation Policy & Environmental Limits Lecture 2 Tragedy of the Concrete Commons The Commons Defined What is the commons according to Garret Hardin? Useful to understand population or growthrelated

More information

LESSON 4. Second-Hand Play. General Concepts. General Introduction. Group Activities. Sample Deals

LESSON 4. Second-Hand Play. General Concepts. General Introduction. Group Activities. Sample Deals LESSON 4 Second-Hand Play General Concepts General Introduction Group Activities Sample Deals 110 Defense in the 21st Century General Concepts Defense Second-hand play Second hand plays low to: Conserve

More information

A Knowledge-Centric Approach for Complex Systems. Chris R. Powell 1/29/2015

A Knowledge-Centric Approach for Complex Systems. Chris R. Powell 1/29/2015 A Knowledge-Centric Approach for Complex Systems Chris R. Powell 1/29/2015 Dr. Chris R. Powell, MBA 31 years experience in systems, hardware, and software engineering 17 years in commercial development

More information

TAKING DIAGNOSTICS TO THE NEXT LEVEL ENDRESS+HAUSER

TAKING DIAGNOSTICS TO THE NEXT LEVEL ENDRESS+HAUSER TAKING DIAGNOSTICS TO THE NEXT LEVEL ENDRESS+HAUSER The FOUNDATION fieldbus specification was created from the ground up to allow suppliers to add their own competitive advantage to the technology. At

More information

Tutorial Roadmapping for Strategy Support

Tutorial Roadmapping for Strategy Support Tutorial Roadmapping for Strategy Support by Gerrit Muller Buskerud University Collge and Buskerud University College e-mail: gaudisite@gmail.com www.gaudisite.nl Abstract Formulating and deploying a strategy

More information

The Privacy Case. Matching Privacy-Protection Goals to Human and Organizational Privacy Concerns. Tudor B. Ionescu, Gerhard Engelbrecht SIEMENS AG

The Privacy Case. Matching Privacy-Protection Goals to Human and Organizational Privacy Concerns. Tudor B. Ionescu, Gerhard Engelbrecht SIEMENS AG The Privacy Case Matching Privacy-Protection Goals to Human and Organizational Privacy Concerns Tudor B. Ionescu, Gerhard Engelbrecht SIEMENS AG Agenda Introduction Defining the privacy case Privacy-relevant

More information

CHAPTER 32 ELECTRONICS TECHNICIAN (ET) NAVPERS J CH-70

CHAPTER 32 ELECTRONICS TECHNICIAN (ET) NAVPERS J CH-70 CHAPTER 32 ELECTRONICS TECHNICIAN (ET) NAVPERS 18068-32J CH-70 Updated: April 2017 TABLE OF CONTENTS ELECTRONICS TECHNICIAN, SUBMARINE, COMMUNICATIONS (ETR) SCOPE OF RATING GENERAL INFORMATION COMMUNICATIONS

More information

Lessons Learned from the US Chemical Safety and Hazard Investigations Board. presented at

Lessons Learned from the US Chemical Safety and Hazard Investigations Board. presented at Lessons Learned from the US Chemical Safety and Hazard Investigations Board presented at The IAEA International Conference on Human and Organizational Aspects of Assuring Nuclear Safety Exploring 30 Years

More information

Human Factors of Standardisation and Automation NAV18

Human Factors of Standardisation and Automation NAV18 Human Factors of Standardisation and Automation NAV18 Mal Christie Principal Advisor Human Factors Systems Safety Standards Australian Maritime Safety Authority S-Mode Guidelines Standardized modes of

More information

A Centralised Interlocking System for Low-density Line Signalling with a Predictive Monitoring System

A Centralised Interlocking System for Low-density Line Signalling with a Predictive Monitoring System Toshiyuki SHIMAZOE 1 A Centralised Interlocking System for Low-density Line Signalling with a Predictive Monitoring System Toshiyuki SHIMAZOE, Tamio OKUTANI Kyosan Electric Mfg. Co., Ltd. 2-29-1 Heiancho,

More information

Confidently Assess Risk Using Public Records Data with Scalable Automated Linking Technology (SALT)

Confidently Assess Risk Using Public Records Data with Scalable Automated Linking Technology (SALT) WHITE PAPER Linking Liens and Civil Judgments Data Confidently Assess Risk Using Public Records Data with Scalable Automated Linking Technology (SALT) Table of Contents Executive Summary... 3 Collecting

More information

Game Theory: The Basics. Theory of Games and Economics Behavior John Von Neumann and Oskar Morgenstern (1943)

Game Theory: The Basics. Theory of Games and Economics Behavior John Von Neumann and Oskar Morgenstern (1943) Game Theory: The Basics The following is based on Games of Strategy, Dixit and Skeath, 1999. Topic 8 Game Theory Page 1 Theory of Games and Economics Behavior John Von Neumann and Oskar Morgenstern (1943)

More information

Low Quiescent Current Surge Stopper: Robust Automotive Supply Protection for ISO and ISO Compliance

Low Quiescent Current Surge Stopper: Robust Automotive Supply Protection for ISO and ISO Compliance Low Quiescent Current Surge Stopper: Robust Automotive Supply Protection for ISO 7637-2 and ISO 16750-2 Compliance By Dan Eddleman, Senior Applications Engineer, Mixed Signal Products, Linear Technology

More information

Making sense of electrical signals

Making sense of electrical signals Making sense of electrical signals Our thanks to Fluke for allowing us to reprint the following. vertical (Y) access represents the voltage measurement and the horizontal (X) axis represents time. Most

More information

Improving Software Quality Using FMEA and FTA Defect Prevention Techniques in Design Phase

Improving Software Quality Using FMEA and FTA Defect Prevention Techniques in Design Phase Improving Software Quality Using FMEA and FTA Prevention Techniques in Design Phase Shahin Fatima, Dr.Mohd. Rizwan Beg, Shadab Siddiqui Department of Computer Science and Engineering, Integral University,

More information

STUDY ON REFERENCE MODELS FOR HMI IN VOICE TELEMATICS TO MEET DRIVER S MIND DISTRACTION

STUDY ON REFERENCE MODELS FOR HMI IN VOICE TELEMATICS TO MEET DRIVER S MIND DISTRACTION STUDY ON REFERENCE MODELS FOR HMI IN VOICE TELEMATICS TO MEET DRIVER S MIND DISTRACTION Makoto Shioya, Senior Researcher Systems Development Laboratory, Hitachi, Ltd. 1099 Ohzenji, Asao-ku, Kawasaki-shi,

More information

Yolande Akl, Director, Canadian Nuclear Safety Commission Ottawa, Canada. Abstract

Yolande Akl, Director, Canadian Nuclear Safety Commission Ottawa, Canada. Abstract OVERVIEW OF SOME CHALLENGES IN PSA REVIEWS FOR EXISTING AND NEW NUCLEAR POWER PLANTS IN CANADA 1 Guna Renganathan and Raducu Gheorghe Canadian Nuclear Safety Commission Ottawa, Canada Yolande Akl, Director,

More information

LETTER OF PROMULGATION

LETTER OF PROMULGATION D EPARTMEN T OF DEFENSE CHIEF, ARMY MARS CHIEF, AIR FORCE MARS CHIEF, NAVY-MARINE CORPS MARS 22 Nov 2007 LETTER OF PROMULGATION 1. The Standard Operating Procedure for Calling and Operating a Voice Net

More information

Modeling Antennas on Automobiles in the VHF and UHF Frequency Bands, Comparisons of Predictions and Measurements

Modeling Antennas on Automobiles in the VHF and UHF Frequency Bands, Comparisons of Predictions and Measurements Modeling Antennas on Automobiles in the VHF and UHF Frequency Bands, Comparisons of Predictions and Measurements Nicholas DeMinco Institute for Telecommunication Sciences U.S. Department of Commerce Boulder,

More information

The Human and Organizational Part of Nuclear Safety

The Human and Organizational Part of Nuclear Safety The Human and Organizational Part of Nuclear Safety International Atomic Energy Agency Safety is more than the technology The root causes Organizational & cultural root causes are consistently identified

More information

1. EXECUTIVE SUMMARY

1. EXECUTIVE SUMMARY 1. EXECUTIVE SUMMARY 1.1 INTRODUCTION This document is the Final Evaluation Report for the Genesis Advanced Traveler Information System (ATIS) Field Operational Test (FOT). This test was co-sponsored by

More information

XLS Electronic Pipettes

XLS Electronic Pipettes XLS Electronic Pipettes E4 XLS Maximum reproducibility Application versatility Intuitive operation The App Master Accelerate your Workflow Electronic XLS Pipettes Optimize your Applications The Options

More information

Israel Railways No Fault Liability Renewal The Implementation of New Technological Safety Devices at Level Crossings. Amos Gellert, Nataly Kats

Israel Railways No Fault Liability Renewal The Implementation of New Technological Safety Devices at Level Crossings. Amos Gellert, Nataly Kats Mr. Amos Gellert Technological aspects of level crossing facilities Israel Railways No Fault Liability Renewal The Implementation of New Technological Safety Devices at Level Crossings Deputy General Manager

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction 1.1Motivation The past five decades have seen surprising progress in computing and communication technologies that were stimulated by the presence of cheaper, faster, more reliable

More information

Improving Software Quality Using FMEA and FTA Defect Prevention Techniques in Design Phase

Improving Software Quality Using FMEA and FTA Defect Prevention Techniques in Design Phase Improving Software Quality Using FMEA and FTA Prevention Techniques in Design Phase Shahin Fatima, Dr.Mohd. Rizwan Beg, Shadab Siddiqui Department of Computer Science and Engineering, Integral University,

More information

CONSTRUCTION SPECIFICATION FOR PORTABLE TEMPORARY TRAFFIC SIGNALS

CONSTRUCTION SPECIFICATION FOR PORTABLE TEMPORARY TRAFFIC SIGNALS ONTARIO PROVINCIAL STANDARD SPECIFICATION METRIC OPSS.PROV 708 November 2016 CONSTRUCTION SPECIFICATION FOR PORTABLE TEMPORARY TRAFFIC SIGNALS TABLE OF CONTENTS 708.01 SCOPE 708.02 REFERENCES 708.03 DEFINITIONS

More information

Artificial Intelligence. Minimax and alpha-beta pruning

Artificial Intelligence. Minimax and alpha-beta pruning Artificial Intelligence Minimax and alpha-beta pruning In which we examine the problems that arise when we try to plan ahead to get the best result in a world that includes a hostile agent (other agent

More information

Lean Enablers for Managing Engineering Programs

Lean Enablers for Managing Engineering Programs Lean Enablers for Managing Engineering Programs Presentation to the INCOSE Enchantment Chapter June 13 2012 Josef Oehmen http://lean.mit.edu 2012 Massachusetts Institute of Technology, Josef Oehmen, oehmen@mit.edu

More information

Introduction to Statistical Process Control. Managing Variation over Time

Introduction to Statistical Process Control. Managing Variation over Time EE9H F3 Introduction to Statistical Process Control The assignable cause. The Control Chart. Statistical basis of the control chart. Control limits, false and true alarms and the operating characteristic

More information