LALR Analysis. LALR Analysis. LALR Analysis. LALR Analysis

Size: px
Start display at page:

Download "LALR Analysis. LALR Analysis. LALR Analysis. LALR Analysis"

Transcription

1 LLR nlysis Motivtion s eplined efore, in LR() prsers there re mny more sttes thn in the previous procedures, LR() nd LR(). This is ecuse there re sttes which contin the sme configurtions, ut with different look-hed symols. possile simplifiction of LR() prsers re LLR() prsers (Look- hed Left-to-Right prsers) They hve the sme numer of sttes s LR() nd LR() prsers. For illustrtion, lnguge like Pscl will hve few hundreds of sttes if constructed s LR(), ut it will hve thousnds if uilt s LR(). LLR nlysis LLR prsers: introductory emple We hve seen n LR() emple grmmr, which ws not LR(): () () (3) () (5) this grmmr generted the following lnguge: {} { n n n } We re going to uild LLR() prsers from LR() prsers 5 5 LLR nlysis LLR prsers: introductory emple Rememer the ugmented grmmr: LLR nlysis LLR prsers: introductory emple LR() Deterministic finite utomt with the trnsitions () () () (3) () (5) s s s s s 3 s 7 s s 8 s 5 s

2 LLR nlysis LLR prsers: introductory emple This ws the nlysis tle for the LR() grmmr, with the conflict LLR nlysis LLR prsers: introductory emple Deterministic Finite utomt with trnsitions for n LR() prser s {} s 3 {} s {} first()={} () () () (3) () (5) s3 s3 s5 s8 /s6 ction cc r r 7 s s {} {} {} {} {} {} s {} {} {} s 5 {} {} {} {} 3 s 3 s 6 {} {} s s 7 s 8 {} {} {} {} 3 {} {} first()={} 3 first()={} first()={} {} s {} s 5 55 LLR nlysis LLR nlysis LLR() prsers: introductory emple LLR() s cn e seen, The sttes in n LR() prser re the sme s in n LR() prser, ut some of them pper severl times with different look-hed symols in the configurtions. The ide is to simplify the nlyser, y merging ll the sttes with the sme configurtions ut different look-hed symols. The resulting nlyser will contin the sme sttes thn the LR() prser. Hving less sttes, the resulting nlyser will e less powerful thn the originl LR() prser, nd there is higher proility of hving collisions (s hppened in LR() prsers) On the other hnd, there will e less collisions in LLR() prsers thn in LR() prsers, so there is gin in this process. 56 In the emple, s 5 nd s 7 contin the sme configurtions, ut with different look-hed symols. We cn merge them in the following stte: s = { {,} {} {} {}} s 3 nd s 8 cn lso e merged into the following stte: s = { {,}} s 6 nd s cn lso e merged into the following stte: s 6 = { {,}} s nd s cn lso e merged into the following stte: s = { {,}}

3 s s s LLR nlysis LLR() prsers: introductory emple Deterministic Finite utomt with trnsitions for n LLR prser {} {} {} {} {} {} {} s {} {} {} s s {,} {,} {} {} {} 3 s 3 {} {,} s 6 s {,} {} s LLR nlysis LLR() hifts in the tle: It is the sme s in LR() They cn e otined y following the trnsitions in the tle. If the utomt cn go from s i to s j y mens of symol X, then we shll dd the following ction: sj i X yntctic_tle[i,x]= j i X Reductions in the tle: In the cells for the sttes which contin reduction configurtions, of the form γ {σ,...,σ n } we hve to dd the reduction of the rule γ only in the columns for their look-hed non-terminl symols, i.e., {σ,...,σ n }. Therefore, this step is the sme s in LR(), once the digrm for LLR hs een uilt using the previous procedure LLR nlysis LLR nlysis LLR() LLR(): prsing emples ccepttion: It is the sme s in LR() nlysers If stte s i hs trnsition with the terminl symol to the finl stte with the configurtion iom iom, we hve to dd the ccept ction to yntctic_tle[i,]. Is it possile to find lterntive techniques for ccepttion in LR() prsers. rror: It is the sme s in LR() ll the empty cells hve ssocited the error ction. nlysis tle The following is n emple of nlysis with two strings: 6 3 s3 s s s cc r r 6 ction 6 6

4 LLR nlysis LLR nlysis {, n n n } {, n n n } s cc s cc r r 6 s3 s s 6 () () () (3) () (5) 6 s3 s s 6 () () () (3) () (5) 3 r 3 r ction ction 6 63 LLR nlysis LLR nlysis {, n n n } {, n n n } s cc s cc r r 6 s3 s s 6 () () () (3) () (5) 6 s3 s s 6 () () () (3) () (5) 3 r 3 r ction ction 6 65

5 LLR nlysis LLR nlysis {, n n n } {, n n n } s cc s cc 6 r r 6 s3 s s 6 () () () (3) () (5) 6 s3 s s 6 () () () (3) () (5) 3 r 3 r ction ction LLR nlysis LLR nlysis {, n n n } {, n n n } s cc s cc 6 r r 6 s3 s s 6 () () () (3) () (5) 6 s3 s s 6 () () () (3) () (5) 3 r 3 r ction ction 68 6

6 LLR nlysis LLR nlysis {, n n n } {, n n n } s cc 6 s cc r r 6 s3 s s 6 () () () (3) () (5) 6 s3 s s 6 () () () (3) () (5) 3 r 3 r ction ction 7 7 LLR nlysis LLR nlysis {, n n n } {, n n n } s cc s cc r r 6 s3 s s 6 () () () (3) () (5) 6 s3 s s 6 () () () (3) () (5) 3 r 3 r ction ction 7 73

7 LLR nlysis LLR nlysis {, n n n } {, n n n } s cc s cc r r 6 s3 s s 6 () () () (3) () (5) 6 s3 s s 6 () () () (3) () (5) 3 r 3 r ction ction 7 75 LLR nlysis LLR nlysis {, n n n } {, n n n } s cc s cc r r 6 s3 s s 6 () () () (3) () (5) 6 s3 s s 6 () () () (3) () (5) 3 r 3 r ction ction 76 77

8 LLR nlysis vlution Power: LLR() is less powerful thn LR(), ut more so thn LR(). However, most structures found in progrmming lnguges re LLR(), so they cn e prsed with this procedure. fficiency: There re less sttes in n LLR() prser thn in n LR() prser. 78

Bright Futures Medical Screening Reference Table 2 to 5 Day (First Week) Visit

Bright Futures Medical Screening Reference Table 2 to 5 Day (First Week) Visit Bright Futures Medicl Reference Tle 2 to 5 Dy (First Week) Visit Universl Action Metolic nd Verify documenttion of neworn metolic screening results, pproprite rescreening, nd needed follow-up. Document

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

SOME MECHANISTIC CONCEPTS IN ELECTROPHILIC ADDITION REACTIONS TO C=C BONDS

SOME MECHANISTIC CONCEPTS IN ELECTROPHILIC ADDITION REACTIONS TO C=C BONDS SM MANISTI NPTS IN LTPILI AITIN ATINS T = BNS The = ond is considered to e wek se/nucleophile. The high concentrtion of electron density mkes the pi ond Lewis se, ut in order to donte electrons the pi

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

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

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

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

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

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

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

EFFECT OF DIETARY ENZYME ON PERFORMANCE OF WEANLING PIGS

EFFECT OF DIETARY ENZYME ON PERFORMANCE OF WEANLING PIGS EFFECT OF DIETARY ENZYME ON PERFORMANCE OF WEANLING PIGS Finl report sumitted to Dniso Animl Nutrition E. vn Heugten nd B. Frederik North Crolin Stte University, Deprtment of Animl Siene Summry The urrent

More information

Thebiotutor.com A2 Biology OCR Unit F215: Control, genomes and environment Module 1.2 Meiosis and variation Answers

Thebiotutor.com A2 Biology OCR Unit F215: Control, genomes and environment Module 1.2 Meiosis and variation Answers Theiotutor.com A2 Biology OCR Unit F215: Control, genomes nd environment Module 1.2 Meiosis nd vrition Answers Andy Todd 1 1. () (i) gene length of DNA; codes for (specific), polypeptide / protein / RNA;

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

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

Radiographic evaluation of the technical quality of undergraduate endodontic competence cases in the Dublin Dental University Hospital: an audit

Radiographic evaluation of the technical quality of undergraduate endodontic competence cases in the Dublin Dental University Hospital: an audit Rdiogrphic evlution of the technicl qulity of undergrdute endodontic competence cses in the Dulin Dentl University Hospitl: n udit Précis: An udit exmining the technicl qulity of undergrdute endodontic

More information

The Effect of Substituting Sugar with Artificial. Sweeteners on the Texture and Palatability of Pancakes

The Effect of Substituting Sugar with Artificial. Sweeteners on the Texture and Palatability of Pancakes The Effect of Sustituting Sugr with Artificil NUTR 453 Sweeteners on the Texture nd Pltility of Pnckes Jmie Wldron, Rquel Reyes, nd Reecc Legi 1 I. Astrct The effects of replcing sugr with Stevi nd Splend

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

Rotoroll OK! User's Guide

Rotoroll OK! User's Guide Rotoroll Pge Sfety preution. The user must never open Rotoroll to inspet it, reple prts or unertke repirs. The reeling mehnisms spring my pop out of its set n use mge n injury to persons, nimls n ojets

More information

MUTATIONS. Mutagens. Point mutations substitutions. Mutations. Sickle-cell disease. Point mutations insertions & deletions

MUTATIONS. Mutagens. Point mutations substitutions. Mutations. Sickle-cell disease. Point mutations insertions & deletions MUTTIONS Mutgens Mutgens re physicl or chemicl gents tht give rise to muttions. High energy rdition UV, X, gmm. se nlogues, intercltors, chemicl chnge inducers. ffect DN structure, se piring, etc. 2004

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

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

The linear oligomer 1 + SnCl 2 2 DPA G2

The linear oligomer 1 + SnCl 2 2 DPA G2 Ymmoto_SI-figs,, 3, nd 4 DPA G + SnCl DPA G3 + SnCl DPA G SI-Figure. () UV-vis spectr of DPA G complexed with - equiv. of SnCl (solv.; dichloromethne/cetonitrile = :, [DPA G] = 9 x - M).. DPA G3 c d 36

More information

Positional and temporal clustering in serial order memory

Positional and temporal clustering in serial order memory Mem Cogn (22) 4:77 9 DOI.3758/s342--42-8 Positionl nd temporl clustering in seril order memory Alec Solwy & Bennet B. Murdock & Michel J. Khn Pulished online: 5 Novemer 2 # Psychonomic Society, Inc. 2

More information

P AND K IN POTATOES. Donald A Horneck Oregon State University Extension Service

P AND K IN POTATOES. Donald A Horneck Oregon State University Extension Service P AND K IN POTATOES Donld A Hornek Oregon Stte University Extension Servie INTRODUCTION Phosphorous nd potssium re importnt to grow high yielding nd qulity pottoes. Muh of the northwest hs hd trditionlly

More information

Java Application Development

Java Application Development In order to lern whih questions hve een nswered orretly: 1. Print these pges. 2. Answer the questions. 3. Send this ssessment with the nswers vi:. FAX to (212) 967-3498. Or. Mil the nswers to the following

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

Finite Element Analysis of MOD Prosthetic Restored Premolars

Finite Element Analysis of MOD Prosthetic Restored Premolars Finite Element Anlysis of MOD Prosthetic Restored Premolrs LILIANA SANDU, FLORIN TOPALĂ, SORIN POROJAN School of Dentistry V. Beş University of Medicine nd Phrmcy 9 Revolutiei 1989 Blv., 300041 Timişor

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

The effect of encapsulated butyric acid and zinc on performance, gut integrity and meat quality in male broiler chickens 1

The effect of encapsulated butyric acid and zinc on performance, gut integrity and meat quality in male broiler chickens 1 The effect of encpsulted utyric cid nd zinc on performnce, gut integrity nd met qulity in mle roiler chickens 1 Astrct This study evluted the impct of encpsulted utyric cid nd zinc (ButiPEARL Z) on performnce

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

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

Effects of physiological state, mass change and diet on plasma metabolite profiles in the western sandpiper Calidris mauri

Effects of physiological state, mass change and diet on plasma metabolite profiles in the western sandpiper Calidris mauri The Journl of Experimentl Biology 28, 761-769 Pulished y The Compny of Biologists 25 doi:1.1242/je.1451 761 Effects of physiologicl stte, mss chnge nd diet on plsm metolite profiles in the western sndpiper

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

CSE 5311 Notes 2: Binary Search Trees

CSE 5311 Notes 2: Binary Search Trees S Notes : inry Ser Trees (Lst upte /7/ 8:7 M) ROTTIONS Single left rottion t (K rotting ege ) Single rigt rottion t (K rotting ege ) F oule rigt rottion t F G F G Wt two single rottions re equivlent? (OTTOM-UP)

More information

PROVEN ANTICOCCIDIAL IN NEW FORMULATION

PROVEN ANTICOCCIDIAL IN NEW FORMULATION PROVEN ANTICOCCIDIAL IN NEW FORMULATION Coxidin 100 microgrnulte A coccidiosttic dditive for roilers, chickens rered for lying nd turkeys Contins 100 g of monensin sodium per kg Aville s homogenous grnules

More information

CS Artificial Intelligence 2007 Semester 2. CompSci 366. Classical Planning: Regression Planning. Part II: Lecture 5 1 of 20

CS Artificial Intelligence 2007 Semester 2. CompSci 366. Classical Planning: Regression Planning. Part II: Lecture 5 1 of 20 CS 367 - Artifiil Intelligene 2007 Semester 2 CompSi 366 Clssil Plnning: Regression Plnning Prt II: Leture 5 1 of 20 CS 367 - Artifiil Intelligene 2007 Semester 2 Outline Review of Progression Plnning(PP)

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

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

Effect of supplemental fat from dried distillers grains with solubles or corn oil on cow performance, IGF-1, GH, and NEFA concentrations 1

Effect of supplemental fat from dried distillers grains with solubles or corn oil on cow performance, IGF-1, GH, and NEFA concentrations 1 Effect of supplementl ft from dried distillers grins with solules or corn oil on cow performnce, IGF-1, GH, nd NEFA concentrtions 1 Aigil Brtosh 2, Cody Wright 3, Aimee Wertz-Lutz 4, nd George Perry 5

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION . Norml Physiologicl Conditions. SIRT1 Loss-of-Function S1. Model for the role of SIRT1 in the regultion of memory nd plsticity. () Our findings suggest tht SIRT1 normlly functions in coopertion with YY1,

More information

Effect of kazunoko lipid on the concentrations of plasma glucose and lipids and liver lipids in mice

Effect of kazunoko lipid on the concentrations of plasma glucose and lipids and liver lipids in mice Effect of kzunoko lipid on the concentrtions of plsm glucose nd lipids nd liver lipids in mice Ntionl Food Reserch Institute Tomoyuki Higuchi, Nouy Shiri nd Hirmitsu Suzuki INTRODUCTION Kzunoko, which

More information

Trajectory of Contact Region On the Fingerpad Gives the Illusion of Haptic Shape

Trajectory of Contact Region On the Fingerpad Gives the Illusion of Haptic Shape Trjectory of Contct Region On the Fingerpd Gives the Illusion of Hptic Shpe Hnif Dostmohmed nd Vincent Hywrd Astrct When one explores solid oject with fingertip, contct region is usully defined. When the

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

Sterolsland the Production of Oospores by Phytophthova cactovum

Sterolsland the Production of Oospores by Phytophthova cactovum Journl of Generl Microiology (I972), 72, 321-327 Printed in Gret Britin 321 Sterolslnd the Production of Oospores y Phytophthov cctovum By C. G. ELLIOTT Deprtment of Botny, The University of Glsgow, Glsgow,

More information

Study of Stress Distribution in the Tibia During Stance Phase Running Using the Finite Element Method

Study of Stress Distribution in the Tibia During Stance Phase Running Using the Finite Element Method Ksetsrt J. (Nt. Sci.) 48 : 729-739 (2014) Study of Stress Distriution in the Tii During Stnce Phse Running Using the Finite Element Method Thepwchr Ruchirh 1, Tumrong Puttpitukporn 1, * nd Siriporn Ssimontonkul

More information

Temporal Target Integration Underlies Performance at Lag 1 in the Attentional Blink

Temporal Target Integration Underlies Performance at Lag 1 in the Attentional Blink Journl of Experimentl Psychology: Humn Perception nd Performnce 212, Vol. 38, No. 6, 1448 1464 212 Americn Psychologicl Assocition 96-1523/12/$12. DOI: 1.137/2761 Temporl Trget Integrtion Underlies Performnce

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

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

Preliminary investigation of antimicrobial effects of pomegranate (Punica granatum L.) leathery exocarp extract against some serious phytopathogens

Preliminary investigation of antimicrobial effects of pomegranate (Punica granatum L.) leathery exocarp extract against some serious phytopathogens Preliminry investigtion of ntimicroil effects of pomegrnte (Punic grntum L.) lethery exocrp extrct ginst some serious phytopthogens Elshfie H.S. 1,*, Skr S.H. 2, Mng S.M. 1, Frisullo S. 3, Cmele I. 1 1

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

Effect of environmental stress on biochemical and physiological features in cultured fish

Effect of environmental stress on biochemical and physiological features in cultured fish Effect of environmentl stress on biochemicl nd physiologicl fetures in cultured fish Toshiki Nkno, Toshiysu Ymguchi, nd Yoshihiro Ochii Grd. Sch. Agric. Sci., Tohoku Univ., Sendi, Jpn Fmous Smuri Mr. Msmune

More information

Knowledge, Attitude, and Concussion-Reporting Behaviors Among High School Athletes: A Preliminary Study

Knowledge, Attitude, and Concussion-Reporting Behaviors Among High School Athletes: A Preliminary Study Journl of Athletic Trining 2013;48(5):645 653 doi: 10.4085/1062-6050-48.3.20 Ó y the Ntionl Athletic Triners Assocition, Inc www.ntjournls.org originl reserch Knowledge, Attitude, nd Concussion-Reporting

More information

PATTERNS OF FAMILY RESPONSES TO ALCOHOL AND TOBACCO PROBLEMS

PATTERNS OF FAMILY RESPONSES TO ALCOHOL AND TOBACCO PROBLEMS Drug nd Alcohol Review 15:171-181, 1996. PATTERNS OF FAMILY RESPONSES TO ALCOHOL AND TOBACCO PROBLEMS Robin Room Addiction Reserch Foundtion 33 Russell St. Toronto, Ontrio M5S 2S1, Cnd ABSTRACT Ptterns

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

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

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

Summary: American Red Cross-Northeast Region, Dedham, MA; 11 Department of Pathology, University of New Mexico, Albuquerque, NM; 12

Summary: American Red Cross-Northeast Region, Dedham, MA; 11 Department of Pathology, University of New Mexico, Albuquerque, NM; 12 (2000) 25, 385 393 2000 Mcmilln Pulishers Ltd All rights reserved 0268 3369/00 $15.00 www.nture.com/mt The extent of HLA clss II llele level disprity in unrelted one mrrow trnsplnttion: nlysis of 1259

More information

MODERNIZATION of MAIN HELICOPTER GEARBOX with ASYMMETRIC TOOTH GEARS

MODERNIZATION of MAIN HELICOPTER GEARBOX with ASYMMETRIC TOOTH GEARS Proceedings of the ASME 2013 Interntionl Design Engineering Technicl Conferences & Computers nd Informtion in Engineering Conference IDETC/CIE 2013 August 4-7, 2013, Portlnd, Oregon, USA DETC2013-12637

More information

Friendship and Aggressiveness as Determinants of Conflict Outcomes in Middle Childhood

Friendship and Aggressiveness as Determinants of Conflict Outcomes in Middle Childhood Developmentl Psychology 1989, Vol 25,No.5,8l2-8l9 Copyright 1989 y the Americn Psychologicl Assocition, Inc. 0012-1649/89/S00.75 ship nd Aggressiveness s Determinnts of Conflict Outcomes in Middle Childhood

More information

NTSE-2013(Stage-I) (For Class X Students) ENGLISH LANGUAGE TEST

NTSE-2013(Stage-I) (For Class X Students) ENGLISH LANGUAGE TEST NTSE-2013(Stge-I) (For Clss X Stuents) ENGLISH LANGUAGE TEST Time: 40 Minutes Mximum Mrks: 40 Diretion: Choose the wor tht is most nerly opposite in mening to the given wors in Question No. 51 to 54. 51.

More information

Consumer perceptions of meat quality and shelf-life in commercially raised broilers compared to organic free range broilers

Consumer perceptions of meat quality and shelf-life in commercially raised broilers compared to organic free range broilers Consumer perceptions of met qulity nd shelf-life in commercilly rised roilers compred to orgnic free rnge roilers C.Z. ALVARADO 1 *, E. WENGER 2 nd S. F. O KEEFE 3 1 Texs Tech University, Box 42141 Luock,

More information

Particle-size distribution of very low density plasma lipoproteins during fat absorption in man

Particle-size distribution of very low density plasma lipoproteins during fat absorption in man Prticle-size distriution of very low density plsm lipoproteins during ft sorption in mn EDWIN L. BIERMAN, THOMAS L. HAYES, JAMES N. HAWKINS, ALICIA M. EWING, nd FRANK T. LINDGREN Deprtment of Medicine,

More information

EFFECT OF SOYBEAN CYST NEMATODE ON GROWTH OF DRY BEAN. Research Report to Northarvest Bean Growers, January 19, 2009

EFFECT OF SOYBEAN CYST NEMATODE ON GROWTH OF DRY BEAN. Research Report to Northarvest Bean Growers, January 19, 2009 EFFECT OF SOYBEAN CYST NEMATODE ON GROWTH OF DRY BEAN Reserh Report to Northrvest Ben Growers, Jnury 19, 29 Berlin D. Nelson, Susilo Poromrto, n Ruell Goswmi, Dept. Plnt Pthology, NDSU Ojetive: Determine

More information

Integrated and free viral DNA in hamster tumors induced

Integrated and free viral DNA in hamster tumors induced Proc. Ntl. Acd. Sci. USA Vol. 77, No. 2, pp. 975-979, Ferury 1980 Cell Biology Integrted nd free virl DNA in hmster tumors induced y BK virus (lot-trnsfer hyridiztion/tumor tissues/cultured tumor cells)

More information

The Dynamics of Varicella-Zoster Virus Epithelial Keratitis in Herpes Zoster Ophthalmicus

The Dynamics of Varicella-Zoster Virus Epithelial Keratitis in Herpes Zoster Ophthalmicus Chpter 2 The Dynmics of Vricell-Zoster Virus Epithelil Kertitis in Herpes Zoster Ophthlmicus The morphology of n individul VZV lesion reflects sequence of events triggered y the virus impct on cornel epithelil

More information

Expression of Three Cell Cycle Inhibitors during Development of Adipose Tissue

Expression of Three Cell Cycle Inhibitors during Development of Adipose Tissue Expression of Three Cell Cycle Inhiitors during Development of Adipose Tissue Jiin Zhng Deprtment of Animl Sciences Advisor: Michel E. Dvis Co-dvisor: Kichoon Lee Development of niml dipose tissue Hypertrophy

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

Sleepy Stack Reduction of Leakage Power

Sleepy Stack Reduction of Leakage Power y Reduction of Lekge Power Jun Cheol Prk, Vincent J. Mooney III, nd Philipp Pfeiffenerger Center for Reserch on Emedded Systems nd Technology School of Electricl nd Computer Engineering, Georgi Institute

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

Lifetime Physical Fitness and Wellness A Personalized Program 14th Edition Hoeger TEST BANK

Lifetime Physical Fitness and Wellness A Personalized Program 14th Edition Hoeger TEST BANK Lifetime Physicl Fitness nd Wellness A Personlized Progrm 14th Edition Hoeger TEST BANK Full downlod t: Lifetime Physicl Fitness nd Wellness A Personlized Progrm 14th Edition Hoeger SOLUTIONS MANUAL Full

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

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

ET 100 EXTERIOR FRONT DOOR BLACK OUT TAPE INSTALLATION

ET 100 EXTERIOR FRONT DOOR BLACK OUT TAPE INSTALLATION 100 EXTERIOR FRONT DOOR BLCK OUT TPE INSTLLTION The procedure descried elow is for the LH side. Use the sme procedure for oth the RH nd LH sides, unless otherwise specified. 1. INSTLL NO. 2 BLCK OUT TPE

More information

Response of Commercial Egg-Type Pullets to Diets Varying in Protein and Energy Content in Arid Hot Climate

Response of Commercial Egg-Type Pullets to Diets Varying in Protein and Energy Content in Arid Hot Climate Interntionl Journl of Poultry Science 8 (9): 90-98, 2009 ISSN 682-8356 sin Network for Scientific Informtion, 2009 Response of Commercil Egg-Type Pullets to Diets Vrying in Protein nd Energy Content in

More information

Selective acquisition of AMPA receptors over postnatal development suggests a molecular basis for silent synapses

Selective acquisition of AMPA receptors over postnatal development suggests a molecular basis for silent synapses rticles Selective cquisition of AMPA receptors over postntl development suggests moleculr sis for silent synpses R. S. Petrli 1, J. A. Esten 2, Y.-X. Wng 1, J. G. Prtridge 3, H.-M. Zho 1, R. J. Wenthold

More information

SPHINGOLIPIDS. of synthetic ceramides. Gas-liquid chromatography-mass spectrometry. GL C-Mass Spectrometry

SPHINGOLIPIDS. of synthetic ceramides. Gas-liquid chromatography-mass spectrometry. GL C-Mass Spectrometry Gs-liquid chromtogrphy-mss spectrometry of synthetic cermides BENGT SAMUELSSON nd KARN SAMUELSSON Deprtment of Medicl Chemistry, Royl Veterinry College; Deprtment of Neurology, Krolinsk Sjukhuset; nd Lbortory

More information

Roughage Type & Level & Grain Processing Interactions with Distiller s s Grains Diets. Matt May High Plains Bio Fuels Co-Product Nutrition Conference

Roughage Type & Level & Grain Processing Interactions with Distiller s s Grains Diets. Matt May High Plains Bio Fuels Co-Product Nutrition Conference Roughge Type & Level & Grin Processing Interctions with Distiller s s Grins Diets Mtt My High Plins Bio Fuels Co-Product Nutrition Conference Why do we flke grin? Stem-flked corn (SFC) vs. dry-rolled rolled

More information

Supplementary Figure 1. Scheme of unilateral pyramidotomy used for detecting compensatory sprouting of intact CST axons.

Supplementary Figure 1. Scheme of unilateral pyramidotomy used for detecting compensatory sprouting of intact CST axons. () BDA 2 weeks fter Py () AAVs Cre or GFP t P1 BDA 2 weeks fter Py CSMN CST () Py t P7 or 2 months () Py t 2 months Supplementry Figure 1. Sheme of unilterl pyrmidotomy used for deteting ompenstory sprouting

More information

URINARY incontinence is an important and common

URINARY incontinence is an important and common Urinry incontinence in older people in the community: neglected problem? Helen Stoddrt, Jenny Donovn, Elise Whitley, Deborh Shrp nd In Hrvey SUMMARY Bckground: The prevlence nd impct of urinry incontinence

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

Neural correlates of decision variables in parietal cortex

Neural correlates of decision variables in parietal cortex Neurl correltes of decision vriles in prietl cortex Michel L. Pltt & Pul W. Glimcher Center for Neurl Science, New York University, New York, New York 13, USA... Decision theory proposes tht humns nd nimls

More information

Products for weaners Benzoic acid or the combination of lactic acid and formic acid

Products for weaners Benzoic acid or the combination of lactic acid and formic acid Products for weners Benzoic cid or the comintion of lctic cid nd formic cid Tril report no.: 490 Novemer, 000 Hnne Mrio, Lrs Egelund Olsen, Bent Borg Jensen 1 nd Nuri Miquel 1 The Ntionl Committee for

More information

Ultrasound in Treatment of Painful Shoulders in Patients with Hemiplegia

Ultrasound in Treatment of Painful Shoulders in Patients with Hemiplegia Ultrsound in Tretment of Pinful Shoulders in Ptients with Hemiplegi MARGARET K. INABA, M.P.A., nd MARIJEAN PIORKOWSKI, B.S. A study of thirty-three ptients ws conducted to test the hypothesis tht ultrsound

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

How adaptations of substrate utilization regulate body composition

How adaptations of substrate utilization regulate body composition (27) 1 6 & 27 Nture Pulishing Group All rights reserved 37-565/7 $3. www.nture.com/ijo ORIGINAL ARTICLE How dpttions of sustrte utiliztion regulte ody composition KD Hll, HL Bin nd CC Chow Lortory of Biologicl

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

Effect of fungicide timing and wheat varietal resistance on Mycosphaerella graminicola and its sterol 14 α-demethylation-inhibitorresistant

Effect of fungicide timing and wheat varietal resistance on Mycosphaerella graminicola and its sterol 14 α-demethylation-inhibitorresistant Effect of fungicide timing nd whet vrietl resistnce on Mycospherell grminicol nd its sterol 14 α-demethyltion-inhiitorresistnt genotypes Didierlurent L., Roisin-Fichter C., Snssené J., Selim S. Pltform

More information

Checks on inadvertently modified BAS-funseeking scale from BIS-BAS. Modified scale excluded 2 of the original 4 items: bisbas10, bisbas20.

Checks on inadvertently modified BAS-funseeking scale from BIS-BAS. Modified scale excluded 2 of the original 4 items: bisbas10, bisbas20. PATH 20 24 Wve 3. Checks on indvertently modified BAS-funseeking scle from BIS-BAS Modified scle excluded 2 of the originl 4 items: bisbs0, bisbs20. Check correltions mong BAS-fun items in 20-24 yer olds

More information

Severe Gummy Smile with Class II Malocclusion Treated with LeFort I Osteotomy Combined with Horseshoe Osteotomy and Intraoral Vertical Ramus

Severe Gummy Smile with Class II Malocclusion Treated with LeFort I Osteotomy Combined with Horseshoe Osteotomy and Intraoral Vertical Ramus 2013 67 1 5560 Severe Gummy Smile with Clss II Mlocclusion Treted with LeFort I Osteotomy Comined with Horseshoe Osteotomy nd Introrl Verticl Rmus Osteotomy * 56 Shimo et l. Act Med. Okym Vol. 67, No.

More information

SAMPLE YEAR 6 MASTERING THE MATHEMATICS CURRICULUM. Written by Laura Sumner. Including CD-ROM for whiteboard use or printing

SAMPLE YEAR 6 MASTERING THE MATHEMATICS CURRICULUM. Written by Laura Sumner. Including CD-ROM for whiteboard use or printing Including CD-ROM for whiteord use or printing MASTERING THE MATHEMATICS CURRICULUM YEAR 6 Written y Lur Sumner MASTERING THE MATHEMATICS CURRICULUM YEAR 6 Written y Lur Sumner Acknowledgements: Author:

More information

Measurement of directly designed gears with symmetric and asymmetric teeth

Measurement of directly designed gears with symmetric and asymmetric teeth Mesurement of irectly esigne gers with symmetric n symmetric teeth Dr. Alexner L. Kelevich, AKGers, LLC, Shoreview, MN, USA Toic: Mnufcturing ABSTRACT In comrison with the tritionl ger esign roch se on

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

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

Use of Calscan for improving osteoporosis care in the older patient admitted with hip fracture

Use of Calscan for improving osteoporosis care in the older patient admitted with hip fracture Act Orthop. Belg., 2015, 81, 23-29 ORIGINAL STUDY Use of Clscn for improving osteoporosis cre in the older ptient dmitted with hip frcture Gijs De Klerk, J. Hn Hegemn, Detlef Vn Der Velde, Jo Vn Der Plen,

More information

The effects of color on brightness

The effects of color on brightness rticles The effects of color on rightness R. Beu Lotto nd Dle Purves Deprtment of Neuroiology, Box 3209, Duke University Medicl Center, Durhm, North Crolin 27710, USA Correspondence should e ddressed to

More information

Effect of Aqueous Extract of Carica papaya Dry Root Powder on Lactation of Albino Rats

Effect of Aqueous Extract of Carica papaya Dry Root Powder on Lactation of Albino Rats Effect of Aqueous Extrct of Cric ppy Dry Root Powder on Lcttion of Alino Rts G. Tosswnchuntr nd S. Aritjt Deprtment of Biology Fculty of Science Ching Mi University Ching Mi 50200 Thilnd Keywords: mmmry

More information

INFLUENCE OF DIFFERENT STRAINS AND WAYS OF INOCULATION ON THE RABBIT S RESPONSE TO EXPERIMENTAL INFECTION WITH PASTEURELLA MULTOCIDA

INFLUENCE OF DIFFERENT STRAINS AND WAYS OF INOCULATION ON THE RABBIT S RESPONSE TO EXPERIMENTAL INFECTION WITH PASTEURELLA MULTOCIDA Pthology nd Hygiene INFLUENCE OF DIFFERENT STRAINS AND WAYS OF INOCULATION ON THE RABBIT S RESPONSE TO EXPERIMENTAL INFECTION WITH PASTEURELLA MULTOCIDA Kulcsár G. 1, Fáián K. 1 *, Brn T. 1, Virág Gy.

More information

Visualization of Stent Lumen in MR Imaging: Relationship with Stent Design and RF Direction

Visualization of Stent Lumen in MR Imaging: Relationship with Stent Design and RF Direction 0 66 0 Visuliztion of Stent Lumen in MR Imging: Reltionship with Stent Design nd RF Direction,*,c d e f f c d e 0 66 ʼ ʼ ʼʼ ʼʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼʼ ʼ June 0 Visuliztion of Stent Lumen in MR Imging Stent Stent

More information

Transverse tripolar spinal cord stimulation: theoretical performance of a dual channel system

Transverse tripolar spinal cord stimulation: theoretical performance of a dual channel system Trnsducers nd electrodes Trnsverse tripolr spinl cord stimultion: theoreticl performnce of dul chnnel system J. J. Struijk 1"2 J. Holsheimer 1 1 Institute for Biomedicl Technology, University of Twente,

More information