Popular Application. Planning & Logic. Overview. Logistics. Planning. CSE 473 Automated Planning. Dan Weld (With slides by UW AI faculty & Dana Nau

Size: px
Start display at page:

Download "Popular Application. Planning & Logic. Overview. Logistics. Planning. CSE 473 Automated Planning. Dan Weld (With slides by UW AI faculty & Dana Nau"

Transcription

1 SE 473 utomated Planning Poula lication Dan Weld (With slides by UW I faculty & Dana Nau I have a lan - a lan that cannot ossibly fail. - Insecto lousseau Mausam Oveview Planning & Logic Intoduction & gents Seach, Heuistics & SPs dvesaial Seach Logical Knowledge Reesentation Planning & MDPs Reinfocement Leaning Uncetainty & ayesian Netwoks Machine Leaning NLP & Secial Toics ctions secified using fist ode logic Planning imlemented using ST solve E.g., DPLL o WalkST lso an examle of solving FOL using oositional ST Logistics PS2 due today HW1 due in one week Pats due in between: Fid Fiday witten oblem Monday feedback on anothe eson s answe Wed evise you answe Planning Given a logical descition of the initial situation, a logical descition of the goal conditions, and a logical descition of a set of ossible actions, Find a seuence of actions (a lan of actions) that bings us fom the initial situation to a situation in which the goal conditions hold. D. Weld, D. Fox 6 1

2 Examle: lockswold Planning Inut: State Vaiables/Poositions Tyes: block --- a, b, c (on-table a) (on-table b) (on-table c) (clea a) (clea b) (clea c) (am-emty) (holding a) (holding b) (holding c) (on a b) (on a c) (on b a) (on b c) (on c a) (on c b) (on-table?b); clea (?b) (am-emty); holding (?b) (on?b1?b2) No. of state vaiables =16 No. of states = 2 16 No. of eachable states =? Daniel S. Weld 7 D. Weld, D. Fox 8 Planning Inut: ctions Planning Inut: ctions (contd) icku a b, icku a c, lace a b, lace a c, icku-table a,,icku-table b, lace-table a, lace-table b, icku?b1?b2 lace?b1?b2 icku-table?b lace-table?b Total: = 18 gound actions Total: 4 action schemata :action icku?b1?b2 :econdition (on?b1?b2) (clea?b1) (am-emty) :effect (holding?b1) (not (on?b1?b2)) (clea?b2) (not (am-emty)) :action icku-table?b :econdition (on-table?b) (clea?b) (am-emty) :effect (holding?b) (not (on-table?b)) (not (am-emty)) D. Weld, D. Fox 9 D. Weld, D. Fox 10 Planning Inut: Initial State Planning Inut: Goal (on-table a) (on-table b) (am-emty) (clea c) (clea b) (on c a) (on-table c) ND (on b c) ND (on a b) Is this a state? D ll othe oositions false not mentioned assumed false losed wold assumtion In lanning a goal is a set of states Like the goal test in oblem solving seach ut secified declaatively (in logic) athe than with code D. Weld, D. Fox 11 D. Weld, D. Fox 12 2

3 Planning vs. Poblem Solving? One Planne Solves Many Domains no code euied asic diffeence: Exlicit, logic based eesentation States/Situations: descitions of the wold by logical fomulae agent can exlicitly eason about the wold. s 5 Goal conditions as logical fomulae vs. goal test (black box) agent can eflect on its goals. location 1 location 2 Oeatos/ctions: Tansfomations on logical fomulae agent can eason about the effects of actions by insecting the definition of its oeatos. D. Weld, D. Fox 13 Dana Nau: This wok is licensed unde a eative ommons License. Secifying a Planning Poblem Descition of initial state of wold Set of oositions Descition of goal: E.g., Logical conjunction ny wold satisfying conjunction is a goal Descition of available actions lassical Planning Simlifying assumtions tomic time gent is omniscient (no sensing necessay). gent is sole cause of change ctions have deteministic effects STRIPS eesentation Wold = set of tue oositions (conjunction) ctions: Pecondition: (conjunction of ositive liteals, no functions) Effects (conjunction of liteals, no functions) Goal = conjunction of ositive liteals on(,) on(, ) D. Weld, D. Fox 15 D. Weld, D. Fox 16 Fowad Wold Sace Seach Fowad State Sace Seach Initial State Goal State Initial state: set of ositive gound liteals W: liteals not aeaing ae false ctions: alicable if econditions satisfied add ositive effect liteals emove negative effect liteals Goal test: does state logically satisfy goal? Ste cost: tyically 1 Daniel S. Weld 18 D. Weld, D. Fox 19 3

4 Heuistics fo State Sace Seach ount numbe of false goal oositions in cuent state dmissible? NO Subgoal indeendence assumtion: ost of solving conjunction is sum of cost of solving each subgoal indeendently Otimistic: ignoes negative inteactions Pessimistic: ignoes edundancy dmissible? No an you make this admissible? D. Weld, D. Fox 21 Heuistics fo State Sace Seach (contd) Delete all econditions fom actions, solve easy elaxed oblem, use length dmissible? YES :action icku-table?b :econdition (and (on-table?b) (clea?b) (am-emty)) :effect (and (holding?b) (not (on-table?b)) (not (am-emty))) 22 SE 573 Planning Gah: asic idea onstuct a lanning gah: encodes constaints on ossible lans Use this lanning gah to comute an infomative heuistic (Fowad *) Planning gah can be built fo each oblem in olynomial time The Planning Gah level P0 level P1 level P2 level P3 level 1 level 2 level 3 D. Weld, D. Fox 26 Note: a few noos missing fo claity D. Weld, D. Fox 27 Regession seach Planning Gahs States Oeatos Initial State Goal Planning gahs consists of a se of levels that coesond to time stes in the lan. Level 0 is the initial state. Each level consists of a set of liteals and a set of actions that eesent what might be ossible at that ste in the lan Might be is the key to efficiency Recods only a esticted subset of ossible negative inteactions among actions. 4

5 Planning Gahs ltenate levels Liteals = all those that could be tue at that time ste, deending uon the actions executed at eceding time stes. ctions = all those actions that could have thei econditions satisfied at that time ste, deending on which of the liteals actually hold. PG Examle Init(Have(ake)) Goal(Have(ake) Eaten(ake)) ction(eat(ake), PREOND: Have(ake) EFFET: Have(ake) Eaten(ake)) ction(ake(ake), PREOND: Have(ake) EFFET: Have(ake)) PG Examle Gah Exansion Poosition level 0 initial conditions ction level i no-o fo each oosition at level i-1 action fo each oeato instance whose econditions exist at level i-1 Poosition level i effects of each no-o and action at level i 0 i-1 i i+1 eate level 0 fom initial oblem state. No-o-action(P), PREOND: P EFFET: P Have a no-o action fo each gound fact D. Weld, D. Fox 33 PG Examle PG Examle dd all alicable actions. dd all effects to the next state. dd esistence actions (aka no-os) to ma all liteals in state S i to state S i+1. 5

6 Mutual Exclusion PG Examle Two actions ae mutex if one clobbes the othe s effects o econditions they have mutex econditions Two oosition ae mutex if one is the negation of the othe all ways of achieving them ae mutex Identify mutual exclusions between actions and liteals based on otential conflicts. D. Weld, D. Fox 36 ake examle ake examle Level S 1 contains all liteals that might esult fom icking any subset of actions in 0 onflicts between liteals that can not occu togethe (as a conseuence of the selection action) ae eesented by mutex links. S1 defines multile states and the mutex links ae the constaints that define this set of states. Obsevation 1 Obsevation 2 Poositions monotonically incease (always caied fowad by no-os) D. Weld, D. Fox 45 ctions monotonically incease D. Weld, D. Fox 46 6

7 Obsevation 3 Obsevation 4 s s s Poosition mutex elationshis monotonically decease ction mutex elationshis monotonically decease D. Weld, D. Fox 47 D. Weld, D. Fox 48 Obsevation 5 Poeties of Planning Gah Planning Gah levels off. fte some time k all levels ae identical ecause it s a finite sace, the set of liteals neve deceases and mutexes don t eaea. If goal is absent fom last level? Then goal cannot be achieved! If thee exists a lan to achieve goal? Then goal is esent in the last level & No mutexes between conjuncts If goal is esent in last level (w/ no mutexes)? Thee still may not exist any viable lan D. Weld, D. Fox 49 D. Weld, D. Fox 50 Heuistics based on Planning Gah onstuct lanning gah stating fom s h(s) = level at which goal aeas non mutex dmissible? YES Relaxed Planning Gah Heuistic Remove negative econditions build lan. gah Use heuistic as above dmissible? YES Moe infomative? NO Seed: FSTER FF Tomost classical lanne until 2009 State sace local seach Guided by elaxed lanning gah Full best fist seach to escae lateaus few othe bells and whistles D. Weld, D. Fox 51 Mausam 7

8 Planning Summay Poblem solving algoithms that oeate on exlicit oositional eesentations of states and actions. Make use of domain indeendent heuistics. STRIPS: estictive oositional language Heuistic seach fowad (ogession) backwad (egession) seach [didn t cove] Local seach FF [didn t cove] Geneative Planning Inut Descition of (initial state of) wold (in some KR) Descition of goal (in some KR) Descition of available actions (in some KR) Outut ontolle E.g. Seuence of actions E.g. Plan with loos and conditionals E.g. Policy = f: states > actions D. Weld, D. Fox 55 Daniel S. Weld 56 Inut Reesentation Descition of initial state of wold E.g., Set of oositions: ((block a) (block b) (block c) (on-table a) (on-table b) (clea a) (clea b) (clea c) (am-emty)) Descition of goal: i.e. set of wolds o?? E.g., Logical conjunction ny wold satisfying conjunction is a goal (and (on a b) (on b c))) Descition of available actions Daniel S. Weld 57 Pefect Static Fully Obsevable lassical Planning Envionment Full Daniel S. Weld 58 Instantaneous I = initial state G = goal state (ec) O i [ I ] O i O j O k O m [ G ] (effects) Deteministic omilation to ST Init state ctions? Goal The Idea Suose a lan of length n exists Encode this hyothesis in ST Init state tue at t 0 Goal tue at T n ctions imly effects, etc Look fo satisfying assignment Decode into lan Daniel S. Weld 59 RIS: The Revolutionay Excitement Daniel S. Weld 60 8

9 xioms xiom Descition / Examle Init The initial state holds at t=0 Goal The goal holds at t=2n P, E Paint(,Red,t) lock(, t-1) Paint(,Red,t) olo(, Red, t+1) Fame lassical / Exlanatoy t-least-one ct1(, t) ct2(, t) Exclude ct1(, t) ct2(, t) Sace of Encodings ction Reesentations Regula Simly Slit Oveloaded Slit itwise Fame xioms lassical Exlanitoy Daniel S Weld 61 Daniel S. Weld 62 lassical Fame xioms P,, t if P@t doesn t affect P then P@t+1 Exlanatoy P,, t if P@t-1 P@t+1 then foall i that do affect P Daniel S. Weld 63 Reesentation ction Reesentation One Poositional Vaiable e Examle Regula fully-instantiated action Paint--Red, Paint--lue, Move--Table Simly-slit Oveloaded-slit itwise Daniel S Weld fully-instantiated action s agument fully-instantiated agument inay encodings of actions Paint-g1- Paint-g2-Red ct-paint g1- g2-red it1 ~it2 it3 Paint--Red = 5 moe vas moe clses 64 Otimization 1: Factoed Slitting - use atially-instantiated actions Hasolo--lue-(t-1) ^ Paint-g1--t ^ Paint-g2-Red-t Hasolo--lue-(t+1) factoed unfactoed Vaiables lauses Liteals Exlanatoy Fames Simle Oveloaded Otimization 2: Tyes tye is a fluent which no actions affects. tye intefeence une imossible oeato instantiations tye elimination Tye ots No tye ots Liteals Regula Simle Oveloaded itwise lassical Exlanatoy Daniel S Weld 65 Daniel S Weld 66 9

Artificial Intelligence. The Planning Problem. Typical Assumptions. Planning. Given: Find

Artificial Intelligence. The Planning Problem. Typical Assumptions. Planning. Given: Find rtificial Intelligence Planning 1 The Planning Problem Given: set of oerators n initial state descrition goal state descrition or redicate Find sequence of oerator instances such that erforming them in

More information

CRIKEY - A Temporal Planner Looking at the Integration of Scheduling and Planning

CRIKEY - A Temporal Planner Looking at the Integration of Scheduling and Planning CRIKEY - A Temoral Planner Looking at the Integration of Scheduling and Planning Keith Halsey and Derek Long and Maria Fox University of Strathclyde Glasgow, UK keith.halsey@cis.strath.ac.uk Abstract For

More information

Academic Flow and Cyberloafing. Listyo Yuwanto. Universitas Surabaya (UBAYA), East Java, Indonesia

Academic Flow and Cyberloafing. Listyo Yuwanto. Universitas Surabaya (UBAYA), East Java, Indonesia Psychology Reseach, Ail 2018, Vol. 8, No. 4, 173-177 doi:10.17265/2159-5542/2018.04.006 D DAVID PUBLISHING Academic Flow and Cybeloafing Listyo Yuwanto Univesitas Suabaya (UBAYA), East Java, Indonesia

More information

Objectives. 6.3, 6.4 Quantifying the quality of hypothesis tests. Type I and II errors. Power of a test. Cautions about significance tests

Objectives. 6.3, 6.4 Quantifying the quality of hypothesis tests. Type I and II errors. Power of a test. Cautions about significance tests Objectives 6.3, 6.4 Quantifying the quality of hyothesis tests Tye I and II errors Power of a test Cautions about significance tests Further reading: htt://onlinestatbook.com/2/ower/contents.html Toics:

More information

Chapter 11 Multiway Search Trees

Chapter 11 Multiway Search Trees Chater 11 Multiway Search Trees m-way Search Trees B-Trees B + -Trees C-C Tsai P.1 m-way Search Trees Definition: An m-way search tree is either emty or satisfies the following roerties: The root has at

More information

GOOD THINGS DO NOT HAPPEN TO ME BUT NEITHER DO THE BAD THINGS: COMPARATIVE OPTIMISM AND PESSIMISM IN A SLOVAK SAMPLE

GOOD THINGS DO NOT HAPPEN TO ME BUT NEITHER DO THE BAD THINGS: COMPARATIVE OPTIMISM AND PESSIMISM IN A SLOVAK SAMPLE 286 STUDIA PSYCHOLOGICA, 58, 2016, 4 GOOD THINGS DO NOT HAPPEN TO ME BUT NEITHER DO THE BAD THINGS: COMPARATIVE OPTIMISM AND PESSIMISM IN A SLOVAK SAMPLE Vladimía ČAVOJOVÁ Institute of Exeimental Psychology

More information

Correlation investigations between HbA1c and blood glucose indicators on type 1 diabetic Hungarian children

Correlation investigations between HbA1c and blood glucose indicators on type 1 diabetic Hungarian children Coelation investigations between HbA1c and blood glucose indicatos on tye 1 diabetic Hungaian childen T. Feenci *, A. Köne ** and L. Kovács * * Óbuda Univesity, John von Neumann Faculty of Infomatics,

More information

Stochastic Extension of the Attention-Selection System for the icub

Stochastic Extension of the Attention-Selection System for the icub Stochastic Extension of the Attention-Selection System fo the icub Technical Repot (in pepaation) H. Matinez, M. Lungaella, and R. Pfeife Atificial Intelligence Laboatoy Depatment of Infomatics Univesity

More information

Systolic and Pipelined. Processors

Systolic and Pipelined. Processors Gaduate Institute of Electonics Engineeing, NTU Systolic and Pipelined Why Systolic Pocessos Achitectue? Souces: VLSI Signal Pocessing ÜÜ Ande Hon, Jason Handube, Michelle Gunning, Beman, J. Kim, Heiko

More information

An Algorithm for Probabilistic Least{Commitment Planning 3. Nicholas Kushmerick Steve Hanks Daniel Weld. University ofwashington Seattle, WA 98195

An Algorithm for Probabilistic Least{Commitment Planning 3. Nicholas Kushmerick Steve Hanks Daniel Weld. University ofwashington Seattle, WA 98195 To aear, AAAI-94 An Algorithm for Probabilistic Least{Commitment Planning 3 Nicholas Kushmerick Steve Hanks Daniel Weld Deartment of Comuter Science and Engineering, FR{35 University ofwashington Seattle,

More information

Decision Analysis Rates, Proportions, and Odds Decision Table Statistics Receiver Operating Characteristic (ROC) Analysis

Decision Analysis Rates, Proportions, and Odds Decision Table Statistics Receiver Operating Characteristic (ROC) Analysis Decision Analysis Rates, Proortions, and Odds Decision Table Statistics Receiver Oerating Characteristic (ROC) Analysis Paul Paul Barrett Barrett email: email:.barrett@liv.ac.uk htt://www.liv.ac.uk/~barrett/aulhome.htm

More information

Uncoordinated Checkpointing. Rollback-Recovery. The Domino Effect. The Domino Effect. Easy to understand No synchronization overhead Flexible p

Uncoordinated Checkpointing. Rollback-Recovery. The Domino Effect. The Domino Effect. Easy to understand No synchronization overhead Flexible p Uncoodinated Checkpointing Rollback-Recovey Easy to undestand No synchonization ovehead Flexible p can choose when to checkpoint To ecove fom a cash: m4 m6 m7 m4 m6 m7 go back to last checkpoint estat

More information

Objective Find the Coefficient of Determination and be able to interpret it. Be able to read and use computer printouts to do regression.

Objective Find the Coefficient of Determination and be able to interpret it. Be able to read and use computer printouts to do regression. Section 3.C Objective Find the Coefficient of Detemination and be able to intepet it. Be able to ead and use compute pintouts to do egession. Relevance To be able to find a model to best epesent quantitative

More information

Interpreting Effect Sizes in Contrast Analysis

Interpreting Effect Sizes in Contrast Analysis UNDERSTANDING STATISTICS, 3(1), 1 5 Copyight 004, Lawence Elbaum Associates, Inc. TEACHING ARTICLES Intepeting Effect Sizes in Contast Analysis R. Michael Fu Depatment of Psychology Appalachian State Univesity

More information

Influencing Factors on Fertility Intention of Women University Students: Based on the Theory of Planned Behavior

Influencing Factors on Fertility Intention of Women University Students: Based on the Theory of Planned Behavior Vol.32 (Healthcae and Nusing 206), pp.37-42 http://dx.doi.og/0.4257/astl.206. Influencing Factos on Fetility Intention of Women Univesity Students: Based on the Theoy of Planned Behavio Myeong-Jeong Chae,

More information

Instructions For Living a Healthy Life

Instructions For Living a Healthy Life ARISE Homo Sapiens Opeato s Manual: Instuctions Fo Living a Healthy Life Table of Contents Tips fo Teaching ARISE Life Management Skills...3 ARISE Foundation, Ode Toll-Fee: 1-888-680-6100, Copyight 1996-2014

More information

ECT AND A/T INDICATOR

ECT AND A/T INDICATOR ECT AND A/T INDICATO FOM OE SOUCE SYSTEM (SEE AGE 8) FOM IGNITION S IG A EFI A STO O Y EFI MAIN ELAY A (/ CUISE CONTOL) (/O CUISE CONTOL) G S A STO LIGHT S A (/ CUISE CONTOL) (/O CUISE CONTOL) TO NS (NEUTAL

More information

F1 generation: The first set of offspring from the original parents being crossed. F2 generation: The second generation of offspring.

F1 generation: The first set of offspring from the original parents being crossed. F2 generation: The second generation of offspring. Padon the Punnett By: Nancy Volk The Punnett Squae This module stems fom the wok of the Austian Monk, Gego Mendel, the fathe of genetics. In the mid-1800s Mendel studied the pattens of inheitance of physical

More information

SIMULATIONS OF ERROR PROPAGATION FOR PRIORITIZING DATA ACCURACY IMPROVEMENT EFFORTS (Research-in-progress)

SIMULATIONS OF ERROR PROPAGATION FOR PRIORITIZING DATA ACCURACY IMPROVEMENT EFFORTS (Research-in-progress) SIMLATIONS OF ERROR PROPAGATION FOR PRIORITIZING DATA ACCRACY IMPROEMENT EFFORTS (Research-in-rogress) Irit Askira Gelman niversity of Arizona Askirai@email.arizona.edu Abstract: Models of the association

More information

OPRA: Optimal Relay Assignment for Capacity Maximization in Cooperative Networks

OPRA: Optimal Relay Assignment for Capacity Maximization in Cooperative Networks OPRA: Optimal Relay Assignment fo Capacity Maximization in Coopeative Netwoks Dejun Yang, Xi Fang an Guoliang Xue Aizona State Univesity Tempe, AZ 85287 {ejun.yang, xi.fang, xue}@asu.eu Abstact As pomising

More information

Joint Iterative Equalization and Decoding for 2-D ISI Channels

Joint Iterative Equalization and Decoding for 2-D ISI Channels Joint Iteative Equalization and Decoding fo 2-D ISI Channels Joseph A. O Sullivan, Naveen Singla, Yunxiang Wu, Ronald S. Indec Electonic Systems and Signals Reseach Laboatoy (ESSRL) Magnetics and Infomation

More information

Author's personal copy

Author's personal copy Vision Research 48 (2008) 1837 1851 Contents lists available at ScienceDirect Vision Research journal homeage: www.elsevier.com/locate/visres Bias and sensitivity in two-interval forced choice rocedures:

More information

The Probability of Disease. William J. Long. Cambridge, MA hospital admitting door (or doctors oce, or appropriate

The Probability of Disease. William J. Long. Cambridge, MA hospital admitting door (or doctors oce, or appropriate Repinted fom Poceedings of the Fifteenth Annual Symposium on Compute Applications in Medical Cae, pp 619-623, 1991 The Pobability of Disease William J. Long MIT Laboatoy fo Compute Science Cambidge, MA

More information

Key words: arousal index; obstructive sleep apnea; quality of life; short arousal; sleepiness driving

Key words: arousal index; obstructive sleep apnea; quality of life; short arousal; sleepiness driving Obstuctive Slee Anea Syndome, Sleeiness, and Quality of Life* Mata A. Gon alves, MD; Teesa Paiva, MD; Elizabeth Ramos, MS; and Chistian Guilleminault, MD, BiolD Objective: To evaluate the addition of shot

More information

Lecture 2: Linear vs. Branching time. Temporal Logics: CTL, CTL*. CTL model checking algorithm. Counter-example generation.

Lecture 2: Linear vs. Branching time. Temporal Logics: CTL, CTL*. CTL model checking algorithm. Counter-example generation. CS 267: Automated Verification Lecture 2: Linear vs. Branching time. Temoral Logics: CTL, CTL*. CTL model checking algorithm. Counter-examle generation. Instructor: Tevfik Bultan Linear Time vs. Branching

More information

Patterns of Inheritance

Patterns of Inheritance atterns of Inheritance Introduction Dogs are one of man s longest genetic exeriments. Over thousands of years, humans have chosen and mated dogs with secific traits. The results : an incredibly diversity

More information

Protecting Location Privacy: Optimal Strategy against Localization Attacks

Protecting Location Privacy: Optimal Strategy against Localization Attacks Potecting Location Pivacy: Optimal Stategy against Localization Attacks Reza Shoki, Geoge Theodoakopoulos, Camela Toncoso, Jean-Piee Hubaux, and Jean-Yves Le Boudec LCA, EPFL, Lausanne, Switzeland, ESAT/COSIC,

More information

HTGR simulations in PSI using MELCOR 2.2

HTGR simulations in PSI using MELCOR 2.2 WIR SCHAFFEN WISSEN HEUTE FÜR MORGEN Jamo Kalilainen :: Paul Schee Institut HTGR simulations in PSI using MELCOR 2.2 10 th Meeting of the Euopean MELCOR Use Goup (EMUG), 25 27 Apil, Zage, Coatia Intoduction

More information

Origins of Hereditary Science

Origins of Hereditary Science Section 1 Origins of Hereditary Science Key Ideas V Why was Gregor Mendel imortant for modern genetics? V Why did Mendel conduct exeriments with garden eas? V What were the imortant stes in Mendel s first

More information

Identification and low-complexity regime-switching insulin control of type I diabetic patients

Identification and low-complexity regime-switching insulin control of type I diabetic patients J. Biomedical cience and Engineering,, 4, 97-34 doi:.436/jbise..444 Published Online Aril (htt://www.cirp.org/journal/jbise/). Identification and low-comlexity regime-switching insulin control of tye I

More information

The meaning of Beta: background and applicability of the target reliability index for normal conditions to structural fire engineering

The meaning of Beta: background and applicability of the target reliability index for normal conditions to structural fire engineering Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 21 (217) 528 536 6th International Worksho on Performance, Protection & Strengthening of Structures under Extreme Loading, PROTECT217,

More information

Relationships between Assessments in a Physical Ability Test for Law Enforcement: Is There Redundancy in Certain Assessments?

Relationships between Assessments in a Physical Ability Test for Law Enforcement: Is There Redundancy in Certain Assessments? Oiginal Reseach Relationshis between Assessments in a Physical Ability Test fo Law Enfocement: Is Thee Redundancy in Cetain Assessments? KARLY A. CESARIO 1, JOSEPH M. DULLA 2, MATTHEW R. MORENO 1, ASHLEY

More information

SEE DRAWING OF ROOM LAYOUT ATTACHMENT FOR SPEAKERS

SEE DRAWING OF ROOM LAYOUT ATTACHMENT FOR SPEAKERS 2018 Emegency Symposium 2. Incident Numbe: 4. Map/Sketch (include sketch, showing the total aea of opeations, the incident site/aea, impacted and theatened aeas, oveflight esults, tajectoies, impacted

More information

GRUNDFOS DATA BOOKLET. Hydro Grundfos Hydro 2000 booster sets with 2 to 6 CR(E) pumps 50 Hz

GRUNDFOS DATA BOOKLET. Hydro Grundfos Hydro 2000 booster sets with 2 to 6 CR(E) pumps 50 Hz GRUNDFOS DATA OOKET ydro Grundfos ydro booster sets with 2 to 6 CR(E) ums z Contents Product data Performance range 3 ydro 4 Control 4 Functions 4 Alication and need 5 Water suly 5 Industry 5 Irrigation

More information

Multiscale Model of Oxygen transport in Diabetes

Multiscale Model of Oxygen transport in Diabetes BENG 221: Poblem Solving Poject Multiscale Model of Oxygen tanspot in Diabetes Decembe 1, 2016 Austin Budick Nafeesa Khan Sihita Rudaaju Motivation Diabetes emains a significant health condition today,

More information

Estimating shared copy number aberrations for array CGH data: the linear-median method

Estimating shared copy number aberrations for array CGH data: the linear-median method University of Wollongong Research Online Faculty of Informatics - Paers (Archive) Faculty of Engineering and Information Sciences 2010 Estimating shared coy number aberrations for array CGH data: the linear-median

More information

Sampling methods Simple random samples (used to avoid a bias in the sample)

Sampling methods Simple random samples (used to avoid a bias in the sample) Objectives Samling methods Simle random samles (used to avoid a bias in the samle) More reading (Section 1.3): htts://www.oenintro.org/stat/textbook.h?stat_book=os Chaters 1.3.2 and 1.3.3. Toics: Samling

More information

1Number and Algebra. Surds

1Number and Algebra. Surds Numer an Algera ffi ffi ( ), cue root ( ecimal or fraction value cannot e foun. When alying Pythagoras theorem, we have foun lengths that cannot e exresse as an exact rational numer. Pythagoras encountere

More information

An Interactive Multi-user System for Simultaneous Graph Drawing

An Interactive Multi-user System for Simultaneous Graph Drawing An Inteactive Multi-ue Sytem fo Simultaneou Gah Dawing Stehen G. Kobouov 1 and Chandan Pitta 2 1 Deatment of Comute Science, Univeity of Aizona kobouov@c.aizona.edu 2 Deatment of Electical and Comute Engineeing,

More information

Why do we remember some things and not others? Consider

Why do we remember some things and not others? Consider Attention pomotes episodic encoding by stabilizing hippocampal epesentations Maiam Aly a,1 and Nicholas B. Tuk-Bowne a,b a Pinceton Neuoscience Institute, Pinceton Univesity, Pinceton, NJ 08544; and b

More information

The Effects of Rear-Wheel Camber on Maximal Effort Mobility Performance in Wheelchair Athletes

The Effects of Rear-Wheel Camber on Maximal Effort Mobility Performance in Wheelchair Athletes Taining & Testing 199 The Effects of Rea-Wheel Cambe on Maximal Effot Mobility Pefomance in Wheelchai Athletes Authos B. Mason 1, L. van de Woude 2, K. Tolfey 1, V. Goosey-Tolfey 1 Affiliations 1 Loughboough

More information

Chapter 4: One Compartment Open Model: Intravenous Bolus Administration

Chapter 4: One Compartment Open Model: Intravenous Bolus Administration Home Readings Search AccessPharmacy Adv. Search Alied Bioharmaceutics & Pharmacokinetics, 7e > Chater 4 Chater 4: One Comartment Oen Model: Intravenous Bolus Administration avid S.H. Lee CHAPTER OBJECTIVES

More information

The vignette, task, requirement, and option (VITRO) analyses approach to operational concept development

The vignette, task, requirement, and option (VITRO) analyses approach to operational concept development CAN UNCLASSIFIED The vignette, task, requirement, and otion (VITRO) analyses aroach to oerational concet develoment atrick W. Dooley, Yvan Gauthier DRDC Centre for Oerational Research and Analysis Journal

More information

IN a recent article (Iwasa and Pomiankowski 1999),

IN a recent article (Iwasa and Pomiankowski 1999), Coyright 001 by the Genetics Society of America The Evolution of X-Linked Genomic Imrinting Yoh Iwasa* and Andrew Pomiankowski *Deartment of Biology, Kyushu University, Fukuoka 81-8581, Jaan and Deartment

More information

OR G A N I S A T I O N A L LY R E L E VA N T VA R I A B L E S A N D KE Y E S'S ME N TA L HE A LT H

OR G A N I S A T I O N A L LY R E L E VA N T VA R I A B L E S A N D KE Y E S'S ME N TA L HE A LT H Oiginal Reseach OR G A N I S A T I O N A L LY R E L E VA N T VA R I A B L E S A N D KE Y E S'S ME N TA L HE A LT H CONTINUUM SCALE: AN EXPLORATORY STUDY Authos: Deo J.W. Stümfe 1 Anneli Hady 2 Joan S.

More information

Could changes in national tuberculosis vaccination policies be ill-informed?

Could changes in national tuberculosis vaccination policies be ill-informed? Math. Model. Nat. Phenom. Vol. 7, No. 3, 2012, pp. 78 98 DOI: 10.1051/mmnp/20127307 Could changes in national tubeculosis vaccination policies be ill-infomed? D. J. Gebey 1, F. A. Milne 2 1 Depatment of

More information

The Model and Analysis of Conformity in Opinion Formation

The Model and Analysis of Conformity in Opinion Formation roceedings of the 7th WSEAS International Conference on Simulation, Modelling and Otimization, Beijing, China, Setember 5-7, 2007 463 The Model and Analysis of Conformity in Oinion Formation ZHANG LI,

More information

HaLoop: Efficient Iterative Data Processing On Large Clusters

HaLoop: Efficient Iterative Data Processing On Large Clusters HaLoop: Efficient Iteative Data Pocessing On Lage Clustes Yingyi Bu, UC Ivine Bill Howe, UW agda Balazinska, UW ichael D. Enst, UW Hoizon http://clue.cs.washington.edu/ QuickTime ᆰ and a decompesso ae

More information

The Application of a Cognitive Diagnosis Model via an. Analysis of a Large-Scale Assessment and a. Computerized Adaptive Testing Administration

The Application of a Cognitive Diagnosis Model via an. Analysis of a Large-Scale Assessment and a. Computerized Adaptive Testing Administration The Alication of a Cognitive Diagnosis Model via an Analysis of a Large-Scale Assessment and a Comuterized Adative Testing Administration by Meghan Kathleen McGlohen, B.S., M. A. Dissertation Presented

More information

Internally-headed relative clauses in sign languages

Internally-headed relative clauses in sign languages a jounal of Glossa geneal linguistics Wilbu, Ronnie. 2017. Intenally-headed elative clauses in sign languages. Glossa: a jounal of geneal linguistics 2(1): 25. 1 34, DOI: https://doi.og/10.5334/gjgl.183

More information

A Mathematical Model of The Effect of Immuno-Stimulants On The Immune Response To HIV Infection

A Mathematical Model of The Effect of Immuno-Stimulants On The Immune Response To HIV Infection Intenational Jounal of Latest Engineeing Reseach and Applications (IJLERA) ISSN: 455-7137 A Mathematical Model of The Effect of Immuno-Stimulants On The Immune Response To HIV Infection *iwa P. 1, Rotich

More information

CS 730/730W/830: Intro AI

CS 730/730W/830: Intro AI CS 730/730W/830: Intro AI 1 handout: slides Wheeler Ruml (UNH) Lecture 18, CS 730 1 / 15 Comparison Extensions Setting Break Wheeler Ruml (UNH) Lecture 18, CS 730 2 / 15 Comparison Comparison Extensions

More information

carinzz prophylactic regimens

carinzz prophylactic regimens Genitourin Med 1997;73:139-143 Continuing medical education HIV Eidemiology Unit, Chelsea and Westminster Hosital, 369 Fulham Road, London SW10 9TH, UK P J Easterbrook Acceted for ublication 8 October

More information

Complexity Results in Epistemic Planning

Complexity Results in Epistemic Planning Comlexity Results in Eistemic Planning Thomas Bolander, DTU Comute, Tech Univ of Denmark Joint work with: Martin Holm Jensen and Francois Schwarzentruer Comlexity Results in Eistemic Planning. 1/9 Automated

More information

Introducing Two-Way and Three-Way Interactions into the Cox Proportional Hazards Model Using SAS

Introducing Two-Way and Three-Way Interactions into the Cox Proportional Hazards Model Using SAS Paer SD-39 Introducing Two-Way and Three-Way Interactions into the Cox Proortional Hazards Model Using SAS Seungyoung Hwang, Johns Hokins University Bloomberg School of Public Health ABSTRACT The Cox roortional

More information

Lecture 2: Foundations of Concept Learning

Lecture 2: Foundations of Concept Learning Lecture 2: Foundations of Concept Learning Cognitive Systems - Machine Learning Part I: Basic Approaches to Concept Learning Version Space, Candidate Elimination, Inductive Bias last change October 18,

More information

Simulation of the Human Glucose Metabolism Using Fuzzy Arithmetic

Simulation of the Human Glucose Metabolism Using Fuzzy Arithmetic Simulation of the uman Glucose Metabolism Using uy Aithmetic Michael anss live Nehls Institute A of Mechanics Univesity of Stuttgat Pfaffenwalding 9 755 Stuttgat Gemany ManssNehls @mechaunistuttgatde Abstact

More information

STAT 200. Guided Exercise 7

STAT 200. Guided Exercise 7 STAT 00 Guided Exercise 7 1. There are two main retirement lans for emloyees, Tax Sheltered Annuity (TSA) and a 401(K). A study in North Carolina investigated whether emloyees with similar incomes differ

More information

Getting to Goal: Managed Care Strategies for Children, Adolescents, and Adults With ADHD

Getting to Goal: Managed Care Strategies for Children, Adolescents, and Adults With ADHD n osttest n Getting to Goal: Managed Care Strategies for Children, Adolescents, and Adults With ADHD Instructions There are no fees for articiating in and receiving CME credit for this activity. During

More information

Causal Beliefs Influence the Perception of Temporal Order

Causal Beliefs Influence the Perception of Temporal Order ausal eliefs Influence the Peception of Tempoal Ode Philip M. Fenbach (philip_fenbach@bown.edu) Peston LinsonGenty (peston_linsongenty@bown.edu) Steven. Sloman (steven_sloman@bown.edu) own Univesity, Depatment

More information

Structural Safety. Copula-based approaches for evaluating slope reliability under incomplete probability information

Structural Safety. Copula-based approaches for evaluating slope reliability under incomplete probability information Stuctual Safety 52 (2015) 90 99 Contents lists available at ScienceDiect Stuctual Safety jounal homepage: www.elsevie.com/locate/stusafe Copula-based appoaches fo evaluating slope eliability unde incomplete

More information

Perilipin-1 Level as Risk Marker of Insulin Resistance in Morbidly Obese Patients

Perilipin-1 Level as Risk Marker of Insulin Resistance in Morbidly Obese Patients Nano Biomed. Eng., 7, Vol. 9, Iss. Reseach Aticle 5 Nano Biomed Eng 7, 9(): 5-9. doi:.5/nbe.v9i.5-9. Peiliin- Level as Risk Make of Insulin Resistance in Mobidly Obese Patients Hanaa Addai Ali, Ali Abbas

More information

Reinforcing Visual Grouping Cues to Communicate Complex Informational Structure

Reinforcing Visual Grouping Cues to Communicate Complex Informational Structure 8 IEEE TRANSACTIONS ON VISUALIZATION AND COMPUTER GRAPHICS, VOL. 20, NO. 12, DECEMBER 2014 1973 Reinforcing Visual Grouing Cues to Communicate Comlex Informational Structure Juhee Bae and Benjamin Watson

More information

Cocktail party listening in a dynamic multitalker environment

Cocktail party listening in a dynamic multitalker environment Percetion & Psychohysics 2007, 69 (1), 79-91 Cocktail arty listening in a dynamic multitalker environment DOUGLAS S. BRUNGART AND BRIAN D. SIMPSON Air Force Research Laboratory, Wright-Patterson Air Force

More information

Correlations of serum high-molecular-weight (HMW) adiponectin level with various metabolic parameters in special health checkup programs

Correlations of serum high-molecular-weight (HMW) adiponectin level with various metabolic parameters in special health checkup programs Oiginal Aticle Online edition : ISSN 2188-3610 Pint edition : ISSN 2188-3602 Received: Setembe 3, 2015 Acceted : Octobe 29, 2015 Published online : Decembe 31, 2015 Coelations of seum high-molecula-weight

More information

Remaining Useful Life Prediction of Rolling Element Bearings Based On Health State Assessment

Remaining Useful Life Prediction of Rolling Element Bearings Based On Health State Assessment Remaining Useful Life Prediction of Rolling Element Bearings Based On Health State Assessment Zhiliang Liu, Ming J. Zuo,2, and Longlong Zhang School of Mechanical, Electronic, and Industrial Engineering,

More information

How-to-Score Synovitis Using The HEAD-US System

How-to-Score Synovitis Using The HEAD-US System How-to-Scoe Synovitis Using The HEAD-US System REFEU385 Date of eaation: Noveme 2014 This educational ogamme is suoted y Pfize GRADE-0 (asent/minimal) GRADE-1 (mild/modeate) a the adial (a) and coonoid

More information

The Relationship between Resiliency and Anxiety with Body Dysmorphic Concern among Adolescent Girls in Tehran

The Relationship between Resiliency and Anxiety with Body Dysmorphic Concern among Adolescent Girls in Tehran 2016, TextRoad Publication ISSN: 2090-4274 Jounal of Applied Envionmental and Biological Sciences www.textoad.com The Relationship between Resiliency and Anxiety with Body Dysmophic Concen among Adolescent

More information

GLOBAL PARTNERSHIP FOR YOUTH EMPLOYMENT. Testing What Works. Evaluating Kenya s Ninaweza Program

GLOBAL PARTNERSHIP FOR YOUTH EMPLOYMENT. Testing What Works. Evaluating Kenya s Ninaweza Program GLOBAL PARTNERSHIP FOR YOUTH EMPLOYMENT Testing What Woks in Youth Employment: Evaluating Kenya s Ninaweza Pogam VOLUME 2: Appendices APRIL 2013 acknowledgements This epot was pepaed fo IYF by Thomaz Alvaes

More information

The Egyptian Journal of Hospital Medicine (January 2018) Vol. 70, Page

The Egyptian Journal of Hospital Medicine (January 2018) Vol. 70, Page The Egyptian Jounal of Hospital Medicine (Januay 2018) Vol. 70, age 109-113 Coelation between Cental Coneal Thickness and Degee of Myopia Mostafa A, Mohamed M, Mohamed M. Al Hussein Univesity Hospital

More information

TO help 25.8 million Americans [1] with diabetes, a growing

TO help 25.8 million Americans [1] with diabetes, a growing 3108 IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, VOL. 26, NO. 11, NOVEMBER 2015 Patient Infusion Pattern based Access Control Schemes for Wireless Insulin Pum System Xiali Hei, Member, IEEE,

More information

FUNCTIONAL MAGNETIC RESONANCE IMAGING OF LANGUAGE PROCESSING AND ITS PHARMACOLOGICAL MODULATION DISSERTATION

FUNCTIONAL MAGNETIC RESONANCE IMAGING OF LANGUAGE PROCESSING AND ITS PHARMACOLOGICAL MODULATION DISSERTATION FUNCTIONAL MAGNETIC RESONANCE IMAGING OF LANGUAGE ROCESSING AND ITS HARMACOLOGICAL MODULATION DISSERTATION esented in atial Fulfillment of the Requiements fo the Degee Docto of hilosophy in the Gaduate

More information

Realizing Undelayed n-step TD Prediction with Neural Networks

Realizing Undelayed n-step TD Prediction with Neural Networks ealizing Undelayed n-step TD Pediction with eual etwok Jani Zute Faculty of Computing, Univeity of Latvia aina bulvai 9-44, LV-586 iga, Latvia jani.zute@lu.lv Abtact Thee exit vaiou technique to extend

More information

METHODS FOR DETERMINING THE TAKE-OFF SPEED OF LAUNCHERS FOR UNMANNED AERIAL VEHICLES

METHODS FOR DETERMINING THE TAKE-OFF SPEED OF LAUNCHERS FOR UNMANNED AERIAL VEHICLES Jounal of KONES Powetain and Tanspot, Vol. 25, No. 1 2018 METHODS FOR DETERMINING THE TAKE-OFF SPEED OF LAUNCHERS FOR UNMANNED AERIAL VEHICLES Gzegoz Jastzębski, Leszek Ułanowicz Ai Foce Institute of Technology

More information

Adaptive and Context-Aware Privacy Preservation Schemes Exploiting User Interactions in Pervasive Environments

Adaptive and Context-Aware Privacy Preservation Schemes Exploiting User Interactions in Pervasive Environments Adaptive and Context-Awae Pivacy Pesevation Schemes Exploiting Use Inteactions in Pevasive Envionments Gautham Pallapa*, Maio Di Fancesco t *, and Sajal K. Das* *Cente fo Reseach in Wieless Mobility and

More information

APPLICATION OF THE WALSH TRANSFORM IN AN INTEGRATED ALGORITHM FO R THE DETECTION OF INTERICTAL SPIKES

APPLICATION OF THE WALSH TRANSFORM IN AN INTEGRATED ALGORITHM FO R THE DETECTION OF INTERICTAL SPIKES APPLICATIO OF THE WALSH TRASFORM I A ITEGRATED ALGORITHM FO R THE DETECTIO OF ITERICTAL SPIKES D. Sanchez, M. Adjouadi, A. Baeto, P. Jayaka, I. Yaylali Electical & Compute Engineeing, Floida Intenational

More information

Agents & Environments Chapter 2. Mausam (Based on slides of Dan Weld, Dieter Fox, Stuart Russell)

Agents & Environments Chapter 2. Mausam (Based on slides of Dan Weld, Dieter Fox, Stuart Russell) Agents & Environments Chapter 2 Mausam (Based on slides of Dan Weld, Dieter Fox, Stuart Russell) Outline Agents and environments Rationality PEAS specification Environment types Agent types D. Weld, D.

More information

Applying Inhomogeneous Probabilistic Cellular Automata Rules on Epidemic Model

Applying Inhomogeneous Probabilistic Cellular Automata Rules on Epidemic Model Alying Inomogeneous Probabilistic Cellular Automata Rules on Eidemic Model Wesam M. Elsayed 1 Deartment of Matematics, Faculty of Science,Mansoura University, Mansoura, 35516, Egyt. Mansoura, Egyt. Amed

More information

Generalized Determinant

Generalized Determinant Genelized Deteminnt Nikoly Dementev 1 Spotivny Steet, Olovk, Hohol Ae, Voonezh Region, 9686, Russi The epot suggests n ppoch to extend concept of deteminnt to the systems of ny ode. KEYWORDS: deteminnt,

More information

Plan Recognition through Goal Graph Analysis

Plan Recognition through Goal Graph Analysis Plan Recognition through Goal Graph Analysis Jun Hong 1 Abstract. We present a novel approach to plan recognition based on a two-stage paradigm of graph construction and analysis. First, a graph structure

More information

If your child is poorly

If your child is poorly If you child is pooly A quick guide fo paents and caes of young childen What you can do to help you child CCGs woking togethe Aiedale, Whafedale and Caven CCG Badfod City CCG Badfod Disticts CCG This booklet

More information

GLOSSARY of Terms- Deaf, DeafBlind, and Hard of Hearing (alphabetized)

GLOSSARY of Terms- Deaf, DeafBlind, and Hard of Hearing (alphabetized) GLOSSARY of Terms- Deaf, DeafBlind, and Hard of Hearing (alhabetized) American Sign Language (ASL) manual (hand, facial exression, body language) language with its own syntax and grammar used rimarily

More information

Technical and Economic Analyses of Poultry Production in the UAE: Utilizing an Evaluation of Poultry Industry Feeds and a Cross-Section Survey

Technical and Economic Analyses of Poultry Production in the UAE: Utilizing an Evaluation of Poultry Industry Feeds and a Cross-Section Survey Available online at www.sciencediect.com ScienceDiect APCBEE Pocedia 8 (2014 ) 266 271 2013 4th Intenational Confeence on Agicultue and Animal Science (CAAS 2013) 2013 3d Intenational Confeence on Asia

More information

Linear Theory, Dimensional Theory, and the Face-Inversion Effect

Linear Theory, Dimensional Theory, and the Face-Inversion Effect Psychological Review Coyright 2004 by the American Psychological Association, Inc. 2004 (in ress) A long list of strange numbers will aear here in the actual article Linear Theory, Dimensional Theory,

More information

By: Charlene K. Baker, Fran H. Norris, Eric C. Jones and Arthur D. Murphy

By: Charlene K. Baker, Fran H. Norris, Eric C. Jones and Arthur D. Murphy Childhood Tauma and Adulthood Physical Health in Mexico. By: Chalene K. Bake, Fan H. Nois, Eic C. Jones and Athu D. Muphy C.K. Bake, F.H. Nois, E.C. Jones and A.D. Muphy. Childhood Tauma and Adulthood

More information

Risk and Rationality: Uncovering Heterogeneity in Probability Distortion

Risk and Rationality: Uncovering Heterogeneity in Probability Distortion Risk and Rationality: Uncovering Heterogeneity in Probability Distortion Adrian Bruhin Helga Fehr-Duda Thomas Eer February 17, 2010 Abstract It has long been recognized that there is considerable heterogeneity

More information

A Note on False Positives and Power in G 3 E Modelling of Twin Data

A Note on False Positives and Power in G 3 E Modelling of Twin Data Behav Genet (01) 4:10 18 DOI 10.100/s10519-011-9480- ORIGINAL RESEARCH A Note on False Positives and Power in G E Modelling of Twin Data Sohie van der Sluis Danielle Posthuma Conor V. Dolan Received: 1

More information

Color Doppler ultrasound characteristics after subinguinal microscopic varicocelectomy

Color Doppler ultrasound characteristics after subinguinal microscopic varicocelectomy Oiginal aes Med Ultason 207, Vol 9, no, 59-65 DOI: 052/mu-920 Colo Dole ultasound chaacteistics afte subinguinal micoscoic vaicocelectomy Muat Akand, Mustafa Kolay 2, Necat Islamoglu 2, Eme Altintas, Ozcan

More information

A Program Evaluation Strategy. Causal Pathway Framework. Causal Pathway Framework. Causal Pathway Framework. Causal Pathway Framework

A Program Evaluation Strategy. Causal Pathway Framework. Causal Pathway Framework. Causal Pathway Framework. Causal Pathway Framework A Program The Causal Pathway Our Evaluation Model starts in the initation phase of a program, not upon its conclusion. We start by developing a Causal Pathway or roadmap, which identifies the steps necessary

More information

Chapter 16. Simple patterns of inheritance

Chapter 16. Simple patterns of inheritance Chapte 16 Simple pattens of inheitance 1 Genotpe and phenotpe 1) Allele A vaiant fom of a gene (e.g., Height of pea plant : tall, shot) 2) Genotpe -Genetic composition of individual -Homozgous (an individual

More information

Coach on Call. Thank you for your interest in When the Scale Does Not Budge. I hope you find this tip sheet helpful.

Coach on Call. Thank you for your interest in When the Scale Does Not Budge. I hope you find this tip sheet helpful. Coach on Call It was geat to talk with you. Thank you fo you inteest in. I hope you find this tip sheet helpful. Please give me a call if you have moe questions about this o othe topics. As you UPMC Health

More information

Regret theory and risk attitudes

Regret theory and risk attitudes J Risk Uncertain (2017) 55:147 175 htts://doi.org/10.1007/s11166-017-9268-9 Regret theory and risk attitudes Jeeva Somasundaram 1 Enrico Diecidue 1 Published online: 5 January 2018 Sringer Science+Business

More information

State-Trace Analysis of the Face Inversion Effect

State-Trace Analysis of the Face Inversion Effect State-Trace Analysis of the Face Inversion Effect Melissa Prince (Melissa.Prince@newcastle.edu.au) School of Psychology, The University of Newcastle University Drive, Callaghan, 2308, NSW Australia Andrew

More information

Lifespan Psychology. Chapter 3 Biology of Development. Outline. Infertility. Infertility/Reproductive technologies. Heredity/DNA/Genes

Lifespan Psychology. Chapter 3 Biology of Development. Outline. Infertility. Infertility/Reproductive technologies. Heredity/DNA/Genes Lifespan Psychology Chapte 3 Biology of Development 1 Outline Infetility/Repoductive technologies Pobabilities Fetility ypoblems and teatments Legal and ethical issues Adoption Heedity/DNA/Genes 2 Infetility

More information

A Construction Industry Blueprint: Suicide Prevention in the Workplace

A Construction Industry Blueprint: Suicide Prevention in the Workplace A Constuction Industy Bluepint: Suicide Pevention in the Wokplace The Issue The Constuction Industy is at High Risk fo Suicide Hee is why the nation should make suicide pevention a pioity: National Statistics

More information

Do People s First Names Match Their Faces?

Do People s First Names Match Their Faces? First names and faces 1 Journal of Articles in Suort of the Null Hyothesis Vol. 12, No. 1 Coyright 2015 by Reysen Grou. 1539-8714 www.jasnh.com Do Peole s First Names Match Their Faces? Robin S. S. Kramer

More information

Analytical and Numerical Investigation of FGM Pressure Vessel Reinforced by Laminated Composite Materials

Analytical and Numerical Investigation of FGM Pressure Vessel Reinforced by Laminated Composite Materials Jounal of Solid Mechanics Vol. 6, No. 1 (2014) pp. 43-53 Analytical and Numeical Investigation of FGM Pessue Vessel Reinfoced by Laminated Composite Mateials A.R Ghasemi *, A. Kazemian, M. Moadi Depatment

More information

lsokinetic Measurements of Trunk Extension and Flexion Performance Collected with the Biodex Clinical Data Station

lsokinetic Measurements of Trunk Extension and Flexion Performance Collected with the Biodex Clinical Data Station lsokinetic Measuements of Tunk Extension and Flexion Pefomance Collected with the Biodex Clinical Data Station MARK D. GRABINER, PhD,' JOHN J. JEZIOROWSKI, MS, PT,' ARUNA D. DIVEKAR, MS, PT' Jounal of

More information

Programming with Goals (3)

Programming with Goals (3) Programming with Goals (3) M. Birna van Riemsdijk, TU Delft, The Netherlands GOAL slides adapted from MAS course slides by Hindriks 4/24/11 Delft University of Technology Challenge the future Outline GOAL:

More information

Study of Folate Status Among Egyptian Asthmatics

Study of Folate Status Among Egyptian Asthmatics ORIGINAL ARTICLE Study of Folate Status Among Egytian Asthmatics Mohamed N Faes 1, Rasha Y Shahin 1, Nemine A Melek 1, Rania H El-Kabaity 2 and Naglaa A Aafa 3 Abstact Objective To comae seum folate levels

More information