Cognitive modeling for games and animation

Size: px
Start display at page:

Download "Cognitive modeling for games and animation"

Transcription

1 Give virtul chrcters n intellectul nd sensory boost to improve their chnces of survivl in nd control over their environments nd n Cognitive enhnced sense of physicl relity. Modeling for Gmes nd Animtion John Funge Cognitive modeling for gmes nd nimtion explores the provoctive but lrgely unchrted interfce between computer grphics nd rtificil intelligence. Tht interfce is now on the verge of explosive growth s new breed of highly utonomous, qusi-intelligent grphicl chrcters begins to populte the domins of production nimtion, gme development, nd multimedi content cretion, s well s distributed multiuser virtul worlds, e-commerce, nd other Web-enbled ctivities. The modeling of grphicl chrcters is multifceted endevor, progressing from geometric modeling t the bottom of the hierrchy, through intermedite-level physicsbsed modeling, up to behviorl modeling. My reserch hs sought to pioneer cognitive modeling s the hitherto bsent but substntive pex of the chrcter-modeling pyrmid (see Figure 1). Cognitive models go beyond behviorl models in tht they govern wht chrcter knows, how tht knowledge is cquired, nd how it cn be used to pln physicl nd sensing ctions. Cognitive models cn lso ply subsidiry roles in controlling cinemtogrphy nd lighting for computer gmes nd nimtion. Moreover, cognitive modeling ddresses chlleng- DIRECTING DICE" (CREATED BY STEPHEN CHENNEY WHILE AT THE UNIVERSITY OF CALIFORNIA, BERKELEY) 40 July 2000/Vol. 43, No. 7 COMMUNICATIONS OF THE ACM

2 COMMUNICATIONS OF THE ACM July 2000/Vol. 43, No. 7 41

3 Figure 1. Cognitive modeling is on top of the modeling hierrchy but works with the lower levels to crete visully compelling experience. To demonstrte the entire modeling hierrchy in one ppliction, Xioyun Tu nd I dpted n underse world [4, 11]. A geometric model cptures the form nd ppernce of the chrcters. A biomechnicl model cptures their ntomicl structure, including internl muscle ctutors, nd simultes the deformtion nd physicl dynmics of their bodies using physics model. A behviorl-control model implements simpler brin functions nd is responsible for motor, perception, nd low-level behvior control. The "merperson s" rective behvior system interprets intentions generted by the cognitive lyer, then genertes coordinted muscle ctions controlling locomotion by deforming the body to generte propulsion-inducing forces ginst the virtul wter. COGNITIVE MODELS BEHAVIOR BIOMECHANICS PHYSICS GEOMETRY 42 July 2000/Vol. 43, No. 7 COMMUNICATIONS OF THE ACM

4 ing problem closely relted to minstrem AI nd robotics reserch. Imgine virtul prehistoric world inhbited by Tyrnnosurus rex (T-rex) nd pck of Velocirptors (Rptors). Suppose tht, in smll numbers nd in open territory, the Rptors re no mtch for the T-rex. But pck of cunning Rptors conspires to fell their much lrger opponent. Through cognitive modeling, the Rptors htch strtegic pln n mbush. Bsed on their domin knowledge, they hve inferred tht the T-rex s size, her most importnt sset in open terrin, would hmper mneuverbility within nrrow pssge under stone rch. The leder of the pck plys the decoy, luring the unsuspecting opponent into the nrrow opening. Her pckmtes, ssuming positions ner both ends of the pssge, rush into it on commnd. Some Rptors jump on the T-rex, chomping on her bck while others bite her legs. Thus the pck overcomes the brute through strtegic plnning, coopertion, nd overwhelming numbers. This mbush scenrio is just one of the exciting possible pplictions of cognitive modeling. Before describing other pplictions, plese note the blloon over the T- rex s hed. Its contents represent the chrcter s own internl mentl model of its virtul world. It is this internl model I expressly refer to s cognitive model. Foundtionl work in behviorl modeling hs mde progress towrd self-nimting chrcters tht rect ppropritely usully, though not lwys, in the best interests of their own survivl to perceived environmentl stimuli. Without cognitive modeling, however, it would be difficult for both the gme developer nd the gme plyer to instruct these utonomous chrcters so they re ble to stisfy specific gols. Cognitive models do not function in vcuum. For exmple, the underse world in Figure 1 represents n ppliction in which ll lyers of the chrcter-modeling pyrmid must work coopertively to crete visully compelling experience. Therefore, much of my reserch dels with how cognitive modeling cn be perspicuously integrted into the modeling hierrchy. Even in self-contined complex, dynmic virtul worlds, life should pper s thrilling nd unpredictble to the chrcter s it does to the humn observer. instruction. This orgniztion is reminiscent of the clssic dictum knowledge + instruction = intelligent behvior from the field of AI tht (by seprting out knowledge from control) seeks to promote design modulrity. Domin (knowledge) specifiction involves dministering knowledge to the chrcter bout its world nd how tht world cn chnge. Chrcter instruction involves telling it how to try to behve within the world. These instructions cn involve detiled step-by-step directions or, lterntively, provide high-level gols, so the chrcter hs to work out for itself how to behve in order to chieve them. I refer to this high-level style of instruction s gol-directed behvior specifiction. The importnt middle ground between these two extremes step-by-step nd gol-directed instruction cn lso be exploited through the notion of complex ctions. As simple concrete exmple of cognitive modeling, I offer brief look t gol-directed specifiction pproch to synthesizing herding behvior. The exmple is from n ppliction in which the T-rex in Figure 1 utomticlly formultes plns for driving Rptors out of its volcnic territory through nrrow pssgewy into neighboring jungle territory [4, 5]. 1 The crnge in the figure demonstrtes why the Rptors hve good reson to fer the lrger, stronger T-rex should it come close. This is one piece of domin knowledge gme developer would need to give the T- rex bout its world nd bout the Rptors rective behvior (not unlike Crig Reynold s boids [10]). In totl, the gme developer needs to tell the T-rex the following four pieces of informtion: The Rptors re temporrily frightened if you pproch them; Frightened Rptors run wy from you; Unlrmed Rptors continue s they re; nd You cn t wlk through obstcles (see [4, 5] for the code I used to provide this nd other knowledge to the T-rex). Herding Behvior I decompose cognitive modeling into two relted subtsks: domin-knowledge specifiction nd chrcter 1 Given enough ptience, skill, nd ingenuity, skillful AI progrmmers could progrm step-by-step instructions for herding behvior. Using gol-directed specifiction llows them to do the sme thing with reltive ese. COMMUNICATIONS OF THE ACM July 2000/Vol. 43, No. 7 43

5 Figure 2. This sitution tree shows some of the min ides behind precondition xioms, effect xioms, nd complex ctions; see [4, 5, 8] for more complex ppliction domins. AN EFFECT AXIOM: occurrence move(d) results in position = djcent(p,d) when position = p N E S W SOME COMPLEX ACTIONS (i) while (position!= gol) [specifies whole tree!] pick(d) move(d) (ii) move(e); move(e) or move(s); pick(d) move(d); A PRECONDITION AXIOM: ction move(d) possible when c = djcent(position,d) && notmember(c,visited) && Free(c) A gol sitution Pruned by precondition conjunct: notmember(c) Pruned by precondition conjunct: Free(c) Pruned by complex ction (ii) Bredth-first serch of whole tree Bredth-first serch fter precondition Depth-first serch fter complex ction (ii) To get the T-rex to herd the Rptors towrd prticulr loction, the developer hs to give it the gol of getting more Rptors heding in the right direction thn re currently heding tht wy. This gol, long with the supplied domin knowledge, enbles the T-rex to pln its ctions s if it were smrt sheepdog. It utonomously devises collision-free pths to mneuver in nd round groups of Rptors in order to frighten them in the desired direction. This strtegy enbles the T-rex (which cn pln up to six moves hed of its current position) to quickly expel the unruly mob of Rptors from its territory. Longer-durtion plns degrde rel-time performnce nd re rrely useful, since the Rptors obstcle-voidnce routines men the second nd third ssumptions in its domin knowledge re only pproximtions of their true behvior. A better strtegy is dptive herding through periodic re-plnning. Semntics of Cognitive Modeling The sitution clculus cn be employed to provide simple, powerful, nd prticulrly elegnt semntics for cognitive modeling. This AI formlism, invented in the 1960s by John McCrthy of Stnford University, describes chnging worlds using sorted firstorder logic. From the gme developer s point of view, the underlying theory cn be hidden. To this end, I creted the Cognitive Modeling Lnguge (CML) to ct s high-level interction lnguge. CML s syntx employs descriptive keywords with precise mppings to the underlying forml semntics of the sitution clculus. Detils of the sitution clculus s more modern incrntions re well documented in numerous ppers nd books (such s [8]). A sitution represents snpshot of the stte of the world. Any property of the world tht cn chnge over time is known s fluent. Primitive ctions re the fundmentl instrument of chnge in the ontology. The sometimes-counterintuitive term primitive serves only to distinguish certin tomic ctions from complex compound ctions. The possibility of performing n ction in given sitution is specified by precondition xioms. Effect xioms give necessry conditions for fluent to tke on given vlue fter performing n ction. Unfortuntely, effect xioms do not necessrily prescribe wht remins unchnged when n ction is performed nd thus cn led to unexpected results. Enumerting ll the non-effects could, however, require the ddition of n exponentil number of frme xioms. This burdensome requirement would be pinstking nd error-prone; constntly considering ll of them would slow ny chrcter s rection time. A solution is to ssume the effect xioms enumerte ll 44 July 2000/Vol. 43, No. 7 COMMUNICATIONS OF THE ACM

6 possible wys the world cn chnge. In 1991, Ry Reiter of the University of Toronto showed how this ssumption cn be incorported through strightforwrd syntctic mnipultion of the user-supplied effect xioms to utomticlly generte set of successor stte xioms [9]. Sketch Plns with Complex Actions The ctions, effect xioms, nd preconditions I ve described cn be thought of s tree (see Figure 2). The nodes of the tree represent situtions, while effect xioms describe the chrcteristics of ech sitution. At the root of the tree is the initil sitution; ech pth through the tree represents possible sequence of ctions. The precondition xioms men tht some sequences of ctions re not possible. This winnowing of possible ctions is represented in the figure by the pruned-wy blck portion of the tree. If some situtions re desired gols, gme developer cn use conventionl logic progrmming pproch to utomticlly serch the tree for sequence of ctions to get to the gol. The green nodes in the figure represent gol situtions; vrious serch strtegies cn be used to come up with n pproprite pln. The problem with plotting long-rnge plns is tht the serch spce grows exponentilly in the depth of the tree. Much of the plnning literture hs sought to mitigte this problem with more sophisticted serch lgorithms, such s the well-known A* lgorithm, nd stochstic plnning techniques. A gme developer cn push the ide of pruning the tree further by using complex ctions to prune wy rbitrry subsets of the serch spce. How the chrcter hs been progrmmed to serch the remining spce is n importnt but independent problem for which ll previous work on plnning is pplicble. The right side of Figure 2 is n exmple of complex ction nd its corresponding effect of reducing the serch spce to the tree s blue region (see [4, 5, 8] for more intuitive exmples of complex ctions nd their definitions). The point I wnt to mke here is tht complex ctions provide convenient tool for encoding heuristic knowledge bout problem s nondeterministic behvior outline. By nondeterministic, I men multiple possibilities cn be covered in one instruction, not tht the behvior is rndom. This progrmming style llows mny behviors to be specified more nturlly, simply, nd succinctly t much higher level of bstrction thn would be possible otherwise. In generl, the serch spce of gme chrcter s options is still exponentil, but pruning with complex ctions llows the formultion of potentilly longer plns, yielding chrcters tht pper to the gme plyer lot more intelligent nd lot more fun nd entertining. Vrious reserch tems hve pplied AI techniques to produce inspiring results with nimted humns nd crtoon chrcters [1, 2, 6, 11] (see Tble 1). My own use of cognitive modeling is exemplified in three cse studies [4, 5]. The first is the dinosur-herding ppliction discussed erlier. The next, suggested by Eugene Fiume of the University of Toronto, pplies cognitive modeling to cinemtogrphy. One of my ims ws to show how seprting out the control Tble 1. Notble online resources relted to cognitive modeling. Web site URL Contins Bruce Blumberg Ppers, teching mterils Cognitive Robotics Group Golog source code, ppers, teching mterils John Funge Animtions, CML source code, ppers, tutorils Henry Kutz Ppers, source code, teching mterils John Lird i.eecs.umich.edu/people/lird Ppers, teching mterils informtion from the bckground domin knowledge mkes it esier to understnd nd mintin controllers. The resulting cmer controller is ostensibly rective, mking miniml use of plnning, but it demonstrtes tht cognitive modeling subsumes conventionl behviorl modeling s limiting cse. For exmple, the underse world cse study strted out s the brinchild of Demetri Terzopoulos, lso of the University of Toronto, from which we creted n elborte chrcter nimtion to demonstrte how complex ctions cn be used to crete n interctive story by giving chrcters loose script, or sketch pln. At runtime, the underse chrcter uses its bckground knowledge to utomticlly decide for itself how to fill in the necessry missing detils while still following the bsic plot. Integrting Cognitive Modeling For pplictions like robotics nd computer gmes involving interction with the rel world, it is importnt for progrmmers to be ble to del with chrcter s uncertinty bout its world. Even in self-contined virtul worlds, life should pper s COMMUNICATIONS OF THE ACM July 2000/Vol. 43, No. 7 45

7 Figure 3. Pnel (b) outlines my vision of n rchitecture to supercede the more trditionl one in (), thus necessitting wy to represent chrcter s uncertinty. Pnel (c) shows the bsic intuition behind my use of uncertinty intervls tht grow over time until sensing collpses them bck to the their true vlue. Pnel (d) is my two-lyer concrete instntition of the new rchitecture. SENSE Compile knowledge SENSE THINK GAME () THINK HARD! THINK REACT GAME (b) thrilling nd unpredictble to the chrcter s it does to the humn observer. Compre the excitement of wtching chrcter run for cover from flling stck of bricks to one tht ccurtely precomputes brick trjectories nd, relizing it is in no dnger, stnds round nonchlntly while bricks crsh down round it. On more prcticl note, the expense of performing multiple specultive high-fidelity forwrd simultions could esily be prohibitive. It usully mkes fr more sense for chrcter to decide wht to do using simplified cognitive model of its world, sense the outcome, nd perform follow-up ctions if things don t turn out s expected. The upper-left qudrnt of Figure 3 depicts the trditionl sense-think-ct cycle dvocted in much of the literture nd widely used in computer gmes nd nimtion. During every such cycle, the chrcter senses its world, decides wht (if ny) ction to perform next, then performs it. For noninterctive nimtion, this cycle works well nd is conceptully simple. Unfortuntely, for rel-time pplictions, including computer gmes, the cycle forces chrcters to mke split-second decisions bout wht my be highly complex situtions. Therefore, I propose the lterntive txonomy depicted on the figure s lower-left ACT More thinking = more cycles! ACT Speed USER REACTIVE SYSTEM Intervl vlues I speed Actul speed vlues Sensing ction Domin specifiction Behvior specifiction Sensory informtion Low-level commnds (c) (d) Cognitive Model 1) Preconditions for performing n ction 2) The effect tht performing n ction would hve on the virtul world 3) The initil stte of the virtul world REASONING ENGINE Time Informtion bout virtul world qudrnt the tight sense-rect-ct cycle vitl for creting lively nd rective chrcters. It lso llows more thoughtful delibertion to be spred over mny cycles. This new rchitecture involves mny chllenges. From n implementtion perspective, the delibertive behvior should be n independent process tht cn be suspended, interrupted, even borted, depending on other rel-time constrints nd the chnging stte of the world. Fortuntely, this process is reltively strightforwrd; complictions rise from deeper technicl issues. In prticulr, if the chrcter is thinking over period of time, there should be some wy to represent its incresing uncertinty bout its world. Previous pproches to the problem in AI proposed the use of possible worlds to represent wht chrcter knows nd doesn t know. Unfortuntely, if the ppliction includes set of reltionl fluents whose vlues my be lerned through sensing, the progrmmer hs no choice but to list potentilly exponentil number of initil possible worlds. Things get more complicted with functionl fluents whose rnge is the rel numbers, since we cnnot list the vst number of possible worlds ssocited with uncertinty bout their vlues. Therefore, I propound the prcticble lterntive of using intervls nd intervl rithmetic to represent nd reson bout uncertinty [5]. Specificlly, I introduce the notion of intervl-vlued epistemic (IVE) fluents to represent chrcter s uncertinty bout the true vlue of the vribles within its world. The intuition behind this pproch is in the top-right qudrnt of Figure 3 whereby sensing corresponds to nrrowing intervls. IVE fluents present no more implementtion difficulties thn previous versions of the sitution clculus tht could not ccommodte sensing, let lone noisy sensors. I ve lso proved correctness nd completeness results with respect to the previous possibleworlds pproch. 2 Armed with vible pproch to representing uncertinty, progrmmer cn go even further. For exmple, one problem with sensing fixed number of 2 IVE fluents represent uncertinty intervls bout time-dependent vribles. They do not represent nd re unrelted to time intervls of the sort used in the underlying semntics of vrious temporl logics. 46 July 2000/Vol. 43, No. 7 COMMUNICATIONS OF THE ACM

8 Figure 4. Sils T. Dog (left), whose behvior is defined using n ethologiclly inspired rchitecture for building utonomous nimted cretures (courtesy Bruce Blumberg, MIT Medi Lb). A Quke II screenshot (right) from the plyer s perspective, with the ssilnt controlled by the Sor AI rchitecture (courtesy Mike vn Lent nd John Lird, University of Michign); inset imge is the mp disply tool showing the mp the Sorbot hs lerned during its explortion. inputs t set frme rte, then re-plnning, is tht it is wsteful if previously sensed informtion is still usble. Worse, chrcter might not be re-plnning often enough t criticl times. A gme progrmmer would therefore like to be ble to crete chrcters tht sense synchronously nd re-pln only when necessry. The width of n IVE fluent mesures the degree of uncertinty, possibly indicting uncceptbly outdted informtion. The first concrete instntition of this rchitecture ws relized in [4, 5]. The bottom-right qudrnt of Figure 3 shows the system consisted of just two levels. The low-level rective-behvior system Xioyun Tu of the University of Toronto nd I used ws (with minor modifictions) the rtificil life simultor she developed (under the supervision of Demetri Terzopoulos) [12]. Lerning Sensing llows chrcter to cquire for itself knowledge bout the current stte of its world. Since one of the mjor bottlenecks in cognitive modeling is defining nd refining chrcter s domin knowledge, it would be extremely useful for gme developer, s well s gme plyer, if the chrcter could utomticlly cquire knowledge bout its world s dynmics. Such knowledge cquisition is studied in the field of mchine lerning. A chrcter should lso be ble to endevor to lern not only bout how its world behves but bout how other chrcters, including humn vtrs, behve in it. The chrcter could even seek some mesure of self improvement by lerning bout its own behvior. For exmple, I envisge hierrchy of resoning models (lower-left qudrnt of Figure 3) chrcter might use to ponder its world t incresing degrees of sophistiction. This hierrchy could include even post-gme-nlysis level to develop better strtegies for the next time the gme is plyed. Idelly, some mechnism should exist through which the knowledge obtined vi delibertion t higher level cn be compiled down into one of the underlying representtions. This process should eventully propgte ll the wy down to the lowest rective level where knowledge cn be represented s simple, fst-executing rules. Moreover, with the dvent of the Internet, there is no reson why ll resoning modes in prticulr gme hve to be on the sme mchine. A gme console might communicte with online processing centers tht utomticlly generte new behvior rules s needed. In contrst, progrmming chrcter to lern simple things bout its world is reltively strightforwrd. For exmple, it is strightforwrd to progrm chrcters to utonomously mp out ll the obstcles by exploring their world in preprocessing step. To help them cquire higher fidelity, knowledge reserchers hve turned to incresingly sophisticted mchine-lerning techniques. One notble pproch is bsed on the Sor AI rchitecture, generl cognitive rchitecture for developing systems exhibiting intelligent behvior [8]. 3 3 Historiclly, Sor stood for Stte, Opertor, And Result, becuse ll problem-solving in Sor is regrded s serch through problem spce in which n opertor is pplied to stte to get result, though it is no longer regrded s n cronym nd is no longer written in upper cse. COMMUNICATIONS OF THE ACM July 2000/Vol. 43, No. 7 47

9 Figure 5. A scene with hundreds of utonomous chrcters intercting (it took dys to simulte nd render [9]) running in rel time on Sony PlySttion 2 (courtesy Crig Reynolds, left, nd Eric Lrsen, right, both Sony Computer Entertinment Americ). A frme from reltime physicl simultion of the medievl flil wepon further demonstrtes the potentil of future gme consoles. (Both imges rendered using Gbor Ngy s rel-time renderer.) This pproch enbles chrcter to lern the knowledge it needs by first wtching n expert complete the given tsk. By wy of nlogy with motion cpture, this process is referred to s behvior cpture. It ws initilly designed for developing intelligent ir-combt gents for militry pplictions. More recently, it hs been pplied to number of computer gmes, including Quke II, producing dethmtch Sorbots, some prompted by voice commnds (see Figure 4). The most importnt topic of behvior-lerning involves n pproch inspired by ethology, rther thn the more trditionl AI outlook behind most other cognitive modeling work [3]. For exmple, Bruce Blumberg of the MIT Medi Lb nd his tem re building virtul dog to determine how closely its behvior cn be mde to resemble tht of rel dog. In prticulr, the tem wnts it to be ble to lern the kinds of things rel dogs re cpble of lerning. Moreover, they wnt to be ble to trin it using stndrd niml-trining technique clled clicker trining. The Future of Cognitive Modeling Cognitive reserchers hve only begun to embrce vision of the untpped synergy between AI nd computer grphics. In the next two to five yers, the potentil for communiction mong cognitively enbled chrcters should provide fertile ground for reserch into developing chrcters cpble of sophisticted coopertive group behviors. Nturlly, one of the key fctors fueling interest in such dvnced modeling techniques s cognitive nd physics-bsed modeling is the rpid pce of hrdwre development. I m especilly excited bout the emergence of powerful new gme consoles (see Figure 5) promising to invigorte ech lyer of the modeling hierrchy to yield chrcters with unprecedented levels of interctivity nd physicl relism. c References 1. Bdler, N., Phillips, C., nd Zeltzer, D. Simulting Humns. Oxford University Press, New York, Btes, J. The role of emotion in believble gents. Commun. ACM 37, 7 (July 1994), Blumberg, B. Old Tricks, New Dogs: Ethology nd Interctive Cretures. Ph.D. thesis, MIT Medi Lb, Cmbridge, Mss., Funge, J., Tu, X., nd Terzopoulos, D. Cognitive modeling: Knowledge, resoning, nd plnning for intelligent chrcters. In Proceedings of SIG- GRAPH 99 (Los Angeles, Aug. 8 13, 1999); see lso Funge, J. Representing knowledge within the sitution clculus using IVE fluents. J. Relible Comput. 5, 1 (1999), Funge, J. AI for Gmes nd Animtion: A Cognitive Modeling Approch. A.K. Peters, Ntick, Mss., Hyes-Roth, B., vn Gent, R., nd Huber, D. Acting in chrcter. In Creting Personlities for Synthetic Actors, R. Trppl nd P. Pett, Eds. Springer-Verlg, Berlin, vn Lent, M. nd Lird, J. Lerning Tsk Performnce Knowledge Through Observtion. Ph.D. thesis, Deprtment of Electricl Engineering nd Computer Science, University of Michign, Levesque, H., Reiter, R., Lespérnce, Y., Lin, F., nd Scherl, R. GOLOG: A logic progrmming lnguge for dynmic domins. J. Logic Progrm. 31, 1 3 (Apr. 6, 1997), Reiter, R. The frme problem in the sitution clculus: A simple solution (sometimes) nd completeness result for gol regression. In Artificil Intelligence nd Mthemticl Theory of Computtion: Ppers in Honor of John McCrthy, V. Lifschitz, ed. Acdemic Press, Sn Diego, 1991, Reynolds, C. Flocks, herds, nd schools: A distributed behviorl model. Comput. Grph. 21, 4 (1987), Mgnent-Thlmnn, N. nd Thlmnn, D. Synthetic Actors in Computer-generted Films. Springer-Verlg, Berlin, Tu, X nd Terzopoulos, D. Artificil fishes: Physics, locomotion, perception, behvior. In Proceedings of SIGGRAPH 94 (Orlndo, Fl., July 1994), 43 50; see lso Artificil nimls for computer nimtion: Biomechnics, locomotion, perception, nd behvior. Lect. Notes Comput. Sci. 1635, John Funge (funge@dgp.toronto.edu) is reserch scientist in Sony Computer Entertinment Americ in Foster City, Clif ACM /00/0700 $ July 2000/Vol. 43, No. 7 COMMUNICATIONS OF THE ACM

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

WORKSHOP FOR SYRIA. A SHORT TERM PROJECT A Collaborative Map proposal Al Moadamyeh, Syria

WORKSHOP FOR SYRIA. A SHORT TERM PROJECT A Collaborative Map proposal Al Moadamyeh, Syria Al Modmyeh is city locted south-west Dmscus, in Syri. It is fcing post-conflict sitution, fter yers of siege nd displcement of its inhbitnts. Now, the popultion is coming bck, s lso new incomers. Therefore,

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

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

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

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

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

Linear Programming Approach to Diet Problem for Black Tiger Shrimp in Shrimp Aquaculture

Linear Programming Approach to Diet Problem for Black Tiger Shrimp in Shrimp Aquaculture Liner Progrmming Approch to Diet Problem for Blck Tiger Shrimp in Shrimp Aquculture Moe Snd Htun, Tin Tin Thein, Pyke Tin University of Computer Studies, Yngon (UCSY), Mynmr ucsy3@most.gov.mm, moesdhtun@gmil.com

More information

Maximize Your Genetic Return. Find your Genetic Solution with Boviteq West

Maximize Your Genetic Return. Find your Genetic Solution with Boviteq West Mximize Your Genetic Return. Find your Genetic Solution with Boviteq West Boviteq West is comprehensive reproductive solutions provider, imed t finding the right genetic solution for every niml nd every

More information

Computer-Aided Learning in Insulin Pump Training

Computer-Aided Learning in Insulin Pump Training Journl of Dibetes Science nd Technology Volume 4, Issue 4, July 2010 Dibetes Technology Society TECHNOLOGY REPORTS Computer-Aided Lerning in Insulin Pump Trining Sergey V., M.Sc., 1 nd Chrles J. George,

More information

Goal: Evaluate plant health effects while suppressing dollar spot and brown patch

Goal: Evaluate plant health effects while suppressing dollar spot and brown patch Newer Fungicide Products Alone nd In Rottion on Chicgo Golf Green Reserchers: Chicgo District Golf Assoc. Derek Settle, Tim Sibicky, nd Nick DeVries Gol: Evlute plnt helth effects while suppressing dollr

More information

Chapter 02 Crime-Scene Investigation and Evidence Collection

Chapter 02 Crime-Scene Investigation and Evidence Collection Nme: Clss: Dte: Chpter 02 Crime-Scene Investigtion nd Evidence Collection 1. The terms grid, liner, qudrnt, zone, nd spirl re typiclly used to descrie dtum points... Flse Flse 2. An evidence log nd chin

More information

Agilent G6825AA MassHunter Pathways to PCDL Software Quick Start Guide

Agilent G6825AA MassHunter Pathways to PCDL Software Quick Start Guide Agilent G6825AA MssHunter Pthwys to PCDL Softwre Quick Strt Guide Wht is Agilent Pthwys to PCDL? Fetures of Pthwys to PCDL Agilent MssHunter Pthwys to PCDL converter is stnd-lone softwre designed to fcilitte

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

Available online at ScienceDirect. Transportation Research Procedia 2 (2014 )

Available online at  ScienceDirect. Transportation Research Procedia 2 (2014 ) Avilble online t www.sciencedirect.com ScienceDirect Trnsporttion Reserch Procedi 2 (2014 ) 576 584 The Conference on in Pedestrin nd Evcution Dynmics 2014 (PED2014) Concurrent hierrchicl finite stte mchines

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

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

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

US A United States Patent (19) 11 Patent Number: 6,091,417 Lefkowitz (45) Date of Patent: *Jul.18, 2000

US A United States Patent (19) 11 Patent Number: 6,091,417 Lefkowitz (45) Date of Patent: *Jul.18, 2000 US006091417A United Sttes Ptent (19) 11 Ptent Number: 6,091,417 Lefkoitz (45) Dte of Ptent: *Jul.18, 2000 54 GRAPHICAL USER INTERFACE 5,774,122 6/1998 Kojim et l.... 345355/571 5,774,370 6/1998 Moutulli......

More information

A LAYOUT-AWARE APPROACH FOR IMPROVING LOCALIZED SWITCHING TO DETECT HARDWARE TROJANS IN INTEGRATED CIRCUITS

A LAYOUT-AWARE APPROACH FOR IMPROVING LOCALIZED SWITCHING TO DETECT HARDWARE TROJANS IN INTEGRATED CIRCUITS A LAYOUT-AWARE APPROACH FOR IMPROVING LOCALIZED SWITCHING TO DETECT HARDWARE TROJANS IN INTEGRATED CIRCUITS Hssn Slmni, Mohmmd Tehrnipoor ECE Deprtment University of Connecticut {slmni h,tehrni}@engr.uconn.edu

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

Effects of physical exercise on working memory and prefrontal cortex function in post-stroke patients

Effects of physical exercise on working memory and prefrontal cortex function in post-stroke patients Effects of physicl exercise on working memory nd prefrontl cortex function in post-stroke ptients M Moriy, C Aoki, K Sktni Grdute School of Helth Sciences Reserch, Mjor of Physicl Therpy, TeikyoHeisei

More information

General Model of Human Motivation and Goal Ranking

General Model of Human Motivation and Goal Ranking A Stndrd Model of Mind: AAAI Technicl Report FS-17-05 Generl Model of Humn Motivtion nd Gol Rnking Brt Gjderowicz, Mrk S. Fox, Michel Grüninger Deprtment of Mechnicl nd Industril Engineering University

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

The effects of neural gain on attention and learning

The effects of neural gain on attention and learning The effects of neurl gin on ttention nd lerning Ern Eldr 1, Jonthn D Cohen 1,2 & Yel Niv 1,2 213 Nture Americ, Inc. All rights reserved. Attention is commonly thought to be mnifest through locl vritions

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

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

Will All Americans Become Overweight or Obese? Estimating the Progression and Cost of the US Obesity Epidemic

Will All Americans Become Overweight or Obese? Estimating the Progression and Cost of the US Obesity Epidemic nture publishing group rticles Will All s Become Overweight or Obese? Estimting the Progression nd Cost of the US Obesity Epidemic Youf Wng 1, My A. Beydoun 1, Ln Ling 2, Benjmin Cbllero 1 nd Shiriki K.

More information

JOB DESCRIPTION. Volunteer Student Teacher. Warwick in Africa Programme. Warwick in Africa Programme Director

JOB DESCRIPTION. Volunteer Student Teacher. Warwick in Africa Programme. Warwick in Africa Programme Director JOB DSCRIPTION POST TITL: DPARTMNT: POST RSPONSIBL TO: SALARY: Volunteer Student Techer Wrwick in Afric Progrmme Wrwick in Afric Progrmme Director Voluntry position, ll your costs will be covered (flights,

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

SEIZURES AND EPILEPSY

SEIZURES AND EPILEPSY SEIZURES AND EPILEPSY CONTENT CREATED BY Lern more t www.helth.hrvrd.edu TALK WITH YOUR DOCTOR Tble of Contents WHAT IS A SEIZURE? 4 WHAT IS EPILEPSY? 6 TESTING 7 TREATMENT OPTIONS 9 ANTI-SEIZURE MEDICATION

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

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

Effect of linear and random non-linear programming on environmental pollution caused by broiler production

Effect of linear and random non-linear programming on environmental pollution caused by broiler production Journl of Novel Applied Sciences Aville online t www.jnsci.org 24 JNAS Journl-24-3-/43-434 ISSN 2322-549 24 JNAS Effect of liner nd rndom non-liner progrmming on environmentl pollution cused y roiler production

More information

CEO MESSAGE STEPHANIE HARVEY. As we take these first steps into the New Year, it s a good time to reflect upon our journey.

CEO MESSAGE STEPHANIE HARVEY. As we take these first steps into the New Year, it s a good time to reflect upon our journey. 2 CEO MESSAGE STEPHANIE HARVEY As we tke these first steps into the New Yer, it s good time to reflect upon our journey. At ICV we re guided by the knowledge tht Aboriginl nd Torres Strit Islnder communities

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

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

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

Biomechanical measurements of human impacts in basketball

Biomechanical measurements of human impacts in basketball Loughborough University Institutionl Repository Biomechnicl mesurements of humn impcts in bsketbll This item ws submitted to Loughborough University's Institutionl Repository by the/n uthor. Cittion: HALKON,

More information

May 28, Congressional Requesters

May 28, Congressional Requesters United Sttes Government Accountbility Office Wshington, DC 20548 My 28, 2010 Congressionl Requesters Subject: Federl Funds: Fiscl Yers 2002-2009 Obligtions, Disbursements, nd Expenditures for Selected

More information

An Energy Efficient Seizure Prediction Algorithm

An Energy Efficient Seizure Prediction Algorithm An Energy Efficient Seizure Prediction Algorithm Zhongnn Fng Electricl Engineering Stnford University zhongnn@stnford.edu Yun Yun Sttistics Stnford University yun@stnford.edu Andrew Weitz Bioengineering

More information

General Microscopic Changes

General Microscopic Changes Generl Microscopic Chnges 2 This chpter covers collection of microscopic chnges tht lck dignostic specificity ut occur in different specific diseses, s will ecome pprent in susequent chpters. Almost ll

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

THE EFFECT OF DIFFERENT STIMULI ON MEAGRE (Argyrosomus regius) FEEDING BEHAVIOUR.

THE EFFECT OF DIFFERENT STIMULI ON MEAGRE (Argyrosomus regius) FEEDING BEHAVIOUR. THE EFFECT OF DIFFERENT STIMULI ON MEGRE (rgyrosomus regius) FEEDING EHVIOUR. Ionnis E. Ppdkis, Nikos Ppndroulkis, lkioni Sfendourki, Veronic Cmporesi 3, Mnolis Vsilkis, Constntinos C. Mylons Institute

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

On the Primitives of Causality: from the Semantics of Agonist and Antagonist to Models of Accident Causation and System Safety

On the Primitives of Causality: from the Semantics of Agonist and Antagonist to Models of Accident Causation and System Safety Sn Jose Stte University From the SelectedWorks of Frncesc M. Fvrò September, 2013 On the Primitives of Cuslity: from the Semntics of gonist nd ntgonist to Models of ccident Custion nd System Sfety Loïc

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

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

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION Prentl doi:.8/nture57 Figure S HPMECs LM Cells Cell lines VEGF (ng/ml) Prentl 7. +/-. LM 7. +/-.99 LM 7. +/-.99 Fold COX induction 5 VEGF: - + + + Bevcizum: - - 5 (µg/ml) Reltive MMP LM mock COX MMP LM+

More information

Health Coaching: A Preliminary Report on the Effects in Traumatic Brain Injury/Polytrauma Patients

Health Coaching: A Preliminary Report on the Effects in Traumatic Brain Injury/Polytrauma Patients ORIGINAL RESEARCH Helth Coching: A Preliminry Report on the Effects in Trumtic Brin Injury/Polytrum Ptients Esmerld Mdrigl, MSW; Mx Gry, BA; Molly A. Timmermn, DO; Ttin Orozco, PhD; Dine Cowper Ripley,

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

8/1/2017. Correlating Radiomics Information with Clinical Outcomes for Lung SBRT. Disclosure. Acknowledgements

8/1/2017. Correlating Radiomics Information with Clinical Outcomes for Lung SBRT. Disclosure. Acknowledgements Correlting Rdiomics Informtion with Clinicl Outcomes for Lung SBRT Fng-Fng Yin, PhD Duke University Medicl Center AAPM 2017 Denver CO Disclosure This reserch is prtilly funded by reserch grnt from Vrin

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

Journal of Personality

Journal of Personality T5r 19c2,4-J uytie& çln 0 Journl of Personlity EDTORAL BOARD GORDON W. ALLPORT Hrvrd University MERTON GLL Austen Riggs Foundtion JOHN GLLN University of North Crolin DONALD. HEBB McGill University DAVD

More information

WSU Tree Fruit Research and Extension Center, Wenatchee (509) ext. 265;

WSU Tree Fruit Research and Extension Center, Wenatchee (509) ext. 265; FINAL REPORT WTFRC Project # AH-1-5 WSU Project # 13C-355-3 Project title: PI: Orgniztion: Coopertors: of Sunburn in Apples with RAYNOX Lrry Schrder, Horticulturist WSU Tree Fruit Reserch nd Extension

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

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

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

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

p Coaches j i k n A B m Recruitment Dimensions Report Name Sample Person Date of Report: 05/07/2016 Trait Profile 3 Narrative Report 5

p Coaches j i k n A B m Recruitment Dimensions Report Name Sample Person Date of Report: 05/07/2016 Trait Profile 3 Narrative Report 5 Report Nme Smple Person Dte of Report: 05/07/2016 Trit Profile 3 Nrrtive Report 5 Also Recommended: Trit nd Indictor Profile Who could use components of this report: p Coches j i k HR professionls Trined

More information

ECONOMIC EVALUATION OF WATER IODIZATION PROGRAM IN THAILAND

ECONOMIC EVALUATION OF WATER IODIZATION PROGRAM IN THAILAND ECONOMIC EVALUATION OF WATER IODIZATION PROGRAM IN THAILAND CS Pndv 1, K Annd 1, Sngsom Sinwt 2 nd FU Ahmed 1 1 IDD Study Group, All Indi Institute of Medicl Sciences, New Delhi, Indi; 2 Division of Nutrition,

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

Dependency on Smartphone Use and Its Association with Anxiety in Korea

Dependency on Smartphone Use and Its Association with Anxiety in Korea Reserch Dependency on Smrtphone Use nd Its Assocition with Anxiety in Kore Kyung Eun Lee, MD Si-Heon Kim, MD Te-Yng H, MD Young-Myong Yoo, MD Ji-Jun Hn, MD Je-Hyuk Jung, MD Je-Yeon Jng, PhD ABSTRACT Objective.

More information

USAF Basic Military Training

USAF Basic Military Training NAME OF NSTRUCTOR PLAN OF NSTRUCTON/LESSON PART COURSE TTLE USAF Bsic Militry Trining TTLE Street COURSE CONTENT. Drill Movements 61.25 TME. Without reference, perform individul drill movements on commnd

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

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

The concept that reduces food waste, keeps your product fresher and saves money! Sales presentation PerfoLid // 2017

The concept that reduces food waste, keeps your product fresher and saves money! Sales presentation PerfoLid // 2017 The concept tht reduces food wste, keeps your product fresher nd sves money! Sles presenttion PerfoLid // 2017 Pge 2 of 16 Sles presenttion PerfoLid // 2017 The issue of food wste Almost 50% of ll fresh

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

3/10/ Energy metabolism o How to best supply energy to the pig o How the pig uses energy for growth

3/10/ Energy metabolism o How to best supply energy to the pig o How the pig uses energy for growth Keeping Control of Feed Costs in n Uncertin Mrket Presented To: Iow Pork Producers Assocition Regionl Meetings Februry, 2009 John F. Ptience Iow Stte University Ames, IA Outline Wht s new in swine nutrition

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

Chapter 5: The peripheral nervous system Learning activity suggested answers

Chapter 5: The peripheral nervous system Learning activity suggested answers Chpter 5: The peripherl nervous system Lerning ctivity suggested nswers Lerning Activity 5.1 (p. 222) 1 Briefly descrie the two min functions of the somtic nervous system. Description should refer to:

More information

build Firm, sexy arms

build Firm, sexy arms w uild Firm, sexy rms Wnt toned, strong rms tht crown you pushup queen t oot cmp? Wnt to rock tnk top? These four moves re wht you need. Achieve Totl Arm Envy Mny women zero in on the show-off muscles,

More information

Fast ensemble representations for abstract visual impressions

Fast ensemble representations for abstract visual impressions Received Oct 2 Accepted Sep 2 Pulished Nov 2 Fst ensemle representtions for strct visul impressions Allison Ymnshi Lei, Ann Kosovichev 2 & Dvid Whitney DOI:./ncomms OPEN Much of the richness of perception

More information

Design Quadratic Patch and Cubic Patch of the Surface

Design Quadratic Patch and Cubic Patch of the Surface IOSR Journl o Mthemtics IOSR-JM e-issn: - Volume, Issue Jn - Feb, PP - Design Qudrtic Ptch nd Cubic Ptch o the Surce R B M Amer, M A Abd El- Mgeed, Deprtment o Mthemtics nd Ph Engineering, Fcult o Engineering/

More information

DOCTORAL THESIS. Using Multiple Performance Parameters in Testing Small Graphical Symbols. Dominic Paul T. Piamonte.

DOCTORAL THESIS. Using Multiple Performance Parameters in Testing Small Graphical Symbols. Dominic Paul T. Piamonte. 2000:02 DOCTORAL THESIS Using Multiple Performnce Prmeters in Testing Smll Grphicl Symbols Dominic Pul T. Pimonte Doctorl thesis Institutionen för Arbetsvetenskp Avdelningen för Industriell ergonomi 2000:02

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

The step method: A new adaptive psychophysical procedure

The step method: A new adaptive psychophysical procedure Perception & Psychophysics 1989, 45 (6), 572-576 The step method: A new dptive psychophysicl procedure WILLIAM A. SIMPSON York University, North York, Ontrio, Cnd A new dptive psychophysicl method, the

More information

Bioactive milk components to secure growth and gut development in preterm pigs ESTER ARÉVALO SUREDA PIGUTNET FA1401 STSM

Bioactive milk components to secure growth and gut development in preterm pigs ESTER ARÉVALO SUREDA PIGUTNET FA1401 STSM Bioctive milk components to secure growth nd gut development in preterm pigs ESTER ARÉVALO SUREDA PIGUTNET FA1401 STSM STSM Pigutnet FA1401 STSM 03/Septemer 30/Novemer/2017 (3 months) Host: Home: Thoms

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

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

The Self in Adolescence

The Self in Adolescence INVITED SYMPOSIUM EARA 2018 The Self in Adolescence Chir: Snder Thomes, Utrecht University, the Netherlnds Discussnt: Jp Denissen, Tilburg University, the Netherlnds Thursdy September 13 th, 13.30-15.00,

More information

Neural correlates of a decision in the dorsolateral prefrontal cortex of the macaque

Neural correlates of a decision in the dorsolateral prefrontal cortex of the macaque rticles Neurl correltes of decision in the dorsolterl prefrontl cortex of the mcque Jong-Nm Kim nd Michel N. Shdlen Deprtment of Physiology nd Biophysics nd Regionl Primte Reserch Center, University of

More information

A logical model of Theory of Mind for virtual agents in the context of job interview simulation

A logical model of Theory of Mind for virtual agents in the context of job interview simulation A logicl model of Theory of Mind for virtul gents in the context of job interview simultion Mrwen Belkid ETIS, UMR 8051 95000 Cergy Cedex, Frnce mrwen.belkid@ense.fr Nicols Sbouret LIMSI, CNRS, UPR 3251

More information

Assessment of Depression in Multiple Sclerosis. Validity of Including Somatic Items on the Beck Depression Inventory II

Assessment of Depression in Multiple Sclerosis. Validity of Including Somatic Items on the Beck Depression Inventory II Assessment of Depression in Multiple Sclerosis Vlidity of Including Somtic Items on the Beck Depression Inventory II Peggy Crwford, PhD; Noh J. Webster, MA Signs nd symptoms of multiple sclerosis (MS)

More information

Developing Performance Standards for Teacher Assessment by Policy Capturing

Developing Performance Standards for Teacher Assessment by Policy Capturing Assessment & Evlution in Higher Eduction, Vol. 28, No. 4, 2003 Developing Performnce Stndrds for Techer Assessment by Policy Cpturing MARIEKE F. VAN DER SCHAAF, KAREL M. STOKKING, Deprtment of Eductionl

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

The Ever Changing World of Feed Additives in The Poultry Industry

The Ever Changing World of Feed Additives in The Poultry Industry The Ever Chnging World of Feed Additives in The Poultry Industry B. S. Lumpkins nd G.F. Mthis Southern Poultry Reserch Inc. Athens, GA, USA Outline Southern Poultry Reserch Impct of ethnol production of

More information

An Intuitive Model of Perceptual Grouping for HCI Design

An Intuitive Model of Perceptual Grouping for HCI Design An Intuitive Model of Perceptul Grouping for HCI Design Ruth Rosenholtz MIT Cmridge, MA rruth@mit.edu Nthniel R. Twrog MIT Cmridge, MA ntwrog@mit.edu Ndj Schinkel-Bielefeld MIT Cmridge, MA schinkel@mit.edu

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

Inadequate health literacy is a

Inadequate health literacy is a Testing the BRIEF Helth Litercy Screening Tool Jolie Hun, PhD, Virgini Nolnd-Dodd, PhD, MPH, Jill Vrnes, EdD, John Grhm-Pole, MD, Brbr Rienzo, PhD, nd Ptrici Donldson, RN Due to the oppressive strins lid

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

Fundamentals of Spine MRI and Essential Protocols

Fundamentals of Spine MRI and Essential Protocols Fundmentls of Spine MRI nd Essentil Protocols A. C. Dougls-Akinwnde, MD Octoer 13, 2009 Fundmentls of Spine MRI Lerning Ojectives: 1. List the essentil sequences for Spine MRI exmintion 2. Discuss the

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

Cushion. Ride Designs JAVA

Cushion. Ride Designs JAVA Ride Designs JAVA Cushion University-level reserch indictes tht the new is etter thn the competition y every mesure: Lower pressures Greter sitting stility Less deep tissue deformtion Cooler nd dryer JAVA

More information

Opioid Use and Survival at the End of Life: A Survey of a Hospice Population

Opioid Use and Survival at the End of Life: A Survey of a Hospice Population 532 Journl of Pin nd Symptom Mngement Vol. 32 No. 6 December 2006 NHPCO Originl Article Opioid Use nd Survivl t the End of Life: A Survey of Hospice Popultion Russell K. Portenoy, MD, Un Sibircev, BA,

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

Seeing through New Eyes: An Experimental Investigation of the Benefits of Photography

Seeing through New Eyes: An Experimental Investigation of the Benefits of Photography Journl of Bsic & Applied Sciences, 2015, 11, 000-000 1 Seeing through New Eyes: An Experimentl Investigtion of the Benefits of Photogrphy Jime L. Kurtz * Jmes Mdison University, Hrrisonburg, VA 22807,

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

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