Computational Logistics: Examples from Container Terminal Operations. Stefan Voß, IWI

Size: px
Start display at page:

Download "Computational Logistics: Examples from Container Terminal Operations. Stefan Voß, IWI"

Transcription

1 Computational Logistics: Examples from Container Terminal Operations Stefan Voß, IWI 09 November 2011

2 HongKong, May, 29th 2012 Container Terminal Operations and Scalability: Efficiency means Quality Introduction and Motivation History and Background Terminal structure and handling equipment Terminal logistics and optimization methods Scalability and Research Issues Stefan Voß Institut für Wirtschaftsinformatik (Information Systems), University of Hamburg

3 1. Introduction and Motivation History and Background 3

4 Computational Logistics Computational logistics concentrates on methods and information systems that support or perform the planning and control of logistics systems and processes. 4

5 Computational Logistics Computational Logistics involves the use of information systems and modern information and communication technology (IT) for the design, planning and control of logistics networks as well as the complex tasks within them. 5

6 Containerization Trend: High Growth of Container Turnover Container port turnover is growing much faster than the world trade, world GDP or seaborne trade. 11 Data sources: UNCTAD - Review of Maritime Transport; Drewry Shipping Consultants; Clarkson Research Services

7 Competitiveness of a container seaport Main success factors: time in port for ships (transshipment time) combined with low rates for loading and discharging reliability 17 Crucial competitive advantage: rapid turnover of the containers reduction of the transshipment time reduction of the costs of the transshipment process overall objective with respect to terminal operations: efficient usage of all resources minimization of the time a ship is at the berth!

8 2. Terminal structure and handling equipment 18

9 Operation areas of a seaport container terminal and flow of transports Truck and Train Operation Area Hinterland Operation Landside Transshipment Process (LTP) 21 Yard Import/Export Stock Yard Moves Quayside Operation Ship Operation Area Empty Stock Sheds Waterside Transshipment Process (WTP)

10 Example of a partially automated container terminal (Brisbane, Australia) 22

11 23 Example of an automated container terminal (Container Terminal Altenwerder (CTA), Hamburg, Germany)

12 Waterside Transshipment Process Incoming ships are assigned to a berth. Containers are cleared by cranes (bridges) at the ship. Special vehicles (e.g. straddle carriers) perform all transports within the yard and to the ship. 25 Logistic problems berth planning stowage planning yard planning sequencing of all containers (loading and unloading sequence) assignment of (transshipment) containers to straddle carriers

13 Storage Area Handling Equipment Cranes Double/Triple Rail Mounted Gantry Cranes (DRMG, TRMG) 34 Cranes operating in storage area Rail mounted gantry cranes (RMG) stable new development: Double RMG consists of two RMGs of different height and width able to pass each other avoiding a handshake area slightly higher productivity of the system man-driven or automatic span up 8-12 rows allow for stacking 4-10 containers high technical performance: ~ 20 moves/h

14 Horizontal transport means Reachstackers and forklifts/sidelifter 38

15 Automated guided vehicle 39

16 Straddle carriers Handling Equipment 42

17 Container terminal systems 45

18 Container terminal systems schematic side view 46 Is this a Supply Chain?

19 3. Terminal logistics and optimization methods 47

20 New Real-world Problem Research No systems, no impact This profession [Nievergelt, [OR] 1994] has presently more algorithms than applications...? [Wolsey, 1979]?? 48 Solution

21 Basic structure of handling procedures for container flows 49

22 Methods /Algorithms Assignment problems (exact solution) Vehicle routing problems (incl. TSP, TDTSP; simple heuristics) MIP models (reference solutions, subproblems; standard solvers) 50 Online optimization (simple priority rules) Characteristics of container terminal operation demand online (realtime) optimization and decision. Reason: Most of the processes occurring at container terminals cannot be foreseen for a longer time span in general the planning horizon for optimization is very short. Methods: Heuristics, Metaheuristics, (Discrete Event) Simulation etc.

23 CTA at a Glance Overview: Remotely Controlled Transfer 61

24 4. Scalability and Research Issues 62

25 Scalability on a small scale (vs. Scalability on a large scale) Double Rail Mounted Gantry Cranes (DRMG) Allow for stacking 4-10 containers high Technical performance: ~ 20 moves/h Net productivity?? 63 The more we utilize the space the more we need to account for making the right decisions where to locate containers. That is, for bad locational decisions we might have to relocate.

26 The Blocks Relocation Problem (BRP) 64 Given A bay with n blocks which have to be retrieved Assumptions (Kim and Hong, 2006) Retrieval order is given (1, 2,, n) LIFO Only the upper blocks may be moved No pre-marshalling Objective Retrieval order such that the number of relocations is minimized

27 The Blocks Relocation Problem (BRP) Assumptions discussion Assumptions (Kim and Hong, 2006) Only the upper blocks may be moved No pre-marshalling 65

28 The Blocks Relocation Problem (BRP) Dynamic Programming Formulation State variable: s = (k, i, t,c) 66 k {1,..., n} is the block to be retrieved i {1,...,m} is the stack in which the target block is found t is the list of blocks above the target block C is the configuration of the remaining blocks (Example: k = 1, i = 2, t = {5, 4}, and C = {{3, 2}, {7, 6}})

29 The Blocks Relocation Problem (BRP) Dynamic Programming Formulation State transition function T(s, x): Let s = (k, i, t,c ) be the state obtained by applying decision x D(s) to the current state s. s = T(s, x) 68 (i) t = : k = k + 1, i is the stack in which block k+1 is currently located, t is the list of blocks above k + 1 and C = C is the configuration of the remaining blocks (ii) k = k, i = i, t = t \ {τ}, and C depends on the application of move x to block τ (e.g., with respect to the figure let us suppose that x = 1 s = T(s, 1) = (1, 2, {4},C ), where C = {{5, 3, 2}, {7, 6}})

30 Dynamic Programming 69

31 Move-based vs. Method-based Neighborhoods (Paradigms?) Move-based neighborhoods: Neighborhood search based on topological concepts relating a given solution to similar solutions via local changes or moves. (Example: small homogeneous neighborhoods, very large scale neighborhoods) 1. Define a neighborhood 2. Find efficient methods for its exploration 71 Method-based neighborhoods: The basic structure of a neighborhood is determined by the needs and requirements of the method used to search it. 1. Assume a given method. 2. Define a neighborhood that suits the method.

32 The Corridor Method (CM) Sniedovich/Voß (2006) The CM can be described as a local search method where neighborhoods are relatively large sets whose structure and size are compatible with the optimization method operating on it. The optimization problem under consideration is large. There is an optimization method for efficiently solving smaller instances of the problem. It is easy to generate (an initial) feasible solution. There is an efficient method for generating suitably large neighborhoods around feasible solutions to the problem on which the optimization method can be used. 72

33 The Corridor 73

34 Numerical Results 74

35 A New Talk? 75

36 Extending towards Pre-Marshalling Numerical Results Only very few benchmark instances available. Example: Y. Lee and S.-L. Chao. A Neighborhood Search Heuristic for Premarshalling Export Containers. European Journal of Operational Research. doi: /j.ejor (Lee/Chao) 19 (CM) 15 (optimal)

37 79

38 Scalability Scalability on a large scale (vs. Scalability on a small scale) Technology combinations 80 Horizontal transport - quay Container yard operations Horizontal transport - rail TTU RTG TTU AGV Auto. RMG TTU Mini SC Auto. RMG TTU Typical system characteristics RTG + TTU: RMG + AGV: pure SC system (incl. truck handling) high yard capacity / high stuff require. / flexible in peaks high civil work invest. / high degree of auto. / low staff require. RMG + Mini SC: high civil work invest. / auto. yard operations / reduced staff requ. Pure SC system: poor yard capacity / high stuff require. / flexible in peaks

39 Scalability is frequently quantified by Terminal Cost (cost / box) and Handling Capacity (max. throughput / time) TERMINAL-related LEVEL Technical and functional attributes Application Conditions Terminal Organization REGION-related LEVEL e.g., stacking height, transport speed, energy consumption, manning requirements, e.g., level of wages and energy prices, inflation rate, terminal space, length of quay wall e.g. organizational concepts, methods for equipment control, human experiences, 81 Competitiveness of Handling Technology

40 Scalability General aspects of investigation: Equipment variants: TTU+RTG // AGV+RMG // SC+RMG // pure SC Replacement of equipment and civil work components by technical lifetime Terminal processes: Quay crane operations Horizontal transport at quay- and landside (excl. MTs) Container handling in the yard Truck handling 82 Investment in equipment and civil work Operations cost: Labor cost Energy cost M&R cost Capital cost Terminal capacity

41 Scalability Basic assumptions (collaboration with Jürgen Böse): common organized terminal resources + modern equipment pieces (state of the art) further assumptions: equipment productivities, space requirements for yard stacks, energy consumption, staff requirements, etc. Planning horizon: 25 years quay wall length: 800m; capacity: 1.47 mill TEU (9 STS) 83 Yard: capacity: area 800m (parallel to quay), 500m depth RTG (2.78 mill TEU), RMG (2.48 mill. TEU), pure SC (1.94 mill TEU) => Terminal throughput is limited by quay wall

42 Scalability Conditions of Central Europe relating to wages, prices for energy / equipment / M&R services, inflation rate (3%), capital cost) Terminal capacity is equal for all equipment variants Region-related competition level is measured by cost/box 120% 100% 110% Total Cost per Box (25 years) 83% 96% 100% 84 80% 60% 40% RMG yard systems deliver best results! 20% 0% RTG + TTU RMG + AGV RMG + Mini SC pure SC

43 Scalability Condition changes: 5% of European wage level (e.g. less developed countries) Total Cost per Box (25 years) 120% 100% 110% 88% 83% 106% 96% 109% 100% 100% 85 80% 60% 40% competitiveness changes! RTG system takes pole position 20% 0% RTG + TTU RMG + AGV RMG + Mini SC pure SC

44 Scalability Yard area is halved => terminal throughput is limited by yard Region-related competition level is measured by yard capacity 150% 135% 143% -15%-points Yard Capacity (limited by yard) 128% 128% 120% % 90% -28%-points 100% RTG + TTU RMG + AGV RMG + Mini SC pure SC RTG system offers best yard efficiency

45 Summary / Hypotheses Container turnover is expected to continue to grow. The size of container vessels will increase. Shortages in capacity at terminals and in surface distribution networks are viewed as the main constraints to current and future growth in containerized trade. There are also capacity issues with inland transportation by rail and truck. Government and port community stakeholders may present additional obstacles to capacity enhancement (road and rail infrastructure, security, environmental protection and safety). It is a challenging area for joint work in practice and research let s face it. 87

46 Questions? Answers? Post them towards 88

47 89

48 90

49 Green Maritime Transport and Environmental Paths to 'Green Logistics' Air Pollution (Emissions) Oil Spill Slow Steaming 92

50 Slow Steaming Slow Steaming: 21 ± 1 Knots Extra Slow Steaming (ESS): 18 ± 1 Knots Super Slow Steaming (SSS): 15 ± 1 Knots On 45 loops 445 container vessels (> TEU) were operated under ESS in cf. Maersk Line (2009)

51 Slow Steaming 120, , , , , , TEU TEU TEU TEU 94 cf. Notteboom (2009)

52 Environmental Paths to 'Green Logistics' International Maritime Organisation (IMO) Base: Intergovernmental Maritime Consultative Organisation (IMCO) The IMO aims at controlling all issues related with merchant shipping (except pure commercial aspects), reducing the pollution of the sea as well as improving safety and conditions of work. The IMO collaborates with other UN organisations as well as with NGOs. For example, the IMO enacted the International Convention for the Prevention of Pollution of the Sea by Oil (OILPOL, 1967) resulting in protected zones. No ship is allowed to drain oil-containing waste water/alloy inside of those zones. However, the IMO has no executive power. 95 MARPOL as Guideline The major international convention with respect to green maritime transport is the International Convention for the Prevention of Pollution from Ships (MARPOL Convention). It is a combination of two treaties adopted in 1973 and Currently, the convention includes six technical annexes: I - Regulations for the Prevention of Pollution by Oil, II - Regulations for the Control of Pollution by Noxious Liquid Substances in Bulk, III - Prevention of Pollution by Harmful Substances Carried by Sea in Packaged Form, IV - Prevention of Pollution by Sewage from Ships, V - Prevention of Pollution by Garbage from Ships, and VI - Prevention of Air Pollution from Ships. Annex VI was subsequentliy introduced in 1997 since the public and politics were not reasonably aware of air pollution caused by emissions not till then.

53 Technical Aspects for Green Maritime Transport 96 Green logistics in maritime transport aims at reducing negative impacts of maritime traffic on environment and nature. Maritime traffic and transport offers a broad range of possible improvements by applying modern technical instruments as well as modern logistical concepts. Some technical means for reducing pollution in building and operating vessels can be directly applied, some require a modication ('retrofitting') of the ship, and some others can only be applied for newbuilding of ships.

54 Some innovations will make it Think of possible innovations! Skysails? Foldable Containers? Others? 97

55 Some innovations will make it Skysails? 98

56 Some innovations will make it Sailing rotors use wind energy to propel the ship and works on the the principle of the Magnus effect named after a German physicist. Enercon? 99

57 Some innovations will make it Solar panels? For instance, on Auriga Leader

58 Some innovations will make it Rulfs (2009) Slow Steaming Kit Wärtsilä Switzerland Ltd. (2009) 101

59 Empty Container Management: Foldable Container? Leanbox Idea: automated (dis)assembling 102 Source: Leanbox GmbH

60 Economical Approaches for Green Maritime Logistics 103

61 IMO: Stepwise reduction of maximum permissible sulphur concentration in marine fuel Since October 2008, IMO enactments show limit values such that emissions of NOx and SOx have to be reduced gradually until Rules for limiting the emitted amount of, e. g., SOx directly require complex and costly measuring instruments aboard. Alternatively, the amount could be calculated based upon ship's characteristics but this approach requires complex documentation and would be inaccurate. Therefore, the IMO enactments aim at a regulation of the sulphur content of the fuel. (Sulphur) Emission Control Area ((S)ECA) 104

62 IMO: Stepwise reduction of maximum permissible sulphur concentration in marine fuel 105

63 Panama Canal Expansion 106

64 Panama Canal Expansion 107

65 Management Science Issues 108 Policy instruments aiming at a reduction of emissions such as CO2 caused by maritime transport can be broadly divided into two categories. Some instruments affect only investment decisions while others, e.g., fuel taxes or cap-and-trade systems, affect the running of vessels and investments in ships. In other aspects OR may help.

66 Trade, Transport and Ports Container Flows The explosion of trade in containerized maritime transportation is increasing pressure on the leading sea ports. Major challenges of the coming years: Trade imbalances, congestion, etc. Estimated cargo flows on major global containerized cargo routes (Million TEU 2008) ~40.0 (2007, est.) North America < > Europe < > Asia < > North America 109 Asia, particularly China, is still leading the growth in cargo flows Volume imbalances large export flows, but only small import flows (but new developments in 2008/09 due to restructuring of economies; but no reversal) <East-West TOTAL West-East> Data source: UNCTAD - Review of Maritime Transport 2009

67 Empty Container Repositioning Critical Factors 110 Root cause: Trade imbalance (geographic) Dynamic trade effects (demand changes over time; seasonality, etc.) Uncertainty (unpredictable effects, e.g., customer demands, container processing, weather, traffic ) Different container types Blind spots in transport chain (lack of data, in particular w.r.t. rail, truck, inland terminals ) Carrier s operational and strategic practices (alliances, sharing/exchanging containers, etc.) Imbalances inside containers, in transport costs 20% of total container flows at sea are empty (worldwide) The proportion of empty containers is expected to be nearly 23% in 2015 Costs of repositioning: US$ 400 per empty container (2002, Drewry Shipping Consultants) Total costs per empty container (transport, handling): US$ 675 (Behenna 2001) Containers are empty more than 50% of their total cycle time (maintenance/repair, storage, transit)

68 Imbalances not only in volume but also inside the containers and in transport costs Transport costs (June, 2007) : China Rotterdam: US$ 1,600 Rotterdam China: US$ B. Kuipers, TNO - China, Containers, congestion, CO2 and chains July, 2007

69 Empty Container Time Series Forecasting Model Development ABC-XYZ Analysis Objective: estimation of the need for empty containers (of a particular type) in particular areas Idea: Forecasting demand based upon past data Preliminary analysis of assortment of all time series (importance, predictability) based upon their characteristics Analysis of the complete time series set for prioritization of forecasting methods Structuring forecasting approach to align data & suitable methods 112

70 Empty Container Time Series Forecasting Model Development Time Series Analysis 113 Congestion effects Calendar effects for Asia (example major shipping company) Chinese New Year Christmas & Gregorian New Year Chinese National Holiday (different lead & lag per year) Japanese Day of the Children (different lead and lag per year) Encoding of many calendar effects for different regions Statistical testing of significance of calendar effects outlier outlier

71 Trade, Transport and Ports Issues Issues of leading sea ports (not exhaustive) Strong growth in containerized cargo Congestions (US, Europe) (radical) Innovations? 114 Highly fragmented industry with a large number of agents Precise information for planning as well as operations is needed 9/11 Increased pressure to comply with international security requirements Current global economic crisis: even more pressure for improvements in order to increase efficiency and reduce costs

72 Perspective of seaports >2050 (?) and summary less congestion more automated; employing less port workers (+ shift of skills that are needed in order to control automation) smoother trends (less driven by steep and upward growth patterns) driven by new feedstock (e.g., gas, biomass) less emissions (NO x etc.) more dispersed (virtual port facilities, dry ports, hinterland activities) more in line with common supply chain practises on one hand: resemble ports of today quite a lot on the other hand: might be based on totally new infrastructure 115

73 116 ZPMC, Yangshan Ports, etc.

MARITIME REPORTER AND ENGINEERING NEWS. Offshore Energy. Arctic Operations Finland Breaks the Ice. Markets Fishing Fleet Americas

MARITIME REPORTER AND ENGINEERING NEWS. Offshore Energy. Arctic Operations Finland Breaks the Ice. Markets Fishing Fleet Americas The World s Largest Circulation Marine Industry Publication The Information Authority for the Global Marine Industry since 1939 Number 4 Volume 78 MARITIME April 2016 REPORTER AND ENGINEERING NEWS M A

More information

Operations Systems of Container Terminals: A Compendious Overview

Operations Systems of Container Terminals: A Compendious Overview Chapter 2 Operations Systems of Container Terminals: A Compendious Overview Birgitt Brinkmann Abstract This section contains an overview of the different functional areas of a marine container terminal

More information

INTE-TRANSIT 3 rd Training Workshop Strategic Roadmap to 2020 for Piraeus Container Terminal

INTE-TRANSIT 3 rd Training Workshop Strategic Roadmap to 2020 for Piraeus Container Terminal INTE-TRANSIT 3 rd Training Workshop Strategic Roadmap to 2020 for Piraeus Container Terminal John Kanellopoulos Piraeus Container Terminal 3r rd Training Workshop Seville, Spain November 19 th, 2014 Containerisation

More information

1 General Considerations on Container Terminal Planning... 3

1 General Considerations on Container Terminal Planning... 3 Contents Part I Introduction 1 General Considerations on Container Terminal Planning... 3 Jürgen W. Böse 1.1 3-Level-Model...... 3 1.2 Basic Aspects: Technologies & Instruments..... 8 1.3 Main Planning

More information

Improved Inland Rail Transport Through New Concepts for Intermodal Hubs

Improved Inland Rail Transport Through New Concepts for Intermodal Hubs Improved Inland Rail Transport Through New Concepts for Intermodal Hubs Dr. Robert Wassmer, Chief Executive Officer Gottwald Port Technology GmbH TOC Europe Bremen, 17 June 2009 Economic Drivers for Improved

More information

IAPH & Challenges facing World s Ports

IAPH & Challenges facing World s Ports IAPH & Challenges facing World s Ports Kaohsiung, August 2015, Susumu Naruse The International Association of Ports & Harbors s_naruse@iaphworldports.org About IAPH (1) Foundation Only international association

More information

Jiirgen W. Bose. Editor. Handbook of Terminal. Planning. & Springer

Jiirgen W. Bose. Editor. Handbook of Terminal. Planning. & Springer Jiirgen W. Bose Editor Handbook of Terminal Planning & Springer Parti Introduction 1 General Considerations on Container Terminal Planning 3 Jiirgen W. Bose 1.1 3-Level-Model 3 1.2 Basic Aspects: Technologies

More information

New Container Terminal Development for a Proposed Area

New Container Terminal Development for a Proposed Area New Container Terminal Development for a Proposed Area Hasini A, Papa Rao G haasini.a@gmail.com, gprao_74@yahoo.co.in ABSTRACT: Container traffic has grown exponentially since 1980 and has become a reliable

More information

The Operating Concept Peter Beamish, MA MICE Technical Director, Royal HaskoningDHV

The Operating Concept Peter Beamish, MA MICE Technical Director, Royal HaskoningDHV TEN-T Project 2011-IT-94006-S Implementation study to prepare a Public Private Partnership (PPP) to improve the capacity of the port of Venice and related logistics system Venice Offshore Onshore Port

More information

Maritime Container Transport

Maritime Container Transport Chapter 2 Maritime Container Transport This chapter provides an introduction to the maritime container transport industry. Section 2.1 briefly describes the development of maritime container transport

More information

APM Terminals Announces Innovative, more Sustainable Terminal Design

APM Terminals Announces Innovative, more Sustainable Terminal Design Press Release 19 March 2012 APM Terminals Announces Innovative, more Sustainable Terminal Design Maasvlakte II equipment order launches new era in automation, productivity, safety Rotterdam, The Netherlands

More information

PEMA Student Challenge 2017

PEMA Student Challenge 2017 PEMA Student Challenge 2017 DIGITAL TRANSFORMATION FOR PORTS & TERMINALS Hamburg University of Technology Sören Braren Anna Hoffmann Thorben Klaß Burkhard Pfeiffer Torben Werner INTRODUCTION Port 4.0 Transparency

More information

Antti Kaunonen, President, Kalmar. Shaping the industry through intelligent cargo handling

Antti Kaunonen, President, Kalmar. Shaping the industry through intelligent cargo handling Antti Kaunonen, President, Kalmar Shaping the industry through intelligent cargo handling Cargotec CMD 2017 12/9/2017 1 Shaping the industry through intelligent cargo handling We have continued to improve

More information

Process for Port Master Planning

Process for Port Master Planning Process for Port Master Planning Presented by Kerry Simpson, P.E. Vice President, Marine Terminals AAPA Port Executive Management Seminar Merida, Mexico December 2014 Moffatt & Nichol Founded in 1945 in

More information

The Challenges of Container Terminal Development. Ashebir Jacob, PE September 10, 2013

The Challenges of Container Terminal Development. Ashebir Jacob, PE September 10, 2013 The Challenges of Container Terminal Development Ashebir Jacob, PE September 10, 2013 State of Containerization Since its inception, the container shipping industry has done their best to increase the

More information

World Academy of Science, Engineering and Technology International Journal of Industrial and Manufacturing Engineering Vol:7, No:10, 2013

World Academy of Science, Engineering and Technology International Journal of Industrial and Manufacturing Engineering Vol:7, No:10, 2013 An Integrated Operational Research and System Dynamics Approach for Planning Decisions in Container Terminals A. K. Abdel-Fattah, A. B. El-Tawil, N. A. Harraz Abstract This paper focuses on the operational

More information

Challenges & Opportunities of Coastal Shipping in Southeast Asia

Challenges & Opportunities of Coastal Shipping in Southeast Asia Challenges & Opportunities of Coastal Shipping in Southeast Asia Workshop on Strengthening transport connectivity among Cambodia, Lao PDR, Myanmar, Viet Nam and Thailand (CLMV-T) and archipelagic countries.

More information

Container Terminal Modelling in Simul8 Environment

Container Terminal Modelling in Simul8 Environment Acta Technica Jaurinensis Series Logistica Vol. 6. No. 4. 2013 Container Terminal Modelling in Simul8 Environment G. Bohács, B. Kulcsár, D. Gáspár Budapest University of Technology and Economics 1111 Budapest,

More information

Kalmar Innovation and Offering

Kalmar Innovation and Offering 7. Tagung 09.November, 2017 Kalmar Innovation and Offering Jürgen Wurzer MD Kalmar Austria GmbH Kalmar Innovation and Offering 2017 11/6/2017 2 Contents Trends and future Our complete offerings Products

More information

Space-Sharing Strategy for Building Dynamic Container Yard Storage Considering Uncertainty on Number of Incoming Containers

Space-Sharing Strategy for Building Dynamic Container Yard Storage Considering Uncertainty on Number of Incoming Containers Jurnal Teknik Industri, Vol. 19, No. 2, December 2017, 67-74 ISSN 1411-2485 print / ISSN 2087-7439 online DOI: 10.9744/jti.19.2.67-74 Space-Sharing Strategy for Building Dynamic Container Yard Storage

More information

... Terminal of the Future in San Pedro Bay. by Ashebir Jacob Larry Nye Moffatt & Nichol

... Terminal of the Future in San Pedro Bay. by Ashebir Jacob Larry Nye Moffatt & Nichol Terminal of the Future in San Pedro Bay by Ashebir Jacob Larry Nye Moffatt & Nichol September 15, 2015 1 Moffatt & Nichol Founded in 1945 in Southern California to serve the evolving Naval, Port and Maritime

More information

White Paper on the Terminal Capacity of Pier 300 with the Automation of the 41-acre Backland at Proposed Berth 306

White Paper on the Terminal Capacity of Pier 300 with the Automation of the 41-acre Backland at Proposed Berth 306 Appendix C2 White Paper on the Terminal Capacity of Pier 300 with the Automation of the 41-acre Backland at Proposed Berth 306 Berths 302-306 [APL] Container Terminal Project December 2011 ADP# 081203-131

More information

UNMANNED CONTAINER HANDLING MEETING THE FUTURE CHALLENGES

UNMANNED CONTAINER HANDLING MEETING THE FUTURE CHALLENGES UNMANNED CONTAINER HANDLING MEETING THE FUTURE CHALLENGES When to Automate Main Reasons In market areas with high labor costs, labor accounts for more than 50 % of overall costs in a terminal. Therefore

More information

TRB - Annual Meeting

TRB - Annual Meeting TRB - Annual Meeting NATIONAL DREDGING NEEDS STUDY PHILLIP J. THORPE Institute for Water Resources 16 January 2002 AGENDA Background Information Historical Perspective Global and US Trade World and US

More information

OVERVIEW. 1.Industry trends. 2.Ports in Transition. 3.The Connected Port

OVERVIEW. 1.Industry trends. 2.Ports in Transition. 3.The Connected Port CONNECTED PORTS 1 OVERVIEW 1.Industry trends 2.Ports in Transition 3.The Connected Port 2 1 INDUSTRY TRENDS 3 The business environment for port operators is getting more challenging, increasing the urgency

More information

environmental challenges energy consumption and efficiency in ports and terminals

environmental challenges energy consumption and efficiency in ports and terminals environmental challenges energy consumption and efficiency in ports and terminals Gordon Wilmsmeier Infrastructure Services Unit (ISU), Natural Resources and Infrastructure Division (NRID) UN-ECLAC, Santiago,

More information

The Future of Port Solutions. Building on a strong tradition

The Future of Port Solutions. Building on a strong tradition The Future of Port Solutions Building on a strong tradition Terex milestones in port business 1824 1960 1968 Launch of Straddle Carrier 1993 1995 China 2000 2009 1933 1966 1986 Launch of Lift Trucks Launch

More information

PORT TECHNOLOGY OF THE FUTURE

PORT TECHNOLOGY OF THE FUTURE Proceedings 29-30th August 2012 Kay McGinley/Roisin Murray PORT TECHNOLOGY OF THE FUTURE Ms. Kay McGinley Mphil Research Student Dublin Institute of Technology. Department of Transport Engineering, Bolton

More information

Industrial Engineering Applications to Optimize Container Terminal Operations

Industrial Engineering Applications to Optimize Container Terminal Operations Industrial Engineering Applications to Optimize Container Terminal Operations Asela K. Kulatunga* & D.H. Haasis+ *glink Postdoctoral researcher, University of Bremen Germany Senior Lecturer, Faculty of

More information

Container terminal planning Experiences & lessons learnt

Container terminal planning Experiences & lessons learnt Container terminal planning Experiences & lessons learnt Port Finance International TBA 2015 / Remmelt Thijs Contents 1. Terminal Master planning Reasons why terminal master planning Typical approach for

More information

Container throughput forecast in the ESCAP region

Container throughput forecast in the ESCAP region Container throughput forecast in the ESCAP region Workshop on Strengthening Integrated Intermodal Transport Connectivity for Southeast and South-Southwest Asia. 08-09 March 2018. Bangkok, Thailand. Vincent

More information

Port of Hamburg: Heading into the future with smartport

Port of Hamburg: Heading into the future with smartport Port of Hamburg: Heading into the future with smartport The strategy for intelligent port development The Port of Hamburg is the most eastern port of the North Range. The strategy for intelligent port

More information

DEVELOPMENT OF OPERATION STRATEGY TO IMPROVE EFFICIENCY FOR TWIN AUTOMATED TRANSFER CRANE IN AN AUTOMATED CONTAINER TERMINAL

DEVELOPMENT OF OPERATION STRATEGY TO IMPROVE EFFICIENCY FOR TWIN AUTOMATED TRANSFER CRANE IN AN AUTOMATED CONTAINER TERMINAL DEVELOPMENT OF OPERATION STRATEGY TO IMPROVE EFFICIENCY FOR TWIN AUTOMATED TRANSFER CRANE IN AN AUTOMATED CONTAINER TERMINAL Byung Joo PARK 1, Hyung Rim CHOI 2 1 Research Professor, Department of MIS,

More information

Elevating Sohar Port to New Heights

Elevating Sohar Port to New Heights Elevating Sohar Port to New Heights GCC Supply Chain & Logistics Conference 2015 16 April 2015 Eric S.C. Ip, Group Managing Director Hutchison Port Holdings Limited Prepared by: Hutchison Port Holdings

More information

Development Facts & Options

Development Facts & Options UnSustainable Shipping & Port Development Facts & Options 5th Regional EST Forum in Asia Bangkok, Thailand 23 25 August 2010 Uwe Breitling ASEAN German Technical Cooperation Sustainable Port Development

More information

NVV - Journée Schadee Matthijs van Doorn Director Logistics Rotterdam, 2018

NVV - Journée Schadee Matthijs van Doorn Director Logistics Rotterdam, 2018 NVV - Journée Schadee 2018 Matthijs van Doorn Director Logistics Rotterdam, 2018 Port of Rotterdam, engine of the economy Total port area 12,500 ha (net 6,000 ha) Total employment 180,000 people Total

More information

Management Science Letters

Management Science Letters Management Science Letters 2 (202) 7 80 Contents lists available at GrowingScience Management Science Letters homepage: www.growingscience.com/msl Investigating transportation system in container terminals

More information

Container Terminal Robotization

Container Terminal Robotization Container Terminal Robotization Next Challenge: Brown-field?! Coeveld TBA2017 About TBA Outline Presentation Trends in Automation Case Study: Maasvlakte 2 Next Challenge: Brown-field Q&A TBA 2017 / Container

More information

Re: Participation of the Vancouver Fraser Port Authority in Orientation Session #2 for the Roberts Bank Terminal 2 Project Environmental Assessment

Re: Participation of the Vancouver Fraser Port Authority in Orientation Session #2 for the Roberts Bank Terminal 2 Project Environmental Assessment M,;\ PORT of ~~1 vancouver Vancouver Fraser Port Authority 100 The Pointe, 999 Canada Place Vancouver, B.C. Canada V6C 3T 4 portvancouver.com September 9, 2016 Jocelyne Beaudet Chair, Review Panel Roberts

More information

Container Transfer Logistics at Multimodal Container Terminals

Container Transfer Logistics at Multimodal Container Terminals Container Transfer Logistics at Multimodal Container Terminals Erhan Kozan School of Mathematical Sciences, Queensland University of Technology Brisbane Qld 4001 Australia e.kozan@qut.edu.au Abstract:

More information

SIMULATION AND OPTIMIZATION OF SELECTED CLASSIFICATION NUMBERS AT A CONTAINER TERMINAL: TECON - RIO GRANDE, BRAZIL

SIMULATION AND OPTIMIZATION OF SELECTED CLASSIFICATION NUMBERS AT A CONTAINER TERMINAL: TECON - RIO GRANDE, BRAZIL SIMULATION AND OPTIMIZATION OF SELECTED CLASSIFICATION NUMBERS AT A CONTAINER TERMINAL: TECON - RIO GRANDE, BRAZIL Leif Hendrik Meier Andreas Lackner Helge Fischer Jörg Biethahn University of Göttingen,

More information

Container shipping: impact of mega-containerships on ports in Europe and the Med

Container shipping: impact of mega-containerships on ports in Europe and the Med Container shipping: impact of mega-containerships on ports in Europe and the Med A brief port History The two past centuries, the 19th and the first half 20th century. Ports: instruments of state or colonial

More information

Intermodal technology implementation: the key for the functioning of port a system

Intermodal technology implementation: the key for the functioning of port a system Maritime Heritage and Modern Ports 333 Intermodal technology implementation: the key for the functioning of port a system D. Badanjak & N. Brnjac Faculty of Transport and Traffic Engineering, University

More information

Rehandling Strategies for Container Retrieval

Rehandling Strategies for Container Retrieval Rehandling Strategies for Container Retrieval Tonguç Ünlüyurt and Cenk Aydin Sabanci University, Faculty of Engineering and Natural Sciences e-mail: tonguc@sabanciuniv.edu 1 Introduction In this work,

More information

High Volume, High Velocity Intermodal Operations

High Volume, High Velocity Intermodal Operations Robert Johansen, P.E. JWD Group Jeannie Beckett Port of Tacoma Bryan Tomperi, P.E. Jacobs Civil High Volume, High Velocity Intermodal Operations AAPA Facilities Engineering Seminar Jacksonville, Fl. January

More information

PMO Smart Ports Conference Tehran, 27. Feb Electrification, Automation and Digitalization G. Fischer, Siemens AG

PMO Smart Ports Conference Tehran, 27. Feb Electrification, Automation and Digitalization G. Fischer, Siemens AG PMO Smart Ports Conference Tehran, 27. Feb. 2018 Electrification, Automation and Digitalization G. Fischer, Siemens AG Restricted Siemens AG 2018 siemens.com/cranes Objective & Outline Objective Outline

More information

The Infrastructure Challenge: Perspectives on the Road Ahead

The Infrastructure Challenge: Perspectives on the Road Ahead The Infrastructure Challenge: Perspectives on the Road Ahead Halifax, August 8, 2011 Mary R. Brooks, 2011 Gamechangers Infrastructure Investment Captures Attention Heartland Corridor (streamlining a complex

More information

THE NEW PANAMA CANAL AND ITS IMPACT ON GLOBAL TRANSSHIPMENT PATTERNS THE ROLE OF REEFERS

THE NEW PANAMA CANAL AND ITS IMPACT ON GLOBAL TRANSSHIPMENT PATTERNS THE ROLE OF REEFERS THE NEW PANAMA CANAL AND ITS IMPACT ON GLOBAL TRANSSHIPMENT PATTERNS THE ROLE OF REEFERS Capt. Paul J. Gallie Cool Logistics Asia 2016 Hong Kong 7 th September LET S THINK ABOUT THE FOLLOWING Current

More information

Q Oslo road show. Executive Vice President and CFO Eeva Sipilä

Q Oslo road show. Executive Vice President and CFO Eeva Sipilä Q1 2015 Oslo road show Executive Vice President and CFO Eeva Sipilä Cargotec in brief June 2015 3 Cargotec s business areas MacGregor MacGregor offers integrated cargo flow solutions for maritime transportation

More information

PROFESSIONAL BULK HANDLING WITH MOBILE HARBOUR CRANES (MHC) Study case Tecer / Unilink - Terminal de Múltiplo Uso Pecém (TMUT), Brazil

PROFESSIONAL BULK HANDLING WITH MOBILE HARBOUR CRANES (MHC) Study case Tecer / Unilink - Terminal de Múltiplo Uso Pecém (TMUT), Brazil PROFESSIONAL BULK HANDLING WITH MOBILE HARBOUR CRANES (MHC) Study case Tecer / Unilink - Terminal de Múltiplo Uso Pecém (TMUT), Brazil Presented by: Daniel Vanegas Regional Sales Manager Americas Konecranes

More information

ASPECTS REGARDING WORLD ECONOMIC CRISIS IMPACT ON MARITIME TRANSPORT AND CONTAINER TERMINALS

ASPECTS REGARDING WORLD ECONOMIC CRISIS IMPACT ON MARITIME TRANSPORT AND CONTAINER TERMINALS ASPECTS REGARDING WORLD ECONOMIC CRISIS IMPACT ON MARITIME TRANSPORT AND CONTAINER TERMINALS Violeta POPESCU 1 Hazel MENADIL 2 1 Ph. D. Assoc. Prof., Ovidius University of Constantza, Romania 2 Lecturer,

More information

MIT SCALE RESEARCH REPORT

MIT SCALE RESEARCH REPORT MIT SCALE RESEARCH REPORT The MIT Global Supply Chain and Logistics Excellence (SCALE) Network is an international alliance of leading-edge research and education centers, dedicated to the development

More information

COMPARISON OF THREE AUTOMATED STACKING ALTERNATIVES BY MEANS OF SIMULATION

COMPARISON OF THREE AUTOMATED STACKING ALTERNATIVES BY MEANS OF SIMULATION Proceedings of the 2005 Winter Simulation Conference M. E. Kuhl, N. M. Steiger, F. B. Armstrong, and J. A. Joines, eds. COMPARISON OF THREE AUTOMATED STACKING ALTERNATIVES BY MEANS OF SIMULATION Yvo A.

More information

MARINE TERMINAL AUTOMATION FINDING THE RIGHT FIT

MARINE TERMINAL AUTOMATION FINDING THE RIGHT FIT MARINE TERMINAL AUTOMATION FINDING THE RIGHT FIT Rich Ceci Sr., VP-Technology & Projects JOC Port Performance North America Conference - 2016 Stewards of Tomorrow 1 Main Benefits of Automation Improved

More information

Part 3: Concepts and methods for designing and operating dry ports

Part 3: Concepts and methods for designing and operating dry ports Capacity building seminar on planning, design, development and operation of intermodal freight interfaces, including dry ports Part 3: Concepts and methods for designing and operating dry ports Peter Hodgkinson,

More information

INTERNATIONAL EMISSION REGULATION IN SEA TRANSPORT: ECONOMIC FEASIBILITY AND IMPACTS

INTERNATIONAL EMISSION REGULATION IN SEA TRANSPORT: ECONOMIC FEASIBILITY AND IMPACTS International Conference: Climate Change and Transport INTERNATIONAL EMISSION REGULATION IN SEA TRANSPORT: ECONOMIC FEASIBILITY AND IMPACTS Christa Sys, Thierry Vanelslander, Mathias Adriaenssens, Ive

More information

Simulation and Logistics

Simulation and Logistics Simulation and Logistics Rommert Dekker Professor of Operations Research Introduction Many Cases: Port, container stacking Elevator control Inventory control (optional) Conclusions 1 Logistics and transportation

More information

The outlook for port development in the Mediterranean Meda Ports & Shipping Summit

The outlook for port development in the Mediterranean Meda Ports & Shipping Summit The outlook for port development in the Mediterranean Meda Ports & Shipping Summit The role of Mediterranean ports in a sustainable and more efficient logistics MTEU 30 25 20 15 10 5 Evolution of major

More information

Optimizing a Containership Stowage Plan. using a modified Differential Evolution algorithm

Optimizing a Containership Stowage Plan. using a modified Differential Evolution algorithm Optimizing a Containership Stowage Plan using a modified Differential Evolution algorithm Speaker: Dr. Yun Dong ydong@tli.neu.edu.cn Supervisor: Pro. Lixin Tang Lixintang@mail.neu.edu.com The Logistics

More information

PORT OF HAMBURG. SysIng. SysIng GmbH Rothenbaumchaussee Hamburg Germany Phone

PORT OF HAMBURG. SysIng. SysIng GmbH Rothenbaumchaussee Hamburg Germany Phone PORT OF HAMBURG SI-CON SI-TRUCK SysIng SI-STORE SI-CARGO SysIng GmbH Rothenbaumchaussee 114 20149 Hamburg Germany Phone +49 40 450 57 08 info@sysing.de www.sysing.de TERMINAL OPERATING SYSTEM MADE IN THE

More information

Selecting the best layout for the container terminal using Modeling and Simulation Techniques

Selecting the best layout for the container terminal using Modeling and Simulation Techniques Selecting the best layout for the container terminal using Modeling and Simulation Techniques Jeyanthinathasarma Gowrynathan, Chanjief Chandrakumar and Asela K.Kulatunga Department of Production Engineering

More information

HAMBURGER HAFEN UND LOGISTIK AG COMPANY PRESENTATION

HAMBURGER HAFEN UND LOGISTIK AG COMPANY PRESENTATION HAMBURGER HAFEN UND LOGISTIK AG COMPANY PRESENTATION UniCredit German Investment Conference Munich, 28 September 2011 Hamburger Hafen und Logistik AG DISCLAIMER The facts and information contained herein

More information

Bottlenecks and Priority Issues for the Development of Shipping and Ports in North-East Asia

Bottlenecks and Priority Issues for the Development of Shipping and Ports in North-East Asia III. Bottlenecks and Priority Issues for the Development of Shipping and Ports in North-East Asia 3.1 Bottlenecks to Shipping and Port Development in North-East Asia National experts were requested to

More information

Capacity Planning System

Capacity Planning System Institute of Shipping Economics and Logistics Capacity planning for container terminals 1 Introduction Important parameters for container terminal capacity technical features operation time (technical)

More information

AUTOMATION OF TERMINALS AND EQUIPMENT

AUTOMATION OF TERMINALS AND EQUIPMENT AUTOMATION OF TERMINALS AND EQUIPMENT AUTOMATION OF TERMINALS AND EQUIPMENT The Maritime Industry is currently undergoing a number of changes which focuses on digitalization and autonomation with the objective

More information

KALMAR AUTOMATIC STACKING CRANE

KALMAR AUTOMATIC STACKING CRANE KALMAR AUTOMATIC STACKING CRANE Automatic Stacking Crane When to Automate In market areas with high labor costs, labor accounts to more than 50% of overall costs in a terminal. Therefore automation can

More information

Simulation-Based Dynamic Partitioning of Yard Crane Workload for Container Terminal Operations

Simulation-Based Dynamic Partitioning of Yard Crane Workload for Container Terminal Operations Simulation-Based Dynamic Partitioning of Yard Crane Workload for Container Terminal Operations Xi Guo, Shell Ying Huang, Wen Jing Hsu and Malcolm Yoke Hean Low School of Computer Engineering Nanyang Technological

More information

Climate Change and Energy

Climate Change and Energy Climate Change and Energy International shipping Key trends and developments in carbon & energy performance Steve O Malley Ken Walsh 1 Ships are and will continue to be significant emitters International

More information

Experience of the Port of Valencia in Simplifying Customs Procedures to Improve the Efficiency of Cargo Flows

Experience of the Port of Valencia in Simplifying Customs Procedures to Improve the Efficiency of Cargo Flows III International Conference on transport: reform and liberalization Experience of the Port of Valencia in Simplifying Customs Procedures to Improve the Efficiency of Cargo Flows Miguel Llop ICT Director

More information

TRANSFORMING TERMINALS IN THE MEGA-AGE

TRANSFORMING TERMINALS IN THE MEGA-AGE Uno Bryfors, ABB TRANSFORMING TERMINALS IN THE MEGA-AGE Operating smarter AGENDA - Transforming terminals in the mega-age Transformation needed? How to transform terminals in the mega-age? June 18, 2018

More information

Design and Operation of Automated Container Storage Systems

Design and Operation of Automated Container Storage Systems Nils Kemme Design and Operation of Automated Container Storage Systems Physica-Verlag A Springer Company 1 Introduction 1 1.1 Definition of the Subject Area 2 1.2 Problem Description and Research Objectives

More information

LNG AS A BUNKER FUEL

LNG AS A BUNKER FUEL LNG AS A BUNKER FUEL WARTSILA IMSF CONFERENCE, OSLO MAY 2012 / 25 Wärtsilä Until now.. / 25 Wärtsilä From now on. Established Emissions Controlled Areas Emissions Controlled Areas under consideration Shipping

More information

Port of Philadelphia Port Advisory Board

Port of Philadelphia Port Advisory Board Port of Philadelphia Port Advisory Board JULY 7, 2016 Meeting Overview: Natural flow of port development arising from the channel being deepened to 45 feet. Channel Deepening Project The Channel Deepening

More information

Ports as Nodes in Logistics Chains

Ports as Nodes in Logistics Chains Ports as Nodes in Logistics Chains State of the Port and Maritime Sector Gylfi Palsson Lead Transport Sector Specialist, World Bank Presentation draws on material developed by C. Bert Kruk - Port Consultant

More information

Dispatching Policy Selection and Orbit Design in the Low Viaduct Rail Transportation System

Dispatching Policy Selection and Orbit Design in the Low Viaduct Rail Transportation System Page 1 of 14 ANZAM 2009 Dispatching Policy Selection and Orbit Design in the Low Viaduct Rail Transportation System Dr.DING Yizhong * and Dr.HAN Xiaolong Logistics Research Center, Shanghai Maritime University,

More information

VDL GROEP. Strength through cooperation. Karel Smits. Karel Smits VDL Automated Vehicles

VDL GROEP. Strength through cooperation. Karel Smits. Karel Smits VDL Automated Vehicles Karel Smits VDL GROEP Strength through cooperation Karel Smits VDL Automated Vehicles 2 Thursday, 14 June 2018 RESULTS ORIENTED INFORMAL DIRECT OPEN WORKING ATMOSPHERE Core values EXCELLENT CRAFTSMANSHIP

More information

Green ports policies, coastal shipping and inland waterways November, 2013 Incheon

Green ports policies, coastal shipping and inland waterways November, 2013 Incheon Green ports policies, coastal shipping and inland waterways November, 2013 Incheon I. Background / 3 II. Green ports / 6 III. Coastal shipping / 8 IV. Inland waterways / 8 V. Conclusion / 8 1. Background

More information

Port Logistics in Asia &

Port Logistics in Asia & Port Logistics in Asia & IAPH World Ports Sustainability Program Busan, November 2018, Susumu Naruse The International Association of Ports & Harbors s_naruse@iaphworldports.org Outline of Presentation

More information

MARITIME SHIPMENTS OF RADIOACTIVE MATERIAL

MARITIME SHIPMENTS OF RADIOACTIVE MATERIAL MARITIME SHIPMENTS OF RADIOACTIVE MATERIAL Stefan Hoeft World Nuclear Transport Institute, Remo House, 310-312 Regent Street, London, W1B 3AX, United Kingdom ABSTRACT Most shipments of a variety of radioactive

More information

D DAVID PUBLISHING. Stacking Sequence of Marine Container Minimizing Space in Container Terminals. 1. Introduction. Ning Zhang and Yutaka Watanabe

D DAVID PUBLISHING. Stacking Sequence of Marine Container Minimizing Space in Container Terminals. 1. Introduction. Ning Zhang and Yutaka Watanabe Journal of Traffic and Transportation Engineering 4 (2016) 86-93 doi: 10.1726/2328-2142/2016.02.003 D DAVID PUBLISHING Stacking Sequence of Marine Container Minimizing Space in Container Terminals Ning

More information

The MAGALOG Project LNG-fueled shipping in the Baltic Sea

The MAGALOG Project LNG-fueled shipping in the Baltic Sea The MAGALOG Project LNG-fueled shipping in the Baltic Sea The project is supported by: 1 MAGALOG WP4.2 Economical and Environmental effect of LNG fuelled ships 2 Objectives and background The study looks

More information

Hybrid search method for integrated scheduling problem of container-handling systems

Hybrid search method for integrated scheduling problem of container-handling systems Hybrid search method for integrated scheduling problem of container-handling systems Feifei Cui School of Computer Science and Engineering, Southeast University, Nanjing, P. R. China Jatinder N. D. Gupta

More information

A SIMULATION MODEL FOR INTEGRATING QUAY TRANSPORT AND STACKING POLICIES ON AUTOMATED CONTAINER TERMINALS

A SIMULATION MODEL FOR INTEGRATING QUAY TRANSPORT AND STACKING POLICIES ON AUTOMATED CONTAINER TERMINALS A SIMULATION MODEL FOR INTEGRATING QUAY TRANSPORT AND STACKING POLICIES ON AUTOMATED CONTAINER TERMINALS Mark B. Duinkerken, Joseph J.M. Evers and Jaap A. Ottjes Faculty of OCP, department of Mechanical

More information

Waterborne will Win. Waterborne Saves Energy

Waterborne will Win. Waterborne Saves Energy Waterborne will Win Cost of Transport to Environment and Society Factors taken into consideration*: Noise Pollutants Climate costs Accidents Infrastructure Congestion * Source: EU Energy Commission Waterborne

More information

Operations research methods in maritime transport and freight logistics

Operations research methods in maritime transport and freight logistics Operations research methods in maritime transport and freight logistics Maritime Economics & Logistics (2009) 11, 1 6. doi:10.1057/mel.2008.18 The current decade has witnessed a remarkable growth in container

More information

Container Terminals and Automated Transport Systems

Container Terminals and Automated Transport Systems Container Terminals and Automated Transport Systems Hans-Otto Günther Kap Hwan Kim Editors Container Terminals and Automated Transport Systems Logistics Control Issues and Quantitative Decision Support

More information

SECTION 1: EXECUTIVE SUMMARY SECTION 2: GLOBAL CONTAINER THROUGHPUT SECTION 3: CONTAINER TERMINAL PROJECTS SECTION 4: CONTAINER HANDLING EQUIPMENT

SECTION 1: EXECUTIVE SUMMARY SECTION 2: GLOBAL CONTAINER THROUGHPUT SECTION 3: CONTAINER TERMINAL PROJECTS SECTION 4: CONTAINER HANDLING EQUIPMENT SECTION 1: EXECUTIVE SUMMARY SECTION 2: GLOBAL CONTAINER THROUGHPUT SECTION 3: CONTAINER TERMINAL PROJECTS SECTION 4: CONTAINER HANDLING EQUIPMENT July 2014 D. Schäfer Page 1 ABOUT THE MARKET REPORT The

More information

Chapter 2 Literature Review

Chapter 2 Literature Review Chapter 2 Literature Review In order to find out critical factors for berth productivity in container terminals, we have collected and analyzed many related literatures. After we have found related papers

More information

Automation and Blockchain: A New Freight Distribution Paradigm for the Shipping Industry?

Automation and Blockchain: A New Freight Distribution Paradigm for the Shipping Industry? Annual Conference of the Shipping Federation of Canada, Montreal (Canada), May 22, 2018. Automation and Blockchain: A New Freight Distribution Paradigm for the Shipping Industry? Dr. Jean-Paul Rodrigue

More information

AAPA Harbors, Navigation and Environment Seminar Vancouver, B.C.

AAPA Harbors, Navigation and Environment Seminar Vancouver, B.C. AAPA Harbors, Navigation and Environment Seminar Vancouver, B.C. Estimating Emissions From Container Cargo Operations Using a Comprehensive Container Terminal Model June 7, 7, 2006 Moffatt & Nichol MN

More information

Freight Transportation Megatrends

Freight Transportation Megatrends Freight Transportation Megatrends Copyright 2006 Global Insight, Inc. Freight Demand Modeling: Tools for Public-Sector Decision Making Conference Paul Bingham Global Insight, Inc. Washington, DC September

More information

INNOVATIVE APPLICATION OF AUTOMATION IN PORT OPERATIONS. Wednesday 5th Of December

INNOVATIVE APPLICATION OF AUTOMATION IN PORT OPERATIONS. Wednesday 5th Of December Wednesday 5th Of December APM TERMINALS IS ONE OF FOUR PRIMARY BUSINESS UNITS OF THE A.P. MOLLER MAERSK GROUP A.P. Moller-Maersk Group Copenhagen, Denmark 2012 Revenue: $59b USD (Shipping, Energy, Ports)

More information

Great Logistics Development in the World

Great Logistics Development in the World Busan Port is ready to be your sincere partner Great Logistics Development in the World Introducing the Case of the Port of Busan, South Korea 2013 Oct. 3. Bogota Seong-koo, HWANG Vice president of BusanPort

More information

INTEGRATING RAILWAY SERVICES INTO THE SUPPLY CHAIN AT THE LAST MILE OF THE TRANSSHIPMENT INTERFACE SEAPORT-RAIL

INTEGRATING RAILWAY SERVICES INTO THE SUPPLY CHAIN AT THE LAST MILE OF THE TRANSSHIPMENT INTERFACE SEAPORT-RAIL René Schönemann Berlin Institute of Technology Chair of Track and Railway Operations INTEGRATING RAILWAY SERVICES INTO THE SUPPLY CHAIN AT THE LAST MILE OF THE TRANSSHIPMENT INTERFACE SEAPORT-RAIL Abstract:

More information

Growth In Container Volumes

Growth In Container Volumes US GDP and TEU Trade: 1980-2005 600 Recession Total US TEUs 500 US GDP 400 300 200 100 0 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002

More information

PIANC. World Association for Waterborne Transport Infrastructure LOGISTICS AND TRANSPORT FLOWS IN THE MEDITERRANEAN SEA: CONSEQUENCES FOR PORTS

PIANC. World Association for Waterborne Transport Infrastructure LOGISTICS AND TRANSPORT FLOWS IN THE MEDITERRANEAN SEA: CONSEQUENCES FOR PORTS PIANC World Association for Waterborne Transport Infrastructure LOGISTICS AND TRANSPORT FLOWS IN THE MEDITERRANEAN SEA: CONSEQUENCES FOR PORTS Gerardo Landaluce Development & Commercial Director, Port

More information

A new approach to the Container Positioning Problem

A new approach to the Container Positioning Problem Downloaded from orbit.dtu.dk on: Jul 13, 2018 A new approach to the Container Positioning Problem Ahmt, Jonas; Sigtenbjerggaard, Jonas Skott; Lusby, Richard Martin ; Larsen, Jesper; Ryan, David Published

More information

Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach

Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach Z.X. Wang, Felix T.S. Chan, and S.H. Chung Abstract Storage allocation and yard trucks scheduling

More information

Design of an AGV Transportation System by Considering Management Model in an ACT

Design of an AGV Transportation System by Considering Management Model in an ACT Intelligent Autonomous Systems 9 Book Editors IOS Press, 2006 1 Design of an AGV Transportation System by Considering Management Model in an ACT Satoshi Hoshino a,1,junota a, Akiko Shinozaki b, and Hideki

More information

Port Performance Measurement in Practice

Port Performance Measurement in Practice Port Performance Measurement in Practice Dr. Thomas Vitsounis University of the Aegean & Advisor to the Secreatry General of Ports and Port Planning, Ministry of Development, Competitiveness and Shipping

More information