WorldWideScience

Sample records for a-priori traveling salesman

  1. The on-line asymmetric traveling salesman problem

    NARCIS (Netherlands)

    Ausiello, G.; Bonifaci, V.; Laura, L.

    2008-01-01

    We consider two on-line versions of the asymmetric traveling salesman problem with triangle inequality. For the homing version, in which the salesman is required to return in the city where it started from, we give a -competitive algorithm and prove that this is best possible. For the nomadic

  2. A comparison of lower bounds for the symmetric circulant traveling salesman problem

    NARCIS (Netherlands)

    de Klerk, E.; Dobre, C.

    2011-01-01

    When the matrix of distances between cities is symmetric and circulant, the traveling salesman problem (TSP) reduces to the so-called symmetric circulant traveling salesman problem (SCTSP), that has applications in the design of reconfigurable networks, and in minimizing wallpaper waste. The

  3. Spatial Transformation of Equality – Generalized Travelling Salesman Problem to Travelling Salesman Problem

    Directory of Open Access Journals (Sweden)

    Mohammed Zia

    2018-03-01

    Full Text Available The Equality-Generalized Travelling Salesman Problem (E-GTSP, which is an extension of the Travelling Salesman Problem (TSP, is stated as follows: given groups of points within a city, like banks, supermarkets, etc., find a minimum cost Hamiltonian cycle that visits each group exactly once. It can model many real-life combinatorial optimization scenarios more efficiently than TSP. This study presents five spatially driven search-algorithms for possible transformation of E-GTSP to TSP by considering the spatial spread of points in a given urban city. Presented algorithms are tested over 15 different cities, classified by their street-network’s fractal-dimension. Obtained results denote that the R-Search algorithm, which selects the points from each group based on their radial separation with respect to the start–end point, is the best search criterion for any E-GTSP to TSP conversion modelled for a city street network. An 8.8% length error has been reported for this algorithm.

  4. A NEW HEURISTIC ALGORITHM FOR MULTIPLE TRAVELING SALESMAN PROBLEM

    Directory of Open Access Journals (Sweden)

    F. NURIYEVA

    2017-06-01

    Full Text Available The Multiple Traveling Salesman Problem (mTSP is a combinatorial optimization problem in NP-hard class. The mTSP aims to acquire the minimum cost for traveling a given set of cities by assigning each of them to a different salesman in order to create m number of tours. This paper presents a new heuristic algorithm based on the shortest path algorithm to find a solution for the mTSP. The proposed method has been programmed in C language and its performance analysis has been carried out on the library instances. The computational results show the efficiency of this method.

  5. FACES WITH LARGE DIAMETER ON THE SYMMETRICAL TRAVELING SALESMAN POLYTOPE

    NARCIS (Netherlands)

    SIERKSMA, G; TIJSSEN, GA

    This paper deals with the symmetric traveling salesman polytope and contains three main theorems. The first one gives a new characterization of (non)adjacency. Based on this characterization a new upper bound for the diameter of the symmetric traveling salesman polytope (conjectured to be 2 by M.

  6. On Labeled Traveling Salesman Problems

    DEFF Research Database (Denmark)

    Couetoux, Basile; Gourves, Laurent; Monnot, Jerome

    2008-01-01

    We consider labeled Traveling Salesman Problems, defined upon a complete graph of n vertices with colored edges. The objective is to find a tour of maximum (or minimum) number of colors. We derive results regarding hardness of approximation, and analyze approximation algorithms for both versions ...

  7. Traveling Salesman Problem with Transportation

    Directory of Open Access Journals (Sweden)

    Valeriu Ungureanu

    2006-09-01

    Full Text Available Traveling Salesman Problem (TSP is a generic name that includes diverse practical models. Motivated by applications, a new model of TSP is examined – a synthesis of classical TSP and classical Transportation Problem. Algorithms based on Integer Programming cutting-plane methods and Branch and Bound Techniques are obvious.

  8. On the Core of Multiple Longest Traveling Salesman Games

    NARCIS (Netherlands)

    Estevez Fernandez, M.A.; Borm, P.E.M.; Hamers, H.J.M.

    2003-01-01

    In this paper we introduce multiple longest traveling salesman (MLTS) games. An MLTS game arises from a network in which a salesman has to visit each node (player) precisely once, except its home location, in an order that maximizes the total reward.First it is shown that the value of a coalition of

  9. The traveling salesman problem a computational study

    CERN Document Server

    Applegate, David L; Chvatal, Vasek; Cook, William J

    2006-01-01

    This book presents the latest findings on one of the most intensely investigated subjects in computational mathematics--the traveling salesman problem. It sounds simple enough: given a set of cities and the cost of travel between each pair of them, the problem challenges you to find the cheapest route by which to visit all the cities and return home to where you began. Though seemingly modest, this exercise has inspired studies by mathematicians, chemists, and physicists. Teachers use it in the classroom. It has practical applications in genetics, telecommunications, and neuroscience.

  10. Boltzmann machines for travelling salesman problems

    NARCIS (Netherlands)

    Aarts, E.H.L.; Korst, J.H.M.

    1989-01-01

    Boltzmann machines are proposed as a massively parallel alternative to the (sequential) simulated annealing algorithm. Our approach is tailored to the travelling salesman problem, but it can also be applied to a more general class of combinatorial optimization problems. For two distinct 0–1

  11. The Quadratic Selective Travelling Salesman Problem

    DEFF Research Database (Denmark)

    Thomadsen, Tommy; Stidsen, Thomas K.

    2003-01-01

    A well-known extension of the Travelling Salesman Problem (TSP) is the Selective TSP (STSP): Each node has an associated profit and instead of visiting all nodes, the most profitable set of nodes, taking into account the tour cost, is visited. The Quadratic STSP (QSTSP) adds the additional...

  12. Branch-and-cut-and-price for the traveling salesman problem with time windows

    DEFF Research Database (Denmark)

    Røpke, Stefan; Madsen, Oli B.G.

    In the traveling salesman problem with time windows (TSPTW) one is given a depot and a set of nodes to be visited by a salesman. The salesman starts his trip at the depot and must visit all nodes while respecting time windows at the nodes. The objective of the problem is to minimize the total...... distance traveled by the salesman. The TSPTW is formulated as a set-partitioning problem which is solved by using combined cut and column generation. The pricing sub problem in the column generation procedure is a shortest path problem with time window constraints and 2-cycle elimination. A standard column...

  13. A HYBRID HEURISTIC ALGORITHM FOR THE CLUSTERED TRAVELING SALESMAN PROBLEM

    Directory of Open Access Journals (Sweden)

    Mário Mestria

    2016-04-01

    Full Text Available ABSTRACT This paper proposes a hybrid heuristic algorithm, based on the metaheuristics Greedy Randomized Adaptive Search Procedure, Iterated Local Search and Variable Neighborhood Descent, to solve the Clustered Traveling Salesman Problem (CTSP. Hybrid Heuristic algorithm uses several variable neighborhood structures combining the intensification (using local search operators and diversification (constructive heuristic and perturbation routine. In the CTSP, the vertices are partitioned into clusters and all vertices of each cluster have to be visited contiguously. The CTSP is -hard since it includes the well-known Traveling Salesman Problem (TSP as a special case. Our hybrid heuristic is compared with three heuristics from the literature and an exact method. Computational experiments are reported for different classes of instances. Experimental results show that the proposed hybrid heuristic obtains competitive results within reasonable computational time.

  14. In Pursuit of the Traveling Salesman Mathematics at the Limits of Computation

    CERN Document Server

    Cook, William J

    2011-01-01

    What is the shortest possible route for a traveling salesman seeking to visit each city on a list exactly once and return to his city of origin? It sounds simple enough, yet the traveling salesman problem is one of the most intensely studied puzzles in applied mathematics--and it has defied solution to this day. In this book, William Cook takes readers on a mathematical excursion, picking up the salesman's trail in the 1800s when Irish mathematician W. R. Hamilton first defined the problem, and venturing to the furthest limits of today's state-of-the-art attempts to solve it. Cook examines

  15. Genetic Algorithm for Traveling Salesman Problem with Modified Cycle Crossover Operator

    Directory of Open Access Journals (Sweden)

    Abid Hussain

    2017-01-01

    Full Text Available Genetic algorithms are evolutionary techniques used for optimization purposes according to survival of the fittest idea. These methods do not ensure optimal solutions; however, they give good approximation usually in time. The genetic algorithms are useful for NP-hard problems, especially the traveling salesman problem. The genetic algorithm depends on selection criteria, crossover, and mutation operators. To tackle the traveling salesman problem using genetic algorithms, there are various representations such as binary, path, adjacency, ordinal, and matrix representations. In this article, we propose a new crossover operator for traveling salesman problem to minimize the total distance. This approach has been linked with path representation, which is the most natural way to represent a legal tour. Computational results are also reported with some traditional path representation methods like partially mapped and order crossovers along with new cycle crossover operator for some benchmark TSPLIB instances and found improvements.

  16. 20 CFR 404.1008 - Agent-driver or commission-driver, full-time life insurance salesman, home worker, or traveling...

    Science.gov (United States)

    2010-04-01

    ... commission-driver, full-time life insurance salesman, home worker, or traveling or city salesman. (a) General... 20 Employees' Benefits 2 2010-04-01 2010-04-01 false Agent-driver or commission-driver, full-time life insurance salesman, home worker, or traveling or city salesman. 404.1008 Section 404.1008...

  17. Solving Dynamic Traveling Salesman Problem Using Dynamic Gaussian Process Regression

    Directory of Open Access Journals (Sweden)

    Stephen M. Akandwanaho

    2014-01-01

    Full Text Available This paper solves the dynamic traveling salesman problem (DTSP using dynamic Gaussian Process Regression (DGPR method. The problem of varying correlation tour is alleviated by the nonstationary covariance function interleaved with DGPR to generate a predictive distribution for DTSP tour. This approach is conjoined with Nearest Neighbor (NN method and the iterated local search to track dynamic optima. Experimental results were obtained on DTSP instances. The comparisons were performed with Genetic Algorithm and Simulated Annealing. The proposed approach demonstrates superiority in finding good traveling salesman problem (TSP tour and less computational time in nonstationary conditions.

  18. A parallel 2-opt algorithm for the traveling salesman problem

    NARCIS (Netherlands)

    Verhoeven, M.G.A.; Aarts, E.H.L.; Swinkels, P.C.J.

    1995-01-01

    We present a scalable parallel local search algorithm based on data parallelism. The concept of distributed neighborhood structures is introduced, and applied to the Traveling Salesman Problem (TSP). Our parallel local search algorithm finds the same quality solutions as the classical 2-opt

  19. Algorithms for the on-line travelling salesman

    NARCIS (Netherlands)

    Ausiello, G.; Feuerstein, E.; Leonardi, S.; Stougie, L.; Talamo, M.

    1999-01-01

    In this paper the problem of efficiently serving a sequence of requests presented in an on-line fashion located at points of a metric space is considered. We call this problem the On-Line Travelling Salesman Problem (OLTSP). It has a variety of relevant applications in logistics and robotics. We

  20. The Electric Traveling Salesman Problem with Time Windows

    DEFF Research Database (Denmark)

    Roberti, Roberto; Wen, Min

    2016-01-01

    To minimize greenhouse gas emissions, the logistic field has seen an increasing usage of electric vehicles. The resulting distribution planning problems present new computational challenges.We address a problem, called Electric Traveling Salesman Problem with Time Windows. We propose a mixed...

  1. THE DUBINS TRAVELING SALESMAN PROBLEM WITH CONSTRAINED COLLECTING MANEUVERS

    Directory of Open Access Journals (Sweden)

    Petr Váňa

    2016-11-01

    Full Text Available In this paper, we introduce a variant of the Dubins traveling salesman problem (DTSP that is called the Dubins traveling salesman problem with constrained collecting maneuvers (DTSP-CM. In contrast to the ordinary formulation of the DTSP, in the proposed DTSP-CM, the vehicle is requested to visit each target by specified collecting maneuver to accomplish the mission. The proposed problem formulation is motivated by scenarios with unmanned aerial vehicles where particular maneuvers are necessary for accomplishing the mission, such as object dropping or data collection with sensor sensitive to changes in vehicle heading. We consider existing methods for the DTSP and propose its modifications to use these methods to address a variant of the introduced DTSP-CM, where the collecting maneuvers are constrained to straight line segments.

  2. Polyhedral combinatorics of the cardinality constrained quadratic knapsack problem and the quadratic selective travelling salesman problem

    DEFF Research Database (Denmark)

    Mak, Vicky; Thomadsen, Tommy

    2006-01-01

    This paper considers the cardinality constrained quadratic knapsack problem (QKP) and the quadratic selective travelling salesman problem (QSTSP). The QKP is a generalization of the knapsack problem and the QSTSP is a generalization of the travelling salesman problem. Thus, both problems are NP...

  3. Well-solvable special cases of the Traveling Salesman Problem : a survey

    NARCIS (Netherlands)

    Burkard, R.E.; Deineko, V.G.; Dal, van R.; Veen, van der J.A.A.; Woeginger, G.J.

    1998-01-01

    The traveling salesman problem (TSP) belongs to the most basic, most important, and most investigated problems in combinatorial optimization. Although it is an ${\\cal NP}$-hard problem, many of its special cases can be solved efficiently in polynomial time. We survey these special cases with

  4. The A-priori Traveling Salesman Problem with Time Windows

    DEFF Research Database (Denmark)

    Larsen, Allan; Madsen, Oli B.G.; Solomon, Marius M.

    2004-01-01

    seek to minimize lateness and examine the impact of this criterion choice on the distance traveled. Our focus on lateness is motivated by the problem faced by overnight mail service providers. We propose a real-time solution method that requires the vehicle, when idle, to wait at the current customer......In this paper we examine the traveling saleman problem with time windows for various degrees of dynamism. In contrast to the static problem, where the dispatcher can plan ahead, in the dynamic version, part or all of the necessary information becomes available only during the day of operation. We...... randomly generated data and on a real-world case study indicate that all policies proved capable of significantly reducing lateness. Our results also show that this can be accomplished with only small distance increases. The basic policy outperformed the other methods primarily when lateness and distance...

  5. Human Performance on the Traveling Salesman and Related Problems: A Review

    Science.gov (United States)

    MacGregor, James N.; Chu, Yun

    2011-01-01

    The article provides a review of recent research on human performance on the traveling salesman problem (TSP) and related combinatorial optimization problems. We discuss what combinatorial optimization problems are, why they are important, and why they may be of interest to cognitive scientists. We next describe the main characteristics of human…

  6. Fluctuations in the site-disordered traveling salesman problem

    Energy Technology Data Exchange (ETDEWEB)

    Dean, David S [Laboratoire de Physique Theorique, UMR CNRS 5152, IRSAMC, Universite Paul Sabatier, 118 route de Narbonne, 31062 Toulouse Cedex 04 (France); Lancaster, David [Harrow School of Computer Science, University of Westminster, Harrow HA1 3TP (United Kingdom)

    2007-11-16

    We extend a previous statistical mechanical treatment of the traveling salesman problem by defining a discrete 'site-disordered' problem in which fluctuations about saddle points can be computed. The results clarify the basis of our original treatment, and illuminate but do not resolve the difficulties of taking the zero-temperature limit to obtain minimal path lengths.

  7. 2D and 3D Traveling Salesman Problem

    Science.gov (United States)

    Haxhimusa, Yll; Carpenter, Edward; Catrambone, Joseph; Foldes, David; Stefanov, Emil; Arns, Laura; Pizlo, Zygmunt

    2011-01-01

    When a two-dimensional (2D) traveling salesman problem (TSP) is presented on a computer screen, human subjects can produce near-optimal tours in linear time. In this study we tested human performance on a real and virtual floor, as well as in a three-dimensional (3D) virtual space. Human performance on the real floor is as good as that on a…

  8. The traveling salesman problem with few inner points

    NARCIS (Netherlands)

    Deineko, V.G.; Hoffmann, M.; Okamoto, Y.; Woeginger, G.J.; Chwa, K.Y.; Munro, J.I.

    2004-01-01

    We study the traveling salesman problem (TSP) in the 2-dimensional Euclidean plane. The problem is NP-hard in general, but trivial if the points are in convex position. In this paper, we investigate the influence of the number of inner points (i.e., points in the interior of the convex hull) on the

  9. Development of the PEBLebl Traveling Salesman Problem Computerized Testbed

    Science.gov (United States)

    Mueller, Shane T.; Perelman, Brandon S.; Tan, Yin Yin; Thanasuan, Kejkaew

    2015-01-01

    The traveling salesman problem (TSP) is a combinatorial optimization problem that requires finding the shortest path through a set of points ("cities") that returns to the starting point. Because humans provide heuristic near-optimal solutions to Euclidean versions of the problem, it has sometimes been used to investigate human visual…

  10. Trajectory Stability in the Traveling Salesman Problem

    Directory of Open Access Journals (Sweden)

    Sergio Sánchez

    2018-01-01

    Full Text Available Two generalizations of the traveling salesman problem in which sites change their position in time are presented. The way the rank of different trajectory lengths changes in time is studied using the rank diversity. We analyze the statistical properties of rank distributions and rank dynamics and give evidence that the shortest and longest trajectories are more predictable and robust to change, that is, more stable.

  11. Optimization of Gas Flow Network using the Traveling Salesman ...

    African Journals Online (AJOL)

    The overall goal of this paper is to develop a general formulation for an optimal infrastructure layout design of gas pipeline distribution networks using algorithm developed from the application of two industrial engineering concepts: the traveling salesman problem (TSP) and the nearest neighbor (NN). The focus is on the ...

  12. An Extension of the Lin-Kernighan-Helsgaun TSP Solver for Constrained Traveling Salesman and Vehicle Routing Problems

    DEFF Research Database (Denmark)

    Helsgaun, Keld

    This report describes the implementation of an extension of the Lin-Kernighan-Helsgaun TSP solver for solving constrained traveling salesman and vehicle routing problems. The extension, which is called LKH-3, is able to solve a variety of well-known problems, including the sequential ordering...... problem (SOP), the traveling repairman problem (TRP), variants of the multiple travel-ing salesman problem (mTSP), as well as vehicle routing problems (VRPs) with capacity, time windows, pickup-and-delivery and distance constraints. The implementation of LKH-3 builds on the idea of transforming...... the problems into standard symmetric traveling salesman problems and handling constraints by means of penalty functions. Extensive testing on benchmark instances from the literature has shown that LKH-3 is effective. Best known solutions are often obtained, and in some cases, new best solutions are found...

  13. Dynamic Programming Approaches for the Traveling Salesman Problem with Drone

    NARCIS (Netherlands)

    P. Bouman (Paul); N.A.H. Agatz (Niels); M.E. Schmidt (Marie)

    2017-01-01

    markdownabstractA promising new delivery model involves the use of a delivery truck that collaborates with a drone to make deliveries. Effectively combining a drone and a truck gives rise to a new planning problem that is known as the Traveling Salesman Problem with Drone (TSP-D). This paper

  14. Dynamic Programming Approaches for the Traveling Salesman Problem with Drone

    NARCIS (Netherlands)

    P. Bouman (Paul); N.A.H. Agatz (Niels); M.E. Schmidt (Marie)

    2017-01-01

    markdownabstractA promising new delivery model involves the use of a delivery truck that collaborates with a drone to make deliveries. Effectively combining a truck and a drone gives rise to a new planning problem that is known as the Traveling Salesman Problem with Drone (TSP-D). This paper

  15. Exact Solutions to the Double Travelling Salesman Problem with Multiple Stacks

    DEFF Research Database (Denmark)

    Petersen, Hanne L.; Archetti, Claudia; Speranza, M. Grazia

    2010-01-01

    In this paper we present mathematical programming formulations and solution approaches for the optimal solution of the Double Travelling Salesman Problem with Multiple Stacks (DTSPMS). A set of orders is given, each one requiring transportation of one item from a customer in a pickup region...

  16. Bi-criteria travelling salesman subtour problem with time threshold

    Science.gov (United States)

    Kumar Thenepalle, Jayanth; Singamsetty, Purusotham

    2018-03-01

    This paper deals with the bi-criteria travelling salesman subtour problem with time threshold (BTSSP-T), which comes from the family of the travelling salesman problem (TSP) and is NP-hard in the strong sense. The problem arises in several application domains, mainly in routing and scheduling contexts. Here, the model focuses on two criteria: total travel distance and gains attained. The BTSSP-T aims to determine a subtour that starts and ends at the same city and visits a subset of cities at a minimum travel distance with maximum gains, such that the time spent on the tour does not exceed the predefined time threshold. A zero-one integer-programming problem is adopted to formulate this model with all practical constraints, and it includes a finite set of feasible solutions (one for each tour). Two algorithms, namely, the Lexi-Search Algorithm (LSA) and the Tabu Search (TS) algorithm have been developed to solve the BTSSP-T problem. The proposed LSA implicitly enumerates the feasible patterns and provides an efficient solution with backtracking, whereas the TS, which is metaheuristic, will give the better approximate solution. A numerical example is demonstrated in order to understand the search mechanism of the LSA. Numerical experiments are carried out in the MATLAB environment, on the different benchmark instances available in the TSPLIB domain as well as on randomly generated test instances. The experimental results show that the proposed LSA works better than the TS algorithm in terms of solution quality and, computationally, both LSA and TS are competitive.

  17. The cost-constrained traveling salesman problem

    Energy Technology Data Exchange (ETDEWEB)

    Sokkappa, P.R.

    1990-10-01

    The Cost-Constrained Traveling Salesman Problem (CCTSP) is a variant of the well-known Traveling Salesman Problem (TSP). In the TSP, the goal is to find a tour of a given set of cities such that the total cost of the tour is minimized. In the CCTSP, each city is given a value, and a fixed cost-constraint is specified. The objective is to find a subtour of the cities that achieves maximum value without exceeding the cost-constraint. Thus, unlike the TSP, the CCTSP requires both selection and sequencing. As a consequence, most results for the TSP cannot be extended to the CCTSP. We show that the CCTSP is NP-hard and that no K-approximation algorithm or fully polynomial approximation scheme exists, unless P = NP. We also show that several special cases are polynomially solvable. Algorithms for the CCTSP, which outperform previous methods, are developed in three areas: upper bounding methods, exact algorithms, and heuristics. We found that a bounding strategy based on the knapsack problem performs better, both in speed and in the quality of the bounds, than methods based on the assignment problem. Likewise, we found that a branch-and-bound approach using the knapsack bound was superior to a method based on a common branch-and-bound method for the TSP. In our study of heuristic algorithms, we found that, when selecting modes for inclusion in the subtour, it is important to consider the neighborhood'' of the nodes. A node with low value that brings the subtour near many other nodes may be more desirable than an isolated node of high value. We found two types of repetition to be desirable: repetitions based on randomization in the subtour buildings process, and repetitions encouraging the inclusion of different subsets of the nodes. By varying the number and type of repetitions, we can adjust the computation time required by our method to obtain algorithms that outperform previous methods.

  18. Optimization Approaches for the Traveling Salesman Problem with Drone

    OpenAIRE

    Agatz, N.A.H.; Bouman, P.C.; Schmidt, M.E.

    2016-01-01

    textabstractThe fast and cost-efficient home delivery of goods ordered online is logistically challenging. Many companies are looking for new ways to cross the last-mile to their customers. One technology-enabled opportunity that recently has received much at- tention is the use of a drone to support deliveries. An innovative last-mile delivery concept in which a truck collaborates with a drone to make deliveries gives rise to a new variant of the traveling salesman problem (TSP) that we call...

  19. THE TRAVELLING SALESMAN PROBLEM IN THE ENGINEERING EDUCATION PROGRAMMING CURRICULUM

    OpenAIRE

    Yevgeny Gayev; Vadim Kalmikov

    2017-01-01

    Objective: To make students familiar with the famous Traveling Salesman Problem (TSP) and suggest the latter to become a common exercise in engineering programming curriculum provided the students master computer science in the easy programming environment MATLAB. Methods: easy programming in MATLAB makes true such modern educational approach as “discovery based” methodology. Results: a MATLAB TSP-program oriented to Ukrainian map is suggested that allows to pictorially demonstrate the proces...

  20. The double travelling salesman problem with multiple stacks - Formulation and heuristic solution approaches

    DEFF Research Database (Denmark)

    Petersen, Hanne Løhmann; Madsen, Oli B.G.

    2009-01-01

    This paper introduces the double travelling salesman problem with multiple stacks and presents four different metaheuristic approaches to its solution. The double TSP with multiple stacks is concerned with determining the shortest route performing pickups and deliveries in two separated networks...

  1. Dynamic Programming Approaches for the Traveling Salesman Problem with Drone

    OpenAIRE

    Bouman, Paul; Agatz, Niels; Schmidt, Marie

    2017-01-01

    markdownabstractA promising new delivery model involves the use of a delivery truck that collaborates with a drone to make deliveries. Effectively combining a drone and a truck gives rise to a new planning problem that is known as the Traveling Salesman Problem with Drone (TSP-D). This paper presents an exact solution approach for the TSP-D based on dynamic programming and present experimental results of different dynamic programming based heuristics. Our numerical experiments show that our a...

  2. A Hybrid Symbiotic Organisms Search Algorithm with Variable Neighbourhood Search for Solving Symmetric and Asymmetric Traveling Salesman Problem

    Science.gov (United States)

    Umam, M. I. H.; Santosa, B.

    2018-04-01

    Combinatorial optimization has been frequently used to solve both problems in science, engineering, and commercial applications. One combinatorial problems in the field of transportation is to find a shortest travel route that can be taken from the initial point of departure to point of destination, as well as minimizing travel costs and travel time. When the distance from one (initial) node to another (destination) node is the same with the distance to travel back from destination to initial, this problems known to the Traveling Salesman Problem (TSP), otherwise it call as an Asymmetric Traveling Salesman Problem (ATSP). The most recent optimization techniques is Symbiotic Organisms Search (SOS). This paper discuss how to hybrid the SOS algorithm with variable neighborhoods search (SOS-VNS) that can be applied to solve the ATSP problem. The proposed mechanism to add the variable neighborhoods search as a local search is to generate the better initial solution and then we modify the phase of parasites with adapting mechanism of mutation. After modification, the performance of the algorithm SOS-VNS is evaluated with several data sets and then the results is compared with the best known solution and some algorithm such PSO algorithm and SOS original algorithm. The SOS-VNS algorithm shows better results based on convergence, divergence and computing time.

  3. Quantum elastic net and the traveling salesman problem

    International Nuclear Information System (INIS)

    Kostenko, B.F.; Pribis, J.; Yur'ev, M.Z.

    2009-01-01

    Theory of computer calculations strongly depends on the nature of elements the computer is made of. Quantum interference allows one to formulate the Shor factorization algorithm turned out to be more effective than any one written for classical computers. Similarly, quantum wave packet reduction allows one to devise the Grover search algorithm which outperforms any classical one. In the present paper we argue that the quantum incoherent tunneling can be used for elaboration of new algorithms able to solve some NP-hard problems, such as the traveling Salesman Problem, considered to be intractable in the classical theory of computer computations

  4. A multiobjective non-dominated sorting genetic algorithm (NSGA-II for the Multiple Traveling Salesman Problem

    Directory of Open Access Journals (Sweden)

    Rubén Iván Bolaños

    2015-06-01

    Full Text Available This paper considers a multi-objective version of the Multiple Traveling Salesman Problem (MOmTSP. In particular, two objectives are considered: the minimization of the total traveled distance and the balance of the working times of the traveling salesmen. The problem is formulated as an integer multi-objective optimization model. A non-dominated sorting genetic algorithm (NSGA-II is proposed to solve the MOmTSP. The solution scheme allows one to find a set of ordered solutions in Pareto fronts by considering the concept of dominance. Tests on real world instances and instances adapted from the literature show the effectiveness of the proposed algorithm.

  5. Ant Colony Optimization ACO For The Traveling Salesman Problem TSP Using Partitioning

    Directory of Open Access Journals (Sweden)

    Alok Bajpai

    2015-08-01

    Full Text Available Abstract An ant colony optimization is a technique which was introduced in 1990s and which can be applied to a variety of discrete combinatorial optimization problem and to continuous optimization. The ACO algorithm is simulated with the foraging behavior of the real ants to find the incremental solution constructions and to realize a pheromone laying-and-following mechanism. This pheromone is the indirect communication among the ants. In this paper we introduces the partitioning technique based on the divide and conquer strategy for the traveling salesman problem which is one of the most important combinatorial problem in which the original problem is partitioned into the group of sub problems. And then we apply the ant colony algorithm using candidate list strategy for each smaller sub problems. After that by applying the local optimization and combining the sub problems to find the good solution for the original problem by improving the exploration efficiency of the ants. At the end of this paper we have also be presented the comparison of result with the normal ant colony system for finding the optimal solution to the traveling salesman problem.

  6. Efficient Constraint Handling in Electromagnetism-Like Algorithm for Traveling Salesman Problem with Time Windows

    Science.gov (United States)

    Yurtkuran, Alkın

    2014-01-01

    The traveling salesman problem with time windows (TSPTW) is a variant of the traveling salesman problem in which each customer should be visited within a given time window. In this paper, we propose an electromagnetism-like algorithm (EMA) that uses a new constraint handling technique to minimize the travel cost in TSPTW problems. The EMA utilizes the attraction-repulsion mechanism between charged particles in a multidimensional space for global optimization. This paper investigates the problem-specific constraint handling capability of the EMA framework using a new variable bounding strategy, in which real-coded particle's boundary constraints associated with the corresponding time windows of customers, is introduced and combined with the penalty approach to eliminate infeasibilities regarding time window violations. The performance of the proposed algorithm and the effectiveness of the constraint handling technique have been studied extensively, comparing it to that of state-of-the-art metaheuristics using several sets of benchmark problems reported in the literature. The results of the numerical experiments show that the EMA generates feasible and near-optimal results within shorter computational times compared to the test algorithms. PMID:24723834

  7. Efficient Constraint Handling in Electromagnetism-Like Algorithm for Traveling Salesman Problem with Time Windows

    Directory of Open Access Journals (Sweden)

    Alkın Yurtkuran

    2014-01-01

    Full Text Available The traveling salesman problem with time windows (TSPTW is a variant of the traveling salesman problem in which each customer should be visited within a given time window. In this paper, we propose an electromagnetism-like algorithm (EMA that uses a new constraint handling technique to minimize the travel cost in TSPTW problems. The EMA utilizes the attraction-repulsion mechanism between charged particles in a multidimensional space for global optimization. This paper investigates the problem-specific constraint handling capability of the EMA framework using a new variable bounding strategy, in which real-coded particle’s boundary constraints associated with the corresponding time windows of customers, is introduced and combined with the penalty approach to eliminate infeasibilities regarding time window violations. The performance of the proposed algorithm and the effectiveness of the constraint handling technique have been studied extensively, comparing it to that of state-of-the-art metaheuristics using several sets of benchmark problems reported in the literature. The results of the numerical experiments show that the EMA generates feasible and near-optimal results within shorter computational times compared to the test algorithms.

  8. Penanganan Fuzzy Time Window pada Travelling Salesman Problem (TSP dengan Penerapan Algoritma Genetika

    Directory of Open Access Journals (Sweden)

    Gusti Eka Yuliastuti

    2017-03-01

    Full Text Available The route of the travel tour packages offered by travel agents is not considered optimum, so the level of satisfaction the tourist is not maximal. Selection of the route of the travel packages included in the traveling salesman problem (TSP. The problem that occurs is uncertain tourists visiting destinations at the best destinations timing hereinafter be referred to as the fuzzy time window problem. Therefore, the authors apply the genetic algorithm to solve the problem. Based on test results obtained optimum solution with the fitness value of 1.3291, a population size of 100, the number of generations of 1000, a combination of CR=0,4 and MR=0.6.

  9. On the Equivalence between some Local and Global Chinese Postman and Traveling Salesman Graphs

    NARCIS (Netherlands)

    Granot, D.; Hamers, H.J.M.

    2000-01-01

    A connected graph G=(V,E), a vertex in V and a non-negative weight function defined on Ecan be used to induce Chinese postman and traveling salesman (cooperative) games. A graph G=(V,E) is said to be locally (respectively, globally) Chinese postman balanced (respectively, totally balanced,

  10. Heuristic methods using grasp, path relinking and variable neighborhood search for the clustered traveling salesman problem

    Directory of Open Access Journals (Sweden)

    Mário Mestria

    2013-08-01

    Full Text Available The Clustered Traveling Salesman Problem (CTSP is a generalization of the Traveling Salesman Problem (TSP in which the set of vertices is partitioned into disjoint clusters and objective is to find a minimum cost Hamiltonian cycle such that the vertices of each cluster are visited contiguously. The CTSP is NP-hard and, in this context, we are proposed heuristic methods for the CTSP using GRASP, Path Relinking and Variable Neighborhood Descent (VND. The heuristic methods were tested using Euclidean instances with up to 2000 vertices and clusters varying between 4 to 150 vertices. The computational tests were performed to compare the performance of the heuristic methods with an exact algorithm using the Parallel CPLEX software. The computational results showed that the hybrid heuristic method using VND outperforms other heuristic methods.

  11. A population-based algorithm for the multi travelling salesman problem

    Directory of Open Access Journals (Sweden)

    Rubén Iván Bolaños

    2016-04-01

    Full Text Available This paper presents the implementation of an efficient modified genetic algorithm for solving the multi-traveling salesman problem (mTSP. The main characteristics of the method are the construction of an initial population of high quality and the implementation of several local search operators which are important in the efficient and effective exploration of promising regions of the solution space. Due to the combinatorial complexity of mTSP, the proposed methodology is especially applicable for real-world problems. The proposed algorithm was tested on a set of six benchmark instances, which have from 76 and 1002 cities to be visited. In all cases, the best known solution was improved. The results are also compared with other existing solutions procedure in the literature.

  12. Analysis of travelling salesman problem

    Science.gov (United States)

    Ahmed, Belal; Singh Chouhan, Shivank; Biswas, Subham; Gayathri, P.; Santhi, H.

    2017-11-01

    The multiple Traveling Salesman Problem (mTSP) is the general type of TSP, in which at least one than one sales representatives can be utilized as a part of the arrangement set. The Constraint in the improvement undertaking is that every sales representative comes back to beginning stage at end of outing, heading out to a particular arrangement of urban areas in the middle of and with the exception of the first, every last city is gone to by precisely one sales representative. The thought is to scan for the briefest course that is the slightest separation required for every salesperson to go from the beginning area to individual urban areas and back to the area from where he has begun. It is an intricate NP-Hard issue and has different applications for the most part in the field of planning and steering. The measure of algorithm time to take care of this issue develops exponentially as number of urban areas builds thus, the meta-heuristic streamlining algorithms, for example, Genetic Algorithm (GAs) are should have been investigated. The objective of this paper is to discover different algorithms utilized as a part of writing to understand mTSP.

  13. QUANTUM INSPIRED PARTICLE SWARM COMBINED WITH LIN-KERNIGHAN-HELSGAUN METHOD TO THE TRAVELING SALESMAN PROBLEM

    Directory of Open Access Journals (Sweden)

    Bruno Avila Leal de Meirelles Herrera

    2015-12-01

    Full Text Available ABSTRACT The Traveling Salesman Problem (TSP is one of the most well-known and studied problems of Operations Research field, more specifically, in the Combinatorial Optimization field. As the TSP is a NP (Non-Deterministic Polynomial time-hard problem, there are several heuristic methods which have been proposed for the past decades in the attempt to solve it the best possible way. The aim of this work is to introduce and to evaluate the performance of some approaches for achieving optimal solution considering some symmetrical and asymmetrical TSP instances, which were taken from the Traveling Salesman Problem Library (TSPLIB. The analyzed approaches were divided into three methods: (i Lin-Kernighan-Helsgaun (LKH algorithm; (ii LKH with initial tour based on uniform distribution; and (iii an hybrid proposal combining Particle Swarm Optimization (PSO with quantum inspired behavior and LKH for local search procedure. The tested algorithms presented promising results in terms of computational cost and solution quality.

  14. Facets for the Cardinality Constrained Quadratic Knapsack Problem and the Quadratic Selective Travelling Salesman Problem

    DEFF Research Database (Denmark)

    Mak, Vicky; Thomadsen, Tommy

    2004-01-01

    A well-known extension of the Travelling Salesman Problem (TSP) is the Selective (or Prize-collecting) TSP: In addition to the edge-costs, each node has an associated reward (denoted the node-reward) and instead of visiting all nodes, only profitable nodes are visited. The Quadratic Selective TSP...

  15. A Data-Guided Lexisearch Algorithm for the Asymmetric Traveling Salesman Problem

    Directory of Open Access Journals (Sweden)

    Zakir Hussain Ahmed

    2011-01-01

    Full Text Available A simple lexisearch algorithm that uses path representation method for the asymmetric traveling salesman problem (ATSP is proposed, along with an illustrative example, to obtain exact optimal solution to the problem. Then a data-guided lexisearch algorithm is presented. First, the cost matrix of the problem is transposed depending on the variance of rows and columns, and then the simple lexisearch algorithm is applied. It is shown that this minor preprocessing of the data before the simple lexisearch algorithm is applied improves the computational time substantially. The efficiency of our algorithms to the problem against two existing algorithms has been examined for some TSPLIB and random instances of various sizes. The results show remarkably better performance of our algorithms, especially our data-guided algorithm.

  16. Large neighborhood search for the double traveling salesman problem with multiple stacks

    Energy Technology Data Exchange (ETDEWEB)

    Bent, Russell W [Los Alamos National Laboratory; Van Hentenryck, Pascal [BROWN UNIV

    2009-01-01

    This paper considers a complex real-life short-haul/long haul pickup and delivery application. The problem can be modeled as double traveling salesman problem (TSP) in which the pickups and the deliveries happen in the first and second TSPs respectively. Moreover, the application features multiple stacks in which the items must be stored and the pickups and deliveries must take place in reserve (LIFO) order for each stack. The goal is to minimize the total travel time satisfying these constraints. This paper presents a large neighborhood search (LNS) algorithm which improves the best-known results on 65% of the available instances and is always within 2% of the best-known solutions.

  17. An Efficient Combined Meta-Heuristic Algorithm for Solving the Traveling Salesman Problem

    Directory of Open Access Journals (Sweden)

    Majid Yousefikhoshbakht

    2016-08-01

    Full Text Available The traveling salesman problem (TSP is one of the most important NP-hard Problems and probably the most famous and extensively studied problem in the field of combinatorial optimization. In this problem, a salesman is required to visit each of n given nodes once and only once, starting from any node and returning to the original place of departure. This paper presents an efficient evolutionary optimization algorithm developed through combining imperialist competitive algorithm and lin-kernighan algorithm called (MICALK in order to solve the TSP. The MICALK is tested on 44 TSP instances involving from 24 to 1655 nodes from the literature so that 26 best known solutions of the benchmark problem are also found by our algorithm. Furthermore, the performance of MICALK is compared with several metaheuristic algorithms, including GA, BA, IBA, ICA, GSAP, ABO, PSO and BCO on 32 instances from TSPLIB. The results indicate that the MICALK performs well and is quite competitive with the above algorithms.

  18. How Much is Location Information Worth? A Competitive Analysis of the Online Traveling Salesman Problem with Two Disclosure Dates

    NARCIS (Netherlands)

    F.J. Srour (Jordan); R.A. Zuidwijk (Rob)

    2008-01-01

    textabstractIn this paper we derive the worst-case ratio of an online algorithm for the Traveling Salesman Problem (TSP) with two disclosure dates. This problem, a variant of the online TSP with release dates, is characterized by the disclosure of a job’s location at one point in time followed by

  19. An Enhanced Genetic Algorithm for the Generalized Traveling Salesman Problem

    Directory of Open Access Journals (Sweden)

    H. Jafarzadeh

    2017-12-01

    Full Text Available The generalized traveling salesman problem (GTSP deals with finding the minimum-cost tour in a clustered set of cities. In this problem, the traveler is interested in finding the best path that goes through all clusters. As this problem is NP-hard, implementing a metaheuristic algorithm to solve the large scale problems is inevitable. The performance of these algorithms can be intensively promoted by other heuristic algorithms. In this study, a search method is developed that improves the quality of the solutions and competition time considerably in comparison with Genetic Algorithm. In the proposed algorithm, the genetic algorithms with the Nearest Neighbor Search (NNS are combined and a heuristic mutation operator is applied. According to the experimental results on a set of standard test problems with symmetric distances, the proposed algorithm finds the best solutions in most cases with the least computational time. The proposed algorithm is highly competitive with the published until now algorithms in both solution quality and running time.

  20. Solution for a bipartite Euclidean traveling-salesman problem in one dimension

    Science.gov (United States)

    Caracciolo, Sergio; Di Gioacchino, Andrea; Gherardi, Marco; Malatesta, Enrico M.

    2018-05-01

    The traveling-salesman problem is one of the most studied combinatorial optimization problems, because of the simplicity in its statement and the difficulty in its solution. We characterize the optimal cycle for every convex and increasing cost function when the points are thrown independently and with an identical probability distribution in a compact interval. We compute the average optimal cost for every number of points when the distance function is the square of the Euclidean distance. We also show that the average optimal cost is not a self-averaging quantity by explicitly computing the variance of its distribution in the thermodynamic limit. Moreover, we prove that the cost of the optimal cycle is not smaller than twice the cost of the optimal assignment of the same set of points. Interestingly, this bound is saturated in the thermodynamic limit.

  1. Double evolutsional artificial bee colony algorithm for multiple traveling salesman problem

    Directory of Open Access Journals (Sweden)

    Xue Ming Hao

    2016-01-01

    Full Text Available The double evolutional artificial bee colony algorithm (DEABC is proposed for solving the single depot multiple traveling salesman problem (MTSP. The proposed DEABC algorithm, which takes advantage of the strength of the upgraded operators, is characterized by its guidance in exploitation search and diversity in exploration search. The double evolutional process for exploitation search is composed of two phases of half stochastic optimal search, and the diversity generating operator for exploration search is used for solutions which cannot be improved after limited times. The computational results demonstrated the superiority of our algorithm over previous state-of-the-art methods.

  2. TUTORIALS ON AFRICAN BUFFALO OPTIMIZATION FOR SOLVING THE TRAVELLING SALESMAN PROBLEM

    Directory of Open Access Journals (Sweden)

    Odili J.B

    2017-03-01

    Full Text Available The African Buffalo Optimization is a newly designed metaheuristic optimization algorithm inspired by the migration of African buffalos from place to place across the vast African forests, deserts and savannah in search of food. Being a new algorithm, several researchers from different parts of the research world have indicated huge interest in understanding the working of the novel algorithm. This paper presents a practical demonstration of the workings of the African Buffalo Optimization in solving the popular travelling salesman problem. It is our belief that this tutorial paper will be helpful in further introducing the new algorithm and making it user-friendly.

  3. Using 2-Opt based evolution strategy for travelling salesman problem

    Directory of Open Access Journals (Sweden)

    Kenan Karagul

    2016-03-01

    Full Text Available Harmony search algorithm that matches the (µ+1 evolution strategy, is a heuristic method simulated by the process of music improvisation. In this paper, a harmony search algorithm is directly used for the travelling salesman problem. Instead of conventional selection operators such as roulette wheel, the transformation of real number values of harmony search algorithm to order index of vertex representation and improvement of solutions are obtained by using the 2-Opt local search algorithm. Then, the obtained algorithm is tested on two different parameter groups of TSPLIB. The proposed method is compared with classical 2-Opt which randomly started at each step and best known solutions of test instances from TSPLIB. It is seen that the proposed algorithm offers valuable solutions.

  4. A Computational Analysis of the Traveling Salesman and Cutting Stock Problems

    Directory of Open Access Journals (Sweden)

    Gracia María D.

    2015-01-01

    Full Text Available The aim of this article is to perform a computational study to analyze the impact of formulations, and the solution strategy on the algorithmic performance of two classical optimization problems: the traveling salesman problem and the cutting stock problem. In order to assess the algorithmic performance on both problems three dependent variables were used: solution quality, computing time and number of iterations. The results are useful for choosing the solution approach to each specific problem. In the STSP, the results demonstrate that the multistage decision formulation is better than the conventional formulations, by solving 90.47% of the instances compared with MTZ (76.19% and DFJ (14.28%. The results of the CSP demonstrate that the cutting patterns formulation is better than the standard formulation with symmetry breaking inequalities, when the objective function is to minimize the loss of trim when cutting the rolls.

  5. A High-Performance Genetic Algorithm: Using Traveling Salesman Problem as a Case

    Directory of Open Access Journals (Sweden)

    Chun-Wei Tsai

    2014-01-01

    Full Text Available This paper presents a simple but efficient algorithm for reducing the computation time of genetic algorithm (GA and its variants. The proposed algorithm is motivated by the observation that genes common to all the individuals of a GA have a high probability of surviving the evolution and ending up being part of the final solution; as such, they can be saved away to eliminate the redundant computations at the later generations of a GA. To evaluate the performance of the proposed algorithm, we use it not only to solve the traveling salesman problem but also to provide an extensive analysis on the impact it may have on the quality of the end result. Our experimental results indicate that the proposed algorithm can significantly reduce the computation time of GA and GA-based algorithms while limiting the degradation of the quality of the end result to a very small percentage compared to traditional GA.

  6. ON SAMPLING BASED METHODS FOR THE DUBINS TRAVELING SALESMAN PROBLEM WITH NEIGHBORHOODS

    Directory of Open Access Journals (Sweden)

    Petr Váňa

    2015-12-01

    Full Text Available In this paper, we address the problem of path planning to visit a set of regions by Dubins vehicle, which is also known as the Dubins Traveling Salesman Problem Neighborhoods (DTSPN. We propose a modification of the existing sampling-based approach to determine increasing number of samples per goal region and thus improve the solution quality if a more computational time is available. The proposed modification of the sampling-based algorithm has been compared with performance of existing approaches for the DTSPN and results of the quality of the found solutions and the required computational time are presented in the paper.

  7. PEMANFAATAN TEKNOLOGI GOOGLE MAPS UNTUK PENYELESAIAN ONLINE TRAVELLING SALESMAN PROBLEM (TSP BERBASIS GEOGRAFIS DENGAN MENGGUNAKAN ALGORITMA HEURISTIK

    Directory of Open Access Journals (Sweden)

    Wahyudi Agustiono

    2010-07-01

    Full Text Available Travelling Salesman Problem (TSP adalah salah satu metode klasik dalam proses pemecahan masalah optimasi dan penemuan rute terpendek dari sebuah rute perjalanan yang melewati beberapa titik lokasi. Oleh karena kehandalan metode ini banyak sekali algoritma dan metode optimasi yang mencoba memecahkan TSP dalam banyak penelitian. Sebagin besar hasil dari rangkaian ujicoba tersebut berupa kombinasi teroptimal dari rangkaian perjalanan salesman yang umumnya digambarkan dalam sebuah graph. Namun belum banyak penelitian yang menerapkan TSP pada data spasial atau geografis seperti Google Maps yang dapat memberikan representasi nyata permasalahan TSP dalam menemukan rute perjalanan melewati titik-titik wilayah di muka bumi. Dibandingkan dengan representasi graph, Google Maps memiliki kemampuan tidak sekedar menampilkan rute perjalanan akan tetapi juga dapat menyajikan informasi yang lebih komprehensif, interaktif dan faktual. Penelitian ini bertujuan untuk menerapkan metode TSP pada layanan data spasial sehingga akan dihasilkan visualisasi secara riil dari alternatif rute perjalanan salesman. Sebagai basis dari data spasial, penelitian ini memanfaatkan Google Maps Mashup untuk mendapatkan informasi rute yang lebih aktual, interaktif, dan komprehensif.

  8. List-Based Simulated Annealing Algorithm for Traveling Salesman Problem

    Directory of Open Access Journals (Sweden)

    Shi-hua Zhan

    2016-01-01

    Full Text Available Simulated annealing (SA algorithm is a popular intelligent optimization algorithm which has been successfully applied in many fields. Parameters’ setting is a key factor for its performance, but it is also a tedious work. To simplify parameters setting, we present a list-based simulated annealing (LBSA algorithm to solve traveling salesman problem (TSP. LBSA algorithm uses a novel list-based cooling schedule to control the decrease of temperature. Specifically, a list of temperatures is created first, and then the maximum temperature in list is used by Metropolis acceptance criterion to decide whether to accept a candidate solution. The temperature list is adapted iteratively according to the topology of the solution space of the problem. The effectiveness and the parameter sensitivity of the list-based cooling schedule are illustrated through benchmark TSP problems. The LBSA algorithm, whose performance is robust on a wide range of parameter values, shows competitive performance compared with some other state-of-the-art algorithms.

  9. Global approach to the n-dimensional traveling salesman problem: Application to the optimization of crystallographic data collection

    Energy Technology Data Exchange (ETDEWEB)

    Weinrach, J.B.; Bennett, D.W.

    1987-12-01

    An algorithm for the optimization of data collection time has been written and a subsequent computer program tested for diffractometer systems. The program, which utilizes a global statistical approach to the traveling salesman problem, yields reasonable solutions in a relatively short time. The algorithm has been successful in treating very large data sets (up to 4000 points) in three dimensions with subsequent time savings of ca 30%.

  10. Discrete Teaching-learning-based optimization Algorithm for Traveling Salesman Problems

    Directory of Open Access Journals (Sweden)

    Wu Lehui

    2017-01-01

    Full Text Available In this paper, a discrete variant of TLBO (DTLBO is proposed for solving the traveling salesman problem (TSP. In the proposed method, an effective learner representation scheme is redefined based on the characteristics of TSP problem. Moreover, all learners are randomly divided into several sub-swarms with equal amounts of learners so as to increase the diversity of population and reduce the probability of being trapped in local optimum. In each sub-swarm, the new positions of learners in the teaching phase and the learning phase are generated by the crossover operation, the legality detection and mutation operation, and then the offspring learners are determined based on greedy selection. Finally, to verify the performance of the proposed algorithm, benchmark TSP problems are examined and the results indicate that DTLBO is effective compared with other algorithms used for TSP problems.

  11. Optimization of travel salesman problem using the ant colony system and Greedy search

    International Nuclear Information System (INIS)

    Esquivel E, J.; Ordonez A, A.; Ortiz S, J. J.

    2008-01-01

    In this paper we present some results obtained during the development of optimization systems that can be used to design refueling and patterns of control rods in a BWR. These systems use ant colonies and Greedy search. The first phase of this project is to be familiar with these optimization techniques applied to the problem of travel salesman problem (TSP). The utility of TSP study is that, like the refueling design and pattern design of control rods are problems of combinative optimization. Even, the similarity with the problem of the refueling design is remarkable. It is presented some results for the TSP with the 32 state capitals of Mexico country. (Author)

  12. Perancangan Aplikasi Penjadwalan Traveling Salesman Problem dengan Algoritma Genetika

    Directory of Open Access Journals (Sweden)

    Hendy Tannady

    2012-12-01

    Full Text Available Supply chain management plays an important role in enhancing the efficiency and effectiveness of manufacturing industry business process. In this research, the problem is taken from a sales division in a company in determining the optimal sequence when delivering goods into nine cities. This problem is oftenreferred as travelling salesman problem. This problem is considered important since the optimal sequence can cut off operational cost. Creating an artificial intelligence for the company in determining the location and the optimal sequence of delivering goods is the main objective of this research. A genetic algorithm is utilized to determine the location and the optimal sequence. While for processing the data and concluding the result, researcher designed a Java-based application that provides the capability of automatic computing. The result of this computation is a sequence of locations with a fitness number for each. The best fitness number for the sequence location will be used for the final result and the conclusion to answer the company’s problem.

  13. Optimization of Multiple Traveling Salesman Problem Based on Simulated Annealing Genetic Algorithm

    Directory of Open Access Journals (Sweden)

    Xu Mingji

    2017-01-01

    Full Text Available It is very effective to solve the multi variable optimization problem by using hierarchical genetic algorithm. This thesis analyzes both advantages and disadvantages of hierarchical genetic algorithm and puts forward an improved simulated annealing genetic algorithm. The new algorithm is applied to solve the multiple traveling salesman problem, which can improve the performance of the solution. First, it improves the design of chromosomes hierarchical structure in terms of redundant hierarchical algorithm, and it suggests a suffix design of chromosomes; Second, concerning to some premature problems of genetic algorithm, it proposes a self-identify crossover operator and mutation; Third, when it comes to the problem of weak ability of local search of genetic algorithm, it stretches the fitness by mixing genetic algorithm with simulated annealing algorithm. Forth, it emulates the problems of N traveling salesmen and M cities so as to verify its feasibility. The simulation and calculation shows that this improved algorithm can be quickly converged to a best global solution, which means the algorithm is encouraging in practical uses.

  14. A combination of genetic algorithm and particle swarm optimization method for solving traveling salesman problem

    Directory of Open Access Journals (Sweden)

    Keivan Borna

    2015-12-01

    Full Text Available Traveling salesman problem (TSP is a well-established NP-complete problem and many evolutionary techniques like particle swarm optimization (PSO are used to optimize existing solutions for that. PSO is a method inspired by the social behavior of birds. In PSO, each member will change its position in the search space, according to personal or social experience of the whole society. In this paper, we combine the principles of PSO and crossover operator of genetic algorithm to propose a heuristic algorithm for solving the TSP more efficiently. Finally, some experimental results on our algorithm are applied in some instances in TSPLIB to demonstrate the effectiveness of our methods which also show that our algorithm can achieve better results than other approaches.

  15. Performance analysis of the partial use of a local optimization operator on the genetic algorithm for the Travelling Salesman Problem

    Directory of Open Access Journals (Sweden)

    Milan Djordjevic

    2012-01-01

    Full Text Available Background: The Travelling Salesman Problem is an NP-hard problem in combinatorial optimization with a number of practical implications. There are many heuristic algorithms and exact methods for solving the problem. Objectives: In this paper we study the influence of hybridization of a genetic algorithm with a local optimizer on solving instances of the Travelling Salesman Problem. Methods/ Approach: Our algorithm uses hybridization that occurs at various percentages of generations of a genetic algorithm. Moreover, we have also studied at which generations to apply the hybridization and hence applied it at random generations, at the initial generations, and at the last ones. Results: We tested our algorithm on instances with sizes ranging from 76 to 439 cities. On the one hand, the less frequent application of hybridization decreased the average running time of the algorithm from 14.62 sec to 2.78 sec at 100% and 10% hybridization respectively, while on the other hand, the quality of the solution on average deteriorated only from 0.21% till 1.40% worse than the optimal solution. Conclusions: In the paper we have shown that even a small hybridization substantially improves the quality of the result. Moreover, the hybridization in fact does not deteriorate the running time too much. Finally, our experiments show that the best results are obtained when hybridization occurs in the last generations of the genetic algorithm.

  16. An new self-organizing maps strategy for solving the traveling salesman problem

    International Nuclear Information System (INIS)

    Bai Yanping; Zhang Wendong; Jin Zhen

    2006-01-01

    This paper presents an approach to the well-known traveling salesman problem (TSP) using self-organizing maps (SOM). There are many types of SOM algorithms to solve the TSP found in the literature, whereas the purpose of this paper is to look for the incorporation of an efficient initialization methods and the definition of a parameters adaptation law to achieve better results and a faster convergence. Aspects of parameters adaptation, selecting the number of nodes of neurons, index of winner neurons and effect of the initial ordering of the cities, as well as the initial synaptic weights of the modified SOM algorithm are discussed. The complexity of the modified SOM algorithm is analyzed. The simulated results show an average deviation of 2.32% from the optimal tour length for a set of 12 TSP instances

  17. An new self-organizing maps strategy for solving the traveling salesman problem

    Energy Technology Data Exchange (ETDEWEB)

    Bai Yanping [Key Lab of Instrument Science and Dynamic Measurement of Ministry of Education, North University of China, No. 3, Xueyuan Road, TaiYuan, ShanXi 030051 (China)]. E-mail: baiyp@nuc.edu.cn; Zhang Wendong [Key Lab of Instrument Science and Dynamic Measurement of Ministry of Education, North University of China, No. 3, Xueyuan Road, TaiYuan, ShanXi 030051 (China)]. E-mail: wdzhang@nuc.edu.cn; Jin Zhen [Department of Applied Mathematics, North University of China, No. 3 Xueyuan Road, TaiYuan, ShanXi 030051 (China)

    2006-05-15

    This paper presents an approach to the well-known traveling salesman problem (TSP) using self-organizing maps (SOM). There are many types of SOM algorithms to solve the TSP found in the literature, whereas the purpose of this paper is to look for the incorporation of an efficient initialization methods and the definition of a parameters adaptation law to achieve better results and a faster convergence. Aspects of parameters adaptation, selecting the number of nodes of neurons, index of winner neurons and effect of the initial ordering of the cities, as well as the initial synaptic weights of the modified SOM algorithm are discussed. The complexity of the modified SOM algorithm is analyzed. The simulated results show an average deviation of 2.32% from the optimal tour length for a set of 12 TSP instances.

  18. A GPU Implementation of Local Search Operators for Symmetric Travelling Salesman Problem

    Directory of Open Access Journals (Sweden)

    Juraj Fosin

    2013-06-01

    Full Text Available The Travelling Salesman Problem (TSP is one of the most studied combinatorial optimization problem which is significant in many practical applications in transportation problems. The TSP problem is NP-hard problem and requires large computation power to be solved by the exact algorithms. In the past few years, fast development of general-purpose Graphics Processing Units (GPUs has brought huge improvement in decreasing the applications’ execution time. In this paper, we implement 2-opt and 3-opt local search operators for solving the TSP on the GPU using CUDA. The novelty presented in this paper is a new parallel iterated local search approach with 2-opt and 3-opt operators for symmetric TSP, optimized for the execution on GPUs. With our implementation large TSP problems (up to 85,900 cities can be solved using the GPU. We will show that our GPU implementation can be up to 20x faster without losing quality for all TSPlib problems as well as for our CRO TSP problem.

  19. Developing Programming Tools to Handle Traveling Salesman Problem by the Three Object-Oriented Languages

    Directory of Open Access Journals (Sweden)

    Hassan Ismkhan

    2014-01-01

    Full Text Available The traveling salesman problem (TSP is one of the most famous problems. Many applications and programming tools have been developed to handle TSP. However, it seems to be essential to provide easy programming tools according to state-of-the-art algorithms. Therefore, we have collected and programmed new easy tools by the three object-oriented languages. In this paper, we present ADT (abstract data type of developed tools at first; then we analyze their performance by experiments. We also design a hybrid genetic algorithm (HGA by developed tools. Experimental results show that the proposed HGA is comparable with the recent state-of-the-art applications.

  20. An approach using quantum PBIL to solve the traveling salesman problem

    International Nuclear Information System (INIS)

    Silva, Marcio Henrique; Schirru, Roberto

    2011-01-01

    Quantum inspired evolutionary algorithms are optimization tools based in artificial intelligence developed to simulate the quantum processing in classical computers viewing that there are not quantum computers available nowadays. In this work is introduced one of these tools, which adds quantum concepts such as the linear superposition of states and the qubit representation to standard PBIL named Quantum PBIL. Here we use Quantum PBIL to solve a well-known NPHard benchmark, the Traveling salesman problem. The objective is to find the shorter path made by a traveler linking all the available cities visiting each one only once and returning to the starter one at the final of his journey. As the main purpose of this work is employ the algorithm to solve the nuclear reload optimization in the future, and according to the similarities that both problems share, TSP is a good challenge for Quantum PBIL. The results have shown that the algorithm is able to obtain good performance when applied on this problem. It is also fast and has a great capacity to find good solutions when compared to other versions of PBIL found in literature despite of its stagnation of bits tendency can easily lead it to local minimums. (author)

  1. An approach using quantum PBIL to solve the traveling salesman problem

    Energy Technology Data Exchange (ETDEWEB)

    Silva, Marcio Henrique; Schirru, Roberto, E-mail: marciohenrique@lmp.ufrj.br, E-mail: schirru@lmp.ufrj.br [Coordenacao dos Programas de Pos-Graduacao em Engenharia (PEN/COPPE), Rio de Janeiro, RJ (Brazil)

    2011-07-01

    Quantum inspired evolutionary algorithms are optimization tools based in artificial intelligence developed to simulate the quantum processing in classical computers viewing that there are not quantum computers available nowadays. In this work is introduced one of these tools, which adds quantum concepts such as the linear superposition of states and the qubit representation to standard PBIL named Quantum PBIL. Here we use Quantum PBIL to solve a well-known NPHard benchmark, the Traveling salesman problem. The objective is to find the shorter path made by a traveler linking all the available cities visiting each one only once and returning to the starter one at the final of his journey. As the main purpose of this work is employ the algorithm to solve the nuclear reload optimization in the future, and according to the similarities that both problems share, TSP is a good challenge for Quantum PBIL. The results have shown that the algorithm is able to obtain good performance when applied on this problem. It is also fast and has a great capacity to find good solutions when compared to other versions of PBIL found in literature despite of its stagnation of bits tendency can easily lead it to local minimums. (author)

  2. A Discrete Fruit Fly Optimization Algorithm for the Traveling Salesman Problem.

    Directory of Open Access Journals (Sweden)

    Zi-Bin Jiang

    Full Text Available The fruit fly optimization algorithm (FOA is a newly developed bio-inspired algorithm. The continuous variant version of FOA has been proven to be a powerful evolutionary approach to determining the optima of a numerical function on a continuous definition domain. In this study, a discrete FOA (DFOA is developed and applied to the traveling salesman problem (TSP, a common combinatorial problem. In the DFOA, the TSP tour is represented by an ordering of city indices, and the bio-inspired meta-heuristic search processes are executed with two elaborately designed main procedures: the smelling and tasting processes. In the smelling process, an effective crossover operator is used by the fruit fly group to search for the neighbors of the best-known swarm location. During the tasting process, an edge intersection elimination (EXE operator is designed to improve the neighbors of the non-optimum food location in order to enhance the exploration performance of the DFOA. In addition, benchmark instances from the TSPLIB are classified in order to test the searching ability of the proposed algorithm. Furthermore, the effectiveness of the proposed DFOA is compared to that of other meta-heuristic algorithms. The results indicate that the proposed DFOA can be effectively used to solve TSPs, especially large-scale problems.

  3. Method for the traveling salesman problem by controlling two parameters of the Hopfield neural network; Parameter seigyogata hop field net ni yoru junkai salesman mondai no kaiho

    Energy Technology Data Exchange (ETDEWEB)

    Setsu, N.; Murakami, K.; Ohori, T.; Watanabe, K. [Hokkaido Institute of Technology, Sapporo (Japan)

    1996-01-20

    For solving the traveling salesman problem (TSP) by using a continuous value outputting neural net (NN), an investigation was given on the accuracy of solution and the possibility on traveling routes by using the penalty coefficient and temperature as the parameters for energy functions. The parameter range to obtain high-quality traveling routes was shown by a numerical experiment. The experimental result revealed that, when the penalty coefficient `r` is large, the traveling route possibility tends to become higher, but the route length increases, and when the `r` is small, the traveling route possibility becomes lower, but the route length decreases, also in the continuous value outputting NN as in the two-value outputting NN. Noticing this fact, and in order to improve the traveling route possibility as well as the solution quality, a method was proposed to expand the penalty control method which was proposed previously by the authors on the two-value outputting NN, into the continuous value outputting NN. In addition, a proposal was also made on a method to derive an optimal temperature efficiently by using the golden section method. It was found that the relative error has been reduced by 48% on the average as compared with that in the conventional method in which the temperature is fixed. 6 refs., 5 figs.

  4. Implementasi Algoritma Best-First Search (BeFS pada Penyelesaian Traveling Salesman Problem (TSP (Studi Kasus: Perjalanan Wisata Di Kota Yogyakarta

    Directory of Open Access Journals (Sweden)

    Muchammad Abrori

    2015-10-01

    Full Text Available Yogyakarta offers many tourist attractions, from nature based tourism, culinary tourism until cultural tourism. With so many tourist attractions offered by Yogyakarta, tourist often finds it difficult to arrange their travel schedule (from choosing which tourist attractions to be visited until choosing which route tourist should takes to maximize their vacation time. Therefore, it’s required to have a way to determine the shortest tour route so tourist can make their tour in the Yogyakarta effective. This problem can be categorized as Traveling Salesman Problem (TSP case. There are a lot of methods can be used to find the shortest route in Travelling Salesman Problems (TSP case. To solve the problem, which is to find the shortest tour route in Yogyakarta, Algorithm Best-First Travelling will be used in this undergraduate thesis. The implementation of Algorithm Best-First Search to find the shortest tour route in Yogyakarta can be used to produce a solution for tourist to choose the shortest tour package and decide which route they should take. The premium tour package produces tour route from Adi Sucipto Airport-Gembira Loka Zoo- Purawisata-N’dalem Gamelan Hotel-Yogyakarta Palace-Benteng Vredeburg Museum-Taman Pintar-Tamansari-Adi Sucipto Airport with distance covered 20.297 meter. The middle tour package produces tour route from Tugu railway station-Benteng Vredeburg Museum- Taman Pintar-Yogyakarta Palace-Mawar Asri Hotel-Tamansari-Purawisata-Gembira Loka Zoo-Tugu railway station with distance covered 11.772 meter. The economy tour package produces tour route from Giwangan bus station- Gembira Loka zoo-Purawisata-Yogyakarta Palace-Mitra Hotel-Benteng Vredeburg Museum-Taman Pintar-Tamansari-Giwangan bus station with distance covered 14.037 meter.

  5. Hierarchical Solution of the Traveling Salesman Problem with Random Dyadic Tilings

    Science.gov (United States)

    Kalmár-Nagy, Tamás; Bak, Bendegúz Dezső

    We propose a hierarchical heuristic approach for solving the Traveling Salesman Problem (TSP) in the unit square. The points are partitioned with a random dyadic tiling and clusters are formed by the points located in the same tile. Each cluster is represented by its geometrical barycenter and a “coarse” TSP solution is calculated for these barycenters. Midpoints are placed at the middle of each edge in the coarse solution. Near-optimal (or optimal) minimum tours are computed for each cluster. The tours are concatenated using the midpoints yielding a solution for the original TSP. The method is tested on random TSPs (independent, identically distributed points in the unit square) up to 10,000 points as well as on a popular benchmark problem (att532 — coordinates of 532 American cities). Our solutions are 8-13% longer than the optimal ones. We also present an optimization algorithm for the partitioning to improve our solutions. This algorithm further reduces the solution errors (by several percent using 1000 iteration steps). The numerical experiments demonstrate the viability of the approach.

  6. New formulation and branch-and-cut algorithm for the pickup and delivery traveling salesman problem with multiple stacks: new formulation and branch-and-cut algorithm

    NARCIS (Netherlands)

    Sampaio Oliveira, A.H.; Urrutia, S.

    2017-01-01

    In this paper, we consider the pickup and delivery traveling salesman problem with multiple stacks in which a single vehicle must serve a set of customer requests defined by a pair of pickup and delivery destinations of an item. The vehicle contains a fixed number of stacks, where each item is

  7. The Multi-commodity One-to-one Pickup-and-delivery Traveling Salesman Problem with Path Duration Limits

    DEFF Research Database (Denmark)

    Plum, Christian Edinger Munk; Pisinger, David; Salazar-González, Juan-José

    2012-01-01

    The design of container shipping networks is an important real world problem, with assets and operational costs in billions of dollars. To guide the optimal deployment of the ships, a single vessel roundtrip is considered by minimizing operational costs and flowing the best paying cargo under...... commercial constraints. Inspiration for formulation and solution method is taken from the rich research done within pickup and delivery problems. The problem, the multicommodity one-toone pickup and delivery traveling salesman problem with path duration limits is, to the best of out knowledge, considered...... for the first time. An arc flow and a path flow model are presented. A Branch and Cut and Price solution method is proposed and implemented....

  8. THE TRAVELLING SALESMAN PROBLEM IN THE ENGINEERING EDUCATION PROGRAMMING CURRICULUM

    Directory of Open Access Journals (Sweden)

    Yevgeny Gayev

    2017-11-01

    Full Text Available Objective: To make students familiar with the famous Traveling Salesman Problem (TSP and suggest the latter to become a common exercise in engineering programming curriculum provided the students master computer science in the easy programming environment MATLAB. Methods: easy programming in MATLAB makes true such modern educational approach as “discovery based” methodology. Results: a MATLAB TSP-program oriented to Ukrainian map is suggested that allows to pictorially demonstrate the process of optimal route search with an option to decelerate or accelerate the demonstration. The program is guessed to be useful both for learning the TSP as one of fundamental logistics problems and as an intriguing programming curriculum excersize. Several sub-programs according to key stone Computer Science Curriculum have also been suggested. This lies in line with recent “discovery based” learning methodology. Discussion: we explain how to create this program for visual discrete optimization, suggest required subprograms belonging to key stone programming algorithms including rather modern graphical user interface (GUI, how to use this MATLAB TSP-program for demonstration the drastical grows of solution time required. Conclusions: easy programming being realized in MATLAB makes dificult curriculum problems attractive to students; it focuses them to main problem’ features, laws and algorithms implementing the “discovery based” methodology in such a way.

  9. Advanced Harmony Search with Ant Colony Optimization for Solving the Traveling Salesman Problem

    Directory of Open Access Journals (Sweden)

    Ho-Yoeng Yun

    2013-01-01

    Full Text Available We propose a novel heuristic algorithm based on the methods of advanced Harmony Search and Ant Colony Optimization (AHS-ACO to effectively solve the Traveling Salesman Problem (TSP. The TSP, in general, is well known as an NP-complete problem, whose computational complexity increases exponentially by increasing the number of cities. In our algorithm, Ant Colony Optimization (ACO is used to search the local optimum in the solution space, followed by the use of the Harmony Search to escape the local optimum determined by the ACO and to move towards a global optimum. Experiments were performed to validate the efficiency of our algorithm through a comparison with other algorithms and the optimum solutions presented in the TSPLIB. The results indicate that our algorithm is capable of generating the optimum solution for most instances in the TSPLIB; moreover, our algorithm found better solutions in two cases (kroB100 and pr144 when compared with the optimum solution presented in the TSPLIB.

  10. Improved Genetic and Simulating Annealing Algorithms to Solve the Traveling Salesman Problem Using Constraint Programming

    Directory of Open Access Journals (Sweden)

    M. Abdul-Niby

    2016-04-01

    Full Text Available The Traveling Salesman Problem (TSP is an integer programming problem that falls into the category of NP-Hard problems. As the problem become larger, there is no guarantee that optimal tours will be found within reasonable computation time. Heuristics techniques, like genetic algorithm and simulating annealing, can solve TSP instances with different levels of accuracy. Choosing which algorithm to use in order to get a best solution is still considered as a hard choice. This paper suggests domain reduction as a tool to be combined with any meta-heuristic so that the obtained results will be almost the same. The hybrid approach of combining domain reduction with any meta-heuristic encountered the challenge of choosing an algorithm that matches the TSP instance in order to get the best results.

  11. The application of ant colony optimization in the solution of 3D traveling salesman problem on a sphere

    Directory of Open Access Journals (Sweden)

    Hüseyin Eldem

    2017-08-01

    Full Text Available Traveling Salesman Problem (TSP is a problem in combinatorial optimization that should be solved by a salesperson who has to travel all cities at the minimum cost (minimum route and return to the starting city (node. Todays, to resolve the minimum cost of this problem, many optimization algorithms have been used. The major ones are these metaheuristic algorithms. In this study, one of the metaheuristic methods, Ant Colony Optimization (ACO method (Max-Min Ant System – MMAS, was used to solve the Non-Euclidean TSP, which consisted of sets of different count points coincidentally located on the surface of a sphere. In this study seven point sets were used which have different point count. The performance of the MMAS method solving Non-Euclidean TSP problem was demonstrated by different experiments. Also, the results produced by ACO are compared with Discrete Cuckoo Search Algorithm (DCS and Genetic Algorithm (GA that are in the literature. The experiments for TSP on a sphere, show that ACO’s average results were better than the GA’s average results and also best results of ACO successful than the DCS.

  12. Solving the Traveling Salesman Problem Based on The Genetic Reactive Bone Route Algorithm whit Ant Colony System

    Directory of Open Access Journals (Sweden)

    Majid Yousefikhoshbakht

    2016-07-01

    Full Text Available The TSP is considered one of the most well-known combinatorial optimization tasks and researchers have paid so much attention to the TSP for many years. In this problem, a salesman starts to move from an arbitrary place called depot and after visits all of the nodes, finally comes back to the depot. The objective is to minimize the total distance traveled by the salesman.  Because this problem is a non-deterministic polynomial (NP-hard problem in nature, a hybrid meta-heuristic algorithm called REACSGA is used for solving the TSP. In REACSGA, a reactive bone route algorithm that uses the ant colony system (ACS for generating initial diversified solutions and the genetic algorithm (GA as an improved procedure are applied. Since the performance of the Metaheuristic algorithms is significantly influenced by their parameters, Taguchi Method is used to set the parameters of the proposed algorithm. The proposed algorithm is tested on several standard instances involving 24 to 318 nodes from the literature. The computational result shows that the results of the proposed algorithm are competitive with other metaheuristic algorithms for solving the TSP in terms of better quality of solution and computational time respectively. In addition, the proposed REACSGA is significantly efficient and finds closely the best known solutions for most of the instances in which thirteen best known solutions are also found.

  13. Kombinasi Firefly Algorithm-Tabu Search untuk Penyelesaian Traveling Salesman Problem

    Directory of Open Access Journals (Sweden)

    Riyan Naufal Hay's

    2017-07-01

    Full Text Available Traveling Salesman Problem (TSP adalah masalah optimasi kombinatorial klasik dan memiliki peran dalam perencanaan, penjadwalan, dan pencarian pada bidang rekayasa dan pengetahuan (Dong, 2012. TSP juga merupakan objek yang baik untuk menguji kinerja metode optimasi, beberapa metode seperti Cooperative Genetic Ant System (CGAS (Dong, 2012, Parallelized Genetic Ant Colony System (PGAS Particle Swarm Optimization and Ant Colony Optimization Algorithms (PSO–ACO (Elloumi, 2014, dan Ant Colony Hyper-Heuristics (ACO HH (Aziz, 2015 telah dikembangkan untuk memecahkan TSP. Sehingga, pada penelitian ini diimplementasikan kombinasi metode baru untuk meningkatkan akurasi penyelesaian TSP. Firefly Algorithm (FA merupakan salah satu algoritma yang dapat digunakan untuk memecahkan masalah optimasi kombinatorial (Layeb, 2014. FA merupakan algoritma yang berpotensi kuat dalam memecahkan kasus optimasi dibanding algoritma yang ada termasuk Particle Swarm Optimization (Yang, 2010. Namun, FA memiliki kekurangan dalam memecahkan masalah optimasi dengan skala besar (Baykasoğlu dan Ozsoy, 2014. Tabu Search (TS merupakan metode optimasi yang terbukti efektif untuk memecahkan masalah optimasi dengan skala besar (Pedro, 2013. Pada penelitian ini, TS akan diterapkan pada FA (FATS untuk memecahkan kasus TSP. Hasil FATS akan dibandingkan terhadap penelitian sebelumnya yaitu ACOHH. Perbandingan hasil menunjukan peningkatan akurasi sebesar 0.89% pada dataset Oliver30, 0.14% dataset Eil51, 3.81% dataset Eil76 dan 1.27% dataset KroA100.

  14. Solusi Optimal Model Optimisasi Robust Untuk Masalah Traveling Salesman Dengan Ketidaktentuan Kotak Dan Pendekatan Metode Branch And Bound

    Directory of Open Access Journals (Sweden)

    Poppy Amriyati

    2015-12-01

    Full Text Available Traveling Salesman Problem (TSP merupakan teknik pencarian rute yang dimulai dari satu titik awal, setiap kota harus dikunjungi sekali dan kemudian kembali ke tempat asal sehingga total jarak atau waktu perjalanan adalah minimum. Untuk mengatasi kedakpastian jarak atau waktu perjalanan, maka perlu dilakukan pengembangan model TSP. Salah satu bidang Optimisasi yang mampu menyelesaikan permasalahan terkait ketidakpastian adalah Optimisasi Robust. Dalam makalah ini dibahas mengenai penerapan Optimisasi Robust pada TSP (RTSP menggunakan pendekatan Box Uncertainty dan diselesaikan dengan menggunakan Metode Branch and Bound. Disajikan simulasi numerik pada software aplikasi Maple untuk beberapa kasus nyata terkait penerapan Optimisasi RTSP , seperti masalah manajemen konstruksi, penentuan jarak tempuh kota di Pulau Jawa, dan Penentuan Rute Mandiri Fun Run.

  15. An improved self-adaptive ant colony algorithm based on genetic strategy for the traveling salesman problem

    Science.gov (United States)

    Wang, Pan; Zhang, Yi; Yan, Dong

    2018-05-01

    Ant Colony Algorithm (ACA) is a powerful and effective algorithm for solving the combination optimization problem. Moreover, it was successfully used in traveling salesman problem (TSP). But it is easy to prematurely converge to the non-global optimal solution and the calculation time is too long. To overcome those shortcomings, a new method is presented-An improved self-adaptive Ant Colony Algorithm based on genetic strategy. The proposed method adopts adaptive strategy to adjust the parameters dynamically. And new crossover operation and inversion operation in genetic strategy was used in this method. We also make an experiment using the well-known data in TSPLIB. The experiment results show that the performance of the proposed method is better than the basic Ant Colony Algorithm and some improved ACA in both the result and the convergence time. The numerical results obtained also show that the proposed optimization method can achieve results close to the theoretical best known solutions at present.

  16. Automatic Combination of Operators in a Genetic Algorithm to Solve the Traveling Salesman Problem.

    Directory of Open Access Journals (Sweden)

    Carlos Contreras-Bolton

    Full Text Available Genetic algorithms are powerful search methods inspired by Darwinian evolution. To date, they have been applied to the solution of many optimization problems because of the easy use of their properties and their robustness in finding good solutions to difficult problems. The good operation of genetic algorithms is due in part to its two main variation operators, namely, crossover and mutation operators. Typically, in the literature, we find the use of a single crossover and mutation operator. However, there are studies that have shown that using multi-operators produces synergy and that the operators are mutually complementary. Using multi-operators is not a simple task because which operators to use and how to combine them must be determined, which in itself is an optimization problem. In this paper, it is proposed that the task of exploring the different combinations of the crossover and mutation operators can be carried out by evolutionary computing. The crossover and mutation operators used are those typically used for solving the traveling salesman problem. The process of searching for good combinations was effective, yielding appropriate and synergic combinations of the crossover and mutation operators. The numerical results show that the use of the combination of operators obtained by evolutionary computing is better than the use of a single operator and the use of multi-operators combined in the standard way. The results were also better than those of the last operators reported in the literature.

  17. Multi-Objective Ant Colony Optimization Based on the Physarum-Inspired Mathematical Model for Bi-Objective Traveling Salesman Problems.

    Directory of Open Access Journals (Sweden)

    Zili Zhang

    Full Text Available Bi-objective Traveling Salesman Problem (bTSP is an important field in the operations research, its solutions can be widely applied in the real world. Many researches of Multi-objective Ant Colony Optimization (MOACOs have been proposed to solve bTSPs. However, most of MOACOs suffer premature convergence. This paper proposes an optimization strategy for MOACOs by optimizing the initialization of pheromone matrix with the prior knowledge of Physarum-inspired Mathematical Model (PMM. PMM can find the shortest route between two nodes based on the positive feedback mechanism. The optimized algorithms, named as iPM-MOACOs, can enhance the pheromone in the short paths and promote the search ability of ants. A series of experiments are conducted and experimental results show that the proposed strategy can achieve a better compromise solution than the original MOACOs for solving bTSPs.

  18. Traveling salesman problems with PageRank Distance on complex networks reveal community structure

    Science.gov (United States)

    Jiang, Zhongzhou; Liu, Jing; Wang, Shuai

    2016-12-01

    In this paper, we propose a new algorithm for community detection problems (CDPs) based on traveling salesman problems (TSPs), labeled as TSP-CDA. Since TSPs need to find a tour with minimum cost, cities close to each other are usually clustered in the tour. This inspired us to model CDPs as TSPs by taking each vertex as a city. Then, in the final tour, the vertices in the same community tend to cluster together, and the community structure can be obtained by cutting the tour into a couple of paths. There are two challenges. The first is to define a suitable distance between each pair of vertices which can reflect the probability that they belong to the same community. The second is to design a suitable strategy to cut the final tour into paths which can form communities. In TSP-CDA, we deal with these two challenges by defining a PageRank Distance and an automatic threshold-based cutting strategy. The PageRank Distance is designed with the intrinsic properties of CDPs in mind, and can be calculated efficiently. In the experiments, benchmark networks with 1000-10,000 nodes and varying structures are used to test the performance of TSP-CDA. A comparison is also made between TSP-CDA and two well-established community detection algorithms. The results show that TSP-CDA can find accurate community structure efficiently and outperforms the two existing algorithms.

  19. Genetic algorithm based on virus theory of evolution for traveling salesman problem; Virus shinkaron ni motozuku identeki algorithm no junkai salesman mondai eno oyo

    Energy Technology Data Exchange (ETDEWEB)

    Kubota, N. [Osaka Inst. of Technology, Osaka (Japan); Fukuda, T. [Nagoya University, Nagoya (Japan)

    1998-05-31

    This paper deals with virus evolutionary genetic algorithm. The genetic algorithms (GAs) have been demonstrated its effectiveness in optimization problems in these days. In general, the GAs simulate the survival of fittest by natural selection and the heredity of the Darwin`s theory of evolution. However, some types of evolutionary hypotheses such as neutral theory of molecular evolution, Imanishi`s evolutionary theory, serial symbiosis theory, and virus theory of evolution, have been proposed in addition to the Darwinism. Virus theory of evolution is based on the view that the virus transduction is a key mechanism for transporting segments of DNA across species. This paper proposes genetic algorithm based on the virus theory of evolution (VE-GA), which has two types of populations: host population and virus population. The VE-GA is composed of genetic operators and virus operators such as reverse transcription and incorporation. The reverse transcription operator transcribes virus genes on the chromosome of host individual and the incorporation operator creates new genotype of virus from host individual. These operators by virus population make it possible to transmit segment of DNA between individuals in the host population. Therefore, the VE-GA realizes not only vertical but also horizontal propagation of genetic information. Further, the VE-GA is applied to the traveling salesman problem in order to show the effectiveness. 20 refs., 10 figs., 3 tabs.

  20. Optimal solution for travelling salesman problem using heuristic shortest path algorithm with imprecise arc length

    Science.gov (United States)

    Bakar, Sumarni Abu; Ibrahim, Milbah

    2017-08-01

    The shortest path problem is a popular problem in graph theory. It is about finding a path with minimum length between a specified pair of vertices. In any network the weight of each edge is usually represented in a form of crisp real number and subsequently the weight is used in the calculation of shortest path problem using deterministic algorithms. However, due to failure, uncertainty is always encountered in practice whereby the weight of edge of the network is uncertain and imprecise. In this paper, a modified algorithm which utilized heuristic shortest path method and fuzzy approach is proposed for solving a network with imprecise arc length. Here, interval number and triangular fuzzy number in representing arc length of the network are considered. The modified algorithm is then applied to a specific example of the Travelling Salesman Problem (TSP). Total shortest distance obtained from this algorithm is then compared with the total distance obtained from traditional nearest neighbour heuristic algorithm. The result shows that the modified algorithm can provide not only on the sequence of visited cities which shown to be similar with traditional approach but it also provides a good measurement of total shortest distance which is lesser as compared to the total shortest distance calculated using traditional approach. Hence, this research could contribute to the enrichment of methods used in solving TSP.

  1. On the Optimization and Parallelizing Little Algorithm for Solving the Traveling Salesman Problem

    Directory of Open Access Journals (Sweden)

    V. V. Vasilchikov

    2016-01-01

    Full Text Available The paper describes some ways to accelerate solving the NP-complete Traveling Salesman Problem. The classic Little algorithm belonging to the category of ”branch and bound methods” can solve it both for directed and undirected graphs. However, for undirected graphs its operation can be accelerated by eliminating the consideration of branches examined earlier. The paper proposes changes to be made in the key operations of the algorithm to speed up its execution. It also describes the results of an experiment that demonstrated a significant acceleration of solving the problem by using an advanced algorithm. Another way to speed up the work is to parallelize the algorithm. For problems of this kind it is difficult to break the task into a sufficient number of subtasks having comparable complexity. Their parallelism arises dynamically during the execution. For such problems, it seems reasonable to use parallel-recursive algorithms. In our case the use of the library RPM ParLib developed by the author was a good choice. It allows us to develop effective applications for parallel computing on a local network using any .NET-compatible programming language. We used C# to develop the programs. Parallel applications were developed as for basic and modified algorithms, the comparing of their speed was made. Experiments were performed for the graphs with the number of vertexes up to 45 and with the number of network computers up to 16. We also investigated the acceleration that can be achieved by parallelizing the basic Little algorithm for directed graphs. The results of these experiments are also presented in the paper. 

  2. Computational Recognition of RNA Splice Sites by Exact Algorithms for the Quadratic Traveling Salesman Problem

    Directory of Open Access Journals (Sweden)

    Anja Fischer

    2015-06-01

    Full Text Available One fundamental problem of bioinformatics is the computational recognition of DNA and RNA binding sites. Given a set of short DNA or RNA sequences of equal length such as transcription factor binding sites or RNA splice sites, the task is to learn a pattern from this set that allows the recognition of similar sites in another set of DNA or RNA sequences. Permuted Markov (PM models and permuted variable length Markov (PVLM models are two powerful models for this task, but the problem of finding an optimal PM model or PVLM model is NP-hard. While the problem of finding an optimal PM model or PVLM model of order one is equivalent to the traveling salesman problem (TSP, the problem of finding an optimal PM model or PVLM model of order two is equivalent to the quadratic TSP (QTSP. Several exact algorithms exist for solving the QTSP, but it is unclear if these algorithms are capable of solving QTSP instances resulting from RNA splice sites of at least 150 base pairs in a reasonable time frame. Here, we investigate the performance of three exact algorithms for solving the QTSP for ten datasets of splice acceptor sites and splice donor sites of five different species and find that one of these algorithms is capable of solving QTSP instances of up to 200 base pairs with a running time of less than two days.

  3. Improvement of algorithm using Kohonen`s self-organizing feature map for the traveling salesman problem; Kohonen jiko soshikika tokucho mappu wo mochiita ukai serusuman mondai kaiho no kairyo

    Energy Technology Data Exchange (ETDEWEB)

    Fujimura, K.; Tokutaka, H.; Tanaka, H.; Kishida, S. [Tottori Univ., Tottori (Japan); Oshima, Y. [Mita Industrial Co. Ltd., Osaka (Japan)

    1996-02-20

    Traveling salesman problem (TSP) is one of the combinatorial optimization problems. The solution of this problem is to seek the way of how to visit every city only once within the shortest traveling distance. The solutions of this problem are studied a lot hitherto since they are the index for observing the basic properties of optimization algorithm. The method of Angeniol using the elf-organizing feature map is greatly forceful from the viewpoint of its short calculating time. In this study, regarding the algorithm of Angeniol, the conditions of obtaining the shortest tour length within shorter time are examined. Namely, a half of calculating time is reduced by changing Angeniol method into the method of making the node create after the searches of M cities. Additionally, the calculating time for unchanged tour length is reduced to one fourth by adding an inertia item in accordance with the variation of the number of total nodes. 14 refs., 8 figs.

  4. ON THE USE OF LYTLE’S ALGORITHM FOR SOLVING TRAVELING SALESMAN PROBLEM AT DEVELOPING SUBURBAN ROUTE

    Directory of Open Access Journals (Sweden)

    S. Kantsedal

    2012-01-01

    Full Text Available Lytle’s algorithm is described as proposed for an accurate solution of the salesman Problem. Statistical characteristics of solution duration with lytle’s algorithm of some problems and of their modifications are specified. On the basis of the results obtained the limits for the algorithm practical specification in the preparation of the route network are given.

  5. Application of supernetworks in modeling activity-travel behaviour

    NARCIS (Netherlands)

    Liao, F.; Arentze, T.A.; Timmermans, H.J.P.

    2011-01-01

    Network representation and optimization has for long been applied to address vast engineering and scientific problems. Examples are originated from the Seven Bridges of Konigsberg, to a variety of classic P and NP-hard problems such minimum spanning tree, shortest path, and traveling salesman

  6. The Application of Fitness Sharing Method in Evolutionary Algorithm to Optimizing the Travelling Salesman Problem (TSP

    Directory of Open Access Journals (Sweden)

    Nurmaulidar Nurmaulidar

    2015-04-01

    Full Text Available Travelling Salesman Problem (TSP is one of complex optimization problem that is difficult to be solved, and require quite a long time for a large number of cities. Evolutionary algorithm is a precise algorithm used in solving complex optimization problem as it is part of heuristic method. Evolutionary algorithm, like many other algorithms, also experiences a premature convergence phenomenon, whereby variation is eliminated from a population of fairly fit individuals before a complete solution is achieved. Therefore it requires a method to delay the convergence. A specific method of fitness sharing called phenotype fitness sharing has been used in this research. The aim of this research is to find out whether fitness sharing in evolutionary algorithm is able to optimize TSP. There are two concepts of evolutionary algorithm being used in this research. the first one used single elitism and the other one used federated solution. The two concepts had been tested to the method of fitness sharing by using the threshold of 0.25, 0.50 and 0.75. The result was then compared to a non fitness sharing method. The result in this study indicated that by using single elitism concept, fitness sharing was able to give a more optimum result for the data of 100-1000 cities. On the other hand, by using federation solution concept, fitness sharing can yield a more optimum result for the data above 1000 cities, as well as a better solution of data-spreading compared to the method without fitness sharing.

  7. Metaheurísticas híbridas para resolução do problema do caixeiro viajante com coleta de prêmios Hybrid metaheuristics for solve the prize collecting traveling salesman problem

    Directory of Open Access Journals (Sweden)

    Antonio Augusto Chaves

    2007-08-01

    Full Text Available O Problema do Caixeiro Viajante com Coleta de Prêmios (PCVCP pode ser associado a um caixeiro que coleta um prêmio em cada cidade visitada e paga uma penalidade para cada cidade não visitada, com um custo de deslocamento entre as cidades. O problema encontra-se em minimizar o somatório dos custos da viagem e penalidades, enquanto inclui na sua rota um número suficiente de cidades que lhe permita coletar um prêmio mínimo preestabelecido. Este trabalho contribui com o desenvolvimento de metaheurísticas híbridas para o PCVCP, baseadas em GRASP e métodos de busca em vizinhança variável (VNS/VND para solucionar aproximadamente o PCVCP. De forma a validar as soluções obtidas, propõe-se uma formulação matemática a ser resolvida por um solver comercial, objetivando encontrar a solução ótima para o problema, sendo este solver aplicado a problemas de pequeno porte. Resultados computacionais demonstram a eficiência da abordagem híbrida proposta, tanto em relação à qualidade da solução final obtida quanto em relação ao tempo de execução.The Prize Collecting Traveling Salesman Problem (PCTSP can be associated to a salesman who collects a prize in each city visited and pays a penalty for each city not visited, with travel costs among the cities. The objective is to minimize the sum of the travel costs and penalties, including in the tour enough number of cities that allow collecting a minimum prize. This paper contributes with the development of a hybrid metaheuristic to PCTSP, based on GRASP and search methods in variable neighborhood (VNS/VND to solve PCTSP approximately. In order to validate the obtained solutions, we proposed a mathematical formulation to be solved by a commercial solver to find the best solution to the problem, being this solver applied to small problems. Computational results demonstrate the efficiency of the proposed method, as much in relation to the quality of the obtained final solution as in relation

  8. PENYELESAIAN MULTI TRAVELING SALESMAN PROBLEM DENGAN ALGORITMA GENETIKA

    Directory of Open Access Journals (Sweden)

    NI KADEK MAYULIANA

    2017-01-01

    Full Text Available Genetic algorithm is a part of heuristic algorithm which can be applied to solve various computational problems. This work is directed to study the performance of the genetic algorithm (GA to solve Multi Traveling Salesmen Problem (multi-TSP. GA is simulated to determine the shortest route for 5 to 10 salesmen who travelled 10 to 30 cities. The performance of this algorithm is studied based on the minimum distance and the processing time required for 10 repetitions for each of cities-salesmen combination. The result showed that the minimum distance and the processing time of the GA increase consistently whenever the number of cities to visit increase. In addition, different number of sales who visited certain number of cities proved significantly affect the running time of GA, but did not prove significantly affect the minimum distance.

  9. The modification of hybrid method of ant colony optimization, particle swarm optimization and 3-OPT algorithm in traveling salesman problem

    Science.gov (United States)

    Hertono, G. F.; Ubadah; Handari, B. D.

    2018-03-01

    The traveling salesman problem (TSP) is a famous problem in finding the shortest tour to visit every vertex exactly once, except the first vertex, given a set of vertices. This paper discusses three modification methods to solve TSP by combining Ant Colony Optimization (ACO), Particle Swarm Optimization (PSO) and 3-Opt Algorithm. The ACO is used to find the solution of TSP, in which the PSO is implemented to find the best value of parameters α and β that are used in ACO.In order to reduce the total of tour length from the feasible solution obtained by ACO, then the 3-Opt will be used. In the first modification, the 3-Opt is used to reduce the total tour length from the feasible solutions obtained at each iteration, meanwhile, as the second modification, 3-Opt is used to reduce the total tour length from the entire solution obtained at every iteration. In the third modification, 3-Opt is used to reduce the total tour length from different solutions obtained at each iteration. Results are tested using 6 benchmark problems taken from TSPLIB by calculating the relative error to the best known solution as well as the running time. Among those modifications, only the second and third modification give satisfactory results except the second one needs more execution time compare to the third modifications.

  10. Arthur Miller's Death of a Salesman

    OpenAIRE

    Apolinário, Valdemar dos Passos

    2001-01-01

    Dissertação (mestrado) - Universidade Federal de Santa Catarina, Centro de Comunicação e Expressão. Programa de Pós-Graduação em Letras/Inglês e Literatura Correspondente Investiga como as questões político-sociais atingiram as personagens de Arthur Miller na peça Death of a Salesman, contribuindo para moldar suas personalidades e determinando o seu destino. Mostra que, para Arthur Miller, Benjamin Franklin foi a principal fonte de inspiração no seu retrato das preocupações políticas, da c...

  11. Koncepce a priori Mikela Dufrenna

    Directory of Open Access Journals (Sweden)

    Felix Borecký

    2016-06-01

    Full Text Available The principle aim of this essay is to present Mikel Dufrenne’s conception of the a priori as an effort to overcome the sociological and historical relativism that dominates in aesthetics as in all other human sciences. Dufrenne endeavours to show that the understanding of sense cannot be derived only from an empirical framework. It does not suffice to consider only that what one has experienced or the habits, norms and values of the society in which one has grown up and by means of which one perceives reality (common sense; human beings also have a priori constants that are of crucial significance for cognition. The second section of the article presents an interpretation of how Dufrenne delimits his conception of the a priori against epistemology, and, mainly, in the third section, against Kant. The article continues, in the fourth and the sixth section respectively with an endeavour to overcome subjectivism and intellectualism, and focuses, in the fifth section, on the a priori as a historical concept that is inseparably connected with the imaginary (discussed in the seventh section. All these points are completely heterogeneous with the traditional delimitations of the a priori according to the rules of logic. Dufrenne’s notion of the a priori constitutes an original contribution to solving the problem of cognitio sensitiva, which deals with the question of the extent to which it is possible to recognize universal truths on a sensuous individual being. Dufrenne is convinced that the aesthetic aspects of experience, such as the sensuous, the imaginary, and the corporeal, are the truest guide to recognition of the deep truths about human being in the world. Here is manifested the a priori basis that is common both to human beings and the world and guaranteed by Nature. The supreme examples of aesthetic phenomena are works of art and the supreme type of experience is the aesthetic experience.

  12. A Cost Assessment of the Dayton Public Schools Vehicle Routing Problem

    Science.gov (United States)

    2009-03-01

    known problems: the Traveling Salesman Problem (TSP) and the Bin Packing Problem ( BPP ) (Ralphs, 2003). The VRP has a plethora of real world...well known problems: the Traveling Salesman Problem (TSP) and the Bin Packing Problem ( BPP ) (Ralphs, 2003). The VRP has a plethora of real world

  13. Art Priori = Art Priori / Kristel Jakobson

    Index Scriptorium Estoniae

    Jakobson, Kristel, 1983-

    2015-01-01

    Restoran Art Priori Tallinna vanalinnas Olevimägi 7. Sisekujunduse autor Kristel Jakobson (Haka Disain). Eesti Sisearhitektide Liidu aastapreemia 2014/2015 parima restorani eest. Lühidalt Kristel Jakobsonist

  14. On the Core of Routing Games with Revenues

    NARCIS (Netherlands)

    A. Estévez-Fernandéz (Arantza); P. Borm; M. Meertens; H. Reijnierse

    2006-01-01

    htmlabstract Traveling salesman problems with revenues form a generalization of traveling salesman problems. Here, next to travel costs an explicit revenue is generated by visiting a city. We analyze routing problems with revenues, where a predetermined route on all cities determines the tours

  15. On the Core of Routing Games with Revenues

    NARCIS (Netherlands)

    Estevez Fernandez, M.A.; Borm, P.E.M.; Meertens, M.; Reijnierse, J.H.

    2006-01-01

    Traveling salesman problems with revenues form a generalization of traveling salesman problems.Here, next to travel costs an explicit revenue is generated by visiting a city.We analyze routing problems with revenues, where a predetermined route on all cities determines the tours along

  16. On the core of routing games with revenues

    NARCIS (Netherlands)

    Estevez Fernandez, M.A.; Borm, P.; Meertens, M.; Reijnierse, H.

    2009-01-01

    Traveling salesman problems with revenues form a generalization of traveling salesman problems. Here, next to travel costs an explicit revenue is generated by visiting a city. We analyze routing problems with revenues, where a predetermined route on all cities determines the tours along subgroups.

  17. A priori imaginace

    Directory of Open Access Journals (Sweden)

    Mikel Dufrenne

    2016-06-01

    Full Text Available In this article, Dufrenne argues that imagination need not be only the subjective capacity to invent the unreal (dreams, fantasies, but that it is actually capable of revealing images that bring human beings closer to the hidden plenitude of Nature. Among these a priori images, such as heaven, water, blood, and earth, Dufrenne emphasizes the elementary, power, depth, and purity, which he believes are the most fundamental of them. He considers a potential classification of these images on the principle of ontological quality.

  18. Optimal phase estimation with arbitrary a priori knowledge

    International Nuclear Information System (INIS)

    Demkowicz-Dobrzanski, Rafal

    2011-01-01

    The optimal-phase estimation strategy is derived when partial a priori knowledge on the estimated phase is available. The solution is found with the help of the most famous result from the entanglement theory: the positive partial transpose criterion. The structure of the optimal measurements, estimators, and the optimal probe states is analyzed. This Rapid Communication provides a unified framework bridging the gap in the literature on the subject which until now dealt almost exclusively with two extreme cases: almost perfect knowledge (local approach based on Fisher information) and no a priori knowledge (global approach based on covariant measurements). Special attention is paid to a natural a priori probability distribution arising from a diffusion process.

  19. Assessing the risk of work-related international travel.

    Science.gov (United States)

    Druckman, Myles; Harber, Philip; Liu, Yihang; Quigley, Robert L

    2014-11-01

    To identify factors affecting the likelihood of requiring medical services during international business trips. Data from more than 800,000 international trips and medical assistance cases provided to 48 multinational corporations in 2009. Travel destination countries were grouped into four a priori risk-related categories. Travel to "low" medical risk countries in aggregate accounted for more hospitalizations and medical evacuations than travel to "high" medical risk countries. Nevertheless, the risk per trip was much higher for travel to higher medical risk countries. Corporations with employees on international travel should allocate sufficient resources to manage and ideally prevent medical issues during business travel. Travel medicine must focus on more than infectious diseases, and programs are necessary for both high- and low-risk regions. Improved understanding of travel-related needs determines resource allocation and risk mitigation efforts.

  20. A priori a matematika u Berkeleyho

    Czech Academy of Sciences Publication Activity Database

    Tomeček, Marek

    2014-01-01

    Roč. 62, č. 3 (2014), s. 369-385 ISSN 0015-1831 R&D Projects: GA ČR(CZ) GAP401/11/0371 Institutional support: RVO:67985955 Keywords : a priori * mathematics * empiricism * George Berkeley Subject RIV: AA - Philosophy ; Religion

  1. An Adaptive Evolutionary Algorithm for Traveling Salesman Problem with Precedence Constraints

    Directory of Open Access Journals (Sweden)

    Jinmo Sung

    2014-01-01

    Full Text Available Traveling sales man problem with precedence constraints is one of the most notorious problems in terms of the efficiency of its solution approach, even though it has very wide range of industrial applications. We propose a new evolutionary algorithm to efficiently obtain good solutions by improving the search process. Our genetic operators guarantee the feasibility of solutions over the generations of population, which significantly improves the computational efficiency even when it is combined with our flexible adaptive searching strategy. The efficiency of the algorithm is investigated by computational experiments.

  2. Solving Arc Routing Problems Using the Lin-Kernighan-Helsgaun Algorithm

    DEFF Research Database (Denmark)

    Helsgaun, Keld

    It is well known that many arc routing problems can be transformed into the Equality Generalized Traveling Salesman Problem (E-GTSP), which in turn can be transformed into a standard Asymmetric Traveling Salesman Problem (TSP). This opens up the possibility of solving arc routing problems using...

  3. An Investigation of Starting Point Preferences in Human Performance on Traveling Salesman Problems

    Science.gov (United States)

    MacGregor, James N.

    2014-01-01

    Previous studies have shown that people start traveling sales problem tours significantly more often from boundary than from interior nodes. There are a number of possible reasons for such a tendency: first, it may arise as a direct result of the processes involved in tour construction; second, boundary points may be perceptually more salient than…

  4. An Adaptive Clustering Approach Based on Minimum Travel Route Planning for Wireless Sensor Networks with a Mobile Sink.

    Science.gov (United States)

    Tang, Jiqiang; Yang, Wu; Zhu, Lingyun; Wang, Dong; Feng, Xin

    2017-04-26

    In recent years, Wireless Sensor Networks with a Mobile Sink (WSN-MS) have been an active research topic due to the widespread use of mobile devices. However, how to get the balance between data delivery latency and energy consumption becomes a key issue of WSN-MS. In this paper, we study the clustering approach by jointly considering the Route planning for mobile sink and Clustering Problem (RCP) for static sensor nodes. We solve the RCP problem by using the minimum travel route clustering approach, which applies the minimum travel route of the mobile sink to guide the clustering process. We formulate the RCP problem as an Integer Non-Linear Programming (INLP) problem to shorten the travel route of the mobile sink under three constraints: the communication hops constraint, the travel route constraint and the loop avoidance constraint. We then propose an Imprecise Induction Algorithm (IIA) based on the property that the solution with a small hop count is more feasible than that with a large hop count. The IIA algorithm includes three processes: initializing travel route planning with a Traveling Salesman Problem (TSP) algorithm, transforming the cluster head to a cluster member and transforming the cluster member to a cluster head. Extensive experimental results show that the IIA algorithm could automatically adjust cluster heads according to the maximum hops parameter and plan a shorter travel route for the mobile sink. Compared with the Shortest Path Tree-based Data-Gathering Algorithm (SPT-DGA), the IIA algorithm has the characteristics of shorter route length, smaller cluster head count and faster convergence rate.

  5. Theoretical analysis of two ACO approaches for the traveling salesman problem

    DEFF Research Database (Denmark)

    Kötzing, Timo; Neumann, Frank; Röglin, Heiko

    2012-01-01

    Bioinspired algorithms, such as evolutionary algorithms and ant colony optimization, are widely used for different combinatorial optimization problems. These algorithms rely heavily on the use of randomness and are hard to understand from a theoretical point of view. This paper contributes...... to the theoretical analysis of ant colony optimization and studies this type of algorithm on one of the most prominent combinatorial optimization problems, namely the traveling salesperson problem (TSP). We present a new construction graph and show that it has a stronger local property than one commonly used...... for constructing solutions of the TSP. The rigorous runtime analysis for two ant colony optimization algorithms, based on these two construction procedures, shows that they lead to good approximation in expected polynomial time on random instances. Furthermore, we point out in which situations our algorithms get...

  6. Kant, Reichenbach, and the Fate of A Priori Principles

    OpenAIRE

    de Boer, Karin

    2011-01-01

    This article contends that the relation of early logical empiricism to Kant was more complex than is often assumed. It argues that Reichenbach’s early work on Kant and Einstein, entitled The Theory of Relativity and A Priori Knowledge (1920) aimed to transform rather than to oppose Kant’s Critique of Pure Reason. One the one hand, I argue that Reichenbach’s conception of coordinating principles, derived from Kant’s conception of synthetic a priori principles, offers a valuable way of accounti...

  7. Ant Systems for a Dynamic TSP - Ants Caught in a Traffic Jam

    NARCIS (Netherlands)

    Eyckelhof, C.J.; Dorigo, M.; Caro Di, G.; Snoek, M.; Sampels, M.

    2002-01-01

    In this paper we present a new Ants System approach to a dynamic Travelling Salesman Problem. Here the travel times between the cities are subject to change. To handle this dynamism several ways of adapting the pheromone matrix both locally and globally are considered. We show that the strategy of

  8. Heuristic Solution Approaches to the Double TSP with Multiple Stacks

    DEFF Research Database (Denmark)

    Petersen, Hanne Løhmann

    This paper introduces the Double Travelling Salesman Problem with Multiple Stacks and presents a three different metaheuristic approaches to its solution. The Double Travelling Salesman Problem with Multiple Stacks is concerned with finding the shortest route performing pickups and deliveries in ...... are developed for the problem and used with each of the heuristics. Finally some computational results are given along with lower bounds on the objective value....

  9. Heuristic Solution Approaches to the Double TSP with Multiple Stacks

    DEFF Research Database (Denmark)

    Petersen, Hanne Løhmann

    2006-01-01

    This paper introduces the Double Travelling Salesman Problem with Multiple Stacks and presents a three different metaheuristic approaches to its solution. The Double Travelling Salesman Problem with Multiple Stacks is concerned with finding the shortest route performing pickups and deliveries in ...... are developed for the problem and used with each of the heuristics. Finally some computational results are given along with lower bounds on the objective value....

  10. Certification of an optimal TSP tour through 85,900 cities

    DEFF Research Database (Denmark)

    Applegate, David L.; Bixby, Robert E.; Chvatal, Vasek

    2009-01-01

    We describe a computer code and data that together certify the optimality of a solution to the 85,900-city traveling salesman problem pla85900, the largest instance in the TSPLIB collection of challenge problems......We describe a computer code and data that together certify the optimality of a solution to the 85,900-city traveling salesman problem pla85900, the largest instance in the TSPLIB collection of challenge problems...

  11. A United Framework for Solving Multiagent Task Assignment Problems

    National Research Council Canada - National Science Library

    Cousin, Kevin

    2007-01-01

    .... The CMTS descriptor represents a wide range of classical and modern problems, such as job shop scheduling, the traveling salesman problem, vehicle routing, and cooperative multi-object tracking...

  12. A priori knowledge and the Kochen-Specker theorem

    International Nuclear Information System (INIS)

    Brunet, Olivier

    2007-01-01

    We introduce and formalize a notion of 'a priori knowledge' about a quantum system, and show some properties about this form of knowledge. Finally, we show that the Kochen-Specker theorem follows directly from this study

  13. Total Evidence, Uncertainty and A Priori Beliefs

    NARCIS (Netherlands)

    Bewersdorf, Benjamin; Felline, Laura; Ledda, Antonio; Paoli, Francesco; Rossanese, Emanuele

    2016-01-01

    Defining the rational belief state of an agent in terms of her initial or a priori belief state as well as her total evidence can help to address a number of important philosophical problems. In this paper, I discuss how this strategy can be applied to cases in which evidence is uncertain. I argue

  14. Motion Planning and Task Assignment for Unmanned Aerial Vehicles Cooperating with Unattended Ground Sensors

    Science.gov (United States)

    2014-10-24

    constraints on its motion. This problem was formalized as the Dubins travelling salesman problem (TSP). In the second phase of the research we have...given constraints on its motion. This problem was formalized as the Dubins travelling salesman problem (TSP). The contributions of the study in the...assumptions were made on the magnitude of the intercity distances. The two algorithms complement each other in terms of their range of applicability

  15. A Priori Regularity of Parabolic Partial Differential Equations

    KAUST Repository

    Berkemeier, Francisco

    2018-01-01

    In this thesis, we consider parabolic partial differential equations such as the heat equation, the Fokker-Planck equation, and the porous media equation. Our aim is to develop methods that provide a priori estimates for solutions with singular

  16. Intention to use a fully automated car: attitudes and a priori acceptability

    OpenAIRE

    PAYRE, William; CESTAC, Julien; DELHOMME, Patricia

    2014-01-01

    If previous research studied acceptability of partially or highly automated driving, few of them focused on fully automated driving (FAD), including the ability to master longitudinal control, lateral control and maneuvers. The present study analyzes a priori acceptability, attitudes, personality traits and intention to use a fully automated vehicle. 421 French drivers (153 males, M= 40.2 years, age range 19-73) answered an online questionnaire. 68.1% of the sample a priori accepted FAD. P...

  17. Practical interior tomography with radial Hilbert filtering and a priori knowledge in a small round area.

    Science.gov (United States)

    Tang, Shaojie; Yang, Yi; Tang, Xiangyang

    2012-01-01

    Interior tomography problem can be solved using the so-called differentiated backprojection-projection onto convex sets (DBP-POCS) method, which requires a priori knowledge within a small area interior to the region of interest (ROI) to be imaged. In theory, the small area wherein the a priori knowledge is required can be in any shape, but most of the existing implementations carry out the Hilbert filtering either horizontally or vertically, leading to a vertical or horizontal strip that may be across a large area in the object. In this work, we implement a practical DBP-POCS method with radial Hilbert filtering and thus the small area with the a priori knowledge can be roughly round (e.g., a sinus or ventricles among other anatomic cavities in human or animal body). We also conduct an experimental evaluation to verify the performance of this practical implementation. We specifically re-derive the reconstruction formula in the DBP-POCS fashion with radial Hilbert filtering to assure that only a small round area with the a priori knowledge be needed (namely radial DBP-POCS method henceforth). The performance of the practical DBP-POCS method with radial Hilbert filtering and a priori knowledge in a small round area is evaluated with projection data of the standard and modified Shepp-Logan phantoms simulated by computer, followed by a verification using real projection data acquired by a computed tomography (CT) scanner. The preliminary performance study shows that, if a priori knowledge in a small round area is available, the radial DBP-POCS method can solve the interior tomography problem in a more practical way at high accuracy. In comparison to the implementations of DBP-POCS method demanding the a priori knowledge in horizontal or vertical strip, the radial DBP-POCS method requires the a priori knowledge within a small round area only. Such a relaxed requirement on the availability of a priori knowledge can be readily met in practice, because a variety of small

  18. Advances in bio-inspired computing for combinatorial optimization problems

    CERN Document Server

    Pintea, Camelia-Mihaela

    2013-01-01

    Advances in Bio-inspired Combinatorial Optimization Problems' illustrates several recent bio-inspired efficient algorithms for solving NP-hard problems.Theoretical bio-inspired concepts and models, in particular for agents, ants and virtual robots are described. Large-scale optimization problems, for example: the Generalized Traveling Salesman Problem and the Railway Traveling Salesman Problem, are solved and their results are discussed.Some of the main concepts and models described in this book are: inner rule to guide ant search - a recent model in ant optimization, heterogeneous sensitive a

  19. Mediterranean Diet and Cardiovascular Disease: A Critical Evaluation of A Priori Dietary Indexes

    Science.gov (United States)

    D’Alessandro, Annunziata; De Pergola, Giovanni

    2015-01-01

    The aim of this paper is to analyze the a priori dietary indexes used in the studies that have evaluated the role of the Mediterranean Diet in influencing the risk of developing cardiovascular disease. All the studies show that this dietary pattern protects against cardiovascular disease, but studies show quite different effects on specific conditions such as coronary heart disease or cerebrovascular disease. A priori dietary indexes used to measure dietary exposure imply quantitative and/or qualitative divergences from the traditional Mediterranean Diet of the early 1960s, and, therefore, it is very difficult to compare the results of different studies. Based on real cultural heritage and traditions, we believe that the a priori indexes used to evaluate adherence to the Mediterranean Diet should consider classifying whole grains and refined grains, olive oil and monounsaturated fats, and wine and alcohol differently. PMID:26389950

  20. A concept for automated nanoscale atomic force microscope (AFM) measurements using a priori knowledge

    International Nuclear Information System (INIS)

    Recknagel, C; Rothe, H

    2009-01-01

    The nanometer coordinate measuring machine (NCMM) is developed for comparatively fast large area scans with high resolution. The system combines a metrological atomic force microscope (AFM) with a precise positioning system. The sample is moved under the probe system via the positioning system achieving a scan range of 25 × 25 × 5 mm 3 with a resolution of 0.1 nm. A concept for AFM measurements using a priori knowledge is implemented. The a priori knowledge is generated through measurements with a white light interferometer and the use of CAD data. Dimensional markup language is used as a transfer and target format for a priori knowledge and measurement data. Using the a priori knowledge and template matching algorithms combined with the optical microscope of the NCMM, the region of interest can automatically be identified. In the next step the automatic measurement of the part coordinate system and the measurement elements with the AFM sensor of the NCMM is done. The automatic measurement involves intelligent measurement strategies, which are adapted to specific geometries of the measurement feature to reduce measurement time and drift effects

  1. Mediterranean Diet and Cardiovascular Disease: A Critical Evaluation of A Priori Dietary Indexes

    Directory of Open Access Journals (Sweden)

    Annunziata D'Alessandro

    2015-09-01

    Full Text Available The aim of this paper is to analyze the a priori dietary indexes used in the studies that have evaluated the role of the Mediterranean Diet in influencing the risk of developing cardiovascular disease. All the studies show that this dietary pattern protects against cardiovascular disease, but studies show quite different effects on specific conditions such as coronary heart disease or cerebrovascular disease. A priori dietary indexes used to measure dietary exposure imply quantitative and/or qualitative divergences from the traditional Mediterranean Diet of the early 1960s, and, therefore, it is very difficult to compare the results of different studies. Based on real cultural heritage and traditions, we believe that the a priori indexes used to evaluate adherence to the Mediterranean Diet should consider classifying whole grains and refined grains, olive oil and monounsaturated fats, and wine and alcohol differently.

  2. Learning to improve medical decision making from imbalanced data without a priori cost.

    Science.gov (United States)

    Wan, Xiang; Liu, Jiming; Cheung, William K; Tong, Tiejun

    2014-12-05

    In a medical data set, data are commonly composed of a minority (positive or abnormal) group and a majority (negative or normal) group and the cost of misclassifying a minority sample as a majority sample is highly expensive. This is the so-called imbalanced classification problem. The traditional classification functions can be seriously affected by the skewed class distribution in the data. To deal with this problem, people often use a priori cost to adjust the learning process in the pursuit of optimal classification function. However, this priori cost is often unknown and hard to estimate in medical decision making. In this paper, we propose a new learning method, named RankCost, to classify imbalanced medical data without using a priori cost. Instead of focusing on improving the class-prediction accuracy, RankCost is to maximize the difference between the minority class and the majority class by using a scoring function, which translates the imbalanced classification problem into a partial ranking problem. The scoring function is learned via a non-parametric boosting algorithm. We compare RankCost to several representative approaches on four medical data sets varying in size, imbalanced ratio, and dimension. The experimental results demonstrate that unlike the currently available methods that often perform unevenly with different priori costs, RankCost shows comparable performance in a consistent manner. It is a challenging task to learn an effective classification model based on imbalanced data in medical data analysis. The traditional approaches often use a priori cost to adjust the learning of the classification function. This work presents a novel approach, namely RankCost, for learning from medical imbalanced data sets without using a priori cost. The experimental results indicate that RankCost performs very well in imbalanced data classification and can be a useful method in real-world applications of medical decision making.

  3. A tabu search algorithm for scheduling a single robot in a job-shop environment

    NARCIS (Netherlands)

    Hurink, Johann L.; Knust, S.

    1999-01-01

    We consider a single-machine scheduling problem which arises as a subproblem in a job-shop environment where the jobs have to be transported between the machines by a single transport robot. The robot scheduling problem may be regarded as a generalization of the travelling-salesman problem with time

  4. A tabu search algorithm for scheduling a single robot in a job-shop environment

    NARCIS (Netherlands)

    Hurink, Johann L.; Knust, Sigrid

    2002-01-01

    We consider a single-machine scheduling problem which arises as a subproblem in a job-shop environment where the jobs have to be transported between the machines by a single transport robot. The robot scheduling problem may be regarded as a generalization of the travelling-salesman problem with time

  5. Introduction of a priori information in the elastic linearized inversion of seismic data before stacking; Introduction d'informations a priori dans l'inversion linearisee elastique de donnees sismiques de surface avant sommation

    Energy Technology Data Exchange (ETDEWEB)

    Tonellot, Th.L.

    2000-03-24

    In this thesis, we propose a method which takes into account a priori information (geological, diagraphic and stratigraphic knowledge) in linearized pre-stack seismic data inversion. The approach is based on a formalism in which the a priori information is incorporated in an a priori model of elastic parameters - density, P and S impedances - and a model covariance operator which describes the uncertainties in the model. The first part of the thesis is dedicated to the study of this covariance operator and to the norm associated to its inverse. We have generalized the exponential covariance operator in order to describe the uncertainties in the a priori model elastic parameters and their correlations at each location. We give the analytical expression of the covariance operator inverse in 1-D, 2-D, and 3-D, and we discretized the associated norm with a finite element method. The second part is dedicated to synthetic and real examples. In a preliminary step, we have developed a pre-stack data well calibration method which allows the estimation of the source signal. The impact of different a priori information is then demonstrated on synthetic and real data. (author)

  6. Conventional Principles in Science: On the foundations and development of the relativized a priori

    Science.gov (United States)

    Ivanova, Milena; Farr, Matt

    2015-11-01

    The present volume consists of a collection of papers originally presented at the conference Conventional Principles in Science, held at the University of Bristol, August 2011, which featured contributions on the history and contemporary development of the notion of 'relativized a priori' principles in science, from Henri Poincaré's conventionalism to Michael Friedman's contemporary defence of the relativized a priori. In Science and Hypothesis, Poincaré assessed the problematic epistemic status of Euclidean geometry and Newton's laws of motion, famously arguing that each has the status of 'convention' in that their justification is neither analytic nor empirical in nature. In The Theory of Relativity and A Priori Knowledge, Hans Reichenbach, in light of the general theory of relativity, proposed an updated notion of the Kantian synthetic a priori to account for the dynamic inter-theoretic status of geometry and other non-empirical physical principles. Reichenbach noted that one may reject the 'necessarily true' aspect of the synthetic a priori whilst preserving the feature of being constitutive of the object of knowledge. Such constitutive principles are theory-relative, as illustrated by the privileged role of non-Euclidean geometry in general relativity theory. This idea of relativized a priori principles in spacetime physics has been analysed and developed at great length in the modern literature in the work of Michael Friedman, in particular the roles played by the light postulate and the equivalence principle - in special and general relativity respectively - in defining the central terms of their respective theories and connecting the abstract mathematical formalism of the theories with their empirical content. The papers in this volume guide the reader through the historical development of conventional and constitutive principles in science, from the foundational work of Poincaré, Reichenbach and others, to contemporary issues and applications of the

  7. Sensitivity of the OMI ozone profile retrieval (OMO3PR) to a priori assumptions

    NARCIS (Netherlands)

    Mielonen, T.; De Haan, J.F.; Veefkind, J.P.

    2014-01-01

    We have assessed the sensitivity of the operational OMI ozone profile retrieval (OMO3PR) algorithm to a number of a priori assumptions. We studied the effect of stray light correction, surface albedo assumptions and a priori ozone profiles on the retrieved ozone profile. Then, we studied how to

  8. A Priori Knowledge and Heuristic Reasoning in Architectural Design.

    Science.gov (United States)

    Rowe, Peter G.

    1982-01-01

    It is proposed that the various classes of a priori knowledge incorporated in heuristic reasoning processes exert a strong influence over architectural design activity. Some design problems require exercise of some provisional set of rules, inference, or plausible strategy which requires heuristic reasoning. A case study illustrates this concept.…

  9. A novel method to design S-box based on chaotic map and genetic algorithm

    International Nuclear Information System (INIS)

    Wang, Yong; Wong, Kwok-Wo; Li, Changbing; Li, Yang

    2012-01-01

    The substitution box (S-box) is an important component in block encryption algorithms. In this Letter, the problem of constructing S-box is transformed to a Traveling Salesman Problem and a method for designing S-box based on chaos and genetic algorithm is proposed. Since the proposed method makes full use of the traits of chaotic map and evolution process, stronger S-box is obtained. The results of performance test show that the presented S-box has good cryptographic properties, which justify that the proposed algorithm is effective in generating strong S-boxes. -- Highlights: ► The problem of constructing S-box is transformed to a Traveling Salesman Problem. ► We present a new method for designing S-box based on chaos and genetic algorithm. ► The proposed algorithm is effective in generating strong S-boxes.

  10. A novel method to design S-box based on chaotic map and genetic algorithm

    Energy Technology Data Exchange (ETDEWEB)

    Wang, Yong, E-mail: wangyong_cqupt@163.com [State Key Laboratory of Power Transmission Equipment and System Security and New Technology, Chongqing University, Chongqing 400044 (China); Key Laboratory of Electronic Commerce and Logistics, Chongqing University of Posts and Telecommunications, Chongqing 400065 (China); Wong, Kwok-Wo [Department of Electronic Engineering, City University of Hong Kong, 83 Tat Chee Avenue, Kowloon Tong (Hong Kong); Li, Changbing [Key Laboratory of Electronic Commerce and Logistics, Chongqing University of Posts and Telecommunications, Chongqing 400065 (China); Li, Yang [Department of Automatic Control and Systems Engineering, The University of Sheffield, Mapping Street, S1 3DJ (United Kingdom)

    2012-01-30

    The substitution box (S-box) is an important component in block encryption algorithms. In this Letter, the problem of constructing S-box is transformed to a Traveling Salesman Problem and a method for designing S-box based on chaos and genetic algorithm is proposed. Since the proposed method makes full use of the traits of chaotic map and evolution process, stronger S-box is obtained. The results of performance test show that the presented S-box has good cryptographic properties, which justify that the proposed algorithm is effective in generating strong S-boxes. -- Highlights: ► The problem of constructing S-box is transformed to a Traveling Salesman Problem. ► We present a new method for designing S-box based on chaos and genetic algorithm. ► The proposed algorithm is effective in generating strong S-boxes.

  11. A rescheduling heuristic for the single machine total tardiness problem

    African Journals Online (AJOL)

    In this paper, we propose a rescheduling heuristic for scheduling N jobs on a .... the schedules which start both jobs i and j after time T, there is an optimal ..... [14] Picard J & Queyranne M, 1978, The time-dependent traveling salesman problem.

  12. Time-discrete higher order ALE formulations: a priori error analysis

    KAUST Repository

    Bonito, Andrea; Kyza, Irene; Nochetto, Ricardo H.

    2013-01-01

    We derive optimal a priori error estimates for discontinuous Galerkin (dG) time discrete schemes of any order applied to an advection-diffusion model defined on moving domains and written in the Arbitrary Lagrangian Eulerian (ALE) framework. Our

  13. Razonamiento a priori y argumento ontológico en Antonio Rosmini

    Directory of Open Access Journals (Sweden)

    Juan F. Franck

    2013-11-01

    Full Text Available Rosmini’s criticism of the ontological argument finds its place between those of Aquinas and of Kant. With the former he shares the denial of the evidence of God’s essence quoad nos, and with the latter, his acknowledgment of the decisive character of the nucleus of the ontological argument for all other proofs of God’s existence. Such nucleus consists for Rosmini in the possibility of developing an a priori reasoning, different from the ontological one, be it in its Anselmian, Cartesian or Leibnizian form, which would justify the validity of the other proofs and the fascination exercised by the ontological argument. Key words: A Priori Reasoning, Ontological Argument, Antonio Rosmini.

  14. Psicoanálisis y filosofía: el problema del a priori de la investigación en Heidegger y Winnicott Psychoanalysis and philosophy: the problem of a priori research in Heidegger and Winnicott

    Directory of Open Access Journals (Sweden)

    Julieta Bareiro

    2011-12-01

    Full Text Available El presente trabajo intenta presentar la relación entre saber psicoanalítico y filosofía a partir de un diálogo entre Winnicott y Heidegger. Para ello se llevará a cabo dos reconstrucciones argumentativas. En primer lugar, se expondrá el modo en que Heidegger determina el carácter a priori de su investigación. En segundo lugar, se hará un recorrido por la obra de Winnicott a fin de determinar cómo concibe el vínculo entre psicoanálisis y filosofía y, fundamentalmente, para establecer si hay lugar en su pensamiento para un a priori que permita trazar un vínculo con la filosofía.This paper aims to present the relationship between psychoanalytic knowledge and philosophy through to dialogue between Winnicott and Heidegger. This will take place two reconstructions argumentative. First, it exposed the way in which Heidegger determines the a priori character of their research. Secondly, it will go through to Winnicott´s work to determine how he conceives the relationship between psychoanalysis and philosophy and, crucially, to establish if a form in their thinking to a priori that allows a link with philosophy.

  15. OPTIMAL TOUR CONSTRUCTIONS FOR MULTIPLE MOBILE ROBOTS

    Directory of Open Access Journals (Sweden)

    AMIR A. SHAFIE

    2011-04-01

    Full Text Available The attempts to use mobile robots in a variety of environments are currently being limited by their navigational capability, thus a set of robots must be configured for one specific environment. The problem of navigating an environment is the fundamental problem in mobile robotic where various methods including exact and heuristic approaches have been proposed to solve the problem. This paper proposed a solution to the navigation problem via the use of multiple robots to explore the environment employing heuristic methods to navigate the environment using a variant of a Traveling Salesman Problem (TSP known as Multiple Traveling Salesman Problem (M-TSP.

  16. Incorporating a priori knowledge into initialized weights for neural classifier

    NARCIS (Netherlands)

    Chen, Zhe; Feng, T.J.; Feng, Tian-Jin; Houkes, Z.

    2000-01-01

    Artificial neural networks (ANN), especially, multilayer perceptrons (MLP) have been widely used in pattern recognition and classification. Nevertheless, how to incorporate a priori knowledge in the design of ANNs is still an open problem. The paper tries to give some insight on this topic

  17. A Frequency Matching Method for Generation of a Priori Sample Models from Training Images

    DEFF Research Database (Denmark)

    Lange, Katrine; Cordua, Knud Skou; Frydendall, Jan

    2011-01-01

    This paper presents a Frequency Matching Method (FMM) for generation of a priori sample models based on training images and illustrates its use by an example. In geostatistics, training images are used to represent a priori knowledge or expectations of models, and the FMM can be used to generate...... new images that share the same multi-point statistics as a given training image. The FMM proceeds by iteratively updating voxel values of an image until the frequency of patterns in the image matches the frequency of patterns in the training image; making the resulting image statistically...... indistinguishable from the training image....

  18. The Design of a Polymorphous Cognitive Agent Architecture (PCAA)

    Science.gov (United States)

    2008-05-01

    this scenario is very similar to the classic Traveling Salesman Problem (TSP). However, this problem has a strong cognitive aspect , and the goal was to...strong cognitive aspect , and the goal was to focus on this aspect rather than to find a possibly quicker non-cognitive solution. Additionally

  19. An optimization approach for communal home meal delivery service : A case study

    NARCIS (Netherlands)

    Bräysy, Olli; Nakari, Pentti; Dullaert, Wout; Neittaanmäki, Pekka

    2009-01-01

    This paper is the first to discuss the communal home meal delivery problem. The problem can be modelled as a multiple travelling salesman problem with time windows, that is closely related to the well-studied vehicle routing problem with time windows. Experimental results are reported for a

  20. Bayesian Travel Time Inversion adopting Gaussian Process Regression

    Science.gov (United States)

    Mauerberger, S.; Holschneider, M.

    2017-12-01

    A major application in seismology is the determination of seismic velocity models. Travel time measurements are putting an integral constraint on the velocity between source and receiver. We provide insight into travel time inversion from a correlation-based Bayesian point of view. Therefore, the concept of Gaussian process regression is adopted to estimate a velocity model. The non-linear travel time integral is approximated by a 1st order Taylor expansion. A heuristic covariance describes correlations amongst observations and a priori model. That approach enables us to assess a proxy of the Bayesian posterior distribution at ordinary computational costs. No multi dimensional numeric integration nor excessive sampling is necessary. Instead of stacking the data, we suggest to progressively build the posterior distribution. Incorporating only a single evidence at a time accounts for the deficit of linearization. As a result, the most probable model is given by the posterior mean whereas uncertainties are described by the posterior covariance.As a proof of concept, a synthetic purely 1d model is addressed. Therefore a single source accompanied by multiple receivers is considered on top of a model comprising a discontinuity. We consider travel times of both phases - direct and reflected wave - corrupted by noise. Left and right of the interface are assumed independent where the squared exponential kernel serves as covariance.

  1. Study on monostable and bistable reaction-diffusion equations by iteration of travelling wave maps

    Science.gov (United States)

    Yi, Taishan; Chen, Yuming

    2017-12-01

    In this paper, based on the iterative properties of travelling wave maps, we develop a new method to obtain spreading speeds and asymptotic propagation for monostable and bistable reaction-diffusion equations. Precisely, for Dirichlet problems of monostable reaction-diffusion equations on the half line, by making links between travelling wave maps and integral operators associated with the Dirichlet diffusion kernel (the latter is NOT invariant under translation), we obtain some iteration properties of the Dirichlet diffusion and some a priori estimates on nontrivial solutions of Dirichlet problems under travelling wave transformation. We then provide the asymptotic behavior of nontrivial solutions in the space-time region for Dirichlet problems. These enable us to develop a unified method to obtain results on heterogeneous steady states, travelling waves, spreading speeds, and asymptotic spreading behavior for Dirichlet problem of monostable reaction-diffusion equations on R+ as well as of monostable/bistable reaction-diffusion equations on R.

  2. Elimination of hidden a priori information from remotely sensed profile data

    Directory of Open Access Journals (Sweden)

    T. von Clarmann

    2007-01-01

    Full Text Available Profiles of atmospheric state variables retrieved from remote measurements often contain a priori information which causes complication in the statistical use of data and in the comparison with other measured or modeled data. For such applications it often is desirable to remove the a priori information from the data product. If the retrieval involves an ill-posed inversion problem, formal removal of the a priori information requires resampling of the data on a coarser grid, which in some sense, however, is a prior constraint in itself. The fact that the trace of the averaging kernel matrix of a retrieval is equivalent to the number of degrees of freedom of the retrieval is used to define an appropriate information-centered representation of the data where each data point represents one degree of freedom. Since regridding implies further degradation of the data and thus causes additional loss of information, a re-regularization scheme has been developed which allows resampling without additional loss of information. For a typical ClONO2 profile retrieved from spectra as measured by the Michelson Interferometer for Passive Atmospheric Sounding (MIPAS, the constrained retrieval has 9.7 degrees of freedom. After application of the proposed transformation to a coarser information-centered altitude grid, there are exactly 9 degrees of freedom left, and the averaging kernel on the coarse grid is unity. Pure resampling on the information-centered grid without re-regularization would reduce the degrees of freedom to 7.1 (6.7 for a staircase (triangular representation scheme.

  3. New a priori estimates for mean-field games with congestion

    KAUST Repository

    Evangelista, David; Gomes, Diogo A.

    2016-01-01

    We present recent developments in crowd dynamics models (e.g. pedestrian flow problems). Our formulation is given by a mean-field game (MFG) with congestion. We start by reviewing earlier models and results. Next, we develop our model. We establish new a priori estimates that give partial regularity of the solutions. Finally, we discuss numerical results.

  4. New a priori estimates for mean-field games with congestion

    KAUST Repository

    Evangelista, David

    2016-01-06

    We present recent developments in crowd dynamics models (e.g. pedestrian flow problems). Our formulation is given by a mean-field game (MFG) with congestion. We start by reviewing earlier models and results. Next, we develop our model. We establish new a priori estimates that give partial regularity of the solutions. Finally, we discuss numerical results.

  5. Solución al Problema de Secuenciación de Trabajos mediante el Problema del Agente Viajero

    Directory of Open Access Journals (Sweden)

    G.E. Anaya Fuentes

    2016-10-01

    Full Text Available Resumen: En este trabajo se estudia el Problema de Secuenciación de Trabajos codificado como un Problema de Agente Viajero y resuelto mediante Algoritmos Genéticos. Se propone un Algoritmo Genético en donde se comparan dos tipos de selección: por torneo y por ruleta. Se realizan diferentes pruebas para la solución del Problema del Agente Viajero con los dos tipos de selección bajo diferentes parámetros: número de individuos, número de iteraciones, probabilidad de cruce y probabilidad de mutación; a partir de estos se seleccionan los parámetros y el tipo de selección. Posteriormente se codifica al Problema de Secuenciación como un Problema del Agente Viajero. La propuesta se presenta mediante la aplicación a diferentes ejemplos del Problema de Secuenciación de Trabajos y la comparación con los resultados obtenidos en la literatura. Abstract: In this paper we proposed a solution to the Job-Shop Scheduling Problem using the Traveling Salesman Problem solved by Genetic Algorithms. We proposed a genetic algorithm where we compare two types of selection: tournament and roulette. Different tests are performed to solve the Traveling Salesman Problem with the two types of selection under different parameters: number of individuals, number of iterations, crossover probability and mutation probability. Then the best type of selection and the best parameters are used to solve the Job-Shop Scheduling Problem with Genetic Algorithms for the Traveling Salesman Problem. The proposal is presented solving different examples of Job Sequencing Problem and compare them with the results obtained in the literature. Palabras clave: algoritmos eficientes, sistemas industriales de producción, problemas de optimización, problema de agente viajero, Keywords: Efficient algorithms, industrial production systems, optimization problem, traveling salesman problem

  6. Full 3-D stratigraphic inversion with a priori information: a powerful way to optimize data integration

    Energy Technology Data Exchange (ETDEWEB)

    Grizon, L.; Leger, M.; Dequirez, P.Y.; Dumont, F.; Richard, V.

    1998-12-31

    Integration between seismic and geological data is crucial to ensure that a reservoir study is accurate and reliable. To reach this goal, there is used a post-stack stratigraphic inversion with a priori information. The global cost-function combines two types of constraints. One is relevant to seismic amplitudes, and the other to an a priori impedance model. This paper presents this flexible and interpretative inversion to determine acoustic impedances constrained by seismic data, log data and geologic information. 5 refs., 8 figs.

  7. Travellers' profile, travel patterns and vaccine practices--a 10-year prospective study in a Swiss Travel Clinic.

    Science.gov (United States)

    Boubaker, Rim; Meige, Pierrette; Mialet, Catherine; Buffat, Chantal Ngarambe; Uwanyiligira, Mediatrice; Widmer, Francine; Rochat, Jacynthe; Fossati, Annie Hérard; Souvannaraj-Blanchant, Manisinh; Payot, Sylvie; Rochat, Laurence; de Vallière, Serge; Genton, Blaise; D'Acremont, Valérie

    2016-01-01

    The travel clinic in Lausanne serves a catchment area of 700 000 of inhabitants and provides pre- and post-travel consultations. This study describes the profile of attendees before departure, their travel patterns and the travel clinic practices in terms of vaccination over time. We included all pre-travel first consultation data recorded between November 2002 and December 2012 by a custom-made program DIAMM/G. We analysed client profiles, travel characteristics and vaccinations prescribed over time. Sixty-five thousand and forty-six client-trips were recorded. Fifty-one percent clients were female. Mean age was 32 years. In total, 0.1% were aged travellers had pre-existing medical conditions. Forty-six percent were travelling to Africa, 35% to Asia, 20% to Latin America and 1% (each) to Oceania and Europe; 19% visited more than one country. India was the most common destination (9.6% of travellers) followed by Thailand (8.6%) and Kenya (6.4%). Seventy-three percent of travellers were planning to travel for ≤ 4 weeks. The main reasons for travel were tourism (75%) and visiting friends and relatives (18%). Sixteen percent were backpackers. Pre-travel advice were sought a median of 29 days before departure. Ninety-nine percent received vaccine(s). The most frequently administered vaccines were hepatitis A (53%), tetanus-diphtheria (46%), yellow fever (39%), poliomyelitis (38%) and typhoid fever (30%). The profile of travel clinic attendees was younger than the general Swiss population. A significant proportion of travellers received vaccinations that are recommended in the routine national programme. These findings highlight the important role of travel clinics to (i) take care of an age group that has little contact with general practitioners and (ii) update vaccination status. The most commonly prescribed travel-related vaccines were for hepatitis A and yellow fever. The question remains to know whether clients do attend travel clinics because of compulsory

  8. Characteristics and pre-travel preparation of travelers at a Canadian pediatric tertiary care travel clinic: A retrospective analysis.

    Science.gov (United States)

    Ma, Xiao Wei; Pell, Lisa G; Akseer, Nadia; Khan, Sarah; Lam, Ray E; Louch, Debra; Science, Michelle; Morris, Shaun K

    2016-01-01

    International travelers are susceptible to a wide spectrum of travel related morbidities. Despite rising number of international travelers in Canada, the demographics, risk profiles, and preventative strategies of high-risk traveler groups, including pediatric travelers visiting friends and relatives (VFRs) are not well described. A descriptive analysis was conducted on pre-travel consultations completed between January 2013 and August 2014 at a large pediatric tertiary care center in Toronto, Canada. Data on demographics, travel characteristics, and pre-travel interventions were extracted from 370 pre-travel consultations. Results were compared between all VFR and non-VFR travelers, as well as between children traveling to visit friends and relatives, for vacation, and for education and/or volunteer purposes. Forty-eight percent of consultations were for children travel to visit friends and/or relatives than for other purposes (29% vs 9%, p travel for >28 days than children traveling for vacation (43% vs 1%, p traveling for education/volunteer purposes (43% vs 21%, p = 0.03). Around half of cVFRs traveled to destinations in Asia (51%). The majority stayed with locals, friends and/or relatives (85%), and nearly all traveled to urban destinations (98%). The most prescribed interventions for children were azithromycin (84%), Dukoral (66%), and the hepatitis A vaccine (60%). Atovaquone/proguanil was the most commonly prescribed antimalarial for children. Children that travel to visit friends and relatives represent a unique travel group and may require specific considerations during pre-travel preparations. Our findings can help develop targeted pre-travel strategies for children VFRs. Copyright © 2015 Elsevier Ltd. All rights reserved.

  9. GEZGİN SATICI PROBLEMİNİ ÇÖZMEK İÇİN YENİ BİR HİBRİD SEZGİSEL ALGORİTMA

    Directory of Open Access Journals (Sweden)

    Gözde KIZILATEŞ

    2015-05-01

    Full Text Available The Traveling Salesman Problem (TS P is an important and well known combinatoriyal opti- mization problem. The goal of the problem is to find the shortest tour that visits each city in a given list exactly once and then returns to the starting city. Although the definition of the travelling salesman problem is easy, it belongs to NP-Hard class. In this paper, a new hybrid heurist ic algorithm based on Nearest Neighbour (NN and Greedy heur istic algorithms is proposed for s olving the TSP. This proposed hybrid heuristic algorithm is compared with NN and Greedy heuristi cs. The experimental results show that the proposed algorithm is efficient

  10. Travel Health Advisory Group: a joint travel industry and travel health Special Interest Group promoting healthy travel in Australia.

    Science.gov (United States)

    Leggat, Peter A; Zwar, Nicholas; Hudson, Bernie

    2012-09-01

    The Travel Health Advisory Group (THAG), established in 1997, is a joint initiative between the travel industry and travel health professionals in Australia that aims to promote healthy travel. THAG seeks to promote cooperation in improving the health of travellers between the travel industry and travel medicine professionals and to raise public awareness of the importance of travel health. From 2011, THAG has been a Special Interest Group of The Australasian College of Tropical Medicine and its membership has been active in several areas, including web-based travel health information, travel health promotion, media releases, research and education in Australia. Information is given on the objectives, membership and an overview of the various activities of the group. Copyright © 2012 Elsevier Ltd. All rights reserved.

  11. A priori data-driven multi-clustered reservoir generation algorithm for echo state network.

    Directory of Open Access Journals (Sweden)

    Xiumin Li

    Full Text Available Echo state networks (ESNs with multi-clustered reservoir topology perform better in reservoir computing and robustness than those with random reservoir topology. However, these ESNs have a complex reservoir topology, which leads to difficulties in reservoir generation. This study focuses on the reservoir generation problem when ESN is used in environments with sufficient priori data available. Accordingly, a priori data-driven multi-cluster reservoir generation algorithm is proposed. The priori data in the proposed algorithm are used to evaluate reservoirs by calculating the precision and standard deviation of ESNs. The reservoirs are produced using the clustering method; only the reservoir with a better evaluation performance takes the place of a previous one. The final reservoir is obtained when its evaluation score reaches the preset requirement. The prediction experiment results obtained using the Mackey-Glass chaotic time series show that the proposed reservoir generation algorithm provides ESNs with extra prediction precision and increases the structure complexity of the network. Further experiments also reveal the appropriate values of the number of clusters and time window size to obtain optimal performance. The information entropy of the reservoir reaches the maximum when ESN gains the greatest precision.

  12. 26 CFR 31.3402(j)-1 - Remuneration other than in cash for service performed by retail commission salesman.

    Science.gov (United States)

    2010-04-01

    ... performed by retail commission salesman. 31.3402(j)-1 Section 31.3402(j)-1 Internal Revenue INTERNAL REVENUE... EMPLOYMENT TAXES AND COLLECTION OF INCOME TAX AT SOURCE Collection of Income Tax at Source § 31.3402(j)-1.... (2) Section 3402(j) and this section are not applicable with respect to wages paid to the employee...

  13. Optimization processing of the elementary surfaces of the composite body parts on machines such as «machining center»

    Directory of Open Access Journals (Sweden)

    Євген Іванович Іванов

    2015-11-01

    Full Text Available This article describes the processing optimization and minimizing the number of tool changes. Two versions for setting the processing scheme, according to the rules for processing scheme setting for the «processing center» machines were offered. In the first version, according to the classical technology processing of each hole is carried out over all the passes, providing for the required accuracy of sizes and shapes. In the second version the number of tool changes is minimized. This method consists of dividing all the holes into groups according to their diameters. All the holes of the same diameter are processed over one pass; then the tools are changed and the holes of some other diameter are processed and so on. Let us consider the optimization problem. The traveling salesman problem - is one of the most famous problems in the theory of combinatorics. The problem is as follows: a travelling salesman (hawker must find the most advantageous route coming out of a town and visiting all other towns from 2,3,…to...n just once in an unknown order and come back to the first town. The distances between all the towns are known. It is necessary to determine in what order the Salesman must visit the towns so that the route should be the shortest. There exists just one absolutely precise algorithm - sorting options. This option is the longest, so the most inefficient. There are also simpler methods to solve the traveling salesman problem: the branch and bound algorithm and ant colony method and method of genetic algorithms

  14. NADIM-Travel: A Multiagent Platform for Travel Services Aggregation

    OpenAIRE

    Ben Ameur, Houssein; Bédard, François; Vaucher, Stéphane; Kropf, Peter; Chaib-draaa, Brahim; Gérin-Lajoie, Robert

    2010-01-01

    With the Internet as a growing channel for travel services distribution, sophisticated travel services aggregators are increasingly in demand. A travel services aggregation platform should be able to manage the heterogeneous characteristics of the many existing travel services. It should also be as scalable, robust, and flexible as possible. Using multiagent technology, we designed and implemented a multiagent platform for travel services aggregation called NADIM-Travel. In this platform, a p...

  15. Why Even Mind? -- On The A Priori Value Of “Life”

    Directory of Open Access Journals (Sweden)

    Amien Kacou

    2008-10-01

    Full Text Available span style="font-size: 12pt; font-family: Arial"span style="font-weight: normal; font-size: 12pt; text-decoration: none"font face="Times New Roman"span style="font-size: 12pt; font-family: #39;Times New Roman#39;"This article presentsnbsp;an analysis of the matter of the ldquo;meaningrdquo; of life in terms of whether it should even be lived in the first place. It begins with an attempt at defining the question as an inquiry on the ema priori/em value of attention in general, and develops into an axiological reflection distantly inspired from Martin Heideggerrsquo;s notion of ldquo;care.rdquo; The main objective of the article is (1 to ldquo;answerrdquo; the question (or to proceed as if the question could be answered objectively by ldquo;playing alongrdquo; with its naiuml;ve logicmdash;that is, by finding a basis for comparing the good that can be found ema priori/em in life (mainly, pleasure with the good that can be found ema priori/em in death (mainly, the absence of painmdash;and, then, (2 to suggest why we have no good reason to feel dissatisfied with where this leaves us (i.e., possibly facing a certain specter of ethical foundationalism: the question of the ldquo;value of valuerdquo;. Its basic conclusion is, assuming we are committed to assigning value to life emin general/em, that we should be able to say that life is good emirrespective of /emany explanation for its existence./span/font/span/span

  16. Pre-travel advice seeking from GPs by travellers with chronic illness seen at a travel clinic.

    Science.gov (United States)

    Gagneux-Brunon, Amandine; Andrillat, Carole; Fouilloux, Pascale; Daoud, Fatiha; Defontaine, Christiane; Charles, Rodolphe; Lucht, Frédéric; Botelho-Nevers, Elisabeth

    2016-03-01

    Travellers are ageing and frequently report chronic illness. Pre-travel health advice is crucial, particularly in this subgroup, and general practitioners (GPs) are first in line for treatment adjustment before departure. Our aim is to evaluate pre-travel health advice seeking from GPs by travellers with chronic illness seen at a travel clinic. A cross-sectional observational survey using a questionnaire was conducted between August 2013 and July 2014 in travellers attending the travel medicine clinic of a tertiary university hospital in France. During the study, 2019 travellers were included. Mean age was 39.4 years (±18.8). Three hundred and ninety-one (19.4%) travellers reported a history of a chronic illness. Arterial hypertension and diabetes mellitus were the most frequently reported illnesses, affecting, respectively, 168 (8.3%) travellers and 102 (5.1%). Hajj pilgrims were more likely to report a history of chronic illness than other travellers. Only 810 (40.1%) travellers sought pre-travel advice from their GP. Six hundred and fifty-two (40.1%) healthy travellers and 158 (40.5%) travellers reporting chronic illness sought pre-travel advice from their GP (P = 0.96). Travellers with a history of chronic illness do not seek pre-travel health advice from their GP more frequently than healthy travellers. Travel health specialists are generally not the best practitioners to manage the care of underlying medical conditions presenting risks during travel. However, GPs offer continuity and disease management expertise to improve the specificity of pre-travel planning. Thus, ongoing collaboration between the traveller, GP and travel health specialist is likely to yield the best outcomes. © International Society of Travel Medicine, 2016. All rights reserved. Published by Oxford University Press. For permissions, please e-mail: journals.permissions@oup.com.

  17. Monte Carlo full-waveform inversion of crosshole GPR data using multiple-point geostatistical a priori information

    DEFF Research Database (Denmark)

    Cordua, Knud Skou; Hansen, Thomas Mejer; Mosegaard, Klaus

    2012-01-01

    We present a general Monte Carlo full-waveform inversion strategy that integrates a priori information described by geostatistical algorithms with Bayesian inverse problem theory. The extended Metropolis algorithm can be used to sample the a posteriori probability density of highly nonlinear...... inverse problems, such as full-waveform inversion. Sequential Gibbs sampling is a method that allows efficient sampling of a priori probability densities described by geostatistical algorithms based on either two-point (e.g., Gaussian) or multiple-point statistics. We outline the theoretical framework......) Based on a posteriori realizations, complicated statistical questions can be answered, such as the probability of connectivity across a layer. (3) Complex a priori information can be included through geostatistical algorithms. These benefits, however, require more computing resources than traditional...

  18. Plasma ascorbic acid, a priori diet quality score, and incident hypertension

    NARCIS (Netherlands)

    Buijsse, Brian; Jacobs, D.R.; Steffen, L.M.; Kromhout, Daan; Gross, M.D.

    2015-01-01

    Vitamin C may reduce risk of hypertension, either in itself or by marking a healthy diet pattern. We assessed whether plasma ascorbic acid and the a priori diet quality score relate to incident hypertension and whether they explain each other's predictive abilities. Data were from 2884 black and

  19. Determination of optimal self-drive tourism route using the orienteering problem method

    Science.gov (United States)

    Hashim, Zakiah; Ismail, Wan Rosmanira; Ahmad, Norfaieqah

    2013-04-01

    This paper was conducted to determine the optimal travel routes for self-drive tourism based on the allocation of time and expense by maximizing the amount of attraction scores assigned to each city involved. Self-drive tourism represents a type of tourism where tourists hire or travel by their own vehicle. It only involves a tourist destination which can be linked with a network of roads. Normally, the traveling salesman problem (TSP) and multiple traveling salesman problems (MTSP) method were used in the minimization problem such as determination the shortest time or distance traveled. This paper involved an alternative approach for maximization method which is maximize the attraction scores and tested on tourism data for ten cities in Kedah. A set of priority scores are used to set the attraction score at each city. The classical approach of the orienteering problem was used to determine the optimal travel route. This approach is extended to the team orienteering problem and the two methods were compared. These two models have been solved by using LINGO12.0 software. The results indicate that the model involving the team orienteering problem provides a more appropriate solution compared to the orienteering problem model.

  20. Algorithms for Collecting Data from Cooperating Sensor Motes using Unmanned Vehicles

    DEFF Research Database (Denmark)

    Sundar, Kaarthik; Sujit, PB; Rathinam, Sivakumar

    2015-01-01

    of communication costs involved in transmitting the data from the motes to the cluster-heads and the travel costs of the UV is a minimum. This problem is a generalization of a single Traveling Salesman Problem (TSP) and is NP-Hard. This article presents a rounding algorithm and heuristics to solve the problem...

  1. Risk factors and pre-travel healthcare of international travellers attending a Dutch travel clinic: a cross-sectional analysis.

    Science.gov (United States)

    Wieten, Rosanne W; van der Schalie, Maurice; Visser, Benjamin J; Grobusch, Martin P; van Vugt, Michèle

    2014-01-01

    The number of international travellers is currently estimated to exceed one billion annually. To address travel related health risks and facilitate risk reduction strategies, detailed knowledge of travellers' characteristics is important. In this cross-sectional study, data of a 20% sample of travellers visiting the Academic Medical Center (AMC) travel clinic Amsterdam from July 2011 to July 2012 was collected. Itineraries and protection versus exposure rates of preventable infectious diseases were mapped and reported according to STROBE guidelines. 1749 travellers were included. South-Eastern Asia, South-America and West-Africa were most frequently visited. 26.2% of the population had pre-existing medical conditions (often cardiovascular). Young and VFR travellers had a longer median travel time (28 and 30 days) compared to the overall population (21 days). Young adult travellers were relatively often vaccinated against hepatitis B (43.9% vs. 20.5%, p travellers. Pre-travel guidelines were well adhered to. Young adult travellers had high-risk itineraries but were adequately protected. Improvement of hepatitis B and rabies protection would be desirable, specifically for VFRs. Copyright © 2014 Elsevier Ltd. All rights reserved.

  2. A profile of travelers--an analysis from a large swiss travel clinic.

    Science.gov (United States)

    Bühler, Silja; Rüegg, Rolanda; Steffen, Robert; Hatz, Christoph; Jaeger, Veronika K

    2014-01-01

    Globally, the Swiss have one of the highest proportions of the population traveling to tropical and subtropical countries. Large travel clinics serve an increasing number of customers with specific pre-travel needs including uncommon destinations and preexisting medical conditions. This study aims to identify health characteristics and travel patterns of travelers seeking advice in the largest Swiss travel clinic so that tailored advice can be delivered. A descriptive analysis was performed on pre-travel visits between July 2010 and August 2012 at the Travel Clinic of the Institute of Social and Preventive Medicine, University of Zurich, Switzerland. A total of 22,584 travelers sought pre-travel advice. Tourism was the main reason for travel (17,875, 81.5%), followed by visiting friends and relatives (VFRs; 1,715, 7.8%), traveling for business (1,223, 5.6%), and "other reasons" (ie, volunteer work, pilgrimage, study abroad, and emigration; 1,112, 5.1%). The main travel destination was Thailand. In the VFR group, the highest proportions of traveling children (258, 15.1%) and of pregnant or breastfeeding women (23, 3.9%) were observed. Mental disorders were more prominent in VFRs (93, 5.4%) and in travel for "other reasons" (63, 5.7%). The latter stayed for the longest periods abroad; 272 (24.9%) stayed longer than 6 months. VFR travelers received the highest percentage of yellow fever vaccinations (523, 30.5%); in contrast, rabies (269, 24.2%) and typhoid vaccinations (279, 25.1%) were given more often to the "other travel reasons" group. New insights into the characteristics of a selected and large population of Swiss international travelers results in improved understanding of the special needs of an increasingly diverse population and, thus, in targeted preventive advice and interventions. © 2014 International Society of Travel Medicine.

  3. Image reconstruction in electrostatic tomography using a priori knowledge from ECT

    International Nuclear Information System (INIS)

    Zhou Bin; Zhang Jianyong; Xu Chuanlong; Wang Shimin

    2011-01-01

    Research highlights: → A dual-mode sensor technique based on ECT and EST is proposed. → The interference of the charged particles to ECT can be eliminated. → A priori knowledge from ECT improves the inversion accuracy. - Abstract: In gas-solid two-phase flow, the charge distribution is a very important process parameter which is useful to the study of electrostatic adhesion. Electrostatic tomography (EST) is a relatively new non-intrusive technique which can be used to acquire charge distribution. However, due to limited measurements, the quality of image reconstruction is poor. In this paper, a dual-mode sensor technique based on electrical capacitance tomography (ECT) and EST is proposed. The theoretical analysis and the numerical simulation results reveal that the permittivity distribution obtained from ECT can provide a priori knowledge for the inversion calculation of EST, so that the accuracy of spatial sensitivity calculation in EST can be improved. This proposed technique is expected to be prospective in industrial applications and will also be beneficial to the research on the fluid dynamics of gas-solid two-phase flow.

  4. Importance of A Priori Vertical Ozone Profiles for TEMPO Air Quality Retrievals

    Science.gov (United States)

    Johnson, M. S.; Sullivan, J. T.; Liu, X.; Zoogman, P.; Newchurch, M.; Kuang, S.; McGee, T. J.; Leblanc, T.

    2017-12-01

    Ozone (O3) is a toxic pollutant which plays a major role in air quality. Typically, monitoring of surface air quality and O3 mixing ratios is conducted using in situ measurement networks. This is partially due to high-quality information related to air quality being limited from space-borne platforms due to coarse spatial resolution, limited temporal frequency, and minimal sensitivity to lower tropospheric and surface-level O3. The Tropospheric Emissions: Monitoring of Pollution (TEMPO) satellite is designed to address the limitations of current space-based platforms and to improve our ability to monitor North American air quality. TEMPO will provide hourly data of total column and vertical profiles of O3 with high spatial resolution to be used as a near-real-time air quality product. TEMPO O3 retrievals will apply the Smithsonian Astrophysical Observatory profile algorithm developed based on work from GOME, GOME-2, and OMI. This algorithm is suggested to use a priori O3 profile information from a climatological data-base developed from long-term ozone-sonde measurements (tropopause-based (TB-Clim) O3 climatology). This study evaluates the TB-Clim dataset and model simulated O3 profiles, which could potentially serve as a priori O3 profile information in TEMPO retrievals, from near-real-time data assimilation model products (NASA GMAO's operational GEOS-5 FP model and reanalysis data from MERRA2) and a full chemical transport model (CTM), GEOS-Chem. In this study, vertical profile products are evaluated with surface (0-2 km) and tropospheric (0-10 km) TOLNet observations and the theoretical impact of individual a priori profile sources on the accuracy of TEMPO O3 retrievals in the troposphere and at the surface are presented. Results indicate that while the TB-Clim climatological dataset can replicate seasonally-averaged tropospheric O3 profiles, model-simulated profiles from a full CTM resulted in more accurate tropospheric and surface-level O3 retrievals from

  5. A priori and a posteriori approaches in human reliability

    International Nuclear Information System (INIS)

    Griffon-Fouco, M.; Gagnolet, P.

    1981-09-01

    The French atomic energy commission (CEA) and the French supplier in electric power (EDF) have joint studies on human factors in nuclear safety. This paper deals with these studies which are a combination of two approaches: - An a posteriori approach so as to know the rate of human errors and their causes: an analysis of incident data banks and an analysis of human errors on simulator are presented. - An a priori approach so as to know the potential factors of human errors: an analysis of the control rooms design and an analysis of the writing of procedures are presented. The possibility to take into account these two approaches to prevent and quantify human errors is discussed

  6. Profile reconstruction from neutron reflectivity data and a priori knowledge

    International Nuclear Information System (INIS)

    Leeb, H.

    2008-01-01

    The problem of incomplete and noisy information in profile reconstruction from neutron reflectometry data is considered. In particular methods of Bayesian statistics in combination with modelling or inverse scattering techniques are considered in order to properly include the required a priori knowledge to obtain quantitatively reliable estimates of the reconstructed profiles. Applying Bayes theorem the results of different experiments on the same sample can be consistently included in the profile reconstruction

  7. LandScape: a simple method to aggregate p--Values and other stochastic variables without a priori grouping

    DEFF Research Database (Denmark)

    Wiuf, Carsten; Pallesen, Jonatan; Foldager, Leslie

    2016-01-01

    variables without assuming a priori defined groups. We provide different ways to evaluate the significance of the aggregated variables based on theoretical considerations and resampling techniques, and show that under certain assumptions the FWER is controlled in the strong sense. Validity of the method...... and the results might depend on the chosen criteria. Methods that summarize, or aggregate, test statistics or p-values, without relying on a priori criteria, are therefore desirable. We present a simple method to aggregate a sequence of stochastic variables, such as test statistics or p-values, into fewer...

  8. Improving multiple-point-based a priori models for inverse problems by combining Sequential Simulation with the Frequency Matching Method

    DEFF Research Database (Denmark)

    Cordua, Knud Skou; Hansen, Thomas Mejer; Lange, Katrine

    In order to move beyond simplified covariance based a priori models, which are typically used for inverse problems, more complex multiple-point-based a priori models have to be considered. By means of marginal probability distributions ‘learned’ from a training image, sequential simulation has...... proven to be an efficient way of obtaining multiple realizations that honor the same multiple-point statistics as the training image. The frequency matching method provides an alternative way of formulating multiple-point-based a priori models. In this strategy the pattern frequency distributions (i.......e. marginals) of the training image and a subsurface model are matched in order to obtain a solution with the same multiple-point statistics as the training image. Sequential Gibbs sampling is a simulation strategy that provides an efficient way of applying sequential simulation based algorithms as a priori...

  9. Diffuse optical tomography with physiological and spatial a priori constraints

    International Nuclear Information System (INIS)

    Intes, Xavier; Maloux, Clemence; Guven, Murat; Yazici, Birzen; Chance, Britton

    2004-01-01

    Diffuse optical tomography is a typical inverse problem plagued by ill-condition. To overcome this drawback, regularization or constraining techniques are incorporated in the inverse formulation. In this work, we investigate the enhancement in recovering functional parameters by using physiological and spatial a priori constraints. More accurate recovery of the two main functional parameters that are the blood volume and the relative saturation is demonstrated through simulations by using our method compared to actual techniques. (note)

  10. LMFBR safety criteria: cost-benefit considerations under the constraint of an a priori risk criterion

    International Nuclear Information System (INIS)

    Hartung, J.

    1979-01-01

    The role of cost-benefit considerations and a priori risk criteria as determinants of Core Disruptive Accident (CDA)-related safety criteria for large LMFBR's is explored with the aid of quantitative risk and probabilistic analysis methods. A methodology is described which allows a large number of design and siting alternatives to be traded off against each other with the goal of minimizing energy generation costs subject to the constraint of both an a priori risk criterion and a cost-benefit criterion. Application of this methodology to a specific LMFBR design project is described and the results are discussed. 5 refs

  11. Decision Support for Planning of Multimodal Transportation with Multiple Objectives

    DEFF Research Database (Denmark)

    Petersen, Hanne Løhmann

    phase, and considers passenger inconvenience at transfers at the same time. The paper presents a mathematical model of the problem, and the implementation of a large neighbourhood search solution procedure. The problem is solved for a real-life based problem instance, containing eight bus lines......-known issues. They both originate in the world of multimodality, and deal with problems that arise as a consequence of the combined use of several modes. The thesis introduces the Double Travelling Salesman Problem with Multiple Stacks (DTSPMS), which is a problem that combines routing and last...... compare to solutions of the regular Travelling Salesman Problem. Next, two papers are presented, introducing respectively heuristic and exact solution procedures for the problem. The heuristic approach tests a variety of metaheuristic solution approaches, of which a large neighbourhood search obtains...

  12. Realism, functions, and the a priori: Ernst Cassirer's philosophy of science.

    Science.gov (United States)

    Heis, Jeremy

    2014-12-01

    This paper presents the main ideas of Cassirer's general philosophy of science, focusing on the two aspects of his thought that--in addition to being the most central ideas in his philosophy of science--have received the most attention from contemporary philosophers of science: his theory of the a priori aspects of physical theory, and his relation to scientific realism.

  13. Geopositioning with a quadcopter: Extracted feature locations and predicted accuracy without a priori sensor attitude information

    Science.gov (United States)

    Dolloff, John; Hottel, Bryant; Edwards, David; Theiss, Henry; Braun, Aaron

    2017-05-01

    This paper presents an overview of the Full Motion Video-Geopositioning Test Bed (FMV-GTB) developed to investigate algorithm performance and issues related to the registration of motion imagery and subsequent extraction of feature locations along with predicted accuracy. A case study is included corresponding to a video taken from a quadcopter. Registration of the corresponding video frames is performed without the benefit of a priori sensor attitude (pointing) information. In particular, tie points are automatically measured between adjacent frames using standard optical flow matching techniques from computer vision, an a priori estimate of sensor attitude is then computed based on supplied GPS sensor positions contained in the video metadata and a photogrammetric/search-based structure from motion algorithm, and then a Weighted Least Squares adjustment of all a priori metadata across the frames is performed. Extraction of absolute 3D feature locations, including their predicted accuracy based on the principles of rigorous error propagation, is then performed using a subset of the registered frames. Results are compared to known locations (check points) over a test site. Throughout this entire process, no external control information (e.g. surveyed points) is used other than for evaluation of solution errors and corresponding accuracy.

  14. Demographics, health and travel characteristics of international travellers at a pre-travel clinic in Marseille, France.

    Science.gov (United States)

    Aubry, Camille; Gaudart, Jean; Gaillard, Catherine; Delmont, Jean; Parola, Philippe; Brouqui, Philippe; Gautret, Philippe

    2012-09-01

    With the aim to identify at-risk individuals among a cohort of international travellers, 3442 individuals who sought advice at Marseille travel health centre in 2009 were prospectively included. Demographics, travel characteristics, chronic medical conditions, vaccinations and antimalarial chemoprophylaxis were documented. Chronic medical conditions were reported by 11% of individuals, including hypertension (39%), asthma (20%), thyroid disease (15%) and depression (13%). 4% reported taking a daily medication, and psychotropic and cardiovascular medications were the most commonly used. Older travellers (≥60 years) accounted for 10% of the travellers and the prevalence of chronic medical conditions was 27% in this group. Individuals aged 15 years or less accounted for 13% of the travellers. Age, last minute travel (17%) and neurological and psychiatric diseases were the most frequent factors that influenced Yellow fever vaccination and malaria chemoprophylaxis, with more than one tenth of the travellers reporting at least one risk factor for which adjusted advice may be necessary. Migrants visiting their relatives in their origin country accounted for 14% of travellers and 73% of this group travelled with their family including young children. We demonstrate that a significant proportion of travellers are at-risk (43%) because of their travel conditions (VFR), their age, or their health status, and should be targeted for risk reduction strategies. Copyright © 2012 Elsevier Ltd. All rights reserved.

  15. Doubly Periodic Traveling Waves in a Cellular Neural Network with Linear Reaction

    Directory of Open Access Journals (Sweden)

    Lin JianJhong

    2009-01-01

    Full Text Available Szekeley observed that the dynamic pattern of the locomotion of salamanders can be explained by periodic vector sequences generated by logical neural networks. Such sequences can mathematically be described by "doubly periodic traveling waves" and therefore it is of interest to propose dynamic models that may produce such waves. One such dynamic network model is built here based on reaction-diffusion principles and a complete discussion is given for the existence of doubly periodic waves as outputs. Since there are 2 parameters in our model and 4 a priori unknown parameters involved in our search of solutions, our results are nontrivial. The reaction term in our model is a linear function and hence our results can also be interpreted as existence criteria for solutions of a nontrivial linear problem depending on 6 parameters.

  16. Travel itinerary uncertainty and the pre-travel consultation--a pilot study.

    Science.gov (United States)

    Flaherty, Gerard; Md Nor, Muhammad Najmi

    2016-01-01

    Risk assessment relies on the accuracy of the information provided by the traveller. A questionnaire was administered to 83 consecutive travellers attending a travel medicine clinic. The majority of travellers was uncertain about destinations within countries, transportation or type of accommodation. Most travellers were uncertain if they would be visiting malaria regions. The degree of uncertainty about itinerary potentially impacts on the ability of the travel medicine specialist to perform an adequate risk assessment, select appropriate vaccinations and prescribe malaria prophylaxis. This study reveals high levels of traveller uncertainty about their itinerary which may potentially reduce the effectiveness of their pre-travel consultation. © The Author 2016. Published by Oxford University Press on behalf of International society of travel medicine. All rights reserved. For permissions, please e-mail: journals.permissions@oup.com.

  17. What proportion of international travellers acquire a travel-related illness? A review of the literature.

    Science.gov (United States)

    Angelo, Kristina M; Kozarsky, Phyllis E; Ryan, Edward T; Chen, Lin H; Sotir, Mark J

    2017-09-01

    As international travel increases, travellers may be at increased risk of acquiring infectious diseases not endemic in their home countries. Many journal articles and reference books related to travel medicine cite that between 22-64% of international travellers become ill during or after travel; however, this information is minimal, outdated and limited by poor generalizability. We aim to provide a current and more accurate estimate of the proportion of international travellers who acquire a travel-related illness. We identified studies via PubMed or travel medicine experts, published between January 1, 1976-December 31, 2016 that included the number of international travellers acquiring a travel-related illness. We excluded studies that focused on a single disease or did not determine a rate based on the total number of travellers. We abstracted information on traveller demographics, trip specifics, study enrollment and follow-up and number of ill travellers and their illnesses. Of 743 studies, nine met the inclusion criteria. The data sources were from North America (four studies) and Europe (five studies). Most travellers were tourists, the most frequent destination regions were Asia and Africa, and the median trip duration ranged from 8-21 days. Six studies enrolled participants at the travellers' pre-travel consultation. All studies collected data through either extraction from the medical record, weekly diaries, or pre- and post-travel questionnaires. Data collection timeframes varied by study. Between 6-87% of travellers became ill across all studies. Four studies provided the best estimate: between 43-79% of travellers who frequently visited developing nations (e.g. India, Tanzania, and Kenya) became ill; travellers most frequently reported diarrhoea. This is the most comprehensive assessment available on the proportion of international travellers that develop a travel-related illness. Additional cohort studies would provide needed data to more precisely

  18. Cost allocation in distribution planning

    International Nuclear Information System (INIS)

    Engevall, S.

    1996-01-01

    This thesis concerns cost allocation problems in distribution planning. The cost allocation problems we study are illustrated using the distribution planning situation at the Logistics department of Norsk Hydro Olje AB. The planning situation is modeled as a Traveling Salesman Problem and a Vehicle Routing Problem with an inhomogeneous fleet. The cost allocation problems are the problems of how to divide the transportation costs among the customers served in each problem. The cost allocation problems are formulated as cooperative games, in characteristic function form, where the customers are defined to be the players. The games contain five and 21 players respectively. Game theoretical solution concepts such as the core, the nucleolus, the Shapley value and the τ-value are discussed. From the empirical results we can, among other things, conclude that the core of the Traveling Salesman Game is large, and that the core of the Vehicle Routing Game is empty. In the accounting of Norsk Hydro the cost per m 3 can be found for each tour. We conclude that for a certain definition of the characteristic function, a cost allocation according to this principle will not be included in the core of the Traveling Salesman Game. The models and methods presented in this thesis can be applied to transportation problems similar to that of Norsk Hydro, independent of the type of products that are delivered. 96 refs, 11 figs, 26 tabs

  19. Cost allocation in distribution planning

    Energy Technology Data Exchange (ETDEWEB)

    Engevall, S.

    1996-12-31

    This thesis concerns cost allocation problems in distribution planning. The cost allocation problems we study are illustrated using the distribution planning situation at the Logistics department of Norsk Hydro Olje AB. The planning situation is modeled as a Traveling Salesman Problem and a Vehicle Routing Problem with an inhomogeneous fleet. The cost allocation problems are the problems of how to divide the transportation costs among the customers served in each problem. The cost allocation problems are formulated as cooperative games, in characteristic function form, where the customers are defined to be the players. The games contain five and 21 players respectively. Game theoretical solution concepts such as the core, the nucleolus, the Shapley value and the {tau}-value are discussed. From the empirical results we can, among other things, conclude that the core of the Traveling Salesman Game is large, and that the core of the Vehicle Routing Game is empty. In the accounting of Norsk Hydro the cost per m{sup 3} can be found for each tour. We conclude that for a certain definition of the characteristic function, a cost allocation according to this principle will not be included in the core of the Traveling Salesman Game. The models and methods presented in this thesis can be applied to transportation problems similar to that of Norsk Hydro, independent of the type of products that are delivered. 96 refs, 11 figs, 26 tabs

  20. Cost allocation in distribution planning

    Energy Technology Data Exchange (ETDEWEB)

    Engevall, S

    1997-12-31

    This thesis concerns cost allocation problems in distribution planning. The cost allocation problems we study are illustrated using the distribution planning situation at the Logistics department of Norsk Hydro Olje AB. The planning situation is modeled as a Traveling Salesman Problem and a Vehicle Routing Problem with an inhomogeneous fleet. The cost allocation problems are the problems of how to divide the transportation costs among the customers served in each problem. The cost allocation problems are formulated as cooperative games, in characteristic function form, where the customers are defined to be the players. The games contain five and 21 players respectively. Game theoretical solution concepts such as the core, the nucleolus, the Shapley value and the {tau}-value are discussed. From the empirical results we can, among other things, conclude that the core of the Traveling Salesman Game is large, and that the core of the Vehicle Routing Game is empty. In the accounting of Norsk Hydro the cost per m{sup 3} can be found for each tour. We conclude that for a certain definition of the characteristic function, a cost allocation according to this principle will not be included in the core of the Traveling Salesman Game. The models and methods presented in this thesis can be applied to transportation problems similar to that of Norsk Hydro, independent of the type of products that are delivered. 96 refs, 11 figs, 26 tabs

  1. Risk factors and pre-travel healthcare of international travellers attending a Dutch travel clinic: a cross-sectional analysis

    NARCIS (Netherlands)

    Wieten, Rosanne W.; van der Schalie, Maurice; Visser, Benjamin J.; Grobusch, Martin P.; van Vugt, Michèle

    2014-01-01

    The number of international travellers is currently estimated to exceed one billion annually. To address travel related health risks and facilitate risk reduction strategies, detailed knowledge of travellers' characteristics is important. In this cross-sectional study, data of a 20% sample of

  2. A branch-and-cut algorithm for the capacitated profitable tour problem

    DEFF Research Database (Denmark)

    Jepsen, Mads Kehlet; Petersen, Bjørn; Spoorendonk, Simon

    2014-01-01

    This paper considers the Capacitated Profitable Tour Problem (CPTP) which is a special case of the Elementary Shortest Path Problem with Resource Constraints (ESPPRC). The CPTP belongs to the group of problems known as traveling salesman problems with profits. In CPTP each customer is associated...... with a profit and a demand and the objective is to find a capacitated tour (rooted in a depot node) that minimizes the total travel distance minus the profit of the visited customers. The CPTP can be recognized as the sub-problem in many column generation applications, where it is traditionally solved through...

  3. Validation of a multimodal travel simulator with travel information provision

    NARCIS (Netherlands)

    Chorus, C.G.; Molin, E.J.E.; Arentze, T.A.; Hoogendoorn, S.P.; Timmermans, H.J.P.; Wee, van G.P.

    2007-01-01

    This paper presents a computer based travel simulator for collecting data concerning the use of next-generation ATIS and their effects on traveler decision making in a multimodal travel environment. The tool distinguishes itself by presenting a completely abstract multimodal transport network, where

  4. Approximate deconvolution model for the simulation of turbulent gas-solid flows: An a priori analysis

    Science.gov (United States)

    Schneiderbauer, Simon; Saeedipour, Mahdi

    2018-02-01

    Highly resolved two-fluid model (TFM) simulations of gas-solid flows in vertical periodic channels have been performed to study closures for the filtered drag force and the Reynolds-stress-like contribution stemming from the convective terms. An approximate deconvolution model (ADM) for the large-eddy simulation of turbulent gas-solid suspensions is detailed and subsequently used to reconstruct those unresolved contributions in an a priori manner. With such an approach, an approximation of the unfiltered solution is obtained by repeated filtering allowing the determination of the unclosed terms of the filtered equations directly. A priori filtering shows that predictions of the ADM model yield fairly good agreement with the fine grid TFM simulations for various filter sizes and different particle sizes. In particular, strong positive correlation (ρ > 0.98) is observed at intermediate filter sizes for all sub-grid terms. Additionally, our study reveals that the ADM results moderately depend on the choice of the filters, such as box and Gaussian filter, as well as the deconvolution order. The a priori test finally reveals that ADM is superior compared to isotropic functional closures proposed recently [S. Schneiderbauer, "A spatially-averaged two-fluid model for dense large-scale gas-solid flows," AIChE J. 63, 3544-3562 (2017)].

  5. Hamiltonian cycle problem and Markov chains

    CERN Document Server

    Borkar, Vivek S; Filar, Jerzy A; Nguyen, Giang T

    2014-01-01

    This book summarizes a line of research that maps certain classical problems of discrete mathematics and operations research - such as the Hamiltonian cycle and the Travelling Salesman problems - into convex domains where continuum analysis can be carried out.

  6. Danish long distance travel A study of Danish travel behaviour and the role of infrequent travel activities

    DEFF Research Database (Denmark)

    Knudsen, Mette Aagaard

    2014-01-01

    , this is problematic. The average travel distance has steadily increased during the latest decades together with the increasing motorisation of daily travel and international aviation. Previously most focus has been on domestic daily travel activities, but globalisation has, together with changes in price structures......), the TU overnight survey, and the Danish Tourism Statistics from the Business and Holiday Survey (HBS). This has enabled focus on infrequent travel activities segmented relative to travel purpose, distance threshold, or travelling with overnight stays. At an overall level the thesis has three main.......g. socio-economic variables. The analysis of Danish travel activities described in the three different travel surveys has outlined detailed information on Danish travel behaviour at an aggregated level during the past two decades. It has above all revealed the significant role of leisure travel. Private...

  7. Browse Title Index

    African Journals Online (AJOL)

    Items 701 - 750 of 985 ... Vol 16 (2010), On Typical Elastic Problem of Green's Function For Rectangular ... of Transfer Function Models using Genetic Algorithms, Abstract ... the Traveling Salesman And the Nearest Neighbors Algorithms, Abstract.

  8. Solution of underdetermined systems of equations with gridded a priori constraints.

    Science.gov (United States)

    Stiros, Stathis C; Saltogianni, Vasso

    2014-01-01

    The TOPINV, Topological Inversion algorithm (or TGS, Topological Grid Search) initially developed for the inversion of highly non-linear redundant systems of equations, can solve a wide range of underdetermined systems of non-linear equations. This approach is a generalization of a previous conclusion that this algorithm can be used for the solution of certain integer ambiguity problems in Geodesy. The overall approach is based on additional (a priori) information for the unknown variables. In the past, such information was used either to linearize equations around approximate solutions, or to expand systems of observation equations solved on the basis of generalized inverses. In the proposed algorithm, the a priori additional information is used in a third way, as topological constraints to the unknown n variables, leading to an R(n) grid containing an approximation of the real solution. The TOPINV algorithm does not focus on point-solutions, but exploits the structural and topological constraints in each system of underdetermined equations in order to identify an optimal closed space in the R(n) containing the real solution. The centre of gravity of the grid points defining this space corresponds to global, minimum-norm solutions. The rationale and validity of the overall approach are demonstrated on the basis of examples and case studies, including fault modelling, in comparison with SVD solutions and true (reference) values, in an accuracy-oriented approach.

  9. Danish long distance travel A study of Danish travel behaviour and the role of infrequent travel activities

    OpenAIRE

    Knudsen, Mette Aagaard; Rich, Jeppe; Nielsen, Otto Anker

    2014-01-01

    Historically there has been a lack of knowledge with respect to long distance travel. Due to the considerable contribution of long distance travel to total travelled kilometres and the related energy consumption from the transport sector and derived impacts on greenhouse emissions, this is problematic. The average travel distance has steadily increased during the latest decades together with the increasing motorisation of daily travel and international aviation. Previously most focus has been...

  10. in-town tour optimization town tour optimization town tour

    African Journals Online (AJOL)

    eobe

    operation was formulated as a Traveling Salesman Problem on Excel spreadsheet. The results ... 19.27 %, tour time by 0.33-22.80 %, and fuel consumption. 22.80 %, and fuel ..... solving TSPs and reports a real world in-town tour improvement ...

  11. Evaluating A Priori Ozone Profile Information Used in TEMPO Tropospheric Ozone Retrievals

    Science.gov (United States)

    Johnson, Matthew S.; Sullivan, John T.; Liu, Xiong; Newchurch, Mike; Kuang, Shi; McGee, Thomas J.; Langford, Andrew O'Neil; Senff, Christoph J.; Leblanc, Thierry; Berkoff, Timothy; hide

    2016-01-01

    Ozone (O3) is a greenhouse gas and toxic pollutant which plays a major role in air quality. Typically, monitoring of surface air quality and O3 mixing ratios is primarily conducted using in situ measurement networks. This is partially due to high-quality information related to air quality being limited from space-borne platforms due to coarse spatial resolution, limited temporal frequency, and minimal sensitivity to lower tropospheric and surface-level O3. The Tropospheric Emissions: Monitoring of Pollution (TEMPO) satellite is designed to address these limitations of current space-based platforms and to improve our ability to monitor North American air quality. TEMPO will provide hourly data of total column and vertical profiles of O3 with high spatial resolution to be used as a near-real-time air quality product. TEMPO O3 retrievals will apply the Smithsonian Astrophysical Observatory profile algorithm developed based on work from GOME, GOME-2, and OMI. This algorithm uses a priori O3 profile information from a climatological data-base developed from long-term ozone-sonde measurements (tropopause-based (TB) O3 climatology). It has been shown that satellite O3 retrievals are sensitive to a priori O3 profiles and covariance matrices. During this work we investigate the climatological data to be used in TEMPO algorithms (TB O3) and simulated data from the NASA GMAO Goddard Earth Observing System (GEOS-5) Forward Processing (FP) near-real-time (NRT) model products. These two data products will be evaluated with ground-based lidar data from the Tropospheric Ozone Lidar Network (TOLNet) at various locations of the US. This study evaluates the TB climatology, GEOS-5 climatology, and 3-hourly GEOS-5 data compared to lower tropospheric observations to demonstrate the accuracy of a priori information to potentially be used in TEMPO O3 algorithms. Here we present our initial analysis and the theoretical impact on TEMPO retrievals in the lower troposphere.

  12. Evaluating A Priori Ozone Profile Information Used in TEMPO Tropospheric Ozone Retrievals

    Science.gov (United States)

    Johnson, M. S.; Sullivan, J. T.; Liu, X.; Newchurch, M.; Kuang, S.; McGee, T. J.; Langford, A. O.; Senff, C. J.; Leblanc, T.; Berkoff, T.; Gronoff, G.; Chen, G.; Strawbridge, K. B.

    2016-12-01

    Ozone (O3) is a greenhouse gas and toxic pollutant which plays a major role in air quality. Typically, monitoring of surface air quality and O3 mixing ratios is primarily conducted using in situ measurement networks. This is partially due to high-quality information related to air quality being limited from space-borne platforms due to coarse spatial resolution, limited temporal frequency, and minimal sensitivity to lower tropospheric and surface-level O3. The Tropospheric Emissions: Monitoring of Pollution (TEMPO) satellite is designed to address these limitations of current space-based platforms and to improve our ability to monitor North American air quality. TEMPO will provide hourly data of total column and vertical profiles of O3 with high spatial resolution to be used as a near-real-time air quality product. TEMPO O3 retrievals will apply the Smithsonian Astrophysical Observatory profile algorithm developed based on work from GOME, GOME-2, and OMI. This algorithm uses a priori O3 profile information from a climatological data-base developed from long-term ozone-sonde measurements (tropopause-based (TB) O3 climatology). It has been shown that satellite O3 retrievals are sensitive to a priori O3 profiles and covariance matrices. During this work we investigate the climatological data to be used in TEMPO algorithms (TB O3) and simulated data from the NASA GMAO Goddard Earth Observing System (GEOS-5) Forward Processing (FP) near-real-time (NRT) model products. These two data products will be evaluated with ground-based lidar data from the Tropospheric Ozone Lidar Network (TOLNet) at various locations of the US. This study evaluates the TB climatology, GEOS-5 climatology, and 3-hourly GEOS-5 data compared to lower tropospheric observations to demonstrate the accuracy of a priori information to potentially be used in TEMPO O3 algorithms. Here we present our initial analysis and the theoretical impact on TEMPO retrievals in the lower troposphere.

  13. [The profile of Israeli travelers to developing countries: perspectives of a travel clinic].

    Science.gov (United States)

    Stienlauf, Shmuel; Meltzer, Eyal; Leshem, Eyal; Rendi-Wagner, Pamela; Schwartz, Eli

    2010-09-01

    The number of Israeli travelers is increasing, including the number of travelers to developing countries. This study aimed to characterize the profile of Israeli travelers to developing countries. Data regarding demographics, travel destinations, trip duration and the purpose of travel were collected on travelers attending the pre-travel clinic at the Sheba Medical Center during a period of 9 years. Between the dates 1/1/1999 and 31/12/2007, 42,771 travelers presented for consultation at the Sheba Medical Center pre-travel clinic. The average age was 30.8 +/- 13.4 years and 54% of the travelers were males. The female proportion increased from 42% in 1999 to 49% in 2006. There was a steady increase in the number of travelers attending our clinic, except in 2003 (coinciding with the SARS epidemic). Post-army backpackers (20-25 year-old age group) were only 43% of the travelers. Children (60 years) comprised 4.4% and 4.6% of the travelers, respectively. The favorite destinations were Asia (55%), followed by Latin America (27%) and Africa (13%). The distribution of travel destinations varied significantly during the study period. Of note is the sharp decline in travel to Africa following the terrorist attack in Mombassa, Kenya (November 2002). The median trip duration changed during the study period, from 30 to 45 days, between 1999-2004 and 2005-2007 respectively. The majority (87%) of voyagers traveled for pleasure, 6% went for business, and 7% were representatives of governmental organizations. This study found an increasing diversity in the traveler population (more women, more children and older travelers) and more diversity in travel destinations. Disease outbreaks and terrorist attacks had transient negative impacts on the number of travelers.

  14. Robustness of mission plans for unmanned aircraft

    Science.gov (United States)

    Niendorf, Moritz

    This thesis studies the robustness of optimal mission plans for unmanned aircraft. Mission planning typically involves tactical planning and path planning. Tactical planning refers to task scheduling and in multi aircraft scenarios also includes establishing a communication topology. Path planning refers to computing a feasible and collision-free trajectory. For a prototypical mission planning problem, the traveling salesman problem on a weighted graph, the robustness of an optimal tour is analyzed with respect to changes to the edge costs. Specifically, the stability region of an optimal tour is obtained, i.e., the set of all edge cost perturbations for which that tour is optimal. The exact stability region of solutions to variants of the traveling salesman problems is obtained from a linear programming relaxation of an auxiliary problem. Edge cost tolerances and edge criticalities are derived from the stability region. For Euclidean traveling salesman problems, robustness with respect to perturbations to vertex locations is considered and safe radii and vertex criticalities are introduced. For weighted-sum multi-objective problems, stability regions with respect to changes in the objectives, weights, and simultaneous changes are given. Most critical weight perturbations are derived. Computing exact stability regions is intractable for large instances. Therefore, tractable approximations are desirable. The stability region of solutions to relaxations of the traveling salesman problem give under approximations and sets of tours give over approximations. The application of these results to the two-neighborhood and the minimum 1-tree relaxation are discussed. Bounds on edge cost tolerances and approximate criticalities are obtainable likewise. A minimum spanning tree is an optimal communication topology for minimizing the cumulative transmission power in multi aircraft missions. The stability region of a minimum spanning tree is given and tolerances, stability balls

  15. Increasing referral of at-risk travelers to travel health clinics: evaluation of a health promotion intervention targeted to travel agents.

    Science.gov (United States)

    MacDougall, L A; Gyorkos, T W; Leffondré, K; Abrahamowicz, M; Tessier, D; Ward, B J; MacLean, J D

    2001-01-01

    Increases in travel-related illness require new partnerships to ensure travelers are prepared for health risks abroad. The travel agent is one such partner and efforts to encourage travel agents to refer at-risk travelers to travel health clinics may help in reducing travel-attributable morbidity. A health promotion intervention encouraging travel agents to refer at-risk travelers to travel health clinics was evaluated. Information on the knowledge, attitudes, and behaviors of travel agents before and after the intervention was compared using two self-administered questionnaires. The Wilcoxon signed rank test was used to compare the mean difference in overall scores to evaluate the overall impact of the intervention and also subscores for each of the behavioral construct groupings (attitudes, barriers, intent, and subjective norms). Multiple regression techniques were used to evaluate which travel agent characteristics were independently associated with a stronger effect of the intervention. A small improvement in travel agents overall attitudes and beliefs (p =.03) was found, in particular their intention to refer (p =.01). Sixty-five percent of travel agents self-reported an increase in referral behavior; owners or managers of the agency were significantly more likely to do so than other travel agents (OR = 7.25; 95% CI: 1.64 32.06). Older travel agents, those that worked longer hours and those with some past referral experience, had significantly higher post-intervention scores. Travel agents can be willing partners in referral, and agencies should be encouraged to develop specific referral policies. Future research may be directed toward investigating the role of health education in certification curricula, the effectiveness of different types of health promotion interventions, including Internet-facilitated interventions, and the direct impact that such interventions would have on travelers attending travel health clinics.

  16. The effect of a priori probability and complexity on decision making in a supervisory control task

    NARCIS (Netherlands)

    Kerstholt, J.H.; Passenier, P.O.; Houttuin, K.; Schuffel, H.

    1996-01-01

    In the present study we investigated how monitoring and fault management in a ship control task are affected by complexity and a priori probability of disturbances. Partici-pants were required to supervise four independent shipping subsystems and to adjust the subsystems whenever deviations

  17. A Priori Regularity of Parabolic Partial Differential Equations

    KAUST Repository

    Berkemeier, Francisco

    2018-05-13

    In this thesis, we consider parabolic partial differential equations such as the heat equation, the Fokker-Planck equation, and the porous media equation. Our aim is to develop methods that provide a priori estimates for solutions with singular initial data. These estimates are obtained by understanding the time decay of norms of solutions. First, we derive regularity results for the heat equation by estimating the decay of Lebesgue norms. Then, we apply similar methods to the Fokker-Planck equation with suitable assumptions on the advection and diffusion. Finally, we conclude by extending our techniques to the porous media equation. The sharpness of our results is confirmed by examining known solutions of these equations. The main contribution of this thesis is the use of functional inequalities to express decay of norms as differential inequalities. These are then combined with ODE methods to deduce estimates for the norms of solutions and their derivatives.

  18. The Mediterranean Diet: its definition and evaluation of a priori dietary indexes in primary cardiovascular prevention.

    Science.gov (United States)

    D'Alessandro, Annunziata; De Pergola, Giovanni

    2018-01-18

    We have analysed the definition of Mediterranean Diet in 28 studies included in six meta-analyses evaluating the relation between the Mediterranean Diet and primary prevention of cardiovascular disease. Some typical food of this dietary pattern like whole cereals, olive oil and red wine were taken into account only in a few a priori indexes, and the dietary pattern defined as Mediterranean showed many differences among the studies and compared to traditional Mediterranean Diet of the early 1960s. Altogether, the analysed studies show a protective effect of the Mediterranean Diet against cardiovascular disease but present different effects against specific conditions as cerebrovascular disease and coronary heart disease. These different effects might depend on the definition of Mediterranean Diet and the indexes of the adhesion to the same one used. To compare the effects of the Mediterranean Diet against cardiovascular disease, coronary heart disease and stroke a univocal model of Mediterranean Diet should be established as a reference, and it might be represented by the Modern Mediterranean Diet Pyramid. The a priori index to evaluate the adhesion to Mediterranean Diet might be the Mediterranean-Style Dietary Pattern Score that has some advantages in comparison to the others a priori indexes.

  19. German travelers' preferences for travel vaccines assessed by a discrete choice experiment.

    Science.gov (United States)

    Poulos, Christine; Curran, Desmond; Anastassopoulou, Anastassia; De Moerlooze, Laurence

    2018-02-08

    Many travelers to regions with endemic infectious diseases do not follow health authorities' recommendations regarding vaccination against vaccine-preventable infectious diseases, before traveling. The determinants of individual travelers' decisions to vaccinate before traveling are largely unknown. This study aimed to provide this information using a discrete choice experiment (DCE) administered to four types of German travelers: (1) business travelers; (2) travelers visiting friends and relatives (VFR); (3) leisure travelers; and (4) backpackers. A DCE survey was developed, pretested and administered online. It included a series of choice questions in which respondents chose between two hypothetical vaccines, each characterized by four disease attributes with varying levels describing the of risk, health impact, curability and transmissibility of the disease they would prevent (described with four disease attributes with varying levels of risk, health impact, curability and transmissibility), and varying levels of four vaccine attributes (duration of protection, number of doses required, time required for vaccination, and vaccine cost). A random-parameters logit model was used to estimate the importance weights each traveler type placed on the various attribute levels. These weights were used to calculate mean monetary equivalents (MMEs) of changes in each attribute (holding all others constant) and of hypothetical disease-vaccine combinations. All traveler types' choices indicated that they attached the greatest importance to the risk and health impact of disease and to the vaccine cost whereas the other disease and vaccine attributes were less important for their decisions about travel vaccines. An option of not choosing any of the vaccine-pairs presented was rarely selected indicating that travelers' generally prefer to be vaccinated rather than not. The MMEs of changes in vaccine attributes indicated a very high variability between the individual travelers

  20. The quantified self during travel: mapping health in a prospective cohort of travellers.

    Science.gov (United States)

    Farnham, Andrea; Furrer, Reinhard; Blanke, Ulf; Stone, Emily; Hatz, Christoph; Puhan, Milo A

    2017-09-01

    Travel medicine research has remained relatively unchanged in the face of rapid expansion of international travel and is unlikely to meet health challenges beyond infectious diseases. Our aim was to identify the range of health outcomes during travel using real-time monitoring and daily reporting of health behaviours and outcomes and identify traveller subgroups who may benefit from more targeted advice before and during travel. We recruited a prospective cohort of travellers ≥ 18 years and planning travel to Thailand for travel clinics in Zurich and Basel (Switzerland). Participants answered demographic, clinical and risk behaviour questionnaires pre-travel and a daily health questionnaire each day during travel using a smartphone application. Environmental and location data were collected passively by GPS. Classification trees were used to identify predictors of health behaviour and outcomes during travel. Non-infectious disease events were relatively common, with 22.7% (17 out of 75 travellers) experiencing an accident, 40.0% ( n  = 30) a wound or cut and 14.7% ( n  = 11) a bite or lick from an animal. Mental health associated events were widely reported, with 80.0% ( n  = 60) reporting lethargy, 34.7% ( n  = 26) anxiety and 34.7% ( n  = 26) feeling tense or irritable. Classification trees identified age, trip length, previous travel experience and having experienced a sports injury in the past year as the most important discriminatory variables for health threats. Our study offers a revolutionary look at an almost real-time timeline of health events and behaviours during travel using mHealth technology. Non-infectious disease related health issues were common in this cohort, despite being largely unaddressed in traditional travel medicine research and suggest a substantial potential for improving evidence-based travel medicine advice. © International Society of Travel Medicine, 2017. Published by Oxford University Press. All rights

  1. The Pyramidal Capacitated Vehicle Routing Problem

    DEFF Research Database (Denmark)

    Lysgaard, Jens

    This paper introduces the Pyramidal Capacitated Vehicle Routing Problem (PCVRP) as a restricted version of the Capacitated Vehicle Routing Problem (CVRP). In the PCVRP each route is required to be pyramidal in a sense generalized from the Pyramidal Traveling Salesman Problem (PTSP). A pyramidal...

  2. The pyramidal capacitated vehicle routing problem

    DEFF Research Database (Denmark)

    Lysgaard, Jens

    2010-01-01

    This paper introduces the pyramidal capacitated vehicle routing problem (PCVRP) as a restricted version of the capacitated vehicle routing problem (CVRP). In the PCVRP each route is required to be pyramidal in a sense generalized from the pyramidal traveling salesman problem (PTSP). A pyramidal...

  3. Pre-travel care for immunocompromised and chronically ill travellers: A retrospective study.

    Science.gov (United States)

    van Aalst, Mariëlle; Verhoeven, Roos; Omar, Freshta; Stijnis, Cornelis; van Vugt, Michèle; de Bree, Godelieve J; Goorhuis, Abraham; Grobusch, Martin P

    2017-09-01

    Immunocompromised and chronically ill travellers (ICCITs) are susceptible to travel related diseases. In ICCITs, pre-travel care regarding vaccinations and prophylactics is complex. We evaluated the protection level by preventive measures in ICCITs by analysing rates of vaccination protection, antibody titres, and the prescription of standby antibiotics. We analysed, and reported according to STROBE guidelines, pre-travel care data for ICCITs visiting the medical pre-travel clinic at the Academic Medical Centre, The Netherlands from 2011 to 2016. We analysed 2104 visits of 1826 ICCITs. Mean age was 46.6 years and mean travel duration 34.5 days. ICCITs on immunosuppressive treatment (29.7%), HIV (17.2%) or diabetes mellitus (10.2%) comprised the largest groups. Most frequently visited countries were Suriname, Indonesia, and Ghana. Most vaccination rates were >90%. Of travellers in high need of hepatitis A and B protection, 56.6 and 75.7%, underwent titre assessments, respectively. Of ICCITs with a respective indication, 50.6% received a prescription for standby antibiotics. Vaccination rates in our study population were overall comparable to those of healthy travellers studied previously in our centre. However, regarding antibody titre assessments and prescription of standby antibiotics, this study demonstrates that uniform pre-travel guidelines for ICCITs are highly needed. Copyright © 2017 Elsevier Ltd. All rights reserved.

  4. Time-discrete higher order ALE formulations: a priori error analysis

    KAUST Repository

    Bonito, Andrea

    2013-03-16

    We derive optimal a priori error estimates for discontinuous Galerkin (dG) time discrete schemes of any order applied to an advection-diffusion model defined on moving domains and written in the Arbitrary Lagrangian Eulerian (ALE) framework. Our estimates hold without any restrictions on the time steps for dG with exact integration or Reynolds\\' quadrature. They involve a mild restriction on the time steps for the practical Runge-Kutta-Radau methods of any order. The key ingredients are the stability results shown earlier in Bonito et al. (Time-discrete higher order ALE formulations: stability, 2013) along with a novel ALE projection. Numerical experiments illustrate and complement our theoretical results. © 2013 Springer-Verlag Berlin Heidelberg.

  5. The Orienteering Problem under Uncertainty Stochastic Programming and Robust Optimization compared

    NARCIS (Netherlands)

    L. Evers (Lanah); K.M. Glorie (Kristiaan); S. van der Ster (Suzanne); A.I. Barros (Ana); H. Monsuur (Herman)

    2012-01-01

    textabstractThe Orienteering Problem (OP) is a generalization of the well-known traveling salesman problem and has many interesting applications in logistics, tourism and defense. To reflect real-life situations, we focus on an uncertain variant of the OP. Two main approaches that deal with

  6. Reachability cuts for the vehicle routing problem with time windows

    DEFF Research Database (Denmark)

    Lysgaard, Jens

    2004-01-01

    This paper introduces a class of cuts, called reachability cuts, for the Vehicle Routing Problem with Time Windows (VRPTW). Reachability cuts are closely related to cuts derived from precedence constraints in the Asymmetric Traveling Salesman Problem with Time Windows and to k-path cuts...

  7. Global a priori estimates for the inhomogeneous Landau equation with moderately soft potentials

    Science.gov (United States)

    Cameron, Stephen; Silvestre, Luis; Snelson, Stanley

    2018-05-01

    We establish a priori upper bounds for solutions to the spatially inhomogeneous Landau equation in the case of moderately soft potentials, with arbitrary initial data, under the assumption that mass, energy and entropy densities stay under control. Our pointwise estimates decay polynomially in the velocity variable. We also show that if the initial data satisfies a Gaussian upper bound, this bound is propagated for all positive times.

  8. Considerations about expected a posteriori estimation in adaptive testing: adaptive a priori, adaptive correction for bias, and adaptive integration interval.

    Science.gov (United States)

    Raiche, Gilles; Blais, Jean-Guy

    2009-01-01

    In a computerized adaptive test, we would like to obtain an acceptable precision of the proficiency level estimate using an optimal number of items. Unfortunately, decreasing the number of items is accompanied by a certain degree of bias when the true proficiency level differs significantly from the a priori estimate. The authors suggest that it is possible to reduced the bias, and even the standard error of the estimate, by applying to each provisional estimation one or a combination of the following strategies: adaptive correction for bias proposed by Bock and Mislevy (1982), adaptive a priori estimate, and adaptive integration interval.

  9. Travel risk behaviors as a determinants of receiving pre-travel health consultation and prevention.

    Science.gov (United States)

    Shady, Ibrahim; Gaafer, Mohammed; Bassiony, Lamiaa

    2015-01-01

    An estimated 30-60 % of travelers experience an illness while traveling. The incidence of travel-related illness can be reduced by preventive measures such as those provided by the Traveler Health Clinic (THC) in Kuwait. The present study is an analytical comparative study between groups of travelers visiting the THC during the study period (May 2009 - December 2010) and an age- and gender-matched control group of non-visitors (800 people). Both groups completed a modified pre-departure questionnaire. Bivariate analysis revealed that Kuwaitis (68.2 %), those traveling for work (25.3 %) or leisure (59.5 %), those living in camps (20.4 %) or hotels (64.0 %), and those with knowledge of the THC from the media (28.1 %) or other sources (57.3 %), were more likely to be associated with a high frequency of visits to the THC ( p  travelers heading to Africa (47 %) and South America (10 %) visited the THC more than did others ( P  travel, duration of stay, and choice of travel destination are independent predictors of receiving pre-travel consultation from the THC. Nationality, purpose of travel, length of stay, and travel destination are predictors for receiving a pre-travel consultation from the THC.

  10. Investigation and study on each technique and example of intelligent planning; Intelligent planning no kakushu shuho to jirei ni kansuru chosa kenkyu

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1995-12-11

    Various problems on intelligent planning (IP) and the tendency of basic technology were investigated. For each technique of IP, a Petri net and mark graph have been widely used as the modeling and analysis methods of a discrete event system. Moreover, various planning problems were modeled by a traveling salesman problem, and the efficient solution of the traveling salesman problem has been studied simultaneously. The tendency of the basic technology and application system viewed from an example of intelligent plant planning was investigated as an applied field of planning technology, with importance attached to the production system and robot planning. In the scheduling technology of the production system, the activation of an AI study and a new theory (i.e., architecture study) based on natural science information was investigated with the transition in the world as a trigger. A robot system has been planned in a wide range such as the environmental information acquisition planning of a robot. 202 refs., 69 figs., 4 tabs.

  11. Verdad y apertura de mundo. El problema de los juicios sintéticos a priori tras el giro lingüístico

    Directory of Open Access Journals (Sweden)

    Cristina LAFONT

    2009-11-01

    Full Text Available RESUMEN: Este artículo analiza el impacto del giro lingüístico en la transformación de la concepción kantiana de los juicios sintéticos a priori. Se centra para ello en dos concepciones contemporáneas de los mismos, a saber, el a priori hermenéutico de Heidegger y el a priori contextual de Putnam, y saca a relucir expresamente tanto sus rasgos similares como sus importantes diferencias: mientras que la concepción heideggeriana mantiene el idealismo transcendental de Kant a través de la suposición hermenéutica de que el significado determina la referencia, la concepción de Putnam rompe por completo con la teoría kantiana de los juicios sintéticos a priori, según la cual éstos no pueden ser modificados por la sola experiencia, al tiempo que rechaza la suposición kantiana de que los juicios sintéticos a priori y aposteriori son dos clases permanentes de juicios. En contraste con Heidegger, Putnam es por eso capaz de mostrar que los juicios sintéticos apriori son modificables bajo condiciones especiales.ABSTRACT: This paper analyzes the impact of the linguistic turn in the transformation of the Kantian conception of the synthetic a priori. It focuses on two contemporary conceptions of the synthetic apriori, namely, Heidegger's hermeneutic apriori and Putnam's contextual apriori and shows their strikingly similar features as well as their important differences: whereas Heidegger's conception retains Kant's transcendental idealism via the hermeneutic assumption that meaning determines reference, Putnam's conception breaks entirely of Kant's conception fo synthetic a priori judgments, namely, that they cannot be revised by experience alone, while rejecting the Kantian assumption that synthetic apriori and aposteriori are permanent statuses of judgments. In contradistinction to Heidegger, Putnam is thus able to show that synthetic apriori judgments are revisable under special conditions.

  12. Content analyses of a priori qualitative phantom limb pain descriptions and emerging categories in mid-southerners with limb loss.

    Science.gov (United States)

    Evans, Cecile B

    2014-01-01

    The purposes of this descriptive study were (a) to identify the relative frequencies of a priori categories of phantom limb pain (PLP) quality descriptors reported by Mid-Southerners with limb loss, (b) to analyze their descriptions for emerging categories of PLP, and (c) to identify the relative frequencies of the emerging categories. This cross-sectional descriptive verbal survey assessed PLP descriptors. A content analyses determined relative frequencies of a priori PLP descriptors as well as emerging categories that were identified. The most common a priori PLP quality descriptors reported by 52 amputees with PLP were intermittent, tingling/needles/numb, sharp, cramping, burning, and stabbing. The most common emerging categories reported were pain compared to illness/injury, electrical cyclical, and manipulated/positional. The detailed descriptions of PLP provide insight into the vivid experiences of PLP. Rehabilitation nurses can use this information with PLP assessment, patient teaching, and counseling. © 2013 Association of Rehabilitation Nurses.

  13. Towards Improving Satellite Tropospheric NO2 Retrieval Products: Impacts of the spatial resolution and lighting NOx production from the a priori chemical transport model

    Science.gov (United States)

    Smeltzer, C. D.; Wang, Y.; Zhao, C.; Boersma, F.

    2009-12-01

    Polar orbiting satellite retrievals of tropospheric nitrogen dioxide (NO2) columns are important to a variety of scientific applications. These NO2 retrievals rely on a priori profiles from chemical transport models and radiative transfer models to derive the vertical columns (VCs) from slant columns measurements. In this work, we compare the retrieval results using a priori profiles from a global model (TM4) and a higher resolution regional model (REAM) at the OMI overpass hour of 1330 local time, implementing the Dutch OMI NO2 (DOMINO) retrieval. We also compare the retrieval results using a priori profiles from REAM model simulations with and without lightning NOx (NO + NO2) production. A priori model resolution and lightning NOx production are both found to have large impact on satellite retrievals by altering the satellite sensitivity to a particular observation by shifting the NO2 vertical distribution interpreted by the radiation model. The retrieved tropospheric NO2 VCs may increase by 25-100% in urban regions and be reduced by 50% in rural regions if the a priori profiles from REAM simulations are used during the retrievals instead of the profiles from TM4 simulations. The a priori profiles with lightning NOx may result in a 25-50% reduction of the retrieved tropospheric NO2 VCs compared to the a priori profiles without lightning. As first priority, a priori vertical NO2 profiles from a chemical transport model with a high resolution, which can better simulate urban-rural NO2 gradients in the boundary layer and make use of observation-based parameterizations of lightning NOx production, should be first implemented to obtain more accurate NO2 retrievals over the United States, where NOx source regions are spatially separated and lightning NOx production is significant. Then as consequence of a priori NO2 profile variabilities resulting from lightning and model resolution dynamics, geostationary satellite, daylight observations would further promote the next

  14. PALNS - A software framework for parallel large neighborhood search

    DEFF Research Database (Denmark)

    Røpke, Stefan

    2009-01-01

    This paper propose a simple, parallel, portable software framework for the metaheuristic named large neighborhood search (LNS). The aim is to provide a framework where the user has to set up a few data structures and implement a few functions and then the framework provides a metaheuristic where ...... parallelization "comes for free". We apply the parallel LNS heuristic to two different problems: the traveling salesman problem with pickup and delivery (TSPPD) and the capacitated vehicle routing problem (CVRP)....

  15. Brezzi-Pitkaranta stabilization and a priori error analysis for the Stokes Control

    Directory of Open Access Journals (Sweden)

    Aytekin Cibik

    2016-12-01

    Full Text Available In this study, we consider a Brezzi-Pitkaranta stabilization scheme for the optimal control problem governed by stationary Stokes equation, using a P1-P1 interpolation for velocity and pressure. We express the stabilization as extra terms added to the discrete variational form of the problem.  We first prove the stability of the finite element discretization of the problem. Then, we derive a priori error bounds for each variable and present a numerical example to show the effectiveness of the stabilization clearly.

  16. Efficiency of equilibria in uniform matroid congestion games

    NARCIS (Netherlands)

    de Jong, Jasper; Klimm, Max; Uetz, Marc Jochen

    2016-01-01

    Network routing games, and more generally congestion games play a central role in algorithmic game theory, comparable to the role of the traveling salesman problem in combinatorial optimization. It is known that the price of anarchy is independent of the network topology for non-atomic congestion

  17. The Orienteering Problem under Uncertainty Stochastic Programming and Robust Optimization compared

    NARCIS (Netherlands)

    Evers, L.; Glorie, K.; Ster, S. van der; Barros, A.I.; Monsuur, H.

    2012-01-01

    The Orienteering Problem (OP) is a generalization of the well-known traveling salesman problem and has many interesting applications in logistics, tourism and defense. To reflect real-life situations, we focus on an uncertain variant of the OP. Two main approaches that deal with optimization under

  18. Contribution to restoration of degraded images by a space-variant system: use of an a priori model of the image

    International Nuclear Information System (INIS)

    Barakat, Valerie

    1998-01-01

    Imaging systems often present shift-variant point spread functions which are usually approximated by shift-invariant ones, in order to simplify the restoration problem. The aim of this thesis is to show that, if this shift-variant degradation is taken into account, it may increase strongly the quality of restoration. The imaging system is a pinhole, used to acquire images of high energy beams. Three restoration methods have been studied and compared: the Tikhonov-Miller regularization, the Markov-fields and the Maximum-Entropy methods. These methods are based on the incorporation of an a priori knowledge into the restoration process, to achieve stability of the solution. An improved restoration method is proposed: this approach is based on the Tikhonov-Miller regularization, combined with an a priori model of the solution. The idea of such a model is to express local characteristics to be reconstructed. The concept of parametric models described by a set of parameters (shape of the object, amplitude values,...) is used. A parametric optimization is used to find the optimal estimation of parameters close to the correct a priori information data of the expected solution. Several criteria have been proposed to measure the restoration quality. (author) [fr

  19. Travel characteristics and health practices among travellers at the travellers' health and vaccination clinic in Singapore.

    Science.gov (United States)

    Lee, Vernon J; Wilder-Smith, Annelies

    2006-10-01

    Singapore has a fast-growing travel industry, but few studies have been done on travel characteristics and travel health practices. This study describes the profile and healthseeking behaviour of travellers attending a travel health clinic in Singapore. A cross-sectional survey was conducted on travellers attending the Traveller's Health and Vaccination Centre (THVC) between September and November 2002 using a standardised questionnaire. Information obtained included individual demographic and medical information, travel patterns, vaccination status and travel health practices. Four hundred and ninetyfive (74%) eligible travellers seen at THVC responded to the questionnaire. Their mean age was 36 years; 77% were professionals, managers, executives, and businessmen, students, and white collar workers. Asia was the main travel destination, and most travelled for leisure and resided in hotels or hostels. The median duration of travel was 16 days. Although >90% had previously travelled overseas, only 20% had previously sought pre-travel advice. Malays were significantly underrepresented (P travel advice compared with Chinese, Indians and Malays. Factors associated with seeking pre-travel advice included travel outside of Asia, especially Africa and South America. Singaporean travellers travel more often to cities rather than rural areas, compared with non-Asian travellers. Asia is the preferred destination, and travel outside of Asia is perceived as more risky and is associated with seeking pre-travel advice and vaccinations. Travel patterns and behaviours need to be taken into account when developing evidence-based travel medicine in Asia.

  20. Focusing on the Golden Ball Metaheuristic: An Extended Study on a Wider Set of Problems

    Directory of Open Access Journals (Sweden)

    E. Osaba

    2014-01-01

    Full Text Available Nowadays, the development of new metaheuristics for solving optimization problems is a topic of interest in the scientific community. In the literature, a large number of techniques of this kind can be found. Anyway, there are many recently proposed techniques, such as the artificial bee colony and imperialist competitive algorithm. This paper is focused on one recently published technique, the one called Golden Ball (GB. The GB is a multiple-population metaheuristic based on soccer concepts. Although it was designed to solve combinatorial optimization problems, until now, it has only been tested with two simple routing problems: the traveling salesman problem and the capacitated vehicle routing problem. In this paper, the GB is applied to four different combinatorial optimization problems. Two of them are routing problems, which are more complex than the previously used ones: the asymmetric traveling salesman problem and the vehicle routing problem with backhauls. Additionally, one constraint satisfaction problem (the n-queen problem and one combinatorial design problem (the one-dimensional bin packing problem have also been used. The outcomes obtained by GB are compared with the ones got by two different genetic algorithms and two distributed genetic algorithms. Additionally, two statistical tests are conducted to compare these results.

  1. Focusing on the Golden Ball Metaheuristic: An Extended Study on a Wider Set of Problems

    Science.gov (United States)

    Osaba, E.; Diaz, F.; Carballedo, R.; Onieva, E.; Perallos, A.

    2014-01-01

    Nowadays, the development of new metaheuristics for solving optimization problems is a topic of interest in the scientific community. In the literature, a large number of techniques of this kind can be found. Anyway, there are many recently proposed techniques, such as the artificial bee colony and imperialist competitive algorithm. This paper is focused on one recently published technique, the one called Golden Ball (GB). The GB is a multiple-population metaheuristic based on soccer concepts. Although it was designed to solve combinatorial optimization problems, until now, it has only been tested with two simple routing problems: the traveling salesman problem and the capacitated vehicle routing problem. In this paper, the GB is applied to four different combinatorial optimization problems. Two of them are routing problems, which are more complex than the previously used ones: the asymmetric traveling salesman problem and the vehicle routing problem with backhauls. Additionally, one constraint satisfaction problem (the n-queen problem) and one combinatorial design problem (the one-dimensional bin packing problem) have also been used. The outcomes obtained by GB are compared with the ones got by two different genetic algorithms and two distributed genetic algorithms. Additionally, two statistical tests are conducted to compare these results. PMID:25165742

  2. The bane of low-dimensionality clustering

    DEFF Research Database (Denmark)

    Cohen-Addad, Vincent; de Mesmay, Arnaud; Rotenberg, Eva

    2018-01-01

    geometric problems such as the traveling salesman problem, or computing an independent set of unit spheres. While these problems benefit from the so-called (limited) blessing of dimensionality, as they can be solved in time nO(k1--1/d) or 2

  3. Deterministic algorithms for multi-criteria Max-TSP

    NARCIS (Netherlands)

    Manthey, Bodo

    2012-01-01

    We present deterministic approximation algorithms for the multi-criteria maximum traveling salesman problem (Max-TSP). Our algorithms are faster and simpler than the existing randomized algorithms. We devise algorithms for the symmetric and asymmetric multi-criteria Max-TSP that achieve ratios of

  4. Reliable Radiation Hybrid Maps: An Efficient Scalable Clustering-based Approach

    Science.gov (United States)

    The process of mapping markers from radiation hybrid mapping (RHM) experiments is equivalent to the traveling salesman problem and, thereby, has combinatorial complexity. As an additional problem, experiments typically result in some unreliable markers that reduce the overall quality of the map. We ...

  5. Using A Priori Information to Improve Atmospheric Duct Estimation

    Science.gov (United States)

    Zhao, X.

    2017-12-01

    Knowledge of refractivity condition in the marine atmospheric boundary layer (MABL) is crucial for the prediction of radar and communication systems performance at frequencies above 1 GHz on low-altitude paths. Since early this century, the `refractivity from clutter (RFC)' technique has been proved to be an effective way to estimate the MABL refractivity structure. Refractivity model is very important for RFC techniques. If prior knowledge of the local refractivity information is available (e.g., from numerical weather prediction models, atmospheric soundings, etc.), more accurate parameterized refractivity model can be constructed by the statistical method, e.g. principal analysis, which in turn can be used to improve the quality of the local refractivity retrievals. This work extends the adjoint parabolic equation approach to range-varying atmospheric duct structure inversions, in which a linear empirical reduced-dimension refractivity model constructed from the a priori refractive information is used.

  6. Tomographic inversion of time-domain resistivity and chargeability data for the investigation of landfills using a priori information.

    Science.gov (United States)

    De Donno, Giorgio; Cardarelli, Ettore

    2017-01-01

    In this paper, we present a new code for the modelling and inversion of resistivity and chargeability data using a priori information to improve the accuracy of the reconstructed model for landfill. When a priori information is available in the study area, we can insert them by means of inequality constraints on the whole model or on a single layer or assigning weighting factors for enhancing anomalies elongated in the horizontal or vertical directions. However, when we have to face a multilayered scenario with numerous resistive to conductive transitions (the case of controlled landfills), the effective thickness of the layers can be biased. The presented code includes a model-tuning scheme, which is applied after the inversion of field data, where the inversion of the synthetic data is performed based on an initial guess, and the absolute difference between the field and synthetic inverted models is minimized. The reliability of the proposed approach has been supported in two real-world examples; we were able to identify an unauthorized landfill and to reconstruct the geometrical and physical layout of an old waste dump. The combined analysis of the resistivity and chargeability (normalised) models help us to remove ambiguity due to the presence of the waste mass. Nevertheless, the presence of certain layers can remain hidden without using a priori information, as demonstrated by a comparison of the constrained inversion with a standard inversion. The robustness of the above-cited method (using a priori information in combination with model tuning) has been validated with the cross-section from the construction plans, where the reconstructed model is in agreement with the original design. Copyright © 2016 Elsevier Ltd. All rights reserved.

  7. Travel-related health problems in Japanese travelers.

    Science.gov (United States)

    Mizuno, Yasutaka; Kudo, Koichiro

    2009-09-01

    Although the number of Japanese individuals traveling abroad has increased steadily, reaching approximately 17.3 million in 2007, the incidence of various travel-related health problems in Japan remains unknown. The travel-related health problems of Japanese travelers returning to Japan from abroad are analyzed by assessing the records. Data were collected retrospectively on returning travelers who visited the authors' travel clinic during the period from January 2005 through to December 2006 with any health problem acquired overseas. A total of 345 patients were included in this study (200 male, 145 female; average age, 34+/-12.3 years). Reasons for travel included leisure (45.8%); business (39.1%); visiting friends and relatives or accompanying other travelers (8.7%); volunteering (3.8%); and long stays in order to study or live (2.6%). The most visited destination was Asia (n=260), followed by Africa (n=105). The most commonly reported health problems were gastro-intestinal infections (39.1%), followed by respiratory tract infections (16.2%), animal bites (8.1%), and skin problems (5.8%). Together, malaria and dengue accounted for 10% of diagnoses in 125 febrile patients (36.2%). Although the profile of travel-related health problems in Japanese travelers is similar to that of Western travelers, the characteristics of travel were quite different. Therefore Japanese travel advice should be tailored to suit the Japanese traveler.

  8. O Caráter a priori das Estruturas Necessárias ao Conhecimento, Construídas segundo a Epistemologia Genética

    OpenAIRE

    Marçal, Vicente Eduardo Ribeiro; Tassinari, Ricardo Pereira [UNESP

    2014-01-01

    In this paper we discuss the question of the a priori character of the necessary structures of knowledge according to Genetic Epistemology, focusing on the notion of space in particular. We establish some relations between Jean Piaget’s Genetic Epistemology and Immanuel Kant’s Critical Philosophy, discuss the notion of the a priori according to Kant in relation to the notion of space, and discuss the construction of the notion of space by the epistemic subject according to Genetic Epistemolog...

  9. Adewole, ES

    African Journals Online (AJOL)

    ... IV: Normal and Inverted Letter 'h' and 'H' Architecture Abstract · Vol 19 (2011) - Articles Comparison Between Laminar and Turbulent Flow in a Single Phase Horizontal Pipe Gas Flow Abstract · Vol 19 (2011) - Articles Optimization of Gas Flow Network using the Traveling Salesman And the Nearest Neighbors Algorithms

  10. General k-opt submoves for the Lin-Kernighan TSP heuristic

    DEFF Research Database (Denmark)

    Helsgaun, Keld

    2009-01-01

    Local search with k-exchange neighborhoods, k-opt, is the most widely used heuristic method for the traveling salesman problem (TSP). This paper presents an effective implementation of k-opt in LKH-2, a variant of the Lin–Kernighan TSP heuristic. The effectiveness of the implementation...

  11. Path inequalities for the vehicle routing problem with time windows

    DEFF Research Database (Denmark)

    Kallehauge, Brian; Boland, Natashia; Madsen, Oli B.G.

    2007-01-01

    In this paper we introduce a new formulation of the vehicle routing problem with time windows (VRPTW) involving only binary variables. The new formulation is based on the formulation of the asymmetric traveling salesman problem with time windows by Ascheuer et al. (Networks 36 (2000) 69-79) and has...

  12. A priori estimates of global solutions of superlinear parabolic systems

    Directory of Open Access Journals (Sweden)

    Julius Pacuta

    2016-04-01

    Full Text Available We consider the parabolic system $ u_{t}-\\Delta u = u^{r}v^{p}$, $v_{t}-\\Delta v = u^{q}v^{s}$ in $\\Omega\\times(0,\\infty$, complemented by the homogeneous Dirichlet boundary conditions and the initial conditions $(u,v(\\cdot,0 = (u_{0},v_{0}$ in $\\Omega$, where $\\Omega $ is a smooth bounded domain in $ \\mathbb{R}^{N} $ and $ u_{0},v_{0}\\in L^{\\infty}(\\Omega$ are nonnegative functions. We find conditions on $ p,q,r,s $ guaranteeing a priori estimates of nonnegative classical global solutions. More precisely every such solution is bounded by a constant depending on suitable norm of the initial data. Our proofs are based on bootstrap in weighted Lebesgue spaces, universal estimates of auxiliary functions and estimates of the Dirichlet heat kernel.

  13. A travel clinic in your office: grow your practice and protect international travelers.

    Science.gov (United States)

    Kirsch, Michael

    2009-01-01

    Medical practices today face economic challenges from declining reimbursements and rising overhead costs. Physicians need to develop new income sources to invigorate their practices and remain viable. Travel medicine-advising and immunizing international travelers-is a rapidly growing specialty in the United States that generates substantial cash reimbursements and professional satisfaction. Travel Clinics of America, a physician-operated company, specializes in helping physicians to incorporate travel medicine into their existing practices.

  14. Challenges to providing pre-travel care for travellers visiting friends and relatives: an audit of a specialist travel medicine clinic.

    Science.gov (United States)

    Rowe, Kate; Chaves, Nadia; Leder, Karin

    2017-09-01

    Travellers visiting friends and relatives (VFRs) often have complex pre-travel needs. We identified the characteristics, destinations, vaccinations and pre-travel advice provided to VFRs and compared these with non-VFR travellers. The significant differences we found suggest that future research should focus on improving the uptake of recommended interventions in VFR travellers. © International Society of Travel Medicine, 2017. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com.

  15. An Exact Method for the Double TSP with Multiple Stacks

    DEFF Research Database (Denmark)

    Lusby, Richard Martin; Larsen, Jesper; Ehrgott, Matthias

    2010-01-01

    The double travelling salesman problem with multiple stacks (DTSPMS) is a pickup and delivery problem in which all pickups must be completed before any deliveries can be made. The problem originates from a real-life application where a 40 foot container (configured as 3 columns of 11 rows) is used...

  16. An Exact Method for the Double TSP with Multiple Stacks

    DEFF Research Database (Denmark)

    Larsen, Jesper; Lusby, Richard Martin; Ehrgott, Matthias

    The double travelling salesman problem with multiple stacks (DTSPMS) is a pickup and delivery problem in which all pickups must be completed before any deliveries can be made. The problem originates from a real-life application where a 40 foot container (configured as 3 columns of 11 rows) is used...

  17. An Effective Implementation of K-opt Moves for the Lin-Kernighan TSP Heuristic

    DEFF Research Database (Denmark)

    Helsgaun, Keld

    Local search with k-change neighborhoods, k-opt, is the most widely used heuristic method for the traveling salesman problem (TSP). This report presents an effective implementation of k-opt for the Lin- Kernighan TSP heuristic. The effectiveness of the implementation is demonstrated with extensive...

  18. Conference on Stochastic Processes and their Applications (16th) Held in Stanford, California on 16-21 August 1987.

    Science.gov (United States)

    1987-08-21

    examples of so-called self-similar processes. 522 -°- °.. 0 * - -= uu~.~w- - v , LOCAL BEHAVIOUR OF SIMPLE STOCHASTIC MODELS by Rudolf Grfibel...theorem en- tails results on the growth of matchings, Steiner trees, traveling-salesman processes as well as triangulations in large areas. These

  19. Prevention of influenza among travellers attending at a UK travel clinic: beliefs and perceptions. A cross-sectional study.

    Science.gov (United States)

    Masuet-Aumatell, Cristina; Toovey, Stephen; Zuckerman, Jane N

    2013-07-01

    Travellers' compliance with measures to prevent influenza through the use of antivirals and influenza vaccine remains very poor despite influenza being one of the commonest travel and vaccine-preventable diseases. A study was undertaken to assess travellers' beliefs, perceptions and intentions to take antivirals for the treatment and prevention of influenza during the H1N1 pandemic. A cross-sectional survey (n = 96) of travellers who attended the Royal Free Travel Health Centre, London, UK was undertaken in September 2009. A self-administered questionnaire was completed by a traveller in advance of their pre-travel health consultation. Logistic regression identified variables independently associated with compliance. Influenza vaccination uptake for the 5 years preceding the study was found to be 20·8%. This was statistically significantly higher for older travellers and those with underlying health conditions (P study identifies some beliefs and perceptions travellers consider with regard to the therapeutic and preventive influenza use of antivirals during the H1N1 pandemic; it underscores the importance of travellers receiving hemisphere appropriate influenza vaccination. The external validity of these study findings requires further corroboration involving other travel clinics and different cohorts of travellers during seasonal activity or outbreaks of influenza. These findings could guide the development of future strategies for the prevention of influenza in travellers. © 2012 John Wiley & Sons Ltd.

  20. TSP tour domination and Hamilton cycle decompositions of regular digraphs

    DEFF Research Database (Denmark)

    Gutin, Gregory; Yeo, Anders

    2001-01-01

    by the relative performance compared to the optimal value. In particular, we show that for the asymmetric traveling salesman problem, there is a deterministic polynomial time algorithm that finds a tour that is at least as good as the median of all tour values. Our algorithm uses an unpublished theorem...

  1. Travel medicine

    Science.gov (United States)

    Aw, Brian; Boraston, Suni; Botten, David; Cherniwchan, Darin; Fazal, Hyder; Kelton, Timothy; Libman, Michael; Saldanha, Colin; Scappatura, Philip; Stowe, Brian

    2014-01-01

    Abstract Objective To define the practice of travel medicine, provide the basics of a comprehensive pretravel consultation for international travelers, and assist in identifying patients who might require referral to travel medicine professionals. Sources of information Guidelines and recommendations on travel medicine and travel-related illnesses by national and international travel health authorities were reviewed. MEDLINE and EMBASE searches for related literature were also performed. Main message Travel medicine is a highly dynamic specialty that focuses on pretravel preventive care. A comprehensive risk assessment for each individual traveler is essential in order to accurately evaluate traveler-, itinerary-, and destination-specific risks, and to advise on the most appropriate risk management interventions to promote health and prevent adverse health outcomes during travel. Vaccinations might also be required and should be personalized according to the individual traveler’s immunization history, travel itinerary, and the amount of time available before departure. Conclusion A traveler’s health and safety depends on a practitioner’s level of expertise in providing pretravel counseling and vaccinations, if required. Those who advise travelers are encouraged to be aware of the extent of this responsibility and to refer all high-risk travelers to travel medicine professionals whenever possible. PMID:25500599

  2. UNderstanding uptake of Immunisations in TravellIng aNd Gypsy communities (UNITING): a qualitative interview study.

    Science.gov (United States)

    Jackson, Cath; Dyson, Lisa; Bedford, Helen; Cheater, Francine M; Condon, Louise; Crocker, Annie; Emslie, Carol; Ireland, Lana; Kemsley, Philippa; Kerr, Susan; Lewis, Helen J; Mytton, Julie; Overend, Karen; Redsell, Sarah; Richardson, Zoe; Shepherd, Christine; Smith, Lesley

    2016-09-01

    Gypsies, Travellers and Roma (referred to as Travellers) are less likely to access health services, including immunisation. To improve immunisation rates, we need to understand what helps and hinders individuals in these communities in taking up immunisations. (1) Investigate the barriers to and facilitators of acceptability and uptake of immunisations among six Traveller communities across four UK cities; and (2) identify possible interventions to increase uptake of immunisations in these Traveller communities that could be tested in a subsequent feasibility study. Three-phase qualitative study underpinned by the social ecological model. Phase 1: interviews with 174 Travellers from six communities: Romanian Roma (Bristol); English Gypsy/Irish Traveller (Bristol); English Gypsy (York); Romanian/Slovakian Roma (Glasgow); Scottish Showpeople (Glasgow); and Irish Traveller (London). Focus on childhood and adult vaccines. Phase 2: interviews with 39 service providers. Data were analysed using the framework approach. Interventions were identified using a modified intervention mapping approach. Phase 3: 51 Travellers and 25 service providers attended workshops and produced a prioritised list of potentially acceptable and feasible interventions. There were many common accounts of barriers and facilitators across communities, particularly across the English-speaking communities. Scottish Showpeople were the most similar to the general population. Roma communities experienced additional barriers of language and being in a new country. Men, women and service providers described similar barriers and facilitators. There was widespread acceptance of childhood and adult immunisation, with current parents perceived as more positive than their elders. A minority of English-speaking Travellers worried about multiple/combined childhood vaccines, adult flu and whooping cough. Cultural concerns about vaccines offered during pregnancy and about human papillomavirus were most evident in

  3. Travel medicine and mHealth technology: a study using smartphones to collect health data during travel.

    Science.gov (United States)

    Farnham, Andrea; Blanke, Ulf; Stone, Emily; Puhan, Milo A; Hatz, Christoph

    2016-06-01

    mHealth methodology such as smartphone applications offers new opportunities to capture the full range of health risks during travel in real time. Our study aims to widen the scope of travel health research in tropical and subtropical destinations by using a smartphone application to collect detailed information on health behaviours, clinical symptoms, accidents and environmental factors during travel. We enrolled travel clinic clients in Zurich and Basel ≥18 years of age travelling to Thailand for travel. Participants were equipped with a smartphone and an application that (1) actively administers a daily self-report questionnaire on the health risks, behaviours and symptoms the traveller encountered, and (2) passively collects information on the traveller's location and environmental conditions by transformation of raw GPS data. A prospective cohort of 101 travellers planning travel to Thailand between January and June 2015 was recruited. Of the 101 enrolled travellers, 75 (74.3%) answered at least one questionnaire during travel, 10 (9.9%) had technical difficulties and 16 (15.8%) dropped out. Those who completed questionnaires were a median of 27.0 years old (range 18-57). Travellers filled out a median of 12.0 questionnaires during their trip (range 1-30), corresponding to a median completion rate of 85.0% days of travel. The typical example of a healthy female traveller shows that many and diverse health issues arise during a trip that clusters on certain days. The rich data on behaviour and local environment may be used to explain the occurrence and clustering of health issues. Use of a smartphone app to collect health information is technically feasible and acceptable amongst a traveller population, minimizes recall bias and greatly increases the quality and quantity of data collected during travel. mHealth technology shows great potential for innovation in travel medicine. © International Society of Travel Medicine, 2016. All rights reserved

  4. A cross-sectional study of pre-travel health-seeking practices among travelers departing Sydney and Bangkok airports.

    Science.gov (United States)

    Heywood, Anita E; Watkins, Rochelle E; Iamsirithaworn, Sopon; Nilvarangkul, Kessarawan; MacIntyre, C Raina

    2012-05-02

    Pre-travel health assessments aim to promote risk reduction through preventive measures and safe behavior, including ensuring travelers are up-to-date with their immunizations. However, studies assessing pre-travel health-seeking practices from a variety of medical and non-medical sources and vaccine uptake prior to travel to both developing and developed countries within the Asia-Pacific region are scarce. Cross-sectional surveys were conducted between July and December 2007 to assess pre-travel health seeking practices, including advice from health professionals, health information from other sources and vaccine uptake, in a sample of travelers departing Sydney and Bangkok airports. A two-stage cluster sampling technique was used to ensure representativeness of travelers and travel destinations. Pre-travel health seeking practices were assessed using a self-administered questionnaire distributed at the check-in queues of departing flights. Logistic regression models were used to identify significant factors associated with seeking pre-travel health advice from a health professional, reported separately for Australian residents, residents of other Western countries and residents of countries in Asia. A total of 843 surveys were included in the final sample (Sydney 729, response rate 56%; Bangkok 114, response rate 60%). Overall, pre-travel health information from any source was sought by 415 (49%) respondents with 298 (35%) seeking pre-travel advice from a health professional, the majority through general practice. Receipt of a pre-travel vaccine was reported by 100 (12%) respondents. Significant factors associated with seeking pre-travel health advice from a health professional differed by region of residence. Asian travelers were less likely to report seeking pre-travel health advice and uptake of pre-travel vaccines than Australian or other Western travelers. Migrant Australians were less likely to report seeking pre-travel health advice than Australian

  5. A cross-sectional study of pre-travel health-seeking practices among travelers departing Sydney and Bangkok airports

    Science.gov (United States)

    2012-01-01

    Background Pre-travel health assessments aim to promote risk reduction through preventive measures and safe behavior, including ensuring travelers are up-to-date with their immunizations. However, studies assessing pre-travel health-seeking practices from a variety of medical and non-medical sources and vaccine uptake prior to travel to both developing and developed countries within the Asia-Pacific region are scarce. Methods Cross-sectional surveys were conducted between July and December 2007 to assess pre-travel health seeking practices, including advice from health professionals, health information from other sources and vaccine uptake, in a sample of travelers departing Sydney and Bangkok airports. A two-stage cluster sampling technique was used to ensure representativeness of travelers and travel destinations. Pre-travel health seeking practices were assessed using a self-administered questionnaire distributed at the check-in queues of departing flights. Logistic regression models were used to identify significant factors associated with seeking pre-travel health advice from a health professional, reported separately for Australian residents, residents of other Western countries and residents of countries in Asia. Results A total of 843 surveys were included in the final sample (Sydney 729, response rate 56%; Bangkok 114, response rate 60%). Overall, pre-travel health information from any source was sought by 415 (49%) respondents with 298 (35%) seeking pre-travel advice from a health professional, the majority through general practice. Receipt of a pre-travel vaccine was reported by 100 (12%) respondents. Significant factors associated with seeking pre-travel health advice from a health professional differed by region of residence. Asian travelers were less likely to report seeking pre-travel health advice and uptake of pre-travel vaccines than Australian or other Western travelers. Migrant Australians were less likely to report seeking pre-travel health

  6. Exponential lower bounds for polytopes in combinatorial optimization

    NARCIS (Netherlands)

    Fiorini, S. (Samuel); Massar, S. (Serge); Pokutta, S. (Sebastian); Tiwary, H.R. (Hans Raj); De Wolf, R. (Ronald)

    2015-01-01

    textabstractWe solve a 20-year old problem posed by Yannakakis and prove that no polynomial-size linear program (LP) exists whose associated polytope projects to the traveling salesman polytope, even if the LP is not required to be symmetric. Moreover, we prove that this holds also for the cut

  7. Efficient heuristics for the Rural Postman Problem | Groves | ORiON

    African Journals Online (AJOL)

    A local search framework for the (undirected) Rural Postman Problem (RPP) is presented in this paper. The framework allows local search approaches that have been applied successfully to the well–known Travelling Salesman Problem also to be applied to the RPP. New heuristics for the RPP, based on this framework, ...

  8. Computer aided discovery of families of valid inequalities

    DEFF Research Database (Denmark)

    Røpke, Stefan

    that are violated by a fractional solution supplied by the user. It is up to the user to generalize these examples further. We will present examples of new families of inequalities for the capacitated vehicle routing problem and the traveling salesman problem with pickup and deliveries found using the program....

  9. Sampling informative/complex a priori probability distributions using Gibbs sampling assisted by sequential simulation

    DEFF Research Database (Denmark)

    Hansen, Thomas Mejer; Mosegaard, Klaus; Cordua, Knud Skou

    2010-01-01

    Markov chain Monte Carlo methods such as the Gibbs sampler and the Metropolis algorithm can be used to sample the solutions to non-linear inverse problems. In principle these methods allow incorporation of arbitrarily complex a priori information, but current methods allow only relatively simple...... this algorithm with the Metropolis algorithm to obtain an efficient method for sampling posterior probability densities for nonlinear inverse problems....

  10. Computing nonsimple polygons of minimum perimeter

    NARCIS (Netherlands)

    Fekete, S.P.; Haas, A.; Hemmer, M.; Hoffmann, M.; Kostitsyna, I.; Krupke, D.; Maurer, F.; Mitchell, J.S.B.; Schmidt, A.; Schmidt, C.; Troegel, J.

    2018-01-01

    We consider the Minimum Perimeter Polygon Problem (MP3): for a given set V of points in the plane, find a polygon P with holes that has vertex set V , such that the total boundary length is smallest possible. The MP3 can be considered a natural geometric generalization of the Traveling Salesman

  11. Pre-Travel Medical Preparation of Business and Occupational Travelers

    Science.gov (United States)

    Khan, Nomana M.; Jentes, Emily S.; Brown, Clive; Han, Pauline; Rao, Sowmya R.; Kozarsky, Phyllis; Hagmann, Stefan H.F.; LaRocque, Regina C.; Ryan, Edward T.

    2016-01-01

    Objectives: The aim of the study was to understand more about pre-travel preparations and itineraries of business and occupational travelers. Methods: De-identified data from 18 Global TravEpiNet clinics from January 2009 to December 2012 were analyzed. Results: Of 23,534 travelers, 61% were non-occupational and 39% occupational. Business travelers were more likely to be men, had short times to departure and shorter trip durations, and commonly refused influenza, meningococcal, and hepatitis B vaccines. Most business travelers indicated that employers suggested the pre-travel health consultation, whereas non-occupational travelers sought consultations because of travel health concerns. Conclusions: Sub-groups of occupational travelers have characteristic profiles, with business travelers being particularly distinct. Employers play a role in encouraging business travelers to seek pre-travel consultations. Such consultations, even if scheduled immediately before travel, can identify vaccination gaps and increase coverage. PMID:26479857

  12. Pre-travel care for immunocompromised and chronically ill travellers: A retrospective study

    NARCIS (Netherlands)

    van Aalst, Mariëlle; Verhoeven, Roos; Omar, Freshta; Stijnis, Cornelis; van Vugt, Michèle; de Bree, Godelieve J.; Goorhuis, Abraham; Grobusch, Martin P.

    2017-01-01

    Background: Immunocompromised and chronically ill travellers (ICCITs) are susceptible to travel related diseases. In ICCITs, pre-travel care regarding vaccinations and prophylactics is complex. We evaluated the protection level by preventive measures in ICCITs by analysing rates of vaccination

  13. [Pre-travel advice and patient education of Hungarian travellers].

    Science.gov (United States)

    Lengyel, Ingrid; Felkai, Péter

    2018-03-01

    According to international surveys, over half of the travellers face some kind of health issue when travelling. The overwhelming majority of travel-related illnesses can be prevented with pre-travel medical consultations, but the syllabus and content of the consultation have to match the travel habits and culture of the given society. This publication explores the specificities and travel habits of Hungarian travellers. One hundred participants of a travel exhibition completed a survey about their international travel. As the survey was not representative, the data could only be processed through simple statistical methods. However, since the exhibition was presumably attended by those wishing to travel, the conclusions drawn from the results are worth publishing, since no similar survey in Hungary has been published before. Based on the suitable classification of age groups in travel medicine, 11% of the participants were adolescents / young adults (aged 15-24), 81% adults (25-59) and 8% elderly (60-74). Twenty-eight percent of the participants travel multiple times a year, 40% yearly and 32% of them less frequently; 16% of the adults, 8% of the adolescents and 4% of the elderly age group travel multiple times a year. The travel destinations of Hungarian travellers have remained practically unchanged since a study was conducted 13 years ago: the vast majority (95%) travelled within Europe, 2% to the United States, and 11% of them elsewhere. Since Hungarians do not travel to endemic areas, only 5% consulted their general practitioners (GPs) prior to travelling, and 29% did when they had to be vaccinated. Forty-two percent of those wishing to travel never consult their GPs, even though 29% of them are aware of some chronic illness. Instead, 51% gather their health information from the internet and only 6% from their doctors. By the contradiction between the poor health status of the majority of Hungarian travellers and the negligence of seeking pre-travel advice

  14. Fulltext PDF

    Indian Academy of Sciences (India)

    mapffrom a given domain D to the real line and the problem is to find the point in ... number equal to the total distance the salesman would travel ifhe were to visit the ... If the proba- bility of the chain being in i at a given time is 1t Ci), the proba-.

  15. Information impact on quality of travel choices: analysis of data from a multimodal travel simulator

    NARCIS (Netherlands)

    Chorus, C.G.; Arentze, T.A.; Timmermans, H.J.P.; Silva, da A.N.R.; Souza, de L.C.L.

    2007-01-01

    This paper investigates the impact of travel information on the quality of travel choices. It distinguishes itself from earlier studies on this topic by empirically investigating the impact of a variety of travel information types on the quality of observed multimodal travel choices. Choice quality

  16. On approximately fair cost allocation in Euclidean TSP games

    NARCIS (Netherlands)

    Faigle, U.; Fekete, Sándor P.; Hochstättler, Winfried; Kern, Walter

    1998-01-01

    We consider the problem of allocating the cost of an optimal traveling salesman tour in a fair way among the nodes visited; in particular, we focus on the case where the distance matrix of the underlying TSP problem satisfies the triangle inequality. We thereby use the model of TSP games in the

  17. Exponential Lower Bounds for Polytopes in Combinatorial Optimization

    NARCIS (Netherlands)

    Fiorini, S.; Massar, S.; Pokutta, S.; Tiwary, H.R.; de Wolf, R.

    2015-01-01

    We solve a 20-year old problem posed by Yannakakis and prove that no polynomial-size linear program (LP) exists whose associated polytope projects to the traveling salesman polytope, even if the LP is not required to be symmetric. Moreover, we prove that this holds also for the cut polytope and the

  18. Effectiveness of pre-travel consultation in the prevention of travel-related diseases: a retrospective cohort study.

    Science.gov (United States)

    Tafuri, Silvio; Guerra, Rocco; Gallone, Maria Serena; Cappelli, Maria Giovanna; Lanotte, Serafina; Quarto, Michele; Germinario, Cinzia

    2014-01-01

    This study aims to evaluate the effectiveness of pre-travel counselling carried out in Travel Clinics. This is a retrospective cohort. Three hundred international travellers were enrolled; 150 people were from users of Bari Travel Clinic, 150 were users of a travel agency. Enrolled subjects were interviewed using a questionnaire. The average age of the enrolled subjects was 37.5 ± 13.9, without statistically significant differences between the two groups. 86% of cases and 19.3% of the controls reported the use of anti-malaria prophylaxis (p Travel Clinic users, 6% reported diarrhoea and these figures were 27% in the control group (p study demonstrated the effectiveness of pre-travel counselling; in the future, new studies must investigate the cost-effectiveness of pre-travel prevention measures.

  19. Use of a priori information in incomplete data x-ray CT imaging

    International Nuclear Information System (INIS)

    Eberhard, J.W.; Hedengren, K.H.

    1988-01-01

    A new technique for utilizing a priori information is presented which uses CAD electronic part models to make use of effectively all the information which is available in the blueprint of a selected industrial part. Significant improvements in x-ray image quality are demonstrated using the technique in the image enhancement of the model of an exhaust nozzle actuation ring for the F110 aircraft. Three approaches were evaluated: a projection data approach, an iterative reconstruction approach, and an image processing and analysis approach. Results for these approaches are included. X-ray CT images of the simulated part image reconstructed with several choices of available angular range are shown

  20. Tolerance based algorithms for the ATSP

    NARCIS (Netherlands)

    Goldengorin, B; Sierksma, G; Turkensteen, M; Hromkovic, J; Nagl, M; Westfechtel, B

    2004-01-01

    In this paper we use arc tolerances, instead of arc costs, to improve Branch-and-Bound type algorithms for the Asymmetric Traveling Salesman Problem (ATSP). We derive new tighter lower bounds based on exact and approximate bottleneck upper tolerance values of the Assignment Problem (AP). It is shown

  1. International business travel: impact on families and travellers.

    Science.gov (United States)

    Espino, C M; Sundstrom, S M; Frick, H L; Jacobs, M; Peters, M

    2002-05-01

    Spouses and staff of the World Bank Group (WBG) were questioned about the impact of international business travel on families and travellers. Dependent variables were self reported stress, concern about the health of the traveller, and negative impact on the family. We hypothesised that several travel factors (independent variables) would be associated with these impacts. These travel factors had to do with the frequency, duration, and predictability of travel and its interference with family activities. Survey forms were developed and distributed to all spouses of travelling staff as well as a small sample of operational staff. Kendall's tau b correlation coefficients of response frequencies were computed with the data from scaled items. Written responses to open ended questions were categorised. Response rates for spouses and staff were 24% and 36%, respectively. Half the spouse sample (n=533) and almost 75% of the staff sample (n=102) reported high or very high stress due to business travel. Self reported spouse stress was associated with six out of eight travel factors. Female spouses, those with children, and younger spouses reported greater stress. Self reported staff stress was significantly associated with four out of nine travel factors. Further insight into how business travel affects families and staff (including children's behavioural changes) and how families cope was gained through responses to written questions. The findings support the notion that lengthy and frequent travel and frequent changes in travel dates which affect family plans, all characteristic of WBG missions, negatively affects many spouses and children (particularly young children) and that the strain on families contributes significantly to the stress staff feel about their travel. Policies or management practices that take into consideration family activities and give staff greater leeway in controlling and refusing travel may help relieve stress.

  2. Travel health attitudes among Turkish business travellers to African countries.

    Science.gov (United States)

    Selcuk, Engin Burak; Kayabas, Uner; Binbasioglu, Hulisi; Otlu, Baris; Bayindir, Yasar; Bozdogan, Bulent; Karatas, Mehmet

    The number of international travellers is increasing worldwide. Although health risks related to international travel are important and generally well-understood, the perception of these risks was unclear among Turkish travellers. We aimed to evaluate the attitudes and health risk awareness of Turkish travellers travelling to African countries. A survey was performed of Turkish travellers bound for Africa from Istanbul International Ataturk Airport in July 2013. A total of 124 travellers were enrolled in the study. Among them, 62.9% had information about their destination but only 11.3% had looked for information on health problems related to travel and their destination. Of all travellers, 53.2% had at least one vaccination before travelling. The most commonly administered vaccine was for typhoid. Among the travellers, 69.3% and 80.6% had "no idea" about yellow fever vaccination and malaria prophylaxis, respectively. A positive correlation was found between a higher level of travellers' education and receiving the recommended vaccination for the destination. Our study revealed significant gaps in the vaccination and chemoprophylaxis uptake of Turkish travellers departing to Africa. An awareness and training program should be developed for travellers, as well as public health workers, to address health risks related to travel. Copyright © 2016 Elsevier Ltd. All rights reserved.

  3. Parameter transferability within homogeneous regions and comparisons with predictions from a priori parameters in the eastern United States

    Science.gov (United States)

    Chouaib, Wafa; Alila, Younes; Caldwell, Peter V.

    2018-05-01

    The need for predictions of flow time-series persists at ungauged catchments, motivating the research goals of our study. By means of the Sacramento model, this paper explores the use of parameter transfer within homogeneous regions of similar climate and flow characteristics and makes comparisons with predictions from a priori parameters. We assessed the performance using the Nash-Sutcliffe (NS), bias, mean monthly hydrograph and flow duration curve (FDC). The study was conducted on a large dataset of 73 catchments within the eastern US. Two approaches to the parameter transferability were developed and evaluated; (i) the within homogeneous region parameter transfer using one donor catchment specific to each region, (ii) the parameter transfer disregarding the geographical limits of homogeneous regions, where one donor catchment was common to all regions. Comparisons between both parameter transfers enabled to assess the gain in performance from the parameter regionalization and its respective constraints and limitations. The parameter transfer within homogeneous regions outperformed the a priori parameters and led to a decrease in bias and increase in efficiency reaching a median NS of 0.77 and a NS of 0.85 at individual catchments. The use of FDC revealed the effect of bias on the inaccuracy of prediction from parameter transfer. In one specific region, of mountainous and forested catchments, the prediction accuracy of the parameter transfer was less satisfactory and equivalent to a priori parameters. In this region, the parameter transfer from the outsider catchment provided the best performance; less-biased with smaller uncertainty in medium flow percentiles (40%-60%). The large disparity of energy conditions explained the lack of performance from parameter transfer in this region. Besides, the subsurface stormflow is predominant and there is a likelihood of lateral preferential flow, which according to its specific properties further explained the reduced

  4. A hybrid approach for biobjective optimization

    DEFF Research Database (Denmark)

    Stidsen, Thomas Jacob Riis; Andersen, Kim Allan

    2018-01-01

    to singleobjective problems is that no standard multiobjective solvers exist and specialized algorithms need to be programmed from scratch.In this article we will present a hybrid approach, which operates both in decision space and in objective space. The approach enables massive efficient parallelization and can...... be used to a wide variety of biobjective Mixed Integer Programming models. We test the approach on the biobjective extension of the classic traveling salesman problem, on the standard datasets, and determine the full set of nondominated points. This has only been done once before (Florios and Mavrotas...

  5. A program for the a priori evaluation of detection limits in instrumental neutron activation analysis using a SLOWPOKE II reactor

    International Nuclear Information System (INIS)

    Galinier, J.L.; Zikovsky, L.

    1982-01-01

    A program that permits the a priori calculation of detection limits in monoelemental matrices, adapted to instrumental neutron activation analysis using a SLOWPOKE II reactor, is described. A simplified model of the gamma spectra is proposed. Products of (n,p) and (n,α) reactions induced by the fast components of the neutron flux that accompanies the thermal flux at the level of internal irradiation sites in the reactor have been included in the list of interfering radionuclides. The program calculates in a systematic way the detection limits of 66 elements in an equal number of matrices using 153 intermediary radionuclides. Experimental checks carried out with silicon (for short lifetimes) and aluminum and magnesium (for intermediate lifetimes) show satisfactory agreement with the calculations. These results show in particular the importance of the contribution of the (n,p) and (n,α) reactions in the a priori evaluation of detection limits with a SLOWPOKE type reactor [fr

  6. Travel intermediaries and responsibility for compliance with EU travel law : A scattered legal picture

    NARCIS (Netherlands)

    de Vries, Anne

    Travel intermediaries, commonly known as travel agencies, are important and well-known actors in the travel sector and online travel agencies such as Expedia, Booking.com and AirBnB are booming. Although intermediaries obviously bring clear benefits for contracting parties, they also complicate the

  7. A priori tests of combustion models based on a CH{sub 4}/H{sub 2} Triple Flame

    Energy Technology Data Exchange (ETDEWEB)

    Dombard, J.; Naud, B.; Jimenez Sanchez, C.

    2008-07-01

    This document reproduces the final project of Jerome Dombard, presented on June 25, 2008, for the obtention of the Master degree MIMSE (Master Ingenierie Mathematique, Statistique et Economique) of Bordeaux University (Universite Bordeaux 1). We make an a priori study of FPI/FGM-type turbulent combustion models using a 2D DNS of a triple flame. A reduced chemical scheme of 16 species and 12 reactions is used (ARM1, proposed by J.-Y. Chen at Berkeley University). The fuel (CH4/H2 mixture) and oxidizer (air) correspond to the inlet composition of the Sydney bluff-body stabilised flame experiments (flames HM1-3). First, we compute 1D laminar premixed flames. The purpose of those calculations is twofold: 1. check the differences between different computer programs and different treatments of molecular diffusion, and 2. calibrate the 2D-DNS of the laminar triple flame (mainly decide on the grid resolution). Then, the solution of the 2D laminar triple flame is used to test a priori FPI/FGM tables. Finally, preliminary considerations on sub-grid scale modelling in the context of Large Eddy Simulation are made. (Author) 14 refs.

  8. Heuristics for Comparing the Lengths of Completed E-TSP Tours: Crossings and Areas

    Science.gov (United States)

    MacGregor, James N.

    2017-01-01

    The article reports three experiments designed to explore heuristics used in comparing the lengths of completed Euclidean Traveling Salesman Problem (E-TSP) tours. The experiments used paired comparisons in which participants judged which of two completed tours of the same point set was shorter. The first experiment manipulated two factors, the…

  9. Formulations and exact algorithms for the vehicle routing problem with time windows

    DEFF Research Database (Denmark)

    Kallehauge, Brian

    2008-01-01

    In this paper we review the exact algorithms proposed in the last three decades for the solution of the vehicle routing problem with time windows (VRPTW). The exact algorithms for the VRPTW are in many aspects inherited from work on the traveling salesman problem (TSP). In recognition of this fact...

  10. Developing an A Priori Database for Passive Microwave Snow Water Retrievals Over Ocean

    Science.gov (United States)

    Yin, Mengtao; Liu, Guosheng

    2017-12-01

    A physically optimized a priori database is developed for Global Precipitation Measurement Microwave Imager (GMI) snow water retrievals over ocean. The initial snow water content profiles are derived from CloudSat Cloud Profiling Radar (CPR) measurements. A radiative transfer model in which the single-scattering properties of nonspherical snowflakes are based on the discrete dipole approximate results is employed to simulate brightness temperatures and their gradients. Snow water content profiles are then optimized through a one-dimensional variational (1D-Var) method. The standard deviations of the difference between observed and simulated brightness temperatures are in a similar magnitude to the observation errors defined for observation error covariance matrix after the 1D-Var optimization, indicating that this variational method is successful. This optimized database is applied in a Bayesian retrieval snow water algorithm. The retrieval results indicated that the 1D-Var approach has a positive impact on the GMI retrieved snow water content profiles by improving the physical consistency between snow water content profiles and observed brightness temperatures. Global distribution of snow water contents retrieved from the a priori database is compared with CloudSat CPR estimates. Results showed that the two estimates have a similar pattern of global distribution, and the difference of their global means is small. In addition, we investigate the impact of using physical parameters to subset the database on snow water retrievals. It is shown that using total precipitable water to subset the database with 1D-Var optimization is beneficial for snow water retrievals.

  11. Optimization Approaches for the Traveling Salesman Problem with Drone

    NARCIS (Netherlands)

    N.A.H. Agatz (Niels); P.C. Bouman (Paul); M.E. Schmidt (Marie)

    2016-01-01

    textabstractThe fast and cost-efficient home delivery of goods ordered online is logistically challenging. Many companies are looking for new ways to cross the last-mile to their customers. One technology-enabled opportunity that recently has received much at- tention is the use of a drone to

  12. A relational approach to analysing leisure travel

    NARCIS (Netherlands)

    Ettema, D.F.; Schwanen, T.

    2012-01-01

    Leisure travel makes up a very significant part of daily travel and therefore needs to be considered in any travel demand management or general land use and transportation policy. Yet, research into leisure mobility has tended to ignore important aspects of leisure travel, such as its joint

  13. A Priori Analysis of a Compressible Flamelet Model using RANS Data for a Dual-Mode Scramjet Combustor

    Science.gov (United States)

    Quinlan, Jesse R.; Drozda, Tomasz G.; McDaniel, James C.; Lacaze, Guilhem; Oefelein, Joseph

    2015-01-01

    In an effort to make large eddy simulation of hydrocarbon-fueled scramjet combustors more computationally accessible using realistic chemical reaction mechanisms, a compressible flamelet/progress variable (FPV) model was proposed that extends current FPV model formulations to high-speed, compressible flows. Development of this model relied on observations garnered from an a priori analysis of the Reynolds-Averaged Navier-Stokes (RANS) data obtained for the Hypersonic International Flight Research and Experimentation (HI-FiRE) dual-mode scramjet combustor. The RANS data were obtained using a reduced chemical mechanism for the combustion of a JP-7 surrogate and were validated using avail- able experimental data. These RANS data were then post-processed to obtain, in an a priori fashion, the scalar fields corresponding to an FPV-based modeling approach. In the current work, in addition to the proposed compressible flamelet model, a standard incompressible FPV model was also considered. Several candidate progress variables were investigated for their ability to recover static temperature and major and minor product species. The effects of pressure and temperature on the tabulated progress variable source term were characterized, and model coupling terms embedded in the Reynolds- averaged Navier-Stokes equations were studied. Finally, results for the novel compressible flamelet/progress variable model were presented to demonstrate the improvement attained by modeling the effects of pressure and flamelet boundary conditions on the combustion.

  14. Previous exposure in a high-risk area for travellers' diarrhoea within the past year is associated with a significant protective effect for travellers' diarrhoea: a prospective observational cohort study in travellers to South Asia.

    Science.gov (United States)

    Kuenzli, Esther; Juergensen, David; Kling, Kerstin; Jaeger, Veronika K; DeCrom, Susan; Steffen, Robert; Widmer, Andreas F; Battegay, Manuel; Hatz, Christoph; Neumayr, Andreas

    2017-09-01

    Travellers' diarrhoea is the most common health problem in travellers. Depending on the region visited, up to 40% of travellers develop diarrhoea during a 2-week trip. The aim of this study was to assess risk factors for TD among travellers to the Indian subcontinent. An observational prospective multicentre cohort study investigated travellers to the Indian subcontinent. Participants completed questionnaires assessing the incidence of travellers' diarrhoea and identifying potential risk factors. Covariates were assessed univariately, followed by a multivariate regression. Two-hundred and twenty-six travellers were enrolled into the study, 178 filled in both pre- and post-travel questionnaires. Overall, the attack rate of travellers' diarrhoea was 38.2%. Travel destination is a key risk factor for the occurrence of TD. Travelling to India or Nepal vs Bhutan is associated with an increased risk for TD (OR 6.68 and 6.62, respectively). A length of stay of more than 3 weeks compared to less than 2 weeks is also associated with a significantly increased risk (OR 5.45). Having stayed in a high-risk area for travellers' diarrhoea within the past year before the current trip is associated with a significantly decreased risk (OR 0.19). No association was found between consumption of high risk food (i.e. tap water, ice cream, raw meat and hamburgers) and travellers' diarrhoea. Travellers' diarrhoea is a frequent problem in travellers to the Indian subcontinent. Previous exposure in a high-risk area for travellers' diarrhoea within the past year appears to have a significant protective effect. Furthermore, an association between the occurrence of travellers' diarrhoea and travel destination and length of stay, respectively, was observed. Consumption of risk food did not confer a TD risk in our study. © International Society of Travel Medicine, 2017. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com

  15. A priori study of subgrid-scale features in turbulent Rayleigh-Bénard convection

    Science.gov (United States)

    Dabbagh, F.; Trias, F. X.; Gorobets, A.; Oliva, A.

    2017-10-01

    At the crossroad between flow topology analysis and turbulence modeling, a priori studies are a reliable tool to understand the underlying physics of the subgrid-scale (SGS) motions in turbulent flows. In this paper, properties of the SGS features in the framework of a large-eddy simulation are studied for a turbulent Rayleigh-Bénard convection (RBC). To do so, data from direct numerical simulation (DNS) of a turbulent air-filled RBC in a rectangular cavity of aspect ratio unity and π spanwise open-ended distance are used at two Rayleigh numbers R a ∈{1 08,1 010 } [Dabbagh et al., "On the evolution of flow topology in turbulent Rayleigh-Bénard convection," Phys. Fluids 28, 115105 (2016)]. First, DNS at Ra = 108 is used to assess the performance of eddy-viscosity models such as QR, Wall-Adapting Local Eddy-viscosity (WALE), and the recent S3PQR-models proposed by Trias et al. ["Building proper invariants for eddy-viscosity subgrid-scale models," Phys. Fluids 27, 065103 (2015)]. The outcomes imply that the eddy-viscosity modeling smoothes the coarse-grained viscous straining and retrieves fairly well the effect of the kinetic unfiltered scales in order to reproduce the coherent large scales. However, these models fail to approach the exact evolution of the SGS heat flux and are incapable to reproduce well the further dominant rotational enstrophy pertaining to the buoyant production. Afterwards, the key ingredients of eddy-viscosity, νt, and eddy-diffusivity, κt, are calculated a priori and revealed positive prevalent values to maintain a turbulent wind essentially driven by the mean buoyant force at the sidewalls. The topological analysis suggests that the effective turbulent diffusion paradigm and the hypothesis of a constant turbulent Prandtl number are only applicable in the large-scale strain-dominated areas in the bulk. It is shown that the bulk-dominated rotational structures of vortex-stretching (and its synchronous viscous dissipative structures) hold

  16. A process model of voluntary travel behavior modification and effects of Travel Feedback Programs (TFPs)

    OpenAIRE

    Taniguchi, Ayako

    2007-01-01

    This study tested an integrated process model of travel behavior modification. We used a model that combined the theory of planned behavior (TPB), norm activation theory (NAT), a theory of implementation intention, and theories of habit. To test the integrated model, we used panel data (n = 208) obtained before and after travel feedback programs (TFPs); the TFP is a communication program aimed at voluntary travel behavior modification, from automobile use to non-auto means of travel such as p...

  17. Estimating Household Travel Energy Consumption in Conjunction with a Travel Demand Forecasting Model

    Energy Technology Data Exchange (ETDEWEB)

    Garikapati, Venu M. [Systems Analysis and Integration Section, National Renewable Energy Laboratory, 15013 Denver West Parkway, Golden, CO 80401; You, Daehyun [Maricopa Association of Governments, 302 North First Avenue, Suite 300, Phoenix, AZ 85003; Zhang, Wenwen [School of City and Regional Planning, Center for Geographic Information Systems, Georgia Institute of Technology, 760 Spring Street, Suite 230, Atlanta, GA 30308; Pendyala, Ram M. [School of Sustainable Engineering and the Built Environment, Arizona State University, 660 South College Avenue, Tempe, AZ 85281; Guhathakurta, Subhrajit [School of City and Regional Planning, Center for Geographic Information Systems, Georgia Institute of Technology, 760 Spring Street, Suite 230, Atlanta, GA 30308; Brown, Marilyn A. [School of Public Policy, 685 Cherry Street, Georgia Institute of Technology, Atlanta, GA 30332; Dilkina, Bistra [School of Computational Science and Engineering, 266 Ferst Drive, Georgia Institute of Technology, Atlanta, GA 30332

    2017-01-01

    This paper presents a methodology for the calculation of the consumption of household travel energy at the level of the traffic analysis zone (TAZ) in conjunction with information that is readily available from a standard four-step travel demand model system. This methodology embeds two algorithms. The first provides a means of allocating non-home-based trips to residential zones that are the source of such trips, whereas the second provides a mechanism for incorporating the effects of household vehicle fleet composition on fuel consumption. The methodology is applied to the greater Atlanta, Georgia, metropolitan region in the United States and is found to offer a robust mechanism for calculating the footprint of household travel energy at the level of the individual TAZ; this mechanism makes possible the study of variations in the energy footprint across space. The travel energy footprint is strongly correlated with the density of the built environment, although socioeconomic differences across TAZs also likely contribute to differences in travel energy footprints. The TAZ-level calculator of the footprint of household travel energy can be used to analyze alternative futures and relate differences in the energy footprint to differences in a number of contributing factors and thus enables the design of urban form, formulation of policy interventions, and implementation of awareness campaigns that may produce more-sustainable patterns of energy consumption.

  18. Individual traveller health priorities and the pre-travel health consultation.

    Science.gov (United States)

    Flaherty, Gerard T; Chen, Bingling; Avalos, Gloria

    2017-09-01

    The purpose of this study was to examine the principal travel health priorities of travellers. The most frequently selected travel health concerns were accessing medical care abroad, dying abroad, insect bites, malaria, personal safety and travel security threats. The travel health risks of least concern were culture shock, fear of flying, jet lag and sexually transmitted infections. This study is the first to develop a hierarchy of self-declared travel health risk priorities among travellers. © International Society of Travel Medicine, 2017. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com.

  19. Connected Traveler

    Energy Technology Data Exchange (ETDEWEB)

    2016-06-01

    The Connected Traveler framework seeks to boost the energy efficiency of personal travel and the overall transportation system by maximizing the accuracy of predicted traveler behavior in response to real-time feedback and incentives. It is anticipated that this approach will establish a feedback loop that 'learns' traveler preferences and customizes incentives to meet or exceed energy efficiency targets by empowering individual travelers with information needed to make energy-efficient choices and reducing the complexity required to validate transportation system energy savings. This handout provides an overview of NREL's Connected Traveler project, including graphics, milestones, and contact information.

  20. A Solution Approach from an Analytic Model to Heuristic Algorithm for Special Case of Vehicle Routing Problem with Stochastic Demands

    Directory of Open Access Journals (Sweden)

    2009-03-01

    Full Text Available We define a special case for the vehicle routing problem with stochastic demands (SC-VRPSD where customer demands are normally distributed. We propose a new linear model for computing the expected length of a tour in SC-VRPSD. The proposed model is based on the integration of the “Traveling Salesman Problem” (TSP and the Assignment Problem. For large-scale problems, we also use an Iterated Local Search (ILS algorithm in order to reach an effective solution.

  1. On the Complexity of Numerical Analysis

    DEFF Research Database (Denmark)

    Miltersen, Peter Bro; Kjeldgaard-Pedersen, Johan; Burgisser, Peter

    2006-01-01

    an integer N, decide whether N is greater than 0. We show that PosSLP lies in the counting hierarchy, and combining our results with work of Tiwari, we show that the Euclidean Traveling Salesman Problem lies in the counting hierarchy - the previous best upper bound for this important problem (in terms...

  2. Determining the depth of certain gravity sources without a priori specification of their structural index

    Science.gov (United States)

    Zhou, Shuai; Huang, Danian

    2015-11-01

    We have developed a new method for the interpretation of gravity tensor data based on the generalized Tilt-depth method. Cooper (2011, 2012) extended the magnetic Tilt-depth method to gravity data. We take the gradient-ratio method of Cooper (2011, 2012) and modify it so that the source type does not need to be specified a priori. We develop the new method by generalizing the Tilt-depth method for depth estimation for different types of source bodies. The new technique uses only the three vertical tensor components of the full gravity tensor data observed or calculated at different height plane to estimate the depth of the buried bodies without a priori specification of their structural index. For severely noise-corrupted data, our method utilizes different upward continuation height data, which can effectively reduce the influence of noise. Theoretical simulations of the gravity source model with and without noise illustrate the ability of the method to provide source depth information. Additionally, the simulations demonstrate that the new method is simple, computationally fast and accurate. Finally, we apply the method using the gravity data acquired over the Humble Salt Dome in the USA as an example. The results show a good correspondence to the previous drilling and seismic interpretation results.

  3. Pre-travel advice at a crossroad: Medical preparedness of travellers to South and Southeast-Asia - The Hamburg Airport Survey.

    Science.gov (United States)

    Rolling, Thierry; Mühlenpfordt, Melina; Addo, Marylyn M; Cramer, Jakob P; Vinnemeier, Christof D

    Specific travel-related recommendations exist for the prevention or self-treatment of infectious diseases contracted by travellers to the tropics. In the current study, we assessed the medical preparedness per these recommendations, focusing on whether travellers carried antidiarrheal and antimalarial medication with them stratified by type of pre-travel advice. We surveyed travellers departing from Hamburg International Airport to South or Southeast Asia, using a questionnaire on demographic, medical and travel characteristics. 975 travellers were analysed - the majority (817, 83%) being tourists. A large proportion packed any antidiarrheal medication (612, 63%) - most frequently loperamide (440, 72%). Only 176 of 928 (19%) travellers to destinations with low-to medium risk for malaria packed a recommended antimalarial medication. The majority (162, 17%) of them carried antimalarials as stand-by emergency treatment (SBET). 468 (48%) travellers had a pre-travel medical consultation. This lead to higher odds of carrying SBET- with the highest odds associated with a consultation at a travel medicine specialist (OR 7.83 compared to no consultation). Attending a travel medicine specialist was associated with better adherence to current recommendations concerning the carriage of stand-by emergency treatment of malaria. However, the proportion of travellers seeking pre-travel health advice was overall low in our population. Promoting pre-travel consultations may, therefore, lead to higher adherence to the current recommendations in travel medicine. Copyright © 2017 Elsevier Ltd. All rights reserved.

  4. A priori which-way information in quantum interference with unstable particles

    International Nuclear Information System (INIS)

    Krause, D.E.; Fischbach, E.; Rohrbach, Z.J.

    2014-01-01

    If an unstable particle used in a two-path interference experiment decays before reaching a detector, which-way information becomes available that reduces the detected interference fringe visibility V. Here we argue that even when an unstable particle does not decay while in the interferometer, a priori which-way information is still available in the form of path predictability P which depends on the particle's decay rate Γ. We further demonstrate that in a matter-wave Mach–Zehnder interferometer using an excited atom with an appropriately tuned cavity, P is related to V through the duality relation P 2 +V 2 =1. - Highlights: • Even undecayed unstable particles exhibit novel interference effects. • Interference is studied in a Mach–Zehnder interferometer with a cavity. • More which-way information is available when using unstable particles. • A relation between which-way information and interference is satisfied

  5. Globally Stable Adaptive Backstepping Neural Network Control for Uncertain Strict-Feedback Systems With Tracking Accuracy Known a Priori.

    Science.gov (United States)

    Chen, Weisheng; Ge, Shuzhi Sam; Wu, Jian; Gong, Maoguo

    2015-09-01

    This paper addresses the problem of globally stable direct adaptive backstepping neural network (NN) tracking control design for a class of uncertain strict-feedback systems under the assumption that the accuracy of the ultimate tracking error is given a priori. In contrast to the classical adaptive backstepping NN control schemes, this paper analyzes the convergence of the tracking error using Barbalat's Lemma via some nonnegative functions rather than the positive-definite Lyapunov functions. Thus, the accuracy of the ultimate tracking error can be determined and adjusted accurately a priori, and the closed-loop system is guaranteed to be globally uniformly ultimately bounded. The main technical novelty is to construct three new n th-order continuously differentiable functions, which are used to design the control law, the virtual control variables, and the adaptive laws. Finally, two simulation examples are given to illustrate the effectiveness and advantages of the proposed control method.

  6. Good health abroad a traveller's handbook

    CERN Document Server

    Jopling, W H

    2013-01-01

    Good Health Abroad: A Traveller's Handbook guides travelers of possible risks to health, comfort and peace of mind encountered abroad. It discusses the steps to be taken before departure, during the journey, and upon arrival of the tourist. It addresses the measures to protect the health of the individual. Some of the topics covered in the book are the medical and dental check-up; active immunization; vaccination against smallpox, yellow fever, and cholera; optional vaccinations in regions of the world; optional vaccinations which are restricted to special categories of travelers; anti-glare precautions; and pre-travel exercises. The definition of acclimatization is covered. The medical, visa, and currency requirements are discussed. The text describes the clothing for warm, temperate, and cold climates. A study of the travel sickness, postural oedema, package cruises, and survival at sea are presented. A chapter is devoted to the food, water, heat effects abroad. Another section focuses on the accidental hyp...

  7. International travel patterns and travel risks for stem cell transplant recipients.

    Science.gov (United States)

    Mikati, Tarek; Griffin, Kenneth; Lane, Dakotah; Matasar, Matthew; Shah, Monika K

    2015-01-01

    Stem cell transplantation (SCT) is being increasingly utilized for multiple medical illnesses. However, there is limited knowledge about international travel patterns and travel-related illnesses of stem cell transplant recipients (SCTRs). An observational cross-sectional study was conducted among 979 SCTRs at Memorial Sloan Kettering Cancer Center using a previously standardized and validated questionnaire. International travel post SCT, pre-travel health advice, exposure risks, and travel-related illnesses were queried. A total of 516 SCTRs completed the survey (55% response rate); of these, 40% were allogeneic SCTRs. A total of 229 (44.3%) respondents reported international travel outside the United States and Canada post SCT. The international travel incidence was 32% [95% confidence interval CI 28-36] within 2 years after SCT. Using multivariable Cox regression analysis, variables significantly associated with international travel within first 2 years after SCT were history of international travel prior to SCT [hazard ratio (HR) = 5.3, 95% CI 2.3-12.0], autologous SCT (HR = 2.6, 95% CI 1.6-2.8), foreign birth (HR = 2.3, 95% CI 1.5-3.3), and high income (HR = 2.0, 95% CI 1.8-3.7). During their first trip, 64 travelers (28%) had traveled to destinations that may have required vaccination or malaria chemoprophylaxis. Only 56% reported seeking pre-travel health advice. Of those who traveled, 16 travelers (7%) became ill enough to require medical attention during their first trip after SCT. Ill travelers were more likely to have visited high-risk areas (60 vs 26%, p = 0.005), to have had a longer mean trip duration (24 vs 12 days, p = 0.0002), and to have visited friends and relatives (69 vs 21%, p travel was common among SCTRs within 2 years after SCT and was mainly to low-risk destinations. Although the overall incidence of travel-related illnesses was low, certain subgroups of travelers were at a significantly higher risk. Pre-travel

  8. Travel-related acquisition of diarrhoeagenic bacteria, enteral viruses and parasites in a prospective cohort of 98 Dutch travellers.

    Science.gov (United States)

    van Hattem, Jarne M; Arcilla, Maris S; Grobusch, Martin P; Bart, Aldert; Bootsma, Martin C; van Genderen, Perry J; van Gool, Tom; Goorhuis, Abraham; van Hellemond, Jaap J; Molenkamp, Richard; Molhoek, Nicky; Oude Lashof, Astrid M; Stobberingh, Ellen E; de Wever, Bob; Verbrugh, Henri A; Melles, Damian C; Penders, John; Schultsz, Constance; de Jong, Menno D

    2017-09-01

    Limited prospective data are available on the acquisition of viral, bacterial and parasitic diarrhoeagenic agents by healthy individuals during travel. To determine the frequency of travel associated acquisition of 19 pathogens in 98 intercontinental travellers, qPCR was used to detect 8 viral pathogens, 6 bacterial enteric pathogens and 5 parasite species in faecal samples collected immediately before and after travel. We found high pre-travel carriage rates of Blastocystis spp. and Dientamoeba fragilis of 32% and 19% respectively. Pre-travel prevalences of all other tested pathogens were below 3%. Blastocystis spp. (10%), Plesiomonas shigelloides (7%), D. fragilis (6%) and Shigella spp. (5%) were the most frequently acquired pathogens and acquisition of enteral viruses and hepatitis E virus in this relatively small group of travellers was rare or non-existent. Our findings suggest that the role of viruses as the cause of persisting traveller's diarrhoea is limited and bacterial pathogens are more likely as a cause of traveller's diarrhoea. The substantial proportion of travellers carrying Blastocystis spp. and D. fragilis before travel warrants cautious interpretation of positive samples in returning travellers with gastrointestinal complaints. Copyright © 2017 Elsevier Ltd. All rights reserved.

  9. International travel in the immunocompromised patient: a cross-sectional survey of travel advice in 254 consecutive patients.

    Science.gov (United States)

    Bialy, C; Horne, K; Dendle, C; Kanellis, J; Littlejohn, G; Ratnam, I; Woolley, I

    2015-06-01

    Our primary aim was to determine the rate of overseas travel in immunocompromised individuals attending appropriate clinics at an Australian tertiary care hospital. We also aimed to characterise health-seeking behaviour prior to travel and investigated sources of pre-travel advice, compared travel patterns and activities between three specific immunosuppressed groups, and examined pre-immunosuppression patient serology. We implemented a cross-sectional survey of patients between February and August 2012. This survey was implemented among three outpatient populations at Monash Medical Centre, an Australian tertiary care hospital. We recruited 254 immunosuppressed adults from three patient populations: human immunodeficiency virus-positive individuals, renal transplant patients and rheumatology patients requiring immunosuppressive therapy. No clinical intervention was performed. In the 10 years preceding the survey, 153 (60.2%) participants reported international travel. Of these, 105 (68.6%) were immunosuppressed at the time of travel. These patients were 47.6% male and 60% Australian born. Forty per cent were visiting friends and relatives as part of their travel. Fifty-four per cent of those immunocompromised at the time of travel were going to high-risk destinations. Pathology files indicated that serological screening was frequently not performed prior to immunosuppression in the renal transplant and rheumatology groups. Immunocompromised patients often travel to high-risk destinations with limited or inadequate pre-travel preparations. Doctors caring for the immunocompromised should be aware of travel risks, suitable vaccination protocols and when to refer to specialist travel clinics. © 2015 Royal Australasian College of Physicians.

  10. Adolescent school travel: Is online mapping a practical alternative to GPS-assessed travel routes?

    DEFF Research Database (Denmark)

    Stewart, Tom; Schipperijn, Jasper; Snizek, Bernhard

    2017-01-01

    AbstractBackground Geographically accurate travel routes are necessary to estimate exposure to the environment and its potential influence on travel behaviour. Although assessing travel behaviours with Global Positioning System (GPS) receivers is increasingly common, these protocols place......-reporting error seems more pronounced for longer routes, and when multiple travel modes are used. Researchers should consider the advantages (e.g., ease of collection) and disadvantages (e.g., lack of temporal information) when deciding if the data obtainable are sufficient to answer their research questions....

  11. Human travel and traveling bedbugs.

    Science.gov (United States)

    Delaunay, Pascal

    2012-12-01

    A dramatic increase of reported bedbug (Cimex lectularius and Cimex hemipterus) infestations has been observed worldwide over the past decade. Bedbug infestations have also been detected across a wide range of travel accommodations, regardless of their comfort and hygiene levels. Travelers are increasingly exposed to the risks of bedbug bites, infestation of personal belongings, and subsequent contamination of newly visited accommodations and their homes. We searched Medline publications via the PubMed database. National bedbug recommendations, textbooks, newspapers, and Centers for Disease Control websites were also searched manually. To detect infested sites, avoid or limit bedbug bites, and reduce the risk of contaminating one's belongings and home, bedbug biology and ecology must be understood. A detailed search of their most classic hiding niches is a key to finding adult bedbugs, nymphs, eggs, and feces or traces of blood from crushed bedbugs. Locally, bedbugs move by active displacement to feed (bite) during the night. Bed, mattress, sofa, and/or curtains are the most frequently infested places. If you find bedbugs, change your room or, even better, the hotel. Otherwise, travelers should follow recommendations for avoiding bedbugs and their bites during the night and apply certain simple rules to avoid infesting other sites or their home. Travelers exposed to bedbugs can minimize the risks of bites and infestation of their belongings, and must also do their civic duty to avoid contributing to the subsequent contamination of other hotels and, finally, home. © 2012 International Society of Travel Medicine.

  12. Essential travel medicine

    CERN Document Server

    Zuckerman, Jane N; Leggat, Peter

    2015-01-01

    This 1st edition of Essential Travel Medicine provides an excellent concise introduction to the specialty of Travel Medicine. This core text will enable health care practitioners particularly those new to the clinical practice of Travel Medicine, to gain a fundamental understanding of the diverse and complex issues which can potentially affect the health of the many millions of people who undertake international travel. Jane N Zuckerman is joined by Gary W Brunette from CDC and Peter A Leggat from Australia as Editors. Leading international specialists in their fields have contributed authoritative chapters reflecting current knowledge to facilitate best clinical practice in the different aspects of travel medicine. The aim of Essential Travel Medicine is to provide a comprehensive guide to Travel Medicine as well as a fundamental knowledge base to support international undergraduate and postgraduate specialty training programmes in the discipline of Travel Medicine. The 1st edition of Essential Travel ...

  13. Business travel-associated illness: a GeoSentinel analysis.

    Science.gov (United States)

    Chen, Lin H; Leder, Karin; Barbre, Kira A; Schlagenhauf, Patricia; Libman, Michael; Keystone, Jay; Mendelson, Marc; Gautret, Philippe; Schwartz, Eli; Shaw, Marc; MacDonald, Sue; McCarthy, Anne; Connor, Bradley A; Esposito, Douglas H; Hamer, Davidson; Wilson, Mary E

    2018-01-01

    Analysis of a large cohort of business travelers will help clinicians focus on frequent and serious illnesses. We aimed to describe travel-related health problems in business travelers. GeoSentinel Surveillance Network consists of 64 travel and tropical medicine clinics in 29 countries; descriptive analysis was performed on ill business travelers, defined as persons traveling for work, evaluated after international travel 1 January 1997 through 31 December 2014. Among 12 203 business travelers seen 1997-2014 (14 045 eligible diagnoses), the majority (97%) were adults aged 20-64 years; most (74%) reported from Western Europe or North America; two-thirds were male. Most (86%) were outpatients. Fewer than half (45%) reported a pre-travel healthcare encounter. Frequent regions of exposure were sub-Saharan Africa (37%), Southeast Asia (15%) and South Central Asia (14%). The most frequent diagnoses were malaria (9%), acute unspecified diarrhea (8%), viral syndrome (6%), acute bacterial diarrhea (5%) and chronic diarrhea (4%). Species was reported for 973 (90%) of 1079 patients with malaria, predominantly Plasmodium falciparum acquired in sub-Saharan Africa. Of 584 (54%) with malaria chemoprophylaxis information, 92% took none or incomplete courses. Thirteen deaths were reported, over half of which were due to malaria; others succumbed to pneumonia, typhoid fever, rabies, melioidosis and pyogenic abscess. Diarrheal illness was a major cause of morbidity. Malaria contributed substantial morbidity and mortality, particularly among business travelers to sub-Saharan Africa. Underuse or non-use of chemoprophylaxis contributed to malaria cases. Deaths in business travelers could be reduced by improving adherence to malaria chemoprophylaxis and targeted vaccination for vaccine-preventable diseases. Pre-travel advice is indicated for business travelers and is currently under-utilized and needs improvement.

  14. HIV and travel.

    Science.gov (United States)

    Schuhwerk, M A; Richens, J; Zuckerman, Jane N

    2006-01-01

    There is a high demand for travel among HIV-positive individual. This demand arises partly from those who have benefited from advances in antiretroviral therapy as well as those with disease progression. The key to a successful and uneventful holiday lies in careful pre-trip planning, yet many patients fail to obtain advice before travelling. Travel advice for HIV patients is becoming increasingly specialized. In addition to advice on common travel-related infectious diseases, HIV-positive travellers are strongly advised to carry information with them and they need specific advice regarding country entry restrictions, HIV inclusive travel insurance, safety of travel vaccinations and highly active antiretroviral therapy-related issues. A wide range of relevant issues for the HIV-positive traveller are discussed in this review and useful websites can be found at the end.

  15. Vaccination knowledge, attitude and practice among Chinese travelers who visit travel clinics in Preparation for international travel.

    Science.gov (United States)

    Zhang, Min; Zhang, Jianming; Hao, Yutong; Fan, ZhengXing; Li, Lei; Li, Yiguang; Ju, Wendong; Zhang, Hong; Liu, Wei; Zhang, Mengzhang; Wu, Di; He, Hongtao

    2016-06-01

    Although international travel has become increasingly more common in main land China, few data are available on vaccination knowledge, attitude and practice (KAP) among Chinese travelers. In each of 14 International Travel Healthcare Centers (ITHCs) situated in mainland China 200 volunteers were recruited for a cross-sectional investigation by questionnaire on KAP related to travel vaccinations. For the evaluation the study subjects were grouped by demographic data, past travel experience, travel destination, duration of stay abroad, purpose of travel. Among the 2,800 Chinese travelers who participated in the study, 67.1% were aware of national and travel vaccination recommendations. The knowledge about vaccine preventable diseases was low. The most common sources (73.4%) of information were requirements by destination countries obtained in connection with the visa application, Chinese companies employing workers/laborers for assignments overseas, and foreign schools. The overall acceptance rate of recommended vaccines was 68.7%, but yellow fever was accepted by 99.8% of the participants when recommended. Among 81.1% respondents who recalled to have received vaccinations in the past, only 25.9% of them brought the old vaccination records with them to their ITHC consultations. The results indicate that increased awareness of the importance of pre-travel vaccination is needed among the travellers in order to improve their KAP. © International Society of Travel Medicine, 2016. All rights reserved. Published by Oxford University Press. For permissions, please e-mail: journals.permissions@oup.com.

  16. Travel personae of American pleasure travelers

    DEFF Research Database (Denmark)

    Park, S.; Tussyadiah, Iis; Mazanec, J.A.

    2010-01-01

    Travel style has been shown to be a useful concept for understanding travelers. In this study it is argued that the portfolio of trips (specifically, the portfolio of various trip styles) one takes can be used to describe his/her overall travel persona. Network analysis was used to examine...... personae which, in turn, are related to their choices of places visited and their response to advertising materials. It was concluded that the framework provided by these findings along with new tools on the Internet offer the potential to develop highly personalized communications with existing...

  17. Support for the Annual Meeting (30th) of the Cognitive Science Society

    Science.gov (United States)

    2008-10-01

    2006) Contents Zygmunt Pizlo (2006) Editor’s Introduction Nicholas R. Burns. Michael I). Lee. and Douglas Viekers (2006) Are Individual Differences...Zheng Li, VII I laxhimiisa. and \\\\ alter G. Kropatsch (2006) Traveling Salesman Problem: A Foveating Pyramid Model Volume 1 Issue 2 (2007) Contents ...Backward Counterfactuals Morteza Dehghani, Rumen Iliev, Stefan Kaufmann 1169 Concepts and Categories Thursday, July 24,2008

  18. STUDI PERBANDINGAN ANTARA ALGORITMA BIVARIATE MARGINAL DISTRIBUTION DENGAN ALGORITMA GENETIKA

    Directory of Open Access Journals (Sweden)

    Chastine Fatichah

    2006-01-01

    Full Text Available Bivariate Marginal Distribution Algorithm is extended from Estimation of Distribution Algorithm. This heuristic algorithm proposes the new approach for recombination of generate new individual that without crossover and mutation process such as genetic algorithm. Bivariate Marginal Distribution Algorithm uses connectivity variable the pair gene for recombination of generate new individual. Connectivity between variable is doing along optimization process. In this research, genetic algorithm performance with one point crossover is compared with Bivariate Marginal Distribution Algorithm performance in case Onemax, De Jong F2 function, and Traveling Salesman Problem. In this research, experimental results have shown performance the both algorithm is dependence of parameter respectively and also population size that used. For Onemax case with size small problem, Genetic Algorithm perform better with small number of iteration and more fast for get optimum result. However, Bivariate Marginal Distribution Algorithm perform better of result optimization for case Onemax with huge size problem. For De Jong F2 function, Genetic Algorithm perform better from Bivariate Marginal Distribution Algorithm of a number of iteration and time. For case Traveling Salesman Problem, Bivariate Marginal Distribution Algorithm have shown perform better from Genetic Algorithm of optimization result. Abstract in Bahasa Indonesia : Bivariate Marginal Distribution Algorithm merupakan perkembangan lebih lanjut dari Estimation of Distribution Algorithm. Algoritma heuristik ini mengenalkan pendekatan baru dalam melakukan rekombinasi untuk membentuk individu baru, yaitu tidak menggunakan proses crossover dan mutasi seperti pada Genetic Algorithm. Bivariate Marginal Distribution Algorithm menggunakan keterkaitan pasangan variabel dalam melakukan rekombinasi untuk membentuk individu baru. Keterkaitan antar variabel tersebut ditemukan selama proses optimasi berlangsung. Aplikasi yang

  19. 41 CFR 301-71.105 - Must we issue a written or electronic travel authorization in advance of travel?

    Science.gov (United States)

    2010-07-01

    ... or electronic travel authorization in advance of travel? 301-71.105 Section 301-71.105 Public Contracts and Property Management Federal Travel Regulation System TEMPORARY DUTY (TDY) TRAVEL ALLOWANCES AGENCY RESPONSIBILITIES 71-AGENCY TRAVEL ACCOUNTABILITY REQUIREMENTS Travel Authorization § 301-71.105...

  20. Travelling with HIV

    DEFF Research Database (Denmark)

    Nielsen, Ulla S; Jensen-Fangel, Søren; Pedersen, Gitte

    2014-01-01

    BACKGROUND: We aimed to describe travel patterns, extent of professional pre-travel advice and health problems encountered during travel among HIV-infected individuals. METHODS: During a six-month period a questionnaire was handed out to 2821 adult HIV-infected individuals attending any...... of the eight Danish medical HIV care centers. RESULTS: A total of 763 individuals responded. During the previous two years 49% had travelled outside Europe; 18% had travelled less and 30% were more cautious when choosing travel destination than before the HIV diagnosis. Pre-travel advice was sought by only 38......%, and travel insurance was taken out by 86%. However, 29%/74% did not inform the advisor/the insurance company about their HIV status. Nearly all patients on highly active antiretroviral therapy (HAART) were adherent, but 58% worried about carrying HIV-medicine and 19% tried to hide it. Only 19% experienced...

  1. Rapid multi-wavelength optical assessment of circulating blood volume without a priori data

    Science.gov (United States)

    Loginova, Ekaterina V.; Zhidkova, Tatyana V.; Proskurnin, Mikhail A.; Zharov, Vladimir P.

    2016-03-01

    The measurement of circulating blood volume (CBV) is crucial in various medical conditions including surgery, iatrogenic problems, rapid fluid administration, transfusion of red blood cells, or trauma with extensive blood loss including battlefield injuries and other emergencies. Currently, available commercial techniques are invasive and time-consuming for trauma situations. Recently, we have proposed high-speed multi-wavelength photoacoustic/photothermal (PA/PT) flow cytometry for in vivo CBV assessment with multiple dyes as PA contrast agents (labels). As the first step, we have characterized the capability of this technique to monitor the clearance of three dyes (indocyanine green, methylene blue, and trypan blue) in an animal model. However, there are strong demands on improvements in PA/PT flow cytometry. As additional verification of our proof-of-concept of this technique, we performed optical photometric CBV measurements in vitro. Three label dyes—methylene blue, crystal violet and, partially, brilliant green—were selected for simultaneous photometric determination of the components of their two-dye mixtures in the circulating blood in vitro without any extra data (like hemoglobin absorption) known a priori. The tests of single dyes and their mixtures in a flow system simulating a blood transfusion system showed a negligible difference between the sensitivities of the determination of these dyes under batch and flow conditions. For individual dyes, the limits of detection of 3×10-6 M‒3×10-6 M in blood were achieved, which provided their continuous determination at a level of 10-5 M for the CBV assessment without a priori data on the matrix. The CBV assessment with errors no higher than 4% were obtained, and the possibility to apply the developed procedure for optical photometric (flow cytometry) with laser sources was shown.

  2. ON PEDIGREE POLYTOPE AND ITS PROPERTIES

    Directory of Open Access Journals (Sweden)

    Tiru S. Arthanari

    2013-07-01

    Full Text Available The fact that linear optimization over a polytope can be done in polynomial time in the input size of the instance, has created renewed interest in studying 0-1 polytopes corresponding to combinatorial optimization problems. Studying their polyhedral structure has resulted in new algorithms to solve very large instances of some difficult problems like the symmetric traveling salesman problem. The multistage insertion formulation (MI given by the author, in 1982, for the symmetric traveling salesman problem (STSP, gives rise to a combinatorial object called the pedigree. The pedigrees are in one-to-one correspondence with Hamiltonian cycles. Given n, the convex hull of all the pedigrees is called the corresponding pedigree polytope. In this article we bring together the research done a little over a decade by the author and his doctoral students, on the pedigree polytope, its structure, membership problem and properties of the MI formulation for the STSP. In addition we summarise some of the computational and other peripheral results relating to pedigree approach to solve the STSP. The pedigree polytope possesses properties not shared by the STSP (tour polytope, which makes it interesting to study the pedigrees, both from theoretical and algorithmic perspectives.

  3. Time - A Traveler's Guide

    Science.gov (United States)

    Pickover, Clifford A.

    1999-09-01

    "Bucky Fuller thought big," Wired magazine recently noted, "Arthur C. Clarke thinks big, but Cliff Pickover outdoes them both." In his newest book, Cliff Pickover outdoes even himself, probing a mystery that has baffled mystics, philosophers, and scientists throughout history--What is the nature of time?In Time: A Traveler's Guide , Pickover takes readers to the forefront of science as he illuminates the most mysterious phenomenon in the universe--time itself. Is time travel possible? Is time real? Does it flow in one direction only? Does it have a beginning and an end? What is eternity? Pickover's book offers a stimulating blend of Chopin, philosophy, Einstein, and modern physics, spiced with diverting side-trips to such topics as the history of clocks, the nature of free will, and the reason gold glitters. Numerous diagrams ensure readers will have no trouble following along.By the time we finish this book, we understand a wide variety of scientific concepts pertaining to time. And most important, we will understand that time travel is, indeed, possible.

  4. Aplicación de un algoritmo ACO al problema de taller de flujo de permutación con tiempos de preparación dependientes de la secuencia y minimización de makespan An ant colony algorithm for the permutation flowshop with sequence dependent setup times and makespan minimization

    Directory of Open Access Journals (Sweden)

    Eduardo Salazar Hornig

    2011-08-01

    Full Text Available En este trabajo se estudió el problema de secuenciamiento de trabajos en el taller de flujo de permutación con tiempos de preparación dependientes de la secuencia y minimización de makespan. Para ello se propuso un algoritmo de optimización mediante colonia de hormigas (ACO, llevando el problema original a una estructura semejante al problema del vendedor viajero TSP (Traveling Salesman Problem asimétrico, utilizado para su evaluación problemas propuestos en la literatura y se compara con una adaptación de la heurística NEH (Nawaz-Enscore-Ham. Posteriormente se aplica una búsqueda en vecindad a la solución obtenida tanto por ACO como NEH.This paper studied the permutation flowshop with sequence dependent setup times and makespan minimization. An ant colony algorithm which turns the original problem into an asymmetric TSP (Traveling Salesman Problem structure is presented, and applied to problems proposed in the literature and is compared with an adaptation of the NEH heuristic. Subsequently a neighborhood search was applied to the solution obtained by the ACO algorithm and the NEH heuristic.

  5. Methods for improving limited field-of-view radiotherapy reconstructions using imperfect a priori images

    International Nuclear Information System (INIS)

    Ruchala, Kenneth J.; Olivera, Gustavo H.; Kapatoes, Jeffrey M.; Reckwerdt, Paul J.; Mackie, Thomas R.

    2002-01-01

    There are many benefits to having an online CT imaging system for radiotherapy, as it helps identify changes in the patient's position and anatomy between the time of planning and treatment. However, many current online CT systems suffer from a limited field-of-view (LFOV) in that collected data do not encompass the patient's complete cross section. Reconstruction of these data sets can quantitatively distort the image values and introduce artifacts. This work explores the use of planning CT data as a priori information for improving these reconstructions. Methods are presented to incorporate this data by aligning the LFOV with the planning images and then merging the data sets in sinogram space. One alignment option is explicit fusion, producing fusion-aligned reprojection (FAR) images. For cases where explicit fusion is not viable, FAR can be implemented using the implicit fusion of normal setup error, referred to as normal-error-aligned reprojection (NEAR). These methods are evaluated for multiday patient images showing both internal and skin-surface anatomical variation. The iterative use of NEAR and FAR is also investigated, as are applications of NEAR and FAR to dose calculations and the compensation of LFOV online MVCT images with kVCT planning images. Results indicate that NEAR and FAR can utilize planning CT data as imperfect a priori information to reduce artifacts and quantitatively improve images. These benefits can also increase the accuracy of dose calculations and be used for augmenting CT images (e.g., MVCT) acquired at different energies than the planning CT

  6. Virtual Travel Agencies - Tourist Value through Travel Information Systems

    OpenAIRE

    Anckar, Bill

    1999-01-01

    Anckar, B. (1999), ?Virtual Travel Agencies - Tourist Value through Travel Information Systems?. IAMSR Research Report 5/99. Institute for Advanced Management Systems Research, ?bo Akademi University. As electronic commerce enables the tourist service providers to sell their products directly to the consumer, travel agencies are faced with the imminent threat of being by-passed in the travel industry chain in the information age. This paper suggests that virtual travel agencies can compete su...

  7. Travel expenses

    OpenAIRE

    Pištěková, Petra

    2014-01-01

    The thesis "Travel expenses" is dedicated to the travel expenses according to Czech legislation. The aim is to describe the travel reimbursement and to analyze the providing of compensation travel expenses on example of the elementary art school Zruč nad Sázavou. The purpose of this analysis is primarily to find an optimal solution to the problem of determining the place of regular workplace for the travel expenses. The theoretical part focuses on the identification and definition of all prin...

  8. Educating as travelling. A travel in and around the classroom with Bernd Stiegler

    Directory of Open Access Journals (Sweden)

    Facundo Giuliano

    2015-07-01

    Full Text Available Cómo referenciar este artículoGiuliano, F., & Pozzo, V. L. (2015. Educating as travelling. A travel in and around the classroom with Bernd Stiegler. Foro de Educación, 13(19, 427-454. doi: http://dx.doi.org/10.14516/fde.2015.013.019.019

  9. Process time optimization of robotic remote laser cutting by utilizing customized beam patterns and redundancy space task sequencing

    DEFF Research Database (Denmark)

    Villumsen, Sigurd

    This dissertation is written as a part of the ROBOCUT project which concerns the development of a new laser cutting technology that seeks to increase the performance of traditional and remote laser cutting by using beam shaping technologies. The resulting customized beam patterns are obtained by ...... axes of the laser cutting system and transforming the sequencing problem into a generalized traveling salesman problem (GTSP)....

  10. Travelers' Health: Rubella

    Science.gov (United States)

    ... Stamaril clinics Disease Directory Resources Resources for Travelers Adventure Travel Animal Safety Blood Clots Bug Bites Evite ... Minute Travel Long-Term Travel Mass Gatherings Medical Tourism Mental Health Motion Sickness Natural Disasters Pregnant Travelers ...

  11. Almost half of the Danish general practitioners have negative a priori attitudes towards a mandatory accreditation programme

    DEFF Research Database (Denmark)

    Waldorff, Frans Boch; Nicolaisdottir, Dagny Ros; Kousgaard, Marius Brostrøm

    2016-01-01

    INTRODUCTION: The objective of this study was to analyse Danish general practitioners' (GPs) a priori attitudes and expectations towards a nationwide mandatory accreditation programme. METHODS: This study is based on a nationwide electronic survey comprising all Danish GPs (n = 3,403). RESULTS...... accreditation. FUNDING: The three Research Units for General Practice in Odense, Aarhus and Copenhagen initiated and funded this study. TRIAL REGISTRATION: The survey was recommended by the Danish Multipractice Committee (MPU 02-2015) and evaluated by the Danish Data Agency (2015-41-3684)....

  12. A stated adaptation approach to assess changes in individuals’ activity-travel behavior in presence of personalized travel information

    NARCIS (Netherlands)

    Parvaneh, Zahra; Arentze, Theo; Timmermans, Harry

    2014-01-01

    The rapid and inevitable growth of availability of travel information for travellers has increased expectations among policy makers about the benefits of travel information. It is increasingly expected that providing advanced travel information can trigger particular travel behaviors that would

  13. Fellow travellers: Working memory and mental time travel in rodents.

    Science.gov (United States)

    Dere, Ekrem; Dere, Dorothea; de Souza Silva, Maria Angelica; Huston, Joseph P; Zlomuzica, Armin

    2017-03-19

    The impairment of mental time travel is a severe cognitive symptom in patients with brain lesions and a number of neuropsychiatric disorders. Whether animals are also able to mentally travel in time both forward and backward is still a matter of debate. In this regard, we have proposed a continuum of mental time travel abilities across different animal species, with humans being the species with the ability to perform most sophisticated forms of mental time travel. In this review and perspective article, we delineate a novel approach to understand the evolution, characteristics and function of human and animal mental time travel. Furthermore, we propose a novel approach to measure mental time travel in rodents in a comprehensive manner using a test battery composed of well-validated and easy applicable tests. Copyright © 2017. Published by Elsevier B.V.

  14. 77 FR 5252 - Federal Travel Regulation; GSA E-Gov Travel Service (ETS) Transition to E-Gov Travel Service 2...

    Science.gov (United States)

    2012-02-02

    ... Travel Regulation; GSA E-Gov Travel Service (ETS) Transition to E-Gov Travel Service 2 (ETS2) AGENCY..., ETS Program Manager Center for Travel Management (QMCD), Office of Travel and Transportation Services (QMC), at [email protected] or (703) 605-2151. SUPPLEMENTARY INFORMATION: The Federal Travel...

  15. Toxoplasmosis as a travel risk.

    Science.gov (United States)

    Sepúlveda-Arias, Juan C; Gómez-Marin, Jorge E; Bobić, Branko; Naranjo-Galvis, Carlos A; Djurković-Djaković, Olgica

    2014-01-01

    Toxoplasma gondii is a protozoan parasite with worldwide distribution that infects more than one third of the global population. Primary infection in immunocompetent individuals is usually asymptomatic; however, different organs can be affected in immunocompromised individuals leading to the development of encephalitis, myocarditis or pneumonitis. The prevalence of infection with Toxoplasma as well as its genetic structure varies geographically and for that reason travel may be considered as a risk factor to acquire the infection. As toxoplasmosis is a foodborne disease, health care providers should give health education on prevention measures to all prospective travelers in order to decrease the risk of infection in endemic areas. This review presents an overview of the infection with T. gondii with some considerations for travelers to and from endemic zones. Copyright © 2014 Elsevier Ltd. All rights reserved.

  16. On the relationship between travel time and travel distance of commuters

    NARCIS (Netherlands)

    Rietveld, P.; Zwart, A.P.; Wee, van G.P.; Hoorn, van der T.

    1999-01-01

    This paper gives a detailed empirical analysis of the relationships between different indicators of costs of commuting trips by car: difference as the crow flies, shortest travel time according to route planner, corresponding travel distance, and reported travel time. Reported travel times are

  17. The impact of injection anxiety on education of travelers about common travel risks.

    Science.gov (United States)

    Noble, Lorraine M; Farquharson, Lorna; O'Dwyer, Niamh A; Behrens, Ron H

    2014-01-01

    Despite many travelers receiving at least one vaccination during the pre-travel consultation, little is known about travelers' fear of injections and the impact this may have on educating travelers about health risks associated with their trip. This study aimed to investigate: (1) the prevalence of injection anxiety in travelers attending a pre-travel consultation, (2) whether anxiety due to anticipating a vaccination adversely affects recall of information and advice, and (3) whether clinicians can recognize travelers' anxiety, and how they respond to anxious travelers. Consecutive adult travelers (N = 105) attending one of two inner-city travel clinics completed self-report measures of state anxiety, injection anxiety, and symptoms of needle phobia immediately before and after their pre-travel consultation. Clinicians were also asked to rate travelers' anxiety and report any anxiety management strategies. Standardized information was presented during the consultation and recall of information and advice was assessed immediately post-consultation. Delayed recall (24 hours) was assessed for a subsample (20%) of participants. More than one third of travelers reported feeling nervous or afraid when having an injection (39%). Travelers' state anxiety was related to their psychological and physiological reactions to needles, and reduced significantly post-consultation. Recall of information and advice varied, with failure of recall ranging from 2 to 70% across 15 items, and delayed recall being significantly lower. No relationship was found between recall and anxiety. Clinician-rated anxiety moderately correlated with travelers' self-reported anxiety. A significant proportion of travelers experienced injection anxiety when attending the pre-travel consultation, with some travelers reporting symptoms consistent with criteria for Blood Injection Injury phobia. There were important gaps in recall of information and advice about common travel risks. Although no

  18. A Priori User Acceptance and the Perceived Driving Pleasure in Semi-autonomous and Autonomous Vehicles

    DEFF Research Database (Denmark)

    Bjørner, Thomas

    The aim of this minor pilot study is, from a sociological user perspective, to explore a priori user acceptance and the perceived driving pleasure in semi- autonomous and autonomous vehicles. The methods used were 13 in-depth interviews while having participants watch video examples within four...... different scenarios. After each scenario, two different numerical rating scales were used. There was a tendency toward positive attitudes regarding semi- autonomous driving systems, especially the use of a parking assistant and while driving in city traffic congestion. However, there were also major...

  19. Pre-travel advice, attitudes and hepatitis A and B vaccination rates among travellers from seven countries†

    Science.gov (United States)

    Heywood, Anita E.; Nothdurft, Hans; Tessier, Dominique; Moodley, Melissa; Rombo, Lars; Marano, Cinzia; De Moerlooze, Laurence

    2017-01-01

    Background: Knowledge about the travel-associated risks of hepatitis A and B, and the extent of pre-travel health-advice being sought may vary between countries. Methods: An online survey was undertaken to assess the awareness, advice-seeking behaviour, rates of vaccination against hepatitis A and B and adherence rates in Australia, Finland, Germany, Norway, Sweden, the UK and Canada between August and October 2014. Individuals aged 18–65 years were screened for eligibility based on: travel to hepatitis A and B endemic countries within the past 3 years, awareness of hepatitis A, and/or combined hepatitis A&B vaccines; awareness of their self-reported vaccination status and if vaccinated, vaccination within the last 3 years. Awareness and receipt of the vaccines, sources of advice, reasons for non-vaccination, adherence to recommended doses and the value of immunization reminders were analysed. Results: Of 27 386 screened travellers, 19 817 (72%) were aware of monovalent hepatitis A or combined A&B vaccines. Of these 13 857 (70%) had sought advice from a healthcare provider (HCP) regarding combined hepatitis A&B or monovalent hepatitis A vaccination, and 9328 (67%) were vaccinated. Of 5225 individuals eligible for the main survey (recently vaccinated = 3576; unvaccinated = 1649), 27% (841/3111) and 37% (174/465) of vaccinated travellers had adhered to the 3-dose combined hepatitis A&B or 2-dose monovalent hepatitis A vaccination schedules, respectively. Of travellers partially vaccinated against combined hepatitis A&B or hepatitis A, 84% and 61%, respectively, believed that they had received the recommended number of doses. Conclusions: HCPs remain the main source of pre-travel health advice. The majority of travellers who received monovalent hepatitis A or combined hepatitis A&B vaccines did not complete the recommended course. These findings highlight the need for further training of HCPs and the provision of reminder services to improve traveller

  20. Travel characteristics and risk-taking attitudes in youths traveling to nonindustrialized countries.

    Science.gov (United States)

    Han, Pauline; Balaban, Victor; Marano, Cinzia

    2010-01-01

    International travel to developing countries is increasing with rising levels of disposable income; this trend is seen in both adults and children. Risk-taking attitude is fundamental to research on the prevention of risky health behaviors, which can be an indicator of the likelihood of experiencing illness or injury during travel. The aim of this study is to investigate whether risk-taking attitudes of youths are associated with travel characteristics and likelihood of experiencing illness or injury while traveling to nonindustrialized countries. Data were analyzed from the 2008 YouthStyles survey, an annual mail survey gathering demographics and health knowledge, attitudes, and practices of individuals from 9 through 18 years of age. Travelers were defined as respondents who reported traveling in the last 12 months to a destination other than the United States, Canada, Europe, Japan, Australia, or New Zealand. Risk-taking attitude was measured by using a four-item Brief Sensation-Seeking Scale. All p values ≤ 0.05 were considered significant. Of 1,704 respondents, 131 (7.7%) traveled in the last 12 months. Females and those with higher household income were more likely to travel (odds ratio = 1.6,1.1). Of those who traveled, 16.7% reported seeking pretravel medical care, with most visiting a family doctor for that care (84.0%). However, one-fifth of respondents reported illness and injury during travel; of these, 83.3% traveled with their parents. Males and older youths had higher mean sensation-seeking scores. Further, travelers had a higher mean sensation-seeking score than nontravelers. Those who did not seek pretravel medical care also had higher mean sensation-seeking scores (p = 0.1, not significant). Our results show an association between risk-taking attitudes and youth travel behavior. However, adult supervision during travel and parental directives prior to travel should be taken into consideration. Communication messages should emphasize the

  1. Valuation of Travel Time and TravelIer Information

    NARCIS (Netherlands)

    Rietveld, Piet

    2003-01-01

    The value of travel time plays an important role in cost benefit analysis of infrastructureprojects. However, the issue of uncertainty on travel times and the implications this has forestimations of travel time values has received much less attention in the literature. In thispaper we compare

  2. A cross-sectional study of pre-travel health-seeking practices among travelers departing Sydney and Bangkok airports

    OpenAIRE

    Heywood Anita E; Watkins Rochelle E; Iamsirithaworn Sopon; Nilvarangkul Kessarawan; MacIntyre C

    2012-01-01

    Abstract Background Pre-travel health assessments aim to promote risk reduction through preventive measures and safe behavior, including ensuring travelers are up-to-date with their immunizations. However, studies assessing pre-travel health-seeking practices from a variety of medical and non-medical sources and vaccine uptake prior to travel to both developing and developed countries within the Asia-Pacific region are scarce. Methods Cross-sectional surveys were conducted between July and De...

  3. Contact Frequency, Travel Time, and Travel Costs for Patients with Rheumatoid Arthritis

    OpenAIRE

    Sørensen, Jan; Linde, Louise; Hetland, Merete Lund

    2014-01-01

    Objectives. To investigate travel time, and travel cost related to contacts with health care providers for patients with rheumatoid arthritis (RA) during a three-month period. Methods. Patient-reported travel time and travel cost were obtained from 2847 patients with RA. Eleven outpatient clinics across Denmark recruited patients to the study. Data collected included frequency, travel time and travel costs for contacts at rheumatology outpatient clinics, other outpatient clinics, general prac...

  4. Comparison of neural networks for solving the travelling salesman problem

    NARCIS (Netherlands)

    Maire, La B.F.J.; Mladenov, V.M.

    2012-01-01

    The TSP deals with finding a shortest path through a number of cities. This seemingly simple problem is hard to solve because of the amount of possible solutions. Which is why methods that give a good suboptimal solution in a reasonable time are generally used. In this paper three methods were

  5. Personal security a guide for international travelers

    CERN Document Server

    Spencer, Tanya

    2013-01-01

    Personal Security: A Guide for International Travelers provides the perfect mix of lessons-learned, tools, and recommendations from experts so that readers can personalize their own approach to managing travel risks. If followed, the information provided will allow readers to get out and experience the local culture while still traveling safely.-Bernie Sullivan, Director Global Security, Hanesbrands Inc....a must-have for any traveler. Having worked in South and Southeast Asia, I know the advice provided in the book holds the key to keeping safe, avoiding dangerous situations, and managing threats when they occur. The book's methodological framework, combined with the author's extensive experience and hands-on knowledge, provide very practical and useful advice.-Kathrine Alexandrowiz, Independent consultant at Kathalyst, former coordinator for the "Regional Risk Management Project for NGOs in Asia Pacific" (ECHO)... a go-to guide for all travelers irrespective of mission or purpose. An excellent piece of work...

  6. Do British travel agents provide adequate health advice for travellers?

    Science.gov (United States)

    Lawlor, D A; Burke, J; Bouskill, E; Conn, G; Edwards, P; Gillespie, D

    2000-01-01

    Travel-related illness is a burden for primary care, with more than two million travellers consulting a general practitioner each year. The annual cost of travel-related illness in the United Kingdom is 11 million Pounds. Travel agents are in a unique position to influence this burden as the most common and most serious problems are preventable with simple advice and/or immunisation. This study, using covert researchers, suggests this potential is not being fully utilised. PMID:10954940

  7. Self-diagnosis of malaria by travellers: a cohort study on the use of malaria rapid diagnostic tests provided by a Swiss travel clinic.

    Science.gov (United States)

    Berthod, Delphine; Rochat, Jacynthe; Voumard, Rachel; Rochat, Laurence; Genton, Blaise; D'Acremont, Valérie

    2017-10-28

    The WHO recommends that all suspect malaria cases be tested before receiving treatment. Rapid diagnostic tests (RDT) for malaria can be performed reliably by community health workers with no formal medical background and thus, RDTs could also be provided to travellers for self-diagnosis during visits to endemic regions. RDTs were proposed during pre-travel consultations to pre-defined categories of travellers. A training run on their own blood was performed and, if carried out correctly, the traveller was given a written procedure on how to perform the test and act on its result. The travellers were then proposed to buy a malaria RDT kit and were interviewed upon their return. From February 2012 to February 2017, 744 travellers were proposed RDTs and 692 performed the training run (one could not complete it due to a hand tremor). Among the 691 subjects included, 69% travelled to moderate- or low-risk areas of malaria, 18% to high-risk areas and 13% to mixed-risk areas. The two most frequent categories of travellers to whom RDTs were proposed were long-term travellers (69%) and those travelling to remote areas (57%). 543 travellers (79%) were interviewed upon return. During their trip, 17% (91/543) had a medical problem with fever and 12% (65/543) without fever. Among 91 febrile patients, 57% (52/91) performed an RDT, 22% (20/91) consulted immediately without using the test, and 21% (19/91) did neither. Four RDTs (4/52; 8%) were positive: 2 in low-risk and 2 in high-risk areas (0.7% attack rate of self-documented malaria). Two travellers could not perform the test correctly and attended a facility or took standby emergency treatment. Four travellers with negative results repeated the test after 24 h; all were still negative. Carrying RDTs made travellers feel more secure, especially when travelling with children. 1/6 travellers experienced fever and 4/5 of those reacted appropriately: more than half used RDTs and a quarter consulted immediately. Four travellers

  8. Travellers' diarrhoea.

    Science.gov (United States)

    Ericsson, Charles D

    2003-02-01

    Risk of travellers' diarrhoea is about 7% in developed countries and 20-50% in the developing world. Options for prevention include education and chemoprophylaxis. Vaccination is a promising but incomplete option. Achieving behaviour modification of food and water choices among tourists is difficult. Bismuth subsalicylate (BSS)-containing compounds are about 62% effective in the prevention of travellers' diarrhoea. Antibiotics are about 84% effective in preventing travellers' diarrhoea. Routine prophylaxis of travellers' diarrhoea, especially with antibiotics, should be discouraged. Oral rehydration is generally important in the treatment of diarrhoea, but travellers' diarrhoea is only infrequently dehydrating in adults. The addition of oral rehydration solutions confers no additional benefit to loperamide in the treatment of travellers' diarrhoea in adults. Presently, the most active of the antibiotics routinely available for treatment are members of the fluoroquinolone group. Antibiotics that are not absorbed such as aztreonam and a rifampicin-like agent, rifaximin, are both effective. The latter might become a therapy of choice once it is routinely available, due to predictably less adverse reactions with a non-absorbed antibiotic. Preliminary results with azithromycin look very promising. Less severe disease can be treated with a variety of non-antibiotic agents (e.g. BSS-containing compounds, loperamide and a calmodulin inhibitor, zaldaride). The combination of an antibiotic and loperamide is superior to treatment with either agent alone in a several studies and is arguably the treatment of choice for distressing travellers' diarrhoea.

  9. Identification of parametric models with a priori knowledge of process properties

    Directory of Open Access Journals (Sweden)

    Janiszowski Krzysztof B.

    2016-12-01

    Full Text Available An approach to estimation of a parametric discrete-time model of a process in the case of some a priori knowledge of the investigated process properties is presented. The knowledge of plant properties is introduced in the form of linear bounds, which can be determined for the coefficient vector of the parametric model studied. The approach yields special biased estimation of model coefficients that preserves demanded properties. A formula for estimation of the model coefficients is derived and combined with a recursive scheme determined for minimization of the sum of absolute model errors. The estimation problem of a model with known static gains of inputs is discussed and proper formulas are derived. This approach can overcome the non-identifiability problem which has been observed during estimation based on measurements recorded in industrial closed-loop control systems. The application of the proposed approach to estimation of a model for an industrial plant (a water injector into the steam flow in a power plant is presented and discussed.

  10. International Travelers' Sociodemographic, Health, and Travel Characteristics: An Italian Study.

    Science.gov (United States)

    Troiano, Gianmarco; Mercone, Astrid; Bagnoli, Alessandra; Nante, Nicola

    Approximately the 8% of travelers requires medical care, with the diagnosis of a vaccine-preventable disease. The aim of our study was to analyze the socio-demographic, health and travel characteristics of the Italian international travelers. We conducted a cross sectional study from January 2015 to June 2016, at the Travel Medicine Clinic of Siena, asking the doctor to interview patients who attended the Clinic, recording socio-demographic and travel information, malaria prophylaxis, vaccinations. The data were organized in a database and processed by software Stata®. We collected 419 questionnaires. Patients chose 71 countries for their travels; the favorite destinations were: India (6.31%), Thailand (6.31%), and Brazil (5.10%). The mean length of stay was 36.17 days. Italians, students, and freelancers tended to stay abroad for a longer time (mean: 36.4 days, 59.87 days and 64.16 days respectively). 33.17% of our sample used drugs for malaria chemoprophylaxis: 71.9% of them used Atovaquone/Proguanil (Malarone®), 26.6% used Mefloquine (Lariam®), 1.5% other drugs. The vaccinations that travelers mostly got in our study were to prevent hepatitis A (n = 264), the typhoid fever (n = 187), the Tetanus + Diphtheria + Pertussis (n = 165), the Yellow fever (n = 118) and the cholera (n = 78). Twenty-eight (6.68%) refused some recommended vaccinations. The vaccines mostly refused were for Typhoid fever (n = 20), hepatitis a (n = 9), and cholera (n = 9). Our results demonstrated that Italian international travelers are at-risk because of their poor vaccinations adherence. This implies that pre-travel counseling is fundamental to increase the knowledge of the risks and the compliance of future travelers. Copyright © 2016 Icahn School of Medicine at Mount Sinai. Published by Elsevier Inc. All rights reserved.

  11. Contact frequency, travel time, and travel costs for patients with rheumatoid arthritis.

    Science.gov (United States)

    Sørensen, Jan; Linde, Louise; Hetland, Merete Lund

    2014-01-01

    Objectives. To investigate travel time, and travel cost related to contacts with health care providers for patients with rheumatoid arthritis (RA) during a three-month period. Methods. Patient-reported travel time and travel cost were obtained from 2847 patients with RA. Eleven outpatient clinics across Denmark recruited patients to the study. Data collected included frequency, travel time and travel costs for contacts at rheumatology outpatient clinics, other outpatient clinics, general practitioners, privately practicing medical specialists, inpatient hospitals and accident and emergency departments. Results. Over a 3-month period, patients with RA had on average 4.4 (sd 5.7) contacts with health care providers, of which 2.8 (sd 4.0) contacts were with rheumatology outpatient clinics. Private car and public travel were the most frequent modes of travel. The average patient spent 63 minutes and 13 € on travelling per contact, corresponding to a total of 4.6 hours and 56 € during the 3-month period. There was great variation in patient travel time and costs, but no statistically significant associations were found with clinical and sociodemographic characteristics. Conclusion. The results show that patients with RA spend private time and costs on travelling when they seek treatment. These findings are particularly important when analyzing social costs associated with RA.

  12. Contact frequency, travel time, and travel costs for patients with rheumatoid arthritis

    DEFF Research Database (Denmark)

    Sørensen, Jan; Linde, Louise; Hetland, Merete Lund

    2014-01-01

    Objectives. To investigate travel time, and travel cost related to contacts with health care providers for patients with rheumatoid arthritis (RA) during a three-month period. Methods. Patient-reported travel time and travel cost were obtained from 2847 patients with RA. Eleven outpatient clinics...... across Denmark recruited patients to the study. Data collected included frequency, travel time and travel costs for contacts at rheumatology outpatient clinics, other outpatient clinics, general practitioners, privately practicing medical specialists, inpatient hospitals and accident and emergency...... and 13 € on travelling per contact, corresponding to a total of 4.6 hours and 56 € during the 3-month period. There was great variation in patient travel time and costs, but no statistically significant associations were found with clinical and sociodemographic characteristics. Conclusion. The results...

  13. SEGMENTING THE U.S.A. NON-TRAVEL MARKET

    Directory of Open Access Journals (Sweden)

    Wayne W. Smith

    2011-12-01

    Full Text Available Tourism marketers focus on understanding the many different segments that comprise their visitors. Understanding these segments’ motivations for travel is important in order to motivate repeat visitation and to attract like-minded consumers to visit. But how about those who do not travel? This surprisingly large percentage of the population is a lost opportunity for the industry. The research that follows, based upon a very significant USA-based sample of non-travelers, suggests that non-travelers can be effectively segmented and targeted. Understanding these segments will better allow vacation marketers to craft their product and their message, hopefully bringing more travelers to the mix.

  14. Post-Travel Consultations in a Regional Hub City Hospital, Japan.

    Science.gov (United States)

    Yaita, Kenichiro; Sakai, Yoshiro; Iwahashi, Jun; Masunaga, Kenji; Hamada, Nobuyuki; Watanabe, Hiroshi

    2016-01-01

    To clarify the characteristics of post-travel consultation services in Japan, particularly in the provinces, we analyzed our post-travel patients in the travel clinic of Kurume University Hospital located in Kurume City (a regional hub City in southwestern Japan). Sixty post-travel patients visited our clinic between April 2008 and October 2014 and participated in this study: 55 were Japanese and five were foreign. We summarized and compared the characteristics of the patients after dividing the Japanese participants into long-term travelers (>14 days) and short-term travelers (≤14 days). The foreign travelers were described in a separate analysis. Of the 55 Japanese travelers, the mean age (± standard deviation) was 37.3 ± 16.3 years, and 36 patients (65%) were men. Southeast Asia was the major destination (30/55, 55%), and business was stated as the major reason for travel (16/55, 29%). Post-exposure rabies prophylaxis (16/55, 29%) was the most common purpose for the consultations. There were 34 participants (62%) who were classified as short-term travelers. Fewer of the short-term travelers stated receiving pre-travel consultations compared with long-term travelers (11% vs. 79%, p=0.0002). The five foreign travelers included one dengue fever patient and two malaria patients. Most post-travel Japanese patients visited our clinic were short-term travelers who had not received any pre-travel consultation. One of the most common complaints, post-exposure rabies prophylaxis, could have been avoided to some extent by appropriate pre-travel consultations. The results of this study suggest that pre-travel consultations should therefore be encouraged for both long- and short-term travelers.

  15. Skin disorders among travellers returning from tropical and non-tropical countries consulting a travel medicine clinic.

    Science.gov (United States)

    Herbinger, K-H; Siess, C; Nothdurft, H D; von Sonnenburg, F; Löscher, T

    2011-11-01

    To evaluate the causes and risks for imported skin disorders among travellers. Data of 34,162 travellers returning from tropical and non-tropical countries and presenting at the outpatient travel medicine clinic of the University of Munich, Germany, between 1999 and 2009 were analyzed for this study. Of these, 12.2% were diagnosed with skin disorders. Main destinations visited were Asia (40%), Africa (27%) and Latin America (21%). Tourism in the form of adventure travel/backpacking (47%) and package holidays (23%) was the most common purpose of travel. The leading causes of skin disorders were arthropodal (23%), bacterial (22%), helminthic (11%), protozoan (6%), viral (6%), allergic (5%) and fungal (4%). The 10 most frequently diagnosed specific skin diseases associated with specific destinations were insect bites (17%, Southern Europe), cutaneous larva migrans (8%, Asia and Latin America), cutaneous leishmaniasis (2.4%, Mediterranean Region/Middle East), dengue fever (1.5%, Asia), rickettsioses (1.3%, Southern Africa), myiasis (0.8%, Central America), filarioses (0.7%, Africa), tick bites (0.6%, Central/Eastern Europe), schistosomiasis (0.6%, Africa) and tungiasis (0.6%, Africa). Travellers in sub-Saharan Africa had the highest relative risk of acquiring skin disorders. As more than 20% of all skin disorders among returned travellers were caused by arthropods and about 50% by infectious pathogens, pre-travel consultations should include specific prophylaxis and consider the most important risk factor for the travel destination. © 2011 Blackwell Publishing Ltd.

  16. Trends and characteristics among HIV-infected and diabetic travelers seeking pre-travel advice.

    Science.gov (United States)

    Elfrink, Floor; van den Hoek, Anneke; Sonder, Gerard J B

    2014-01-01

    The number of individuals with a chronic disease increases. Better treatment options have improved chronic patients' quality of life, likely increasing their motivation for travel. This may have resulted in a change in the number of HIV-infected travelers and/or travelers with Diabetes Mellitus (DM) visiting our travel clinic. We retrospectively analyzed the database of the travel clinic of the Public Health Service Amsterdam, between January 2001 and December 2011 and examined the records for patients with these conditions. Of the 25,000 travelers who consult our clinic annually, the proportion of travelers with HIV or DM has increased significantly. A total of 564 HIV-infected travelers visited our clinic. The mean age was 41 years, 86% were male, 43% visited a yellow fever endemic country and 46.5% had a CD4 count Travelers with low CD4 counts traveled significantly more often to visit friends or relatives. A total of 3704 diabetics visited our clinic. The mean age was 55 years, 52% were male, 27% visited a yellow fever endemic country and 36% were insulin-dependent. Insulin-dependent diabetics traveled more often for work than non-insulin-dependent diabetics. Adequately trained and qualified travel health professionals and up-to-date guidelines for travelers with chronic diseases are of increasing importance. Copyright © 2013 Elsevier Ltd. All rights reserved.

  17. The Tourist Itinerary Travel Loop: historical and contemporary travel characteristics

    OpenAIRE

    Lundgren, Jan O.

    2012-01-01

    In today’s tourist travel, the travel loop represents a very popular itinerary design, although the circumstances under which it is applied, as well as its geographic scale, often differ from the grandiose loop designs of centuries past. During the past couple of decades, a popular kind of new travel has emerged, the cruise-ship travel phenomenon, which often is arranged as quite an extensive itinerary loop. . However, the cruises can also be transoceanic, even global, with the tourist flying...

  18. Getting there & away; the role of travel information in recreational travel decisions, with a specific focus on mode and destination choice

    NARCIS (Netherlands)

    Horst, R.S.N. van der

    2006-01-01

    More than half the travellers use travel information and can therefore be used as a policy instrument to affect travel behaviour of individuals. Developing a successful travel information services requires several prerequisites. For recreational travel, transport data on the regional and local roads

  19. Malaria after international travel: a GeoSentinel analysis, 2003-2016.

    Science.gov (United States)

    Angelo, Kristina M; Libman, Michael; Caumes, Eric; Hamer, Davidson H; Kain, Kevin C; Leder, Karin; Grobusch, Martin P; Hagmann, Stefan H; Kozarsky, Phyllis; Lalloo, David G; Lim, Poh-Lian; Patimeteeporn, Calvin; Gautret, Philippe; Odolini, Silvia; Chappuis, François; Esposito, Douglas H

    2017-07-20

    More than 30,000 malaria cases are reported annually among international travellers. Despite improvements in malaria control, malaria continues to threaten travellers due to inaccurate perception of risk and sub-optimal pre-travel preparation. Records with a confirmed malaria diagnosis after travel from January 2003 to July 2016 were obtained from GeoSentinel, a global surveillance network of travel and tropical medicine providers that monitors travel-related morbidity. Records were excluded if exposure country was missing or unascertainable or if there was a concomitant acute diagnosis unrelated to malaria. Records were analyzed to describe the demographic and clinical characteristics of international travellers with malaria. There were 5689 travellers included; 325 were children travel visit. More than half (62%) were hospitalized; children were hospitalized more frequently than adults (73 and 62%, respectively). Ninety-two per cent had a single Plasmodium species diagnosis, most frequently Plasmodium falciparum (4011; 76%). Travellers with P. falciparum were most frequently VFRs (60%). More than 40% of travellers with a trip duration ≤7 days had Plasmodium vivax. There were 444 (8%) travellers with severe malaria; 31 children had severe malaria. Twelve travellers died. Malaria remains a serious threat to international travellers. Efforts must focus on preventive strategies aimed on children and VFRs, and chemoprophylaxis access and preventive measure adherence should be emphasized.

  20. Travel agents and the prevention of health problems among travelers in Québec.

    Science.gov (United States)

    Provost, Sylvie; Gaulin, Colette; Piquet-Gauthier, Blandine; Emmanuelli, Julien; Venne, Sylvie; Dion, Réjean; Grenier, Jean-Luc; Dessau, Jean-Claude; Dubuc, Martine

    2002-01-01

    Among the factors influencing travelers to seek preventive health advice before departure, the travel agent's recommendation plays an important role. The objective of our study was to document the practices and needs of travel agents in Québec (Canada) in relation to the prevention of health problems among travelers. In June 2000, a cross-sectional descriptive survey was carried out among travel agents from all travel agencies in Québec. One agent per agency was asked to answer our questions. Data were collected using a 32-item telephone questionnaire. Altogether, 708 travel agents from the 948 agencies contacted answered our questionnaire (participation rate: 75%). Most respondents (81%) believed that the travel agent has a role to play in the prevention of health problems among travelers, especially to recommend that travelers consult a travel clinic before departure. Although over 80% of the agents interviewed mentioned recommending a visit to a travel clinic before an organized tour to Thailand or a backpacking trip in Mexico, less than half said they make the same recommendation for a stay in a seaside resort in Mexico. The majority of respondents were acquainted with the services offered in travel health clinics, and these clinics were the source of travel health information most often mentioned by travel agents. However, nearly 60% of the agents questioned had never personally consulted a travel clinic. When asked about the best way to receive information about travelers' health, more than 40% of respondents favoured receiving information newsletters from public health departments regularly whereas 28% preferred the Internet. Despite the limits of this study, our results should help the public health network better target its interventions aimed to inform travel agents on prevention of health problems among travelers.

  1. Factor analysis with a priori knowledge - application in dynamic cardiac SPECT

    Energy Technology Data Exchange (ETDEWEB)

    Sitek, A.; Di Bella, E.V.R.; Gullberg, G.T. [Medical Imaging Research Laboratory, Department of Radiology, University of Utah, CAMT, 729 Arapeen Drive, Salt Lake City, UT 84108-1218 (United States)

    2000-09-01

    Two factor analysis of dynamic structures (FADS) methods for the extraction of time-activity curves (TACs) from cardiac dynamic SPECT data sequences were investigated. One method was based on a least squares (LS) approach which was subject to positivity constraints. The other method was the well known apex-seeking (AS) method. A post-processing step utilizing a priori information was employed to correct for the non-uniqueness of the FADS solution. These methods were used to extract {sup 99m}Tc-teboroxime TACs from computer simulations and from experimental canine and patient studies. In computer simulations, the LS and AS methods, which are completely different algorithms, yielded very similar and accurate results after application of the correction for non-uniqueness. FADS-obtained blood curves correlated well with curves derived from region of interest (ROI) measurements in the experimental studies. The results indicate that the factor analysis techniques can be used for semi-automatic estimation of activity curves derived from cardiac dynamic SPECT images, and that they can be used for separation of physiologically different regions in dynamic cardiac SPECT studies. (author)

  2. Contact Frequency, Travel Time, and Travel Costs for Patients with Rheumatoid Arthritis

    Directory of Open Access Journals (Sweden)

    Jan Sørensen

    2014-01-01

    Full Text Available Objectives. To investigate travel time, and travel cost related to contacts with health care providers for patients with rheumatoid arthritis (RA during a three-month period. Methods. Patient-reported travel time and travel cost were obtained from 2847 patients with RA. Eleven outpatient clinics across Denmark recruited patients to the study. Data collected included frequency, travel time and travel costs for contacts at rheumatology outpatient clinics, other outpatient clinics, general practitioners, privately practicing medical specialists, inpatient hospitals and accident and emergency departments. Results. Over a 3-month period, patients with RA had on average 4.4 (sd 5.7 contacts with health care providers, of which 2.8 (sd 4.0 contacts were with rheumatology outpatient clinics. Private car and public travel were the most frequent modes of travel. The average patient spent 63 minutes and 13 € on travelling per contact, corresponding to a total of 4.6 hours and 56 € during the 3-month period. There was great variation in patient travel time and costs, but no statistically significant associations were found with clinical and sociodemographic characteristics. Conclusion. The results show that patients with RA spend private time and costs on travelling when they seek treatment. These findings are particularly important when analyzing social costs associated with RA.

  3. Travelers' health problems and behavior: prospective study with post-travel follow-up.

    Science.gov (United States)

    Vilkman, Katri; Pakkanen, Sari H; Lääveri, Tinja; Siikamäki, Heli; Kantele, Anu

    2016-07-13

    The annual number of international tourist arrivals has recently exceeded one billion, yet surprisingly few studies have characterized travelers' behavior, illness, and risk factors in a prospective setting. Particularly scarce are surveys of data spanning travel, return, and follow-up of the same cohort. This study examines behavior and illness among travelers while abroad, after return home, and at follow-up. Patterns of behavior connected to type of travel and illness are characterized so as to identify risk factors and provide background data for pre-travel advice. Volunteers to this prospective cohort study were recruited at visits to a travel clinic prior to departure. Data on the subjects' health and behavior were collected by questionnaires before and after journeys and over a three-week follow-up. In addition, the subjects were asked to fill in health diaries while traveling. The final study population consisted of 460 subjects, 79 % of whom reported illness during travel or on arrival: 69 % had travelers' diarrhea (TD), 17 % skin problems, 17 % fever, 12 % vomiting, 8 % respiratory tract infection, 4 % urinary tract infection, 2 % ear infection, 4 % gastrointestinal complaints other than TD or vomiting, and 4 % other symptoms. Of all subjects, 10 % consulted a doctor and 0.7 % were hospitalized; 18 % took antimicrobials, with TD as the most common indication (64 %). Ongoing symptoms were reported by 25 % of all travelers upon return home. During the three-week follow-up (return rate 51 %), 32 % of respondents developed new-onset symptoms, 20 % visited a doctor and 1.7 % were hospitalized. Factors predisposing to health problems were identified by multivariable analysis: certain regions (Southern Asia, South-Eastern Asia, and Eastern Africa), female gender, young age, and long travel duration. Despite proper preventive measures like vaccinations, malaria prophylaxis, and travel advice, the majority of our subjects fell ill during or

  4. Apprenticeship Learning: Learning to Schedule from Human Experts

    Science.gov (United States)

    2016-06-09

    identified by the heuristic . A spectrum of problems (i.e. traveling salesman, job-shop scheduling, multi-vehicle routing) was represented , as task locations...caus- ing the codification of this knowledge to become labori- ous. We propose a new approach for capturing domain- expert heuristics through a...demonstrate that this approach accu- rately learns multi-faceted heuristics on both a synthetic data set incorporating job-shop scheduling and vehicle

  5. A Priori and a Posteriori Dietary Patterns during Pregnancy and Gestational Weight Gain: The Generation R Study

    Directory of Open Access Journals (Sweden)

    Myrte J. Tielemans

    2015-11-01

    Full Text Available Abnormal gestational weight gain (GWG is associated with adverse pregnancy outcomes. We examined whether dietary patterns are associated with GWG. Participants included 3374 pregnant women from a population-based cohort in the Netherlands. Dietary intake during pregnancy was assessed with food-frequency questionnaires. Three a posteriori-derived dietary patterns were identified using principal component analysis: a “Vegetable, oil and fish”, a “Nuts, high-fiber cereals and soy”, and a “Margarine, sugar and snacks” pattern. The a priori-defined dietary pattern was based on national dietary recommendations. Weight was repeatedly measured around 13, 20 and 30 weeks of pregnancy; pre-pregnancy and maximum weight were self-reported. Normal weight women with high adherence to the “Vegetable, oil and fish” pattern had higher early-pregnancy GWG than those with low adherence (43 g/week (95% CI 16; 69 for highest vs. lowest quartile (Q. Adherence to the “Margarine, sugar and snacks” pattern was associated with a higher prevalence of excessive GWG (OR 1.45 (95% CI 1.06; 1.99 Q4 vs. Q1. Normal weight women with higher scores on the “Nuts, high-fiber cereals and soy” pattern had more moderate GWG than women with lower scores (−0.01 (95% CI −0.02; −0.00 per SD. The a priori-defined pattern was not associated with GWG. To conclude, specific dietary patterns may play a role in early pregnancy but are not consistently associated with GWG.

  6. Travel and venous thrombosis: a systematic review

    NARCIS (Netherlands)

    Kuipers, S.; Schreijer, A. J. M.; Cannegieter, S. C.; Bueller, H. R.; Rosendaal, F. R.; Middeldorp, S.

    2007-01-01

    In the past decade, numerous publications on the association between venous thrombosis (VT) and travel have been published. Relative and absolute risks of VT after travel, and particularly after travel by air, have been studied in case-control and observational follow-up studies, whereas the effect

  7. Dynamic analysis of holiday travel behavior with integrated multimodal travel information usage : a life-oriented approach

    NARCIS (Netherlands)

    Wang, B.; Shao, C.; Ji, X.

    2017-01-01

    The Integrated Multimodal Travel Information (IMTI) plays an important role in the evolution process of holiday travel behaviour, which is seldom investigated. To fill this gap, this study analyses holiday travel behaviour dynamics with IMTI usage, based on the life-oriented approach. IMTI usage is

  8. On the relationship between travel time and travel distance in the Netherlands

    NARCIS (Netherlands)

    Rietveld, P.; Zwart, B.; van Wee, B.; van der Hoorn, A.I.J.M.

    1999-01-01

    This paper gives a detailed empirical analysis of the relationships between different indicators of costs of commuting trips by car: difference as the crow flies, shortest travel time according to route planner, corresponding travel distance, and reported travel time. Reported travel times are

  9. The Concept of Travel Medicine and the Actual Situation of Travel-Related Illnesses.

    Science.gov (United States)

    Tunalı, Varol; Turgay, Nevin

    2017-06-01

    Travel medicine defines all diseases and medical situations that are related to travel. Travel medicine comprises infectious diseases, traumas, altitude sickness, sun burns, embolisms, jet lag, and many more travel-related situations. With the increasing possibility and ease of travel, the number of people who have travelled internationally has exceeded 1.13 billion in 2014, and the revenues of international travel have exceeded 1.25 trillion dollars. With every passing day, international travels are shifting toward the developing countries and to more exotic regions of the world, and travelers tend to be more adventurous and daring, thereby increasing risky behaviors during travels. Traveling plays an important role in transmitting infections such as Zika virus infection, Ebola, avian flu, severe acute respiratory syndrome, Chikungunya, and dengue fever and is the principal reason for the epidemics of these types of infections on a global scale. With this background, we suggest that travel medicine is an important but "neglected" medical discipline as the discipline of Parasitology itself like most parasitic diseases.

  10. Multi-faceted tourist travel decisions : a constraint-based conceptual framework to describe tourists' sequential choices of travel components

    NARCIS (Netherlands)

    Dellaert, Benedict; Ettema, D.F.; Lindh, Christer

    This paper introduces a first step towards analyzing tourist travel choice in situations where tourists may: (i) temporally separate their choice of different components of the travel package, e.g. tourists may choose travel destination before accommodation, and (ii) face a structure of constraints

  11. Two-phase framework for optimal multi-target Lambert rendezvous

    OpenAIRE

    Bang, Jun; Ahn, Jaemyung

    2017-01-01

    This paper proposes a two-phase framework to solve an optimal multi-target Lambert rendezvous problem. The first phase solves a series of single-target rendezvous problems for all departure-arrival object pairs to generate the elementary solutions, which provides candidate rendezvous trajectories (elementary solutions). The second phase formulates a variant of traveling salesman problem (TSP) using the elementary solutions prepared in the first phase and determines the best rendezvous sequenc...

  12. Warehouse order-picking process. Order-picker routing problem

    Directory of Open Access Journals (Sweden)

    E. V. Korobkov

    2015-01-01

    Full Text Available This article continues “Warehouse order-picking process” cycle and describes order-picker routing sub-problem of a warehouse order-picking process. It draws analogies between the orderpickers’ routing problem and traveling salesman’s problem, shows differences between the standard problem statement of a traveling salesman and routing problem of warehouse orderpickers, and gives the particular Steiner’s problem statement of a traveling salesman.Warehouse layout with a typical order is represented by a graph, with some its vertices corresponding to mandatory order-picker’s visits and some other ones being noncompulsory. The paper describes an optimal Ratliff-Rosenthal algorithm to solve order-picker’s routing problem for the single-block warehouses, i.e. warehouses with only two crossing aisles, defines seven equivalent classes of partial routing sub-graphs and five transitions used to have an optimal routing sub-graph of a order-picker. An extension of optimal Ratliff-Rosenthal order-picker routing algorithm for multi-block warehouses is presented and also reasons for using the routing heuristics instead of exact optimal algorithms are given. The paper offers algorithmic description of the following seven routing heuristics: S-shaped, return, midpoint, largest gap, aisle-by-aisle, composite, and combined as well as modification of combined heuristics. The comparison of orderpicker routing heuristics for one- and two-block warehouses is to be described in the next article of the “Warehouse order-picking process” cycle.

  13. Long Journey Travel to Tourist Destination: A Review Paper

    Directory of Open Access Journals (Sweden)

    Shahrin Norkamaliah

    2014-01-01

    Full Text Available Tourists are now more open in selecting tourist destination. The number of holiday trips were growing rapidly. There were various promotions available to attract tourists to travel either within or outside the country. Travel distance is not an obstacle for tourists to travel, regardless of local and foreign destination. This study will be conducted to identify the motivation of long journey travel that involves push and pull factors. The long journey involves distance, cost and the type of transportation used to get to the destination. For this purpose a comprehensive review and discussion on previous sources which involved a variety of secondary data sources will be used to meet every need of the study objectives. The finding showed that the travel distance was dependent on the motivation for tourists to travel and the type of transport they want to use. Mode of transport used has advantages and disadvantages for long journey travel depending on traveller choice.

  14. Leishmaniasis in travelers: a literature review.

    Science.gov (United States)

    Mansueto, Pasquale; Seidita, Aurelio; Vitale, Giustina; Cascio, Antonio

    2014-01-01

    Leishmaniasis is a vector-borne protozoan infection whose clinical spectrum ranges from asymptomatic infection to fatal visceral leishmaniasis. Over the last decades, an increase in imported leishmaniasis cases in developed, non-endemic countries, have been pointed-out from a review of the international literature. Among the possible causes are increasing international tourism, influx of immigrants from endemic regions and military operations. The main area for the acquisition of cutaneous leishmaniasis, especially for adventure travelers on long-term trips in highly-endemic forested areas, is represented from South America, whereas popular Mediterranean destinations are emerging as the main areas to acquire visceral variant. Leishmaniasis should be considered in the diagnostic assessment of patients presenting with a compatible clinical syndrome and a history of travel to an endemic area, even if this occurred several months or years before. Adventure travelers, researchers, military personnel, and other groups of travelers likely to be exposed to sand flies in endemic areas, should receive counseling regarding leishmaniasis and appropriate protective measures. Copyright © 2014 Elsevier Ltd. All rights reserved.

  15. Travel health prevention.

    Science.gov (United States)

    Korzeniewski, Krzysztof

    All around the world there has been a rapid growth in the number of international travels. According to the World Tourism Organisation the number of international tourist arrivals reached 1,235 billion in 2016 and continues to grow at a high rate. This has been much due to the development of air transport (including low-cost airlines), increasingly common economic migration, a growing number of travellers visiting friends and relatives, and an increase in medical tourism. With tropical destinations becoming increasingly popular among travellers, doctors have seen a rising number of patients who seek medical advice on health risks prevalent in hot countries and health prevention measures to be taken in tropical destinations, especially where sanitation is poor. The risk for developing a medical condition while staying abroad depends on a variety of factors, including the traveller's general health condition, health prevention measures taken before or during travel (vaccinations, antimalarial chemoprophylaxis, health precautions during air, road and sea travel, proper acclimatisation, prevention of heat injuries, protection against local flora and fauna, personal hygiene, water, food and feeding hygiene), as well as the prevalence of health risk factors in a given location. Health prevention is a precondition for safe travel and maintaining good physical health; in the era of a rapid growth in international tourism it has become of key importance for all travellers.

  16. A priori analysis: an application to the estimate of the uncertainty in course grades

    Science.gov (United States)

    Lippi, G. L.

    2014-07-01

    A priori analysis (APA) is discussed as a tool to assess the reliability of grades in standard curricular courses. This unusual, but striking, application is presented when teaching the section on the data treatment of a laboratory course to illustrate the characteristics of the APA and its potential for widespread use, beyond the traditional physics curriculum. The conditions necessary for this kind of analysis are discussed, the general framework is set out and a specific example is given to illustrate its various aspects. Students are often struck by this unusual application and are more apt to remember the APA. Instructors may also benefit from some of the gathered information, as discussed in the paper.

  17. A priori analysis: an application to the estimate of the uncertainty in course grades

    International Nuclear Information System (INIS)

    Lippi, G L

    2014-01-01

    A priori analysis (APA) is discussed as a tool to assess the reliability of grades in standard curricular courses. This unusual, but striking, application is presented when teaching the section on the data treatment of a laboratory course to illustrate the characteristics of the APA and its potential for widespread use, beyond the traditional physics curriculum. The conditions necessary for this kind of analysis are discussed, the general framework is set out and a specific example is given to illustrate its various aspects. Students are often struck by this unusual application and are more apt to remember the APA. Instructors may also benefit from some of the gathered information, as discussed in the paper. (paper)

  18. Practical Considerations about Expected A Posteriori Estimation in Adaptive Testing: Adaptive A Priori, Adaptive Correction for Bias, and Adaptive Integration Interval.

    Science.gov (United States)

    Raiche, Gilles; Blais, Jean-Guy

    In a computerized adaptive test (CAT), it would be desirable to obtain an acceptable precision of the proficiency level estimate using an optimal number of items. Decreasing the number of items is accompanied, however, by a certain degree of bias when the true proficiency level differs significantly from the a priori estimate. G. Raiche (2000) has…

  19. On Evaluation of Recharge Model Uncertainty: a Priori and a Posteriori

    International Nuclear Information System (INIS)

    Ming Ye; Karl Pohlmann; Jenny Chapman; David Shafer

    2006-01-01

    Hydrologic environments are open and complex, rendering them prone to multiple interpretations and mathematical descriptions. Hydrologic analyses typically rely on a single conceptual-mathematical model, which ignores conceptual model uncertainty and may result in bias in predictions and under-estimation of predictive uncertainty. This study is to assess conceptual model uncertainty residing in five recharge models developed to date by different researchers based on different theories for Nevada and Death Valley area, CA. A recently developed statistical method, Maximum Likelihood Bayesian Model Averaging (MLBMA), is utilized for this analysis. In a Bayesian framework, the recharge model uncertainty is assessed, a priori, using expert judgments collected through an expert elicitation in the form of prior probabilities of the models. The uncertainty is then evaluated, a posteriori, by updating the prior probabilities to estimate posterior model probability. The updating is conducted through maximum likelihood inverse modeling by calibrating the Death Valley Regional Flow System (DVRFS) model corresponding to each recharge model against observations of head and flow. Calibration results of DVRFS for the five recharge models are used to estimate three information criteria (AIC, BIC, and KIC) used to rank and discriminate these models. Posterior probabilities of the five recharge models, evaluated using KIC, are used as weights to average head predictions, which gives posterior mean and variance. The posterior quantities incorporate both parametric and conceptual model uncertainties

  20. International travel and vaccinations.

    OpenAIRE

    Rizvon, M K; Qazi, S; Ward, L A

    1999-01-01

    With the increase in global travel, no disease is beyond the reach of any population. Traveling patients should be advised to follow food and water precautions and encouraged to receive the recommended immunizations. Travel medicine plays a vital role not only in limiting the morbidity of travel-related illnesses but also in limiting the spread of diseases. This article addresses the common issues related to travel, reviews the care of the immunocompromised traveler, and updates the available...

  1. A contextual image segmentation system using a priori information for automatic data classification in nuclear physics

    International Nuclear Information System (INIS)

    Benkirane, A.; Auger, G.; Chbihi, A.; Bloyet, D.; Plagnol, E.

    1994-01-01

    This paper presents an original approach to solve an automatic data classification problem by means of image processing techniques. The classification is achieved using image segmentation techniques for extracting the meaningful classes. Two types of information are merged for this purpose: the information contained in experimental images and a priori information derived from underlying physics (and adapted to image segmentation problem). This data fusion is widely used at different stages of the segmentation process. This approach yields interesting results in terms of segmentation performances, even in very noisy cases. Satisfactory classification results are obtained in cases where more ''classical'' automatic data classification methods fail. (authors). 25 refs., 14 figs., 1 append

  2. A contextual image segmentation system using a priori information for automatic data classification in nuclear physics

    Energy Technology Data Exchange (ETDEWEB)

    Benkirane, A; Auger, G; Chbihi, A [Grand Accelerateur National d` Ions Lourds (GANIL), 14 - Caen (France); Bloyet, D [Caen Univ., 14 (France); Plagnol, E [Paris-11 Univ., 91 - Orsay (France). Inst. de Physique Nucleaire

    1994-12-31

    This paper presents an original approach to solve an automatic data classification problem by means of image processing techniques. The classification is achieved using image segmentation techniques for extracting the meaningful classes. Two types of information are merged for this purpose: the information contained in experimental images and a priori information derived from underlying physics (and adapted to image segmentation problem). This data fusion is widely used at different stages of the segmentation process. This approach yields interesting results in terms of segmentation performances, even in very noisy cases. Satisfactory classification results are obtained in cases where more ``classical`` automatic data classification methods fail. (authors). 25 refs., 14 figs., 1 append.

  3. The New England travel market: changes in generational travel patterns

    Science.gov (United States)

    Rodney B. Warnick

    1995-01-01

    The purpose of this study was to examine and explore the New England domestic travel market trends, from 1979 through 1991 within the context of generations. The existing travel markets, who travel to New England, are changing by age cohorts and specifically within different generations. The New England changes in generational travel patterns do not reflect national...

  4. THE DECISION MAKING OF BUSINESS TRAVELLERS IN SELECTING ONLINE TRAVEL PORTALS FOR TRAVEL BOOKING: AN EMPIRICAL STUDY OF DELHI NATIONAL CAPITAL REGION, INDIA

    Directory of Open Access Journals (Sweden)

    Bivek DATTA

    2018-05-01

    Full Text Available The purpose of this paper is to understand the decision making pattern of the Business Travellers in Delhi National Capital Region in India while booking their trips through Online Travel Portals. The study revolves around purchase decision pattern of Business Travellers by investigating their travel decision making style in selecting online travel portals for their trip booking. The authors have adopted the quantitative methodology to achieve the objective of the study. The study is confined purely to the Business Travellers who book their travel through online travel portals. The data was collected through a structured questionnaire. 300 Business Travellers were interviewed at the departure lounge of Indira Gandhi International Airport, New Delhi, India out of which 150 questionnaires were incomplete in many respects and could not be used and only 150 questionnaires were usable resulting in the response rate of 50%. The Analytical Hierarchy process method was adopted to analyze the relative weights assigned by Business Travellers. The present study identifies through literature review the nine fundamental values of internet purchase i.e. product quality, cost, time to receive the product, convenience, time spent, confidentiality, shopping enjoyment, security and environmental impact. The research findings indicate that business travellers value confidentiality, security and product quality the most while choosing the Online Travel Portal to book their trip. The study is primarily centered on the consumer typology approach to study the decision making patterns of business travellers whereas there are other variables such as lifestyle, personality, attitude which can also be investigated. The study is only restricted to Business Travellers decision making pattern pertaining to their travel booking whereas a study can also be undertaken on leisure travellers decision making pattern. The study is restricted to only Delhi National Capital Region

  5. Predicting thermal history a-priori for magnetic nanoparticle hyperthermia of internal carcinoma

    Science.gov (United States)

    Dhar, Purbarun; Sirisha Maganti, Lakshmi

    2017-08-01

    This article proposes a simplistic and realistic method where a direct analytical expression can be derived for the temperature field within a tumour during magnetic nanoparticle hyperthermia. The approximated analytical expression for thermal history within the tumour is derived based on the lumped capacitance approach and considers all therapy protocols and parameters. The present method is simplistic and provides an easy framework for estimating hyperthermia protocol parameters promptly. The model has been validated with respect to several experimental reports on animal models such as mice/rabbit/hamster and human clinical trials. It has been observed that the model is able to accurately estimate the thermal history within the carcinoma during the hyperthermia therapy. The present approach may find implications in a-priori estimation of the thermal history in internal tumours for optimizing magnetic hyperthermia treatment protocols with respect to the ablation time, tumour size, magnetic drug concentration, field strength, field frequency, nanoparticle material and size, tumour location, and so on.

  6. Travel risk assessment, advice and vaccinations in immunocompromised travellers (HIV, solid organ transplant and haematopoeitic stem cell transplant recipients): A review.

    Science.gov (United States)

    Aung, A K; Trubiano, J A; Spelman, D W

    2015-01-01

    International travellers with immunocompromising conditions such as human immunodeficiency virus (HIV) infection, solid organ transplantation (SOT) and haematopoietic stem cell transplantation (HSCT) are at a significant risk of travel-related illnesses from both communicable and non-communicable diseases, depending on the intensity of underlying immune dysfunction, travel destinations and activities. In addition, the choice of travel vaccinations, timing and protective antibody responses are also highly dependent on the underlying conditions and thus pose significant challenges to the health-care providers who are involved in pre-travel risk assessment. This review article provides a framework of understanding and approach to aforementioned groups of immunocompromised travellers regarding pre-travel risk assessment and management; in particular travel vaccinations, infectious and non-infectious disease risks and provision of condition-specific advice; to reduce travel-related mortality and morbidity. Copyright © 2014 Elsevier Ltd. All rights reserved.

  7. Travel-associated hepatitis A in Europe, 2009 to 2015.

    Science.gov (United States)

    Beauté, Julien; Westrell, Therese; Schmid, Daniela; Müller, Luise; Epstein, Jevgenia; Kontio, Mia; Couturier, Elisabeth; Faber, Mirko; Mellou, Kassiani; Borg, Maria-Louise; Friesema, Ingrid; Vold, Line; Severi, Ettore

    2018-05-01

    BackgroundTravel to countries with high or intermediate hepatitis A virus (HAV) endemicity is a risk factor for infection in residents of countries with low HAV endemicity. Aim: The objective of this study was to estimate the risk for hepatitis A among European travellers using surveillance and travel denominator data. Methods: We retrieved hepatitis A surveillance data from 13 European Union (EU)/ European Economic Area (EEA) countries with comprehensive surveillance systems and travel denominator data from the Statistical Office of the European Union. A travel-associated case of hepatitis A was defined as any case reported as imported. Results: From 2009 to 2015, the 13 countries reported 18,839 confirmed cases of hepatitis A, of which 5,233 (27.8%) were travel-associated. Of these, 39.8% were among children younger than 15 years. The overall risk associated with travel abroad decreased over the period at an annual rate of 3.7% (95% confidence interval (CI): 0.7-2.7) from 0.70 cases per million nights in 2009 to 0.51 in 2015. The highest risk was observed in travellers to Africa (2.11 cases per million nights). Cases more likely to be reported as travel-associated were male and of younger age (Travel is still a major risk factor for HAV infection in the EU/EEA, although the risk of infection may have slightly decreased in recent years. Children younger than 15 years accounted for a large proportion of cases and should be prioritised for vaccination.

  8. Inter-temporal variation in the travel time and travel cost parameters of transport models

    OpenAIRE

    Börjesson, Maria

    2012-01-01

    The parameters for travel time and travel cost are central in travel demand forecasting models. Since valuation of infrastructure investments requires prediction of travel demand for future evaluation years, inter-temporal variation of the travel time and travel cost parameters is a key issue in forecasting. Using two identical stated choice experiments conducted among Swedish drivers with an interval of 13 years, 1994 and 2007, this paper estimates the inter-temporal variation in travel time...

  9. A Micro-simulation model of updating expected travel time in provision of travel information : A bayesian belief approach implemented in a multi-state supernetwork

    NARCIS (Netherlands)

    Parvaneh, Z.; Liao, F.; Arentze, T.A.; Timmermans, H.J.P.; Shakshuki, Elhadi; Yasar, Ansar

    2014-01-01

    This study introduces a model of individual belief updating of subjective travel times as a function of the provision of different types of travel information. Travel information includes real-time prescriptive or descriptive, and public or personal information. The model is embedded in a

  10. A microlevel analysis of residential context and travel time

    OpenAIRE

    Tim Schwanen; Martin Dijst; Frans M Dieleman

    2002-01-01

    The literature on the association between residential context and travel concentrates on distance traveled and modal choice, as these variables are the most important from an environmental perspective. Travel time has received less attention -- an unfortunate oversight in our view, as people's travel decisions are determined by time rather than by distance. By using data from the 1998 Netherlands National Travel Survey, we have considered travel time associated with trip purpose and transport...

  11. Business Model Development for travel agency : Case company - Goh Travel Korea

    OpenAIRE

    Manuilova, Mariia

    2016-01-01

    Millions of tourists visit South Korea every year to experience the culture and a different life style. Moreover, due to economic development, the country has become popular as a study and work destination. As the tourism market is growing, there are many opportunities for travel agencies to find niches in the market. The purpose of this study is to develop a business model for Goh travel Korea – a travel agency for foreign low budget travelers around Korea, to make it more efficient and incr...

  12. Self-reported illness among Boston-area international travelers: A prospective study

    Science.gov (United States)

    Chen, Lin H.; Han, Pauline V.; Wilson, Mary E.; Stoney, Rhett J.; Jentes, Emily S.; Benoit, Christine; Ooi, Winnie W.; Barnett, Elizabeth D.; Hamer, Davidson H.

    2017-01-01

    Summary Background The Boston Area Travel Medicine Network surveyed travelers on travel-related health problems. Methods Travelers were recruited 2009–2011 during pre-travel consultation at three clinics. The investigation included pre-travel data, weekly during-travel diaries, and a post-travel questionnaire. We analyzed demographics, trip characteristics, health problems experienced, and assessed the relationship between influenza vaccination, influenza prevention advice, and respiratory symptoms. Results Of 987 enrolled travelers, 628 (64%) completed all surveys, of which 400 (64%) reported health problems during and/or after travel; median trip duration was 12 days. Diarrhea affected the most people during travel (172) while runny/stuffy nose affected the most people after travel (95). Of those with health problems during travel, 25% stopped or altered plans; 1% were hospitalized. After travel, 21% stopped planned activities, 23% sought physician or other health advice; one traveler was hospitalized. Travelers who received influenza vaccination and influenza prevention advice had lower rates of respiratory symptoms than those that received influenza prevention advice alone (18% vs 28%, P = 0.03). Conclusions A large proportion of Boston-area travelers reported health problems despite pre-travel consultation, resulting in inconveniences. The combination of influenza prevention advice and influenza immunization was associated with fewer respiratory symptoms than those who received influenza prevention advice alone. PMID:27687076

  13. Investigating industrial investigation: examining the impact of a priori knowledge and tunnel vision education.

    Science.gov (United States)

    Maclean, Carla L; Brimacombe, C A Elizabeth; Lindsay, D Stephen

    2013-12-01

    The current study addressed tunnel vision in industrial incident investigation by experimentally testing how a priori information and a human bias (generated via the fundamental attribution error or correspondence bias) affected participants' investigative behavior as well as the effectiveness of a debiasing intervention. Undergraduates and professional investigators engaged in a simulated industrial investigation exercise. We found that participants' judgments were biased by knowledge about the safety history of either a worker or piece of equipment and that a human bias was evident in participants' decision making. However, bias was successfully reduced with "tunnel vision education." Professional investigators demonstrated a greater sophistication in their investigative decision making compared to undergraduates. The similarities and differences between these two populations are discussed. (c) 2013 APA, all rights reserved

  14. Long distance travel ‘today’

    DEFF Research Database (Denmark)

    Christensen, Linda

    2014-01-01

    This paper presents an overview of the Dane’s long distance travel. It is a part of the Drivers and Limits project about long distance travel. Long distance travel is in the project defined as infrequent travel with overnight stay. Danes 15-85 years-old travel in average 5.5 long distance travel...... per year og which a third is for international destinations, a third is for domestic second homes and a third are other domestic trips. However, 87% of the kilometres are for international destinations and only 4% are for domestic second homes. Travel activity is very uneven distributed with only half...... of the population having had a journey during the last three month. At the other hand 60% have travelled internationally during the last year and only 2% have never travelled abroad. The paper presents among other things how the travel activity is distributed on travel purpose and mode and how the mode choice...

  15. Evaluation of a public health newsletter intended for travel agents.

    Science.gov (United States)

    Provost, Sylvie

    2003-01-01

    Travel agents are in a key position to encourage travelers to seek consultation in travel clinics. Since the beginning of the year 2000, a newsletter specifically designed to sensitize travel agents to travel health has been published by the public health authorities and distributed to all travel agencies in Quebec. This study was undertaken to evaluate the utilization and appreciation of the newsletter by travel agents and its impact on preventive practices. During the autumn of 2001, a cross-sectional descriptive survey was carried out among travel agencies in Quebec. Data were collected using a self-administered questionnaire sent by fax with a postal follow-up. A total of 252 of the 950 travel agencies contacted (27%) answered our questionnaire. In all, 78% of respondents said their agency receives the newsletter. Among these agencies, the majority of respondents considered that the subjects discussed in the newsletter are interesting (often or in general: 96%), that the subjects and preventive recommendations for travel destinations are useful in the travel agent's practice (often or in general: 89%), and generally presented in an adequate way (96%). According to the respondents, the newsletter encouraged them, often or very often, to inform travelers about travel-related health problems (70%) or to recommend a consultation in a travel clinic (63%). The impact of the newsletter on the recommendation to consult was greater among agents having more than 10 years' experience (odds ratio [OR] 3.2). When asked about the best way to send them the newsletter, only 31% identified bulk mailing, which was the current mode of distribution. Satisfaction rate with the newsletter appears to be high among respondents who receive it. However, the low response rate to the survey may indicate that as a whole, the travel agents' interest in the newsletter is mitigated. Despite the limitations of this study, the results will allow us to modify some aspects of the publication

  16. Effect of Rainfall on Travel Time and Accuracy of Travel Time prediction with rainfall

    OpenAIRE

    CHUNG, E; EL-FAOUZI, NE; KUWAHARA, M

    2007-01-01

    Travel time is an important parameter to report to travelers. From the user's perspective, accurate predictions and an estimate of their precision are more beneficial than the current travel time since conditions may change significantly before a traveler completes the journey. Past researches have developed travel time prediction models without considering accidents and rain. Normally accident and Rain may cause to increase travel time. Therefore, it may be interesting to consider Rain and a...

  17. Topic Map for Authentic Travel

    OpenAIRE

    Wandsvik, Atle; Zare, Mehdi

    2007-01-01

    E-business is a new trend in Internet use. Authentic travel is an approach to travel and travel business which helps the traveler experience what is authentic in the travel destination. But how can the traveler find those small authentic spots and organize them together to compose a vacation? E-business techniques, combined withTopic Maps, can help.

  18. A disaggregate model to predict the intercity travel demand

    Energy Technology Data Exchange (ETDEWEB)

    Damodaran, S.

    1988-01-01

    This study was directed towards developing disaggregate models to predict the intercity travel demand in Canada. A conceptual framework for the intercity travel behavior was proposed; under this framework, a nested multinomial model structure that combined mode choice and trip generation was developed. The CTS (Canadian Travel Survey) data base was used for testing the structure and to determine the viability of using this data base for intercity travel-demand prediction. Mode-choice and trip-generation models were calibrated for four modes (auto, bus, rail and air) for both business and non-business trips. The models were linked through the inclusive value variable, also referred to as the long sum of the denominator in the literature. Results of the study indicated that the structure used in this study could be applied for intercity travel-demand modeling. However, some limitations of the data base were identified. It is believed that, with some modifications, the CTS data could be used for predicting intercity travel demand. Future research can identify the factors affecting intercity travel behavior, which will facilitate collection of useful data for intercity travel prediction and policy analysis.

  19. Exact Solutions to the Double TSP with Multiple Stacks

    DEFF Research Database (Denmark)

    Petersen, Hanne Løhmann; Archetti, Claudia; Madsen, Oli B.G.

    In the Double Travelling Salesman Problem with Multiple Stacks (DTSPMS) a set of orders is given, each one requiring transportation of one item from a customer in a pickup region to a customer in a delivery region. The vehicle available for the transportation in each region carries a container....... We present different modelling approaches to solving the DTSPMS to optimality and use the solutions obtained to evaluate the quality of previously obtained heuristic solutions....

  20. Pre-Travel Health Preparation of Pediatric International Travelers: Analysis From the Global TravEpiNet Consortium.

    Science.gov (United States)

    Hagmann, Stefan; LaRocque, Regina C; Rao, Sowmya R; Jentes, Emily S; Sotir, Mark J; Brunette, Gary; Ryan, Edward T

    2013-12-01

    Children frequently travel internationally. Health-related data on such children are limited. We sought to investigate the demographics, health characteristics, and preventive interventions of outbound US international pediatric travelers. We analyzed data from 32 099 travelers presenting for pre-travel healthcare at the Global TravEpiNet (GTEN), a national consortium of 19 travel clinics, from January 1, 2009 to June 6, 2012. A total of 3332 (10%) of all GTEN travelers were children (traveled mostly for leisure (36%) or to visit friends or relatives (VFR) (36%). Most popular destination regions were Africa (41%), Southeast Asia (16%), Central America (16%), and the Caribbean (16%). Compared with children traveling for leisure, VFR children were more likely to present travel consultation (44% vs 28%), intended to travel for 28 days or longer (70% vs 22%), and to travel to Africa (62% vs 32%). Nearly half of the pediatric travelers (46%) received at least 1 routine vaccine, and most (83%) received at least 1 travel-related vaccine. Parents or guardians of one third of the children (30%) refused at least 1 recommended travel-related vaccine. Most pediatric travelers visiting a malaria-endemic country (72%) received a prescription for malaria chemoprophylaxis. Ten percent of travelers seeking pre-travel healthcare at GTEN sites are children. VFR-travel, pre-travel consultation close to time of departure, and refusal of recommended vaccines may place children at risk for travel-associated illness. Strategies to engage pediatric travelers in timely, pre-travel care and improve acceptance of pre-travel healthcare interventions are needed. © The Author 2013. Published by Oxford University Press on behalf of the Pediatric Infectious Diseases Society. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com.

  1. Health risks, travel preparation, and illness among public health professionals during international travel.

    Science.gov (United States)

    Balaban, Victor; Warnock, Eli; Ramana Dhara, V; Jean-Louis, Lee Ann; Sotir, Mark J; Kozarsky, Phyllis

    2014-01-01

    Few data currently exist on health risks faced by public health professionals (PHP) during international travel. We conducted pre- and post-travel health surveys to assess knowledge, attitudes, and practices (KAP), and illnesses among PHP international travelers. Anonymous surveys were completed by PHP from a large American public health agency who sought a pre-travel medical consult from September 1, 2009, to September 30, 2010. Surveys were completed by 122 participants; travelers went to 163 countries. Of the 122 respondents, 97 (80%) reported at least one planned health risk activity (visiting rural areas, handling animals, contact with blood or body fluids, visiting malarious areas), and 50 (41%) reported exposure to unanticipated health risks. Of the 62 travelers who visited malarious areas, 14 (23%) reported inconsistent or no use of malaria prophylaxis. Illness during travel was reported by 33 (27%) respondents. Most of the PHP travelers in our study reported at least one planned health risk activity, and almost half reported exposure to unanticipated health risks, and one-quarter of travelers to malarious areas reported inconsistent or no use of malaria chemoprophylaxis. Our findings highlight that communication and education outreach for PHP to prevent travel-associated illnesses can be improved. Published by Elsevier Ltd.

  2. The elderly, the young and the pregnant traveler -- A retrospective data analysis from a large Swiss Travel Center with a special focus on malaria prophylaxis and yellow fever vaccination.

    Science.gov (United States)

    Jaeger, Veronika K; Tschudi, Nadine; Rüegg, Rolanda; Hatz, Christoph; Bühler, Silja

    2015-01-01

    Vulnerable individuals such as elderly, children/adolescents and pregnant/breastfeeding women increasingly travel overseas. We describe the travel and vaccination patterns of these groups at the largest Travel Clinic in Switzerland especially focusing on travel to yellow fever and malaria-endemic countries, and yellow fever vaccination (YFV) and malaria medications. An analysis of pre-travel visits between 2010 and 2012 at the Travel Clinic of the University of Zurich, was performed assessing differences between the elderly, young and middle-aged travelers as well as between pregnant/breastfeeding and other female travelers. Overall, the vulnerable groups did not differ from other travelers regarding their travel patterns. YFV was the most often administered vaccine to elderly travelers; half of them received it for the first time. More than 30% of children/adolescents received YFV, but no child below six months was vaccinated. 80% of young travelers and a similar percentage of pregnant women went to malaria-endemic regions. Twenty-five pregnant/breastfeeding women traveled to YF endemic areas. Travel patterns of vulnerable travelers are comparable to those of other travelers. In view of the limited data on malaria medications and precautions against YFV during pregnancy and at the extreme ages of life, giving travel advice to these groups is challenging. Copyright © 2015 Elsevier Ltd. All rights reserved.

  3. Musical Probabilities, Abductive Reasoning, and Brain Mechanisms: Extended Perspective of "A Priori" Listening to Music within the Creative Cognition Approach

    Science.gov (United States)

    Schmidt, Sebastian; Troge, Thomas A.; Lorrain, Denis

    2013-01-01

    A theory of listening to music is proposed. It suggests that, for listeners, the process of prediction is the starting point to experiencing music. This implies that perception of music starts through both a predisposed and an experience-based extrapolation into the future (this is labeled "a priori" listening). Indications for this…

  4. Valuing travel time variability: Characteristics of the travel time distribution on an urban road

    DEFF Research Database (Denmark)

    Fosgerau, Mogens; Fukuda, Daisuke

    2012-01-01

    This paper provides a detailed empirical investigation of the distribution of travel times on an urban road for valuation of travel time variability. Our investigation is premised on the use of a theoretical model with a number of desirable properties. The definition of the value of travel time...... variability depends on certain properties of the distribution of random travel times that require empirical verification. Applying a range of nonparametric statistical techniques to data giving minute-by-minute travel times for a congested urban road over a period of five months, we show that the standardized...... travel time is roughly independent of the time of day as required by the theory. Except for the extreme right tail, a stable distribution seems to fit the data well. The travel time distributions on consecutive links seem to share a common stability parameter such that the travel time distribution...

  5. Geography of resonances and Arnold diffusion in a priori unstable Hamiltonian systems

    International Nuclear Information System (INIS)

    Delshams, Amadeu; Huguet, Gemma

    2009-01-01

    In this paper we consider the case of a general C r+2 perturbation, for r large enough, of an a priori unstable Hamiltonian system of 2 + 1/2 degrees of freedom, and we provide explicit conditions on it, which turn out to be C 2 generic and are verifiable in concrete examples, which guarantee the existence of Arnold diffusion. This is a generalization of the result in Delshams et al (2006 Mem. Am. Math. Soc.) where the case of a perturbation with a finite number of harmonics in the angular variables was considered. The method of proof is based on a careful analysis of the geography of resonances created by a generic perturbation and it contains a deep quantitative description of the invariant objects generated by the resonances therein. The scattering map is used as an essential tool to construct transition chains of objects of different topology. The combination of quantitative expressions for both the geography of resonances and the scattering map provides, in a natural way, explicit computable conditions for instability

  6. A random regret minimization model of travel choice

    NARCIS (Netherlands)

    Chorus, C.G.; Arentze, T.A.; Timmermans, H.J.P.

    2008-01-01

    Abstract This paper presents an alternative to Random Utility-Maximization models of travel choice. Our Random Regret-Minimization model is rooted in Regret Theory and provides several useful features for travel demand analysis. Firstly, it allows for the possibility that choices between travel

  7. Use of pre-travel vaccine-preventable disease serology as a screening tool to identify patients in need of pre-travel vaccination: a retrospective audit.

    Science.gov (United States)

    Turner, David P; McGuinness, Sarah L; Cohen, Jonathan; Waring, Lynette J; Leder, Karin

    2017-05-01

    Vaccination is a safe and effective public health intervention that not only protects individual travellers from vaccine-preventable diseases (VPDs), but prevents them from becoming a source of disease in their destination and on their return. Obtaining an accurate vaccination history from travellers during a pre-travel review can be difficult; serology may be used to identify patients who are non-immune to specific diseases in order to guide vaccination requirements. Clinically relevant data about the usefulness of serology in this setting are lacking. We performed a retrospective audit of pre-travel VPD serology requested by practitioners of a busy community-based travel clinic. All serological results for measles, mumps, rubella, varicella zoster virus, hepatitis A and B requested over a 5-year period were extracted and analysed. Results were stratified by gender and year of birth and compared using Stata. Four thousand four hundred and fifty-one serological assays from 1445 individual were assessed. Overall, 47% of patients tested had at least one negative serological result. High rates of seropositivity for measles, mumps and rubella were seen in those born prior to 1966 but >10% of travellers born after 1966 lacked serological evidence of protection against these diseases. Hepatitis A and B serological results revealed broadly lower rates of immunity in our community likely reflecting the absence of these vaccines from historical vaccine protocols. Serology can be a useful tool in the identification of non-immune travellers to enable targeted vaccination prior to travel. We recommend that travel health clinicians assess patients' vaccination and infection histories, and strongly consider serology or vaccination where there is doubt about immunity. This will help protect the traveller and prevent importation of disease into destination or home communities. © International Society of Travel Medicine, 2017. Published by Oxford University Press. All rights

  8. You, too, can be an international medical traveler: Reading medical travel guidebooks

    NARCIS (Netherlands)

    Ormond, M.E.; Sothern, M.

    2012-01-01

    Drawing on literature on self-help and travel guide writing, this paper interrogates five international medical travel guidebooks aimed at encouraging American and British audiences to travel abroad to purchase medical care. These guidebooks articulate a three-step self-help “program” to produce a

  9. Understanding medical travel from a source country perspective: a cross sectional study of the experiences of medical travelers from the Maldives.

    Science.gov (United States)

    Suzana, Mariyam; Walls, Helen; Smith, Richard; Hanefeld, Johanna

    2018-06-19

    The resolution adopted in 2006 by the World Health Organization on international trade and health urges Member States to understand the implications of international trade and trade agreements for health and to address any challenges arising through policies and regulations. The government of Maldives is an importer of health services (with outgoing medical travelers), through offering a comprehensive universal health care package for its people that includes subsidized treatment abroad for services unavailable in the country. By the end of the first year of the scheme approximately US$11.6 m had been spent by the government of Maldives to treat patients abroad. In this study, affordability, continuity and quality of this care were assessed from the perspective of the medical traveler to provide recommendations for safer and more cost effective medical travel policy. Despite universal health care, a substantial proportion of Maldivian travelers have not accessed the government subsidy, and a third reported not having sufficient funds for the treatment episode abroad. Among the five most visited hospitals in this study, none were JCI accredited at the time of the study period and only three from India had undergone the National Accreditation Board for Hospitals (NABH) in India. Satisfaction with treatment received was high amongst travelers but concern for the continuity of care was very high, and more than a third of the patients had experienced complications arising from the treatment overseas. Source countries can use their bargaining power in the trade of health services to offer a more comprehensive package for medical travelers. Source countries with largely public funded health systems need to ensure that medical travel is truly affordable and universal, with measures for quality control such as the use of accredited foreign hospitals to make it safer and to impose measures that ensure the continuity of care for travelers.

  10. 41 CFR 301-73.300 - What is a travel payment system?

    Science.gov (United States)

    2010-07-01

    ... System TEMPORARY DUTY (TDY) TRAVEL ALLOWANCES AGENCY RESPONSIBILITIES 73-TRAVEL PROGRAMS Travel Payment System § 301-73.300 What is a travel payment system? A system to facilitate the payment of official... 41 Public Contracts and Property Management 4 2010-07-01 2010-07-01 false What is a travel payment...

  11. Representation of Central Asia and Traveling Self in Vambery’s Travels in Central Asia

    Directory of Open Access Journals (Sweden)

    Ahmad Gholi

    2016-03-01

    Full Text Available In the course of the nineteenth century Arminius Vambery, an anglophile travel writer, in the guise of a mendicant dervish with a group of Tartar pilgrims departs to secluded and sealed Central Asia. After six months travel in the Khanates of Central Asia, he undertakes a journey to England where he offers his observations to the Royal Geographical Society and publishes his travelogue, Travel in Central Asia. Despite its literary merits and connection with British imperialism, the travelogue has not been scrutinized separately by the scholars of travel writing. To fill the gap, this article by drawing on the theories of post-structuralism: Orientalism and Postcolonialism, endeavors to unveil the political agenda behind the travel writer’s representation of his travelees, destination, and his own traveling self. Additionally, it argues that the travel writer in dialogue with other Western travel writers to deterritorialize his traversed region or justify the prospective presence of Britain in Central Asia, represents his journey destination as the locus of barbarity, a region under the grip of despotic rulers, as well as an area with frozen time, while to exhibit his Eurocentrism, he portrays his traveling subject as the a suffering hero and a benign traveler.

  12. Traveling wave laser system

    International Nuclear Information System (INIS)

    Gregg, D.W.; Kidder, R.E.; Biehl, A.T.

    1975-01-01

    The invention broadly involves a method and means for generating a traveling wave laser pulse and is basically analogous to a single pass light amplifier system. However, the invention provides a traveling wave laser pulse of almost unlimited energy content, wherein a gain medium is pumped in a traveling wave mode, the traveling wave moving at essentially the velocity of light to generate an amplifying region or zone which moves through the medium at the velocity of light in the presence of directed stimulating radiation, thereby generating a traveling coherent, directed radiation pulse moving with the amplification zone through the gain medium. (U.S.)

  13. 78 FR 73702 - Federal Travel Regulation (FTR); Telework Travel Expenses Test Programs

    Science.gov (United States)

    2013-12-09

    ...; Docket Number 2013-0012, Sequence 1] RIN 3090-AJ23 Federal Travel Regulation (FTR); Telework Travel...). ACTION: Final rule. SUMMARY: GSA is amending the Federal Travel Regulation (FTR) to incorporate the Telework Enhancement Act of 2010, which establishes and authorizes telework travel expenses test programs...

  14. The New England travel market: generational travel patterns, 1979 to 1996

    Science.gov (United States)

    Rod Warnick

    2002-01-01

    Generations of travelers who select New England as a primary destination are examined over time from the years of 1979 through 1996 and the analysis serves to update an earlier review of generational travel patterns of the region (Warnick, 1994). Changes in travel patterns are noted by overall adjusted annual change rates by demographic and geographic regions of...

  15. Heuristics for NP-hard optimization problems - simpler is better!?

    Directory of Open Access Journals (Sweden)

    Žerovnik Janez

    2015-11-01

    Full Text Available We provide several examples showing that local search, the most basic metaheuristics, may be a very competitive choice for solving computationally hard optimization problems. In addition, generation of starting solutions by greedy heuristics should be at least considered as one of very natural possibilities. In this critical survey, selected examples discussed include the traveling salesman, the resource-constrained project scheduling, the channel assignment, and computation of bounds for the Shannon capacity.

  16. 41 CFR 301-71.307 - How do we collect the amount of a travel advance in excess of the amount of travel expenses...

    Science.gov (United States)

    2010-07-01

    ... amount of a travel advance in excess of the amount of travel expenses substantiated by the employee? 301-71.307 Section 301-71.307 Public Contracts and Property Management Federal Travel Regulation System TEMPORARY DUTY (TDY) TRAVEL ALLOWANCES AGENCY RESPONSIBILITIES 71-AGENCY TRAVEL ACCOUNTABILITY REQUIREMENTS...

  17. Danish travel activities: do we travel more and longer – and to what extent?

    DEFF Research Database (Denmark)

    Knudsen, Mette Aagaard

    Two separate Danish National travel surveys are analysed to outline the amount and extent of national and international travelling during the latest 15-20 years; the national travel survey (TU) describes mainly national daily travel activities, whereas the holiday and business travel survey...... describes national and international travel activities including overnight stay(s). When sampling only respondents with trips above 100 kilometres, they only accounts for around 2% of all daily travel activities, however, this share appears to increase and suggest in general that we do travel longer....... But due to this limited share of trips, the overall impacts of longer distance travelling vanish when considering all daily travel activities. Especially as about 95% of all daily travel destinations range less than 50 kilometres away and in total induce an average trip length of 20 kilometres. If focus...

  18. Travel Behavior Change in Older Travelers: Understanding Critical Reactions to Incidents Encountered in Public Transport.

    Science.gov (United States)

    Sundling, Catherine

    2015-11-18

    Accessibility of travel may be better understood if psychological factors underlying change in travel behavior are known. This paper examines older (65+) travelers' motives for changing their travel behavior. These changes are grounded in critical incidents earlier encountered in public-transport travel. A scientific framework is developed based on cognitive and behavioral theory. In 29 individual interviews, travelers' critical reactions (i.e., cognitive, emotional, and/or behavioral) to 77 critical incidents were examined. By applying critical incident technique (CIT), five reaction themes were identified that had generated travel-behavior change: firm restrictions, unpredictability, unfair treatment, complicated trips, and earlier adverse experiences. To improve older travelers' access to public transport, key findings were: (a) service must be designed so as to strengthen the feeling of being in control throughout the journey; (b) extended personal service would increase predictability in the travel chain and decrease travel complexity; consequently, (c) when designing new services and making effective accessibility interventions, policy makers should consider and utilize underlying psychological factors that could direct traveler behavior.

  19. Travel-related acquisition of diarrhoeagenic bacteria, enteral viruses and parasites in a prospective cohort of 98 Dutch travellers

    NARCIS (Netherlands)

    van Hattem, Jarne M.; Arcilla, Maris S.; Grobusch, Martin Peter; Bart, Aldert; Bootsma, Martin C; van Genderen, Perry J J; van Gool, Tom; Goorhuis, Abraham; van Hellemond, Jaap J.; Molenkamp, Richard; Molhoek, Nicky; Oude Lashof, Astrid M L; Stobberingh, Ellen E; de Wever, Bob; Verbrugh, Henri A; Melles, Damian C.; Penders, John; Schultsz, Constance; de Jong, Menno D

    BACKGROUND: Limited prospective data are available on the acquisition of viral, bacterial and parasitic diarrhoeagenic agents by healthy individuals during travel. METHODS: To determine the frequency of travel associated acquisition of 19 pathogens in 98 intercontinental travellers, qPCR was used to

  20. Travel-related acquisition of diarrhoeagenic bacteria, enteral viruses and parasites in a prospective cohort of 98 Dutch travellers

    NARCIS (Netherlands)

    van Hattem, Jarne M; Arcilla, Maris S; Grobusch, Martin P; Bart, Aldert; Bootsma, Martin C.; van Genderen, Perry J J; van Gool, Tom; Goorhuis, Abraham; van Hellemond, Jaap J.; Molenkamp, Richard; Molhoek, Nicky; Oude Lashof, Astrid Ml; Stobberingh, Ellen E; de Wever, Bob; Verbrugh, Henri A; Melles, Damian C; Penders, John; Schultsz, Constance; de Jong, Menno D.

    2017-01-01

    Background Limited prospective data are available on the acquisition of viral, bacterial and parasitic diarrhoeagenic agents by healthy individuals during travel. Methods To determine the frequency of travel associated acquisition of 19 pathogens in 98 intercontinental travellers, qPCR was used to

  1. Travel-related acquisition of diarrhoeagenic bacteria, enteral viruses and parasites in a prospective cohort of 98 Dutch travellers

    NARCIS (Netherlands)

    van Hattem, Jarne M.; Arcilla, Maris S.; Grobusch, Martin P.; Bart, Aldert; Bootsma, Martin C.; van Genderen, Perry J.; van Gool, Tom; Goorhuis, Abraham; van Hellemond, Jaap J.; Molenkamp, Richard; Molhoek, Nicky; Oude Lashof, Astrid M.; Stobberingh, Ellen E.; de Wever, Bob; Verbrugh, Henri A.; Melles, Damian C.; Penders, John; Schultsz, Constance; de Jong, Menno D.

    2017-01-01

    Background: Limited prospective data are available on the acquisition of viral, bacterial and parasitic diarrhoeagenic agents by healthy individuals during travel. Methods: To determine the frequency of travel associated acquisition of 19 pathogens in 98 intercontinental travellers, qPCR was used to

  2. Mind your travel ! Motivation, time use, and intent : Three factors of travel to be investigated

    OpenAIRE

    PAPON , Francis; Meissonnier , Joël

    2013-01-01

    The objective is to investigate the drivers of travel demand beyond the need to travel to destination; travellers may engage a trip for the sake of it, at least to some extent: travel includes a share of 'primary utility'. The paper focuses on two types of data and analysis: the primary utility of travel questions passed in the last French national travel survey, and eight dimensions of a trip proposed from a sociological analysis. The paper mixes these approaches and correlate survey answ...

  3. Intercity Travel Demand Analysis Model

    OpenAIRE

    Ming Lu; Hai Zhu; Xia Luo; Lei Lei

    2014-01-01

    It is well known that intercity travel is an important component of travel demand which belongs to short distance corridor travel. The conventional four-step method is no longer suitable for short distance corridor travel demand analysis for the time spent on urban traffic has a great impact on traveler's main mode choice. To solve this problem, the author studied the existing intercity travel demand analysis model, then improved it based on the study, and finally established a combined model...

  4. 41 CFR 301-71.104 - Who must sign a travel authorization?

    Science.gov (United States)

    2010-07-01

    ... System TEMPORARY DUTY (TDY) TRAVEL ALLOWANCES AGENCY RESPONSIBILITIES 71-AGENCY TRAVEL ACCOUNTABILITY REQUIREMENTS Travel Authorization § 301-71.104 Who must sign a travel authorization? Your agency head or an... aware of how the authorized travel will support the agency's mission, who is knowledgeable of the...

  5. Travel experience ecosystem model : building travel agencies’ business resilience in Portugal

    OpenAIRE

    Salvado, Josefina

    2011-01-01

    The Portuguese tourism distribution recognizes in the digital economy drivers - based on e-business, collaborative networks and information exchange - an incentive to productivity and rendibility, leading to sustainable competitive advantages. Travel agencies live currently in a Darwinian business-oriented environment, where only resilient entrepreneurs are able to survive. This framing allows the genesis of a new theoretical archetype of travel agencies, the “TEEM - Travel Exp...

  6. Traveling-wave photodetector

    Science.gov (United States)

    Hietala, V.M.; Vawter, G.A.

    1993-12-14

    The traveling-wave photodetector of the present invention combines an absorptive optical waveguide and an electrical transmission line, in which optical absorption in the waveguide results in a photocurrent at the electrodes of the electrical transmission line. The optical waveguide and electrical transmission line of the electrically distributed traveling-wave photodetector are designed to achieve matched velocities between the light in the optical waveguide and electrical signal generated on the transmission line. This velocity synchronization provides the traveling-wave photodetector with a large electrical bandwidth and a high quantum efficiency, because of the effective extended volume for optical absorption. The traveling-wave photodetector also provides large power dissipation, because of its large physical size. 4 figures.

  7. A Data Model for Determining Weather's Impact on Travel Time

    DEFF Research Database (Denmark)

    Andersen, Ove; Torp, Kristian

    2016-01-01

    Accurate estimating travel times in road networks is a complex task because travel times depends on factors such as the weather. In this paper, we present a generic model for integrating weather data with GPS data to improve the accuracy of the estimated travel times. First, we present a data model...... for storing and map-matching GPS data, and integrating this data with detailed weather data. The model is generic in the sense that it can be used anywhere GPS data and weather data is available. Next, we analyze the correlation between travel time and the weather classes dry, fog, rain, and snow along...... with winds impact on travel time. Using a data set of 1.6 billion GPS records collected from 10,560 vehicles, over a 5 year period from all of Denmark, we show that snow can increase the travel time up to 27% and strong headwind can increase the travel time with up to 19% (compared to dry calm weather...

  8. Travel Behavior Change in Older Travelers: Understanding Critical Reactions to Incidents Encountered in Public Transport

    OpenAIRE

    Sundling, Catherine

    2015-01-01

    Accessibility of travel may be better understood if psychological factors underlying change in travel behavior are known. This paper examines older (65+) travelers? motives for changing their travel behavior. These changes are grounded in critical incidents earlier encountered in public-transport travel. A scientific framework is developed based on cognitive and behavioral theory. In 29 individual interviews, travelers? critical reactions (i.e., cognitive, emotional, and/or behavioral) to 77 ...

  9. Knowledge Representation in Travelling Texts

    DEFF Research Database (Denmark)

    Mousten, Birthe; Locmele, Gunta

    2014-01-01

    Today, information travels fast. Texts travel, too. In a corporate context, the question is how to manage which knowledge elements should travel to a new language area or market and in which form? The decision to let knowledge elements travel or not travel highly depends on the limitation...... and the purpose of the text in a new context as well as on predefined parameters for text travel. For texts used in marketing and in technology, the question is whether culture-bound knowledge representation should be domesticated or kept as foreign elements, or should be mirrored or moulded—or should not travel...... at all! When should semantic and pragmatic elements in a text be replaced and by which other elements? The empirical basis of our work is marketing and technical texts in English, which travel into the Latvian and Danish markets, respectively....

  10. 41 CFR 301-52.1 - Must I file a travel claim?

    Science.gov (United States)

    2010-07-01

    ... 41 Public Contracts and Property Management 4 2010-07-01 2010-07-01 false Must I file a travel claim? 301-52.1 Section 301-52.1 Public Contracts and Property Management Federal Travel Regulation System TEMPORARY DUTY (TDY) TRAVEL ALLOWANCES ARRANGING FOR TRAVEL SERVICES, PAYING TRAVEL EXPENSES, AND...

  11. Incorporating space-time constraints and activity-travel time profiles in a multi-state supernetwork approach to individual activity-travel scheduling

    NARCIS (Netherlands)

    Liao, F.; Arentze, T.A.; Timmermans, H.J.P.

    2013-01-01

    Activity-travel scheduling is at the core of many activity-based models that predict short-term effects of travel information systems and travel demand management. Multi-state supernetworks have been advanced to represent in an integral fashion the multi-dimensional nature of activity-travel

  12. Change as a travel benefit: Exploring the impact of travel ...

    African Journals Online (AJOL)

    This paper aims, firstly, at identifying the main dimensions of perceived change induced in young people by a travel experience and, secondly, at understanding which dimensions of the tourism experience have the greatest influence on this change. A survey was designed based on the contemporary literature and ...

  13. The Connected Traveler

    Energy Technology Data Exchange (ETDEWEB)

    Young, Stanley

    2017-04-24

    The Connected Traveler project is a multi-disciplinary undertaking that seeks to validate potential for transformative transportation system energy savings by incentivizing energy efficient travel behavior.

  14. Travel: a long-range goal of retired women.

    Science.gov (United States)

    Staats, Sara; Pierfelice, Loretta

    2003-09-01

    The authors surveyed retired persons (predominately women) with regard to their immediate, intermediate, and long-range activities following retirement. As predicted, leisure travel emerged as a frequent long-range goal for persons retired more than 5 years. The travel activity preferences of long-retired older women present challenges and opportunities to both researchers and marketers. Length of trips and frequency of trips have been predicted from regression models, with trip length in particular being well predicted by the problem of daily life hassles. A theoretical model of continued post-retirement travel is presented as a variant of Solomon's opponent process theory of affect (R. L. Solomon, 1980). The authors suggest that to the degree that places traveled to are varied and different, older people may remain stimulated and continue to enjoy retirement.

  15. Traveling wave laser system

    International Nuclear Information System (INIS)

    Gregg, D.W.; Kidder, R.E.; Biehl, A.T.

    1975-01-01

    A method is described for generating a traveling wave laser pulse of almost unlimited energy content wherein a gain medium is pumped into a traveling wave mode, the traveling wave moving at essentially the velocity of light to generate an amplifying region or zone which moves through the medium at the velocity of light in the presence of directed stimulating radiation, thereby generating a traveling coherent, directed radiation pulse moving with the amplification zone through the gain medium. (U.S.)

  16. Health hazards of international travel.

    Science.gov (United States)

    Cossar, J H; Reid, D

    1989-01-01

    The growth of travel and the increasing numbers of those affected by travel-related illnesses, some of a serious nature, will cause this subject to demand the attention of the medical profession, the travel trade, travellers themselves and the health authorities of countries receiving tourists. Provision of appropriate advice for the traveller is a shared responsibility, best channelled mainly through travel agencies; it can moreover be shown to be cost-beneficial. Continued monitoring of illness in travellers and provision of information systems geared to this problem and its prevention are fully justified. They should be based on traditional channels of communication and currently-available modern technology, and be readily accessible to medical and related workers. Increased collaboration between medical workers, health educators and those involved in the travel trade would be a positive and useful contribution towards the reduction of illness and discomfort among travellers and the associated expense incurred by the various national health services concerned. There are clearly economic benefits from the development of international tourism, but these have to be balanced in countries accepting tourists by attention to the prevention of illnesses associated with travel.

  17. Towards More Responsible Business Travel : Green Travel Guide for Business Travellers

    OpenAIRE

    Aila, Anu

    2010-01-01

    The purpose of this research type thesis is to find ways how to develop sustainability in business travel. The target is increase the level of understanding and knowledge to respect natural environment and local cultures and find the right channels and ways to raise the knowledge. The study has been done to raise the awareness how business travel can be more sustainable. This thesis analyzes sustainable tourism based on the economic, environmental, and socio-cultural considerations. Green...

  18. Travel-associated disease among US residents visiting US GeoSentinel clinics after return from international travel.

    Science.gov (United States)

    Hagmann, Stefan H F; Han, Pauline V; Stauffer, William M; Miller, Andy O; Connor, Bradley A; Hale, DeVon C; Coyle, Christina M; Cahill, John D; Marano, Cinzia; Esposito, Douglas H; Kozarsky, Phyllis E

    2014-12-01

    US residents make 60 million international trips annually. Family practice providers need to be aware of travel-associated diseases affecting this growing mobile population. To describe demographics, travel characteristics and clinical diagnoses of US residents who present ill after international travel. Descriptive analysis of travel-associated morbidity and mortality among US travellers seeking care at 1 of the 22 US practices and clinics participating in the GeoSentinel Global Surveillance Network from January 2000 to December 2012. Of the 9624 ill US travellers included in the analysis, 3656 (38%) were tourist travellers, 2379 (25%) missionary/volunteer/research/aid workers (MVRA), 1580 (16%) travellers visiting friends and relatives (VFRs), 1394 (15%) business travellers and 593 (6%) student travellers. Median (interquartile range) travel duration was 20 days (10-60 days). Pre-travel advice was sought by 45%. Hospitalization was required by 7%. Compared with other groups of travellers, ill MVRA travellers returned from longer trips (median duration 61 days), while VFR travellers disproportionately required higher rates of inpatient care (24%) and less frequently had received pre-travel medical advice (20%). Illnesses of the gastrointestinal tract were the most common (58%), followed by systemic febrile illnesses (18%) and dermatologic disorders (17%). Three deaths were reported. Diagnoses varied according to the purpose of travel and region of exposure. Returning ill US international travellers present with a broad spectrum of travel-associated diseases. Destination and reason for travel may help primary health care providers to generate an accurate differential diagnosis for the most common disorders and for those that may be life-threatening. © The Author 2014. Published by Oxford University Press. All rights reserved. For permissions, please e-mail: journals.permissions@oup.com.

  19. Exploring disagreement prevention and resolution in travel decision-making of young Chinese travellers

    OpenAIRE

    Song, Hanqun; Sparks, Beverley; Wang, Ying

    2017-01-01

    The young Chinese travel market is becoming increasingly significant in domestic and international tourism. However, there is limited research on the market. This study examines the decision-making processes of young Chinese travellers, with a particular interest in disagreement prevention and resolution. On the basis of interviews with 25 young Chinese travellers, this study found that while a small number of travellers did not perceive any disagreement, or did not voice their disagreement, ...

  20. 25 CFR 700.533 - Restrictions affecting travel and travel expense reimbursement.

    Science.gov (United States)

    2010-04-01

    ... having or seeking business with the Commission. (d) Commission employees traveling on official business, as well as employees traveling on personal business, may not accept the use of private airplanes... official business, provided administrative procedures have been followed in making the travel arrangements. ...

  1. New York Household Travel Patterns: A Comparison Analysis

    Energy Technology Data Exchange (ETDEWEB)

    Hu, Patricia S [ORNL; Reuscher, Tim [ORNL

    2007-05-01

    In 1969, the U. S. Department of Transportation began collecting detailed data on personal travel to address various transportation planning issues. These issues range from assessing transportation investment programs to developing new technologies to alleviate congestion. This 1969 survey was the birth of the Nationwide Personal Transportation Survey (NPTS). The survey was conducted again in 1977, 1983, 1990 and 1995. Longer-distance travel was collected in 1977 and 1995. In 2001, the survey was renamed to the National Household Travel Survey (NHTS) and collected both daily and longer-distance trips in one survey. In addition to the number of sample households that the national NPTS/NHTS survey allotted to New York State (NYS), the state procured an additional sample of households in both the 1995 and 2001 surveys. In the 1995 survey, NYS procured an addition sample of more than 9,000 households, increasing the final NY NPTS sample size to a total of 11,004 households. Again in 2001, NYS procured 12,000 additional sample households, increasing the final New York NHTS sample size to a total of 13,423 households with usable data. These additional sample households allowed NYS to address transportation planning issues pertinent to geographic areas significantly smaller than for what the national NPTS and NHTS data are intended. Specifically, these larger sample sizes enable detailed analysis of twelve individual Metropolitan Planning Organizations (MPOs). Furthermore, they allowed NYS to address trends in travel behavior over time. In this report, travel data for the entire NYS were compared to those of the rest of the country with respect to personal travel behavior and key travel determinants. The influence of New York City (NYC) data on the comparisons of the state of New York to the rest of the country was also examined. Moreover, the analysis examined the relationship between population density and travel patterns, and the similarities and differences among New

  2. Modelling urban travel times

    NARCIS (Netherlands)

    Zheng, F.

    2011-01-01

    Urban travel times are intrinsically uncertain due to a lot of stochastic characteristics of traffic, especially at signalized intersections. A single travel time does not have much meaning and is not informative to drivers or traffic managers. The range of travel times is large such that certain

  3. Writing Travel in the Anthropocene

    DEFF Research Database (Denmark)

    Graulund, Rune

    2016-01-01

    the Anthropocene - which is to say an age in which nowhere, not the furthest reachest of the stratosphere nor the lowest point in the marine abyss, are untouched by the activities and detritus of humankind. The essay will give a short overview of the manner in which the notion of 'travel' has been contested......Travel writing critics have proclaimed the end of travel since at least the beginning of the 20th Century. Yet the global age of the 21st century presents us with a range a problems that challenge the notion of travel in manners that neither travellers, travel writers, nor travel writing critics...... could have imagined just a century ago. Globalisation and increased mobility, whether it is that of the privileged few who can travel on holiday on jet airplanes, or that of the immigrant labourer seeking employment by crossing borders on foot, have meant millions (if not indeed billions) are constantly...

  4. Drug use, travel and HIV risk.

    Science.gov (United States)

    Lee, D; Bell, D C; Hinojosa, M

    2002-08-01

    A study was conducted to examine the travel experiences of a community sample of 160 drug users and 44 non-users recruited as part of a study of HIV risk. Of the sample, 47% (96/204) reported intercity travel in the previous ten years. Results showed that men were more likely to travel than women, Anglos more than minorities, and young persons more than old. When travellers testing HIV-seropositive (n = 13) were compared with seronegative travellers, HIV-positive travellers reported more sex while travelling than HIV-negative persons, but virtually all of the difference reported involved sex with condoms. There were no significant differences in sex risk behaviours while travelling between drug users and non-drug users, or in sex risk behaviors between drug injectors and non-injectors. Travellers had fewer injection partners while travelling than they had while at home. There was also a significant difference in number of sex partners with whom a condom was not used, with fewer sex partners while travelling.

  5. Japanese encephalitis in a French traveler to Nepal.

    Science.gov (United States)

    Lagarde, S; Lagier, J-C; Charrel, R; Quérat, G; Vanhomwegen, J; Desprès, P; Pelletier, J; Kaphan, E

    2014-02-01

    Japanese encephalitis is frequent in Asia, with a severe prognosis, but rare in travelers. Culex mosquitoes transmit Japanese encephalitis virus. Risk factors are destination, duration of stay, summer and fall seasons, outdoor activities, and type of accommodation. We report the case of a French traveler to Nepal with neutralization-based serological confirmed Japanese encephalitis. He presented classical clinical (viral syndrome before an encephalitis status with behavioral disorder, global hypotonia, mutism, movement disorders, seizure, and coma), radiological (lesions of thalami, cortico-spinal tracts, and brainstem) and biological features (lymphocytic meningitis). Nowadays, the presence of Japanese encephalitis virus in Nepal, including mountain areas, is established but Japanese encephalitis remains rare in travelers returning from this area and neurologist physicians need to become familiar with this. We recommend vaccination for travelers spending a long period of time in Nepal and having at-risk outdoor activities.

  6. The value of travel time variance

    DEFF Research Database (Denmark)

    Fosgerau, Mogens; Engelson, Leonid

    2011-01-01

    This paper considers the value of travel time variability under scheduling preferences that are defined in terms of linearly time varying utility rates associated with being at the origin and at the destination. The main result is a simple expression for the value of travel time variability...... that does not depend on the shape of the travel time distribution. The related measure of travel time variability is the variance of travel time. These conclusions apply equally to travellers who can freely choose departure time and to travellers who use a scheduled service with fixed headway. Depending...... on parameters, travellers may be risk averse or risk seeking and the value of travel time may increase or decrease in the mean travel time....

  7. 41 CFR 301-71.308 - What should we do if the employee does not pay back a travel advance when the travel claim is filed?

    Science.gov (United States)

    2010-07-01

    ... employee does not pay back a travel advance when the travel claim is filed? 301-71.308 Section 301-71.308 Public Contracts and Property Management Federal Travel Regulation System TEMPORARY DUTY (TDY) TRAVEL ALLOWANCES AGENCY RESPONSIBILITIES 71-AGENCY TRAVEL ACCOUNTABILITY REQUIREMENTS Accounting for Travel...

  8. PTRACK: A particle tracking program for evaluation travel path/travel time uncertainties

    International Nuclear Information System (INIS)

    Thompson, B.M.; Campbell, J.E.; Longsine, D.E.

    1987-12-01

    PTRACK is a model which tracks the path of a radionuclide particle released from a nuclear waste repository into a ground-water flow system in a two-dimensional representation of stratified geologic medium. The code calculates the time required for the particle to travel from the release point (the edge of the disturbed zone) to the specified horizontal or vertical boundary (the accessible environment). The physical properties of the geologic setting and the ground-water flow system can be treated as fixed values or as random variables sampled from their respective probability distributions. In the latter case, PTRACK assigns a sampled value for each parameter and tracks a particle for this trial (realization) of the system. Repeated realizations allow the effects of parameter uncertainty on travel paths/travel times to be quantified. The code can also calculate partial correlation coefficients between dependent variables and independent variables, which are useful in identifying important independent variables. This documentation describes the mathematical basis for the model, the algorithms and solution techniques used, and the computer code design. It also contains a detailed user's manual. The implementation of PTRACK is verified with several systems for which solutions have been calculated by hand. The integration of PTRACK with a Latin hypercube sampling (LHS) code is also discussed, although other sampling methods can be employed in place of LHS. 11 refs., 14 figs., 22 tabs

  9. River routing at the continental scale: use of globally-available data and an a priori method of parameter estimation

    Directory of Open Access Journals (Sweden)

    P. Naden

    1999-01-01

    Full Text Available Two applications of a river routing model based on the observed river network and a linearised solution to the convective-diffusion equation are presented. One is an off-line application to part of the Amazon basin (catchment area 2.15 M km2 using river network data from the Digital Chart of the World and GCM-generated runoff at a grid resolution of 2.5 degrees latitude and 3.75 degrees longitude. The other application is to the Arkansas (409,000 km2 and Red River (125,500 km2 basins as an integrated component of a macro-scale hydrological model, driven by observed meteorology and operating on a 17 km grid. This second application makes use of the US EPA reach data to construct the river network. In both cases, a method of computing parameter values a priori has been applied and shows some success, although some interpretation is required to derive `correct' parameter values and further work is needed to develop guidelines for use of the method. The applications, however, do demonstrate the possibilities for applying the routing model at the continental scale, with globally-available data and a priori parameter estimation, and its value for validating GCM output against observed flows.

  10. GNSS Precise Kinematic Positioning for Multiple Kinematic Stations Based on A Priori Distance Constraints

    Science.gov (United States)

    He, Kaifei; Xu, Tianhe; Förste, Christoph; Petrovic, Svetozar; Barthelmes, Franz; Jiang, Nan; Flechtner, Frank

    2016-01-01

    When applying the Global Navigation Satellite System (GNSS) for precise kinematic positioning in airborne and shipborne gravimetry, multiple GNSS receiving equipment is often fixed mounted on the kinematic platform carrying the gravimetry instrumentation. Thus, the distances among these GNSS antennas are known and invariant. This information can be used to improve the accuracy and reliability of the state estimates. For this purpose, the known distances between the antennas are applied as a priori constraints within the state parameters adjustment. These constraints are introduced in such a way that their accuracy is taken into account. To test this approach, GNSS data of a Baltic Sea shipborne gravimetric campaign have been used. The results of our study show that an application of distance constraints improves the accuracy of the GNSS kinematic positioning, for example, by about 4 mm for the radial component. PMID:27043580

  11. Costs of travel time uncertainty and benefits of travel time information: Conceptual model and numerical examples

    NARCIS (Netherlands)

    Ettema, D.F.; Timmermans, H.J.P.

    2006-01-01

    A negative effect of congestion that tends to be overlooked is travel time uncertainty. Travel time uncertainty causes scheduling costs due to early or late arrival. The negative effects of travel time uncertainty can be reduced by providing travellers with travel time information, which improves

  12. Travel Characteristics and Pretravel Health Care Among Pregnant or Breastfeeding U.S. Women Preparing for International Travel.

    Science.gov (United States)

    Hagmann, Stefan H F; Rao, Sowmya R; LaRocque, Regina C; Erskine, Stefanie; Jentes, Emily S; Walker, Allison T; Barnett, Elizabeth D; Chen, Lin H; Hamer, Davidson H; Ryan, Edward T

    2017-12-01

    To study characteristics and preventive interventions of adult pregnant and breastfeeding travelers seeking pretravel health care in the United States. This cross-sectional study analyzed data (2009-2014) of pregnant and breastfeeding travelers seen at U.S. travel clinics participating in Global TravEpiNet. Nonpregnant, nonbreastfeeding adult female travelers of childbearing age were used for comparison. We evaluated the prescription of malaria chemoprophylaxis and antibiotics for this population as well as the administration of three travel-related vaccines: hepatitis A, typhoid, and yellow fever. We also evaluated use of tetanus toxoid, reduced diphtheria toxoid, and acellular pertussis and influenza vaccines, because these are widely recommended in pregnancy. Of 21,138 female travelers of childbearing age in Global TravEpiNet, 170 (0.8%) were pregnant and 139 (0.7%) were breastfeeding. Many traveled to destinations endemic for mosquito-borne illnesses, including malaria (pregnant: 95%; breastfeeding: 94%), dengue (pregnant: 87%; breastfeeding: 81%), or yellow fever (pregnant: 35%; breastfeeding: 50%). Compared with nonpregnant, nonbreastfeeding adult female travelers, eligible pregnant travelers were less likely to be vaccinated against hepatitis A (28% compared with 51%, Ptravelers did not receive influenza vaccination. Yellow fever vaccine was occasionally provided to pregnant and breastfeeding travelers traveling to countries entirely endemic for yellow fever (6 [20%] of 30 pregnant travelers and 18 [46%] of 39 breastfeeding travelers). Half of pregnant travelers and two thirds of breastfeeding travelers preparing to travel to malaria-holoendemic countries received a prescription for malaria prophylaxis. Most pregnant and breastfeeding travelers seen for pretravel health consultations traveled to destinations with high risk for vector-borne or other travel-related diseases. Destination-specific preventive interventions were frequently underused.

  13. Travel Time Reliability in Indiana

    OpenAIRE

    Martchouk, Maria; Mannering, Fred L.; Singh, Lakhwinder

    2010-01-01

    Travel time and travel time reliability are important performance measures for assessing traffic condition and extent of congestion on a roadway. This study first uses a floating car technique to assess travel time and travel time reliability on a number of Indiana highways. Then the study goes on to describe the use of Bluetooth technology to collect real travel time data on a freeway and applies it to obtain two weeks of data on Interstate 69 in Indianapolis. An autoregressive model, estima...

  14. A travel time forecasting model based on change-point detection method

    Science.gov (United States)

    LI, Shupeng; GUANG, Xiaoping; QIAN, Yongsheng; ZENG, Junwei

    2017-06-01

    Travel time parameters obtained from road traffic sensors data play an important role in traffic management practice. A travel time forecasting model is proposed for urban road traffic sensors data based on the method of change-point detection in this paper. The first-order differential operation is used for preprocessing over the actual loop data; a change-point detection algorithm is designed to classify the sequence of large number of travel time data items into several patterns; then a travel time forecasting model is established based on autoregressive integrated moving average (ARIMA) model. By computer simulation, different control parameters are chosen for adaptive change point search for travel time series, which is divided into several sections of similar state.Then linear weight function is used to fit travel time sequence and to forecast travel time. The results show that the model has high accuracy in travel time forecasting.

  15. Travel, infection and immunity

    OpenAIRE

    Soonawala, Darius

    2016-01-01

    Preface: The content of this thesis is based on research that was conducted at the travel and vaccination clinic at Leiden University Medical Centre (LUMC). This clinic provides pre-travel care to the general population, and to special groups of travellers, such as patients who use immunosuppressants or who have chronic diseases. The clinic is closely connected to the department of Infectious Diseases at LUMC. The setting of a travel clinic within an academic medical hospital, provides unique...

  16. Time travel a history

    CERN Document Server

    Gleick, James

    2016-01-01

    From the acclaimed author of The Information and Chaos, here is a mind-bending exploration of time travel: its subversive origins, its evolution in literature and science, and its influence on our understanding of time itself. The story begins at the turn of the previous century, with the young H. G. Wells writing and rewriting the fantastic tale that became his first book and an international sensation: The Time Machine. It was an era when a host of forces was converging to transmute the human understanding of time, some philosophical and some technological: the electric telegraph, the steam railroad, the discovery of buried civilizations, and the perfection of clocks. James Gleick tracks the evolution of time travel as an idea that becomes part of contemporary culture—from Marcel Proust to Doctor Who, from Jorge Luis Borges to Woody Allen. He investigates the inevitable looping paradoxes and examines the porous boundary between pulp fiction and modern physics. Finally, he delves into a temporal shift that...

  17. Value of Travel Time Reliability: A review of current evidence

    OpenAIRE

    Carlos Carrion; David Levinson

    2010-01-01

    Travel time reliability is a fundamental factor in travel behavior. It represents the temporal uncertainty experienced by users in their movement between any two nodes in a network. The importance of the time reliability depends on the penalties incurred by the users. In road networks, travelers consider the existence of a trip travel time uncertainty in different choice situations (departure time, route, mode, and others). In this paper, a systematic review of the current state of research i...

  18. Trends and characteristics among HIV-infected and diabetic travelers seeking pre-travel advice

    NARCIS (Netherlands)

    Elfrink, Floor; van den Hoek, Anneke; Sonder, Gerard J. B.

    2014-01-01

    The number of individuals with a chronic disease increases. Better treatment options have improved chronic patients' quality of life, likely increasing their motivation for travel. This may have resulted in a change in the number of HIV-infected travelers and/or travelers with Diabetes Mellitus (DM)

  19. Travelling or not?

    DEFF Research Database (Denmark)

    Helles, Rasmus; Lai, Signe Sophus

    2017-01-01

    -12) travelling to multiple countries on several continents. The article shows that there are systematic differences in terms of formal characteristics, themes, and characters’ communicative style between the series that travel and the series that do not. Especially, the analysis finds that the presence of strong...... female lead characters is systematically linked to the positive travel patterns of the series, and that this cuts across different genres of series. The analysis also finds that series, which have explicitly low production values and simple narrative structure, systematically travels poorer....

  20. Inconvenience due to travelers' diarrhea: a prospective follow-up study

    Directory of Open Access Journals (Sweden)

    Soonawala Darius

    2011-11-01

    Full Text Available Abstract Background Limited data exist documenting the degree to which travelers are inconvenienced by travelers' diarrhea (TD. We performed a prospective follow-up study at the travel clinic of Leiden University Medical Center in The Netherlands to determine the degree of inconvenience and to determine how experiencing TD affects travelers' perception. Methods Healthy adults who intended to travel to the (subtropics for less than two months were invited to take part. Participants filled out a web-based questionnaire before departure and after returning home. TD was defined as three or more unformed stools during a 24-hour period. Results 390 of 776 Eligible travelers completed both questionnaires. Participants' median age was 31 years and mean travel duration 23 days. Of 160 travelers who contracted TD (incidence proportion 41%, median duration of TD episode 2.5 days the majority (107/160, 67% could conduct their activity program as planned despite having diarrhea. However, 21% (33/160 were forced to alter their program and an additional 13% (20/160 were confined to their accommodation for one or more daylight days; 53 travelers (33% used loperamide and 14 (9% an antibiotic. Eight travelers (5% consulted a physician for the diarrheal illness. When asked about the degree of inconvenience brought on by the diarrheal illness, 39% categorized it as minor or none at all, 34% as moderate and 27% as large or severe. In those who regarded the episode of TD a major inconvenience, severity of symptoms was greater and use of treatment and necessity to alter the activity program were more common. Travelers who contracted travelers' diarrhea considered it less of a problem in retrospect than they had thought it would be before departure. Conclusion Conventional definitions of TD encompass many mild cases of TD (in our study at least a third of all cases for which treatment is unlikely to provide a significant health benefit. By measuring the degree of

  1. Inconvenience due to travelers' diarrhea: a prospective follow-up study.

    Science.gov (United States)

    Soonawala, Darius; Vlot, Jessica A; Visser, Leo G

    2011-11-20

    Limited data exist documenting the degree to which travelers are inconvenienced by travelers' diarrhea (TD). We performed a prospective follow-up study at the travel clinic of Leiden University Medical Center in The Netherlands to determine the degree of inconvenience and to determine how experiencing TD affects travelers' perception. Healthy adults who intended to travel to the (sub)tropics for less than two months were invited to take part. Participants filled out a web-based questionnaire before departure and after returning home. TD was defined as three or more unformed stools during a 24-hour period. 390 of 776 Eligible travelers completed both questionnaires. Participants' median age was 31 years and mean travel duration 23 days. Of 160 travelers who contracted TD (incidence proportion 41%, median duration of TD episode 2.5 days) the majority (107/160, 67%) could conduct their activity program as planned despite having diarrhea. However, 21% (33/160) were forced to alter their program and an additional 13% (20/160) were confined to their accommodation for one or more daylight days; 53 travelers (33%) used loperamide and 14 (9%) an antibiotic. Eight travelers (5%) consulted a physician for the diarrheal illness. When asked about the degree of inconvenience brought on by the diarrheal illness, 39% categorized it as minor or none at all, 34% as moderate and 27% as large or severe. In those who regarded the episode of TD a major inconvenience, severity of symptoms was greater and use of treatment and necessity to alter the activity program were more common. Travelers who contracted travelers' diarrhea considered it less of a problem in retrospect than they had thought it would be before departure. Conventional definitions of TD encompass many mild cases of TD (in our study at least a third of all cases) for which treatment is unlikely to provide a significant health benefit. By measuring the degree of inconvenience brought on by TD, researchers and policy makers

  2. Brucellosis in a group of travelers to Spain.

    Science.gov (United States)

    Arnow, P M; Smaron, M; Ormiste, V

    1984-01-27

    An epidemiologic investigation, initiated when Brucella melitensis infection was detected in a high school student, identified five unrecognized cases in classmates. Before the investigation, four infected students had symptoms of brucellosis for one to ten weeks, made nine visits to physicians, and were confined to the school infirmary or hospitals for 27 days. The other two students were asymptomatic when Brucella agglutination testing demonstrated elevated titers, and treatment was quickly instituted when symptoms occurred. Travel to Spain was implicated because cases were clustered in six of 27 travelers compared with none of 23 control students. Food-history questionnaires showed more frequent consumption of cheese by infected than noninfected travelers. This cluster of cases demonstrates the risk of brucellosis in travelers to endemic areas and illustrates the value of an epidemiologic investigation of cases.

  3. Traveling and Asthma

    Science.gov (United States)

    ... Videos for Educators Search English Español Traveling and Asthma KidsHealth / For Kids / Traveling and Asthma Print en ... pack it, too. How Can I Avoid My Asthma Triggers? Staying at a hotel Ask for a ...

  4. Characteristic Investigation of Unfolded Neutron Spectra with Different Priori Information and Gamma Radiation Interference

    International Nuclear Information System (INIS)

    Kim, Bong Hwan

    2006-01-01

    Neutron field spectrometry using multi spheres such as Bonner Spheres (BS) has been almost essential in radiation protection dosimetry for a long time at workplace in spite of poor energy resolution because it is not asking the fine energy resolution but requiring easy operation and measurement performance over a wide range of energy interested. KAERI has developed and used extended BS system based on a LiI(Eu) scintillator as the representative neutron spectrometry system for workplace monitoring as well as for the quantification of neutron calibration fields such as those recommended by ISO 8529. Major topics in using BS are how close the unfolded spectra is the real one and to minimize the interference of gamma radiation in neutron/gamma mixed fields in case of active instrument such as a BS with a LiI(Eu) scintillator. The former is related with choosing a priori information when unfolding the measured data and the latter is depend on how to discriminate it in intense gamma radiation fields. Influence of a priori information in unfolding and effect of counting loss due to pile-up of signals for the KAERI BS system were investigated analyzing the spectral measurement results of Scattered Neutron Calibration Fields (SNCF)

  5. An integrated TSP-GA with EOL cost model for selecting the best EOL option

    OpenAIRE

    Zakri Ghazalli; Atsuo Murata

    2011-01-01

    This paper presents our research works on integrating design for disassembly with cost model for end-of-life (EOL) product. This paper has two objectives. The first objective is to optimize disassembly sequence of the EOL product. We integrate a traveling salesman problem approach with genetic algorithm in finding the optimal disassembly sequence for disassembling the EOL product. Based on this optimal sequence, the second objective is to identify the best EOL option. We employ EOL profits an...

  6. Travel risk behaviours and uptake of pre-travel health preventions by university students in Australia.

    Science.gov (United States)

    Heywood, Anita E; Zhang, Meng; MacIntyre, C Raina; Seale, Holly

    2012-02-17

    Forward planning and preventative measures before travelling can significantly reduce the risk of many vaccine preventable travel-related infectious diseases. Higher education students may be at an increased risk of importing infectious disease as many undertake multiple visits to regions with higher infectious disease endemicity. Little is known about the health behaviours of domestic or international university students, particularly students from low resource countries who travel to high-resource countries for education. This study aimed to assess travel-associated health risks and preventative behaviours in a sample of both domestic and international university students in Australia. In 2010, a 28 item self-administered online survey was distributed to students enrolled at the University of New South Wales, Sydney, Australia. Multiple methods of distributing links to the online survey were utilised. The survey examined the international travel history, travel intentions, infection control behaviours and self-reported vaccination history. A total of 1663 respondents completed the online survey, 22.1% were international students and 83.9% were enrolled at an undergraduate level. Half had travelled internationally in the previous 12 months, with 69% of those travelling only once during that time with no difference in travel from Australia between domestic and international students (p = 0.8). Uptake of pre-travel health advice was low overall with 68% of respondents reporting they had not sought any advice from a health professional prior to their last international trip. Domestic students were more likely to report uptake of a range of preventative travel health measures compared to international students, including diarrhoeal medication, insect repellent, food avoidance and condoms (P students reported low risk perception of travel threats and a low corresponding concern for these threats. Our study highlights the need to educate students about the risk

  7. The Stiffness Variation of a Micro-Ring Driven by a Traveling Piecewise-Electrode

    Directory of Open Access Journals (Sweden)

    Yingjie Li

    2014-09-01

    Full Text Available In the practice of electrostatically actuated micro devices; the electrostatic force is implemented by sequentially actuated piecewise-electrodes which result in a traveling distributed electrostatic force. However; such force was modeled as a traveling concentrated electrostatic force in literatures. This article; for the first time; presents an analytical study on the stiffness variation of microstructures driven by a traveling piecewise electrode. The analytical model is based on the theory of shallow shell and uniform electrical field. The traveling electrode not only applies electrostatic force on the circular-ring but also alters its dynamical characteristics via the negative electrostatic stiffness. It is known that; when a structure is subjected to a traveling constant force; its natural mode will be resonated as the traveling speed approaches certain critical speeds; and each natural mode refers to exactly one critical speed. However; for the case of a traveling electrostatic force; the number of critical speeds is more than that of the natural modes. This is due to the fact that the traveling electrostatic force makes the resonant frequencies of the forward and backward traveling waves of the circular-ring different. Furthermore; the resonance and stability can be independently controlled by the length of the traveling electrode; though the driving voltage and traveling speed of the electrostatic force alter the dynamics and stabilities of microstructures. This paper extends the fundamental insights into the electromechanical behavior of microstructures driven by electrostatic forces as well as the future development of MEMS/NEMS devices with electrostatic actuation and sensing.

  8. Travel Medicine Encounters of Australian General Practice Trainees-A Cross-Sectional Study.

    Science.gov (United States)

    Morgan, Simon; Henderson, Kim M; Tapley, Amanda; Scott, John; van Driel, Mieke L; Spike, Neil A; McArthur, Lawrie A; Davey, Andrew R; Catzikiris, Nigel F; Magin, Parker J

    2015-01-01

    Travel medicine is a common and challenging area of clinical practice and practitioners need up-to-date knowledge and experience in a range of areas. Australian general practitioners (GPs) play a significant role in the delivery of travel medicine advice. We aimed to describe the rate and nature of travel medicine consultations, including both the clinical and educational aspects of the consultations. A cross-sectional analysis from an ongoing cohort study of GP trainees' clinical consultations was performed. Trainees contemporaneously recorded demographic, clinical, and educational details of consecutive patient consultations. Proportions of all problems/diagnoses managed in these consultations that were coded "travel-related" and "travel advice" were both calculated with 95% confidence intervals (CIs). Associations of a problem/diagnosis being "travel-related" or "travel advice" were tested using simple logistic regression within the generalized estimating equations (GEE) framework. A total of 856 trainees contributed data on 169,307 problems from 108,759 consultations (2010-2014). Travel-related and travel advice problems were managed at a rate of 1.1 and 0.5 problems per 100 encounters, respectively. Significant positive associations of travel-related problems were younger trainee and patient age; new patient to the trainee and practice; privately billing, larger, urban, and higher socioeconomic status practices; and involvement of the practice nurse. Trainees sought in-consultation information and generated learning goals in 34.7 and 20.8% of travel advice problems, respectively, significantly more than in non-travel advice problems. Significant positive associations of travel advice problems were seeking in-consultation information, generation of learning goals, longer consultation duration, and more problems managed. Our findings reinforce the importance of focused training in travel medicine for GP trainees and adequate exposure to patients in the practice

  9. Search Problems in Mission Planning and Navigation of Autonomous Aircraft. M.S. Thesis

    Science.gov (United States)

    Krozel, James A.

    1988-01-01

    An architecture for the control of an autonomous aircraft is presented. The architecture is a hierarchical system representing an anthropomorphic breakdown of the control problem into planner, navigator, and pilot systems. The planner system determines high level global plans from overall mission objectives. This abstract mission planning is investigated by focusing on the Traveling Salesman Problem with variations on local and global constraints. Tree search techniques are applied including the breadth first, depth first, and best first algorithms. The minimum-column and row entries for the Traveling Salesman Problem cost matrix provides a powerful heuristic to guide these search techniques. Mission planning subgoals are directed from the planner to the navigator for planning routes in mountainous terrain with threats. Terrain/threat information is abstracted into a graph of possible paths for which graph searches are performed. It is shown that paths can be well represented by a search graph based on the Voronoi diagram of points representing the vertices of mountain boundaries. A comparison of Dijkstra's dynamic programming algorithm and the A* graph search algorithm from artificial intelligence/operations research is performed for several navigation path planning examples. These examples illustrate paths that minimize a combination of distance and exposure to threats. Finally, the pilot system synthesizes the flight trajectory by creating the control commands to fly the aircraft.

  10. A constant travel time budget? In search for explanations for an increase in average travel time

    NARCIS (Netherlands)

    Rietveld, P.; Wee, van B.

    2002-01-01

    Recent research suggests that during the past decades the average travel time of the Dutch population has probably increased. However, different datasources show different levels of increase. Possible causes of the increase in average travel time are presented here. Increased incomes have

  11. Travel advice for the immunocompromised traveler: prophylaxis, vaccination, and other preventive measures

    Directory of Open Access Journals (Sweden)

    Patel RR

    2015-02-01

    Full Text Available Rupa R Patel,1 Stephen Y Liang,1 Pooja Koolwal,2 Frederick Matthew Kuhlmann1 1Division of Infectious Diseases, 2Division of Medical Education, Washington University School of Medicine, St Louis, MO, USA Abstract: Immunocompromised patients are traveling at increasing rates. Physicians caring for these complex patients must be knowledgeable in pretravel consultation and recognize when referral to an infectious disease specialist is warranted. This article outlines disease prevention associated with international travel for adults with human immunodeficiency virus, asplenia, solid organ and hematopoietic transplantation, and other immunosuppressed states. While rates of infection may not differ significantly between healthy and immunocompromised travelers, the latter are at greater risk for severe disease. A thorough assessment of these risks can ensure safe and healthy travel. The travel practitioners’ goal should be to provide comprehensive risk information and recommend appropriate vaccinations or prevention measures tailored to each patient’s condition. In some instances, live vaccines and prophylactic medications may be contraindicated. Keywords: immunocompromised, vaccines, travel, malaria, diarrhea

  12. Japanese encephalitis in a Danish short-term traveler to Cambodia

    DEFF Research Database (Denmark)

    Werlinrud, Anne M; Christiansen, Claus B; Koch, Anders

    2011-01-01

    We present a recent case of Japanese encephalitis in a Danish male traveler to Cambodia, who we believe is the second Danish case within the last 15 years. Although both this and a number of other travel-related cases occurred in short-term travelers, change in vaccination recommendations...

  13. Travel Overview

    Science.gov (United States)

    Search the Division of Finance site DOF State of Alaska Finance Home Content Area Accounting Charge Cards Top Department of Administration logo Alaska Department of Administration Division of Finance Search You are here Administration / Finance / Travel Travel The Department of Administration administers the

  14. Examining the Relationship between Online Travel Agency Information and Traveler Destination Transaction Decisions

    Science.gov (United States)

    Yerby, Dennis

    2012-01-01

    The purpose of this quantitative study was to examine the role that available Online Travel Agency (OTA) destination information may have on a traveler's perceptions and intent in transaction decisions with that respective OTA. Specifically, this research examined a pleasure traveler's transaction perceptions and intentions with an OTA…

  15. Travel time variability and rational inattention

    DEFF Research Database (Denmark)

    Fosgerau, Mogens; Jiang, Gege

    2017-01-01

    This paper sets up a rational inattention model for the choice of departure time for a traveler facing random travel time. The traveler chooses how much information to acquire about the travel time out-come before choosing departure time. This reduces the cost of travel time variability compared...

  16. TRAVEL AND HOME LEAVE

    CERN Multimedia

    Human Resources Division

    2002-01-01

    Administrative procedures for : Travel to the home station and home leave (hl) Additional travel to the home station (at) Travel to the home station and home leave for family reasons (hlf) As part of the process of simplifying administrative procedures, HR and AS Divisions have devised a new, virtually automatic procedure for payment of travel expenses to the home station. The changes are aimed at rationalising administrative procedures and not at reducing benefits. The conditions of eligibility are unchanged. The new procedure, which will be operational with effect from 1st June 2002, will greatly simplify the administrative processing of claims for travel expenses and the recording of home leaves. Currently, requests for payment are introduced manually into the Advances and Claims system (AVCL) by divisional secretariats. All travel to the home station starting prior to 1st June 2002 will be processed according to the existing system whereas that starting on 1st June and after will be processed accordi...

  17. Knowledge, attitudes, and practices evaluation about travel medicine in international travelers and medical students in Chile.

    Science.gov (United States)

    Guerrero-Lillo, Lisette; Medrano-Díaz, Jorge; Pérez, Carmen; Chacón, Rodrigo; Silva-Urra, Juan; Rodriguez-Morales, Alfonso J

    2009-01-01

    Because information about travel medicine in Chile is lacking, a knowledge, attitudes, and practices evaluation in international travelers and medical students was done. The travelers and medical students did not know the travel medicine and sanitary conditions of their destinations, although they perceived travel-associated health risks, but <10% had any vaccination and 5% got sick during international trips.

  18. Parallel patterns determination in solving cyclic flow shop problem with setups

    Directory of Open Access Journals (Sweden)

    Bożejko Wojciech

    2017-06-01

    Full Text Available The subject of this work is the new idea of blocks for the cyclic flow shop problem with setup times, using multiple patterns with different sizes determined for each machine constituting optimal schedule of cities for the traveling salesman problem (TSP. We propose to take advantage of the Intel Xeon Phi parallel computing environment during so-called ’blocks’ determination basing on patterns, in effect significantly improving the quality of obtained results.

  19. Clausewitzian Friction and Future War Revised Edition

    Science.gov (United States)

    2004-01-01

    Hanoverian general Rudolf von Hammerstein was ordered to occupy the town of Menin in southern Belgium, Scharnhorst served as his principal staff offi...their own files. 100 ENDNOTES FOR PAGES 38–41 156 The intractability of the traveling salesman, or Steiner shortest network, problem is as fol- lows...the class of “hard” problems epitomized by the Steiner problem remains “the preeminent problem in theoretical computer science” (Marshall W. Bern and

  20. Impact of advice given to travelers concerning the main infectious risks associated with traveling in the tropics.

    Science.gov (United States)

    Lestelle, C; Aymeric, S; Maakaroun-Vermesse, Z; Pouliquen, A; Bernard, L; Chandenier, J; Grammatico-Guillon, L

    2015-06-01

    The prevention of sanitary risks related to traveling in the tropics implies delivering a large amount of information to travelers. The objective of our study was to assess the knowledge acquired by travelers during a pre-travel consultation. A before and after study was conducted among 202 travelers having consulted at the Tours international vaccine center. We used self-administrated questionnaires (score out of 100 marks) concerning diet, hygiene, anti-vectorial prevention (AVP), and sexual-transmitted infections (STI). The scores obtained before and after consultation were compared globally and for each topic. The travelers' global knowledge had improved after consultation (66.1 vs. 75.5%; P traveling compared to humanitarian mission prepared ahead of departure time). The recommendations for diet were less well acquired in travelers > 50 years of age than in those travel consultation improves the travelers' knowledge for the main prevention measures but does not allow them to acquire all required knowledge. Taking into account the travelers' initial knowledge and their ability to learn could improve the impact of the pre-travel consultation. Copyright © 2015 Elsevier Masson SAS. All rights reserved.

  1. Risk factors for infections in international travelers: an analysis of travel-related notifiable communicable diseases.

    Science.gov (United States)

    Baer, Atar; Libassi, Lisa; Lloyd, Jennifer K; Benoliel, Eileen; Brucker, Rachel; Jones, Megan Q; Kwan-Gett, Tao Sheng; McKeirnan, Shelly; Pecha, Monica; Rietberg, Krista; Serafin, Lauri; Walkinshaw, Lina P; Duchin, Jeffrey S

    2014-01-01

    We sought to describe travel-related illness among our residents and gain insight into targeting pre-travel health advice to prevent travel-related illness. A supplemental travel questionnaire was developed and administered for cases with a legally notifiable communicable disease reported in 2011-2012, who spent at least part of their exposure period outside the United States. Among 451 cases meeting the eligibility criteria, 259 were interviewed. Forty four percent reported receiving pre-travel advice. Two-thirds adhered fully with risk behavior recommendations; 94% followed immunization recommendations partially or fully; and 84% adhered fully with malaria prophylaxis recommendations. The primary reasons for not obtaining pre-travel advice were being unaware of the need (47.5%), or believing they already knew what to do (34.5%). Adults (OR = 2.8, 95% CI = 1.4-5.5), males (OR = 1.8, 95% CI = 1.1-3.0), those born outside the United States (OR = 2.0, 95% CI = 1.1-3.7), and those with planning time under two weeks (OR = 4.8, 95% CI = 1.5-15.9) or travel duration less than 7 days (OR = 7.9, 95% CI = 3.0-20.9) were more likely to travel without seeking pre-travel advice. The majority of cases reported not receiving pre-travel advice. Understanding the predictors of failure to receive pre-travel advice may help target public health prevention efforts. Copyright © 2014 Elsevier Ltd. All rights reserved.

  2. Usefulness of a trauma-focused treatment approach for travel phobia

    NARCIS (Netherlands)

    de Jongh, A.; Holmshaw, M.; Carswell, W.; van Wijk, A.

    2011-01-01

    Despite its prevalence and potential impact on functioning, there are surprisingly little data regarding the treatment responsiveness of travel phobia. The purpose of this non-randomized study was to evaluate the usefulness of a trauma-focused treatment approach for travel phobia, or milder travel

  3. Travel Daily China Travel Innovation Summit to Be Held in Beijing

    Institute of Scientific and Technical Information of China (English)

    2009-01-01

    Guangzhou,China,April 7th- TravelDaily (www.traveldaily.cn), China’s leading online publisher and event organizer with emphasis on trends in the distribution,marketing and technology of the travel and tourism industries,today announced it will partner with PhoCusWright to host the 2009 China Travel Innovation Summit in Beijing from May 12 to 13,2009.

  4. Travel and biologic therapy: travel-related infection risk, vaccine response and recommendations.

    Science.gov (United States)

    Hall, Victoria; Johnson, Douglas; Torresi, Joseph

    2018-01-01

    Biologic therapy has revolutionized the management of refractory chronic autoimmune and auto-inflammatory disease, as well as several malignancies, providing rapid symptomatic relief and/or disease remission. Patients receiving biologic therapies have an improved quality of life, facilitating travel to exotic destinations and potentially placing them at risk of a range of infections. For each biologic agent, we review associated travel-related infection risk and expected travel vaccine response and effectiveness. A PUBMED search [vaccination OR vaccine] AND/OR ['specific vaccine'] AND/OR [immunology OR immune response OR response] AND [biologic OR biological OR biologic agent] was performed. A review of the literature was performed in order to develop recommendations on vaccination for patients in receipt of biologic therapy travelling to high-risk travel destinations. There is a paucity of literature in this area, however, it is apparent that travel-related infection risk is increased in patients on biologic therapy and when illness occurs they are at a higher risk of complication and hospitalization. Patients in receipt of biologic agents are deemed as having a high level of immunosuppression-live vaccines, including the yellow fever vaccine, are contraindicated. Inactivated vaccines are considered safe; however, vaccine response can be attenuated by the patient's biologic therapy, thereby resulting in reduced vaccine effectiveness and protection. Best practice requires a collaborative approach between the patient's primary healthcare physician, relevant specialist and travel medicine expert, who should all be familiar with the immunosuppressive and immunomodulatory effects resulting from the biologic therapies. Timing of vaccines should be carefully planned, and if possible, vaccination provided well before established immunosuppression.

  5. Carlson Wagonlit Travel

    CERN Multimedia

    Carlson Wagonlit Travel

    2005-01-01

    Dear customers, On 3 January we informed you that the airlines had decided to cease paying commission to travel agencies in Switzerland. This measure has since been progressively introduced, with rare exceptions. Consequently, in agreement with CERN, we are obliged to apply new transaction fees for private travel, with immediate effect. Carlson Wagonlit Travel (CWT) offers: A personalized, professional and competent consultancy service To seek the most economical and best solution adapted to your needs Neutrality in comparing prices and benefits Additional information concerning e.g. visa regulations, insurance, vaccinations, etc. Support in the event of problems We draw your attention to the fact that, in spite of the increase, these prices remain very competitive on today's market. Thank you for your trust and understanding. Yours truly, Carlson Wagonlit Travel CERN agency

  6. Patient awareness of need for hepatitis a vaccination (prophylaxis) before international travel.

    Science.gov (United States)

    Liu, Stephen J; Sharapov, Umid; Klevens, Monina

    2015-01-01

    Although hepatitis A virus (HAV) infection is preventable through vaccination, cases associated with international travel continue to occur. The purpose of this study was to examine the frequency of international travel and countries visited among persons infected with HAV and assess reasons why travelers had not received hepatitis A vaccine before traveling. Using data from sentinel surveillance for HAV infection in seven US counties during 1996 to 2006, we examined the role of international travel in hepatitis A incidence and the reasons for patients not being vaccinated. Of 2,002 hepatitis A patients for whom travel history was available, 300 (15%) reported traveling outside of the United States. Compared to non-travelers, travelers were more likely to be female [odds ratio (OR) = 1.74 (95% confidence interval [95% CI], 1.35, 2.24)], aged 0 to 17 years [OR = 3.30 (1.83, 5.94)], Hispanic [OR = 3.69 (2.81, 4.86)], Asian [OR = 2.00 (1.06, 3.77)], and were less likely to be black non-Hispanic [OR = 0.30 (0.11, 0.82)]. The majority, 189 (61.6%), had traveled to Mexico. The most common reason for not getting pre-travel vaccination was "Didn't know I could [or should] get shots" [100/154 (65%)]. Low awareness of HAV vaccination was the predominant reason for not being protected before travel. Different modes of traveler education could improve prevention of hepatitis A. To highlight the risk of infection before traveling to endemic countries including Mexico, travel and consulate websites could list reminders of vaccine recommendations. Published 2015. This article is a U.S. Government work and is in the public domain in the USA.

  7. Travel risk behaviours and uptake of pre-travel health preventions by university students in Australia

    Directory of Open Access Journals (Sweden)

    Heywood Anita E

    2012-02-01

    Full Text Available Abstract Background Forward planning and preventative measures before travelling can significantly reduce the risk of many vaccine preventable travel-related infectious diseases. Higher education students may be at an increased risk of importing infectious disease as many undertake multiple visits to regions with higher infectious disease endemicity. Little is known about the health behaviours of domestic or international university students, particularly students from low resource countries who travel to high-resource countries for education. This study aimed to assess travel-associated health risks and preventative behaviours in a sample of both domestic and international university students in Australia. Methods In 2010, a 28 item self-administered online survey was distributed to students enrolled at the University of New South Wales, Sydney, Australia. Multiple methods of distributing links to the online survey were utilised. The survey examined the international travel history, travel intentions, infection control behaviours and self-reported vaccination history. Results A total of 1663 respondents completed the online survey, 22.1% were international students and 83.9% were enrolled at an undergraduate level. Half had travelled internationally in the previous 12 months, with 69% of those travelling only once during that time with no difference in travel from Australia between domestic and international students (p = 0.8. Uptake of pre-travel health advice was low overall with 68% of respondents reporting they had not sought any advice from a health professional prior to their last international trip. Domestic students were more likely to report uptake of a range of preventative travel health measures compared to international students, including diarrhoeal medication, insect repellent, food avoidance and condoms (P Conclusions Our study highlights the need to educate students about the risk associated with travel and improve preventative

  8. A comparative analysis of short-range travel time prediction methods

    NARCIS (Netherlands)

    Huisken, Giovanni; van Berkum, Eric C.

    2003-01-01

    Increasing car mobility has lead to an increasing demand for traffic information. This contribution deals with information about travel times. When car drivers are provided with this type of information, the travel times should ideally be the times that they will encounter. As a result travel times

  9. Monitoring Travel Time Reliability on Freeways

    NARCIS (Netherlands)

    Tu, Huizhao

    2008-01-01

    Travel time and travel time reliability are important attributes of a trip. The current measures of reliability have in common that in general they all relate to the variability of travel times. However, travel time reliability does not only rely on variability but also on the stability of travel

  10. Travel Agent Course Outline.

    Science.gov (United States)

    British Columbia Dept. of Education, Victoria.

    Written for college entry-level travel agent training courses, this course outline can also be used for inservice training programs offered by travel agencies. The outline provides information on the work of a travel agent and gives clear statements on what learners must be able to do by the end of their training. Material is divided into eight…

  11. THE DECISION MAKING OF BUSINESS TRAVELLERS IN SELECTING ONLINE TRAVEL PORTALS FOR TRAVEL BOOKING: AN EMPIRICAL STUDY OF DELHI NATIONAL CAPITAL REGION, INDIA

    OpenAIRE

    Bivek DATTA; Manohar SAJNANI; Joby THOMAS

    2018-01-01

    The purpose of this paper is to understand the decision making pattern of the Business Travellers in Delhi National Capital Region in India while booking their trips through Online Travel Portals. The study revolves around purchase decision pattern of Business Travellers by investigating their travel decision making style in selecting online travel portals for their trip booking. The authors have adopted the quantitative methodology to achieve the objective of the study. The study is confi...

  12. 41 CFR 301-52.6 - How do I submit a travel claim?

    Science.gov (United States)

    2010-07-01

    ... 41 Public Contracts and Property Management 4 2010-07-01 2010-07-01 false How do I submit a travel claim? 301-52.6 Section 301-52.6 Public Contracts and Property Management Federal Travel Regulation System TEMPORARY DUTY (TDY) TRAVEL ALLOWANCES ARRANGING FOR TRAVEL SERVICES, PAYING TRAVEL EXPENSES, AND...

  13. Travel Behavior Change in Older Travelers: Understanding Critical Reactions to Incidents Encountered in Public Transport

    Directory of Open Access Journals (Sweden)

    Catherine Sundling

    2015-11-01

    Full Text Available Accessibility of travel may be better understood if psychological factors underlying change in travel behavior are known. This paper examines older (65+ travelers’ motives for changing their travel behavior. These changes are grounded in critical incidents earlier encountered in public-transport travel. A scientific framework is developed based on cognitive and behavioral theory. In 29 individual interviews, travelers’ critical reactions (i.e., cognitive, emotional, and/or behavioral to 77 critical incidents were examined. By applying critical incident technique (CIT, five reaction themes were identified that had generated travel-behavior change: firm restrictions, unpredictability, unfair treatment, complicated trips, and earlier adverse experiences. To improve older travelers’ access to public transport, key findings were: (a service must be designed so as to strengthen the feeling of being in control throughout the journey; (b extended personal service would increase predictability in the travel chain and decrease travel complexity; consequently, (c when designing new services and making effective accessibility interventions, policy makers should consider and utilize underlying psychological factors that could direct traveler behavior.

  14. Travel Behavior Change in Older Travelers: Understanding Critical Reactions to Incidents Encountered in Public Transport

    Science.gov (United States)

    Sundling, Catherine

    2015-01-01

    Accessibility of travel may be better understood if psychological factors underlying change in travel behavior are known. This paper examines older (65+) travelers’ motives for changing their travel behavior. These changes are grounded in critical incidents earlier encountered in public-transport travel. A scientific framework is developed based on cognitive and behavioral theory. In 29 individual interviews, travelers’ critical reactions (i.e., cognitive, emotional, and/or behavioral) to 77 critical incidents were examined. By applying critical incident technique (CIT), five reaction themes were identified that had generated travel-behavior change: firm restrictions, unpredictability, unfair treatment, complicated trips, and earlier adverse experiences. To improve older travelers’ access to public transport, key findings were: (a) service must be designed so as to strengthen the feeling of being in control throughout the journey; (b) extended personal service would increase predictability in the travel chain and decrease travel complexity; consequently, (c) when designing new services and making effective accessibility interventions, policy makers should consider and utilize underlying psychological factors that could direct traveler behavior. PMID:26593935

  15. Optimization of fuel reloads for a BWR using the ant colony system

    International Nuclear Information System (INIS)

    Esquivel E, J.; Ortiz S, J. J.

    2009-10-01

    In this work some results obtained during the development of optimization systems are presented, which are employees for the fuel reload design in a BWR. The systems use the ant colony optimization technique. As first instance, a system is developed that was adapted at travel salesman problem applied for the 32 state capitals of Mexican Republic. The purpose of this implementation is that a similarity exists with the design of fuel reload, since the two problems are of combinatorial optimization with decision variables that have similarity between both. The system was coupled to simulator SIMULATE-3, obtaining good results when being applied to an operation cycle in equilibrium for reactors of nuclear power plant of Laguna Verde. (Author)

  16. 49 CFR 229.55 - Piston travel.

    Science.gov (United States)

    2010-10-01

    ... 49 Transportation 4 2010-10-01 2010-10-01 false Piston travel. 229.55 Section 229.55... Piston travel. (a) Brake cylinder piston travel shall be sufficient to provide brake shoe clearance when... piston travel may not exceed 11/2 inches less than the total possible piston travel. The total possible...

  17. Time-use and well-being impacts of travel-to-work and travel-for-work

    OpenAIRE

    Wheatley, D; Bickerton, C

    2016-01-01

    This article contributes to understanding of the complex patterns of travel-to-work and travel-for-work which \\ud increasingly characterize highly skilled employment, using 2015 data from a UK Midlands study comprising an online survey and follow-up interviews. Travel-to-work essentially lengthens the working day, and is difficult to use productively, especially when commuting by car. Travel-for-work, by contrast, results in intense schedules \\ud especially when requiring overnight stays. Own...

  18. The Trip Itinerary Optimization Platform: A Framework for Personalized Travel Information

    Energy Technology Data Exchange (ETDEWEB)

    Kwasnik, Ted [National Renewable Energy Lab. (NREL), Golden, CO (United States); Carmichael, Scott P. [National Renewable Energy Lab. (NREL), Golden, CO (United States); Arent, Douglas J [National Renewable Energy Lab. (NREL), Golden, CO (United States); Sperling, Joshua [National Renewable Energy Lab. (NREL), Golden, CO (United States); Isley, Steven [National Renewable Energy Lab. (NREL), Golden, CO (United States)

    2017-11-21

    The New Concepts Incubator team at the National Renewable Energy Laboratory (NREL) developed a three-stage online platform for travel diary collection, personal travel plan optimization and travel itinerary visualization. In the first stage, users provide a travel diary for the previous day through an interactive map and calendar interface and survey for travel attitudes and behaviors. One or more days later, users are invited via email to engage in a second stage where they view a personal mobility dashboard displaying recommended travel itineraries generated from a novel framework that optimizes travel outcomes over a sequence of interrelated trips. A week or more after viewing these recommended travel itineraries on the dashboard, users are emailed again to engage in a third stage where they complete a final survey about travel attitudes and behaviors. A usability study of the platform conducted online showed that, in general, users found the system valuable for informing their travel decisions. A total of 274 individuals were recruited through Amazon Mechanical Turk, an online survey platform, to participate in a transportation study using this platform. On average, the platform distilled 65 feasible travel plans per individual into two recommended itineraries, each optimal according to one or more outcomes and dependent on the fixed times and locations from the travel diary. For 45 percent of users, the trip recommendation algorithm returned only a single, typically automobile-centric, itinerary because there were no other viable alternative transportation modes available. Platform users generally agreed that the dashboard was enjoyable and easy to use, and that it would be a helpful tool in adopting new travel behaviors. Users generally agreed most that the time, cost and user preferred recommendations 'made sense' to them, and were most willing to implement these itineraries. Platform users typically expressed low willingness to try the carbon and

  19. Travel patterns of cancer surgery patients in a regionalized system.

    Science.gov (United States)

    Smith, Andrew K; Shara, Nawar M; Zeymo, Alexander; Harris, Katherine; Estes, Randy; Johnson, Lynt B; Al-Refaie, Waddah B

    2015-11-01

    Regionalization of complex surgeries has increased patient travel distances possibly leaving a substantial burden on those at risk for poorer surgical outcomes. To date, little is known about travel patterns of cancer surgery patients in regionalized settings. To inform this issue, we sought to assess travel patterns of those undergoing a major cancer surgery within a regionalized system. We identified 4733 patients who underwent lung, esophageal, gastric, liver, pancreatic, and colorectal resections from 2002-2014 within a multihospital system in the Mid-Atlantic region of the United States. Patient age, race and/or ethnicity, and insurance status were extracted from electronic health records. We used Geographical Information System capabilities in R software to estimate travel distance and map patient addresses based on cancer surgery type and these characteristics. We used visual inspection, analysis of variance, and interaction analyses to assess the distribution of travel distances between patient populations. A total of 48.2% of patients were non-white, 49.9% were aged >65 y, and 54.9% had private insurance. Increased travel distance was associated with decreasing age and those undergoing pancreatic and esophageal resections. Also, black patients tend to travel shorter distances than other racial and/or ethnic groups. These maps offer a preliminary understanding into variations of geospatial travel patterns among patients receiving major cancer surgery in a Mid-Atlantic regionalized setting. Future research should focus on the impact of regionalization on timely delivery of surgical care and other quality metrics. Copyright © 2015 Elsevier Inc. All rights reserved.

  20. Exacerbation of pneumomediastinum after air travel in a patient with dermatomyositis.

    Science.gov (United States)

    Ye, Qiuyue; Zhang, Lu; Tian, Xinlun; Shi, Juhong

    2011-07-01

    Although the presence of pneumothorax is generally considered an absolute contraindication to air travel, reports on pneumomediastinum after air travel are extremely rare. Moreover, to the best of our knowledge, exacerbation of existing pneumomediastinum after commercial air travel has never been reported. We report on a case of a patient (the first case that we are aware of) who suffered exacerbation of pneumomediastinum after commercial air travel. This patient, with confirmed pneumomediastinum before air travel, flew to our city for medical care without being warned about exacerbation by the local hospital or airlines. Obvious exacerbation of pneumomediastinum and subcutaneous emphysema was noticed after the travel. Subsequently, a diagnosis of amyopathic dermatomyositis with interstitial lung disease and pneumomediastinum was made. The patient died despite treatment with corticosteroid, cyclophosphamide and intravenous immunoglobulin. This report discusses this rare condition and offers suggestions regarding air travel for patients with presence of pneumomediastinum at the time of flight.