An Analysis of Dynamic Actions on the Big Long River

Size: px
Start display at page:

Download "An Analysis of Dynamic Actions on the Big Long River"

Transcription

1 Control # Page 1 of 19 An Analysis of Dynamic Actions on the Big Long River MCM Team Control # February 13, 2012

2 Control # Page 2 of 19 Contents 1. Introduction Problem Background Problem Setup Information Simulator Outputs Simulator Problem s Original Conditions Mathematical Symbols Assumptions User s Input for Running of Simulator The Four most Important Ordered Conditions of Algorithm for Simulator The Basic Rules Recursive Formulas Analysis of Concrete Problem Application of The Example Case The Coordinate Data of the Example Case Applications and Descriptions with Diagram Sensitive Analysis Conclusions Strengths Weakness Alternative Model, Improvement and Future Work Reference... 19

3 Control # Page 3 of Introduction Rafting is a modern outdoor recreational activity which became popular since 1970s. In the old time, rafting was just used as a method to meet the need of human s daily life. As the technology advances, rafting become a sport activity which provides people who busies themselves with study or work an opportunity to enjoy the nature and wild environment with an amusing and stimulating experience and refresh their minds and bodies. As the population of rafting increase rapidly in past few decades, there are many rafting tours built in U.S, such as smoky mountain rafting tour and Grand Canyon Colorado River rafting tour. In order to guarantee the quality of experience of each individual trip and also maximize the total capacity of each tour location during their rafting season. A simulation about the schedule for each tour location is significant and necessary. 1.1 Problem Background In this paper, we are going to build a model to simulate the trip schedule for a big long river which has 225 miles, one first launch and a final exit which means all trips will start at the same point and end at another same location. Visitors will have two options for the boats they will use, rubber rafts and motorized boats. Trips require camping during night and there are Y distributed fairly uniformly camping sites along the river which are not able to be occupied by different trip visitors at the same time. In order to provide the best experience of each trip, we will minimize the contact between different groups of people. Based on the current schedule of X trips which travel down the Big Long river each year during the rafting season, our model will add as many trips as we can to the current schedule so that we can get the an optimal schedule with mix of trips which range from 6-18 nights of camping. Based on the current situation of existing rafting tour operation, for example, Grand Canyon rafting tour on Corolla River 2, we can find some information about this kind problem. In 2000, in Joanna Bieri and Catherine Roberts s paper 1, they explained the main idea of using the Grand Canyon River Trip Simulator to test a new launch schedule and the simulator is designed by a group of faculty and students from the University of Arizona s School of Renewable Natural Resources and Northern Arizona University s Department of Mathematics and Statistics 3. Their simulator was based on data they collected and interview information collected from expert trip leaders, which included the average speed for different region along the river and how they decided where to set the camp. River trip situation is similar to estimate the largest traffic on a one-way high-way with finite rest areas which just allow one car to stay overnight.

4 Control # Page 4 of 19 However, the problem we are going to solve in our model is a little different. It is more similar to a train control simulator which is based on the old schedule and adding more trains into the base schedule, solving how to add in and how many to add in. Every trip on the river is similar to one train and each camping site is similar to a train station. 2. Problem Setup In this paper, we have two steps to approach the problem. Firstly, we need to find out all the information which is already given by the problem, identify the objects we are going to study the final goal for our model. Then we are going to analyze all the information and design our simulator. Finally, we will analyze the output of the model and give the final optimal solution. 2.1 Information Object: Every individual trip (or boat) is the object we are going to study. We will focus on how long (measured by nights) they will travel, which site they stop for each day, and the speed they will travel for each day. Constraint: There are finite camping sites (Y) on the river which are distributed fairly uniformly. Every trip have their own travel duration which require the boats speed must fall in a specific range and trips cannot travel in over speed or under speed for a long time. So occasionally speed is over or under the best speed range is acceptable. Under the condition of maximum condition, we need to minimize the contact between different trips. Goal: Given a current schedule of a rafting tour with X trips in it, our simulator will be able to add most amounts of trips into the schedule. And also, we need to make the number of group contact minimized. 2.2 Simulator In order to achieve our goal, maximum capacity and minimum contact, our simulator need to fulfill the following requirement: The simulator should be able to keep counting the passing date of rafting season and about to count the location of a specific trip at a specific date.

5 Control # Page 5 of 19 The simulator should be able to count the duration of each trip on the river and measure the speed of each trip (the suitable speed or speed range it will travel for next day). The simulator should be able to let user input their current schedule (type of trip and the sites the trip supposed to stop at) and the preference about the added trips. The simulator should be able to count the times of contact and minimize it. 2.3 Outputs Based on the goals and requirement we set up for our simulator, the simulator we give up an output which included the following point It will provide the trips which finish the travel, and these trips are the ones we will add into the base schedule. It will show the user the trips which fail to finish the travel, and these trips are the ones which are ruled out by conditions It will also provide the minimum number of contact which is based on the algorithm of the simulator. 3. Simulator: In this section, we describe the recursive formula from two sides, dynamic programming and net-work. In addition, we discuss why we use the 4 conditions to constrain the recursive formula. In all, our assumptions, user s inputs, the 4 conditions, and recursive formula simultaneously make an algorithm, which let the simulator work Problem s Original Conditions: The entire period includes 6 months, which is also 180 night-times and 181 day-times. There are 13 types of trips, 6 night-trip, 7 night-trip,, and 18 night-trip. X 1 trips travel down the river and each of them already on base schedule.

6 Control # Page 6 of 19 Y sites on the river, and with uniform distribution. Two types of boats, rubber rafts with average speed 4 mph, and motorized boats with average speed 8 mph Mathematical Symbols (those symbols occupy in paper with italics): s i : the i th controlling trip, which is in the base schedule x i : the i th normal trip which is added into the base schedule f(n, s i ): the camping site that the i th controlling trip moved in on the n th night Y is the total number of sites X1 and X2 are the number of trips which are already on the base schedule and added into the schedule X is the total number of trips, and y i : the i th site on the river (counted downstream) A j : there are j possible choices for in following action. lns : least nights for trips nc : no contacting N: the total number of days in this period. In this case, N is 180. ar: action range, the domain of distance for one day s travel n: the n th night in the entire period, or we also call it the n th stage in our dynamic network. CHO{}: the decision that manager made for a trip s camping site 3.2 Assumptions: Every trip is rational, there is no any trip wants to keep adventure overnight. So, in the night-time, every trip on the river must go to site, and no site has two or more than two trips.

7 Control # Page 7 of 19 If the managers want to control the schedule, and with the controlling power on hand; then there is always at least one controlling trip on the river. Otherwise, the schedule will only have one type of trips and one type of boats. Treat every trip has a same unique action range. After getting the outcomes from simulator, if some trips highest actual action range limit for each day which are lower than rubber s highest action range, then let managers make those decisions, which is whether or not let those trips use lower action range boats. For instance, in this case, if some trips can use rubber rafts or motorized boats, then we let managers to make those decisions. The managers cannot put multiple controlling trips in a same site, which means multiple controlling trips must have different schedules. Meanwhile, normal trips must give the way for controlling trips; if they may both go to a same site in the next action. For instance, in the next action if a controlling trip s i wants to go to site y j in and a normal trip x i has choices to go to site y j-1, y j or y j+1. Then the normal trip x i will have two choices left, site y j-1 or y j+1. Normal trips cannot pass another normal trip but they may be able to pass a control trip. We rule out the unexpected situations and unexpected accidents in the entire period. For example, there is no flood happen and no water animals kill tourists. 3.3 User s Input for the Running of Simulator: The managers need to give the exact number of sites to the simulator, which is the value of Y. And, the number of sites must be an integer ( ).

8 Control # Page 8 of 19 The managers need to give the independent schedule of each controlling trip. Suppose the managers think the schedule of last period was excellent, and what they want for the schedule of this period is based on last period; so there is no any change to last period schedule. Thus, we would make all trips from last period to be the controlling trips on this period s schedule. While keeping the same schedule of last period, we maximize the number of normal trips and minimize the contacting times. But the number of normal trips and number of contacting time are depended on manager s decision. For example, if managers have different input option of camping site of a normal trip and there is a control trip stay in the normal trip s action range, then manger choose low speed for normal trip will lead to no contact and highest speed will cause a contact. While the simulator is doing the optimization, it would produce some action choices from normal trips. So, the managers also can decide that how to allocate those choices. If the managers have no idea how to do this, we suggest those normal trips with multiple action choices to be as slow as possible. Hence, those trips can experience more adventures and scene. 3.4 The 3 Most Important Ordered Conditions of Algorithm of the Simulator: We call them 4 conditions. So, the simulator not only uses our recursive formulas to do the dynamic optimization, but also follows the 4 conditions. Typically, how the recursive formulas work is based on the 4 conditions. Meanwhile, the recursive formulas orderly follow the 4 conditions. Every controlling trip has the right of priority to decide when they want to go to sites and what sites to go. So, if a site may include a normal trip and controlling trip, it would

9 Control # Page 9 of 19 only let the controlling trip stay. And in the simulator, we always let controlling trips make the next action first. The order of priority of normal trip is depended on their traveled distance. The further a trip has traveled the higher priority it has. When the every normal trip gets the chance to move, the user will get several options for its travel speed. Based on the decision of travel speed user makes for the normal trips in a day, the simulator will add maximum number of normal trips into the river and output the contract times. 3.5 The Basic Rules: Contacting rule: We divide the entire period that is 180 nights into 180 stages. If trips launch at the same stage, there are no contacting. For instance, there are 3 trips launch at the first stage, x 1 goes to y 2, x 2 goes to y 3, and s 1 goes to y 1. Thus there is no contacting; even the sub-number of x 2 is less than the sub-number of x 1 and the distance of x 2 is greater than x 1. The moves of priority: To make our net-work works reasonable, we always let far trips whose locations close to the end make actions first. Since, we can let more new trips on the river from the launch location. The moves of controlling trips: To make the all actions reasonable, we always let controlling trips move first. If what sites they go to have trips, then we emerge those trips to their next possible sites. If there are no possible sites for those emerged normal trips, then we erase them. So which means those trips are not reasonable in the river

10 Control # Page 10 of 19 trip at that time. But, we will keep their routes in the final analysis diagram, to show how they traveled and why we erased them. The simple rule for all trips: No trip can go backward, and no trip can stay at one site two nights or more than two nights. The rule of lease erase: If the number of nights left is less than lns, all trips get onto river would be erased. The rule of action range: No trip can make one action more over the action range. Suppose every trip every day at most can go 5 sites, thus ar=5, and no trip can go over 5 sites at any stages. 3.6 Recursive Formulas: 1) Recursive formula for normal trips: { [ ] Explanation: If A j = A 1, which means the normal trip x i only has one option of action at stage n. If A j = A 2, which means the normal trip x i has two options of action at stage n; meanwhile, if j >1, we need user s decision to decide which action the trip will make. If A j = A 0, which means the normal trip x i has no site to go at this stage, then it is a failed trip. So, we need to erase it from the river and its trout that is made in previous stages. If, the normal trip x i is also need to be erased. For instance, in a period with 180 nights and 181 days, if a trip launches at 175 th night and lns is 6, then the trip need to be erased from the period s schedule.

11 Control # Page 11 of 19 2) Recursive formula for controlling trips: Explanation: In the n th stage, the controlling trip s i only has one option of action, and it was scheduled before the running of the simulator. 3) The principle of dynamic actions: The two recursive formulas above with the conditions and rules can make the simulator works. The principle of dynamic action is to let one trip move, then affect others movement, until the first a few sites empty, since the first a few sites relate to the launch point. In the next, the simulator starts to add new trips to the empty sites, so we can always reach the maximal capacity. Anyway, the recursive formulas are always follow the 3 conditions when start to calculate stage by stage. 4. Analysis of Concrete Problem: In this section, we give an example with 18 sites (Y=18), and first 13 nights to run the simulator. Then we cut partial data from the beginning of period and put those data into excel to make the linear relation functions diagram. 4.1 Applications of the Example Case: We want to the, which means the maximal distance for any trip at any day is about 35.53miles. Y=18 makes there are 19 blocks on the river. (Block = the space between sites or launch point or end point) We write a concrete partial data in the 4.2 section,

12 Control # Page 12 of 19 So, s 1 is a 6 nights controlling trip, s 2 is an 18 nights controlling trip, s 3 is a 16 nights controlling trip, and s 4 is a 15 nights controlling trip.. We also apply those partial data into diagram in which multiple linear relation functions participate. The diagram is in the 4.3 section. In this example, we suppose we are the managers and prefer the normal trips with fastest actions. 4.2 The Coordinate Data of the Example Case: 1 st stage: 2 nd stage: 3 rd stage: 4 th stage: =4 5 th stage: 6 th stage: 7 th stage:

13 Control # Page 13 of 19 8 th stage: For the further stages, please see Diagram #1 Diagram #1 4.3 Applications and Descriptions with Diagram: 1) First example related to the data from previous parts of section # 4: The partial diagram below is consisted with 1 st stage to 13 th stage and sites y 1 to y 18. Typically, there are 28 linear relation functions, 4 of them are represent controlling trips and 24 normal trips. Obviously, the diagram is made by the data from 4.1 and 4.2

14 Control # Page 14 of 19 sections. What s more, the intersections from the diagram below represent the contacting information of the partial actions from an entire period with 180 nights, which includes the time of contacting, the place of contacting and the other trips of contacting. The contacting times already are optimized as well as the maximal capacity. Definitely, the maximal value of vertical line is 18; because we setup the example with 18 sites. On the other hand, the managers also can change the total number of sites to some greater integer. 2) Analysis of the first example: Actually, the diagram is influenced by the route of controlling trips and the managers willing decisions. In the beginning of the simulator, we as the managers prefer to faster normal trips; so, the normal trips between s 1 and s 2 are relative fast trips. Meantime, on the right-bottom corner, there are some intersections. Those happen because of the routes of the new controlling trips. In our basic rules, we let some trips were scheduled first, and nothing can change their routes. So, those controlling trips can be the VIP trips which reserved by people. 3) Another partial example with different schedule: The diagram below is another new example with different data. In this example, as the managers, we prefer the normal trips move slowly and with less contacting. Obviously, in the entire diagram, there is no intersection, which means we have a favorite schedule without any contacting. So, sometimes, the outcomes of the simulator or the model are not independent. Since many things are based on the users or the managers.

15 Control # Page 15 of 19 Diagram #2 4) The comparison between diagram #1 and diagram #2: The differences between two examples are the users willing speed or schedules from the normal trips and the schedules of the controlling trips. In the first example, the users prefer to use faster speed normal trips rather than lower speed normal trips. However, in the second example, the users prefer to use lower speed normal trips rather than faster speed normal trips. Actually, whatever how fast the faster normal trips move every day, no one can move over the action range. Also, whatever how low the lower normal trips move every day, no one go backward or stay at a same site two days or more than two days. Moreover, the schedules of the controlling trips are made before the running of simulator. So, those schedules are independent. Nevertheless, the schedules of the normal trips are not independent, and this is the one of most interesting part.

16 Control # Page 16 of Sensitive Analysis In the previous parts of section #4, we use concrete data to make examples. However, the length of period, the number of sites, the type of boats, the schedules of the controlling trips and the types of the normal trips (long trip or short trip) all are possible to be changed. In the beginning of making this model, we used some simple cases, such as 6 sites with 18 nights (ar =3), 5 sites with 10 nights (ar = 2), and so on. So, we develop this model not only by the dynamic net-work, but also the method of induction. So, typically, the model and the simulator can be developed to large number of sites, the nights in the periods, or even make the period longer. We consider that if some trips want to have lunch at noon, we can divide an entire day into two parts: one is the first half day-time, another one is the second half day-time; thus we also keep the rule of being in site in the night-time. So, the problem of food or restroom time or others can also be solved. Meanwhile, if trips want to get into sites multiple times during day-time, we also can divide the day-time into multiple parts. 5. Conclusions 5.1. Strengths Our simulator has the following characteristics. It considers the behavior of each trips and the mutual effect between different trips. As the closer to the exit a trip is, the higher priority this trip will have and control trips have the highest priority, the trips which have moved will leave as many available sites behind as possible so that it will guarantee that we can launch most amount of new trips and maximize the capacity of the river based on the current schedule provided by the manager. Our simulator will also minimize the contact between different groups as lower priority trip is able to avoid passing the higher priority (the trip launched before it and the control trip) by the user s decisions. Our simulator will launch as many trips as possible and then erase the trips which are suitable (the ones cannot move in a day as there are no available site in front path under the condition of action range). In another word, the trip will be canceled if it cannot move anywhere in a day during its travel.

17 Control # Page 17 of 19 As these characteristics we has explained above, given a specific original schedule of different types of rafting trips, we will be able to reform the schedule by adding more optional trips in order to maximize the capacity of the river. It also helps to minimize the contact frequency and make it as low as possible and also gives greatest capacity of the river under the user s choice (pass or not pass front trip). Besides that, if we are not given a very detailed schedule but just the demand of different types of trips or the speed of trips (fast or slow) the user would like to have during some periods, we can also provide an optimal schedule for this river. Making an extremely random situation become controllable and reasonable is the most important idea and function of our simulator. Based on a schedule of launch time and sites of each site supposed to go, the managers can use the model to control all the trips and select the trips they prefer during some period Weakness While our simulator try to simulate every trip s position and each day s situation, it require large amount of calculation, especially when the number of sites is really large and number of control boat on the river is large. Also because of the control power, the ability of visitors self-decision will be weakened, which means, visitor have to obey their schedules to go to the camping sites where they are supposed to go, and cannot decide the camping place themselves. When visitor spent too much time during the day time to enjoy a specific sight, it will become impossible for them to get to their camping site, which is regarded as an unexpected accident in our model. Once accident happens, the control ability will be limited but managers are still able to control them as they know which site is available. So we need experienced group leader to control the speed and prevent accidents happening. Also, the new trips are kind of similar to each other in selected period, so it just can satisfy the most demand of a specific type of trip. If users need to add some particular types of trips, they have to make them become control trip Alternative Model, Improvement and Future Work Under the limit time constraint, our simulator is not impossible to be perfect in considering of all kinds of situation. In the future, we change our model about user s preference effect so that they can give their expected trips duration range and our simulator will prove as many expected types of trips as possible, which may lower the capacity of the river but the result will more suit the demand of market. Besides that,

18 Control # Page 18 of 19 we can perfect our simulator to consider the effect of different situations from different regions on the river, which means that, for example, in a specific region, the water velocity may be extremely high and it is impossible to slow down. We need to consider the specialization of different area and set the speed range of each region.

19 Control # Page 19 of Reference: 1. Joanna A. Bieri and Catherine A. Roberts, Using the Grand Canyon River Trip Simulator to Test New Launch Schedules on the Colorado River AWIS Magazine, Vol 29, No

Best schedule to utilize the Big Long River

Best schedule to utilize the Big Long River page 1of20 1 Introduction Best schedule to utilize the Big Long River People enjoy going to the Big Long River for its scenic views and exciting white water rapids, and the only way to achieve this should

More information

American Airlines Next Top Model

American Airlines Next Top Model Page 1 of 12 American Airlines Next Top Model Introduction Airlines employ several distinct strategies for the boarding and deboarding of airplanes in an attempt to minimize the time each plane spends

More information

UC Berkeley Working Papers

UC Berkeley Working Papers UC Berkeley Working Papers Title The Value Of Runway Time Slots For Airlines Permalink https://escholarship.org/uc/item/69t9v6qb Authors Cao, Jia-ming Kanafani, Adib Publication Date 1997-05-01 escholarship.org

More information

You Must Be At Least This Tall To Ride This Paper. Control 27

You Must Be At Least This Tall To Ride This Paper. Control 27 You Must Be At Least This Tall To Ride This Paper Control 27 Page 1 of 10 Control 27 Contents 1 Introduction 2 2 Basic Model 2 2.1 Definitions............................................... 2 2.2 Commonly

More information

CHAPTER 5 SIMULATION MODEL TO DETERMINE FREQUENCY OF A SINGLE BUS ROUTE WITH SINGLE AND MULTIPLE HEADWAYS

CHAPTER 5 SIMULATION MODEL TO DETERMINE FREQUENCY OF A SINGLE BUS ROUTE WITH SINGLE AND MULTIPLE HEADWAYS 91 CHAPTER 5 SIMULATION MODEL TO DETERMINE FREQUENCY OF A SINGLE BUS ROUTE WITH SINGLE AND MULTIPLE HEADWAYS 5.1 INTRODUCTION In chapter 4, from the evaluation of routes and the sensitive analysis, it

More information

Computer Simulation for Evaluating Visitor Conflicts

Computer Simulation for Evaluating Visitor Conflicts Computer Simulation for Evaluating Visitor Conflicts Why use Simulation? To acquire a comprehensive and dynamic understanding of visitor behavior and their interactions across the landscape (space and

More information

Abstract. Introduction

Abstract. Introduction COMPARISON OF EFFICIENCY OF SLOT ALLOCATION BY CONGESTION PRICING AND RATION BY SCHEDULE Saba Neyshaboury,Vivek Kumar, Lance Sherry, Karla Hoffman Center for Air Transportation Systems Research (CATSR)

More information

C.A.R.S.: Cellular Automaton Rafting Simulation Subtitle

C.A.R.S.: Cellular Automaton Rafting Simulation Subtitle C.A.R.S.: Cellular Automaton Rafting Simulation Subtitle Control #15878 13 February 2012 Abstract The Big Long River management company offers white water rafting tours along its 225 mile long river with

More information

PRAJWAL KHADGI Department of Industrial and Systems Engineering Northern Illinois University DeKalb, Illinois, USA

PRAJWAL KHADGI Department of Industrial and Systems Engineering Northern Illinois University DeKalb, Illinois, USA SIMULATION ANALYSIS OF PASSENGER CHECK IN AND BAGGAGE SCREENING AREA AT CHICAGO-ROCKFORD INTERNATIONAL AIRPORT PRAJWAL KHADGI Department of Industrial and Systems Engineering Northern Illinois University

More information

Do Not Write Below Question Maximum Possible Points Score Total Points = 100

Do Not Write Below Question Maximum Possible Points Score Total Points = 100 University of Toronto Department of Economics ECO 204 Summer 2012 Ajaz Hussain TEST 3 SOLUTIONS TIME: 1 HOUR AND 50 MINUTES YOU CANNOT LEAVE THE EXAM ROOM DURING THE LAST 10 MINUTES OF THE TEST. PLEASE

More information

ONLINE DELAY MANAGEMENT IN RAILWAYS - SIMULATION OF A TRAIN TIMETABLE

ONLINE DELAY MANAGEMENT IN RAILWAYS - SIMULATION OF A TRAIN TIMETABLE ONLINE DELAY MANAGEMENT IN RAILWAYS - SIMULATION OF A TRAIN TIMETABLE WITH DECISION RULES - N. VAN MEERTEN 333485 28-08-2013 Econometrics & Operational Research Erasmus University Rotterdam Bachelor thesis

More information

A RECURSION EVENT-DRIVEN MODEL TO SOLVE THE SINGLE AIRPORT GROUND-HOLDING PROBLEM

A RECURSION EVENT-DRIVEN MODEL TO SOLVE THE SINGLE AIRPORT GROUND-HOLDING PROBLEM RECURSION EVENT-DRIVEN MODEL TO SOLVE THE SINGLE IRPORT GROUND-HOLDING PROBLEM Lili WNG Doctor ir Traffic Management College Civil viation University of China 00 Xunhai Road, Dongli District, Tianjin P.R.

More information

Aircraft Arrival Sequencing: Creating order from disorder

Aircraft Arrival Sequencing: Creating order from disorder Aircraft Arrival Sequencing: Creating order from disorder Sponsor Dr. John Shortle Assistant Professor SEOR Dept, GMU Mentor Dr. Lance Sherry Executive Director CATSR, GMU Group members Vivek Kumar David

More information

Impact of Landing Fee Policy on Airlines Service Decisions, Financial Performance and Airport Congestion

Impact of Landing Fee Policy on Airlines Service Decisions, Financial Performance and Airport Congestion Wenbin Wei Impact of Landing Fee Policy on Airlines Service Decisions, Financial Performance and Airport Congestion Wenbin Wei Department of Aviation and Technology San Jose State University One Washington

More information

SERVICE NETWORK DESIGN: APPLICATIONS IN TRANSPORTATION AND LOGISTICS

SERVICE NETWORK DESIGN: APPLICATIONS IN TRANSPORTATION AND LOGISTICS SERVICE NETWORK DESIGN: APPLICATIONS IN TRANSPORTATION AND LOGISTICS Professor Cynthia Barnhart Massachusetts Institute of Technology Cambridge, Massachusetts USA March 21, 2007 Outline Service network

More information

Todsanai Chumwatana, and Ichayaporn Chuaychoo Rangsit University, Thailand, {todsanai.c;

Todsanai Chumwatana, and Ichayaporn Chuaychoo Rangsit University, Thailand, {todsanai.c; Using Hybrid Technique: the Integration of Data Analytics and Queuing Theory for Average Service Time Estimation at Immigration Service, Suvarnabhumi Airport Todsanai Chumwatana, and Ichayaporn Chuaychoo

More information

Evaluation of Alternative Aircraft Types Dr. Peter Belobaba

Evaluation of Alternative Aircraft Types Dr. Peter Belobaba Evaluation of Alternative Aircraft Types Dr. Peter Belobaba Istanbul Technical University Air Transportation Management M.Sc. Program Network, Fleet and Schedule Strategic Planning Module 5: 10 March 2014

More information

A Coevolutionary Simulation of Real-Time Airport Gate Scheduling

A Coevolutionary Simulation of Real-Time Airport Gate Scheduling A Coevolutionary Simulation of Real-Time Airport Scheduling Andrés Gómez de Silva Garza Instituto Tecnológico Autónomo de México (IT) Río Hondo #1, Colonia Tizapán-San Ángel 01000 México, D.F., México

More information

Assignment of Arrival Slots

Assignment of Arrival Slots Assignment of Arrival Slots James Schummer Rakesh V. Vohra Kellogg School of Management (MEDS) Northwestern University March 2012 Schummer & Vohra (Northwestern Univ.) Assignment of Arrival Slots March

More information

Performance and Efficiency Evaluation of Airports. The Balance Between DEA and MCDA Tools. J.Braz, E.Baltazar, J.Jardim, J.Silva, M.

Performance and Efficiency Evaluation of Airports. The Balance Between DEA and MCDA Tools. J.Braz, E.Baltazar, J.Jardim, J.Silva, M. Performance and Efficiency Evaluation of Airports. The Balance Between DEA and MCDA Tools. J.Braz, E.Baltazar, J.Jardim, J.Silva, M.Vaz Airdev 2012 Conference Lisbon, 19th-20th April 2012 1 Introduction

More information

ABSTRACT TIES TO CURRICULUM TIME REQUIREMENT

ABSTRACT TIES TO CURRICULUM TIME REQUIREMENT ABSTRACT This lesson uses the thrill of amusement park attractions to teach students how to analyze principles of motion. The Calculator Based Laboratory helps students record and analyze acceleration

More information

Research on Pilots Development Planning

Research on Pilots Development Planning Journal of Software Engineering and Applications 2012 5 1016-1022 http://dx.doi.org/10.4236/sea.2012.512118 Published Online December 2012 (http://www.scirp.org/ournal/sea) Ruo Ding Mingang Gao * Institute

More information

Applying Integer Linear Programming to the Fleet Assignment Problem

Applying Integer Linear Programming to the Fleet Assignment Problem Applying Integer Linear Programming to the Fleet Assignment Problem ABARA American Airlines Decision Ti'chnohi^ics PO Box 619616 Dallasll'ort Worth Airport, Texas 75261-9616 We formulated and solved the

More information

Airline Scheduling Optimization ( Chapter 7 I)

Airline Scheduling Optimization ( Chapter 7 I) Airline Scheduling Optimization ( Chapter 7 I) Vivek Kumar (Research Associate, CATSR/GMU) February 28 th, 2011 CENTER FOR AIR TRANSPORTATION SYSTEMS RESEARCH 2 Agenda Airline Scheduling Factors affecting

More information

UNDERSTANDING TOURISM: BASIC GLOSSARY 1

UNDERSTANDING TOURISM: BASIC GLOSSARY 1 UNDERSTANDING TOURISM: BASIC GLOSSARY 1 Tourism is a social, cultural and economic phenomenon related to the movement of people to places outside their usual place of residence pleasure being the usual

More information

Flight Arrival Simulation

Flight Arrival Simulation Flight Arrival Simulation Ali Reza Afshari Buein Zahra Technical University, Department of Industrial Engineering, Iran, afshari@bzte.ac.ir Mohammad Anisseh Imam Khomeini International University, Department

More information

Airline Boarding Schemes for Airbus A-380. Graduate Student Mathematical Modeling Camp RPI June 8, 2007

Airline Boarding Schemes for Airbus A-380. Graduate Student Mathematical Modeling Camp RPI June 8, 2007 Airline Boarding Schemes for Airbus A-380 Anthony, Baik, Law, Martinez, Moore, Rife, Wu, Zhu, Zink Graduate Student Mathematical Modeling Camp RPI June 8, 2007 An airline s main investment is its aircraft.

More information

Simulation of disturbances and modelling of expected train passenger delays

Simulation of disturbances and modelling of expected train passenger delays Computers in Railways X 521 Simulation of disturbances and modelling of expected train passenger delays A. Landex & O. A. Nielsen Centre for Traffic and Transport, Technical University of Denmark, Denmark

More information

PHY 133 Lab 6 - Conservation of Momentum

PHY 133 Lab 6 - Conservation of Momentum Stony Brook Physics Laboratory Manuals PHY 133 Lab 6 - Conservation of Momentum The purpose of this lab is to demonstrate conservation of linear momentum in one-dimensional collisions of objects, and to

More information

China s Western Development Drive: from the Perspective of Inclusive Growth

China s Western Development Drive: from the Perspective of Inclusive Growth China s Western Development Drive: from the Perspective of Inclusive Growth WEI Houkai Prof. and Deputy Director Institute for Urban and Environmental Studies Chinese Academy of Social Sciences 2010-12-10

More information

U.Md. Zahir, H. Matsui & M. Fujita Department of Civil Engineering Nagoya Institute of Technology,

U.Md. Zahir, H. Matsui & M. Fujita Department of Civil Engineering Nagoya Institute of Technology, Investigate the effects of bus and passenger arrival patterns and service frequency on passenger waiting time and transit performance of Dhaka metropolitan area. U.Md. Zahir, H. Matsui & M. Fujita Department

More information

Decision aid methodologies in transportation

Decision aid methodologies in transportation Decision aid methodologies in transportation Lecture 5: Revenue Management Prem Kumar prem.viswanathan@epfl.ch Transport and Mobility Laboratory * Presentation materials in this course uses some slides

More information

Names of Lab Team Members. Scorpion Worksheet

Names of Lab Team Members. Scorpion Worksheet PRE-IB PHYSICS GROUP # Name: DEVIL PHYSICS Period: Date: BADDEST CLASS ON CAMPUS PHYSICS DAY AT BUSCH GARDENS General Guidelines: 1. Data collection is a group effort among your lab team. Completion of

More information

Airport Monopoly and Regulation: Practice and Reform in China Jianwei Huang1, a

Airport Monopoly and Regulation: Practice and Reform in China Jianwei Huang1, a 2nd International Conference on Economics, Management Engineering and Education Technology (ICEMEET 2016) Airport Monopoly and Regulation: Practice and Reform in China Jianwei Huang1, a 1 Shanghai University

More information

Evaluating the Robustness and Feasibility of Integer Programming and Dynamic Programming in Aircraft Sequencing Optimization

Evaluating the Robustness and Feasibility of Integer Programming and Dynamic Programming in Aircraft Sequencing Optimization Evaluating the Robustness and Feasibility of Integer Programming and Dynamic Programming in Aircraft Sequencing Optimization WPI Advisors Jon Abraham George Heineman By Julia Baum & William Hawkins MIT

More information

A Study of Tradeoffs in Airport Coordinated Surface Operations

A Study of Tradeoffs in Airport Coordinated Surface Operations A Study of Tradeoffs in Airport Coordinated Surface Operations Ji MA, Daniel DELAHAYE, Mohammed SBIHI ENAC École Nationale de l Aviation Civile, Toulouse, France Paolo SCALA, Miguel MUJICA MOTA Amsterdam

More information

ATTEND Analytical Tools To Evaluate Negotiation Difficulty

ATTEND Analytical Tools To Evaluate Negotiation Difficulty ATTEND Analytical Tools To Evaluate Negotiation Difficulty Alejandro Bugacov Robert Neches University of Southern California Information Sciences Institute ANTs PI Meeting, November, 2000 Outline 1. Goals

More information

INNOVATIVE TECHNIQUES USED IN TRAFFIC IMPACT ASSESSMENTS OF DEVELOPMENTS IN CONGESTED NETWORKS

INNOVATIVE TECHNIQUES USED IN TRAFFIC IMPACT ASSESSMENTS OF DEVELOPMENTS IN CONGESTED NETWORKS INNOVATIVE TECHNIQUES USED IN TRAFFIC IMPACT ASSESSMENTS OF DEVELOPMENTS IN CONGESTED NETWORKS Andre Frieslaar Pr.Eng and John Jones Pr.Eng Abstract Hawkins Hawkins and Osborn (South) Pty Ltd 14 Bree Street,

More information

Collaborative Decision Making By: Michael Wambsganss 10/25/2006

Collaborative Decision Making By: Michael Wambsganss 10/25/2006 Collaborative Decision Making By: Michael Wambsganss 10/25/2006 TFM History De-regulation: leads to new demand patterns High fuel prices Air Traffic Controller s Strike*** TFM is born (mid 80s: eliminate

More information

MIT ICAT. Robust Scheduling. Yana Ageeva John-Paul Clarke Massachusetts Institute of Technology International Center for Air Transportation

MIT ICAT. Robust Scheduling. Yana Ageeva John-Paul Clarke Massachusetts Institute of Technology International Center for Air Transportation Robust Scheduling Yana Ageeva John-Paul Clarke Massachusetts Institute of Technology International Center for Air Transportation Philosophy If you like to drive fast, it doesn t make sense getting a Porsche

More information

Reliability Analysis of Public Transit Systems Using Stochastic Simulation

Reliability Analysis of Public Transit Systems Using Stochastic Simulation Australasian Transport Research Forum 1 Proceedings 9 September 1 October 1, Canberra, Australia Publication website: http://www.patrec.org/atrf.aspx Reliability Analysis of Public Transit Systems Using

More information

Airline Scheduling: An Overview

Airline Scheduling: An Overview Airline Scheduling: An Overview Crew Scheduling Time-shared Jet Scheduling (Case Study) Airline Scheduling: An Overview Flight Schedule Development Fleet Assignment Crew Scheduling Daily Problem Weekly

More information

Heuristic technique for tour package models

Heuristic technique for tour package models Proceedings of the 214 International Conference on Information, Operations Management and Statistics (ICIOMS213), Kuala Lumpur, Malaysia, September 1-3, 213 Heuristic technique for tour package models

More information

Energy is transferred when it moves from one place to another, as

Energy is transferred when it moves from one place to another, as 55 Roller Coaster Energy R O L E P L A Y Energy is transferred when it moves from one place to another, as in the last activity when the energy from the rod was transferred to the nail. Energy is transformed

More information

Northfield to Ingle Farm #2 66 kv Sub transmission line

Northfield to Ingle Farm #2 66 kv Sub transmission line Header Reasonableness Test RT 011/11 Northfield to Ingle Farm #2 66 kv Sub transmission line RT011-11 Northfield to Inglefarm Page 1 of 8 Reasonableness Test: Northfield to Ingle Farm 66 kv line DISCLAIMER

More information

Price-Setting Auctions for Airport Slot Allocation: a Multi-Airport Case Study

Price-Setting Auctions for Airport Slot Allocation: a Multi-Airport Case Study Price-Setting Auctions for Airport Slot Allocation: a Multi-Airport Case Study An Agent-Based Computational Economics Approach to Strategic Slot Allocation SESAR Innovation Days Bologna, 2 nd December

More information

1. Introduction. 2.2 Surface Movement Radar Data. 2.3 Determining Spot from Radar Data. 2. Data Sources and Processing. 2.1 SMAP and ODAP Data

1. Introduction. 2.2 Surface Movement Radar Data. 2.3 Determining Spot from Radar Data. 2. Data Sources and Processing. 2.1 SMAP and ODAP Data 1. Introduction The Electronic Navigation Research Institute (ENRI) is analysing surface movements at Tokyo International (Haneda) airport to create a simulation model that will be used to explore ways

More information

Air Connectivity and Competition

Air Connectivity and Competition Air Connectivity and Competition Sainarayan A Chief, Aviation Data and Analysis Section, ATB Concept of Connectivity in Air Transport Movement of passengers, mail and cargo involving the minimum of transit

More information

Transportation Timetabling

Transportation Timetabling Outline DM87 SCHEDULING, TIMETABLING AND ROUTING Lecture 16 Transportation Timetabling 1. Transportation Timetabling Tanker Scheduling Air Transport Train Timetabling Marco Chiarandini DM87 Scheduling,

More information

Transfer Scheduling and Control to Reduce Passenger Waiting Time

Transfer Scheduling and Control to Reduce Passenger Waiting Time Transfer Scheduling and Control to Reduce Passenger Waiting Time Theo H. J. Muller and Peter G. Furth Transfers cost effort and take time. They reduce the attractiveness and the competitiveness of public

More information

Physics Is Fun. At Waldameer Park! Erie, PA

Physics Is Fun. At Waldameer Park! Erie, PA Physics Is Fun At Waldameer Park! Erie, PA THINGS TO BRING: Amusement Park Physics Bring a pencil Bring a calculator Don t forget to bring this assignment packet Bring a stop watch, a digital watch, or

More information

Schedule Compression by Fair Allocation Methods

Schedule Compression by Fair Allocation Methods Schedule Compression by Fair Allocation Methods by Michael Ball Andrew Churchill David Lovell University of Maryland and NEXTOR, the National Center of Excellence for Aviation Operations Research November

More information

2014 West Virginia Image & Advertising Accountability Research

2014 West Virginia Image & Advertising Accountability Research 2014 West Virginia Image & Advertising Accountability Research November 2014 Table of Contents Introduction....... 3 Purpose... 4 Methodology.. 5 Executive Summary...... 7 Conclusions and Recommendations.....

More information

A GEOGRAPHIC ANALYSIS OF OPTIMAL SIGNAGE LOCATION SELECTION IN SCENIC AREA

A GEOGRAPHIC ANALYSIS OF OPTIMAL SIGNAGE LOCATION SELECTION IN SCENIC AREA A GEOGRAPHIC ANALYSIS OF OPTIMAL SIGNAGE LOCATION SELECTION IN SCENIC AREA Ling Ruan a,b,c, Ying Long a,b,c, Ling Zhang a,b,c, Xiao Ling Wu a,b,c a School of Geography Science, Nanjing Normal University,

More information

Air Traffic Complexity: An Input-Output Approach. Amy R Pritchett, Keumjin Lee and Eric JM Feron School of Aerospace Engineering Georgia Tech

Air Traffic Complexity: An Input-Output Approach. Amy R Pritchett, Keumjin Lee and Eric JM Feron School of Aerospace Engineering Georgia Tech Air Traffic Complexity: An Input-Output Approach Amy R Pritchett, Keumjin Lee and Eric JM Feron School of Aerospace Engineering Georgia Tech Motivation Efforts to balance air traffic demand and airspace

More information

Mr. Freeze. as viewed from the top of the ferris wheel:

Mr. Freeze. as viewed from the top of the ferris wheel: QUALITATIVE QUESTIONS Many of the questions that follow refer to the graphs of data collected when riding with high tech data collection vests. With your I.D., you can borrow a vest without charge just

More information

Name: Date: Period: Samples and Populations Investigation 1.1: Comparing Wait Times

Name: Date: Period: Samples and Populations Investigation 1.1: Comparing Wait Times Name: Date: Period: Samples and Populations Investigation 1.1: Comparing Wait Times In your lifetime, you spend a lot of time waiting. Sometimes it feels like you could stand in line forever. For example,

More information

Kristina Ricks ISYS 520 VBA Project Write-up Around the World

Kristina Ricks ISYS 520 VBA Project Write-up Around the World VBA Project Write-up Around the World Initial Problem Online resources are very valuable when searching for the cheapest flights to any particular location. Sites such as Travelocity.com, Expedia.com,

More information

Safety Analysis of the Winch Launch

Safety Analysis of the Winch Launch Safety Analysis of the Winch Launch Trevor Hills British Gliding Association and Lasham Gliding Society ts.hills@talk21.com Presented at the XXVIII OSTIV Congress, Eskilstuna, Sweden, 8-15 June 26 Abstract

More information

ADVANTAGES OF SIMULATION

ADVANTAGES OF SIMULATION ADVANTAGES OF SIMULATION Most complex, real-world systems with stochastic elements cannot be accurately described by a mathematical model that can be evaluated analytically. Thus, a simulation is often

More information

Efficiency and Environment KPAs

Efficiency and Environment KPAs Efficiency and Environment KPAs Regional Performance Framework Workshop, Bishkek, Kyrgyzstan, 21 23 May 2013 ICAO European and North Atlantic Office 20 May 2013 Page 1 Efficiency (Doc 9854) Doc 9854 Appendix

More information

ACADEMIC ADVENTURES SCIENCE AND MATHEMATICS MIDDLE SCHOOL / HIGH SCHOOL

ACADEMIC ADVENTURES SCIENCE AND MATHEMATICS MIDDLE SCHOOL / HIGH SCHOOL ACADEMIC ADVENTURES SCIENCE AND MATHEMATICS MIDDLE SCHOOL / HIGH SCHOOL INDEX WELCOME PAGE 3 INTRODUCTION PAGE 4 HELPGFUL TERMS AND FORMULAS PAGE 5 Activity One: Potential and Kinetic Energy PAGE 6 Kingda

More information

PASSENGER SHIP SAFETY. Damage stability of cruise passenger ships. Submitted by the Cruise Lines International Association (CLIA) SUMMARY

PASSENGER SHIP SAFETY. Damage stability of cruise passenger ships. Submitted by the Cruise Lines International Association (CLIA) SUMMARY E MARITIME SAFETY COMMITTEE 93rd session Agenda item 6 MSC 93/6/6 11 March 2014 Original: ENGLISH PASSENGER SHIP SAFETY Damage stability of cruise passenger ships Submitted by the Cruise Lines International

More information

MEMORANDUM. Open Section Background. I-66 Open Section Study Area. VDOT Northern Virginia District. I-66 Project Team. Date: November 5, 2015

MEMORANDUM. Open Section Background. I-66 Open Section Study Area. VDOT Northern Virginia District. I-66 Project Team. Date: November 5, 2015 MEMORANDUM To: VDOT Northern Virginia District From: I-66 Project Team Date: November 5, 2015 Subject: Open Section Background The purpose of this technical memorandum is to provide narrative and technical

More information

Passenger Rebooking - Decision Modeling Challenge

Passenger Rebooking - Decision Modeling Challenge Passenger Rebooking - Decision Modeling Challenge Solution by Edson Tirelli Table of Contents Table of Contents... 1 Introduction... 1 Problem statement... 2 Solution... 2 Input Nodes... 2 Prioritized

More information

Maximization of an Airline s Profit

Maximization of an Airline s Profit Maximization of an Airline s Profit Team 8 Wei Jin Bong Liwen Lee Justin Tompkins WIN 15 Abstract This project aims to maximize the profit of an airline. Three subsystems will be considered Price and Demand,

More information

Quantitative Analysis of Automobile Parking at Airports

Quantitative Analysis of Automobile Parking at Airports Quantitative Analysis of Automobile Parking at Airports Jiajun Li, M.Sc. Candidate Dr. Richard Tay, Professor, AMA/CTEP chair Dr. Alexandre de Barros, Assistant Professor University of Calgary Abstract

More information

Air Traffic Control Agents: Landing and Collision Avoidance

Air Traffic Control Agents: Landing and Collision Avoidance Air Traffic Control Agents: Landing and Collision Avoidance Henry Hexmoor and Tim Heng University of North Dakota Grand Forks, North Dakota, 58202 {hexmoor,heng}@cs.und.edu Abstract. This paper presents

More information

Time-Space Analysis Airport Runway Capacity. Dr. Antonio A. Trani. Fall 2017

Time-Space Analysis Airport Runway Capacity. Dr. Antonio A. Trani. Fall 2017 Time-Space Analysis Airport Runway Capacity Dr. Antonio A. Trani CEE 3604 Introduction to Transportation Engineering Fall 2017 Virginia Tech (A.A. Trani) Why Time Space Diagrams? To estimate the following:

More information

Boarding Pass Issuance to Passengers at Airport

Boarding Pass Issuance to Passengers at Airport ENSE623/ENPM645 Boarding Pass Issuance to Passengers at Airport By Soe Zarni Bargava Subramanian University of Maryland December 6, 2005 1 System Boundary Description Airport authorities have fixed(constrained)

More information

Including Linear Holding in Air Traffic Flow Management for Flexible Delay Handling

Including Linear Holding in Air Traffic Flow Management for Flexible Delay Handling Including Linear Holding in Air Traffic Flow Management for Flexible Delay Handling Yan Xu and Xavier Prats Technical University of Catalonia (UPC) Outline Motivation & Background Trajectory optimization

More information

Research Article Study on Fleet Assignment Problem Model and Algorithm

Research Article Study on Fleet Assignment Problem Model and Algorithm Mathematical Problems in Engineering Volume 2013, Article ID 581586, 5 pages http://dxdoiorg/101155/2013/581586 Research Article Study on Fleet Assignment Problem Model and Algorithm Yaohua Li and Na Tan

More information

Incentives in Landing Slot Problems

Incentives in Landing Slot Problems Incentives in Landing Slot Problems James Schummer 1 Azar Abizada 2 1 MEDS, Kellogg School of Management Northwestern University 2 School of Business Azerbaijan Diplomatic Academy June 2013 Schummer/Abizada

More information

Some of the numbered sections of the track are described to the right. The times correspond to a graph found on page 58.

Some of the numbered sections of the track are described to the right. The times correspond to a graph found on page 58. QUALITATIVE QUESTIONS If the track were stretch out so that it were entirely in a single plane, the profile would look like the diagram below. Some of the numbered sections of the track are described to

More information

Working Draft: Time-share Revenue Recognition Implementation Issue. Financial Reporting Center Revenue Recognition

Working Draft: Time-share Revenue Recognition Implementation Issue. Financial Reporting Center Revenue Recognition March 1, 2017 Financial Reporting Center Revenue Recognition Working Draft: Time-share Revenue Recognition Implementation Issue Issue #16-6: Recognition of Revenue Management Fees Expected Overall Level

More information

Time Benefits of Free-Flight for a Commercial Aircraft

Time Benefits of Free-Flight for a Commercial Aircraft Time Benefits of Free-Flight for a Commercial Aircraft James A. McDonald and Yiyuan Zhao University of Minnesota, Minneapolis, Minnesota 55455 Introduction The nationwide increase in air traffic has severely

More information

Venky Rangachari CTO, Wyndham Hotel Group

Venky Rangachari CTO, Wyndham Hotel Group Venky Rangachari CTO, Wyndham Hotel Group Wyndham Worldwide Overview Wyndham Worldwide is one of the world s largest hospitality companies with over 3.8 Billion of Net Revenues (1) in 2009 World s largest

More information

arxiv:cs/ v1 [cs.oh] 2 Feb 2007

arxiv:cs/ v1 [cs.oh] 2 Feb 2007 A Dynamic I/O Model for TRACON Traffic Management arxiv:cs/7219v1 [cs.oh] 2 Feb 27 Maxime Gariel, John-Paul Clarke and Eric Feron Georgia Institute of Technology Atlanta, GA, 3332-1, USA October 17, 218

More information

Predicting Flight Delays Using Data Mining Techniques

Predicting Flight Delays Using Data Mining Techniques Todd Keech CSC 600 Project Report Background Predicting Flight Delays Using Data Mining Techniques According to the FAA, air carriers operating in the US in 2012 carried 837.2 million passengers and the

More information

TAXIWAY AIRCRAFT TRAFFIC SCHEDULING: A MODEL AND SOLUTION ALGORITHMS. A Thesis CHUNYU TIAN

TAXIWAY AIRCRAFT TRAFFIC SCHEDULING: A MODEL AND SOLUTION ALGORITHMS. A Thesis CHUNYU TIAN TAXIWAY AIRCRAFT TRAFFIC SCHEDULING: A MODEL AND SOLUTION ALGORITHMS A Thesis by CHUNYU TIAN Submitted to the Office of Graduate Studies of Texas A&M University in partial fulfillment of the requirements

More information

ARRIVAL CHARACTERISTICS OF PASSENGERS INTENDING TO USE PUBLIC TRANSPORT

ARRIVAL CHARACTERISTICS OF PASSENGERS INTENDING TO USE PUBLIC TRANSPORT ARRIVAL CHARACTERISTICS OF PASSENGERS INTENDING TO USE PUBLIC TRANSPORT Tiffany Lester, Darren Walton Opus International Consultants, Central Laboratories, Lower Hutt, New Zealand ABSTRACT A public transport

More information

April 16, Erik Larson

April 16, Erik Larson April 16, 2018 Erik Larson Contributors: ACTA: Steve Carbon, John Herndon, Ron Lambert, Elliot Porterfield FAA: Phil Bassett, Kevin Hatton, Dan Murray, Paul Wilde Project funded by: Federal Aviation Administration

More information

Measure 67: Intermodality for people First page:

Measure 67: Intermodality for people First page: Measure 67: Intermodality for people First page: Policy package: 5: Intermodal package Measure 69: Intermodality for people: the principle of subsidiarity notwithstanding, priority should be given in the

More information

Istanbul Technical University Air Transportation Management, M.Sc. Program Aviation Economics and Financial Analysis Module November 2014

Istanbul Technical University Air Transportation Management, M.Sc. Program Aviation Economics and Financial Analysis Module November 2014 Pricing Istanbul Technical University Air Transportation Management, M.Sc. Program Aviation Economics and Financial Analysis Module 11 14 November 2014 Outline Revenue management Fares Buckets Restrictions

More information

Where is tourists next destination

Where is tourists next destination SEDAAG annual meeting Savannah, Georgia; Nov. 22, 2011 Where is tourists next destination Yang Yang University of Florida Outline Background Literature Model & Data Results Conclusion Background The study

More information

ultimate traffic Live User Guide

ultimate traffic Live User Guide ultimate traffic Live User Guide Welcome to ultimate traffic Live This manual has been prepared to aid you in learning about utlive. ultimate traffic Live is an AI traffic generation and management program

More information

National Infrastructure Assessment Technical Annex. Technical annex: Tidal power

National Infrastructure Assessment Technical Annex. Technical annex: Tidal power Technical annex: Tidal power July 2018 1 Tidal Power The Commission has considered the case for tidal lagoons alongside the full range of other options for meeting the UK s energy needs. Recent history

More information

The Cultural and Heritage Traveler 2013 Edition

The Cultural and Heritage Traveler 2013 Edition University of Massachusetts Amherst ScholarWorks@UMass Amherst Tourism Travel and Research Association: Advancing Tourism Research Globally 2013 Marketing Outlook Forum - Outlook for 2014 The Cultural

More information

1.0 BACKGROUND NEW VETERANS CHARTER EVALUATION OBJECTIVES STUDY APPROACH EVALUATION LIMITATIONS... 7

1.0 BACKGROUND NEW VETERANS CHARTER EVALUATION OBJECTIVES STUDY APPROACH EVALUATION LIMITATIONS... 7 New Veterans Charter Evaluation Plan TABLE CONTENTS Page 1.0 BACKGROUND... 1 2.0 NEW VETERANS CHARTER EVALUATION OBJECTIVES... 2 3.0 STUDY APPROACH... 3 4.0 EVALUATION LIMITATIONS... 7 5.0 FUTURE PROJECTS...

More information

Project: Implications of Congestion for the Configuration of Airport Networks and Airline Networks (AirNets)

Project: Implications of Congestion for the Configuration of Airport Networks and Airline Networks (AirNets) Research Thrust: Airport and Airline Systems Project: Implications of Congestion for the Configuration of Airport Networks and Airline Networks (AirNets) Duration: (November 2007 December 2010) Description:

More information

Cluster A.2: Linear Functions, Equations, and Inequalities

Cluster A.2: Linear Functions, Equations, and Inequalities A.2A: Representing Domain and Range Values: Taxi Trips Focusing TEKS A.2A Linear Functions, Equations, and Inequalities. The student applies mathematical process standards when using properties of linear

More information

Wingsuit Design and Basic Aerodynamics 2

Wingsuit Design and Basic Aerodynamics 2 WINGSUIT DESIGN AND BASIC AERODYNAMICS 2 In this article I would like to expand on the basic aerodynamics principles I covered in my first article (Wingsuit Flying Aerodynamics 1) and to explain the challenges

More information

MIT ICAT M I T I n t e r n a t i o n a l C e n t e r f o r A i r T r a n s p o r t a t i o n

MIT ICAT M I T I n t e r n a t i o n a l C e n t e r f o r A i r T r a n s p o r t a t i o n M I T I n t e r n a t i o n a l C e n t e r f o r A i r T r a n s p o r t a t i o n PRICING AND REVENUE MANAGEMENT RESEARCH Airline Competition and Pricing Power Presentations to Industry Advisory Board

More information

Developing a Functional Roller Coaster Optimizer. Ernest Lee. April 20, Abstract

Developing a Functional Roller Coaster Optimizer. Ernest Lee. April 20, Abstract Developing a Functional Roller Coaster Optimizer Josh Tsai Brigham Young University joshjtsai@gmail.com Ernest Lee Brigham Young University ernest.tylee@gmail.com April 20, 2017 Abstract Roller coasters

More information

Analysis of the impact of tourism e-commerce on the development of China's tourism industry

Analysis of the impact of tourism e-commerce on the development of China's tourism industry 9th International Economics, Management and Education Technology Conference (IEMETC 2017) Analysis of the impact of tourism e-commerce on the development of China's tourism industry Meng Ying Marketing

More information

Air Traffic Flow Management (ATFM) in the SAM Region METHODOLOGY ADOPTED BY BRAZIL TO CALCULATE THE CONTROL CAPACITY OF ACC OF BRAZILIAN FIR

Air Traffic Flow Management (ATFM) in the SAM Region METHODOLOGY ADOPTED BY BRAZIL TO CALCULATE THE CONTROL CAPACITY OF ACC OF BRAZILIAN FIR International Civil Aviation Organization SAM/IG/6-IP/03 South American Regional Office 21/09/10 Sixth Workshop/Meeting of the SAM Implementation Group (SAM/IG/6) - Regional Project RLA/06/901 Lima, Peru,

More information

Scenarios for Fleet Assignment: A Case Study at Lion Air

Scenarios for Fleet Assignment: A Case Study at Lion Air IOSR Journal of Mathematics (IOSR-JM) e-issn: 2278-5728, p-issn: 2319-765X Volume 10, Issue 5 Ver I (Sep-Oct 2014), PP 64-68 wwwiosrjournalsorg Scenarios for Fleet Assignment: A Case Study at Lion Air

More information

With the first portion of this process complete, we anticipate the general timeline for the remainder of the process to be:

With the first portion of this process complete, we anticipate the general timeline for the remainder of the process to be: THE CITY OF FIRE RESCUE E D M O N T O N FIRE RESCUE SERVICES 10351 96 Street Edmonton, Alberta T5H 2H5 April 19, 2013 Dear Rossdale residents: As many of you know, Fire Rescue Services is currently in

More information

Thrill U. THE PHYSICS AND MATHEMATICS OF AMUSEMENT PARK RIDES. Middle School

Thrill U. THE PHYSICS AND MATHEMATICS OF AMUSEMENT PARK RIDES. Middle School Thrill U. THE PHYSICS AND MATHEMATICS OF AMUSEMENT PARK RIDES Middle School Copyrighted by Dr. Joseph S. Elias. This material is based upon work supported by the National Science Foundation under Grant

More information

Integrated Optimization of Arrival, Departure, and Surface Operations

Integrated Optimization of Arrival, Departure, and Surface Operations Integrated Optimization of Arrival, Departure, and Surface Operations Ji MA, Daniel DELAHAYE, Mohammed SBIHI ENAC École Nationale de l Aviation Civile, Toulouse, France Paolo SCALA Amsterdam University

More information