The step method: A new adaptive psychophysical procedure

Size: px
Start display at page:

Download "The step method: A new adaptive psychophysical procedure"

Transcription

1 Perception & Psychophysics 1989, 45 (6), The step method: A new dptive psychophysicl procedure WILLIAM A. SIMPSON York University, North York, Ontrio, Cnd A new dptive psychophysicl method, the step method, is introduced. Simultions show the method to be less bised nd more efficient thn constnt stimuli or Pentlnd's dptive method for fewer thn 40 trils. An experiment using discrimintion of dot number, however, filed to find ny differences mong the three methods in either bis or efficiency. In the lst 20 yers there hs been considerble interest in improving the efficiency of psychophysicl mesurement (Emerson, 1986; Levitt, 1970; Liebermn & Pentlnd, 1982; Tylor & Creelmn, 1967; Wtson & Pelli, 1983). The min ide behind the new methods is tht trils should be plced t the experimenter's current estimte of the threshold. Such methods re termed dptive methods becuse the rnge of stimuli presented dpts to the subject's responses. In contrst, the clssicl method ofconstnt stimuli presents the sme set ofstimuli no mtter how the subject responds. This pper hs two ims. First, I will present new dptive method which hs dvntges over some others currently in use. Second, I will give both simultion nd experimentl dt on the performnce of this method s compred with constnt stimuli ( nondptive method) nd Pentlnd's mximum-likelihood dptive method (Liebermn & Pentlnd, 1982; Pentlnd, 1980). THE STEP METHOD The step method is similr to Pentlnd's mximumlikelihood estimtion (MLE) technique. However, there re twomin differences. First, the ssumed psychometric function is step function insted of logistic (Eqution 1). Second, the step method uses lest squres insted of mximum likelihood s the criterion for fitting function to the response dt. The rtionle for using the step function is tht Pentlnd's method fits only one ofthe two prmeters ofthe logistic function; his method ssumes fixed vlue for the slope. Ifwe re fitting only one prmeter, we might s well use psychometric function with just one prmeter- step hs vlue of0 below threshold nd 1 bove, with the threshold being the only prmeter. The dvntge here is tht there cn be no errors in the ssumed vlue of the slope. Such errors hve been shown (Emerson, 1984; Simpson, 1988) to in- Correspondence my be ddressed to Willim A. Simpson, Deprtment ofpsychology, York University, 4700 Keele Street, North York, Ontrio M3I 1P3, Cnd. crese both the bis nd the vribility of the resulting threshold estimtes. Becuse the step is discontinuous function, mximum likelihood cnnot be used; thus lest squres, which is symptoticlly equivlent to mximum likelihood, is used insted. After ech tril, which will result in 0 or 1 y vlue (in forced-ehoice methods, incorrect or correct responses, respectively), step is fit by lest squres tothe dt points gthered thus fr. The loction ofthe step is the threshold; this x vlue is presented on the next tril. A BASIC progrm tht implements the step method for two-lterntive forced-ehoice (2AFC, the cse considered in this pper) is given in Figure 1. The number of trils nd the upper nd lower limits ofthe estimted threshold region re input. In the progrm, 21 stimulus levels re used. First the x vlues for the 21 levels re clculted nd stored in the X rry; simultneously the sum of the squred error (SSE) rry is set to O. The current threshold estimte is X(M%). Initilly, M% is set to the midpoint of the rnge. The progrm presents X(M%), collects the response, then clcultes M% for the next tril. The min work is in the clcultion of M%. The progrm uses n updte method similr to tht of Liebermn nd Pentlnd (1982). Ech stimulus level is successively tken s possible threshold loction. If the just-tested x level is greter thn this threshold loction nd the response is incorrect, then the SSE rry t tht level is incremented by WI. Conversely, ifthe just-tested x level is less thn this threshold loction nd the response is correct, then the SSE rry t tht level is incremented by W2. Becuse the responses re 0 or 1, the squred devition will be 1 in either cse. The squred devitions re multiplied by weights. The weights will be WI = trget percentge nd W2 = 1 - trget percentge. As long s the weights re in the proper proportion, ny vlues cn be used (lthough integers will be fster). Here the trget percentge is 75 %; therefore WI =.75 nd W2 =.25 (or 3 nd 1, respectively). The level with the lowest SSE is indicted by Pl. If the SSE function hs flt minimum, theotherendpointofthe vlley is indictedby P2. The vlue of M% is clculted s the point 90% of the wy between PI nd P2. Simultions hve shown tht Copyright 1989 Psychonomic Society, Inc. 572

2 , step.method, psychophysicl procedure bsed on lest squres, fit of step function to 1/0 dt, currently set up for 2AFC--chnge weights w1 nd w2 for, other trget \s: 2 weights dd up to 1.0 (or use integer rtio), e.g..5,.5 = 1,1.75,.25 = 3,1.8,.2 = 4,1 DIM x(20), sse(20) set.windows: WINDOW 1, "step.method", (0,0)-(617,185),31 I nl\ = 20 : w1=3 : w2=1 CLS INPUT "~ of trils";n\ INPUT "lower limit";ll INPUT "upper limit";ul j=(ul-lll/nl\ FOR! = 0 TO nl\ xli) = 11 : 11 = ll+j sse ( i) = 0 NEXT i m\ nl\l2 END FOR tr PRINT INPUT GOSUB NEXT tr 1 TO n\ x(m\) "response (1/0)";ys\ clc clc: mn = FOR i = 0 TO nl\ IF x(m\) )= xli) AND ys\ = 0 THEN sse(!) IF x(m\) <= xli) AND ys\ = 1 THEN sse(i) IF sse(!) < mn THEN mn sse(!) pl=! IF sse(!) = mn THEN p2 = i NEXT! m = pl + (p2-pl)*.9 m\ = INT(m+.5) RETURN sse(!) + wl sse (!) + w2 Figure 1. An Amig BASIC progrm tht implements the step-dptive method for twolterntive fon:ed-choice (2AFC). THE STEP METHOD 573 for 2AFC this vlue results in miniml bis. For trget percentge of 50%, use the vlue.5 (the vlue will lwys be between 0 nd I). The lgorithm is very fst (BASIC is more thn dequte) nd is not prey to rounding or out-of-rnge errors. Pentlnd's method cn blow up due to either the exponentil or the log functions. Emerson's (1986) Byesin method is too slow to be implemented in BASIC. It is hrd to evlute Emerson's method, however, since he hs not published the lgorithm. SIMULATIONS The conditions ofthe simultions were s follows. The simultion dt for constnt stimuli nd Pentlnd's MLE method were determined s previously described (Simpson, 1988). It ws ssumed tht the psychometric function ws the 2AFC scled logistic: y =.5 +.5/{1 +exp[*(b-x)]}, (1) where (the slope) ws Ilogit nd b (the threshold) ws ologits (p =.75). The subject's responses were modeled s conforming to this function nd hving Bernoulli vrince. For constnt stimuli nd Pentlnd's method, slope estimte is required to clculte likelihoods; the dt here were obtined using the true slope ( vlue of 1). In using ny of the methods, n experimenter hs to specify n upper nd lower bound for the threshold region. This ws simulted by rndomly choosing n upper bound between 0 nd R logits nd lower bound between 0 nd -R logits (R ws 2.5, 5, or 10). The stimulus levels hd n verge rnge of R, with minimum pproching 0 nd mximum rnge of 2R (the vlues of the rnge given in the figures). On verge, the trils were plced symmetriclly bout the threshold; t their most symmetricl they could ll be on one side of threshold. Results The simultion results for the bis of the threshold estimtes re given in Figure 2. For constnt stimuli nd Pentlnd's method, bis declines with the number oftrils nd increses with the rnge of stimuli. The step method is unbised, showing only smll, rndom fluctutions

3 574 SIMPSON '0, en 0 constnt stimuli c en step -0.9 Pentlnd Rnge: 5 logits Trils ~ Q - '0, -0.3 en c en -0.9 Rnge: 10 logits Trils - '0, -0.3 en c en -0.9 Rnge: 20 logits Trils Figure 2. Bis of the threshold estimte (in logits) s function ofthe number oftrils nd the stimulus rnge for constnt stimuli, the step method, nd Pentlnd's mximum-likelihood estimtion (MLE) method. Ech point is bsed on 500 simultion runs. round the true threshold vlue; constnt stimuli nd Pentlnd's method show progressively more bis s the rnge increses. Pentlnd's method seems especilly prone to negtive bis with lrge stimulus rnges. As cn be seen in Figure 3, the stndrd devition of the threshold estimte declines s the rnge decreses nd s the number of trils increses. The vribility of ll three methods is quite similr. The step method hs n dvntge for runs ofless thn 40 trils. For runs ofmore thn 40 trils, Pentlnd's method is most efficient, lthough it is not much better thn constnt stimuli. Discussion Overll, the methods re quite similr in performnce. In previous study (Simpson, 1988), I found tht the constnt stimuli method ws bout s efficient s Pentlnd's method. This finding is confirmed here using different dptive method. The step method hs n edge in efficiency for smll numbers of trils, nd it is unbised. In the ltter respect it is similr to Emerson's (1986) Byesin method. However, both Pentlnd's nd Emerson's methods require n estimte of the psychometric function's slope. In the cse of Pentlnd's method, it is known tht errors in slope estimtes will dversely ffect the bis nd vribility of the threshold estimtes (Emerson, 1984; Mdign & Willims, 1987; Simpson, 1988). The step method voids these problems. The step method's superior efficiency for smll numbers oftrils is probbly due to the fct tht the step function will fit the dt perfectly for smll numbers oftrils, but the logistic will not. As the number oftrils increses, however, the fit of the step becomes incresingly worse thn the logistic. It is not cler whether this would be problem in experimentl situtions, since typicl use of dptive methods is to tke the men nd stndrd devition of severl blocks of 40 or so trils. It is not good ide to use lrger blocks; if the stimulus rnge is inpproprite, thethresholdwill simply hit ceilingor floor. 0 constnt stimuli c step 1.6 Pentlnd.~ Rnge: 5 logits c 0.4 cc U5 Trils c 1.6.~ ~ Rnge: 10 logits c 0.4 c c U5 Trils Rnge: 20 logits g c 1.6 ~ 0.8 "E c 0.4 cc U5 Trils Figure 3. Stndrd devition ofthe threshold estimte (in logits) s function ofthe number oftrils nd the stimulus rnge for constnt stimuli, the step method, nd Pentlnd's MLE method. Ech point is bsed on 500 simultion runs. =i

4 THE STEP METHOD 575 This sme observtion holds for constnt stimuli; severl blocks of bout 40 trils should be used. In order to test the perfonnnce ofthe different psychophysicl methods in rel sitution, the following experiment ws performed. EXPERIMENT The step method, Pentlnd's MLE dptive method, nd constnt stimuli were compred in n experiment on discrimintion of the number of rndomly plced dots. In other studies tht compred different psychophysicl methods (Hesse, 1986; Mdign & Willims, 1987; Shelton, Picrdi, & Green, 1982), the threshold for only one experimentl condition ws obtined. Typiclly, however, we re interested in determining threshold chrcteristic-the threshold s function of some prmeter. It is importnt to test psychophysicl methods in their determintion of threshold chrcteristic becuse bis in method cn distort the shpe ofthe chrcteristic (Lming, 1986). In this experiment, therefore, I determined the difference threshold for dot number t five points for ech of the three methods. In the present cse ofdot-number discrimintion, it hs been estblished by Burgess nd Brlow (cited in Lming, 1986) tht the threshold chrcteristic (here, the discrimintion function) is power function: difference threshold = k * dot number e. (2) The effects of bis will be reflected in the obtined vlues of k or e, or in deprtures of the dt from stright line on log-log coordintes. The efficiencies of the methods will be reflected in the stndrd devitions of their threshold estimtes for given number of trils. Method Subjects. The uthor nd nive observer, both with norml or corrected-to-norml vision, served s subjects. Stimuli. On ny given tril, the disply consisted of two fields (left nd right) of rndomly plced dots on CRT screen. Ech field's re ws 131 x 180 pixels. The subject viewed the disply from chinrest 57 cm from the screen; t this distnce, the dots were.05 squre nd the fields were 7 (horizontl) x 9 (verticl). The subject fixted.3 -squre mrk in the center of the screen. The inner edge of ech dot field ws I wy from the fixtion mrk. Five different numbers of dots (10, 20, 40, 80, nd 160) were used s the stndrd. The comprison field in ech tril contined more dots. The loctions of the comprison nd the stndrd were rndomly vried between trils. The subject's tsk ws to press button corresponding to the field tht contined the greter number of dots (the comprison). Procedure. Ech block consisted of40 trils. On ech tril, two dot fields were presented for 540 msec. The subject pressed button corresponding to the field tht contined the greter number of dots. There ws I-sec puse between trils. The three methods were given in rndom order. All vlues of the stndrd were given using one method before using the next. The level of the stndrd ws determined rndomly. In ll, four mesures were mde for ech level of the stndrd using ech method. Ech dtum point is thus bsed on 160 trils. Three psychophysicl methods were used to determine the difference thresholds: constnt stimuli, the step method, nd Pentlnd's MLE method. Since Pentlnd's method requires n estimte of the slope of the psychometric function, two different slope estimtes were used (I nd.2). Ech method required n upper nd lower limit for the threshold estimte. The dptive methods were s described bove. The constnt-stimuli method plced ech tril rndomly within the specified limits. The threshold estimte for the two dptive methods ws the vlue fter the lst tril. The threshold estimte for constnt-stimuli method ws clculted using lestsqures fit of 2AFC logistic function to the dt. The stndrd devitions of the thresholds were bsed on the vribility of the vlues given by the four 4O-tril blocks. Results The dot-number discrimintion functions re plotted in Figure 4. For both subjects, the dt re well fit by stright lines Oest-squres fits) on the log-log plots. Hence, the dt re described by the power function s given in Eqution 2. The vlues ofthe prmeters s determined by lest squres were.2576 (A.H.) nd.8444 (W.S.) for k, nd.8878 (A.H.) nd.5815 (W.S.) for e. 100 "'0 o (f) -~ 10 c -- i:5 "'0 o (f) o constnt stimuli o step Pentlnd slope=1 Pentlnd slope= Number of dots Number of dots AH 160 ws 160 Figure 4. DHferem:e tbresboids for dot number obtined using c0nstnt stimuli, the step method, nd Pentlnd's method. Ech point is the men of four 48-tril blocks. The stright lines re the lestsqures fits of power function to the dt.

5 576 SIMPSON Subject A.H. W.S. Tble 1 Stndrd Devition of Threshold Estimte s Function of Psychophysicl Method Constnt Stimuli Psychophysicl Method Pentlnd Step Men Note tht the prmeters re not identicl for the 2 subjects (unlike Burgess & Brlow's [cited in Lming, 1986] result). As Burgess nd Brlow found, the exponent of the discrimintion function is just under 1 (n exponent of 1 would be predicted by Weber's lw). Only single curve is plotted for ech subject's dt in Figure 4 becuse n ANOVA indicted no difference between the discrimintion functions s mesured by the different psychophysicl methods. Tht is, method ws neither significnt min effect [A.H., F(3,36) = 1.482, n.s.; W.S., F(3,36) = 2.466, n.s.] nor did it interct with number of dots [A.H., F(l2,36) =.344, n.s.; W.S., F(12,36) =.557, n.s.]. Thus, there ws no significnt bis ofthe psychophysicl methods reltive to one nother. An ANOVA compring the stndrd devitions of the threshold estimtes for the methods lso found no significnt differences [A.H., F(3,12) = 1.585, n.s.; W.S., F(3,12) = 2.115, n.s.]. As cn be seen in Tble 1, the stndrd devitions for the different methods re very similr. Discussion The three psychophysicl methods ll seem to give threshold estimtes tht re bout the sme in both bis nd vribility. No evidence ws seen for ny method being more bised or less efficient thn ny other. If this experiment cn be regrded s typicl, the differences in bis nd vribility between the methods s found in the simultions re hrd to detect when using rel subjects. Other experiments tht hve compred psychophysicl methods lso found the methods to be more-or-iess equivlent (Hesse, 1986; Mdign & Willims, 1987; Shelton et l., 1982). In this experiment, the rnge of presented stimuli ws probbly smll (s it likely is in ll experiments). The simultion results for bis (Figure 2) nd for stndrd devition (Figure 3) with rnge of5 logits show only smll differences between the methods t 40 trils. The messge from the experiment, then, s it ws from the simultions, is tht there is little, if ny, difference in efficiency between constnt stimuli nd dptive methods. Moreover, the differences in bis re probbly too smll to detect under norml (smll-rnge) circumstnces. in efficiency between the clssicl method of constnt stimuli nd the newer, dptive methods. According to the simultions, the step method is slightly more efficient thn constnt stimuli for smll nwnbers oftrils, nd Pentlnd's method is more efficient thn constnt stimuli for lrge nwnbers of trils (the crossover point is bout 40 trils). The experimentl dt, however, show no difference in efficiency for the methods. Although the step method ws shown in the simultions to be less bised thn constnt stimuli or Pentlnd's method, the experiment reveled no differences in reltive bising. Both the simultions nd the experiment show the step method to work quite well, despite its use ofn unrelistic psychometric function. It is hertening tht one need not be overly concerned bout which psychophysicl method one chooses. The threshold estimte will tke on the sme vlue nd hve the sme vribility no mtter which method is used. However, we should ber in mind tht in n experiment we do not know the vlues ofimportnt vribles, wheres these vribles cn be mnipulted in simultions. In the simultions, the step method is shown to be less bised nd to be slightly more efficient thn constnt stimuli or Pentlnd's method. Even in the simultions, though, these differences re smll. REFERENCES EMERSON, P. L. (1984). Observtions on mximum likelihood method ofsequentil threshold estimtion nd simplified pproximtion. Perception &: Psychophysics, 36, EMERSON, P. L. (1986). Observtions on mximum-likelihood nd Byesin methods of forced-ehoice sequentil threshold estimtion. Perception &: Psychophysics, 39, HESSE, A. (1986). Comprison of severl psychophysicl procedures with respect to threshold estimtes, reproducibility, nd efficiency. Acustic, 59, LAMING, D. (1986). Sensory nlysis. Toronto: Acdemic Press. LEVITr, H. L. (1970). Trnsformed up-down methods inpsychophysics. Journl ofthe Acousticl Society ofameric, 49, LIEBERMAN, H. R., '" PENTLAND, A. P. (1982). Microcomputer-bsed estimtion of psychophysicl thresholds: The best PEST. Behvior Reserch Methods &: Instrumenttion, 14, MADIGAN, R., '" WILUAMS, D. (1987). Mximum-likelihood procedures in two-lterntive forced-ehoice: Evlution nd recommendtions. Perception &: Psychophysics, 42, PENTLAND, A. (1980). Mximum likelihood estimtion: The best PEST. Perception & Psychophysics, 28, SHELTON, B. R., PiCARDI, M. C., '" GREEN, D. M. (1982). Comprison ofthree dptive psychophysicl methods. Journl ofthe Acousticl Society ofameric, 71, SIMPSON, W. A. (1988). The method of constnt stimuli is efficient. Perception &: Psychophysics, 44, TAYWR, M. M., '" CREELMAN, C. D. (1967). PEST: Efficient estimtes on probbility functions. Journl ofthe Acousticl Society of Americ, 41, WATSON,A. B., ",PELU, D. G. (1983). QUEST: A Byesin dptive psychometric method. Perception &: Psychophysics, 33, GENERAL DISCUSSION The conclusion to be drwn both from the simultions nd from the experiment is tht there is little difference (Mnuscript received July 11, 1988; revision ccepted for publiction November 28, 1988.)

Single-Molecule Studies of Unlabelled Full-Length p53 Protein Binding to DNA

Single-Molecule Studies of Unlabelled Full-Length p53 Protein Binding to DNA Single-Molecule Studies of Unlbelled Full-Length p53 Protein Binding to DNA Philipp Nuttll, 1 Kidn Lee, 2 Pietro Ciccrell, 3 Mrco Crminti, 3 Giorgio Ferrri, 3 Ki- Bum Kim, 2 Tim Albrecht 1* 1 Imperil College

More information

2. Hubs and authorities, a more detailed evaluation of the importance of Web pages using a variant of

2. Hubs and authorities, a more detailed evaluation of the importance of Web pages using a variant of 5 Web Serch Outline: 1. Pge rnk, for discovering the most ëimportnt" pges on the Web, s used in Google. 2. Hubs nd uthorities, more detiled evlution of the importnce of Web pges using vrint of the eigenvector

More information

Clinical Study Report Synopsis Drug Substance Naloxegol Study Code D3820C00018 Edition Number 1 Date 01 February 2013 EudraCT Number

Clinical Study Report Synopsis Drug Substance Naloxegol Study Code D3820C00018 Edition Number 1 Date 01 February 2013 EudraCT Number EudrCT Number 2012-001531-31 A Phse I, Rndomised, Open-lbel, 3-wy Cross-over Study in Helthy Volunteers to Demonstrte the Bioequivlence of the Nloxegol 25 mg Commercil nd Phse III Formultions nd to Assess

More information

EVALUATION OF DIFFERENT COPPER SOURCES AS A GROWTH PROMOTER IN SWINE FINISHING DIETS 1

EVALUATION OF DIFFERENT COPPER SOURCES AS A GROWTH PROMOTER IN SWINE FINISHING DIETS 1 Swine Dy 2001 Contents EVALUATION OF DIFFERENT COPPER SOURCES AS A GROWTH PROMOTER IN SWINE FINISHING DIETS 1 C. W. Hstd, S. S. Dritz 2, J. L. Nelssen, M. D. Tokch, nd R. D. Goodbnd Summry Two trils were

More information

ENERGY CONTENT OF BARLEY

ENERGY CONTENT OF BARLEY ENERGY CONTENT OF BARLEY VARIATION IN THE DIETARY ENERGY CONTENT OF BARLEY Shwn Firbirn, John Ptience, Hnk Clssen nd Ruurd Zijlstr SUMMARY Formultion of commercil pig diets requires n incresing degree

More information

Review TEACHING FOR GENERALIZATION & MAINTENANCE

Review TEACHING FOR GENERALIZATION & MAINTENANCE Gols By the end of clss, you should be ble to: Explin wht generliztion is, why it is criticl for techers to know how to tech so tht it occurs, nd give n exmple of it from your own experience in the clssroom

More information

Comparison of three simple methods for the

Comparison of three simple methods for the J. clin. Pth. (1967), 2, 5 Comprison of three simple methods for the ssessment of 'free' thyroid hormone T. M. D. GIMLETTE1 From the Rdio-Isotope Lbortory, St. Thoms's Hospitl, London SYNOPSIS A dilysis

More information

Invasive Pneumococcal Disease Quarterly Report. July September 2017

Invasive Pneumococcal Disease Quarterly Report. July September 2017 Invsive Pneumococcl Disese Qurterly Report July September 2017 Prepred s prt of Ministry of Helth contrct for scientific services by Rebekh Roos Helen Heffernn October 2017 Acknowledgements This report

More information

The Measurement of Interviewer Variance

The Measurement of Interviewer Variance 66 TWO STUDIES OF INTERVIEWER VARIANCE OF SOCIO- PSYCHOLOGICAL VARIABLES By: Leslie Kish nd Crol W. Slter Survey Reserch Center, University of Michign Introduction We report results obtined in two surveys

More information

Quantifying perceived impact of scientific publications

Quantifying perceived impact of scientific publications Quntifying perceived impct of scientific publictions Filippo Rdicchi, Alexnder Weissmn, nd John Bollen Center for Complex Networks nd Systems Reserch, School of Informtics nd Computing, Indin University,

More information

Geographical influence on digit ratio (2D:4D): a case study of Andoni and Ikwerre ethnic groups in Niger delta, Nigeria.

Geographical influence on digit ratio (2D:4D): a case study of Andoni and Ikwerre ethnic groups in Niger delta, Nigeria. Journl of Applied Biosciences 27: 1736-1741 ISSN 1997 5902 Geogrphicl influence on digit rtio (2D:4D): cse study of Andoni nd Ikwerre ethnic groups in Niger delt, Nigeri. Gwunirem, Isrel U 1 nd Ihemelndu,

More information

ORIGINAL ARTICLE. Diagnostic Signs of Accommodative Insufficiency. PILAR CACHO, OD, ÁNGEL GARCÍA, OD, FRANCISCO LARA, OD, and M A MAR SEGUÍ, OD

ORIGINAL ARTICLE. Diagnostic Signs of Accommodative Insufficiency. PILAR CACHO, OD, ÁNGEL GARCÍA, OD, FRANCISCO LARA, OD, and M A MAR SEGUÍ, OD 1040-5488/02/7909-0614/0 VOL. 79, NO. 9, PP. 614 620 OPTOMETRY AND VISION SCIENCE Copyright 2002 Americn Acdemy of Optometry ORIGINAL ARTICLE Dignostic Signs of Accommodtive Insufficiency PILAR CACHO,

More information

EFFECTS OF INGREDIENT AND WHOLE DIET IRRADIATION ON NURSERY PIG PERFORMANCE

EFFECTS OF INGREDIENT AND WHOLE DIET IRRADIATION ON NURSERY PIG PERFORMANCE Swine Dy 21 EFFECTS OF INGREDIENT AND WHOLE DIET IRRADIATION ON NURSERY PIG PERFORMANCE J. M. DeRouchey, M. D. Tokch, J. L. Nelssen, R. D. Goodbnd, S. S. Dritz 1, J. C. Woodworth, M. J. Webster, B. W.

More information

Summary. Effect evaluation of the Rehabilitation of Drug-Addicted Offenders Act (SOV)

Summary. Effect evaluation of the Rehabilitation of Drug-Addicted Offenders Act (SOV) Summry Effect evlution of the Rehbilittion of Drug-Addicted Offenders Act (SOV) The Rehbilittion of Drug-Addicted Offenders Act (SOV) ws lunched on April first 2001. This lw permitted the compulsory plcement

More information

XII. HIV/AIDS. Knowledge about HIV Transmission and Misconceptions about HIV

XII. HIV/AIDS. Knowledge about HIV Transmission and Misconceptions about HIV XII. HIV/AIDS Knowledge bout HIV Trnsmission nd Misconceptions bout HIV One of the most importnt prerequisites for reducing the rte of HIV infection is ccurte knowledge of how HIV is trnsmitted nd strtegies

More information

THE EVALUATION OF DEHULLED CANOLA MEAL IN THE DIETS OF GROWING AND FINISHING PIGS

THE EVALUATION OF DEHULLED CANOLA MEAL IN THE DIETS OF GROWING AND FINISHING PIGS THE EVALUATION OF DEHULLED CANOLA MEAL IN THE DIETS OF GROWING AND FINISHING PIGS THE EVALUATION OF DEHULLED CANOLA MEAL IN THE DIETS OF GROWING AND FINISHING PIGS John F. Ptience nd Doug Gillis SUMMARY

More information

Using Paclobutrazol to Suppress Inflorescence Height of Potted Phalaenopsis Orchids

Using Paclobutrazol to Suppress Inflorescence Height of Potted Phalaenopsis Orchids Using Pcloutrzol to Suppress Inflorescence Height of Potted Phlenopsis Orchids A REPORT SUBMITTED TO FINE AMERICAS Linsey Newton nd Erik Runkle Deprtment of Horticulture Spring 28 Using Pcloutrzol to Suppress

More information

DIFFERENTIAL REINFORCEMENT OF VOCAL DURATION1

DIFFERENTIAL REINFORCEMENT OF VOCAL DURATION1 JOURNL OF THE EXPERMENTL NLYSS OF BEHVOR VOLUME 7, NUMBER JNURY, 1 964 DFFERENTL RENFORCEMENT OF VOCL DURTON1 HRLN LNE UNVERSTY OF MCHGN The effects of differentil reinforcement of vocl durtion were exmined

More information

The Effects of Diet Particle Size on Animal Performance

The Effects of Diet Particle Size on Animal Performance MF-2050 Feed Mnufcturing Feed Mnufcturing Cerel grins re the primry energy source in swine nd poultry diets. Therefore, not only must producers be concerned bout the composition of the grin, but lso how

More information

Limits of focused attention in three-dimensional space

Limits of focused attention in three-dimensional space Perception & Psychophysics 1993, 53 (6), 658-667 Limits of focused ttention in three-dimensionl spce GORG J. ANDRSN University of liforni, Riverside, liforni nd ARTHUR F. KRAMR University of Illinois,

More information

Analytic hierarchy process-based recreational sports events development strategy research

Analytic hierarchy process-based recreational sports events development strategy research ISSN : 0974-7435 Volume 0 Issue 6 An Indin Journl Anlytic hierrchy process-bsed recretionl sports events development strtegy reserch Weihu Yo School of hysicl Eduction, Luoyng Norml University, Luoyng

More information

Feeding state and age dependent changes in melaninconcentrating hormone expression in the hypothalamus of broiler chickens

Feeding state and age dependent changes in melaninconcentrating hormone expression in the hypothalamus of broiler chickens Supplementry Mterils Epub: No 2017_23 Vol. 65, 2018 https://doi.org/10.183/bp.2017_23 Regulr pper Feeding stte nd ge dependent chnges in melninconcentrting hormone expression in the hypothlmus of broiler

More information

Using Load Research Data to Model Weather Response

Using Load Research Data to Model Weather Response 30 25 20 15 10-5 1,950 2,025 2,100 2,175 2,250 2,325 2,400 2,475 2,550 2,625 2,700 2,775 2,850 2,925 3,000 3,075 3,150 3,225 3,300 3,375 3,450 3,525 3,600 MW 100% 90% 80% 70% 60% 50% 40% 30% 20% 10% 0%

More information

Copy Number ID2 MYCN ID2 MYCN. Copy Number MYCN DDX1 ID2 KIDINS220 MBOAT2 ID2

Copy Number ID2 MYCN ID2 MYCN. Copy Number MYCN DDX1 ID2 KIDINS220 MBOAT2 ID2 Copy Numer Copy Numer Copy Numer Copy Numer DIPG38 DIPG49 ID2 MYCN ID2 MYCN c DIPG01 d DIPG29 ID2 MYCN ID2 MYCN e STNG2 f MYCN DIPG01 Chr. 2 DIPG29 Chr. 1 MYCN DDX1 Chr. 2 ID2 KIDINS220 MBOAT2 ID2 Supplementry

More information

Scientific research on the biological value of olive oil

Scientific research on the biological value of olive oil Scientific reserch on the biologicl vlue olive oil Cov F.G. Ally M. (ed.). L' économie de l' olivier Pr : CIHEAM Options Méditerrnéennes : Série Etudes; n. 1988-V 1988 pges 149-152 Article vilble on le

More information

Reducing the Risk. Logic Model

Reducing the Risk. Logic Model Reducing the Risk Logic Model ETR (Eduction, Trining nd Reserch) is nonprofit orgniztion committed to providing science-bsed innovtive solutions in helth nd eduction designed to chieve trnsformtive chnge

More information

CONCEPT IDENTIFICATION BY SCHIZOPHRENIC AND NORMAL SUBJECTS AS A FUNCTION OF PROBLEM COMPLEXITY AND RELEVANCE OF SOCIAL CUES 1

CONCEPT IDENTIFICATION BY SCHIZOPHRENIC AND NORMAL SUBJECTS AS A FUNCTION OF PROBLEM COMPLEXITY AND RELEVANCE OF SOCIAL CUES 1 Journl»/ Abnorml Psychology 1969, Vol. 74, o. 3, 314-320 COCEPT IDETIFICATIO BY CHIZOPHREIC AD ORMAL UBJECT A A FUCTIO OF PROBLEM COMPLEXITY AD RELEVACE OF OCIAL CUE 1 VLADIMIR PIHKI 2 Veterns' Administrtion

More information

Soybean Hulls as an Alternative Feed for Horses

Soybean Hulls as an Alternative Feed for Horses Animl Industry Report AS 650 ASL R1931 2004 Soyben Hulls s n Alterntive Feed for Horses Josie Booth Iow Stte University Howrd Tyler Iow Stte University Peggy Miller-Auwerd Iow Stte University Jenette Moore

More information

Infrared Image Edge Detection based on Morphology- Canny Fusion Algorithm

Infrared Image Edge Detection based on Morphology- Canny Fusion Algorithm , pp.42-46 http://dx.doi.org/10.14257/stl.2016.137.08 Infrred Imge Edge Detection bsed on Morphology- Cnny Fusion Algorithm Tng Qingju 1, Bu Chiwu 2, Liu Yunlin 1, Zng Jinsuo 1, Li Dyong 1 1 School of

More information

changes used to indicate the aversiveness of

changes used to indicate the aversiveness of JOURNL OF THE EXPERIMENTL NLYSIS OF BEHVIOR SUPPRESSION OF BEHVIOR BY TIMEOUT PUNISHMENT WHEN SUPPRESSION RESULTS IN LOSS OF POSITIVE REINFORCEMENT' RNOLD KUFMN ND LN BRON UNIVERSITY OF WISCONSIN-MILWUKEE

More information

Information Test: corroboration of previous findings and highlights on vulnerabilities

Information Test: corroboration of previous findings and highlights on vulnerabilities The first independent study on the Complex Tril Protocol version of the P300-bsed Conceled Informtion Test: corrobortion of previous findings nd highlights on vulnerbilities Gáspár Lukács *, Bél Weiss

More information

Meat and Food Safety. B.A. Crow, M.E. Dikeman, L.C. Hollis, R.A. Phebus, A.N. Ray, T.A. Houser, and J.P. Grobbel

Meat and Food Safety. B.A. Crow, M.E. Dikeman, L.C. Hollis, R.A. Phebus, A.N. Ray, T.A. Houser, and J.P. Grobbel Met nd Food Sfety Needle-Free Injection Enhncement of Beef Strip Loins with Phosphte nd Slt Hs Potentil to Improve Yield, Tenderness, nd Juiciness ut Hrm Texture nd Flvor B.A. Crow, M.E. Dikemn, L.C. Hollis,

More information

METHOD 4010 SCREENING FOR PENTACHLOROPHENOL BY IMMUNOASSAY

METHOD 4010 SCREENING FOR PENTACHLOROPHENOL BY IMMUNOASSAY METHOD 4010 SCREENING FOR PENTACHLOROPHENOL BY IMMUNOASSAY 1.0 SCOPE AND APPLICATION 1.1 Method 4010 is procedure for screening solids such s soils, sludges, nd queous medi such s wste wter nd lechtes

More information

The Acute Time Course of Concurrent Activation Potentiation

The Acute Time Course of Concurrent Activation Potentiation Mrquette University e-publictions@mrquette Exercise Science Fculty Reserch nd Publictions Exercise Science, Deprtment of 1-1-2010 The Acute Time Course of Concurrent Activtion Potentition Luke Grceu Mrquette

More information

The Effects of High-Oil Corn or Typical Corn with or without Supplemental Fat on Diet Digestibility in Finishing Steers

The Effects of High-Oil Corn or Typical Corn with or without Supplemental Fat on Diet Digestibility in Finishing Steers Beef Reserch Report, 2000 Animl Science Reserch Reports 2001 The Effects of High-Oil Corn or Typicl Corn with or without Supplementl Ft on Diet Digestibility in Finishing Steers Crig R. Belknp Iow Stte

More information

STATISTICAL DATA ANALYSIS IN EXCEL

STATISTICAL DATA ANALYSIS IN EXCEL Microrry Center STATISTICAL DATA ANALYSIS IN EXCEL Prt 1 Introduction to Sttistics Dr. Petr Nzrov 14-06-2010 petr.nzrov@crp-snte.lu Sttisticl dt nlysis in Excel COURSE OVERVIEW Objectives The course: Reminds

More information

Finite-Dimensional Linear Algebra Errata for the first printing

Finite-Dimensional Linear Algebra Errata for the first printing Finite-Dimensionl Liner Algebr Errt for the first printing Mrk S. Gockenbch Jnury 6, 011 The following corrections will be mde in the second printing of the text, expected in 011. Pge 41: Exercise 5: S

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and This rticle ppered in journl published by Elsevier. The ttched copy is furnished to the uthor for internl non-commercil reserch nd eduction use, including for instruction t the uthors institution nd shring

More information

Altered dietary nutrient intake maintains metabolic homeostasis in parasitized larvae of the insect Manduca sexta L.

Altered dietary nutrient intake maintains metabolic homeostasis in parasitized larvae of the insect Manduca sexta L. The Journl of Experimentl iology 2, 65 (21) Printed in Gret ritin The Compny of iologists Limited 21 JE316 65 ltered dietry nutrient intke mintins metbolic homeostsis in prsitized lrve of the insect Mnduc

More information

THE EFFECTS OF SMOKING LAWS ON SEATING ALLOCATIONS OF RESTAURANTS, BARS, AND TAVERNS

THE EFFECTS OF SMOKING LAWS ON SEATING ALLOCATIONS OF RESTAURANTS, BARS, AND TAVERNS THE EFFECTS OF SMOKING LAWS ON SEATING ALLOCATIONS OF RESTAURANTS, BARS, AND TAVERNS JOHN DUNHAM nd MICHAEL L. MARLOW* Supporters of smoking lws often rgue tht they do not hrm resturnts, brs, nd t erns

More information

unit 1.9 Problems with unknown (II) 15 days D Figures within days 1 G 1 1 OA 1 1 OA 1 1 OA 1 1 G 2 1 OA 6 1 OA 4 1 OA 4 1 G 3 1 OA 7

unit 1.9 Problems with unknown (II) 15 days D Figures within days 1 G 1 1 OA 1 1 OA 1 1 OA 1 1 G 2 1 OA 6 1 OA 4 1 OA 4 1 G 3 1 OA 7 KINDERGARTEN K.1 Plying With Shpes (Squre, Tringle, Circle) K.3 Compose, Decompose up to 10 13 dys K.5 Addition & Addition Situtions K.7 Figures (3- dimensionl) K.9 Compose, Decompose up to 20 shpe construction

More information

Dissociable effects of the implicit and explicit memory systems on learning control of reaching

Dissociable effects of the implicit and explicit memory systems on learning control of reaching Exp Brin Res (26) 173: 425 437 DOI 1.17/s221-6-391- RESEARCH ARTICLE Eun Jung Hwng Æ Murice A. Smith Rez Shdmehr Dissocible effects of the implicit nd explicit memory systems on lerning control of reching

More information

Extraction and Some Functional Properties of Protein Extract from Rice Bran

Extraction and Some Functional Properties of Protein Extract from Rice Bran Ksetsrt J. (Nt. Sci.) 40 : 209-214 (2006) Extrction nd Some Functionl Properties of Protein Extrct from Rice Brn Chockchi Theerkulkit*, Siree Chiseri nd Siriwt Mongkolknchnsiri ABSTRACT Rice brn protein

More information

phosphatase isoenzyme activity: estimation of

phosphatase isoenzyme activity: estimation of J Clin Pthol 1988;41:202-206 Quntittive method for determining serum lkline phosphtse isoenzyme ctivity: estimtion of intestinl component M J PEAKE, M PEJAKOVIC, G H WHITE From the Deprtment ofbiochemistry

More information

Rates of weight change for black and white Americans over a twenty year period

Rates of weight change for black and white Americans over a twenty year period Interntionl Journl of Obesity (2003) 27, 498 504 & 2003 Nture Publishing Group All rights reserved 0307-0565/03 $25.00 www.nture.com/ijo PAPER Rtes of weight chnge for blck nd white Americns over twenty

More information

Cover Page. The handle holds various files of this Leiden University dissertation

Cover Page. The handle   holds various files of this Leiden University dissertation Cover Pge The hndle http://hdl.hndle.net/1887/5818 holds vrious files of this Leiden University disserttion Author: Olofsen, E. Title: Phrmcokinetic nd phrmcodynmic nlysis in nesthesi : modeling odyssey

More information

FHWA/TX lF IMPACT OF AGGREGATE GRADATION AND TYPE ON ASPHALT MIXTURE CHARACTERISTICS. Research Report 1158-lF. Final

FHWA/TX lF IMPACT OF AGGREGATE GRADATION AND TYPE ON ASPHALT MIXTURE CHARACTERISTICS. Research Report 1158-lF. Final 1. Report No. 2. Government Accession No. FHWA/TX-91+1158-lF 4. Title nd Subtitle IMPACT OF AGGREGATE GRAATION AN TYPE ON ASPHALT MIXTURE CHARACTERISTICS Technicl Report ocumenttion Pge 3. Recipient's

More information

The accuracy of creatinine clearance with and without

The accuracy of creatinine clearance with and without Postgrd Med J (1991) 67, 42-46 ) The Fellowship of Postgrdute Medicine, 1991 The ccurcy of cretinine clernce with nd without urine collection s mesure of glomerulr filtrtion rte D.G. Wller,' J.S. Fleming,2

More information

The Mid-Depth Method and HIV-1: A Practical Approach for Testing Hypotheses of Viral Epidemic History

The Mid-Depth Method and HIV-1: A Practical Approach for Testing Hypotheses of Viral Epidemic History The Mid-Depth Method nd HIV-1: A Prcticl Approch for Testing Hypotheses of Virl Epidemic History Oliver G. Pybus, Edwrd C. Holmes, nd Pul H. Hrvey Deprtment of Zoology, University of Oxford We introduce

More information

Fat intake in patients newly diagnosed with type 2 diabetes: a 4-year follow-up study in general practice

Fat intake in patients newly diagnosed with type 2 diabetes: a 4-year follow-up study in general practice Originl ppers Ft intke in ptients newly dignosed with type 2 dibetes: 4-yer follow-up study in generl prctice Floris A vn de Lr, Eloy H vn de Lisdonk, Peter L B J Lucssen, J M H Tigchelr, Sski Meyboom,

More information

Preservative Resistance in Yeast Species

Preservative Resistance in Yeast Species APPLIED AND ENVIRONMENTAL MICROBIOLOGY, Nov. 1989, p. 2995-2999 Vol. 55, No. 11 99-224/89/112995-5$2./ Copyright 1989, Americn Society for Microbiology Reltionships mong Cell Size, Membrne Permebility,

More information

Detecting the Fetal Electrocardiogram by Wavelet Theory-Based Methods

Detecting the Fetal Electrocardiogram by Wavelet Theory-Based Methods Vol. 7, No. 3, Septemer 2002 185 Detecting the Fetl Electrocrdiogrm y Wvelet Theory-Bsed Methods F. MOCHIMARU, Y. FUJIMOTO Deprtment of Ostetrics nd Gynecology, Hirtsuk City Hospitl, Hirtsuk City, Jpn

More information

CHOICE BETWEEN CONCURRENT SCHEDULES' RONALD L. MENLOVE2, MARILYNNE MOFFITT, AND CHARLES P. SHIMP

CHOICE BETWEEN CONCURRENT SCHEDULES' RONALD L. MENLOVE2, MARILYNNE MOFFITT, AND CHARLES P. SHIMP JOURNAL OF THE EXPERIMENTAL ANALYSIS OF BEHAVIOR 1973, 19, 331-344 NUMBER 2 (MARCH) CHOICE BETWEEN CONCURRENT SCHEDULES' RONALD L. MENLOVE2, MARILYNNE MOFFITT, AND CHARLES P. SHIMP UNIVERSITY OF UTAH Six

More information

USE OF SORGHUM-BASED DISTILLERS GRAINS IN DIETS FOR NURSERY AND FINISHING PIGS

USE OF SORGHUM-BASED DISTILLERS GRAINS IN DIETS FOR NURSERY AND FINISHING PIGS Swine Dy 1996 USE OF SORGHUM-BASED DISTILLERS GRAINS IN DIETS FOR NURSERY AND FINISHING PIGS B. W. Senne, J. D. Hncock, I. Mvromichlis, S. L. Johnston, P. S. Sorrell, I. H. Kim, nd R. H. Hines Summry Two

More information

HEMOGLOBIN STANDARDS*

HEMOGLOBIN STANDARDS* HEMOGLOBIN STANDARDS* RUSSELL L. HADEN Clevelnd Clinic, Clevelnd, Ohio Estimtions of hemoglobin often re unstisfctory to the lbortory worker nd the reports my be confusing to the clinicin. Unfortuntely,

More information

Skeletal and Soft Tissue Point A and B Changes Following Orthodontic Treatment of Nepalese Class I Bimaxillary Protrusive Patients

Skeletal and Soft Tissue Point A and B Changes Following Orthodontic Treatment of Nepalese Class I Bimaxillary Protrusive Patients Originl Article Skeletl nd Soft Tissue Point A nd B Chnges Following Orthodontic Tretment of Neplese Clss I Bimxillry Protrusive Ptients Jgn Nth Shrm ABSTRACT Objectives: To test the hypothesis tht there

More information

Nutrition interacts with parasitism to influence growth and physiology of the insect Manduca sexta L.

Nutrition interacts with parasitism to influence growth and physiology of the insect Manduca sexta L. The Journl of Experimentl iology 28, 611-623 Published by The ompny of iologists 25 doi:1.1242/jeb.144 611 Nutrition intercts with prsitism to influence growth nd physiology of the insect Mnduc sext L.

More information

Invasive Pneumococcal Disease Quarterly Report July September 2018

Invasive Pneumococcal Disease Quarterly Report July September 2018 Invsive Pneumococcl Disese Qurterly Report July Septemer Introduction Since 17 Octoer 2008, invsive pneumococcl disese (IPD) hs een notifile to the locl Medicl Officer of Helth under the Helth Act 1956.

More information

Recently, the National Lung Screening Trial demonstrated that three annual low-dose

Recently, the National Lung Screening Trial demonstrated that three annual low-dose Dign Interv Rdiol DOI 10.5152/dir.2015.14541 Turkish Society of Rdiology 2015 CHEST IMAGING ORIGINAL ARTICLE Impct of rdition dose nd itertive reconstruction on pulmonry nodule mesurements t chest CT:

More information

Supplementary Online Content

Supplementary Online Content Supplementry Online Content Zulmn DM, Pl Chee C, Ezeji-Okoye SC, et l. Effect of n intensive outptient progrm to ugment primry cre for high-need Veterns Affirs ptients: rndomized clinicl tril. JAMA Intern

More information

Math 254 Calculus Exam 1 Review Three-Dimensional Coordinate System Vectors The Dot Product

Math 254 Calculus Exam 1 Review Three-Dimensional Coordinate System    Vectors   The Dot Product Mth 254 Clculus Exm 1 Review Your first exm is Fridy, April 26. I will provide one pge of notes. You my bring in one 3- inch by 5-inch note crd with notes on both sides. You should hve been working on

More information

EE247 Lecture 4. EECS 247 Lecture 4: Filters 2005 H.K. Page 1. This Lecture

EE247 Lecture 4. EECS 247 Lecture 4: Filters 2005 H.K. Page 1. This Lecture EE247 Lecture 4 Lst lecture Active biquds Sllen Key & TowThoms Integrtor bsed filters Signl flowgrph concept First order integrtor bsed filter Second order integrtor bsed filter & biquds High order & high

More information

BIOSTATISTICS. Lecture 1 Data Presentation and Descriptive Statistics. dr. Petr Nazarov

BIOSTATISTICS. Lecture 1 Data Presentation and Descriptive Statistics. dr. Petr Nazarov Microrry Center BIOSTATISTICS Lecture 1 Dt Presenttion Descriptive Sttistics dr. Petr Nzrov 25-02-2011 petr.nzrov@crp-snte.lu Lecture 1. Dt presenttion descriptive sttistics COURSE OVERVIEW Orgniztion

More information

APA CENTENNIAL FEATURE. Studies of Interference in Serial Verbal Reactions

APA CENTENNIAL FEATURE. Studies of Interference in Serial Verbal Reactions APA CENTENNIAL FEATURE Studies of Interference in Seril Verbl Rections J. Ridley Stroop George Pebody College Introduction Interference or inhibition (the terms seem to hve been used lmost indiscrimintely)

More information

Time trends in repeated spirometry in children

Time trends in repeated spirometry in children Eur Resplr J 199, 6, 55:H559 Time trends in repeted spirometry in children G. Hoek*t, B. Brunekreef* Time trends in repeted spirometry in children. G. Hoek, B. Brunekreef. BSTRCT: In study on cute helth

More information

Input from external experts and manufacturer on the 2 nd draft project plan Stool DNA testing for early detection of colorectal cancer

Input from external experts and manufacturer on the 2 nd draft project plan Stool DNA testing for early detection of colorectal cancer Input externl experts nd mnufcturer on the 2 nd drft project pln Stool DNA testing for erly detection of colorectl cncer (Project ID:OTJA10) All s nd uthor s replies on the 2nd drft project pln Stool DNA

More information

1980, 133, NUMBER 4 (WINTER 1980) UNIVERSITY OF NOTRE DAME. be viewed as a response and defined a priori by

1980, 133, NUMBER 4 (WINTER 1980) UNIVERSITY OF NOTRE DAME. be viewed as a response and defined a priori by JOURNAL OF APPLIED BEHAVIOR ANALYSIS 1980, 133, 595-609 NUMBER 4 (WINTER 1980) RESPONSE DEPRIVATION AND REINFORCEMENT IN APPLIED SETTINGS: A PRELIMINARY ANALYSIS EDWARD A. KONARSKI, JR., MOSES R. JOHNSON,

More information

Simulating the Effect of Exercise on Urea Clearance in

Simulating the Effect of Exercise on Urea Clearance in BRIEF COMMUNICATION Simulting the Effect of Exercise on Ure Clernce in Hemodily si s STEPHEN W. SMYE,* ELIZABETH J. LINDLEY,* nd ERIC J. WILLt Deprtments of *Medicl Physics nd Renl Medicine, St. Jmes s

More information

Reconstruction of Deformed Bite Marks using Affine Transformations.

Reconstruction of Deformed Bite Marks using Affine Transformations. econstruction of Deformed Bite Mrks using Affine Trnsformtions. Gerrit Stols, h.d 1.; Hermn Bernitz, h.d 2. Corresponding uthor: rof Hermn Bernitz, Deprtment of Orl tholog nd Orl Biolog, School of Dentistr,

More information

Developing a Behaviorally-Based Attract and Kill System for Spotted Wing Drosophila

Developing a Behaviorally-Based Attract and Kill System for Spotted Wing Drosophila Developing Behviorlly-Bsed Attrct nd Kill System for Spotted Wing Drosophil Leskey Lbortory USDA ARS Applchin Fruit Reserch Sttion Kerneysville, WV 2543 Optimizing Components of Trp-Bsed Monitoring nd

More information

Addendum to the Evidence Review Group Report on Aripiprazole for the treatment of schizophrenia in adolescents (aged years)

Addendum to the Evidence Review Group Report on Aripiprazole for the treatment of schizophrenia in adolescents (aged years) Addendum to the Evidence Review Group Report on Aripiprzole for the tretment of schizophreni in dolescents (ged 15-17 yers) Produced by Authors Correspondence to Southmpton Helth Technology Assessments

More information

A review of the patterns of docetaxel use for hormone-resistant prostate cancer at the Princess Margaret Hospital

A review of the patterns of docetaxel use for hormone-resistant prostate cancer at the Princess Margaret Hospital MEDICAL ONCOLOGY A review of the ptterns of docetxel use for hormone-resistnt prostte cncer t the Princess Mrgret Hospitl S.N. Chin MD,* L. Wng MSc, M. Moore MD,* nd S.S. Sridhr MD MSc* ABSTRACT Bckground

More information

SROC Curve. S. D. Walter McMaster University, Hamilton, Ontario, Canada. Petra Macaskill University of Sydney, NSW, Australia INTRODUCTION

SROC Curve. S. D. Walter McMaster University, Hamilton, Ontario, Canada. Petra Macaskill University of Sydney, NSW, Australia INTRODUCTION SROC Curve S. D. Wlter McMster University, Hmilton, Ontrio, Cnd Petr Mcskill University of Sydney, NSW, Austrli INTRODUCTION The summry receiver operting chrcteristic (SROC) curve hs been recommended to

More information

Teacher motivational strategies and student self-determination in physical education

Teacher motivational strategies and student self-determination in physical education Loughborough University Institutionl Repository Techer motivtionl strtegies nd student self-determintion in physicl eduction This item ws submitted to Loughborough University's Institutionl Repository

More information

Optimisation of diets for Atlantic cod (Gadus morhua) broodstock: effect of arachidonic acid on egg & larval quality

Optimisation of diets for Atlantic cod (Gadus morhua) broodstock: effect of arachidonic acid on egg & larval quality Optimistion of diets for Atlntic cod (Gdus morhu) roodstock: effect of rchidonic cid on egg & lrvl qulity Dr Gordon Bell, Ms. An Blnco, Dr Bill Roy, Dr Derek Roertson, Dr Jim Henderson nd Mr Richrd Prickett,

More information

Utilization of dental services in Southern China. Lo, ECM; Lin, HC; Wang, ZJ; Wong, MCM; Schwarz, E

Utilization of dental services in Southern China. Lo, ECM; Lin, HC; Wang, ZJ; Wong, MCM; Schwarz, E Title Utiliztion of dentl services in Southern Chin Author(s) Lo, ECM; Lin, HC; Wng, ZJ; Wong, MCM; Schwrz, E Cittion Journl Of Dentl Reserch, 2001, v. 80 n. 5, p. 1471-1474 Issued Dte 2001 URL http://hdl.hndle.net/10722/53200

More information

Apersistent dilemma for nutrition support practitioners

Apersistent dilemma for nutrition support practitioners Originl Communiction Anlysis of Estimtion Methods for Resting Metbolic Rte in Criticlly Ill Adults Dvid C. Frnkenfield, MS, RD, CNSD 1 ; Abigil Colemn, MS, RD, CNSD 1 ; Shoib Alm, MD 2 ; nd Robert N. Cooney,

More information

Interrelations of Age, Visual Acurty, and Cognitive Functioning

Interrelations of Age, Visual Acurty, and Cognitive Functioning J ournl of Gerontology : PSYCH OLOCICAL SC I ENCES 1996, Vol.5lB, No.6, P3l7-P330 Copyright 1996 by The Gerontologicl Seiety of Arcric Interreltions of, Visul Acurty, nd Cognitive Functioning Timothy A.

More information

Original Article. T Akter 1, N Islam 2, MA Hoque 3, S Khanam 4, HA khan 5, BK Saha 6. Abstract:

Original Article. T Akter 1, N Islam 2, MA Hoque 3, S Khanam 4, HA khan 5, BK Saha 6. Abstract: Fridpur Med. Coll. J. 214;9(2):61-67 Originl Article Nebuliztion by Isotonic Mgnesium Sulphte Solution with Provide Erly nd Better Response s Compred to Conventionl Approch ( Plus Norml Sline) in Acute

More information

The Effects of Small Sized Rice Bowl on Carbohydrate Intake and Dietary Patterns in Women with Type 2 Diabetes

The Effects of Small Sized Rice Bowl on Carbohydrate Intake and Dietary Patterns in Women with Type 2 Diabetes Originl Article doi: 10.4093/kdj.2010.34.3.166 pissn 1976-9180 eissn 2093-2650 The Effects of Smll Sized Rice Bowl on Crbohydrte Intke nd Dietry Ptterns in Women with Type 2 Dibetes Hee-Jung Ahn 1, *,

More information

Analysis of Regulatory of Interrelated Activity of Hepatocyte and Hepatitis B Viruses

Analysis of Regulatory of Interrelated Activity of Hepatocyte and Hepatitis B Viruses Interntionl Journl of Biomedicl Mterils Reserch 8 6(): -7 http://www.sciencepublishinggroup.com/j/ijbmr doi:.648/j.ijbmr.86. ISSN: 33-756 (Print) ISSN: 33-7579 (Online) Anlysis of Regultory of Interrelted

More information

Screening with guaiac-based fecal occult blood tests

Screening with guaiac-based fecal occult blood tests Effect of Temperture nd Time on Fecl Hemoglobin Stbility in 5 Fecl Immunochemicl Test Methods nd One Guic Method Peter Ctomeris, PhD; Nncy N. Bxter, MD, PhD; Sheil C. Boss, PhD; Lwrence F. Pszt, MD, PhD;

More information

PEOPLE HAVE SHOWN considerable creativity in discovering

PEOPLE HAVE SHOWN considerable creativity in discovering 358 ORIGINAL ARTICLE Exercisers Achieve Greter Acute Exercise-Induced Mood Enhncement Thn Nonexercisers Mrtin D. Hoffmn, MD, Debi Rufi Hoffmn, MA ABSTRACT. Hoffmn MD, Hoffmn DR. Exercisers chieve greter

More information

Studies of the Mortality of Atomic Bomb Survivors, Report 14, : An Overview of Cancer and Noncancer Diseases

Studies of the Mortality of Atomic Bomb Survivors, Report 14, : An Overview of Cancer and Noncancer Diseases RADIATION RESEARCH 177, 229 243 (2012) 0033-7587/12 $15.00 Ó2012 by Rdition Reserch Society. All rights of reproduction in ny form reserved. DOI: 10.1667/RR2629.1 Studies of the Mortlity of Atomic Bomb

More information

Mecadox. Improves pig performance in a wide range of health and growing conditions. (Carbadox) Talk With a Phibro Expert:

Mecadox. Improves pig performance in a wide range of health and growing conditions. (Carbadox) Talk With a Phibro Expert: SWINE (Crbdox) Improves pig performnce in wide rnge of helth nd growing conditions The Advntge Over the yers, medicted feed dditive hs proven to be cost-effective mngement tool for improving pig performnce

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION TM TM tip link horizontl top connectors 1 leucine-rich (21 %) otoncorin-like 1809 ntigenic peptides B D signl peptide hydrophoic segment proline/threonine-rich (79 %) Supplementry Figure 1. () The outer

More information

Table 1. Sequence and rates of insecticide sprays in experimental plots of apples, Columbus, Ohio, Treatment

Table 1. Sequence and rates of insecticide sprays in experimental plots of apples, Columbus, Ohio, Treatment Apple insect mngement by insecticides in Ohio, 2012 Finl report, 12/31/2012 Celeste Welty, Associte Professor of Entomology, The Ohio Stte University Rothenbuhler Lbortory, 2501 Crmck Rd., Columbus OH

More information

J. Appl. Environ. Biol. Sci., 5(10S) , , TextRoad Publication

J. Appl. Environ. Biol. Sci., 5(10S) , , TextRoad Publication J. Appl. Environ. Biol. Sci., 5(10S)450-463, 2015 2015, TextRod Publiction ISSN: 2090-4274 Journl of Applied Environmentl nd Biologicl Sciences www.textrod.com Investigtion the influence of vrious levels

More information

Appendix J Environmental Justice Populations

Appendix J Environmental Justice Populations Appendix J Environmentl Justice s [This pge intentionlly left blnk] Tble of Contents REFERENCES...J-2 Pge LIST OF TABLES Pge Tble J-1: Demogrphic Overview of Bruinsburg Site Project Are... J-3 Tble J-2:

More information

THE INFLUENCE OF MILK THISTLE SEED CAKES ON BROILER CHICKENS PERFORMANCE PARAMETERS

THE INFLUENCE OF MILK THISTLE SEED CAKES ON BROILER CHICKENS PERFORMANCE PARAMETERS THE INFLUENCE OF MILK THISTLE SEED CAKES ON BROILER CHICKENS PERFORMANCE PARAMETERS STASTNIK ONDREJ 1, DETVANOVA LENKA 2, KARASEK FILIP 1, STENCLOVA HANA 1, KALHOTKA LIBOR 2, PAVLATA LEOS 1, MRKVICOVA

More information

Check your understanding 3

Check your understanding 3 1 Wht is the difference etween pssive trnsport nd ctive trnsport? Pssive trnsport is the movement of prticles not requiring energy. Movement of prticles in ctive trnsport uses energy. 2 A gs tp in the

More information

Recall Bias in Childhood Atopic Diseases Among Adults in The Odense Adolescence Cohort Study

Recall Bias in Childhood Atopic Diseases Among Adults in The Odense Adolescence Cohort Study Syddnsk Universitet Recll Bis in Childhood Atopic Diseses Among Adults in The Odense Adolescence Cohort Study Mørtz, Chrlotte G; Andersen, Klus Ejner; Bindslev-Jensen, Crsten Published in: Act Dermto-Venereologic

More information

Chapter II. THE PREVALENCE METHOD John Bongaarts*

Chapter II. THE PREVALENCE METHOD John Bongaarts* Chpter II THE PREVALENCE METHOD John Bongrts* This chpter describes nd pplies new methodology for estimting the fertility impct of contrception obtined through fmily plnning progrmme. This pproch is clled

More information

Landmark use by pigeons in a touch-screen spatial search task

Landmark use by pigeons in a touch-screen spatial search task Animl Lerning &: Behvior 1992, 20 (3), 281-292 Lndmrk use by pigeons in touch-screen sptil serch tsk MARCIA L. SPECH University ofalbert, Edmonton, Albert, Cnd KEN CHENG University of oronto, oronto, Ontrio,

More information

Original Article. Heon-Mook Park a ; Yang-Ku Lee b ; Jin-Young Choi c ; Seung-Hak Baek d

Original Article. Heon-Mook Park a ; Yang-Ku Lee b ; Jin-Young Choi c ; Seung-Hak Baek d Originl Article Mxillry incisor inclintion of skeletl Clss III ptients treted with extrction of the upper first premolrs nd two-jw surgery Conventionl orthognthic surgery vs surgery-first pproch Heon-Mook

More information

Bending stiffness of the lumbar spine subjected to posteroanterior manipulative force

Bending stiffness of the lumbar spine subjected to posteroanterior manipulative force JRRD Volume 42, Number 2, Pges 167 174 Mrch/April 2005 Journl of Rehbilittion Reserch & Development Bending stiffness of the lumbr spine subjected to posteronterior mnipultive force Rymond Y. W. Lee, PhD;

More information

Satoshi Yoshida* and Takuya Kida* *Hokkaido University Graduate school of Information Science and Technology Division of Computer Science

Satoshi Yoshida* and Takuya Kida* *Hokkaido University Graduate school of Information Science and Technology Division of Computer Science Stoshi Yoshid* nd Tkuy Kid* *Hokkido University Grdute school of Informtion Science nd Technology Division of Computer Science 1 Compressed Dt 01110101110111 0100101001 Serch Directly Progrm Serching on

More information

Not for Citation or Publication Without Consent of the Author

Not for Citation or Publication Without Consent of the Author Not for Cittion or Puliction Without Consent of the Author AN AUTOMATED SEX PHEROMONE TRAP FOR MONITORING ADULT CM AND OFM AND THE INFLUENCE OF TRAP COLOR ON MOTH AND NON-TARGET CAPTURES Brin L. Lehmn

More information

Paper-based skin patch for the diagnostic screening of cystic fibrosis

Paper-based skin patch for the diagnostic screening of cystic fibrosis Electronic Supplementry Mteril (ESI) for ChemComm. This journl is The Royl Society of Chemistry 2015 Supplementry informtion Pper-bsed skin ptch for the dignostic screening of cystic fibrosis Xun Mu,*

More information

BMI and Mortality: Results From a National Longitudinal Study of Canadian Adults

BMI and Mortality: Results From a National Longitudinal Study of Canadian Adults nture publishing group BMI nd Mortlity: Results From Ntionl Longitudinl Study of Cndin Adults Hether M. Orpn 1, Jen-Mrie Berthelot 2,3, Mrk S. Kpln 4, Dvid H. Feeny 5,6, Bentson McFrlnd 7 nd Nncy A. Ross

More information