Visualizing Complex Notions of Time

Size: px
Start display at page:

Download "Visualizing Complex Notions of Time"

Transcription

1 Visualizing Complex Noions of Time Rober Kosara, Silvia Miksch Insiue of Sofware Technology, Vienna Universiy of Technology, Vienna, Ausria Absrac Time plays an imporan role in medicine. Condiions are no jus evaluaed a single insans in ime, bu raced over periods. Medicaions mus be adminisered wihin specified emporal limis, and heir effecs observed wih regard o ime. When planning reamens, he emporal aspec becomes even more complicaed. The planner has o deal wih uncerainy and allowable inervals. A visual represenaion of he informaion would be helpful, bu here are few visualizaions of ime ha are powerful enough. We presen a visualizaion ha graphically represens a complex noion of ime, and has also been implemened in a program ha allows users o direcly specify his informaion. The resuls of a small user sudy are repored. Keywords: Time; Time Managemen; Daa Display; User-Compuer Inerface; Clinical Proocols; Inroducion Treamens in medicine involve many decisions and processes ha are very ime-dependen. The simples example are ime series of paien daa, which form he basis for many decisions. Treamen monioring is anoher example: if a reamen fails o reach is goal in a given amoun of ime, i is abored and anoher one is ried. These wo examples have one hing in common: hey deal wih informaion from he pas. As soon as a daa value is recorded, he exac poin in ime a which he measuremen was aken is known, and he value can be ploed ino a diagram, for example. When planning reamens, his is differen. Acions can never be planned precisely, each paien reacs differenly o medicaion, and here are complicaions ha canno be foreseen for a single paien. Mos graphical represenaions of ime do no provide means for displaying such uncerain informaion. Wih uncerainy, we mean ime inervals where bounds for sar and end imes as well as duraion are a leas parially known. The Asgaard Projec In he Asgaard Projec, we develop mehods for represening clinical guidelines and proocols, and assising he medical saff in implemening hem. In his secion, a shor overview over some of he key feaures of Asbru is given. A horough inroducion is far beyond he scope of his paper; please refer o [1] for more informaion. We are using a plan represenaion language called Asbru [2] for specifying medical proocols. Each proocol is ranslaed ino many Asbru plans herefore, we use he erm plan insead of proocol in his paper. An Asbru plan can have subplans. If i does, is ype specifies how is subplans are arranged in ime. The ype can be sequenial, parallel, any-order or unordered (his includes parly parallel execuion, which any-order does no allow). Depending on heir definiion, subplans do no have o be performed. They can be opional, and heir success or failure can be ignored. By defaul, all plans are non-opional and heir success affecs he success of he conaining plan. If a plan does no have subplans, i is considered an acion (ha is performed by medical saff or a device, like a respiraor). Plans are governed by condiions ha specify when a plan can be applied, when i has o be abored, has compleed (i.e., reached is goal), ec. There are also oher so-called knowledge roles ha specify he effecs of a plan, is inenions, ec. Asbru s Time Annoaion One of he main componens of Asbru is he ime annoaion. I has several uses: he mos common is specifying he emporal exen of a condiion. In Asbru, a condiion does no consis only of a value comparison ( if (body_emperaure > 38) do... ), bu also conains a specificaion of he ime span in which his condiion mus hold ( if ((body_emperaure > 38) for a leas 10 hours bu no longer han 20 hours) do... ). Because medical herapy plans have o deal wih uncerainy, his ime span specificaion does no jus consis of a simple inerval, bu has o have much more power. A condiion wih a ime annoaion is called a emporal paern. Anoher use for ime annoaions is o specify he ime

2 Face 1 Face 2 Even A Even B Even C Even D Even E Figure 1- Time Lines frame in which an acion has o ake place (e.g., a reamen has o be performed wihin cerain limis afer diagnosis). Time annoaions consis of he pars described in he following lis. Any of hese pars (excep he reference poin) can be lef unspecified, o denoe ha his informaion is no imporan. Reference Poin. This is he poin ha all he oher poins in ime are defined relaive o. I can be an absrac poin in ime (e.g., concepion), or refer o a plan sae ransiion (e.g., he poin a which he previous plan was compleed). Earlies Saring Shif (ESS). The smalles offse from he reference poin when he acion or condiion can sar. If i has sared earlier, he ime annoaion is no fulfilled. By leaving his field undefined, i is possible o have he condiion sar a any poin before he laes saring shif. Laes Saring Shif (LSS). The laes poin in ime when he acion mus sar, or he condiion mus be rue. If i has no sared a his poin, he emporal paern fails. Earlies Finishing Shif (EFS). The earlies poin in ime when he acion can end. If i ends earlier, he emporal paern fails. Laes Finishing Shif (LFS). The greaes offse from he reference poin when he acion mus end, or he condiion mus become false for he emporal paern o be rue. If he LFS is specified, he emporal paern can only be decided afer i has passed. Minimum Duraion (MinDu). The minimum amoun of ime he acion or condiion mus las. This is no necessarily idenical wih he inerval beween LSS and EFS. I canno be shorer, however, han his difference, and no be longer han he maximum duraion. Maximum Duraion (MaxDu). The maximum duraion ha he condiion or acion may las. I is bounded by he difference beween LFS and ESS, and he minimum duraion. Informaion Visualizaion Informaion Visualizaion [3] graphically depics informaion ha does no have an inheren spaial srucure. Examples for such daa are file sysems, paien daa (body emperaure, venilaion parameers, ec), general daa bases, and of course emporal informaion. Many echniques exis o make informaion visible so as o ge a beer overview, o undersand correlaions, and o perceive he daa more quickly (looking a an image makes i possible o ge an idea of he srucure of he daa much faser han reading hundreds or housands of numbers). The imporance of informaion visualizaion is only saring o be undersood by praciioners in many fields. Bu everybody is aware of visualizaions such as maps, bar and pie chars, flow diagrams, ec. Visualizaion Requiremens Based on he descripion above, we wan o develop a visualizaion of emporal consrains. These are he requiremens we wan his visualizaion o fulfill. Allen s Relaions. Any visual represenaion of ime mus of course be able o visually represen all possible relaionships beween inervals. There are 13 such relaions described in [4]: A before B (A ends before B sars), A mees B (B sars a he same insan ha A ends), A overlaps B (B sars before A ends), A sars B (A and B sar a he same ime), A conains B (A is shorer han B and sars afer B sars), A finishes B (B ends a he same ime A ends). For each of hese six relaions, here also is a mirrored one plus he commuaive relaion A equals B. Temporal Uncerainy. The represenaion mus be able o deal wih emporal uncerainy as described in he previous secion. Undefined/Unknown Pars. If pars of a ime annoaion are unknown (denoed in Asbru as _, see Figure 3), hey mus be depiced in a way o make his easily recognizable wihou a he same ime being oo dominan. Resoluion. In addiion o he emporal uncerainy of acions (see previous secion), i should also be possible o see o wha precision a poin in ime has been specified relaive o he scale i is currenly being viewed on. Hierarchical Decomposiion. I mus also be possible o communicae he fac ha plans are made up of sub-plans. This hierarchical decomposiion is imporan no only o srucure a plan and o make pars reusable, bu also o be able o selec he amoun of informaion visible by showing more or fewer levels a he same ime. Faces. Differen kinds of informaion abou he same objec should be visible a he same ime. One of he key ideas for his are faces (see Figure 1). Relaed Work This secion describes wo ypes of ime visualizaion. Time Lines are relaively widely used, and have been exended ino LifeLines. SOPOs are a very powerful bu lile inuiive depicion of ime.

3 Time Lines, LifeLines LifeLines [5] are an exension of a raher old concep called ime lines [6], which is a very inuiive way of represening ime spans. On a wo-dimensional, Caresian coordinae sysem, one axis (usually he horizonal one) represens ime, and one axis is divided ino segmens for differen evens (Figure 1). A line (or box) is drawn over he ime span ha he even akes place in. One of he exensions inroduced in [5] are faces. Faces are verical segmens ha group similar evens. They can be opened and closed o provide he user wih informaion on differen aspecs of he same srucures wihou cluering he display wih oo much informaion. They are usually used o show differen aspecs (views) of he same informaion. A similar idea o faces is used in [7] o visualize differen pahs hrough a vaccinaion plan. In addiion o he basic ime line idea, arrows are drawn from he decision poins of he plan o alernaives forking off a his poin. Ses of Possible Occurrences (SOPOs) An ineresing way of looking a ime are ses of possible occurrences (SOPOs) [8]. This diagram uses wo ime axes ha represen he begin and end imes of an inerval, respecively (Figure 2). Any poin in his diagram represens a whole inerval, specified by is sar (x coordinae) and end ime (y coordinae). The area a SOPO covers (black in he figure) conains all inervals ha fi he specificaion given by means of an earlies sar, laes sar, earlies end, laes end, and minimum and maximum duraions. AsbruView s Time Annoaion Glyph This diagram is a par of AsbruView [9], which is a user inerface for he plan represenaion language Asbru. The glyph 1 described here is an exension of LifeLines and was specifically designed o represen Asbru s ime annoaion. Basic Principle I is based parly on a simple meaphor (Figure 3). Four verical pillars along he ime axis represen he earlies and laes saring and ending imes. On op of hese verical bars lies a bar ha is as long as he maximum duraion. On op of he MaxDu bar, suppored by wo diamonds (which lie above he LSS and EFS suppors, see Figure 3), lies anoher bar represening he minimum duraion. Undefined pars of a ime annoaion are displayed in gray, and in addiion he diamonds supporing he MinDu bar become rolls. I is possible o undersand a few simple consrains based on his meaphor. One is ha he minimum duraion can laes end ime finish ime earlies finish ime earlies sar ime laes sar ime begin ime Figure 2- Ses of Possible Occurrences (SOPOs) never be shorer han he difference beween LSS and EFS if i was, he MinDu bar would fall down beween is suppors. If LSS or EFS are undefined, he corresponding diamonds become rolls, which means ha he implicily defined EFS moves if he MinDu changes, for example. On he righ side of Figure 3, he depicion of differen emporal scales can be seen. If he curren scale is coarser han he precision o which he ime poins were defined, a circle appears (similar o he noion of an open inerval in mahemaics, where he end poin of he inerval from 1 o, bu no including, 2 canno be depiced direcly). On a smaller scale, a zigzag line appears ha covers he area of addiional uncerainy due o he lower resoluion of he acual poin in ime. User Sudy minimum duraion maximum duraion We implemened he described mehod in a prooype of a more general user inerface called AsbruView (Figure 4). To assess is usefulness in pracice, we performed a user sudy wih six physicians [9] o es he glyph (and also oher pars of AsbruView). For his sudy, we le he paricipans perform simple asks wih he program, afer having given hem a shor (ca. 30min) inroducion o Asbru and AsbruView. The paricipans were asked o fill ou quesionnaires before and afer he es o find ou how hey judged he sysem. The resuls were quie saisfying. The paricipans immediaely undersood he (raher complex) ime annoaion explained in erms of he meaphor underlying he ime annoaion glyph. They were able o specify ime annoaions for heir own use, and undersood he meaning of undefined values. 1 A glyph is a graphical objec (ofen vaguely represening a real objec, like a face) whose feaures express he values of cerain aribues ha are o be shown [10, 11].

4 Definiion: [[ESS, LSS], [EFS, LFS], [MinDu, MaxDu], Reference] Reference ESS LSS Example: [[2 d, 3 d], [_, 11 d ], [6 d, _], Diagnosis] Diagnosis 2 d 3 d Discussion MinDu MaxDu 6 d undef. EFS undef. LFS 11 d Figure 3- Time Annoaion Glyphs Even if only a par of he funcionaliy of he ime annoaion is used in each emporal paern or acion specificaion, none of is capabiliies can be ignored. Lifelines clearly do no saisfy he requiremens for displaying ime annoaions. They canno represen uncerainy or even undefined values. As Ri poins ou [8], his is simply due o he fac ha hey are one-dimensional, so any informaion exceeding one-dimensional ime resuls in an ambiguous diagram. For recorded paien informaion, however, hey are very useful. This mosly includes informaion abou evens, raher han recorded device readings (bu a combinaion of boh is easily imaginable). SOPOs were designed for he easy graphical propagaion of emporal consrains, no for making a complex noion of ime easy o undersand. Specifically, parallel plans and hierarchical decomposiion are very hard o depic and o work wih (if plans from several levels are drawn ino he same diagram, heir relaionship is no immediaely visible; parallel plans cover he same area in he diagram). A noion of undefined pars is missing in he original design. We exended SOPOs so ha hey me almos all he requiremens described a he beginning of his paper [12]. In a usabiliy sudy we performed wih hese exended SOPOs, one of he resuls was ha his ype of diagram is hard o undersand for people ouside of compuer science (and MinDu and LFS defined o higher precision han ime axis MinDu and LFS defined o lower precision han ime axis even many wihin...). AsbruView s ime annoaion glyph was specifically designed o mee he requiremens specified a he beginning of his paper, so i does saisfy all of hem. The simple meaphor i is based on has proven o be very helpful, wihou i limiing he represenaive power of he glyph (which can happen if a glyph is oo ighly coupled o a meaphor: hen, he consrains of he meaphor become consrains of he glyph. This is of course very undesirable). Oher mehods like Gan and PERT chars are quie common in many areas, including medicine. Gan chars are similar o LifeLines, bu can display hierarchies, and i is easy o imagine how o add faces (similar o LifeLines) o a Gan char display. PERT chars, on he oher hand, do no show any precise emporal informaion, only he order in which acions should occur. This can be useful, of course, especially in early sages of planning. Bu he approach is quie limied, especially when dealing wih such complex hings as reamen proocols. This discussion is summarized in Table 1. Table 1 Comparison of Time Visualizaion Mehods Allen s Relaions Temporal Uncerainy Undefined Pars Resoluion Hierarchical Decomposiion Faces Mehod TimeLines l l Gan l l PERT SOPOs l l Exended SOPOs Time Ann. Glyph l l l l l l l l l l l l Figure 4- A screensho of a par of he AsbruView prooype showing a real herapy plan in erms of ime annoaion glyphs

5 Conclusions and Fuure Work Visualizaion suppors complex asks such as medical reamen planning. Simple one-dimensional ime represenaions are no powerful enough for his ask, however. We presened a mehod for visualizing such complex noions of ime and showed ha i is useful in pracice by performing a small user sudy. A few open problems remain. One is he problem of how o represen cyclical as well as oher ypes of evens. This is made complicaed hrough he fac ha cyclical evens migh be specified o be performed unil a cerain sae is reached. In such a case, he emporal exen of he acion is no known (no even possible inervals), and a way of depicing his would have o be found. Anoher problem is ha of absrac reference poins. If a poin in ime (like dae of birh) is no (ye) known, nohing can be drawn. Only when he reference poin is bound o an absolue poin in ime can he inerval be drawn relaive o oher inervals. The quesion is, how such a ime annoaion could be specified graphically and depiced before his is possible. There are also oher ypes of uncerainy han he one addressed in his paper. If only he se of acions o be performed is known, how can i be made clear ha he order in which hey are depiced does no prejudge heir acual order of execuion? A relaed problem is ha of opional acions or plans. If a plan does no have o be performed (bu can, depending on condiions), i mus be depiced in a differen way han an obligaory one. Acknowledgemens We would like o hank he paricipans in he user sudy (in alphabeic order and ignoring heir iles): Shahram Adel, Sophie Brandseer, Maria Dobner, Gerhard Miksch, Franz Paky, and Chrisian Popow. The Asgaard Projec is suppored by Fonds zur Förderung der wissenschaflichen Forschung (Ausrian Science Fund), gran P12797-INF. UK, Open Universiy, [3] Ware C. Informaion Visualizaion: Percepion for Design. Morgan Kaufmann Publishers, [4] Allen J. Mainaining Knowledge abou Temporal Inervals. CACM 1983: 26(11): [5] Plaisan C, Milash B, Rose A, Widoff S, and Shneiderman B. LifeLines: Visualizing Personal Hisories. In Proceedings of ACM CHI 96 Conference on Human Facors in Compuing Sysems, volume 1 of PAPERS: Ineracive Informaion Rerieval, pages , [6] Tufe ER. The Visual Display of Quaniaive Informaion. Cheshire, CT: Graphics Press, [7] Brand CA, Frawley SJ, Powsner SM, Shiffman RN, and Miller PL. Visualizing he Logic of a Clinical Guideline: A Case Sudy in Childhood Immunizaion. Meh Inform Med 1997: 36: [8] Ri J-F. Propagaing emporal consrains for scheduling. In Proceedings of he Fifh Naional Conference on Arificial Inelligence, pages Morgan Kaufman Publishers, Inc, [9] Kosara R and Miksch S. Meaphors of Movemen: A Visualizaion and User Inerface for Time-Oriened, Skeleal Plans. Ar In Med, special issue on Informaion Visualizaion in Medicine. Forhcoming, [10] Chernoff H. The use of faces o represen poins in k- dimensional space graphically. J Am Sa Ass 1973: 68: [11] Chuah MC and Eick SG. Glyphs for Sofware Visualizaion. In 5h Inernaional Workshop on Program Comprehension (IWPC 97) Proceedings, pages Dearborn, Michigan: IEEE Compuer Sociey Press, [12] Messner P. Time Squares: A Two-Dimensional Represenaion of Temporal Aspecs in Skeleal Plans Evaluaion of Differen Approaches. Maser's hesis, Vienna Universiy of Technology, Vienna, Ausria, References [1] Seyfang S, Kosara R, and Miksch S. Asbru Reference Manual. Vienna Universiy of Technology, Insiue of Sofware Technology, Vienna, Technical Repor, Asgaard-TR , [2] Miksch S, Shahar Y, and Johnson P. Asbru: A Task- Specific, Inenion-Based, and Time-Oriened Language for Represening Skeleal Plans. In Proceedings of he 7h Workshop on Knowledge Engineering: Mehods & Languages (KEML-97). Milon Keynes, Address for correspondence Rober Kosara, Insiue for Sofware Technology, Vienna Universiy of Technology, Favoriensraße 9 11/E188, A Vienna, Ausria. rkosara@ifs.uwien.ac.a. hp:// hp://

A Matching Algorithm for Content-Based Image Retrieval

A Matching Algorithm for Content-Based Image Retrieval A Maching Algorihm for Conen-Based Image Rerieval Sue J. Cho Deparmen of Compuer Science Seoul Naional Universiy Seoul, Korea Absrac Conen-based image rerieval sysem rerieves an image from a daabase using

More information

4. Minimax and planning problems

4. Minimax and planning problems CS/ECE/ISyE 524 Inroducion o Opimizaion Spring 2017 18 4. Minima and planning problems ˆ Opimizing piecewise linear funcions ˆ Minima problems ˆ Eample: Chebyshev cener ˆ Muli-period planning problems

More information

Sam knows that his MP3 player has 40% of its battery life left and that the battery charges by an additional 12 percentage points every 15 minutes.

Sam knows that his MP3 player has 40% of its battery life left and that the battery charges by an additional 12 percentage points every 15 minutes. 8.F Baery Charging Task Sam wans o ake his MP3 player and his video game player on a car rip. An hour before hey plan o leave, he realized ha he forgo o charge he baeries las nigh. A ha poin, he plugged

More information

Video Content Description Using Fuzzy Spatio-Temporal Relations

Video Content Description Using Fuzzy Spatio-Temporal Relations Proceedings of he 4s Hawaii Inernaional Conference on Sysem Sciences - 008 Video Conen Descripion Using Fuzzy Spaio-Temporal Relaions rchana M. Rajurkar *, R.C. Joshi and Sananu Chaudhary 3 Dep of Compuer

More information

Implementing Ray Casting in Tetrahedral Meshes with Programmable Graphics Hardware (Technical Report)

Implementing Ray Casting in Tetrahedral Meshes with Programmable Graphics Hardware (Technical Report) Implemening Ray Casing in Terahedral Meshes wih Programmable Graphics Hardware (Technical Repor) Marin Kraus, Thomas Erl March 28, 2002 1 Inroducion Alhough cell-projecion, e.g., [3, 2], and resampling,

More information

STEREO PLANE MATCHING TECHNIQUE

STEREO PLANE MATCHING TECHNIQUE STEREO PLANE MATCHING TECHNIQUE Commission III KEY WORDS: Sereo Maching, Surface Modeling, Projecive Transformaion, Homography ABSTRACT: This paper presens a new ype of sereo maching algorihm called Sereo

More information

COSC 3213: Computer Networks I Chapter 6 Handout # 7

COSC 3213: Computer Networks I Chapter 6 Handout # 7 COSC 3213: Compuer Neworks I Chaper 6 Handou # 7 Insrucor: Dr. Marvin Mandelbaum Deparmen of Compuer Science York Universiy F05 Secion A Medium Access Conrol (MAC) Topics: 1. Muliple Access Communicaions:

More information

MATH Differential Equations September 15, 2008 Project 1, Fall 2008 Due: September 24, 2008

MATH Differential Equations September 15, 2008 Project 1, Fall 2008 Due: September 24, 2008 MATH 5 - Differenial Equaions Sepember 15, 8 Projec 1, Fall 8 Due: Sepember 4, 8 Lab 1.3 - Logisics Populaion Models wih Harvesing For his projec we consider lab 1.3 of Differenial Equaions pages 146 o

More information

A time-space consistency solution for hardware-in-the-loop simulation system

A time-space consistency solution for hardware-in-the-loop simulation system Inernaional Conference on Advanced Elecronic Science and Technology (AEST 206) A ime-space consisency soluion for hardware-in-he-loop simulaion sysem Zexin Jiang a Elecric Power Research Insiue of Guangdong

More information

CENG 477 Introduction to Computer Graphics. Modeling Transformations

CENG 477 Introduction to Computer Graphics. Modeling Transformations CENG 477 Inroducion o Compuer Graphics Modeling Transformaions Modeling Transformaions Model coordinaes o World coordinaes: Model coordinaes: All shapes wih heir local coordinaes and sies. world World

More information

STRING DESCRIPTIONS OF DATA FOR DISPLAY*

STRING DESCRIPTIONS OF DATA FOR DISPLAY* SLAC-PUB-383 January 1968 STRING DESCRIPTIONS OF DATA FOR DISPLAY* J. E. George and W. F. Miller Compuer Science Deparmen and Sanford Linear Acceleraor Cener Sanford Universiy Sanford, California Absrac

More information

Optimal Crane Scheduling

Optimal Crane Scheduling Opimal Crane Scheduling Samid Hoda, John Hooker Laife Genc Kaya, Ben Peerson Carnegie Mellon Universiy Iiro Harjunkoski ABB Corporae Research EWO - 13 November 2007 1/16 Problem Track-mouned cranes move

More information

Scheduling. Scheduling. EDA421/DIT171 - Parallel and Distributed Real-Time Systems, Chalmers/GU, 2011/2012 Lecture #4 Updated March 16, 2012

Scheduling. Scheduling. EDA421/DIT171 - Parallel and Distributed Real-Time Systems, Chalmers/GU, 2011/2012 Lecture #4 Updated March 16, 2012 EDA421/DIT171 - Parallel and Disribued Real-Time Sysems, Chalmers/GU, 2011/2012 Lecure #4 Updaed March 16, 2012 Aemps o mee applicaion consrains should be done in a proacive way hrough scheduling. Schedule

More information

CAMERA CALIBRATION BY REGISTRATION STEREO RECONSTRUCTION TO 3D MODEL

CAMERA CALIBRATION BY REGISTRATION STEREO RECONSTRUCTION TO 3D MODEL CAMERA CALIBRATION BY REGISTRATION STEREO RECONSTRUCTION TO 3D MODEL Klečka Jan Docoral Degree Programme (1), FEEC BUT E-mail: xkleck01@sud.feec.vubr.cz Supervised by: Horák Karel E-mail: horak@feec.vubr.cz

More information

The Impact of Product Development on the Lifecycle of Defects

The Impact of Product Development on the Lifecycle of Defects The Impac of Produc Developmen on he Lifecycle of Rudolf Ramler Sofware Compeence Cener Hagenberg Sofware Park 21 A-4232 Hagenberg, Ausria +43 7236 3343 872 rudolf.ramler@scch.a ABSTRACT This paper invesigaes

More information

Definition and examples of time series

Definition and examples of time series Definiion and examples of ime series A ime series is a sequence of daa poins being recorded a specific imes. Formally, le,,p be a probabiliy space, and T an index se. A real valued sochasic process is

More information

Learning in Games via Opponent Strategy Estimation and Policy Search

Learning in Games via Opponent Strategy Estimation and Policy Search Learning in Games via Opponen Sraegy Esimaion and Policy Search Yavar Naddaf Deparmen of Compuer Science Universiy of Briish Columbia Vancouver, BC yavar@naddaf.name Nando de Freias (Supervisor) Deparmen

More information

PART 1 REFERENCE INFORMATION CONTROL DATA 6400 SYSTEMS CENTRAL PROCESSOR MONITOR

PART 1 REFERENCE INFORMATION CONTROL DATA 6400 SYSTEMS CENTRAL PROCESSOR MONITOR . ~ PART 1 c 0 \,).,,.,, REFERENCE NFORMATON CONTROL DATA 6400 SYSTEMS CENTRAL PROCESSOR MONTOR n CONTROL DATA 6400 Compuer Sysems, sysem funcions are normally handled by he Monior locaed in a Peripheral

More information

Quantitative macro models feature an infinite number of periods A more realistic (?) view of time

Quantitative macro models feature an infinite number of periods A more realistic (?) view of time INFINIE-HORIZON CONSUMPION-SAVINGS MODEL SEPEMBER, Inroducion BASICS Quaniaive macro models feaure an infinie number of periods A more realisic (?) view of ime Infinie number of periods A meaphor for many

More information

Nonparametric CUSUM Charts for Process Variability

Nonparametric CUSUM Charts for Process Variability Journal of Academia and Indusrial Research (JAIR) Volume 3, Issue June 4 53 REEARCH ARTICLE IN: 78-53 Nonparameric CUUM Chars for Process Variabiliy D.M. Zombade and V.B. Ghue * Dep. of aisics, Walchand

More information

NEWTON S SECOND LAW OF MOTION

NEWTON S SECOND LAW OF MOTION Course and Secion Dae Names NEWTON S SECOND LAW OF MOTION The acceleraion of an objec is defined as he rae of change of elociy. If he elociy changes by an amoun in a ime, hen he aerage acceleraion during

More information

Simple Network Management Based on PHP and SNMP

Simple Network Management Based on PHP and SNMP Simple Nework Managemen Based on PHP and SNMP Krasimir Trichkov, Elisavea Trichkova bsrac: This paper aims o presen simple mehod for nework managemen based on SNMP - managemen of Cisco rouer. The paper

More information

Handling uncertainty in semantic information retrieval process

Handling uncertainty in semantic information retrieval process Handling uncerainy in semanic informaion rerieval process Chkiwa Mounira 1, Jedidi Anis 1 and Faiez Gargouri 1 1 Mulimedia, InfoRmaion sysems and Advanced Compuing Laboraory Sfax Universiy, Tunisia m.chkiwa@gmail.com,

More information

Network management and QoS provisioning - QoS in Frame Relay. . packet switching with virtual circuit service (virtual circuits are bidirectional);

Network management and QoS provisioning - QoS in Frame Relay. . packet switching with virtual circuit service (virtual circuits are bidirectional); QoS in Frame Relay Frame relay characerisics are:. packe swiching wih virual circui service (virual circuis are bidirecional);. labels are called DLCI (Daa Link Connecion Idenifier);. for connecion is

More information

FIELD PROGRAMMABLE GATE ARRAY (FPGA) AS A NEW APPROACH TO IMPLEMENT THE CHAOTIC GENERATORS

FIELD PROGRAMMABLE GATE ARRAY (FPGA) AS A NEW APPROACH TO IMPLEMENT THE CHAOTIC GENERATORS FIELD PROGRAMMABLE GATE ARRAY (FPGA) AS A NEW APPROACH TO IMPLEMENT THE CHAOTIC GENERATORS Mohammed A. Aseeri and M. I. Sobhy Deparmen of Elecronics, The Universiy of Ken a Canerbury Canerbury, Ken, CT2

More information

MIC2569. Features. General Description. Applications. Typical Application. CableCARD Power Switch

MIC2569. Features. General Description. Applications. Typical Application. CableCARD Power Switch CableCARD Power Swich General Descripion is designed o supply power o OpenCable sysems and CableCARD hoss. These CableCARDs are also known as Poin of Disribuion (POD) cards. suppors boh Single and Muliple

More information

IDEF3 Process Description Capture Method

IDEF3 Process Description Capture Method IDEF3 Process Descripion Capure Mehod IDEF3 is par of he IDEF family of mehods developmen funded by he US Air Force o provide modelling suppor for sysems engineering and enerprise inegraion 2 IDEF3 Mehod

More information

Chapter Six Chapter Six

Chapter Six Chapter Six Chaper Si Chaper Si 0 CHAPTER SIX ConcepTess and Answers and Commens for Secion.. Which of he following graphs (a) (d) could represen an aniderivaive of he funcion shown in Figure.? Figure. (a) (b) (c)

More information

Test - Accredited Configuration Engineer (ACE) Exam - PAN-OS 6.0 Version

Test - Accredited Configuration Engineer (ACE) Exam - PAN-OS 6.0 Version Tes - Accredied Configuraion Engineer (ACE) Exam - PAN-OS 6.0 Version ACE Exam Quesion 1 of 50. Which of he following saemens is NOT abou Palo Alo Neworks firewalls? Sysem defauls may be resored by performing

More information

AML710 CAD LECTURE 11 SPACE CURVES. Space Curves Intrinsic properties Synthetic curves

AML710 CAD LECTURE 11 SPACE CURVES. Space Curves Intrinsic properties Synthetic curves AML7 CAD LECTURE Space Curves Inrinsic properies Synheic curves A curve which may pass hrough any region of hreedimensional space, as conrased o a plane curve which mus lie on a single plane. Space curves

More information

MOTION DETECTORS GRAPH MATCHING LAB PRE-LAB QUESTIONS

MOTION DETECTORS GRAPH MATCHING LAB PRE-LAB QUESTIONS NME: TE: LOK: MOTION ETETORS GRPH MTHING L PRE-L QUESTIONS 1. Read he insrucions, and answer he following quesions. Make sure you resae he quesion so I don hae o read he quesion o undersand he answer..

More information

Assignment 2. Due Monday Feb. 12, 10:00pm.

Assignment 2. Due Monday Feb. 12, 10:00pm. Faculy of rs and Science Universiy of Torono CSC 358 - Inroducion o Compuer Neworks, Winer 218, LEC11 ssignmen 2 Due Monday Feb. 12, 1:pm. 1 Quesion 1 (2 Poins): Go-ack n RQ In his quesion, we review how

More information

User Adjustable Process Scheduling Mechanism for a Multiprocessor Embedded System

User Adjustable Process Scheduling Mechanism for a Multiprocessor Embedded System Proceedings of he 6h WSEAS Inernaional Conference on Applied Compuer Science, Tenerife, Canary Islands, Spain, December 16-18, 2006 346 User Adjusable Process Scheduling Mechanism for a Muliprocessor Embedded

More information

Low-Cost WLAN based. Dr. Christian Hoene. Computer Science Department, University of Tübingen, Germany

Low-Cost WLAN based. Dr. Christian Hoene. Computer Science Department, University of Tübingen, Germany Low-Cos WLAN based Time-of-fligh fligh Trilaeraion Precision Indoor Personnel Locaion and Tracking for Emergency Responders Third Annual Technology Workshop, Augus 5, 2008 Worceser Polyechnic Insiue, Worceser,

More information

Improving the Efficiency of Dynamic Service Provisioning in Transport Networks with Scheduled Services

Improving the Efficiency of Dynamic Service Provisioning in Transport Networks with Scheduled Services Improving he Efficiency of Dynamic Service Provisioning in Transpor Neworks wih Scheduled Services Ralf Hülsermann, Monika Jäger and Andreas Gladisch Technologiezenrum, T-Sysems, Goslarer Ufer 35, D-1585

More information

The Roots of Lisp paul graham

The Roots of Lisp paul graham The Roos of Lisp paul graham Draf, January 18, 2002. In 1960, John McCarhy published a remarkable paper in which he did for programming somehing like wha Euclid did for geomery. 1 He showed how, given

More information

EECS 487: Interactive Computer Graphics

EECS 487: Interactive Computer Graphics EECS 487: Ineracive Compuer Graphics Lecure 7: B-splines curves Raional Bézier and NURBS Cubic Splines A represenaion of cubic spline consiss of: four conrol poins (why four?) hese are compleely user specified

More information

BI-TEMPORAL INDEXING

BI-TEMPORAL INDEXING BI-TEMPORAL INDEXING Mirella M. Moro Uniersidade Federal do Rio Grande do Sul Poro Alegre, RS, Brazil hp://www.inf.ufrgs.br/~mirella/ Vassilis J. Tsoras Uniersiy of California, Rierside Rierside, CA 92521,

More information

Michiel Helder and Marielle C.T.A Geurts. Hoofdkantoor PTT Post / Dutch Postal Services Headquarters

Michiel Helder and Marielle C.T.A Geurts. Hoofdkantoor PTT Post / Dutch Postal Services Headquarters SHORT TERM PREDICTIONS A MONITORING SYSTEM by Michiel Helder and Marielle C.T.A Geurs Hoofdkanoor PTT Pos / Duch Posal Services Headquarers Keywords macro ime series shor erm predicions ARIMA-models faciliy

More information

Landmarks: A New Model for Similarity-Based Pattern Querying in Time Series Databases

Landmarks: A New Model for Similarity-Based Pattern Querying in Time Series Databases Lmarks: A New Model for Similariy-Based Paern Querying in Time Series Daabases Chang-Shing Perng Haixun Wang Sylvia R. Zhang D. So Parker perng@cs.ucla.edu hxwang@cs.ucla.edu Sylvia Zhang@cle.com so@cs.ucla.edu

More information

Coded Caching with Multiple File Requests

Coded Caching with Multiple File Requests Coded Caching wih Muliple File Requess Yi-Peng Wei Sennur Ulukus Deparmen of Elecrical and Compuer Engineering Universiy of Maryland College Park, MD 20742 ypwei@umd.edu ulukus@umd.edu Absrac We sudy a

More information

1. Function 1. Push-button interface 4g.plus. Push-button interface 4-gang plus. 2. Installation. Table of Contents

1. Function 1. Push-button interface 4g.plus. Push-button interface 4-gang plus. 2. Installation. Table of Contents Chaper 4: Binary inpus 4.6 Push-buon inerfaces Push-buon inerface Ar. no. 6708xx Push-buon inerface 2-gang plus Push-buon inerfacechaper 4:Binary inpusar. no.6708xxversion 08/054.6Push-buon inerfaces.

More information

Rule-Based Multi-Query Optimization

Rule-Based Multi-Query Optimization Rule-Based Muli-Query Opimizaion Mingsheng Hong Dep. of Compuer cience Cornell Universiy mshong@cs.cornell.edu Johannes Gehrke Dep. of Compuer cience Cornell Universiy johannes@cs.cornell.edu Mirek Riedewald

More information

Adding Time to an Object-Oriented Versions Model

Adding Time to an Object-Oriented Versions Model Insiuo de Informáica Universidade Federal do Rio Grande do Sul Poro Alegre - RS - BRAZIL Adding Time o an Objec-Oriened Versions Model Mirella Moura Moro Nina Edelweiss Silvia Maria Saggiorao Clesio Saraiva

More information

An Improved Square-Root Nyquist Shaping Filter

An Improved Square-Root Nyquist Shaping Filter An Improved Square-Roo Nyquis Shaping Filer fred harris San Diego Sae Universiy fred.harris@sdsu.edu Sridhar Seshagiri San Diego Sae Universiy Seshigar.@engineering.sdsu.edu Chris Dick Xilinx Corp. chris.dick@xilinx.com

More information

Voltair Version 2.5 Release Notes (January, 2018)

Voltair Version 2.5 Release Notes (January, 2018) Volair Version 2.5 Release Noes (January, 2018) Inroducion 25-Seven s new Firmware Updae 2.5 for he Volair processor is par of our coninuing effors o improve Volair wih new feaures and capabiliies. For

More information

MORPHOLOGICAL SEGMENTATION OF IMAGE SEQUENCES

MORPHOLOGICAL SEGMENTATION OF IMAGE SEQUENCES MORPHOLOGICAL SEGMENTATION OF IMAGE SEQUENCES B. MARCOTEGUI and F. MEYER Ecole des Mines de Paris, Cenre de Morphologie Mahémaique, 35, rue Sain-Honoré, F 77305 Fonainebleau Cedex, France Absrac. In image

More information

Projection & Interaction

Projection & Interaction Projecion & Ineracion Algebra of projecion Canonical viewing volume rackball inerface ransform Hierarchies Preview of Assignmen #2 Lecure 8 Comp 236 Spring 25 Projecions Our lives are grealy simplified

More information

4 Error Control. 4.1 Issues with Reliable Protocols

4 Error Control. 4.1 Issues with Reliable Protocols 4 Error Conrol Jus abou all communicaion sysems aemp o ensure ha he daa ges o he oher end of he link wihou errors. Since i s impossible o build an error-free physical layer (alhough some shor links can

More information

source managemen, naming, proecion, and service provisions. This paper concenraes on he basic processor scheduling aspecs of resource managemen. 2 The

source managemen, naming, proecion, and service provisions. This paper concenraes on he basic processor scheduling aspecs of resource managemen. 2 The Virual Compuers A New Paradigm for Disribued Operaing Sysems Banu Ozden y Aaron J. Goldberg Avi Silberschaz z 600 Mounain Ave. AT&T Bell Laboraories Murray Hill, NJ 07974 Absrac The virual compuers (VC)

More information

Querying Moving Objects in SECONDO

Querying Moving Objects in SECONDO Querying Moving Objecs in SECONDO Vicor Teixeira de Almeida, Ralf Harmu Güing, and Thomas Behr LG Daenbanksyseme für neue Anwendungen Fachbereich Informaik, Fernuniversiä Hagen D-58084 Hagen, Germany {vicor.almeida,

More information

Service Oriented Solution Modeling and Variation Propagation Analysis based on Architectural Building Blocks

Service Oriented Solution Modeling and Variation Propagation Analysis based on Architectural Building Blocks Carnegie Mellon Universiy From he SelecedWorks of Jia Zhang Ocober, 203 Service Oriened Soluion Modeling and Variaion Propagaion Analysis based on Archiecural uilding locks Liang-Jie Zhang Jia Zhang Available

More information

Automatic Calculation of Coverage Profiles for Coverage-based Testing

Automatic Calculation of Coverage Profiles for Coverage-based Testing Auomaic Calculaion of Coverage Profiles for Coverage-based Tesing Raimund Kirner 1 and Waler Haas 1 Vienna Universiy of Technology, Insiue of Compuer Engineering, Vienna, Ausria, raimund@vmars.uwien.ac.a

More information

Less Pessimistic Worst-Case Delay Analysis for Packet-Switched Networks

Less Pessimistic Worst-Case Delay Analysis for Packet-Switched Networks Less Pessimisic Wors-Case Delay Analysis for Packe-Swiched Neworks Maias Wecksén Cenre for Research on Embedded Sysems P O Box 823 SE-31 18 Halmsad maias.wecksen@hh.se Magnus Jonsson Cenre for Research

More information

Syntax Specification by Graph Grammars and Meta-Models

Syntax Specification by Graph Grammars and Meta-Models Ou Synax Speciicaion by Graph Grammars and Mea-Models Mark Minas Insiue or Soware Technology Universiä der Bundeswehr München Germany (Some) Dimensions o Visual Languages & Ediors DiaGen Edior archiecure

More information

Announcements For The Logic of Boolean Connectives Truth Tables, Tautologies & Logical Truths. Outline. Introduction Truth Functions

Announcements For The Logic of Boolean Connectives Truth Tables, Tautologies & Logical Truths. Outline. Introduction Truth Functions Announcemens For 02.05.09 The Logic o Boolean Connecives Truh Tables, Tauologies & Logical Truhs 1 HW3 is due nex Tuesday William Sarr 02.05.09 William Sarr The Logic o Boolean Connecives (Phil 201.02)

More information

MB86297A Carmine Timing Analysis of the DDR Interface

MB86297A Carmine Timing Analysis of the DDR Interface Applicaion Noe MB86297A Carmine Timing Analysis of he DDR Inerface Fujisu Microelecronics Europe GmbH Hisory Dae Auhor Version Commen 05.02.2008 Anders Ramdahl 0.01 Firs draf 06.02.2008 Anders Ramdahl

More information

Quick Verification of Concurrent Programs by Iteratively Relaxed Scheduling

Quick Verification of Concurrent Programs by Iteratively Relaxed Scheduling Quick Verificaion of Concurren Programs by Ieraively Relaxed Scheduling Parick Mezler, Habib Saissi, Péer Bokor, Neeraj Suri Technische Univerisä Darmsad, Germany {mezler, saissi, pbokor, suri}@deeds.informaik.u-darmsad.de

More information

NRMI: Natural and Efficient Middleware

NRMI: Natural and Efficient Middleware NRMI: Naural and Efficien Middleware Eli Tilevich and Yannis Smaragdakis Cener for Experimenal Research in Compuer Sysems (CERCS), College of Compuing, Georgia Tech {ilevich, yannis}@cc.gaech.edu Absrac

More information

1 œ DRUM SET KEY. 8 Odd Meter Clave Conor Guilfoyle. Cowbell (neck) Cymbal. Hi-hat. Floor tom (shell) Clave block. Cowbell (mouth) Hi tom.

1 œ DRUM SET KEY. 8 Odd Meter Clave Conor Guilfoyle. Cowbell (neck) Cymbal. Hi-hat. Floor tom (shell) Clave block. Cowbell (mouth) Hi tom. DRUM SET KEY Hi-ha Cmbal Clave block Cowbell (mouh) 0 Cowbell (neck) Floor om (shell) Hi om Mid om Snare Floor om Snare cross sick or clave block Bass drum Hi-ha wih foo 8 Odd Meer Clave Conor Guilfole

More information

Analysis of Various Types of Bugs in the Object Oriented Java Script Language Coding

Analysis of Various Types of Bugs in the Object Oriented Java Script Language Coding Indian Journal of Science and Technology, Vol 8(21), DOI: 10.17485/ijs/2015/v8i21/69958, Sepember 2015 ISSN (Prin) : 0974-6846 ISSN (Online) : 0974-5645 Analysis of Various Types of Bugs in he Objec Oriened

More information

In fmri a Dual Echo Time EPI Pulse Sequence Can Induce Sources of Error in Dynamic Magnetic Field Maps

In fmri a Dual Echo Time EPI Pulse Sequence Can Induce Sources of Error in Dynamic Magnetic Field Maps In fmri a Dual Echo Time EPI Pulse Sequence Can Induce Sources of Error in Dynamic Magneic Field Maps A. D. Hahn 1, A. S. Nencka 1 and D. B. Rowe 2,1 1 Medical College of Wisconsin, Milwaukee, WI, Unied

More information

Representing Non-Manifold Shapes in Arbitrary Dimensions

Representing Non-Manifold Shapes in Arbitrary Dimensions Represening Non-Manifold Shapes in Arbirary Dimensions Leila De Floriani,2 and Annie Hui 2 DISI, Universiy of Genova, Via Dodecaneso, 35-646 Genova (Ialy). 2 Deparmen of Compuer Science, Universiy of Maryland,

More information

A High-Speed Adaptive Multi-Module Structured Light Scanner

A High-Speed Adaptive Multi-Module Structured Light Scanner A High-Speed Adapive Muli-Module Srucured Ligh Scanner Andreas Griesser 1 Luc Van Gool 1,2 1 Swiss Fed.Ins.of Techn.(ETH) 2 Kaholieke Univ. Leuven D-ITET/Compuer Vision Lab ESAT/VISICS Zürich, Swizerland

More information

4.1 3D GEOMETRIC TRANSFORMATIONS

4.1 3D GEOMETRIC TRANSFORMATIONS MODULE IV MCA - 3 COMPUTER GRAPHICS ADMN 29- Dep. of Compuer Science And Applicaions, SJCET, Palai 94 4. 3D GEOMETRIC TRANSFORMATIONS Mehods for geomeric ransformaions and objec modeling in hree dimensions

More information

A Formalization of Ray Casting Optimization Techniques

A Formalization of Ray Casting Optimization Techniques A Formalizaion of Ray Casing Opimizaion Techniques J. Revelles, C. Ureña Dp. Lenguajes y Sisemas Informáicos, E.T.S.I. Informáica, Universiy of Granada, Spain e-mail: [jrevelle,almagro]@ugr.es URL: hp://giig.ugr.es

More information

Image Content Representation

Image Content Representation Image Conen Represenaion Represenaion for curves and shapes regions relaionships beween regions E.G.M. Perakis Image Represenaion & Recogniion 1 Reliable Represenaion Uniqueness: mus uniquely specify an

More information

Spline Curves. Color Interpolation. Normal Interpolation. Last Time? Today. glshademodel (GL_SMOOTH); Adjacency Data Structures. Mesh Simplification

Spline Curves. Color Interpolation. Normal Interpolation. Last Time? Today. glshademodel (GL_SMOOTH); Adjacency Data Structures. Mesh Simplification Las Time? Adjacency Daa Srucures Spline Curves Geomeric & opologic informaion Dynamic allocaion Efficiency of access Mesh Simplificaion edge collapse/verex spli geomorphs progressive ransmission view-dependen

More information

MOBILE COMPUTING. Wi-Fi 9/20/15. CSE 40814/60814 Fall Wi-Fi:

MOBILE COMPUTING. Wi-Fi 9/20/15. CSE 40814/60814 Fall Wi-Fi: MOBILE COMPUTING CSE 40814/60814 Fall 2015 Wi-Fi Wi-Fi: name is NOT an abbreviaion play on Hi-Fi (high fideliy) Wireless Local Area Nework (WLAN) echnology WLAN and Wi-Fi ofen used synonymous Typically

More information

MOBILE COMPUTING 3/18/18. Wi-Fi IEEE. CSE 40814/60814 Spring 2018

MOBILE COMPUTING 3/18/18. Wi-Fi IEEE. CSE 40814/60814 Spring 2018 MOBILE COMPUTING CSE 40814/60814 Spring 2018 Wi-Fi Wi-Fi: name is NOT an abbreviaion play on Hi-Fi (high fideliy) Wireless Local Area Nework (WLAN) echnology WLAN and Wi-Fi ofen used synonymous Typically

More information

COMP26120: Algorithms and Imperative Programming

COMP26120: Algorithms and Imperative Programming COMP26120 ecure C3 1/48 COMP26120: Algorihms and Imperaive Programming ecure C3: C - Recursive Daa Srucures Pee Jinks School of Compuer Science, Universiy of Mancheser Auumn 2011 COMP26120 ecure C3 2/48

More information

Fill in the following table for the functions shown below.

Fill in the following table for the functions shown below. By: Carl H. Durney and Neil E. Coer Example 1 EX: Fill in he following able for he funcions shown below. he funcion is odd he funcion is even he funcion has shif-flip symmery he funcion has quarer-wave

More information

Chapter 8 LOCATION SERVICES

Chapter 8 LOCATION SERVICES Disribued Compuing Group Chaper 8 LOCATION SERVICES Mobile Compuing Winer 2005 / 2006 Overview Mobile IP Moivaion Daa ransfer Encapsulaion Locaion Services & Rouing Classificaion of locaion services Home

More information

In Proceedings of CVPR '96. Structure and Motion of Curved 3D Objects from. using these methods [12].

In Proceedings of CVPR '96. Structure and Motion of Curved 3D Objects from. using these methods [12]. In Proceedings of CVPR '96 Srucure and Moion of Curved 3D Objecs from Monocular Silhouees B Vijayakumar David J Kriegman Dep of Elecrical Engineering Yale Universiy New Haven, CT 652-8267 Jean Ponce Compuer

More information

IntentSearch:Capturing User Intention for One-Click Internet Image Search

IntentSearch:Capturing User Intention for One-Click Internet Image Search JOURNAL OF L A T E X CLASS FILES, VOL. 6, NO. 1, JANUARY 2010 1 InenSearch:Capuring User Inenion for One-Click Inerne Image Search Xiaoou Tang, Fellow, IEEE, Ke Liu, Jingyu Cui, Suden Member, IEEE, Fang

More information

Point Cloud Representation of 3D Shape for Laser- Plasma Scanning 3D Display

Point Cloud Representation of 3D Shape for Laser- Plasma Scanning 3D Display Poin Cloud Represenaion of 3D Shape for Laser- Plasma Scanning 3D Displa Hiroo Ishikawa and Hideo Saio Keio Universi E-mail {hiroo, saio}@ozawa.ics.keio.ac.jp Absrac- In his paper, a mehod of represening

More information

Shortest Path Algorithms. Lecture I: Shortest Path Algorithms. Example. Graphs and Matrices. Setting: Dr Kieran T. Herley.

Shortest Path Algorithms. Lecture I: Shortest Path Algorithms. Example. Graphs and Matrices. Setting: Dr Kieran T. Herley. Shores Pah Algorihms Background Seing: Lecure I: Shores Pah Algorihms Dr Kieran T. Herle Deparmen of Compuer Science Universi College Cork Ocober 201 direced graph, real edge weighs Le he lengh of a pah

More information

Y. Tsiatouhas. VLSI Systems and Computer Architecture Lab

Y. Tsiatouhas. VLSI Systems and Computer Architecture Lab CMOS INEGRAED CIRCUI DESIGN ECHNIQUES Universiy of Ioannina Clocking Schemes Dep. of Compuer Science and Engineering Y. siaouhas CMOS Inegraed Circui Design echniques Overview 1. Jier Skew hroughpu Laency

More information

CONTEXT MODELS FOR CRF-BASED CLASSIFICATION OF MULTITEMPORAL REMOTE SENSING DATA

CONTEXT MODELS FOR CRF-BASED CLASSIFICATION OF MULTITEMPORAL REMOTE SENSING DATA ISPRS Annals of he Phoogrammery, Remoe Sensing and Spaial Informaion Sciences, Volume I-7, 2012 XXII ISPRS Congress, 25 Augus 01 Sepember 2012, Melbourne, Ausralia CONTEXT MODELS FOR CRF-BASED CLASSIFICATION

More information

Evaluation and Improvement of Region-based Motion Segmentation

Evaluation and Improvement of Region-based Motion Segmentation Evaluaion and Improvemen of Region-based Moion Segmenaion Mark Ross Universiy Koblenz-Landau, Insiue of Compuaional Visualisics, Universiässraße 1, 56070 Koblenz, Germany Email: ross@uni-koblenz.de Absrac

More information

Connections, displays and operating elements. 3 aux. 5 aux.

Connections, displays and operating elements. 3 aux. 5 aux. Taser PlusKapiel3:Taser3.1Taser Plus Meren2005V6280-561-0001/08 GB Connecions, displays and operaing elemens Taser Plus Arec/Anik/Trancen Operaing insrucions A 1 2 1 2 3 4 5 6 C B A B 3 aux. 7 8 9 aux.

More information

Improved TLD Algorithm for Face Tracking

Improved TLD Algorithm for Face Tracking Absrac Improved TLD Algorihm for Face Tracking Huimin Li a, Chaojing Yu b and Jing Chen c Chongqing Universiy of Poss and Telecommunicaions, Chongqing 400065, China a li.huimin666@163.com, b 15023299065@163.com,

More information

Petri Nets for Object-Oriented Modeling

Petri Nets for Object-Oriented Modeling Peri Nes for Objec-Oriened Modeling Sefan Wi Absrac Ensuring he correcness of concurren rograms is difficul since common aroaches for rogram design do no rovide aroriae mehods This aer gives a brief inroducion

More information

A METHOD OF MODELING DEFORMATION OF AN OBJECT EMPLOYING SURROUNDING VIDEO CAMERAS

A METHOD OF MODELING DEFORMATION OF AN OBJECT EMPLOYING SURROUNDING VIDEO CAMERAS A METHOD OF MODELING DEFORMATION OF AN OBJECT EMLOYING SURROUNDING IDEO CAMERAS Joo Kooi TAN, Seiji ISHIKAWA Deparmen of Mechanical and Conrol Engineering Kushu Insiue of Technolog, Japan ehelan@is.cnl.kuech.ac.jp,

More information

Chapter 3 MEDIA ACCESS CONTROL

Chapter 3 MEDIA ACCESS CONTROL Chaper 3 MEDIA ACCESS CONTROL Overview Moivaion SDMA, FDMA, TDMA Aloha Adapive Aloha Backoff proocols Reservaion schemes Polling Disribued Compuing Group Mobile Compuing Summer 2003 Disribued Compuing

More information

A Fast Stereo-Based Multi-Person Tracking using an Approximated Likelihood Map for Overlapping Silhouette Templates

A Fast Stereo-Based Multi-Person Tracking using an Approximated Likelihood Map for Overlapping Silhouette Templates A Fas Sereo-Based Muli-Person Tracking using an Approximaed Likelihood Map for Overlapping Silhouee Templaes Junji Saake Jun Miura Deparmen of Compuer Science and Engineering Toyohashi Universiy of Technology

More information

Visual Indoor Localization with a Floor-Plan Map

Visual Indoor Localization with a Floor-Plan Map Visual Indoor Localizaion wih a Floor-Plan Map Hang Chu Dep. of ECE Cornell Universiy Ihaca, NY 14850 hc772@cornell.edu Absrac In his repor, a indoor localizaion mehod is presened. The mehod akes firsperson

More information

Hyelim Oh. School of Computing, National University of Singapore, 13 Computing Drive, Singapore SINGAPORE

Hyelim Oh. School of Computing, National University of Singapore, 13 Computing Drive, Singapore SINGAPORE RESEARCH ARTICLE FREE VERSUS FOR-A-FEE: THE IMPACT OF A PAYWALL ON THE PATTERN AND EFFECTIVENESS OF WORD-OF-MOUTH VIA SOCIAL MEDIA Hyelim Oh School of Compuing, Naional Universiy of Singapore, 13 Compuing

More information

Detection Tracking and Recognition of Human Poses for a Real Time Spatial Game

Detection Tracking and Recognition of Human Poses for a Real Time Spatial Game Deecion Tracking and Recogniion of Human Poses for a Real Time Spaial Game Feifei Huo, Emile A. Hendriks, A.H.J. Oomes Delf Universiy of Technology The Neherlands f.huo@udelf.nl Pascal van Beek, Remco

More information

Location. Electrical. Loads. 2-wire mains-rated. 0.5 mm² to 1.5 mm² Max. length 300 m (with 1.5 mm² cable). Example: Belden 8471

Location. Electrical. Loads. 2-wire mains-rated. 0.5 mm² to 1.5 mm² Max. length 300 m (with 1.5 mm² cable). Example: Belden 8471 Produc Descripion Insallaion and User Guide Transiser Dimmer (454) The DIN rail mouned 454 is a 4channel ransisor dimmer. I can operae in one of wo modes; leading edge or railing edge. All 4 channels operae

More information

FLORIDA INTERNATIONAL UNIVERSITY. Miami, Florida DIMUSE: AN INTEGRATED FRAMEWORK FOR DISTRIBUTED MULTIMEDIA

FLORIDA INTERNATIONAL UNIVERSITY. Miami, Florida DIMUSE: AN INTEGRATED FRAMEWORK FOR DISTRIBUTED MULTIMEDIA FLORIDA INTERNATIONAL UNIVERSITY Miami, Florida DIMUSE: AN INTEGRATED FRAMEWORK FOR DISTRIBUTED MULTIMEDIA SYSTEM WITH DATABASE MANAGEMENT AND SECURITY SUPPORT A disseraion submied in parial fulfillmen

More information

Managing XML Versions and Replicas in a P2P Context

Managing XML Versions and Replicas in a P2P Context Managing XML Versions and Replicas in a P2P Conex Deise de Brum Saccol1 1,2, Nina Edelweiss 2, Renaa de Maos Galane 2,4, Carlo Zaniolo 3 2 Insiuo de Informáica - Universidade Federal do Rio Grande do Sul

More information

Real Time Integral-Based Structural Health Monitoring

Real Time Integral-Based Structural Health Monitoring Real Time Inegral-Based Srucural Healh Monioring The nd Inernaional Conference on Sensing Technology ICST 7 J. G. Chase, I. Singh-Leve, C. E. Hann, X. Chen Deparmen of Mechanical Engineering, Universiy

More information

Connections, displays and operating elements. Status LEDs (next to the keys)

Connections, displays and operating elements. Status LEDs (next to the keys) GB Connecions, displays and operaing elemens A Push-buon plus Sysem M Operaing insrucions 1 2 1 2 3 4 5 6 7 8 C B A 4 Inser he bus erminal ino he connecion of pushbuon A. 5 Inser he push-buon ino he frame.

More information

Reinforcement Learning by Policy Improvement. Making Use of Experiences of The Other Tasks. Hajime Kimura and Shigenobu Kobayashi

Reinforcement Learning by Policy Improvement. Making Use of Experiences of The Other Tasks. Hajime Kimura and Shigenobu Kobayashi Reinforcemen Learning by Policy Improvemen Making Use of Experiences of The Oher Tasks Hajime Kimura and Shigenobu Kobayashi Tokyo Insiue of Technology, JAPAN genfe.dis.iech.ac.jp, kobayasidis.iech.ac.jp

More information

Window Query and Analysis on Massive Spatio-Temporal Data

Window Query and Analysis on Massive Spatio-Temporal Data Available online a www.sciencedirec.com ScienceDirec IERI Procedia 10 (2014 ) 138 143 2014 Inernaional Conference on Fuure Informaion Engineering Window Query and Analysis on Massive Spaio-Temporal Daa

More information

Chapter 4 Sequential Instructions

Chapter 4 Sequential Instructions Chaper 4 Sequenial Insrucions The sequenial insrucions of FBs-PLC shown in his chaper are also lised in secion 3.. Please refer o Chaper, "PLC Ladder diagram and he Coding rules of Mnemonic insrucion",

More information

3 Conceptual Graphs and Cognitive Mapping

3 Conceptual Graphs and Cognitive Mapping 3 Concepual Graphs and Cogniive Mapping 3.01 Inroducion Chaper 2 provided iniial evidence ha concepual graphs are a suiable knowledge-based decision suppor ool for sraegic managemen accounans. This chaper

More information

Who thinks who knows who? Socio-Cognitive Analysis of an Network

Who thinks who knows who? Socio-Cognitive Analysis of an  Network Who hinks who knows who? Socio-Cogniive Analysis of an Email Nework Nishih Pahak Deparmen of Compuer Science Universiy of Minnesoa Minneapolis, MN, USA npahak@cs.umn.edu Sandeep Mane Deparmen of Compuer

More information

Video-Based Face Recognition Using Probabilistic Appearance Manifolds

Video-Based Face Recognition Using Probabilistic Appearance Manifolds Video-Based Face Recogniion Using Probabilisic Appearance Manifolds Kuang-Chih Lee Jeffrey Ho Ming-Hsuan Yang David Kriegman klee10@uiuc.edu jho@cs.ucsd.edu myang@honda-ri.com kriegman@cs.ucsd.edu Compuer

More information