Turkish Keyphrase Extraction Using Multi-Criterion Ranking

Size: px
Start display at page:

Download "Turkish Keyphrase Extraction Using Multi-Criterion Ranking"

Transcription

1 Turkish Kyphrs Extrtion Using Multi-Critrion Rnking Bhır Özmir Dpt. of Computr Enginring Bilknt Univrsity Bilknt Ankr, Turky Emil: Ilys Cikli Dpt. of Computr Enginring Bilknt Univrsity Bilknt Ankr, Turky Emil: Astrt Kyphrss hv n xtnsivly us for inxing n srhing in tss n informtion rtrivl systms. In ition, thy provi usful informtion out smnti ontnt of oumnt. In this ppr, w propos n lgorithm for utomting Turkish kyphrs xtrtion. Svrl fturs of nit phrss r xploit n form th xtrtion tsk s prolm of fining optiml st of nit phrss. W us multi-ritrion rnking to tkl this prolm. I. INTRODUCTION Fining rlvnt oumnt in lirry tss or on Intrnt is hllnging tsk tht rquirs sussful lustring n inxing. Kyphrss r xtnsivly us for inxing, tgoriztion n summrizing of oumnts. Srhing wor in th kyphrs list of oumnt inst of full ontnt rus srh tim. In ition, thy provi smnti t out ontnt of th oumnt. Unfortuntly, th grt mjority of oumnts o not hv uthor ssign kyphrss [1]. Automting kyphrs xtrtion provis nfits for mnul ssignmnt of kyphrss y inxrs. Th rmining of this ppr is strutur s follows. In stion II, It strts with short sription of wht is on prviously. Our kyphrs xtrtion lgorithm is xplin in stion III. Th rsults of xprimnts r givn in stion IV. Finlly, short isussion out our mtho n omprison with prvious mthos r provi in stion V. II. RELATED WORK Thr r svrl mthos for utomting kyphrs xtrtion in English. On th othr hn, only two mthos hv n vlop for Turkish kyphrs xtrtion. Thy r Turkish kyphrs xtrtion with KEA [2] n Turkish kyphrs xtrtor (TurKyX) [3]. Both of thm r xtn from English kyphrs xtrtion lgorithms. In [1], KEA (Kyphrs Extrtion Algorithm) hs two stgs to xtrt kyphrss: Trining stg n xtrtion stg. In th first stg, mol to intify kyphrss is rt using trining oumnts whr uthor ssign kyphrss r known. In xtrtion stg, kyphrss of nw oumnt r hosn oring to this mol. Th originl KEA uss two fturs tht r lult for h nit phrs: T F IDF (Trm Frquny Invrs Doumnt Frquny) n th istn from th ginning of th oumnt to th first ourrn of th nit phrs. KEA uss Nïv Bys thniqu to lrn two sts of numri wights from th isrtiz ftur vlus. Th mol rt in trining stg trmins th ovrll proility tht h nit is kyphrs. Finlly, nit phrss r rnk oring to this proility vlu n th ons with highr proility r rturn s kyphrss of th oumnt. In [2], KEA is opt for Turkish kyphrs xtrtion. Th iffrn with th originl KEA is using Turkish stmmr n stopwor list inst of English ountrprts. Furthrmor, nw ftur is to th lgorithm. Th nw ftur is rltiv lngth, lult s th numr of hrtrs in th phrs ivi y th lngth of th longst nit phrs. Anothr kyphrs xtrtion mtho ll B&C is propos y Brkr n Cornhi in [4]. B&C uss noun phrs hs to xtrt oumnt kyphrss. B&C xploits sttistis of noun phrss, noun phrs hs n noun phrs lngths. In ontrst with KEA, it os not n trining orpus. B&C slts top N h nouns oring to thir frqunis. For h h noun, ll noun phrss tht ontin sm wor s its h r ollt. Eh noun phrs is ssign sor lult s th prout of its frquny n lngth. K high sor phrss r slt s th kyphrss of th oumnt. In [3], th pproh of TurKyX to xtrt Turkish kyphrss is quit similr to B&C s. Th iffrn is tht TurKyX mtho uss sttistis of noun phrss n noun phrs hs. Morovr, TurKyX lso orrows som fturs omput in KEA n Turny s GnEx [5]. Our mtho is mor similr to TurKyX thn KEA in th sns tht it os not rquir trining t so th prformn os not pn on th orpor us. In ition, most of th fturs in our mtho wr lso us in TurKyX. Howvr, th rnking strtgis of two mthos in xtrtion phs r iffrnt. III. EXTRACTING KEYPHRASES USING MULTI-CRITERION RANKING Our kyphrs xtrtion thniqu onsists of two stgs. In th first stg, nit phrss r xtrt from oumnts n fturs r lult for h nit phrs. In th son stg, Hss igrm is rt from th st

2 of nit phrss. Finlly, n optiml st of kyphrss is slt using th rnking mtho sri in [6]. A. Slting Cnit Phrss W slt nit phrss in similr wy us in [3]. W onsir vry noun phrs in th oumnt s nit phrs. To intify noun phrss, w mploy suprvis Turkish prt of sph tggr (POS) [7]. Th tggr rturns most possil POS tg for h tokn (wor, puntution t) in th oumnt. Th tggr lso provis morphologil nlysis of h wor. W us ths nlyss for stmming. Nxt stp is to fin noun phrss using POS tgs. Noun phrss onsist of on h noun n zro or mor prmoifying jtivs or nouns [4]. A su-phrs of noun phrs n lso noun phrs. For this rson, h suphrs is onsir s iffrnt nit. As mntion in [3], this mtho is not n il NP-Chunkr. Mny phrss intifi y this mtho r not ligil for ing kyphrs. Thrfor, svrl filtrs r us to ru th numr of nit phrss. First filtr is out stopwors. W us list of 112 stopwors [8]. It is lso us in KEA n TurKyX. If phrs strts or ns with stopwor, it will rmov from th list of nits. Anothr filtr limits th numr of wors in nit phrs. In our implmnttion, w limint phrss whih onsist of mor thn fiv wors. In ition, w rmov phrss tht inlus wor hving only on or two hrtrs n not rogniz y oth morphologil nlyzr in [7] n Zmrk [9]. Lst two filtrs r s on n-grm pproh n rquir stm-s frquny nlysis of phrss. A noun phrs n omintion of noun phrss lik α = β 1 β k, for k 2 whr α n β i r noun phrss for 1 i k. As xpt, α n its su-phrs, β i, shoul in th nit list. Our im is to trmin most suitl nits from suh omintion. Our first frquny filtr limints su-phrss of suitl nit. Th frquny of phrs is qul or lss thn th frquny of its su-phrs. Howvr, th rtio of phrs frquny to su-phrs frquny shoul high if th phrs is mor suitl nit thn its su-phrs. For vry omintion α, w rmov its su-phrs β i from th list if f(α) f(β i ) > T high, for 1 i k (1) whr f( ) nots stm-s frquny of its rgumnt. Anothr s is tht suitl nit n our nxt to nothr noun phrs in oumnt. In suh onition, th rtio of frqunis shoul low. For vry omintion α, w rmov th phrs α from th list if i, f(α) f(β i ) < T low, for 1 i k. (2) In our implmnttion, th vlus of T high n T low r trmin mpirilly s 0.5 n 0.1, rsptivly. B. Ftur Clultion Th fturs us in our lgorithm r wll-known fturs us in vrious kyphrs xtrtion lgorithms. Six fturs r lult for h nit phrs. Thy r isprsion, first ourrn, h noun first ourrn, phrs lngth, frquny n h noun frquny. Th first on is orrow from [10], n th othrs r similr to th fturs in [3]. In omputtion of ll fturs, omprison of wors is sinsnsitiv n stm-s. 1) Disprsion: In [11], msur is vlop for th onnstion of th trm ovr txtul units. Contnt-ring trms hv tnny to lustr or lump. If trm is lustr, fwr txtul units woul ontin th trm. Th msur is s on th iffrns in proility of fining ontnt-ring phrs n not ontnt-ring phrs in txtul unit. Th xpt numr of oumnts ontining th phrs n foun s E = D [ 1 ( 1 1 ) ] T D whr D is th numr of oumnts in th orpus, n T is th totl numr of ourrns of th phrs. Connstion lustring of th phrs is fin s M = N (4) E whr N is numr of oumnts tht tully ontin th phrs. Th isprsion woul on if th phrs is rnomly istriut ovr oumnts. Th isprsion woul lss thn on if it is lustr. 2) First Ourrn: First ourrn ftur is th numr of wors tht pr th phrss first pprn. 3) H Noun First Ourrn: H noun first ourrn ftur is th numr of wors tht pr th first pprn of th phrss h noun. 4) Phrs Lngth: Phrs lngth is th numr of wors in th phrs. 5) Frquny: Th frquny of th phrs in th oumnt. 6) H Noun Frquny: Th frquny of th h noun of th phrs in th oumnt. C. Multi-Critrion Rnking Rnking with Hss Digrms is known mtho in sttistis [6]. Howvr, it hs not n us in kyphrs xtrtion yt. Gnrl pproh for rnking ojts is to omin ll fturs into on msur n sort thm with rspt to this msur. This mtho is us in [3]. Th prolm of omining msurs into on msur is to trmin wights of msurs. Anothr pproh for rnking ojts is to us prtilly orr sts (posts) sri in [6]. 1) Prtilly Orr Sts n Hss Digrm: Th nit phrss will not y,,,... t. Th im is to mk omprtiv sttmnts out two givn nit phrss n oring to thir ftur vlus (I 1, I 2,..., I 6 ) n (I 1, I 2,..., I 6) rsptivly. If I j I j (3) 2

3 Post A Post B Post C Fig. 1. f Hss igrms for two iffrnt posts. for ll j, thn is intrinsilly ttr or iggr thn, n w writ. In th s of post, w writ < if ut. On furthr rltion rquir for rnking in post is ovring rltion. Cnit phrs ovrs nit phrs if < n thr is no nit phrs x for whih < x <. W writ whn ovrs. Hss Digrm is wy of prsnting posts. A point (or vrtx) is plott for h nit phrs. Cnit phrs is lot highr on th ppr thn whnvr <. Th vrtis n r onnt y stright lin sgmnt (n g) whnvr. Hss igrms for two iffrnt posts n sn in Figur 1. Covring rltions in Post B r,, f, n f. If w try to sort th vrtis in Post A in Figur 1, possil rnks of vrtx is only 1 n possil rnks of vrtx is only 4. On th othr hn, possil rnks of vrtis n r 2 n 3. Thus, thr r two possil rnkings:,,, n,,,. In th post litrtur, rnkings r ll linr xtnsions of post. W n us th proility of possil rnks in orr to sort post. Rnk-intrvl of phrs n omput using its uppr n lowr sts. Givn S s st of lmnts, thn th uppr st of lmnt S is fin s Similrly, th lowr st is fin s U = {x S : x > } (5) L = {x S : x < } (6) Th rnk intrvl of lmnt n fin s U + 1 r S L (7) whr thr is rnking tht ssigns rnk r to lmnt. Th olltion of ll linr xtnsions of S is not s Ω. Th st Ω is finit ut gnrlly vry lrg. Mmrs of Ω r not y th symol ω, n th rnk whih ω ssigns to S is writtn s ω(). Th rnk-frquny istriution of lmnt is givn y f (r) = #{ω Ω : ω() = r} (8) n orrsponing umultiv rnk-frquny (CRF) istriution oms F (r) = f (1) + f (2) + + f (r) = #{ω Ω : ω() r}. (9) Fig. 2. Hss igrm for Post C n its linr xtnsion ision tr. Post C n its linr xtnsions ision tr r givn in Figur 2. Thr r six linr xtnsions of Post C n thr of thm ssign rnk 1 to lmnt, nottionlly f (1) = 3. Similrly, f (2) = 2 n f (3) = 1. Ptil n Tilli propos CRF oprtor for linrizing post [6]. Th oprtor uss umultiv rnk-frquny istriutions s nw initor vlus n rts nw post from th originl on. This oprtion is ppli itrtivly until th post oms linr. In othr wors, th finl post hs only on linr xtnsion tht givs th rnking of ojts. Th numr of linr xtnsions of post inrss with ftoril omplxity whn th numr of ojts in th post inrss. As rsult, numrting ll linr xtnsions of iggr posts oms omputtionlly impossil [6]. For iggr posts, Ptil n Tilli propos Mrkov Chin Mont Crlo (MCMC) smpling [6]. 2) Implmnttion Dtils: For h initor vlu, highr vlus shoul imply highr possiility to kyphrs. For this rson, w ngt th vlus of isprsion, first ourrn, h noun first ourrn n phrs lngth. Furthrmor, thr xists n xptionl s for phrs lngth. Phrss onsisting of lss numr of wors r gnrlly mor prfrr s kyphrss y uthors. Howvr, two-wor phrss r mor prfrr thn on-wor phrss [12]. For this xptionl s, phrs lngth of two-wor phrss is onsir s on n phrs lngth of on-wor phrss is onsir s two in th implmnttion. In xprimnts of our kyphrs xtrtion lgorithm, posts of nit phrss r usully ig posts. Thrfor, w first ru th numr of nit phrss y slting t most fifty nit phrss oring to th mipoints of thir rnk-intrvls. Aftrwrs, w pply MCMC smpling thniqu in linriztion of th posts. Finlly, first tn phrss in th sort list of th post r offr to usr s kyphrss of th oumnt. A. Corpor IV. EXPERIMENTS Two iffrnt orpor r us for xprimnts. First on is olltion of Turkish sintifi pprs otin from th onlin rhivs of Journl of Th Fulty of Enginring n 3

4 TABLE I SAMPLE KEYPHRASE EXTRACTION FOR GAZI UNIV. JOURNAL CORPUS TABLE III SAMPLE KEYPHRASE EXTRACTION FOR NEWS CORPUS Author Assign Author Assign İmlt Hürsi Uzmn Sistmlr Esnk İmlt Sistmlri Ypy Zk Uzmn Sistm İmlt Hürsi Root Tzgh İşlm Sırlmsı Uzmn Sistmin İmlt Sistmi Mkinn Algoritmlr Boşltm Tony Blir Ktolik Kilissi Eski İngiltr Bşknı Tony Blir Ktolik Ktolik Kilissin Byn Blir Yılın Kilis Sistmi Blir Bşkn İngiltr İşçi Prtisi TABLE II PERFORMANCE RESULT FOR GAZI UNIV. JOURNAL CORPUS TABLE IV PERFORMANCE RESULT FOR NEWS CORPUS Numr of Extrt Phrss Avrg Numr of Mths Avg. Numr of Author Assign Kyphrss Numr of Extrt Phrss Avrg Numr of Mths Avg. Numr of Author Assign Kyphrss TurKyX TurKyX KEA-TR prformn rsult is shown in Tl IV. All oumnts in th nws orpus r us in tsting for oth lgorithms. Arhittur of Gzi Univrsity. Th orpus ws rt y Pl [2]. Th orpus onsists of 60 pprs in txt formt n thir uthor-ssign kyphrss. Son orpus is olltion of nws rtils tkn from th w pgs of nwspprs n nws portls. Thr r totlly 30 nws rtils. This orpus ws rt y Klyilr [3]. B. Prformn Evlution Our lgorithm rturns 10 phrss s kyphrss of th oumnt (Tl I n Tl III). Phrss writtn in itli mth with uthor ssign kyphrss, or thy r onsir s sm. Prtilly mth phrss r not trt s orrt mth xpt tht thy rfr to sm prson; suh s Krimov for Islm Krimov. In ition, ronym of kyphrs is lso onsir s orrt mth. Smpl rsults of kyphrs xtrtion using multi-ritrion rnking () for Gzi Univrsity Journl orpus n sn in Tl I. Prformn omprison of with TurKyX [3] n Turkish Kyphrs Extrtion with KEA (KEA-TR) [2] for Gzi Univrsity Journl rtils is givn in Tl II. Prformn of lgorithms is givn for th first 5 n 10 phrss xtrt y th lgorithm. All oumnts in Gzi Univrsity Journl orpus r us in tsting for n TurKyX lgorithms. On th othr hn, 50 oumnts r us in trining n only 10 oumnts r us in tsting for KEA-TR lgorithm. Similr omprison is m for nws orpus. Smpl kyphrs xtrtion for nws orpus is givn in Tl III n V. CONCLUSION AND FUTURE WORK W propos mtho for utomting kyphrs xtrtion using multi-ritrion rnking. As sn in Tl II n Tl IV, our mtho outprforms TurKyX in oth orpor. In ition, th prformn of our mtho is vry los to KEA-TR. Howvr, th prformn of KEA-TR mtho pns on trining orpus. On th othr hn, our mtho os not rquir trining orpus, so th prformn os not hng rstilly from on orpus to nothr. For xmpl, th prformn of our mtho in oth orpor is qul whn fiv phrss r xtrt n th rsults r vry los for xtrt tn phrss. W vlop mtho for Turkish kyphrs xtrtion. Howvr, th mtho is suitl for xtning to lngugs othr thn Turkish. Using ountrprts for morphologil nlyzr, prt of sph tggr n stopwor list is suffiint for xtnsion. W xpt tht using rlil NP-Chunkr inrss prformn onsirly. Furthrmor, w think tht ing smnti fturs lik no gr in KEA++ [12] my nhn th prformn. ACKNOWLEDGMENTS This work is prtilly support y Th Sintifi n Thnil Counil of Turky Grnt TUBITAK EEEAG-107E151. REFERENCES [1] I. Wittn, G. Pyntr, E. Frnk, C. Gutwin, n C. Nvill-mnning, K: Prtil utomti kyphrs xtrtion, in Proings of Digitl Lirris 99 (DL 99), F 1999, pp

5 [2] N. Pl n I. Cikli, Turkish kyphrs xtrtion using k, in Proings of th 22n Intrntionl Symposium on Computr n Informtion Sins (ISCIS 2007), Ankr, Turky, Nov 2007, pp [3] F. Klyilr n I. Cikli, Turkyx: Turkish kyphrs xtrtor, in Proings of th 23r Intrntionl Symposium on Computr n Informtion Sins (ISCIS 2008), Istnul, Turky, Ot 2008, pp [4] K. Brkr n N. Cornhi, Using noun phrs hs to xtrt oumnt kyphrss, in Avns in Artifiil Intllign: 13th Binnil Confrn of th Cnin Soity for Computtionl Stuis of Intllign, AI 2000, Qu, Cn, My [5] P. Turny, Lrning lgorithms for kyphrs xtrtion, Informtion Rtrivl, vol. 2, pp , [6] G. Ptil n C. Tilli, Multipl initors, prtilly orr sts, n linr xtnsions: Multi-ritrion rnking n prioritiztion, Environmntl n Eologil Sttistis, vol. 11, no. 2, pp , Jun [7] T. Dylg n I. Cikli, A rul-s morphologil ismigutor for turkish, in Proings of Rnt Avns in Nturl Lngug Prossing (RANLP 2007), Borovts, Bulgri, 2007, pp [8] (2009, April) Turkish stopwors. [Onlin]. Avill: nl/stopwors/turkish.html [9] (2009, April) Zmrk. [Onlin]. Avill: nt [10] J.-L. Wu n A. M. Agogino, Automting kyphrs xtrtion with multi-ojtiv gnti lgorithms, in Proings of th 37th Annul Hwii Intrntionl Confrn on Systm Sins (HICSS 04) - Trk 4. Wshington, DC, USA: IEEE Computr Soity, 2004, p [11] A. Bookstin, S. Klin, n T. Rit, Clumping proprtis of ontntring wors, Journl of th Amrin Soity for Informtion Sin, vol. 49, pp. 49 2, [12] O. Mlyn n I. Wittn, Thsurus s utomti kyphrs inxing, in JCDL 06: Proings of th 6th ACM/IEEE-CS joint onfrn on Digitl lirris, 2006, pp

Outline. Binary Tree

Outline. Binary Tree Outlin Similrity Srh Th Nikolus Augstn Fr Univrsity of Bozn-Bolzno Fulty of Computr Sin DIS 1 Binry Rprsnttion of Tr Binry Brnhs Lowr Boun for th Eit Distn Unit 10 My 17, 2012 Nikolus Augstn (DIS) Similrity

More information

Oracle PL/SQL Programming Advanced

Oracle PL/SQL Programming Advanced Orl PL/SQL Progrmming Avn In orr to lrn whih qustions hv n nswr orrtly: 1. Print ths pgs. 2. Answr th qustions. 3. Sn this ssssmnt with th nswrs vi:. FAX to (212) 967-3498. Or. Mil th nswrs to th following

More information

Reading. Minimum Spanning Trees. Outline. A File Sharing Problem. A Kevin Bacon Problem. Spanning Trees. Section 9.6

Reading. Minimum Spanning Trees. Outline. A File Sharing Problem. A Kevin Bacon Problem. Spanning Trees. Section 9.6 Rin Stion 9.6 Minimum Spnnin Trs Outlin Minimum Spnnin Trs Prim s Alorithm Kruskl s Alorithm Extr:Distriut Shortst-Pth Alorithms A Fil Shrin Prolm Sy unh o usrs wnt to istriut il monst thmslvs. Btwn h

More information

Usability Test Checklist

Usability Test Checklist Crtifi Profssionl for Usility n Usr Exprin Usility Tsting (CPUX-UT) Vrsion.0, Jun 0 Pulishr: UXQB. V. Contt: info@uxq.org www.uxq.org Autorn: R. Molih, T. Gis, B. Rumml, O. Klug, K. Polkhn Contnt Lgn...

More information

Schedule C. Notice in terms of Rule 5(10) of the Capital Gains Rules, 1993

Schedule C. Notice in terms of Rule 5(10) of the Capital Gains Rules, 1993 (Rul 5(10)) Shul C Noti in trms o Rul 5(10) o th Cpitl Gins Ruls, 1993 Sttmnt to sumitt y trnsror o shrs whr thr is trnsr o ontrolling intrst Prt 1 - Dtils o Trnsror Nm Arss ROC No (ompnis only) Inom Tx

More information

Hospitals. Internal Revenue Service Information about Schedule H (Form 990) and its instructions is at www.irs.gov/form990.

Hospitals. Internal Revenue Service Information about Schedule H (Form 990) and its instructions is at www.irs.gov/form990. SCHEDULE H Hospitls OMB No. 1545-0047 (Form 990) Complt if th orgniztion nswr "Ys" to Form 990, Prt IV, qustion 20. Atth to Form 990. Opn to Puli Dprtmnt of th Trsury Intrnl Rvnu Srvi Informtion out Shul

More information

Distributed Systems Principles and Paradigms. Chapter 11: Distributed File Systems. Distributed File Systems. Example: NFS Architecture

Distributed Systems Principles and Paradigms. Chapter 11: Distributed File Systems. Distributed File Systems. Example: NFS Architecture Distriut Systms Prinipls n Prigms Mrtn vn Stn VU mstrm, Dpt. Computr Sin stn@s.vu.nl Chptr 11: Vrsion: Dmr 10, 2012 1 / 14 Gnrl gol Try to mk fil systm trnsprntly vill to rmot lints. 1. Fil mov to lint

More information

Algorithmic Aspects of Access Networks Design in B3G/4G Cellular Networks

Algorithmic Aspects of Access Networks Design in B3G/4G Cellular Networks Algorithmi Aspts o Ass Ntworks Dsign in BG/G Cllulr Ntworks Dvi Amzllg, Josph (Si) Nor,DnnyRz Computr Sin Dprtmnt Thnion, Hi 000, Isrl {mzllg,nny}@s.thnion..il Mirosot Rsrh On Mirosot Wy, Rmon, WA 980

More information

Uses for Binary Trees -- Binary Search Trees

Uses for Binary Trees -- Binary Search Trees CS122 Algorithms n Dt Struturs MW 11:00 m 12:15 pm, MSEC 101 Instrutor: Xio Qin Ltur 10: Binry Srh Trs n Binry Exprssion Trs Uss or Binry Trs Binry Srh Trs n Us or storing n rtriving inormtion n Insrt,

More information

IncrEase: A Tool for Incremental Planning of Rural Fixed Broadband Wireless Access Networks

IncrEase: A Tool for Incremental Planning of Rural Fixed Broadband Wireless Access Networks InrEs: A Tool or Inrmntl Plnning o Rurl Fix Bron Wirlss Ass Ntworks Giomo Brnri n Mhsh K. Mrin Shool o Inormtis Th Univrsity o Einurgh, UK Frnso Tlmon n Dmitry Rykovnov EOLO L NGI SpA, Miln, Itly Astrt

More information

Predicting Current User Intent with Contextual Markov Models

Predicting Current User Intent with Contextual Markov Models Priting Currnt Usr Intnt with Contxtul Mrkov Mols Juli Kislv, Hong Thnh Lm, Mykol Phnizkiy Dprtmnt of Computr Sin Einhovn Univrsity of Thnology P.O. Box 513, NL-5600MB, th Nthrlns {t.l.hong, j.kislv, m.phnizkiy}@tu.nl

More information

Link-Disjoint Paths for Reliable QoS Routing

Link-Disjoint Paths for Reliable QoS Routing Link-Disjoint Pths or Rlil QoS Routing Yuhun Guo, Frnno Kuiprs n Pit Vn Mighm # Shool o Eltril n Inormtion Enginring, Northrn Jiotong Univrsity, Bijing, 000, P.R. Chin Fulty o Inormtion Thnology n Systms,

More information

Enhancing Downlink Performance in Wireless Networks by Simultaneous Multiple Packet Transmission

Enhancing Downlink Performance in Wireless Networks by Simultaneous Multiple Packet Transmission Enhning Downlink Prormn in Wirlss Ntworks y Simultnous Multipl Pkt Trnsmission Zhngho Zhng n Yunyun Yng Dprtmnt o Eltril n Computr Enginring, Stt Univrsity o Nw York, Stony Brook, NY 11794, USA Astrt In

More information

Menu Structure. Section 5. Introduction. General Functions Menu

Menu Structure. Section 5. Introduction. General Functions Menu Menu Structure Section 5 Introduction General Functions Menu Most workstation functions are accessed by menu selections. This section explains the menu structure and provides a tree structured view of

More information

Where preparation meets opportunity. My Academic Planner. Early Academic Outreach Program (EAOP)

Where preparation meets opportunity. My Academic Planner. Early Academic Outreach Program (EAOP) Whr prprtion mts opportunity. My Ami Plnnr Erly Ami Outrh Prorm (EAOP) Follow this 4-stp pln to prpr or mission to th Univrsity o Cliorni (UC), Cliorni Stt Univrsity (CSU) n mny inpnnt olls with similr

More information

Network Decoupling for Secure Communications in Wireless Sensor Networks

Network Decoupling for Secure Communications in Wireless Sensor Networks Ntwork Doupling for Sur Communitions in Wirlss Snsor Ntworks Wnjun Gu, Xiol Bi, Srirm Chllppn n Dong Xun Dprtmnt of Computr Sin n Enginring Th Ohio-Stt Univrsity, Columus, Ohio 43210 1277 Emil: gu, ixi,

More information

Higher. Exponentials and Logarithms 160

Higher. Exponentials and Logarithms 160 hsn uknt Highr Mthmtics UNIT UTCME Eponntils nd Logrithms Contnts Eponntils nd Logrithms 6 Eponntils 6 Logrithms 6 Lws of Logrithms 6 Eponntils nd Logrithms to th Bs 65 5 Eponntil nd Logrithmic Equtions

More information

Approximate Subtree Identification in Heterogeneous XML Document Collections

Approximate Subtree Identification in Heterogeneous XML Document Collections Approximat Sutr Intiiation in Htrognous XML Doumnt Colltions Ismal Sanz 1, Maro Msiti 2, Giovanna Gurrini 3 an Raal Brlanga 1 1 Univrsitat Jaum I, Spain 2 Univrsità gli Stui i Milano, Italy 3 Univrsità

More information

11 + Non-verbal Reasoning

11 + Non-verbal Reasoning Prti Tst + Non-vrl Rsoning R th instrutions rfully. Do not gin th tst or opn th ooklt until tol to o so. Work s quikly n s rfully s you n. Cirl th orrt lttr from th options givn to nswr h qustion. You

More information

Diagram Editing with Hypergraph Parser Support

Diagram Editing with Hypergraph Parser Support Copyright 1997 IEEE. Pulish in th Proings o VL 97, Sptmr 23-26, 1997 in Cpri, Itly. Prsonl us o this mtril is prmitt. Howvr, prmission to rprint/rpulish this mtril or vrtising or promotionl purposs or

More information

Revised Conditions (January 2009) LLOYDS BANKING GROUP SHARE ISA CONDITIONS

Revised Conditions (January 2009) LLOYDS BANKING GROUP SHARE ISA CONDITIONS Rvis Conitions (Jnury 2009) LLOYDS BANKING GROUP SHARE ISA CONDITIONS Contnts 1 Who r th prtis?... 2 Wht o wors n phrss in ol typ mn?... 3 Whn i my pln strt?... 4 How o I invst in my pln?... 5 Who owns

More information

Operational Procedure: ACNC Data Breach Response Plan

Operational Procedure: ACNC Data Breach Response Plan OP 2015/03 Oprtionl Prour: ACNC Dt Brh Rspons Pln This Oprtionl Prour is issu unr th uthority of th Assistnt Commissionr Gnrl Counsl n shoul r togthr with th ACNC Poliy Frmwork, whih sts out th sop, ontxt

More information

Last time Interprocedural analysis Dimensions of precision (flow- and context-sensitivity) Flow-Sensitive Pointer Analysis

Last time Interprocedural analysis Dimensions of precision (flow- and context-sensitivity) Flow-Sensitive Pointer Analysis Flow-Insnsitiv Pointr Anlysis Lst tim Intrprocurl nlysis Dimnsions of prcision (flow- n contxt-snsitivity) Flow-Snsitiv Pointr Anlysis Toy Flow-Insnsitiv Pointr Anlysis CIS 570 Lctur 12 Flow-Insnsitiv

More information

Chapter 3 Chemical Equations and Stoichiometry

Chapter 3 Chemical Equations and Stoichiometry Chptr Chmicl Equtions nd Stoichiomtry Homwork (This is VERY importnt chptr) Chptr 27, 29, 1, 9, 5, 7, 9, 55, 57, 65, 71, 75, 77, 81, 87, 91, 95, 99, 101, 111, 117, 121 1 2 Introduction Up until now w hv

More information

GENERAL REGULATIONS FOR DEGREES BY RESEARCH AND THESIS

GENERAL REGULATIONS FOR DEGREES BY RESEARCH AND THESIS REG/14/463(1) 2014-15 GENERAL REGULATIONS FOR DEGREES BY RESEARCH AND THESIS Applil to stunts in ll Stgs/yrs of progrmms Ths Gnrl Rgultions, pprov y th Univrsity Snt, st out th rquirmnts for rsrh wrs ssss

More information

Discovering Block-Structured Process Models From Event Logs Containing Infrequent Behaviour

Discovering Block-Structured Process Models From Event Logs Containing Infrequent Behaviour Disovring Blok-Strutur Pross Mols From Evnt Logs Contining Infrqunt Bhviour Snr J.J. Lmns, Dirk Fhln, n Wil M.P. vn r Alst Einhovn Univrsity of Thnology, th Nthrlns {s.j.j.lmns,.fhln, w.m.p.v..lst}@tu.nl

More information

One Ring to Rule them All: Service Discovery and Binding in Structured Peer-to-Peer Overlay Networks

One Ring to Rule them All: Service Discovery and Binding in Structured Peer-to-Peer Overlay Networks On Ring to Rul thm All: Srvi Disovry n Bining in Strutur Pr-to-Pr Ovrly Ntworks Migul Cstro Mirosot Rsrh, J J Thomson Clos, Cmrig, CB 0FB, UK. mstro@mirosot.om Ptr Drushl Ri Univrsity, 100 Min Strt, MS-1,

More information

Discovering Petri Nets From Event Logs

Discovering Petri Nets From Event Logs Disovring Ptri Nts From Evnt Logs W.M.P. vn r Alst n B.F. vn Dongn Dprtmnt of Mthmtis n Computr Sin, Thnish Univrsitit Einhovn, Th Nthrlns. {W.M.P.v..Alst,B.F.v.Dongn}@tu.nl Astrt. As informtion systms

More information

MANAGEMENT OF INFORMATION SECURITY AND FORENSICS

MANAGEMENT OF INFORMATION SECURITY AND FORENSICS MANAGEMENT OF INFORMATION SECURITY AND FORENSICS CS 307 Ctlog Dsription PREREQUISITE: CS 0. Stuy of informtion surity n igitl fornsis using prtil s stuis. Emphsis is on vloping surity poliis, surity mngmnt

More information

A Note on Approximating. the Normal Distribution Function

A Note on Approximating. the Normal Distribution Function Applid Mathmatical Scincs, Vol, 00, no 9, 45-49 A Not on Approimating th Normal Distribution Function K M Aludaat and M T Alodat Dpartmnt of Statistics Yarmouk Univrsity, Jordan Aludaatkm@hotmailcom and

More information

5.4 Exponential Functions: Differentiation and Integration TOOTLIFTST:

5.4 Exponential Functions: Differentiation and Integration TOOTLIFTST: .4 Eponntial Functions: Diffrntiation an Intgration TOOTLIFTST: Eponntial functions ar of th form f ( ) Ab. W will, in this sction, look at a spcific typ of ponntial function whr th bas, b, is.78.... This

More information

SEE PAGE 2 FOR BRUSH MOTOR WIRING SEE PAGE 3 FOR MANUFACTURER SPECIFIC BLDC MOTOR WIRING EXAMPLES A

SEE PAGE 2 FOR BRUSH MOTOR WIRING SEE PAGE 3 FOR MANUFACTURER SPECIFIC BLDC MOTOR WIRING EXAMPLES A 0V TO 0V SUPPLY +0V TO +0V RS85 ONVRTR 9 TO OM PORT ON P TO P OM PORT US 9600 U 8IT, NO PRITY, STOP, NO FLOW TRL. OPTO SNSOR # +0V TO +0V RS85 RS85 OPTO SNSOR # PHOTO TRNSISTOR OPTO SNSOR # L TO OTHR Z

More information

The Swedish Radiation Protection Institute s Regulations on X- ray Diagnostics;

The Swedish Radiation Protection Institute s Regulations on X- ray Diagnostics; SSI FS 2000:2 Th Swish Rition Prottion Institut s Rgultions on X- ry Dignostis; issu on April 28, 2000. On th sis of 7 of th Rition Prottion Orinn (1988:293) n ftr onsulttion with th Ntionl Bor of Hlth

More information

P U B L I C A T I O N I N T E R N E 1800 PARTIAL ORDER TECHNIQUES FOR DISTRIBUTED DISCRETE EVENT SYSTEMS: WHY YOU CAN T AVOID USING THEM

P U B L I C A T I O N I N T E R N E 1800 PARTIAL ORDER TECHNIQUES FOR DISTRIBUTED DISCRETE EVENT SYSTEMS: WHY YOU CAN T AVOID USING THEM I R I P U B L I C A T I O N I N T E R N E 1800 N o S INSTITUT DE RECHERCHE EN INFORMATIQUE ET SYSTÈMES ALÉATOIRES A PARTIAL ORDER TECHNIQUES FOR DISTRIBUTED DISCRETE EVENT SYSTEMS: WHY YOU CAN T AVOID

More information

Fundamentals of Tensor Analysis

Fundamentals of Tensor Analysis MCEN 503/ASEN 50 Chptr Fundmntls of Tnsor Anlysis Fll, 006 Fundmntls of Tnsor Anlysis Concpts of Sclr, Vctor, nd Tnsor Sclr α Vctor A physicl quntity tht cn compltly dscrid y rl numr. Exmpl: Tmprtur; Mss;

More information

Economics 340: International Economics Andrew T. Hill Nontariff Barriers to Trade

Economics 340: International Economics Andrew T. Hill Nontariff Barriers to Trade Eonomis 340: Intrntionl Eonomis Anrw T. Hill Nontri Brrirs to Tr Txtook Rings: ugl & Linrt, Intrntionl Eonomis, 11th Eition, pp. 139-162. 10th Eition, pp. 133-153. Txtook W Sit: Ky Grph 3 t http://www.mhh.om/onomis/pugl

More information

AC Circuits Three-Phase Circuits

AC Circuits Three-Phase Circuits AC Circuits Thr-Phs Circuits Contnts Wht is Thr-Phs Circuit? Blnc Thr-Phs oltgs Blnc Thr-Phs Connction Powr in Blncd Systm Unblncd Thr-Phs Systms Aliction Rsidntil Wiring Sinusoidl voltg sourcs A siml

More information

Homeomorphic Alignment of Weighted Trees

Homeomorphic Alignment of Weighted Trees Author mnusript, pulish in "Pttrn Rogn., 8 (00) 97--99" DOI : 0.06/j.ptog.00.0.05 Homomorphi Alignmnt o Wight Trs Bnjmin Rynl, Mihl Coupri, Vnsls Biri Univrsité Pris-Est,Lortoir Inormtiqu Gspr Mong, Equip

More information

Summary of changes to Regulations recommended to the Senate by Graduate School Management Committee. Changed wording is shown in bold italics.

Summary of changes to Regulations recommended to the Senate by Graduate School Management Committee. Changed wording is shown in bold italics. Summry of hngs to Rgultions rommn to th Snt y Grut Shool Mngmnt Committ. Chng woring is shown in ol itlis. Gnrl Rgultions for Dgrs y Rsrh n Thsis 1. Inlusion of th Dotor of Miin (MD) wr throughout. 2.

More information

Dinh Hong Giang 1,2, Ed Sarobol 2, * and Sutkhet Nakasathien 2 ABSTRACT

Dinh Hong Giang 1,2, Ed Sarobol 2, * and Sutkhet Nakasathien 2 ABSTRACT Kstsrt J. (Nt. Si.) 49 : 1-12 (215) Et o Plnt Dnsity n Nitrogn Frtilizr Rt on Growth, Nitrogn Us Eiiny n Grin Yil o Dirnt Miz Hyris unr Rin Conitions in Southrn Vitnm Dinh Hong Ging 1,2, E Srool 2, * n

More information

Industry regulations Jurisdictional regulations Legal defensibility Legal frameworks Legal research

Industry regulations Jurisdictional regulations Legal defensibility Legal frameworks Legal research A Dutis, Tsks, n Stps Mnging Informtion Risk n Complin 1 Monitor lgl n rgultory lnsp Engg with lgl prtmnt n othr stkholrs Intify n intrprt xisting pplil lws of ll jurisitions n rgultions Intify rsours

More information

Level 3. Monday FRACTIONS ⅔ ⅗ 2) ⅔ =?/18. 1) What is a) ⅕ of 30? b) ⅖ of 30?

Level 3. Monday FRACTIONS ⅔ ⅗ 2) ⅔ =?/18. 1) What is a) ⅕ of 30? b) ⅖ of 30? 2014 Th Wkly Pln. All rights rsrv. Mony 2) ⅔ =?/18 1) Wht is ) ⅕ o 30? ) ⅖ o 30? 4) Us or = to show th rltionship twn th ollowing rtions: 3) Writ n quivlnt rtion or ½ ⅔ ⅗ 5) Brook pik ouqut o 24 lowrs.

More information

1. Number of questions to be answered: ALL Multiple Choice (Section A) and 3 from 5 of the short answer questions (Section B)

1. Number of questions to be answered: ALL Multiple Choice (Section A) and 3 from 5 of the short answer questions (Section B) LEEDS METROPOLITAN UNIVERSITY UK Cntr for Evnts Mngmnt (RESIT) Moul Titl: Evnts Mrkting Ativitis Ami Yr: 2011/12 Lvl: 4 Smstr: 2 Cours: BA(Hons)/ HND Evnt Mngmnt Intrnl Exminrs: Exmintion Dt: 2 n July

More information

ROBERT D. MCHUGH, JR., Ph.D. FINANCIAL MARKETS FORECAST & ANALYSIS A Publication of Main Line Investors, Inc.

ROBERT D. MCHUGH, JR., Ph.D. FINANCIAL MARKETS FORECAST & ANALYSIS A Publication of Main Line Investors, Inc. ROBERT D. MCHUGH, JR., Ph.D. FINANCIAL MARKETS FORECAST & ANALYSIS A Pulition of Min Lin Invstors, In. Mjor Stok Mrkt Tops of th Pst Cntury y Rort D. MHugh, Ph.D. Frury 12th, 2007 Thr is stok pri pttrn

More information

Important result on the first passage time and its integral functional for a certain diffusion process

Important result on the first passage time and its integral functional for a certain diffusion process Lcturs Mtmátics Volumn 22 (21), págins 5 9 Importnt rsult on th first pssg tim nd its intgrl functionl for crtin diffusion procss Yousf AL-Zlzlh nd Bsl M. AL-Eidh Kuwit Univrsity, Kuwit Abstrct. In this

More information

Back left Back right Front left Front right. Blue Shield of California. Subscriber JOHN DOE. a b c d

Back left Back right Front left Front right. Blue Shield of California. Subscriber JOHN DOE. a b c d Smpl ID r n sription o trms Bk lt Bk right Front lt Front right Provirs: Pls il ll lims with your lol BluCross BluShil lins in whos srvi r th mmr riv srvis or, whn Mir is primry, il ll Mir lims with Mir.

More information

Upward Planar Drawings of Series-Parallel Digraphs with Maximum Degree Three

Upward Planar Drawings of Series-Parallel Digraphs with Maximum Degree Three Upwr Plnr Drwins of ris-prlll Dirps wit Mximum Dr Tr (Extn Astrt) M. Aul Hssn m n M. iur Rmn Dprtmnt of Computr in n Eninrin, Bnls Univrsity of Eninrin n Tnoloy (BUET). {sm,siurrmn}@s.ut.. Astrt. An upwr

More information

CompactPCI Connectors acc. to PIGMG 2.0 Rev. 3.0

CompactPCI Connectors acc. to PIGMG 2.0 Rev. 3.0 Ctlog E 074486 08/00 Eition ComptPCI Conntors. to PIGMG.0 Rv. 3.0 Gnrl Lt in 999 PCI Inustril Computr Mnufturrs Group (PICMG) introu th nw rvision 3.0 of th ComptPCI Cor Spifition. Vrsion 3.0 of this spifition

More information

Standard Conditions for Street Traders The Royal Borough of Kensington and Chelsea. Revised standard conditions for street trading

Standard Conditions for Street Traders The Royal Borough of Kensington and Chelsea. Revised standard conditions for street trading Stnr Conitions or Strt Trrs Th Royl Borough o Knsington n Chls Rvis stnr onitions or strt tring Th Royl Borough o Knsington n Chls strt tring linss stnr onitions 2006 1 Dinitions Th ollowing xprssions

More information

Functional Valuation of Ecosystem Services on Bonaire

Functional Valuation of Ecosystem Services on Bonaire Funtionl Vlution of Eosystm Srvis on Bonir - An ologil nlysis of osystm funtions provi y orl rfs - Ingri J.M. vn Bk MS Aquultur n Fishris Spilistion Mrin Rsours n Eology Wgningn Univrsity Th Nthrlns MS-

More information

Ratio and Proportion

Ratio and Proportion Rtio nd Proportion Rtio: The onept of rtio ours frequently nd in wide vriety of wys For exmple: A newspper reports tht the rtio of Repulins to Demorts on ertin Congressionl ommittee is 3 to The student/fulty

More information

Total Trans Fat Content in Commercially Available Hydrogenated Vegetable Oils

Total Trans Fat Content in Commercially Available Hydrogenated Vegetable Oils Pkistn Journl of Nutrition 11 (2): 145-149, 2012 ISSN 1680-5194 Asin Ntwork for Sintifi Informtion, 2012 Totl Trns Ft Contnt in Commrilly Avill Hyrognt Vgtl Oils 1 1 1 Ri Nz, Fqir Muhmm Anjum, Ghulm Rsool,

More information

How To Get A Usb Power Button On Your Computer (For A Free) For A Year (For Free) (For An Ipad) (Free) (Apple) (Mac) (Windows) (Power) (Net) (Winows

How To Get A Usb Power Button On Your Computer (For A Free) For A Year (For Free) (For An Ipad) (Free) (Apple) (Mac) (Windows) (Power) (Net) (Winows Quik Stup Gui Strt Hr DCP-9270CDN Pls r Sfty n Lgl Booklt first for you st up your mhin. Thn, pls r this Quik Stup Gui for th orrt stup n instlltion. To viw th Quik Stup Gui in othr lngugs, pls visit http://solutions.rothr.om/.

More information

Change Your History How Can Soccer Knowledge Improve Your Business Processes?

Change Your History How Can Soccer Knowledge Improve Your Business Processes? Symposium Inuurl Lctur o Hjo Rijrs, VU, 26-6-2015 Chn Your History How Cn Soccr Knowl Improv Your Businss Procsss? Wil vn r Alst TU/ n DSC/ 1970 born Oostrbk 1988-1992 CS TU/ 1992-1994 TS TU/ 1994-1996

More information

The example is taken from Sect. 1.2 of Vol. 1 of the CPN book.

The example is taken from Sect. 1.2 of Vol. 1 of the CPN book. Rsourc Allocation Abstract This is a small toy xampl which is wll-suitd as a first introduction to Cnts. Th CN modl is dscribd in grat dtail, xplaining th basic concpts of C-nts. Hnc, it can b rad by popl

More information

Maximum area of polygon

Maximum area of polygon Mimum re of polygon Suppose I give you n stiks. They might e of ifferent lengths, or the sme length, or some the sme s others, et. Now there re lots of polygons you n form with those stiks. Your jo is

More information

1 Fractions from an advanced point of view

1 Fractions from an advanced point of view 1 Frtions from n vne point of view We re going to stuy frtions from the viewpoint of moern lger, or strt lger. Our gol is to evelop eeper unerstning of wht n men. One onsequene of our eeper unerstning

More information

University of Mumbai Application for selection as Best College

University of Mumbai Application for selection as Best College Univrsity o Mumi Applition or sltion s Bst Collg 1 Inormtion o th Sponsoring Soity Nm o th Sponsoring Soity with Rgistrtion No. Nms o th Bor o Trusts Whthr Sponsoring Soity is running ny othr Institutions

More information

An overview on XML similarity: background, current trends and future directions

An overview on XML similarity: background, current trends and future directions Sumitt to Elsvi Sin An ovviw on XML simility: kgoun, unt tns n futu itions Jo Tkli, Rih Chi *, n Kokou Ytongnon LE2I Lotoy UMR-CNRS, Univsity of Bougogn, 21078 Dijon Cx Fn ABSTRACT In nt ys, XML hs n stlish

More information

Graph Theoretical Analysis and Design of Multistage Interconnection Networks

Graph Theoretical Analysis and Design of Multistage Interconnection Networks 637 I TRNSTIONS ON OMPUTRS, VOL. -32, NO. 7, JULY 1983 [39].. svnt,.. jski, n. J. Kuck, "utomtic sign wit pnnc grps," in Proc. 17t s. utomt. on, I omput. Soc. TMSI, 1980, pp. 506-515. [40] M.. Mcrln, "

More information

MATH PLACEMENT REVIEW GUIDE

MATH PLACEMENT REVIEW GUIDE MATH PLACEMENT REVIEW GUIDE This guie is intene s fous for your review efore tking the plement test. The questions presente here my not e on the plement test. Although si skills lultor is provie for your

More information

the machine and check the components Black Yellow Cyan Magenta

the machine and check the components Black Yellow Cyan Magenta Quik Stup Gui Strt Hr MFC-J6510DW MFC-J6710DW Pls r Sfty n Lgl ooklt first for you st up your mhin. Thn, pls r this Quik Stup Gui for th orrt stup n instlltion. WARNING CAUTION WARNING inits potntilly

More information

c b 5.00 10 5 N/m 2 (0.120 m 3 0.200 m 3 ), = 4.00 10 4 J. W total = W a b + W b c 2.00

c b 5.00 10 5 N/m 2 (0.120 m 3 0.200 m 3 ), = 4.00 10 4 J. W total = W a b + W b c 2.00 Chter 19, exmle rolems: (19.06) A gs undergoes two roesses. First: onstnt volume @ 0.200 m 3, isohori. Pressure inreses from 2.00 10 5 P to 5.00 10 5 P. Seond: Constnt ressure @ 5.00 10 5 P, isori. olume

More information

Two Concepts of Causation Ned Hall

Two Concepts of Causation Ned Hall Two Conpts of Custion N Hll 1 Introution Custion, unrstoo s rltion btwn vnts, oms in t lst two bsi n funmntlly iffrnt vritis. On of ths, whih I ll pnn, is simply tht: ountrftul pnn btwn wholly istint vnts.

More information

Particle size distributions by laser diffraction: sensitivity of granular matter strength to analytical operating procedures

Particle size distributions by laser diffraction: sensitivity of granular matter strength to analytical operating procedures Soli Erth, 1, 5 8, 1 www.soli-rth.nt/1/5/1/ Author(s) 1. This work is istriut unr th Crtiv Commons Attriution 3. Lins. Soli Erth Prtil siz istriutions y lsr iffrtion: snsitivity of grnulr mttr strngth

More information

ESCI 241 Meteorology Lesson 6 Humidity

ESCI 241 Meteorology Lesson 6 Humidity ESCI 41 Mtorology Lsson 6 Humiity Raing: MT Chatr 5 PARTIAL PRESSURE In a mixtur of gass, ach gas scis contributs to th total rssur. ο Th rssur xrt by a singl gas scis is known as th artial rssur for that

More information

Matching Execution Histories of Program Versions

Matching Execution Histories of Program Versions Mt Exuto Hstors o Prorm Vrsos Xyu Z Rv Gupt Dprtmt o Computr S T Uvrsty o Arzo Tuso, Arzo 85721 {xyz,upt}@s.rzo.u ABSTRACT W vlop mto or mt ym stors o prorm xutos o two prorm vrsos. T mts prou usul my

More information

SEE PAGE 2 FOR BRUSH MOTOR WIRING SEE PAGE 3 FOR MANUFACTURER SPECIFIC BLDC MOTOR WIRING EXAMPLES

SEE PAGE 2 FOR BRUSH MOTOR WIRING SEE PAGE 3 FOR MANUFACTURER SPECIFIC BLDC MOTOR WIRING EXAMPLES V TO 0V SUPPLY TO P OM PORT GROUN +0V TO +0V RS85 ONVRTR 9 TO OM PORT ON P US 9600 U 8IT, NO PRITY, STOP, NO FLOW TRL. NOT: INSTLL SHORTING JUMPR ON FOR V-5V OPRTION. JUMPR MUST RMOV FOR VOLTGS >5V TO

More information

Net Promoter Industry Report

Net Promoter Industry Report Nt Promotr Inustry Rport US CONSUMER 2014 A I R L I N E S TRAVEL & HOSPITALITY AIRLINES HOTELS S A T M E T R I X. C O M / B E N C H M A R K I N G Also Avill In th Stmtrix 2014 US Consumr Rport Sris FINANCIAL

More information

Five-Layer Density Column

Five-Layer Density Column Five-Layer ensity olumn density column consists of layers of liquids of different densities which do not mix with each other, and which are clearly distinguishable from each other. The highest density

More information

Question 3: How do you find the relative extrema of a function?

Question 3: How do you find the relative extrema of a function? ustion 3: How do you find th rlativ trma of a function? Th stratgy for tracking th sign of th drivativ is usful for mor than dtrmining whr a function is incrasing or dcrasing. It is also usful for locating

More information

Module 5. Three-phase AC Circuits. Version 2 EE IIT, Kharagpur

Module 5. Three-phase AC Circuits. Version 2 EE IIT, Kharagpur Module 5 Three-hse A iruits Version EE IIT, Khrgur esson 8 Three-hse Blned Suly Version EE IIT, Khrgur In the module, ontining six lessons (-7), the study of iruits, onsisting of the liner elements resistne,

More information

A MESSAGE FROM CLAIMTEK

A MESSAGE FROM CLAIMTEK A MESSAGE FROM CLAIMTEK Dr Hlthr Billing Profssionl, Thnk you for tking tim to rviw this rohur. If you'v n looking for mil prti mngmnt n illing softwr tht mks your work sy, urt, n njoyl, MOffi is your

More information

Process Mining Making Sense of Processes Hidden in Big Event Data

Process Mining Making Sense of Processes Hidden in Big Event Data Pross Minin Mkin Sns o Prosss Hin in Bi Evnt Dt EIS Colloquium, 7-12-2012, TU/, Einovn Wil vn r Alst www.prossminin.or omplin-orint qustions, prolms n solutions prormn-orint qustions, prolms n solutions

More information

Distributed Process Discovery and Conformance Checking

Distributed Process Discovery and Conformance Checking Distriut Pross Disovry n Conormn Chkin Wil M.P. vn r Alst 1,2 1 Einhovn Univrsity o Thnoloy, Einhovn, Th Nthrlns 2 Qunsln Univrsity o Thnoloy, Brisn, Austrli www.vlst.om Astrt. Pross minin thniqus hv mtur

More information

Rotating DC Motors Part II

Rotating DC Motors Part II Rotting Motors rt II II.1 Motor Equivlent Circuit The next step in our consiertion of motors is to evelop n equivlent circuit which cn be use to better unerstn motor opertion. The rmtures in rel motors

More information

Taiwan Stock Forecasting with the Genetic Programming

Taiwan Stock Forecasting with the Genetic Programming Procings of th 2011 Confrnc on Tchnologis an Applications of Artificial Intllignc (TAAI 2011) Taiwan Stock Forcasting with th Gntic Programming Siao-Ming Jhou, Chang-Biau Yang an Hung-Hsin Chn Dpartmnt

More information

SecurView 6-0-6 Antivirus Software Installation

SecurView 6-0-6 Antivirus Software Installation SurViw 6-0-6 Antivirus Sotwr Instlltion 1. Introdution Antivirus sotwr is n tiv wy to ombt omputr viruss, trojns, worms, nd othr mliious sotwr tht my ttmpt to ompromis th intgrity o systm. It is ssntil

More information

50 MATHCOUNTS LECTURES (10) RATIOS, RATES, AND PROPORTIONS

50 MATHCOUNTS LECTURES (10) RATIOS, RATES, AND PROPORTIONS 0 MATHCOUNTS LECTURES (0) RATIOS, RATES, AND PROPORTIONS BASIC KNOWLEDGE () RATIOS: Rtios re use to ompre two or more numers For n two numers n ( 0), the rtio is written s : = / Emple : If 4 stuents in

More information

Quality and Pricing for Outsourcing Service: Optimal Contract Design

Quality and Pricing for Outsourcing Service: Optimal Contract Design Qulity nd Pricing for Outsourcing Srvic: Optiml Contrct Dsign Smr K. Mukhopdhyy Univrsity of Wisconsin-Milwuk Co-uthor: Xiowi Zhu, Wst Chstr Univrsity of PA Third nnul confrnc, POMS Collg of Srvic Oprtions

More information

MANUFACTURING EXPERIENCE EXPERTISE

MANUFACTURING EXPERIENCE EXPERTISE MNUFTURING XPRIN XPRTIS Manufacturing to Strict Standards Parts produced under numbers that begin with N, MS and NS were originally designed for aerospace applications, although many are equally suited

More information

Words Symbols Diagram. abcde. a + b + c + d + e

Words Symbols Diagram. abcde. a + b + c + d + e Logi Gtes nd Properties We will e using logil opertions to uild mhines tht n do rithmeti lultions. It s useful to think of these opertions s si omponents tht n e hooked together into omplex networks. To

More information

Econ 371: Answer Key for Problem Set 1 (Chapter 12-13)

Econ 371: Answer Key for Problem Set 1 (Chapter 12-13) con 37: Answr Ky for Problm St (Chaptr 2-3) Instructor: Kanda Naknoi Sptmbr 4, 2005. (2 points) Is it possibl for a country to hav a currnt account dficit at th sam tim and has a surplus in its balanc

More information

JG, LG 2/6 3/6 NG, PG

JG, LG 2/6 3/6 NG, PG s Cylinr Lok Kit for Stor Enrgy Oprtor ( SEO ) Dispositivo bloquo por llv pr ionminto motorizo. ( SEO ) Dispositf vrrouillg séurité pour ommn motorisé. ( SEO ) Instlltion Instrutions / Instrutivo Instlión

More information

Appendix D: Completing the Square and the Quadratic Formula. In Appendix A, two special cases of expanding brackets were considered:

Appendix D: Completing the Square and the Quadratic Formula. In Appendix A, two special cases of expanding brackets were considered: Appendi D: Completing the Squre nd the Qudrtic Formul Fctoring qudrtic epressions such s: + 6 + 8 ws one of the topics introduced in Appendi C. Fctoring qudrtic epressions is useful skill tht cn help you

More information

1 Look at the text in each question. What does it say? Circle the correct letter A, B or C. Example

1 Look at the text in each question. What does it say? Circle the correct letter A, B or C. Example NME: SHOOL: TEHER: HOW LONG RE YOU LERNING ENGLISH?: YERS YILL (NYELVI ELİKÉSZÍTİS OSZTÁLY JÁR?) YES NO LIL (KÉTTNNYELVŐ OKTTÁSN RÉSZESÜL?) YES NO 1 Look t th txt in h qustion. Wht os it sy? irl th orrt

More information

Angles 2.1. Exercise 2.1... Find the size of the lettered angles. Give reasons for your answers. a) b) c) Example

Angles 2.1. Exercise 2.1... Find the size of the lettered angles. Give reasons for your answers. a) b) c) Example 2.1 Angles Reognise lternte n orresponing ngles Key wors prllel lternte orresponing vertilly opposite Rememer, prllel lines re stright lines whih never meet or ross. The rrows show tht the lines re prllel

More information

Regular Sets and Expressions

Regular Sets and Expressions Regulr Sets nd Expressions Finite utomt re importnt in science, mthemtics, nd engineering. Engineers like them ecuse they re super models for circuits (And, since the dvent of VLSI systems sometimes finite

More information

1 GSW IPv4 Addressing

1 GSW IPv4 Addressing 1 For s long s I ve een working with the Internet protools, people hve een sying tht IPv6 will e repling IPv4 in ouple of yers time. While this remins true, it s worth knowing out IPv4 ddresses. Even when

More information

CPS 220 Theory of Computation REGULAR LANGUAGES. Regular expressions

CPS 220 Theory of Computation REGULAR LANGUAGES. Regular expressions CPS 22 Thory of Computation REGULAR LANGUAGES Rgular xprssions Lik mathmatical xprssion (5+3) * 4. Rgular xprssion ar built using rgular oprations. (By th way, rgular xprssions show up in various languags:

More information

E X C H A N G E R U L E S A N D C L E A R I N G R U L E S O F N A S D A Q O M X D E R I V A T I V E S M A R K E T S

E X C H A N G E R U L E S A N D C L E A R I N G R U L E S O F N A S D A Q O M X D E R I V A T I V E S M A R K E T S E X C H A N G E R U L E S A N D C L E A R I N G R U L E S O F N A S D A Q O M X D E R I V A T I V E S M A R K E T S Fair Valu 1 Valuation Variabls Tabl 1 blow shows th variabls us in th rspctiv valuation

More information

REFUGEE PERCEPTIONS STUDY

REFUGEE PERCEPTIONS STUDY OXFAM RESEARCH REPORTS JUNE 2014 REFUGEE PERCEPTIONS STUDY Z tri Cmp n Host Communitis in Jorn BRYANT CASTRO SERRATO OXFAM GB This stuy ims to ssss th ns of rfugs from Syri rsiing in Jorn y looking t oth

More information

SKILL TEST IR(H) HELICOPTER SE ME Application and report form A. Udfyldes af ansøgeren/to be filled out by the applicant:

SKILL TEST IR(H) HELICOPTER SE ME Application and report form A. Udfyldes af ansøgeren/to be filled out by the applicant: SKILL TEST IR(H) HELICOPTER SE ME Applition n rport orm A. Uyls nsørn/to ill out y th pplint: CPR-nr./Dt o Birth: Crtiikt nr./lin no.: (I ny) Ustn Stt/Stt o Lin Issu: Fornvn/First nm(s): Etrnvn/Lst nm:

More information

DATA MANAGEMENT POLICY

DATA MANAGEMENT POLICY Dt Mngmnt Poly Etv: 2 Mrh 2011. R-ssu: 1 Sptmr 2011 DATA MANAGEMENT POLICY IMPORTANT NOTICE Durng th Am Yr 2011-2012, th Unvrsty wll rvsng ts ntrnl struturs whh, mongst othr thngs, my rsult n th rplmnt

More information

1. Definition, Basic concepts, Types 2. Addition and Subtraction of Matrices 3. Scalar Multiplication 4. Assignment and answer key 5.

1. Definition, Basic concepts, Types 2. Addition and Subtraction of Matrices 3. Scalar Multiplication 4. Assignment and answer key 5. . Definition, Bsi onepts, Types. Addition nd Sutrtion of Mtries. Slr Multiplition. Assignment nd nswer key. Mtrix Multiplition. Assignment nd nswer key. Determinnt x x (digonl, minors, properties) summry

More information

The Role of Dental Implants in the Management of Dento-Alveolar Trauma Part 1

The Role of Dental Implants in the Management of Dento-Alveolar Trauma Part 1 Implntology Shkl Shh Eugn Gml Th Rol of Dntl Implnts in th Mngmnt of Dnto-Alvolr Trum Prt 1 Astrt: Ptints who suffr nto-lvolr trum prsnt uniqu hllng for th ntist. Thr r numrous options to onsir whn ttmpting

More information

Mathematics. Mathematics 3. hsn.uk.net. Higher HSN23000

Mathematics. Mathematics 3. hsn.uk.net. Higher HSN23000 hsn uknt Highr Mathmatics UNIT Mathmatics HSN000 This documnt was producd spcially for th HSNuknt wbsit, and w rquir that any copis or drivativ works attribut th work to Highr Still Nots For mor dtails

More information

QUANTITATIVE METHODS CLASSES WEEK SEVEN

QUANTITATIVE METHODS CLASSES WEEK SEVEN QUANTITATIVE METHODS CLASSES WEEK SEVEN Th rgrssion modls studid in prvious classs assum that th rspons variabl is quantitativ. Oftn, howvr, w wish to study social procsss that lad to two diffrnt outcoms.

More information

Reasoning to Solve Equations and Inequalities

Reasoning to Solve Equations and Inequalities Lesson4 Resoning to Solve Equtions nd Inequlities In erlier work in this unit, you modeled situtions with severl vriles nd equtions. For exmple, suppose you were given usiness plns for concert showing

More information

B-285141. April 21, 2000. The Honorable Charles B. Rangel Ranking Minority Member Committee on Ways and Means House of Representatives

B-285141. April 21, 2000. The Honorable Charles B. Rangel Ranking Minority Member Committee on Ways and Means House of Representatives Unit Stats Gnral Accounting Offic Washington, DC 20548 Halth, Eucation, an Human Srvics Division B-285141 April 21, 2000 Th Honorabl Charls B. Rangl Ranking Minority Mmbr Committ on Ways an Mans Hous of

More information