Blending Methods and Other Improvements for Exemplar-based Image Inpainting Techniques

Size: px
Start display at page:

Download "Blending Methods and Other Improvements for Exemplar-based Image Inpainting Techniques"

Transcription

1 Blending Methods and Other Improvements for Exemplar-based Image Inpainting Techniques Maxime Daisy, Pierre Buyssens, David Tschumperlé and Olivier Lézoray GREYC - CNRS UMR 6072, Image team 9 th of April 2015

2 Context D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

3 Context D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

4 Context D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

5 Context D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

6 Context D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

7 Context Geometry-based methods [Masnou et al. 98, Bertalmio et al. 00, Chan et al. 01, Tschumperlé and Deriche 03,...] boundary geometry interpolation Good global geometry reconstruction Not able to create complex textures Time consuming D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

8 Masked image D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

9 Inpainted with Diffusion PDE s [Tschumperlé and Deriche 03] D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

10 Context Pattern-based methods [Efros and Leung 99, Criminisi et al. 04, Lemeur et al. 11,...] copy/paste of image chunks Large area reconstruction Quite fast Not enough local/global coherence e.g. block-effect artifacts Best compromise between time and quality D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

11 Context Criminisi et al. 2004, "Region Filling and Object Removal by Exemplar-Based Image Inpainting" D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

12 Masked image D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

13 Inpainted with [Criminisi et al. 04] D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

14 Exemplar-based inpainting : Proposed improvements D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

15 Exemplar-based Inpainting Algorithm Proposed improvements 1 priority accuracy enhancement more global geometry consistency 2 better lookup statregy more local geometry consistency 3 spatial patch blending strongly reduced block-effect artifacts D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

16 A better data term accuracy Criminisi et al. data term D p = I p. n p (1) α "The gradient I p is computed as the maximum value of the image gradient in Ψ p I." I p = { I q arg max I q } (2) q ((I Ω) ψ p) D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

17 A better data term accuracy Proposed data term D p = G p. n p (3) with G p = w p (q) I q I T q (4) q ψ p (I Ω) w p : normalized 2d gaussian centered at p D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

18 A better lookup strategy Criminisi et al lookup strategy window search? faster much less global all over the image search? slow not so much good results D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

19 A better lookup strategy Window search Iteration 0 D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

20 A better lookup strategy Window search Iteration n D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

21 A better lookup strategy Our lookup strategy inspired from [Ashikhmin 01, PatchMatch 09] local/global search scheme use search sites of surrounding inpainted patches more local coherence D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

22 A better lookup strategy D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

23 Joshua Tree Masked image D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

24 Joshua Tree Inpainted with windowed search (4.5s) D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

25 Joshua Tree Inpainted with smart search (3.2s) D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

26 Fake Owl Masked image D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

27 Fake Owl Inpainted with windowed search (1.7s) D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

28 Fake Owl Inpainted with smart search (0.8s) D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

29 block-effect artifacts? D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

30 Spatial Patch Blending D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

31 Spatial Patch Blending Masked image D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

32 Spatial Patch Blending Inpainted with [Criminisi et al. 04] D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

33 Spatial Patch Blending Inpainted with diffusion PDE s [Tschumperlé and Deriche 03] D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

34 Spatial Patch Blending Inpainted with [Criminisi et al. 04] + Our spatial patch blending D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

35 Artifact Detection Masked image D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

36 Artifact Detection Inpainted with [Criminisi et al. 04] D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

37 Artifact Detection 1 Map of the artifact location probabilities 2 hypothesis for artifact locations local sharp variations in the inpainted image source patches come from very different locations P A = I. div(φ) φ : inpainting correspondence map 2 Strongest artifact locations L A = {p P A (p) > τ} 3 Blending amplitude map σ(p) = ρ. w(p,q) q L A max r I q L A w(p,q) with w(p, q) = exp ) ( p q 2 P A (q) 2 (5) D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

38 Artifact Detection Inpainted image. D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

39 Artifact Detection Break field image. D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

40 Artifact Detection Break points. D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

41 Artifact Detection Blending amplitude map. D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

42 Patch Blending D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

43 Patch Blending Weighted sum of overlapping patches pixels values w(p, q). ψ q (p q) ψ q Ψ p J(p) = w(q, p) ψ q Ψ p ) w(p, q) = exp ( p q 2 σ(p) 2 Ψ p = {ψ q ψ q ψ p } (6) one gaussian function for each possible blending amplitude quite slow D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

44 A faster patch blending algorithm D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

45 Result Masked image D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

46 Result Inpainted image D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

47 Result Inpainted Image + Spatial patch blending D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

48 Block-effect artifacts? Masked image D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

49 Block-effect artifacts? Inpainted Image D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

50 Block-effect artifacts? Blended Image (isotropic) D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

51 Geometry-guided patch blending : process Anisotropic image regularization D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

52 Geometry-guided patch blending : process Anisotropic patch blending D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

53 Geometry-guided patch blending 1 Structure eigen values normalization ˆλ S(p)i = λ S(p) max p I λ S(p)i 2 Blending tensors eigen values computation 3 Blending tensor building 1 λ Bi = (1 + ˆλ S1 + ˆλ S2 ) γ i B = λ σb1 e S1.T e S1 + λ σb2e S2.T e S2 (7) e Si : structure tensor eigen vectors λ σbi = σ B λ Bi σ B : maximum blending bandwidth D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

54 Geometry-guided patch blending Weighted sum of overlapping patches pixels values using Eq. (6) with ) exp ( p q 2 isotropic σ(p) w(p, q) = ( 2 ) X exp T B(p) 1 X anisotropic where X = q p 2σ 2 B D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

55 block-effect artifacts? Masked image D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

56 block-effect artifacts? Inpainted image D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

57 block-effect artifacts? Blended image (isotropic) D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

58 block-effect artifacts? Blended image (geometry-guided) D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

59 Woman Masked image D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

60 Woman Without blending D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

61 Woman Isotropic patch blending D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

62 Woman Geometry-guided patch blending D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

63 Copter Masked image D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

64 Copter Copter + mask D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

65 Copter Inpainted + anisotropic patch blending D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

66 Opera Masked image D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

67 Opera Inpainted + anisotropic patch blending D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

68 Opera Inpainted without blending [Lemeur et al 11] D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

69 Video Inpainting D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

70 Adaptation to videos priorities computed frame by frame cobblestone patches (e.g. of size 5 5 3) and lookup windows Shown to be working in the state of the art Wexler et al. TPAMI 2007, "Space-time completion of Videos" Newson et al. SIAM J. Imaging sciences 2014, "Video inpainting of complex scenes" D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

71 Space-time artifacts Space-time patch blending D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

72 Adaptation to videos Space-time patch blending D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

73 Masked video : (x,y) and (x,t) plans D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

74 Inpainted video (without blending) D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

75 Blended Image (geometry-guided) D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

76 Conclusion Contributions 1 Improvements of a reference inpainting method 2 Method to reduce block-effect artifacts 3 Adaptation of (1) and (2) to video data Recent advances Depth-aware patch blending for stereoscopic inpainted results More results at D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

77 References and publications References Wexler et al., Space-Time Video Completion, IEEE TPAMI 2007 Newson et al., Video Inpainting of Complex Scenes, SIAM J. IMAGING SCIENCES 2014 Publications Daisy M., Tschumperlé D. and Lézoray O., Spatial Patch Blending for Artefact Reduction in Pattern-Based Inpainting Techniques, CAIP 13 Daisy M., Tschumperlé D. and Lézoray O., A Fast Spatial Patch Blending Algorithm for Artefact Reduction in Pattern-based Image Inpainting, SIGGRAPH-ASIA 13 Daisy M., Buyssens P., Tschumperlé D. and Lézoray O., A smarter exemplar-based inpainting algorithm using local and global heuristics for more geometric coherence, ICIP 14 D. Tschumperlé (GREYC, Caen - FRANCE) Journée Imagerie Rouen 9 th of April / 45

Tour route planning problem with consideration of the attraction congestion

Tour route planning problem with consideration of the attraction congestion Acta Technica 62 (2017), No. 4A, 179188 c 2017 Institute of Thermomechanics CAS, v.v.i. Tour route planning problem with consideration of the attraction congestion Xiongbin WU 2, 3, 4, Hongzhi GUAN 2,

More information

An Appointment Overbooking Model To Improve Client Access and Provider Productivity

An Appointment Overbooking Model To Improve Client Access and Provider Productivity An Appointment Overbooking Model To Improve Client Access and Provider Productivity Dr. Linda R. LaGanga Director of Quality Systems Mental Health Center of Denver Denver, CO USA Prof. Stephen R. Lawrence*

More information

"Free at Last" Cage-based Living Geometry

Free at Last Cage-based Living Geometry "Free at Last" Living Geometry Dr Yann Savoye Innsbruck University POEMS 15: Polytopal Element Methods in Mathematics and Engineering October 30, 2015 www.animlife.com Content 1. Introduction 2. Background

More information

Anomaly Detection in airlines schedules. Asmaa Fillatre Data Scientist, Amadeus

Anomaly Detection in airlines schedules. Asmaa Fillatre Data Scientist, Amadeus Anomaly Detection in airlines schedules Asmaa Fillatre Data Scientist, Amadeus AMADEUS PRESENTATION 1. IT company that develops business solutions for the travel and tourism industry 2. Operates globally

More information

Formulation of Lagrangian stochastic models for geophysical turbulent flows

Formulation of Lagrangian stochastic models for geophysical turbulent flows Formulation of Lagrangian stochastic models for geophysical turbulent flows Alberto Maurizi a.maurizi@isac.cnr.it Institute of Atmospheric Sciences and Climate - CNR, Bologna, Italy International summer

More information

An Analytical Approach to the BFS vs. DFS Algorithm Selection Problem 1

An Analytical Approach to the BFS vs. DFS Algorithm Selection Problem 1 An Analytical Approach to the BFS vs. DFS Algorithm Selection Problem 1 Tom Everitt Marcus Hutter Australian National University September 3, 2015 Everitt, T. and Hutter, M. (2015a). Analytical Results

More information

Bioinformatics of Protein Domains: New Computational Approach for the Detection of Protein Domains

Bioinformatics of Protein Domains: New Computational Approach for the Detection of Protein Domains Bioinformatics of Protein Domains: New Computational Approach for the Detection of Protein Domains Maricel Kann Assistant Professor University of Maryland, Baltimore County mkann@umbc.edu Maricel Kann.

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

Application of Queueing Theory to Airport Related Problems

Application of Queueing Theory to Airport Related Problems Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 13, Number 7 (2017), pp. 3863-3868 Research India Publications http://www.ripublication.com Application of Queueing Theory to Airport

More information

A Statistical Method for Eliminating False Counts Due to Debris, Using Automated Visual Inspection for Probe Marks

A Statistical Method for Eliminating False Counts Due to Debris, Using Automated Visual Inspection for Probe Marks A Statistical Method for Eliminating False Counts Due to Debris, Using Automated Visual Inspection for Probe Marks SWTW 2003 Max Guest & Mike Clay August Technology, Plano, TX Probe Debris & Challenges

More information

Springer Proceedings in Mathematics

Springer Proceedings in Mathematics Springer Proceedings in Mathematics Volume 5 For further volumes: http://www.springer.com/series/8806 Springer Proceedings in Mathematics The book series will feature volumes of selected contributions

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

Nav Specs and Procedure Design Module 12 Activities 8 and 10. European Airspace Concept Workshops for PBN Implementation

Nav Specs and Procedure Design Module 12 Activities 8 and 10. European Airspace Concept Workshops for PBN Implementation Nav Specs and Procedure Design Module 12 Activities 8 and 10 European Airspace Concept Workshops for PBN Implementation Learning Objectives By the end of this presentation you should understand: The different

More information

Optimising throughput of rail dump stations, via simulation and control system changes. Rob Angus BMT WBM Pty Ltd Brisbane 5 June 2013

Optimising throughput of rail dump stations, via simulation and control system changes. Rob Angus BMT WBM Pty Ltd Brisbane 5 June 2013 Optimising throughput of rail dump stations, via simulation and control system changes Rob Angus BMT WBM Pty Ltd Brisbane 5 June 2013 Presentation Overview Introduction Volumetric vs. DEM Modelling Coal

More information

Kernel Principal Component Analysis and its Applications in Face Recognition and Active Shape Models

Kernel Principal Component Analysis and its Applications in Face Recognition and Active Shape Models Kernel Principal Component Analysis and its Applications in Face Recognition and Active Shape Models Quan Wang ECSE, Rensselaer Polytechnic Institute May 13, 2011 Main Work Studied the theories of kernel

More information

AUTOMATIC GLACIER SURFACE ANALYSIS FROM AIRBORNE LASER SCANNING

AUTOMATIC GLACIER SURFACE ANALYSIS FROM AIRBORNE LASER SCANNING IAPRS Volume XXXVI, Part 3 / W52, 2007 AUTOMATIC GLACIER SURFACE ANALYSIS FROM AIRBORNE LASER SCANNING M.P. Kodde a, N. Pfeifer b, B.G.H. Gorte c, T. Geist d, B. Höfle e a. Fugro-Inpark, Dillenburgsingel

More information

I. The legacy of the Ancient Greeks

I. The legacy of the Ancient Greeks I. The legacy of the Ancient Greeks In this unit you will! read the story of Europa and Zeus! learn why the Ancient Greeks were important for Europe! learn the Ancient Greek alphabet Europe The name of

More information

THE PROBABILICTIC APPROACH TO MODELLING OF AN OPTIMAL UNDERWATER PIPELINE ROUT UNDER IMPACT OF HUMMOCKS

THE PROBABILICTIC APPROACH TO MODELLING OF AN OPTIMAL UNDERWATER PIPELINE ROUT UNDER IMPACT OF HUMMOCKS THE PROBABILICTIC APPROACH TO MODELLING OF AN OPTIMAL UNDERWATER PIPELINE ROUT UNDER IMPACT OF HUMMOCKS Alexander T. Bekker 1 and Olga A.Sabodash 1 1 Far-Eastern State National University, Vladivostok,

More information

Modeling Visitor Movement in Theme Parks

Modeling Visitor Movement in Theme Parks Modeling Visitor Movement in Theme Parks A scenario-specific human mobility model Gürkan Solmaz, Mustafa İlhan Akbaş and Damla Turgut Department of Electrical Engineering and Computer Science University

More information

Preemptive Rerouting of Airline Passengers under. Uncertain Delays

Preemptive Rerouting of Airline Passengers under. Uncertain Delays Preemptive Rerouting of Airline Passengers under Uncertain Delays July 15, 2015 An airline s operational disruptions can lead to flight delays that in turn impact passengers, not only through the delays

More information

GEOGRAPHY OF GLACIERS 2

GEOGRAPHY OF GLACIERS 2 GEOGRAPHY OF GLACIERS 2 Roger Braithwaite School of Environment and Development 1.069 Arthur Lewis Building University of Manchester, UK Tel: UK+161 275 3653 r.braithwaite@man.ac.uk 09/08/2012 Geography

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

Academic Research of Biometrics in Korea

Academic Research of Biometrics in Korea Academic Research of Biometrics in Korea 2009.10.4 Ho Gi Jung Academic research of biometrics in Korea can be summarized into two groups: a research group belonging to biometric engineering research center

More information

Interactive x-via web analyses and simulation tool.

Interactive x-via web analyses and simulation tool. Interactive x-via web analyses and simulation tool. Scope of services: - Intra-modal analyses and simulation of the European air passenger transport - Provision of a reference case of the year n-1. - Representative

More information

Demand Shifting across Flights and Airports in a Spatial Competition Model

Demand Shifting across Flights and Airports in a Spatial Competition Model Demand Shifting across Flights and Airports in a Spatial Competition Model Diego Escobari Sang-Yeob Lee November, 2010 Outline Introduction 1 Introduction Motivation Contribution and Intuition 2 3 4 SAR

More information

Optimizing trajectories over the 4DWeatherCube

Optimizing trajectories over the 4DWeatherCube Optimizing trajectories over the 4DWeatherCube Detailed Proposal - SES Awards 2016 Airbus Defence and Space : dirk.schindler@airbus.com Luciad : robin.houtmeyers@luciad.com Eumetnet : kamel.rebai@meteo.fr

More information

Ground Deformation Monitoring at Natural Gas Production Sites using Interferometric SAR

Ground Deformation Monitoring at Natural Gas Production Sites using Interferometric SAR Ground Deformation Monitoring at Natural Gas Production Sites using Interferometric SAR By: Kanika Goel, Robert Shau, Fernando Rodriguez Gonzalez, Nico Adam Remote Sensing Technology Institute (IMF), German

More information

Assessment of the 3D-separation of Air Traffic Flows

Assessment of the 3D-separation of Air Traffic Flows 1/26 6th USA/Europe ATM 2005 R&D Seminar Assessment of the 3D-separation of Air Traffic Flows David Gianazza, Nicolas Durand DSNA-DTI-SDER, formerly known as the CENA LOG (Laboratoire d Optimisation Globale)

More information

FLOODS IN FRANCE Is there a change?

FLOODS IN FRANCE Is there a change? Local and regional estimation of extreme hydrological events Lyon 2003 FLOODS IN FRANCE Is there a change? Hélène NIEL & Laurie GIRAUD Objective To answer questions raised by society and the scientific

More information

Towards New Metrics Assessing Air Traffic Network Interactions

Towards New Metrics Assessing Air Traffic Network Interactions Towards New Metrics Assessing Air Traffic Network Interactions Silvia Zaoli Salzburg 6 of December 2018 Domino Project Aim: assessing the impact of innovations in the European ATM system Innovations change

More information

The 2nd Glacier Inventory of China

The 2nd Glacier Inventory of China The 2nd Glacier Inventory of China LIU Shiyin Guo Wanqin, Xu Junli, Shangguan Donghui, Wei Junfeng, Wu Lizong, Yu Pengchun, Li Jing, Liu Qiao State Key Laboratory of Cryospheric Sciences, Cold and Arid

More information

A Duality Based Approach for Network Revenue Management in Airline Alliances

A Duality Based Approach for Network Revenue Management in Airline Alliances A Duality Based Approach for Network Revenue Management in Airline Alliances Huseyin Topaloglu School of Operations Research and Information Engineering, Cornell University, Ithaca, New York 14853, USA

More information

PRESENTATION OVERVIEW

PRESENTATION OVERVIEW ATFM PRE-TACTICAL PLANNING Nabil Belouardy PhD student Presentation for Innovative Research Workshop Thursday, December 8th, 2005 Supervised by Prof. Dr. Patrick Bellot ENST Prof. Dr. Vu Duong EEC European

More information

Identification of Waves in IGC files

Identification of Waves in IGC files Identification of Waves in IGC files Prof. Dr. Databionics Research Group University of Marburg Databionics Databionics means copying algorithms from nature e.g. swarm algorithms, neural networks, social

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

The impact of scheduling on service reliability: trip-time determination and holding points in long-headway services

The impact of scheduling on service reliability: trip-time determination and holding points in long-headway services Public Transp (2012) 4:39 56 DOI 10.1007/s12469-012-0054-4 ORIGINAL PAPER The impact of scheduling on service reliability: trip-time determination and holding points in long-headway services N. van Oort

More information

A Methodology for Integrated Conceptual Design of Aircraft Configuration and Operation to Reduce Environmental Impact

A Methodology for Integrated Conceptual Design of Aircraft Configuration and Operation to Reduce Environmental Impact A Methodology for Integrated Conceptual Design of Aircraft Configuration and Operation to Reduce Environmental Impact ATIO/ANERS September 22, 2009 Andrew March Prof. Ian Waitz Prof. Karen Willcox Motivation

More information

A Network Model to Simulate Airport Surface Operations

A Network Model to Simulate Airport Surface Operations A Network Model to Simulate Airport Surface Operations Sponsor: Center for Air Transportation Systems Research (CATSR) Dr. Lance Sherry Adel Elessawy, Robert Eftekari, Yuri Zhylenko Objective Provide CATSR

More information

Impact of a new type of aircraft on ATM

Impact of a new type of aircraft on ATM Impact of a new type of aircraft on ATM Study of the low & slow concept Cyril Allignol ATM in smart and efficient air transport systems Workshop in Oslo, 31st May 2017 Introduction 1 / 25 Low & Slow concept

More information

Scalable Runtime Support for Data-Intensive Applications on the Single-Chip Cloud Computer

Scalable Runtime Support for Data-Intensive Applications on the Single-Chip Cloud Computer Scalable Runtime Support for Data-Intensive Applications on the Single-Chip Cloud Computer Anastasios Papagiannis and Dimitrios S. Nikolopoulos, FORTH-ICS Institute of Computer Science (ICS) Foundation

More information

Organization of Multiple Airports in a Metropolitan Area

Organization of Multiple Airports in a Metropolitan Area Organization of Multiple Airports in a Metropolitan Area Se-il Mun and Yusuke Teraji Kyoto University Full paper is downloadable at http://www.econ.kyoto-u.ac.jp/~mun/papers/munap081109.pdf 1 Multiple

More information

Solving Clustered Oversubscription Problems for Planning e-courses

Solving Clustered Oversubscription Problems for Planning e-courses Solving Clustered Oversubscription Problems for Planning e-courses Susana Fernández and Daniel Borrajo Universidad Carlos III de Madrid. SPAIN Solving Clustered Oversubscription Problems for Planning e-courses

More information

Flying in a new dimension

Flying in a new dimension High-definition moving map system Flying in a new dimension Original Equipment Innovation OEI by The adventure of flying Doesn t it feel good to know that you or your passenger had an enjoyable and entertaining

More information

Workshop on Advances in Public Transport Control and Operations, Stockholm, June 2017

Workshop on Advances in Public Transport Control and Operations, Stockholm, June 2017 ADAPT-IT Analysis and Development of Attractive Public Transport through Information Technology Real-time Holding Control Strategies for Single and Multiple Public Transport Lines G. Laskaris, PhD Candidate,

More information

Formal verification of small and micro UAS

Formal verification of small and micro UAS Formal verification of small and micro UAS Prof Sandor M Veres University of Sheffield December 2, 2015 Introduction The purpose of my talk What to Verify? What are the models and requirements? Verification

More information

= Coordination with Direct Communication

= Coordination with Direct Communication Particle Swarm Optimization Mohamed A. El-Sharkawi Computational Intelligence Applications (CIA) Lab. Department of EE, Box 352500 University of Washington Seattle, WA 98195-2500 elsharkawi@ee.washington.edu

More information

ON-TIME Final Event, Genoa, 28 October 2014

ON-TIME Final Event, Genoa, 28 October 2014 ON-TIME Final Event, Genoa, 28 October 2014 [Optimal Networks for Train Integration Management across Europe] Collaborative Project 7th Framework Programme WP3 Development of robust and resilient tmetables

More information

Retreating Glaciers of the Himalayas: A Case Study of Gangotri Glacier Using Satellite Images

Retreating Glaciers of the Himalayas: A Case Study of Gangotri Glacier Using Satellite Images Retreating Glaciers of the Himalayas: A Case Study of Gangotri Glacier Using 1990-2009 Satellite Images Jennifer Ding Texas Academy of Mathematics and Science (TAMS) Mentor: Dr. Pinliang Dong Department

More information

Cross-sectional time-series analysis of airspace capacity in Europe

Cross-sectional time-series analysis of airspace capacity in Europe Cross-sectional time-series analysis of airspace capacity in Europe Dr. A. Majumdar Dr. W.Y. Ochieng Gerard McAuley (EUROCONTROL) Jean Michel Lenzi (EUROCONTROL) Catalin Lepadatu (EUROCONTROL) 1 Introduction

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

Laser ultrasound for the evaluation of additive manufactured parts

Laser ultrasound for the evaluation of additive manufactured parts 3rd International Workshop on Laser Ultrasound for Metals Laser ultrasound for the evaluation of additive manufactured parts Donatella Cerniglia, Nicola Montinaro donatella.cerniglia@unipa.it Problem statement

More information

EVALUATION OF DIFFERENT METHODS FOR GLACIER MAPPING USING LANDSAT TM

EVALUATION OF DIFFERENT METHODS FOR GLACIER MAPPING USING LANDSAT TM EVALUATION OF DIFFERENT METHODS FOR GLACIER MAPPING USING LANDSAT TM Frank Paul Department of Geography, University of Zurich, Switzerland Winterthurer Strasse 190, 8057 Zürich E-mail: fpaul@geo.unizh.ch,

More information

Follow up to the implementation of safety and air navigation regional priorities XMAN: A CONCEPT TAKING ADVANTAGE OF ATFCM CROSS-BORDER EXCHANGES

Follow up to the implementation of safety and air navigation regional priorities XMAN: A CONCEPT TAKING ADVANTAGE OF ATFCM CROSS-BORDER EXCHANGES RAAC/15-WP/28 International Civil Aviation Organization 04/12/17 ICAO South American Regional Office Fifteenth Meeting of the Civil Aviation Authorities of the SAM Region (RAAC/15) (Asuncion, Paraguay,

More information

A high resolution glacier model with debris effects in Bhutan Himalaya. Orie SASAKI Kanae Laboratory 2018/02/08 (Thu)

A high resolution glacier model with debris effects in Bhutan Himalaya. Orie SASAKI Kanae Laboratory 2018/02/08 (Thu) A high resolution glacier model with debris effects in Bhutan Himalaya Orie SASAKI Kanae Laboratory 2018/02/08 (Thu) Research flow Multiple climate data at high elevations Precipitation, air temperature

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

Measuring Productivity for Car Booking Solutions

Measuring Productivity for Car Booking Solutions Measuring Productivity for Car Booking Solutions Value Creation Study Rebecca Bartlett 20th January 2014 Table of Contents Executive Summary Introduction Method Productivity Analysis Scenario 1 Scenario

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION SUPPLEMENTARY INFORMATION DOI: 10.1038/NGEO1450 Slight mass gain of Karakoram glaciers in the early twenty-first century Julie Gardelle 1, Etienne Berthier 2 and Yves Arnaud 3 1 CNRS - Université Grenoble

More information

AQME 10 System Description

AQME 10 System Description AQME 10 System Description Luca Pulina and Armando Tacchella University of Genoa DIST - Viale Causa 13 16145 Genoa (Italy) POS 2010 - Edinburgh, July 10, 2010 Luca Pulina (UNIGE) AQME 10 System Description

More information

J. Oerlemans - SIMPLE GLACIER MODELS

J. Oerlemans - SIMPLE GLACIER MODELS J. Oerlemans - SIMPE GACIER MODES Figure 1. The slope of a glacier determines to a large extent its sensitivity to climate change. 1. A slab of ice on a sloping bed The really simple glacier has a uniform

More information

News about DECTRIS and PILATUS. Christian Broennimann CEO DECTRIS Ltd

News about DECTRIS and PILATUS. Christian Broennimann CEO DECTRIS Ltd News about DECTRIS and PILATUS Christian Broennimann CEO DECTRIS Ltd Outline About DECTRIS PILATUS 6M: Status and Results PILATUS 2M: Status and Results About DECTRIS Spin-off Company of the Paul Scherrer

More information

Using Ant Algorithm to Arrange Taxiway Sequencing in Airport

Using Ant Algorithm to Arrange Taxiway Sequencing in Airport Using Ant Algorithm to Arrange Taxiway Sequencing in Airport Kamila B. Nogueira, Paulo H. C. Aguiar, and Li Weigang ants perceive the presence of pheromone through smell and tend to follow the path where

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

AIRLINE-AIRPORT AGREEMENTS IN THE SAN FRANCISCO BAY AREA: EFFECTS ON AIRLINE BEHAVIOR AND CONGESTION AT AIRPORTS

AIRLINE-AIRPORT AGREEMENTS IN THE SAN FRANCISCO BAY AREA: EFFECTS ON AIRLINE BEHAVIOR AND CONGESTION AT AIRPORTS AIRLINE-AIRPORT AGREEMENTS IN THE SAN FRANCISCO BAY AREA: EFFECTS ON AIRLINE BEHAVIOR AND CONGESTION AT AIRPORTS MIGUEL-ANGEL ALCOBENDAS* Toulouse School of Economics University of California, Irvine Department

More information

TN 30: A WORK PLAN FOR THE DEVELOPMENT OF A MATHEMATICAL MODEL TO PREDICT AND EXPLAIN OVERNIGHT USE OF PARKS

TN 30: A WORK PLAN FOR THE DEVELOPMENT OF A MATHEMATICAL MODEL TO PREDICT AND EXPLAIN OVERNIGHT USE OF PARKS TN 30: A WORK PLAN FOR THE DEVELOPMENT OF A MATHEMATICAL MODEL TO PREDICT AND EXPLAIN OVERNIGHT USE OF PARKS based on a research proposal by H.A. MACDONALD, A.H. NETHERTON, AND F.J. CESARIO revised as

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

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

B0 FRTO, B0-NOPS, B0-ASUR and B0-ACAS Implementation in the AFI and MID Regions

B0 FRTO, B0-NOPS, B0-ASUR and B0-ACAS Implementation in the AFI and MID Regions B0 FRTO, B0-NOPS, B0-ASUR and B0-ACAS Implementation in the AFI and MID Regions Seboseso Machobane RO ATM/SAR ICAO ESAF Regional Office, Nairobi Elie El Khoury RO ATM/SAR ICAO MID Regional Office, Cairo

More information

A method for automated snow avalanche debris detection through use of synthetic aperture radar (SAR) imaging

A method for automated snow avalanche debris detection through use of synthetic aperture radar (SAR) imaging PUBLICATIONS Earth and Space Science RESEARCH ARTICLE Key Points: Radar remote sensing of snow avalanche debris Automatic detection algorithm Operational monitoring of avalanches A method for automated

More information

North American Animated Flight Atlas

North American Animated Flight Atlas Journal of Maps, 2007, 98-106 North American Animated Flight Atlas MICHAEL P. PETERSON 1 and JOCHEN WENDEL 2 1 Department of Geography / Geology, University of Nebraska at Omaha, Omaha, NE 68106, USA;

More information

Curriculum vitae. Dr Tibor Lukić Associate Professor (updated )

Curriculum vitae. Dr Tibor Lukić Associate Professor (updated ) Curriculum vitae Dr Tibor Lukić Associate Professor (updated 28.08.2017.) Address: University of Novi Sad, Faculty of Technical Sciences, Trg Dositeja Obradovića 6, 21000 Novi Sad, Republic of Serbia.

More information

Don t Sit on the Fence

Don t Sit on the Fence Don t Sit on the Fence A Static Analysis Approach to Automatic Fence Insertion Or Ostrovsky April 25th 2018 Or Ostrovsky Don t Sit on the Fence April 25th 2018 1 / 50 Table of contents 1 Introduction 2

More information

Software project. Jana Szczurková CTU in Prague, FEE

Software project. Jana Szczurková CTU in Prague, FEE Software project Jana Szczurková CTU in Prague, FEE 24.11.2016 I will be talking about: Navigational Centre for the Blind and its work The observed problems Techniques I want to use Possible solution of

More information

Decentralized Path Planning For Air Traffic Management Wei Zhang

Decentralized Path Planning For Air Traffic Management Wei Zhang Decentralized Path Planning For Air Traffic Management Wei Zhang Advisor: Prof. Claire Tomlin Dept. of EECS, UC Berkeley 1 Outline Background National Aviation System Needs for Next Generation Air Traffic

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

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

Presentation: UAS Helicopter Waran -1-

Presentation: UAS Helicopter Waran -1- Presentation: UAS Helicopter Waran -1- The unique design features of the Waran provide a superior payload capacity, prolonged endurance, stable flight patterns and a high degree of safety features. Technical

More information

Glacial lakes as sentinels of climate change in Central Himalaya, Nepal

Glacial lakes as sentinels of climate change in Central Himalaya, Nepal Glacial lakes as sentinels of climate change in Central Himalaya, Nepal Sudeep Thakuri 1,2,3, Franco Salerno 1,3, Claudio Smiraglia 2,3, Carlo D Agata 2,3, Gaetano Viviano 1,3, Emanuela C. Manfredi 1,3,

More information

data reports Ferrocenecarboxylic anhydride: a redetermination Structure description C. John McAdam and Jim Simpson*

data reports Ferrocenecarboxylic anhydride: a redetermination Structure description C. John McAdam and Jim Simpson* Ferrocenecarboxylic anhydride: a redetermination ISSN 2414-3146 C. John McAdam and Jim Simpson* Department of Chemistry, University of Otago, PO Box 56, Dunedin, New Zealand. *Correspondence e-mail: jsimpson@alkali.otago.ac.nz

More information

Flight management during Concordiasi campaign

Flight management during Concordiasi campaign Flight management during Concordiasi campaign By: Sergio SOSA SESMA, Andre VARGAS, Gérard LETRENNE, Arnaud DERAMECOURT and Martin SPEL (from R-Tech) Acknowledgments: the authors are very grateful to CNRS

More information

- Socrates Seitanidis

- Socrates Seitanidis - Socrates Seitanidis 1. European transport policy and territorial cohesion 1.1 What is territorial cohesion? Territorial cohesion is old as a concept, (traces back to the European model of Society) but

More information

Ski / Sled tracks as an expression of avalanche risk Jordy Hendrikx 1 & Jerry Johnson 2,1 1.

Ski / Sled tracks as an expression of avalanche risk Jordy Hendrikx 1 & Jerry Johnson 2,1 1. Ski / Sled tracks as an expression of avalanche risk Jordy Hendrikx 1 & Jerry Johnson 2,1 1 Snow and Avalanche Laboratory, Montana State University, Bozeman, Montana, USA 2 Political Science, Montana State

More information

Analysis of Air Transportation Systems. Airport Capacity

Analysis of Air Transportation Systems. Airport Capacity Analysis of Air Transportation Systems Airport Capacity Dr. Antonio A. Trani Associate Professor of Civil and Environmental Engineering Virginia Polytechnic Institute and State University Fall 2002 Virginia

More information

Time Series Evapotranspiration Mapping Using Landsat-TM and MODIS Data

Time Series Evapotranspiration Mapping Using Landsat-TM and MODIS Data United States Department of Agriculture Time Series Evapotranspiration Mapping Using Landsat-TM and MODIS Data Agricultural Research Service SOIL & WATER MANGEMENT RESEARCH George Paul Prasanna Gowda Xiangming

More information

An Assessment on the Cost Structure of the UK Airport Industry: Ownership Outcomes and Long Run Cost Economies

An Assessment on the Cost Structure of the UK Airport Industry: Ownership Outcomes and Long Run Cost Economies An Assessment on the Cost Structure of the UK Airport Industry: Ownership Outcomes and Long Run Cost Economies Anna Bottasso & Maurizio Conti Università di Genova Milano- IEFE-Bocconi 19 March 2010 Plan

More information

The use of HICO in the Southern Benguela: Saldanha Bay case study

The use of HICO in the Southern Benguela: Saldanha Bay case study The use of HICO in the Southern Benguela: Saldanha Bay case study Marié Smith 1, Stewart Bernard 2, Hayley Evers-King 1 1. Department of Oceanography, University of Cape Town, South Africa 2. Council for

More information

SUMMARY. of the North. Reference: A B

SUMMARY. of the North. Reference: A B International Civil Aviation Organization South American Regional Office 10/ /10/17 Twentieth Workshop/Meeting of the SAM Implementation Group (SAM/IG/20) - Regional Project RLA/06/901 (Lima, Peru, 16

More information

Using of space technologies for glacierand snow- related hazards studies

Using of space technologies for glacierand snow- related hazards studies United Nations / Germany international conference on International Cooperation Towards Low-Emission and Resilient Societies Using of space technologies for glacierand snow- related hazards studies Bonn,

More information

Future Airport Concept (Increasing the Airport Capacity)

Future Airport Concept (Increasing the Airport Capacity) Future Airport Concept (Increasing the Airport Capacity) 4th EUROCONTROL Innovative Research Workshop Presentation Martin Matas - PhD student Supervisors: Antonin Kazda - University of Žilina - Slovakia

More information

OPTIMAL PUSHBACK TIME WITH EXISTING UNCERTAINTIES AT BUSY AIRPORT

OPTIMAL PUSHBACK TIME WITH EXISTING UNCERTAINTIES AT BUSY AIRPORT OPTIMAL PUSHBACK TIME WITH EXISTING Ryota Mori* *Electronic Navigation Research Institute Keywords: TSAT, reinforcement learning, uncertainty Abstract Pushback time management of departure aircraft is

More information

Variable Geometry Option.

Variable Geometry Option. Avian Rio 2 The all new Rio 2 is the latest sports wing from Avian. The Rio 2 makes things better for you, the pilot. It is easier and quicker to rig, easier to fly and easier to land. And of-course, with

More information

Optimizing AMAN-SMAN-DMAN at Hamburg and Arlanda airport

Optimizing AMAN-SMAN-DMAN at Hamburg and Arlanda airport Optimizing AMAN-SMAN-DMAN at Hamburg and Arlanda airport Dag Kjenstad, Carlo Mannino, Tomas Eric Nordlander, Patrick Schittekat and Morten Smedsrud SINTEF ICT Oslo, Norway Email: name.surname@sintef.no

More information

Spatial Assessment for the revised Mpumalanga Biodiversity Expansion Strategy. Mervyn Lotter Scientific Services 8 June 2016

Spatial Assessment for the revised Mpumalanga Biodiversity Expansion Strategy. Mervyn Lotter Scientific Services 8 June 2016 Spatial Assessment for the revised Mpumalanga Biodiversity Expansion Strategy Mervyn Lotter Scientific Services 8 June 2016 Mpumalanga Protected Area Expansion Strategy (MPAES) Developed our first MPAES

More information

At-A-Glance. SIAM 2017 Events Mobile App

At-A-Glance. SIAM 2017 Events Mobile App At-A-Glance SIAM 2017 Events Mobile App Scan the QR code with any QR reader and download the TripBuilder EventMobile app to your iphone, ipad, itouch or Android mobile device. You can also visit www.tripbuildermedia.com/apps/siamevents

More information

Gateway Location Models

Gateway Location Models The Eighth International Symposium on Operations Research and Its Applications (ISORA 09) Zhangjiajie, China, September 20 22, 2009 Copyright 2009 ORSC & APORC, pp. 356 363 Gateway Location Models Mihiro

More information

ERASMUS. Strategic deconfliction to benefit SESAR. Rosa Weber & Fabrice Drogoul

ERASMUS. Strategic deconfliction to benefit SESAR. Rosa Weber & Fabrice Drogoul ERASMUS Strategic deconfliction to benefit SESAR Rosa Weber & Fabrice Drogoul Concept presentation ERASMUS: En Route Air Traffic Soft Management Ultimate System TP in Strategic deconfliction Future 4D

More information

Evolution of Ossoue glacier, French Pyrenees: Tools and methods to generate a regional climate-proxy

Evolution of Ossoue glacier, French Pyrenees: Tools and methods to generate a regional climate-proxy Evolution of Ossoue glacier, French Pyrenees: Tools and methods to generate a regional climate-proxy Renaud MARTI ab, Simon GASCOIN a, Thomas HOUET b, Dominique LAFFLY b, Pierre RENE c a CESBIO b GEODE,

More information

Network Revenue Management

Network Revenue Management Network Revenue Management Page 1 Outline Network Management Problem Greedy Heuristic LP Approach Virtual Nesting Bid Prices Based on Phillips (2005) Chapter 8 Demand for Hotel Rooms Vary over a Week Page

More information

Field Report Snow and Ice Processes AGF212

Field Report Snow and Ice Processes AGF212 Field Report 2013 Snow and Ice Processes AGF212 (picture) Names... Contents 1 Mass Balance and Positive degree day approach on Spitzbergen Glaciers 1 1.1 Introduction............................................

More information

Airport capacity constraints & air travellers airport choice behaviour from global constraints to local effects

Airport capacity constraints & air travellers airport choice behaviour from global constraints to local effects Cologne Business School 21.03.2012 Airport capacity constraints & air travellers airport choice behaviour from global constraints to local effects Dr. Marc C. Gelhausen Cumulative distribution of global

More information

Glide Slope Control Authority for Parafoil Canopies with Variable Incidence Angle

Glide Slope Control Authority for Parafoil Canopies with Variable Incidence Angle JOURNAL OF AIRCRAFT Vol. 5, No. 5, September October 213 Glide Slope Control Authority for Parafoil Canopies with Variable Incidence Angle Michael Ward, Alek Gavrilovski, and Mark Costello Georgia Institute

More information