Bernhard Steffen, Falk Howar, Malte Isberner TU Dortmund /CMU. B. Steffen Summer School CPS

Size: px
Start display at page:

Download "Bernhard Steffen, Falk Howar, Malte Isberner TU Dortmund /CMU. B. Steffen Summer School CPS"

Transcription

1 Active Automata Learning: From DFA to Interface Programs and Beyond or From Languages to Program Executions or (more technically) The Power of Counterexample Analysis Bernhard Steffen, Falk Howar, Malte Isberner TU Dortmund /CMU B. Steffen Summer School CPS

2 Connect Scenario some service connector interrogate learn X try to use inform about new service and device learner CONNECT environment interrogate look for known models B. Steffen Summer School CPS

3 Data-Dependent Control Value-independent Data Dependencies B. Steffen Summer School CPS

4 How to Extend w. Data? Data is crucial for modeling Interface specifications relate data in input to data in subsequent output Communication protocols sequence numbers, identifiers,.. (External) Mapper-Based Data Treatment Explicit Data Modelling B. Steffen Summer School CPS

5 Outline Background Manual Treatment of Data Automated Alphabet Abstraction Refinement Modelling Data Explicitly Conclusions B. Steffen Summer School CPS

6 Computer/Telephony Integrated Systems LAN Switch Model-Generator Application-PCs ISDN Network Application- Server B. Steffen Summer School CPS

7 The Concrete Scenario Test Coordinator Rational Robot Hipermon Hipermon HTTP CSTA II/III PCM Application PCs HTTP Hipermon Hipermon PCM Application Server B. Steffen Summer School CPS

8 Means of Observation Hipermon Test Coordinator Hipermon ^ HTTP Rational Robot CSTA II/III PCM Application PCs HTTP Hipermon Hipermon PCM Application Server (small) learned models imposed major test suite optimizations B. Steffen Summer School CPS

9 Moderated, Regular Extrapolation l Extrapolation Hypothesis Building beyond known facts l Regular Extrapolation-Universe: Extended Finite Automata l Moderated The Extrapolation Process requires targeted interaction Neither Correct nor Complete! B. Steffen Summer School CPS

10 Models in our Scenario Abstract representation of the protocol-level behaviour. Abstraction typically concerns { invokeid = 58391, replace operation-value = 21 (cstaeventreport), {eventspecificinfo.....hookswitch symbolic names details l i no time stamps etc. {deviceid.dialingnumber = 500 hookswitchonhook= TRUE,... timestamp = } }}} {obsevent deviceid = A1 switchonhook,... }} B. Steffen Summer School CPS

11 Sketch of the Model Structure Models comprise state changes as well as UPN- and CSTA-Observations. Sys_Info obs_csta upnoffhook obs_csta obs_csta obs_csta Sys_Info { {deviceid = A1 hookswitchonhook,... }} device A1 display(line 1,...) LEDs: (1,on) (2,off) B. Steffen Summer School CPS

12 Transitions Reaching Words Active Automata Learning OT Distinguishing Futures Lower Hypothesis Automaton Unknown System Closeness & Consistency Validation B. Steffen Summer School CPS

13 Membership Queries OT 1 Abstract States Unknown System a 1 b 0 Not closed! Transition Relation B. Steffen Summer School CPS

14 Closure & Consistency OT 1 b 0 Unknown System a 1 ba 0 bb 0 a Closed & Consistent b a,b B. Steffen Summer School CPS

15 Equivalence Queries OT 1 b 0 a 1 Unknown System ab 1 a 1 a ba 0 bb 0 b a,b Counterexample: ab L B. Steffen Summer School CPS

16 Counter Example-Based Extension OT 1 b 0 a 1 ab 1 a Unknown System ba 0 bb 0 aa 0 aba 0 abb 1 b a,b Counterexample: ab L B. Steffen Summer School CPS

17 Closure & Consistency OT 1 b 0 a 1 ab 1 ba 0 bb 0 Not consistent: row ( ) = row (a), but row ( a) row (aa) Unknown System aa 0 aba 0 abb 1 New Column: a B. Steffen Summer School CPS

18 Next Iteration OT a 1 1 b 0 0 a 1 0 Unknown System ab 1 0 ba 0 0 bb 0 0 Closed & Consistent aa 0 0 aba 0 0 abb 1 0 B. Steffen Summer School CPS

19 Next Iteration OT a 1 1 b 0 0 a 1 0 ab 1 0 ba 0 0 bb 0 0 aa 0 0 aba 0 0 abb 1 0 b a a,b a Unknown System b Finished! B. Steffen Summer School CPS

20 Active automata learning: L* a Σ={a,b} b b a a a b b aba L? MQ-Oracle no a a,b b? no, bb L! EQ-Oracle B. Steffen Summer School CPS

21 Summary of L* algorithm L* infers Finite State Machine from queries: 1. Pose membership queries until saturation 2. Construct Hypothesis from obtained information 3. Pose equivalence query 4. if no look at counterexample and goto 1 5. else return Hypothesis end Has been used to learn large automata ( 100 kstates) Adapted for Mealy Machines [Niese et al. 2003] and for Interface Automata [Aarts et al. 2010] Efficient Tool: LearnLib [TUDortmund] B. Steffen Summer School CPS

22 Summary of L* algorithm L* infers Finite State Machine from queries: 1. Pose membership queries until saturation 2. Construct Hypothesis from obtained information 3. Pose equivalence query 4. if no look at counterexample and goto 1 5. else return Hypothesis end Has been used to learn large automata ( 100 kstates) Adapted for Mealy Machines [Niese et al. 2003] and for Interface Automata [Aarts et al. 2010] Efficient Tool: LearnLib [TUDortmund] B. Steffen Summer School CPS

23 Analysis of Counterexamples I one essential suffix All prefixes of counterexample a b bb ε 0 0 a 1 1 b 1 1 bb 0 0 bbb 0 0 aa 1 1 ab 1 1 ba 0 0 B. Steffen Summer School CPS

24 Analysis of Counterexamples I one essential suffix All prefixes of counterexample a b bb ε 0 0 a 1 1 b 1 1 bb 0 0 bbb 0 0 aa 1 1 ab 1 1 ba 0 0 Essential suffix B. Steffen Summer School CPS

25 Effect: Reduced Observation Table Rivest and Shapire: Analyze counterexample separately (not in the table) Only add one essential suffix (i.e., witness), as column label to the table Consequence: Guaranteed Consistency! Improved worst case complexity BUT: Hypothesis Automata are no longer guaranteed to be minimal! (cf. Pnueli / Mahler s criticism) B. Steffen Summer School CPS

26 Outline Background Manual Treatment of Data Automated Alphabet Abstraction Refinement Modelling Data Explicitly Conclusions B. Steffen Summer School CPS

27 Simple Stack finite capacity B. Steffen Summer School CPS

28 Mappers B. Steffen Summer School CPS

29 Learning the stack as a language push, pop L, L stack.push(1) stack.pop() true, false, null, 1 B. Steffen Summer School CPS

30 Introducing outputs: Mealy machines push, pop OK, NOK, null, 1 stack.push(1) stack.pop() true, false, null, 1 B. Steffen Summer School CPS

31 Introducing outputs: Mealy machines push1, push2, pop stack.push(1) Stack.push(2) stack.pop() OK, NOK, null, 1, 2 true, false, null, 1, 2 B. Steffen Summer School CPS

32 Outline Background Manual Treatment of Data Automated Alphabet Abstraction Refinement Modelling Data Explicitly Conclusions B. Steffen Summer School CPS

33 Automated Alphabet Abstraction Refinement Learning setup in Practice <presence type= /> Available <iq type= result /> Test-driver Static alphabet abstraction OK LearnLib B. Steffen Summer School CPS

34 Automated Alphabet Abstraction Refinement <presence type= /> Available(type=avail ) <iq type= result /> Test-driver OK LearnLib Learning relative to a given representation system Available Available(type=avail ) Available Available(type=unavail ) Non-det. during EQ Test CEGAR teacher <presence type= /> Available <iq type= result /> Test-driver Static alphabet abstraction OK LearnLib B. Steffen Summer School CPS

35 The Mod-k Stack finite set of outputs, e.g.: odd / even push, push, pop OK, NOK, null, odd, even stack.push(51); stack.push(2012); stack.pop() true, false, null, 51, 2012 B. Steffen Summer School CPS

36 The Mod-k Stack finite set of outputs, e.g.: odd / even push push pop / odd push push pop / even push, push, pop OK, NOK, null, odd, even stack.push(51); stack.push(2012); stack.pop() true, false, null, 51, 2012 B. Steffen Summer School CPS

37 Counter Examples and Witnesses c 1 c 2 c 3 c 4 c 5 c 6 γ(α(c 1 )) γ(α(c 2 )) γ(α(c 3 )) γ(α(c 4 )) γ(α(c 5 )) γ(α(c 6 )) Bern hard B. Steffen Summer School CPS

38 Counter Examples and Witnesses c 1 c 2 c 3 c 4 c 5 c 6 c 5 c 6 γ(α(c 1 )) γ(α(c 2 )) γ(α(c 3 )) c 4 γ(α(c 4 )) c 5 c 6 γ(α(c 1 )) γ(α(c 2 )) γ(α(c 3 )) γ(α(c 4 )) γ(α(c 5 )) γ(α(c 6 )) Bern hard B. Steffen Summer School CPS

39 Counter Examples and Witnesses c 5 c 6 γ(α(c 1 )) γ(α(c 2 )) γ(α(c 3 )) c 4 d p γ(α(c 4 )) c 5 c 6 Separating pattern p c 4 d state representation future B. Steffen Summer School CPS

40 Alphabet Abstraction Refinement Σ C Σ C \ α old (c) c push γ(α(p)) x d = γ(α(p)) c d α old (c) γ old (α old (c)) push B. Steffen Summer School CPS

41 Case Study Biometric Passport [Aarts et. al, 2010] 262 Concrete symbols, 256 x readfile(i). - 1 initial abstract symbols - 8 alphabet refinements, to split readfile - 9 final abstract symbols read file(i) aggregated according to the required authentication Bernhard Steffen VMCAI Austin, Texas B. Steffen Summer School CPS

42 Outline Background Manual Treatment of Data Automated Alphabet Abstraction Refinement Modelling Data Explicitly Conclusions B. Steffen Summer School CPS

43 How to Extend with Data? Data is crucial for modeling Interface specifications relate data in input to data in subsequent output Communication protocols sequence numbers, identifiers,.. Extend automaton model Data parameters in actions State variables to remember parameter values How to extend the learning techniques? 43 B. Steffen Summer School CPS

44 Register Automata B. Steffen Summer School CPS

45 Relation: Data Languages B. Steffen Summer School CPS

46 The Impact of Register Automata Query: push(p 1 )/OK push(p 2 )/OK pop()/p 2 push(p)/ok, pop()/o(p), L, L stack.push(51); stack.push(2012); stack.pop() true, false, null, 51, 2012 B. Steffen Summer School CPS

47 A Data-Aware Nerode-Relation B. Steffen Summer School CPS

48 Reusing structure of L* B. Steffen Summer School CPS

49 Analysis of Counterexamples III Counterexample Analysis for inferring New locations New registers New transitions B. Steffen Summer School CPS

50 CE: New location B. Steffen Summer School CPS

51 CE: New location B. Steffen Summer School CPS

52 CE: New location B. Steffen Summer School CPS

53 CE: New location B. Steffen Summer School CPS

54 CE: New location B. Steffen Summer School CPS

55 CE: New location B. Steffen Summer School CPS

56 CE: New register B. Steffen Summer School CPS

57 CE: New register B. Steffen Summer School CPS

58 CE: New register B. Steffen Summer School CPS

59 CE: New register B. Steffen Summer School CPS

60 CE: New transition B. Steffen Summer School CPS

61 CE: New transition B. Steffen Summer School CPS

62 CE: New transition B. Steffen Summer School CPS

63 CE: New transition B. Steffen Summer School CPS

64 Experimental Evaluation B. Steffen Summer School CPS

65 Modeling Output explicitly: RMMs RA RMM is in language Example: Stack of capacity 3 RA: output encoded as guarded transition RMM: output with data for transitions leads to output B. Steffen Summer School CPS

66 RMM: Explicit Output B. Steffen Summer School CPS

67 RMM: Explicit Output Query: push(p 1 )push(p 2 )pop() / p 2 push(p), pop() OK, NOK, null, p stack.push(51) stack.push(2012) stack.pop() true, false, null, 51, 2012 B. Steffen Summer School CPS

68 Inferring RMMs Example: Nested stack of capacity 16 RMM: 781 locations, 45k MQ, 9 EQ, 20 sec. Mealy, D =4: > 10 9 states B. Steffen Summer School CPS

69 Outline Background Manual Treatment of Data Automated Alphabet Abstraction Refinement Modelling Data Explicitly Conclusions B. Steffen Summer School CPS

70 Conclusions and Perspectives Main Practical Challenges are Search for Counterexamples Counterexample Analysis Question: How much can counter examples tell about a system? We have seen scenarios for (beside the classical locations), Optimal Alphabet Abstraction Optimal Register Allocation Optimal Transition Functions We have seen how to get From DFA to Interface Programs or From Languages to Program Executions B. Steffen Summer School CPS

71 Conclusions and Perspectives Beyond: Investigation of language extensions Extended Guards Actions with Effect Procedural Structure? Hybrid Approaches and Case Studies Experimental Evaluation and Performance Analysis The RERS Greybox Challenge 2014 B. Steffen Summer School CPS

CSE255 Introduction to Databases - Fall 2007 Semester Project Overview and Phase I

CSE255 Introduction to Databases - Fall 2007 Semester Project Overview and Phase I SEMESTER PROJECT OVERVIEW In this term project, you are asked to design a small database system, create and populate this database by using MYSQL, and write a web-based application (with associated GUIs)

More information

Kronos Workforce Instructions

Kronos Workforce Instructions Kronos Workforce Instructions Timecard To open an employee(s) timecard from a Workforce Genie. 1) Double-click the employee s name. 2) When the employee s timecard appears, select the time period to review

More information

Analyzing Medical Processes

Analyzing Medical Processes Analyzing Medical Processes Bin Chen, George S. Avrunin, Lori A. Clarke, Leon J. Osterweil, University of Massachusetts, Amherst Elizabeth A. Henneman School of Nursing, University of Massachusetts, Amherst

More information

CWE Flow-based Market Coupling Project. at EMART Energy 2012

CWE Flow-based Market Coupling Project. at EMART Energy 2012 CWE Flow-based Market Coupling Project at EMART Energy 2012 1 Agenda Flow Based Market Coupling: reminder of essentials From ATC Market Coupling to Flow Based Market Coupling: key milestones and main impacts

More information

Statistical Analysis Tools for Particle Physics

Statistical Analysis Tools for Particle Physics Statistical Analysis Tools for Particle Physics IDPASC School of Flavour Physics Valencia, 2-7 May, 2013 Glen Cowan Physics Department Royal Holloway, University of London g.cowan@rhul.ac.uk www.pp.rhul.ac.uk/~cowan

More information

The Nottingham eprints service makes this work by researchers of the University of Nottingham available open access under the following conditions.

The Nottingham eprints service makes this work by researchers of the University of Nottingham available open access under the following conditions. Li, Jingpeng and Aickelin, Uwe (2003) 'A Bayesian Optimisation Algorithm for the urse Scheduling Problem'. In: The 2003 Congress for Evolutionary Computation, 2003, Canberra, Australia. Access from the

More information

Logic-Based Benders Decomposition for Multiagent Scheduling with Sequence-Dependent Costs

Logic-Based Benders Decomposition for Multiagent Scheduling with Sequence-Dependent Costs Logic-Based Benders Decomposition for Multiagent Scheduling with Sequence-Dependent Costs Aliza Heching Compassionate Care Hospice John Hooker Carnegie Mellon University ISAIM 2016 The Problem A class

More information

Scheduling Home Hospice Care with Logic-based Benders Decomposition

Scheduling Home Hospice Care with Logic-based Benders Decomposition Scheduling Home Hospice Care with Logic-based Benders Decomposition Aliza Heching Compassionate Care Hospice John Hooker Carnegie Mellon University EURO 2016 Poznan, Poland Home Health Care Home health

More information

Correlation of: Let s Begin with the Letter People to the Florida Department of Education 2008 Voluntary Prekindergarten Education Standards.

Correlation of: Let s Begin with the Letter People to the Florida Department of Education 2008 Voluntary Prekindergarten Education Standards. Correlation of: Let s Begin with the Letter People to the Florida Department of Education 2008 Voluntary Prekindergarten Education Standards Abrams Learning Trends Waterbury, CT 800 227 9120 www.abramslearningtrends.com

More information

A STUDY ON KSA (KNOWLEDGE, SKILLS AND ABILITY) COMPETENCY AMONG NURSES

A STUDY ON KSA (KNOWLEDGE, SKILLS AND ABILITY) COMPETENCY AMONG NURSES A STUDY ON KSA (KNOWLEDGE, SKILLS AND ABILITY) COMPETENCY AMONG NURSES Abstract P.Jakulin Divya Mary Lecturer, Faculty of Management, Sri Ramachandra University Competency is the ability to do something

More information

CWE Flow-based Market Coupling Project

CWE Flow-based Market Coupling Project CWE Flow-based Market Coupling Project 1 Agenda ATC CWE MC Operations CWE FB MC Project FB implementation status FB theoretical basics Market communication during the external parallel run 2 ATC CWE MC

More information

Critique of a Nurse Driven Mobility Study. Heather Nowak, Wendy Szymoniak, Sueann Unger, Sofia Warren. Ferris State University

Critique of a Nurse Driven Mobility Study. Heather Nowak, Wendy Szymoniak, Sueann Unger, Sofia Warren. Ferris State University Running head: CRITIQUE OF A NURSE 1 Critique of a Nurse Driven Mobility Study Heather Nowak, Wendy Szymoniak, Sueann Unger, Sofia Warren Ferris State University CRITIQUE OF A NURSE 2 Abstract This is a

More information

ALICE Policy for Publications and Presentations

ALICE Policy for Publications and Presentations ALICE Policy for Publications and Presentations The Conference Committee can be contacted at alice-cc@cern.ch. The Editorial Board can be contacted at alice-editorial-board@cern.ch. The Physics Board can

More information

Computer Science Undergraduate Scholarship

Computer Science Undergraduate Scholarship Computer Science Undergraduate Scholarship Regulations The Computer Science Department at the University of Waikato runs an annual Scholarship examination. Up to 10 Scholarships are awarded on the basis

More information

Raiser s Edge: How To Query Constituent Giving With A Cumulative Total Including Soft Credits

Raiser s Edge: How To Query Constituent Giving With A Cumulative Total Including Soft Credits Raiser s Edge: How To Query Constituent Giving With A Cumulative Total Including Soft Credits The Problem: Your development team is planning a strategic ask for donors who have given a total of $2,500

More information

Optimization Problems in Machine Learning

Optimization Problems in Machine Learning Optimization Problems in Machine Learning Katya Scheinberg Lehigh University 2/15/12 EWO Seminar 1 Binary classification problem Two sets of labeled points - + 2/15/12 EWO Seminar 2 Binary classification

More information

Assuring Better Child health Development Family Medicine Cohort 2016 Quality Improvement Project: Retrospective Medical Record Review

Assuring Better Child health Development Family Medicine Cohort 2016 Quality Improvement Project: Retrospective Medical Record Review Assuring Better Child health Development Family Medicine Cohort 2016 Quality Improvement Project: Retrospective Medical Record Review Final Report Submitted to the Community and Family Health Division

More information

SNOMED CT AND ICD-10-BE: TWO OF A KIND?

SNOMED CT AND ICD-10-BE: TWO OF A KIND? Federal Public Service of Health, Food Chain Safety and Environment Directorate-General Health Care Department Datamanagement Arabella D Havé, chief of Terminology, Classification, Grouping & Audit arabella.dhave@health.belgium.be

More information

Blackjacking 0wning the Enterprise via Blackberry. Jesse x30n D Aguanno

Blackjacking 0wning the Enterprise via Blackberry. Jesse x30n D Aguanno Blackjacking 0wning the Enterprise via Blackberry Jesse x30n D Aguanno x30n@digrev.org jesse@praetoriang.net Defcon 14 - Las Vegas, NV USA 2006 Blackjacking 0wning the Enterprise via Blackberry Hello,

More information

Fingers In The Air. A Gentle Introduction To Software Estimation. Giovanni Asproni

Fingers In The Air. A Gentle Introduction To Software Estimation. Giovanni Asproni Fingers In The Air A Gentle Introduction To Software Estimation Giovanni Asproni gasproni@asprotunity.com Giovanni Asproni Fingers In The Air -- ACCU 2007 Conference 1 Summary Some definitions What to

More information

RTLS and the Built Environment by Nelson E. Lee 10 December 2010

RTLS and the Built Environment by Nelson E. Lee 10 December 2010 The purpose of this paper is to discuss the value and limitations of Real Time Locating Systems (RTLS) to understand the impact of the built environment on worker productivity. RTLS data can be used for

More information

Managing and Visualizing Non-linear Workflows using a Kanban Matrix. Agenda

Managing and Visualizing Non-linear Workflows using a Kanban Matrix. Agenda Managing and Visualizing Non-linear Workflows using a Kanban Matrix Gerard Meszaros LSSC2011@gerardm.com 1 Copyright 2011 Gerard Meszaros My Book Project Background Issues & Attempts The Matrix Solution

More information

HYDROELECTRIC COMMUNICATION TECHNICIAN I HYDROELECTRIC COMMUNICATION TECHNICIAN II Range B55/B75 BOD 7/12/2017

HYDROELECTRIC COMMUNICATION TECHNICIAN I HYDROELECTRIC COMMUNICATION TECHNICIAN II Range B55/B75 BOD 7/12/2017 HYDROELECTRIC COMMUNICATION TECHNICIAN I HYDROELECTRIC COMMUNICATION TECHNICIAN II Range B55/B75 BOD 7/12/2017 Class specifications are intended to present a descriptive list of the range of duties performed

More information

Kaba Clock Time Collection Device Update. onesource.uga.edu

Kaba Clock Time Collection Device Update. onesource.uga.edu Kaba Clock Time Collection Device Update 1. Kaba Recap 2. IP Address Auditing 3. Updating Kaba Order Agenda 4. Clock Network Support Plan 5. Estimated Installation Costs 6. Clock Payments n Kronos All

More information

MODULE 04 THE THREE FACTOR FRAMEWORK CLIENT FACTORS

MODULE 04 THE THREE FACTOR FRAMEWORK CLIENT FACTORS RN & RPN PRACTICE: THE CLIENT, THE NURSE AND THE ENVIRONMENT College of Nurses of Ontario (2014) MODULE 04 THE THREE FACTOR FRAMEWORK CLIENT FACTORS Prepared by: Donna Rothwell, RN, BScN, MN Wharton Fellow

More information

Student Guide: Using Real Time Labor Market Information

Student Guide: Using Real Time Labor Market Information During this activity, you will: Access the Center for Workforce Information and Analysis s (CWIA) Real Time Labor Market Information website (previously Job Spidering) Perform job searches on CWIA s Real

More information

Draagbare geïntegreerde technologie voor gezondheidsmonitoring. Prof. dr. ir. Ronald Thoelen Genk, January

Draagbare geïntegreerde technologie voor gezondheidsmonitoring. Prof. dr. ir. Ronald Thoelen Genk, January Draagbare geïntegreerde technologie voor gezondheidsmonitoring Prof. dr. ir. Ronald Thoelen Genk, January 18 2018 wear IT 4 health A total budget of 4,6 M funded by Interreg EMR - European Regional Development

More information

1. New proposal or continued New Proposal has been selected in advance. (The applicant cannot select Continued.)

1. New proposal or continued New Proposal has been selected in advance. (The applicant cannot select Continued.) FY2018 Procedures for Preparing and Entering a Research Proposal Document (items to be entered in the Website) (Fund for the Promotion of Joint International Research (Fostering Joint International Research

More information

Introduction to Handwritten Signature Verification

Introduction to Handwritten Signature Verification Introduction to Handwritten Signature Verification Dave Fenton University of Ottawa SPOT presentation, University of Ottawa, 29 Oct 2004 p. 1/53 Handwritten signature verification Presentation overview

More information

Tree Based Modeling Techniques Applied to Hospital Length of Stay

Tree Based Modeling Techniques Applied to Hospital Length of Stay Rochester Institute of Technology RIT Scholar Works Theses Thesis/Dissertation Collections 8-12-2018 Tree Based Modeling Techniques Applied to Hospital Length of Stay Rupansh Goantiya rxg7520@rit.edu Follow

More information

Architecture and the City, Modus and Experiment: Public building / public realm, composition & tectonics

Architecture and the City, Modus and Experiment: Public building / public realm, composition & tectonics Open Invitation PhD Proposals Academic year 2018 2019 Session # 5 Thursday, 23 November 2017 Architecture and the City, Modus and Experiment: Public building / public realm, composition & tectonics Under

More information

SAMPLE. RISE Data Use Request Form - Academic. Step 1 - Contact Information. Who will serve as the point of contact for this project?

SAMPLE. RISE Data Use Request Form - Academic. Step 1 - Contact Information. Who will serve as the point of contact for this project? Page 1 Step 1 - Contact Information Who will serve as the point of contact for this project? 1. *First Name: 2. 3. 4. 5. 6. 7. 8. 9. Middle Initial: *Last Name: Suffix: (e.g. Jr., III) Degree(s): (e.g.

More information

What Makes a Good Paper?

What Makes a Good Paper? What Makes a Good Paper? Anja Feldmann Deutsche Telekom Laboratories TU-Berlin, Germany 1 Conference submission process 1. Register paper Timing: ~ one week before paper deadline Purpose: allows PC chairs

More information

Swarm Intelligence: Charged System Search

Swarm Intelligence: Charged System Search Swarm Intelligence: Charged System Search Intelligent Robotics Seminar Alireza Mollaalizadeh Bahnemiri 15. December 2014 Alireza M.A. Bahnemiri Swarm Intelligence: CSS 1 Content What is Swarm Intelligence?

More information

How Much Does a Household Robot Need to Know in Order to Tidy up?

How Much Does a Household Robot Need to Know in Order to Tidy up? How Much Does a Household Robot Need to Know in Order to Tidy up? AAAI on Intelligent Robotic Systems Bernhard Nebel, Christian Dornhege, Andreas Hertle Department of Computer Science Foundations of Artificial

More information

Abstract submission regulations and instructions

Abstract submission regulations and instructions Abstract submission regulations and instructions Regular abstract submission deadline 26 September 2018, 21:00hrs CEST (CEST = Central European Summer Time / Local Swiss time) Late-breaking abstract deadline

More information

Familial Hypercholesterolaemia Quality Improvement Tool Instruction Guide

Familial Hypercholesterolaemia Quality Improvement Tool Instruction Guide Familial Hypercholesterolaemia Quality Improvement Tool Instruction Guide PRIMIS development of this tool was part supported by independent funding from Amgen. Prepared by PRIMIS January 2017 The University

More information

In order to analyze the relationship between diversion status and other factors within the

In order to analyze the relationship between diversion status and other factors within the Root Cause Analysis of Emergency Department Crowding and Ambulance Diversion in Massachusetts A report submitted by the Boston University Program for the Management of Variability in Health Care Delivery

More information

Creating Documentation for Section GG

Creating Documentation for Section GG Creating Documentation for Section GG Table of Contents Inter-disciplinary Approach... 1 Setup... 1 CNA Data Entry... 2 Other Staff Observations... 4 Section GG Tracking... 5 Final Discipline Decisions...

More information

8/2/2017. Strategies for Quality Improvement based on RO-ILS

8/2/2017. Strategies for Quality Improvement based on RO-ILS Strategies for Quality Improvement based on RO-ILS Lakshmi Santanam Ph.D We cannot Change Human condition, but we can change the conditions under which humans work Active failures- Swat one by one Still

More information

V300 Independent and Supplementary Prescribing for Nurses: MSAP 4021 And HESC 3020

V300 Independent and Supplementary Prescribing for Nurses: MSAP 4021 And HESC 3020 Institute of Health and Society V300 Independent and Supplementary Prescribing for Nurses: MSAP 4021 And HESC 3020 Guidance for Designated Medical Practitioners 2016-17 Contents INTRODUCTION... 3 COURSE

More information

FY2016 Procedures for Preparing and Entering a Proposal for Grant-in-Aid for Scientific Research (B) (Generative Research Fields) (New)

FY2016 Procedures for Preparing and Entering a Proposal for Grant-in-Aid for Scientific Research (B) (Generative Research Fields) (New) Form T-1-1 FY2016 Procedures for Preparing and Entering a Proposal for Grant-in-Aid for Scientific Research (B) (Generative Research Fields) (New) Applicants for KAKENHI should fill in this proposal for

More information

Techstream ECU Flash Reprogramming Procedure

Techstream ECU Flash Reprogramming Procedure T-SB-0012-13 January 29, 2013 Service Category Engine/Hybrid System Section Engine Control Market USA Applicability YEAR(S) MODEL(S) ADDITIONAL INFORMATION 2001 2014 4Runner, Avalon, Avalon HV, Camry,

More information

ECE Computer Engineering I. Z. Aliyazicioglu. Electrical and Computer Engineering Department Cal Poly Pomona

ECE Computer Engineering I. Z. Aliyazicioglu. Electrical and Computer Engineering Department Cal Poly Pomona EE 34-4 omputer Engineering I EE34-2. equential Network Z. Aliyazicioglu Electrical and omputer Engineering epartment al Poly Pomona al Poly Pomona Electrical & omputer Engineering ept. EE 34-2 egister

More information

Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds.

Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds. Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds. IDENTIFYING THE OPTIMAL CONFIGURATION OF AN EXPRESS CARE AREA

More information

Purpose/Goal: This course introduces the purpose and use of Smart Chart as a means of legal documentation.

Purpose/Goal: This course introduces the purpose and use of Smart Chart as a means of legal documentation. Title of Activity: UHS-Smart Chart, Part 1 (P8469) Total Number of Contact Hours: 1 Intended Level of Learner: Beginner Purpose/Goal: This course introduces the purpose and use of Smart Chart as a means

More information

ONLINE FINANCIAL STATEMENT INSTRUCTIONS

ONLINE FINANCIAL STATEMENT INSTRUCTIONS ONLINE FINANCIAL STATEMENT INSTRUCTIONS February 2018 Contents Online Financial Statement Instructions Process Overview...3 Simons Foundation Award Policies...4 proposalcentral (pc)...4 Submission Deadlines...4

More information

Targeted technology and data management solutions for observational studies

Targeted technology and data management solutions for observational studies Targeted technology and data management solutions for observational studies August 18th 2016 Zia Haque Arshad Mohammed Copyright 2016 Quintiles Your Presenters Zia Haque Senior Director of Data Management,

More information

Adaptive Medical Workflow Management for a Context-Dependent Home Healthcare Assistance Service

Adaptive Medical Workflow Management for a Context-Dependent Home Healthcare Assistance Service CWS 2005 Preliminary Version Adaptive Medical Workflow Management for a Context-Dependent Home Healthcare Assistance Service L. Ardissono, A. Di Leva, G. Petrone, M. Segnan, M. Sonnessa 1 Dipartimento

More information

Nursys e-notify. Nursys e-notify File and API Specifications Version 2.1.5

Nursys e-notify. Nursys e-notify File and API Specifications Version 2.1.5 Nursys e-notify Nursys e-notify File and API Specifications Version 2.1.5 2018 National Council of State Boards of Nursing, Page 1 of 49 0.1 Disclaimer The information contained in this document is the

More information

Connect Your Universe The complete solution for emergencies, events and every day

Connect Your Universe The complete solution for emergencies, events and every day Connect Your Universe The complete solution for emergencies, events and every day District-wide. Campus. Classroom. Telecenter solutions for school communications have you covered District-wide Emergency

More information

Surgery Scheduling Using Simulation with Arena

Surgery Scheduling Using Simulation with Arena Surgery Scheduling Using Simulation with Arena J. A. López, C.I. López, J.E. Olguín, C. Camargo, and J. M. López Abstract The institutions seek to improve their performance and quality of service, so that

More information

CYSTIC FIBROSIS FOUNDATION

CYSTIC FIBROSIS FOUNDATION CYSTIC FIBROSIS FOUNDATION Student Traineeship Grant POLICIES AND GUIDELINES January 5, Cystic Fibrosis Foundation 6931 Arlington Road, Suite 200 Bethesda, MD 20814 Grants and Contracts Office (301) 841-2614

More information

Connect Your Universe

Connect Your Universe Connect Your Universe The complete school network solution for emergencies, events and every day. One Network Solution Many communication technologies united by a single link that s the advantage Rauland-Borg

More information

1st Grade Language Arts - Dunlap #323

1st Grade Language Arts - Dunlap #323 Curriculum - Dunlap #323 Students will apply word analysis skills (e.g. phonics, word patterns) to recognize new words. 1.A.1a Theme 1 - Lessons 1-3, 5, 6 Theme 2 - Lessons 2, 6, Theme 3 - Lessons 4-7

More information

CWE FB MC project. PLEF SG1, March 30 th 2012, Brussels

CWE FB MC project. PLEF SG1, March 30 th 2012, Brussels CWE FB MC project PLEF SG1, March 30 th 2012, Brussels 1 Content 1. CWE ATC MC Operational report 2. Detailed updated planning 3. Status on FRM settlement 4. FB model update since last PLEF Intuitiveness

More information

Cerner Registration QUICK GUIDE

Cerner Registration QUICK GUIDE Cerner Registration QUICK GUIDE Online Manual is located at: www.c3project.ca/epr_priv/education/index.htm Email training requests to: ehimeducation@lhsc.on.ca Registration Conversation The Registration

More information

DC & Verification January 2015

DC & Verification January 2015 DC & Verification January 2015 You understand and acknowledge that: The training you are about to take does not cover the entire scope of the program; and that You are responsible for knowing and understanding

More information

Pure Experts Portal. Quick Reference Guide

Pure Experts Portal. Quick Reference Guide Pure Experts Portal Quick Reference Guide September 2015 0 1 1. Introduction... 2 2. Who Benefits From the Pure Experts Portal?... 3 3. The Pure Experts Portal Interface... 3 3.1. Home Page... 3 3.2. Experts

More information

Installing and Configuring Siebel CRM Server Software on Linux

Installing and Configuring Siebel CRM Server Software on Linux Installing and Configuring Siebel CRM Server Software on Linux In this chapter, we will explain the concepts of installing Siebel CRM server software on Linux and other UNIX-based operating systems using

More information

2013 Workplace and Equal Opportunity Survey of Active Duty Members. Nonresponse Bias Analysis Report

2013 Workplace and Equal Opportunity Survey of Active Duty Members. Nonresponse Bias Analysis Report 2013 Workplace and Equal Opportunity Survey of Active Duty Members Nonresponse Bias Analysis Report Additional copies of this report may be obtained from: Defense Technical Information Center ATTN: DTIC-BRR

More information

WHAT IS EQ-5D: INTRODUCTION:

WHAT IS EQ-5D: INTRODUCTION: PharmaSUG 2017 - PO19 Analyzing Singly Imputed Utility Based Weighted Scores Using the EQ-5D for Determining Patients Quality of Life in Oncology Studies Vamsi Krishna Medarametla, Liz Thomas, Gokul Vasist

More information

Achieving a Patient Unit Record Within Electronic Record Systems

Achieving a Patient Unit Record Within Electronic Record Systems Achieving a Patient Unit Record Within Electronic Record Systems Gerald I. Weber, Ph.D. President Advanced Linkage Technologies of America, Inc. BIOGRAPHY Originally published in Proceedings: Toward an

More information

Operator Assignment and Routing Problems in Home Health Care Services

Operator Assignment and Routing Problems in Home Health Care Services 8th IEEE International Conference on Automation Science and Engineering August 20-24, 2012, Seoul, Korea Operator Assignment and Routing Problems in Home Health Care Services Semih Yalçındağ 1, Andrea

More information

Copyright 2013 GE Multilin Inc. All rights reserved. Power Management Control System (PMCS) software revision EnerVista, Integrator, Digital

Copyright 2013 GE Multilin Inc. All rights reserved. Power Management Control System (PMCS) software revision EnerVista, Integrator, Digital Copyright 2013 GE Multilin Inc. All rights reserved. Power Management Control System (PMCS) software revision 7.00. EnerVista, Integrator, Digital Energy, Multilin, and GE Multilin are trademarks or registered

More information

WarmWise Business Custom Rebates Program Manual

WarmWise Business Custom Rebates Program Manual WarmWise Business Custom Rebates Program Manual January, 2015 Contents CONTENTS... 1 SECTION 1 INTRODUCTION... 2 1.1 PROGRAM OVERVIEW... 2 SECTION 2 ELIGIBILITY REQUIREMENTS... 3 2.1 QUALIFYING CUSTOMERS...

More information

GLI Standards Composite Submission Requirements Initial Release, Version: 1.0 Release Date: August 25, 2011

GLI Standards Composite Submission Requirements Initial Release, Version: 1.0 Release Date: August 25, 2011 GLI Standards Composite Submission Requirements Initial Release, Version: 1.0 Release Date: This Page Intentionally Left Blank About These Requirements This document contains a composite view of all submission

More information

Application Notes for IgeaCare ApoloDS with Avaya IP Office Issue 1.0

Application Notes for IgeaCare ApoloDS with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for IgeaCare ApoloDS with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration steps required for IgeaCare

More information

Identifying Research Questions

Identifying Research Questions Research_EBP_L Davis_Fall 2015 Identifying Research Questions Leslie L Davis, PhD, RN, ANP-BC, FAANP, FAHA UNC-Greensboro, School of Nursing Topics for Today Identifying research problems Problem versus

More information

Benchmarking: Coding Productivity

Benchmarking: Coding Productivity Benchmarking: Coding Audio Seminar/Webinar April 19, 2007 Practical Tools for Seminar Learning Copyright 2007 American Health Information Management Association. All rights reserved. Disclaimer The American

More information

How to Run the Student Detail Report and Campus Summary Report SMS 2.0 rev 4/2016

How to Run the Student Detail Report and Campus Summary Report SMS 2.0 rev 4/2016 How to Run the Student Detail Report and Campus Summary Report SMS 2.0 rev 4/2016 The Student Detail Report is a state required report that calculates the attendance and refined average daily attendance.

More information

RESEARCH METHODOLOGY

RESEARCH METHODOLOGY Research Methodology 86 RESEARCH METHODOLOGY This chapter contains the detail of methodology selected by the researcher in order to assess the impact of health care provider participation in management

More information

Medication Safety Action Bundle Adverse Drug Events (ADE) All High-Risk Medication Safety

Medication Safety Action Bundle Adverse Drug Events (ADE) All High-Risk Medication Safety Medication Safety Action Bundle Adverse Drug Events (ADE) All High-Risk Medication Safety Background The Institute of medicine (IOM) estimates that 1.5 million preventable Adverse Drug Events (ADE) occur

More information

J Lab and Life Scs Vol.1, Iss. 2, September Knowledge and Practice of Staff Nurses about Nursing Care of Children with Fever

J Lab and Life Scs Vol.1, Iss. 2, September Knowledge and Practice of Staff Nurses about Nursing Care of Children with Fever Research Article Knowledge and Practice of Staff Nurses about Nursing Care of Children with Fever Dhara Y. Vyas* *Dinsha Patel College of Nursing, Naiad, Gujarat, India Abstract Fever is a common childhood

More information

Quick-start Guide: Using the Chronic Illness Intensity Index Report

Quick-start Guide: Using the Chronic Illness Intensity Index Report Provider Bulletin Quick-start Guide: Using the Chronic Illness Intensity Index Report Understanding the report The Chronic Illness Intensity Index (CI3) Report provides detailed demographic and clinical

More information

Automatically Recommending Healthy Living Programs to Patients with Chronic Diseases through Hybrid Content-Based and Collaborative Filtering

Automatically Recommending Healthy Living Programs to Patients with Chronic Diseases through Hybrid Content-Based and Collaborative Filtering 2014 IEEE International Conference on Bioinformatics and Biomedicine Automatically Recommending Healthy Living Programs to Patients with Chronic Diseases through Hybrid Content-Based and Collaborative

More information

GUIDE TO PRODUCING DATA QUALITY REPORTS IN THE EBMT REGISTRY DATABASE USING ProMISe

GUIDE TO PRODUCING DATA QUALITY REPORTS IN THE EBMT REGISTRY DATABASE USING ProMISe GUIDE TO PRODUCING DATA QUALITY REPORTS IN THE EBMT REGISTRY DATABASE USING ProMISe INTRODUCTION 2 OVERVIEW 2 END RESULT 2 TABLE 1: LIST OF USEFUL DATA QUALITY REPORTS TO RUN REGULARLY 3 APPENDIX 1 EXPLANATION

More information

These slides are to explain why the Trust is adopting the National Early Warning Score which is being adopted across all sectors of health care in

These slides are to explain why the Trust is adopting the National Early Warning Score which is being adopted across all sectors of health care in These slides are to explain why the Trust is adopting the National Early Warning Score which is being adopted across all sectors of health care in the UK and beyond. 1 The first EWS was devised in 1997

More information

3M Health Information Systems. 3M Clinical Risk Groups: Measuring risk, managing care

3M Health Information Systems. 3M Clinical Risk Groups: Measuring risk, managing care 3M Health Information Systems 3M Clinical Risk Groups: Measuring risk, managing care 3M Clinical Risk Groups: Measuring risk, managing care Overview The 3M Clinical Risk Groups (CRGs) are a population

More information

IRBNet Instructions for Investigators

IRBNet Instructions for Investigators IRBNet Instructions for Investigators Lifespan s Research Protection Office (RPO) uses IRBNet for the electronic administration and management of its IRB s. Below is a How to tutorial on IRBNet. Departmental

More information

UNMC COLLEGE OF PHARMACY ADVANCED PHARMACY PRACTICE EXPERIENCE SYLLABUS (Revised November 2014)

UNMC COLLEGE OF PHARMACY ADVANCED PHARMACY PRACTICE EXPERIENCE SYLLABUS (Revised November 2014) UNMC COLLEGE OF PHARMACY ADVANCED PHARMACY PRACTICE EXPERIENCE SYLLABUS (Revised November 2014) COURSE TITLE: Drug Information at Medscape by WebMD Advanced Pharmacy Practice Experience (APPE) COURSE NUMBER:

More information

Design, Implementation, Use, and Preliminary Evaluation of SEBASTIAN, a Standards-Based Web Service for Clinical Decision Support

Design, Implementation, Use, and Preliminary Evaluation of SEBASTIAN, a Standards-Based Web Service for Clinical Decision Support Design, Implementation, Use, and Preliminary Evaluation of SEBASTIAN, a Standards-Based for Clinical Decision Support Kensaku Kawamoto and David F. Lobach, M.D., Ph.D., M.S. Division of Clinical Informatics,

More information

ENRS: an Object Oriented Approach. By Faris Kateb

ENRS: an Object Oriented Approach. By Faris Kateb ENRS: an Object Oriented Approach By Faris Kateb What is ENRS? ENRS( Electronic Nursing Record System) Computer-based documentation associated with nursing care It will be the cornerstone of a new way

More information

N-Order Rational Solutions to the Johnson Equation Depending on Parameters

N-Order Rational Solutions to the Johnson Equation Depending on Parameters International Journal of Advanced Research in Physical Science (IJARPS) Volume 4, Issue 9, 2017, PP 19-37 ISSN No. (Online) 2349-7882 www.arcjournals.org N-Order Rational Solutions to the Johnson Equation

More information

Dispensing error rates and impact of interruptions in a simulation setting.

Dispensing error rates and impact of interruptions in a simulation setting. Geneva, February 2017 BD Study report Dispensing error rates and impact of interruptions in a simulation setting. Authors Pr Pascal Bonnabry, Head of Pharmacy Olivia François, pharmacist, Project Leader

More information

Studying Software Vulnerabilities

Studying Software Vulnerabilities Studying Software Vulnerabilities Many vulnerabilities in today s software products are rehashes of past vulnerabilities. Developers are often unaware of past problems or they are unable to keep track

More information

A Simulation and Optimization Approach to Scheduling Chemotherapy Appointments

A Simulation and Optimization Approach to Scheduling Chemotherapy Appointments A Simulation and Optimization Approach to Scheduling Chemotherapy Appointments Michelle Alvarado, Tanisha Cotton, Lewis Ntaimo Texas A&M University College Station, Texas Michelle.alvarado@neo.tamu.edu,

More information

Cognitive Triangle. Dec The Overall classification of this Briefing is UNCLASSIFIED

Cognitive Triangle. Dec The Overall classification of this Briefing is UNCLASSIFIED Cognitive Triangle Dec 2012 THIS INFORMATION IS FURNISHED WITH THE UNDERSTANDING THAT IT IS TO BE USED FOR DEFENSE PURPOSES ONLY; THAT IT IS TO BE AFFORDED ESSENTIALLY THE SAME DEGREE OF SECURITY PROTECTION

More information

Overview. Overview 01:55 PM 09/06/2017

Overview. Overview 01:55 PM 09/06/2017 01:55 PM Inactive No Effective Date Date of Last Change 07/16/2017 08:34:13.108 AM Job Profile Name Director of Clinical Quality Informatics for Regulatory Performance- Enterprise Job Profile Summary Job

More information

Copyright 2005, Robust Decisions Inc.

Copyright 2005, Robust Decisions Inc. OO-OO-OO! the Sound of a Broken OODA Loop By: David G. Ullman, P.E. PhD. President, Robust Decisions Inc. Accepted for publication by CrossTalk, January 2006 Abstract The OODA Loop (Observe, Orient, Decide,

More information

Planning Calendar Grade 5 Advanced Mathematics. Monday Tuesday Wednesday Thursday Friday 08/20 T1 Begins

Planning Calendar Grade 5 Advanced Mathematics. Monday Tuesday Wednesday Thursday Friday 08/20 T1 Begins Term 1 (42 Instructional Days) 2018-2019 Planning Calendar Grade 5 Advanced Mathematics Monday Tuesday Wednesday Thursday Friday 08/20 T1 Begins Policies & Procedures 08/21 5.3K - Lesson 1.1 Properties

More information

SM Agent Technology For Human Operator Modelling

SM Agent Technology For Human Operator Modelling SM Agent Technology For Human Operator Modelling Mario Selvestrel 1 ; Evan Harris 1 ; Gokhan Ibal 2 1 KESEM International Mario.Selvestrel@kesem.com.au; Evan.Harris@kesem.com.au 2 Air Operations Division,

More information

Course Instructor Karen Migl, Ph.D, RNC, WHNP-BC

Course Instructor Karen Migl, Ph.D, RNC, WHNP-BC Stephen F. Austin State University DeWitt School of Nursing RN-BSN RESEARCH AND APPLICATION OF EVIDENCE BASED PRACTICE SYLLABUS Course Number: NUR 439 Section Number: 501 Clinical Section Number: 502 Course

More information

Florida Statewide Regional Evacuation Study Program. Regional Evacuation Transportation Analysis

Florida Statewide Regional Evacuation Study Program. Regional Evacuation Transportation Analysis Florida Statewide Regional Study Program Regional Transportation Analysis Volume 1-11 Technical Data Report South Florida Region Chapter VI Regional Transportation Analysis Volume 1-11 South Florida Statewide

More information

Development and verification of an agent-based model of opinion leadership

Development and verification of an agent-based model of opinion leadership Anderson and Titler Implementation Science 2014, 9:136 Implementation Science RESEARCH Open Access Development and verification of an agent-based model of opinion leadership Christine A Anderson * and

More information

SIMULATION FOR OPTIMAL UTILIZATION OF HUMAN RESOURCES IN SURGICAL INSTRUMENTS DISTRIBUTION IN HOSPITALS

SIMULATION FOR OPTIMAL UTILIZATION OF HUMAN RESOURCES IN SURGICAL INSTRUMENTS DISTRIBUTION IN HOSPITALS SIMULATION FOR OPTIMAL UTILIZATION OF HUMAN RESOURCES IN SURGICAL INSTRUMENTS DISTRIBUTION IN HOSPITALS Arun Kumar School of Mechanical & Production Engineering, Nanyang Technological University, Singapore

More information

Scan of the Evidence Provisions in the Every Student Succeeds Act (ESSA) April 28, 2016

Scan of the Evidence Provisions in the Every Student Succeeds Act (ESSA) April 28, 2016 1 2 3 4 5 6 7 8 Title I, Section 1002, Authorization of Appropriations Title I, Section 1003, School Plans Plans Plans Plans Plans (Assurances) Title I, Section 1008, Schoolwide Programs (e) FEDERAL ACTIVITIES.

More information

Context paper CWE Intraday

Context paper CWE Intraday Continuous Improvement Process of Intraday Capacity Calculation after FBMC go live Version 1.0 Date 05-11-2015 Status Draft Final Version 1.0 Date 05-11-2015 Page 1 of 12 Contents 1 General information

More information

The Website Revealed

The Website Revealed The Website Revealed Quality in Training Initiative (QITI) ACS NSQIP National Conference New York City, New York Pre-Conference Session July 26, 2014 Craig Miller, B.S.E.E. Data Manager American College

More information

Using Epic Data for Research and QI. Mark Weiner, MD, FACP, FACMI Assistant Dean of Informatics Professor of Clinical Sciences

Using Epic Data for Research and QI. Mark Weiner, MD, FACP, FACMI Assistant Dean of Informatics Professor of Clinical Sciences Using Epic Data for Research and QI Mark Weiner, MD, FACP, FACMI Assistant Dean of Informatics Professor of Clinical Sciences 1 In attempting to arrive at the truth, I have applied everywhere for information,

More information