A Column Generation Algorithm to Solve a Synchronized Log-Truck Scheduling Problem

Size: px
Start display at page:

Download "A Column Generation Algorithm to Solve a Synchronized Log-Truck Scheduling Problem"

Transcription

1 A Column Generation Algorithm to Solve a Synchronized Log-Truck Scheduling Problem Odysseus 2012 Greg Rix 12 Louis-Martin Rousseau 12 Gilles Pesant 13 1 Interuniversity Research Centre on Enterprise Networks, Logistics and Transportation (CIRRELT) 2 Department of Mathematics and Industrial Engineering, École Polytechnique de Montréal 3 Department of Computer Engineering, École Polytechnique de Montréal May 22, 2012 Greg Rix, Louis-Martin Rousseau, Gilles Pesant 1/ 31

2 Outline 1 Introduction 2 Mathematical Formulation 3 Methodology Column Generation Computing the Reduced Cost Dynamically Generating Routes 4 Results 5 Conclusions Greg Rix, Louis-Martin Rousseau, Gilles Pesant 2/ 31

3 Outline 1 Introduction 2 Mathematical Formulation 3 Methodology Column Generation Computing the Reduced Cost Dynamically Generating Routes 4 Results 5 Conclusions Greg Rix, Louis-Martin Rousseau, Gilles Pesant 3/ 31

4 Introduction Motivation Tactical tool for planning transportation in the Canadian forestry industry which takes into account the annual harvesting schedule, and produces an annual transportation plan divided into 26 2-week periods. Greg Rix, Louis-Martin Rousseau, Gilles Pesant 4/ 31

5 Introduction Motivation Tactical tool for planning transportation in the Canadian forestry industry which takes into account the annual harvesting schedule, and produces an annual transportation plan divided into 26 2-week periods. Multiple Objectives Minimize fleet size (heterogenous). but balance fleet over all periods Minimize total cost: Storage costs (at mills and forests). Transportation costs: Maximizing backhaul opportunities. Minimizing waiting times. Greg Rix, Louis-Martin Rousseau, Gilles Pesant 4/ 31

6 Introduction Backhaul Opportunities When harvest plans are created, transportation costs are estimated (and minimized) based on delivering wood via out-and-back routes. However, the use of backhaul has been seen to decrease transportation costs by up to 30%. Andersson et al Perhaps it is possible to plan wood flows in order to generate backhaul opportunities... Greg Rix, Louis-Martin Rousseau, Gilles Pesant 5/ 31

7 Backhaul Greg Rix, Louis-Martin Rousseau, Gilles Pesant 6/ 31

8 Backhaul Greg Rix, Louis-Martin Rousseau, Gilles Pesant 6/ 31

9 Backhaul Greg Rix, Louis-Martin Rousseau, Gilles Pesant 6/ 31

10 Backhaul Greg Rix, Louis-Martin Rousseau, Gilles Pesant 6/ 31

11 Introduction Tactical Level When to transport the wood which has been harvested? From which forest should each mill be supplied? How much wood should be stored where, when? Greg Rix, Louis-Martin Rousseau, Gilles Pesant 7/ 31

12 Introduction Tactical Level When to transport the wood which has been harvested? From which forest should each mill be supplied? How much wood should be stored where, when? Operational Level What are the exact routes which should be operated? Which truck should be used (self-loading or not)? At which time should trucks be loaded or unloaded? Greg Rix, Louis-Martin Rousseau, Gilles Pesant 7/ 31

13 Introduction Related Routing Problems (operational level) Pickup and Delivery with K commodities (assortments), full truck loads and split deliveries and sync. constraints, define on a small network, but there high volumes means many trips. Greg Rix, Louis-Martin Rousseau, Gilles Pesant 8/ 31

14 Introduction Related Routing Problems (operational level) Inputs Pickup and Delivery with K commodities (assortments), full truck loads and split deliveries and sync. constraints, define on a small network, but there high volumes means many trips. Harvest plan and mill demands: Multiple forest sites (supply points). Multiple mills (demand points). Multiple log assortments: species, quality, length, diameter (commodities). Truck types (capacity, self-loading or not): Greg Rix, Louis-Martin Rousseau, Gilles Pesant 8/ 31

15 Relevant Literature The pickup and delivery problem, which is NP-hard (Savelsbergh and Sol 1995), reduces to our problem. Column generation has previously been applied to the log-truck scheduling problem: Palmgren et al Weintraub et al The synchronized log-truck scheduling problem has been modeled with integer programming and constraint based local search: El Hachemi Greg Rix, Louis-Martin Rousseau, Gilles Pesant 9/ 31

16 Outline 1 Introduction 2 Mathematical Formulation 3 Methodology Column Generation Computing the Reduced Cost Dynamically Generating Routes 4 Results 5 Conclusions Greg Rix, Louis-Martin Rousseau, Gilles Pesant 10/ 31

17 Variables Variables Wood allocation from forest to mill for each period: Sometimes geographically fixed. Inter-period inventory at each node (forests and mills). Construction of log-truck routes to make deliveries: Heterogeneous fleet. Assignment of log-loaders to forests each period (mills have permanent loaders). Greg Rix, Louis-Martin Rousseau, Gilles Pesant 11/ 31

18 Constraints Global Constraints Satisfy mill demands. Not exceed forest supply. Wood delivered on time after harvest. Modeled either with a constraints or storage costs at forests sites. Balanced number of routes each day. Limited number of loaders in forest each period. Greg Rix, Louis-Martin Rousseau, Gilles Pesant 12/ 31

19 Constraints Routing Constraints Trucks must begin and end their shift at the same mill: Mills act as depots. Respect mill operating hours. Each loader can only serve one truck at a time (otherwise waiting costs accrued). Greg Rix, Louis-Martin Rousseau, Gilles Pesant 13/ 31

20 Route Variables Route Variables Each variable y jpd is the number of times route j is traversed on day d of period p. A route starts at a mill and iterates between forests and mills, returning to the same mill. The number of these variables is exponential, and enumerating them all would be impractical. We dynamically generate improving routes through column generation. Greg Rix, Louis-Martin Rousseau, Gilles Pesant 14/ 31

21 Full Model X X X cjyjpd + X X X X cttmpdt p2p d2dp j2j m2m p2p d2dp t2t + X X X cflpzflp + X X X cmlpzmlp (1) f2f l2l p2p m2m l2l p2p subject to: Driving Cost Forest Storage Fixed Cost Mill Storage zml0 = iml, 8 m 2 M,l 2 L, (2) zfl0 = ifl, 8 f 2 F, l 2 L, (3) zmlp + X X xfmlpt f2f t2t dmlp = zml,p+1, 8 m 2 M,l 2 L, p 2 P, (4) X X zflp + hflp xfmlpt = zfl,p+1, 8 f 2 F, l 2 L, p 2 P, (5) m2m t2t min{wflp,p 1} X hfl,p w zflp, 8 f 2 F, p apple P + 1, (6) X X w=1 ktlafmlj yjpd xfmlpt, 8 f 2 F, m 2 M,l 2 L, p 2 P, t 2 T, j2jt d2dp (7) X yjpd = Tmpdt, 8 m 2 M,p 2 P, d 2 Dp,t2 T (8) j2jmt Tmpdt apple n T mpt, 8 m 2 M,p 2 P, d 2 Dp,t2 T (9) X X 1 X X X X Tmpdt X Tmpdt, (10) m2m t2t Dp m2m p2p d2dp t2t p2p 8 p 2 P, d 2 Dp, X X Tmpdt apple 1+ X X X X X Tmpdt, (11) m2m t2t Dp m2m p2p d2dp t2t p2p 8 p 2 P, d 2 Dp, X Lfp apple n L p, 8 p 2 P, (12) f2f X t2t vt X t2t X vt X j2jt X j2j X X d2dp m2m l2l X X X m2m j2jmt Ujmiyjpd apple n L mp, 8 m 2 M,p 2 P, d 2 Dp,i2 I, (13) Ljfiyjpd apple Lfp, 8 f 2 F, p 2 P, d 2 Dp,i2 I, (14) xfmlpt apple Lfp, 8 f 2 F, p 2 P, (15) i2i Ujmiyjpd apple X m2m X j2jmt X i2i 8 p 2 P, d apple Dp 1, Ujmiyjp,d+1, (16) Lfp 2 {0, 1}, 8 f 2 F, p 2 P. (17) yjpd,tmpdt 2 Z +, 8 m 2 M,j 2 Jm,p2 P, d 2 Dp,t2 T. (18) zmlp,zflp,xfmlp 2 R +, 8 f 2 F, m 2 M,l 2 L, p 2 P. (19) initial inventory Storage F & M Freshness Truck capacity and availability Route balancing F loaders used Loaders-Truck sync. Loader needed in F Day symmetry breaking Variable definition Exponentiel # of y Greg Rix, Louis-Martin Rousseau, Gilles Pesant 15/ 31

22 Outline 1 Introduction 2 Mathematical Formulation 3 Methodology Column Generation Computing the Reduced Cost Dynamically Generating Routes 4 Results 5 Conclusions Greg Rix, Louis-Martin Rousseau, Gilles Pesant 16/ 31

23 Methodology Column Generation The methodology used on this problem is column generation, a procedure for solving large linear programs. We discretized time in into 40 minutes slices (roughly (un)loading time). We first relax our problem to a linear program: Partial routes allowed. Greg Rix, Louis-Martin Rousseau, Gilles Pesant 17/ 31

24 Column Generation Greg Rix, Louis-Martin Rousseau, Gilles Pesant 18/ 31

25 Methodology Initial Route Pool We start with a subset of the variables: No backhaul. No attempt to minimize waiting times. Loader constraints relaxed with a penalty in the objective value. We then generate improving variables as needed via a subproblem. A variable can only improve the objective function if it has a negative reduced cost. Greg Rix, Louis-Martin Rousseau, Gilles Pesant 19/ 31

26 Column Generation Optimality Gap To solve the original MIP to optimality would require a branch and price algorithm: Barnhart et al However solving the linear relaxation to optimality with column generation yields a lower bound on the problem. This gives us an optimality gap on any integer solutions found in the final MIP. Greg Rix, Louis-Martin Rousseau, Gilles Pesant 20/ 31

27 Computing the Reduced Costs Reduced Cost of a Route How do we determine the reduced cost of the route associated with variable y jpd? Equal to the cost of the route subtracted by a set of dual values associated with: Starting a shift at the depot mill on day d. Each assortment-forest-mill delivery on the route. Loading capacity at each forest for each time slide. Unloading at each mill capacity for each time slice. If a route has negative reduced cost, we add it to the LP. Greg Rix, Louis-Martin Rousseau, Gilles Pesant 21/ 31

28 Dynamically Generating Routes Column Generation Subproblem Determining negative reduced cost routes can be modeled as a set of Shortest Path Problem with Resource Constraints (SPPRC). Much easier than the Elementary SPPRC common in vehicle routing problems: Large volumes allow cycles. Solved using a dynamic programming (DP)-based labeling algorithm (Ahuja et al. 1993) on a space-time network representation of the problem. Greg Rix, Louis-Martin Rousseau, Gilles Pesant 22/ 31

29 Space-Time Network Representation Greg Rix, Louis-Martin Rousseau, Gilles Pesant 23/ 31

30 Space-Time Network Representation Assortments We don t have to represent the assortments explicitly, as we can pick the one with the smallest dual value at each node. Greg Rix, Louis-Martin Rousseau, Gilles Pesant 23/ 31

31 Column Generation Parameters Stabilization To generate interior dual values, we solve the linear programs using a barrier methodology. Column Pool Management Rather than all negative reduced cost routes generated at each iteration, only the best 500 are added to the LP. Columns are removed for the pool if they have not been used in 30 consecutive LP solutions. Greg Rix, Louis-Martin Rousseau, Gilles Pesant 24/ 31

32 Outline 1 Introduction 2 Mathematical Formulation 3 Methodology Column Generation Computing the Reduced Cost Dynamically Generating Routes 4 Results 5 Conclusions Greg Rix, Louis-Martin Rousseau, Gilles Pesant 25/ 31

33 Case Studies Data from industrial partner FPI 6 case studies provided by FPInnovations. Data from companies in Quebec, New Brunswick and B.C. Instance F M L V W , 745 W , 065 A , 531 A , 670 A , 272 A , 600 Greg Rix, Louis-Martin Rousseau, Gilles Pesant 26/ 31

34 Resources Hardware and Software LP and MIP Solver: Gurobi 4.6. Time limit: 40 minutes. Machine: intel core i7, 2.67 GHz processor with 4.0 GB of memory. Greg Rix, Louis-Martin Rousseau, Gilles Pesant 27/ 31

35 Results Comparison Methodology compared against two-phase decomposed IP approach (El Hachemi, 2009): Greg Rix, Louis-Martin Rousseau, Gilles Pesant 28/ 31

36 Results Comparison Methodology compared against two-phase decomposed IP approach (El Hachemi, 2009): Instance Gap Colgen Improvement W1 0.87% 1.05% W2 3.53% 2.42% A1 0.11% 0.55% A2 0.28% 8.25% A3 0.12% 3.43% A4 0.17% Greg Rix, Louis-Martin Rousseau, Gilles Pesant 28/ 31

37 Outline 1 Introduction 2 Mathematical Formulation 3 Methodology Column Generation Computing the Reduced Cost Dynamically Generating Routes 4 Results 5 Conclusions Greg Rix, Louis-Martin Rousseau, Gilles Pesant 29/ 31

38 Conclusions Remarks We can generate near-optimal solutions to this multi-period synchronized LTSP in reasonable time. Preliminary integration with FPI s FPSuite software. Ongoing negotiation for deployment in western Canada. Greg Rix, Louis-Martin Rousseau, Gilles Pesant 30/ 31

39 Conclusions Remarks We can generate near-optimal solutions to this multi-period synchronized LTSP in reasonable time. Preliminary integration with FPI s FPSuite software. Ongoing negotiation for deployment in western Canada. Future work Synchronizing tactical transportation decisions with harvest scheduling. Generalizing the routing constraints to allow for heterogeneous driver profiles in addition to truck fleet. (allow for planning of workforce). Greg Rix, Louis-Martin Rousseau, Gilles Pesant 30/ 31

40 Questions? Greg Rix, Louis-Martin Rousseau, Gilles Pesant 31/ 31

Dynamic Programming for Linear Time Incremental Parsing

Dynamic Programming for Linear Time Incremental Parsing Dynamic Programming for Linear Time ncremental Parsing Liang Huang nformation Sciences nstitute University of Southern California Kenji Sagae nstitute for Creative Technologies University of Southern California

More information

Machine Learning.! A completely different way to have an. agent acquire the appropriate abilities to solve a particular goal is via machine learning.

Machine Learning.! A completely different way to have an. agent acquire the appropriate abilities to solve a particular goal is via machine learning. Machine Learning! A completely different way to have an agent acquire the appropriate abilities to solve a particular goal is via machine learning. Machine Learning! What is Machine Learning? " Programs

More information

Modeling and Control of Trawl Systems

Modeling and Control of Trawl Systems Modeling and Control of Trawl Systems Karl-Johan Reite, SINTEF Fisheries and Aquaculture Supervisor: Professor A. J. Sørensen * Advisor: Professor H. Ellingsen * * Norwegian University of Science and Technology

More information

TOGETHER WE ACHIEVE THE BEST IN ANIMAL WELLBEING

TOGETHER WE ACHIEVE THE BEST IN ANIMAL WELLBEING TOGETHER WE ACHIEVE THE BEST IN ANIMAL WELLBEING WHO WE ARE For the past decade, EUROVETS has been a trusted name for veterinary and animal health products, proudly serving businesses and clinics throughout

More information

Nathan A. Thompson, Ph.D. Adjunct Faculty, University of Cincinnati Vice President, Assessment Systems Corporation

Nathan A. Thompson, Ph.D. Adjunct Faculty, University of Cincinnati Vice President, Assessment Systems Corporation An Introduction to Computerized Adaptive Testing Nathan A. Thompson, Ph.D. Adjunct Faculty, University of Cincinnati Vice President, Assessment Systems Corporation Welcome! CAT: tests that adapt to each

More information

Effective Vaccine Management Initiative

Effective Vaccine Management Initiative Effective Vaccine Management Initiative Background Version v1.7 Sep.2010 Effective Vaccine Management Initiative EVM setting a standard for the vaccine supply chain Contents 1. Background...3 2. VMA and

More information

Building Rapid Interventions to reduce antimicrobial resistance and overprescribing of antibiotics (BRIT)

Building Rapid Interventions to reduce antimicrobial resistance and overprescribing of antibiotics (BRIT) Greater Manchester Connected Health City (GM CHC) Building Rapid Interventions to reduce antimicrobial resistance and overprescribing of antibiotics (BRIT) BRIT Dashboard Manual Users: General Practitioners

More information

UK HOUSE MARTIN SURVEY 2015

UK HOUSE MARTIN SURVEY 2015 UK HOUSE MARTIN SURVEY 2015 FULL INSTRUCTIONS A one-page summary of these instructions is available from www.bto.org/house-martin-resources SECTION 1: INTRODUCTION & GETTING STARTED The House Martin (Delichon

More information

2017 ANIMAL SHELTER STATISTICS

2017 ANIMAL SHELTER STATISTICS 2017 ANIMAL SHELTER STATISTICS INTRODUCTION Dogs and cats are by far Canada s most popular companion animals. In 2017, there were an estimated 7.4 million owned dogs and 9.3 million owned cats living in

More information

Optimal Efficient Meta Heauristic Based Approch for Radial Distribution Network

Optimal Efficient Meta Heauristic Based Approch for Radial Distribution Network International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 4 Issue 7 July 2015 PP.65-69 Optimal Efficient Meta Heauristic Based Approch for Radial Distribution

More information

2013 AVMA Veterinary Workforce Summit. Workforce Research Plan Details

2013 AVMA Veterinary Workforce Summit. Workforce Research Plan Details 2013 AVMA Veterinary Workforce Summit Workforce Research Plan Details If the American Veterinary Medical Association (AVMA) says the profession is experiencing a 12.5 percent excess capacity in veterinary

More information

Sheepdog: Alternative software-defined storage on your OpenStack cloud

Sheepdog: Alternative software-defined storage on your OpenStack cloud Sheepdog: Alternative software-defined storage on your OpenStack cloud Takashi Menjo NTT Software Innovation Center Sheepdog Agenda Introduction of Sheepdog What it is Performance

More information

2.1H Warm Up: Pet Sitters A Develop Understanding Task

2.1H Warm Up: Pet Sitters A Develop Understanding Task 5 2.1H Warm Up: Pet Sitters A Develop Understanding Task The Martinez twins, Carlos and Clarita, are trying to find a way to make money during summer vacation. When they overhear their aunt complaining

More information

Heuristic search, A* CS171, Winter 2018 Introduction to Artificial Intelligence Prof. Richard Lathrop. Reading: R&N

Heuristic search, A* CS171, Winter 2018 Introduction to Artificial Intelligence Prof. Richard Lathrop. Reading: R&N Heuristic search, A* CS171, Winter 2018 Introduction to Artificial Intelligence Prof. Richard Lathrop Reading: R&N 3.5-3.7 Outline Review limitations of uninformed search methods Informed (or heuristic)

More information

PROBLEM SOLVING JUNIOR CIRCLE 01/09/2011

PROBLEM SOLVING JUNIOR CIRCLE 01/09/2011 PROBLEM SOLVING JUNIOR CIRCLE 01/09/2011 (1) Given two equal squares, cut each of them into two parts so that you can make a bigger square out of four parts that you got by cutting the two smaller squares.

More information

Optimizing Phylogenetic Supertrees Using Answer Set Programming

Optimizing Phylogenetic Supertrees Using Answer Set Programming Optimizing Phylogenetic Supertrees Using Answer Set Programming Laura Koponen 1, Emilia Oikarinen 1, Tomi Janhunen 1, and Laura Säilä 2 1 HIIT / Dept. Computer Science, Aalto University 2 Dept. Geosciences

More information

The Impact of Gigabit LTE Technologies on the User Experience

The Impact of Gigabit LTE Technologies on the User Experience The Impact of Gigabit LTE Technologies on the User Experience Michael Thelander, President October 2017 Key Highlights A Category 16 Gigabit LTE smartphone meaningfully improves the user experience with

More information

Part III: Estimating Size

Part III: Estimating Size Part III: Estimating Size Separate estimates of size from estimates of duration Example: Moving a pile of dirt example Size: 300 cubic feet of dirt Convert size to an estimate of duration Wheelbarrow holds

More information

Interstate-5, Exit 260 Slater Road. Corridor Report and Preliminary Interchange Justification Evaluation

Interstate-5, Exit 260 Slater Road. Corridor Report and Preliminary Interchange Justification Evaluation Interstate-5, Exit 260 Slater Road Corridor Report and Preliminary Interchange Justification Evaluation August 2013 Prepared By: Gibson Traffic Consultants, Inc. 2802 Wetmore Avenue Suite 220 Everett,

More information

The use of on-farm culture systems for making treatment decisions

The use of on-farm culture systems for making treatment decisions The use of on-farm culture systems for making treatment decisions Kimberley MacDonald, BSc, DVM CBMRN - Maritime Quality Milk Atlantic Veterinary College UPEI Colloque santé des troupeaux laitiers November

More information

Population Dynamics: Predator/Prey Teacher Version

Population Dynamics: Predator/Prey Teacher Version Population Dynamics: Predator/Prey Teacher Version In this lab students will simulate the population dynamics in the lives of bunnies and wolves. They will discover how both predator and prey interact

More information

RESPONSIBLE ANTIMICROBIAL USE

RESPONSIBLE ANTIMICROBIAL USE RESPONSIBLE ANTIMICROBIAL USE IN THE CANADIAN CHICKEN AND TURKEY SECTORS VERSION 2.0 brought to you by: ANIMAL NUTRITION ASSOCIATION OF CANADA CANADIAN HATCHERY FEDERATION CANADIAN HATCHING EGG PRODUCERS

More information

South Australian Schools' merino Wethers Competition Handbook

South Australian Schools' merino Wethers Competition Handbook South Australian Schools' merino Wethers Competition Handbook SOUTH AUSTRALIAN SCHOOLS MERINO WETHERS COMPETITION HANDBOOK MERINO SA The Association promotes and encourages the breeding and improvement

More information

CANADIAN HATCHING EGG PRODUCERS PRESENTATION TO THE SENATE STANDING COMMITTEE ON AGRICULTURE AND FORESTRY

CANADIAN HATCHING EGG PRODUCERS PRESENTATION TO THE SENATE STANDING COMMITTEE ON AGRICULTURE AND FORESTRY CANADIAN HATCHING EGG PRODUCERS PRESENTATION TO THE SENATE STANDING COMMITTEE ON AGRICULTURE AND FORESTRY ON THE IMPACT OF THE TRANS PACIFIC PARTNERSHIP ON CANADA S BROILER HATCHING EGG INDUSTRY PRESENTED

More information

TECHNICAL BULLETIN Claude Toudic Broiler Specialist June 2006

TECHNICAL BULLETIN Claude Toudic Broiler Specialist June 2006 Evaluating uniformity in broilers factors affecting variation During a technical visit to a broiler farm the topic of uniformity is generally assessed visually and subjectively, as to do the job properly

More information

The American Society for the Prevention of Cruelty to Animals. Animal Transport Program Grant Application

The American Society for the Prevention of Cruelty to Animals. Animal Transport Program Grant Application The American Society for the Prevention of Cruelty to Animals Animal Transport Program Grant Application Submitted by Halifax Humane Society July 6, 2012 The ultimate goal of this grant is to remove any

More information

Modeling: Having Kittens

Modeling: Having Kittens PROBLEM SOLVING Mathematics Assessment Project CLASSROOM CHALLENGES A Formative Assessment Lesson Modeling: Having Kittens Mathematics Assessment Resource Service University of Nottingham & UC Berkeley

More information

PROBLEM SOLVING. (2) Cross out one digit in the number 1829 so that you get the smallest possible number.

PROBLEM SOLVING. (2) Cross out one digit in the number 1829 so that you get the smallest possible number. PROBLEM SOLVING (1) Given two equal squares, cut each of them into two parts so that you can make a bigger square out of four parts that you got that way. (2) Cross out one digit in the number 1829 so

More information

HCM 6: Highway Capacity Manual: A Guide for Multimodal Mobility Analysis

HCM 6: Highway Capacity Manual: A Guide for Multimodal Mobility Analysis HCM 6: Highway Capacity Manual: A Guide for Multimodal Mobility Analysis Presented by: Anita S Johari, PE, PTOE AMEC Foster Wheeler (ASJ Engineering Consultants) Assisted by: Vishwanathan Raja Gopalan,

More information

Overview of the OIE PVS Pathway

Overview of the OIE PVS Pathway Overview of the OIE PVS Pathway Regional Seminar for OIE National Focal Points for Animal Production Food Safety Hanoi, Vietnam, 24-26 June 2014 Dr Agnes Poirier OIE Sub-Regional Representation for South-East

More information

AnimalShelterStatistics

AnimalShelterStatistics AnimalShelterStatistics Lola arrived at the Kitchener-Waterloo Humane Society in June, 214. She was adopted in October. 213 This report published on December 16, 214 INTRODUCTION Humane societies and Societies

More information

IHE Profile Proposal Anatomic Pathology Opinion Request (APOR) Paris June 1, 2012 E.Cordonnier, C.Daniel, F.Macary

IHE Profile Proposal Anatomic Pathology Opinion Request (APOR) Paris June 1, 2012 E.Cordonnier, C.Daniel, F.Macary IHE Profile Proposal Anatomic Pathology Opinion Request (APOR) Paris June 1, 2012 E.Cordonnier, C.Daniel, F.Macary Specimen/order reception & gross observation 2 Microscopic observation & report 3 APW

More information

Cages for Raising Pullets. Our Experience. Your Success.

Cages for Raising Pullets. Our Experience. Your Success. Cages for Raising Pullets Our Experience. Your Success. Modular Manure Belt (MMB ) Pullet System 3-High to 8-High Systems 16.24 [412.5] Cages That Set The Standard 25.34 [643.6] 30.00 [762.0] Chore-Time

More information

Managing AMR at the Human-Animal Interface. OIE Contributions to the AMR Global Action Plan

Managing AMR at the Human-Animal Interface. OIE Contributions to the AMR Global Action Plan Managing AMR at the Human-Animal Interface OIE Contributions to the AMR Global Action Plan 6th Asia-Pacific Workshop on Multi-Sectoral Collaboration for the Prevention and Control of Zoonoses Dr Susan

More information

Comparative Evaluation of Online and Paper & Pencil Forms for the Iowa Assessments ITP Research Series

Comparative Evaluation of Online and Paper & Pencil Forms for the Iowa Assessments ITP Research Series Comparative Evaluation of Online and Paper & Pencil Forms for the Iowa Assessments ITP Research Series Catherine J. Welch Stephen B. Dunbar Heather Rickels Keyu Chen ITP Research Series 2014.2 A Comparative

More information

Cat Swarm Optimization

Cat Swarm Optimization Cat Swarm Optimization Shu-Chuan Chu 1, Pei-wei Tsai 2, and Jeng-Shyang Pan 2 1 Department of Information Management, Cheng Shiu University 2 Department of Electronic Engineering, National Kaohsiung University

More information

Insert the title of your presentation here

Insert the title of your presentation here Insert the title of your presentation here Hpw do 1 st and 2 nd generation TSD s compare results of a UK trial Presented by Name Here Job Title - Date Brian Ferne, TRL National Pavement Evaluation Conference

More information

OIE Resolution and activities related to the Global Action Plan. Regional Seminar for OIE National Focal Points for Veterinary Products 4 th Cycle

OIE Resolution and activities related to the Global Action Plan. Regional Seminar for OIE National Focal Points for Veterinary Products 4 th Cycle Dr Elisabeth Erlacher Vindel Deputy Head of the Scientific and Technical Departement World Organisation for Animal Health (OIE) OIE Resolution and activities related to the Global Action Plan Regional

More information

Responsible Antimicrobial Use

Responsible Antimicrobial Use Responsible Antimicrobial Use and the Canadian Chicken Sector brought to you by: Animal Nutrition Association of Canada Canadian Hatchery Federation Canadian Hatching Egg Producers Canadian Poultry and

More information

Fitness to Transport Cattle and Sheep

Fitness to Transport Cattle and Sheep AMI Livestock Transport Conference March 2009 Fitness to Transport Cattle and Sheep Fitness to Transport Cattle and Sheep 1. The laws 2. Industry reports 3. Industry guidelines 4. Canada s transport training

More information

Comparative Analysis of Adders Parallel-Prefix Adder for Their Area, Delay and Power Consumption

Comparative Analysis of Adders Parallel-Prefix Adder for Their Area, Delay and Power Consumption 2018 IJSRST Volume 4 Issue 5 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology Comparative Analysis of Adders Parallel-Prefix Adder for Their Area, Delay and Power Consumption

More information

Informed search algorithms

Informed search algorithms Revised by Hankui Zhuo, March 12, 2018 Informed search algorithms Chapter 4 Chapter 4 1 Outline Best-first search A search Heuristics Hill-climbing Simulated annealing Genetic algorithms (briefly) Local

More information

Dunbia 2017 Dunbia 2017

Dunbia 2017 Dunbia 2017 Dunbia 2017 2017 Thinking differently about collecting data 1) Overview of SPiLAMM project 2) Technology developments 3) Analysis and farmer feedback 4) Drivers and barriers to new technologies 5) Using

More information

Optimizing use of quality antimicrobial medicines in humans

Optimizing use of quality antimicrobial medicines in humans Optimizing use of quality antimicrobial medicines in humans GILLES FORTE POLICY, ACCESS AND USE ESSENTIAL MEDICINES AND HEALTH PRODUCTS 1 TITLE from VIEW and SLIDE MASTER 21 October 2016 Objectives Objective

More information

GAO Earned Value Management (EVM) Audit Findings

GAO Earned Value Management (EVM) Audit Findings GAO Earned Value Management (EVM) Audit Findings Based on Best Practices for EVM in the GAO Cost Estimating and Assessment Guide Karen Richey December 2012 EVM is an Important Management Decision Support

More information

Effective Vaccine Management (EVM) Global Data Analysis

Effective Vaccine Management (EVM) Global Data Analysis Effective Vaccine Management (EVM) Global Data Analysis 2009-2014 EVM setting a standard for the vaccine supply chain Update: WHO EVM database, December 2015 1 The Effective Vaccine Management (EVM) Assessmentg

More information

Design Guide. You can relax with a INSTALLATION QUALITY,CERTIFIED QTANK POLY RAINWATER TANKS. qtank.com.au

Design Guide. You can relax with a INSTALLATION QUALITY,CERTIFIED QTANK POLY RAINWATER TANKS. qtank.com.au INSTALLATION Design Guide A division of QSolutions Co POLY RAINWATER TANKS You can relax with a QUALITY,CERTIFIED QTANK qtank.com.au sales@qsolutionsco.com.au (07) 3881 0208 THE FOLLOWING GUIDELINES APPLY

More information

international news RECOMMENDATIONS

international news RECOMMENDATIONS The Third OIE Global Conference on Veterinary Education and the Role of the Veterinary Statutory Body was held in Foz do Iguaçu (Brazil) from 4 to 6 December 2013. The Conference addressed the need for

More information

OIE strategy on AMR and the Prudent Use of Antimicrobials

OIE strategy on AMR and the Prudent Use of Antimicrobials Dr. Jocelyn Mérot OIE Sub-Regional Representation for North Africa OIE strategy on AMR and the Prudent Use of Antimicrobials 14th JPC REMESA 19-20 July 2017 Naples (Italy) The OIE Strategy on AMR and the

More information

Technical Traffic Evaluation for the Dog Hotel Project at 6344 Arizona Circle

Technical Traffic Evaluation for the Dog Hotel Project at 6344 Arizona Circle Overland Traffic Consultants, Inc. 952 Manhattan Beach Boulevard #100 Manhattan Beach, CA 90266 Phone (310) 930-3303 E-mail: otc@overlandtraffic.com March 29, 2016 Mr. Solomon Alter Director of Development

More information

UC Davis/BARTA, California, October 2017 BARTA Vets in the Community. Promote Safer Rescue, Improve Welfare and Protect Livelihoods

UC Davis/BARTA, California, October 2017 BARTA Vets in the Community. Promote Safer Rescue, Improve Welfare and Protect Livelihoods UC Davis/BARTA, California, October 2017 BARTA Vets in the Community UC Davis/BARTA, California, October 2017 Josh Slater, Royal Veterinary College, UK Medics in the community Charity supported, volunteer

More information

ALTO Implementations and Use Cases: A Brief Survey. S. Chen, X. Lin, D. Lachos, Y. Yang, C. Rothenberg. IETF 102 July 16, 2018 Montreal

ALTO Implementations and Use Cases: A Brief Survey. S. Chen, X. Lin, D. Lachos, Y. Yang, C. Rothenberg. IETF 102 July 16, 2018 Montreal ALTO Implementations and Use Cases: A Brief Survey draft-chen-alto-survey-00 S. Chen, X. Lin, D. Lachos, Y. Yang, C. Rothenberg IETF 102 July 16, 2018 Montreal IETF 102, July 14, 2018 CDNI FCI Advertisement

More information

Turtle Ballet: Simulating Parallel Turtles in a Nonparallel LOGO Version. Erich Neuwirth

Turtle Ballet: Simulating Parallel Turtles in a Nonparallel LOGO Version. Erich Neuwirth Turtle Ballet: Simulating Parallel Turtles in a Nonparallel LOGO Version Erich Neuwirth University of Vienna, Dept. of Statistics and Decision Support Systems Computer Supported Didactics Working Group

More information

Let s Play Poker: Effort and Software Security Risk Estimation in Software Engineering

Let s Play Poker: Effort and Software Security Risk Estimation in Software Engineering Let s Play Poker: Effort and Software Security Risk Estimation in Software Engineering Laurie Williams williams@csc.ncsu.edu Picture from http://www.thevelvetstore.com 1 Another vote for Everything should

More information

One Health Movement in Bangladesh:

One Health Movement in Bangladesh: One Health Movement in : Its progression & way forward Nitish C. Debnath FAO ECTAD Measuring Impact of Cross-sectoral Collaboration Prince Mahidol Award Conference 2013 Emergency Center for Transboundary

More information

What to Look for in a Pet Cremation Service

What to Look for in a Pet Cremation Service CHESTNUT LODGE PET CREMATORIUM AND PET CEMETERY What to Look for in a Pet Cremation Service To get the cremation service that you want We look at pet cremation services from the point of view of you, the

More information

Antimicrobial resistance: the challenges for animal health

Antimicrobial resistance: the challenges for animal health Elisabeth Erlacher Vindel Deputy Head of the Scientific and Technical Departement World Organisation for Animal Health (OIE) Antimicrobial resistance: the challenges for animal health Rabat, 17 Feb. 2015

More information

Approximating the position of a hidden agent in a graph

Approximating the position of a hidden agent in a graph Approximating the position of a hidden agent in a graph Hannah Guggiari, Alexander Roberts, Alex Scott May 13, 018 Abstract A cat and mouse play a pursuit and evasion game on a connected graph G with n

More information

Protocol for Responding to Cold-Stunning Events

Protocol for Responding to Cold-Stunning Events Overarching Goals: Protocol for Responding to Cold-Stunning Events Ensure safety of people and sea turtles. Ensure humane treatment of sea turtles. Strive for highest sea turtle survivorship possible.

More information

How Does Photostimulation Age Alter the Interaction Between Body Size and a Bonus Feeding Program During Sexual Maturation?

How Does Photostimulation Age Alter the Interaction Between Body Size and a Bonus Feeding Program During Sexual Maturation? 16 How Does Photostimulation Age Alter the Interaction Between Body Size and a Bonus Feeding Program During Sexual Maturation? R A Renema*, F E Robinson*, and J A Proudman** *Alberta Poultry Research Centre,

More information

Let s Play Poker: Effort and Software Security Risk Estimation in Software. Picture from

Let s Play Poker: Effort and Software Security Risk Estimation in Software. Picture from Let s Play Poker: Effort and Software Security Risk Estimation in Software Engineering Laurie Williams williams@csc.ncsu.edu Picture from http://www.thevelvetstore.com 1 Another vote for Everything should

More information

PROGRESS REPORT for COOPERATIVE BOBCAT RESEARCH PROJECT. Period Covered: 1 April 30 June Prepared by

PROGRESS REPORT for COOPERATIVE BOBCAT RESEARCH PROJECT. Period Covered: 1 April 30 June Prepared by PROGRESS REPORT for COOPERATIVE BOBCAT RESEARCH PROJECT Period Covered: 1 April 30 June 2014 Prepared by John A. Litvaitis, Tyler Mahard, Rory Carroll, and Marian K. Litvaitis Department of Natural Resources

More information

FPGA-based Emotional Behavior Design for Pet Robot

FPGA-based Emotional Behavior Design for Pet Robot FPGA-based Emotional Behavior Design for Pet Robot Chi-Tai Cheng, Shih-An Li, Yu-Ting Yang, and Ching-Chang Wong Department of Electrical Engineering, Tamkang University 151, Ying-Chuan Road, Tamsui, Taipei

More information

Design of High Speed Vedic Multiplier Using Carry Select Adder with Brent Kung Adder

Design of High Speed Vedic Multiplier Using Carry Select Adder with Brent Kung Adder Design of High Speed Vedic Multiplier Using Carry Select Adder with Brent Kung Adder Kathi Anoosha M.Tech(VLSI&ES), AVN Institute of Engineering and Technology. Sasi Kiran, M.Tech Assistant Professor,

More information

Pairing Veterans and Shelter Dogs: A Review of Two Different Program Models. A Little About You. Background. What country are you from?

Pairing Veterans and Shelter Dogs: A Review of Two Different Program Models. A Little About You. Background. What country are you from? Pairing Veterans and Shelter Dogs: A Review of Two Different Program Models Lisa Lunghofer, Ph.D. A Little About You What country are you from? What is your profession? Do you have experience working with

More information

Effective Vaccine Management (EVM) Global Data Analysis

Effective Vaccine Management (EVM) Global Data Analysis Effective Vaccine Management (EVM) Global Data Analysis 2010-2013 EVM setting a standard for the vaccine supply chain Update: WHO EVM database, December 2014 1 The Effective Vaccine Management (EVM) Assessmentg

More information

TREAT Steward. Antimicrobial Stewardship software with personalized decision support

TREAT Steward. Antimicrobial Stewardship software with personalized decision support TREAT Steward TM Antimicrobial Stewardship software with personalized decision support ANTIMICROBIAL STEWARDSHIP - Interdisciplinary actions to improve patient care Quality Assurance The aim of antimicrobial

More information

MANAGER S HANDBOOK. A guide for running the 2018 CAT

MANAGER S HANDBOOK. A guide for running the 2018 CAT MANAGER S HANDBOOK A guide for running the 2018 CAT 1 27 March 2018 Contents About the CAT 2 Pen and paper format 3 CAT rules 3 CAT package 3 CAT planning 4 CAT competition day 4 After the CAT 5 Checklist

More information

Total Sheep and Lamb Inventory Down 5 Percent

Total Sheep and Lamb Inventory Down 5 Percent Washington, D.C. Sheep and Goats Released January 31, 2003, by the National Agricultural Statistics Service (NASS),, U.S. Department of Agriculture. For information on "" call Scott Hollis at 202-720-4751,

More information

Controlling Salmonella in Meat and Poultry Products

Controlling Salmonella in Meat and Poultry Products Below are the 2015-2016 Research Priorities for the North American Meat Institute Foundation (Foundation) as developed by the Foundation s Research Advisory Committee. These priorities are used when communicating

More information

AnimalShelterStatistics

AnimalShelterStatistics CFHS FSCAA 60TH ANNIVERSARY 1957 2017 AnimalShelterStatistics 2015 Report published December 14, 2016 SUCCESS STORY: Sammy and Sasha are a bonded pair who were adopted together from the Stratford-Perth

More information

9: Coffee Break. 10:00-11: Spatial Risk Mapping (Thomas Van Boekel) 11:00-12: Dynamic Bayesian Network (Yrjo Grohn)

9: Coffee Break. 10:00-11: Spatial Risk Mapping (Thomas Van Boekel) 11:00-12: Dynamic Bayesian Network (Yrjo Grohn) NIMBioS AMR Working Group: Evaluating the Association between Shifts in Antimicrobial Use Practices and Antimicrobial Resistance Resulting from FDA s Risk Mitigation Strategy The overall objective: To

More information

Chicken Farmers of Canada animal Care Program. Implementation guide

Chicken Farmers of Canada animal Care Program. Implementation guide Chicken Farmers of Canada animal Care Program Implementation guide Implementation Guide Animal Care Program Introduction Chicken Farmers of Canada (CFC) has developed a comprehensive animal care program

More information

A General Overview of New York State Law Governing Recordkeeping By Veterinarians for Animal Care and Frequently Asked Questions for the Veterinarian

A General Overview of New York State Law Governing Recordkeeping By Veterinarians for Animal Care and Frequently Asked Questions for the Veterinarian A General Overview of New York State Law Governing Recordkeeping By Veterinarians for Animal Care and Frequently Asked Questions for the Veterinarian A. MAINTAINING ANIMAL PATIENT CARE RECORDS What information

More information

Versatile Coir Wattles Offer Cost-Effective Sediment Control at Construction Sites

Versatile Coir Wattles Offer Cost-Effective Sediment Control at Construction Sites Versatile Coir Wattles Offer Cost-Effective Sediment Control at Construction Sites RoLanka International 2004 More and more erosion and sediment control professionals are discovering the advantages of

More information

Case Study: SAP Implementation in Poultry (Hatcheries) Industry

Case Study: SAP Implementation in Poultry (Hatcheries) Industry Case Study: SAP Implementation in Poultry (Hatcheries) Industry Applies to: Live Stock industries that deal with the poultry breeding and feed manufacturing processes. Poultry segment is involved in the

More information

PARADE COLLEGE Mathematics Methods 3&4-CAS Probability Analysis SAC 2

PARADE COLLEGE Mathematics Methods 3&4-CAS Probability Analysis SAC 2 PARADE COLLEGE Mathematics Methods 3&4-CAS Probability Analysis SAC 2 Name of Student: Date: Thursday 11 September 2014 Reading Time: Writing Time: Location: 3.30pm to 3.40pm (10 minutes) 3.40pm to 5.15pm

More information

Population Dynamics: Predator/Prey Teacher Version

Population Dynamics: Predator/Prey Teacher Version Population Dynamics: Predator/Prey Teacher Version In this lab students will simulate the population dynamics in the lives of bunnies and wolves. They will discover how both predator and prey interact

More information

The Kaggle Competitions: An Introduction to CAMCOS Fall 2015

The Kaggle Competitions: An Introduction to CAMCOS Fall 2015 The Kaggle Competitions: An Introduction to CAMCOS Fall 15 Guangliang Chen Math/Stats Colloquium San Jose State University August 6, 15 Outline Introduction to Kaggle Description of projects Summary Guangliang

More information

Answers to Questions about Smarter Balanced 2017 Test Results. March 27, 2018

Answers to Questions about Smarter Balanced 2017 Test Results. March 27, 2018 Answers to Questions about Smarter Balanced Test Results March 27, 2018 Smarter Balanced Assessment Consortium, 2018 Table of Contents Table of Contents...1 Background...2 Jurisdictions included in Studies...2

More information

ACCELERATED CHRISTIAN EDUCATION

ACCELERATED CHRISTIAN EDUCATION Logos ACCELERATED CHRISTIAN EDUCATION 2 ACCELERATED CHRISTIAN EDUCATION PRICE GUIDE ADVANCING EDUCATION THROUGH INNOVATION PRICES EFFECTIVE 6/1/2017 2018 www.aceministries.com Corporate Offices P.O. Box

More information

Handwashing behavior change in health facilities. July 11 th 2018

Handwashing behavior change in health facilities. July 11 th 2018 Handwashing behavior change in health facilities July 11 th 2018 Impact of handwashing in healthcare settings Recommended and current practice Examples of behavior change approaches and drivers/ barriers

More information

Implementation of 16-Bit Area Efficient Ling Carry Select Adder

Implementation of 16-Bit Area Efficient Ling Carry Select Adder Implementation of 16-Bit Area Efficient Ling Carry Select Adder P.Nithin 1, PG Student, SRKR Engineering College, Bhimavaram, India. N.Udaya kumar 2, Professor, SRKR Engineering College, Bhimavaram, India.

More information

Strategy 2020 Final Report March 2017

Strategy 2020 Final Report March 2017 Strategy 2020 Final Report March 2017 THE COLLEGE OF VETERINARIANS OF ONTARIO Introduction This document outlines the current strategic platform of the College of Veterinarians of Ontario for the period

More information

Strengthening capacity for the implementation of One Health in Viet Nam, Phase 2 (SCOH2) TERMS OF REFERENCE

Strengthening capacity for the implementation of One Health in Viet Nam, Phase 2 (SCOH2) TERMS OF REFERENCE TERMS OF REFERENCE Job Title: National consultant: Lead Researcher and Human Rabies expert: Case study on human rabies prevention in Bac Giang province of Viet Nam, and recommendations to ensure achievement

More information

Egg Marketing in National Supermarkets: Products, Packaging, and Prices Part 3

Egg Marketing in National Supermarkets: Products, Packaging, and Prices Part 3 Egg Marketing in National Supermarkets: Products, Packaging, and Prices Part 3 K. W. Koelkebeck,*,1 D. D. Bell, J. B. Carey, K. E. Anderson, and M. J. Darre *Department of Animal Sciences, University of

More information

Effects of Cage Stocking Density on Feeding Behaviors of Group-Housed Laying Hens

Effects of Cage Stocking Density on Feeding Behaviors of Group-Housed Laying Hens AS 651 ASL R2018 2005 Effects of Cage Stocking Density on Feeding Behaviors of Group-Housed Laying Hens R. N. Cook Iowa State University Hongwei Xin Iowa State University, hxin@iastate.edu Recommended

More information

Establishing a New Simple Formula for Buckling Length Factor (K) of Rigid Frames Columns

Establishing a New Simple Formula for Buckling Length Factor (K) of Rigid Frames Columns Establishing a New Simple Formula for uckling Length Factor () of Rigid Frames Columns Ehab Hasan hmed Hasan li bstract The calculation of buckling length factor () for steel frames columns is a major

More information

FPGA Implementation of Efficient 16-Bit Parallel Prefix Kogge Stone Architecture for Convolution Applications Geetha.B 1 Ramachandra.A.

FPGA Implementation of Efficient 16-Bit Parallel Prefix Kogge Stone Architecture for Convolution Applications Geetha.B 1 Ramachandra.A. IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 05, 2014 ISSN (online): 2321-0613 FPGA Implementation of Efficient 16-Bit Parallel Prefix Kogge Stone Architecture for

More information

Franck Berthe Head of Animal Health and Welfare Unit (AHAW)

Franck Berthe Head of Animal Health and Welfare Unit (AHAW) EFSA s information meeting: identification of welfare indicators for monitoring procedures at slaughterhouses Parma, 30/01/2013 The role of EFSA in Animal Welfare Activities of the AHAW Unit Franck Berthe

More information

@DEVONPERSING DESIGNING FOR ACCESSIBILITY

@DEVONPERSING DESIGNING FOR ACCESSIBILITY @DEVONPERSING DESIGNING FOR ACCESSIBILITY WHAT WE LL COVER Understanding your audience Overview of assistive technologies Accessible visual and user experience design Tools and resources RETHINKING WHAT

More information

Design of 32 bit Parallel Prefix Adders

Design of 32 bit Parallel Prefix Adders IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735. Volume 6, Issue 1 (May. - Jun. 2013), PP 01-06 Design of 32 bit Parallel Prefix Adders P.Chaitanya

More information

EVM Practice & Future Trend

EVM Practice & Future Trend A Global and Cross-Industry Perspective on EVM Practice & Future Trend Lingguang Song, Ph.D Construction Management University of Houston Outline 1. Introduction Motivation & objectives Methodology & definitions

More information

Using Earned Value in Scientific Research. David Roberts & Sheila Roberts CUPE International.

Using Earned Value in Scientific Research. David Roberts & Sheila Roberts CUPE International. Using Earned Value in Scientific Research David Roberts & Sheila Roberts CUPE International. Discussion of EVM in Scientific Research Exploring a behavioural approach to adopting EVM. Challenges Mindset

More information

Genetic and Genomic Evaluation of Mastitis Resistance in Canada

Genetic and Genomic Evaluation of Mastitis Resistance in Canada Genetic and Genomic Evaluation of Mastitis Resistance in Canada J. Jamrozik 1, A. Koeck 1, F. Miglior 2,3, G.J. Kistemaker 3, F.S. Schenkel 1, D.F. Kelton 4 and B.J. Van Doormaal 3 1 Centre for Genetic

More information

HOPE. Comfort in times of crisis. Animal-Assisted Crisis Response.

HOPE. Comfort in times of crisis. Animal-Assisted Crisis Response. HOPE Animal-Assisted Crisis Response Comfort in times of crisis www.hopeaacr.org Updated: March 2017 Mission of HOPE AACR To provide comfort and encouragement through animal-assisted support to individuals

More information

2 No GOVERNMENT GAZETTE, 21 DECEMBER 2009 IMPORTANT NOTICE The Government Printing Works will not be held responsible for faxed documents not r

2 No GOVERNMENT GAZETTE, 21 DECEMBER 2009 IMPORTANT NOTICE The Government Printing Works will not be held responsible for faxed documents not r Pretoria, 21 December 2009 Desember No. 32831 2 No. 32831 GOVERNMENT GAZETTE, 21 DECEMBER 2009 IMPORTANT NOTICE The Government Printing Works will not be held responsible for faxed documents not received

More information

505 Hamm Road Suite 101, Windermere Court. Abbotsford, BC V2T 4J2. Suite 2600, Three Bentall Centre 840 Howe Street PO Box 49314

505 Hamm Road Suite 101, Windermere Court. Abbotsford, BC V2T 4J2. Suite 2600, Three Bentall Centre 840 Howe Street PO Box 49314 File: 44200-50/CMB 03-09 DELIVERED BY FAX Mr. Ernie Silveri President General Manager BC Egg Hatchery Association BC Chicken Marketing Board 505 Hamm Road Suite 101, Windermere Court Abbotsford, BC V2S

More information

This Bucket Means Business

This Bucket Means Business This Bucket Means Business Multi-purpose functionality, hygienic design and unmatched durability make the 5 Gallon Pail a smart investment for any operation. A problem-solver, however you use it When you

More information

CS108L Computer Science for All Module 7: Algorithms

CS108L Computer Science for All Module 7: Algorithms CS108L Computer Science for All Module 7: Algorithms Part 1: Patch Destroyer Part 2: ColorSort Part 1 Patch Destroyer Model Overview: Your mission for Part 1 is to get your turtle to destroy the green

More information