Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules

Size: px
Start display at page:

Download "Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules"

Transcription

1 Improved Vehile Classifiation in Long Traffi Video by Cooperating Traker and Classifier Modules Brendan Morris and Mohan Trivedi University of California, San Diego San Diego, CA {b1morris, Abstrat Visual surveillane systems intend to extrat meaning from a sene. Two initial steps for this extration are the detetion and traking of objets followed by the lassifiation of these objets. Often times these are viewed as separate problems where eah is solved by an individual module. These tasks should not be done individually beause they an help one another. This paper demonstrates the benefit gained both in traking and lassifiation through the ommuniation between these individual modules. This is shown on a real-time system monitoring highway traffi. The system retrieves online video at 10 frames/se and onduts traking and lassifiation simultaneously. Results show an improvement from 74% to 88% auray in lassifiation results. 1. Introdution Video surveillane has prompted a wide variety of researh with traking being one of the foremost [7]. Aurate traking is possible even through many diffiult situations suh as hanging lighting onditions, olusion, or adverse weather onditions. There is also the objet reognition amp that seeks to determine the identity of an objet visually [1]. Usually these are seen as two different problems. In a sene where the objets of interest are in motion they are in fat omplementary tasks [9]. Traking and lassifiation should both be implemented in a visual surveillane system beause they are inherently linked in many higher level analyses. Aurate vehile lassifiation an be used for strutural health monitoring [4], environmental studies on impats from emissions [3], and road management and traffi planning. In a more general setting, traking with lassifiation an be partiularly useful for re-identifiation [8] of vehiles through larger video networks with non-overlapping views or without time syn- Figure 1. Standard output frame from the system. Text aompanying eah detetion gives the detetion number d, trak number t, lassifiation (detetion, trak), and veloity {d# t# # # v#}. hronization. Classifiation an also be used to provide ontext to systems that learn normal and abnormal behavior patterns [6]. (In a highway appliation one expets large truks to travel in the slower lanes). This paper demonstrates the benefit gained both in traking and lassifiation results through the ommuniation between the individual modules. This is demonstrated with a real-time system monitoring highway traffi. The system retrieves online video at 10 frames/se and onduts traking and lassifiation simultaneously. Results show an improvement from 74% to 88% auray in lassifiation results. 2. System Overview The system presented in this paper is a general traking system to be used as a utility for lab experiments. The goal was to develop traking and lassifiation software that an

2 Objet Detetion blobs Detetion Classifiation w Traking w Trak Classifiation x t Traks Figure 2. System blok diagram with interonnets between lassifiation and traking. be used as a front end for higher level analyses. The experimental test bed onsists of 10 ameras situated around ampus, offering a wide variety of senes from highway to foot traffi. Video is streamed via the internet using Axis video servers at 10 frames a seond. This software an be run in real-time for long periods of time (data for this paper was olleted over 24 hours) olleting data and statistis that an be stored for future investigation [2]. A blok diagram, with four main bloks, the Objet Detetion, Detetion Classifiation, Traking, and Trak Classifiation modules, for this system is in Fig. 2. The Objet Detetion module loates potential objet pixels by onstruting a bakground model and performing bakground subtration. The Detetion Classifiation module takes measurements on onneted omponent objet blobs to lassify the objet type. The Traking module traks blobs using a Kalman filter and the objet measurements. Finally, the Trak Classifiation module uses the traking information to refine the objet lass estimation from the Detetion Classifiation blok. A typial output frame from this system is shown Fig. 1. The labels above eah vehile are of the form {d# t# # # v#} with d being the detetion number, t the trak number, the lassifiation (detetion lass, trak lass), and finally a rough veloity in mph. 3. Objet Detetion The Objet Detetion module quikly determines foreground pixels by using an adaptive bakground subtration sheme. The bakground model is omposed of two parameters µ, a time averaged bakground image of the sene, and σ, a measure of the variability in the sene. The bakground model is adaptively updated as eah new video frame is reeived by omputing a running average where the ontribution of the newest frame, I t, is ontrolled by the parameter α [0, 1], L T µ t = (1 α)µ t 1 + αi t, (1) σ 2 t = (1 α)σ 2 t 1 + α(i t µ t ) 2. (2) The foreground pixels are extrated by bakground subtration and thresholding, where the threshold is determined by the past deviations of a pixel (σ 0 is a small onstant to suppress noise), I foreground = (I t µ t ) > T (σ n + σ 0 ). (3) The foreground is further proessed to fill in any holes with morphologial operations. Eah blob is then labeled by onneted omponent analysis generating a unique identifier for further proessing. 4. Detetion Classifiation The Detetion Classifiation module takes measurements of eah foreground blob. The measurements are intended to haraterize an objet by providing a unique signature of any potential sene objet. The measurement vetor used here is omposed of 17 simple blob features {area, breadth, ompatness, elongation, perimeter, onvex hull perimeter, length, long and short axis of fitted ellipse, roughness, entroid, 5 image moments}, x = [m 0,..., m 16 ] T. The objet lass is determined by transforming x and omparing the transformed vetor with a set of training examples. The lassifier is trained by olleting measurement samples and performing linear disriminant analysis (LDA) [5] to projet the data onto a lower dimensional spae better suited for lassifiation. The objets are then ompared in this projetion spae using a weighted K nearest neighbor (wknn) lassifier. The training set is hosen to have the same number of examples of eah lass to maintain omparison fairness. The training set is made up of prototype measurement vetors learned by lustering using fuzzy means (FCM). The details of the lassifiation sheme are given in the following setions LDA Classifiation is performed in a lower dimensional spae onstruted using linear disriminant analysis. LDA designs a spae by transforming the features in a training set to maximize the distane between lasses. Let D = {x 1,..., x N } be a set of N training vetors for lass, eah of dimension d, with mean µ = 1 N N x i. The full training set, D = {D 1,..., D C }, is omposed of the training samples from all lasses and has mean µ = 1 N N x i, where N = N. The LDA projetion is found by the

3 maximization problem P LDA = argmax w w T S B w w T S W w, (4) where S B is the between lass satter matrix and S W is the within lass satter matrix, given by S B = S W = C N i (µ i µ)(µ i µ) T, (5) C x k D C (x k µ i )(x k µ i ) T. (6) The solution to this maximization leads to the generalized eigen problem S B w = λs W w. The top M eigenvetors are retained to obtain the LDA projetion matrix, x LDA = P LDA x = [w 1,..., w i,..., w M ]x (7) The detetion measurements are transformed by projeting them onto the LDA spae using P LDA where lassifiation an our using weighted K nearest neighbors wknn The wknn rule [10] is a modifiation of the nearest neighbor (NN) lassifier. The advantage of wknn is that eah sample is assigned to every lass while NN only gives a binary indiation of lass membership. This lass weight is a soft membership to eah lass, whih builds robustness to noise and outliers. The weight for lass, w, is determined by adding the similarity of the K losest training samples with label. The similarity is defined as the inverse of the Eulidean distane between vetors. The label of an individual detetion, L D, is the lass that has highest weight, 4.3. FCM w = K x i D L D = argmax 1 x i x test, (8) w. (9) Using a NN derivative makes lassifiation inherently dependent on the training set. The training set must be diverse enough to apture all desired lasses and ontain ample variability to distinguish between these lasses. When olleting samples, the training set will be biased toward the most often ourring lass. (The number of sedans far exeeds the number of semi truks in highway surveillane). Fairness is introdued to the wknn lassifier by normalizing eah lass to have the same number of training samples (N p ). These prototype training vetors are learned using Fuzzy C Means [11] to iteratively minimize the loss funtion N p N Q = u m ik x k v i 2. (10) k=1 With membership onstraint N p u ik = 1. (11) x k is a test point, v i a luster prototype, u ik [0, 1] is the membership of sample k to prototype i, and m > 1 is a fuzzifiation fator. This problem is solved by minimizing the objetive funtion (10) subjet to the onstraint (11) by using the method of Lagrange multipliers. The minimization leads to the following updates for the prototype vetors v i and membership u ik, v i = u ik = N k=1 um ik x k N k=1 um ik N p ( xk v i 2 x k v j 2 j=1 ) 2 m 1 1 (12). (13) The prototype vetors are used as the training set for wknn. (The training set an be adapted to new samples by using the membership sore, v j = u ij x i + (1 u ij )v j, but this has not been implemented). 5. Traking The Traking module is based on the entroid of deteted blobs. The entroid of eah blob is traked using a onstant veloity model Kalman filter. The state of the filter is the entroid loation and veloity, s = [ x, y, v x, v y ] T, and the measurement is an estimate of this entire state, y = ŝ = [ ˆ x, ĉ y, vˆ x, ˆv y ] T. The data assoiation problem between multiple blobs is solved by omparison of the predited entroid loation with the entroids of the detetions in the urrent. The blob with entroid losest to the predited loation is hosen as a math for the trak. In addition to the Kalman filter, eah trak maintains a history of the measurements of detetions belonging to the trak. When a new detetion is assoiated to a trak, the trak history is updated x trak t = (1 α)x trak t 1 + αx detetion t. (14)

4 Class 0-Sedan 1-Truk 2-SUV 3-Semi 4-Van 5-TSV 6-MT Total % Table 1. Detetion lassifiation auray results Class 0-Sedan 1-Truk 2-SUV 3-Semi 4-Van 5-TSV 6-MT Total % Table 2. Traking lassifiation auray results has not had the time to initialize a veloity before it traking makes the mistake of linking the wrong vehile. This inorret linking atually ours twie in the last 2 frames as the middle ar gets assoiated with the trak atually belonging to the bottom sedan. (a) Frame 4: Two vehiles merged from bakground detetion. (b) Frame 5: Two new traks are instantiated beause the trak measurement onstraint was violated. (a) Trak 40: Van mislassified as SUV (2) by Detetion Classifier but orretly labeled by Trak Classifier as Van (4) Figure 3. Example of trak measurement onsisteny onstraint. 3(a) and 3(b) show a trak being split. Similar to the bakground update, α [0, 1], but now ontrols how similar measurements from suessive detetions must be along the trak. Larger α is used when objets have larger variability along a trak. The trak measurement history is used to enfore onsisteny between a potential detetion and trak. In addition to being in the predited loation, a mathed objet must also have similar measurements (S meas > T S ). The similarity between a trak and a test detetion is defined as (b) Trak 58: SUV mislassified as Van (4) by Detetion Classifier but orretly labeled by Trak Classifier as SUV (2) Figure 4. Examples of trak lassifiation orreting for mislassified detetion. S meas = [(x trak x test ) T Σ 1 (x trak x test )] 1, (15) where Σ is a diagonal matrix with entries equal the the variane of the partiular measurement learned during training. Fig. 3 shows a trak orretly being split into 2 new traks beause the measurement onstraint was violated. Even with the measurement onstraint there are still ases when diffiult to disambiguate traks as seen in Fig. 5. When the merged sedans are split into 3 new traks the Kalman filter 6. Trak Classifiation Traking gives a reord of an objet while in the amera field of view. Eah time instant along a trak is an example of the objet, giving us T examples over the ourse of a trak (T does not have to be the end of a trak). Given these T samples, the Trak Classifiation module generates the objet lass by maximum likelihood estimation.

5 Figure 5. Diffiulties traking even with measurement onstraints. After the split all three of the vehiles appear quite similar onfusing the trak orrespondenes and ausing multiple trak splits. L T = argmax = argmax T ln p(x t ) (16) t=1 T ln w w. (17) t=1 The likelihood p(x t ) of lass is approximated by normalizing (8) to be a valid probability. The trak lass is refined eah frame as the trak is updated. The trak label takes into aount all the evidene throughout the entire trak to make a deision on lass type rather than a single frame measurement that ould potentially be orrupted by many sorts of noise. The final trak label is the lass assigned last before the trak ends. Fig. 4 gives examples of the trak lassifier overoming inorret detetion lassifiation results. In Fig. 4(a) the Detetion Classifiation is 2 (SUV) but the Trak Classifiation is 4 (Van). Fig. 4(b) is the opposite ase where the detetion label is inorret (4 - Van) but the traking label maintains the true vehile identity (2 - SUV). 7. Results The proposed traking + lassifiation system was run for 24 hours to test the improvements of trak based lassifiation. The video stream analyzed was a highway sene streamed over the internet and proessed between frames/se with 352x240 resolution. Sine this system is able to run for long periods of time it is not feasible to store all the video results. Instead 5 minute output lips were saved every hour for evaluation. The training data onsisted of 1700 vehiles divided into 7 lasses. The 7 different vehile lasses were 0 - Sedan, 1 - Truk, 2 - SUV, 3 - Semi, 4 - Van, 5 - Truks+SUV+Van (TSV), and 6 - Moving Truks (MT). The LDA projetion was found by retaining the top M = 5 eigenvetors of 7. Using FCM, 1043 training prototypes were generated (149 for eah lass). All lassifiation results were then omputed using wknn with K = 5 with respet to these prototypes. Tables 1 and 2 give the lassifiation auray after hand labeling the true vehile lasses for two of the videos. The lower rates seen in the Detetion Classifier is beause of the similarity between vehile lasses. Vans and SUVs are quite similar as well as the Semi and Moving Truks. Note that none of the TSV vehiles were properly lassified after traking. This is beause the TSV lass was a wrapper lass for Truk, SUV, and Van beause they were previously found to be the most often onfused vehiles [9]. This label was used sparingly for the rare ourrene of a vehile that even a human ould not distinguish, making it a lass of hard examples. Beause of its rarity and strong similarity to 3 other lasses the Trak Classifier hose to label all vehiles with a less general label. The TSV examples were plaed into either one of the Truk, SUV, or Van lasses. Even with the diffiulties disambiguating lasses based on single frame detetions the Trak Classifier performs quite well with a total improvement of over 10%. Unfortunately this lassifier did not work well for all times of the day. At night the lassifier was useless beause low light onditions produed inomplete detetions. 8. Conlusions Separately, traking and lassifiation are two important tasks of any surveillane system. Performing both these operations in onjuntion delivers improved performane in both. This paper demonstrates this improvement through experiments run on live video. Data was aptured and proessed in real-time over long periods of time. Analysis of the system output showed an improvement of 10% over sin-

6 gle frame lassifiation using a trak based lassifier as well as more onsistent vehile traks. Referenes [1] P. N. Belhumeur, J. P. Hespanha, and D. J. Kriegman. Eigenfaes vs. Fisherfaes: Reognition using lass speifi linear projetion. IEEE Trans. Pattern Anal. Mahine Intell., 19(7): , July [2] S. Bhonsle, M. Trivedi, and A. Gupta. Database-entered arhiteture for traffi inident detetion, management, and analysis. In Pro. IEEE Conf. on Intell. Transport. Syst., pages , Dearborn, Mihigan, Ot [3] C. Cardelino. Daily variability of motor vehile emissions derived from traffi ounter data. Journal of the Air and Waste Management Assoiation, 48(7), July [4] R. Chang, T. Gandhi, and M. M. Trivedi. Vision modules for a multi-sensory bridge monitoring approah. In Pro. IEEE Conf. on Intell. Transport. Syst., pages , Ot [5] R. O. Duda, P. E. Hart, and D. G. Stork. Pattern Classifiation. Wiley-Intersiene, New York, NY, seond edition, [6] W. Hu, X. Xiao, D. Xie, T. Tan, and S. Maybank. Traffi aident predition using 3-d model-based vehile traking. IEEE Trans. Veh. Tehnol., 53(3): , May [7] V. Kastrinaki, M. Zervakis, and K. Kalaitzakis. A survey of video proessing tehniques for traffi appliations. Image and Vision Computing, 21(4): , Apr [8] G. T. Kogut and M. M. Trivedi. Maintaining the identity of mulitiple vehiles as they travel through a video network. In Pro. IEEE Conf. on Intell. Transport. Syst., pages , Oakland, California, Aug [9] B. T. Morris and M. M. Trivedi. Robust lassifiation and traking of vehiles in traffi video streams. In Pro. IEEE Conf. on Intell. Transport. Syst., Toronto, Canada, Sept to be published. [10] T. K. Osamu Hasegawa. Type lassifiation, olor estimation, and speifi target detetion of moving targets on publi streets. Mahine Vision and Appliations, 16: , Feb [11] W. Pedryz. Knowledge-Based Clustering: From Data to Information Granules. John Wily, Hoboken, New Jersey, 2005.

Robust Classification and Tracking of Vehicles in Traffic Video Streams

Robust Classification and Tracking of Vehicles in Traffic Video Streams Proeedings of the IEEE ITSC 2006 2006 IEEE Intelligent Transportation Systems Conferene Toronto, Canada, September 17-20, 2006 TC1.4 Robust Classifiation and Traking of Vehiles in Traffi Video Streams

More information

Hierarchical Clustering and Sampling Techniques for Network Monitoring

Hierarchical Clustering and Sampling Techniques for Network Monitoring S. Sindhuja Hierarhial Clustering and Sampling Tehniques for etwork Monitoring S. Sindhuja ME ABSTRACT: etwork monitoring appliations are used to monitor network traffi flows. Clustering tehniques are

More information

Recovering Articulated Motion with a Hierarchical Factorization Method

Recovering Articulated Motion with a Hierarchical Factorization Method Reovering Artiulated Motion with a Hierarhial Fatorization Method Hanning Zhou and Thomas S Huang University of Illinois at Urbana-Champaign, 405 North Mathews Avenue, Urbana, IL 680, USA {hzhou, huang}@ifpuiuedu

More information

A Holistic Method for Selecting Web Services in Design of Composite Applications

A Holistic Method for Selecting Web Services in Design of Composite Applications A Holisti Method for Seleting Web Servies in Design of Composite Appliations Mārtiņš Bonders, Jānis Grabis Institute of Information Tehnology, Riga Tehnial University, 1 Kalu Street, Riga, LV 1658, Latvia,

More information

AUTOMATED VISUAL TRAFFIC MONITORING AND SURVEILLANCE THROUGH A NETWORK OF DISTRIBUTED UNITS

AUTOMATED VISUAL TRAFFIC MONITORING AND SURVEILLANCE THROUGH A NETWORK OF DISTRIBUTED UNITS AUTOMATED VISUAL TRAFFIC MOITORIG AD SURVEILLACE THROUGH A ETWORK OF DISTRIBUTED UITS A. Koutsia a, T. Semertzidis a, K. Dimitropoulos a,. Grammalidis a and K. Georgouleas b a Informatis and Telematis

More information

FIRE DETECTION USING AUTONOMOUS AERIAL VEHICLES WITH INFRARED AND VISUAL CAMERAS. J. Ramiro Martínez-de Dios, Luis Merino and Aníbal Ollero

FIRE DETECTION USING AUTONOMOUS AERIAL VEHICLES WITH INFRARED AND VISUAL CAMERAS. J. Ramiro Martínez-de Dios, Luis Merino and Aníbal Ollero FE DETECTION USING AUTONOMOUS AERIAL VEHICLES WITH INFRARED AND VISUAL CAMERAS. J. Ramiro Martínez-de Dios, Luis Merino and Aníbal Ollero Robotis, Computer Vision and Intelligent Control Group. University

More information

An Efficient Network Traffic Classification Based on Unknown and Anomaly Flow Detection Mechanism

An Efficient Network Traffic Classification Based on Unknown and Anomaly Flow Detection Mechanism An Effiient Network Traffi Classifiation Based on Unknown and Anomaly Flow Detetion Mehanism G.Suganya.M.s.,B.Ed 1 1 Mphil.Sholar, Department of Computer Siene, KG College of Arts and Siene,Coimbatore.

More information

GABOR AND WEBER LOCAL DESCRIPTORS PERFORMANCE IN MULTISPECTRAL EARTH OBSERVATION IMAGE DATA ANALYSIS

GABOR AND WEBER LOCAL DESCRIPTORS PERFORMANCE IN MULTISPECTRAL EARTH OBSERVATION IMAGE DATA ANALYSIS HENRI COANDA AIR FORCE ACADEMY ROMANIA INTERNATIONAL CONFERENCE of SCIENTIFIC PAPER AFASES 015 Brasov, 8-30 May 015 GENERAL M.R. STEFANIK ARMED FORCES ACADEMY SLOVAK REPUBLIC GABOR AND WEBER LOCAL DESCRIPTORS

More information

Static Fairness Criteria in Telecommunications

Static Fairness Criteria in Telecommunications Teknillinen Korkeakoulu ERIKOISTYÖ Teknillisen fysiikan koulutusohjelma 92002 Mat-208 Sovelletun matematiikan erikoistyöt Stati Fairness Criteria in Teleommuniations Vesa Timonen, e-mail: vesatimonen@hutfi

More information

Intelligent Measurement Processes in 3D Optical Metrology: Producing More Accurate Point Clouds

Intelligent Measurement Processes in 3D Optical Metrology: Producing More Accurate Point Clouds Intelligent Measurement Proesses in 3D Optial Metrology: Produing More Aurate Point Clouds Charles Mony, Ph.D. 1 President Creaform in. mony@reaform3d.om Daniel Brown, Eng. 1 Produt Manager Creaform in.

More information

Marker Tracking and HMD Calibration for a Video-based Augmented Reality Conferencing System

Marker Tracking and HMD Calibration for a Video-based Augmented Reality Conferencing System Marker Traking and HMD Calibration for a Video-based Augmented Reality Conferening System Hirokazu Kato 1 and Mark Billinghurst 2 1 Faulty of Information Sienes, Hiroshima City University 2 Human Interfae

More information

TECHNOLOGY-ENHANCED LEARNING FOR MUSIC WITH I-MAESTRO FRAMEWORK AND TOOLS

TECHNOLOGY-ENHANCED LEARNING FOR MUSIC WITH I-MAESTRO FRAMEWORK AND TOOLS TECHNOLOGY-ENHANCED LEARNING FOR MUSIC WITH I-MAESTRO FRAMEWORK AND TOOLS ICSRiM - University of Leeds Shool of Computing & Shool of Musi Leeds LS2 9JT, UK +44-113-343-2583 kia@i-maestro.org www.i-maestro.org,

More information

Behavior Analysis-Based Learning Framework for Host Level Intrusion Detection

Behavior Analysis-Based Learning Framework for Host Level Intrusion Detection Behavior Analysis-Based Learning Framework for Host Level Intrusion Detetion Haiyan Qiao, Jianfeng Peng, Chuan Feng, Jerzy W. Rozenblit Eletrial and Computer Engineering Department University of Arizona

More information

Improved SOM-Based High-Dimensional Data Visualization Algorithm

Improved SOM-Based High-Dimensional Data Visualization Algorithm Computer and Information Siene; Vol. 5, No. 4; 2012 ISSN 1913-8989 E-ISSN 1913-8997 Published by Canadian Center of Siene and Eduation Improved SOM-Based High-Dimensional Data Visualization Algorithm Wang

More information

Capacity at Unsignalized Two-Stage Priority Intersections

Capacity at Unsignalized Two-Stage Priority Intersections Capaity at Unsignalized Two-Stage Priority Intersetions by Werner Brilon and Ning Wu Abstrat The subjet of this paper is the apaity of minor-street traffi movements aross major divided four-lane roadways

More information

Pattern Recognition Techniques in Microarray Data Analysis

Pattern Recognition Techniques in Microarray Data Analysis Pattern Reognition Tehniques in Miroarray Data Analysis Miao Li, Biao Wang, Zohreh Momeni, and Faramarz Valafar Department of Computer Siene San Diego State University San Diego, California, USA faramarz@sienes.sdsu.edu

More information

Chapter 5 Single Phase Systems

Chapter 5 Single Phase Systems Chapter 5 Single Phase Systems Chemial engineering alulations rely heavily on the availability of physial properties of materials. There are three ommon methods used to find these properties. These inlude

More information

Neural network-based Load Balancing and Reactive Power Control by Static VAR Compensator

Neural network-based Load Balancing and Reactive Power Control by Static VAR Compensator nternational Journal of Computer and Eletrial Engineering, Vol. 1, No. 1, April 2009 Neural network-based Load Balaning and Reative Power Control by Stati VAR Compensator smail K. Said and Marouf Pirouti

More information

FOOD FOR THOUGHT Topical Insights from our Subject Matter Experts

FOOD FOR THOUGHT Topical Insights from our Subject Matter Experts FOOD FOR THOUGHT Topial Insights from our Sujet Matter Experts DEGREE OF DIFFERENCE TESTING: AN ALTERNATIVE TO TRADITIONAL APPROACHES The NFL White Paper Series Volume 14, June 2014 Overview Differene

More information

THE PERFORMANCE OF TRANSIT TIME FLOWMETERS IN HEATED GAS MIXTURES

THE PERFORMANCE OF TRANSIT TIME FLOWMETERS IN HEATED GAS MIXTURES Proeedings of FEDSM 98 998 ASME Fluids Engineering Division Summer Meeting June 2-25, 998 Washington DC FEDSM98-529 THE PERFORMANCE OF TRANSIT TIME FLOWMETERS IN HEATED GAS MIXTURES John D. Wright Proess

More information

Granular Problem Solving and Software Engineering

Granular Problem Solving and Software Engineering Granular Problem Solving and Software Engineering Haibin Zhu, Senior Member, IEEE Department of Computer Siene and Mathematis, Nipissing University, 100 College Drive, North Bay, Ontario, P1B 8L7, Canada

More information

Big Data Analysis and Reporting with Decision Tree Induction

Big Data Analysis and Reporting with Decision Tree Induction Big Data Analysis and Reporting with Deision Tree Indution PETRA PERNER Institute of Computer Vision and Applied Computer Sienes, IBaI Postbox 30 11 14, 04251 Leipzig GERMANY pperner@ibai-institut.de,

More information

Superpixel Tracking. Shu Wang 1, Huchuan Lu 1, Fan Yang 1, and Ming-Hsuan Yang 2. Abstract. 1. Introduction

Superpixel Tracking. Shu Wang 1, Huchuan Lu 1, Fan Yang 1, and Ming-Hsuan Yang 2. Abstract. 1. Introduction Superpixel Traking Shu Wang 1, Huhuan Lu 1, Fan Yang 1, and Ming-Hsuan Yang 2 1 Shool of Information and Communiation Engineering, Dalian University of Tehnology, China 2 Eletrial Engineering and Computer

More information

Performance Analysis of IEEE 802.11 in Multi-hop Wireless Networks

Performance Analysis of IEEE 802.11 in Multi-hop Wireless Networks Performane Analysis of IEEE 80.11 in Multi-hop Wireless Networks Lan Tien Nguyen 1, Razvan Beuran,1, Yoihi Shinoda 1, 1 Japan Advaned Institute of Siene and Tehnology, 1-1 Asahidai, Nomi, Ishikawa, 93-19

More information

Channel Assignment Strategies for Cellular Phone Systems

Channel Assignment Strategies for Cellular Phone Systems Channel Assignment Strategies for Cellular Phone Systems Wei Liu Yiping Han Hang Yu Zhejiang University Hangzhou, P. R. China Contat: wliu5@ie.uhk.edu.hk 000 Mathematial Contest in Modeling (MCM) Meritorious

More information

Supply chain coordination; A Game Theory approach

Supply chain coordination; A Game Theory approach aepted for publiation in the journal "Engineering Appliations of Artifiial Intelligene" 2008 upply hain oordination; A Game Theory approah Jean-Claude Hennet x and Yasemin Arda xx x LI CNR-UMR 668 Université

More information

A Context-Aware Preference Database System

A Context-Aware Preference Database System J. PERVASIVE COMPUT. & COMM. (), MARCH 005. TROUBADOR PUBLISHING LTD) A Context-Aware Preferene Database System Kostas Stefanidis Department of Computer Siene, University of Ioannina,, kstef@s.uoi.gr Evaggelia

More information

arxiv:astro-ph/0304006v2 10 Jun 2003 Theory Group, MS 50A-5101 Lawrence Berkeley National Laboratory One Cyclotron Road Berkeley, CA 94720 USA

arxiv:astro-ph/0304006v2 10 Jun 2003 Theory Group, MS 50A-5101 Lawrence Berkeley National Laboratory One Cyclotron Road Berkeley, CA 94720 USA LBNL-52402 Marh 2003 On the Speed of Gravity and the v/ Corretions to the Shapiro Time Delay Stuart Samuel 1 arxiv:astro-ph/0304006v2 10 Jun 2003 Theory Group, MS 50A-5101 Lawrene Berkeley National Laboratory

More information

Weighting Methods in Survey Sampling

Weighting Methods in Survey Sampling Setion on Survey Researh Methods JSM 01 Weighting Methods in Survey Sampling Chiao-hih Chang Ferry Butar Butar Abstrat It is said that a well-designed survey an best prevent nonresponse. However, no matter

More information

Chapter 1 Microeconomics of Consumer Theory

Chapter 1 Microeconomics of Consumer Theory Chapter 1 Miroeonomis of Consumer Theory The two broad ategories of deision-makers in an eonomy are onsumers and firms. Eah individual in eah of these groups makes its deisions in order to ahieve some

More information

Classical Electromagnetic Doppler Effect Redefined. Copyright 2014 Joseph A. Rybczyk

Classical Electromagnetic Doppler Effect Redefined. Copyright 2014 Joseph A. Rybczyk Classial Eletromagneti Doppler Effet Redefined Copyright 04 Joseph A. Rybzyk Abstrat The lassial Doppler Effet formula for eletromagneti waves is redefined to agree with the fundamental sientifi priniples

More information

Impact Simulation of Extreme Wind Generated Missiles on Radioactive Waste Storage Facilities

Impact Simulation of Extreme Wind Generated Missiles on Radioactive Waste Storage Facilities Impat Simulation of Extreme Wind Generated issiles on Radioative Waste Storage Failities G. Barbella Sogin S.p.A. Via Torino 6 00184 Rome (Italy), barbella@sogin.it Abstrat: The strutural design of temporary

More information

A Survey of Usability Evaluation in Virtual Environments: Classi cation and Comparison of Methods

A Survey of Usability Evaluation in Virtual Environments: Classi cation and Comparison of Methods Doug A. Bowman bowman@vt.edu Department of Computer Siene Virginia Teh Joseph L. Gabbard Deborah Hix [ jgabbard, hix]@vt.edu Systems Researh Center Virginia Teh A Survey of Usability Evaluation in Virtual

More information

Algorithm of Removing Thin Cloud-fog Cover from Single Remote Sensing Image

Algorithm of Removing Thin Cloud-fog Cover from Single Remote Sensing Image Journal of Information & Computational Siene 11:3 (2014 817 824 February 10, 2014 Available at http://www.jois.om Algorithm of Removing Thin Cloud-fog Cover from Single Remote Sensing Image Yinqi Xiong,

More information

A Keyword Filters Method for Spam via Maximum Independent Sets

A Keyword Filters Method for Spam via Maximum Independent Sets Vol. 7, No. 3, May, 213 A Keyword Filters Method for Spam via Maximum Independent Sets HaiLong Wang 1, FanJun Meng 1, HaiPeng Jia 2, JinHong Cheng 3 and Jiong Xie 3 1 Inner Mongolia Normal University 2

More information

The Application of Mamdani Fuzzy Model for Auto Zoom Function of a Digital Camera

The Application of Mamdani Fuzzy Model for Auto Zoom Function of a Digital Camera (IJCSIS) International Journal of Computer Siene and Information Seurity, Vol. 6, No. 3, 2009 The Appliation of Mamdani Fuzzy Model for Auto Funtion of a Digital Camera * I. Elamvazuthi, P. Vasant Universiti

More information

Henley Business School at Univ of Reading. Pre-Experience Postgraduate Programmes Chartered Institute of Personnel and Development (CIPD)

Henley Business School at Univ of Reading. Pre-Experience Postgraduate Programmes Chartered Institute of Personnel and Development (CIPD) MS in International Human Resoure Management For students entering in 2012/3 Awarding Institution: Teahing Institution: Relevant QAA subjet Benhmarking group(s): Faulty: Programme length: Date of speifiation:

More information

Effectiveness of a law to reduce alcohol-impaired driving in Japan

Effectiveness of a law to reduce alcohol-impaired driving in Japan Effetiveness of a law to redue alohol-impaired driving in Japan T Nagata, 1,2 S Setoguhi, 3 D Hemenway, 4 M J Perry 5 Original artile 1 Takemi Program, Department of International Health, Harvard Shool

More information

UNIVERSITY AND WORK-STUDY EMPLOYERS WEB SITE USER S GUIDE

UNIVERSITY AND WORK-STUDY EMPLOYERS WEB SITE USER S GUIDE UNIVERSITY AND WORK-STUDY EMPLOYERS WEB SITE USER S GUIDE September 8, 2009 Table of Contents 1 Home 2 University 3 Your 4 Add 5 Managing 6 How 7 Viewing 8 Closing 9 Reposting Page 1 and Work-Study Employers

More information

Interpretable Fuzzy Modeling using Multi-Objective Immune- Inspired Optimization Algorithms

Interpretable Fuzzy Modeling using Multi-Objective Immune- Inspired Optimization Algorithms Interpretable Fuzzy Modeling using Multi-Objetive Immune- Inspired Optimization Algorithms Jun Chen, Mahdi Mahfouf Abstrat In this paper, an immune inspired multi-objetive fuzzy modeling (IMOFM) mehanism

More information

Chapter 6 A N ovel Solution Of Linear Congruenes Proeedings NCUR IX. (1995), Vol. II, pp. 708{712 Jerey F. Gold Department of Mathematis, Department of Physis University of Utah Salt Lake City, Utah 84112

More information

NOMCLUST: AN R PACKAGE FOR HIERARCHICAL CLUSTERING OF OBJECTS CHARACTERIZED BY NOMINAL VARIABLES

NOMCLUST: AN R PACKAGE FOR HIERARCHICAL CLUSTERING OF OBJECTS CHARACTERIZED BY NOMINAL VARIABLES The 9 th International Days of Statistis and Eonomis, Prague, September 10-1, 015 NOMCLUST: AN R PACKAGE FOR HIERARCHICAL CLUSTERING OF OBJECTS CHARACTERIZED BY NOMINAL VARIABLES Zdeněk Šul Hana Řezanková

More information

Computer Networks Framing

Computer Networks Framing Computer Networks Framing Saad Mneimneh Computer Siene Hunter College of CUNY New York Introdution Who framed Roger rabbit? A detetive, a woman, and a rabbit in a network of trouble We will skip the physial

More information

Discovering Trends in Large Datasets Using Neural Networks

Discovering Trends in Large Datasets Using Neural Networks Disovering Trends in Large Datasets Using Neural Networks Khosrow Kaikhah, Ph.D. and Sandesh Doddameti Department of Computer Siene Texas State University San Maros, Texas 78666 Abstrat. A novel knowledge

More information

Deadline-based Escalation in Process-Aware Information Systems

Deadline-based Escalation in Process-Aware Information Systems Deadline-based Esalation in Proess-Aware Information Systems Wil M.P. van der Aalst 1,2, Mihael Rosemann 2, Marlon Dumas 2 1 Department of Tehnology Management Eindhoven University of Tehnology, The Netherlands

More information

4.15 USING METEOSAT SECOND GENERATION HIGH RESOLUTION VISIBLE DATA FOR THE IMPOVEMENT OF THE RAPID DEVELOPPING THUNDERSTORM PRODUCT

4.15 USING METEOSAT SECOND GENERATION HIGH RESOLUTION VISIBLE DATA FOR THE IMPOVEMENT OF THE RAPID DEVELOPPING THUNDERSTORM PRODUCT 4.15 USNG METEOSAT SECOND GENEATON HGH ESOLUTON VSBLE DATA FO THE MPOVEMENT OF THE APD DEVELOPPNG THUNDESTOM PODUCT Oleksiy Kryvobok * Ukrainian HydroMeteorologial nstitute Kyiv, Ukraine Stephane Senesi

More information

Scalable Hierarchical Multitask Learning Algorithms for Conversion Optimization in Display Advertising

Scalable Hierarchical Multitask Learning Algorithms for Conversion Optimization in Display Advertising Salable Hierarhial Multitask Learning Algorithms for Conversion Optimization in Display Advertising Amr Ahmed Google amra@google.om Abhimanyu Das Mirosoft Researh abhidas@mirosoft.om Alexander J. Smola

More information

WORKFLOW CONTROL-FLOW PATTERNS A Revised View

WORKFLOW CONTROL-FLOW PATTERNS A Revised View WORKFLOW CONTROL-FLOW PATTERNS A Revised View Nik Russell 1, Arthur H.M. ter Hofstede 1, 1 BPM Group, Queensland University of Tehnology GPO Box 2434, Brisbane QLD 4001, Australia {n.russell,a.terhofstede}@qut.edu.au

More information

Context-Sensitive Adjustments of Cognitive Control: Conflict-Adaptation Effects Are Modulated by Processing Demands of the Ongoing Task

Context-Sensitive Adjustments of Cognitive Control: Conflict-Adaptation Effects Are Modulated by Processing Demands of the Ongoing Task Journal of Experimental Psyhology: Learning, Memory, and Cognition 2008, Vol. 34, No. 3, 712 718 Copyright 2008 by the Amerian Psyhologial Assoiation 0278-7393/08/$12.00 DOI: 10.1037/0278-7393.34.3.712

More information

A Three-Hybrid Treatment Method of the Compressor's Characteristic Line in Performance Prediction of Power Systems

A Three-Hybrid Treatment Method of the Compressor's Characteristic Line in Performance Prediction of Power Systems A Three-Hybrid Treatment Method of the Compressor's Charateristi Line in Performane Predition of Power Systems A Three-Hybrid Treatment Method of the Compressor's Charateristi Line in Performane Predition

More information

WATER CLOSET SUPPORTS TECHNICAL DATA

WATER CLOSET SUPPORTS TECHNICAL DATA WATER CLOSET SUPPORTS TECHNICAL DATA Smith engineers have developed an unusually omplete line of fixture supports for mounting all types of "off the floor" fixtures. Supports have been designed for water

More information

Impedance Method for Leak Detection in Zigzag Pipelines

Impedance Method for Leak Detection in Zigzag Pipelines 10.478/v10048-010-0036-0 MEASUREMENT SCIENCE REVIEW, Volume 10, No. 6, 010 Impedane Method for Leak Detetion in igzag Pipelines A. Lay-Ekuakille 1, P. Vergallo 1, A. Trotta 1 Dipartimento d Ingegneria

More information

CIS570 Lecture 4 Introduction to Data-flow Analysis 3

CIS570 Lecture 4 Introduction to Data-flow Analysis 3 Introdution to Data-flow Analysis Last Time Control flow analysis BT disussion Today Introdue iterative data-flow analysis Liveness analysis Introdue other useful onepts CIS570 Leture 4 Introdution to

More information

MATE: MPLS Adaptive Traffic Engineering

MATE: MPLS Adaptive Traffic Engineering MATE: MPLS Adaptive Traffi Engineering Anwar Elwalid Cheng Jin Steven Low Indra Widjaja Bell Labs EECS Dept EE Dept Fujitsu Network Communiations Luent Tehnologies Univ. of Mihigan Calteh Pearl River,

More information

RISK-BASED IN SITU BIOREMEDIATION DESIGN JENNINGS BRYAN SMALLEY. A.B., Washington University, 1992 THESIS. Urbana, Illinois

RISK-BASED IN SITU BIOREMEDIATION DESIGN JENNINGS BRYAN SMALLEY. A.B., Washington University, 1992 THESIS. Urbana, Illinois RISK-BASED IN SITU BIOREMEDIATION DESIGN BY JENNINGS BRYAN SMALLEY A.B., Washington University, 1992 THESIS Submitted in partial fulfillment of the requirements for the degree of Master of Siene in Environmental

More information

AUDITING COST OVERRUN CLAIMS *

AUDITING COST OVERRUN CLAIMS * AUDITING COST OVERRUN CLAIMS * David Pérez-Castrillo # University of Copenhagen & Universitat Autònoma de Barelona Niolas Riedinger ENSAE, Paris Abstrat: We onsider a ost-reimbursement or a ost-sharing

More information

BUILDING A SPAM FILTER USING NAÏVE BAYES. CIS 391- Intro to AI 1

BUILDING A SPAM FILTER USING NAÏVE BAYES. CIS 391- Intro to AI 1 BUILDING A SPAM FILTER USING NAÏVE BAYES 1 Spam or not Spam: that is the question. From: "" Subjet: real estate is the only way... gem oalvgkay Anyone an buy real estate with no

More information

Computational Analysis of Two Arrangements of a Central Ground-Source Heat Pump System for Residential Buildings

Computational Analysis of Two Arrangements of a Central Ground-Source Heat Pump System for Residential Buildings Computational Analysis of Two Arrangements of a Central Ground-Soure Heat Pump System for Residential Buildings Abstrat Ehab Foda, Ala Hasan, Kai Sirén Helsinki University of Tehnology, HVAC Tehnology,

More information

Ranking Community Answers by Modeling Question-Answer Relationships via Analogical Reasoning

Ranking Community Answers by Modeling Question-Answer Relationships via Analogical Reasoning Ranking Community Answers by Modeling Question-Answer Relationships via Analogial Reasoning Xin-Jing Wang Mirosoft Researh Asia 4F Sigma, 49 Zhihun Road Beijing, P.R.China xjwang@mirosoft.om Xudong Tu,Dan

More information

protection p1ann1ng report

protection p1ann1ng report f1re~~ protetion p1ann1ng report BUILDING CONSTRUCTION INFORMATION FROM THE CONCRETE AND MASONRY INDUSTRIES Signifiane of Fire Ratings for Building Constrution NO. 3 OF A SERIES The use of fire-resistive

More information

Open and Extensible Business Process Simulator

Open and Extensible Business Process Simulator UNIVERSITY OF TARTU FACULTY OF MATHEMATICS AND COMPUTER SCIENCE Institute of Computer Siene Karl Blum Open and Extensible Business Proess Simulator Master Thesis (30 EAP) Supervisors: Luiano Garía-Bañuelos,

More information

User s Guide VISFIT: a computer tool for the measurement of intrinsic viscosities

User s Guide VISFIT: a computer tool for the measurement of intrinsic viscosities File:UserVisfit_2.do User s Guide VISFIT: a omputer tool for the measurement of intrinsi visosities Version 2.a, September 2003 From: Multiple Linear Least-Squares Fits with a Common Interept: Determination

More information

) ( )( ) ( ) ( )( ) ( ) ( ) (1)

) ( )( ) ( ) ( )( ) ( ) ( ) (1) OPEN CHANNEL FLOW Open hannel flow is haraterized by a surfae in ontat with a gas phase, allowing the fluid to take on shapes and undergo behavior that is impossible in a pipe or other filled onduit. Examples

More information

Findings and Recommendations

Findings and Recommendations Contrating Methods and Administration Findings and Reommendations Finding 9-1 ESD did not utilize a formal written pre-qualifiations proess for seleting experiened design onsultants. ESD hose onsultants

More information

10.1 The Lorentz force law

10.1 The Lorentz force law Sott Hughes 10 Marh 2005 Massahusetts Institute of Tehnology Department of Physis 8.022 Spring 2004 Leture 10: Magneti fore; Magneti fields; Ampere s law 10.1 The Lorentz fore law Until now, we have been

More information

THE EFFECT OF WATER VAPOR ON COUNTERFLOW DIFFUSION FLAMES

THE EFFECT OF WATER VAPOR ON COUNTERFLOW DIFFUSION FLAMES THE EFFECT OF WATER VAPOR ON COUNTERFLOW DIFFUSION FLAMES by Jaeil Suh and Arvind Atreya Combustion and Heat Tkansfer Laboratory Department of Mehanial Engineering and Applied Mehanis The University of

More information

An Enhanced Critical Path Method for Multiple Resource Constraints

An Enhanced Critical Path Method for Multiple Resource Constraints An Enhaned Critial Path Method for Multiple Resoure Constraints Chang-Pin Lin, Hung-Lin Tai, and Shih-Yan Hu Abstrat Traditional Critial Path Method onsiders only logial dependenies between related ativities

More information

From a strategic view to an engineering view in a digital enterprise

From a strategic view to an engineering view in a digital enterprise Digital Enterprise Design & Management 2013 February 11-12, 2013 Paris From a strategi view to an engineering view in a digital enterprise The ase of a multi-ountry Telo Hervé Paault Orange Abstrat In

More information

Research on Virtual Vehicle Driven with Vision

Research on Virtual Vehicle Driven with Vision I.J. Information Tehnolog and Computer Siene, 2011, 4, 29-35 Published Online August 2011 in MECS http://.mes-press.org/) Researh on Virtual Vehile Driven ith Vision Youquan Liu and Yu Cui Shool of Information

More information

Optimal Online Buffer Scheduling for Block Devices *

Optimal Online Buffer Scheduling for Block Devices * Optimal Online Buffer Sheduling for Blok Devies * ABSTRACT Anna Adamaszek Department of Computer Siene and Centre for Disrete Mathematis and its Appliations (DIMAP) University of Warwik, Coventry, UK A.M.Adamaszek@warwik.a.uk

More information

Henley Business School at Univ of Reading. Chartered Institute of Personnel and Development (CIPD)

Henley Business School at Univ of Reading. Chartered Institute of Personnel and Development (CIPD) MS in International Human Resoure Management (full-time) For students entering in 2015/6 Awarding Institution: Teahing Institution: Relevant QAA subjet Benhmarking group(s): Faulty: Programme length: Date

More information

Recommending Questions Using the MDL-based Tree Cut Model

Recommending Questions Using the MDL-based Tree Cut Model WWW 2008 / Refereed Trak: Data Mining - Learning April 2-25, 2008 Beijing, China Reommending Questions Using the MDL-based Tree Cut Model Yunbo Cao,2, Huizhong Duan, Chin-Yew Lin 2, Yong Yu, and Hsiao-Wuen

More information

' R ATIONAL. :::~i:. :'.:::::: RETENTION ':: Compliance with the way you work PRODUCT BRIEF

' R ATIONAL. :::~i:. :'.:::::: RETENTION ':: Compliance with the way you work PRODUCT BRIEF ' R :::i:. ATIONAL :'.:::::: RETENTION ':: Compliane with the way you work, PRODUCT BRIEF In-plae Management of Unstrutured Data The explosion of unstrutured data ombined with new laws and regulations

More information

International Journal of Supply and Operations Management. Mathematical modeling for EOQ inventory system with advance payment and fuzzy Parameters

International Journal of Supply and Operations Management. Mathematical modeling for EOQ inventory system with advance payment and fuzzy Parameters nternational Journal of Supply and Operations Management JSOM November 0, Volume, ssue 3, pp. 60-78 SSN-Print: 383-359 SSN-Online: 383-55 www.ijsom.om Mathematial modeling for EOQ inventory system with

More information

Srinivas Bollapragada GE Global Research Center. Abstract

Srinivas Bollapragada GE Global Research Center. Abstract Sheduling Commerial Videotapes in Broadast Television Srinivas Bollapragada GE Global Researh Center Mihael Bussiek GAMS Development Corporation Suman Mallik University of Illinois at Urbana Champaign

More information

SLA-based Resource Allocation for Software as a Service Provider (SaaS) in Cloud Computing Environments

SLA-based Resource Allocation for Software as a Service Provider (SaaS) in Cloud Computing Environments 2 th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing SLA-based Resoure Alloation for Software as a Servie Provider (SaaS) in Cloud Computing Environments Linlin Wu, Saurabh Kumar

More information

A novel active mass damper for vibration control of bridges

A novel active mass damper for vibration control of bridges IABMAS 08, International Conferene on Bridge Maintenane, Safety and Management, 3-7 July 008, Seoul, Korea A novel ative mass damper for vibration ontrol of bridges U. Starossek & J. Sheller Strutural

More information

Modeling and analyzing interference signal in a complex electromagnetic environment

Modeling and analyzing interference signal in a complex electromagnetic environment Liu et al. EURASIP Journal on Wireless Communiations and Networking (016) 016:1 DOI 10.1186/s13638-015-0498-8 RESEARCH Modeling and analyzing interferene signal in a omplex eletromagneti environment Chun-tong

More information

Masters Thesis- Criticality Alarm System Design Guide with Accompanying Alarm System Development for the Radioisotope Production L

Masters Thesis- Criticality Alarm System Design Guide with Accompanying Alarm System Development for the Radioisotope Production L PNNL-18348 Prepared for the U.S. Department of Energy under Contrat DE-AC05-76RL01830 Masters Thesis- Critiality Alarm System Design Guide with Aompanying Alarm System Development for the Radioisotope

More information

INCOME TAX WITHHOLDING GUIDE FOR EMPLOYERS

INCOME TAX WITHHOLDING GUIDE FOR EMPLOYERS Virginia Department of Taxation INCOME TAX WITHHOLDING GUIDE FOR EMPLOYERS www.tax.virginia.gov 2614086 Rev. 07/14 * Table of Contents Introdution... 1 Important... 1 Where to Get Assistane... 1 Online

More information

An integrated optimization model of a Closed- Loop Supply Chain under uncertainty

An integrated optimization model of a Closed- Loop Supply Chain under uncertainty ISSN 1816-6075 (Print), 1818-0523 (Online) Journal of System and Management Sienes Vol. 2 (2012) No. 3, pp. 9-17 An integrated optimization model of a Closed- Loop Supply Chain under unertainty Xiaoxia

More information

i e AT 35 of 1986 ALCOHOLIC LIQUOR DUTIES ACT 1986

i e AT 35 of 1986 ALCOHOLIC LIQUOR DUTIES ACT 1986 i e AT 35 of 1986 ALCOHOLIC LIQUOR DUTIES ACT 1986 Aloholi Liquor Duties At 1986 Index i e ALCOHOLIC LIQUOR DUTIES ACT 1986 Index Setion Page PART I PRELIMINARY 9 1 The aloholi liquors dutiable under

More information

The Basics of International Trade: A Classroom Experiment

The Basics of International Trade: A Classroom Experiment The Basis of International Trade: A Classroom Experiment Alberto Isgut, Ganesan Ravishanker, and Tanya Rosenblat * Wesleyan University Abstrat We introdue a simple web-based lassroom experiment in whih

More information

In this chapter, we ll see state diagrams, an example of a different way to use directed graphs.

In this chapter, we ll see state diagrams, an example of a different way to use directed graphs. Chapter 19 State Diagrams In this hapter, we ll see state diagrams, an example of a different way to use direted graphs. 19.1 Introdution State diagrams are a type of direted graph, in whih the graph nodes

More information

Agile ALM White Paper: Redefining ALM with Five Key Practices

Agile ALM White Paper: Redefining ALM with Five Key Practices Agile ALM White Paper: Redefining ALM with Five Key Praties by Ethan Teng, Cyndi Mithell and Chad Wathington 2011 ThoughtWorks ln. All rights reserved www.studios.thoughtworks.om Introdution The pervasiveness

More information

Electrician'sMathand BasicElectricalFormulas

Electrician'sMathand BasicElectricalFormulas Eletriian'sMathand BasiEletrialFormulas MikeHoltEnterprises,In. 1.888.NEC.CODE www.mikeholt.om Introdution Introdution This PDF is a free resoure from Mike Holt Enterprises, In. It s Unit 1 from the Eletrial

More information

Programming Basics - FORTRAN 77 http://www.physics.nau.edu/~bowman/phy520/f77tutor/tutorial_77.html

Programming Basics - FORTRAN 77 http://www.physics.nau.edu/~bowman/phy520/f77tutor/tutorial_77.html CWCS Workshop May 2005 Programming Basis - FORTRAN 77 http://www.physis.nau.edu/~bowman/phy520/f77tutor/tutorial_77.html Program Organization A FORTRAN program is just a sequene of lines of plain text.

More information

INCOME TAX WITHHOLDING GUIDE FOR EMPLOYERS

INCOME TAX WITHHOLDING GUIDE FOR EMPLOYERS Virginia Department of Taxation INCOME TAX WITHHOLDING GUIDE FOR EMPLOYERS www.tax.virginia.gov 2614086 Rev. 01/16 Table of Contents Introdution... 1 Important... 1 Where to Get Assistane... 1 Online File

More information

How To Fator

How To Fator CHAPTER hapter 4 > Make the Connetion 4 INTRODUCTION Developing seret odes is big business beause of the widespread use of omputers and the Internet. Corporations all over the world sell enryption systems

More information

The Optimal Deterrence of Tax Evasion: The Trade-off Between Information Reporting and Audits

The Optimal Deterrence of Tax Evasion: The Trade-off Between Information Reporting and Audits The Optimal Deterrene of Tax Evasion: The Trade-off Between Information Reporting and Audits Yulia Paramonova Department of Eonomis, University of Mihigan Otober 30, 2014 Abstrat Despite the widespread

More information

THE UNIVERSITY OF TEXAS AT ARLINGTON COLLEGE OF NURSING. NURS 6390-004 Introduction to Genetics and Genomics SYLLABUS

THE UNIVERSITY OF TEXAS AT ARLINGTON COLLEGE OF NURSING. NURS 6390-004 Introduction to Genetics and Genomics SYLLABUS THE UNIVERSITY OF TEXAS AT ARLINGTON COLLEGE OF NURSING NURS 6390-004 Introdution to Genetis and Genomis SYLLABUS Summer Interession 2011 Classroom #: TBA and 119 (lab) The University of Texas at Arlington

More information

Bayes Bluff: Opponent Modelling in Poker

Bayes Bluff: Opponent Modelling in Poker Bayes Bluff: Opponent Modelling in Poker Finnegan Southey, Mihael Bowling, Brye Larson, Carmelo Piione, Neil Burh, Darse Billings, Chris Rayner Department of Computing Siene University of Alberta Edmonton,

More information

Motorcycle Accident Reconstruction Part I - Physical Models

Motorcycle Accident Reconstruction Part I - Physical Models Motoryle Aident Reonstrution Part I - Physial Models Oren Masory Wade Bartlett Bill Wright Dept. of Oean & Mehanial Engr. Mehanial Forensis Engineering Servies IPTM Florida Atlanti University 179 Cross

More information

Accident Causes. Trevor Kletz. Accident causes are often oversimplified:

Accident Causes. Trevor Kletz. Accident causes are often oversimplified: Leveson 120 Aident Causes Aident Causes My ompany has had a safety program for 150 years. The program was instituted as a result of a Frenh law requiring an explosives manufaturer to live on the premises

More information

ADAPTIVE WAVEFORM SELECTION AND TARGET TRACKING BY WIDEBAND MULTISTATIC RADAR/SONAR SYSTEMS

ADAPTIVE WAVEFORM SELECTION AND TARGET TRACKING BY WIDEBAND MULTISTATIC RADAR/SONAR SYSTEMS ADAPTIVE WAVEFORM SELECTION AND TARGET TRACKING BY WIDEBAND MULTISTATIC RADAR/SONAR SYSTEMS Ngo Hung Nguyen, Kutluyıl Doğançay, and Linda M. Davis Institute for Teleommuniations Researh, Shool of Engineering

More information

Measurement of Powder Flow Properties that relate to Gravity Flow Behaviour through Industrial Processing Lines

Measurement of Powder Flow Properties that relate to Gravity Flow Behaviour through Industrial Processing Lines Measurement of Powder Flow Properties that relate to Gravity Flow ehaviour through Industrial Proessing Lines A typial industrial powder proessing line will inlude several storage vessels (e.g. bins, bunkers,

More information

Parametric model of IP-networks in the form of colored Petri net

Parametric model of IP-networks in the form of colored Petri net Parametri model of IP-networks in the form of olored Petri net Shmeleva T.R. Abstrat A parametri model of IP-networks in the form of olored Petri net was developed; it onsists of a fixed number of Petri

More information

State of Maryland Participation Agreement for Pre-Tax and Roth Retirement Savings Accounts

State of Maryland Participation Agreement for Pre-Tax and Roth Retirement Savings Accounts State of Maryland Partiipation Agreement for Pre-Tax and Roth Retirement Savings Aounts DC-4531 (08/2015) For help, please all 1-800-966-6355 www.marylandd.om 1 Things to Remember Complete all of the setions

More information

Sebastián Bravo López

Sebastián Bravo López Transfinite Turing mahines Sebastián Bravo López 1 Introdution With the rise of omputers with high omputational power the idea of developing more powerful models of omputation has appeared. Suppose that

More information

Design Implications for Enterprise Storage Systems via Multi-Dimensional Trace Analysis

Design Implications for Enterprise Storage Systems via Multi-Dimensional Trace Analysis Design Impliations for Enterprise Storage Systems via Multi-Dimensional Trae Analysis Yanpei Chen, Kiran Srinivasan, Garth Goodson, Randy Katz University of California, Berkeley, NetApp In. {yhen2, randy}@ees.berkeley.edu,

More information