10 Fingers of Death: Algorithms for Combat Killing Roger Smith and Don Stoner Titan Corporation

Size: px
Start display at page:

Download "10 Fingers of Death: Algorithms for Combat Killing Roger Smith and Don Stoner Titan Corporation"

Transcription

1 10 Fingers of Deat: Algoritms for Combat Killing Roger Smit and Don Stoner Titan Cororation Good sooting games need good killing algoritms. Tis gem rovides a series of combat algoritms tat can be used to imrove te realism of combat decisions and do so wit faster algoritms. Most of te algoritms discussed ere were develoed for te United States military and ave been validated for use in one or more real combat simulations. First-erson sooter killing algoritms are fine, but some situations can be andled more accurately and efficiently by including geometry, statistics, robability, and aggregation. Massively Multi-layer and Real-time Strategy games articularly include a lot of action tat does not ave to be modeled wit individual line-of-sigt (LOS) and targeting for a eadsot. Tese and oter games can also benefit from te inclusion of multile kill tyes tat are based on real live-fire exeriments. First-erson sooters may equi AI s wit some of tese algoritms wile leaving te more detailed LOS algoritms for te avatar controlled by te uman layer. Hitting a Ribbon Te first finger of deat resents a simle metod for determining weter a sooter will it a ribbon target like a road, river, long convoy of veicles, or a serentine creature (Figure 1). If te target is so long tat it is imossible to oversoot or undersoot its lengt, te robability of itting te target is deendent only uon te widt of te target and te standard deviation of te sot attern of te weaon. Tis simle algoritm is also a good way to introduce te logic and matematics beind several of te attrition algoritms tat follow [arry95]. Deviations in te imact oint of te munitions being fired are due to factors suc as te quality of te weaon, steadiness and skill of te uman oerator, variations in te construction of te roectile, and wind conditions. W W Figure 1. robability of Hitting a Ribbon Target 1

2 Te equation for calculating te robability of it ( ) for a ribbon target is: = W πσ were, x W is te widt of te target, and is te standard deviation of te bullet disersion in te x dimension. Tis assumes tat te attern is normally distributed wit te same standard deviation in bot te x and y dimensions. [Note: Te code for all of tese algoritms can be found on te CD-ROM.] Hitting te Bullseye Te second finger of deat describes te mat and robability of itting a round target. Like te revious algoritm, tis one is based on te fact tat all sooters, uman and macine alike, ave built-in variation in every sot fired. Te algoritm is driven by two very simle variables te radius of te target and te standard deviation of te rounds. Tis deviation is based on a normal distribution in wic te mean value is zero because te sooter is aimed directly at te center of te target [arry95]. Te algoritm determines weter eac sot will it te target, but does not calculate te actual imact oint of te round. Tis simlification eliminates calculations tat would ave to be done to distribute te round normally in bot te x and y dimension. r Figure. robability of Hitting te Bullseye Te equation for calculating te robability of it ( ) for a round target is: ( r ) σ x = 1 e

3 were, r is te radius of te target, and is te standard deviation of te bullet disersion in te x dimension. Hitting a Rectangle Most targets are not saed like bullseyes, so we need a more flexible algoritm to soot rectangular targets like te torso of a uman or a veicle. Tis algoritm includes measures for te lengt and widt of a rectangular target [arry95]. σ y L W Figure 3. robability of Hitting a Rectangle Te equation for calculating te robability of it ( ) for a rectangular target is: = A* B ( L π A = 1 e ) ( W πσ y ) B = 1 e were, L is te lengt of te target in te x dimension, W is te widt of te target in te y dimension, is te standard deviation of te bullet disersion in te x dimension, and σ y is te standard deviation of te bullet disersion in te y dimension. Weaons often ave different standard deviations in te x and y dimensions. For examle, wen a football quarterback trows a ass, te variation from te aim oint along te axis of fligt is usually greater tan te variation left or rigt of te aim oint. Te same is true for missiles being fired at a combat veicle or rocks being trown at a dinosaur. Sotgunning a Small Target 3

4 Some weaons unleas a barrage of rockets, bomblets, or exlosive munitions all at once in an attemt to totally overwelm te target and blow it to smitereens. Wen tis aens, tere are muc faster ways of determining te killing effect of te entire barrage tan calculating te imact oints and letality of eac rocket individually and ten accumulating tem. Tis algoritm calculates te robability tat one of te munitions letal areas will overla wit te oint target. Te size of te target is not considered in tese calculations because it is assumed tat te letal blast area can encomass an entire target [arry95]. a T n Simultaneous Rounds Sooter Figure 4. robability of Killing a Target wit a Simultaneous Barrage of Munitions were, ( na πσ x 1 ) k = e n is te number of rounds in te barrage, a is te letal area of a single round against tis target, and is te standard deviation of te bullet disersion in te x dimension. Deat by Walking Artillery Artillery and catault rounds are often adusted by a sotting team tat radios corrections back to te firing battery and allows tem to lace te next round closer to te target. Wen tis occurs, te letality of te barrage is iger tan te revious sotgunning metod. Te letality of tis walking artillery is calculated troug a summation series in te exonent [arry95]. 4

5 Sotter a Simulated Correction Communication T n Sequential Corrected Rounds Sooter Figure 5. Letality of Walking Artillery wit a Sotter were, n ( ) a σ x ( i 1) i i = k = 1 e n is te number of rounds fired in te barrage, a is te letal area of a single round against tis target, and is te standard deviation of te bullet disersion in te x dimension. Kills Come in Four Flavors To ararase a famous ig, all kills are equal, but some are more equal tan oters. Military simulations usually model four different tyes of kills tat are most often found in real-world combat. Te first flavor is a mobility kill in wic te target is no longer able to move, but remains alive enoug to fire its weaon or communicate wit oter veicles. Te second is a fireower kill in wic te weaon is damaged, but te veicle or erson is still able to move. Te tird is a mobility and fireower kill in wic te veicle or erson is still alive, but cannot move or use its weaon. Tis target may still be able to observe enemy oerations, communicate, consume sulies and, in some simulations, trigger a rescue oeration. Te final kill tye is te catastroic kill or K- kill, often ictured as an aircraft exloding into a million ieces, a flaming tank turret sinning troug te air, or a erson being turned into fres cunks of meat. Tese four kill tyes can be ictured as a Venn diagram (Figure 6). Toug tis form clearly communicates te relationsis between te kill tyes, in order to be alied, it as to be searated so tat a secific kill tye can be determined quickly for eac engagement. Tis searated data is usually reresented as a kill termometer (Figure 7). Normalizing te kill tyes in a single sace as reresented in te termometer allows a 5

6 rogram to determine te kill tye of an engagement by drawing a single random number. Mobility Kill M&F Kill Fireower Kill K Kill Figure 6. Standard Kill Tyes No Kill 1.0 Catastroic Kill n + m + f + mf Mobility and Fireower Kill n + m + f n + m Fireower Kill Mobility Kill n 0.0 No Kill Figure 7. Kill Termometer Tere are live-fire roects tat determine te robability of eac kill tye under different conditions by firing real weaons at real targets and measuring te result. Most simulations and games do not ave access to suc a ric source of information. Terefore, we ave to identify common trends in exerimental data and create equations tat mimic tose wile remaining flexible enoug to be alied to new weaon/target airs. One simulation roect noticed a distinct relationsi between te mobility, fireower, and catastroic kill data tey ad received from live-fire exeriments. Tis relationsi allowed tem to create simle equations tat use te root of a single robability of mobility or fireower kill ( is te union of all of te saded areas above) to calculate all of te oter robabilities. Te trend tey noticed was tat a mobility kill occurred 90% of te time tat damage was done ( M = 0.9* ); a fireower kill occurred 90% of te time ( F = 0.9* ); and a catastroic kill occurred 50% of te time tat damage was done ( K = 0.5* ). 6

7 However, tis information cannot be alied directly to te kill termometer in Figure 7. M does not say tat 90% of all engagements result in a mobility kill. It says tat 90% of mobility-or-fireower kills include a mobility kill. Terefore, it as to be searated to make it ossible to draw a single random number and determine wic kill to aly to te target. Tese indeendent kill robabilities can be extracted as sown below. = 1.0 n m f k mf = = = 0.5 = F M m = 0.1 = 0.1 f = 0.3 k were, te small subscrit indicates te robability tat only one tye of kill occurs. For examle, m is te robability of only getting a mobility kill, but not getting any oter form of kill. n is te robability of no kill occurring. Tese indeendent kill robabilities determine were te breakoints fall in a kill termometer and can be easily rogrammed as sown in te code on te CD-ROM. Cemicals, Fireballs, and Area Magic Tere ave been many models of te disersion of cemicals and oter agents. Te following simle algoritm calculates te robability of a kill based on te volume of cemical released and te distance tat te release occurs from te target. For games, tis algoritm could be used for exanding fireballs, area magic, or any oter exotic and evil weaon. k ( ) ( k d nw ) r nw e = π r were, n is te number of rounds imacting at a secific oint, w r is te weigt of te cemical inside of eac round (in kilograms), d is te distance tat te rounds fall from te target location (in meters), and k is a constant reresenting te disersion caracteristic of te cemical. For tese exeriments we recommend beginning wit a value of Tis equation allows you to deal wit eac round individually or to aggregate multile rounds into a single attack centered at te same imact oint. Te equation also 7

8 incororates te constant k tat reresents te density and viscosity of a cemical comound. You can adust tis value to create te effect desired. Te Sranel Wedge Wen an aircraft is sot down wit a missile it is seldom accomlised by te missile flying directly into te aircraft. More often, te missile reaces a oint of closest aroac and exlodes near te aircraft. Te sranel from te missile ten sreads out in a donut or serical attern from te oint of exlosion and oefully, te aircraft is caugt in tat sranel attern and destroyed [Ball85]. Tis algoritm can be used wit exloding roectiles, fireballs, and magic targeted at aircraft, dragons, and sacebugs. r φ φ 1 Figure 8. robability of Killing a Target in a Sranel Wedge were, x = na k v = 1 e ( πr ( cosφ cosφ )) 1 x n is te number of fragments or roectiles in te missile waread, A v is te vulnerable area of te target resented to te missile (in sq meters), r is te range from te detonation oint to te target (in meters), φ 1 is te angle from te traectory of te missile to te near edge of te vulnerability area of te target, and φ is te angle from te traectory of te missile to te far edge of te vulnerability area of te target. Beating te Buses Some engagements involve teams of unters searcing te terrain or buses for idden rey [Subik83]. Wen a large grou of unters is looking for a large grou of rey, it is ossible to model te cature or kill of te rey in an aggregate form, rater tan reresenting te individual movement and line-of-sigt of every unter and every rey. 8

9 As before, tis aroac is very valuable wen te unting and killing is being conducted by AI controlled unters and esecially wen it is aening off te layer s screen. Te algoritm is structured to calculate te cange in te oulation of te rey based on te number and efficiency of te unters. It also accounts for different tyes of rey and unter animals, e.g. small rodents, medium-sized wolves, and large eleants. To use te algoritm, we must define a robability of detection for eac tye of unter against eac tye of rey under te given conditions (oen terrain, forest, city, etc.). We must also select a ardness factor tat differentiates te ability of te rey to elude, escae, or survive te actions of te unter. Tese numbers are usually determined euristically troug exerimentation and observation. rey are Ligt Hunters are Dark Figure 9. Multile Tyes of Hunters Searcing for Multile Tyes of rey were, x = A = ( k ) n D * (1 e i, i= 1 x ) * i A is te number of kills of animal tye, is te number of rey of tye, k is a ardness measure of te rey in te range [0,1], is te total number of rey of all tyes, n is te number of rey tyes D i, is te robability tat a unter of tye i can detect a rey of tye, and i is te number of unters of tye i. Beating te Buses wit rey Sacing Te final finger of deat is a modification of te revious one. Matematicians and analysts noticed tat te revious algoritm did not account for differences in te density of rey iding in te buses. It is clearly muc easier to find and kill rey wen tere are 9

10 a undred of tem in te searc area tan if tere are ust two or tree. Terefore, tey created a variation known as te Luleian model [Subik83] in wic te sacing between te rey is an imortant factor. Te visual icture for tis algoritm is te same as tat above, but te matematics differ to account for te sacing of rey. Te definition of k also varies sligtly in tat Lileian defines k as te average destruction of te unters on rey tye. were, A n x = k i= 1 = * i * (1 e ( s * ) x ) A is te number of kills of rey tye, is te number of rey of tye, s is te average sacing between te rey in te searc area (in meters), is te total number of rey of all tyes, n is te number of rey tyes k is te average destruction of te unters on rey tye, in te range [0,1], i is te number of unters of tye i. Conclusion Te ten fingers of deat described in tis cater are ust a few of te combat killing algoritms tat can be alied to comuter games. Te concets of geometry, robability, statistics, and ysics used in te ten fingers of deat are good examles of aroaces to many roblems. Game develoers sould do wat military modelers do to imrove tese aly exerience, matematics, creativity, and oter sciences to find equations tat work well for your game. Don t be afraid to exeriment! References [Ball85] Ball, Robert E. Te Fundamentals of Aircraft Combat Survivability Analysis and Design. AIAA ress, [Estein85] Estein, Josua M. Te Calculus of Conventional War: Dynamic Analysis witout Lancester Teory. Brookings Institution, [arry95] arry, Samuel, Editor. Military OR Analyst s Handbook: Conventional Weaons Effects. Military Oerations Researc Society, [May0] May, Janet O. OneSAF Killer/Victim Scoreboard Caability for C Exerimentation, roceedings of te 00 Conference on Beavioral Reresentation in Modeling and Simulation, 00. [Subik83] Subik, Martin, Editor. Matematics of Conflict. Elsevier Science ublisers, [Army90] U.S. Army. Field Artillery Handbook. U.S. Army,

Balanced Binary Trees

Balanced Binary Trees Balanced Binary Trees 1 Binary searc trees provide O(log N) searc times provided tat te nodes are distributed in a reasonably balanced manner. Unfortunately, tat is not always te case and performing a

More information

Revision Topic 12: Area and Volume Area of simple shapes

Revision Topic 12: Area and Volume Area of simple shapes Revision Topic : Area and Volume Area of simple sapes You need to learn ALL of te following area formulae: Rectangle Triangle W L b Area = lengt widt Area = base eigt = ½ b Parallelogram Trapezium a b

More information

青藜苑教育 Example : Find te area of te following trapezium. 7cm 4.5cm cm To find te area, you add te parallel sides 7

青藜苑教育 Example : Find te area of te following trapezium. 7cm 4.5cm cm To find te area, you add te parallel sides 7 青藜苑教育 www.tetopedu.com 00-6895997 3095457 Area of simple sapes Revision Topic : Area and Volume You need to learn ALL of te following area formulae: Rectangle Triangle W L Area = lengt widt Area = b base

More information

Calculation of Theoretical Torque and Displacement in an Internal Gear Pump

Calculation of Theoretical Torque and Displacement in an Internal Gear Pump TECHNICAL REPORT Calculation of Teoretical Torque and Displacement in an Internal Gear Pump Y. INAGUMA Tis paper describes numerical determination of teoretical torque (ideal torque) and teoretical stroke

More information

ANALYSIS OF WORK ROLL THERMAL BEHAVIOR FOR 1450MM HOT STRIP MILL WITH GENETIC ALGORITHM

ANALYSIS OF WORK ROLL THERMAL BEHAVIOR FOR 1450MM HOT STRIP MILL WITH GENETIC ALGORITHM Journal of Teoretical and Applied Information Tecnology 3 t September 2. Vol. 43 No.2 5-2 JATIT & LLS. All rigts reserved. ANALYSIS OF WORK ROLL THERMAL BEHAVIOR FOR 45MM HOT STRIP MILL WITH GENETIC ALGORITHM

More information

Overall stability of multi-span portal sheds at right-angles to the portal spans

Overall stability of multi-span portal sheds at right-angles to the portal spans Overall stability of multi-span portal seds at rigt-angles to te portal spans SCI s Senior Manager for Standards, Carles M King, explains te approac for design of long-span portal seds. 1. Introduction

More information

Effect of Twisted-tape Inserts on Heat Transfer in a Tube

Effect of Twisted-tape Inserts on Heat Transfer in a Tube Effect of Twisted-tae Inserts on Heat Transfer in a Tube Watcarin Nootong, Smit Eiamsa-ard and Pongjet Promvonge, * Deartment of Mecanical Engineering, Faculty of Engineering, King Mongkut s Institute

More information

16.1 Volume of Prisms and Cylinders

16.1 Volume of Prisms and Cylinders Name Class Date 16.1 Volume of Prisms and Cylinders Essential Question: How do te formulas for te volume of a prism and cylinder relate to area formulas tat you already know? Explore G.11.D Apply te formulas

More information

Dimitrios Krontsos Technological Educational Institute of Thessaloniki, Greece Thessaloniki 57400, Greece

Dimitrios Krontsos Technological Educational Institute of Thessaloniki, Greece Thessaloniki 57400, Greece Neural Network for Fault Detection and Isolation of te Tree-Tank System Panagiotis Tzionas Tecnological Educational Institute of Tessaloniki, Greece Tessaloniki 574, Greece tzionas@teite.gr Dimitrios Krontsos

More information

Optimization Model of Oil-Volume Marking with Tilted Oil Tank

Optimization Model of Oil-Volume Marking with Tilted Oil Tank Open Journal of Optimization 1 1 - ttp://.doi.org/1.36/ojop.1.1 Publised Online December 1 (ttp://www.scirp.org/journal/ojop) Optimization Model of Oil-olume Marking wit Tilted Oil Tank Wei Xie 1 Xiaojing

More information

The Vapor Compression Cycle in Aircraft Air-Conditioning Systems

The Vapor Compression Cycle in Aircraft Air-Conditioning Systems FLECS_N_Vaor-Cycle Aircraft Design and Systems Grou (AERO Deartment of Automotive and Aeronautical Engineering Hamburg University of Alied Sciences (HAW Berliner or 9 D - 20099 Hamburg e Vaor Comression

More information

234 The National Strategies Secondary Mathematics exemplification: Y7

234 The National Strategies Secondary Mathematics exemplification: Y7 234 Te National Strategies Secondary Matematics exemplification: Y7 Pupils sould learn to: Deduce and use formulae to calculate lengts, perimeters, areas and volumes in 2-D and 3-D sapes As outcomes, Year

More information

Math Practice Use a Formula

Math Practice Use a Formula 9.4 Volumes of Prisms How can you find te volume of a prism? ACTIVITY: Pearls in a Treasure Cest Work wit a partner. A treasure cest is filled wit valuable pearls. Eac pearl is about centimeter in diameter

More information

Physics Engineering PC 1431 Experiment P2 Heat Engine. Section B: Brief Theory (condensed from Serway & Jewett)

Physics Engineering PC 1431 Experiment P2 Heat Engine. Section B: Brief Theory (condensed from Serway & Jewett) Pysics Engineering PC 1431 Experiment P2 Heat Engine Section A: Introduction Te invention of steam engine played a very significant role in te Industrial Revolution from te late 1700s to early 1800s. Te

More information

To find the volume of a pyramid and of a cone

To find the volume of a pyramid and of a cone - Volumes of Pyramids and Cones Common Core State Standards G-GMD.A. Use volume formulas for... pyramids, cones... to solve problems. G-MG.A. Use geometric sapes, teir measures, and teir properties to

More information

THE ROLE OF PLANT TRAITS

THE ROLE OF PLANT TRAITS THE ROLE OF PLANT TRAITS IN THE REGULATION OF DIVERSITY - A MODELLING STUDY - DE ROL VAN PLANTENEIGENSCHAPPEN IN DE REGULATIE VAN DIVERSTEIT - EEN MODELSTUDIE - (met een samenvatting in et Nederlands)

More information

Numerical Simulation of Stresses in Thin-rimmed Spur Gears with Keyway B. Brůžek, E. Leidich

Numerical Simulation of Stresses in Thin-rimmed Spur Gears with Keyway B. Brůžek, E. Leidich Numerical Simulation of Stresses in Tin-rimmed Spur Gears wit Keyway B. Brůžek, E. Leidic Tis paper contains an investigation of te key on a stress distribution in a tin-rimmed spur gear. A stress analysis

More information

20.1 Heights and distances

20.1 Heights and distances 20 Heigts an istances INTROUTION In tis capter, we will learn te practical use of trigonometry in our ay-to-ay life. We will see ow trigonometry is use for fining te eigts an istances of various objects,

More information

4.2 Using Similar Shapes

4.2 Using Similar Shapes LESSON 4.2 Using Similar Sapes Proportionalit 7.5. Generalize te critical attributes of similarit, including ratios witin and between similar sapes. ESSENTIL QUESTION How can ou use similar sapes to find

More information

Study of Steam Export Transients in a Combined Cycle Power Plant

Study of Steam Export Transients in a Combined Cycle Power Plant Study of Steam Export Transients in a Combined Cycle ower lant Alfonso Junquera Delgado Departamento Mecánico, Empresarios Agrupados c\ Magallanes 3 Madrid 8003 ajd@empre.es Almudena Travesí de los Santos

More information

Applying Trigonometric Functions. ENTERTAINMENT The circus has arrived and the roustabouts must put

Applying Trigonometric Functions. ENTERTAINMENT The circus has arrived and the roustabouts must put 5-4 OJETIVE Use trigonometry to find te measures of te sides of rigt triangles. pplying Trigonometric Functions ENTERTINMENT Te circus as arrived and te roustabouts must put up te main tent in a field

More information

OD DVOSTRUKO ZASTAKLJENOG PROZORA DO DVOSTRUKE FASADE INDIKATORI PRENOSA TOPLOTE STACIONARNOG STANJA

OD DVOSTRUKO ZASTAKLJENOG PROZORA DO DVOSTRUKE FASADE INDIKATORI PRENOSA TOPLOTE STACIONARNOG STANJA OD DVOSTRUKO ZASTAKLJENOG PROZORA DO DVOSTRUKE FASADE INDIKATORI PRENOSA TOPLOTE STACIONARNOG STANJA FROM DOUBLE-GLAZED WINDOW TO DOUBLE-SKIN FACADE STEADY STATE HEAT TRANSFER INDICATORS Gabriel NĂSTASE

More information

Red Green Black Trees: Extension to Red Black Trees

Red Green Black Trees: Extension to Red Black Trees Red Green Black Trees: Extension to Red Black Trees Seyfeddine Zouana*, Djamel Eddine Zegour Laboratoire de la Communication dans les Systèmes Informatiques, Ecole nationale Supérieure d'informatique,

More information

Prediction of steel plate deformation due to triangle heating using the inherent strain method

Prediction of steel plate deformation due to triangle heating using the inherent strain method J Mar Sci Tecnol (005) 10:11 16 DOI 10.1007/s00773-005-00-5 Prediction of steel plate deformation due to triangle eating using te inerent strain metod Cang Doo Jang 1, Tae Hoon Kim, Dae Eun Ko 3, Tomas

More information

1/1 FULL SIZE 3/4 QUARTER SIZE 1/2 HALF SIZE EXTRA LARGE SIZE EXTRA LONG SIZE

1/1 FULL SIZE 3/4 QUARTER SIZE 1/2 HALF SIZE EXTRA LARGE SIZE EXTRA LONG SIZE STERILE CONTAINER SYSTEMS BIO-BARRIER 1/1 FULL SIZE 3/4 QUARTER SIZE 1/2 HALF SIZE EXTRA LARGE SIZE EXTRA LONG SIZE Aygün Bio-Barrier model sterilization container systems are designed wit mecanical valves

More information

Applications. 38 Looking for Pythagoras. Find the missing length(s).

Applications. 38 Looking for Pythagoras. Find the missing length(s). Applications. A rigt triangle as legs of lengt inces and inces. a. Find te area of a square drawn on te ypotenuse of te triangle. b. Wat is te lengt of te ypotenuse?. Use te Pytagorean Teorem to find te

More information

1/1 FULL SIZE 3/4 QUARTER SIZE 1/2 HALF SIZE EXTRA LARGE SIZE EXTRA LONG SIZE

1/1 FULL SIZE 3/4 QUARTER SIZE 1/2 HALF SIZE EXTRA LARGE SIZE EXTRA LONG SIZE BIO-BARRIER 1/1 FULL SIZE 3/4 QUARTER SIZE 1/2 HALF SIZE EXTRA LARGE SIZE EXTRA LONG SIZE Aygün Bio-Barrier model sterilization container systems are designed wit mecanical valves bot in bottom and lid

More information

Goal: Measure the pump curve(s)

Goal: Measure the pump curve(s) Pump Performance Tes;ng Goal: Measure te pump curve(s) Head versus flow rate: Efficiency versus flow rate: Maximum ead at = 0 Maximum flow rate at = 0 η η = 0 wen = 0 and = 0 Maximum efficiency Pump tes;ng

More information

Non-contact Respiration Measurement Using Structured Light 3-D Sensor

Non-contact Respiration Measurement Using Structured Light 3-D Sensor SICE Annual Conference August -,, Akita Uniersity, Akita, Jaan Non-contact Resiration Measurement Using Structured Ligt -D Sensor Hirooki Aoki, Masaki Miyazaki, Hidetosi Nakamura, Ryo Furukawa, Ryusuke

More information

Math GPS. 2. Art projects include structures made with straws this week.

Math GPS. 2. Art projects include structures made with straws this week. Number of Plants Mat GPS. List te measurements in order from greatest to least., inces,5 feet mile 75 yards Greatest. Art projects include structures made wit straws tis week. Number of Projects, p Total

More information

Analysing the energy consumption of air handling units by Hungarian and international methods

Analysing the energy consumption of air handling units by Hungarian and international methods Analysing te energy consumption of air andling units by Hungarian and international metods László Kajtár 1, Miklós Kassai 2,* 1,2 Budapest University of Tecnology and Economics (BUTE), Budapest, Hungary

More information

CO-ROTATING FULLY INTERMESHING TWIN-SCREW COMPOUNDING: ADVANCEMENTS FOR IMPROVED PERFORMANCE AND PRODUCTIVITY

CO-ROTATING FULLY INTERMESHING TWIN-SCREW COMPOUNDING: ADVANCEMENTS FOR IMPROVED PERFORMANCE AND PRODUCTIVITY CO-ROTATING FULLY INTERMESHING TWIN-SCREW COMPOUNDING: ADVANCEMENTS FOR IMPROVED PERFORMANCE AND PRODUCTIVITY Paul G. Andersen, Coperion Corporation, Ramsey, NJ Frank Lecner, Coperion GmbH, Stuttgart,

More information

2 2D 2F. 1pc for each 20 m of wire. h (min. 45) h (min. 45) 3AC. see details J, E

2 2D 2F. 1pc for each 20 m of wire. h (min. 45) h (min. 45) 3AC. see details J, E TEXTILE AIR DIFFUSERS - - INSTRUCTIONS AIR FOR MOUNTING 1 1D 1F see details A, B, C 2 2D 2F see details A, B, C (min. 32) min. every 0 mm 1pc for eac 20 m of wire min. every 0 mm 1pc for eac 20 m of wire

More information

Reflections on the drinking bowl 'Balance'

Reflections on the drinking bowl 'Balance' Supplement to Fun wit oueold object and centre of ma, originally publied in te German journal Pyik in unerer Zeit, 9-96 eflection on te drinking bowl Balance I te bowl made of maive tainle teel? No: ma

More information

Fixation effects: do they exist in design problem solving?

Fixation effects: do they exist in design problem solving? Environment and Planning B: Planning and Design, 1993, volume 20, pages 333-345 Fixation effects: do tey exist in design problem solving? A T Purcell, P Williams, J S Gero, B Colbron Department of Arcitectural

More information

Annex 16. Methodological Tool. Tool to determine project emissions from flaring gases containing methane

Annex 16. Methodological Tool. Tool to determine project emissions from flaring gases containing methane CDM Met Panel Twenty-fourt meeting Page 1 Metodological Tool Tool to determine project emissions from flaring es containing metane I. DEFINITIONS, SCOPE, APPLICABILITY AND PARAMETERS Definitions For te

More information

Study of microrelief influence on optical output coefficient of GaN-based LED

Study of microrelief influence on optical output coefficient of GaN-based LED Study of microrelief influence on optical output coefficient of GaN-based LED Danilina T.I., Cistoyedova I.A. and Popov A.A. Tomsk State University of Control Systems and Radioelectronics, Lenina prospect

More information

p x The revenue function is 5. What is the maximum vertical distance between the line

p x The revenue function is 5. What is the maximum vertical distance between the line SETION 4.7 OTIMIZTION ROLEMS 331 and Ris called te revenue function. Te derivative R of te revenue function is called te marginal revenue function and is te rate of cange of revenue wit respect to te numer

More information

Volumes of Pyramids. Essential Question How can you find the volume of a pyramid?

Volumes of Pyramids. Essential Question How can you find the volume of a pyramid? 11.6 Volumes of Pyramids Essential Question How can you find te volume of a pyramid? Finding te Volume of a Pyramid Work wit a partner. Te pyramid and te prism ave te same eigt and te same square base.

More information

10. Consider the following problem: A box with an open top is to. 11. A farmer wants to fence an area of 1.5 million square feet in a

10. Consider the following problem: A box with an open top is to. 11. A farmer wants to fence an area of 1.5 million square feet in a 8 HTER 4 LITIONS OF DIFFERENTITION 4.7 EXERISES 1. onsider te following prolem: Find two numers wose sum is and wose product is a maximum. (a) Make a tale of values, like te following one, so tat te sum

More information

An experimental study on the design method of a real-sized Mobile Bridge for a moving vehicle

An experimental study on the design method of a real-sized Mobile Bridge for a moving vehicle Mobile and Rapidly ssembled Structures I 93 n experimental study on te design metod of a real-sized Mobile ridge for a moving veicle Y. ikairo, I. rio, M. Nakazawa, S. Ono 3, J. olnicki-szulc 4, P. Pawlowski

More information

International Plant Protection Convention Page 1 of 10

International Plant Protection Convention Page 1 of 10 International Plant Protection Convention Draft ISPM: Revision to Annex 1 and Annex 2 to ISPM 15 (Regulation of wood packaging material in international trade) 2006-010A&B [1]Draft revision of Annex 1

More information

Ground Improvement Using Preloading with Prefabricated Vertical Drains

Ground Improvement Using Preloading with Prefabricated Vertical Drains DISCUSSION of: Ground Improvement Using Preloading wit Prefabricated Vertical Drains Full Reference: Dar, A.S., Siddique, A., Ameen, S.F., (211). Ground Improvement using Pre-loading wit Prefabricated

More information

Calculation Methodology of Translucent Construction Elements in Buildings and Other Structures

Calculation Methodology of Translucent Construction Elements in Buildings and Other Structures MATEC Web of Conferences 96, 005 (08) ttps://doi.org/0.05/matecconf/0896005 XXVII R-S-P Seminar 08, Teoretical Foundation of Civil Engineering Calculation Metodology of Translucent Construction Elements

More information

Description of Danish Practices in Retail Trade Statistics.

Description of Danish Practices in Retail Trade Statistics. Description of Danis Practices in Retail Trade Statistics. 1. Statistical units and reporting units Units and population Te enterprises in te Retail Trade Index are all legal units. In te Central Business

More information

Installation the DELTABEAM Frame

Installation the DELTABEAM Frame Tese installation instructions are intended to be used togeter wit te project s erection metod statement were te instructions may be complemented. If tere are differences between te erection metod statement

More information

HCR OF HEAT PUMP ROOM AIR CONDITIONER IN CHINA. Beijing , China

HCR OF HEAT PUMP ROOM AIR CONDITIONER IN CHINA. Beijing , China OF HEA PUMP ROOM AIR CONDIIONER IN CHINA Baolong Wang 1, Wenxing Si 1, uan Cen 1 1 Department of Building Sciencesingua University, Beijing 100084, Cina ABSRAC Definition of eating/cooling capacity ratio

More information

Managing Measurement Uncertainty in Building Acoustics

Managing Measurement Uncertainty in Building Acoustics Buildings 2015, 5, 1389-1413; doi: 10.3390/buildings5041389 Article OPEN ACCESS buildings ISSN 2075-5309 www.mdpi.com/journal/buildings/ Managing Measurement Uncertainty in Building Acoustics Ciara Scrosati

More information

Variance Estimation of the Design Effect

Variance Estimation of the Design Effect JSM 013 - Survey Researc Metods Section Variance Estimation of te Design Effect Alberto Padilla Banco de México Abstract Sample size determination is a crucial part of te planning process of a survey and

More information

THE REDESIGNED CANADIAN MONTHLY WHOLESALE AND RETAIL TRADE SURVEY: A POSTMORTEM OF THE IMPLEMENTATION

THE REDESIGNED CANADIAN MONTHLY WHOLESALE AND RETAIL TRADE SURVEY: A POSTMORTEM OF THE IMPLEMENTATION ASA Section on Survey Researc Metods THE REDESIGNED CANADIAN MONTHLY WHOLESALE AND RETAIL TRADE SURVEY: A POSTMORTEM OF THE IMPLEMENTATION Julie Trépanier, Statistics Canada Julie Trépanier, Business Survey

More information

5.10. Area and Perimeter INSERT

5.10. Area and Perimeter INSERT 5.10 Aea and Peimete INSERT A Peimete We egin tis section y eviewing te definition of a polygon, and te definition of peimete. Definition A polygon is a closed geometic figue, wit at least tee sides, in

More information

Gas Flow into Rotary Valve Intake and Exhaust Mechanism in Internal Combustion Engine

Gas Flow into Rotary Valve Intake and Exhaust Mechanism in Internal Combustion Engine World Academy of Science, Engineering and Tecnology Vol:7, No:4, 13 Gas Flow into Rotary Valve Intake and Exaust Mecanism in Internal Combustion Engine R. Usubamatov, Z. A. Rasid International Science

More information

László Mester. The new physical-mechanical theory of granular materials

László Mester. The new physical-mechanical theory of granular materials László Mester Te new pysical-mecanical teory of granular materials 9 - - Contents Introduction 3 Granular material as a distinct state of matter 4 Pysical properties of te granular material in relation

More information

Point Pollution Sources Dimensioning

Point Pollution Sources Dimensioning Point Pollution Sources Diensioning Georgeta CUCULEANU 1 ABSTRACT In tis paper a etod for deterining te ain pysical caracteristics of te point pollution sources is presented. It can be used to find te

More information

Essential Question How can you find the surface area and the volume of a cone? 3 in. π

Essential Question How can you find the surface area and the volume of a cone? 3 in. π 11.7 Suface Aeas and Volumes of Cones Essential Question How can you find te suface aea and te volume of a cone? Finding te Suface Aea of a Cone Wok wit a patne. Constuct a cicle wit a adius of 3 inces.

More information

Russell James Department of Scientific and Industrial Research Taupo-ldairakei, New Zealand

Russell James Department of Scientific and Industrial Research Taupo-ldairakei, New Zealand MEASUREMENT OF STEAM-TJATER FLOWS FOR THE TOTAL FLOW TURBIlJE Russell James Department of Scientific and Industrial Researc Taupo-ldairakei, New Zealand Hot water geotermal fields discarge steam-water

More information

TORQUE CONVERTER MODELLING FOR ACCELERATION SIMULATION

TORQUE CONVERTER MODELLING FOR ACCELERATION SIMULATION UNIVERSITY OF PITESTI SCIENTIFIC BULLETIN FACULTY OF MECHANICS AND TECHNOLOGY AUTOMOTIVE series, year XVII, no.1 ( 3 ) TORQUE CONVERTER MODELLING FOR ACCELERATION SIMULATION 1 Ciobotaru, Ticuşor *, 1 Vînturiş,

More information

EFFECT OF CELL SIZE OF A HONEYCOMB POROUS PLATE ATTACHED TO A HEATED SURFACE ON CHF IN SATURATED POOL BOILING

EFFECT OF CELL SIZE OF A HONEYCOMB POROUS PLATE ATTACHED TO A HEATED SURFACE ON CHF IN SATURATED POOL BOILING Proceedings of te International Heat Transfer Conference IHTC14 August 8-13, 1, Wasington, DC, USA Draft IHTC14-349 EFFECT OF CELL SIZE OF A HONEYCOMB POROUS PLATE ATTACHED TO A HEATED SURFACE ON CHF IN

More information

BIOLOGICALLY INSPIRED MULTIFUNCTIONAL COMPOSITE PANEL WITH INTEGRATED CIRCULATORY SYSTEM FOR THERMAL CONTROL

BIOLOGICALLY INSPIRED MULTIFUNCTIONAL COMPOSITE PANEL WITH INTEGRATED CIRCULATORY SYSTEM FOR THERMAL CONTROL BIOLOGICALLY INSPIRED MULTIFUNCTIONAL COMPOSITE PANEL WITH INTEGRATED CIRCULATORY SYSTEM FOR THERMAL CONTROL A. D. Williams, M. E. Lyall, L. E. Underwood, and B. J. Arritt Air Force Researc Laboratory,

More information

We Protect Your Yarn Like No One Else

We Protect Your Yarn Like No One Else FOR FURTHER INFORMATION VISIT WWW.SPINCAN.NET We Protect Your Yarn Like No One Else SPINCAN MANUFACTURING COMPANY REGD OFFICE Sakespeare Sarani, Century Towers, Room no. 501 Kolkata 700 017, India PHONE

More information

Do Regional Trade Pacts Benefit the Poor?

Do Regional Trade Pacts Benefit the Poor? Public Disclosure Autorized Public Disclosure Autorized Public Disclosure Autorized Public Disclosure Autorized Do Regional Trade Pacts Benefit te Poor? An Illustration from te Dominican Republic-Central

More information

Farm Structure Survey 2009/2010 Survey on agricultural production methods 2009/2010

Farm Structure Survey 2009/2010 Survey on agricultural production methods 2009/2010 Farm Structure Survey 2009/2010 Survey on agricultural production metods 2009/2010 National Metodological Report (NMR) According to Art. 12 of Regulation (EC) No 1166/2008 of te European Parliament and

More information

APPENDIX C2: Design of Canard Aircraft

APPENDIX C2: Design of Canard Aircraft APPENDIX 2: Design of anard Aircraft Tis appendix is a part of te book General Aviation Aircraft Design: Applied Metods and Procedures by norri Gudundsson, publised by Elsevier, Inc. Te book is available

More information

Background. Sample design

Background. Sample design Background Te National Statistics Centre (NSC) of te Lao Peoples Democratic Republic as conducted tree expenditure and consumption surveys in te last decade. Te first Lao Expenditure and Consumption Survey

More information

The Violin Bow: Taper, Camber and Flexibility

The Violin Bow: Taper, Camber and Flexibility Te Violin Bow: Taper, Camber and lexibility Colin Goug Scool of Pysics and Astronomy, University of Birmingam, B13 9SN,UK a) (Dated: 11/22/1) An analytic, small-deflection, simplified model of te modern

More information

FIRST COMPARISON OF REMOTE CESIUM FOUNTAINS

FIRST COMPARISON OF REMOTE CESIUM FOUNTAINS 2001 EEE nternational Frequency Control Symposium and PDA Exibition FRST COMPARSON OF REMOTE CESUM FOUNTANS T. Parker*, P. Hetzel', S. Jefferts*, S. Weyers', L. Nelson", A. Bauc', J. Levine* *National

More information

MPLEMENTATION OF A NATIONAL OBSERVATORY FOR MONITORING TECHNO-ECONOMIC DATA OF THE ITALIAN FLEET AND THE EVALUATION OF SOCIO-ECONOMIC PARAMETERS 1

MPLEMENTATION OF A NATIONAL OBSERVATORY FOR MONITORING TECHNO-ECONOMIC DATA OF THE ITALIAN FLEET AND THE EVALUATION OF SOCIO-ECONOMIC PARAMETERS 1 MPLEMENTATION OF A NATIONAL OBSERVATORY FOR MONITORING TECHNO-ECONOMIC DATA OF THE ITALIAN FLEET AND THE EVALUATION OF SOCIO-ECONOMIC PARAMETERS 1 1. Data collection and estimates of economic parameters

More information

2. The differential pressure across control valves must not vary too much

2. The differential pressure across control valves must not vary too much 2. Te differential pressre across control valves mst not vary too mc Common roblems roblems, typical indicating tat condition nmber two is not met: - Continos oscillation of room temperatre. - Room temperatres

More information

IMPORTANT SAFEGUARDS

IMPORTANT SAFEGUARDS IMPORTANT SAFEGUARDS. Do not use ig eat except to boil liquids. Do not allow pan to boil dry. 2. Do not use on cula, industrial burners or any eat source wic cannot be regulated to low and medium eat or

More information

Eugene O'Neill

Eugene O'Neill Euge O'Neill 1888-1953 te ead squ for Buo ull mo i n te trades: Te old ooke I lay te bow sprit facing tern wit te water foam me: Te mts wit every sail wite in te mo ligt towering ig above me: I became

More information

Characteristics and dead-time of GM-tube

Characteristics and dead-time of GM-tube Caracteristics ad dead-time of GM-tube GM-tubes are te most popular gas ioizatio detectors for te measuremet of - ad -radiatio. Gas ioizatio detectors ave tree types: ioizatio cambers, proportioal couters

More information

Influence of the mass flow ratio water-air on the volumetric mass transfer coefficient in a cooling tower

Influence of the mass flow ratio water-air on the volumetric mass transfer coefficient in a cooling tower International Journal of CemTec Researc CODEN (UA): IJCRGG, IN: 974-49, IN(Online):455-9555 Vol.11 No.1, pp 167-173, 18 Influence of te mass flow ratio water-air on te volumetric mass transfer coefficient

More information

EFFECT OF TOMATO GENETIC VARIATION ON LYE PEELING EFFICACY TOMATO SOLUTIONS JIM AND ADAM DICK SUMMARY

EFFECT OF TOMATO GENETIC VARIATION ON LYE PEELING EFFICACY TOMATO SOLUTIONS JIM AND ADAM DICK SUMMARY EFFECT OF TOMATO GENETIC VARIATION ON LYE PEELING EFFICACY TOMATO SOLUTIONS JIM AND ADAM DICK 2013 SUMMARY Several breeding lines and hybrids were peeled in an 18% lye solution using an exposure time of

More information

Algebra 2: Sample Items

Algebra 2: Sample Items ETO High School Mathematics 2014 2015 Algebra 2: Sample Items Candy Cup Candy Cup Directions: Each group of 3 or 4 students will receive a whiteboard, marker, paper towel for an eraser, and plastic cup.

More information

CARCINOMA OF THE ESOPHAGUS*

CARCINOMA OF THE ESOPHAGUS* Reprint from Nortwest Medicine, Seattle, Vol. XXVIII, No. I, Page 25, January, 1929 CARCINOMA OF THE ESOPHAGUS* J. EARL ELSE, M.D. PORTLAND, ORE. Clinical Professor and Cairman, Department of General Surgery,

More information

OXYGEN CONTENT OF COMMERCIAL FROZEN ORANGE

OXYGEN CONTENT OF COMMERCIAL FROZEN ORANGE HGGART: OXYGEN CONTENT OXYGEN CONTENT OF COMMERCIAL FROZEN ORANGE CONCENTRATE R. L. HGGART Florida Citrus Commission Lake Alfred Incorporation air into citrus products du ring processing exposes tem to

More information

Convective Drying of Ginger Rhizomes

Convective Drying of Ginger Rhizomes Proceedings of te World Congress on Engineering and Computer Science 217 Vol II WCECS 217, October 25-27, 217, San Francisco, USA Convective Drying of Ginger Rizomes Gbasouzor Austin Ikecukwu, Member IAENG,

More information

Questions. denotes answer available in Student Solutions Manual/Study Guide; O denotes objective question

Questions. denotes answer available in Student Solutions Manual/Study Guide; O denotes objective question Questions 407 Questions denotes answer available in Student Solutions Manual/Study Guide; O denotes objective question 1. O Figure Q14.1 sows aerial views from directly above two dams. Bot dams are equally

More information

4 Breeding Corn Fa r m e r s t h r o u g h o u t t h e world grow crops and raise animals to sustain

4 Breeding Corn Fa r m e r s t h r o u g h o u t t h e world grow crops and raise animals to sustain 4 Breeding Corn Fa r m e r s t h r o u g h o u t t h e world grow cros and raise animals to sustain their families and communities, and to earn a living. Livestock and most cros reroduce by sexual reroduction

More information

FABRICATION AND TESTING OF A HIGH-TEMPERATURE PRINTED CIRCUIT HEAT EXCHANGER

FABRICATION AND TESTING OF A HIGH-TEMPERATURE PRINTED CIRCUIT HEAT EXCHANGER FABRICATION AND TESTING OF A HIGH-TEMPERATURE PRINTED CIRCUIT HEAT EXCHANGER Mingui Cen, Xiaodong Sun *, Ricard N. Cristensen Te Oio State University 201 W 19 t Ave, Columbus, OH 43210 cen.3370@osu.edu,

More information

Planck + Einstein on -Day Fundamental Physical Constants in a Relativistic Perspective and The Design of a Black Hole Gun!

Planck + Einstein on -Day Fundamental Physical Constants in a Relativistic Perspective and The Design of a Black Hole Gun! Plank + Einstein on -Day Fundamental Pysial Constants in a Relatiisti Pesetie and Te Design of a Blak Hole Gun! Esen Gaade Haug Nowegian Uniesity of Life Sienes Ma 7, 06 Abstat Tis ae sow ow we an maniulate

More information

Geometry Supplement for Math 60 Perimeter, Area, and Volume

Geometry Supplement for Math 60 Perimeter, Area, and Volume Geomety Suppement fo Mat 60 Peimete, Aea, and Voume Geomety comes fom te Geek wods geo meaning eat and meton meaning measue. Today we wi ean about ow to measue cetain featues of two- and tee-dimensiona

More information

Conjoint Analysis: A Study of Canned Coffee in Taiwan

Conjoint Analysis: A Study of Canned Coffee in Taiwan 238 ICSNS International ournal of Computer Science and Network Security, VOL.8 No.8, August 2008 Conoint Analysis: A Study of Canned Coffee in aiwan Meng-Long Si 1, Cen-Yin Liu 2, Biing-Wen Huang 3, Souua

More information

A Note on Software Protection and Social Welfare

A Note on Software Protection and Social Welfare A Note on Software Protection and Social Welfare Yi Sin Lin, P D Candidate, Deartment of Tecnology Management, Cung Hua Univerity, Hincu, Taiwan Dr Yao Hien Lee, Aociate Profeor, Deartment of Finance,

More information

Is urban food demand in the Philippines different from China?

Is urban food demand in the Philippines different from China? Singapore Management University Institutional Knowledge at Singapore Management University Researc Collection Scool Of Economics Scool of Economics 0-04 Is urban food demand in te Pilippines different

More information

Measured Adiabatic Effectiveness and Heat Transfer for Blowing From the Tip of a Turbine Blade

Measured Adiabatic Effectiveness and Heat Transfer for Blowing From the Tip of a Turbine Blade See discussions, stats, and autor profiles for tis publication at: ttps://www.researcgate.net/publication/4554895 Measured Adiabatic Effectiveness and Heat Transfer for Blowing From te Tip of a Turbine

More information

APPENDIX Thirty Trees Sampling Method for CBB Monitoring

APPENDIX Thirty Trees Sampling Method for CBB Monitoring APPENDIX Thirty Trees Sampling Method for CBB Monitoring Based on a Presentation by Luis F. Aristizábal (University of Florida) Revised: January 2014 by CBB Summit Committee I t is not enough to know that

More information

Unit 2, Lesson 1: Introducing Ratios and Ratio Language

Unit 2, Lesson 1: Introducing Ratios and Ratio Language Unit 2, Lesson 1: Introducing Ratios and Ratio Language 1. In a fruit basket there are 9 bananas, 4 apples, and 3 plums. a. The ratio of bananas to apples is :. b. The ratio of plums to apples is to. c.

More information

CONSIDERATIONS REGARDING THE STRENGTH CALCULUS OF MILLING CUTTERS TEETH

CONSIDERATIONS REGARDING THE STRENGTH CALCULUS OF MILLING CUTTERS TEETH CONSIDERATIONS REGARDING THE STRENGTH CALCULUS OF MILLING CUTTERS TEETH 1 Eng. Catăin ROŞU, University of Craiova, Facuty of Mecanics, Deartment of Aied Mecanics and Civi Constructions, Caea Bucuresti

More information

MasterTop BC 309. A two component, clear, non-solvented (total solid), epoxy binder

MasterTop BC 309. A two component, clear, non-solvented (total solid), epoxy binder PRODUCT DESCRIPTION is a non-solvente, low viscous, clear an flui two-component epoxy resin. FIELDS OF APPLICATION is formulate to be use inoors for applications in inustrial an ecorative areas. MasterTop

More information

ANALYSIS OF THE EVOLUTION AND DISTRIBUTION OF MAIZE CULTIVATED AREA AND PRODUCTION IN ROMANIA

ANALYSIS OF THE EVOLUTION AND DISTRIBUTION OF MAIZE CULTIVATED AREA AND PRODUCTION IN ROMANIA ANALYSIS OF THE EVOLUTION AND DISTRIBUTION OF MAIZE CULTIVATED AREA AND PRODUCTION IN ROMANIA Agatha POPESCU University of Agricultural Sciences and Veterinary Medicine, Bucharest, 59 Marasti, District

More information

Competence always goes down well

Competence always goes down well Kossik Filtertecnik GmbH Daimlerstraße 15-17 D-63110 Rodgau Tel: 06106-77308-0 Fax: 06106-77308-20 E-Mail: Kossik@t-online.de Internet: www.kossik.de Competence always goes down well Tank you for your

More information

Detection of Shallow Underground Buried Object Using Air Vibration Probe

Detection of Shallow Underground Buried Object Using Air Vibration Probe Aoustis 8 Paris Detetion of Sallow Underground Buried Objet Using Air Vibration Probe Yuji Sato a, Tomoiro Okamura b, Koii Mizutani a and Naoto Wakatsuki a a Tsukuba Univ., Tsukuba Siene City, 35-8573

More information

Panel A: Treated firm matched to one control firm. t + 1 t + 2 t + 3 Total CFO Compensation 5.03% 0.84% 10.27% [0.384] [0.892] [0.

Panel A: Treated firm matched to one control firm. t + 1 t + 2 t + 3 Total CFO Compensation 5.03% 0.84% 10.27% [0.384] [0.892] [0. Online Appendix 1 Table O1: Determinants of CMO Compensation: Selection based on both number of other firms in industry that have CMOs and number of other firms in industry with MBA educated executives

More information

SANDFISH HATCHERY TECHNIQUES. By Natacha Agudo PROVINCE DES ÎLES LOYAUTÉ

SANDFISH HATCHERY TECHNIQUES. By Natacha Agudo PROVINCE DES ÎLES LOYAUTÉ SANDFISH HATCHERY TECHNIQUES By Nataca Agudo PROVINCE DES ÎLES LOYAUTÉ SANDFISH HATCHERY TECHNIQUES By Nataca Agudo Copyrigt Australian Centre for International Agricultural Researc (ACIAR), te Secretariat

More information

TEMPERATURE CONDITIONS AND TOLERANCE OF AVOCADO FRUIT TISSUE

TEMPERATURE CONDITIONS AND TOLERANCE OF AVOCADO FRUIT TISSUE California Avocado Society 1961 Yearbook 45: 87-92 TEMPERATURE CONDITIONS AND TOLERANCE OF AVOCADO FRUIT TISSUE C. A. Schroeder and Ernest Kay Professor of Botany. University of California, Los Angeles;

More information

OF THE VARIOUS DECIDUOUS and

OF THE VARIOUS DECIDUOUS and (9) PLAXICO, JAMES S. 1955. PROBLEMS OF FACTOR-PRODUCT AGGRE- GATION IN COBB-DOUGLAS VALUE PRODUCTIVITY ANALYSIS. JOUR. FARM ECON. 37: 644-675, ILLUS. (10) SCHICKELE, RAINER. 1941. EFFECT OF TENURE SYSTEMS

More information

Sources and Propagation of International Cycles: Common. Shocks or Transmission? Universitat Pompeu Fabra. This revision: November, 1996.

Sources and Propagation of International Cycles: Common. Shocks or Transmission? Universitat Pompeu Fabra. This revision: November, 1996. Sources and Propagation of International Cycles: Common Socks or Transmission? Fabio Canova Universitat Pompeu Fabra; Universita' di Modena; and CEPR 3 Jane Marrinan Universitat Pompeu Fabra Tis revision:

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntecOpen, te world s leading publiser of Open Access books Built by scientists, for scientists 3,500 108,000 1.7 M Open access books available International autors and editors Downloads Our autors

More information

Total surface area: the area of the lateral faces combined with the area of both bases

Total surface area: the area of the lateral faces combined with the area of both bases Capte 9: Measuement and te Metic System Section 9.: Volume and Suface Aea Total Suface Aea of a Cylinde and a Pism Lateal aea: te aea of te egions bounded by te lateal faces of a pism Total suface aea:

More information