WorldWideScience

Sample records for shortest remaining processing

  1. Shortest Paths and Vehicle Routing

    DEFF Research Database (Denmark)

    Petersen, Bjørn

    This thesis presents how to parallelize a shortest path labeling algorithm. It is shown how to handle Chvátal-Gomory rank-1 cuts in a column generation context. A Branch-and-Cut algorithm is given for the Elementary Shortest Paths Problem with Capacity Constraint. A reformulation of the Vehicle...... Routing Problem based on partial paths is presented. Finally, a practical application of finding shortest paths in the telecommunication industry is shown....

  2. Finding the K shortest hyperpaths using reoptimization

    DEFF Research Database (Denmark)

    Nielsen, Lars Relund; Pretolani, Daniele; Andersen, Kim Allan

    2006-01-01

    The shortest hyperpath problem is an extension of the classical shortest path problem and has applications in many different areas. Recently, algorithms for finding the K shortest hyperpaths in a directed hypergraph have been developed by Andersen, Nielsen and Pretolani. In this paper we improve...... the worst-case computational complexity of an algorithm for finding the K shortest hyperpaths in an acyclic hypergraph. This result is obtained by applying new reoptimization techniques for shortest hyperpaths. The algorithm turns out to be quite effective in practice and has already been successfully...

  3. Finding Shortest Paths on Terrains by Killing Two Birds with One Stone

    DEFF Research Database (Denmark)

    Kaul, Manohar; Wong, Raymond Chi-Wing; Yang, Bin

    2013-01-01

    With the increasing availability of terrain data, e.g., from aerial laser scans, the management of such data is attracting increasing at- tention in both industry and academia. In particular, spatial queries, e.g., k -nearest neighbor and reverse nearest neighbor queries, in Euclidean and spatial...... network spaces are being extended to ter- rains. Such queries all rely on an important operation, that of finding shortest surface distances. However, shortest surface dis- tance computation is very time consuming. We propose techniques that enable efficient computation of lower and upper bounds...... of the shortest surface distance, which enable faster query processing by eliminating expensive distance computations. Empirical studies show that our bounds are much tighter than the best-known bounds in many cases and that they enable speedups of up to 43 times for some well-known spatial querie...

  4. SPTH3: subroutine for finding shortest sabotage paths

    International Nuclear Information System (INIS)

    Hulme, B.L.; Holdridge, D.B.

    1977-07-01

    This document explains how to construct a sabotage graph which models any fixed-site facility and how to use the subroutine SPTH3 to find shortest paths in the graph. The shortest sabotage paths represent physical routes through the site which would allow an adversary to take advantage of the greatest weaknesses in the system of barriers and alarms. The subroutine SPTH3 is a tool with which safeguards designers and analysts can study the relative effects of design changes on the adversary routing problem. In addition to showing how to use SPTH3, this report discusses the methods used to find shortest paths and several implementation details which cause SPTH3 to be extremely efficient

  5. A NEW APPROACH ON SHORTEST PATH IN FUZZY ENVIRONMENT

    OpenAIRE

    A. Nagoorgani; A. Mumtaj Begam

    2010-01-01

    This paper introduces a new type of fuzzy shortest path network problem using triangular fuzzy number. To find the smallest edge by the fuzzy distance using graded mean integration representation of generalized fuzzy number for every node. Thus the optimum shortest path for the given problem is obtained.

  6. Establishment Of The Shortest Route A Prototype For Facilitation In Road Network

    Directory of Open Access Journals (Sweden)

    Sumaira Yousuf Khan

    2015-08-01

    Full Text Available Calculating the shortest path between two locations in a road network is a significant problem in network analysis. Roads play a pivotal role in day to day activities of masses live in places and areas. They travel for various purposes that are to study to work to shop and to supply their goods and the like from one place to another place. Even in this modern era roads remain one of the mediums used most frequently for travel and transportation. Being ignorant of the shortest routes people sometimes have to travel long distances consume extra precious time money and bare undesirable mental stress. Karachi is the second most populated and the seventh biggest city of the world. It is the central place of Pakistan which is famous for industry banking trade and economic activity and there are places which frequently visit by the inhabitants for their miscellaneous requirements. Federal Board of Revenue FBR is one of the departments that deal with taxation and revenue generation in the country. A common man residing near or distant areas often visit FBR to settle their business property and tax related issues. In order to facilitate the masses an effort is being made to develop a prototype based on Dijkstras Algorithm DA to establish a shortest route that will help individuals in navigation and subsequently alleviate difficulties faced by them in travelling road networks.

  7. An asymmetric shortest queue problem

    NARCIS (Netherlands)

    Adan, I.J.B.F.; Wessels, J.; Zijm, W.H.M.

    1989-01-01

    In this paper we study a system consisting of two identical servers, each with exponentially distributed service times. Jobs arrive according to a Poisson stream. On arrival a job joins the shortest queue and in case both queues have equal length. he joins queue 1 say with probability q and queue 2

  8. Shortest triplet clustering: reconstructing large phylogenies using representative sets

    Directory of Open Access Journals (Sweden)

    Sy Vinh Le

    2005-04-01

    Full Text Available Abstract Background Understanding the evolutionary relationships among species based on their genetic information is one of the primary objectives in phylogenetic analysis. Reconstructing phylogenies for large data sets is still a challenging task in Bioinformatics. Results We propose a new distance-based clustering method, the shortest triplet clustering algorithm (STC, to reconstruct phylogenies. The main idea is the introduction of a natural definition of so-called k-representative sets. Based on k-representative sets, shortest triplets are reconstructed and serve as building blocks for the STC algorithm to agglomerate sequences for tree reconstruction in O(n2 time for n sequences. Simulations show that STC gives better topological accuracy than other tested methods that also build a first starting tree. STC appears as a very good method to start the tree reconstruction. However, all tested methods give similar results if balanced nearest neighbor interchange (BNNI is applied as a post-processing step. BNNI leads to an improvement in all instances. The program is available at http://www.bi.uni-duesseldorf.de/software/stc/. Conclusion The results demonstrate that the new approach efficiently reconstructs phylogenies for large data sets. We found that BNNI boosts the topological accuracy of all methods including STC, therefore, one should use BNNI as a post-processing step to get better topological accuracy.

  9. Efficient evaluation of shortest travel-time path queries through spatial mashups

    KAUST Repository

    Zhang, Detian

    2017-01-07

    In the real world, the route/path with the shortest travel time in a road network is more meaningful than that with the shortest network distance for location-based services (LBS). However, not every LBS provider has adequate resources to compute/estimate travel time for routes by themselves. A cost-effective way for LBS providers to estimate travel time for routes is to issue external route requests to Web mapping services (e.g., Google Maps, Bing Maps, and MapQuest Maps). Due to the high cost of processing such external route requests and the usage limits of Web mapping services, we take the advantage of direction sharing, parallel requesting and waypoints supported by Web mapping services to reduce the number of external route requests and the query response time for shortest travel-time route queries in this paper. We first give the definition of sharing ability to reflect the possibility of sharing the direction information of a route with others, and find out the queries that their query routes are independent with each other for parallel processing. Then, we model the problem of selecting the optimal waypoints for an external route request as finding the longest simple path in a weighted complete digraph. As it is a MAX SNP-hard problem, we propose a greedy algorithm with performance guarantee to find the best set of waypoints in an external route request. We evaluate the performance of our approach using a real Web mapping service, a real road network, real and synthetic data sets. Experimental results show the efficiency, scalability, and applicability of our approach.

  10. Efficient evaluation of shortest travel-time path queries through spatial mashups

    KAUST Repository

    Zhang, Detian; Chow, Chi-Yin; Liu, An; Zhang, Xiangliang; Ding, Qingzhu; Li, Qing

    2017-01-01

    In the real world, the route/path with the shortest travel time in a road network is more meaningful than that with the shortest network distance for location-based services (LBS). However, not every LBS provider has adequate resources to compute/estimate travel time for routes by themselves. A cost-effective way for LBS providers to estimate travel time for routes is to issue external route requests to Web mapping services (e.g., Google Maps, Bing Maps, and MapQuest Maps). Due to the high cost of processing such external route requests and the usage limits of Web mapping services, we take the advantage of direction sharing, parallel requesting and waypoints supported by Web mapping services to reduce the number of external route requests and the query response time for shortest travel-time route queries in this paper. We first give the definition of sharing ability to reflect the possibility of sharing the direction information of a route with others, and find out the queries that their query routes are independent with each other for parallel processing. Then, we model the problem of selecting the optimal waypoints for an external route request as finding the longest simple path in a weighted complete digraph. As it is a MAX SNP-hard problem, we propose a greedy algorithm with performance guarantee to find the best set of waypoints in an external route request. We evaluate the performance of our approach using a real Web mapping service, a real road network, real and synthetic data sets. Experimental results show the efficiency, scalability, and applicability of our approach.

  11. Algorithm for shortest path search in Geographic Information Systems by using reduced graphs.

    Science.gov (United States)

    Rodríguez-Puente, Rafael; Lazo-Cortés, Manuel S

    2013-01-01

    The use of Geographic Information Systems has increased considerably since the eighties and nineties. As one of their most demanding applications we can mention shortest paths search. Several studies about shortest path search show the feasibility of using graphs for this purpose. Dijkstra's algorithm is one of the classic shortest path search algorithms. This algorithm is not well suited for shortest path search in large graphs. This is the reason why various modifications to Dijkstra's algorithm have been proposed by several authors using heuristics to reduce the run time of shortest path search. One of the most used heuristic algorithms is the A* algorithm, the main goal is to reduce the run time by reducing the search space. This article proposes a modification of Dijkstra's shortest path search algorithm in reduced graphs. It shows that the cost of the path found in this work, is equal to the cost of the path found using Dijkstra's algorithm in the original graph. The results of finding the shortest path, applying the proposed algorithm, Dijkstra's algorithm and A* algorithm, are compared. This comparison shows that, by applying the approach proposed, it is possible to obtain the optimal path in a similar or even in less time than when using heuristic algorithms.

  12. Differences in physical environmental characteristics between adolescents' actual and shortest cycling routes: a study using a Google Street View-based audit.

    Science.gov (United States)

    Verhoeven, Hannah; Van Hecke, Linde; Van Dyck, Delfien; Baert, Tim; Van de Weghe, Nico; Clarys, Peter; Deforche, Benedicte; Van Cauwenberg, Jelle

    2018-05-29

    The objective evaluation of the physical environmental characteristics (e.g. speed limit, cycling infrastructure) along adolescents' actual cycling routes remains understudied, although it may provide important insights into why adolescents prefer one cycling route over another. The present study aims to gain insight into the physical environmental characteristics determining the route choice of adolescent cyclists by comparing differences in physical environmental characteristics between their actual cycling routes and the shortest possible cycling routes. Adolescents (n = 204; 46.5% boys; 14.4 ± 1.2 years) recruited at secondary schools in and around Ghent (city in Flanders, northern part of Belgium) were instructed to wear a Global Positioning System device in order to identify cycling trips. For all identified cycling trips, the shortest possible route that could have been taken was calculated. Actual cycling routes that were not the shortest possible cycling routes were divided into street segments. Segments were audited with a Google Street View-based tool to assess physical environmental characteristics along actual and shortest cycling routes. Out of 160 actual cycling trips, 73.1% did not differ from the shortest possible cycling route. For actual cycling routes that were not the shortest cycling route, a speed limit of 30 km/h, roads having few buildings with windows on the street side and roads without cycle lane were more frequently present compared to the shortest possible cycling routes. A mixed land use, roads with commercial destinations, arterial roads, cycle lanes separated from traffic by white lines, small cycle lanes and cycle lanes covered by lighting were less frequently present along actual cycling routes compared to the shortest possible cycling routes. Results showed that distance mainly determines the route along which adolescents cycle. In addition, adolescents cycled more along residential streets (even if no cycle lane was

  13. Matrix-geometric analysis of the shortest queue problem with threshold jockeying

    NARCIS (Netherlands)

    Zijm, Willem H.M.; Adan, I.J.B.F.; Wessels, J.

    1993-01-01

    In this paper we study a system consisting of c parallel servers with possibly different service rates. Jobs arrive according to a Poisson stream and generate an exponentially distributed workload. An arriving job joins the shortest queue, where in case of multiple shortest queues, one of these

  14. Analysis of the shortest queue problem

    NARCIS (Netherlands)

    Adan, I.J.B.F.; Wessels, J.; Zijm, W.H.M.

    1989-01-01

    In this paper we study a system consisting of two identical servers, each with exponentially distributed service times. Jobs arrive according to a Poisson stream. On arrival a job joins the shortest queue and in case both queues have equal length, he joins either queue with probability ½. We show

  15. Training shortest-path tractography: Automatic learning of spatial priors

    DEFF Research Database (Denmark)

    Kasenburg, Niklas; Liptrot, Matthew George; Reislev, Nina Linde

    2016-01-01

    Tractography is the standard tool for automatic delineation of white matter tracts from diffusion weighted images. However, the output of tractography often requires post-processing to remove false positives and ensure a robust delineation of the studied tract, and this demands expert prior...... knowledge. Here we demonstrate how such prior knowledge, or indeed any prior spatial information, can be automatically incorporated into a shortest-path tractography approach to produce more robust results. We describe how such a prior can be automatically generated (learned) from a population, and we...

  16. Euclidean shortest paths exact or approximate algorithms

    CERN Document Server

    Li, Fajie

    2014-01-01

    This book reviews algorithms for the exact or approximate solution of shortest-path problems, with a specific focus on a class of algorithms called rubberband algorithms. The coverage includes mathematical proofs for many of the given statements.

  17. The shortest-path problem analysis and comparison of methods

    CERN Document Server

    Ortega-Arranz, Hector; Gonzalez-Escribano, Arturo

    2014-01-01

    Many applications in different domains need to calculate the shortest-path between two points in a graph. In this paper we describe this shortest path problem in detail, starting with the classic Dijkstra's algorithm and moving to more advanced solutions that are currently applied to road network routing, including the use of heuristics and precomputation techniques. Since several of these improvements involve subtle changes to the search space, it may be difficult to appreciate their benefits in terms of time or space requirements. To make methods more comprehensive and to facilitate their co

  18. Performance analysis of parallel identical machines with a generalized shortest queue arrival mechanism

    NARCIS (Netherlands)

    van Houtum, Geert-Jan; Adan, I.J.B.F.; Wessels, J.; Zijm, Willem H.M.

    In this paper we study a production system consisting of a group of parallel machines producing multiple job types. Each machine has its own queue and it can process a restricted set of job types only. On arrival a job joins the shortest queue among all queues capable of serving that job. Under the

  19. Ranking shortest paths in Stochastic time-denpendent networks

    DEFF Research Database (Denmark)

    Nielsen, Lars Relund; Andersen, Kim Allan; Pretolani, Daniele

    A substantial amount of research has been devoted to the shortest path problem in networks where travel times are stochastic or (deterministic and) time-dependent. More recently, a growing interest has been attracted by networks that are both stochastic and time-dependent. In these networks, the ...... present a computational comparison of time-adaptive and a priori route choices, pointing out the effect of travel time and cost distributions. The reported results show that, under realistic distributions, our solution methods are effective.......A substantial amount of research has been devoted to the shortest path problem in networks where travel times are stochastic or (deterministic and) time-dependent. More recently, a growing interest has been attracted by networks that are both stochastic and time-dependent. In these networks...

  20. K shortest paths in stochastic time-dependent networks

    DEFF Research Database (Denmark)

    Nielsen, Lars Relund; Pretolani, Daniele; Andersen, Kim Allan

    2004-01-01

    A substantial amount of research has been devoted to the shortest path problem in networks where travel times are stochastic or (deterministic and) time-dependent. More recently, a growing interest has been attracted by networks that are both stochastic and time-dependent. In these networks, the ...... present a computational comparison of time-adaptive and a priori route choices, pointing out the effect of travel time and cost distributions. The reported results show that, under realistic distributions, our solution methods are effective.......A substantial amount of research has been devoted to the shortest path problem in networks where travel times are stochastic or (deterministic and) time-dependent. More recently, a growing interest has been attracted by networks that are both stochastic and time-dependent. In these networks...

  1. Floyd-warshall algorithm to determine the shortest path based on android

    Science.gov (United States)

    Ramadiani; Bukhori, D.; Azainil; Dengen, N.

    2018-04-01

    The development of technology has made all areas of life easier now, one of which is the ease of obtaining geographic information. The use of geographic information may vary according to need, for example, the digital map learning, navigation systems, observations area, and much more. With the support of adequate infrastructure, almost no one will ever get lost to a destination even to foreign places or that have never been visited before. The reasons why many institutions and business entities use technology to improve services to consumers and to streamline the production process undertaken and so forth. Speaking of the efficient, there are many elements related to efficiency in navigation systems, and one of them is the efficiency in terms of distance. The shortest distance determination algorithm required in this research is used Floyd-Warshall Algorithm. Floyd-Warshall algorithm is the algorithm to find the fastest path and the shortest distance between 2 nodes, while the program is intended to find the path of more than 2 nodes.

  2. Finding shortest non-trivial cycles in directed graphs on surfaces

    Directory of Open Access Journals (Sweden)

    Sergio Cabello

    2016-04-01

    Full Text Available Let $D$ be a weighted directed graph cellularly embedded in a surface of genus $g$, orientable or not, possibly with boundary.  We describe algorithms to compute shortest non-contractible and shortest surface non-separating cycles in $D$, generalizing previous results that dealt with undirected graphs.Our first algorithm computes such cycles in $O(n^2\\log n$ time, where $n$ is the total number of vertices and edges of $D$, thus matching the complexity of the best general algorithm in the undirected case.  It revisits and extends Thomassen's 3-path condition; the technique applies to other families of cycles as well.We also provide more efficient algorithms in special cases, such as graphs with small genus or bounded treewidth, using a divide-and-conquer technique that simplifies the graph while preserving the topological properties of its cycles.  Finally, we give an efficient output-sensitive algorithm, whose running time depends on the length of the shortest non-contractible or non-separating cycle.

  3. comparative analysis and implementation of dijkstra's shortest path

    African Journals Online (AJOL)

    user

    path problem requires finding a single shortest-path between given vertices s and t; ... Bridge in 1735, [5 – 10]. This problem led to the .... their advancements from new design paradigms, data structures ..... .

  4. Analysis of the asymmetric shortest queue problem

    NARCIS (Netherlands)

    Adan, I.J.B.F.; Wessels, J.; Zijm, W.H.M.

    1990-01-01

    In this paper we study a system consisting of two parallel servers with different service rates. Jobs arrive according to a Poisson stream and generate an exponentially distributed workload. On arrival a job joins the shortest queue and in case both queues have equal lengths, he joins the first

  5. Analysis of the asymmetric shortest queue problem

    NARCIS (Netherlands)

    Adan, I.J.B.F.; Wessels, J.; Zijm, W. H M

    1991-01-01

    In this paper we study a system consisting of two parallel servers with different service rates. Jobs arrive according to a Poisson stream and generate an exponentially distributed workload. On arrival a job joins the shortest queue and in case both queues have equal lengths, he joins the first

  6. Analysis of the symmetric shortest queue problem

    NARCIS (Netherlands)

    Adan, I.J.B.F.; Wessels, J.; Zijm, W.H.M.

    1990-01-01

    In this paper we study a system consisting of two identical servers, each with exponentially distributed service times. Jobs arrive according to a Poisson stream. On· arrival a job joins the shortest queue and in case both queues have equal lengths, he joins either queue with probability ½. By using

  7. Analysis of the symmetric shortest queue problem

    NARCIS (Netherlands)

    Adan, I.J.B.F.; Wessels, J.; Zijm, W.H.M.

    1990-01-01

    In this paper we study a system consisting of two identical servers, each with exponentially distributed service times. Jobs arrive according to a Poisson stream. On arrival a job joins the shortest queue and in case both queues have equal lengths, he joins either queue with probability 1/2. By

  8. The time-varying shortest path problem with fuzzy transit costs and speedup

    Directory of Open Access Journals (Sweden)

    Rezapour Hassan

    2016-08-01

    Full Text Available In this paper, we focus on the time-varying shortest path problem, where the transit costs are fuzzy numbers. Moreover, we consider this problem in which the transit time can be shortened at a fuzzy speedup cost. Speedup may also be a better decision to find the shortest path from a source vertex to a specified vertex.

  9. Shortest Path Problems in a Stochastic and Dynamic Environment

    National Research Council Canada - National Science Library

    Cho, Jae

    2003-01-01

    .... Particularly, we develop a variety of algorithms to solve the expected shortest path problem in addition to techniques for computing the total travel time distribution along a path in the network...

  10. An Application of Multi-Criteria Shortest Path to a Customizable Hex-Map Environment

    Science.gov (United States)

    2015-03-26

    47 Appendix A. Shortest Path Code ( VBA ) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 Appendix B. Quad Chart...efficient shortest path algorithm into the modeling environment, namely Excel VBA . While various algorithms offer the potential for more efficiency in...graphical interface is extremely intuitive and easily accessible to a user with no prior knowledge of the system. Since the Metz model is based on the

  11. External Memory Algorithms for Diameter and All-Pair Shortest-Paths on Sparse Graphs

    DEFF Research Database (Denmark)

    Arge, Lars; Meyer, Ulrich; Toma, Laura

    2004-01-01

    We present several new external-memory algorithms for finding all-pairs shortest paths in a V -node, Eedge undirected graph. For all-pairs shortest paths and diameter in unweighted undirected graphs we present cache-oblivious algorithms with O(V · E B logM B E B) I/Os, where B is the block-size a...

  12. 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.

  13. Structural parcellation of the thalamus using shortest-path tractography

    DEFF Research Database (Denmark)

    Kasenburg, Niklas; Darkner, Sune; Hahn, Ute

    2016-01-01

    that parcellation of the thalamus results in p-value maps that are spatially coherent across subjects. Comparing to the state-of-the-art parcellation of Behrens et al. [1], we observe some agreement, but the soft segmentation exhibits better stability for voxels connected to multiple target regions.......We demonstrate how structural parcellation can be implemented using shortest-path tractography, thereby addressing some of the shortcomings of the conventional approaches. In particular, our algorithm quantifies, via p-values, the confidence that a voxel in the parcellated region is connected...... to each cortical target region. Calculation of these statistical measures is derived from a rank-based test on the histogram of tract-based scores from all the shortest paths found between the source voxel and each voxel within the target region. Using data from the Human Connectome Project, we show...

  14. Comparison of Genetic Algorithm and Hill Climbing for Shortest Path Optimization Mapping

    Directory of Open Access Journals (Sweden)

    Fronita Mona

    2018-01-01

    Full Text Available Traveling Salesman Problem (TSP is an optimization to find the shortest path to reach several destinations in one trip without passing through the same city and back again to the early departure city, the process is applied to the delivery systems. This comparison is done using two methods, namely optimization genetic algorithm and hill climbing. Hill Climbing works by directly selecting a new path that is exchanged with the neighbour’s to get the track distance smaller than the previous track, without testing. Genetic algorithms depend on the input parameters, they are the number of population, the probability of crossover, mutation probability and the number of generations. To simplify the process of determining the shortest path supported by the development of software that uses the google map API. Tests carried out as much as 20 times with the number of city 8, 16, 24 and 32 to see which method is optimal in terms of distance and time computation. Based on experiments conducted with a number of cities 3, 4, 5 and 6 producing the same value and optimal distance for the genetic algorithm and hill climbing, the value of this distance begins to differ with the number of city 7. The overall results shows that these tests, hill climbing are more optimal to number of small cities and the number of cities over 30 optimized using genetic algorithms.

  15. The shortest path algorithm performance comparison in graph and relational database on a transportation network

    Directory of Open Access Journals (Sweden)

    Mario Miler

    2014-02-01

    Full Text Available In the field of geoinformation and transportation science, the shortest path is calculated on graph data mostly found in road and transportation networks. This data is often stored in various database systems. Many applications dealing with transportation network require calculation of the shortest path. The objective of this research is to compare the performance of Dijkstra shortest path calculation in PostgreSQL (with pgRouting and Neo4j graph database for the purpose of determining if there is any difference regarding the speed of the calculation. Benchmarking was done on commodity hardware using OpenStreetMap road network. The first assumption is that Neo4j graph database would be well suited for the shortest path calculation on transportation networks but this does not come without some cost. Memory proved to be an issue in Neo4j setup when dealing with larger transportation networks.

  16. Multiple Object Tracking Using the Shortest Path Faster Association Algorithm

    Directory of Open Access Journals (Sweden)

    Zhenghao Xi

    2014-01-01

    Full Text Available To solve the persistently multiple object tracking in cluttered environments, this paper presents a novel tracking association approach based on the shortest path faster algorithm. First, the multiple object tracking is formulated as an integer programming problem of the flow network. Then we relax the integer programming to a standard linear programming problem. Therefore, the global optimum can be quickly obtained using the shortest path faster algorithm. The proposed method avoids the difficulties of integer programming, and it has a lower worst-case complexity than competing methods but better robustness and tracking accuracy in complex environments. Simulation results show that the proposed algorithm takes less time than other state-of-the-art methods and can operate in real time.

  17. Special cases of the quadratic shortest path problem

    NARCIS (Netherlands)

    Sotirov, Renata; Hu, Hao

    2017-01-01

    The quadratic shortest path problem (QSPP) is the problem of finding a path with prespecified start vertex s and end vertex t in a digraph such that the sum of weights of arcs and the sum of interaction costs over all pairs of arcs on the path is minimized. We first consider a variant of the QSPP

  18. A minimum resource neural network framework for solving multiconstraint shortest path problems.

    Science.gov (United States)

    Zhang, Junying; Zhao, Xiaoxue; He, Xiaotao

    2014-08-01

    Characterized by using minimum hard (structural) and soft (computational) resources, a novel parameter-free minimal resource neural network (MRNN) framework is proposed for solving a wide range of single-source shortest path (SP) problems for various graph types. The problems are the k-shortest time path problems with any combination of three constraints: time, hop, and label constraints, and the graphs can be directed, undirected, or bidirected with symmetric and/or asymmetric traversal time, which can be real and time dependent. Isomorphic to the graph where the SP is to be sought, the network is activated by generating autowave at source neuron and the autowave travels automatically along the paths with the speed of a hop in an iteration. Properties of the network are studied, algorithms are presented, and computation complexity is analyzed. The framework guarantees globally optimal solutions of a series of problems during the iteration process of the network, which provides insight into why even the SP is still too long to be satisfied. The network facilitates very large scale integrated circuit implementation and adapt to very large scale problems due to its massively parallel processing and minimum resource utilization. When implemented in a sequentially processing computer, experiments on synthetic graphs, road maps of cities of the USA, and vehicle routing with time windows indicate that the MRNN is especially efficient for large scale sparse graphs and even dense graphs with some constraints, e.g., the CPU time taken and the iteration number used for the road maps of cities of the USA is even less than  ∼ 2% and 0.5% that of the Dijkstra's algorithm.

  19. DiversePathsJ: diverse shortest paths for bioimage analysis.

    Science.gov (United States)

    Uhlmann, Virginie; Haubold, Carsten; Hamprecht, Fred A; Unser, Michael

    2018-02-01

    We introduce a formulation for the general task of finding diverse shortest paths between two end-points. Our approach is not linked to a specific biological problem and can be applied to a large variety of images thanks to its generic implementation as a user-friendly ImageJ/Fiji plugin. It relies on the introduction of additional layers in a Viterbi path graph, which requires slight modifications to the standard Viterbi algorithm rules. This layered graph construction allows for the specification of various constraints imposing diversity between solutions. The software allows obtaining a collection of diverse shortest paths under some user-defined constraints through a convenient and user-friendly interface. It can be used alone or be integrated into larger image analysis pipelines. http://bigwww.epfl.ch/algorithms/diversepathsj. michael.unser@epfl.ch or fred.hamprecht@iwr.uni-heidelberg.de. Supplementary data are available at Bioinformatics online. © The Author(s) 2017. Published by Oxford University Press.

  20. Effective caching of shortest paths for location-based services

    DEFF Research Database (Denmark)

    Jensen, Christian S.; Thomsen, Jeppe Rishede; Yiu, Man Lung

    2012-01-01

    Web search is ubiquitous in our daily lives. Caching has been extensively used to reduce the computation time of the search engine and reduce the network traffic beyond a proxy server. Another form of web search, known as online shortest path search, is popular due to advances in geo...

  1. Shortest-path network analysis is a useful approach toward identifying genetic determinants of longevity.

    Directory of Open Access Journals (Sweden)

    J R Managbanag

    Full Text Available BACKGROUND: Identification of genes that modulate longevity is a major focus of aging-related research and an area of intense public interest. In addition to facilitating an improved understanding of the basic mechanisms of aging, such genes represent potential targets for therapeutic intervention in multiple age-associated diseases, including cancer, heart disease, diabetes, and neurodegenerative disorders. To date, however, targeted efforts at identifying longevity-associated genes have been limited by a lack of predictive power, and useful algorithms for candidate gene-identification have also been lacking. METHODOLOGY/PRINCIPAL FINDINGS: We have utilized a shortest-path network analysis to identify novel genes that modulate longevity in Saccharomyces cerevisiae. Based on a set of previously reported genes associated with increased life span, we applied a shortest-path network algorithm to a pre-existing protein-protein interaction dataset in order to construct a shortest-path longevity network. To validate this network, the replicative aging potential of 88 single-gene deletion strains corresponding to predicted components of the shortest-path longevity network was determined. Here we report that the single-gene deletion strains identified by our shortest-path longevity analysis are significantly enriched for mutations conferring either increased or decreased replicative life span, relative to a randomly selected set of 564 single-gene deletion strains or to the current data set available for the entire haploid deletion collection. Further, we report the identification of previously unknown longevity genes, several of which function in a conserved longevity pathway believed to mediate life span extension in response to dietary restriction. CONCLUSIONS/SIGNIFICANCE: This work demonstrates that shortest-path network analysis is a useful approach toward identifying genetic determinants of longevity and represents the first application of

  2. Prograph Based Analysis of Single Source Shortest Path Problem with Few Distinct Positive Lengths

    Directory of Open Access Journals (Sweden)

    B. Bhowmik

    2011-08-01

    Full Text Available In this paper we propose an experimental study model S3P2 of a fast fully dynamic programming algorithm design technique in finite directed graphs with few distinct nonnegative real edge weights. The Bellman-Ford’s approach for shortest path problems has come out in various implementations. In this paper the approach once again is re-investigated with adjacency matrix selection in associate least running time. The model tests proposed algorithm against arbitrarily but positive valued weighted digraphs introducing notion of Prograph that speeds up finding the shortest path over previous implementations. Our experiments have established abstract results with the intention that the proposed algorithm can consistently dominate other existing algorithms for Single Source Shortest Path Problems. A comparison study is also shown among Dijkstra’s algorithm, Bellman-Ford algorithm, and our algorithm.

  3. The Shortest Path Problems in Battery-Electric Vehicle Dispatching with Battery Renewal

    Directory of Open Access Journals (Sweden)

    Minfang Huang

    2016-06-01

    Full Text Available Electric vehicles play a key role for developing an eco-sustainable transport system. One critical component of an electric vehicle is its battery, which can be quickly charged or exchanged before it runs out. The problem of electric vehicle dispatching falls into the category of the shortest path problem with resource renewal. In this paper, we study the shortest path problems in (1 electric transit bus scheduling and (2 electric truck routing with time windows. In these applications, a fully-charged battery allows running a limited operational distance, and the battery before depletion needs to be quickly charged or exchanged with a fully-charged one at a battery management facility. The limited distance and battery renewal result in a shortest path problem with resource renewal. We develop a label-correcting algorithm with state space relaxation to find optimal solutions. In the computational experiments, real-world road geometry data are used to generate realistic travel distances, and other types of data are obtained from the real world or randomly generated. The computational results show that the label-correcting algorithm performs very well.

  4. Evaluation of Shortest Paths in Road Network

    Directory of Open Access Journals (Sweden)

    Farrukh Shehzad

    2009-06-01

    Full Text Available Optimization is a key factor in almost all the topics of operations research / management science and economics.The road networks can be optimized within different constraints like time, distance, cost and traffic running onthe roads.This study is based on optimization of real road network by means of distances. Two main objectives arepursued in this research: 1 road distances among different routes are composed in detail; 2 two standardalgorithms (Dijkstra and Floyd-Warshall algoritms are applied to optimize/minimize these distances for bothsingle-source and all-pairs shortest path problems.

  5. Comparison of the efficiency of two algorithms which solve the shortest path problem with an emotional agent

    Directory of Open Access Journals (Sweden)

    Petruseva Silvana

    2006-01-01

    Full Text Available This paper discusses the comparison of the efficiency of two algorithms, by estimation of their complexity. For solving the problem, the Neural Network Crossbar Adaptive Array (NN-CAA is used as the agent architecture, implementing a model of an emotion. The problem discussed is how to find the shortest path in an environment with n states. The domains concerned are environments with n states, one of which is the starting state, one is the goal state, and some states are undesirable and they should be avoided. It is obtained that finding one path (one solution is efficient, i.e. in polynomial time by both algorithms. One of the algorithms is faster than the other only in the multiplicative constant, and it shows a step forward toward the optimality of the learning process. However, finding the optimal solution (the shortest path by both algorithms is in exponential time which is asserted by two theorems. It might be concluded that the concept of subgoal is one step forward toward the optimality of the process of the agent learning. Yet, it should be explored further on, in order to obtain an efficient, polynomial algorithm.

  6. The Shortest QRS Duration of an Electrocardiogram Might Be an Optimal Electrocardiographic Predictor for Response to Cardiac Resynchronization Therapy.

    Science.gov (United States)

    Chen, Jan-Yow; Lin, Kuo-Hung; Chang, Kuan-Cheng; Chou, Che-Yi

    2017-08-03

    QRS duration has been associated with the response to cardiac resynchronization therapy (CRT). However, the methods for defining QRS duration to predict the outcome of CRT have discrepancies in previous reports. The aim of this study was to determine an optimal measurement of QRS duration to predict the response to CRT.Sixty-one patients who received CRT were analyzed. All patients had class III-IV heart failure, left ventricular ejection fraction not more than 35%, and complete left bundle branch block. The shortest, longest, and average QRS durations from the 12 leads of each electrocardiogram (ECG) were measured. The responses to CRT were determined using the changes in echocardiography after 6 months. Thirty-five (57.4%) patients were responders and 26 (42.6%) patients were non-responders. The pre-procedure shortest, average, and longest QRS durations and the QRS shortening (ΔQRS) of the shortest QRS duration were significantly associated with the response to CRT in a univariate logistic regression analysis (P = 0.002, P = 0.03, P = 0.04 and P = 0.04, respectively). Based on the measurement of the area under curve of the receiver operating characteristic curve, only the pre-procedure shortest QRS duration and the ΔQRS of the shortest QRS duration showed significant discrimination for the response to CRT (P = 0.002 and P = 0.038, respectively). Multivariable logistic regression showed the pre-procedure shortest QRS duration is an independent predictor for the response to CRT.The shortest QRS duration from the 12 leads of the electrocardiogram might be an optimal measurement to predict the response to CRT.

  7. Spatial interpolation of fine particulate matter concentrations using the shortest wind-field path distance.

    Directory of Open Access Journals (Sweden)

    Longxiang Li

    Full Text Available Effective assessments of air-pollution exposure depend on the ability to accurately predict pollutant concentrations at unmonitored locations, which can be achieved through spatial interpolation. However, most interpolation approaches currently in use are based on the Euclidean distance, which cannot account for the complex nonlinear features displayed by air-pollution distributions in the wind-field. In this study, an interpolation method based on the shortest path distance is developed to characterize the impact of complex urban wind-field on the distribution of the particulate matter concentration. In this method, the wind-field is incorporated by first interpolating the observed wind-field from a meteorological-station network, then using this continuous wind-field to construct a cost surface based on Gaussian dispersion model and calculating the shortest wind-field path distances between locations, and finally replacing the Euclidean distances typically used in Inverse Distance Weighting (IDW with the shortest wind-field path distances. This proposed methodology is used to generate daily and hourly estimation surfaces for the particulate matter concentration in the urban area of Beijing in May 2013. This study demonstrates that wind-fields can be incorporated into an interpolation framework using the shortest wind-field path distance, which leads to a remarkable improvement in both the prediction accuracy and the visual reproduction of the wind-flow effect, both of which are of great importance for the assessment of the effects of pollutants on human health.

  8. MARKETING DATABASES – THE SHORTEST WAY TO CLIENT’S HEART

    Directory of Open Access Journals (Sweden)

    Popa Adela Laura

    2008-05-01

    Full Text Available The aim of this paper is to present the potential which could be offered by managing databases in direct marketing through gathering the information that could offer the shortest and efficient way to the clients needs. The paper includes the necessary steps to make this activity a real success

  9. Reduction of wind power induced reserve requirements by advanced shortest-term forecasts and prediction intervals

    Energy Technology Data Exchange (ETDEWEB)

    Dobschinski, Jan; Wessel, Arne; Lange, Bernhard; Bremen, Lueder von [Fraunhofer Institut fuer Windenergie und Energiesystemtechnik (IWES), Kassel (Germany)

    2009-07-01

    In electricity systems with large penetration of wind power, the limited predictability of the wind power generation leads to an increase in reserve and balancing requirements. At first the present study concentrates on the capability of dynamic day-ahead prediction intervals to reduce the wind power induced reserve and balancing requirements. Alternatively the reduction of large forecast errors of the German wind power generation by using advanced shortest-term predictions has been evaluated in a second approach. With focus on the allocation of minute reserve power the aim is to estimate the maximal remaining uncertainty after trading activities on the intraday market. Finally both approaches were used in a case study concerning the reserve requirements induced by the total German wind power expansion in 2007. (orig.)

  10. A new approach to shortest paths on networks based on the quantum bosonic mechanism

    Energy Technology Data Exchange (ETDEWEB)

    Jiang Xin; Wang Hailong; Tang Shaoting; Ma Lili; Zhang Zhanli; Zheng Zhiming, E-mail: jiangxin@ss.buaa.edu.cn [Key Laboratory of Mathematics, Informatics and Behavioral Semantics, Ministry of Education, Beijing University of Aeronautics and Astronautics, 100191 Beijing (China)

    2011-01-15

    This paper presents quantum bosonic shortest path searching (QBSPS), a natural, practical and highly heuristic physical algorithm for reasoning about the recognition of network structure via quantum dynamics. QBSPS is based on an Anderson-like itinerant bosonic system in which a boson's Green function is used as a navigation pointer for one to accurately approach the terminals. QBSPS is demonstrated by rigorous mathematical and physical proofs and plenty of simulations, showing how it can be used as a greedy routing to seek the shortest path between different locations. In methodology, it is an interesting and new algorithm rooted in the quantum mechanism other than combinatorics. In practice, for the all-pairs shortest-path problem in a random scale-free network with N vertices, QBSPS runs in O({mu}(N) ln ln N) time. In application, we suggest that the corresponding experimental realizations are feasible by considering path searching in quantum optical communication networks; in this situation, the method performs a pure local search on networks without requiring the global structure that is necessary for current graph algorithms.

  11. Experiments with the auction algorithm for the shortest path problem

    DEFF Research Database (Denmark)

    Larsen, Jesper; Pedersen, Ib

    1999-01-01

    The auction approach for the shortest path problem (SPP) as introduced by Bertsekas is tested experimentally. Parallel algorithms using the auction approach are developed and tested. Both the sequential and parallel auction algorithms perform significantly worse than a state-of-the-art Dijkstra-l......-like reference algorithm. Experiments are run on a distributed-memory MIMD class Meiko parallel computer....

  12. ACL2 Meets the GPU: Formalizing a CUDA-based Parallelizable All-Pairs Shortest Path Algorithm in ACL2

    Directory of Open Access Journals (Sweden)

    David S. Hardin

    2013-04-01

    Full Text Available As Graphics Processing Units (GPUs have gained in capability and GPU development environments have matured, developers are increasingly turning to the GPU to off-load the main host CPU of numerically-intensive, parallelizable computations. Modern GPUs feature hundreds of cores, and offer programming niceties such as double-precision floating point, and even limited recursion. This shift from CPU to GPU, however, raises the question: how do we know that these new GPU-based algorithms are correct? In order to explore this new verification frontier, we formalized a parallelizable all-pairs shortest path (APSP algorithm for weighted graphs, originally coded in NVIDIA's CUDA language, in ACL2. The ACL2 specification is written using a single-threaded object (stobj and tail recursion, as the stobj/tail recursion combination yields the most straightforward translation from imperative programming languages, as well as efficient, scalable executable specifications within ACL2 itself. The ACL2 version of the APSP algorithm can process millions of vertices and edges with little to no garbage generation, and executes at one-sixth the speed of a host-based version of APSP coded in C – a very respectable result for a theorem prover. In addition to formalizing the APSP algorithm (which uses Dijkstra's shortest path algorithm at its core, we have also provided capability that the original APSP code lacked, namely shortest path recovery. Path recovery is accomplished using a secondary ACL2 stobj implementing a LIFO stack, which is proven correct. To conclude the experiment, we ported the ACL2 version of the APSP kernels back to C, resulting in a less than 5% slowdown, and also performed a partial back-port to CUDA, which, surprisingly, yielded a slight performance increase.

  13. Study on k-shortest paths with behavioral impedance domain from the intermodal public transportation system perspective

    OpenAIRE

    Pereira, Hernane Borges de Barros; Pérez Vidal, Lluís; Lozada, Eleazar G. Madrid

    2003-01-01

    Behavioral impedance domain consists of a theory on route planning for pedestrians, within which constraint management is considered. The goal of this paper is to present the k-shortest path model using the behavioral impedance approach. After the mathematical model building, optimization problem and resolution problem by a behavioral impedance algorithm, it is discussed how behavioral impedance cost function is embedded in the k-shortest path model. From the pedestrian's route planning persp...

  14. Analysis of the asymmetric shortest queue problem : part 2: numerical analysis

    NARCIS (Netherlands)

    Adan, I.J.B.F.; Wessels, J.; Zijm, W.H.M.

    1990-01-01

    In this paper we study a system consisting of two parallel servers with different service rates. Jobs arrive according to a Poisson stream and generate an exponentially distributed workload. On arrival a job joins the shortest queue and in case both queues have equal lengths, he joins the first

  15. Analysis of the asymmetric shortest queue problem : Part 1: theoretical analysis

    NARCIS (Netherlands)

    Adan, I.J.B.F.; Wessels, J.; Zijm, W.H.M.

    1990-01-01

    In this paper we study a system consisting of two parallel servers with different service rates. Jobs arrive according to a Poisson stream and generate an exponentially distributed workload. On arrival a job joins the shortest queue and in case both queues have equal lengths. be joins the first

  16. ESHOPPS: A COMPUTATIONAL TOOL TO AID THE TEACHING OF SHORTEST PATH ALGORITHMS

    Directory of Open Access Journals (Sweden)

    S. J. de A. LIMA

    2015-07-01

    Full Text Available The development of a computational tool called EShoPPS – Environment for Shortest Path Problem Solving, which is used to assist students in understanding the working of Dijkstra, Greedy search and A*(star algorithms is presented in this paper. Such algorithms are commonly taught in graduate and undergraduate courses of Engineering and Informatics and are used for solving many optimization problems that can be characterized as Shortest Path Problem. The EShoPPS is an interactive tool that allows students to create a graph representing the problem and also helps in developing their knowledge of each specific algorithm. Experiments performed with 155 students of undergraduate and graduate courses such as Industrial Engineering, Computer Science and Information Systems have shown that by using the EShoPPS tool students were able to improve their interpretation of investigated algorithms.

  17. A Universal Concept for Robust Solving of Shortest Path Problems in Dynamically Reconfigurable Graphs

    Directory of Open Access Journals (Sweden)

    Jean Chamberlain Chedjou

    2015-01-01

    Full Text Available This paper develops a flexible analytical concept for robust shortest path detection in dynamically reconfigurable graphs. The concept is expressed by a mathematical model representing the shortest path problem solver. The proposed mathematical model is characterized by three fundamental parameters expressing (a the graph topology (through the “incidence matrix”, (b the edge weights (with dynamic external weights’ setting capability, and (c the dynamic reconfigurability through external input(s of the source-destination nodes pair. In order to demonstrate the universality of the developed concept, a general algorithm is proposed to determine the three fundamental parameters (of the mathematical model developed for all types of graphs regardless of their topology, magnitude, and size. It is demonstrated that the main advantage of the developed concept is that arc costs, the origin-destination pair setting, and the graph topology are dynamically provided by external commands, which are inputs of the shortest path solver model. This enables high flexibility and full reconfigurability of the developed concept, without any retraining need. To validate the concept developed, benchmarking is performed leading to a comparison of its performance with the performances of two well-known concepts based on neural networks.

  18. The Resource constrained shortest path problem implemented in a lazy functional language

    NARCIS (Netherlands)

    Hartel, Pieter H.; Glaser, Hugh

    The resource constrained shortest path problem is an NP-hard problem for which many ingenious algorithms have been developed. These algorithms are usually implemented in Fortran or another imperative programming language. We have implemented some of the simpler algorithms in a lazy functional

  19. An Efficient Shortest Path Routing Algorithm for Directed Indoor Environments

    Directory of Open Access Journals (Sweden)

    Sultan Alamri

    2018-03-01

    Full Text Available Routing systems for outdoor space have become the focus of many research works. Such routing systems are based on spatial road networks where moving objects (such as cars are affected by the directed roads and the movement of traffic, which may include traffic jams. Indoor routing, on the other hand, must take into account the features of indoor space such as walls and rooms. In this paper, we take indoor routing in a new direction whereby we consider the features that a building has in common with outdoor spaces. Inside some buildings, there may be directed floors where moving objects must move in a certain direction through directed corridors in order to reach a certain location. For example, on train platforms or in museums, movement in the corridors may be directed. In these directed floor spaces, a routing system enabling a visitor to take the shortest path to a certain location is essential. Therefore, this work proposes a new approach for buildings with directed indoor spaces, where each room can be affected by the density of the moving objects. The proposed system obtains the shortest path between objects or rooms taking into consideration the directed indoor space and the capacity of the objects to move within each room/cell.

  20. Degree distribution of shortest path trees and bias of network sampling algorithms

    NARCIS (Netherlands)

    Bhamidi, S.; Goodman, J.A.; Hofstad, van der R.W.; Komjáthy, J.

    2013-01-01

    In this article, we explicitly derive the limiting distribution of the degree distribution of the shortest path tree from a single source on various random network models with edge weights. We determine the power-law exponent of the degree distribution of this tree and compare it to the degree

  1. Degree distribution of shortest path trees and bias of network sampling algorithms

    NARCIS (Netherlands)

    Bhamidi, S.; Goodman, J.A.; Hofstad, van der R.W.; Komjáthy, J.

    2015-01-01

    In this article, we explicitly derive the limiting degree distribution of the shortest path tree from a single source on various random network models with edge weights. We determine the asymptotics of the degree distribution for large degrees of this tree and compare it to the degree distribution

  2. The tomography of human mobility - what do shortest-path trees reveal?

    Energy Technology Data Exchange (ETDEWEB)

    Thiemann, Christian [Eng. Sci. and Appl. Math, Northwestern University, Evanston, IL (United States); Max-Planck-Institute for Dynamics and Self-Organization, Goettingen (Germany); Grady, Daniel; Brockmann, Dirk [Eng. Sci. and Appl. Math, Northwestern University, Evanston, IL (United States)

    2010-07-01

    Similar to illustrating the anatomy of organs using pictures of tissue slices taken at various depths, we construct shortest-path trees of different nodes to create tomograms of large-scale human mobility networks. This tomography allows us to measure global properties of the system conditioned on a reference location in the network to gain a fuller characterization of a node. It also suggests a canonical coordinate system for representing complex networks and dynamical processes thereon in a simplified way, revealing a new symmetry in the human mobility networks we investigated. Furthermore, introducing the notion of tree similarity, we devised a new technique for clustering nodes with similar topological footprint, yielding a unique and efficient method for community identification and topological backbone extraction. We applied these methods to a multi-scale human mobility network obtained from the dollar-bill-tracking site wheresgoerge.com and to the U.S. and world-wide air transportation network.

  3. Calculating Graph Algorithms for Dominance and Shortest Path

    DEFF Research Database (Denmark)

    Sergey, Ilya; Midtgaard, Jan; Clarke, Dave

    2012-01-01

    We calculate two iterative, polynomial-time graph algorithms from the literature: a dominance algorithm and an algorithm for the single-source shortest path problem. Both algorithms are calculated directly from the definition of the properties by fixed-point fusion of (1) a least fixed point...... expressing all finite paths through a directed graph and (2) Galois connections that capture dominance and path length. The approach illustrates that reasoning in the style of fixed-point calculus extends gracefully to the domain of graph algorithms. We thereby bridge common practice from the school...... of program calculation with common practice from the school of static program analysis, and build a novel view on iterative graph algorithms as instances of abstract interpretation...

  4. A 2D analytical cylindrical gate tunnel FET (CG-TFET) model: impact of shortest tunneling distance

    Science.gov (United States)

    Dash, S.; Mishra, G. P.

    2015-09-01

    A 2D analytical tunnel field-effect transistor (FET) potential model with cylindrical gate (CG-TFET) based on the solution of Laplace’s equation is proposed. The band-to-band tunneling (BTBT) current is derived by the help of lateral electric field and the shortest tunneling distance. However, the analysis is extended to obtain the subthreshold swing (SS) and transfer characteristics of the device. The dependency of drain current, SS and transconductance on gate voltage and shortest tunneling distance is discussed. Also, the effect of scaling the gate oxide thickness and the cylindrical body diameter on the electrical parameters of the device is analyzed.

  5. A 2D analytical cylindrical gate tunnel FET (CG-TFET) model: impact of shortest tunneling distance

    International Nuclear Information System (INIS)

    Dash, S; Mishra, G P

    2015-01-01

    A 2D analytical tunnel field-effect transistor (FET) potential model with cylindrical gate (CG-TFET) based on the solution of Laplace’s equation is proposed. The band-to-band tunneling (BTBT) current is derived by the help of lateral electric field and the shortest tunneling distance. However, the analysis is extended to obtain the subthreshold swing (SS) and transfer characteristics of the device. The dependency of drain current, SS and transconductance on gate voltage and shortest tunneling distance is discussed. Also, the effect of scaling the gate oxide thickness and the cylindrical body diameter on the electrical parameters of the device is analyzed. (paper)

  6. Children's route choice during active transportation to school: Difference between shortest and actual route

    NARCIS (Netherlands)

    Dessing, D.; Vries, S.I. de; Hegeman, G.; Verhagen, E.; Mechelen, W. van; Pierik, F.H.

    2016-01-01

    Background: The purpose of this study is to increase our understanding of environmental correlates that are associated with route choice during active transportation to school (ATS) by comparing characteristics of actual walking and cycling routes between home and school with the shortest possible

  7. Approaching the Brachistochrone Using Inclined Planes--Striving for Shortest or Equal Travelling Times

    Science.gov (United States)

    Theilmann, Florian

    2017-01-01

    The classical "brachistochrone" problem asks for the path on which a mobile point M just driven by its own gravity will travel in the shortest possible time between two given points "A" and "B." The resulting curve, the cycloid, will also be the "tautochrone" curve, i.e. the travelling time of the mobile…

  8. DESIGNING APPLICATION OF ANT COLONY SYSTEM ALGORITHM FOR THE SHORTEST ROUTE OF BANDA ACEH CITY AND ACEH BESAR REGENCY TOURISM BY USING GRAPHICAL USER INTERFACE MATLAB

    Directory of Open Access Journals (Sweden)

    Durisman Durisman

    2017-09-01

    Full Text Available Banda Aceh city and Aceh Besar Regency are two of the leading tourism areas located in the province of Aceh. For travelling, there are some important things to be considered, such as determining schedule and distance of tourism. Every tourist certainly chooses the shortest route to reach the destination since it can save time, energy, and money. The purpose of this reserach is to develop a method that can be used in calculating the shortest route and applied to the tourism of Banda Aceh city and Aceh Besar regency. In this reserach, Ant Colony Optimization algorithm is used to determine the shortest route to tourism of Banda Aceh city and Aceh Besar regency. From the analysis made by using both manual calculation and  GUI MATLAB program application test, the shortest route can be obtained with a minimum distance of 120.85 km in one travel. Based on the test result, the application for tourism (in Banda Aceh city and Aceh Besar regency shortest route searching built by utilizing the Ant Colony Optimization algorithm can find optimal route.  Keyword: tourism, the shortest route, Ant Colony Optimization

  9. A Shortest-Path-Based Method for the Analysis and Prediction of Fruit-Related Genes in Arabidopsis thaliana.

    Science.gov (United States)

    Zhu, Liucun; Zhang, Yu-Hang; Su, Fangchu; Chen, Lei; Huang, Tao; Cai, Yu-Dong

    2016-01-01

    Biologically, fruits are defined as seed-bearing reproductive structures in angiosperms that develop from the ovary. The fertilization, development and maturation of fruits are crucial for plant reproduction and are precisely regulated by intrinsic genetic regulatory factors. In this study, we used Arabidopsis thaliana as a model organism and attempted to identify novel genes related to fruit-associated biological processes. Specifically, using validated genes, we applied a shortest-path-based method to identify several novel genes in a large network constructed using the protein-protein interactions observed in Arabidopsis thaliana. The described analyses indicate that several of the discovered genes are associated with fruit fertilization, development and maturation in Arabidopsis thaliana.

  10. Shortest path problem on a grid network with unordered intermediate points

    Science.gov (United States)

    Saw, Veekeong; Rahman, Amirah; Eng Ong, Wen

    2017-10-01

    We consider a shortest path problem with single cost factor on a grid network with unordered intermediate points. A two stage heuristic algorithm is proposed to find a feasible solution path within a reasonable amount of time. To evaluate the performance of the proposed algorithm, computational experiments are performed on grid maps of varying size and number of intermediate points. Preliminary results for the problem are reported. Numerical comparisons against brute forcing show that the proposed algorithm consistently yields solutions that are within 10% of the optimal solution and uses significantly less computation time.

  11. A shortest-path graph kernel for estimating gene product semantic similarity

    Directory of Open Access Journals (Sweden)

    Alvarez Marco A

    2011-07-01

    Full Text Available Abstract Background Existing methods for calculating semantic similarity between gene products using the Gene Ontology (GO often rely on external resources, which are not part of the ontology. Consequently, changes in these external resources like biased term distribution caused by shifting of hot research topics, will affect the calculation of semantic similarity. One way to avoid this problem is to use semantic methods that are "intrinsic" to the ontology, i.e. independent of external knowledge. Results We present a shortest-path graph kernel (spgk method that relies exclusively on the GO and its structure. In spgk, a gene product is represented by an induced subgraph of the GO, which consists of all the GO terms annotating it. Then a shortest-path graph kernel is used to compute the similarity between two graphs. In a comprehensive evaluation using a benchmark dataset, spgk compares favorably with other methods that depend on external resources. Compared with simUI, a method that is also intrinsic to GO, spgk achieves slightly better results on the benchmark dataset. Statistical tests show that the improvement is significant when the resolution and EC similarity correlation coefficient are used to measure the performance, but is insignificant when the Pfam similarity correlation coefficient is used. Conclusions Spgk uses a graph kernel method in polynomial time to exploit the structure of the GO to calculate semantic similarity between gene products. It provides an alternative to both methods that use external resources and "intrinsic" methods with comparable performance.

  12. External Data Structures for Shortest Path Queries on Planar Digraphs

    DEFF Research Database (Denmark)

    Arge, Lars; Toma, Laura

    2005-01-01

    In this paper we present space-query trade-offs for external memory data structures that answer shortest path queries on planar directed graphs. For any S = Ω(N 1 + ε) and S = O(N2/B), our main result is a family of structures that use S space and answer queries in O(N2/ S B) I/Os, thus obtaining...... optimal space-query product O(N2/B). An S space structure can be constructed in O(√S · sort(N)) I/Os, where sort(N) is the number of I/Os needed to sort N elements, B is the disk block size, and N is the size of the graph....

  13. On the Organization of Parallel Operation of Some Algorithms for Finding the Shortest Path on a Graph on a Computer System with Multiple Instruction Stream and Single Data Stream

    Directory of Open Access Journals (Sweden)

    V. E. Podol'skii

    2015-01-01

    Full Text Available The paper considers the implementing Bellman-Ford and Lee algorithms to find the shortest graph path on a computer system with multiple instruction stream and single data stream (MISD. The MISD computer is a computer that executes commands of arithmetic-logical processing (on the CPU and commands of structures processing (on the structures processor in parallel on a single data stream. Transformation of sequential programs into the MISD programs is a labor intensity process because it requires a stream of the arithmetic-logical processing to be manually separated from that of the structures processing. Algorithms based on the processing of data structures (e.g., algorithms on graphs show high performance on a MISD computer. Bellman-Ford and Lee algorithms for finding the shortest path on a graph are representatives of these algorithms. They are applied to robotics for automatic planning of the robot movement in-situ. Modification of Bellman-Ford and Lee algorithms for finding the shortest graph path in coprocessor MISD mode and the parallel MISD modification of these algorithms were first obtained in this article. Thus, this article continues a series of studies on the transformation of sequential algorithms into MISD ones (Dijkstra and Ford-Fulkerson 's algorithms and has a pronouncedly applied nature. The article also presents the analysis results of Bellman-Ford and Lee algorithms in MISD mode. The paper formulates the basic trends of a technique for parallelization of algorithms into arithmetic-logical processing stream and structures processing stream. Among the key areas for future research, development of the mathematical approach to provide a subsequently formalized and automated process of parallelizing sequential algorithms between the CPU and structures processor is highlighted. Among the mathematical models that can be used in future studies there are graph models of algorithms (e.g., dependency graph of a program. Due to the high

  14. Impacts of Different Mobile User Interfaces on Students’ Satisfaction for Learning Dijkstra’s Shortest Path Algorithm

    Directory of Open Access Journals (Sweden)

    Mazyar Seraj

    2014-10-01

    Full Text Available This paper describes an experimental study of learning Dijkstra’s shortest path algorithm on mobile devices. The aim of the study is to investigate and compare the impacts of two different mobile screen user interfaces on students’ satisfaction for learning the technical subject. A mobile learning prototype was developed for learning Dijkstra’s shortest path algorithm on Apple iPhone 4 operated on iPhone operating system (iOS, and Acer Inconia Tab operated on an Android operating system. Thirty students, who are either currently studying or had previously studied Computer Networks, were recruited for the usability trial. At the end of each single session, students’ satisfaction interacting with the two mobile devices was measured using QUIS questionnaire. Although there is no significant difference in students’ satisfaction between the two different mobile screen interfaces, the subjective findings indicate that Acer Inconia Tab gained higher scores as compared to Apple iPhone 4.

  15. A MODIFIED GENETIC ALGORITHM FOR FINDING FUZZY SHORTEST PATHS IN UNCERTAIN NETWORKS

    Directory of Open Access Journals (Sweden)

    A. A. Heidari

    2016-06-01

    Full Text Available In realistic network analysis, there are several uncertainties in the measurements and computation of the arcs and vertices. These uncertainties should also be considered in realizing the shortest path problem (SPP due to the inherent fuzziness in the body of expert's knowledge. In this paper, we investigated the SPP under uncertainty to evaluate our modified genetic strategy. We improved the performance of genetic algorithm (GA to investigate a class of shortest path problems on networks with vague arc weights. The solutions of the uncertain SPP with considering fuzzy path lengths are examined and compared in detail. As a robust metaheuristic, GA algorithm is modified and evaluated to tackle the fuzzy SPP (FSPP with uncertain arcs. For this purpose, first, a dynamic operation is implemented to enrich the exploration/exploitation patterns of the conventional procedure and mitigate the premature convergence of GA technique. Then, the modified GA (MGA strategy is used to resolve the FSPP. The attained results of the proposed strategy are compared to those of GA with regard to the cost, quality of paths and CPU times. Numerical instances are provided to demonstrate the success of the proposed MGA-FSPP strategy in comparison with GA. The simulations affirm that not only the proposed technique can outperform GA, but also the qualities of the paths are effectively improved. The results clarify that the competence of the proposed GA is preferred in view of quality quantities. The results also demonstrate that the proposed method can efficiently be utilized to handle FSPP in uncertain networks.

  16. Influence of drag force upon the shortest time trajectory of an aircraft

    Directory of Open Access Journals (Sweden)

    Andrei CRAIFALEANU

    2015-06-01

    Full Text Available The shortest time trajectory of an aircraft between two given locations is determined using a simple mathematical model. By taking into account the drag force (viscous friction force with the air, a problem of variational calculus is obtained which consists in determining two functions that minimize a functional, subject to a non-holonomic constraint. The trajectory is determined directly, by numerical integration of Euler equations with multipliers. Three types of drag forces were considered: constant, linear and quadratic. The results are verified through comparison to the values obtained from numerical minimization of the involved functional approximate forms.

  17. Shortest loops are pacemakers in random networks of electrically coupled axons

    Directory of Open Access Journals (Sweden)

    Nikita eVladimirov

    2012-04-01

    Full Text Available High-frequency oscillations (HFOs are an important part of brain activity in health and disease. However, their origins remain obscure and controversial. One possible mechanism depends on the presence of sparsely distributed gap junctions that electrically couple the axons of principal cells. A plexus of electrically coupled axons is modeled as a random network with bidirectional connections between its nodes. Under certain conditions the network can demonstrate one of two types of oscillatory activity. Type I oscillations (100-200 Hz are predicted to be caused by spontaneously spiking axons in a network with strong (high-conductance gap junctions. Type II oscillations (200-300 Hz require no spontaneous spiking and relatively weak (low-conductance gap junctions, across which spike propagation failures occur. The type II oscillations are reentrant and self-sustained. Here we examine what determines the frequency of type II oscillations. Using simulations we show that the distribution of loop lengths is the key factor for determining frequency in type II network oscillations. We first analyze spike failure between two electrically coupled cells using a model of anatomically reconstructed CA1 pyramidal neuron. Then network oscillations are studied by a cellular automaton model with random network connectivity, in which we control loop statistics. We show that oscillation periods can be predicted from the network's loop statistics. The shortest loop, around which a spike can travel, is the most likely pacemaker candidate.The principle of one loop as a pacemaker is remarkable, because random networks contain a large number of loops juxtaposed and superimposed, and their number rapidly grows with network size. This principle allows us to predict the frequency of oscillations from network connectivity and visa versa. We finally propose that type I oscillations may correspond to ripples, while type II oscillations correspond to so-called fast ripples.

  18. Particle swarm optimization for determining shortest distance to voltage collapse

    Energy Technology Data Exchange (ETDEWEB)

    Arya, L.D.; Choube, S.C. [Electrical Engineering Department, S.G.S.I.T.S. Indore, MP 452 003 (India); Shrivastava, M. [Electrical Engineering Department, Government Engineering College Ujjain, MP 456 010 (India); Kothari, D.P. [Centre for Energy Studies, Indian Institute of Technology, Delhi (India)

    2007-12-15

    This paper describes an algorithm for computing shortest distance to voltage collapse or determination of CSNBP using PSO technique. A direction along CSNBP gives conservative results from voltage security view point. This information is useful to the operator to steer the system away from this point by taking corrective actions. The distance to a closest bifurcation is a minimum of the loadability given a slack bus or participation factors for increasing generation as the load increases. CSNBP determination has been formulated as an optimization problem to be used in PSO technique. PSO is a new evolutionary algorithm (EA) which is population based inspired by the social behavior of animals such as fish schooling and birds flocking. It can handle optimization problems with any complexity since mechanization is simple with few parameters to be tuned. The developed algorithm has been implemented on two standard test systems. (author)

  19. Shortest multiple disconnected path for the analysis of entanglements in two- and three-dimensional polymeric systems

    Science.gov (United States)

    Kröger, Martin

    2005-06-01

    We present an algorithm which returns a shortest path and related number of entanglements for a given configuration of a polymeric system in 2 or 3 dimensions. Rubinstein and Helfand, and later Everaers et al. introduced a concept to extract primitive paths for dense polymeric melts made of linear chains (a multiple disconnected multibead 'path'), where each primitive path is defined as a path connecting the (space-fixed) ends of a polymer under the constraint of non-interpenetration (excluded volume) between primitive paths of different chains, such that the multiple disconnected path fulfills a minimization criterion. The present algorithm uses geometrical operations and provides a—model independent—efficient approximate solution to this challenging problem. Primitive paths are treated as 'infinitely' thin (we further allow for finite thickness to model excluded volume), and tensionless lines rather than multibead chains, excluded volume is taken into account without a force law. The present implementation allows to construct a shortest multiple disconnected path (SP) for 2D systems (polymeric chain within spherical obstacles) and an optimal SP for 3D systems (collection of polymeric chains). The number of entanglements is then simply obtained from the SP as either the number of interior kinks, or from the average length of a line segment. Further, information about structure and potentially also the dynamics of entanglements is immediately available from the SP. We apply the method to study the 'concentration' dependence of the degree of entanglement in phantom chain systems. Program summaryTitle of program:Z Catalogue number:ADVG Program summary URL:http://cpc.cs.qub.ac.uk/summaries/ADVG Program obtainable from: CPC Program Library, Queen's University of Belfast, N. Ireland Computer for which the program is designed and others on which it has been tested: Silicon Graphics (Irix), Sun (Solaris), PC (Linux) Operating systems or monitors under which the

  20. Lecturers' and Students’ Perception on Learning Dijkstra’s Shortest Path Algorithm Through Mobile Devices

    Directory of Open Access Journals (Sweden)

    Mazyar Seraj

    2014-06-01

    Full Text Available In recent years, many studies have been carried out on how to engage and support students in e-learning environments. Portable devices such as Personal Digital Assistants (PDAs, Tablet PCs, mobile phones and other mobile equipment have been used as parts of electronic learning environments to facilitate learning and teaching for both lecturers and students. However, there is still a dearth of study investigating the effects of small screen interfaces on mobile-based learning environments. This study aims to address two objectives: (i investigate lecturer and student difficulties encountered in teaching-learning process in traditional face-to-face classroom settings, and (ii to explore lecturer and student perceptions about learning the subject through mobile devices. This paper presents the results of a qualitative study using structured interviews to investigate lecturer and student experiences and perceptions on teaching and learning Dijkstra’s shortest path algorithm via mobile devices. The interview insights were then used as inputs to define user requirements for a mobile learning prototype. The findings show that the lecturers and students raised many issues about interactivity and the flexibility of effective learning applications on small screen devices, especially for a technical subject.

  1. Solving fuzzy shortest path problem by genetic algorithm

    Science.gov (United States)

    Syarif, A.; Muludi, K.; Adrian, R.; Gen, M.

    2018-03-01

    Shortest Path Problem (SPP) is known as one of well-studied fields in the area Operations Research and Mathematical Optimization. It has been applied for many engineering and management designs. The objective is usually to determine path(s) in the network with minimum total cost or traveling time. In the past, the cost value for each arc was usually assigned or estimated as a deteministic value. For some specific real world applications, however, it is often difficult to determine the cost value properly. One way of handling such uncertainty in decision making is by introducing fuzzy approach. With this situation, it will become difficult to solve the problem optimally. This paper presents the investigations on the application of Genetic Algorithm (GA) to a new SPP model in which the cost values are represented as Triangular Fuzzy Number (TFN). We adopts the concept of ranking fuzzy numbers to determine how good the solutions. Here, by giving his/her degree value, the decision maker can determine the range of objective value. This would be very valuable for decision support system in the real world applications.Simulation experiments were carried out by modifying several test problems with 10-25 nodes. It is noted that the proposed approach is capable attaining a good solution with different degree of optimism for the tested problems.

  2. Premortal data in the process of skeletal remains identification

    Directory of Open Access Journals (Sweden)

    Marinković Nadica

    2012-01-01

    Full Text Available Background/Aim. The basic task of a forensic examiner during the exhumation of mass graves or in mass accidents is to establish identity of a person. The results obtained through these procedures depend on the level of perceptibility of post mortal changes and they are compared with premortal data obtained from family members of those missing or killed. Experience with exhumations has shown significant differences between the results obtained through exhumation and the premortal data. The aim of the study was to suggest the existance of the difference between premortal data and the results obtained by exhumation regarding the some parameters, as well as to direct premortal data colection to the specific skeletal forms. Methods. We performed comparative analysis of the results of exhumation of skeletal remains in a mass grave and the premortal data concerning the identified persons. The least number of individuals in this mass grave was calculated according to the upper parts of the right femur and it helped in calculating the smallest number of individuals in mass graves to be 48. A total of 27 persons were identified. Sex was determined by metrics and morphology of the pelvis. Personal age in the moment of death was determined by morphology features of groin symphisis and morphology of sternal edge of ribs and other parts of scelets observations. The hight was calculated as average results of length of long bones and Rollet coefficients. Results. There was a complete match in terms of sex and age matched within an interval that could be established based on the skeletal remains. All the other parameters were different, however, which made identification significantly more difficult. Conclusion. The premortal data is an important element of identification process and it should be obtained by the forensic doctor and directed towards more detailed examination of the skeletal system.

  3. Extended shortest path selection for package routing of complex networks

    Science.gov (United States)

    Ye, Fan; Zhang, Lei; Wang, Bing-Hong; Liu, Lu; Zhang, Xing-Yi

    The routing strategy plays a very important role in complex networks such as Internet system and Peer-to-Peer networks. However, most of the previous work concentrates only on the path selection, e.g. Flooding and Random Walk, or finding the shortest path (SP) and rarely considering the local load information such as SP and Distance Vector Routing. Flow-based Routing mainly considers load balance and still cannot achieve best optimization. Thus, in this paper, we propose a novel dynamic routing strategy on complex network by incorporating the local load information into SP algorithm to enhance the traffic flow routing optimization. It was found that the flow in a network is greatly affected by the waiting time of the network, so we should not consider only choosing optimized path for package transformation but also consider node congestion. As a result, the packages should be transmitted with a global optimized path with smaller congestion and relatively short distance. Analysis work and simulation experiments show that the proposed algorithm can largely enhance the network flow with the maximum throughput within an acceptable calculating time. The detailed analysis of the algorithm will also be provided for explaining the efficiency.

  4. K-Shortest-Path-Based Evacuation Routing with Police Resource Allocation in City Transportation Networks.

    Directory of Open Access Journals (Sweden)

    Yunyue He

    Full Text Available Emergency evacuation aims to transport people from dangerous places to safe shelters as quickly as possible. Police play an important role in the evacuation process, as they can handle traffic accidents immediately and help people move smoothly on roads. This paper investigates an evacuation routing problem that involves police resource allocation. We propose a novel k-th-shortest-path-based technique that uses explicit congestion control to optimize evacuation routing and police resource allocation. A nonlinear mixed-integer programming model is presented to formulate the problem. The model's objective is to minimize the overall evacuation clearance time. Two algorithms are given to solve the problem. The first one linearizes the original model and solves the linearized problem with CPLEX. The second one is a heuristic algorithm that uses a police resource utilization efficiency index to directly solve the original model. This police resource utilization efficiency index significantly aids in the evaluation of road links from an evacuation throughput perspective. The proposed algorithms are tested with a number of examples based on real data from cities of different sizes. The computational results show that the police resource utilization efficiency index is very helpful in finding near-optimal solutions. Additionally, comparing the performance of the heuristic algorithm and the linearization method by using randomly generated examples indicates that the efficiency of the heuristic algorithm is superior.

  5. Fast and accurate global multiphase arrival tracking: the irregular shortest-path method in a 3-D spherical earth model

    Science.gov (United States)

    Huang, Guo-Jiao; Bai, Chao-Ying; Greenhalgh, Stewart

    2013-09-01

    The traditional grid/cell-based wavefront expansion algorithms, such as the shortest path algorithm, can only find the first arrivals or multiply reflected (or mode converted) waves transmitted from subsurface interfaces, but cannot calculate the other later reflections/conversions having a minimax time path. In order to overcome the above limitations, we introduce the concept of a stationary minimax time path of Fermat's Principle into the multistage irregular shortest path method. Here we extend it from Cartesian coordinates for a flat earth model to global ray tracing of multiple phases in a 3-D complex spherical earth model. The ray tracing results for 49 different kinds of crustal, mantle and core phases show that the maximum absolute traveltime error is less than 0.12 s and the average absolute traveltime error is within 0.09 s when compared with the AK135 theoretical traveltime tables for a 1-D reference model. Numerical tests in terms of computational accuracy and CPU time consumption indicate that the new scheme is an accurate, efficient and a practical way to perform 3-D multiphase arrival tracking in regional or global traveltime tomography.

  6. Anammox-based technologies for nitrogen removal: Advances in process start-up and remaining issues.

    Science.gov (United States)

    Ali, Muhammad; Okabe, Satoshi

    2015-12-01

    Nitrogen removal from wastewater via anaerobic ammonium oxidation (anammox)-based process has been recognized as efficient, cost-effective and low energy alternative to the conventional nitrification and denitrification processes. To date, more than one hundred full-scale anammox plants have been installed and operated for treatment of NH4(+)-rich wastewater streams around the world, and the number is increasing rapidly. Since the discovery of anammox process, extensive researches have been done to develop various anammox-based technologies. However, there are still some challenges in practical application of anammox-based treatment process at full-scale, e.g., longer start-up period, limited application to mainstream municipal wastewater and poor effluent water quality. This paper aimed to summarize recent status of application of anammox process and researches on technological development for solving these remaining problems. In addition, an integrated system of anammox-based process and microbial fuel cell is proposed for sustainable and energy-positive wastewater treatment. Copyright © 2015 Elsevier Ltd. All rights reserved.

  7. Remaining Useful Life Prediction for Lithium-Ion Batteries Based on Gaussian Processes Mixture

    Science.gov (United States)

    Li, Lingling; Wang, Pengchong; Chao, Kuei-Hsiang; Zhou, Yatong; Xie, Yang

    2016-01-01

    The remaining useful life (RUL) prediction of Lithium-ion batteries is closely related to the capacity degeneration trajectories. Due to the self-charging and the capacity regeneration, the trajectories have the property of multimodality. Traditional prediction models such as the support vector machines (SVM) or the Gaussian Process regression (GPR) cannot accurately characterize this multimodality. This paper proposes a novel RUL prediction method based on the Gaussian Process Mixture (GPM). It can process multimodality by fitting different segments of trajectories with different GPR models separately, such that the tiny differences among these segments can be revealed. The method is demonstrated to be effective for prediction by the excellent predictive result of the experiments on the two commercial and chargeable Type 1850 Lithium-ion batteries, provided by NASA. The performance comparison among the models illustrates that the GPM is more accurate than the SVM and the GPR. In addition, GPM can yield the predictive confidence interval, which makes the prediction more reliable than that of traditional models. PMID:27632176

  8. Remaining useful life prediction based on the Wiener process for an aviation axial piston pump

    Directory of Open Access Journals (Sweden)

    Xingjian Wang

    2016-06-01

    Full Text Available An aviation hydraulic axial piston pump’s degradation from comprehensive wear is a typical gradual failure model. Accurate wear prediction is difficult as random and uncertain characteristics must be factored into the estimation. The internal wear status of the axial piston pump is characterized by the return oil flow based on fault mechanism analysis of the main frictional pairs in the pump. The performance degradation model is described by the Wiener process to predict the remaining useful life (RUL of the pump. Maximum likelihood estimation (MLE is performed by utilizing the expectation maximization (EM algorithm to estimate the initial parameters of the Wiener process while recursive estimation is conducted utilizing the Kalman filter method to estimate the drift coefficient of the Wiener process. The RUL of the pump is then calculated according to the performance degradation model based on the Wiener process. Experimental results indicate that the return oil flow is a suitable characteristic for reflecting the internal wear status of the axial piston pump, and thus the Wiener process-based method may effectively predicate the RUL of the pump.

  9. Small flow rate can supply inwardly migrating shortest-period planets

    Directory of Open Access Journals (Sweden)

    Taylor S.F.

    2013-04-01

    Full Text Available The number of exoplanets found with periods as short as one day and less was surprising given how fast these planets had been expected to migrate into the star due to the tides raised on the star by planets at such close distances. It has been seen as improbable that we would find planets in such a small final fraction of their lives [1]. The favored solution has been that the tidal dissipation is much weaker than expected, which would mean that the final infall would be a larger fraction of the planets’ life. We find no reason, however, to exclude the explanation that a small number of planets are continuously sent migrating inwards such that these planets indeed are in the last fraction of their lives. Following the observation that the distribution of medium planets disfavors tidal dissipation being significantly weaker than has been found from observations of binary stars [2], we now show that the numbers of planets in such a “flow” of excess planets migrating inwards is low enough that even depletion of the three-day pileup is a plausible source. Then the shortest period occurrence distribution would be shaped by planets continuously being sent into the star, which may explain the depletion of the pileup in the Kepler field relative to the solar neighborhood [3]. Because Kepler observes above the galactic plan, [3] suggested the Kepler field may include an older population of stars. The tidal dissipation strength in stars due to giant planets may be not greatly weaker than it is in binary stars.

  10. Remaining useful life prediction based on variation coefficient consistency test of a Wiener process

    Directory of Open Access Journals (Sweden)

    Juan LI

    2018-01-01

    Full Text Available High-cost equipment is often reused after maintenance, and whether the information before the maintenance can be used for the Remaining Useful Life (RUL prediction after the maintenance is directly determined by the consistency of the degradation pattern before and after the maintenance. Aiming at this problem, an RUL prediction method based on the consistency test of a Wiener process is proposed. Firstly, the parameters of the Wiener process estimated by Maximum Likelihood Estimation (MLE are proved to be biased, and a modified unbiased estimation method is proposed and verified by derivation and simulations. Then, the h statistic is constructed according to the reciprocal of the variation coefficient of the Wiener process, and the sampling distribution is derived. Meanwhile, a universal method for the consistency test is proposed based on the sampling distribution theorem, which is verified by simulation data and classical crack degradation data. Finally, based on the consistency test of the degradation model, a weighted fusion RUL prediction method is presented for the fuel pump of an airplane, and the validity of the presented method is verified by accurate computation results of real data, which provides a theoretical and practical guidance for engineers to predict the RUL of equipment after maintenance.

  11. Data-aware remaining time prediction of business process instances

    NARCIS (Netherlands)

    Polato, M.; Sperduti, A.; Burattin, A.; Leoni, de M.

    2014-01-01

    Accurate prediction of the completion time of a business process instance would constitute a valuable tool when managing processes under service level agreement constraints. Such prediction, however, is a very challenging task. A wide variety of factors could influence the trend of a process

  12. Evaluating the impact of water processing on wood charcoal remains: Tell Qarassa North, a case study

    DEFF Research Database (Denmark)

    Otaegui, Amaia Arranz; Zapata, Lydia; Colledge, Sue

    .5 l) were recovered. The aim of the work is to evaluate if water processing affects similarly all of taxa or instead, differences exists in the preservation of certain types of remains. To evaluate this, taxonomic and taphonomic analyses were carried out, including the recording of alterations...... the taxa present at the site. The results presented here warn against straightforward interpretations of wood charcoal frequencies in terms of original composition of past vegetation, and suggest that it would be advisable to use more than one recovery technique, along with recording of different types...

  13. A Hybrid Optimized Weighted Minimum Spanning Tree for the Shortest Intrapath Selection in Wireless Sensor Network

    Directory of Open Access Journals (Sweden)

    Matheswaran Saravanan

    2014-01-01

    Full Text Available Wireless sensor network (WSN consists of sensor nodes that need energy efficient routing techniques as they have limited battery power, computing, and storage resources. WSN routing protocols should enable reliable multihop communication with energy constraints. Clustering is an effective way to reduce overheads and when this is aided by effective resource allocation, it results in reduced energy consumption. In this work, a novel hybrid evolutionary algorithm called Bee Algorithm-Simulated Annealing Weighted Minimal Spanning Tree (BASA-WMST routing is proposed in which randomly deployed sensor nodes are split into the best possible number of independent clusters with cluster head and optimal route. The former gathers data from sensors belonging to the cluster, forwarding them to the sink. The shortest intrapath selection for the cluster is selected using Weighted Minimum Spanning Tree (WMST. The proposed algorithm computes the distance-based Minimum Spanning Tree (MST of the weighted graph for the multihop network. The weights are dynamically changed based on the energy level of each sensor during route selection and optimized using the proposed bee algorithm simulated annealing algorithm.

  14. Distribution of shortest path lengths in a class of node duplication network models

    Science.gov (United States)

    Steinbock, Chanania; Biham, Ofer; Katzav, Eytan

    2017-09-01

    We present analytical results for the distribution of shortest path lengths (DSPL) in a network growth model which evolves by node duplication (ND). The model captures essential properties of the structure and growth dynamics of social networks, acquaintance networks, and scientific citation networks, where duplication mechanisms play a major role. Starting from an initial seed network, at each time step a random node, referred to as a mother node, is selected for duplication. Its daughter node is added to the network, forming a link to the mother node, and with probability p to each one of its neighbors. The degree distribution of the resulting network turns out to follow a power-law distribution, thus the ND network is a scale-free network. To calculate the DSPL we derive a master equation for the time evolution of the probability Pt(L =ℓ ) , ℓ =1 ,2 ,⋯ , where L is the distance between a pair of nodes and t is the time. Finding an exact analytical solution of the master equation, we obtain a closed form expression for Pt(L =ℓ ) . The mean distance 〈L〉 t and the diameter Δt are found to scale like lnt , namely, the ND network is a small-world network. The variance of the DSPL is also found to scale like lnt . Interestingly, the mean distance and the diameter exhibit properties of a small-world network, rather than the ultrasmall-world network behavior observed in other scale-free networks, in which 〈L〉 t˜lnlnt .

  15. Technical note: Quantification of neurocranial shape variation using the shortest paths connecting pairs of anatomical landmarks.

    Science.gov (United States)

    Morita, Yusuke; Ogihara, Naomichi; Kanai, Takashi; Suzuki, Hiromasa

    2013-08-01

    Three-dimensional geometric morphometric techniques have been widely used in quantitative comparisons of craniofacial morphology in humans and nonhuman primates. However, few anatomical landmarks can actually be defined on the neurocranium. In this study, an alternative method is proposed for defining semi-landmarks on neurocranial surfaces for use in detailed analysis of cranial shape. Specifically, midsagittal, nuchal, and temporal lines were approximated using Bezier curves and equally spaced points along each of the curves were defined as semi-landmarks. The shortest paths connecting pairs of anatomical landmarks as well as semi-landmarks were then calculated in order to represent the surface morphology between landmarks using equally spaced points along the paths. To evaluate the efficacy of this method, the previously outlined technique was used in morphological analysis of sexual dimorphism in modern Japanese crania. The study sample comprised 22 specimens that were used to generate 110 anatomical semi-landmarks, which were used in geometric morphometric analysis. Although variations due to sexual dimorphism in human crania are very small, differences could be identified using the proposed landmark placement, which demonstrated the efficacy of the proposed method. Copyright © 2013 Wiley Periodicals, Inc.

  16. A Comparison of the Cluster-Span Threshold and the Union of Shortest Paths as Objective Thresholds of EEG Functional Connectivity Networks from Beta Activity in Alzhaimer’s Disease

    OpenAIRE

    Smith, K; Abasolo, Daniel Emilio; Escudero, J

    2016-01-01

    The Cluster-Span Threshold (CST) is a recently introduced unbiased threshold for functional connectivity networks. This binarisation technique offers a natural trade-off of sparsity and density of information by balancing the ratio of closed to open triples in the network topology. Here we present findings comparing it with the Union of Shortest Paths (USP), another recently proposed objective method. We analyse standard network metrics of binarised networks for sensitivity to clinical Alzhei...

  17. Forensic considerations when dealing with incinerated human dental remains.

    Science.gov (United States)

    Reesu, Gowri Vijay; Augustine, Jeyaseelan; Urs, Aadithya B

    2015-01-01

    Establishing the human dental identification process relies upon sufficient post-mortem data being recovered to allow for a meaningful comparison with ante-mortem records of the deceased person. Teeth are the most indestructible components of the human body and are structurally unique in their composition. They possess the highest resistance to most environmental effects like fire, desiccation, decomposition and prolonged immersion. In most natural as well as man-made disasters, teeth may provide the only means of positive identification of an otherwise unrecognizable body. It is imperative that dental evidence should not be destroyed through erroneous handling until appropriate radiographs, photographs, or impressions can be fabricated. Proper methods of physical stabilization of incinerated human dental remains should be followed. The maintenance of integrity of extremely fragile structures is crucial to the successful confirmation of identity. In such situations, the forensic dentist must stabilise these teeth before the fragile remains are transported to the mortuary to ensure preservation of possibly vital identification evidence. Thus, while dealing with any incinerated dental remains, a systematic approach must be followed through each stage of evaluation of incinerated dental remains to prevent the loss of potential dental evidence. This paper presents a composite review of various studies on incinerated human dental remains and discusses their impact on the process of human identification and suggests a step by step approach. Copyright © 2014 Elsevier Ltd and Faculty of Forensic and Legal Medicine. All rights reserved.

  18. Sistem Pengantaran Makanan dengan Pendayagunaan Vehicle Menggunakan Geographical Information System (GIS) dan Algoritma A Star (A*)

    OpenAIRE

    Lubis, Elita Sari

    2016-01-01

    Food delivery system is one various of geographical information systems (GIS) that can be applied through digitation process. The main case in food delivery service is the way to acquire shortest path and movement tracking of food delivery vehicle. Therefore, to accomplish the efficient food delivery system digitation process, it is needed to add facility of shortest path determination and food delivery vehicle tracking. This research uses A* shortest path algorithm to determine shortest path...

  19. Multi-Energy Processing for Novel Coating Technologies

    Science.gov (United States)

    2014-12-18

    shape bounced back with increased inner flame lengths and reduced diameters. At 10.532 ^m, the length of the inner flame was the shortest, 3 mm, with a...brighter and shorter. At 10.22 ^m, the inner flame length was the shortest, 4 mm with 2 m expansion in diameter, indicating accelerated combustion...absorption rates less than 1/3 of that at 9 219 um the lame length shrank further and became brighter. With a laser irradiation at 9.219 ^m the flame

  20. Study on remain actinides recovery in pyro reprocessing

    International Nuclear Information System (INIS)

    Suharto, Bambang

    1996-01-01

    The spent fuel reprocessing by dry process called pyro reprocessing have been studied. Most of U, Pu and MA (minor actinides) from the spent fuel will be recovered and be fed back to the reactor as new fuel. Accumulation of remain actinides will be separated by extraction process with liquid cadmium solvent. The research was conducted by computer simulation to calculate the stage number required. The calculation's results showed on the 20 stages extractor more than 99% actinides can be separated. (author)

  1. Comparison of Decisions Quality of Heuristic Methods with Limited Depth-First Search Techniques in the Graph Shortest Path Problem

    Directory of Open Access Journals (Sweden)

    Vatutin Eduard

    2017-12-01

    Full Text Available The article deals with the problem of analysis of effectiveness of the heuristic methods with limited depth-first search techniques of decision obtaining in the test problem of getting the shortest path in graph. The article briefly describes the group of methods based on the limit of branches number of the combinatorial search tree and limit of analyzed subtree depth used to solve the problem. The methodology of comparing experimental data for the estimation of the quality of solutions based on the performing of computational experiments with samples of graphs with pseudo-random structure and selected vertices and arcs number using the BOINC platform is considered. It also shows description of obtained experimental results which allow to identify the areas of the preferable usage of selected subset of heuristic methods depending on the size of the problem and power of constraints. It is shown that the considered pair of methods is ineffective in the selected problem and significantly inferior to the quality of solutions that are provided by ant colony optimization method and its modification with combinatorial returns.

  2. Comparison of Decisions Quality of Heuristic Methods with Limited Depth-First Search Techniques in the Graph Shortest Path Problem

    Science.gov (United States)

    Vatutin, Eduard

    2017-12-01

    The article deals with the problem of analysis of effectiveness of the heuristic methods with limited depth-first search techniques of decision obtaining in the test problem of getting the shortest path in graph. The article briefly describes the group of methods based on the limit of branches number of the combinatorial search tree and limit of analyzed subtree depth used to solve the problem. The methodology of comparing experimental data for the estimation of the quality of solutions based on the performing of computational experiments with samples of graphs with pseudo-random structure and selected vertices and arcs number using the BOINC platform is considered. It also shows description of obtained experimental results which allow to identify the areas of the preferable usage of selected subset of heuristic methods depending on the size of the problem and power of constraints. It is shown that the considered pair of methods is ineffective in the selected problem and significantly inferior to the quality of solutions that are provided by ant colony optimization method and its modification with combinatorial returns.

  3. Decontamination and management of human remains following incidents of hazardous chemical release.

    Science.gov (United States)

    Hauschild, Veronique D; Watson, Annetta; Bock, Robert

    2012-01-01

    To provide specific guidance and resources for systematic and orderly decontamination of human remains resulting from a chemical terrorist attack or accidental chemical release. A detailed review and health-based decision criteria protocol is summarized. Protocol basis and logic are derived from analyses of compound-specific toxicological data and chemical/physical characteristics. Guidance is suitable for civilian or military settings where human remains potentially contaminated with hazardous chemicals may be present, such as sites of transportation accidents, terrorist operations, or medical examiner processing points. Guidance is developed from data-characterizing controlled experiments with laboratory animals, fabrics, and materiel. Logic and specific procedures for decontamination and management of remains, protection of mortuary affairs personnel, and decision criteria to determine when remains are sufficiently decontaminated are presented. Established procedures as well as existing materiel and available equipment for decontamination and verification provide reasonable means to mitigate chemical hazards from chemically exposed remains. Unique scenarios such as those involving supralethal concentrations of certain liquid chemical warfare agents may prove difficult to decontaminate but can be resolved in a timely manner by application of the characterized systematic approaches. Decision criteria and protocols to "clear" decontaminated remains for transport and processing are also provided. Once appropriate decontamination and verification have been accomplished, normal procedures for management of remains and release can be followed.

  4. Wolff-Parkinson-White syndrome: lessons learnt and lessons remaining.

    Science.gov (United States)

    Benson, D Woodrow; Cohen, Mitchell I

    2017-01-01

    The Wolff-Parkinson-White pattern refers to the electrocardiographic appearance in sinus rhythm, wherein an accessory atrioventricular pathway abbreviates the P-R interval and causes a slurring of the QRS upslope - the "delta wave". It may be asymptomatic or it may be associated with orthodromic reciprocating tachycardia; however, rarely, even in children, it is associated with sudden death due to ventricular fibrillation resulting from a rapid response by the accessory pathway to atrial fibrillation, which itself seems to result from orthodromic reciprocating tachycardia. Historically, patients at risk for sudden death were characterised by the presence of symptoms and a shortest pre- excited R-R interval during induced atrial fibrillation Wolff-Parkinson-White pattern and availability of catheter ablation, there has been a need to identify risk among asymptomatic patients. Recent guidelines recommend invasive evaluation for such patients where pre-excitation clearly does not disappear during exercise testing. This strategy has a high negative predictive value only. The accuracy of this approach is under continued investigation, especially in light of other considerations: Patients having intermittent pre-excitation, once thought to be at minimal risk may not be, and the role of isoproterenol in risk assessment.

  5. Decomposition Technique for Remaining Useful Life Prediction

    Science.gov (United States)

    Saha, Bhaskar (Inventor); Goebel, Kai F. (Inventor); Saxena, Abhinav (Inventor); Celaya, Jose R. (Inventor)

    2014-01-01

    The prognostic tool disclosed here decomposes the problem of estimating the remaining useful life (RUL) of a component or sub-system into two separate regression problems: the feature-to-damage mapping and the operational conditions-to-damage-rate mapping. These maps are initially generated in off-line mode. One or more regression algorithms are used to generate each of these maps from measurements (and features derived from these), operational conditions, and ground truth information. This decomposition technique allows for the explicit quantification and management of different sources of uncertainty present in the process. Next, the maps are used in an on-line mode where run-time data (sensor measurements and operational conditions) are used in conjunction with the maps generated in off-line mode to estimate both current damage state as well as future damage accumulation. Remaining life is computed by subtracting the instance when the extrapolated damage reaches the failure threshold from the instance when the prediction is made.

  6. Use of graph algorithms in the processing and analysis of images with focus on the biomedical data.

    Science.gov (United States)

    Zdimalova, M; Roznovjak, R; Weismann, P; El Falougy, H; Kubikova, E

    2017-01-01

    Image segmentation is a known problem in the field of image processing. A great number of methods based on different approaches to this issue was created. One of these approaches utilizes the findings of the graph theory. Our work focuses on segmentation using shortest paths in a graph. Specifically, we deal with methods of "Intelligent Scissors," which use Dijkstra's algorithm to find the shortest paths. We created a new software in Microsoft Visual Studio 2013 integrated development environment Visual C++ in the language C++/CLI. We created a format application with a graphical users development environment for system Windows, with using the platform .Net (version 4.5). The program was used for handling and processing the original medical data. The major disadvantage of the method of "Intelligent Scissors" is the computational time length of Dijkstra's algorithm. However, after the implementation of a more efficient priority queue, this problem could be alleviated. The main advantage of this method we see in training that enables to adapt to a particular kind of edge, which we need to segment. The user involvement has a significant influence on the process of segmentation, which enormously aids to achieve high-quality results (Fig. 7, Ref. 13).

  7. Explicit calibration and simulation of stochastic fields by low-order ARMA processes

    DEFF Research Database (Denmark)

    Krenk, Steen

    2011-01-01

    A simple framework for autoregressive simulation of stochastic fields is presented. The autoregressive format leads to a simple exponential correlation structure in the time-dimension. In the case of scalar processes a more detailed correlation structure can be obtained by adding memory...... to the process via an extension to autoregressive moving average (ARMA) processes. The ARMA format incorporates a more detailed correlation structure by including previous values of the simulated process. Alternatively, a more detailed correlation structure can be obtained by including additional 'state......-space' variables in the simulation. For a scalar process this would imply an increase of the dimension of the process to be simulated. In the case of a stochastic field the correlation in the time-dimension is represented, although indirectly, in the simultaneous spatial correlation. The model with the shortest...

  8. The highest velocity and the shortest duration permitting attainment of VO2max during running

    Directory of Open Access Journals (Sweden)

    Tiago Turnes

    2015-02-01

    Full Text Available DOI: http://dx.doi.org/10.5007/1980-0037.2015v17n2p226   The severe-intensity domain has important applications for the prescription of running training and the elaboration of experimental designs. The objectives of this study were: 1 to investigate the validity of a previously proposed model to estimate the shortest exercise duration (TLOW and the highest velocity (VHIGH at which VO2max is reached during running, and 2 to evaluate the effects of aerobic training status on these variables. Eight runners and eight physically active subjects performed several treadmill running exercise tests to fatigue in order to mathematically estimate and to experimentally determine TLOW and VHIGH. The relationship between the time to achieve VO2max and time to exhaustion (Tlim was used to estimate TLOW. VHIGH was estimated using the critical velocity model. VHIGH was assumed to be the highest velocity at which VO2 was equal to or higher than the average VO2max minus one standard deviation. TLOW was defined as Tlim associated with VHIGH. Runners presented better aerobic fitness and higher VHIGH (22.2 ± 1.9 km.h-1 than active subjects (20.0 ± 2.1 km.h-1. However, TLOW did not differ between groups (runners: 101 ± 39 s; active subjects: 100 ± 35 s. TLOW and VHIGH were not well estimated by the model proposed, with high coefficients of variation (> 6% and a low correlation coefficient (r<0.70, a fact reducing the validity of the model. It was concluded that aerobic training status positively affected only VHIGH. Furthermore, the model proposed presented low validity to estimate the upper boundary of the severe-intensity domain (i.e., VHIGH, irrespective of the subjects’ training status.

  9. Probabilistic shortest path tractography in DTI using Gaussian Process ODE solvers

    DEFF Research Database (Denmark)

    Schober, Michael; Kasenburg, Niklas; Feragen, Aasa

    2014-01-01

    Tractography in diffusion tensor imaging estimates connectivity in the brain through observations of local diffusivity. These observations are noisy and of low resolution and, as a consequence, connections cannot be found with high precision. We use probabilistic numerics to estimate connectivity...

  10. A Study on Generic Representation of Skeletal Remains Replication of Prehistoric Burial

    Directory of Open Access Journals (Sweden)

    C.-W. Shao

    2015-08-01

    Full Text Available Generic representation of skeletal remains from burials consists of three dimensions which include physical anthropologists, replication technicians, and promotional educators. For the reason that archaeological excavation is irreversible and disruptive, detail documentation and replication technologies are surely needed for many purposes. Unearthed bones during the process of 3D digital scanning need to go through reverse procedure, 3D scanning, digital model superimposition, rapid prototyping, mould making, and the integrated errors generated from the presentation of colours and textures are important issues for the presentation of replicate skeleton remains among professional decisions conducted by physical anthropologists, subjective determination of makers, and the expectations of viewers. This study presents several cases and examines current issues on display and replication technologies for human skeletal remains of prehistoric burials. This study documented detail colour changes of human skeleton over time for the reference of reproduction. The tolerance errors of quantification and required technical qualification is acquired according to the precision of 3D scanning, the specification requirement of rapid prototyping machine, and the mould making process should following the professional requirement for physical anthropological study. Additionally, the colorimeter is adopted to record and analyse the “colour change” of the human skeletal remains from wet to dry condition. Then, the “colure change” is used to evaluate the “real” surface texture and colour presentation of human skeletal remains, and to limit the artistic presentation among the human skeletal remains reproduction. The“Lingdao man No.1”, is a well preserved burial of early Neolithic period (8300 B.P. excavated from Liangdao-Daowei site, Matsu, Taiwan , as the replicating object for this study. In this study, we examined the reproduction procedures step by

  11. Mummified remains from the Archaeological Museum in Zagreb, Croatia - Reviewing peculiarities and limitations of human and non-human radiological identification and analysis in mummified remains.

    Science.gov (United States)

    Petaros, Anja; Janković, Ivor; Cavalli, Fabio; Ivanac, Gordana; Brkljačić, Boris; Čavka, Mislav

    2015-10-01

    Forensic protocols and medico-legal techniques are increasingly being employed in investigations of museological material. The final findings of such investigations may reveal interesting facts on historical figures, customs and habits, as well as provide meaningful data for forensic use. Herein we present a case review where forensic experts were requested to identify taxonomic affinities, stage of preservation and provide skeletal analysis of mummified non-human archaeological remains, and verify whether two mummified hands are human or not. The manuscript offers a short review on the process and particularities of radiological species identification, the impact of post-mortem changes in the analysis and imaging of mummified remains as well as the macroscopical interpretation of trauma, pathology and authenticity in mummified remains, which can all turn useful when dealing with forensic cases. Copyright © 2015 Elsevier Ltd and Faculty of Forensic and Legal Medicine. All rights reserved.

  12. Optimization of DNA recovery and amplification from non-carbonized archaeobotanical remains

    DEFF Research Database (Denmark)

    Wales, Nathan; Andersen, Kenneth; Cappellini, Enrico

    2014-01-01

    Ancient DNA (aDNA) recovered from archaeobotanical remains can provide key insights into many prominent archaeological research questions, including processes of domestication, past subsistence strategies, and human interactions with the environment. However, it is often difficult to isolate a...... extracted from non-charred ancient plant remains. Based upon the criteria of resistance to enzymatic inhibition, behavior in quantitative real-time PCR, replication fidelity, and compatibility with aDNA damage, we conclude these polymerases have nuanced properties, requiring researchers to make educated...... on the interactions between humans and past plant communities....

  13. Spreading paths in partially observed social networks

    Science.gov (United States)

    Onnela, Jukka-Pekka; Christakis, Nicholas A.

    2012-03-01

    Understanding how and how far information, behaviors, or pathogens spread in social networks is an important problem, having implications for both predicting the size of epidemics, as well as for planning effective interventions. There are, however, two main challenges for inferring spreading paths in real-world networks. One is the practical difficulty of observing a dynamic process on a network, and the other is the typical constraint of only partially observing a network. Using static, structurally realistic social networks as platforms for simulations, we juxtapose three distinct paths: (1) the stochastic path taken by a simulated spreading process from source to target; (2) the topologically shortest path in the fully observed network, and hence the single most likely stochastic path, between the two nodes; and (3) the topologically shortest path in a partially observed network. In a sampled network, how closely does the partially observed shortest path (3) emulate the unobserved spreading path (1)? Although partial observation inflates the length of the shortest path, the stochastic nature of the spreading process also frequently derails the dynamic path from the shortest path. We find that the partially observed shortest path does not necessarily give an inflated estimate of the length of the process path; in fact, partial observation may, counterintuitively, make the path seem shorter than it actually is.

  14. Spreading paths in partially observed social networks.

    Science.gov (United States)

    Onnela, Jukka-Pekka; Christakis, Nicholas A

    2012-03-01

    Understanding how and how far information, behaviors, or pathogens spread in social networks is an important problem, having implications for both predicting the size of epidemics, as well as for planning effective interventions. There are, however, two main challenges for inferring spreading paths in real-world networks. One is the practical difficulty of observing a dynamic process on a network, and the other is the typical constraint of only partially observing a network. Using static, structurally realistic social networks as platforms for simulations, we juxtapose three distinct paths: (1) the stochastic path taken by a simulated spreading process from source to target; (2) the topologically shortest path in the fully observed network, and hence the single most likely stochastic path, between the two nodes; and (3) the topologically shortest path in a partially observed network. In a sampled network, how closely does the partially observed shortest path (3) emulate the unobserved spreading path (1)? Although partial observation inflates the length of the shortest path, the stochastic nature of the spreading process also frequently derails the dynamic path from the shortest path. We find that the partially observed shortest path does not necessarily give an inflated estimate of the length of the process path; in fact, partial observation may, counterintuitively, make the path seem shorter than it actually is.

  15. RNAspa: a shortest path approach for comparative prediction of the secondary structure of ncRNA molecules

    Directory of Open Access Journals (Sweden)

    Michaeli Shulamit

    2007-10-01

    Full Text Available Abstract Background In recent years, RNA molecules that are not translated into proteins (ncRNAs have drawn a great deal of attention, as they were shown to be involved in many cellular functions. One of the most important computational problems regarding ncRNA is to predict the secondary structure of a molecule from its sequence. In particular, we attempted to predict the secondary structure for a set of unaligned ncRNA molecules that are taken from the same family, and thus presumably have a similar structure. Results We developed the RNAspa program, which comparatively predicts the secondary structure for a set of ncRNA molecules in linear time in the number of molecules. We observed that in a list of several hundred suboptimal minimal free energy (MFE predictions, as provided by the RNAsubopt program of the Vienna package, it is likely that at least one suggested structure would be similar to the true, correct one. The suboptimal solutions of each molecule are represented as a layer of vertices in a graph. The shortest path in this graph is the basis for structural predictions for the molecule. We also show that RNA secondary structures can be compared very rapidly by a simple string Edit-Distance algorithm with a minimal loss of accuracy. We show that this approach allows us to more deeply explore the suboptimal structure space. Conclusion The algorithm was tested on three datasets which include several ncRNA families taken from the Rfam database. These datasets allowed for comparison of the algorithm with other methods. In these tests, RNAspa performed better than four other programs.

  16. Inferring anatomical therapeutic chemical (ATC) class of drugs using shortest path and random walk with restart algorithms.

    Science.gov (United States)

    Chen, Lei; Liu, Tao; Zhao, Xian

    2018-06-01

    The anatomical therapeutic chemical (ATC) classification system is a widely accepted drug classification scheme. This system comprises five levels and includes several classes in each level. Drugs are classified into classes according to their therapeutic effects and characteristics. The first level includes 14 main classes. In this study, we proposed two network-based models to infer novel potential chemicals deemed to belong in the first level of ATC classification. To build these models, two large chemical networks were constructed using the chemical-chemical interaction information retrieved from the Search Tool for Interactions of Chemicals (STITCH). Two classic network algorithms, shortest path (SP) and random walk with restart (RWR) algorithms, were executed on the corresponding network to mine novel chemicals for each ATC class using the validated drugs in a class as seed nodes. Then, the obtained chemicals yielded by these two algorithms were further evaluated by a permutation test and an association test. The former can exclude chemicals produced by the structure of the network, i.e., false positive discoveries. By contrast, the latter identifies the most important chemicals that have strong associations with the ATC class. Comparisons indicated that the two models can provide quite dissimilar results, suggesting that the results yielded by one model can be essential supplements for those obtained by the other model. In addition, several representative inferred chemicals were analyzed to confirm the reliability of the results generated by the two models. This article is part of a Special Issue entitled: Accelerating Precision Medicine through Genetic and Genomic Big Data Analysis edited by Yudong Cai & Tao Huang. Copyright © 2017 Elsevier B.V. All rights reserved.

  17. Grafting on nuclear tracks using the active sites that remain after the etching process

    International Nuclear Information System (INIS)

    Mazzei, R.; Bermudez, G. Garcia; Chappa, V.C.; Grosso, M.F. del; Fernandez, A.

    2006-01-01

    Poly(propylene) foils were irradiated with Ag ions and then chemically etched to produce samples with structured surfaces. After the etching procedure the active sites that remain on the latent track were used to graft acrylic acid. Nuclear tracks before grafting were visualised using a transmission electron microscope. The grafting yields were determined by weight measurements as a function of ion fluence, etching and grafting time, and were also analysed using Fourier transform infrared spectroscopy. Both measurements suggest that the acrylic acid was grafted on etched tracks using the active sites produced by the swift heavy ion beam

  18. Grafting on nuclear tracks using the active sites that remain after the etching process

    Energy Technology Data Exchange (ETDEWEB)

    Mazzei, R. [Unidad de Aplicaciones Tecnologicas y Agropecuarias, CNEA, 1429 Buenos Aires (Argentina) and Universidad Tecnologica Nacional, Buenos Aires (Argentina)]. E-mail: mazzei@cae.cnea.gov.ar; Bermudez, G. Garcia [U. A. de Fisica, Tandar, CNEA, 1429 Buenos Aires (Argentina); Escuela de Ciencia y Tecnologia, UNSAM, 1653 Buenos Aires (Argentina); Consejo Nacional de Investigaciones Cientificas y Tecnicas (Argentina); Chappa, V.C. [U. A. de Fisica, Tandar, CNEA, 1429 Buenos Aires (Argentina); Grosso, M.F. del [U. A. de Fisica, Tandar, CNEA, 1429 Buenos Aires (Argentina); U. A. de Materiales, CNEA, 1429 Buenos Aires (Argentina); Fernandez, A. [Universidad Tecnologica Nacional, Buenos Aires (Argentina)

    2006-09-15

    Poly(propylene) foils were irradiated with Ag ions and then chemically etched to produce samples with structured surfaces. After the etching procedure the active sites that remain on the latent track were used to graft acrylic acid. Nuclear tracks before grafting were visualised using a transmission electron microscope. The grafting yields were determined by weight measurements as a function of ion fluence, etching and grafting time, and were also analysed using Fourier transform infrared spectroscopy. Both measurements suggest that the acrylic acid was grafted on etched tracks using the active sites produced by the swift heavy ion beam.

  19. k-Shortest routing of trains on shunting yards

    NARCIS (Netherlands)

    Riezebos, Jan; van Wezel, Wout

    2009-01-01

    We consider the problem of designing algorithmic support for k-best routing decisions in train shunting scheduling. A study at the Netherlands Railways revealed that planners like to interact with the solution process of finding suitable routes. Two types of interaction were required: the

  20. Remaining useful life prediction of degrading systems subjected to imperfect maintenance: Application to draught fans

    Science.gov (United States)

    Wang, Zhao-Qiang; Hu, Chang-Hua; Si, Xiao-Sheng; Zio, Enrico

    2018-02-01

    Current degradation modeling and remaining useful life prediction studies share a common assumption that the degrading systems are not maintained or maintained perfectly (i.e., to an as-good-as new state). This paper concerns the issues of how to model the degradation process and predict the remaining useful life of degrading systems subjected to imperfect maintenance activities, which can restore the health condition of a degrading system to any degradation level between as-good-as new and as-bad-as old. Toward this end, a nonlinear model driven by Wiener process is first proposed to characterize the degradation trajectory of the degrading system subjected to imperfect maintenance, where negative jumps are incorporated to quantify the influence of imperfect maintenance activities on the system's degradation. Then, the probability density function of the remaining useful life is derived analytically by a space-scale transformation, i.e., transforming the constructed degradation model with negative jumps crossing a constant threshold level to a Wiener process model crossing a random threshold level. To implement the proposed method, unknown parameters in the degradation model are estimated by the maximum likelihood estimation method. Finally, the proposed degradation modeling and remaining useful life prediction method are applied to a practical case of draught fans belonging to a kind of mechanical systems from steel mills. The results reveal that, for a degrading system subjected to imperfect maintenance, our proposed method can obtain more accurate remaining useful life predictions than those of the benchmark model in literature.

  1. [PALEOPATHOLOGY OF HUMAN REMAINS].

    Science.gov (United States)

    Minozzi, Simona; Fornaciari, Gino

    2015-01-01

    Many diseases induce alterations in the human skeleton, leaving traces of their presence in ancient remains. Paleopathological examination of human remains not only allows the study of the history and evolution of the disease, but also the reconstruction of health conditions in the past populations. This paper describes the most interesting diseases observed in skeletal samples from the Roman Imperial Age necropoles found in urban and suburban areas of Rome during archaeological excavations in the last decades. The diseases observed were grouped into the following categories: articular diseases, traumas, infections, metabolic or nutritional diseases, congenital diseases and tumours, and some examples are reported for each group. Although extensive epidemiological investigation in ancient skeletal records is impossible, the palaeopathological study allowed to highlight the spread of numerous illnesses, many of which can be related to the life and health conditions of the Roman population.

  2. Ethanol production from residual wood chips of cellulose industry: acid pretreatment investigation, hemicellulosic hydrolysate fermentation, and remaining solid fraction fermentation by SSF process.

    Science.gov (United States)

    Silva, Neumara Luci Conceição; Betancur, Gabriel Jaime Vargas; Vasquez, Mariana Peñuela; Gomes, Edelvio de Barros; Pereira, Nei

    2011-04-01

    Current research indicates the ethanol fuel production from lignocellulosic materials, such as residual wood chips from the cellulose industry, as new emerging technology. This work aimed at evaluating the ethanol production from hemicellulose of eucalyptus chips by diluted acid pretreatment and the subsequent fermentation of the generated hydrolysate by a flocculating strain of Pichia stipitis. The remaining solid fraction generated after pretreatment was subjected to enzymatic hydrolysis, which was carried out simultaneously with glucose fermentation [saccharification and fermentation (SSF) process] using a strain of Saccharomyces cerevisiae. The acid pretreatment was evaluated using a central composite design for sulfuric acid concentration (1.0-4.0 v/v) and solid to liquid ratio (1:2-1:4, grams to milliliter) as independent variables. A maximum xylose concentration of 50 g/L was obtained in the hemicellulosic hydrolysate. The fermentation of hemicellulosic hydrolysate and the SSF process were performed in bioreactors and the final ethanol concentrations of 15.3 g/L and 28.7 g/L were obtained, respectively.

  3. Programming list processes. SLIP: symmetric list processor - applications

    International Nuclear Information System (INIS)

    Broudin, Y.

    1966-06-01

    Modern aspects of programming languages are essentially turned towards list processing. The ordinary methods of sequential treatment become inadequate and we must substitute list processes for them, where the cells of a group have no neighbourhood connection, but where the address of one cell is contained in the preceding one. These methods are required in 'time sharing' solving problems. They also allow us to treat new problems and to solve others in the shortest time. Many examples are presented after an abstract of the most usual list languages and a detailed study of one of them : SLIP. Among these examples one should note: locating of words in a dictionary or in a card index, treatment of non numerical symbols, formal derivation. The problems are treated in Fortran II on an IBM 7094 machine. The subroutines which make up the language are presented in an appendix. (author) [fr

  4. USING CONDITION MONITORING TO PREDICT REMAINING LIFE OF ELECTRIC CABLES

    International Nuclear Information System (INIS)

    LOFARO, R.; SOO, P.; VILLARAN, M.; GROVE, E.

    2001-01-01

    Electric cables are passive components used extensively throughout nuclear power stations to perform numerous safety and non-safety functions. It is known that the polymers commonly used to insulate the conductors on these cables can degrade with time; the rate of degradation being dependent on the severity of the conditions in which the cables operate. Cables do not receive routine maintenance and, since it can be very costly, they are not replaced on a regular basis. Therefore, to ensure their continued functional performance, it would be beneficial if condition monitoring techniques could be used to estimate the remaining useful life of these components. A great deal of research has been performed on various condition monitoring techniques for use on electric cables. In a research program sponsored by the U.S. Nuclear Regulatory Commission, several promising techniques were evaluated and found to provide trendable information on the condition of low-voltage electric cables. These techniques may be useful for predicting remaining life if well defined limiting values for the aging properties being measured can be determined. However, each technique has advantages and limitations that must be addressed in order to use it effectively, and the necessary limiting values are not always easy to obtain. This paper discusses how condition monitoring measurements can be used to predict the remaining useful life of electric cables. The attributes of an appropriate condition monitoring technique are presented, and the process to be used in estimating the remaining useful life of a cable is discussed along with the difficulties that must be addressed

  5. US GAAP vs. IFRS – A COMPARISON OF REMAINING DIFFERENCES

    OpenAIRE

    Mihelčić, Eva

    2008-01-01

    In spite of the on-going harmonization process, there are still some differences between US GAAP and IFRS. Currently, companies listed on the New York Stock Exchange, which are reporting according to IFRS, must still prepare the reconciliation to US GAAP, to show the financial statements compliant with US GAAP as well. This article presents an overview of the remaining major differences between US GAAP and IFRS, descriptive as well as table-wise. First, the standards compared are shortly intr...

  6. Fish Remains from Excavations near the Riverfront at Newcastle upon Tyne, England

    Directory of Open Access Journals (Sweden)

    Rebecca A. Nicholson

    1997-12-01

    Full Text Available The City of Newcastle, situated some 10 miles inland on the River Tyne in north-east England, is not now an important fishing port. Most of the fresh fish marketed in the city has been landed at the nearby coastal ports of North and South Shields. Excavations at two sites behind the present Quayside in Newcastle, however, have yielded quantities of fish bones, representing a wide variety of species. This is in contrast to excavations in other parts of the city, where few fish remains have been recovered, and suggests that the quayside in Newcastle was an important centre for the fishing industry during the medieval period. It seems likely that most of the fish remains represent waste from landing and processing fish on or near the quayside. Yet, when taphonomic factors are taken into account, the limitations of using even large bone assemblages to interpret processing activities is demonstrated. As always, the need for a programme of on-site sieving to obtain representative samples of fish bone is evident.

  7. Regulatory perspective on remaining challenges for utilization of pharmacogenomics-guided drug developments.

    Science.gov (United States)

    Otsubo, Yasuto; Ishiguro, Akihiro; Uyama, Yoshiaki

    2013-01-01

    Pharmacogenomics-guided drug development has been implemented in practice in the last decade, resulting in increased labeling of drugs with pharmacogenomic information. However, there are still many challenges remaining in utilizing this process. Here, we describe such remaining challenges from the regulatory perspective, specifically focusing on sample collection, biomarker qualification, ethnic factors, codevelopment of companion diagnostics and means to provide drugs for off-target patients. To improve the situation, it is important to strengthen international harmonization and collaboration among academia, industries and regulatory agencies, followed by the establishment of an international guideline on this topic. Communication with a regulatory agency from an early stage of drug development is also a key to success.

  8. Distance estimation by computer vision and shortest path planning ...

    African Journals Online (AJOL)

    pc

    2018-03-22

    Mar 22, 2018 ... static or dynamic obstacle environment [1] [2] [3]. Several sensors as laser sensors, ultrasonic sensors ... decrement in processing time with higher speed. .... [1] A. Kynova, "Indoor Spatial Data Model for Wayfinding: A Case.

  9. Multiscale Processes in Magnetic Reconnection

    Science.gov (United States)

    Surjalal Sharma, A.; Jain, Neeraj

    The characteristic scales of the plasma processes in magnetic reconnection range from the elec-tron skin-depth to the magnetohydrodynamic (MHD) scale, and cross-scale coupling among them play a key role. Modeling these processes requires different physical models, viz. kinetic, electron-magnetohydrodynamics (EMHD), Hall-MHD, and MHD. The shortest scale processes are at the electron scale and these are modeled using an EMHD code, which provides many features of the multiscale behavior. In simulations using initial conditions consisting of pertur-bations with many scale sizes the reconnection takes place at many sites and the plasma flows from these interact with each other. This leads to thin current sheets with length less than 10 electron skin depths. The plasma flows also generate current sheets with multiple peaks, as observed by Cluster. The quadrupole structure of the magnetic field during reconnection starts on the electron scale and the interaction of inflow to the secondary sites and outflow from the dominant site generates a nested structure. In the outflow regions, the interaction of the electron outflows generated at the neighboring sites lead to the development of electron vortices. A signature of the nested structure of the Hall field is seen in Cluster observations, and more details of these features are expected from MMS.

  10. NonMarkov Ito Processes with 1- state memory

    Science.gov (United States)

    McCauley, Joseph L.

    2010-08-01

    A Markov process, by definition, cannot depend on any previous state other than the last observed state. An Ito process implies the Fokker-Planck and Kolmogorov backward time partial differential eqns. for transition densities, which in turn imply the Chapman-Kolmogorov eqn., but without requiring the Markov condition. We present a class of Ito process superficially resembling Markov processes, but with 1-state memory. In finance, such processes would obey the efficient market hypothesis up through the level of pair correlations. These stochastic processes have been mislabeled in recent literature as 'nonlinear Markov processes'. Inspired by Doob and Feller, who pointed out that the ChapmanKolmogorov eqn. is not restricted to Markov processes, we exhibit a Gaussian Ito transition density with 1-state memory in the drift coefficient that satisfies both of Kolmogorov's partial differential eqns. and also the Chapman-Kolmogorov eqn. In addition, we show that three of the examples from McKean's seminal 1966 paper are also nonMarkov Ito processes. Last, we show that the transition density of the generalized Black-Scholes type partial differential eqn. describes a martingale, and satisfies the ChapmanKolmogorov eqn. This leads to the shortest-known proof that the Green function of the Black-Scholes eqn. with variable diffusion coefficient provides the so-called martingale measure of option pricing.

  11. A Random Riemannian Metric for Probabilistic Shortest-Path Tractography

    DEFF Research Database (Denmark)

    Hauberg, Søren; Schober, Michael; Liptrot, Matthew George

    2015-01-01

    of the diffusion tensor as a “random Riemannian metric”, where a geodesic is a distribution over tracts. We approximate this distribution with a Gaussian process and present a probabilistic numerics algorithm for computing the geodesic distribution. We demonstrate SPT improvements on data from the Human Connectome...

  12. Food Delivery System with the Utilization of Vehicle Using Geographical Information System (GIS) and A Star Algorithm

    Science.gov (United States)

    Siregar, B.; Gunawan, D.; Andayani, U.; Sari Lubis, Elita; Fahmi, F.

    2017-01-01

    Food delivery system is one kind of geographical information systems (GIS) that can be applied through digitation process. The main case in food delivery system is the way to determine the shortest path and food delivery vehicle movement tracking. Therefore, to make sure that the digitation process of food delivery system can be applied efficiently, it is needed to add shortest path determination facility and food delivery vehicle tracking. This research uses A Star (A*) algorithm for determining shortest path and location-based system (LBS) programming for moving food delivery vehicle object tracking. According to this research, it is generated the integrated system that can be used by food delivery driver, customer, and administrator in terms of simplifying the food delivery system. Through the application of shortest path and the tracking of moving vehicle, thus the application of food delivery system in the scope of geographical information system (GIS) can be executed.

  13. Comparison of decomposition rates between autopsied and non-autopsied human remains.

    Science.gov (United States)

    Bates, Lennon N; Wescott, Daniel J

    2016-04-01

    Penetrating trauma has been cited as a significant factor in the rate of decomposition. Therefore, penetrating trauma may have an effect on estimations of time-since-death in medicolegal investigations and on research examining decomposition rates and processes when autopsied human bodies are used. The goal of this study was to determine if there are differences in the rate of decomposition between autopsied and non-autopsied human remains in the same environment. The purpose is to shed light on how large incisions, such as those from a thorocoabdominal autopsy, effect time-since-death estimations and research on the rate of decomposition that use both autopsied and non-autopsied human remains. In this study, 59 non-autopsied and 24 autopsied bodies were studied. The number of accumulated degree days required to reach each decomposition stage was then compared between autopsied and non-autopsied remains. Additionally, both types of bodies were examined for seasonal differences in decomposition rates. As temperature affects the rate of decomposition, this study also compared the internal body temperatures of autopsied and non-autopsied remains to see if differences between the two may be leading to differential decomposition. For this portion of this study, eight non-autopsied and five autopsied bodies were investigated. Internal temperature was collected once a day for two weeks. The results showed that differences in the decomposition rate between autopsied and non-autopsied remains was not statistically significant, though the average ADD needed to reach each stage of decomposition was slightly lower for autopsied bodies than non-autopsied bodies. There was also no significant difference between autopsied and non-autopsied bodies in the rate of decomposition by season or in internal temperature. Therefore, this study suggests that it is unnecessary to separate autopsied and non-autopsied remains when studying gross stages of human decomposition in Central Texas

  14. Prognostic modelling options for remaining useful life estimation by industry

    Science.gov (United States)

    Sikorska, J. Z.; Hodkiewicz, M.; Ma, L.

    2011-07-01

    Over recent years a significant amount of research has been undertaken to develop prognostic models that can be used to predict the remaining useful life of engineering assets. Implementations by industry have only had limited success. By design, models are subject to specific assumptions and approximations, some of which are mathematical, while others relate to practical implementation issues such as the amount of data required to validate and verify a proposed model. Therefore, appropriate model selection for successful practical implementation requires not only a mathematical understanding of each model type, but also an appreciation of how a particular business intends to utilise a model and its outputs. This paper discusses business issues that need to be considered when selecting an appropriate modelling approach for trial. It also presents classification tables and process flow diagrams to assist industry and research personnel select appropriate prognostic models for predicting the remaining useful life of engineering assets within their specific business environment. The paper then explores the strengths and weaknesses of the main prognostics model classes to establish what makes them better suited to certain applications than to others and summarises how each have been applied to engineering prognostics. Consequently, this paper should provide a starting point for young researchers first considering options for remaining useful life prediction. The models described in this paper are Knowledge-based (expert and fuzzy), Life expectancy (stochastic and statistical), Artificial Neural Networks, and Physical models.

  15. Determination of Remaining Useful Life of Gas Turbine Blade

    Directory of Open Access Journals (Sweden)

    Meor Said Mior Azman

    2016-01-01

    Full Text Available The aim of this research is to determine the remaining useful life of gas turbine blade, using service-exposed turbine blades. This task is performed using Stress Rupture Test (SRT under accelerated test conditions where the applied stresses to the specimen is between 400 MPa to 600 MPa and the test temperature is 850°C. The study will focus on the creep behaviour of the 52000 hours service-exposed blades, complemented with creep-rupture modelling using JMatPro software and microstructure examination using optical microscope. The test specimens, made up of Ni-based superalloy of the first stage turbine blades, are machined based on International Standard (ISO 24. The results from the SRT will be analyzed using these two main equations – Larson-Miller Parameter and Life Fraction Rule. Based on the results of the remaining useful life analysis, the 52000h service-exposed blade has the condition to operate in the range of another 4751 hr to 18362 hr. The microstructure examinations shows traces of carbide precipitation that deteriorate the grain boundaries that occurs during creep process. Creep-rupture life modelling using JMatPro software has shown good agreement with the accelerated creep rupture test with minimal error.

  16. Mimicking the Nanostructure of Bone: Comparison of Polymeric Process-Directing Agents

    Directory of Open Access Journals (Sweden)

    Laurie B. Gower

    2010-12-01

    Full Text Available The nanostructure of bone has been replicated using a polymer-induced liquid-precursor (PILP mineralization process. This polymer-mediated crystallization process yields intrafibrillar mineralization of collagen with uniaxially-oriented hydroxyapatite crystals. The process-directing agent, an anionic polymer which we propose mimics the acidic non-collagenous proteins associated with bone formation, sequesters calcium and phosphate ions to form amorphous precursor droplets that can infiltrate the interstices of collagen fibrils. In search of a polymeric agent that produces the highest mineral content in the shortest time, we have studied the influence of various acidic polymers on the in vitro mineralization of collagen scaffolds via the PILP process. Among the polymers investigated were poly-L-aspartic acid (PASP, poly-L-glutamic acid (PGLU, polyvinylphosphonic acid (PVPA, and polyacrylic acid (PAA. Our data indicate that PASP and the combination of PGLU/PASP formed stable mineralization solutions, and yielded nano-structured composites with the highest mineral content. Such studies contribute to our goal of preparing biomimetic bone graft substitutes with composition and structure that mimic bone.

  17. A comparison between decomposition rates of buried and surface remains in a temperate region of South Africa.

    Science.gov (United States)

    Marais-Werner, Anátulie; Myburgh, J; Becker, P J; Steyn, M

    2018-01-01

    Several studies have been conducted on decomposition patterns and rates of surface remains; however, much less are known about this process for buried remains. Understanding the process of decomposition in buried remains is extremely important and aids in criminal investigations, especially when attempting to estimate the post mortem interval (PMI). The aim of this study was to compare the rates of decomposition between buried and surface remains. For this purpose, 25 pigs (Sus scrofa; 45-80 kg) were buried and excavated at different post mortem intervals (7, 14, 33, 92, and 183 days). The observed total body scores were then compared to those of surface remains decomposing at the same location. Stages of decomposition were scored according to separate categories for different anatomical regions based on standardised methods. Variation in the degree of decomposition was considerable especially with the buried 7-day interval pigs that displayed different degrees of discolouration in the lower abdomen and trunk. At 14 and 33 days, buried pigs displayed features commonly associated with the early stages of decomposition, but with less variation. A state of advanced decomposition was reached where little change was observed in the next ±90-183 days after interment. Although the patterns of decomposition for buried and surface remains were very similar, the rates differed considerably. Based on the observations made in this study, guidelines for the estimation of PMI are proposed. This pertains to buried remains found at a depth of approximately 0.75 m in the Central Highveld of South Africa.

  18. What remains of the Arrow oil?

    International Nuclear Information System (INIS)

    Sergy, G.; Owens, E.

    1993-01-01

    In February 1970, the tanker Arrow became grounded 6.5 km off the north shore of Chedabucto Bay, Nova Scotia, and nearly 72,000 bbl of Bunker C fuel oil were released from the vessel during its subsequent breakup and sinking. The oil was washed ashore in various degrees over an estimated 305 km of the bay's 604-km shoreline, of which only 48 km were cleaned. In addition, the tanker Kurdistan broke in two in pack ice in March 1979 in the Cabot Strait area, spilling ca 54,000 bbl of Bunker C, some of which was later found at 16 locations along the northeast and east shorelines of Chedabucto Bay. In summer 1992, a systematic ground survey of the bay's shorelines was conducted using Environment Canada Shoreline Cleanup Assessment Team (SCAT) procedures. Standard observations were made of oil distribution and width, thickness, and character of the oil residues in 419 coastal segments. Results from the survey are summarized. Oil was found to be present on 13.3 km of the shoreline, with heavy oiling restricted to 1.3 km primarily in the areas of Black Duck Cove and Lennox Passage. Some of this residual oil was identified as coming from the Arrow. Natural weathering processes account for removal of most of the spilled oil from the bay. Oil remaining on the shore was found in areas outside of the zone of physical wave action, in areas of nearshore mixing where fine sediments are not present to weather the oil through biophysical processes, or in crusts formed by oil weathered on the surface. The systematic description of oiled shorelines using the SCAT methodology proved very successful, even for such an old spill. 6 refs

  19. Fish remains and humankind: part two

    Directory of Open Access Journals (Sweden)

    Andrew K G Jones

    1998-07-01

    Full Text Available The significance of aquatic resources to past human groups is not adequately reflected in the published literature - a deficiency which is gradually being acknowledged by the archaeological community world-wide. The publication of the following three papers goes some way to redress this problem. Originally presented at an International Council of Archaeozoology (ICAZ Fish Remains Working Group meeting in York, U.K. in 1987, these papers offer clear evidence of the range of interest in ancient fish remains across the world. Further papers from the York meeting were published in Internet Archaeology 3 in 1997.

  20. V and V-based remaining fault estimation model for safety–critical software of a nuclear power plant

    International Nuclear Information System (INIS)

    Eom, Heung-seop; Park, Gee-yong; Jang, Seung-cheol; Son, Han Seong; Kang, Hyun Gook

    2013-01-01

    Highlights: ► A software fault estimation model based on Bayesian Nets and V and V. ► Use of quantified data derived from qualitative V and V results. ► Faults insertion and elimination process was modeled in the context of probability. ► Systematically estimates the expected number of remaining faults. -- Abstract: Quantitative software reliability measurement approaches have some limitations in demonstrating the proper level of reliability in cases of safety–critical software. One of the more promising alternatives is the use of software development quality information. Particularly in the nuclear industry, regulatory bodies in most countries use both probabilistic and deterministic measures for ensuring the reliability of safety-grade digital computers in NPPs. The point of deterministic criteria is to assess the whole development process and its related activities during the software development life cycle for the acceptance of safety–critical software. In addition software Verification and Validation (V and V) play an important role in this process. In this light, we propose a V and V-based fault estimation method using Bayesian Nets to estimate the remaining faults for safety–critical software after the software development life cycle is completed. By modeling the fault insertion and elimination processes during the whole development phases, the proposed method systematically estimates the expected number of remaining faults.

  1. Remaining Sites Verification Package for the 126-B-2, 183-B Clearwells

    International Nuclear Information System (INIS)

    Dittmer, L.M.

    2007-01-01

    The 126-B-2, 183-B Clearwells were built as part of the 183-B Water Treatment Facility and are composed of 2 covered concrete reservoirs. The bulk of the water stored in the clearwells was used as process water to cool the 105-B Reactor and as a source of potable water. Residual conditions were determined to meet the remedial action objectives specified in the Remaining Sites ROD through an evaluation of the available process knowledge. The results of the evaluation do not preclude any future uses and allow for unrestricted use of shallow zone soils. The results also indicate that residual concentrations are protective of groundwater and the Columbia River.

  2. A new technique for accelerating routing information process in ...

    African Journals Online (AJOL)

    Previous works on the shortest path are limited to sequential and parallel algorithms on general-purpose architectures. Researchers are increasingly interested in hardware's solutions. In this work , we propose an approach for implementing a routing algorithm which is effective than Dijkstra using a FPGA development ...

  3. The Human Remains from HMS Pandora

    Directory of Open Access Journals (Sweden)

    D.P. Steptoe

    2002-04-01

    Full Text Available In 1977 the wreck of HMS Pandora (the ship that was sent to re-capture the Bounty mutineers was discovered off the north coast of Queensland. Since 1983, the Queensland Museum Maritime Archaeology section has carried out systematic excavation of the wreck. During the years 1986 and 1995-1998, more than 200 human bone and bone fragments were recovered. Osteological investigation revealed that this material represented three males. Their ages were estimated at approximately 17 +/-2 years, 22 +/-3 years and 28 +/-4 years, with statures of 168 +/-4cm, 167 +/-4cm, and 166cm +/-3cm respectively. All three individuals were probably Caucasian, although precise determination of ethnicity was not possible. In addition to poor dental hygiene, signs of chronic diseases suggestive of rickets and syphilis were observed. Evidence of spina bifida was seen on one of the skeletons, as were other skeletal anomalies. Various taphonomic processes affecting the remains were also observed and described. Compact bone was observed under the scanning electron microscope and found to be structurally coherent. Profiles of the three skeletons were compared with historical information about the 35 men lost with the ship, but no precise identification could be made. The investigation did not reveal the cause of death. Further research, such as DNA analysis, is being carried out at the time of publication.

  4. A primer for workers' compensation.

    Science.gov (United States)

    Bible, Jesse E; Spengler, Dan M; Mir, Hassan R

    2014-07-01

    A physician's role within a workers' compensation injury extends far beyond just evaluation and treatment with several socioeconomic and psychological factors at play compared with similar injuries occurring outside of the workplace. Although workers' compensation statutes vary among states, all have several basic features with the overall goal of returning the injured worker to maximal function in the shortest time period, with the least residual disability and shortest time away from work. To help physicians unfamiliar with the workers' compensation process accomplish these goals. Review. Educational review. The streamlined review addresses the topics of why is workers' compensation necessary; what does workers' compensation cover; progression after work injury; impairment and maximum medical improvement, including how to use the sixth edition of American Medical Association's (AMA) Guides to the evaluation of permanent impairment (Guides); completion of work injury claim after impairment rating; independent medical evaluation; and causation. In the "no-fault" workers' compensation system, physicians play a key role in progressing the claim along and, more importantly, getting the injured worker back to work as soon as safely possible. Physicians should remain familiar with the workers' compensation process, along with how to properly use the AMA Guides. Copyright © 2014 Elsevier Inc. All rights reserved.

  5. A Decision Processing Algorithm for CDC Location Under Minimum Cost SCM Network

    Science.gov (United States)

    Park, N. K.; Kim, J. Y.; Choi, W. Y.; Tian, Z. M.; Kim, D. J.

    Location of CDC in the matter of network on Supply Chain is becoming on the high concern these days. Present status of methods on CDC has been mainly based on the calculation manually by the spread sheet to achieve the goal of minimum logistics cost. This study is focused on the development of new processing algorithm to overcome the limit of present methods, and examination of the propriety of this algorithm by case study. The algorithm suggested by this study is based on the principle of optimization on the directive GRAPH of SCM model and suggest the algorithm utilizing the traditionally introduced MST, shortest paths finding methods, etc. By the aftermath of this study, it helps to assess suitability of the present on-going SCM network and could be the criterion on the decision-making process for the optimal SCM network building-up for the demand prospect in the future.

  6. The use of fish remains in sediments for the reconstruction of paleoproductivity

    Energy Technology Data Exchange (ETDEWEB)

    Drago, T; Santos, A M P; Pinheiro, J [Institute Nacional de Recursos Biologicos (INRB), L-IPIMAR, Av. 5 de Outubro s/n 8700-305 OLHaO (Portugal); Ferreira-Bartrina, V [Centra de Investigacion CientIfica y de Educacion Superior de Ensenada- CICESE, Km. 107 Carretera Tijuana, C.P.22860, Ensenada, B.C. (Mexico)], E-mail: tdrago@ipimar.pt

    2009-01-01

    The majority of the works concerning fish productivity are based in fish landing records. However, in order to understand the causes of variability in fish productivity (natural and/or anthropogenic) it is essential to have information from periods when human impacts (e.g., fisheries) are considered unimportant. This can be achieved through the use of fish remains, i.e. scales, vertebrae and otoliths, from sediment records. The obtained data can be used to develop time series of fish stocks revealing the history of fish population dynamics over the last centuries or millennia. The majority of these works are located in Eastern Boundary Current Systems (e.g., Benguela, Peru-Humboldt, California), because these are associated with coastal upwelling and high productivity, which in some cases is at the origin of low bottom oxygen levels, leading to scale preservation. A search for fish remains in the Portuguese margin sediments is in progress in the context of the ongoing research project POPEI (High-resolution oceanic paleoproductivity and environmental changes; correlation with fish populations), which intend to fill the gap in studies of this type for the Canary Current System. In this paper we review some general ideas of the use of fish remains, related studies, methodologies and data processing, as well as presenting the first results of POPEI.

  7. Psychotherapy for Borderline Personality Disorder: Progress and Remaining Challenges.

    Science.gov (United States)

    Links, Paul S; Shah, Ravi; Eynan, Rahel

    2017-03-01

    The main purpose of this review was to critically evaluate the literature on psychotherapies for borderline personality disorder (BPD) published over the past 5 years to identify the progress with remaining challenges and to determine priority areas for future research. A systematic review of the literature over the last 5 years was undertaken. The review yielded 184 relevant abstracts, and after applying inclusion criteria, 16 articles were fully reviewed based on the articles' implications for future research and/or clinical practice. Our review indicated that patients with various severities benefited from psychotherapy; more intensive therapies were not significantly superior to less intensive therapies; enhancing emotion regulation processes and fostering more coherent self-identity were important mechanisms of change; therapies had been extended to patients with BPD and posttraumatic stress disorder; and more research was needed to be directed at functional outcomes.

  8. Remaining Useful Lifetime Prognosis of Controlled Systems: A Case of Stochastically Deteriorating Actuator

    Directory of Open Access Journals (Sweden)

    Danh Ngoc Nguyen

    2015-01-01

    Full Text Available This paper addresses the case of automatic controlled system which deteriorates during its operation because of components’ wear or deterioration. Depending on its specific closed-loop structure, the controlled system has the ability to compensate for disturbances affecting the actuators which can remain partially hidden. The deterioration modeling and the Remaining Useful Lifetime (RUL estimation for such closed-loop dynamic system have not been addressed extensively. In this paper, we consider a controlled system with Proportional-Integral-Derivative controller. It is assumed that the actuator is subject to shocks that occur randomly in time. An integrated model is proposed to jointly describe the state of the controlled process and the actuator deterioration. Only the output of the controlled system is available to assess its health condition. By considering a Piecewise Deterministic Markov Process, the RUL of the system can be estimated by a two-step approach. In the first step referred as the “Diagnosis” step, the system state is estimated online from the available monitoring observations by using a particle filtering method. In the second step referred as the “Prognosis” step, the RUL is estimated as a conditional reliability by Monte Carlo simulation. To illustrate the approach, a simulated tank level control system is used.

  9. A case study of remaining storage life prediction using stochastic filtering with the influence of condition monitoring

    International Nuclear Information System (INIS)

    Wang, Zhaoqiang; Hu, Changhua; Wang, Wenbin; Zhou, Zhijie; Si, Xiaosheng

    2014-01-01

    Some systems may spend most of their time in storage, but once needed, must be fully functional. Slow degradation occurs when the system is in storage, so to ensure the functionality of these systems, condition monitoring is usually conducted periodically to check the condition of the system. However, taking the condition monitoring data may require putting the system under real testing situation which may accelerate the degradation, and therefore, shorten the storage life of the system. This paper presents a case study of condition-based remaining storage life prediction for gyros in the inertial navigation system on the basis of the condition monitoring data and the influence of the condition monitoring data taking process. A stochastic-filtering-based degradation model is developed to incorporate both into the prediction of the remaining storage life distribution. This makes the predicted remaining storage life depend on not only the condition monitoring data but also the testing process of taking the condition monitoring data, which the existing prognostic techniques and algorithms did not consider. The presented model is fitted to the real condition monitoring data of gyros testing using the maximum likelihood estimation method for parameter estimation. Comparisons are made with the model without considering the process of taking the condition monitoring data, and the results clearly demonstrate the superiority of the newly proposed model

  10. A class-based link prediction using Distance Dependent Chinese Restaurant Process

    Science.gov (United States)

    Andalib, Azam; Babamir, Seyed Morteza

    2016-08-01

    One of the important tasks in relational data analysis is link prediction which has been successfully applied on many applications such as bioinformatics, information retrieval, etc. The link prediction is defined as predicting the existence or absence of edges between nodes of a network. In this paper, we propose a novel method for link prediction based on Distance Dependent Chinese Restaurant Process (DDCRP) model which enables us to utilize the information of the topological structure of the network such as shortest path and connectivity of the nodes. We also propose a new Gibbs sampling algorithm for computing the posterior distribution of the hidden variables based on the training data. Experimental results on three real-world datasets show the superiority of the proposed method over other probabilistic models for link prediction problem.

  11. Kadav Moun PSA (:60) (Human Remains)

    Centers for Disease Control (CDC) Podcasts

    2010-02-18

    This is an important public health announcement about safety precautions for those handling human remains. Language: Haitian Creole.  Created: 2/18/2010 by Centers for Disease Control and Prevention (CDC).   Date Released: 2/18/2010.

  12. Radon gas as a tracer for volcanic processes

    International Nuclear Information System (INIS)

    Thomas, D.M.

    1990-01-01

    Radon emissions from volcanic systems have been under investigation for several decades. Soil gas and groundwater radon activities have been used to map faults and to characterize geothermal systems, and measurements of atmospheric radon and radon daughter concentrations have been used to estimate the volume of magma chambers feeding active eruptions. Several studies have also shown that temporal variations in radon concentration have been associated with the onset of volcanic eruptions or changes in the rates or character of an eruption. Some of these studies have been able to clearly define the cause of the radon anomalies but others have proposed models of radon emission and transport that are not well supported by the known physical and chemical processes that occur in a volcanic system. In order to better characterize the processes that control radon activities in volcanic systems, it is recommended that future radon monitoring programs attempt to maintain continuous recording of radon activities; individual radon measurements should be made over the shortest time intervals possible that are consistent with acceptable counting statistics and geophysical, meteorological, and hydrological parameters should be measured in order to better define the physical processes that affect radon activities in volcanic systems. (author). 63 refs

  13. Current Understanding and Remaining Challenges in Modeling Long-Term Degradation of Borosilicate Nuclear Waste Glasses

    International Nuclear Information System (INIS)

    Vienna, John D.; Ryan, Joseph V.; Gin, Stephane; Inagaki, Yaohiro

    2013-01-01

    Chemical durability is not a single material property that can be uniquely measured. Instead it is the response to a host of coupled material and environmental processes whose rates are estimated by a combination of theory, experiment, and modeling. High-level nuclear waste (HLW) glass is perhaps the most studied of any material yet there remain significant technical gaps regarding their chemical durability. The phenomena affecting the long-term performance of HLW glasses in their disposal environment include surface reactions, transport properties to and from the reacting glass surface, and ion exchange between the solid glass and the surrounding solution and alteration products. The rates of these processes are strongly influenced and are coupled through the solution chemistry, which is in turn influenced by the reacting glass and also by reaction with the near-field materials and precipitation of alteration products. Therefore, those processes must be understood sufficiently well to estimate or bound the performance of HLW glass in its disposal environment over geologic time-scales. This article summarizes the current state of understanding of surface reactions, transport properties, and ion exchange along with the near-field materials and alteration products influences on solution chemistry and glass reaction rates. Also summarized are the remaining technical gaps along with recommended approaches to fill those technical gaps

  14. Advances in Solidification Processing

    Directory of Open Access Journals (Sweden)

    Hugo F. Lopez

    2015-08-01

    Full Text Available Melt solidification is the shortest and most viable route to obtain components, starting from the design to the finished products. Hence, a sound knowledge of the solidification of metallic materials is essential for the development of advanced structural metallic components that drive modern technological societies. As a result, there have been innumerable efforts and full conferences dedicated to this important subject [1–6]. In addition, there are various scientific journals fully devoted to investigating the various aspects which give rise to various solidification microstructures [7–9]. [...

  15. Multi-objective decision-making for soil remediation problems

    NARCIS (Netherlands)

    Drunen, van M.A.; Beinat, E.; Nijboer, M.; Okx, J.P.

    2005-01-01

    After deciding whether or not a soil clean-up operation is necessary, the question remains which remedial strategy and technique should be applied. Traditionally, remediation techniques aim at reaching environmental threshold values within the shortest possible time. There is, however, a growing

  16. Combining Vertex-centric Graph Processing with SPARQL for Large-scale RDF Data Analytics

    KAUST Repository

    Abdelaziz, Ibrahim; Al-Harbi, Mohammad Razen; Salihoglu, Semih; Kalnis, Panos

    2017-01-01

    , but not both. We bridge the gap by introducing Spartex, a versatile framework for complex RDF analytics. Spartex extends SPARQL to support programs that combine seamlessly generic graph algorithms (e.g., PageRank, Shortest Paths, etc.) with SPARQL queries

  17. The Annuity Puzzle Remains a Puzzle

    NARCIS (Netherlands)

    Peijnenburg, J.M.J.; Werker, Bas; Nijman, Theo

    We examine incomplete annuity menus and background risk as possible drivers of divergence from full annuitization. Contrary to what is often suggested in the literature, we find that full annuitization remains optimal if saving is possible after retirement. This holds irrespective of whether real or

  18. Review of the Remaining Useful Life Prognostics of Vehicle Lithium-Ion Batteries Using Data-Driven Methodologies

    Directory of Open Access Journals (Sweden)

    Lifeng Wu

    2016-05-01

    Full Text Available Lithium-ion batteries are the primary power source in electric vehicles, and the prognosis of their remaining useful life is vital for ensuring the safety, stability, and long lifetime of electric vehicles. Accurately establishing a mechanism model of a vehicle lithium-ion battery involves a complex electrochemical process. Remaining useful life (RUL prognostics based on data-driven methods has become a focus of research. Current research on data-driven methodologies is summarized in this paper. By analyzing the problems of vehicle lithium-ion batteries in practical applications, the problems that need to be solved in the future are identified.

  19. Evaluation of remaining behavior of halogen on the fabrication of MOX pellet containing Am

    International Nuclear Information System (INIS)

    Ozaki, Yoko; Osaka, Masahiko; Obayashi, Hiroshi; Tanaka, Kenya

    2004-11-01

    It is important to limit the content of halogen elements, namely fluorine and chlorine that are sources of making cladding material corrode, in nuclear fuel from the viewpoint of quality assurance. The halogen content should be more carefully limited in the MOX fuel containing Americium (Am-MOX), which is fabricated in the Alpha-Gamma Facility (AGF) for irradiation testing to be conducted in the experimental fast reactor JOYO, because fluorine may remain in the sintered pellets owing to a formation of AmF 3 known to have a low vapor pressure and may exceeds the limit of 25 ppm. In this study, a series of experimental determination of halogen element in Am-MOX were performed by a combination method of pyrolysis and ion-chromatography for the purpose of an evaluation of behavior of remaining halogen through the sintering process. Oxygen potential, temperature and time were changed as experimental parameters and their effects on the remaining behavior of halogen were examined. It was confirmed that good pellets, which contained small amount of halogen, could be obtained by the sintering for 3 hour at 1700degC in the oxygen potential range from -520 to -390 kJ/mol. In order to analysis of fluorine chemical form in green pellet, thermal analysis was performed. AmF 3 and PuF 3 have been confirmed to remain in the green pellet. (author)

  20. Juveniles' Motivations for Remaining in Prostitution

    Science.gov (United States)

    Hwang, Shu-Ling; Bedford, Olwen

    2004-01-01

    Qualitative data from in-depth interviews were collected in 1990-1991, 1992, and 2000 with 49 prostituted juveniles remanded to two rehabilitation centers in Taiwan. These data are analyzed to explore Taiwanese prostituted juveniles' feelings about themselves and their work, their motivations for remaining in prostitution, and their difficulties…

  1. Remaining lifetime modeling using State-of-Health estimation

    Science.gov (United States)

    Beganovic, Nejra; Söffker, Dirk

    2017-08-01

    Technical systems and system's components undergo gradual degradation over time. Continuous degradation occurred in system is reflected in decreased system's reliability and unavoidably lead to a system failure. Therefore, continuous evaluation of State-of-Health (SoH) is inevitable to provide at least predefined lifetime of the system defined by manufacturer, or even better, to extend the lifetime given by manufacturer. However, precondition for lifetime extension is accurate estimation of SoH as well as the estimation and prediction of Remaining Useful Lifetime (RUL). For this purpose, lifetime models describing the relation between system/component degradation and consumed lifetime have to be established. In this contribution modeling and selection of suitable lifetime models from database based on current SoH conditions are discussed. Main contribution of this paper is the development of new modeling strategies capable to describe complex relations between measurable system variables, related system degradation, and RUL. Two approaches with accompanying advantages and disadvantages are introduced and compared. Both approaches are capable to model stochastic aging processes of a system by simultaneous adaption of RUL models to current SoH. The first approach requires a priori knowledge about aging processes in the system and accurate estimation of SoH. An estimation of SoH here is conditioned by tracking actual accumulated damage into the system, so that particular model parameters are defined according to a priori known assumptions about system's aging. Prediction accuracy in this case is highly dependent on accurate estimation of SoH but includes high number of degrees of freedom. The second approach in this contribution does not require a priori knowledge about system's aging as particular model parameters are defined in accordance to multi-objective optimization procedure. Prediction accuracy of this model does not highly depend on estimated SoH. This model

  2. From Process Understanding to Process Control

    NARCIS (Netherlands)

    Streefland, M.

    2010-01-01

    A licensed pharmaceutical process is required to be executed within the validated ranges throughout the lifetime of product manufacturing. Changes to the process usually require the manufacturer to demonstrate that the safety and efficacy of the product remains unchanged. Recent changes in the

  3. Development of a remaining lifetime management system for NPPS

    International Nuclear Information System (INIS)

    Galvan, J.C.; Regano, M.; Hevia Ruperez, F.

    1994-01-01

    The interest evinced by Spain nuclear power plants in providing a tool to support remaining lifetime management led to UNESA's application to OCIDE in 1992, and the latter's approval, for financing the project to develop a Remaining Lifetime Evaluation System for LWR nuclear power plants. This project is currently being developed under UNESA leadership, and the collaboration of three Spanish engineering companies and a research centre. The paper will describe its objectives, activities, current status and prospects. The project is defined in two phases, the first consisting of the identification and analysis of the main ageing phenomena and their significant parameters and specification of the Remaining Lifetime Evaluation System (RLES), and the second implementation of a pilot application of the RLES to verify its effectiveness. (Author)

  4. Combined radiographic and anthropological approaches to victim identification of partially decomposed or skeletal remains

    International Nuclear Information System (INIS)

    Leo, C.; O'Connor, J.E.; McNulty, J.P.

    2013-01-01

    Victim identification is the priority in any scenario involving the discovery of single or multiple human remains for both humanitarian and legal reasons. Such remains may be incomplete and in various stages of decomposition. In such scenarios radiography contributes to both primary and secondary methods of identification; the comparison of ante-mortem dental radiographs to post-mortem findings is a primary identification method whereas the analysis of post-mortem skeletal radiographs to help create a biological profile and identify other individuating features is a secondary method of identification. This review will introduce and explore aspects of victim identification with a focus on the anthropological and radiography-based virtual anthropology approaches to establishing a biological profile, identifying other individuating factors and ultimately restoring an individual's identity. It will highlight the potential contribution that radiography, and radiographers, can make to the identification process and contribute to increasing awareness amongst radiographers of the value of their professional role in such investigations

  5. Shortest-paths preserving metro maps

    NARCIS (Netherlands)

    Milea, T.Y.; Schrijvers, O.J.; Buchin, K.; Haverkort, H.J.; Kreveld, van M.J.; Speckmann, B.

    2012-01-01

    A metro map, or subway map, is a schematic representation of a metro system of a city. The main goal of a metro map is to provide a traveler with information on which lines to take to get from station A to station B, and at which stations he needs to switch lines. It is often not beneficial to use

  6. Combining Vertex-centric Graph Processing with SPARQL for Large-scale RDF Data Analytics

    KAUST Repository

    Abdelaziz, Ibrahim

    2017-06-27

    Modern applications, such as drug repositioning, require sophisticated analytics on RDF graphs that combine structural queries with generic graph computations. Existing systems support either declarative SPARQL queries, or generic graph processing, but not both. We bridge the gap by introducing Spartex, a versatile framework for complex RDF analytics. Spartex extends SPARQL to support programs that combine seamlessly generic graph algorithms (e.g., PageRank, Shortest Paths, etc.) with SPARQL queries. Spartex builds on existing vertex-centric graph processing frameworks, such as Graphlab or Pregel. It implements a generic SPARQL operator as a vertex-centric program that interprets SPARQL queries and executes them efficiently using a built-in optimizer. In addition, any graph algorithm implemented in the underlying vertex-centric framework, can be executed in Spartex. We present various scenarios where our framework simplifies significantly the implementation of complex RDF data analytics programs. We demonstrate that Spartex scales to datasets with billions of edges, and show that our core SPARQL engine is at least as fast as the state-of-the-art specialized RDF engines. For complex analytical tasks that combine generic graph processing with SPARQL, Spartex is at least an order of magnitude faster than existing alternatives.

  7. Remaining life assessment of a high pressure turbine rotor

    International Nuclear Information System (INIS)

    Nguyen, Ninh; Little, Alfie

    2012-01-01

    This paper describes finite element and fracture mechanics based modelling work that provides a useful tool for evaluation of the remaining life of a high pressure (HP) steam turbine rotor that had experienced thermal fatigue cracking. An axis-symmetrical model of a HP rotor was constructed. Steam temperature, pressure and rotor speed data from start ups and shut downs were used for the thermal and stress analysis. Operating history and inspection records were used to benchmark the damage experienced by the rotor. Fracture mechanics crack growth analysis was carried out to evaluate the remaining life of the rotor under themal cyclic loading conditions. The work confirmed that the fracture mechanics approach in conjunction with finite element modelling provides a useful tool for assessing the remaining life of high temperature components in power plants.

  8. Reducing WI-FI handover delay using a new positioning process

    International Nuclear Information System (INIS)

    Zaidi, M.; Bhar, J.; Tourki, R.

    2011-01-01

    Mobility has now a crucial requirement for wireless communication. Handover is one of the major tasks that are used to support continuous transmission for a mobile terminal into different radio coverage area. Optimizing the existing handover protocol requires integrating new functionalities. This work focuses on presenting and optimizing handover algorithm. We analyze handover time in wireless local area networks based on the IEEE 802.11b MAC protocol. In fact, scan phase is the main contributor to the handover time. Then, we propose a handover model which replaces a scan phase by a positioning process. This model is able to select the suitable access point (AP) based on the shortest distance far from the mobile terminal (MT). Proposed Handover allows a mobile user to reacting quickly to decide about to which access point to connect. Simulation results show that the proposed model provides gains in term of delays and Handover success in various scenarios.

  9. Postmortem Scavenging of Human Remains by Domestic Cats

    Directory of Open Access Journals (Sweden)

    Ananya Suntirukpong, M.D.

    2017-11-01

    Full Text Available Objective: Crime scene investigators, forensic medicine doctors and pathologists, and forensic anthropologists frequently encounter postmortem scavenging of human remains by household pets. Case presentation: The authors present a case report of a partially skeletonized adult male found dead after more than three months in his apartment in Thailand. The body was in an advanced stage of decomposition with nearly complete skeletonization of the head, neck, hands, and feet. The presence of maggots and necrophagous (flesh eating beetles on the body confirmed that insects had consumed much of the soft tissues. Examination of the hand and foot bones revealed canine tooth puncture marks. Evidence of chewing indicated that one or more of the decedent’s three house cats had fed on the body after death. Recognizing and identifying carnivore and rodent activity on the soft flesh and bones of human remains is important in interpreting and reconstructing postmortem damage. Thorough analysis may help explain why skeletal elements are missing, damaged, or out of anatomical position. Conclusion: This report presents a multi-disciplinary approach combining forensic anthropology and forensic medicine in examining and interpreting human remains.

  10. The Process of People Gold Mining in Paningkaban Village Banyumas Indonesia

    Directory of Open Access Journals (Sweden)

    Muslihudin Muslihudin

    2018-01-01

    Full Text Available Gold mining in Paningkaban Banyumas conducted by the community is called the People gold mining. At the beginning, many miners from outside the region have involved and transferred of method, technic and knowledge about gold mining to local people. The aim of the study is to identify the existing process of public gold mining. The method of the study is qualitative by using observation and interview. The result showed that the mining process are: 1. Determining the location of mining well; in this determination there are two references; rational and intuition 2. Mining; at this stage, a deep well is drawn about 50-100 meters that leads vertically and horizontally. It is the most high-risk stage because of work accidents that occurred and potentially environment destruction. 3. Pulverization; this stage is classified as the lowest level of difficulty and risk, therefore in this work many woman included. 4. Rolling; in this stage involves enough technology, electrical mechanic and energy with the dynamo and using mercury that potentially contaminate environment. 5. Filtering; this stage is a quite risky because the workers contact directly with mercury. 6. Burning; is the shortest process to separate mercury with gold grains. 7. Sales to local buyer guided by the international gold market in every Thursday.

  11. The Process of People Gold Mining in Paningkaban Village Banyumas Indonesia

    Science.gov (United States)

    Muslihudin; Bambang, Azis Nur; Hendarto, Eko; Putranto, Thomas Triadi

    2018-02-01

    Gold mining in Paningkaban Banyumas conducted by the community is called the People gold mining. At the beginning, many miners from outside the region have involved and transferred of method, technic and knowledge about gold mining to local people. The aim of the study is to identify the existing process of public gold mining. The method of the study is qualitative by using observation and interview. The result showed that the mining process are: 1. Determining the location of mining well; in this determination there are two references; rational and intuition 2. Mining; at this stage, a deep well is drawn about 50-100 meters that leads vertically and horizontally. It is the most high-risk stage because of work accidents that occurred and potentially environment destruction. 3. Pulverization; this stage is classified as the lowest level of difficulty and risk, therefore in this work many woman included. 4. Rolling; in this stage involves enough technology, electrical mechanic and energy with the dynamo and using mercury that potentially contaminate environment. 5. Filtering; this stage is a quite risky because the workers contact directly with mercury. 6. Burning; is the shortest process to separate mercury with gold grains. 7. Sales to local buyer guided by the international gold market in every Thursday.

  12. Explosives remain preferred methods for platform abandonment

    International Nuclear Information System (INIS)

    Pulsipher, A.; Daniel, W. IV; Kiesler, J.E.; Mackey, V. III

    1996-01-01

    Economics and safety concerns indicate that methods involving explosives remain the most practical and cost-effective means for abandoning oil and gas structures in the Gulf of Mexico. A decade has passed since 51 dead sea turtles, many endangered Kemp's Ridleys, washed ashore on the Texas coast shortly after explosives helped remove several offshore platforms. Although no relationship between the explosions and the dead turtles was ever established, in response to widespread public concern, the US Minerals Management Service (MMS) and National Marine Fisheries Service (NMFS) implemented regulations limiting the size and timing of explosive charges. Also, more importantly, they required that operators pay for observers to survey waters surrounding platforms scheduled for removal for 48 hr before any detonations. If observers spot sea turtles or marine mammals within the danger zone, the platform abandonment is delayed until the turtles leave or are removed. However, concern about the effects of explosives on marine life remains

  13. Ghost Remains After Black Hole Eruption

    Science.gov (United States)

    2009-05-01

    NASA's Chandra X-ray Observatory has found a cosmic "ghost" lurking around a distant supermassive black hole. This is the first detection of such a high-energy apparition, and scientists think it is evidence of a huge eruption produced by the black hole. This discovery presents astronomers with a valuable opportunity to observe phenomena that occurred when the Universe was very young. The X-ray ghost, so-called because a diffuse X-ray source has remained after other radiation from the outburst has died away, is in the Chandra Deep Field-North, one of the deepest X-ray images ever taken. The source, a.k.a. HDF 130, is over 10 billion light years away and existed at a time 3 billion years after the Big Bang, when galaxies and black holes were forming at a high rate. "We'd seen this fuzzy object a few years ago, but didn't realize until now that we were seeing a ghost", said Andy Fabian of the Cambridge University in the United Kingdom. "It's not out there to haunt us, rather it's telling us something - in this case what was happening in this galaxy billions of year ago." Fabian and colleagues think the X-ray glow from HDF 130 is evidence for a powerful outburst from its central black hole in the form of jets of energetic particles traveling at almost the speed of light. When the eruption was ongoing, it produced prodigious amounts of radio and X-radiation, but after several million years, the radio signal faded from view as the electrons radiated away their energy. HDF 130 Chandra X-ray Image of HDF 130 However, less energetic electrons can still produce X-rays by interacting with the pervasive sea of photons remaining from the Big Bang - the cosmic background radiation. Collisions between these electrons and the background photons can impart enough energy to the photons to boost them into the X-ray energy band. This process produces an extended X-ray source that lasts for another 30 million years or so. "This ghost tells us about the black hole's eruption long after

  14. An adaptive-order particle filter for remaining useful life prediction of aviation piston pumps

    Directory of Open Access Journals (Sweden)

    Tongyang LI

    2018-05-01

    Full Text Available An accurate estimation of the remaining useful life (RUL not only contributes to an effective application of an aviation piston pump, but also meets the necessity of condition based maintenance (CBM. For the current RUL evaluation methods, a model-based method is inappropriate for the degradation process of an aviation piston pump due to difficulties of modeling, while a data-based method rarely presents high-accuracy prediction in a long period of time. In this work, an adaptive-order particle filter (AOPF prognostic process is proposed aiming at improving long-term prediction accuracy of RUL by combining both kinds of methods. A dynamic model is initialized by a data-driven or empirical method. When a new observation comes, the prior state distribution is approximated by a current model. The order of the current model is updated adaptively by fusing the information of the observation. Monte Carlo simulation is employed for estimating the posterior probability density function of future states of the pump’s degradation. With updating the order number adaptively, the method presents a higher precision in contrast with those of traditional methods. In a case study, the proposed AOPF method is adopted to forecast the degradation status of an aviation piston pump with experimental return oil flow data, and the analytical results show the effectiveness of the proposed AOPF method. Keywords: Adaptive prognosis, Condition based maintenance (CBM, Particle filter (PF, Piston pump, Remaining useful life (RUL

  15. Gist-based conceptual processing of pictures remains intact in patients with amnestic mild cognitive impairment.

    Science.gov (United States)

    Deason, Rebecca G; Hussey, Erin P; Budson, Andrew E; Ally, Brandon A

    2012-03-01

    The picture superiority effect, better memory for pictures compared to words, has been found in young adults, healthy older adults, and, most recently, in patients with Alzheimer's disease and mild cognitive impairment. Although the picture superiority effect is widely found, there is still debate over what drives this effect. One main question is whether it is enhanced perceptual or conceptual information that leads to the advantage for pictures over words. In this experiment, we examined the picture superiority effect in healthy older adults and patients with amnestic mild cognitive impairment (MCI) to better understand the role of gist-based conceptual processing. We had participants study three exemplars of categories as either words or pictures. In the test phase, participants were again shown pictures or words and were asked to determine whether the item was in the same category as something they had studied earlier or whether it was from a new category. We found that all participants demonstrated a robust picture superiority effect, better performance for pictures than for words. These results suggest that the gist-based conceptual processing of pictures is preserved in patients with MCI. While in healthy older adults preserved recollection for pictures could lead to the picture superiority effect, in patients with MCI it is most likely that the picture superiority effect is a result of spared conceptually based familiarity for pictures, perhaps combined with their intact ability to extract and use gist information.

  16. Repair of human DNA in molecules that replicate or remain unreplicated following ultraviolet irradiation

    International Nuclear Information System (INIS)

    Waters, R.

    1980-01-01

    The extent of DNA replication, the incidence of uv induced pyrimidine dimers and the repair replication observed after their excision was monitored in human fibroblasts uv irradiated with single or split uv doses. The excision repair processes were measured in molecules that remained unreplicated or in those that replicated after the latter uv irradiation. Less DNA replication was observed after a split as opposed to single uv irradiation. Furthermore, a split dose did not modify the excision parameters measured after a single irradiation, regardless of whether the DNA had replicated or not

  17. Why Agricultural Educators Remain in the Classroom

    Science.gov (United States)

    Crutchfield, Nina; Ritz, Rudy; Burris, Scott

    2013-01-01

    The purpose of this study was to identify and describe factors that are related to agricultural educator career retention and to explore the relationships between work engagement, work-life balance, occupational commitment, and personal and career factors as related to the decision to remain in the teaching profession. The target population for…

  18. Detecting and quantifying ongoing decay of organic archaeological remains - a discussion of different approaches

    DEFF Research Database (Denmark)

    Matthiesen, Henning

    2015-01-01

    are well protected and are not undergoing rapid decay, and it requires a detailed knowledge of decay processes and rates. For instance it is well established that the presence of water is of paramount importance for the preservation of organic material, and there are several examples where archaeological....... Thus, for the management of archaeological sites it is necessary to develop tools and methods that allow us to discover ongoing decay as fast as possible. Furthermore, in order to prioritize between excavation, in situ preservation and mitigation the decay rate should be evaluated on a quantitative...... scale to determine if the archaeological remains can be preserved for centuries, decades or only a few years under different conditions. This is a challenging task as archaeological sites and materials are often heterogeneous and have been subjected to different site formation processes. This paper...

  19. Optimal Patrol to Detect Attacks at Dispersed Heterogeneous Locations

    Science.gov (United States)

    2013-12-01

    solution RALP Random-attacker linear program SALP Strategic-attacker linear program SMDP Semi-Markov decision process SP Shortest path SPR1 Shortest...average cost per attack among all vertices, which we refer to as the strategic-attacker linear program ( SALP ): min x zOPT (3.1a) subject to ∑ (k,l)∈A c...the SALP is indicated by zOPT. The lower bound that is obtained from using the LBLP is indicated by zLB. Solutions obtained from using a heuristic

  20. Identification of human remains from the Second World War mass graves uncovered in Bosnia and Herzegovina.

    Science.gov (United States)

    Marjanović, Damir; Hadžić Metjahić, Negra; Čakar, Jasmina; Džehverović, Mirela; Dogan, Serkan; Ferić, Elma; Džijan, Snježana; Škaro, Vedrana; Projić, Petar; Madžar, Tomislav; Rod, Eduard; Primorac, Dragan

    2015-06-01

    To present the results obtained in the identification of human remains from World War II found in two mass graves in Ljubuški, Bosnia and Herzegovina. Samples from 10 skeletal remains were collected. Teeth and femoral fragments were collected from 9 skeletons and only a femoral fragment from 1 skeleton. DNA was isolated from bone and teeth samples using an optimized phenol/chloroform DNA extraction procedure. All samples required a pre-extraction decalcification with EDTA and additional post-extraction DNA purification using filter columns. Additionally, DNA from 12 reference samples (buccal swabs from potential living relatives) was extracted using the Qiagen DNA extraction method. QuantifilerTM Human DNA Quantification Kit was used for DNA quantification. PowerPlex ESI kit was used to simultaneously amplify 15 autosomal short tandem repeat (STR) loci, and PowerPlex Y23 was used to amplify 23 Y chromosomal STR loci. Matching probabilities were estimated using a standard statistical approach. A total of 10 samples were processed, 9 teeth and 1 femoral fragment. Nine of 10 samples were profiled using autosomal STR loci, which resulted in useful DNA profiles for 9 skeletal remains. A comparison of established victims' profiles against a reference sample database yielded 6 positive identifications. DNA analysis may efficiently contribute to the identification of remains even seven decades after the end of the World War II. The significant percentage of positively identified remains (60%), even when the number of the examined possible living relatives was relatively small (only 12), proved the importance of cooperation with the members of the local community, who helped to identify the closest missing persons' relatives and collect referent samples from them.

  1. The Influence of Negative Emotion on Cognitive and Emotional Control Remains Intact in Aging

    Directory of Open Access Journals (Sweden)

    Artyom Zinchenko

    2017-11-01

    Full Text Available Healthy aging is characterized by a gradual decline in cognitive control and inhibition of interferences, while emotional control is either preserved or facilitated. Emotional control regulates the processing of emotional conflicts such as in irony in speech, and cognitive control resolves conflict between non-affective tendencies. While negative emotion can trigger control processes and speed up resolution of both cognitive and emotional conflicts, we know little about how aging affects the interaction of emotion and control. In two EEG experiments, we compared the influence of negative emotion on cognitive and emotional conflict processing in groups of younger adults (mean age = 25.2 years and older adults (69.4 years. Participants viewed short video clips and either categorized spoken vowels (cognitive conflict or their emotional valence (emotional conflict, while the visual facial information was congruent or incongruent. Results show that negative emotion modulates both cognitive and emotional conflict processing in younger and older adults as indicated in reduced response times and/or enhanced event-related potentials (ERPs. In emotional conflict processing, we observed a valence-specific N100 ERP component in both age groups. In cognitive conflict processing, we observed an interaction of emotion by congruence in the N100 responses in both age groups, and a main effect of congruence in the P200 and N200. Thus, the influence of emotion on conflict processing remains intact in aging, despite a marked decline in cognitive control. Older adults may prioritize emotional wellbeing and preserve the role of emotion in cognitive and emotional control.

  2. A Bayesian Framework for Remaining Useful Life Estimation

    Data.gov (United States)

    National Aeronautics and Space Administration — The estimation of remaining useful life (RUL) of a faulty component is at the center of system prognostics and health management. It gives operators a potent tool in...

  3. Can interprofessional teamwork reduce patient throughput times? A longitudinal single-centre study of three different triage processes at a Swedish emergency department.

    Science.gov (United States)

    Liu, Jenny; Masiello, Italo; Ponzer, Sari; Farrokhnia, Nasim

    2018-04-19

    To determine the impact on emergency department (ED) throughput times and proportion of patients who leave without being seen by a physician (LWBS) of two triage interventions, where comprehensive nurse-led triage was first replaced by senior physician-led triage and then by interprofessional teamwork. Single-centre before-and-after study. Adult ED of a Swedish urban hospital. Patients arriving on weekdays 08:00 to 21:00 during three 1-year periods in the interval May 2012 to November 2015. A total of 185 806 arrivals were included. Senior physicians replaced triage nurses May 2013 to May 2014. Interprofessional teamwork replaced the triage process on weekdays 08:00 to 21:00 November 2014 to November 2015. Primary outcomes were the median time to physician (TTP) and the median length of stay (LOS). Secondary outcome was the LWBS rate. The crude median LOS was shortest for teamwork, 228 min (95% CI 226.4 to 230.5) compared with 232 min (95% CI 230.8 to 233.9) for nurse-led and 250 min (95% CI 248.5 to 252.6) for physician-led triage. The adjusted LOS for the teamwork period was 16 min shorter than for nurse-led triage and 23 min shorter than for physician-led triage. The median TTP was shortest for physician-led triage, 56 min (95% CI 54.5 to 56.6) compared with 116 min (95% CI 114.4 to 117.5) for nurse-led triage and 74 min (95% CI 72.7 to 74.8) for teamwork. The LWBS rate was 1.9% for nurse-led triage, 1.2% for physician-led triage and 3.2% for teamwork. All outcome measure differences had two-tailed p valuesteamwork had the shortest length of stay, a shorter time to physician than nurse-led triage, but a higher LWBS rate. Interprofessional teamwork may be a useful approach to reducing ED throughput times. © Article author(s) (or their employer(s) unless otherwise stated in the text of the article) 2018. All rights reserved. No commercial use is permitted unless otherwise expressly granted.

  4. Review of the Dinosaur Remains from the Middle Jurassic of Scotland, UK

    Directory of Open Access Journals (Sweden)

    Neil D. L. Clark

    2018-02-01

    Full Text Available Dinosaurs are rare from the Middle Jurassic worldwide. The Isle of Skye, is the only place in Scotland thus far to have produced dinosaur remains. These remains consist mainly of footprints, but also several bones and teeth. These Bajocian and Bathonian remains represent an important collection of a basal eusauropod, early examples of non-neosauropod and possible basal titanosauriform eusauropods, and theropod remains that may belong to an early coelurosaur and a possible megalosaurid, basal tyrannosauroid, or dromaeosaurid. The footprints from here also suggest a rich and diverse dinosaur fauna for which further better diagnosable remains are likely to be found.

  5. Stabilization of a locally minimal forest

    International Nuclear Information System (INIS)

    Ivanov, A O; Mel'nikova, A E; Tuzhilin, A A

    2014-01-01

    The method of partial stabilization of locally minimal networks, which was invented by Ivanov and Tuzhilin to construct examples of shortest trees with given topology, is developed. According to this method, boundary vertices of degree 2 are not added to all edges of the original locally minimal tree, but only to some of them. The problem of partial stabilization of locally minimal trees in a finite-dimensional Euclidean space is solved completely in the paper, that is, without any restrictions imposed on the number of edges remaining free of subdivision. A criterion for the realizability of such stabilization is established. In addition, the general problem of searching for the shortest forest connecting a finite family of boundary compact sets in an arbitrary metric space is formalized; it is shown that such forests exist for any family of compact sets if and only if for any finite subset of the ambient space there exists a shortest tree connecting it. The theory developed here allows us to establish further generalizations of the stabilization theorem both for arbitrary metric spaces and for metric spaces with some special properties. Bibliography: 10 titles

  6. Stabilization of a locally minimal forest

    Science.gov (United States)

    Ivanov, A. O.; Mel'nikova, A. E.; Tuzhilin, A. A.

    2014-03-01

    The method of partial stabilization of locally minimal networks, which was invented by Ivanov and Tuzhilin to construct examples of shortest trees with given topology, is developed. According to this method, boundary vertices of degree 2 are not added to all edges of the original locally minimal tree, but only to some of them. The problem of partial stabilization of locally minimal trees in a finite-dimensional Euclidean space is solved completely in the paper, that is, without any restrictions imposed on the number of edges remaining free of subdivision. A criterion for the realizability of such stabilization is established. In addition, the general problem of searching for the shortest forest connecting a finite family of boundary compact sets in an arbitrary metric space is formalized; it is shown that such forests exist for any family of compact sets if and only if for any finite subset of the ambient space there exists a shortest tree connecting it. The theory developed here allows us to establish further generalizations of the stabilization theorem both for arbitrary metric spaces and for metric spaces with some special properties. Bibliography: 10 titles.

  7. Remaining life diagnosis method and device for nuclear reactor

    International Nuclear Information System (INIS)

    Yamamoto, Michiyoshi.

    1996-01-01

    A neutron flux measuring means is inserted from the outside of a reactor pressure vessel during reactor operation to forecast neutron-degradation of materials of incore structural components in the vicinity of portions to be measured based on the measured values, and the remaining life of the reactor is diagnosed by the forecast degraded state. In this case, the neutron fluxes to be measured are desirably fast and/or medium neutron fluxes. As the positions where the measuring means is to be inserted, for example, the vicinity of the structural components at the periphery of the fuel assembly is selected. Aging degradation characteristics of the structural components are determined by using the aging degradation data for the structural materials. The remaining life is analyzed based on obtained aging degradation characteristics and stress evaluation data of the incore structural components at portions to be measured. Neutron irradiation amount of structural components at predetermined positions can be recognized accurately, and appropriate countermeasures can be taken depending on the forecast remaining life thereby enabling to improve the reliability of the reactor. (N.H.)

  8. Industry remains stuck in a transitional mode

    International Nuclear Information System (INIS)

    Garb, F.A.

    1991-01-01

    The near future for industry remains foggy for several obvious reasons. The shake-up of the Soviet Union and how the pieces will reform remains unclear. How successful efforts are to privatize government oil company operations around the world has yet to be determined. A long sought peace in the Middle East seems to be inching closer, but will this continue? If it does continue, what impact will it have on world energy policy? Will American companies, which are now transferring their attention to foreign E and P, also maintain an interest in domestic activities? Is the U.S. economy really on the upswing? We are told that the worst of the recession is over, but try telling this to thousands of workers in the oil patch who are being released monthly by the big players in domestic operations. This paper reports that 1992 should be a better year than 1991, if measured in opportunity. There are more exploration and acquisition options available, both domestically and internationally, than there have been in years. Probably more opportunities exist than there are players-certainly more than can be funded with current financial resources

  9. Data-driven remaining useful life prognosis techniques stochastic models, methods and applications

    CERN Document Server

    Si, Xiao-Sheng; Hu, Chang-Hua

    2017-01-01

    This book introduces data-driven remaining useful life prognosis techniques, and shows how to utilize the condition monitoring data to predict the remaining useful life of stochastic degrading systems and to schedule maintenance and logistics plans. It is also the first book that describes the basic data-driven remaining useful life prognosis theory systematically and in detail. The emphasis of the book is on the stochastic models, methods and applications employed in remaining useful life prognosis. It includes a wealth of degradation monitoring experiment data, practical prognosis methods for remaining useful life in various cases, and a series of applications incorporated into prognostic information in decision-making, such as maintenance-related decisions and ordering spare parts. It also highlights the latest advances in data-driven remaining useful life prognosis techniques, especially in the contexts of adaptive prognosis for linear stochastic degrading systems, nonlinear degradation modeling based pro...

  10. Work-related factors influencing home care nurse intent to remain employed.

    Science.gov (United States)

    Tourangeau, Ann E; Patterson, Erin; Saari, Margaret; Thomson, Heather; Cranley, Lisa

    Health care is shifting out of hospitals into community settings. In Ontario, Canada, home care organizations continue to experience challenges recruiting and retaining nurses. However, factors influencing home care nurse retention that can be modified remain largely unexplored. Several groups of factors have been identified as influencing home care nurse intent to remain employed including job characteristics, work structures, relationships and communication, work environment, responses to work, and conditions of employment. The aim of this study was to test and refine a model that identifies which factors are related to home care nurse intentions to remain employed for the next 5 years with their current home care employer organization. A cross-sectional survey design was implemented to test and refine a hypothesized model of home care nurse intent to remain employed. Logistic regression was used to determine which factors influence home care nurse intent to remain employed. Home care nurse intent to remain employed for the next 5 years was associated with increasing age, higher nurse-evaluated quality of care, having greater variety of patients, experiencing greater meaningfulness of work, having greater income stability, having greater continuity of client care, experiencing more positive relationships with supervisors, experiencing higher work-life balance, and being more satisfied with salary and benefits. Home care organizations can promote home care nurse intent to remain employed by (a) ensuring nurses have adequate training and resources to provide quality client care, (b) improving employment conditions to increase income stability and satisfaction with pay and benefits, (c) ensuring manageable workloads to facilitate improved work-life balance, and (d) ensuring leaders are accessible and competent.

  11. Red Assembly: the work remains

    Directory of Open Access Journals (Sweden)

    Leslie Witz

    installed. What to do at this limit, at the transgressive encounter between saying yes and no to history, remains the challenge. It is the very challenge of what insistently remains.

  12. Dynamic arsenic aging processes and their mechanisms in nine types of Chinese soils.

    Science.gov (United States)

    Wang, Yanan; Zeng, Xibai; Lu, Yahai; Bai, Lingyu; Su, Shiming; Wu, Cuixia

    2017-11-01

    Although specific soil properties controlling the arsenic (As) aging process have been studied extensively, few investigations have attempted to determine how soil types influence As bioavailability and fractionations in soils. Nine types of soil were selected from typical grain producing areas in China, and the bioavailability and fractionations of As during aging were measured. Results showed that available As in all soils rapidly decreased in the first 30 days and slowly declined thereafter. In spiked soils, As easily became less available and less toxic in low pH soils compared to high pH soils, demonstrating the importance of soil pH on As availability. Results from fitting kinetic equations revealed that the pseudo-second-order model described the As aging processes well in all soils (R 2  = 0.945-0.999, P soil clay content. The shortest time for approximate stabilization of As aging was 28 d in latosol soils (LS), while the longest approximate equilibrium time was 169 d in cinnamon soils (CS). Individual soil properties controlling the variation in different As fractionations further confirmed that the influences of soil types on As aging were the result of the combined effects of soil properties and a time-consuming redistribution process. Copyright © 2017 Elsevier Ltd. All rights reserved.

  13. An analysis of the alleged skeletal remains of Carin Göring.

    Directory of Open Access Journals (Sweden)

    Anna Kjellström

    Full Text Available In 1991, treasure hunters found skeletal remains in an area close to the destroyed country residence of former Nazi leader Hermann Göring in northeastern Berlin. The remains, which were believed to belong to Carin Göring, who was buried at the site, were examined to determine whether it was possible to make a positive identification. The anthropological analysis showed that the remains come from an adult woman. The DNA analysis of several bone elements showed female sex, and a reference sample from Carin's son revealed mtDNA sequences identical to the remains. The profile has one nucleotide difference from the Cambridge reference sequence (rCRS, the common variant 263G. A database search resulted in a frequency of this mtDNA sequence of about 10% out of more than 7,000 European haplotypes. The mtDNA sequence found in the ulna, the cranium and the reference sample is, thus, very common among Europeans. Therefore, nuclear DNA analysis was attempted. The remains as well as a sample from Carin's son were successfully analysed for the three nuclear markers TH01, D7S820 and D8S1179. The nuclear DNA analysis of the two samples revealed one shared allele for each of the three markers, supporting a mother and son relationship. This genetic information together with anthropological and historical files provides an additional piece of circumstantial evidence in our efforts to identify the remains of Carin Göring.

  14. Does hypertension remain after kidney transplantation?

    Directory of Open Access Journals (Sweden)

    Gholamreza Pourmand

    2015-05-01

    Full Text Available Hypertension is a common complication of kidney transplantation with the prevalence of 80%. Studies in adults have shown a high prevalence of hypertension (HTN in the first three months of transplantation while this rate is reduced to 50- 60% at the end of the first year. HTN remains as a major risk factor for cardiovascular diseases, lower graft survival rates and poor function of transplanted kidney in adults and children. In this retrospective study, medical records of 400 kidney transplantation patients of Sina Hospital were evaluated. Patients were followed monthly for the 1st year, every two months in the 2nd year and every three months after that. In this study 244 (61% patients were male. Mean ± SD age of recipients was 39.3 ± 13.8 years. In most patients (40.8% the cause of end-stage renal disease (ESRD was unknown followed by HTN (26.3%. A total of 166 (41.5% patients had been hypertensive before transplantation and 234 (58.5% had normal blood pressure. Among these 234 individuals, 94 (40.2% developed post-transplantation HTN. On the other hand, among 166 pre-transplant hypertensive patients, 86 patients (56.8% remained hypertensive after transplantation. Totally 180 (45% patients had post-transplantation HTN and 220 patients (55% didn't develop HTN. Based on the findings, the incidence of post-transplantation hypertension is high, and kidney transplantation does not lead to remission of hypertension. On the other hand, hypertension is one of the main causes of ESRD. Thus, early screening of hypertension can prevent kidney damage and reduce further problems in renal transplant recipients.

  15. Complexity in human transportation networks: a comparative analysis of worldwide air transportation and global cargo-ship movements

    Science.gov (United States)

    Woolley-Meza, O.; Thiemann, C.; Grady, D.; Lee, J. J.; Seebens, H.; Blasius, B.; Brockmann, D.

    2011-12-01

    We present a comparative network-theoretic analysis of the two largest global transportation networks: the worldwide air-transportation network (WAN) and the global cargo-ship network (GCSN). We show that both networks exhibit surprising statistical similarities despite significant differences in topology and connectivity. Both networks exhibit a discontinuity in node and link betweenness distributions which implies that these networks naturally segregate into two different classes of nodes and links. We introduce a technique based on effective distances, shortest paths and shortest path trees for strongly weighted symmetric networks and show that in a shortest path tree representation the most significant features of both networks can be readily seen. We show that effective shortest path distance, unlike conventional geographic distance measures, strongly correlates with node centrality measures. Using the new technique we show that network resilience can be investigated more precisely than with contemporary techniques that are based on percolation theory. We extract a functional relationship between node characteristics and resilience to network disruption. Finally we discuss the results, their implications and conclude that dynamic processes that evolve on both networks are expected to share universal dynamic characteristics.

  16. An On-Board Remaining Useful Life Estimation Algorithm for Lithium-Ion Batteries of Electric Vehicles

    Directory of Open Access Journals (Sweden)

    Xiaoyu Li

    2017-05-01

    Full Text Available Battery remaining useful life (RUL estimation is critical to battery management and performance optimization of electric vehicles (EVs. In this paper, we present an effective way to estimate RUL online by using the support vector machine (SVM algorithm. By studying the characteristics of the battery degradation process, the rising of the terminal voltage and changing characteristics of the voltage derivative (DV during the charging process are introduced as the training variables of the SVM algorithm to determine the battery RUL. The SVM is then applied to build the battery degradation model and predict the battery real cycle numbers. Experimental results prove that the built battery degradation model shows higher accuracy and less computation time compared with those of the neural network (NN method, thereby making it a potential candidate for realizing online RUL estimation in a battery management system (BMS.

  17. And the Dead Remain Behind

    Directory of Open Access Journals (Sweden)

    Peter Read

    2013-08-01

    Full Text Available In most cultures the dead and their living relatives are held in a dialogic relationship. The dead have made it clear, while living, what they expect from their descendants. The living, for their part, wish to honour the tombs of their ancestors; at the least, to keep the graves of the recent dead from disrepair. Despite the strictures, the living can fail their responsibilities, for example, by migration to foreign countries. The peripatetic Chinese are one of the few cultures able to overcome the dilemma of the wanderer or the exile. With the help of a priest, an Australian Chinese migrant may summon the soul of an ancestor from an Asian grave to a Melbourne temple, where the spirit, though removed from its earthly vessel, will rest and remain at peace. Amongst cultures in which such practices are not culturally appropriate, to fail to honour the family dead can be exquisitely painful. Violence is the cause of most failure.

  18. Molecular genetic identification of skeletal remains of apartheid ...

    African Journals Online (AJOL)

    The Truth and Reconciliation Commission made significant progress in examining abuses committed during the apartheid era in South Africa. Despite information revealed by the commission, a large number of individuals remained missing when the commission closed its proceedings. This provided the impetus for the ...

  19. Palmar, Patellar, and Pedal Human Remains from Pavlov

    Czech Academy of Sciences Publication Activity Database

    Trinkaus, E.; Wojtal, P.; Wilczyński, J.; Sázelová, Sandra; Svoboda, Jiří

    2017-01-01

    Roč. 2017, June (2017), s. 73-101 ISSN 1545-0031 Institutional support: RVO:68081758 Keywords : Gravettian * human remains * isolated bones * anatomically modern humans * Upper Paleolithic Subject RIV: AC - Archeology, Anthropology, Ethnology OBOR OECD: Archaeology http://paleoanthro.org/media/journal/content/PA20170073.pdf

  20. Robotics to enable older adults to remain living at home.

    Science.gov (United States)

    Pearce, Alan J; Adair, Brooke; Miller, Kimberly; Ozanne, Elizabeth; Said, Catherine; Santamaria, Nick; Morris, Meg E

    2012-01-01

    Given the rapidly ageing population, interest is growing in robots to enable older people to remain living at home. We conducted a systematic review and critical evaluation of the scientific literature, from 1990 to the present, on the use of robots in aged care. The key research questions were as follows: (1) what is the range of robotic devices available to enable older people to remain mobile, independent, and safe? and, (2) what is the evidence demonstrating that robotic devices are effective in enabling independent living in community dwelling older people? Following database searches for relevant literature an initial yield of 161 articles was obtained. Titles and abstracts of articles were then reviewed by 2 independent people to determine suitability for inclusion. Forty-two articles met the criteria for question 1. Of these, 4 articles met the criteria for question 2. Results showed that robotics is currently available to assist older healthy people and people with disabilities to remain independent and to monitor their safety and social connectedness. Most studies were conducted in laboratories and hospital clinics. Currently limited evidence demonstrates that robots can be used to enable people to remain living at home, although this is an emerging smart technology that is rapidly evolving.

  1. Robotics to Enable Older Adults to Remain Living at Home

    Directory of Open Access Journals (Sweden)

    Alan J. Pearce

    2012-01-01

    Full Text Available Given the rapidly ageing population, interest is growing in robots to enable older people to remain living at home. We conducted a systematic review and critical evaluation of the scientific literature, from 1990 to the present, on the use of robots in aged care. The key research questions were as follows: (1 what is the range of robotic devices available to enable older people to remain mobile, independent, and safe? and, (2 what is the evidence demonstrating that robotic devices are effective in enabling independent living in community dwelling older people? Following database searches for relevant literature an initial yield of 161 articles was obtained. Titles and abstracts of articles were then reviewed by 2 independent people to determine suitability for inclusion. Forty-two articles met the criteria for question 1. Of these, 4 articles met the criteria for question 2. Results showed that robotics is currently available to assist older healthy people and people with disabilities to remain independent and to monitor their safety and social connectedness. Most studies were conducted in laboratories and hospital clinics. Currently limited evidence demonstrates that robots can be used to enable people to remain living at home, although this is an emerging smart technology that is rapidly evolving.

  2. Dinosaur remains from the type Maastrichtian: An update

    NARCIS (Netherlands)

    Weishampel, David B.; Mulder, Eric W A; Dortangs, Rudi W.; Jagt, John W M; Jianu, Coralia Maria; Kuypers, Marcel M M; Peeters, Hans H G; Schulp, Anne S.

    1999-01-01

    Isolated cranial and post-cranial remains of hadrosaurid dinosaurs have been collected from various outcrops in the type area of the Maastrichtian stage during the last few years. In the present contribution, dentary and maxillary teeth are recorded from the area for the first time. Post-cranial

  3. 76 FR 14057 - Notice of Inventory Completion: University of Wyoming, Anthropology Department, Human Remains...

    Science.gov (United States)

    2011-03-15

    ...: University of Wyoming, Anthropology Department, Human Remains Repository, Laramie, WY AGENCY: National Park... Anthropology Department, Human Remains Repository, Laramie, WY. The human remains and associated funerary... the human remains was made by University of Wyoming, Anthropology Department, Human Remains Repository...

  4. A review of sex estimation techniques during examination of skeletal remains in forensic anthropology casework.

    Science.gov (United States)

    Krishan, Kewal; Chatterjee, Preetika M; Kanchan, Tanuj; Kaur, Sandeep; Baryah, Neha; Singh, R K

    2016-04-01

    Sex estimation is considered as one of the essential parameters in forensic anthropology casework, and requires foremost consideration in the examination of skeletal remains. Forensic anthropologists frequently employ morphologic and metric methods for sex estimation of human remains. These methods are still very imperative in identification process in spite of the advent and accomplishment of molecular techniques. A constant boost in the use of imaging techniques in forensic anthropology research has facilitated to derive as well as revise the available population data. These methods however, are less reliable owing to high variance and indistinct landmark details. The present review discusses the reliability and reproducibility of various analytical approaches; morphological, metric, molecular and radiographic methods in sex estimation of skeletal remains. Numerous studies have shown a higher reliability and reproducibility of measurements taken directly on the bones and hence, such direct methods of sex estimation are considered to be more reliable than the other methods. Geometric morphometric (GM) method and Diagnose Sexuelle Probabiliste (DSP) method are emerging as valid methods and widely used techniques in forensic anthropology in terms of accuracy and reliability. Besides, the newer 3D methods are shown to exhibit specific sexual dimorphism patterns not readily revealed by traditional methods. Development of newer and better methodologies for sex estimation as well as re-evaluation of the existing ones will continue in the endeavour of forensic researchers for more accurate results. Copyright © 2016 Elsevier Ireland Ltd. All rights reserved.

  5. Methodology for Extraction of Remaining Sodium of Used Sodium Containers

    International Nuclear Information System (INIS)

    Jung, Minhwan; Kim, Jongman; Cho, Youngil; Jeong, Jiyoung

    2014-01-01

    Sodium used as a coolant in the SFR (Sodium-cooled Fast Reactor) reacts easily with most elements due to its high reactivity. If sodium at high temperature leaks outside of a system boundary and makes contact with oxygen, it starts to burn and toxic aerosols are produced. In addition, it generates flammable hydrogen gas through a reaction with water. Hydrogen gas can be explosive within the range of 4.75 vol%. Therefore, the sodium should be handled carefully in accordance with standard procedures even though there is a small amount of target sodium remainings inside the containers and drums used for experiment. After the experiment, all sodium experimental apparatuses should be dismantled carefully through a series of draining, residual sodium extraction, and cleaning if they are no longer reused. In this work, a system for the extraction of the remaining sodium of used sodium drums has been developed and an operation procedure for the system has been established. In this work, a methodology for the extraction of remaining sodium out of the used sodium container has been developed as one of the sodium facility maintenance works. The sodium extraction system for remaining sodium of the used drums was designed and tested successfully. This work will contribute to an establishment of sodium handling technology for PGSFR. (Prototype Gen-IV Sodium-cooled Fast Reactor)

  6. Robotics to Enable Older Adults to Remain Living at Home

    OpenAIRE

    Pearce, Alan J.; Adair, Brooke; Miller, Kimberly; Ozanne, Elizabeth; Said, Catherine; Santamaria, Nick; Morris, Meg E.

    2012-01-01

    Given the rapidly ageing population, interest is growing in robots to enable older people to remain living at home. We conducted a systematic review and critical evaluation of the scientific literature, from 1990 to the present, on the use of robots in aged care. The key research questions were as follows: (1) what is the range of robotic devices available to enable older people to remain mobile, independent, and safe? and, (2) what is the evidence demonstrating that robotic devices are effec...

  7. State and municipal innovations in obesity policy: why localities remain a necessary laboratory for innovation.

    Science.gov (United States)

    Reeve, Belinda; Ashe, Marice; Farias, Ruben; Gostin, Lawrence

    2015-03-01

    Municipal and state governments are surging ahead in obesity prevention, providing a testing ground for innovative policies and shifting social norms in the process. Though high-profile measures such as New York City's soda portion rule attract significant media attention, we catalog the broader array of initiatives in less-known localities. Local innovation advances prevention policy, but faces legal and political constraints-constitutional challenges, preemption, charges of paternalism, lack of evidence, and widening health inequalities. These arguments can be met with astute framing, empirical evidence, and policy design, enabling local governments to remain at the forefront in transforming obesogenic environments.

  8. Remaining useful life estimation in heterogeneous fleets working under variable operating conditions

    International Nuclear Information System (INIS)

    Al-Dahidi, Sameer; Di Maio, Francesco; Baraldi, Piero; Zio, Enrico

    2016-01-01

    The availability of condition monitoring data for large fleets of similar equipment motivates the development of data-driven prognostic approaches that capitalize on the information contained in such data to estimate equipment Remaining Useful Life (RUL). A main difficulty is that the fleet of equipment typically experiences different operating conditions, which influence both the condition monitoring data and the degradation processes that physically determine the RUL. We propose an approach for RUL estimation from heterogeneous fleet data based on three phases: firstly, the degradation levels (states) of an homogeneous discrete-time finite-state semi-markov model are identified by resorting to an unsupervised ensemble clustering approach. Then, the parameters of the discrete Weibull distributions describing the transitions among the states and their uncertainties are inferred by resorting to the Maximum Likelihood Estimation (MLE) method and to the Fisher Information Matrix (FIM), respectively. Finally, the inferred degradation model is used to estimate the RUL of fleet equipment by direct Monte Carlo (MC) simulation. The proposed approach is applied to two case studies regarding heterogeneous fleets of aluminium electrolytic capacitors and turbofan engines. Results show the effectiveness of the proposed approach in predicting the RUL and its superiority compared to a fuzzy similarity-based approach of literature. - Highlights: • The prediction of the remaining useful life for heterogeneous fleets is addressed. • A data-driven prognostics approach based on a Markov model is proposed. • The proposed approach is applied to two different heterogeneous fleets. • The results are compared with those obtained by a fuzzy similarity-based approach.

  9. Fundamental study on the melting process of crushed ice in a heat storage container; Chikunetsu sonai ni takuwaeta saihyo no yukai ni kansuru kisoteki kenkyu

    Energy Technology Data Exchange (ETDEWEB)

    Yanadori, M; Kobori, H [Hitachi, Ltd., Tokyo (Japan); Tsubota, Y [Tokyo Electric Power Co. Inc., Tokyo (Japan)

    1998-03-25

    This report deals with heat transfer in the melting process of crushed ice filling in a ice/water heat storage container. Volumetric heat transfer rate and melting end-time are measured when rectangular-type, small-stone-type and particle-type ice in the container are melted by circulation hot water. Melting end-time of small-stone-type ice is the shortest and that of particle-type ice is the latest. Volumetric heat transfer rate of small-stone-type ice and rectangular-type ice is larger than that of particle-type ice. The flow rate of circulation hot water throwing in container through a inlet pipe influences remarkably on heat transfer rate. 4 refs., 10 figs.

  10. Enhanced microbial coalbed methane generation: A review of research, commercial activity, and remaining challenges

    Science.gov (United States)

    Ritter, Daniel J.; Vinson, David S.; Barnhart, Elliott P.; Akob, Denise M.; Fields, Matthew W.; Cunningham, Al B.; Orem, William H.; McIntosh, Jennifer C.

    2015-01-01

    Coalbed methane (CBM) makes up a significant portion of the world’s natural gas resources. The discovery that approximately 20% of natural gas is microbial in origin has led to interest in microbially enhanced CBM (MECoM), which involves stimulating microorganisms to produce additional CBM from existing production wells. This paper reviews current laboratory and field research on understanding processes and reservoir conditions which are essential for microbial CBM generation, the progress of efforts to stimulate microbial methane generation in coal beds, and key remaining knowledge gaps. Research has been primarily focused on identifying microbial communities present in areas of CBM generation and attempting to determine their function, in-situ reservoir conditions that are most favorable for microbial CBM generation, and geochemical indicators of metabolic pathways of methanogenesis (i.e., acetoclastic or hydrogenotrophic methanogenesis). Meanwhile, researchers at universities, government agencies, and companies have focused on four primary MECoM strategies: 1) microbial stimulation (i.e., addition of nutrients to stimulate native microbes); 2) microbial augmentation (i.e., addition of microbes not native to or abundant in the reservoir of interest); 3) physically increasing microbial access to coal and distribution of amendments; and 4) chemically increasing the bioavailability of coal organics. Most companies interested in MECoM have pursued microbial stimulation: Luca Technologies, Inc., successfully completed a pilot scale field test of their stimulation strategy, while two others, Ciris Energy and Next Fuel, Inc., have undertaken smaller scale field tests. Several key knowledge gaps remain that need to be addressed before MECoM strategies can be implemented commercially. Little is known about the bacterial community responsible for coal biodegradation and how these microorganisms may be stimulated to enhance microbial methanogenesis. In addition, research

  11. Career Motivation in Newly Licensed Registered Nurses: What Makes Them Remain

    Science.gov (United States)

    Banks, Zarata Mann; Bailey, Jessica H.

    2010-01-01

    Despite vast research on newly licensed registered nurses (RNs), we don't know why some newly licensed registered nurses remain in their current jobs and others leave the nursing profession early in their career. Job satisfaction, the most significant factor emerging from the literature, plays a significant role in nurses' decisions to remain in…

  12. Calculating the price of tanks, vessels and process equipment of petrochemical industry second criteria of integrity and survival remaining of API RP 579 (Fitness for service); Calculo do preco de tanques, vasos e equipamentos de processo da industria petroquimica segundo criterios de integridade e sobrevida remanescente do API RP 579 (Fitness for service)

    Energy Technology Data Exchange (ETDEWEB)

    Morato, Paulo Cesar Vidal Morato [Petroleo Brasileiro S.A. (PETROBRAS), Rio de Janeiro, RJ (Brazil)

    2012-07-01

    By owning many tanks, vessels and process equipment, PETROBRAS has developed the concept of 'Fitness-For-Service' (suitability for use) under the standard API RP 579, i.e. to verify the structural integrity and remaining useful life of equipment in service. In this paper we will discuss how to calculate the remaining useful life of equipment used in accordance with such criteria and with this technical data, calculate the depreciated price. Steps: verification of applicability; surveys of the technical data of the equipment; surveys the minimum thickness of plating equipment over the years; calculation of the average annual rate of corrosion (tc); calculation of the required minimum thickness according to the criteria of API RP 579 (tr); calculation of remaining useful life (nr); calculation of the depreciated price (Vd) equipment. Conclusions: intended for evaluation of tanks price, vessels and process equipment according to API RP 579 concepts. Estimate the remaining useful life of equipment used and calculates the depreciated price. Scientific method based, consistent and robust, due to calculating established the remaining useful life. (author)

  13. Fossil human remains from Bolomor Cave (Valencia, Spain).

    Science.gov (United States)

    Arsuaga, Juan Luis; Fernández Peris, Josep; Gracia-Téllez, Ana; Quam, Rolf; Carretero, José Miguel; Barciela González, Virginia; Blasco, Ruth; Cuartero, Felipe; Sañudo, Pablo

    2012-05-01

    Systematic excavations carried out since 1989 at Bolomor Cave have led to the recovery of four Pleistocene human fossil remains, consisting of a fibular fragment, two isolated teeth, and a nearly complete adult parietal bone. All of these specimens date to the late Middle and early Late Pleistocene (MIS 7-5e). The fibular fragment shows thick cortical bone, an archaic feature found in non-modern (i.e. non-Homo sapiens) members of the genus Homo. Among the dental remains, the lack of a midtrigonid crest in the M(1) represents a departure from the morphology reported for the majority of Neandertal specimens, while the large dimensions and pronounced shoveling of the marginal ridges in the C(1) are similar to other European Middle and late Pleistocene fossils. The parietal bone is very thick, with dimensions that generally fall above Neandertal fossils and resemble more closely the Middle Pleistocene Atapuerca (SH) adult specimens. Based on the presence of archaic features, all the fossils from Bolomor are attributed to the Neandertal evolutionary lineage. Copyright © 2012 Elsevier Ltd. All rights reserved.

  14. Micromorphological Aspects of Forensic Geopedology: can vivianite be a marker of human remains permanence in soil?

    Science.gov (United States)

    Ern, Stephania Irmgard Elena; Trombino, Luca; Cattaneo, Cristina

    2010-05-01

    The number of death cases of forensic interest grows up every year. When decomposed or skeletal remains come out from the soil, the bones become of anthropological competence and the scene of crime become of soil specialists competence. The present study concerns real cases of buried/hidden remains in clandestine graves which have been studied in order to prove the permanence in soil even if the soil particles have been washed away or the body is no more buried. One hypothesis has been taken in account, related to the evidences of vivianite crystallization on the bones. The vivianite is an iron hydrate phosphate (Fe3(PO4)2·8(H2O)) that usually forms in anoxic, reducing and rich in organic matter conditions. In these conditions the iron in the soil is in reduced form (Fe2+) and associates with the phosphorous, present in the environment, as attested in archaeological contexts. Going back to the cases of buried/hidden remains, it is possible to state that the soil can be source of iron, while the bones can supply phosphorous and the decomposition process induces the anoxic/reducing conditions in the burial area. In this light, the presence of vivianite crystallizations on the bones could be a method to discriminate burial (i.e. permanence in soil) even if the remains are found in a different context than a clandestine grave. Analyses have been performed using petrographic microscope and scanning electron microscope microanalysis (SEM-EDS) on bones, and point out the presence of vivianite crystallizations on the bones. This evidence, thanks to the significance of vivianite in the archaeological context, can be regarded as a marker of the permanence of the human remains into the soil, like a ‘buried evidence' testimonial; on the contrary the absence of vivianite is not indicative of a ‘non buried status'. Further studies and new experiments are in progress in order to clarify the pathways of vivianite crystallization on different skeletal districts, in different

  15. On random age and remaining lifetime for populations of items

    DEFF Research Database (Denmark)

    Finkelstein, M.; Vaupel, J.

    2015-01-01

    We consider items that are incepted into operation having already a random (initial) age and define the corresponding remaining lifetime. We show that these lifetimes are identically distributed when the age distribution is equal to the equilibrium distribution of the renewal theory. Then we...... develop the population studies approach to the problem and generalize the setting in terms of stationary and stable populations of items. We obtain new stochastic comparisons for the corresponding population ages and remaining lifetimes that can be useful in applications. Copyright (c) 2014 John Wiley...

  16. EmptyHeaded: A Relational Engine for Graph Processing.

    Science.gov (United States)

    Aberger, Christopher R; Tu, Susan; Olukotun, Kunle; Ré, Christopher

    2016-01-01

    There are two types of high-performance graph processing engines: low- and high-level engines. Low-level engines (Galois, PowerGraph, Snap) provide optimized data structures and computation models but require users to write low-level imperative code, hence ensuring that efficiency is the burden of the user. In high-level engines, users write in query languages like datalog (SociaLite) or SQL (Grail). High-level engines are easier to use but are orders of magnitude slower than the low-level graph engines. We present EmptyHeaded, a high-level engine that supports a rich datalog-like query language and achieves performance comparable to that of low-level engines. At the core of EmptyHeaded's design is a new class of join algorithms that satisfy strong theoretical guarantees but have thus far not achieved performance comparable to that of specialized graph processing engines. To achieve high performance, EmptyHeaded introduces a new join engine architecture, including a novel query optimizer and data layouts that leverage single-instruction multiple data (SIMD) parallelism. With this architecture, EmptyHeaded outperforms high-level approaches by up to three orders of magnitude on graph pattern queries, PageRank, and Single-Source Shortest Paths (SSSP) and is an order of magnitude faster than many low-level baselines. We validate that EmptyHeaded competes with the best-of-breed low-level engine (Galois), achieving comparable performance on PageRank and at most 3× worse performance on SSSP.

  17. Mineral remains of early life on Earth? On Mars?

    Science.gov (United States)

    Iberall, Robbins E.; Iberall, A.S.

    1991-01-01

    The oldest sedimentary rocks on Earth, the 3.8-Ga Isua Iron-Formation in southwestern Greenland, are metamorphosed past the point where organic-walled fossils would remain. Acid residues and thin sections of these rocks reveal ferric microstructures that have filamentous, hollow rod, and spherical shapes not characteristic of crystalline minerals. Instead, they resemble ferric-coated remains of bacteria. Because there are no earlier sedimentary rocks to study on Earth, it may be necessary to expand the search elsewhere in the solar system for clues to any biotic precursors or other types of early life. A study of morphologies of iron oxide minerals collected in the southern highlands during a Mars sample return mission may therefore help to fill in important gaps in the history of Earth's earliest biosphere. -from Authors

  18. Process for recovering yttrium and lanthanides from wet-process phosphoric acid

    Energy Technology Data Exchange (ETDEWEB)

    Janssen, J.A.; Weterings, C.A.

    1983-06-28

    Process for recovering yttrium and lanthanides from wet-process phosphoric acid by adding a flocculant to the phosphoric acid, separating out the resultant precipitate and then recovering yttrium and lanthanides from the precipitate. Uranium is recovered from the remaining phosphoric acid.

  19. Shotgun microbial profiling of fossil remains

    DEFF Research Database (Denmark)

    Der Sarkissian, Clio; Ermini, Luca; Jónsson, Hákon

    2014-01-01

    the specimen of interest, but instead reflect environmental organisms that colonized the specimen after death. Here, we characterize the microbial diversity recovered from seven c. 200- to 13 000-year-old horse bones collected from northern Siberia. We use a robust, taxonomy-based assignment approach...... to identify the microorganisms present in ancient DNA extracts and quantify their relative abundance. Our results suggest that molecular preservation niches exist within ancient samples that can potentially be used to characterize the environments from which the remains are recovered. In addition, microbial...... community profiling of the seven specimens revealed site-specific environmental signatures. These microbial communities appear to comprise mainly organisms that colonized the fossils recently. Our approach significantly extends the amount of useful data that can be recovered from ancient specimens using...

  20. Detecting Buried Archaeological Remains by the Use of Geophysical Data Processing with 'Diffusion Maps' Methodology

    Science.gov (United States)

    Eppelbaum, Lev

    2015-04-01

    Geophysical methods are prompt, non-invasive and low-cost tool for quantitative delineation of buried archaeological targets. However, taking into account the complexity of geological-archaeological media, some unfavourable environments and known ambiguity of geophysical data analysis, a single geophysical method examination might be insufficient (Khesin and Eppelbaum, 1997). Besides this, it is well-known that the majority of inverse-problem solutions in geophysics are ill-posed (e.g., Zhdanov, 2002), which means, according to Hadamard (1902), that the solution does not exist, or is not unique, or is not a continuous function of observed geophysical data (when small perturbations in the observations will cause arbitrary mistakes in the solution). This fact has a wide application for informational, probabilistic and wavelet methodologies in archaeological geophysics (Eppelbaum, 2014a). The goal of the modern geophysical data examination is to detect the geophysical signatures of buried targets at noisy areas via the analysis of some physical parameters with a minimal number of false alarms and miss-detections (Eppelbaum et al., 2011; Eppelbaum, 2014b). The proposed wavelet approach to recognition of archaeological targets (AT) by the examination of geophysical method integration consists of advanced processing of each geophysical method and nonconventional integration of different geophysical methods between themselves. The recently developed technique of diffusion clustering combined with the abovementioned wavelet methods was utilized to integrate the geophysical data and detect existing irregularities. The approach is based on the wavelet packet techniques applied as to the geophysical images (or graphs) versus coordinates. For such an analysis may be utilized practically all geophysical methods (magnetic, gravity, seismic, GPR, ERT, self-potential, etc.). On the first stage of the proposed investigation a few tens of typical physical-archaeological models (PAM

  1. Neanderthal infant and adult infracranial remains from Marillac (Charente, France).

    Science.gov (United States)

    Dolores Garralda, María; Maureille, Bruno; Vandermeersch, Bernard

    2014-09-01

    At the site of Marillac, near the Ligonne River in Marillac-le-Franc (Charente, France), a remarkable stratigraphic sequence has yielded a wealth of archaeological information, palaeoenvironmental data, as well as faunal and human remains. Marillac must have been a sinkhole used by Neanderthal groups as a hunting camp during MIS 4 (TL date 57,600 ± 4,600BP), where Quina Mousterian lithics and fragmented bones of reindeer predominate. This article describes three infracranial skeleton fragments. Two of them are from adults and consist of the incomplete shafts of a right radius (Marillac 24) and a left fibula (Marillac 26). The third fragment is the diaphysis of the right femur of an immature individual (Marillac 25), the size and shape of which resembles those from Teshik-Tash and could be assigned to a child of a similar age. The three fossils have been compared with the remains of other Neanderthals or anatomically Modern Humans (AMH). Furthermore, the comparison of the infantile femora, Marillac 25 and Teshik-Tash, with the remains of several European children from the early Middle Ages clearly demonstrates the robustness and rounded shape of both Neanderthal diaphyses. Evidence of peri-mortem manipulations have been identified on all three bones, with spiral fractures, percussion pits and, in the case of the radius and femur, unquestionable cutmarks made with flint implements, probably during defleshing. Traces of periostosis appear on the fibula fragment and on the immature femoral diaphysis, although their aetiology remains unknown. Copyright © 2014 Wiley Periodicals, Inc.

  2. Remote Methodology used at B Plant Hanford to Map High Radiation and Contamination Fields and Document Remaining Hazards

    Energy Technology Data Exchange (ETDEWEB)

    SIMMONS, F.M.

    2000-01-01

    A remote radiation mapping system using the Gammacam{trademark} (AIL Systems Inc. Trademark) with real-time response was used in deactivating the B Plant at Hanford to produce digitized images showing actual radiation fields and dose rates. Deployment of this technology has significantly reduced labor requirements, decreased personnel exposure, and increased the accuracy of the measurements. Personnel entries into the high radiation/contamination areas was minimized for a dose savings of 30 Rem (.3 Seivert) and a cost savings of $640K. In addition, the data gathered was utilized along with historical information to estimate the amount of remaining hazardous waste in the process cells. The B Plant facility is a canyon facility containing 40 process cells which were used to separate cesium and strontium from high level waste. The cells and vessels are contaminated with chemicals used in the separation and purification processes. Most of the contaminants have been removed but the residual contamination from spills in the cells and heels in the tanks contribute to the localized high radioactivity. The Gammacam{trademark} system consists of a high density terbium-activated scintillating glass detector coupled with a digitized video camera. Composite images generated by the system are presented in pseudo color over a black and white image. Exposure times can be set from 10 milliseconds to 1 hour depending on the field intensity. This information coupled with process knowledge is then used to document the hazardous waste remaining in each cell. Additional uses for this radiation mapping system would be in support of facilities stabilization and deactivation activities at Hanford or other DOE sites. The system is currently scheduled for installation and mapping of the U Plant in 1999. This system is unique due to its portability and its suitability for use in high dose rate areas.

  3. Remote Methodology used at B Plant Hanford to Map High Radiation and Contamination Fields and Document Remaining Hazards

    International Nuclear Information System (INIS)

    SIMMONS, F.M.

    2000-01-01

    A remote radiation mapping system using the Gammacam(trademark) (AIL Systems Inc. Trademark) with real-time response was used in deactivating the B Plant at Hanford to produce digitized images showing actual radiation fields and dose rates. Deployment of this technology has significantly reduced labor requirements, decreased personnel exposure, and increased the accuracy of the measurements. Personnel entries into the high radiation/contamination areas was minimized for a dose savings of 30 Rem (.3 Seivert) and a cost savings of $640K. In addition, the data gathered was utilized along with historical information to estimate the amount of remaining hazardous waste in the process cells. The B Plant facility is a canyon facility containing 40 process cells which were used to separate cesium and strontium from high level waste. The cells and vessels are contaminated with chemicals used in the separation and purification processes. Most of the contaminants have been removed but the residual contamination from spills in the cells and heels in the tanks contribute to the localized high radioactivity. The Gammacam(trademark) system consists of a high density terbium-activated scintillating glass detector coupled with a digitized video camera. Composite images generated by the system are presented in pseudo color over a black and white image. Exposure times can be set from 10 milliseconds to 1 hour depending on the field intensity. This information coupled with process knowledge is then used to document the hazardous waste remaining in each cell. Additional uses for this radiation mapping system would be in support of facilities stabilization and deactivation activities at Hanford or other DOE sites. The system is currently scheduled for installation and mapping of the U Plant in 1999. This system is unique due to its portability and its suitability for use in high dose rate areas

  4. Remaining useful life estimation based on discriminating shapelet extraction

    International Nuclear Information System (INIS)

    Malinowski, Simon; Chebel-Morello, Brigitte; Zerhouni, Noureddine

    2015-01-01

    In the Prognostics and Health Management domain, estimating the remaining useful life (RUL) of critical machinery is a challenging task. Various research topics including data acquisition, fusion, diagnostics and prognostics are involved in this domain. This paper presents an approach, based on shapelet extraction, to estimate the RUL of equipment. This approach extracts, in an offline step, discriminative rul-shapelets from an history of run-to-failure data. These rul-shapelets are patterns that are selected for their correlation with the remaining useful life of the equipment. In other words, every selected rul-shapelet conveys its own information about the RUL of the equipment. In an online step, these rul-shapelets are compared to testing units and the ones that match these units are used to estimate their RULs. Therefore, RUL estimation is based on patterns that have been selected for their high correlation with the RUL. This approach is different from classical similarity-based approaches that attempt to match complete testing units (or only late instants of testing units) with training ones to estimate the RUL. The performance of our approach is evaluated on a case study on the remaining useful life estimation of turbofan engines and performance is compared with other similarity-based approaches. - Highlights: • A data-driven RUL estimation technique based on pattern extraction is proposed. • Patterns are extracted for their correlation with the RUL. • The proposed method shows good performance compared to other techniques

  5. Highly efficient DNA extraction method from skeletal remains

    Directory of Open Access Journals (Sweden)

    Irena Zupanič Pajnič

    2011-03-01

    Full Text Available Background: This paper precisely describes the method of DNA extraction developed to acquire high quality DNA from the Second World War skeletal remains. The same method is also used for molecular genetic identification of unknown decomposed bodies in routine forensic casework where only bones and teeth are suitable for DNA typing. We analysed 109 bones and two teeth from WWII mass graves in Slovenia. Methods: We cleaned the bones and teeth, removed surface contaminants and ground the bones into powder, using liquid nitrogen . Prior to isolating the DNA in parallel using the BioRobot EZ1 (Qiagen, the powder was decalcified for three days. The nuclear DNA of the samples were quantified by real-time PCR method. We acquired autosomal genetic profiles and Y-chromosome haplotypes of the bones and teeth with PCR amplification of microsatellites, and mtDNA haplotypes 99. For the purpose of traceability in the event of contamination, we prepared elimination data bases including genetic profiles of the nuclear and mtDNA of all persons who have been in touch with the skeletal remains in any way. Results: We extracted up to 55 ng DNA/g of the teeth, up to 100 ng DNA/g of the femurs, up to 30 ng DNA/g of the tibias and up to 0.5 ng DNA/g of the humerus. The typing of autosomal and YSTR loci was successful in all of the teeth, in 98 % dekalof the femurs, and in 75 % to 81 % of the tibias and humerus. The typing of mtDNA was successful in all of the teeth, and in 96 % to 98 % of the bones. Conclusions: We managed to obtain nuclear DNA for successful STR typing from skeletal remains that were over 60 years old . The method of DNA extraction described here has proved to be highly efficient. We obtained 0.8 to 100 ng DNA/g of teeth or bones and complete genetic profiles of autosomal DNA, Y-STR haplotypes, and mtDNA haplotypes from only 0.5g bone and teeth samples.

  6. "SINCE I MUST PLEASE THOSE BELOW": HUMAN SKELETAL REMAINS RESEARCH AND THE LAW.

    Science.gov (United States)

    Holland, Thomas D

    2015-01-01

    The ethics of non-invasive scientific research on human skeletal remains are poorly articulated and lack a single, definitive analogue in western law. Laws governing invasive research on human fleshed remains, as well as bio-ethical principles established for research on living subjects, provide effective models for the establishment of ethical guidelines for non-invasive research on human skeletal remains. Specifically, non-invasive analysis of human remains is permissible provided that the analysis and collection of resulting data (1) are accomplished with respect for the dignity of the individual, (2) do not violate the last-known desire of the deceased, (3) do not adversely impact the right of the next of kin to perform a ceremonious and decent disposal of the remains, and (4) do not unduly or maliciously violate the privacy interests of the next of kin.

  7. Incidental and intentional learning of verbal episodic material differentially modifies functional brain networks.

    Directory of Open Access Journals (Sweden)

    Marie-Therese Kuhnert

    Full Text Available Learning- and memory-related processes are thought to result from dynamic interactions in large-scale brain networks that include lateral and mesial structures of the temporal lobes. We investigate the impact of incidental and intentional learning of verbal episodic material on functional brain networks that we derive from scalp-EEG recorded continuously from 33 subjects during a neuropsychological test schedule. Analyzing the networks' global statistical properties we observe that intentional but not incidental learning leads to a significantly increased clustering coefficient, and the average shortest path length remains unaffected. Moreover, network modifications correlate with subsequent recall performance: the more pronounced the modifications of the clustering coefficient, the higher the recall performance. Our findings provide novel insights into the relationship between topological aspects of functional brain networks and higher cognitive functions.

  8. Predicting the Remaining Useful Life of Rolling Element Bearings

    DEFF Research Database (Denmark)

    Hooghoudt, Jan Otto; Jantunen, E; Yi, Yang

    2018-01-01

    Condition monitoring of rolling element bearings is of vital importance in order to keep the industrial wheels running. In wind industry this is especially important due to the challenges in practical maintenance. The paper presents an attempt to improve the capability of prediction of remaining...

  9. Glyphosate-tolerant soybeans remain compositionally equivalent to conventional soybeans (Glycine max L.) during three years of field testing.

    Science.gov (United States)

    McCann, Melinda C; Liu, Keshun; Trujillo, William A; Dobert, Raymond C

    2005-06-29

    Previous studies have shown that the composition of glyphosate-tolerant soybeans (GTS) and selected processed fractions was substantially equivalent to that of conventional soybeans over a wide range of analytes. This study was designed to determine if the composition of GTS remains substantially equivalent to conventional soybeans over the course of several years and when introduced into multiple genetic backgrounds. Soybean seed samples of both GTS and conventional varieties were harvested during 2000, 2001, and 2002 and analyzed for the levels of proximates, lectin, trypsin inhibitor, and isoflavones. The measured analytes are representative of the basic nutritional and biologically active components in soybeans. Results show a similar range of natural variability for the GTS soybeans as well as conventional soybeans. It was concluded that the composition of commercial GTS over the three years of breeding into multiple varieties remains equivalent to that of conventional soybeans.

  10. Screw Remaining Life Prediction Based on Quantum Genetic Algorithm and Support Vector Machine

    Directory of Open Access Journals (Sweden)

    Xiaochen Zhang

    2017-01-01

    Full Text Available To predict the remaining life of ball screw, a screw remaining life prediction method based on quantum genetic algorithm (QGA and support vector machine (SVM is proposed. A screw accelerated test bench is introduced. Accelerometers are installed to monitor the performance degradation of ball screw. Combined with wavelet packet decomposition and isometric mapping (Isomap, the sensitive feature vectors are obtained and stored in database. Meanwhile, the sensitive feature vectors are randomly chosen from the database and constitute training samples and testing samples. Then the optimal kernel function parameter and penalty factor of SVM are searched with the method of QGA. Finally, the training samples are used to train optimized SVM while testing samples are adopted to test the prediction accuracy of the trained SVM so the screw remaining life prediction model can be got. The experiment results show that the screw remaining life prediction model could effectively predict screw remaining life.

  11. Authentic leadership: becoming and remaining an authentic nurse leader.

    Science.gov (United States)

    Murphy, Lin G

    2012-11-01

    This article explores how chief nurse executives became and remained authentic leaders. Using narrative inquiry, this qualitative study focused on the life stories of participants. Results demonstrate the importance of reframing, reflection in alignment with values, and the courage needed as nurse leaders progress to authenticity.

  12. 20 CFR 408.330 - How long will your application remain in effect?

    Science.gov (United States)

    2010-04-01

    ... effect? 408.330 Section 408.330 Employees' Benefits SOCIAL SECURITY ADMINISTRATION SPECIAL BENEFITS FOR CERTAIN WORLD WAR II VETERANS Filing Applications Filing Your Application § 408.330 How long will your application remain in effect? Your application for SVB will remain in effect from the date it is filed until...

  13. A century of trends in adult human height

    DEFF Research Database (Denmark)

    Damsgaard, Camilla Trab; Michaelsen, Kim F.; Molbo, Drude

    2016-01-01

    in adult height over the past century has occurred in South Korean women and Iranian men, who became 20.2 cm (95% credible interval 17.5-22.7) and 16.5 cm (13.3-19.7) taller, respectively. In contrast, there was little change in adult height in some sub-Saharan African countries and in South Asia over...... the century of analysis. The tallest people over these 100 years are men born in the Netherlands in the last quarter of 20th century, whose average heights surpassed 182.5 cm, and the shortest were women born in Guatemala in 1896 (140.3 cm; 135.8-144.8). The height differential between the tallest...... and shortest populations was 19-20 cm a century ago, and has remained the same for women and increased for men a century later despite substantial changes in the ranking of countries....

  14. Structural remains at the early mediaeval fort at Raibania, Orissa

    Directory of Open Access Journals (Sweden)

    Bratati Sen

    2013-11-01

    Full Text Available The fortifications of mediaeval India occupy an eminent position in the history of military architecture. The present paper deals with the preliminary study of the structural remains at the early mediaeval fort at Raibania in the district of Balasore in Orissa. The fort was built of stone very loosely kept together. The three-walled fortification interspersed by two consecutive moats, a feature evidenced at Raibania, which is unparallel in the history of ancient and mediaeval forts and fortifications in India. Several other structures like the Jay-Chandi Temple Complex, a huge well, numerous tanks and remains of an ancient bridge add to the uniqueness of the Fort in the entire eastern region.

  15. Application of Tabu Search Algorithm in Job Shop Scheduling

    Directory of Open Access Journals (Sweden)

    Betrianis Betrianis

    2010-10-01

    Full Text Available Tabu Search is one of local search methods which is used to solve the combinatorial optimization problem. This method aimed is to make the searching process of the best solution in a complex combinatorial optimization problem(np hard, ex : job shop scheduling problem, became more effective, in a less computational time but with no guarantee to optimum solution.In this paper, tabu search is used to solve the job shop scheduling problem consists of 3 (three cases, which is ordering package of September, October and November with objective of minimizing makespan (Cmax. For each ordering package, there is a combination for initial solution and tabu list length. These result then  compared with 4 (four other methods using basic dispatching rules such as Shortest Processing Time (SPT, Earliest Due Date (EDD, Most Work Remaining (MWKR dan First Come First Served (FCFS. Scheduling used Tabu Search Algorithm is sensitive for variables changes and gives makespan shorter than scheduling used by other four methods.

  16. 76 FR 14058 - Notice of Inventory Completion: University of Wyoming, Anthropology Department, Human Remains...

    Science.gov (United States)

    2011-03-15

    ...: University of Wyoming, Anthropology Department, Human Remains Repository, Laramie, WY AGENCY: National Park... in the possession and control of the University of Wyoming Anthropology Department, Human Remains... made by University of Wyoming, Anthropology Department, Human Remains Repository, professional staff in...

  17. Large and Dense Swarms: Simulation of a Shortest Path Alarm Propagation

    Directory of Open Access Journals (Sweden)

    Claudia Snels

    2015-07-01

    Full Text Available This paper deals with the transmission of alarm messages in large and dense underwater swarms of Autonomous Underwater Vehicles (AUVs and describes the verification process of the derived algorithm results by means of two simulation tools realized by the authors. A collision-free communication protocol has been developed, tailored to a case where a single AUV needs to send a message to a specific subset of swarm members regarding a perceived danger. The protocol includes a handshaking procedure that creates a silence region before the transmission of the message obtained through specific acoustic tones out of the normal transmission frequencies or through optical signals. This region will include all members of the swarm involved in the alarm message and their neighbours, preventing collisions between them. The AUV sending messages to a target area computes a delay function on appropriate arcs and runs a Dijkstra-like algorithm obtaining a multicast tree. After an explanation of the whole building of this collision-free multicast tree, a simulation has been carried out assuming different scenarios relevant to swarm density, signal power of the modem and the geometrical configuration of the nodes.

  18. Support vector machine based estimation of remaining useful life: current research status and future trends

    International Nuclear Information System (INIS)

    Huang, Hong Zhong; Wang, Hai Kun; Li, Yan Feng; Zhang, Longlong; Liu, Zhiliang

    2015-01-01

    Estimation of remaining useful life (RUL) is helpful to manage life cycles of machines and to reduce maintenance cost. Support vector machine (SVM) is a promising algorithm for estimation of RUL because it can easily process small training sets and multi-dimensional data. Many SVM based methods have been proposed to predict RUL of some key components. We did a literature review related to SVM based RUL estimation within a decade. The references reviewed are classified into two categories: improved SVM algorithms and their applications to RUL estimation. The latter category can be further divided into two types: one, to predict the condition state in the future and then build a relationship between state and RUL; two, to establish a direct relationship between current state and RUL. However, SVM is seldom used to track the degradation process and build an accurate relationship between the current health condition state and RUL. Based on the above review and summary, this paper points out that the ability to continually improve SVM, and obtain a novel idea for RUL prediction using SVM will be future works.

  19. Role of Sediment Size and Biostratinomy on the Development of Biofilms in Recent Avian Vertebrate Remains

    Directory of Open Access Journals (Sweden)

    Joseph E. Peterson

    2017-04-01

    Full Text Available Microscopic soft tissues have been identified in fossil vertebrate remains collected from various lithologies. However, the diagenetic mechanisms to preserve such tissues have remained elusive. While previous studies have described infiltration of biofilms in Haversian and Volkmann's canals, biostratinomic alteration (e.g., trampling, and iron derived from hemoglobin as playing roles in the preservation processes, the influence of sediment texture has not previously been investigated. This study uses a Kolmogorov Smirnov Goodness-of-Fit test to explore the influence of biostratinomic variability and burial media against the infiltration of biofilms in bone samples. Controlled columns of sediment with bone samples were used to simulate burial and subsequent groundwater flow. Sediments used in this study include clay-, silt-, and sand-sized particles modeled after various fluvial facies commonly associated with fossil vertebrates. Extant limb bone samples obtained from Gallus gallus domesticus (Domestic Chicken buried in clay-rich sediment exhibit heavy biofilm infiltration, while bones buried in sands and silts exhibit moderate levels. Crushed bones exhibit significantly lower biofilm infiltration than whole bone samples. Strong interactions between biostratinomic alteration and sediment size are also identified with respect to biofilm development. Sediments modeling crevasse splay deposits exhibit considerable variability; whole-bone crevasse splay samples exhibit higher frequencies of high-level biofilm infiltration, and crushed-bone samples in modeled crevasse splay deposits display relatively high frequencies of low-level biofilm infiltration. These results suggest that sediment size, depositional setting, and biostratinomic condition play key roles in biofilm infiltration in vertebrate remains, and may influence soft tissue preservation in fossil vertebrates.

  20. Role of sediment size and biostratinomy on the development of biofilms in recent avian vertebrate remains

    Science.gov (United States)

    Peterson, Joseph E.; Lenczewski, Melissa E.; Clawson, Steven R.; Warnock, Jonathan P.

    2017-04-01

    Microscopic soft tissues have been identified in fossil vertebrate remains collected from various lithologies. However, the diagenetic mechanisms to preserve such tissues have remained elusive. While previous studies have described infiltration of biofilms in Haversian and Volkmann’s canals, biostratinomic alteration (e.g., trampling), and iron derived from hemoglobin as playing roles in the preservation processes, the influence of sediment texture has not previously been investigated. This study uses a Kolmogorov Smirnov Goodness-of-Fit test to explore the influence of biostratinomic variability and burial media against the infiltration of biofilms in bone samples. Controlled columns of sediment with bone samples were used to simulate burial and subsequent groundwater flow. Sediments used in this study include clay-, silt-, and sand-sized particles modeled after various fluvial facies commonly associated with fossil vertebrates. Extant limb bone samples obtained from Gallus gallus domesticus (Domestic Chicken) buried in clay-rich sediment exhibit heavy biofilm infiltration, while bones buried in sands and silts exhibit moderate levels. Crushed bones exhibit significantly lower biofilm infiltration than whole bone samples. Strong interactions between biostratinomic alteration and sediment size are also identified with respect to biofilm development. Sediments modeling crevasse splay deposits exhibit considerable variability; whole-bone crevasse splay samples exhibit higher frequencies of high-level biofilm infiltration, and crushed-bone samples in modeled crevasse splay deposits display relatively high frequencies of low-level biofilm infiltration. These results suggest that sediment size, depositional setting, and biostratinomic condition play key roles in biofilm infiltration in vertebrate remains, and may influence soft tissue preservation in fossil vertebrates.

  1. Political, energy events will remain interwoven

    International Nuclear Information System (INIS)

    Jones, D.P.

    1991-01-01

    This paper reports that it is possible to discuss the significance of political and energy events separately, but, in truth, they are intricately interwoven. Furthermore, there are those who will argue that since the two are inseparable, the future is not predictable; so why bother in the endeavor. It is possible that the central point of the exercise may have been missed-yes, the future is unpredictable exclamation point However, the objective of prediction is secondary. The objective of understanding the dynamic forces of change is primary exclamation point With this view of recent history, it is perhaps appropriate to pause and think about the future of the petroleum industry. The future as shaped by political, energy, economic, environmental and technological forces will direct our lives and markets during this decade. Most importantly, what will be the direction that successful businesses take to remain competitive in a global environment? These are interesting issues worthy of provocative thoughts and innovative ideas

  2. Some remaining problems in HCDA analysis

    International Nuclear Information System (INIS)

    Chang, Y.W.

    1981-01-01

    The safety assessment and licensing of liquid-metal fast breeder reactors (LMFBRs) requires an analysis on the capability of the reactor primary system to sustain the consequences of a hypothetical core-disruptive accident (HCDA). Although computational methods and computer programs developed for HCDA analyses can predict reasonably well the response of the primary containment system, and follow up the phenomena of HCDA from the start of excursion to the time of dynamic equilibrium in the system, there remain areas in the HCDA analysis that merit further analytical and experimental studies. These are the analysis of fluid impact on reactor cover, three-dimensional analysis, the treatment of the perforated plates, material properties under high strain rates and under high temperatures, the treatment of multifield flows, and the treatment of prestressed concrete reactor vessels. The purpose of this paper is to discuss the structural mechanics of HCDA analysis in these areas where improvements are needed

  3. Safety provision for nuclear power plants during remaining running time

    International Nuclear Information System (INIS)

    Rossnagel, Alexander; Hentschel, Anja

    2012-01-01

    With the phasing-out of the industrial use of nuclear energy for the power generation, the risk of the nuclear power plants has not been eliminated in principle, but only for a limited period of time. Therefore, the remaining nine nuclear power plants must also be used for the remaining ten years according to the state of science and technology. Regulatory authorities must substantiate the safety requirements for each nuclear power plant and enforce these requirements by means of various regulatory measures. The consequences of Fukushima must be included in the assessment of the safety level of nuclear power plants in Germany. In this respect, the regulatory authorities have the important tasks to investigate and assess the security risks as well as to develop instructions and orders.

  4. A kernel principal component analysis–based degradation model and remaining useful life estimation for the turbofan engine

    Directory of Open Access Journals (Sweden)

    Delong Feng

    2016-05-01

    Full Text Available Remaining useful life estimation of the prognostics and health management technique is a complicated and difficult research question for maintenance. In this article, we consider the problem of prognostics modeling and estimation of the turbofan engine under complicated circumstances and propose a kernel principal component analysis–based degradation model and remaining useful life estimation method for such aircraft engine. We first analyze the output data created by the turbofan engine thermodynamic simulation that is based on the kernel principal component analysis method and then distinguish the qualitative and quantitative relationships between the key factors. Next, we build a degradation model for the engine fault based on the following assumptions: the engine has only had constant failure (i.e. no sudden failure is included, and the engine has a Wiener process, which is a covariate stand for the engine system drift. To predict the remaining useful life of the turbofan engine, we built a health index based on the degradation model and used the method of maximum likelihood and the data from the thermodynamic simulation model to estimate the parameters of this degradation model. Through the data analysis, we obtained a trend model of the regression curve line that fits with the actual statistical data. Based on the predicted health index model and the data trend model, we estimate the remaining useful life of the aircraft engine as the index reaches zero. At last, a case study involving engine simulation data demonstrates the precision and performance advantages of this prediction method that we propose. At last, a case study involving engine simulation data demonstrates the precision and performance advantages of this proposed method, the precision of the method can reach to 98.9% and the average precision is 95.8%.

  5. The experiences of remaining nurse tutors during the transformation ...

    African Journals Online (AJOL)

    The transformation of public services and education in South Africa is part of the political and socioeconomic transition to democracy. Changes are occurring in every fi eld, including that of the health services. A qualitative study was undertaken to investigate the experiences of the remaining nurse tutors at a school of ...

  6. Guarantee of remaining life time. Integrity of mechanical components and control of ageing phenomena

    International Nuclear Information System (INIS)

    Schuler, X.; Herter, K.H.; Koenig, G.

    2012-01-01

    The life time of safety relevant systems, structures and components (SSC) of Nuclear Power Plants (NPP) is determined by two main principles. First of all the required quality has to be produced during the design and fabrication process. This means that quality has to be produced and can't be improved by excessive inspections (Basis Safety - quality through production principle). The second one is assigned to the initial quality which has to be maintained during operation. This concerns safe operation during the total life time (life time management), safety against ageing phenomena (AM - ageing management) as well as proof of integrity (e.g. break preclusion or avoidance of fracture for SSC with high safety relevance). Initiated by the Fukushima Dai-ichi event in Japan in spring 2011 for German NPP's Long Term Operation (LTO) is out of question. In June 2011 legislation took decision to phase-out from nuclear by 2022. As a fact safe operation shall be guaranteed for the remaining life time. Within this technical framework the ageing management is a key element. Depending on the safety-relevance of the SSC under observation including preventive maintenance various tasks are required in particular to clarify the mechanisms which contribute systemspecifically to the damage of the components and systems and to define their controlling parameters which have to be monitored and checked. Appropriate continuous or discontinuous measures are to be considered in this connection. The approach to ensure a high standard of quality in operation for the remaining life time and the management of the technical and organizational aspects are demonstrated and explained. The basis for ageing management to be applied to NNPs is included in Nuclear Safety Standard 1403 which describes the ageing management procedures. For SSC with high safety relevance a verification analysis for rupture preclusion (proof of integrity, integrity concept) shall be performed (Nuclear Safety Standard 3206

  7. Semisolid Metal Processing Consortium

    Energy Technology Data Exchange (ETDEWEB)

    Apelian,Diran

    2002-01-10

    Mathematical modeling and simulations of semisolid filling processes remains a critical issue in understanding and optimizing the process. Semisolid slurries are non-Newtonian materials that exhibit complex rheological behavior. There the way these slurries flow in cavities is very different from the way liquid in classical casting fills cavities. Actually filling in semisolid processing is often counter intuitive

  8. The Artificial Leaf: Recent Progress and Remaining Challenges

    Directory of Open Access Journals (Sweden)

    Mark D Symes

    2016-12-01

    Full Text Available The prospect of a device that uses solar energy to split water into H2 and O2 is highly attractive in terms of producing hydrogen as a carbon-neutral fuel. In this mini review, key research milestones that have been reached in this field over the last two decades will be discussed, with special focus on devices that use earth-abundant materials. Finally, the remaining challenges in the development of such “artificial leaves” will be highlighted.

  9. Direct dating of Early Upper Palaeolithic human remains from Mladec.

    Science.gov (United States)

    Wild, Eva M; Teschler-Nicola, Maria; Kutschera, Walter; Steier, Peter; Trinkaus, Erik; Wanek, Wolfgang

    2005-05-19

    The human fossil assemblage from the Mladec Caves in Moravia (Czech Republic) has been considered to derive from a middle or later phase of the Central European Aurignacian period on the basis of archaeological remains (a few stone artefacts and organic items such as bone points, awls, perforated teeth), despite questions of association between the human fossils and the archaeological materials and concerning the chronological implications of the limited archaeological remains. The morphological variability in the human assemblage, the presence of apparently archaic features in some specimens, and the assumed early date of the remains have made this fossil assemblage pivotal in assessments of modern human emergence within Europe. We present here the first successful direct accelerator mass spectrometry radiocarbon dating of five representative human fossils from the site. We selected sample materials from teeth and from one bone for 14C dating. The four tooth samples yielded uncalibrated ages of approximately 31,000 14C years before present, and the bone sample (an ulna) provided an uncertain more-recent age. These data are sufficient to confirm that the Mladec human assemblage is the oldest cranial, dental and postcranial assemblage of early modern humans in Europe and is therefore central to discussions of modern human emergence in the northwestern Old World and the fate of the Neanderthals.

  10. How can health remain central post-2015 in a sustainable development paradigm?

    Science.gov (United States)

    Hill, Peter S; Buse, Kent; Brolan, Claire E; Ooms, Gorik

    2014-04-03

    In two years, the uncompleted tasks of the Millennium Development Goals will be merged with the agenda articulated in the 2012 United Nations Conference on Sustainable Development. This process will seek to integrate economic development (including the elimination of extreme poverty), social inclusion, environmental sustainability, and good governance into a combined sustainable development agenda. The first phase of consultation for the post-2015 Sustainable Development Goals reached completion in the May 2013 report to the Secretary-General of the High-Level Panel of Eminent Persons on the Post-2015 Development Agenda. Health did well out of the Millennium Development Goal (MDG) process, but the global context and framing of the new agenda is substantially different, and health advocates cannot automatically assume the same prominence. This paper argues that to remain central to continuing negotiations and the future implementation, four strategic shifts are urgently required. Advocates need to reframe health from the poverty reduction focus of the MDGs to embrace the social sustainability paradigm that underpins the new goals. Second, health advocates need to speak--and listen--to the whole sustainable development agenda, and assert health in every theme and every relevant policy, something that is not yet happening in current thematic debates. Third, we need to construct goals that will be truly "universal", that will engage every nation--a significant re-orientation from the focus on low-income countries of the MDGs. And finally, health advocates need to overtly explore what global governance structures will be needed to finance and implement these universal Sustainable Development Goals.

  11. New Evidence Links Stellar Remains to Oldest Recorded Supernova

    Science.gov (United States)

    2006-09-01

    Recent observations have uncovered evidence that helps to confirm the identification of the remains of one of the earliest stellar explosions recorded by humans. The new study shows that the supernova remnant RCW 86 is much younger than previously thought. As such, the formation of the remnant appears to coincide with a supernova observed by Chinese astronomers in 185 A.D. The study used data from NASA's Chandra X-ray Observatory and the European Space Agency's XMM-Newton Observatory, "There have been previous suggestions that RCW 86 is the remains of the supernova from 185 A.D.," said Jacco Vink of University of Utrecht, the Netherlands, and lead author of the study. "These new X-ray data greatly strengthen the case." When a massive star runs out of fuel, it collapses on itself, creating a supernova that can outshine an entire galaxy. The intense explosion hurls the outer layers of the star into space and produces powerful shock waves. The remains of the star and the material it encounters are heated to millions of degrees and can emit intense X-ray radiation for thousands of years. Animation of a Massive Star Explosion Animation of a Massive Star Explosion In their stellar forensic work, Vink and colleagues studied the debris in RCW 86 to estimate when its progenitor star originally exploded. They calculated how quickly the shocked, or energized, shell is moving in RCW 86, by studying one part of the remnant. They combined this expansion velocity with the size of the remnant and a basic understanding of how supernovas expand to estimate the age of RCW 86. "Our new calculations tell us the remnant is about 2,000 years old," said Aya Bamba, a coauthor from the Institute of Physical and Chemical Research (RIKEN), Japan. "Previously astronomers had estimated an age of 10,000 years." The younger age for RCW 86 may explain an astronomical event observed almost 2000 years ago. In 185 AD, Chinese astronomers (and possibly the Romans) recorded the appearance of a new

  12. Analysing Performance Characteristics of Biomass Haulage in Ireland for Bioenergy Markets with GPS, GIS and Fuel Diagnostic Tools

    Directory of Open Access Journals (Sweden)

    Amanda Sosa

    2015-10-01

    Full Text Available In Ireland, truck transport by road dominates and will remain the main transportation mode of biomass. Cost efficiency and flexibility of forest transport can be typically improved by optimising routes. It is important to know every process and attributes within the workflow of roundwood transport. This study aimed to analyse characteristics of timber trucking in Ireland, and to estimate the least-cost route for the distribution of biomass with the use of geographic information systems (GIS. Firstly, a tracking system that recorded the truck’s movements and fuel consumption was installed. A total of 152 trips were recorded, routes were chosen by the truck driver. The recorded information was used to analyse the distances and times travelled loaded and unloaded per road class, breaks, loading and unloading times as well as fuel consumption. Secondly, the routes taken by the truck where compared with routes created using Network Analyst (NA, an extension of ArcGIS. Four scenarios based on route selection criteria were selected: shortest distance (S1, shorted time (S2, and prioritising high-class roads with shortest distance (S3 and time (S4. Results from the analysis of the tracking system data showed that driving both loaded and unloaded occupied on average 69% of the driver’s working shift; with an average time driving loaded of 49%. The travel distance per trip varied from 112 km and 197 km, with the truck driver using mostly national and regional roads. An average 2% of the total distance and 11% of the total time was spent driving on forest roads. In general, the truck’s speed recorded on the different road classes was on average 30% lower than the legal maximum speed. The average fuel consumption was 0.64 L/km. In terms of the route comparison, the driving directions from the truck routes coincided with 77% of the directions of the routes based on shortest driving time (S2 and S4. All the routes chosen by the driver had 22% longer

  13. New fossil remains of Homo naledi from the Lesedi Chamber, South Africa

    Science.gov (United States)

    Hawks, John; Elliott, Marina; Schmid, Peter; Churchill, Steven E; de Ruiter, Darryl J; Roberts, Eric M; Hilbert-Wolf, Hannah; Garvin, Heather M; Williams, Scott A; Delezene, Lucas K; Feuerriegel, Elen M; Randolph-Quinney, Patrick; Kivell, Tracy L; Laird, Myra F; Tawane, Gaokgatlhe; DeSilva, Jeremy M; Bailey, Shara E; Brophy, Juliet K; Meyer, Marc R; Skinner, Matthew M; Tocheri, Matthew W; VanSickle, Caroline; Walker, Christopher S; Campbell, Timothy L; Kuhn, Brian; Kruger, Ashley; Tucker, Steven; Gurtov, Alia; Hlophe, Nompumelelo; Hunter, Rick; Morris, Hannah; Peixotto, Becca; Ramalepa, Maropeng; van Rooyen, Dirk; Tsikoane, Mathabela; Boshoff, Pedro; Dirks, Paul HGM; Berger, Lee R

    2017-01-01

    The Rising Star cave system has produced abundant fossil hominin remains within the Dinaledi Chamber, representing a minimum of 15 individuals attributed to Homo naledi. Further exploration led to the discovery of hominin material, now comprising 131 hominin specimens, within a second chamber, the Lesedi Chamber. The Lesedi Chamber is far separated from the Dinaledi Chamber within the Rising Star cave system, and represents a second depositional context for hominin remains. In each of three collection areas within the Lesedi Chamber, diagnostic skeletal material allows a clear attribution to H. naledi. Both adult and immature material is present. The hominin remains represent at least three individuals based upon duplication of elements, but more individuals are likely present based upon the spatial context. The most significant specimen is the near-complete cranium of a large individual, designated LES1, with an endocranial volume of approximately 610 ml and associated postcranial remains. The Lesedi Chamber skeletal sample extends our knowledge of the morphology and variation of H. naledi, and evidence of H. naledi from both recovery localities shows a consistent pattern of differentiation from other hominin species. DOI: http://dx.doi.org/10.7554/eLife.24232.001 PMID:28483039

  14. 25 CFR 291.15 - How long do Class III gaming procedures remain in effect?

    Science.gov (United States)

    2010-04-01

    ... 25 Indians 1 2010-04-01 2010-04-01 false How long do Class III gaming procedures remain in effect... ENTERPRISES CLASS III GAMING PROCEDURES § 291.15 How long do Class III gaming procedures remain in effect? Class III gaming procedures remain in effect for the duration specified in the procedures or until...

  15. The potential and biological test on cloned cassava crop remains on local sheep

    Science.gov (United States)

    Ginting, R.; Umar, S.; Hanum, C.

    2018-02-01

    This research aims at knowing the potential of cloned cassava crop remains dry matter and the impact of the feeding of the cloned cassava crop remains based complete feed on the consumption, the body weight gain, and the feed conversion of the local male sheep with the average of initial body weight of 7.75±1.75 kg. The design applied in the first stage research was random sampling method with two frames of tile and the second stage research applied Completely Randomized Design (CRD) with three (3) treatments and four (4) replicates. These treatments consisted of P1 (100% grass); P2 (50% grass, 50% complete feed pellet); P3 (100% complete feed from the raw material of cloned cassava crop remaining). Statistical tests showed that the feeding of complete feed whose raw material was from cloned cassava crop remains gave a highly significant impact on decreasing feed consumption, increasing body weight, lowering feed conversion, and increasing crude protein digestibility. The conclusion is that the cloned cassava crop remains can be used as complete sheep feed to replace green grass and can give the best result.

  16. Prediction of the remaining lifetime of stainless steels under conditions of stress corrosion cracking

    International Nuclear Information System (INIS)

    Tandler, M.; Vehovar, L.; Dolecek, V.; Rotnik, U.

    2003-01-01

    The prediction of the lifetime of metal structures and equipment under conditions of stress corrosion is very complicated because of the complexity of this process of degradation. Recently a new method, based on the so-called corrosion elongation curves, has been found, which can be used to predict the time to failure under these conditions. By upgrading of these curves (and thus obtaining Upgraded Corrosion Elongation Curves - UCEC's) it has been possible to obtain a precise definition of the time needed for the initiation of the corrosion crack, and for its stable growth. It is upon this basis that diagrams for the prediction of remaining lifetime (DPRL's) have been developed. DPRL's can also be used to predict the values of various critical parameters which have to be achieved if a stress corrosion crack is to occur. (Abstract Copyright [2003], Wiley Periodicals, Inc.) [de

  17. [Palliative care after neonatal intensive care: Contributions of Leonetti Law and remaining challenges].

    Science.gov (United States)

    Kuhn, P; Dillenseger, L; Cojean, N; Escande, B; Zores, C; Astruc, D

    2017-02-01

    The 2005 enactment of the "Patients' rights and end-of-life care" act, known as the Leonetti law, has been accompanied by practical changes in the processes of withdrawal and withholding of active life-sustaining treatments. This law has also promoted the implementation of palliative care in perinatal medicine to avoid unreasonable therapeutic interventions and to preserve the dying patient's quality of life and human dignity. Recently, a new law has been voted by the French National Assembly and new reflections on the ethical aspects of the end of life in neonatal medicine should resume again within the French Society of Neonatology in the working group on ethical issues in neonatology. This is why it appears important to discuss the perceived benefits and the persistent difficulties related to the implementation of the Leonetti law in neonatology. Collegiality in the decision-making processes as well as withdrawal and withholding of life-sustaining treatments that were already present in the practices of many centers has been stipulated within a legal framework and promoted in clinical practice. It has brought serenity within perinatal nursing and medical teams. It has helped them face the always-difficult end-of-life situations with parents and deal with decision-making processes in an intense emotional climate. However, new questions inherent to the law have appeared. The most important ones concern the withholding of artificial nutrition and hydration, the time pressure in the management of the decision-making process, and the management of the duration of palliative care. Challenges remain in addressing various persistent ethical dilemmas such as the possible survival of newborns with significant brain lesions detected after the period of life-sustaining treatments that have allowed their survival. The new law carried by Mr. Clayes and Mr. Léonetti should provide answers to some of these ethical issues, but it would probably not solve all of them. Copyright

  18. Collection and identification of human remains volatiles by non-contact, dynamic airflow sampling and SPME-GC/MS using various sorbent materials.

    Science.gov (United States)

    DeGreeff, Lauryn E; Furton, Kenneth G

    2011-09-01

    Human remains detection canines are used in locating deceased humans in diverse scenarios and environments based on odor produced during the decay process of the human body. It has been established that human remains detection canines are capable of locating human remains specifically, as opposed to living humans or animal remains, thus suggesting a difference in odor between the different sources. This work explores the collection and determination of such odors using a dynamic headspace concentration device. The airflow rate and three sorbent materials-Dukal cotton gauze, Johnson & Johnson cotton-blend gauze, and polyester material-used for odor collection were evaluated using standard compounds. It was determined that higher airflow rates and openly woven material, e.g., Dukal cotton gauze, yielded significantly less total volatile compounds due to compound breakthrough through the sorbent material. Collection from polymer- and cellulose-based materials demonstrated that the molecular backbone of the material is a factor in compound collection as well. Volatiles, including cyclic and straight-chain hydrocarbons, organic acids, sulfides, aldehydes, ketones, and alcohols, were collected from a population of 27 deceased bodies from two collection locations. The common compounds between the subjects were compared and the odor profiles were determined. These odor profiles were compared with those of animal remains and living human subjects collected in the same manner. Principal component analysis showed that the odor profiles of the three sample types were distinct.

  19. Population cycles: generalities, exceptions and remaining mysteries

    Science.gov (United States)

    2018-01-01

    Population cycles are one of nature's great mysteries. For almost a hundred years, innumerable studies have probed the causes of cyclic dynamics in snowshoe hares, voles and lemmings, forest Lepidoptera and grouse. Even though cyclic species have very different life histories, similarities in mechanisms related to their dynamics are apparent. In addition to high reproductive rates and density-related mortality from predators, pathogens or parasitoids, other characteristics include transgenerational reduced reproduction and dispersal with increasing-peak densities, and genetic similarity among populations. Experiments to stop cyclic dynamics and comparisons of cyclic and noncyclic populations provide some understanding but both reproduction and mortality must be considered. What determines variation in amplitude and periodicity of population outbreaks remains a mystery. PMID:29563267

  20. Improved routing strategies for data traffic in scale-free networks

    International Nuclear Information System (INIS)

    Wu, Zhi-Xi; Peng, Gang; Wong, Wing-Ming; Yeung, Kai-Hau

    2008-01-01

    We study the information packet routing process in scale-free networks by mimicking Internet traffic delivery. We incorporate both the global shortest paths information and local degree information of the network in the dynamic process, via two tunable parameters, α and β, to guide the packet routing. We measure the performance of the routing method by both the average transit times of packets and the critical packet generation rate (above which packet aggregation occurs in the network). We found that the routing strategies which integrate ingredients of both global and local topological information of the underlying networks perform much better than the traditional shortest path routing protocol taking into account the global topological information only. Moreover, by doing comparative studies with some related works, we found that the performance of our proposed method shows universal efficiency characteristic against the amount of traffic

  1. Comparative microanatomical structure of gills and skin of remainers and skippers from Gunung Kidul intertidal zone

    Science.gov (United States)

    Putri, Rizka Apriani; Sukiya

    2017-08-01

    One type of adaptation needed in fish that live in Intertidal Zone is morphological adaptation. When the tide is low, oxygen circulation in this area is limited, causing tidepools that occurred during this time hypoxic for species that live inside. This research aimed to study the microanatomical structure of respiratory organ of two group of fish that live in intertidal zone and to investigate whether skin of these species can be used as respiratory surface to overcome hypoxic condition. Two species of fish (Bathygobiusfuscus of remainers group and Blenniellabilitonensis of skippers, respectively), were caught and sacrificed, then gills and skin of them were harvested. The organs then undergone further processing for microanatomical preparation with paraffin method and Hematoxylin-Eosin staining. Microanatomical structure of gills and skin analyzed descriptively. Gills were observed to study whether additional structure is presence and modification (in structure of epithelial cells and/or the length of secondary lamelae) is occurred as part of morphological change to absorb more oxygen during low tide. In skin, the thickness of epidermal layers were measured and the number of blood capillaries were counted to investigate whether it can also be used as additional respiratory surface. Quantitative data of skin and gills were statistically analyzed using Student's T-test. Results showed that there were no differences in gills structure between remainers and skippers. Additional structure in gills were absent in both species. However, quantitative measurements in skin showed that skippers have less layers of epidermal cells and high number of blood capillaries compared to remainers' skin. This results indicated that skippers were able to use their skin as additional respiratory surface outside gills.

  2. Aerosol pH buffering in the southeastern US: Fine particles remain highly acidic despite large reductions in sulfate

    Science.gov (United States)

    Weber, R. J.; Guo, H.; Russell, A. G.; Nenes, A.

    2015-12-01

    pH is a critical aerosol property that impacts many atmospheric processes, including biogenic secondary organic aerosol formation, gas-particle phase partitioning, and mineral dust or redox metal mobilization. Particle pH has also been linked to adverse health effects. Using a comprehensive data set from the Southern Oxidant and Aerosol Study (SOAS) as the basis for thermodynamic modeling, we have shown that particles are currently highly acidic in the southeastern US, with pH between 0 and 2. Sulfate and ammonium are the main acid-base components that determine particle pH in this region, however they have different sources and their concentrations are changing. Over 15 years of network data show that sulfur dioxide emission reductions have resulted in a roughly 70 percent decrease in sulfate, whereas ammonia emissions, mainly link to agricultural activities, have been largely steady, as have gas phase ammonia concentrations. This has led to the view that particles are becoming more neutralized. However, sensitivity analysis, based on thermodynamic modeling, to changing sulfate concentrations indicates that particles have remained highly acidic over the past decade, despite the large reductions in sulfate. Furthermore, anticipated continued reductions of sulfate and relatively constant ammonia emissions into the future will not significantly change particle pH until sulfate drops to clean continental background levels. The result reshapes our expectation of future particle pH and implies that atmospheric processes and adverse health effects linked to particle acidity will remain unchanged for some time into the future.

  3. Accurate bearing remaining useful life prediction based on Weibull distribution and artificial neural network

    Science.gov (United States)

    Ben Ali, Jaouher; Chebel-Morello, Brigitte; Saidi, Lotfi; Malinowski, Simon; Fnaiech, Farhat

    2015-05-01

    Accurate remaining useful life (RUL) prediction of critical assets is an important challenge in condition based maintenance to improve reliability and decrease machine's breakdown and maintenance's cost. Bearing is one of the most important components in industries which need to be monitored and the user should predict its RUL. The challenge of this study is to propose an original feature able to evaluate the health state of bearings and to estimate their RUL by Prognostics and Health Management (PHM) techniques. In this paper, the proposed method is based on the data-driven prognostic approach. The combination of Simplified Fuzzy Adaptive Resonance Theory Map (SFAM) neural network and Weibull distribution (WD) is explored. WD is used just in the training phase to fit measurement and to avoid areas of fluctuation in the time domain. SFAM training process is based on fitted measurements at present and previous inspection time points as input. However, the SFAM testing process is based on real measurements at present and previous inspections. Thanks to the fuzzy learning process, SFAM has an important ability and a good performance to learn nonlinear time series. As output, seven classes are defined; healthy bearing and six states for bearing degradation. In order to find the optimal RUL prediction, a smoothing phase is proposed in this paper. Experimental results show that the proposed method can reliably predict the RUL of rolling element bearings (REBs) based on vibration signals. The proposed prediction approach can be applied to prognostic other various mechanical assets.

  4. Economic Efficiency and Investment Implementation in Energy Saving Projects

    Directory of Open Access Journals (Sweden)

    Venelin Terziev

    2017-09-01

    Full Text Available Investment in building thermoinsulation is a subject to appraisal for efficiency from the position of discounted cash flows taken specifically by energy saving. The appraisal of investment as optimal is attended by achieving the shortest term for investment implementation, the lowest investment outlays, the maximum total net value of energy savings, the shortest investment payback period. The complex application of the dynamic methods for appraising economic efficiency of an investment – net present value, internal rate of return, profitability index and discounted payback period, involves drawing of particular values which comparison definitely will show if this kind of investment is practically “attractive”. However, the question for significance weight of each of these indicators above in decision making for implementation a particular real investment still remains unsolved. This requires working out a system of criteria, priorities that can determine which of the indicators for economic efficiency of specific investment project will have the highest significance.

  5. Remaining useful life estimation for deteriorating systems with time-varying operational conditions and condition-specific failure zones

    Directory of Open Access Journals (Sweden)

    Li Qi

    2016-06-01

    Full Text Available Dynamic time-varying operational conditions pose great challenge to the estimation of system remaining useful life (RUL for the deteriorating systems. This paper presents a method based on probabilistic and stochastic approaches to estimate system RUL for periodically monitored degradation processes with dynamic time-varying operational conditions and condition-specific failure zones. The method assumes that the degradation rate is influenced by specific operational condition and moreover, the transition between different operational conditions plays the most important role in affecting the degradation process. These operational conditions are assumed to evolve as a discrete-time Markov chain (DTMC. The failure thresholds are also determined by specific operational conditions and described as different failure zones. The 2008 PHM Conference Challenge Data is utilized to illustrate our method, which contains mass sensory signals related to the degradation process of a commercial turbofan engine. The RUL estimation method using the sensor measurements of a single sensor was first developed, and then multiple vital sensors were selected through a particular optimization procedure in order to increase the prediction accuracy. The effectiveness and advantages of the proposed method are presented in a comparison with existing methods for the same dataset.

  6. 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

  7. Reconstruction of sub-surface archaeological remains from magnetic data using neural computing.

    Science.gov (United States)

    Bescoby, D. J.; Cawley, G. C.; Chroston, P. N.

    2003-04-01

    The remains of a former Roman colonial settlement, once part of the classical city of Butrint in southern Albania have been the subject of a high resolution magnetic survey using a caesium-vapour magnetometer. The survey revealed the surviving remains of an extensive planned settlement and a number of outlying buildings, today buried beneath over 0.5 m of alluvial deposits. The aim of the current research is to derive a sub-surface model from the magnetic survey measurements, allowing an enhanced archaeological interpretation of the data. Neural computing techniques are used to perform the non-linear mapping between magnetic data and corresponding sub-surface model parameters. The adoption of neural computing paradigms potentially holds several advantages over other modelling techniques, allowing fast solutions for complex data, while having a high tolerance to noise. A multi-layer perceptron network with a feed-forward architecture is trained to estimate the shape and burial depth of wall foundations using a series of representative models as training data. Parameters used to forward model the training data sets are derived from a number of trial trench excavations targeted over features identified by the magnetic survey. The training of the network was optimized by first applying it to synthetic test data of known source parameters. Pre-processing of the network input data, including the use of a rotationally invariant transform, enhanced network performance and the efficiency of the training data. The approach provides good results when applied to real magnetic data, accurately predicting the depths and layout of wall foundations within the former settlement, verified by subsequent excavation. The resulting sub-surface model is derived from the averaged outputs of a ‘committee’ of five networks, trained with individualized training sets. Fuzzy logic inference has also been used to combine individual network outputs through correlation with data from a second

  8. Silicon photonics: some remaining challenges

    Science.gov (United States)

    Reed, G. T.; Topley, R.; Khokhar, A. Z.; Thompson, D. J.; Stanković, S.; Reynolds, S.; Chen, X.; Soper, N.; Mitchell, C. J.; Hu, Y.; Shen, L.; Martinez-Jimenez, G.; Healy, N.; Mailis, S.; Peacock, A. C.; Nedeljkovic, M.; Gardes, F. Y.; Soler Penades, J.; Alonso-Ramos, C.; Ortega-Monux, A.; Wanguemert-Perez, G.; Molina-Fernandez, I.; Cheben, P.; Mashanovich, G. Z.

    2016-03-01

    This paper discusses some of the remaining challenges for silicon photonics, and how we at Southampton University have approached some of them. Despite phenomenal advances in the field of Silicon Photonics, there are a number of areas that still require development. For short to medium reach applications, there is a need to improve the power consumption of photonic circuits such that inter-chip, and perhaps intra-chip applications are viable. This means that yet smaller devices are required as well as thermally stable devices, and multiple wavelength channels. In turn this demands smaller, more efficient modulators, athermal circuits, and improved wavelength division multiplexers. The debate continues as to whether on-chip lasers are necessary for all applications, but an efficient low cost laser would benefit many applications. Multi-layer photonics offers the possibility of increasing the complexity and effectiveness of a given area of chip real estate, but it is a demanding challenge. Low cost packaging (in particular, passive alignment of fibre to waveguide), and effective wafer scale testing strategies, are also essential for mass market applications. Whilst solutions to these challenges would enhance most applications, a derivative technology is emerging, that of Mid Infra-Red (MIR) silicon photonics. This field will build on existing developments, but will require key enhancements to facilitate functionality at longer wavelengths. In common with mainstream silicon photonics, significant developments have been made, but there is still much left to do. Here we summarise some of our recent work towards wafer scale testing, passive alignment, multiplexing, and MIR silicon photonics technology.

  9. Green business will remain green

    International Nuclear Information System (INIS)

    Marcan, P.

    2008-01-01

    It all started with two words. Climate change. The carbon dioxide trading scheme, which was the politicians' idea on solving the number one global problem, followed. Four years ago, when the project was begun, there was no data for project initiation. Quotas for polluters mainly from energy production and other energy demanding industries were distributed based on spreadsheets, maximum output and expected future development of economies. Slovak companies have had a chance to profit from these arrangements since 2005. Many of them took advantage of the situation and turned the excessive quotas into an extraordinary profit which often reached hundreds of million Sk. The fact that the price of free quotas offered for sale dropped basically to 0 in 2006 only proved that the initial distribution was too generous. And the market reacted to the first official measurements of emissions. Slovak companies also contributed to this development. However, when planning the maximum emission volumes for 2008-2012 period, in spite of the fact that actual data were available, their expectations were not realistic. A glance at the figures in the proposal of the Ministry of Environment is sufficient to realize that there will be no major change in the future. And so for many Slovak companies business with a green future will remain green for the next five years. The state decided to give to selected companies even more free space as far as emissions are concerned. The most privileged companies can expect quotas increased by tens of percent. (author)

  10. Intelligent Prognostic Framework for Degradation Assessment and Remaining Useful Life Estimation of Photovoltaic Module

    Directory of Open Access Journals (Sweden)

    Nabil Laayouj

    2016-12-01

    Full Text Available All industrial systems and machines are subjected to degradation processes, which can be related to the operating conditions. This degradation can cause unwanted stops at any time and major maintenance work sometimes. The accurate prediction of the remaining useful life (RUL is an important challenge in condition-based maintenance. Prognostic activity allows estimating the RUL before failure occurs and triggering actions to mitigate faults in time when needed. In this study, a new smart prognostic method for photovoltaic module health degradation was developed based on two approaches to achieve more accurate predictions: online diagnosis and data-driven prognosis. This framework of forecasting integrates the strengths of real-time monitoring in the first approach and relevant vector machine in the second. The results show that the proposed method is plausible due to its good prediction of RUL and can be effectively applied to many systems for monitoring and prognostics.

  11. Hybrid PSO–SVM-based method for forecasting of the remaining useful life for aircraft engines and evaluation of its reliability

    International Nuclear Information System (INIS)

    García Nieto, P.J.; García-Gonzalo, E.; Sánchez Lasheras, F.; Cos Juez, F.J. de

    2015-01-01

    The present paper describes a hybrid PSO–SVM-based model for the prediction of the remaining useful life of aircraft engines. The proposed hybrid model combines support vector machines (SVMs), which have been successfully adopted for regression problems, with the particle swarm optimization (PSO) technique. This optimization technique involves kernel parameter setting in the SVM training procedure, which significantly influences the regression accuracy. However, its use in reliability applications has not been yet widely explored. Bearing this in mind, remaining useful life values have been predicted here by using the hybrid PSO–SVM-based model from the remaining measured parameters (input variables) for aircraft engines with success. A coefficient of determination equal to 0.9034 was obtained when this hybrid PSO–RBF–SVM-based model was applied to experimental data. The agreement of this model with experimental data confirmed its good performance. One of the main advantages of this predictive model is that it does not require information about the previous operation states of the engine. Finally, the main conclusions of this study are exposed. - Highlights: • A hybrid PSO–SVM-based model is built as a predictive model of the RUL values for aircraft engines. • The remaining physical–chemical variables in this process are studied in depth. • The obtained regression accuracy of our method is about 95%. • The results show that PSO–SVM-based model can assist in the diagnosis of the RUL values with accuracy

  12. 43 CFR 10.11 - Disposition of culturally unidentifiable human remains.

    Science.gov (United States)

    2010-10-01

    ... AMERICAN GRAVES PROTECTION AND REPATRIATION REGULATIONS Human Remains, Funerary Objects, Sacred Objects, or... religious leaders of all Indian tribes and Native Hawaiian organizations: (i) From whose tribal lands, at... objects; (ii) The names and appropriate methods to contact any traditional religious leaders who should be...

  13. The shortest argument for the existence of God in Islamic philosophy

    Directory of Open Access Journals (Sweden)

    Halilović Seid

    2014-01-01

    Full Text Available The first cognitive frameworks of the undoubtedly most famous argument for the existence of God in Islamic philosophy were set by the notable Ibn Sina. Having proved the existence of God by considering existence itself, in his famous philosophical book al-Isharat he wrote that in that way he offered the 'argument of the veracious'. In the following stages of the development of this argument this syntagm will become one of the most popular scientific names in the history of philosophical and rational thought in Muslims. Numerous representatives of various schools of philosophy, dogmatic theology and doctrinal gnosis in Islam thoroughly analyzed the text of this part of the al-Isharat book and sometimes formulated new versions of the 'argument of the veracious'. In this paper we will focus on the basic cognitive milestones in the development of this argument and with a view to acquiring this we will use the method of detailed content analysis of the works of those Muslim philosophers who contributed significantly to that intellectual process. Given that scientific destiny of the 'argument of the veracious' quite attractively illustrates the various stages of the development of entire Islamic philosophy, we will try to show that in each new period Islamic philosophical heritage grew a more vital and dominant scientific discipline. On the other hand, we will conclude that throughout history Islamic philosophy and 'arguments of the veracious' have become more reminiscent of subtle intuition of Muslim gnostics and innermost spheres of the original understanding of the sacred Islamic texts and traditions.

  14. Investigation of light nucleus clustering in relativistic multifragmentation processes

    International Nuclear Information System (INIS)

    Adamovich, M.I.; Chernyavsky, M.M.; Dronov, V.A.

    2004-01-01

    The program of irradiation of emulsions in Nuclotrons beams named BECQUEREL Project is destined to continue irradiation in newly produced beams with the purpose of studying in detail processes of fragmentation of light radioactive nuclei, as well as obtaining basic information about the charge states of secondary particles in irradiation with medium and heavy nuclei.The advantages taken from the use of Nuclotrons beams consist in that a limiting fragmentation is set in, the reaction takes shortest time, fragmentation products are collimated in a narrow angle cone, and ionization losses of the reaction products are minimum.The expected results would make it possible to answer some topical questions concerning the cluster structure of light radioactive nuclei and to clarify the role of the collective effects in the dense matter of colliding nuclei. Thanks to the best spatial resolution, the nuclear emulsions offer the possibility to obtain unique results along these lines. Irradiations are performed in the secondary beams of He, Be, B, C and N radioactive nuclei formed on the basis of Nuclotrons primary beams of stable nuclei. The results on the coherent dissociation of Li, C, O, Mg, and S nuclei obtained by this method are now of special interest since they open new possibilities in understanding the topical problems of the structure of nuclei. The emulsions are especially helpful in the study with neutron deficient nuclei. It is especially interesting to search for evidences that there exists a proton halo for radioactive nuclei. The study of the nuclear structure is certain to have a deep relation to the nuclear aspects of astrophysical phenomena. The structure of nuclei can turn out to be another key to understanding the processes of synthesis of elements in stars, in Sun and primordial processes of nuclear synthesis when Universe was created. (authors)

  15. Updated Estimates of the Remaining Market Potential of the U.S. ESCO Industry

    Energy Technology Data Exchange (ETDEWEB)

    Larsen, Peter H. [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States). Energy Analysis and Environmental Impacts Div.; Carvallo Bodelon, Juan Pablo [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States). Energy Analysis and Environmental Impacts Div.; Goldman, Charles A. [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States). Energy Analysis and Environmental Impacts Div.; Murphy, Sean [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States). Energy Analysis and Environmental Impacts Div.; Stuart, Elizabeth [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States). Energy Analysis and Environmental Impacts Div.

    2017-04-01

    The energy service company (ESCO) industry has a well-established track record of delivering energy and economic savings in the public and institutional buildings sector, primarily through the use of performance-based contracts. The ESCO industry often provides (or helps arrange) private sector financing to complete public infrastructure projects with little or no up-front cost to taxpayers. In 2014, total U.S. ESCO industry revenue was estimated at $5.3 billion. ESCOs expect total industry revenue to grow to $7.6 billion in 2017—a 13% annual growth rate from 2015-2017. Researchers at Lawrence Berkeley National Laboratory (LBNL) were asked by the U.S. Department of Energy Federal Energy Management Program (FEMP) to update and expand our estimates of the remaining market potential of the U.S. ESCO industry. We define remaining market potential as the aggregate amount of project investment by ESCOs that is technically possible based on the types of projects that ESCOS have historically implemented in the institutional, commercial, and industrial sectors using ESCO estimates of current market penetration in those sectors. In this analysis, we report U.S. ESCO industry remaining market potential under two scenarios: (1) a base case and (2) a case “unfettered” by market, bureaucratic, and regulatory barriers. We find that there is significant remaining market potential for the U.S. ESCO industry under both the base and unfettered cases. For the base case, we estimate a remaining market potential of $92-$201 billion ($2016). We estimate a remaining market potential of $190-$333 billion for the unfettered case. It is important to note, however, that there is considerable uncertainty surrounding the estimates for both the base and unfettered cases.

  16. On Finding Shortest Paths on Convex Polyhedra.

    Science.gov (United States)

    1985-05-01

    versi ty of N laryhrid ml Collge :IJR-. M T) 207-12 COMPUTER SCIENCE TECHNICAL REPR SERWS .UE TE UNIVERSITY OF MARYLAND COLLEGE PARK, MARYLAND S 20742...planar layout can be physically interpreted as cutting the polyhedron along the ridges and unfolding the resulting object onto the plane. o% 4e.. ~16 A o

  17. Minimizing Communication in All-Pairs Shortest Paths

    Science.gov (United States)

    2013-02-13

    on a 16,384 vertex, 5% dense graph, is slightly faster using our approach (18.6 vs . 22.6 seconds) than using the replicated Johnson’s algorithm...Oracle and Samsung , as well as MathWorks. Research is also supported by DOE grants DE-SC0004938, DE-SC0005136, DE-SC0003959, DE-SC0008700, and AC02...Brickell, I. S. Dhillon, S. Sra, and J. A. Tropp. The metric nearness problem. SIAM J. Matrix Anal. Appl ., 30:375–396, 2008. [11] A. Buluç, J. R. Gilbert

  18. Approximate Shortest Homotopic Paths in Weighted Regions

    KAUST Repository

    Cheng, Siu-Wing

    2010-01-01

    Let P be a path between two points s and t in a polygonal subdivision T with obstacles and weighted regions. Given a relative error tolerance ε ∈(0,1), we present the first algorithm to compute a path between s and t that can be deformed to P without passing over any obstacle and the path cost is within a factor 1 + ε of the optimum. The running time is O(h 3/ε2 kn polylog(k, n, 1/ε)), where k is the number of segments in P and h and n are the numbers of obstacles and vertices in T, respectively. The constant in the running time of our algorithm depends on some geometric parameters and the ratio of the maximum region weight to the minimum region weight. © 2010 Springer-Verlag.

  19. Approximate shortest homotopic paths in weighted regions

    KAUST Repository

    Cheng, Siuwing

    2012-02-01

    A path P between two points s and t in a polygonal subdivision T with obstacles and weighted regions defines a class of paths that can be deformed to P without passing over any obstacle. We present the first algorithm that, given P and a relative error tolerance ε (0, 1), computes a path from this class with cost at most 1 + ε times the optimum. The running time is O(h 3/ε 2kn polylog (k,n,1/ε)), where k is the number of segments in P and h and n are the numbers of obstacles and vertices in T, respectively. The constant in the running time of our algorithm depends on some geometric parameters and the ratio of the maximum region weight to the minimum region weight. © 2012 World Scientific Publishing Company.

  20. Approximate Shortest Homotopic Paths in Weighted Regions

    KAUST Repository

    Cheng, Siu-Wing; Jin, Jiongxin; Vigneron, Antoine; Wang, Yajun

    2010-01-01

    Let P be a path between two points s and t in a polygonal subdivision T with obstacles and weighted regions. Given a relative error tolerance ε ∈(0,1), we present the first algorithm to compute a path between s and t that can be deformed to P

  1. Approximate shortest homotopic paths in weighted regions

    KAUST Repository

    Cheng, Siuwing; Jin, Jiongxin; Vigneron, Antoine E.; Wang, Yajun

    2012-01-01

    A path P between two points s and t in a polygonal subdivision T with obstacles and weighted regions defines a class of paths that can be deformed to P without passing over any obstacle. We present the first algorithm that, given P and a relative

  2. Bad Luck When Joining the Shortest Queue

    NARCIS (Netherlands)

    Blanc, J.P.C.

    2008-01-01

    A frequent observation in service systems with queues in parallel is that customers in other queues tend to be served faster than those in one’s own queue. This paper quantifies the probability that one’s service would have started earlier if one had joined another queue than the queue that was

  3. Remaining childless : Causes and consequences from a life course perspective

    NARCIS (Netherlands)

    Keizer, R.

    2010-01-01

    Little is know about childless individuals in the Netherlands, although currently one out of every five Dutch individuals remains childless. Who are they? How did they end up being childless? How and to what extent are their life outcomes influenced by their childlessness? By focusing on individual

  4. Risk-based management of remaining life of power plant components

    International Nuclear Information System (INIS)

    Roos, E.; Jovanovic, A.S.; Maile, K.; Auerkari, P.

    1999-01-01

    The paper describes application of different modules of the MPA-System ALIAS in risk-based management of remaining life of power plant components. The system allows comprehensive coverage of all aspects of the remaining life management, including also the risk analysis and risk management. In addition, thanks to the modular character of the system it is also possible to implement new methods: In the case described here, a new (probabilistic) method for determination of the next inspection time for the components exposed to creep loading has been developed and implemented in the system. Practical application of the method has shown (a) that the mean values obtained by the method fall into the range of results obtained by other methods (based on expert knowledge), and (b) that it is possible to quantify the probability of aberration from the mean values. This in turn allows quantifying the additional risks linked to e.g. prolonging of inspection intervals. (orig.) [de

  5. A method for defleshing human remains using household bleach.

    Science.gov (United States)

    Mann, Robert W; Berryman, Hugh E

    2012-03-01

    Medical examiners and forensic anthropologists are often faced with the difficult task of removing soft tissue from the human skeleton without damaging the bones, teeth and, in some cases, cartilage. While there are a number of acceptable methods that can be used to remove soft tissue including macerating in water, simmering or boiling, soaking in ammonia, removing with scissors, knife, scalpel or stiff brush, and dermestid beetles, each has its drawback in time, safety, or potential to damage bone. This technical report using the chest plate of a stabbing victim presents a safe and effective alternative method for removing soft tissue from human remains, in particular the chest plate, following autopsy, without damaging or separating the ribs, sternum, and costal cartilage. This method can be used to reveal subtle blunt force trauma to bone, slicing and stabbing injuries, and other forms of trauma obscured by overlying soft tissue. Despite the published cautionary notes, when done properly household bleach (3-6% sodium hypochlorite) is a quick, safe, and effective method for examining cartilage and exposing skeletal trauma by removing soft tissue from human skeletal remains. 2011 American Academy of Forensic Sciences. Published 2011. This article is a U.S. Government work and is in the public domain in the U.S.A.

  6. Geomagnetic and geoelectrical prospection for buried archaeological remains on the Upper City of Amorium, a Byzantine city in midwestern Turkey

    International Nuclear Information System (INIS)

    Ekinci, Yunus Levent; Balkaya, Çağlayan; Şeren, Aysel; Kaya, Mehmet Ali; Lightfoot, Christopher Sherwin

    2014-01-01

    On the basis of geophysical imaging surveys, including geomagnetic and geoelectrical resistivity, possible archaeological remains and their spatial parameters (i.e., location, extension, depth and thickness) were explored to provide useful data for future excavations on the Upper City of the ancient Amorium site, which comprises a large prehistoric man-made mound. The surveys were performed very close to the main axis of the Basilica, and the derived geophysical traces indicated some subsurface structures that appear to confirm that more-substantial brick and masonry buildings lie near the present-day surface of the mound. Analyzing the local gradients by total horizontal derivatives of pseudogravity data enhanced the edges of the magnetic sources. Additionally, a profile curvature technique, which has rarely been applied to potential field data sets, dramatically improved the magnetic-source body edges and the lineaments that may be associated with buried archaeological remains. The depths of these possible anthropogenic remains were estimated by applying the Euler deconvolution technique to the geomagnetic data set. The Euler solutions on tentative indices indicated that the depths of the source bodies are not more than about 3 m. Moreover, geoelectrical resistivity depth slices produced from the results of two- and three-dimensional linearized least-squares inversion techniques revealed high-resistivity anomalies within a depth of about 3 m from the ground surface, which is in close agreement with those obtained by applying the Euler deconvolution technique to the magnetic data. Based on the existence of some archaeological remains in the vicinity of the surveyed area, these geophysical anomalies were thought to be the possible traces of the buried remains and were suggested as targets for excavations. This study also emphasized that the data-processing techniques applied in this investigation should be suitable for providing an insight into the layout of the

  7. The Influence Of Franchisors Brand Image On Franchisee Trust And Its Impact On Franchisee Intention To Remain In Franchise System

    OpenAIRE

    Erlinda; Yuyus Suryana; Faisal Afiff; Arief Helmi

    2015-01-01

    Franchisee is the party that play important role in the franchising because most of franchise outlets managed and operated by franchisees. Nevertheless in the process of business operating there would be the conflict of interests between franchisor as the owner of brand with the franchisee as the buyer of franchisors brand to operating retail outlet.and bound with futures contract. Therefore franchisee trust is needed in order to maintain franchisee intention to remain in franchise system. O...

  8. New paleoradiological investigations of ancient human remains from North West Lombardy archaeological excavations

    Energy Technology Data Exchange (ETDEWEB)

    Licata, Marta; Borgo, Melania; Armocida, Giuseppe; Nicosia, Luca; Ferioli, Elena [University of Insubria (Varese), Department of Biotechnology and Life Sciences, Varese (Italy)

    2016-03-15

    Since its birth in 1895, radiology has been used to study ancient mummies. The purpose of this article is to present paleoradiological investigations conducted on several medieval human remains in Varese province. Anthropological (generic identification) and paleopathological analyses were carried out with the support of diagnostic imaging (X-ray and CT scans). Human remains were discovered during excavations of medieval archaeological sites in northwest Lombardy. Classical physical anthropological methods were used for the macroscopic identification of the human remains. X-ray and CT scans were performed on the same scanner (16-layer Hitachi Eclos 16 X-ray equipment). Radiological analysis permitted investigating (1) the sex, (2) age of death, (3) type of trauma, (4) therapeutic interventions and (5) osteomas in ancient human remains. In particular, X-ray and CT examinations showed dimorphic facial traits on the mummified skull, and the same radiological approaches allowed determining the age at death from a mummified lower limb. CT analyses allow investigating different types of traumatic lesions in skulls and postcranial skeleton portions and reconstructing the gait and functional outcomes of a fractured femur. Moreover, one case of possible Gardner's syndrome (GS) was postulated from observing multiple osteomas in an ancient skull. Among the medical tests available to the clinician, radiology is the most appropriate first-line procedure for a diagnostic approach to ancient human remains because it can be performed without causing any significant damage to the specimen. (orig.)

  9. New paleoradiological investigations of ancient human remains from North West Lombardy archaeological excavations

    International Nuclear Information System (INIS)

    Licata, Marta; Borgo, Melania; Armocida, Giuseppe; Nicosia, Luca; Ferioli, Elena

    2016-01-01

    Since its birth in 1895, radiology has been used to study ancient mummies. The purpose of this article is to present paleoradiological investigations conducted on several medieval human remains in Varese province. Anthropological (generic identification) and paleopathological analyses were carried out with the support of diagnostic imaging (X-ray and CT scans). Human remains were discovered during excavations of medieval archaeological sites in northwest Lombardy. Classical physical anthropological methods were used for the macroscopic identification of the human remains. X-ray and CT scans were performed on the same scanner (16-layer Hitachi Eclos 16 X-ray equipment). Radiological analysis permitted investigating (1) the sex, (2) age of death, (3) type of trauma, (4) therapeutic interventions and (5) osteomas in ancient human remains. In particular, X-ray and CT examinations showed dimorphic facial traits on the mummified skull, and the same radiological approaches allowed determining the age at death from a mummified lower limb. CT analyses allow investigating different types of traumatic lesions in skulls and postcranial skeleton portions and reconstructing the gait and functional outcomes of a fractured femur. Moreover, one case of possible Gardner's syndrome (GS) was postulated from observing multiple osteomas in an ancient skull. Among the medical tests available to the clinician, radiology is the most appropriate first-line procedure for a diagnostic approach to ancient human remains because it can be performed without causing any significant damage to the specimen. (orig.)

  10. 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

  11. Explaining why nurses remain in or leave bedside nursing: a critical ethnography.

    Science.gov (United States)

    Mahon, Paula; McPherson, Gladys

    2014-09-01

    To describe the application of critical ethnography to explain nurses' decisions to remain in or leave bedside nursing, and to describe researcher positioning and reflexivity. Enquiry into hospital nurses' decisions to remain in or leave bedside nursing positions has been conducted from a variety of theoretical perspectives by researchers adopting a range of methodological approaches. This research helps to explain how work environments can affect variables such as job satisfaction and turnover, but provides less insight into how personal and professional factors shape decisions to remain in or leave bedside nursing. A critical theoretical perspective was taken to examine the employment decisions made by nurses in a paediatric intensive care unit (PICU). Data was collected from nurses (n=31) through semi-structured interviews and unobtrusive observation. The authors describe critical ethnography as a powerful research framework for enquiry that allowed them to challenge assumptions about why nurses remain in or leave their jobs, and to explore how issues of fairness and equity contribute to these decisions. Critical ethnography offers a powerful methodology for investigations into complex interactions, such as those between nurses in a PICU. In adopting this methodology, researchers should be sensitised to manifestations of power, attend to their stance and location, and reflexion. The greatest challenges from this research included how to make sense of the insider position, how to acknowledge assumptions and allow these to be challenged, and how to ensure that power relationships in the environment and in the research were attended to.

  12. The Right to Remain Silent in Criminal Trial

    Directory of Open Access Journals (Sweden)

    Gianina Anemona Radu

    2013-05-01

    Full Text Available A person's right not to incriminate oneself or to remain silent and not contribute to their own incrimination is a basic requirement of due process, although the right not to testify against oneself is not expressly guaranteed. This legal right is intended to protect the accused/ the defendant against the authorities’ abusive coercion. The scope of the right not to incriminate oneself is related to criminal matter under the Convention, and thus susceptible or applicable to criminal proceedings concerning all types of crimes as a guarantee to a fair trial. The European Court of Justice ruled that despite the fact that art. 6 paragraph 2 of the Convention does not expressly mention the right not to incriminate oneself and the right not to contribute to their own incrimination (nemo tenetur are ipsum accusare these are generally recognized international rules that are in consistence with the notion of “fair trial” stipulated in art. 6. By virtue of the right to silence, the person charged with a crime is free to answer the questions or not, as he/she believes it is in his/her interest. Therefore, the right to silence involves not only the right not to testify against oneself, but also the right of the accused/ defendant not to incriminate oneself. Thus, the accused/defendant cannot be compelled to assist in the production of evidence and cannot be sanctioned for failing to provide certain documents or other evidence. Obligation to testify against personal will, under the constraint of a fine or any other form of coercion constitutes an interference with the negative aspect of the right to freedom of expression which must be necessary in a democratic society. It is essential to clarify certain issues as far as this right is concerned. First of all, the statutory provision in question is specific to adversarial systems, which are found mainly in Anglo-Saxon countries and are totally different from that underlying the current Romanian Criminal

  13. "Recent" macrofossil remains from the Lomonosov Ridge, central Arctic Ocean

    Science.gov (United States)

    Le Duc, Cynthia; de Vernal, Anne; Archambault, Philippe; Brice, Camille; Roberge, Philippe

    2016-04-01

    The examination of surface sediment samples collected from 17 sites along the Lomonosov Ridge at water depths ranging from 737 to 3339 meters during Polarstern Expedition PS87 in 2014 (Stein, 2015), indicates a rich biogenic content almost exclusively dominated by calcareous remains. Amongst biogenic remains, microfossils (planktic and benthic foraminifers, pteropods, ostracods, etc.) dominate but millimetric to centrimetric macrofossils occurred frequently at the surface of the sediment. The macrofossil remains consist of a large variety of taxa, including gastropods, bivalvia, polychaete tubes, scaphopods, echinoderm plates and spines, and fish otoliths. Among the Bivalvia, the most abundant taxa are Portlandia arctica, Hyalopecten frigidus, Cuspidaria glacilis, Policordia densicostata, Bathyarca spp., and Yoldiella spp. Whereas a few specimens are well preserved and apparently pristine, most mollusk shells displayed extensive alteration features. Moreover, most shells were covered by millimeter scale tubes of the serpulid polychaete Spirorbis sp. suggesting transport from low intertidal or subtidal zone. Both the ecological affinity and known geographic distribution of identified bivalvia as named above support the hypothesis of transportation rather than local development. In addition to mollusk shells, more than a hundred fish otoliths were recovered in surface sediments. The otoliths mostly belong to the Gadidae family. Most of them are well preserved and without serpulid tubes attached to their surface, suggesting a local/regional origin, unlike the shell remains. Although recovered at the surface, the macrofaunal assemblages of the Lomonosov Ridge do not necessarily represent the "modern" environments as they may result from reworking and because their occurrence at the surface of the sediment may also be due to winnowing of finer particles. Although the shells were not dated, we suspect that their actual ages may range from modern to several thousands of

  14. Studies on protozoa in ancient remains - A Review

    Directory of Open Access Journals (Sweden)

    Liesbeth Frías

    2013-02-01

    Full Text Available Paleoparasitological research has made important contributions to the understanding of parasite evolution and ecology. Although parasitic protozoa exhibit a worldwide distribution, recovering these organisms from an archaeological context is still exceptional and relies on the availability and distribution of evidence, the ecology of infectious diseases and adequate detection techniques. Here, we present a review of the findings related to protozoa in ancient remains, with an emphasis on their geographical distribution in the past and the methodologies used for their retrieval. The development of more sensitive detection methods has increased the number of identified parasitic species, promising interesting insights from research in the future.

  15. The Influence Of Franchisors Brand Image On Franchisee Trust And Its Impact On Franchisee Intention To Remain In Franchise System

    Directory of Open Access Journals (Sweden)

    Erlinda

    2015-08-01

    Full Text Available Franchisee is the party that play important role in the franchising because most of franchise outlets managed and operated by franchisees. Nevertheless in the process of business operating there would be the conflict of interests between franchisor as the owner of brand with the franchisee as the buyer of franchisors brand to operating retail outlet.and bound with futures contract. Therefore franchisee trust is needed in order to maintain franchisee intention to remain in franchise system. One of the most important elements in franchising is franchisors brand image because basically franchise is selling the brand. Therefore this study aims to examine franchisee intention to remain in franchise system through franchisee trust that influenced by franchisors brand image. This study is conducted in Aceh province Indonesia. Using causality-explanatory approach with primary data in the form of perception opinions and attitude of 134 franchisees as individual research object. The method of data collection is survey using questionnaire. Regarding time dimension is one shot study. Partial Least Square is used to analyze the data. The result shows that franchisors brand image have a positive significant influence greater through franchisee trust than a direct influence of franchisors brand image to franchisee intention to remain in franchise system.

  16. 75 FR 5108 - Notice of Inventory Completion: University of Wyoming, Anthropology Department, Human Remains...

    Science.gov (United States)

    2010-02-01

    ... Wyoming, Anthropology Department, Human Remains Repository, Laramie, WY AGENCY: National Park Service... funerary objects in the possession and control of the University of Wyoming, Anthropology Department, Human... of Wyoming, Anthropology Department, Human Remains Repository professional staff in consultation with...

  17. A code of ethics for evidence-based research with ancient human remains.

    Science.gov (United States)

    Kreissl Lonfat, Bettina M; Kaufmann, Ina Maria; Rühli, Frank

    2015-06-01

    As clinical research constantly advances and the concept of evolution becomes a strong and influential part of basic medical research, the absence of a discourse that deals with the use of ancient human remains in evidence-based research is becoming unbearable. While topics such as exhibition and excavation of human remains are established ethical fields of discourse, when faced with instrumentalization of ancient human remains for research (i.e., ancient DNA extractions for disease marker analyses) the answers from traditional ethics or even more practical fields of bio-ethics or more specific biomedical ethics are rare to non-existent. The Centre for Evolutionary Medicine at the University of Zurich solved their needs for discursive action through the writing of a self-given code of ethics which was written in dialogue with the researchers at the Institute and was published online in Sept. 2011: http://evolutionäremedizin.ch/coe/. The philosophico-ethical basis for this a code of conduct and ethics and the methods are published in this article. © 2015 Wiley Periodicals, Inc.

  18. Some social and forensic aspects of exhumation and reinterment of industrial revolution remains.

    Science.gov (United States)

    Duff, E J; Johnson, J S

    1974-03-23

    The aetiological aspects of exhumed remains from two burial sites were examined using 1839 and 1879 as years of comparison. We tried to discover whether the sample of recovered remains was representative of those buried. The state of the remains varied according to the type of soil and coffin material in which they were buried. At the earlier date most deaths were caused by infectious lesions rather than degenerative ones and 76% of those who died were below employable age-whereas in 1879 the commonest causes of death were tuberculosis ("phthisis") and bronchitis, and 42% died before they could be employed. The registration of deaths were recorded more accurately at the later date, and it was easier to build up a picture of the age, sex, and occupation of the people who died.

  19. Nuclear remains an economic and ecologic asset

    International Nuclear Information System (INIS)

    Le Ngoc, Boris

    2015-01-01

    The author herein outlines the several benefits of nuclear energy and nuclear industry for France. He first outlines that France possesses 97 per cent of de-carbonated electricity thanks to nuclear energy (77 pc) and renewable energies (20 pc, mainly hydraulic), and that renewable energies must be developed in the building and transport sectors to be able to get rid of the environmentally and financially costly fossil energies. He outlines that reactor maintenance and the nuclear fuel cycle industry are fields of technological leadership for the French nuclear industry which is, after motor industry and aircraft industry, the third industrial sector in France. He indicates that nuclear electricity is to remain the most competitive one, and that nuclear energy and renewable energies must not be opposed to it but considered as complementary in the struggle against climate change, i.e. to reduce greenhouse gas emissions and to get rid of the prevalence of fossil energies

  20. Microstructure Evolution and Mechanical Behavior of 2219 Aluminum Alloys Additively Fabricated by the Cold Metal Transfer Process

    Directory of Open Access Journals (Sweden)

    Xuewei Fang

    2018-05-01

    Full Text Available In this research, four different welding arc modes including conventional cold metal transfer (CMT, CMT-Pulse (CMT-P, CMT-Advanced (CMT-ADV, and CMT pulse advanced (CMT-PADV were used to deposit 2219-Al wire. The effects of different arc modes on porosity, pore size distribution, microstructure evolution, and mechanical properties were thoroughly investigated. The statistical analysis of the porosity and its size distribution indicated that the CMT-PADV process gave the smallest pore area percentage and pore aspect ratio, and had almost no larger pores. The results from optical microscopy, scanning electron microscopy, and fractographic morphology proved that uniform and fine equiaxed grains, evenly distributed Al2Cu second phase particles were formed during the CMT-PADV process. Furthermore, the X-ray diffraction test ascertained that the CMT-PADV sample had the smallest lattice parameter and the highest solute Cu content. Besides, the tensile strength could reach 283 MPa, the data scattering was the smallest, and the strength scattering of the sample in the horizontal direction was the shortest. In addition, the strength properties were nearly isotropic, with only 5 MPa difference in the vertical and horizontal directions. The above mentioned results indicated that the mechanical properties of 2219 aluminum alloy was improved using the CMT-PADV arc mode.

  1. Microstructure Evolution and Mechanical Behavior of 2219 Aluminum Alloys Additively Fabricated by the Cold Metal Transfer Process.

    Science.gov (United States)

    Fang, Xuewei; Zhang, Lijuan; Li, Hui; Li, Chaolong; Huang, Ke; Lu, Bingheng

    2018-05-16

    In this research, four different welding arc modes including conventional cold metal transfer (CMT), CMT-Pulse (CMT-P), CMT-Advanced (CMT-ADV), and CMT pulse advanced (CMT-PADV) were used to deposit 2219-Al wire. The effects of different arc modes on porosity, pore size distribution, microstructure evolution, and mechanical properties were thoroughly investigated. The statistical analysis of the porosity and its size distribution indicated that the CMT-PADV process gave the smallest pore area percentage and pore aspect ratio, and had almost no larger pores. The results from optical microscopy, scanning electron microscopy, and fractographic morphology proved that uniform and fine equiaxed grains, evenly distributed Al₂Cu second phase particles were formed during the CMT-PADV process. Furthermore, the X-ray diffraction test ascertained that the CMT-PADV sample had the smallest lattice parameter and the highest solute Cu content. Besides, the tensile strength could reach 283 MPa, the data scattering was the smallest, and the strength scattering of the sample in the horizontal direction was the shortest. In addition, the strength properties were nearly isotropic, with only 5 MPa difference in the vertical and horizontal directions. The above mentioned results indicated that the mechanical properties of 2219 aluminum alloy was improved using the CMT-PADV arc mode.

  2. Microstructure Evolution and Mechanical Behavior of 2219 Aluminum Alloys Additively Fabricated by the Cold Metal Transfer Process

    Science.gov (United States)

    Fang, Xuewei; Li, Hui; Li, Chaolong; Lu, Bingheng

    2018-01-01

    In this research, four different welding arc modes including conventional cold metal transfer (CMT), CMT-Pulse (CMT-P), CMT-Advanced (CMT-ADV), and CMT pulse advanced (CMT-PADV) were used to deposit 2219-Al wire. The effects of different arc modes on porosity, pore size distribution, microstructure evolution, and mechanical properties were thoroughly investigated. The statistical analysis of the porosity and its size distribution indicated that the CMT-PADV process gave the smallest pore area percentage and pore aspect ratio, and had almost no larger pores. The results from optical microscopy, scanning electron microscopy, and fractographic morphology proved that uniform and fine equiaxed grains, evenly distributed Al2Cu second phase particles were formed during the CMT-PADV process. Furthermore, the X-ray diffraction test ascertained that the CMT-PADV sample had the smallest lattice parameter and the highest solute Cu content. Besides, the tensile strength could reach 283 MPa, the data scattering was the smallest, and the strength scattering of the sample in the horizontal direction was the shortest. In addition, the strength properties were nearly isotropic, with only 5 MPa difference in the vertical and horizontal directions. The above mentioned results indicated that the mechanical properties of 2219 aluminum alloy was improved using the CMT-PADV arc mode. PMID:29772708

  3. The first Neanderthal remains from an open-air Middle Palaeolithic site in the Levant.

    Science.gov (United States)

    Been, Ella; Hovers, Erella; Ekshtain, Ravid; Malinski-Buller, Ariel; Agha, Nuha; Barash, Alon; Mayer, Daniella E Bar-Yosef; Benazzi, Stefano; Hublin, Jean-Jacques; Levin, Lihi; Greenbaum, Noam; Mitki, Netta; Oxilia, Gregorio; Porat, Naomi; Roskin, Joel; Soudack, Michalle; Yeshurun, Reuven; Shahack-Gross, Ruth; Nir, Nadav; Stahlschmidt, Mareike C; Rak, Yoel; Barzilai, Omry

    2017-06-07

    The late Middle Palaeolithic (MP) settlement patterns in the Levant included the repeated use of caves and open landscape sites. The fossil record shows that two types of hominins occupied the region during this period-Neandertals and Homo sapiens. Until recently, diagnostic fossil remains were found only at cave sites. Because the two populations in this region left similar material cultural remains, it was impossible to attribute any open-air site to either species. In this study, we present newly discovered fossil remains from intact archaeological layers of the open-air site 'Ein Qashish, in northern Israel. The hominin remains represent three individuals: EQH1, a nondiagnostic skull fragment; EQH2, an upper right third molar (RM 3 ); and EQH3, lower limb bones of a young Neandertal male. EQH2 and EQH3 constitute the first diagnostic anatomical remains of Neandertals at an open-air site in the Levant. The optically stimulated luminescence ages suggest that Neandertals repeatedly visited 'Ein Qashish between 70 and 60 ka. The discovery of Neandertals at open-air sites during the late MP reinforces the view that Neandertals were a resilient population in the Levant shortly before Upper Palaeolithic Homo sapiens populated the region.

  4. Mammalian remains from an Indian site on Curaçao

    NARCIS (Netherlands)

    Hooijer, D.A.

    1963-01-01

    The animal remains (mostly of shells, fish, and turtles) collected by Mr. H. R. VAN HEEKEREN and Mr. C. J. DU RY at the Indian site Sint Jan II, Curaçao, in March, 1960, include a few specimens of mammals. As was the case with the Indian site Santa Cruz, on Aruba (HOOIJER, 1960), several forms are

  5. Mineralized remains of morphotypes of filamentous cyanobacteria in carbonaceous meteorites

    Science.gov (United States)

    Hoover, Richard B.

    2005-09-01

    The quest for conclusive evidence of microfossils in meteorites has been elusive. Abiotic microstructures, mineral grains, and even coating artifacts may mimic unicellular bacteria, archaea and nanobacteria with simple spherical or rod morphologies (i.e., cocci, diplococci, bacilli, etc.). This is not the case for the larger and more complex microorganisms, colonies and microbial consortia and ecosystems. Microfossils of algae, cyanobacteria, and cyanobacterial and microbial mats have been recognized and described from many of the most ancient rocks on Earth. The filamentous cyanobacteria and sulphur-bacteria have very distinctive size ranges, complex and recognizable morphologies and visibly differentiated cellular microstructures. The taphonomic modes of fossilization and the life habits and processes of these microorganisms often result in distinctive chemical biosignatures associated with carbonization, silicification, calcification, phosphatization and metal-binding properties of their cell-walls, trichomes, sheaths and extracellular polymeric substances (EPS). Valid biogenicity is provided by the combination of a suite of known biogenic elements (that differ from the meteorite matrix) found in direct association with recognizable and distinct biological features and microstructures (e.g., uniseriate or multiseriate filaments, trichomes, sheaths and cells of proper size/size range); specialized cells (e.g., basal or apical cells, hormogonia, akinetes, and heterocysts); and evidence of growth characteristics (e.g., spiral filaments, robust or thin sheaths, laminated sheaths, true or false branching of trichomes, tapered or uniform filaments) and evidence of locomotion (e.g. emergent cells and trichomes, coiling hormogonia, and hollow or flattened and twisted sheaths). Since 1997 we have conducted Environmental and Field Emission Scanning Electron Microscopy (ESEM and FESEM) studies of freshly fractured interior surfaces of carbonaceous meteorites, terrestrial

  6. Skeletal Indicators of Shark Feeding on Human Remains: Evidence from Florida Forensic Anthropology Cases.

    Science.gov (United States)

    Stock, Michala K; Winburn, Allysha P; Burgess, George H

    2017-11-01

    This research examines a series of six Florida forensic anthropology cases that exhibit taphonomic evidence of marine deposition and shark-feeding activities. In each case, we analyzed patterns of trauma/damage on the skeletal remains (e.g., sharp-force bone gouges and punctures) and possible mechanisms by which they were inflicted during shark predation/scavenging. In some cases, shark teeth were embedded in the remains; in the absence of this evidence, we measured interdental distance from defects in the bone to estimate shark body length, as well as to draw inferences about the potential species responsible. We discuss similarities and differences among the cases and make comparisons to literature documenting diagnostic shark-inflicted damage to human remains from nearby regions. We find that the majority of cases potentially involve bull or tiger sharks scavenging the remains of previously deceased, adult male individuals. This scavenging results in a distinctive taphonomic signature including incised gouges in cortical bone. © 2017 American Academy of Forensic Sciences.

  7. Cognitive bias in forensic anthropology: visual assessment of skeletal remains is susceptible to confirmation bias.

    Science.gov (United States)

    Nakhaeizadeh, Sherry; Dror, Itiel E; Morgan, Ruth M

    2014-05-01

    An experimental study was designed to examine cognitive biases within forensic anthropological non-metric methods in assessing sex, ancestry and age at death. To investigate examiner interpretation, forty-one non-novice participants were semi randomly divided into three groups. Prior to conducting the assessment of the skeletal remains, two of the groups were given different extraneous contextual information regarding the sex, ancestry and age at death of the individual. The third group acted as a control group with no extraneous contextual information. The experiment was designed to investigate if the interpretation and conclusions of the skeletal remains would differ amongst participants within the three groups, and to assess whether the examiners would confirm or disagree with the given extraneous context when establishing a biological profile. The results revealed a significant biasing effect within the three groups, demonstrating a strong confirmation bias in the assessment of sex, ancestry and age at death. In assessment of sex, 31% of the participants in the control group concluded that the skeleton remains were male. In contrast, in the group that received contextual information that the remains were male, 72% concluded that the remains were male, and in the participant group where the context was that the remains were of a female, 0% of the participants concluded that the remains were male. Comparable results showing bias were found in assessing ancestry and age at death. These data demonstrate that cognitive bias can impact forensic anthropological non-metric methods on skeletal remains and affects the interpretation and conclusions of the forensic scientists. This empirical study is a step in establishing an evidence base approach for dealing with cognitive issues in forensic anthropological assessments, so as to enhance this valuable forensic science discipline. Copyright © 2013 Forensic Science Society. Published by Elsevier Ireland Ltd. All rights

  8. Using of microvertebrate remains in reconstruction of late quaternary (Holocene paleoclimate, Eastern Iran

    Directory of Open Access Journals (Sweden)

    Mansour Aliabadian

    2015-09-01

    Full Text Available   Introduction   Study of quaternary microvertebrate remains in eastern Iran, according to a few of the sediments is very important. Reconstruction of quaternary climate in many parts of West and North West of Iran as the biggest karst state is possible, such as cave Kani Mikaiel (Hashemi et al. 2005, 2006, 2007ab, 2008 2010, Jangjoo et al . 2010, Yafteh cave (Otte et al. 2007, Hashemi et al. 2015. However, such studies were very poor in eastern and north-eastern Iran (Hashemi and darvish 2006 Hashemi et al. 2008, 2015. Investigation of taxonomic identification quantification and distribution of micromammals revealed that these remains are useful in paleontology and archaeological research, because their abundance is useful for paleobiostratigraphy and dating of continental sediments. The recent research is about reconstruction of paleoclimate in two archeological sites of Konar sandal (KS (Jiroft and Tapeh Naderi (TN (Mashhad based on the microvertebrate and especially Tatera indica species. In these sites we attempted to solve the palaeoenvironment condition by analysis of rodent remains which hold the greatest potential to monitoring of ecological parameters (Hoover et al. 1977 Getz 1961 Reig 1970 Merritt 1974. Combining of a rich network of data with using of morphological and morphometric methods reconstruction of paleoenvironment documentation and investigation of their relationship with the environment is the main result of this research .       Material & Methods   In both zooarchaeological samples which are composed of juveniles and young individual rodent, (KS, NISP=800 and TN, NISP=3 cranial and postcranial remains were sorted anatomically and washed with water. Dental pattern of mandible and maxillary tooth rows were drowns using a drawing tube connecting to a stereomicroscope (Olympus SZH-10. All recovered teeth fragments were measured based on the greatest dental length and width of the upper and lower jaw molars

  9. Using of microvertebrate remains in reconstruction of late quaternary (Holocene paleoclimate, Eastern Iran

    Directory of Open Access Journals (Sweden)

    Narges Hashemi

    2015-10-01

    Full Text Available Introduction   Study of quaternary microvertebrate remains in eastern Iran, according to a few of the sediments is very important. Reconstruction of quaternary climate in many parts of West and North West of Iran as the biggest karst state is possible, such as cave Kani Mikaiel (Hashemi et al. 2005, 2006, 2007a;b, 2008; 2010, Jangjoo et al . 2010, Yafteh cave (Otte et al. 2007, Hashemi et al. 2015. However, such studies were very poor in eastern and north-eastern Iran (Hashemi and darvish 2006; Hashemi et al. 2008, 2015. Investigation of taxonomic identification; quantification and distribution of micromammals revealed that these remains are useful in paleontology and archaeological research, because their abundance is useful for paleobiostratigraphy and dating of continental sediments. The recent research is about reconstruction of paleoclimate in two archeological sites of Konar sandal (KS (Jiroft and Tapeh Naderi (TN (Mashhad based on the microvertebrate and especially Tatera indica species. In these sites we attempted to solve the palaeoenvironment condition by analysis of rodent remains which hold the greatest potential to monitoring of ecological parameters (Hoover et al. 1977; Getz 1961; Reig 1970; Merritt 1974. Combining of a rich network of data with using of morphological and morphometric methods; reconstruction of paleoenvironment; documentation and investigation of their relationship with the environment is the main result of this research .       Material & Methods   In both zooarchaeological samples which are composed of juveniles and young individual rodent, (KS, NISP=800 and TN, NISP=3 cranial and postcranial remains were sorted anatomically and washed with water. Dental pattern of mandible and maxillary tooth rows were drowns using a drawing tube connecting to a stereomicroscope (Olympus SZH-10. All recovered teeth fragments were measured based on the greatest dental length and width of the upper and lower jaw molars when

  10. Generation-specific incentives and disincentives for nurse faculty to remain employed.

    Science.gov (United States)

    Tourangeau, Ann E; Wong, Matthew; Saari, Margaret; Patterson, Erin

    2015-05-01

    The aims of this paper are to: (1) describe work characteristics that nurse faculty report encourage them to remain in or leave their academic positions; and (2) determine if there are generational differences in work characteristics selected. Nurse faculty play key roles in preparing new nurses and graduate nurses. However, educational institutions are challenged to maintain full employment in faculty positions. A cross-sectional, descriptive survey design was employed. Ontario nurse faculty were asked to select, from a list, work characteristics that entice them to remain in or leave their faculty positions. Respondent data (n = 650) were collected using mailed surveys over four months in 2011. While preferred work characteristics differed across generations, the most frequently selected incentives enticing nurse faculty to stay were having: a supportive director/dean, reasonable workloads, supportive colleagues, adequate resources, manageable class sizes and work/life balance. The most frequently selected disincentives included: unmanageable workloads, unsupportive organizations, poor work environments, exposure to bullying, belittling and other types of incivility in the workplace and having an unsupportive director/dean. This research yields new and important knowledge about work characteristics that nurse faculty report shape their decisions to remain in or leave their current employment. Certain work characteristics were rated as important among all generations. Where similarities exist, broad strategies addressing work characteristics may effectively promote nurse faculty retention. However, where generational differences exist, retention-promoting strategies should target generation-specific preferences. © 2014 John Wiley & Sons Ltd.

  11. Assessing various Infrared (IR) microscopic imaging techniques for post-mortem interval evaluation of human skeletal remains

    Science.gov (United States)

    Roider, Clemens; Ritsch-Marte, Monika; Pemberger, Nadin; Cemper-Kiesslich, Jan; Hatzer-Grubwieser, Petra; Parson, Walther; Pallua, Johannes Dominikus

    2017-01-01

    Due to the influence of many environmental processes, a precise determination of the post-mortem interval (PMI) of skeletal remains is known to be very complicated. Although methods for the investigation of the PMI exist, there still remains much room for improvement. In this study the applicability of infrared (IR) microscopic imaging techniques such as reflection-, ATR- and Raman- microscopic imaging for the estimation of the PMI of human skeletal remains was tested. PMI specific features were identified and visualized by overlaying IR imaging data with morphological tissue structures obtained using light microscopy to differentiate between forensic and archaeological bone samples. ATR and reflection spectra revealed that a more prominent peak at 1042 cm-1 (an indicator for bone mineralization) was observable in archeological bone material when compared with forensic samples. Moreover, in the case of the archaeological bone material, a reduction in the levels of phospholipids, proteins, nucleic acid sugars, complex carbohydrates as well as amorphous or fully hydrated sugars was detectable at (reciprocal wavelengths/energies) between 3000 cm-1 to 2800 cm-1. Raman spectra illustrated a similar picture with less ν2PO43−at 450 cm-1 and ν4PO43− from 590 cm-1 to 584 cm-1, amide III at 1272 cm-1 and protein CH2 deformation at 1446 cm-1 in archeological bone material/samples/sources. A semi-quantitative determination of various distributions of biomolecules by chemi-maps of reflection- and ATR- methods revealed that there were less carbohydrates and complex carbohydrates as well as amorphous or fully hydrated sugars in archaeological samples compared with forensic bone samples. Raman- microscopic imaging data showed a reduction in B-type carbonate and protein α-helices after a PMI of 3 years. The calculated mineral content ratio and the organic to mineral ratio displayed that the mineral content ratio increases, while the organic to mineral ratio decreases with

  12. Assessing various Infrared (IR microscopic imaging techniques for post-mortem interval evaluation of human skeletal remains.

    Directory of Open Access Journals (Sweden)

    Claudia Woess

    Full Text Available Due to the influence of many environmental processes, a precise determination of the post-mortem interval (PMI of skeletal remains is known to be very complicated. Although methods for the investigation of the PMI exist, there still remains much room for improvement. In this study the applicability of infrared (IR microscopic imaging techniques such as reflection-, ATR- and Raman- microscopic imaging for the estimation of the PMI of human skeletal remains was tested. PMI specific features were identified and visualized by overlaying IR imaging data with morphological tissue structures obtained using light microscopy to differentiate between forensic and archaeological bone samples. ATR and reflection spectra revealed that a more prominent peak at 1042 cm-1 (an indicator for bone mineralization was observable in archeological bone material when compared with forensic samples. Moreover, in the case of the archaeological bone material, a reduction in the levels of phospholipids, proteins, nucleic acid sugars, complex carbohydrates as well as amorphous or fully hydrated sugars was detectable at (reciprocal wavelengths/energies between 3000 cm-1 to 2800 cm-1. Raman spectra illustrated a similar picture with less ν2PO43-at 450 cm-1 and ν4PO43- from 590 cm-1 to 584 cm-1, amide III at 1272 cm-1 and protein CH2 deformation at 1446 cm-1 in archeological bone material/samples/sources. A semi-quantitative determination of various distributions of biomolecules by chemi-maps of reflection- and ATR- methods revealed that there were less carbohydrates and complex carbohydrates as well as amorphous or fully hydrated sugars in archaeological samples compared with forensic bone samples. Raman- microscopic imaging data showed a reduction in B-type carbonate and protein α-helices after a PMI of 3 years. The calculated mineral content ratio and the organic to mineral ratio displayed that the mineral content ratio increases, while the organic to mineral ratio

  13. Assessing various Infrared (IR) microscopic imaging techniques for post-mortem interval evaluation of human skeletal remains.

    Science.gov (United States)

    Woess, Claudia; Unterberger, Seraphin Hubert; Roider, Clemens; Ritsch-Marte, Monika; Pemberger, Nadin; Cemper-Kiesslich, Jan; Hatzer-Grubwieser, Petra; Parson, Walther; Pallua, Johannes Dominikus

    2017-01-01

    Due to the influence of many environmental processes, a precise determination of the post-mortem interval (PMI) of skeletal remains is known to be very complicated. Although methods for the investigation of the PMI exist, there still remains much room for improvement. In this study the applicability of infrared (IR) microscopic imaging techniques such as reflection-, ATR- and Raman- microscopic imaging for the estimation of the PMI of human skeletal remains was tested. PMI specific features were identified and visualized by overlaying IR imaging data with morphological tissue structures obtained using light microscopy to differentiate between forensic and archaeological bone samples. ATR and reflection spectra revealed that a more prominent peak at 1042 cm-1 (an indicator for bone mineralization) was observable in archeological bone material when compared with forensic samples. Moreover, in the case of the archaeological bone material, a reduction in the levels of phospholipids, proteins, nucleic acid sugars, complex carbohydrates as well as amorphous or fully hydrated sugars was detectable at (reciprocal wavelengths/energies) between 3000 cm-1 to 2800 cm-1. Raman spectra illustrated a similar picture with less ν2PO43-at 450 cm-1 and ν4PO43- from 590 cm-1 to 584 cm-1, amide III at 1272 cm-1 and protein CH2 deformation at 1446 cm-1 in archeological bone material/samples/sources. A semi-quantitative determination of various distributions of biomolecules by chemi-maps of reflection- and ATR- methods revealed that there were less carbohydrates and complex carbohydrates as well as amorphous or fully hydrated sugars in archaeological samples compared with forensic bone samples. Raman- microscopic imaging data showed a reduction in B-type carbonate and protein α-helices after a PMI of 3 years. The calculated mineral content ratio and the organic to mineral ratio displayed that the mineral content ratio increases, while the organic to mineral ratio decreases with time

  14. DNA analyses of the remains of the Prince Branciforte Barresi family.

    Science.gov (United States)

    Rickards, O; Martínez-Labarga, C; Favaro, M; Frezza, D; Mallegni, F

    2001-01-01

    The five skeletons found buried in the church of Militello di Catania, Sicily, were tentatively identified by morphological analysis and historical reports as the remains of Prince Branciforte Barresi, two of his children, his brother and another juvenile member of the family (sixteenth and seventeenth centuries). In order to attempt to clarify the degree of relationships of the five skeletons, sex testing and mitochondrial DNA (mtDNA) sequence analysis of the hypervariable segments I and II (HV1 and HV2) of control region were performed. Moreover, the 9 bp-deletion marker of region V (COII/tRNAlys) was examined. Molecular genetic analyses were consistent with historical expectations, although they did not directly demonstrate that these are in fact the remains of the Prince and his relatives, due to the impossibility of obtaining DNA from living maternal relatives of the Prince.

  15. Enhanced Contaminated Human Remains Pouch: initial development and preliminary performance assessments

    Energy Technology Data Exchange (ETDEWEB)

    Iseli, A.M.; Kwen, H.D.; Ul-Alam, M.; Balasubramanian, M.; Rajagopalan, S.

    2011-11-07

    The objective is to produce a proof of concept prototype Enhanced Contaminated Human Remains Pouch (ECHRP) with self-decontamination capability to provide increased protection to emergency response personnel. The key objective was to decrease the concentration of toxic chemicals through the use of an absorbent and reactive nanocellulose liner. Additionally, nanomaterials with biocidal properties were developed and tested as a 'stand-alone' treatment. The setting was a private company research laboratory. The main outcome measures were production of a functional prototype. A functional prototype capable of mitigating the threats due to sulfur mustard, Soman, and a large variety of liquid and vapor toxic industrial chemicals was produced. Stand-alone biocidal treatment efficacy was validated. The ECHRP provides superior protection from both chemical and biological hazards to various emergency response personnel and human remains handlers.

  16. Properties and effects of remaining carbon from waste plastics gasifying on iron scale reduction.

    Science.gov (United States)

    Zhang, Chongmin; Chen, Shuwen; Miao, Xincheng; Yuan, Hao

    2011-06-01

    The carbonous activities of three kinds of carbon-bearing materials gasified from plastics were tested with coal coke as reference. The results showed that the carbonous activities of these remaining carbon-bearing materials were higher than that of coal-coke. Besides, the fractal analyses showed that the porosities of remaining carbon-bearing materials were higher than that of coal-coke. It revealed that these kinds of remaining carbon-bearing materials are conducive to improve the kinetics conditions of gas-solid phase reaction in iron scale reduction. Copyright © 2011 The Research Centre for Eco-Environmental Sciences, Chinese Academy of Sciences. Published by Elsevier B.V. All rights reserved.

  17. Prevalence of remaining horizontal instability in high-grade acromioclavicular joint injuries surgically managed.

    Science.gov (United States)

    Cisneros, Luis Natera; Reiriz, Juan Sarasquete

    2017-04-01

    To determine the prevalence of remaining horizontal instability in high-grade acromioclavicular joint (ACJ) injuries surgically managed by means of four different surgical strategies and to assess its relation to the clinical outcomes and the quality of life. In this multicentric non-randomized retrospective study, 53 patients with high-grade ACJ injuries surgically managed (by means of open or arthroscopic surgery) were clinically and radiographically assessed at 24 months or more after shoulder surgery. The presence of post-surgical remaining horizontal instability was evaluated by means of Alexander or axillary X-ray views. The study population was divided into two groups: patients with evidence of post-surgical remaining horizontal instability and patients without evidence of post-surgical remaining horizontal instability at the last follow-up visit. The relationship between remaining horizontal instability and the quality-of-life questionnaires was analyzed. 18.87% (10/53) of the Alexander or axillary X-rays views showed post-surgical remaining horizontal instability at the last follow-up visit (INSTAB-group). Results of the questionnaires were: (1) physical SF36 score (INSTAB-group 57.02 ± 3.17  and NO-INSTAB-group 57.66 ± 3.30, p = 0.583); (2) mental SF36 score (INSTAB-group 53.95 ± 3.98  and NO-INSTAB-group 55.71 ± 3.30, p = 0.150); (3) NRS for pain (INSTAB-group 1.30 ± 1.49 and NO-INSTAB-group 0.83  ± 1.08, p = 0.260); (4) DASH questionnaire (INSTAB-group 5.27 ± 5.42 and NO-INSTAB-group 3.06 ± 2.30, p = 0.049); (5) Constant score (INSTAB-group 93.4 ± 3.5 and NO-INSTAB-group 94.83  ± 4.3, p = 0.333); and Global satisfaction (INSTAB-group 8.7  ± 0.95 and NO-INSTAB-group 8.64 ± 1.03, p = 0.874). Independently of the type of procedure, post-surgical remaining horizontal instability was present in almost one-fifth of the patients, and this group of patients showed a significantly worse DASH score. The

  18. Sucrose purification and repeated ethanol production from sugars remaining in sweet sorghum juice subjected to a membrane separation process.

    Science.gov (United States)

    Sasaki, Kengo; Tsuge, Yota; Kawaguchi, Hideo; Yasukawa, Masahiro; Sasaki, Daisuke; Sazuka, Takashi; Kamio, Eiji; Ogino, Chiaki; Matsuyama, Hideto; Kondo, Akihiko

    2017-08-01

    The juice from sweet sorghum cultivar SIL-05 (harvested at physiological maturity) was extracted, and the component sucrose and reducing sugars (such as glucose and fructose) were subjected to a membrane separation process to purify the sucrose for subsequent sugar refining and to obtain a feedstock for repeated bioethanol production. Nanofiltration (NF) of an ultrafiltration (UF) permeate using an NTR-7450 membrane (Nitto Denko Corporation, Osaka, Japan) concentrated the juice and produced a sucrose-rich fraction (143.2 g L -1 sucrose, 8.5 g L -1 glucose, and 4.5 g L -1 fructose). In addition, the above NF permeate was concentrated using an ESNA3 NF membrane to provide concentrated permeated sugars (227.9 g L -1 ) and capture various amino acids in the juice, enabling subsequent ethanol fermentation without the addition of an exogenous nitrogen source. Sequential batch fermentation using the ESNA3 membrane concentrate provided an ethanol titer and theoretical ethanol yield of 102.5-109.5 g L -1 and 84.4-89.6%, respectively, throughout the five-cycle batch fermentation by Saccharomyces cerevisiae BY4741. Our results demonstrate that a membrane process using UF and two types of NF membranes has the potential to allow sucrose purification and repeated bioethanol production.

  19. International standards to document remaining autonomic function after spinal cord injury

    DEFF Research Database (Denmark)

    Krassioukov, Andrei; Biering-Sørensen, Fin; Donovan, William

    2012-01-01

    This is the first guideline describing the International Standards to document remaining Autonomic Function after Spinal Cord Injury (ISAFSCI). This guideline should be used as an adjunct to the International Standards for Neurological Classification of Spinal Cord Injury (ISNCSCI) including the ...

  20. Standalone Mobile Application for Shipping Services Based on Geographic Information System and A-Star Algorithm

    Science.gov (United States)

    Gunawan, D.; Marzuki, I.; Candra, A.

    2018-03-01

    Geographic Information Systems (GIS) plays an essential role in shipping service related application. By utilizing GIS, the courier can find the route to deliver goods for its customer. This research proposes a standalone mobile application to provide the shortest route to the destinations by utilizing geographic information systems with A-Star algorithm. This application is intended to be used although the area has no Internet network available. The developed application can handle several drop off points then calculates the shortest route that passes through all the drop off points. According to the conducted testing, the number of drop off points that can be calculated is influenced by the specification of the smartphone. More destinations require more smartphone resources and time to process.

  1. Leprosy: ancient disease remains a public health problem nowadays.

    Science.gov (United States)

    Noriega, Leandro Fonseca; Chiacchio, Nilton Di; Noriega, Angélica Fonseca; Pereira, Gilmayara Alves Abreu Maciel; Vieira, Marina Lino

    2016-01-01

    Despite being an ancient disease, leprosy remains a public health problem in several countries -particularly in India, Brazil and Indonesia. The current operational guidelines emphasize the evaluation of disability from the time of diagnosis and stipulate as fundamental principles for disease control: early detection and proper treatment. Continued efforts are needed to establish and improve quality leprosy services. A qualified primary care network that is integrated into specialized service and the development of educational activities are part of the arsenal in the fight against the disease, considered neglected and stigmatizing.

  2. Structural remains at the early mediaeval fort at Raibania, Orissa

    OpenAIRE

    Sen, Bratati

    2013-01-01

    The fortifications of mediaeval India occupy an eminent position in the history of military architecture. The present paper deals with the preliminary study of the structural remains at the early mediaeval fort at Raibania in the district of Balasore in Orissa. The fort was built of stone very loosely kept together. The three-walled fortification interspersed by two consecutive moats, a feature evidenced at Raibania, w...

  3. Gas turbine with two circuits and intermediate fuel conversion process

    International Nuclear Information System (INIS)

    Bachl, H.

    1978-01-01

    The combination of a fuel conversion process with a thermal process saves coolant and subsequent separation plant, in order to achieve the greatest possible use of the mechanical or electrical energy. The waste heat of a thermal circuit is taken to an endothermal chemical fuel conversion process arranged before a second circuit. The heat remaining after removal of the heat required for the chemical process is taken to a second thermal circuit. The reaction products of the chemical process which condense out during expansion in the second thermal process are selectively separated from the remaining gas mixture in the individual turbine stages. (HGOE) [de

  4. SMART POINT CLOUD: DEFINITION AND REMAINING CHALLENGES

    Directory of Open Access Journals (Sweden)

    F. Poux

    2016-10-01

    Full Text Available Dealing with coloured point cloud acquired from terrestrial laser scanner, this paper identifies remaining challenges for a new data structure: the smart point cloud. This concept arises with the statement that massive and discretized spatial information from active remote sensing technology is often underused due to data mining limitations. The generalisation of point cloud data associated with the heterogeneity and temporality of such datasets is the main issue regarding structure, segmentation, classification, and interaction for an immediate understanding. We propose to use both point cloud properties and human knowledge through machine learning to rapidly extract pertinent information, using user-centered information (smart data rather than raw data. A review of feature detection, machine learning frameworks and database systems indexed both for mining queries and data visualisation is studied. Based on existing approaches, we propose a new 3-block flexible framework around device expertise, analytic expertise and domain base reflexion. This contribution serves as the first step for the realisation of a comprehensive smart point cloud data structure.

  5. On use of radial evanescence remain term in kinematic hardening

    International Nuclear Information System (INIS)

    Geyer, P.

    1995-10-01

    A fine modelling of the material' behaviour can be necessary to study the mechanical strength of nuclear power plant' components under cyclic loads. Ratchetting is one of the last phenomena for which numerical models have to be improved. We discuss in this paper on use of radial evanescence remain term in kinematic hardening to improve the description of ratchetting in biaxial loading tests. It's well known that Chaboche elastoplastic model with two non linear kinematic hardening variables initially proposed by Armstrong and Frederick, usually over-predicts accumulation of ratchetting strain. Burlet and Cailletaud proposed in 1987 a non linear kinematic rule with a radial evanescence remain term. The two models lead to identical formulation for proportional loadings. In the case of a biaxial loading test (primary+secondary loading), Burlet and Cailletaud model leads to accommodation, when Chaboche one's leads to ratchetting with a constant increment of strain. So we can have an under-estimate with the first model and an over-estimate with the second. An easy method to improve the description of ratchetting is to combine the two kinematic rules. Such an idea is already used by Delobelle in his model. With analytical results in the case of tension-torsion tests, we show in a first part of the paper, the interest of radial evanescence remain term in the non linear kinematic rule to describe ratchetting: we give the conditions to get adaptation, accommodation or ratchetting and the value of the strain increment in the last case. In the second part of the paper, we propose to modify the elastoplastic Chaboche model by coupling the two types of hardening by means of two scalar parameters which can be identified independently on biaxial loading tests. Identification of these two parameters returns to speculate on the directions of strain in order to adjust the ratchetting to experimental observations. We use the experimental results on the austenitic steel 316L at room

  6. Remotely operated replaceable process equipment

    International Nuclear Information System (INIS)

    Westendorf, H.

    1987-01-01

    The coupling process of pneumatic and electrical auxiliary lines of a pneumatic control pressure line in a large cell of the reprocessing plant is carried out, together with the coupling process of the connecting flange of the process equipment. The coupling places of the auxiliary lines, such as control or supply lines, are laid in the flange parts of the flanges to be connected. The pipe flange on the frame side remains flush with the connecting flange of the process equipment. (DG) [de

  7. Quantum Dots for Cancer Research: Current Status, Remaining Issues, and Future Perspectives

    International Nuclear Information System (INIS)

    Fang, Min; Peng, Chun-wei; Pang, Dai-Wen; Li, Yan

    2012-01-01

    Cancer is a major threat to public health in the 21st century because it is one of the leading causes of death worldwide. The mechanisms of carcinogenesis, cancer invasion, and metastasis remain unclear. Thus, the development of a novel approach for cancer detection is urgent, and real-time monitoring is crucial in revealing its underlying biological mechanisms. With the optical and chemical advantages of quantum dots (QDs), QD-based nanotechnology is helpful in constructing a biomedical imaging platform for cancer behavior study. This review mainly focuses on the application of QD-based nanotechnology in cancer cell imaging and tumor microenvironment studies both in vivo and in vitro, as well as the remaining issues and future perspectives

  8. Agro-ecological aspects when applying the remaining products from agricultural biogas processes as fertilizer in crop production

    Energy Technology Data Exchange (ETDEWEB)

    Bermejo Dominguez, Gabriela

    2012-06-11

    With the increase of biogas production in recent years, the amount of digestates or the remaining residues increased accordingly. Every year in Germany more than 50 million tons of digestates are produced, which are used as fertilizer. Thus nutrients return into the circulation of agricultural ecosystems. However, the agro-ecological effects have not been deeply researched until now. For this reason, the following parameters were quantified: the influence of dry and liquid fermentation products on the yield of three selected crops in comparison to or in combination with mineral-N-fertilizers in on-farm experiments; the growth, development and yield of two selected crops in comparison to mineral-N-fertilizer, liquid manure and farmyard manure in a randomized complete block design; selected soil organisms as compared to mineral-N-fertilizer, liquid manure and farmyard manure in a randomized complete block design. In addition, the mineralization of dry and wet digestates in comparison with liquid manure and farmyard manure was investigated in order to evaluate the effects of different fertilizers on the humus formation under controlled conditions. The 2-year results of on-farm experiments showed that for a sandy soil, the combination of digestates in autumn and mineral-N-fertilizer in spring for winter crops (wheat, rye and rape) brought the highest yields. The wet digestate achieved the highest dry-matter yield as the only fertilizer for maize in spring. In a clayey soil, the use of 150 kg ha{sup -1} N mineral-N-fertilizer brought the highest grain yield. These results were similar to the ones obtained by the application of dry digestates, if they were applied in two doses. Maize showed no signif-icant differences between the dry-matter yields of the different treatments. The results in the field experiments from 2009 to 2011 showed that the effect of digestates on the yield of winter wheat and Sorghum sudanense was up to 15 % lower than the effect of the mineral

  9. Global processing takes time: A meta-analysis on local-global visual processing in ASD

    OpenAIRE

    Van der Hallen, Ruth; Evers, Kris; Brewaeys, K.; Van Den Noortgate, Wim; Wagemans, Johan

    2015-01-01

    What does an individual with autism spectrum disorder (ASD) perceive first: the forest or the trees? In spite of 30 years of research and influential theories like the weak central coherence (WCC) theory and the enhanced perceptual functioning (EPF) account, the interplay of local and global visual processing in ASD remains only partly understood. Research findings vary in indicating a local processing bias or a global processing deficit, and often contradict each other. We have applied a for...

  10. Uranium enrichment. Enrichment processes

    International Nuclear Information System (INIS)

    Alexandre, M.; Quaegebeur, J.P.

    2009-01-01

    Despite the remarkable progresses made in the diversity and the efficiency of the different uranium enrichment processes, only two industrial processes remain today which satisfy all of enriched uranium needs: the gaseous diffusion and the centrifugation. This article describes both processes and some others still at the demonstration or at the laboratory stage of development: 1 - general considerations; 2 - gaseous diffusion: physical principles, implementation, utilisation in the world; 3 - centrifugation: principles, elementary separation factor, flows inside a centrifuge, modeling of separation efficiencies, mechanical design, types of industrial centrifuges, realisation of cascades, main characteristics of the centrifugation process; 4 - aerodynamic processes: vortex process, nozzle process; 5 - chemical exchange separation processes: Japanese ASAHI process, French CHEMEX process; 6 - laser-based processes: SILVA process, SILMO process; 7 - electromagnetic and ionic processes: mass spectrometer and calutron, ion cyclotron resonance, rotating plasmas; 8 - thermal diffusion; 9 - conclusion. (J.S.)

  11. Short-term effects of hydrated lime and quicklime on the decay of human remains using pig cadavers as human body analogues: Laboratory experiments.

    Science.gov (United States)

    Schotsmans, Eline M J; Denton, John; Fletcher, Jonathan N; Janaway, Robert C; Wilson, Andrew S

    2014-05-01

    Contradictions and misconceptions regarding the effect of lime on the decay of human remains have demonstrated the need for more research into the effect of different types of lime on cadaver decomposition. This study follows previous research by the authors who have investigated the effect of lime on the decomposition of human remains in burial environments. A further three pig carcasses (Sus scrofa), used as human body analogues, were observed and monitored for 78 days without lime, with hydrated lime (Ca(OH)2) and with quicklime (CaO) in the taphonomy laboratory at the University of Bradford. The results showed that in the early stages of decay, the unlimed and hydrated lime cadavers follow a similar pattern of changes. In contrast, the application of quicklime instigated an initial acceleration of decay. Microbial investigation demonstrated that the presence of lime does not eliminate all aerobic bacteria. The experiment also suggested that lime functions as a sink, buffering the carbon dioxide evolution. This study complements the field observations. It has implications for the investigation of time since death of limed remains. Knowledge of the effects of lime on decomposition processes is of interest to forensic pathologists, archaeologists, humanitarian organisations and those concerned with disposal of animal carcasses or human remains in mass disasters. Copyright © 2014 Elsevier Ireland Ltd. All rights reserved.

  12. Mild traumatic brain injury diagnosis frequently remains unrecorded in subjects with craniofacial fractures.

    Science.gov (United States)

    Puljula, Jussi; Cygnel, Hanna; Mäkinen, Elina; Tuomivaara, Veli; Karttunen, Vesa; Karttunen, Ari; Hillbom, Matti

    2012-12-01

    Traumatic brain injuries (TBI) in subjects with craniofacial fractures are usually diagnosed by emergency room physicians. We investigated how often TBI remains unrecorded in these subjects, and whether diagnostic accuracy has improved after the implementation of new TBI guidelines. All subjects with craniofacial fractures admitted to Oulu University Hospital in 1999 and in 2007 were retrospectively identified. New guidelines for improving the diagnostic accuracy of TBI were implemented between 2000 and 2006. Clinical symptoms of TBI were gathered from notes on hospital charts and compared to the recorded diagnoses at discharge. Logistic regression was used to identify independent predictors for TBI to remain unrecorded. Of 194 subjects with craniofacial fracture, 111(57%) had TBI, 40 in 1999 and 71 in 2007. Fifty-one TBIs (46%) remained unrecorded at discharge, 48 being mild and 3 moderate-to-severe. Subjects with unrecorded TBI were significantly less frequently referred to follow-up visits. Failures to record the TBI diagnosis were less frequent (29/71, 41%) in 2007 than in 1999 (22/40, 55%), but the difference was not statistically significant. The most significant independent predictor for this failure was the clinical specialty (other than neurology/neurosurgery) of the examining physician (palcohol intoxication did not hamper the diagnosis of TBI. TBIs remain frequently unrecorded in subjects with craniofacial fractures. Recording of mild TBI slightly but insignificantly improved after the implementation of new guidelines. Copyright © 2012 Elsevier Ltd. All rights reserved.

  13. Yellow Fever Remains a Potential Threat to Public Health.

    Science.gov (United States)

    Vasconcelos, Pedro F C; Monath, Thomas P

    2016-08-01

    Yellow fever (YF) remains a serious public health threat in endemic countries. The recent re-emergence in Africa, initiating in Angola and spreading to Democratic Republic of Congo and Uganda, with imported cases in China and Kenya is of concern. There is such a shortage of YF vaccine in the world that the World Health Organization has proposed the use of reduced doses (1/5) during emergencies. In this short communication, we discuss these and other problems including the risk of spread of YF to areas free of YF for decades or never before affected by this arbovirus disease.

  14. Tuberculosis remains a challenge despite economic growth in Panama.

    Science.gov (United States)

    Tarajia, M; Goodridge, A

    2014-03-01

    Tuberculosis (TB) is a disease associated with inequality, and wise investment of economic resources is considered critical to its control. Panama has recently secured its status as an upper-middle-income country with robust economic growth. However, the prioritisation of resources for TB control remains a major challenge. In this article, we highlight areas that urgently require action to effectively reduce TB burden to minimal levels. Our conclusions suggest the need for fund allocation and a multidisciplinary approach to ensure prompt laboratory diagnosis, treatment assurance and workforce reinforcement, complemented by applied and operational research, development and innovation.

  15. Monitoring buried remains with a transparent 3D half bird's eye view of ground penetrating radar data in the Zeynel Bey tomb in the ancient city of Hasankeyf, Turkey

    International Nuclear Information System (INIS)

    Kadioglu, Selma; Kadioglu, Yusuf Kagan; Akyol, Ali Akin

    2011-01-01

    The aim of this paper is to show a new monitoring approximation for ground penetrating radar (GPR) data. The method was used to define buried archaeological remains inside and outside the Zeynel Bey tomb in Hasankeyf, an ancient city in south-eastern Turkey. The study examined whether the proposed GPR method could yield useful results at this highly restricted site, which has a maximum diameter inside the tomb of 4 m. A transparent three-dimensional (3D) half bird's eye view was constructed from a processed parallel-aligned two-dimensional GPR profile data set by using an opaque approximation instead of linear opacity. Interactive visualizations of transparent 3D sub-data volumes were conducted. The amplitude-colour scale was balanced by the amplitude range of the buried remains in a depth range, and appointed a different opaque value for this range, in order to distinguish the buried remains from one another. Therefore, the maximum amplitude values of the amplitude-colour scale were rearranged with the same colour range. This process clearly revealed buried remains in depth slices and transparent 3D data volumes. However, the transparent 3D half bird's eye views of the GPR data better revealed the remains than the depth slices of the same data. In addition, the results showed that the half bird's eye perspective was important in order to image the buried remains. Two rectangular walls were defined, one within and the other perpendicularly, in the basement structure of the Zeynel Bey tomb, and a cemetery was identified aligned in the east–west direction at the north side of the tomb. The transparent 3D half bird's eye view of the GPR data set also determined the buried walls outside the tomb. The findings of the excavation works at the Zeynel Bey tomb successfully overlapped with the new visualization results

  16. Duplex Alu Screening for Degraded DNA of Skeletal Human Remains

    Directory of Open Access Journals (Sweden)

    Fabian Haß

    2017-10-01

    Full Text Available The human-specific Alu elements, belonging to the class of Short INterspersed Elements (SINEs, have been shown to be a powerful tool for population genetic studies. An earlier study in this department showed that it was possible to analyze Alu presence/absence in 3000-year-old skeletal human remains from the Bronze Age Lichtenstein cave in Lower Saxony, Germany. We developed duplex Alu screening PCRs with flanking primers for two Alu elements, each combined with a single internal Alu primer. By adding an internal primer, the approximately 400–500 bp presence signals of Alu elements can be detected within a range of less than 200 bp. Thus, our PCR approach is suited for highly fragmented ancient DNA samples, whereas NGS analyses frequently are unable to handle repetitive elements. With this analysis system, we examined remains of 12 individuals from the Lichtenstein cave with different degrees of DNA degradation. The duplex PCRs showed fully informative amplification results for all of the chosen Alu loci in eight of the 12 samples. Our analysis system showed that Alu presence/absence analysis is possible in samples with different degrees of DNA degradation and it reduces the amount of valuable skeletal material needed by a factor of four, as compared with a singleplex approach.

  17. Preanalytic process linked to spuriously elevated HIV viral loads: improvement on an FDA-approved process.

    Science.gov (United States)

    Procop, Gary W; Taege, Alan J; Starkey, Colleen; Tungsiripat, Marisa; Warner, Diane; Schold, Jesse D; Yen-Lieberman, Belinda

    2017-09-01

    The processing of specimens often occurs in a central processing area within laboratories. We demonstrated that plasma centrifuged in the central laboratory but allowed to remain within the primary tube following centrifugation was associated with spuriously elevated HIV viral loads compared with recentrifugation of the plasma just prior to testing. Copyright © 2016 Elsevier Inc. All rights reserved.

  18. SHRUBBY TREE COMPONENT OF RIPARIAN CORRIDORS IN RESTORATION AND NATURAL REMAINING AREAS OF MATRIX FORESTRY, RIO NEGRINHO, SC STATE

    Directory of Open Access Journals (Sweden)

    Eliziane Carla Scariot

    2014-06-01

    Full Text Available http://dx.doi.org/10.5902/1980509814578The aim of this study was to analyze the shrubby tree component in riparian corridors in restoration process and natural remainders in a matrix forestry. We identified the richness, diversity, dispersal and pollination syndromes of the individuals and estimate the floristic similarity. The study was conducted at the producing farm of Pinus spp. wood Santa Alice, located in Rio Negrinho city, Santa Catarina state, Brazil. We adopted the center-quarter method for survey the shrubby tree component in four sample groups: CA (advanced stage of riparian corridors vegetation, CR (riparian corridors in restoration, MA (advanced stage of natural remaining, MI (intermediate stage of natural remaining. We found the highest richness and diversity index in MA and CR. Regarding the number of individuals, the dispersal and pollination syndromes predominant in all sample groups were zoochory and zoophilia. CR and CA had the highest percentage of floristic similarity while MA and MI did not form clusters. The sample group CR has composition, richness and diversity more similar to CA. This indicates that the restoration of riparian zones has conditions to rescue the components and the interactions of an ecological community.

  19. The Insta-Dead: The rhetoric of the human remains trade on Instagram

    Directory of Open Access Journals (Sweden)

    Damien Huffer

    2017-07-01

    Full Text Available There is a thriving trade, and collector community, around human remains that is facilitated by posts on new social media such as Instagram, Facebook, Etsy, and, until recently, eBay. In this article, we examine several thousand Instagram posts and perform some initial text analysis on the language and rhetoric of these posts to understand something about the function of this community, what they value and how they trade, buy, and sell, human remains. Our results indicate a well-connected network of collectors and dealers both specialist and generalist, with a surprisingly wide-reaching impact on the 'enthusiasts' who, through their rhetoric, support the activities of this collecting community, in the face of legal and ethical issues generated by its existence.

  20. Perceived organizational support and intention to remain: The mediating roles of career success and self-esteem.

    Science.gov (United States)

    Liu, Jingying; Liu, Yan-Hui

    2016-04-01

    The aim of this study was to explore the relationships among perceived organizational support, career success, self-esteem and intention to remain. A cross-sectional study was designed, and subjects were recruited from six nonprofit organizations in China in spring 2015. A convenience sample of 610 nurses answered a survey with questions related to their ideas about their work. Structural equation modelling analyses were conducted. The results revealed that perceived organizational support was positively associated with intention to remain and career success, which, in turn, mediated the relationship between perceived organizational support and intention to remain. We also found that self-esteem mediated the relationships between perceived organizational support and career success and between career success and intention to remain. Higher perceived organizational support, career success and self-esteem can increase intention to remain in Chinese nurses. © 2015 John Wiley & Sons Australia, Ltd.

  1. Physics-based process modeling, reliability prediction, and design guidelines for flip-chip devices

    Science.gov (United States)

    Michaelides, Stylianos

    Flip Chip on Board (FCOB) and Chip-Scale Packages (CSPs) are relatively new technologies that are being increasingly used in the electronic packaging industry. Compared to the more widely used face-up wirebonding and TAB technologies, flip-chips and most CSPs provide the shortest possible leads, lower inductance, higher frequency, better noise control, higher density, greater input/output (I/O), smaller device footprint and lower profile. However, due to the short history and due to the introduction of several new electronic materials, designs, and processing conditions, very limited work has been done to understand the role of material, geometry, and processing parameters on the reliability of flip-chip devices. Also, with the ever-increasing complexity of semiconductor packages and with the continued reduction in time to market, it is too costly to wait until the later stages of design and testing to discover that the reliability is not satisfactory. The objective of the research is to develop integrated process-reliability models that will take into consideration the mechanics of assembly processes to be able to determine the reliability of face-down devices under thermal cycling and long-term temperature dwelling. The models incorporate the time and temperature-dependent constitutive behavior of various materials in the assembly to be able to predict failure modes such as die cracking and solder cracking. In addition, the models account for process-induced defects and macro-micro features of the assembly. Creep-fatigue and continuum-damage mechanics models for the solder interconnects and fracture-mechanics models for the die have been used to determine the reliability of the devices. The results predicted by the models have been successfully validated against experimental data. The validated models have been used to develop qualification and test procedures for implantable medical devices. In addition, the research has helped develop innovative face

  2. Assessing Health Impacts within Environmental Impact Assessments: An Opportunity for Public Health Globally Which Must Not Remain Missed

    Directory of Open Access Journals (Sweden)

    Patrick Harris

    2015-01-01

    Full Text Available Within the member states of the United Nations 190 of 193 have regulated Environmental Impact Assessments (EIA which is a systematic process to prevent and mitigate the potential environmental impacts of industry development projects before these occur. However, the routine and comprehensive assessment of health impacts within EIAs remains underdeveloped. Focusing, as an example, on the risks to global health from the global shift in the mining industry towards Low and Middle Income Countries LMIC, this viewpoint details why connecting with EIA is an essential task for the health system. Although existing knowledge is out of date in relation to global practice we identify how health has been included, to some extent, in High Income Country EIAs and the institutional requirements for doing so. Using arguments identified by industry themselves about requiring a ‘social license to operate’, we conclude that EIA regulations provide the best current mechanism to ensure health protection is a core aspect in the decision making process  to approve projects.

  3. Calibration of C-14 dates: some remaining uncertainties and limitations

    International Nuclear Information System (INIS)

    Burleigh, R.

    1975-01-01

    A brief review is presented of the interpretation of radiocarbon dates in terms of calendar years. An outline is given of the factors that make such correlations necessary and of the work that has so far been done to make them possible. The calibration of the C-14 timescale very largely depends at present on the bristlecone pine chronology, but it is clear that many detailed uncertainties still remain. These are discussed. (U.K.)

  4. Spontaneous recovery of locomotion induced by remaining fibers after spinal cord transection in adult rats.

    Science.gov (United States)

    You, Si-Wei; Chen, Bing-Yao; Liu, Hui-Ling; Lang, Bing; Xia, Jie-Lai; Jiao, Xi-Ying; Ju, Gong

    2003-01-01

    A major issue in analysis of experimental results after spinal cord injury is spontaneous functional recovery induced by remaining nerve fibers. The authors investigated the relationship between the degree of locomotor recovery and the percentage and location of the fibers that spared spinal cord transection. The spinal cords of 12 adult rats were transected at T9 with a razor blade, which often resulted in sparing of nerve fibers in the ventral spinal cord. The incompletely-transected animals were used to study the degree of spontaneous recovery of hindlimb locomotion, evaluated with the BBB rating scale, in correlation to the extent and location of the remaining fibers. Incomplete transection was found in the ventral spinal cord in 42% of the animals. The degree of locomotor recovery was highly correlated with the percentage of the remaining fibers in the ventral and ventrolateral funiculi. In one of the rats, 4.82% of remaining fibers in unilateral ventrolateral funiculus were able to sustain a certain recovery of locomotion. Less than 5% of remaining ventrolateral white matter is sufficient for an unequivocal motor recovery after incomplete spinal cord injury. Therefore, for studies with spinal cord transection, the completeness of sectioning should be carefully checked before any conclusion can be reached. The fact that the degree of locomotor recovery is correlated with the percentage of remaining fibers in the ventrolateral spinal cord, exclusive of most of the descending motor tracts, may imply an essential role of propriospinal connections in the initiation of spontaneous locomotor recovery.

  5. Stable isotopes, niche partitioning and the paucity of elasmosaur remains in the Maastrichtian type area

    NARCIS (Netherlands)

    Schulp, Anne S.; Janssen, Renée; Van Baal, Remy R.; Jagt, John W M; Mulder, Eric W A; Vonhof, Hubert B.

    2017-01-01

    Remains of elasmosaurid plesiosaurs are exceedingly rare in the type-Maastrichtian strata (Late Cretaceous, southeast Netherlands and northeast Belgium), in stark contrast to relatively common skeletal remains of mosasaurs. Here, we present an analysis of δ13C stable isotope values for tooth enamel

  6. Remaining useful life assessment of lithium-ion batteries in implantable medical devices

    Science.gov (United States)

    Hu, Chao; Ye, Hui; Jain, Gaurav; Schmidt, Craig

    2018-01-01

    This paper presents a prognostic study on lithium-ion batteries in implantable medical devices, in which a hybrid data-driven/model-based method is employed for remaining useful life assessment. The method is developed on and evaluated against data from two sets of lithium-ion prismatic cells used in implantable applications exhibiting distinct fade performance: 1) eight cells from Medtronic, PLC whose rates of capacity fade appear to be stable and gradually decrease over a 10-year test duration; and 2) eight cells from Manufacturer X whose rates appear to be greater and show sharp increase after some period over a 1.8-year test duration. The hybrid method enables online prediction of remaining useful life for predictive maintenance/control. It consists of two modules: 1) a sparse Bayesian learning module (data-driven) for inferring capacity from charge-related features; and 2) a recursive Bayesian filtering module (model-based) for updating empirical capacity fade models and predicting remaining useful life. A generic particle filter is adopted to implement recursive Bayesian filtering for the cells from the first set, whose capacity fade behavior can be represented by a single fade model; a multiple model particle filter with fixed-lag smoothing is proposed for the cells from the second data set, whose capacity fade behavior switches between multiple fade models.

  7. The SILVA atomic process

    International Nuclear Information System (INIS)

    Cazalet, J.

    1997-01-01

    The SILVA laser isotope separation process is based on the laser selective photo-ionization of uranium atomic vapour; the process is presently under development by CEA and COGEMA in France, with the aim to reduce by a factor three the cost of uranium enrichment. The two main components of a SILVA process plant are the lasers (copper vapour lasers and dye lasers) and the separator for the vaporization (with a high energy electron beam), ionization and separation operations. Researches on the SILVA process started in 1985 and the technical and economical feasibility is to be demonstrated in 1997. The progresses of similar rival processes and other processes are discussed and the remaining research stages and themes of the SILVA program are presented

  8. Remaining uncertainties in predicting long-term performance of nuclear waste glass from experiments

    International Nuclear Information System (INIS)

    Grambow, B.

    1994-01-01

    The current knowledge on the glass dissolution mechanism and the representation of glass dissolution concepts within overall repository performance assessment models are briefly summarized and uncertainties related to mechanism, radionuclide chemistry and parameters are discussed. Understanding of the major glass dissolution processes has been significantly increased in recent years. Long-term glass stability is related to the long-term maintenance of silica saturated conditions. The behavior of individual radionuclides in the presence of a dissolving glass has not been sufficiently and results do no yet allow meaningful predictions. Conserving long-term predictions of glass matrix dissolution as upper limit for radionuclide release can be made with sufficient confidence, however these estimations generally result in a situation where the barrier function of the glass is masked by the efficiency of the geologic barrier. Realistic long-term predictions may show that the borosilicate waste glass contributes to overall repository safety to a much larger extent than indicated by overconservatism. Today realistic predictions remain highly uncertain and much more research work is necessary. In particular, the long-term rate under silica saturated conditions needs to be understood and the behavior of individual radionuclides in the presence of a dissolving glass deserves more systematic investigations

  9. Effect of interaction of embedded crack and free surface on remaining fatigue life

    Directory of Open Access Journals (Sweden)

    Genshichiro Katsumata

    2016-12-01

    Full Text Available Embedded crack located near free surface of a component interacts with the free surface. When the distance between the free surface and the embedded crack is short, stress at the crack tip ligament is higher than that at the other area of the cracked section. It can be easily expected that fatigue crack growth is fast, when the embedded crack locates near the free surface. To avoid catastrophic failures caused by fast fatigue crack growth at the crack tip ligament, fitness-for-service (FFS codes provide crack-to-surface proximity rules. The proximity rules are used to determine whether the cracks should be treated as embedded cracks as-is, or transformed to surface cracks. Although the concepts of the proximity rules are the same, the specific criteria and the rules to transform embedded cracks into surface cracks differ amongst FFS codes. This paper focuses on the interaction between an embedded crack and a free surface of a component as well as on its effects on the remaining fatigue lives of embedded cracks using the proximity rules provided by the FFS codes. It is shown that the remaining fatigue lives for the embedded cracks strongly depend on the crack aspect ratio and location from the component free surface. In addition, it can be said that the proximity criteria defined by the API and RSE-M codes give overly conservative remaining lives. On the contrary, the WES and AME codes always give long remaining lives and non-conservative estimations. When the crack aspect ratio is small, ASME code gives non-conservative estimation.

  10. E-Learning Technologies: Employing Matlab Web Server to Facilitate the Education of Mathematical Programming

    Science.gov (United States)

    Karagiannis, P.; Markelis, I.; Paparrizos, K.; Samaras, N.; Sifaleras, A.

    2006-01-01

    This paper presents new web-based educational software (webNetPro) for "Linear Network Programming." It includes many algorithms for "Network Optimization" problems, such as shortest path problems, minimum spanning tree problems, maximum flow problems and other search algorithms. Therefore, webNetPro can assist the teaching process of courses such…

  11. Stratigraphy and chronology of the WLH 50 human remains, Willandra Lakes World Heritage Area, Australia.

    Science.gov (United States)

    Grün, Rainer; Spooner, Nigel; Magee, John; Thorne, Alan; Simpson, John; Yan, Ge; Mortimer, Graham

    2011-05-01

    We present a detailed description of the geological setting of the burial site of the WLH 50 human remains along with attempts to constrain the age of this important human fossil. Freshwater shells collected at the surface of Unit 3, which is most closely associated with the human remains, and a carbonate sample that encrusted the human bone were analysed. Gamma spectrometry was carried out on the WLH 50 calvaria and TIMS U-series analysis on a small post-cranial bone fragment. OSL dating was applied to a sample from Unit 3 at a level from which the WLH 50 remains may have eroded, as well as from the underlying sediments. Considering the geochemistry of the samples analysed, as well as the possibility of reworking or burial from younger layers, the age of the WLH 50 remains lies between 12.2 ± 1.8 and 32.8 ± 4.6 ka (2-σ errors). Copyright © 2010 Elsevier Ltd. All rights reserved.

  12. Oldest Directly Dated Remains of Sheep in China

    Science.gov (United States)

    Dodson, John; Dodson, Eoin; Banati, Richard; Li, Xiaoqiang; Atahan, Pia; Hu, Songmei; Middleton, Ryan J.; Zhou, Xinying; Nan, Sun

    2014-11-01

    The origins of domesticated sheep (Ovis sp.) in China remain unknown. Previous workers have speculated that sheep may have been present in China up to 7000 years ago, however many claims are based on associations with archaeological material rather than independent dates on sheep material. Here we present 7 radiocarbon dates on sheep bone from Inner Mongolia, Ningxia and Shaanxi provinces. DNA analysis on one of the bones confirms it is Ovis sp. The oldest ages are about 4700 to 4400 BCE and are thus the oldest objectively dated Ovis material in eastern Asia. The graphitisised bone collagen had δ13C values indicating some millet was represented in the diet. This probably indicates sheep were in a domestic setting where millet was grown. The younger samples had δ13C values indicating that even more millet was in the diet, and this was likely related to changes in foddering practices

  13. Psychosis and the dynamics of the psychotherapy process

    DEFF Research Database (Denmark)

    Rosenbaum, Bent; Harder, Susanne

    2007-01-01

    The role of psychotherapy in the treatment of psychoses remains controversial but there is improving acceptance that an understanding of the dynamics of the psychological processes involved in treatment and in the disorder itself may be important. Psychosis is understood as a detachment of the 's......The role of psychotherapy in the treatment of psychoses remains controversial but there is improving acceptance that an understanding of the dynamics of the psychological processes involved in treatment and in the disorder itself may be important. Psychosis is understood as a detachment...

  14. A reassessment of the presumed Neandertal remains from San Bernardino Cave, Italy.

    Science.gov (United States)

    Benazzi, Stefano; Peresani, Marco; Talamo, Sahra; Fu, Qiaomei; Mannino, Marcello A; Richards, Michael P; Hublin, Jean-Jacques

    2014-01-01

    In 1986-1987, three human remains were unearthed from macro-unit II of San Bernardino Cave (Berici Hills, Veneto, Italy), a deposit containing a late Mousterian lithic assemblage. The human remains (a distal phalanx, a lower right third molar and a lower right second deciduous incisor) do not show diagnostic morphological features that could be used to determine whether they were from Homo neanderthalensis or Homo sapiens. Despite being of small size, and thus more similar to recent H. sapiens, the specimens were attributed to Neandertals, primarily because they were found in Mousterian layers. We carried out a taxonomic reassessment of the lower right third molar (LRM3; San Bernardino 4) using digital morphometric analysis of the root, ancient DNA analysis, carbon and nitrogen isotope analyses, and direct accelerator mass spectrometry (AMS) radiocarbon dating of dentine collagen. Mitochondrial DNA analysis and root morphology show that the molar belongs to a modern human and not to a Neandertal. Carbon 14 ((14)C) dating of the molar attributes it to the end of the Middle Ages (1420-1480 cal AD, 2 sigma). Carbon and nitrogen isotope analyses suggest that the individual in question had a diet similar to that of Medieval Italians. These results show that the molar, as well as the other two human remains, belong to recent H. sapiens and were introduced in the Mousterian levels post-depositionally. Copyright © 2013 Elsevier Ltd. All rights reserved.

  15. Method and apparatus to predict the remaining service life of an operating system

    Science.gov (United States)

    Greitzer, Frank L.; Kangas, Lars J.; Terrones, Kristine M.; Maynard, Melody A.; Pawlowski, Ronald A. , Ferryman; Thomas A.; Skorpik, James R.; Wilson, Bary W.

    2008-11-25

    A method and computer-based apparatus for monitoring the degradation of, predicting the remaining service life of, and/or planning maintenance for, an operating system are disclosed. Diagnostic information on degradation of the operating system is obtained through measurement of one or more performance characteristics by one or more sensors onboard and/or proximate the operating system. Though not required, it is preferred that the sensor data are validated to improve the accuracy and reliability of the service life predictions. The condition or degree of degradation of the operating system is presented to a user by way of one or more calculated, numeric degradation figures of merit that are trended against one or more independent variables using one or more mathematical techniques. Furthermore, more than one trendline and uncertainty interval may be generated for a given degradation figure of merit/independent variable data set. The trendline(s) and uncertainty interval(s) are subsequently compared to one or more degradation figure of merit thresholds to predict the remaining service life of the operating system. The present invention enables multiple mathematical approaches in determining which trendline(s) to use to provide the best estimate of the remaining service life.

  16. Material aging and degradation detection and remaining life assessment for plant life management

    International Nuclear Information System (INIS)

    Ramuhalli, P.; Henager, C.H. Jr.; Griffin, J.W.; Meyer, R.M.; Coble, J.B.; Pitman, S.G.; Bond, L.J.

    2012-01-01

    One of the major factors that may impact long-term operations is structural material degradation. Detecting materials degradation, estimating the remaining useful life (RUL) of the component, and determining approaches to mitigating the degradation are important from the perspective of long-term operations. In this study, multiple nondestructive measurement and monitoring methods were evaluated for their ability to assess the material degradation state. Metrics quantifying the level of damage from these measurements were defined and evaluated for their ability to provide estimates of remaining life of the component. An example of estimating the RUL from nondestructive measurements of material degradation condition is provided. (author)

  17. Optimization of Aeroengine Shop Visit Decisions Based on Remaining Useful Life and Stochastic Repair Time

    Directory of Open Access Journals (Sweden)

    Jing Cai

    2016-01-01

    Full Text Available Considering the wide application of condition-based maintenance in aeroengine maintenance practice, it becomes possible for aeroengines to carry out their preventive maintenance in just-in-time (JIT manner by reasonably planning their shop visits (SVs. In this study, an approach is proposed to make aeroengine SV decisions following the concept of JIT. Firstly, a state space model (SSM for aeroengine based on exhaust gas temperature margin is developed to predict the remaining useful life (RUL of aeroengine. Secondly, the effect of SV decisions on risk and service level (SL is analyzed, and an optimization of the aeroengine SV decisions based on RUL and stochastic repair time is performed to carry out JIT manner with the requirement of safety and SL. Finally, a case study considering two CFM-56 aeroengines is presented to demonstrate the proposed approach. The results show that predictive accuracy of RUL with SSM is higher than with linear regression, and the process of SV decisions is simple and feasible for airlines to improve the inventory management level of their aeroengines.

  18. [Research on engine remaining useful life prediction based on oil spectrum analysis and particle filtering].

    Science.gov (United States)

    Sun, Lei; Jia, Yun-xian; Cai, Li-ying; Lin, Guo-yu; Zhao, Jin-song

    2013-09-01

    The spectrometric oil analysis(SOA) is an important technique for machine state monitoring, fault diagnosis and prognosis, and SOA based remaining useful life(RUL) prediction has an advantage of finding out the optimal maintenance strategy for machine system. Because the complexity of machine system, its health state degradation process can't be simply characterized by linear model, while particle filtering(PF) possesses obvious advantages over traditional Kalman filtering for dealing nonlinear and non-Gaussian system, the PF approach was applied to state forecasting by SOA, and the RUL prediction technique based on SOA and PF algorithm is proposed. In the prediction model, according to the estimating result of system's posterior probability, its prior probability distribution is realized, and the multi-step ahead prediction model based on PF algorithm is established. Finally, the practical SOA data of some engine was analyzed and forecasted by the above method, and the forecasting result was compared with that of traditional Kalman filtering method. The result fully shows the superiority and effectivity of the

  19. Beyond Race and Gender: Motivating Enlisted Personnel to Remain in Today's Military

    National Research Council Canada - National Science Library

    Moore, Brenda

    2001-01-01

    ... to remain in the military than do the race, gender, or racial climate variables. Satisfaction with pay and benefits has a significant positive effect on the likelihood that respondents will stay in the military, but pride in service is more robust...

  20. Differential Decomposition Among Pig, Rabbit, and Human Remains.

    Science.gov (United States)

    Dautartas, Angela; Kenyhercz, Michael W; Vidoli, Giovanna M; Meadows Jantz, Lee; Mundorff, Amy; Steadman, Dawnie Wolfe

    2018-03-30

    While nonhuman animal remains are often utilized in forensic research to develop methods to estimate the postmortem interval, systematic studies that directly validate animals as proxies for human decomposition are lacking. The current project compared decomposition rates among pigs, rabbits, and humans at the University of Tennessee's Anthropology Research Facility across three seasonal trials that spanned nearly 2 years. The Total Body Score (TBS) method was applied to quantify decomposition changes and calculate the postmortem interval (PMI) in accumulated degree days (ADD). Decomposition trajectories were analyzed by comparing the estimated and actual ADD for each seasonal trial and by fuzzy cluster analysis. The cluster analysis demonstrated that the rabbits formed one group while pigs and humans, although more similar to each other than either to rabbits, still showed important differences in decomposition patterns. The decomposition trends show that neither nonhuman model captured the pattern, rate, and variability of human decomposition. © 2018 American Academy of Forensic Sciences.

  1. Evaluation of remaining life of the double-shell tank waste systems

    International Nuclear Information System (INIS)

    Schwenk, E.B.

    1995-01-01

    A remaining life assessment of the DSTs (double-shell tanks) and their associated waste transfer lines, for continued operation over the next 10 years, was favorable. The DST assessment was based on definition of significant loads, evaluation of data for possible material degradation and geometric changes and evaluation of structural analyses. The piping assessment was based primarily on service experience

  2. Evaluation of remaining life of the double-shell tank waste systems

    Energy Technology Data Exchange (ETDEWEB)

    Schwenk, E.B.

    1995-05-04

    A remaining life assessment of the DSTs (double-shell tanks) and their associated waste transfer lines, for continued operation over the next 10 years, was favorable. The DST assessment was based on definition of significant loads, evaluation of data for possible material degradation and geometric changes and evaluation of structural analyses. The piping assessment was based primarily on service experience.

  3. The argon excimer laser

    International Nuclear Information System (INIS)

    Wrobel, W.G.

    1981-02-01

    The electron-beam-pumped argon eximer laser is investigated and tuned for the first time. The electron beam is generated by means of an improved coaxial field emmision diode in which argon gas is excited with power densities of 0.3 GW/cm 3 for 18 ns. The processes in the excited gas of 20 to 65 bar are described in the context of a kinetic model as a sequence of stationary states. Investigations of the amplified spontaneous emission (superfluorescence) confirm the predictions of this model. Only the absorption due to the excited Ar atoms is anomalously high. Reproducible operation of the argon eximer laser was achieved in a wide pressure range with various resonator arrangements. The wavelength of this shortest wavelength of this shortest wavelength excimer laser is 126 nm, the laser line width approx. 1.7 nm, the pulse length 7 to 13 ns, and the laser power 250 kW. The laser emission is tuned from 123.2 nm to 128.4 nm by two different methods (diffraction grating and prism). This tunable laser is thus the one with the shortest wavelength at present. Its line width is 0.25 to 0.4 nm, and the power ue 1.7 kW. (orig.)

  4. Ethical Issues Surrounding the Use of Modern Human Remains for Research in South Africa.

    Science.gov (United States)

    Briers, N; Dempers, J J

    2017-02-01

    Chapter 8 of the South African National Health Act 61 of 2003 (NHA) that deals with the donation of human tissue was promulgated in 2012. The new Act is perceived to impose restrictions on low-risk research involving human remains. This study aimed to identify the issues raised by a research ethics committee (REC) when reviewing protocols where human remains are used as data source. REC minutes from 2009 to 2014 were reviewed, and issues raised by the committee were categorized. In total, 127 protocols submitted to the committee over 6 years involved human remains. Queries relating to science (22.2%) and administration (18.9%) were the most common, whereas queries relating to legal issues constituted only 10.2%. Ethical issues centered on informed consent regarding sensitive topics such as HIV, DNA, and deceased children. The change in legislation did not change the number or type of legal issues identified by the REC.

  5. Psychosis and the dynamics of the psychotherapy process

    DEFF Research Database (Denmark)

    Rosenbaum, Bent; Harder, Susanne

    2007-01-01

    The role of psychotherapy in the treatment of psychoses remains controversial but there is improving acceptance that an understanding of the dynamics of the psychological processes involved in treatment and in the disorder itself may be important. Psychosis is understood as a detachment of the 's......The role of psychotherapy in the treatment of psychoses remains controversial but there is improving acceptance that an understanding of the dynamics of the psychological processes involved in treatment and in the disorder itself may be important. Psychosis is understood as a detachment......-subjective process, a therapeutic relationship is disrupted and a therapeutic alliance is not assured. Therapists have to pay particular attention to the empathic aspects of the interaction as they attempt to integrate affects to restore meaning to the inner life of the patient. The psychodynamics of this process...

  6. Assessment of the potential for exploitation of the remaining reserves of coal in Poland

    International Nuclear Information System (INIS)

    Wodarski, K.; Bijanska, J.

    2014-01-01

    In mining areas belonging to the Polish mining companies, there is a significant amount of coal, contained in remaining reserves, that have not been exploited so far. For years, the mines have been evaluating the possibility of its exploitation, since it would expand its resource base and would extend its useful life. In addition, exploitation of the remaining reserves can minimize stress concentration zones in the soil, the rebel y improving conditions for maintenance of excavations and limiting the risk of shock rock. (Author)

  7. Managerial implications for improving continuous production processes

    DEFF Research Database (Denmark)

    Capaci, Francesca; Vanhatalo, Erik; Bergquist, Bjarne

    2017-01-01

    . In this article we highlight SPC and DoE implementation challenges described in the literature for managers, researchers and practitioners interested in continuous production process improvement. The results may help managers support the implementation of these methods and make researchers and practitioners aware......Data analytics remains essential for process improvement and optimization. Statistical process control and design of experiments are among the most powerful process and product improvement methods available. However, continuous process environments challenge the application of these methods...... of methodological challenges in continuous process environments...

  8. GPR investigation to allocate the archaeological remains in Mut temple, Luxor, Upper Egypt

    Directory of Open Access Journals (Sweden)

    M.A. Atya

    2012-06-01

    Full Text Available GPR investigation has been conducted on Mut temple; to the south portion of Al-Karnak temple at the eastern bank of Luxor city. Within the survey, the GPR SIR system-10A has been used connected to 100/500 MHz antenna. The present work is oriented to allocate the buried Archaeological ruins at the site, and also to evaluate the archaeological significance of the artifacts in concern to the hydro-situation. The survey is composed of three data sets; the first set (A includes three GPR profiles located inside the temple palisade at the western bank of the holy lake, the second set (B includes four profiles distributed on the yard between Mute and Al Karnak temples, and the third set (C includes three profiles oriented to study the EW Sphinx Avenue front of Mute temple. The measured GPR data has been processed and visualized in different ways to show the infra-content of the artifacts in the buried subsurface of the temple. Furthermore, intensive mutual work and discussion with the local inspectorate at Luxor about the results would lead to detect the zones of possible findings and, as much as possible, to define their identities. A series of sectional GPR records, time slices, maps, and 3D graphs are introduced to represent the remains of Mut temple and its infrastructure.

  9. β-Tricalcium Phosphate Interferes with the Assessment of Crystallinity in Burned Skeletal Remains

    Directory of Open Access Journals (Sweden)

    Giampaolo Piga

    2018-01-01

    Full Text Available The analysis of burned remains is a highly complex process, and a better insight can be gained with advanced technologies. The main goal of this paper is to apply X-ray diffraction, partially supported by infrared attenuated total reflectance spectroscopy to determine changes in burned human bones and teeth in terms of mineral phase transformations. Samples of 36 bones and 12 teeth were heated at 1050°C and afterwards subjected to XRD and ATR-IR. The crystallinity index was calculated for every sample. A quantitative evaluation of phases was documented by using the Rietveld approach. In addition to bioapatite, the following mineralogical phases were found in the bone: β-tricalcium phosphate (β-TCP (Ca3(PO42, lime (CaO, portlandite (Ca(OH2, calcite (CaCO3, and buchwaldite (NaCaPO4. In the case of bone, besides bioapatite, only the first two mineralogical phases and magnesium oxide were present. We also observed that the formation of β-TCP affects the phosphate peaks used for CI calculation. Therefore, caution is needed when its occurrence and evaluation are carried out. This is an important warning for tracking heat-induced changes in human bone, in terms of physicochemical properties related to structure, which is expected to impact in forensic, bioanthropological, and archaeological contexts.

  10. Preliminary Investigation of Time Remaining Display on the Computer-based Emergency Operating Procedure

    Science.gov (United States)

    Suryono, T. J.; Gofuku, A.

    2018-02-01

    One of the important thing in the mitigation of accidents in nuclear power plant accidents is time management. The accidents should be resolved as soon as possible in order to prevent the core melting and the release of radioactive material to the environment. In this case, operators should follow the emergency operating procedure related with the accident, in step by step order and in allowable time. Nowadays, the advanced main control rooms are equipped with computer-based procedures (CBPs) which is make it easier for operators to do their tasks of monitoring and controlling the reactor. However, most of the CBPs do not include the time remaining display feature which informs operators of time available for them to execute procedure steps and warns them if the they reach the time limit. Furthermore, the feature will increase the awareness of operators about their current situation in the procedure. This paper investigates this issue. The simplified of emergency operating procedure (EOP) of steam generator tube rupture (SGTR) accident of PWR plant is applied. In addition, the sequence of actions on each step of the procedure is modelled using multilevel flow modelling (MFM) and influenced propagation rule. The prediction of action time on each step is acquired based on similar case accidents and the Support Vector Regression. The derived time will be processed and then displayed on a CBP user interface.

  11. Multilingual Speech and Language Processing

    Science.gov (United States)

    2003-04-01

    client software handles the user end of the transaction. Historically, four clients were provided: e-mail, web, FrameMaker , and command line. By...command-line client and an API. The API allows integration of CyberTrans into a number of processes including word processing packages ( FrameMaker ...preservation and logging, and others. The available clients remain e-mail, Web and FrameMaker . Platforms include both Unix and PC for clients, with

  12. Remaining Life Estimation Of Secondary Superheater Outlet On Industrial Electrical Boiler

    International Nuclear Information System (INIS)

    Soedardjo; Andryansyah; Arhatari, B.D.; Natsir, Muhammad; Triyadi, Ari; Farokhi

    2001-01-01

    Remaining life estimation of secondary superheater header outlet (SSHO) on industrial electrical boiler has been carried out. Estimation conducted by the observation of microstructure cavitation development based on Neubauer and Wedel theory. The result is available for isolated cavitation development present yet. That Secondary Superheater Outlet component is in good condition after 14 years operated and predicted could be operated for 36 years again

  13. Samuel Lysons and His Circle: Art, Science and the Remains of Roman Britain

    Directory of Open Access Journals (Sweden)

    Sarah Ann Scott

    2013-09-01

    Full Text Available This paper critically evaluates the social and intellectual influences which shaped Samuel Lysons’ (1763–1819 interests in the archaeological remains of Roman Britain, and assesses the extent to which his work was innovative. While Romano-British archaeologists have long admired his achievements, there has been no detailed examination of the factors influencing the development of his interests and approach. This paper will outline how Lysons’ social networks, his genuine concern for preserving and recording Romano-British remains, his broad scholarly interests, and the support of an intellectual elite involved with the expansion of national institutions during a period characterized by intense international rivalry, resulted in his exemplary approach to the excavation and publication of the remains of Roman Britain. Scrutiny of newspaper reports, diaries, correspondence, and the previously unpublished contents of his personal library, and an examination of his publications in relation to contemporary Classical and scientific scholarship, shows how and why his work was at the forefront of archaeological scholarship in this period. The results of this study support his reputation as a founding father of Romano-British archaeology and show that both he and his associates deserve far wider recognition of their contributions to the development of archaeology as a whole.

  14. A model to create an efficient and equitable admission policy for patients arriving to the cardiothoracic ICU.

    Science.gov (United States)

    Yang, Muer; Fry, Michael J; Raikhelkar, Jayashree; Chin, Cynthia; Anyanwu, Anelechi; Brand, Jordan; Scurlock, Corey

    2013-02-01

    To develop queuing and simulation-based models to understand the relationship between ICU bed availability and operating room schedule to maximize the use of critical care resources and minimize case cancellation while providing equity to patients and surgeons. Retrospective analysis of 6-month unit admission data from a cohort of cardiothoracic surgical patients, to create queuing and simulation-based models of ICU bed flow. Three different admission policies (current admission policy, shortest-processing-time policy, and a dynamic policy) were then analyzed using simulation models, representing 10 yr worth of potential admissions. Important output data consisted of the "average waiting time," a proxy for unit efficiency, and the "maximum waiting time," a surrogate for patient equity. A cardiothoracic surgical ICU in a tertiary center in New York, NY. Six hundred thirty consecutive cardiothoracic surgical patients admitted to the cardiothoracic surgical ICU. None. Although the shortest-processing-time admission policy performs best in terms of unit efficiency (0.4612 days), it did so at expense of patient equity prolonging surgical waiting time by as much as 21 days. The current policy gives the greatest equity but causes inefficiency in unit bed-flow (0.5033 days). The dynamic policy performs at a level (0.4997 days) 8.3% below that of the shortest-processing-time in average waiting time; however, it balances this with greater patient equity (maximum waiting time could be shortened by 4 days compared to the current policy). Queuing theory and computer simulation can be used to model case flow through a cardiothoracic operating room and ICU. A dynamic admission policy that looks at current waiting time and expected ICU length of stay allows for increased equity between patients with only minimum losses of efficiency. This dynamic admission policy would seem to be a superior in maximizing case-flow. These results may be generalized to other surgical ICUs.

  15. [Alcohol and work: remaining sober and return to work].

    Science.gov (United States)

    Vittadini, G; Bandirali, M

    2007-01-01

    One of the most complex alcohol-driven problems is the job loss and the subsequent attempts to return to a professional activity. In order to better understand the issue, an epidemiologic investigation was carried out on a group of 162 alcoholics whilst hospitalised in a specialised clinic. The outcome shows the importance of remaining sober to keep or to be returned to one's own job. Unfortunately, local resources at hand, first of all joining an auto-mutual-help group, re still too little known and thus clearly underemployed. Therefore, an informative action within companies is highly desirable. Those alcoholics suffering from serious illnesses, especially mental ones represent a different issue. For these people a higher involvement of public authorities is desirable in creating protected job openings.

  16. Assessment of Oropharyngeal Dysphagia in Patients With Parkinson Disease: Use of Ultrasonography.

    Science.gov (United States)

    Oh, Eun Hyun; Seo, Jin Seok; Kang, Hyo Jung

    2016-04-01

    To compare tongue thickness, the shortest hyoid-thyroid approximation (distance between the hyoid bone and thyroid cartilage), and the time interval between the initiation of tongue movement and the time of the shortest hyoid-thyroid approximation, by using ultrasonography in healthy controls and patients with Parkinson disease (PD). Healthy controls and PD patients with dysphagia were compared. Ultrasonography was performed 3 times for the evaluation of tongue thickness, the shortest hyoid-thyroid approximation, and the time between the initiation of tongue movement and the shortest hyoid-thyroid approximation. A total of 24 healthy controls and 24 PD patients with dysphagia were enrolled. No significant differences were demonstrated between the two groups for the shortest hyoid-thyroid approximation (controls, 1.19±0.34 cm; PD patients, 1.37±0.5 cm; p=0.15) and tongue thickness (controls, 4.42±0.46 cm; PD patients, 4.27±0.51 cm; p=0.3). In contrast, the time to the shortest hyoid-thyroid approximation was significantly different between the two groups (controls, 1.53±0.87 ms; PD patients, 2.4±1.4 ms, p=0.048). Ultrasonography can be useful in evaluating dysphagia in patients with PD by direct visualization and measurement of the hyoid bone. Moreover, ultrasonography might contribute to a greater understanding of the pathophysiology of dysphagia in PD.

  17. Remaining in an Abusive Relationship: An Investment Model Analysis of Nonvoluntary Dependence.

    Science.gov (United States)

    Rusbult, Caryl E.; Martz, John M.

    1995-01-01

    Analyzes the nature of interdependence in ongoing relationships, using an investment model to understand decisions to remain in abusive relationships. Found that feelings of commitment were greater among women who had poorer-quality economic alternatives, were more heavily invested in their relationship, and who experienced less dissatisfaction…

  18. Pre- and post-processing of hydro-meteorological ensembles for the Norwegian flood forecasting system in 145 basins.

    Science.gov (United States)

    Jahr Hegdahl, Trine; Steinsland, Ingelin; Merete Tallaksen, Lena; Engeland, Kolbjørn

    2016-04-01

    Probabilistic flood forecasting has an added value for decision making. The Norwegian flood forecasting service is based on a flood forecasting model that run for 145 basins. Covering all of Norway the basins differ in both size and hydrological regime. Currently the flood forecasting is based on deterministic meteorological forecasts, and an auto-regressive procedure is used to achieve probabilistic forecasts. An alternative approach is to use meteorological and hydrological ensemble forecasts to quantify the uncertainty in forecasted streamflow. The hydrological ensembles are based on forcing a hydrological model with meteorological ensemble forecasts of precipitation and temperature. However, the ensembles of precipitation are often biased and the spread is too small, especially for the shortest lead times, i.e. they are not calibrated. These properties will, to some extent, propagate to hydrological ensembles, that most likely will be uncalibrated as well. Pre- and post-processing methods are commonly used to obtain calibrated meteorological and hydrological ensembles respectively. Quantitative studies showing the effect of the combined processing of the meteorological (pre-processing) and the hydrological (post-processing) ensembles are however few. The aim of this study is to evaluate the influence of pre- and post-processing on the skill of streamflow predictions, and we will especially investigate if the forecasting skill depends on lead-time, basin size and hydrological regime. This aim is achieved by applying the 51 medium-range ensemble forecast of precipitation and temperature provided by the European Center of Medium-Range Weather Forecast (ECMWF). These ensembles are used as input to the operational Norwegian flood forecasting model, both raw and pre-processed. Precipitation ensembles are calibrated using a zero-adjusted gamma distribution. Temperature ensembles are calibrated using a Gaussian distribution and altitude corrected by a constant gradient

  19. Leveraging Big-Data for Business Process Analytics

    Science.gov (United States)

    Vera-Baquero, Alejandro; Colomo Palacios, Ricardo; Stantchev, Vladimir; Molloy, Owen

    2015-01-01

    Purpose: This paper aims to present a solution that enables organizations to monitor and analyse the performance of their business processes by means of Big Data technology. Business process improvement can drastically influence in the profit of corporations and helps them to remain viable. However, the use of traditional Business Intelligence…

  20. 31 CFR 500.412 - Process vs. manufacture.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Process vs. manufacture. 500.412 Section 500.412 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE... Interpretations § 500.412 Process vs. manufacture. A commodity subject to § 500.204 remains subject howsoever it...

  1. Taming Disruptive Technologies, or How To Remain Relevant in the Digital Age.

    Science.gov (United States)

    Blackwell, Philip

    2001-01-01

    Discusses electronic books as a disruptive technology, that is, a technology that has appeal to its users but upsets the traditional models. Highlights include a history of print technology; types of electronic books; reader devices; stakeholders, including users, librarians, and publishers; and how vendors can remain relevant. (LRW)

  2. Biogas production from UASB and polyurethane carrier reactors treating sisal processing wastewater

    Energy Technology Data Exchange (ETDEWEB)

    Rubindamayugi, M S.T.; Salakana, L K.P. [Univ. of Dar es Salaam, Faculty of Science, Applied Microbiology Unit (Tanzania, United Republic of)

    1998-12-31

    The fundamental benefits which makes anaerobic digestion technology (ADT) attractive to the poor developing include the low cost and energy production potential of the technology. In this study the potential of using UASB reactor and Polyurethane Carrier Reactor (PCR) as pollution control and energy recovery systems from sisal wastewater were investigated in lab-scale reactors. The PCR demonstrated the shortest startup period, whereas the UASB reactor showed the highest COD removal efficiency 79%, biogas production rate (4.5 l biogas/l/day) and process stability than the PCR under similar HRT of 15 hours and OLR of 8.2 g COD/l/day. Both reactor systems became overloaded at HRT of 6 hours and OLR of 15.7 g COD/l/day, biogas production ceased and reactors acidified to pH levels which are inhibiting to methanogenesis. Based on the combined results on reactor performances, the UASB reactor is recommended as the best reactor for high biogas production and treatment efficiency. It was estimated that a large-scale UASB reactor can be designed under the same loading conditions to produce 2.8 m{sup 3} biogas form 1 m{sup 3} of wastewater of 5.16 kg COD/m{sup 3}. Wastewater from one decortication shift can produce 9,446 m{sup 3} og biogas. The energy equivalent of such fuel energy is indicated. (au)

  3. Biogas production from UASB and polyurethane carrier reactors treating sisal processing wastewater

    Energy Technology Data Exchange (ETDEWEB)

    Rubindamayugi, M.S.T.; Salakana, L.K.P. [Univ. of Dar es Salaam, Faculty of Science, Applied Microbiology Unit (Tanzania, United Republic of)

    1997-12-31

    The fundamental benefits which makes anaerobic digestion technology (ADT) attractive to the poor developing include the low cost and energy production potential of the technology. In this study the potential of using UASB reactor and Polyurethane Carrier Reactor (PCR) as pollution control and energy recovery systems from sisal wastewater were investigated in lab-scale reactors. The PCR demonstrated the shortest startup period, whereas the UASB reactor showed the highest COD removal efficiency 79%, biogas production rate (4.5 l biogas/l/day) and process stability than the PCR under similar HRT of 15 hours and OLR of 8.2 g COD/l/day. Both reactor systems became overloaded at HRT of 6 hours and OLR of 15.7 g COD/l/day, biogas production ceased and reactors acidified to pH levels which are inhibiting to methanogenesis. Based on the combined results on reactor performances, the UASB reactor is recommended as the best reactor for high biogas production and treatment efficiency. It was estimated that a large-scale UASB reactor can be designed under the same loading conditions to produce 2.8 m{sup 3} biogas form 1 m{sup 3} of wastewater of 5.16 kg COD/m{sup 3}. Wastewater from one decortication shift can produce 9,446 m{sup 3} og biogas. The energy equivalent of such fuel energy is indicated. (au)

  4. Using contractors to decommission while remaining as licensee

    International Nuclear Information System (INIS)

    Rankine, A.

    1997-01-01

    Over the last few years the role of the United Kingdom Atomic Energy Authority (UKAEA) has changed from one involved in research and development in the field of nuclear power and associated technology, to one of managing the liabilities left over from its previous mission. This period has also seen two significant portions of the organization move to the private sector with sale of the Facilities Services Division to PROCORD and the privatization of AEA Technology. The new UKAEA is therefore a focused liabilities management organization, making the best use of expertise in the private sector in carrying out its mission, but retaining adequate internal resource and expertise to fulful its role and responsibilities as the licensee. UKAEA continues to be committed to giving the highest priority to meeting high standards of safety and environmental protection required of the holder of the Nuclear Site Licence under the Nuclear Installations Act. This paper describes the safety management system within the UKAEA which ensures that UKAEA remains the proper and effective licensee and gives some examples of how this has worked in practice. (author)

  5. The 2007 Analysis of Information Remaining on Disks Offered for Sale on the Second Hand Market

    Directory of Open Access Journals (Sweden)

    Andy Jones

    2008-03-01

    Full Text Available All organisations, whether in the public or private sector, increasingly use computers and other devices that contain computer hard disks for the storage and processing of information relating to their business, their employees or their customers. Individual home users also increasingly use computers and other devices containing computer hard disks for the storage and processing of information relating to their private, personal affairs. It continues to be clear that the majority of organisations and individual home users still remain ignorant or misinformed of the volume and type of information that is stored on the hard disks that these devices contain and have not considered, or are unaware of, the potential impact of this information becoming available to their competitors or to people with criminal intent.This is the third study in an ongoing research effort that is being conducted into the volume and type of information that remains on computer hard disks offered for sale on the second hand market.  The purpose of the research has been to gain an understanding of the information that remains on the disk and to determine the level of damage that could, potentially be caused, if the information fell into the wrong hands.  The study examines disks that have been obtained in a number of countries to determine whether there is any detectable national or regional variance in the way that the disposal of computer disks is addressed and to compare the results for any other detectable regional or temporal trends.The first study was carried out in 2005 and was repeated in 2006 with the scope extended to include additional countries. The studies were carried out by British Telecommunications, the University of Glamorgan in the UK and Edith Cowan University in Australia. The basis of the research was to acquire a number of second hand computer disks from various sources and then determine whether they still contained information relating to a

  6. Weighted Distances in Scale-Free Configuration Models

    Science.gov (United States)

    Adriaans, Erwin; Komjáthy, Júlia

    2018-01-01

    In this paper we study first-passage percolation in the configuration model with empirical degree distribution that follows a power-law with exponent τ \\in (2,3) . We assign independent and identically distributed (i.i.d.) weights to the edges of the graph. We investigate the weighted distance (the length of the shortest weighted path) between two uniformly chosen vertices, called typical distances. When the underlying age-dependent branching process approximating the local neighborhoods of vertices is found to produce infinitely many individuals in finite time—called explosive branching process—Baroni, Hofstad and the second author showed in Baroni et al. (J Appl Probab 54(1):146-164, 2017) that typical distances converge in distribution to a bounded random variable. The order of magnitude of typical distances remained open for the τ \\in (2,3) case when the underlying branching process is not explosive. We close this gap by determining the first order of magnitude of typical distances in this regime for arbitrary, not necessary continuous edge-weight distributions that produce a non-explosive age-dependent branching process with infinite mean power-law offspring distributions. This sequence tends to infinity with the amount of vertices, and, by choosing an appropriate weight distribution, can be tuned to be any growing function that is O(log log n) , where n is the number of vertices in the graph. We show that the result remains valid for the the erased configuration model as well, where we delete loops and any second and further edges between two vertices.

  7. Editorial Forestry faces big issues to remain sustainable — a role for ...

    African Journals Online (AJOL)

    Plantation forestry remains an attractive land use, both from an economic perspective through the production of costeffective wood and from a sustainable development perspective through the generation of jobs in rural areas. The forest industry directly employs over 100 000 people and if one considers that all of plantation ...

  8. Choice of optimal replacement of equipment in the warehouse of the company

    Science.gov (United States)

    Baeva, Silvia; Tomov, Kiril

    2016-12-01

    The aim of this paper is to find an optimal replacement of equipment in the warehouse of the company. Real data for the machines are used and are processed with appropriate software. The mathematical model is made for this problem as problem for the shortest path from graph theory. The solution is made by Bellman's principle.

  9. Seasonality of global and Arctic black carbon processes in the Arctic Monitoring and Assessment Programme models: Global and Arctic Black Carbon Processes

    Energy Technology Data Exchange (ETDEWEB)

    Mahmood, Rashed [School of Earth and Ocean Sciences, University of Victoria, Victoria British Columbia Canada; Department of Meteorology, COMSATS Institute of Information Technology, Islamabad Pakistan; von Salzen, Knut [School of Earth and Ocean Sciences, University of Victoria, Victoria British Columbia Canada; Canadian Center for Climate Modelling and Analysis, Environment and Climate Change Canada, University of Victoria, Victoria British Columbia Canada; Flanner, Mark [Department of Atmospheric, Oceanic and Space Sciences, University of Michigan, Ann Arbor Michigan USA; Sand, Maria [Center for International Climate and Environmental Research-Oslo, Oslo Norway; Langner, Joakim [Swedish Meteorological and Hydrological Institute, Norrköping Sweden; Wang, Hailong [Atmospheric Sciences and Global Change Division, Pacific Northwest National Laboratory, Richland Washington USA; Huang, Lin [Climate Chemistry Measurements and Research, Environment and Climate Change Canada, Toronto Ontario Canada

    2016-06-22

    This study quantifies black carbon (BC) processes in three global climate models and one chemistry transport model, with focus on the seasonality of BC transport, emissions, wet and dry deposition in the Arctic. In the models, transport of BC to the Arctic from lower latitudes is the major BC source for this region while Arctic emissions are very small. All models simulated a similar annual cycle of BC transport from lower latitudes to the Arctic, with maximum transport occurring in July. Substantial differences were found in simulated BC burdens and vertical distributions, with CanAM (NorESM) producing the strongest (weakest) seasonal cycle. CanAM also has the shortest annual mean residence time for BC in the Arctic followed by SMHI-MATCH, CESM and NorESM. The relative contribution of wet and dry deposition rates in removing BC varies seasonally and is one of the major factors causing seasonal variations in BC burdens in the Arctic. Overall, considerable differences in wet deposition efficiencies in the models exist and are a leading cause of differences in simulated BC burdens. Results from model sensitivity experiments indicate that scavenging of BC in convective clouds acts to substantially increase the overall efficiency of BC wet deposition in the Arctic, which leads to low BC burdens and a more pronounced seasonal cycle compared to simulations without convective BC scavenging. In contrast, the simulated seasonality of BC concentrations in the upper troposphere is only weakly influenced by wet deposition in stratiform (layer) clouds whereas lower tropospheric concentrations are highly sensitive.

  10. Land, lake, and fish: Investigation of fish remains from Gesher Benot Ya'aqov (paleo-Lake Hula).

    Science.gov (United States)

    Zohar, Irit; Biton, Rebecca

    2011-04-01

    The question of whether or not pre-modern hominins were responsible for the accumulation of fish remains is discussed through analyses of remains recovered from two lacustrine facies (I-4 and I-5) from Area A of the Acheulian site of Gesher Benot Ya'aqov (GBY) in the Jordan Rift Valley, Israel. The fish remains provide the first glimpse into the naturally accumulated fish assemblage from the fluctuating shores of a lake that had been continually exploited by early hominins some 780,000 years ago. Preliminary analysis of the remains show that thirteen of the seventeen species native to Lake Hula were identified at GBY. These represent three of the five freshwater fish families native to the lake: Cyprinidae (carps), Cichlidae (tilapini, St. Peter's fish), and Clariidae (catfish). From a taphonomical perspective, a significant difference is found between the two lithofacies (Layers I-4 and I-5) in terms of species composition, richness, diversity, and skeleton completeness. It appears that the fish remains recovered from Layer I-4 (clay) are better preserved than those from Layer I-5 (coquina). In both lithofacies, Cyprinidae are highly abundant while Cichlidae and Clariidae are rare and under-represented, especially when compared to the Lake Hula fishery report from the 1950s. All of these identified species may have contributed significantly to the diet of GBY hominins. Copyright © 2010 Elsevier Ltd. All rights reserved.

  11. Dementia and Friendship: The Quality and Nature of the Relationships That Remain

    Science.gov (United States)

    Harris, Phyllis Braudy

    2013-01-01

    Friendships are an integral part of the human experience. Yet, dementia often takes a toll on social relationships, and many friends withdraw. This research, however, focuses on friendships that remain, despite a diagnosis of dementia. It examines the quality of the friendships of people with dementia and long-term friendships. Data were collected…

  12. BTC method for evaluation of remaining strength and service life of bridge cables.

    Science.gov (United States)

    2011-09-01

    "This report presents the BTC method; a comprehensive state-of-the-art methodology for evaluation of remaining : strength and residual life of bridge cables. The BTC method is a probability-based, proprietary, patented, and peerreviewed : methodology...

  13. Post-operative hemimaxillectomy rehabilitation using prostheses supported by zygoma implants and remaining natural teeth

    Directory of Open Access Journals (Sweden)

    Xing Zhou Qu

    Full Text Available OBJECTIVES: This study aimed to evaluate the stability of prostheses supported by zygoma implants and remaining teeth for subjects who had undergone hemi-maxillectomy. METHODS: Ten patients were included in the study. Oral rehabilitation was performed using a temporary prosthesis that was supported by remaining teeth for the first three months. Then, a zygoma implant was placed to provide support for a final prosthesis in addition to the remaining teeth. Each prosthesis was tailor-made according to biomechanical three-dimensional finite element analysis results. The patients were assessed using the prosthesis functioning scale of the Memorial Sloan-Kettering Cancer Center. In addition, retention and bite force were recorded for both the temporary prosthesis and the final prosthesis. RESULTS: The mean bite force of the prosthetic first molar was increased to 69.2 N. The mean retentive force increased to 13.5 N after zygoma implant insertion. The bite force on the prosthetic first molar was improved to 229.3 N. CONCLUSION: Bite force increased significantly with the support of a zygoma implant. The use of zygoma implants in the restoration of maxillary defects improved functional outcome and patient satisfaction.

  14. Long-term effects of hydrated lime and quicklime on the decay of human remains using pig cadavers as human body analogues: Field experiments.

    Science.gov (United States)

    Schotsmans, Eline M J; Fletcher, Jonathan N; Denton, John; Janaway, Robert C; Wilson, Andrew S

    2014-05-01

    An increased number of police enquiries involving human remains buried with lime have demonstrated the need for more research into the effect of different types of lime on cadaver decomposition and its micro-environment. This study follows previous studies by the authors who have investigated the effects of lime on the decay of human remains in laboratory conditions and 6 months of field experiments. Six pig carcasses (Sus scrofa), used as human body analogues, were buried without lime with hydrated lime (Ca(OH)2) and quicklime (CaO) in shallow graves in sandy-loam soil in Belgium and recovered after 17 and 42 months of burial. Analysis of the soil, lime and carcasses included entomology, pH, moisture content, microbial activity, histology and lime carbonation. The results of this study demonstrate that despite conflicting evidence in the literature, the extent of decomposition is slowed down by burial with both hydrated lime and quicklime. The more advanced the decay process, the more similar the degree of liquefaction between the limed and unlimed remains. The end result for each mode of burial will ultimately result in skeletonisation. This study has implications for the investigation of clandestine burials, for a better understanding of archaeological plaster burials and potentially for the interpretation of mass graves and management of mass disasters by humanitarian organisation and DVI teams. Copyright © 2014. Published by Elsevier Ireland Ltd.

  15. Communication, Psychosocial, and Educational Outcomes of Children with Cochlear Implants and Challenges Remaining for Professionals and Parents

    Directory of Open Access Journals (Sweden)

    Renée Punch

    2011-01-01

    Full Text Available This paper provides an overview and a synthesis of the findings of a large, multifaceted study investigating outcomes from paediatric cochlear implantation. The study included children implanted at several Australian implant clinics and attending a variety of early intervention and educational settings across a range of locations in eastern Australia. It investigated three major aspects of childhood cochlear implantation: (1 parental expectations of their children's implantation, (2 families' decision-making processes, and (3 the communication, social, and educational outcomes of cochlear implantation for deaf children. It employed a mixed-methods approach in which quantitative survey data were gathered from 247 parents and 151 teachers, and qualitative data from semistructured interviews with 27 parents, 15 teachers, and 11 children and adolescents with cochlear implants. The summarised findings highlight several areas where challenges remain for implant clinics, parents, and educators if children with cochlear implants are to reach their full potential personally, educationally, and socially.

  16. Encephalitozoon cuniculi in Raw Cow's Milk Remains Infectious After Pasteurization.

    Science.gov (United States)

    Kváč, Martin; Tomanová, Vendula; Samková, Eva; Koubová, Jana; Kotková, Michaela; Hlásková, Lenka; McEvoy, John; Sak, Bohumil

    2016-02-01

    This study describes the prevalence of Encephalitozoon cuniculi in raw cow's milk and evaluates the effect of different milk pasteurization treatments on E. cuniculi infectivity for severe combined immunodeficient (SCID) mice. Using a nested polymerase chain reaction approach, 1 of 50 milking cows was found to repeatedly shed E. cuniculi in its feces and milk. Under experimental conditions, E. cuniculi spores in milk remained infective for SCID mice following pasteurization treatments at 72 °C for 15 s or 85 °C for 5 s. Based on these findings, pasteurized cow's milk should be considered a potential source of E. cuniculi infection in humans.

  17. Why nurses chose to remain in the workforce: Portraits of resilience.

    Science.gov (United States)

    Cope, Vicki; Jones, Bronwyn; Hendricks, Joyce

    2016-01-01

    This study explored why nurses chose to remain in the Western Australian workforce and to develop insights into the role of resilience of nurses and to identify the key characteristics of resilience displayed by these nurses. Nursing is a stressful profession. Prolific quantitative research which measures job stress and resilience has been implemented; however, there is a dearth of qualitative studies which hear the personal narratives as to why nurses remain and thrive in a stressful workplace. Vignettes of nursing resilience reveal underlying themes of resilience where personal stories and events are presented as narrative. Portraiture recognises the inherent value of the nurses' stories giving attention to the nature of their resilience. Interpretation illuminates the portraits or verbal canvasses of the told experience, reflecting success and positivity despite disarray in healthcare settings. Eight themes were identified. The portraits highlight a sometimes imperceptible theme of resilience within nursing. Nurses are resilient; they rely on the social support of colleagues, family and friends to continue to bear their mantle of responsibility. They take pride in their work and accomplishments and give to others altruistically. They laugh, they love nursing and they keep the needs of their patients, clients, residents or students foremost. This paper describes the hallmarks of resilience demonstrated by nurses. Resilience and its relationship to coping in times of adversity are captured within the portraits presented.

  18. The Impact of Nursing Leader's Behavioral Integrity and Intragroup Relationship Conflict on Staff Nurses' Intention to Remain.

    Science.gov (United States)

    Kang, Seung-Wan; Lee, Soojin; Choi, Suk Bong

    2017-05-01

    This study tested a multilevel model examining the effect of nursing leader's behavioral integrity and intragroup relationship conflict on staff nurses' intent to remain. In the challenging situation of nursing shortage, nurse executives are required to focus on the retention of nurses. No previous studies have examined the impact of nursing leader's behavioral integrity and intragroup relationship conflict on nurses' intention to remain. A cross-sectional survey of 480 RNs in 34 nursing units of a large public hospital in South Korea was conducted to test the hypothesized multilevel model. Nursing leader's behavioral integrity was positively related to nurses' intention to remain (b = 0.34, P relationship was enhanced when the level of intragroup relationship conflict was high (b = 0.21, P relationship conflict should endeavor to maintain their behavioral integrity to promote nurses' intention to remain.

  19. Screening of synfuel processes for HTGR application

    International Nuclear Information System (INIS)

    1981-02-01

    The aim of this study is to select for further study, the several synfuel processes which are the most attractive for application of HTGR heat and energy. In pursuing this objective, the Working Group identified 34 candidate synfuel processes, cut the number of processes to 16 in an initial screening, established 11 prime criteria with weighting factors for use in screening the remaining processes, developed a screening methodology and assumptions, collected process energy requirement information, and performed a comparative rating of the processes. As a result of this, three oil shale retorting processes, two coal liquefaction processes and one coal gasification process were selected as those of most interest for further study at this time

  20. PIXE analysis of remaining bromine in fumigated old manuscripts and books

    International Nuclear Information System (INIS)

    Kohno, M.; Yoshida, K.; Moritani, K.; Naito, M.; Enami, K.; Kasajima, H.; Takada, J.; Matsushita, R.

    1999-01-01

    Buddhist scriptures in Reeky University Library have been fumigated regularly for protecting them from vermin. Methyl bromide (CH 3 Br) had been used there till 1985. In order to examine whether the chemical remains on the fumigated objects or not, paper fragments of old manuscripts and books, modern paper placed together with them, and non-fumigated ones were analyzed by PIXE. The bromine concentration of fumigated paper was more than from several tens to several hundreds times higher than non-fumigated ones. (author)

  1. A simulation study regarding different aircraft boarding strategies

    OpenAIRE

    Mas, Sílvia; Juan Pérez, Angel Alejandro; Arias, Pol; Fonseca Casas, Pau

    2013-01-01

    The airline industry is constantly subject to the search of new methods in order to increase efficiency, profitability, and customer satisfaction. Since airlines only generate revenue when their airplanes are on the air, the time they spend at the airports should be the shortest possible. Hence, the airplane turnaround time becomes a process which airlines pay special attention on. The boarding process has a very important role, since it is one of the significant elements of...

  2. Chemistry and technology of radiation processed composite materials

    International Nuclear Information System (INIS)

    Czvikovszky, T.

    1985-01-01

    Composite materials of synthetics (based on monomers, oligomers and thermoplastics) and of natural polymers (wood and other fibrous cellulosics) prepared by radiation processing, offer valuable structural materials with enhanced coupling forces between the components. The applied polymer chemistry of such composites shows several common features with that of radiation grafting, e.g. the polymerization rate of oligomer-monomer mixtures in wood remains in most cases proportional to the square-root of the initiating dose-rate, just as in the simultaneous grafting, demonstrating that the chain termination kinetics remain regularly bimolecular in the corresponding dose-rate ranges. In the processing experiences of such composites, low dose requirement, easy process-control, and good technical feasibility have been found for composites of wood with oligomer-monomer mixtures, for coconut fibres with unsaturated polyesters and for pretreated wood fibre with polypropylene. (author)

  3. Future Remains: Industrial Heritage at the Hanford Plutonium Works

    Science.gov (United States)

    Freer, Brian

    This dissertation argues that U.S. environmental and historic preservation regulations, industrial heritage projects, history, and art only provide partial frameworks for successfully transmitting an informed story into the long range future about nuclear technology and its related environmental legacy. This argument is important because plutonium from nuclear weapons production is toxic to humans in very small amounts, threatens environmental health, has a half-life of 24, 110 years and because the industrial heritage project at Hanford is the first time an entire U.S. Department of Energy weapons production site has been designated a U.S. Historic District. This research is situated within anthropological interest in industrial heritage studies, environmental anthropology, applied visual anthropology, as well as wider discourses on nuclear studies. However, none of these disciplines is really designed or intended to be a completely satisfactory frame of reference for addressing this perplexing challenge of documenting and conveying an informed story about nuclear technology and its related environmental legacy into the long range future. Others have thought about this question and have made important contributions toward a potential solution. Examples here include: future generations movements concerning intergenerational equity as evidenced in scholarship, law, and amongst Native American groups; Nez Perce and Confederated Tribes of the Umatilla Indian Reservation responses to the Hanford End State Vision and Hanford's Canyon Disposition Initiative; as well as the findings of organizational scholars on the advantages realized by organizations that have a long term future perspective. While these ideas inform the main line inquiry of this dissertation, the principal approach put forth by the researcher of how to convey an informed story about nuclear technology and waste into the long range future is implementation of the proposed Future Remains clause, as

  4. Third party processing

    International Nuclear Information System (INIS)

    Clark, S.

    1997-01-01

    The importance of Canada's natural gas industry to remain competitive on a global level was discussed. Third party processing is a tool that the Canadian gas industry can use to overcome the relative disadvantage of smaller, and therefore more expensive, gas processing plants in Canada, and to maintain, and even improve, its competitive position vis-a-vis its US counterparts. The principal role of a third party processor is to provide midstream services such as raw gas gathering, field compression, gas processing, sales gas transmission, and natural gas liquids fractionation. Some third party processors also provide marketing services. Third party processors add value to the gas producer by reducing risk, reducing cost, improving reliability, and improving netbacks. The many variables involved in determining the economic viability of third party processing, including the quantity and deliverability of the raw resource, facility capacity, capital investment, operating costs, technology, fee structures, operational reliability, and speed, among others, were examined and the significance of each variable was explained

  5. Process-based quality for thermal spray via feedback control

    Science.gov (United States)

    Dykhuizen, R. C.; Neiser, R. A.

    2006-09-01

    Quality control of a thermal spray system manufacturing process is difficult due to the many input variables that need to be controlled. Great care must be taken to ensure that the process remains constant to obtain a consistent quality of the parts. Control is greatly complicated by the fact that measurement of particle velocities and temperatures is a noisy stochastic process. This article illustrates the application of quality control concepts to a wire flame spray process. A central feature of the real-time control system is an automatic feedback control scheme that provides fine adjustments to ensure that uncontrolled variations are accommodated. It is shown how the control vectors can be constructed from simple process maps to independently control particle velocity and temperature. This control scheme is shown to perform well in a real production environment. We also demonstrate that slight variations in the feed wire curvature can greatly influence the process. Finally, the geometry of the spray system and sensor must remain constant for the best reproducibility.

  6. Reidentification of avian embryonic remains from the cretaceous of mongolia.

    Science.gov (United States)

    Varricchio, David J; Balanoff, Amy M; Norell, Mark A

    2015-01-01

    Embryonic remains within a small (4.75 by 2.23 cm) egg from the Late Cretaceous, Mongolia are here re-described. High-resolution X-ray computed tomography (HRCT) was used to digitally prepare and describe the enclosed embryonic bones. The egg, IGM (Mongolian Institute for Geology, Ulaanbaatar) 100/2010, with a three-part shell microstructure, was originally assigned to Neoceratopsia implying extensive homoplasy among eggshell characters across Dinosauria. Re-examination finds the forelimb significantly longer than the hindlimbs, proportions suggesting an avian identification. Additional, postcranial apomorphies (strut-like coracoid, cranially located humeral condyles, olecranon fossa, slender radius relative to the ulna, trochanteric crest on the femur, and ulna longer than the humerus) identify the embryo as avian. Presence of a dorsal coracoid fossa and a craniocaudally compressed distal humerus with a strongly angled distal margin support a diagnosis of IGM 100/2010 as an enantiornithine. Re-identification eliminates the implied homoplasy of this tri-laminate eggshell structure, and instead associates enantiornithine birds with eggshell microstructure composed of a mammillary, squamatic, and external zones. Posture of the embryo follows that of other theropods with fore- and hindlimbs folded parallel to the vertebral column and the elbow pointing caudally just dorsal to the knees. The size of the egg and embryo of IGM 100/2010 is similar to the two other Mongolian enantiornithine eggs. Well-ossified skeletons, as in this specimen, characterize all known enantiornithine embryos suggesting precocial hatchlings, comparing closely to late stage embryos of modern precocial birds that are both flight- and run-capable upon hatching. Extensive ossification in enantiornithine embryos may contribute to their relatively abundant representation in the fossil record. Neoceratopsian eggs remain unrecognized in the fossil record.

  7. Reidentification of avian embryonic remains from the cretaceous of mongolia.

    Directory of Open Access Journals (Sweden)

    David J Varricchio

    Full Text Available Embryonic remains within a small (4.75 by 2.23 cm egg from the Late Cretaceous, Mongolia are here re-described. High-resolution X-ray computed tomography (HRCT was used to digitally prepare and describe the enclosed embryonic bones. The egg, IGM (Mongolian Institute for Geology, Ulaanbaatar 100/2010, with a three-part shell microstructure, was originally assigned to Neoceratopsia implying extensive homoplasy among eggshell characters across Dinosauria. Re-examination finds the forelimb significantly longer than the hindlimbs, proportions suggesting an avian identification. Additional, postcranial apomorphies (strut-like coracoid, cranially located humeral condyles, olecranon fossa, slender radius relative to the ulna, trochanteric crest on the femur, and ulna longer than the humerus identify the embryo as avian. Presence of a dorsal coracoid fossa and a craniocaudally compressed distal humerus with a strongly angled distal margin support a diagnosis of IGM 100/2010 as an enantiornithine. Re-identification eliminates the implied homoplasy of this tri-laminate eggshell structure, and instead associates enantiornithine birds with eggshell microstructure composed of a mammillary, squamatic, and external zones. Posture of the embryo follows that of other theropods with fore- and hindlimbs folded parallel to the vertebral column and the elbow pointing caudally just dorsal to the knees. The size of the egg and embryo of IGM 100/2010 is similar to the two other Mongolian enantiornithine eggs. Well-ossified skeletons, as in this specimen, characterize all known enantiornithine embryos suggesting precocial hatchlings, comparing closely to late stage embryos of modern precocial birds that are both flight- and run-capable upon hatching. Extensive ossification in enantiornithine embryos may contribute to their relatively abundant representation in the fossil record. Neoceratopsian eggs remain unrecognized in the fossil record.

  8. Process improvement of knives production in a small scale industry

    Science.gov (United States)

    Ananto, Gamawan; Muktasim, Irfan

    2017-06-01

    Small scale industry that produces several kinds of knive should increase its capacity due to the demand from the market. Qualitatively, this case study consisted of formulating the problems, collecting and analyzing the necessary data, and determining the possible recommendations for the improvement. While the current capacity is only 9 (nine), it is expected that 20 units of knife will produced per month. The processes sequence are: profiling (a), truing (b), beveling (c), heat treatment (d), polishing (e), assembly (f), sharpening (g) and finishing (h). The first process (a) is held by out-house vendor company while other steps from (b) to (g) are executed by in-house vendor. However, there is a high dependency upon the high skilled operator who executes the in -house processes that are mostly held manually with several unbalance successive tasks, where the processing time of one or two tasks require longer duration than others since the operation is merely relied on the operator's skill. The idea is the improvement or change of the profiling and beveling process. Due to the poor surface quality and suboptimal hardness resulted from the laser cut machine for profiling, it is considered to subst itute this kind of process with wire cut that is capable to obtain good surface quality with certain range levels of roughness. Through simple cutting experiments on the samples, it is expected that the generated surface quality is adequate to omit the truing process (b). In addition, the cutting experiments on one, two, and four test samples resulted the shortest time that was obtained through four pieces in one cut. The technical parameters were set according to the recommendation of machine standard as referred to samples condition such as thickness and path length that affect ed the rate of wear. Meanwhile, in order to guarantee the uniformity of knife angles that are formed through beveling process (c), a grinding fixture was created. This kind of tool diminishes the

  9. Motivation for entry, occupational commitment and intent to remain: a survey regarding Registered Nurse retention.

    Science.gov (United States)

    Gambino, Kathleen M

    2010-11-01

    This paper is a report of a study of the relationships between Registered Nurses' motivation for entering the profession, occupational commitment and intent to remain with an employer until retirement. Identifying and supporting nurses who are strongly committed to their profession may be the single most influential intervention in combating the nursing shortage. An understanding of the characteristics these individuals possess could lead to a decline in the high attrition rates plaguing the profession. Using a survey design, Registered Nurses enrolled at the school of nursing and/or employed at the associated university medical centre of a large, not-for-profit state university were polled in 2008. Logistic regression analysis was used to determine how the variables of motivation for entry and occupational commitment could indicate intent to remain. The strongest indicators of intent to remain were normative commitment and age, with a 70% average rate of correctly estimating retention. Exp(B) values for normative commitment (1·09) and age (1·07) indicated that for each one-point increase on the normative commitment scale or one-point increase in age, the odds of remaining with an employer until retirement increased by 1·1%. Transformational changes in healthcare environments and nursing schools must be made to encourage loyalty and obligation, the hallmarks of normative commitment. Retention strategies should accommodate mature nurses as well as promote normative commitment in younger nurses. © 2010 Blackwell Publishing Ltd.

  10. Factors associated with numbers of remaining teeth among type 2 diabetes: a cross-sectional study.

    Science.gov (United States)

    Huang, Jui-Chu; Peng, Yun-Shing; Fan, Jun-Yu; Jane, Sui-Whi; Tu, Liang-Tse; Chang, Chang-Cheng; Chen, Mei-Yen

    2013-07-01

    To explore the factors associated with the numbers of remaining teeth among type 2 diabetes community residents. Promoting oral health is an important nursing role for patients with diabetes, especially in disadvantaged areas. However, limited research has been carried out on the relationship between numbers of remaining teeth, diabetes-related biomarkers and personal oral hygiene among diabetic rural residents. A cross-sectional, descriptive design with a simple random sample was used. This study was part of a longitudinal cohort study of health promotion for preventing diabetic foot among rural community diabetic residents. It was carried out in 18 western coastal and inland districts of Chiayi County in central Taiwan. In total, 703 participants were enrolled in this study. The findings indicated that a high percentage of the participants (26%) had no remaining natural teeth. Nearly three quarters (74%) had fewer than 20 natural teeth. After controlling for the potential confounding factors, multivariate analysis demonstrated that the factors determining numbers of remaining teeth were age (p teeth were less tooth-brushing with dental floss, abnormal ankle brachial pressure and poor glycemic control. This study highlights the importance of nursing intervention in oral hygiene for patients with type 2 diabetes. It is necessary to initiate oral health promotion activities when diabetes is first diagnosed, especially for older diabetic residents of rural or coastal areas who are poorly educated. © 2013 John Wiley & Sons Ltd.

  11. New Neanderthal remains from Mani peninsula, Southern Greece: the Kalamakia Middle Paleolithic cave site.

    Science.gov (United States)

    Harvati, Katerina; Darlas, Andreas; Bailey, Shara E; Rein, Thomas R; El Zaatari, Sireen; Fiorenza, Luca; Kullmer, Ottmar; Psathi, Eleni

    2013-06-01

    The Kalamakia cave, a Middle Paleolithic site on the western coast of the Mani peninsula, Greece, was excavated in 1993-2006 by an interdisciplinary team from the Ephoreia of Paleoanthropology and Speleology (Greek Ministry of Culture) and the Muséum national d'Histoire naturelle (Paris). The site is dated to between ca. 100,000 and >39,000 years BP (Before Present) and has yielded Mousterian lithics, a rich fauna, and human remains from several layers. The latter include 10 isolated teeth, a cranial fragment and three postcranial elements. The remains represent at least eight individuals, two of them subadults, and show both carnivore and anthropogenic modifications. They can be identified as Neanderthal on the basis of diagnostic morphology on most specimens. A diet similar to that of Neanderthals from mixed habitat is suggested by our analysis of dental wear (occlusal fingerprint analysis) and microwear (occlusal texture microwear analysis), in agreement with the faunal and palynological analyses of the site. These new fossils significantly expand the Neanderthal sample known from Greece. Together with the human specimens from Lakonis and Apidima, the Kalamakia human remains add to the growing evidence of a strong Neanderthal presence in the Mani region during the Late Pleistocene. Copyright © 2013 Elsevier Ltd. All rights reserved.

  12. Graph Processing on GPUs: A Survey

    DEFF Research Database (Denmark)

    Shi, Xuanhua; Zheng, Zhigao; Zhou, Yongluan

    2018-01-01

    hundreds of billions, has attracted much attention in both industry and academia. It still remains a great challenge to process such large-scale graphs. Researchers have been seeking for new possible solutions. Because of the massive degree of parallelism and the high memory access bandwidth in GPU......, utilizing GPU to accelerate graph processing proves to be a promising solution. This article surveys the key issues of graph processing on GPUs, including data layout, memory access pattern, workload mapping, and specific GPU programming. In this article, we summarize the state-of-the-art research on GPU...

  13. The behavioral implications of the bilateral gamma process

    Science.gov (United States)

    Xie, Haibin; Wang, Shouyang; Lu, Zudi

    2018-06-01

    Bilateral gamma process is widely used in risk management and asset pricing. However the behavioral implications of this process remain unknown. This paper investigates this problem for the first time within the framework of Tauchen and Pitts (1983). With the assumption that there are two types of traders in the market, the optimistic and the pessimistic, we find the bilateral gamma process can be derived from Walrasian equilibrium. This finding establishes the microstructure foundations for the bilateral gamma process.

  14. Simulated Annealing Technique for Routing in a Rectangular Mesh Network

    Directory of Open Access Journals (Sweden)

    Noraziah Adzhar

    2014-01-01

    Full Text Available In the process of automatic design for printed circuit boards (PCBs, the phase following cell placement is routing. On the other hand, routing process is a notoriously difficult problem, and even the simplest routing problem which consists of a set of two-pin nets is known to be NP-complete. In this research, our routing region is first tessellated into a uniform Nx×Ny array of square cells. The ultimate goal for a routing problem is to achieve complete automatic routing with minimal need for any manual intervention. Therefore, shortest path for all connections needs to be established. While classical Dijkstra’s algorithm guarantees to find shortest path for a single net, each routed net will form obstacles for later paths. This will add complexities to route later nets and make its routing longer than the optimal path or sometimes impossible to complete. Today’s sequential routing often applies heuristic method to further refine the solution. Through this process, all nets will be rerouted in different order to improve the quality of routing. Because of this, we are motivated to apply simulated annealing, one of the metaheuristic methods to our routing model to produce better candidates of sequence.

  15. Birth-death processes with killing

    NARCIS (Netherlands)

    van Doorn, Erik A.; Zeifman, A.I.

    2004-01-01

    The purpose of this note is to point out that Karlin and McGregor's integral representation for the transition probabilities of a birth-death process on a semi-infinite lattice with an absorbing bottom state remains valid if one allows the possibility of absorption into the bottom state from any

  16. Birth-death processes with killing

    NARCIS (Netherlands)

    van Doorn, Erik A.; Zeifman, Alexander I.

    2005-01-01

    The purpose of this note is to point out that Karlin and McGregor's integral representation for the transition probabilities of a birth-death process on a semi-infinite lattice with an absorbing bottom state remains valid if one allows the possibility of absorption into the bottom state from any

  17. Enhanced tumor growth in the remaining lung after major lung resection.

    Science.gov (United States)

    Sano, Fumiho; Ueda, Kazuhiro; Murakami, Junichi; Hayashi, Masataro; Nishimoto, Arata; Hamano, Kimikazu

    2016-05-01

    Pneumonectomy induces active growth of the remaining lung in order to compensate for lost lung tissue. We hypothesized that tumor progression is enhanced in the activated local environment. We examined the effects of mechanical strain on the activation of lung growth and tumor progression in mice. The mechanical strain imposed on the right lung after left pneumonectomy was neutralized by filling the empty space that remained after pneumonectomy with a polypropylene prosthesis. The neutralization of the strain prevented active lung growth. According to an angiogenesis array, stronger monocyte chemoattractant protein-1 (MCP-1) expression was found in the strain-induced growing lung. The neutralization of the strain attenuated the release of MCP-1 from the lung cells. The intravenous injection of Lewis lung cancer cells resulted in the enhanced development of metastatic foci in the strain-induced growing lung, but the enhanced development was canceled by the neutralization of the strain. An immunohistochemical analysis revealed the prominent accumulation of tumor-associated macrophages in tumors arising in the strain-induced growing lung, and that there was a relationship between the accumulation and the MCP-1 expression status. Our results suggested that mechanical lung strain, induced by pulmonary resection, triggers active lung growth, thereby creating a tumor-friendly environment. The modification of that environment, as well as the minimizing of surgical stress, may be a meaningful strategy to improve the therapeutic outcome after lung cancer surgery. Copyright © 2016 Elsevier Inc. All rights reserved.

  18. Stochastic processes inference theory

    CERN Document Server

    Rao, Malempati M

    2014-01-01

    This is the revised and enlarged 2nd edition of the authors’ original text, which was intended to be a modest complement to Grenander's fundamental memoir on stochastic processes and related inference theory. The present volume gives a substantial account of regression analysis, both for stochastic processes and measures, and includes recent material on Ridge regression with some unexpected applications, for example in econometrics. The first three chapters can be used for a quarter or semester graduate course on inference on stochastic processes. The remaining chapters provide more advanced material on stochastic analysis suitable for graduate seminars and discussions, leading to dissertation or research work. In general, the book will be of interest to researchers in probability theory, mathematical statistics and electrical and information theory.

  19. Assessment of the Remaining Life of Bituminous Layers in Road Pavements

    Directory of Open Access Journals (Sweden)

    Kálmán Adorjányi

    2017-02-01

    Full Text Available In this paper, a mechanistic-empirical approach is presented for the assessment of bearing capacity condition of asphalt pavement layers by Falling Weight Deflectometer measurements and laboratory fatigue tests. The bearing capacity condition ratio was determined using past traffic data and the remaining fatigue life which was determined from multilayer pavement response model. The traffic growth rate was taken into account with finite arithmetic and geometric progressions. Fatigue resistance of layers’ bituminous materials was obtained with indirect tensile fatigue tests. Deduct curve of condition scores was derived with Weibull distribution.

  20. Lithium-ion battery remaining useful life prediction based on grey support vector machines

    Directory of Open Access Journals (Sweden)

    Xiaogang Li

    2015-12-01

    Full Text Available In this article, an improved grey prediction model is proposed to address low-accuracy prediction issue of grey forecasting model. The first step is using a trigonometric function to transform the original data sequence to smooth the data, which is called smoothness of grey prediction model, and then a grey support vector machine model by integrating the improved grey model with support vector machine is introduced. At the initial stage of the model, trigonometric functions and accumulation generation operation can be used to preprocess the data, which enhances the smoothness of the data and reduces the associated randomness. In addition, support vector machine is implemented to establish a prediction model for the pre-processed data and select the optimal model parameters via genetic algorithms. Finally, the data are restored through the ‘regressive generate’ operation to obtain the forecasting data. To prove that the grey support vector machine model is superior to the other models, the battery life data from the Center for Advanced Life Cycle Engineering are selected, and the presented model is used to predict the remaining useful life of the battery. The predicted result is compared to that of grey model and support vector machines. For a more intuitive comparison of the three models, this article quantifies the root mean square errors for these three different models in the case of different ratio of training samples and prediction samples. The results show that the effect of grey support vector machine model is optimal, and the corresponding root mean square error is only 3.18%.

  1. Technical, normative and social aspects of the site selection process for radioactive waste repositories

    International Nuclear Information System (INIS)

    Branco, Otavio E.A.; Rodrigues, Paulo C.H.; Carvalho Filho, Carlos A.; Cota, Stela D.S.; Ferreira, Vinicius V.M.; Peres, Sueli S.; Hiromoto, Goro

    2009-01-01

    In force since 2001, the Federal Law 10.308 states, in article 37, that the Comissao Nacional de Energia Nuclear - CNEN should start studies for the implementation of a final radioactive waste repository, 'in the shortest timeframe technically feasible'. Nevertheless, not only technical aspects have to be taken into account to accomplish with this schedule, but, also factors of political, economic and social nature. In this paper, the importance and impact of public acceptance aspects are discussed, as well as the methodology of site selection for radioactive wastes repositories, and proposals to accommodate the emanated criteria from the existing legislation. Additionally, practical results from the international experience in the implementation of such deposits are presented. (author)

  2. Reverse shoulder arthroplasty leads to significant biomechanical changes in the remaining rotator cuff

    Directory of Open Access Journals (Sweden)

    Perka Carsten

    2011-08-01

    Full Text Available Abstract Objective After reverse shoulder arthroplasty (RSA external and internal rotation will often remain restricted. A postoperative alteration of the biomechanics in the remaining cuff is discussed as a contributing factor to these functional deficits. Methods In this study, muscle moment arms as well as origin-to-insertion distance (OID were calculated using three-dimensional models of the shoulder derived from CT scans of seven cadaveric specimens. Results Moment arms for humeral rotation are significantly smaller for the cranial segments of SSC and all segments of TMIN in abduction angles of 30 degrees and above (p ≤ 0.05. Abduction moment arms were significantly decreased for all segments (p ≤ 0.002. OID was significantly smaller for all muscles at the 15 degree position (p ≤ 0.005, apart from the cranial SSC segment. Conclusions Reduced rotational moment arms in conjunction with the decrease of OID may be a possible explanation for the clinically observed impaired external and internal rotation.

  3. Le rovine "dimenticate". Identità, conservazione e valorizzazione dei resti archeologici nella periferia romana / The “forgotten” ruins. Identity, conservation and enhancement of archaeological remains in roman suburbs

    Directory of Open Access Journals (Sweden)

    Maria Grazia Ercolino

    2014-05-01

    Through a series of case-study, selected from among the tens existing in roman suburbs, it can be shown as “understanding”, “conservation” and “enhancement”, are three basic steps of the same process, the only one able to break the “anonymity” that characterizes the remains. Only a serious project may return them an active role in contemporary city.

  4. Implementation of Remaining Useful Lifetime Transformer Models in the Fleet-Wide Prognostic and Health Management Suite

    International Nuclear Information System (INIS)

    Agarwal, Vivek; Lybeck, Nancy J.; Pham, Binh; Rusaw, Richard; Bickford, Randall

    2015-01-01

    Research and development efforts are required to address aging and reliability concerns of the existing fleet of nuclear power plants. As most plants continue to operate beyond the license life (i.e., towards 60 or 80 years), plant components are more likely to incur age-related degradation mechanisms. To assess and manage the health of aging plant assets across the nuclear industry, the Electric Power Research Institute has developed a web-based Fleet-Wide Prognostic and Health Management (FW-PHM) Suite for diagnosis and prognosis. FW-PHM is a set of web-based diagnostic and prognostic tools and databases, comprised of the Diagnostic Advisor, the Asset Fault Signature Database, the Remaining Useful Life Advisor, and the Remaining Useful Life Database, that serves as an integrated health monitoring architecture. The main focus of this paper is the implementation of prognostic models for generator step-up transformers in the FW-PHM Suite. One prognostic model discussed is based on the functional relationship between degree of polymerization, (the most commonly used metrics to assess the health of the winding insulation in a transformer) and furfural concentration in the insulating oil. The other model is based on thermal-induced degradation of the transformer insulation. By utilizing transformer loading information, established thermal models are used to estimate the hot spot temperature inside the transformer winding. Both models are implemented in the Remaining Useful Life Database of the FW-PHM Suite. The Remaining Useful Life Advisor utilizes the implemented prognostic models to estimate the remaining useful life of the paper winding insulation in the transformer based on actual oil testing and operational data.

  5. Abiotic and Biotic Factors Regulating Inter-Kingdom Engagement between Insects and Microbe Activity on Vertebrate Remains

    Science.gov (United States)

    Jordan, Heather R.; Tomberlin, Jeffery K.

    2017-01-01

    A number of abiotic and biotic factors are known to regulate arthropod attraction, colonization, and utilization of decomposing vertebrate remains. Such information is critical when assessing arthropod evidence associated with said remains in terms of forensic relevance. Interactions are not limited to just between the resource and arthropods. There is another biotic factor that has been historically overlooked; however, with the advent of high-throughput sequencing, and other molecular techniques, the curtain has been pulled back to reveal a microscopic world that is playing a major role with regards to carrion decomposition patterns in association with arthropods. The objective of this publication is to review many of these factors and draw attention to their impact on microbial, specifically bacteria, activity associated with these remains as it is our contention that microbes serve as a primary mechanism regulating associated arthropod behavior. PMID:28538664

  6. Remotely operated replaceable process equipment. Fernbedient austauschbare Prozessapparatur

    Energy Technology Data Exchange (ETDEWEB)

    Westendorf, H.

    1987-07-23

    The coupling process of pneumatic and electrical auxiliary lines of a pneumatic control pressure line in a large cell of the reprocessing plant is carried out, together with the coupling process of the connecting flange of the process equipment. The coupling places of the auxiliary lines, such as control or supply lines, are laid in the flange parts of the flanges to be connected. The pipe flange on the frame side remains flush with the connecting flange of the process equipment.

  7. Utilizing coal remaining resources and post-mining land use planning based on GIS-based optimization method : study case at PT Adaro coal mine in South Kalimantan

    Directory of Open Access Journals (Sweden)

    Mohamad Anis

    2017-06-01

    Full Text Available Coal mining activities may cause a series of environmental and socio-economic issues in communities around the mining area. Mining can become an obstacle to environmental sustainability and a major hidden danger to the security of the local ecology. Therefore, the coal mining industry should follow some specific principles and factors in achieving sustainable development. These factors include geological conditions, land use, mining technology, environmental sustainability policies and government regulations, socio-economic factors, as well as sustainability optimization for post-mining land use. Resources of the remains of the coal which is defined as the last remaining condition of the resources and reserves of coal when the coal companies have already completed the life of the mine or the expiration of the licensing contract (in accordance with government permission. This research uses approch of knowledge-driven GIS based methods mainly Analytical Hierarchy Process (AHP and Fuzzy logic for utilizing coal remaining resources and post-mining land use planning. The mining area selected for this study belongs to a PKP2B (Work Agreement for Coal Mining company named Adaro Indonesia (PT Adaro. The result shows that geologically the existing formation is dominated by Coal Bearing Formation (Warukin Formation which allows the presence of remains coal resource potential after the lifetime of mine, and the suitability of rubber plantation for the optimization of land use in all mining sites and also in some disposal places in conservation areas and protected forests.

  8. What Makes Hotel Expatriates Remain in Their Overseas Assignments: A Grounded Theory Study

    Science.gov (United States)

    Ho, Zoe Ju-Yu

    2012-01-01

    In this study the researcher uses a qualitative research design to discover what makes hotel expatriates remain in their overseas assignments. In-depth interviews, participant observations, and personal documents are used as data collection methods. Four hotel expatriates are recruited as participants of the study. The collected interview…

  9. On use of radial evanescence remain term in kinematic hardening

    International Nuclear Information System (INIS)

    Geyer, P.

    1995-01-01

    This paper presents the interest which lies in non-linear kinematic hardening rule with radial evanescence remain term as proposed for modelling multiaxial ratchetting. From analytical calculations in the case of the tension/torsion test, this ratchetting is compared with that proposed by Armstrong and Frederick. A modification is then proposed for Chaboche's elastoplastic model with two non-linear kinematic variables, by coupling the two types of hardening by means of two scalar parameters. Identification of these two parameters returns to speculate on the directions of strain in order to adjust the ratchetting to experimental observations. Using biaxial ratchetting tests on stainless steel 316 L specimens at ambient temperature, it is shown that satisfactory modelling of multiaxial ratchetting is obtained. (author). 4 refs., 5 figs

  10. Determining buried grid street system and native of the remains with GPR and petrography, in ancient Nysa city, Aydin - Turkey

    Science.gov (United States)

    Kadioglu, Selma; Kadioglu, Musa; Kadioglu, Yusuf K.

    2010-05-01

    Nysa, is one of the most important ancient cities of the region of Caria in Anatolia (Asia Minor), was built on the slopes on the sides of the stream called Tekkecik, in a 3 km North of Sultanhisar, East of Aydın city of Turkey. The buildings, streets and public squares of the ancient city were supported by vaulted substructures adapted to the topographic conditions. There are important ruins on the site from the Hellenistic and the Roman periods and the Byzantine era. Now the Greek theatre and its walled entrance are intact. Other important remains are the gymnasium, stadium, library, temple, nymphaeum, bridge a tunnel like structure and the Byzantine churches in the West; the agora, Bouleuterion / Gerontikon, and the Roman public baths in the East. The first aim of the study was to determine the locations of the buried streets thought grid system according to the some excavated results already in the east and west side of the Nysa. Therefore the GPR studies were realized selected areas, which could include the streets, around the Bouleuterion / Gerontikon and at the South of the library. Two dimensional (2D) GPR data were measured on the parallel GPR profiles spaced 1m apart on each part of the study areas using 250 MHz shielded antennas. The processed parallel profile data set was formed through a solid 3D view by aligning the profiles respectively. A simplified amplitude-color range and appropriate opacity function were constructed to activate buried remains. Interactive interpretation was done with time slices and transparent sub-blocks of the 3D volume by arranging an opaque function. It was known that the maximum amplitudes represented the remains. So, weak amplitude range around the zero amplitude was eliminated by giving zero opacity value and transparent 3D imaging was obtained. The second known was that the amplitudes were decreased according to time. Therefore, amplitude scale could be weighted by a constant coefficient changing with the time range of

  11. Viral hepatitis B and C. Cure or treatment?

    Directory of Open Access Journals (Sweden)

    Dimitrios A. Kountouras

    2014-12-01

    Full Text Available HBV and HCV infections are among the most important global health problems; both represent also the leading cause of cirrhosis and HCC worldwide. HBV treatment cannot be considered cure but effective viral suppression can be achieved and remains the current principal goal of therapy. Talking about HCV treatment today equals to talking about total cure of the patient, with treatments of very high SVR rates, shorter if not shortest duration, minimal risk for resistance, pangenotypic and practically with no serious adverse events, no fibrosis or previous treatment status limitations, but also with a very high cost.

  12. Cascading Gravity Extending the Dvali-Gabadadze-Porrati Model to Higher Dimension

    CERN Document Server

    de Rham, Claudia; Hofmann, Stefan; Khoury, Justin; Pujolas, Oriol; Redi, Michele; Tolley, Andrew J

    2008-01-01

    We present a higher codimension generalization of the DGP scenario which, unlike previous attempts, is free of ghost instabilities. The 4D propagator is made regular by embedding our visible 3-brane within a 4-brane, each with their own induced gravity terms, in a flat 6D bulk. The model is ghost-free if the tension on the 3-brane is larger than a certain critical value, while the induced metric remains flat. The gravitational force law `cascades' from a 6D behavior at the largest distances followed by a 5D and finally a 4D regime at the shortest scales.

  13. A performance evaluation of ACO and SA TSP in a supply chain network

    Science.gov (United States)

    Rao, T. Srinivas

    2017-07-01

    Supply Chain management and E commerce business solutions are one of the prominent areas of active research. In our paper we have modelled a supply chain model which aggregates all the manufacturers requirement and the products are supplied to all the manufacturer through a common vehicle routing algorithm. An appropriate tsp has been constructed for all the manufacturers which determines the shortest route thru which the aggregated material can be supplied in the shortest possible time. In this paper we have solved the shortest route through constructing a Simulated annealing algorithm and Ant colony algorithm and their performance is evaluated.

  14. Practices of Elementary Principals in Influencing New Teachers to Remain in Education

    OpenAIRE

    Palermo, Thelma D.

    2002-01-01

    The grounded theory presented in this study describes practices elementary principals utilize in influencing new teachers to remain in education. Eleven teachers and three elementary principals from one school division in Virginia participated in this study. Interview data were collected, elementary principals were shadowed, and documents were analyzed. Thematic categories and sub categories were formed through data analysis. The grounded theory that resulted from this study is: principals wh...

  15. Modelling of volunteer satisfaction and intention to remain in community service: A stepwise approach

    Science.gov (United States)

    Hasan, Hazlin; Wahid, Sharifah Norhuda Syed; Jais, Mohammad; Ridzuan, Arifi

    2017-05-01

    The purpose of this study is to obtain the most significant model of volunteer satisfaction and intention to remain in community service by using a stepwise approach. Currently, Malaysians, young and old are showing more interests in involving themselves in community service projects, either locally or internationally. This positive movement of serving the needy is somehow being halted by the lack of human and financial resources. Therefore, the trend today sees organizers of such projects depend heavily on voluntary supports as they enable project managers to add and to expand the quantity and diversity of services offered without exhausting the minimal budget available. Volunteers are considered a valuable commodity as the available pool of volunteers may be declining due to various reasons which include the volunteer satisfaction. In tandem with the existing situation, a selected sample of 215 diploma students from one of the public universities in Malaysia, who have been involved in at least one community service project, agreed that everybody should have a volunteering intention in helping others. The findings revealed that the most significant model obtained contains two factors that contributed towards intention to remain in community service; work assignment and organizational support, with work assignment becoming the most significant factor. Further research on the differences of intention to remain in community service between students' stream and gender would be conducted to contribute to the body of knowledge.

  16. Prediction of pavement remaining service life based on repetition of load and permanent deformation

    Science.gov (United States)

    Usman, R. S.; Setyawan, A.; Suprapto, M.

    2018-03-01

    One of the methods which was applied in the assessment of flexible pavement performance was mechanistic method assuming structures of road pavement to become multi-layer structure for flexible pavement, that the vehicle load working on the pavement layer under repetition with power failure worth 1 (one) unit which was assumed as evenly distributed static load, and therefore the pavement material would provide response in the form of stress, strain, and deflection. This is closely related in order to assess the structure of flexible pavement and to predict the remaining service life on the roads of Pulau Indah sta 0 + 000 to sta. 0 + 845 in Kota Kupang, Nusa Tenggara Timur. The performance appraisal indicator which was used was fatigue cracking happening bottom of the asphalt layer and permanent deformation (rutting) on the surface of subgrade. The strain estimate on the flexible pavement layer structure needs carefulness and high accuracy and therefore a software like KENPAVE which produces horizontal tensile strain of 8,802E-05 and vertical compressive strain of 2,642E-04 was used. By applying equation of The Asphalt Instituteit was obtained repetition of permit load when reaching fatigue cracking (Nf) was 16.071.516 ESAL and permanent deformation (rutting) was 14.703.867 ESAL and also it was predicted the remaining service life of pavement applied the equation of AASTHO 1993 by considering Traffic Multiplier factor (TM 1.8, TM 1.9 and TM 2.0) obtained the remaining life service due to fatigue of 5.51% in the year of 13th (TM 1.8), 7.95% in the year of12th (TM 1.9) and 3.11% (TM 2.0) in the year of 12th, also the remaining service life due to rutting of 4.69% in the year of 12th(TM 1.8), 7.79% in the year of 11th (TM 1.9), and 2.94 in the year of 11th (TM 2.0).

  17. The Role of Motor Processes in Three-Dimensional Mental Rotation: Shaping Cognitive Processing via Sensorimotor Experience

    Science.gov (United States)

    Moreau, David

    2012-01-01

    An extensive body of literature has explored the involvement of motor processes in mental rotation, yet underlying individual differences are less documented and remain to be fully understood. We propose that sensorimotor experience shapes spatial abilities such as assessed in mental rotation tasks. Elite wrestlers' and non-athletes' mental…

  18. Recovery process for electroless plating baths

    Science.gov (United States)

    Anderson, Roger W.; Neff, Wayne A.

    1992-01-01

    A process for removing, from spent electroless metal plating bath solutions, accumulated byproducts and counter-ions that have deleterious effects on plating. The solution, or a portion thereof, is passed through a selected cation exchange resin bed in hydrogen form, the resin selected from strong acid cation exchangers and combinations of intermediate acid cation exchangers with strong acid cation exchangers. Sodium and nickel ions are sorbed in the selected cation exchanger, with little removal of other constituents. The remaining solution is subjected to sulfate removal through precipitation of calcium sulfate hemihydrate using, sequentially, CaO and then CaCO.sub.3. Phosphite removal from the solution is accomplished by the addition of MgO to form magnesium phosphite trihydrate. The washed precipitates of these steps can be safely discarded in nontoxic land fills, or used in various chemical industries. Finally, any remaining solution can be concentrated, adjusted for pH, and be ready for reuse. The plating metal can be removed from the exchanger with sulfuric acid or with the filtrate from the magnesium phosphite precipitation forming a sulfate of the plating metal for reuse. The process is illustrated as applied to processing electroless nickel plating baths.

  19. DNA Identification of Commingled Human Remains from the Cemetery Relocated by Flooding in Central Bosnia and Herzegovina.

    Science.gov (United States)

    Čakar, Jasmina; Pilav, Amela; Džehverović, Mirela; Ahatović, Anesa; Haverić, Sanin; Ramić, Jasmin; Marjanović, Damir

    2018-01-01

    The floods in Bosnia and Herzegovina in May 2014 caused landslides all over the country. In the small village of Šerići, near the town of Zenica, a landslide destroyed the local cemetery, relocated graves, and commingled skeletal remains. As the use of other physical methods of identification (facial recognition, fingerprint analysis, dental analysis, etc.) was not possible, DNA analysis was applied. DNA was isolated from 20 skeletal remains (bone and tooth samples) and six reference samples (blood from living relatives) and amplified using PowerPlex ® Fusion and PowerPlex ® Y23 kits. DNA profiles were generated for all reference samples and 17 skeletal remains. A statistical analysis (calculation of paternity, maternity, and sibling indexes and matching probabilities) resulted in 10 positive identifications. In this study, 5 individuals were identified based on one reference sample. This has once again demonstrated the significance of DNA analysis in resolving the most complicated cases, such as the identification of commingled human skeletal remains. © 2017 American Academy of Forensic Sciences.

  20. In the digital era, architectural distortion remains a challenging radiological task

    International Nuclear Information System (INIS)

    Suleiman, W.I.; McEntee, M.F.; Lewis, S.J.; Rawashdeh, M.A.; Georgian-Smith, D.; Heard, R.; Tapia, K.; Brennan, P.C.

    2016-01-01

    Aim: To compare readers' performance in detecting architectural distortion (AD) compared with other breast cancer types using digital mammography. Materials and methods: Forty-one experienced breast screen readers (20 US and 21 Australian) were asked to read a single test set of 30 digitally acquired mammographic cases. Twenty cases had abnormal findings (10 with AD, 10 non-AD) and 10 cases were normal. Each reader was asked to locate and rate any abnormalities. Lesion and case-based performance was assessed. For each collection of readers (US; Australian; combined), jackknife free-response receiver operating characteristic (JAFROC), figure of merit (FOM), and inferred receiver operating characteristic (ROC), area under curve (Az) were calculated using JAFROC v.4.1 software. Readers' sensitivity, location sensitivity, JAFROC, FOM, ROC, Az scores were compared between cases groups using Wilcoxon's signed ranked test statistics. Results: For lesion-based analysis, significantly lower location sensitivity (p=0.001) was shown on AD cases compared with non-AD cases for all reader collections. The case-based analysis demonstrated significantly lower ROC Az values (p=0.02) for the first collection of readers, and lower sensitivity for the second collection of readers (p=0.04) and all-readers collection (p=0.008), for AD compared with non-AD cases. Conclusions: The current work demonstrates that AD remains a challenging task for readers, even in the digital era. - Highlights: • Architectural Distortion interpretation remains challenging for readers even with digital acquisition. • Significantly lower location sensitivity and sensitivity values for the AD were shown.

  1. Morphology study of thoracic transverse processes and its significance in pedicle-rib unit screw fixation.

    Science.gov (United States)

    Cui, Xin-gang; Cai, Jin-fang; Sun, Jian-min; Jiang, Zhen-song

    2015-03-01

    Thoracic transverse process is an important anatomic structure of the spine. Several anatomic studies have investigated the adjacent structures of the thoracic transverse process. But there is still a blank on the morphology of the thoracic transverse processes. The purpose of the cadaveric study is to investigate the morphology of thoracic transverse processes and to provide morphology basis for the pedicle-rib unit (extrapedicular) screw fixation method. Forty-five adult dehydrated skeletons (T1-T10) were included in this study. The length, width, thickness, and the tilt angle (upward and backward) of the thoracic transverse process were measured. The data were then analyzed statistically. On the basis of the morphometric study, 5 fresh cadavers were used to place screws from transverse processes to the vertebral body in the thoracic spine, and then observed by the naked eye and on computed tomography scans. The lengths of thoracic transverse processes were between 16.63±1.59 and 18.10±1.95 mm; the longest was at T7, and the shortest was at T10. The widths of thoracic transverse processes were between 11.68±0.80 and 12.87±1.48 mm; the widest was at T3, and the narrowest was at T7. The thicknesses of thoracic transverse processes were between 7.86±1.24 and 10.78±1.35 mm; the thickest was at T1, and the thinnest was at T7. The upward tilt angles of thoracic transverse processes were between 24.9±3.1 and 3.0±1.56 degrees; the maximal upward tilt angle was at T1, and the minimal upward tilt angle was at T7. The upward tilt angles of T1 and T2 were obviously different from the other thoracic transverse processes (Ptransverse processes gradually increased from 24.5±2.91 degrees at T1 to 64.5±5.12 degrees at T10. The backward tilt angles were significantly different between each other, except between T5 and T6. In the validation study, screws were all placed successfully from transverse processes to the vertebrae of thoracic spine. The length, width, and

  2. Katrina's Legacy: Processes for Patient Disaster Preparation Have Improved but Important Gaps Remain.

    Science.gov (United States)

    Icenogle, Marjorie; Eastburn, Sasha; Arrieta, Martha

    2016-11-01

    Ensuring continuity of care for patients with chronic illness, who are elderly or indigent presents unique challenges after disasters; this population has fewer financial resources, is less likely to evacuate, has limited access to recovery resources and is significantly dependent on charitable and government-funded institutions for care. This study expands a previous investigation of the extent to which healthcare providers in coastal Mississippi and Alabama have made changes to facilitate continued care to these populations after disasters. Key informants representing healthcare and social services organizations serving health-disparate residents of the Mississippi and Alabama Gulf Coast were interviewed regarding disaster preparation planning for the period of 2009-2012. Interview transcripts were qualitatively coded and analyzed for emerging themes using ATLAS.ti software. Participant organizations have implemented changes to ensure continuity of care for patients with chronic illness in case of disasters. Changes include patient assistance with predisaster preparation and training; evacuation planning and assistance; support to find resources in evacuation destinations; equipping patients with prescription information, diagnoses, treatment plans and advance medications when a disaster is imminent; multiple methods for patients to communicate with providers and more mandated medical needs shelters. Patients whose chronic conditions were diagnosed post-Katrina are more likely to underestimate the need to prepare. Further, patients' lack of compliance tends to increase as time passes from disasters. Although changes were implemented, results indicate that these may be inadequate to completely address patient needs. Thus, additional efforts may be needed, underscoring the complexity of adequate disaster preparation among disparate populations. Copyright © 2016 Southern Society for Clinical Investigation. Published by Elsevier Inc. All rights reserved.

  3. Ultra-processed Food Intake and Obesity: What Really Matters for Health-Processing or Nutrient Content?

    Science.gov (United States)

    Poti, Jennifer M; Braga, Bianca; Qin, Bo

    2017-12-01

    The aim of this narrative review was to summarize and critique recent evidence evaluating the association between ultra-processed food intake and obesity. Four of five studies found that higher purchases or consumption of ultra-processed food was associated with overweight/obesity. Additional studies reported relationships between ultra-processed food intake and higher fasting glucose, metabolic syndrome, increases in total and LDL cholesterol, and risk of hypertension. It remains unclear whether associations can be attributed to processing itself or the nutrient content of ultra-processed foods. Only three of nine studies used a prospective design, and the potential for residual confounding was high. Recent research provides fairly consistent support for the association of ultra-processed food intake with obesity and related cardiometabolic outcomes. There is a clear need for further studies, particularly those using longitudinal designs and with sufficient control for confounding, to potentially confirm these findings in different populations and to determine whether ultra-processed food consumption is associated with obesity independent of nutrient content.

  4. Alpha current flow betweenness centrality

    NARCIS (Netherlands)

    Avrachenkov, K.; Litvak, Nelli; Medyanikov, V.; Sokol, M.

    2013-01-01

    A class of centrality measures called betweenness centralities reflects degree of participation of edges or nodes in communication between different parts of the network. The original shortest-path betweenness centrality is based on counting shortest paths which go through a node or an edge. One of

  5. Within the genome, long telomeres are more informative than short telomeres with respect to fitness components in a long-lived seabird

    NARCIS (Netherlands)

    Bauch, Christina; Becker, Peter H.; Verhulst, Simon

    Telomeres, DNA-protein structures at chromosome ends, shorten with age, and telomere length has been linked to age-related diseases and survival. In vitro studies revealed that the shortest telomeres trigger cell senescence, but whether the shortest telomeres are also the best biomarker of ageing is

  6. Fish remains from Miocene beds of Višnja vas near Vojnik, Slovenia

    Directory of Open Access Journals (Sweden)

    Aleš Šoster

    2013-06-01

    Full Text Available This paper discusses fossil teeth of sharks (Elasmobranchii, Neoselachii and porgies (Teleostei, Sparidae fromthe Miocene glauconite sandstones of Vi{nja vas near Vojnik. The remains of fish teeth, mostly tooth crowns, belongto cartilaginous fishes of the genera Notorynchus, Carcharias, Carcharoides, Isurus and Cosmopolitodus and to abony fish genus Pagrus.

  7. Analysis of the asymmetrical shortest two-server queueing model

    NARCIS (Netherlands)

    J.W. Cohen

    1995-01-01

    textabstractThis study presents the analytic solution for the asymmetrical two-server queueing model with arriving customers joining the shorter queue for the case with Poisson arrivals and negative exponentially distributed service times. The bivariate generating function of the stationary joint

  8. Distance estimation by computer vision and shortest path planning ...

    African Journals Online (AJOL)

    Journal Home > Vol 10, No 6S (2018) > ... The proposed way also detects and avoids obstacles in an environment using a single ... This paper has a great importance because of its fast execution speed also vision is a smart sensor as it helps ...

  9. DFAs and PFAs with long shortest synchronizing word length

    NARCIS (Netherlands)

    De Bondt, M.; Don, H.; Zantema, H.; Charlier, E.; Leroy, J.; Rigo, M.

    2017-01-01

    It was conjectured by Černý in 1964, that a synchronizing DFA on n states always has a synchronizing word of length at most (n-1)2 and he gave a sequence of DFAs for which this bound is reached. Until now a full analysis of all DFAs reaching this bound was only given for n ≤ 4 and with bounds on the

  10. Rancang Bangun Transportasi Logistik Kakao Agroindustri Coklat Kabupaten Pidie Jaya Provinsi Aceh

    Directory of Open Access Journals (Sweden)

    Yusriana Yusriana

    2013-02-01

    Full Text Available Factual problems of the cocoa bean agroindustry at Pidie Jaya District, Aceh Province were large distances between farmers and processor, thus determining the shortest part route, backhaul location and quality risk becomes critically to the assess. The objective this research are to determine shortest route based on the location of suppliers, back location, and risk quality recommendations. Requirement of shortest part route solved by Algorithm Djisktra, Backhaul location with MPE and Risk management quality by Multi Expert Multi Criteria Decision Making, aggregation criteria with OWA. The result of the study shows that the shortest distance suppliers Aceh Timur District was 282km, Aceh Utara District 116km, Bireuen District 57km, Pidie District 24km and Aceh Tenggara District 391km. Backhaul location sat Aceh Tengah District with a value of MPE(6533. Alternative of quality risk management were direct fermentation, improvement of transport facilities and container with a high rating criteria, thus the agroindustry has to focus on this dimension.

  11. Animal and plant remains in a tomb in test-pit 1/05, outside the fortified imperial palace Felix Romuliana

    Directory of Open Access Journals (Sweden)

    Dimitrijević Vesna

    2007-01-01

    Full Text Available During the excavations of a tomb located outside the defence walls of the imperial palace, Felix Romuliana, animal and plant remains were collected the analysis of which is the subject of the present study. The faunal remains include the bones and teeth of domestic animals - mule (Equus caballus x Equus asinus, domestic ox (Bos taurus, sheep (Ovis aries, sheep or goat (Ovis/Capra, pig (Sus domesticus and dog (Canis familiaris, a few remains of wild animals - red deer (Cervus elaphus and fox (Vulpes vulpes, and bone of a bird. Until now, no remains of mule have been discovered on sites originating from the classical period at the territory of Serbia. As for plant remains, pieces of carbonized oak wood (Quercus and maple wood (Acer were found, as well as a carbonized seed of a cultivated grapevine (Vitis vinifera vinifera and a tiny fruit of goosegrass (Galium aparine.

  12. Abnormal topological organization in white matter structural networks revealed by diffusion tensor tractography in unmedicated patients with obsessive-compulsive disorder.

    Science.gov (United States)

    Zhong, Zhaoxi; Zhao, Tengda; Luo, Jia; Guo, Zhihua; Guo, Meng; Li, Ping; Sun, Jing; He, Yong; Li, Zhanjiang

    2014-06-03

    Obsessive-compulsive disorder (OCD) is a chronic psychiatric disorder defined by recurrent thoughts, intrusive and distressing impulses, or images and ritualistic behaviors. Although focal diverse regional abnormalities white matter integrity in specific brain regions have been widely studied in populations with OCD, alterations in the structural connectivities among them remain poorly understood. The aim was to investigate the abnormalities in the topological efficiency of the white matter networks and the correlation between the network metrics and Yale-Brown Obsessive-Compulsive Scale scores in unmedicated OCD patients, using diffusion tensor tractography and graph theoretical approaches. This study used diffusion tensor imaging and deterministic tractography to map the white matter structural networks in 26 OCD patients and 39 age- and gender-matched healthy controls; and then applied graph theoretical methods to investigate abnormalities in the global and regional properties of the white matter network in these patients. The patients and control participants both showed small-world organization of the white matter networks. However, the OCD patients exhibited significant abnormal global topology, including decreases in global efficiency (t = -2.32, p = 0.02) and increases in shortest path length, Lp (t = 2.30, p = 0.02), the normalized weighted shortest path length, λ (t = 2.08, p=0.04), and the normalized clustering coefficient, γ (t = 2.26, p = 0.03), of their white matter structural networks compared with healthy controls. Further, the OCD patients showed a reduction in nodal efficiency predominately in the frontal regions, the parietal regions and caudate nucleus. The normalized weighted shortest path length of the network metrics was significantly negatively correlated with obsessive subscale of the Yale-Brown Obsessive-Compulsive Scale (r = -0.57, p = 0.0058). These findings demonstrate the abnormal topological efficiency in the white matter networks

  13. Fish and other faunal remains from a Late Iron Age site on the Letaba River, Kruger National Park

    Directory of Open Access Journals (Sweden)

    Ina Plug

    1991-09-01

    Full Text Available Fish remains from Late Iron Age sites in the Transvaal are relatively scarce. It seems as if the people did not utilize the riverine resources extensively. Therefore the unique assemblage of large numbers of fish bones on a Late Iron Age site, provides some insight into the fish population of a section of the Letaba River a few hundred years ago. The presence of other faunal remains provides some information on prehistoric utilization of the environment in general. Hunting strategies and aspects of herding can also be deduced from the faunal remains.

  14. TMI in perspective: reactor containment stands up, difficult decisions remain

    International Nuclear Information System (INIS)

    Corey, G.R.

    1979-01-01

    Commonwealth Edison Co. is increasing its commitment to nuclear energy after reviewing the performance of the Three Mile Island reactor containment systems. Both the reactor vessel and the secondary containment remained intact and no radiation was reported in the soil or water. The public discussion of energy options which followed the accident will benefit both the public and technical community even if there is a temporary slowdown in nuclear power development. The realities of energy supplies have become evident; i.e., that nuclear and coal are the only available options for the short-term. The discussion should also lead to better personnel training, regulatory reforms, risk-sharing insurance, and international standards. The public hysteria triggered by the accident stemmed partly from the combination of unfortunate incidents and the media coverage, which led to hasty conclusions

  15. Are the alleged remains of Johann Sebastian Bach authentic?

    Science.gov (United States)

    Zegers, Richard H C; Maas, Mario; Koopman, A Ton G; Maat, George J R

    2009-02-16

    A skeleton alleged to be that of Johann Sebastian Bach (1685-1750) was exhumed from a graveyard in Leipzig, Germany, in 1894, but its authenticity is not established. In 1895, anatomist Wilhelm His concluded from his examination of the skeleton and reconstruction of the face that it most likely belonged to Bach. In 1949, surgeon Wolfgang Rosenthal noticed exostoses on the skeleton and on x-rays of 11 living organists and proposed a condition, Organistenkrankheit, which he interpreted as evidence that the skeleton was Bach's. However, our critical assessment of the remains analysis raises doubts: the localisation of the grave was dubious, and the methods used by His to reconstruct the face are controversial. Also, our study of the pelvic x-rays of 12 living professional organists failed to find evidence for the existence of Organistenkrankheit. We believe it is unlikely that the skeleton is that of Bach; techniques such as DNA analysis might help resolve the question but, to date, church authorities have not approved their use on the skeleton.

  16. Applying Knowledge of Species-Typical Scavenging Behavior to the Search and Recovery of Mammalian Skeletal Remains.

    Science.gov (United States)

    Young, Alexandria; Stillman, Richard; Smith, Martin J; Korstjens, Amanda H

    2016-03-01

    Forensic investigations involving animal scavenging of human remains require a physical search of the scene and surrounding areas. However, there is currently no standard procedure in the U.K. for physical searches of scavenged human remains. The Winthrop and grid search methods used by police specialist searchers for scavenged remains were examined through the use of mock red fox (Vulpes vulpes) scatter scenes. Forty-two police specialist searchers from two different regions within the U.K. were divided between those briefed and not briefed with fox-typical scavenging information. Briefing searchers with scavenging information significantly affected the recovery of scattered bones (χ(2) = 11.45, df = 1, p = 0.001). Searchers briefed with scavenging information were 2.05 times more likely to recover bones. Adaptions to search methods used by searchers were evident on a regional level, such that searchers more accustom to a peri-urban to rural region recovered a higher percentage of scattered bones (58.33%, n = 84). © 2015 American Academy of Forensic Sciences.

  17. Archaeobotanical study of ancient food and cereal remains at the Astana Cemeteries, Xinjiang, China.

    Directory of Open Access Journals (Sweden)

    Tao Chen

    Full Text Available Starch grain, phytolith and cereal bran fragments were analyzed in order to identify the food remains including cakes, dumplings, as well as porridge unearthed at the Astana Cemeteries in Turpan of Xinjiang, China. The results suggest that the cakes were made from Triticum aestivum while the dumplings were made from Triticum aestivum, along with Setaria italica. The ingredients of the porridge remains emanated from Panicum miliaceum. Moreover, direct macrobotantical evidence of the utilization of six cereal crops, such as Triticum aestivum, Hordeum vulgare var. coeleste, Panicum miliaceum, Setaria italica, Cannabis sativa, and Oryza sativa in the Turpan region during the Jin and Tang dynasties (about 3(rd to 9(th centuries is also presented. All of these cereal crops not only provided food for the survival of the indigenous people, but also spiced up their daily life.

  18. Archaeobotanical study of ancient food and cereal remains at the Astana Cemeteries, Xinjiang, China.

    Science.gov (United States)

    Chen, Tao; Wu, Yan; Zhang, Yongbing; Wang, Bo; Hu, Yaowu; Wang, Changsui; Jiang, Hongen

    2012-01-01

    Starch grain, phytolith and cereal bran fragments were analyzed in order to identify the food remains including cakes, dumplings, as well as porridge unearthed at the Astana Cemeteries in Turpan of Xinjiang, China. The results suggest that the cakes were made from Triticum aestivum while the dumplings were made from Triticum aestivum, along with Setaria italica. The ingredients of the porridge remains emanated from Panicum miliaceum. Moreover, direct macrobotantical evidence of the utilization of six cereal crops, such as Triticum aestivum, Hordeum vulgare var. coeleste, Panicum miliaceum, Setaria italica, Cannabis sativa, and Oryza sativa in the Turpan region during the Jin and Tang dynasties (about 3(rd) to 9(th) centuries) is also presented. All of these cereal crops not only provided food for the survival of the indigenous people, but also spiced up their daily life.

  19. The privacy concerns in location based services: protection approaches and remaining challenges

    OpenAIRE

    Basiri, Anahid; Moore, Terry; Hill, Chris

    2016-01-01

    Despite the growth in the developments of the Location Based Services (LBS) applications, there are still several challenges remaining. One of the most important concerns about LBS, shared by many users and service providers is the privacy. Privacy has been considered as a big threat to the adoption of LBS among many users and consequently to the growth of LBS markets. This paper discusses the privacy concerns associated with location data, and the current privacy protection approaches. It re...

  20. Image Processing: Some Challenging Problems

    Science.gov (United States)

    Huang, T. S.; Aizawa, K.

    1993-11-01

    Image processing can be broadly defined as the manipulation of signals which are inherently multidimensional. The most common such signals are photographs and video sequences. The goals of processing or manipulation can be (i) compression for storage or transmission; (ii) enhancement or restoration; (iii) analysis, recognition, and understanding; or (iv) visualization for human observers. The use of image processing techniques has become almost ubiquitous; they find applications in such diverse areas as astronomy, archaeology, medicine, video communication, and electronic games. Nonetheless, many important problems in image processing remain unsolved. It is the goal of this paper to discuss some of these challenging problems. In Section I, we mention a number of outstanding problems. Then, in the remainder of this paper, we concentrate on one of them: very-low-bit-rate video compression. This is chosen because it involves almost all aspects of image processing.

  1. Respiratory symptoms among industrial workers exposed to water aerosol. A pilot study of process water and air microbial quality

    Directory of Open Access Journals (Sweden)

    Bożena Krogulska

    2013-02-01

    Full Text Available Background: The frequency of respiratory symptoms in workers exposed to water aerosol was evaluated along with the preliminary assessment of microbiological contamination of air and water used in glass processing plants. Material and Methods: A questionnaire survey was conducted in 131 workers from 9 glass processing plants. Questions focused on working conditions, respiratory symptoms and smoking habits. A pilot study of air and water microbiological contamination in one glass processing plant was performed. Water samples were tested for Legionella in accordance with EN ISO 11731-2:2008 and for total colony count according to PN-EN ISO 6222:2004. Air samples were tested for total numbers of molds and mildews. Results: During the year preceding the survey acute respiratory symptoms occurred in 28.2% of participants, while chronic symptoms were reported by 29% of respondents. Increased risks of cough and acute symptoms suggestive of pneumonia were found among the respondents working at a distance up to 20 m from the source of water aerosol compared to other workers (OR = 2.7, with no difference in the frequency of other symptoms. A microbiological analysis of water samples from selected glass plant revealed the presence of L. pneumophila, exceeding 1000 cfu/100 ml. The number of bacteria and fungi detected in air samples (above 1000 cfu/m3 suggested that water aerosol at workplaces can be one of the sources of the air microbial contamination. Conclusions: The questionnaire survey revealed an increased risk of cough and acute symptoms suggestive of pneumonia in the group working at a shortest distance form the source of water aerosol. Med Pr 2013;64(1:47–55

  2. Reach-to-grasp movement as a minimization process.

    Science.gov (United States)

    Yang, Fang; Feldman, Anatol G

    2010-02-01

    It is known that hand transport and grasping are functionally different but spatially coordinated components of reach-to-grasp (RTG) movements. As an extension of this notion, we suggested that body segments involved in RTG movements are controlled as a coherent ensemble by a global minimization process associated with the necessity for the hand to reach the motor goal. Different RTG components emerge following this process without pre-programming. Specifically, the minimization process may result from the tendency of neuromuscular elements to diminish the spatial gap between the actual arm-hand configuration and its virtual (referent) configuration specified by the brain. The referent configuration is specified depending on the object shape, localization, and orientation. Since the minimization process is gradual, it can be interrupted and resumed following mechanical perturbations, at any phase during RTG movements, including hand closure. To test this prediction of the minimization hypothesis, we asked subjects to reach and grasp a cube placed within the reach of the arm. Vision was prevented during movement until the hand returned to its initial position. As predicted, by arresting wrist motion at different points of hand transport in randomly selected trials, it was possible to halt changes in hand aperture at any phase, not only during hand opening but also during hand closure. Aperture changes resumed soon after the wrist was released. Another test of the minimization hypothesis was made in RTG movements to an object placed beyond the reach of the arm. It has previously been shown (Rossi et al. in J Physiol 538:659-671, 2002) that in such movements, the trunk motion begins to contribute to hand transport only after a critical phase when the shifts in the referent arm configuration have finished (at about the time when hand velocity is maximal). The minimization rule suggests that when the virtual contribution of the arm to hand transport is completed

  3. Regeneration of dermal patterns from the remaining pigments after surgery in Eublepharis macularius (a case report).

    Science.gov (United States)

    Nakashima, Noriyuki

    2016-07-12

    Dermal injury of the Eublepharis macularius (leopard gecko) often results in a loss of the spotted patterns. The scar is usually well recovered, but the spots and the tubercles may be lost depending on the size and part of the lesion. This report presents a surgical attempting, in which the pigments in the edge of the remaining skin flap are partially preserved to maximally restore the natural pigmentation patterns during the course of dermal regeneration. A four-year-old female lizard E. macularius was evaluated due to a subcutaneous tumor in the occipito-pterional portion behind its right eye. A solid tumor beneath the skin was surgically enucleated under general anesthesia. Then, the ulcerated skin was dissected away together with the tumor. The necrotic edge of the remaining skin flap was carefully trimmed to leave as much of the pigmented portions as possible on the outskirt of the skin flap. The scar was covered with the remaining skin flap, and the uncovered lesion was protected with Vaseline containing gentamicin. The lesion was rapidly covered with regenerated dermis within a week, and the epidermis with round and well-oriented pigmented spots were almost completely restored in four months. The surgical suture of the skin flap after removal of the ulcerated margins resulted in the scar-free regeneration of the scales and the pigmented spots. And the pigmented spots of the remaining skin close to the lesion site might be a source of the regenerated spots.

  4. The cost of the muse: poets die young.

    Science.gov (United States)

    Kaufman, James C

    2003-11-01

    Although several investigations have found that poets tend to die younger than other types of writers, these studies often do not take into account variables of gender and culture. This study examines 1,987 deceased writers from four different cultures: American, Chinese, Turkish, and Eastern European. Both male and female poets had the shortest life spans of all four types of writers (fiction writers, poets, playwrights, and non-fiction writers), and poets had the shortest life spans in three of the four cultures (and the second shortest life span among Eastern European writers). Possible reasons for the poet's shorter life span are then discussed.

  5. Remaining stress-state and strain-energy in tempered glass fragments

    DEFF Research Database (Denmark)

    Nielsen, Jens Henrik

    2016-01-01

    to the fragmentation process and some authors e.g. Barsom (J Am Ceram Soc 51(2):75, 1968), Gulati (Glass processing days, Tamglass Engineering Oy, Tampere, 1997), Warren (Fractography of glasses and ceramics IV, Alfred University, Alfred, 2001) and Tandon and Glass (Fracture mechanics of ceramics—active materials......When tempered glass breaks, it shatters into relatively small pieces depending on the residual stress state in the glass. This has been known for centuries and is currently used in standards for classifying whether a piece of glass is tempered or not. However, the process of fragmentation...... is complex and only a few, relatively simple, models have been suggested for predicting the fragment size. The full theoretical explanation is still to be found and this work aims at providing another brick to the puzzle. The strain-energy present in tempered glass is obviously contributing...

  6. Progress report on a fully automatic Gas Tungsten Arc Welding (GTAW) system development

    Energy Technology Data Exchange (ETDEWEB)

    Daumeyer, G.J. III

    1994-12-01

    A plan to develop a fully automatic gas tungsten arc welding (GTAW) system that will utilize a vision-sensing computer (which will provide in-process feedback control) is presently in work. Evaluations of different technological aspects and system design requirements continue. This report summaries major activities in the plan`s successful progress. The technological feasibility of producing the fully automated GTAW system has been proven. The goal of this process development project is to provide a production-ready system within the shortest reasonable time frame.

  7. A remarkable collection of Late Pleistocene reindeer (Rangifer tarandus) remains from Woerden (The Netherlands)

    NARCIS (Netherlands)

    van Kolfschoten, Thijs; van der Jagt, Inge; Beeren, Zoe; Argiti, Vasiliki; van der Leije, Judith; van Essen, Hans; Busschers, Freek S.; Stoel, Pieter; van der Plicht, Hans

    2011-01-01

    Woerden, in the central part of The Netherlands, is a locality where the amateur-archaeologist Pieter Stoel collected several thousands of fossil mammalian remains of Pleistocene age. The stratigraphically-mixed assemblage includes a broad variety of taxa including species that are indicative of

  8. The partner selection process : Steps, effectiveness, governance

    NARCIS (Netherlands)

    Duisters, D.; Duijsters, G.M.; de Man, A.P.

    2011-01-01

    Selecting the right partner is important for creating value in alliances. Even though prior research suggests that a structured partner selection process increases alliance success, empirical research remains scarce. This paper presents an explorative empirical study that shows that some steps in

  9. The partner selection process : steps, effectiveness, governance

    NARCIS (Netherlands)

    Duisters, D.; Duysters, G.M.; Man, de A.P.

    2011-01-01

    Selecting the right partner is important for creating value in alliances. Even though prior research suggests that a structured partner selection process increases alliance success, empirical research remains scarce. This paper presents an explorative empirical study that shows that some steps in

  10. Office automation: a look beyond word processing

    OpenAIRE

    DuBois, Milan Ephriam, Jr.

    1983-01-01

    Approved for public release; distribution is unlimited Word processing was the first of various forms of office automation technologies to gain widespread acceptance and usability in the business world. For many, it remains the only form of office automation technology. Office automation, however, is not just word processing, although it does include the function of facilitating and manipulating text. In reality, office automation is not one innovation, or one office system, or one tech...

  11. The clandestine multiple graves in Malaysia: The first mass identification operation of human skeletal remains.

    Science.gov (United States)

    Mohd Noor, Mohd Suhani; Khoo, Lay See; Zamaliana Alias, Wan Zafirah; Hasmi, Ahmad Hafizam; Ibrahim, Mohamad Azaini; Mahmood, Mohd Shah

    2017-09-01

    The first ever mass identification operation of skeletal remains conducted for the clandestine graves in Malaysia consisted of 165 individuals unearthed from 28 human trafficking transit camps located in Wang Kelian, along the Thai-Malaysia border. A DVI response was triggered in which expert teams comprising of pathologists, anthropologists, odontologists, radiologists and DNA experts were gathered at the identified operation centre. The Department of Forensic Medicine, Hospital Sultanah Bahiyah, Alor Star, Kedah, located approximately 75km away from Wang Kelian, was temporarily converted into a victim identification centre (VIC) as it is the nearest available forensic facility to the mass grave site. The mortuary operation was conducted over a period of 3 months from June to September 2015, and was divided into two phases; phase 1 involving the postmortem examination of the remains of 116 suspected individuals and for phase 2 the remains of 49 suspected individuals. The fact that the graves were of unknown individuals afforded the mass identification operation a sufficient duration of 2 weeks as preparatory phase enabling procedurals and daily victim identification workflow to be established, and the setting up of a temporary body storage for the designated mortuary. The temporary body storage has proven to be a significant factor in enabling the successful conclusion of the VIC operation to the final phase of temporary controlled burials. Recognition from two international observers, Mr. Andréas Patiño Umaña, from the International Committee of Red Cross (ICRC) and Prof. Noel Woodford from Victoria Institute of Forensic Medicine (VIFM) had proven the mortuary operation was in compliance to the international quality and standards. The overall victim identification and mortuary operation identified a number of significant challenges, in particular the management of commingled human remains as well as the compilation of postmortem data in the absence of

  12. Elimination of remaining undifferentiated induced pluripotent stem cells in the process of human cardiac cell sheet fabrication using a methionine-free culture condition.

    Science.gov (United States)

    Matsuura, Katsuhisa; Kodama, Fumiko; Sugiyama, Kasumi; Shimizu, Tatsuya; Hagiwara, Nobuhisa; Okano, Teruo

    2015-03-01

    Cardiac tissue engineering is a promising method for regenerative medicine. Although we have developed human cardiac cell sheets by integration of cell sheet-based tissue engineering and scalable bioreactor culture, the risk of contamination by induced pluripotent stem (iPS) cells in cardiac cell sheets remains unresolved. In the present study, we established a novel culture method to fabricate human cardiac cell sheets with a decreased risk of iPS cell contamination while maintaining viabilities of iPS cell-derived cells, including cardiomyocytes and fibroblasts, using a methionine-free culture condition. When cultured in the methionine-free condition, human iPS cells did not survive without feeder cells and could not proliferate or form colonies on feeder cells or in coculture with cells for cardiac cell sheet fabrication. When iPS cell-derived cells after the cardiac differentiation were transiently cultured in the methionine-free condition, gene expression of OCT3/4 and NANOG was downregulated significantly compared with that in the standard culture condition. Furthermore, in fabricated cardiac cell sheets, spontaneous and synchronous beating was observed in the whole area while maintaining or upregulating the expression of various cardiac and extracellular matrix genes. These findings suggest that human iPS cells are methionine dependent and a methionine-free culture condition for cardiac cell sheet fabrication might reduce the risk of iPS cell contamination.

  13. Materials processing in zero gravity. [space manufacturing

    Science.gov (United States)

    Wuenscher, H. F.

    1973-01-01

    Manufacturing processes which are expected to show drastic changes in a space environment due to the absence of earth gravity are classified according to (1) buoyancy and thermal convection sensitive processes and (2) processes where molecular forces like cohesion and adhesion remain as the relatively strongest and hence controlling factors. Some specific process demonstration experiments carried out during the Apollo 14 mission and in the Skylab program are described. These include chemical separation by electrophoresis, the M551 metals melting experiment, the M552 exothermic brazing experiment, the M553 sphere forming experiment, the M554 composite casting experiment, and the M555 gallium arsenide crystal growth experiment.

  14. A combinatorial approach to the design of vaccines.

    Science.gov (United States)

    Martínez, Luis; Milanič, Martin; Legarreta, Leire; Medvedev, Paul; Malaina, Iker; de la Fuente, Ildefonso M

    2015-05-01

    We present two new problems of combinatorial optimization and discuss their applications to the computational design of vaccines. In the shortest λ-superstring problem, given a family S1,...,S(k) of strings over a finite alphabet, a set Τ of "target" strings over that alphabet, and an integer λ, the task is to find a string of minimum length containing, for each i, at least λ target strings as substrings of S(i). In the shortest λ-cover superstring problem, given a collection X1,...,X(n) of finite sets of strings over a finite alphabet and an integer λ, the task is to find a string of minimum length containing, for each i, at least λ elements of X(i) as substrings. The two problems are polynomially equivalent, and the shortest λ-cover superstring problem is a common generalization of two well known combinatorial optimization problems, the shortest common superstring problem and the set cover problem. We present two approaches to obtain exact or approximate solutions to the shortest λ-superstring and λ-cover superstring problems: one based on integer programming, and a hill-climbing algorithm. An application is given to the computational design of vaccines and the algorithms are applied to experimental data taken from patients infected by H5N1 and HIV-1.

  15. Role of stable isotope analyses in reconstructing past life-histories and the provenancing human skeletal remains: a review

    Directory of Open Access Journals (Sweden)

    Sehrawat Jagmahender Singh

    2017-09-01

    Full Text Available This article reviews the present scenario of use of stable isotopes (mainly δ13C, δ15N, δ18O, 87Sr to trace past life behaviours like breast feeding and weaning practices, the geographic origin, migration history, paleodiet and subsistence patterns of past populations from the chemical signatures of isotopes imprinted in human skeletal remains. This approach is based on the state that food-web isotopic signatures are seen in the human bones and teeth and such signatures can change parallely with a variety of biogeochemical processes. By measuring δ13C and δ15N isotopic values of subadult tissues of different ages, the level of breast milk ingestion at particular ages and the components of the complementary foods can be assessed. Strontium and oxygen isotopic analyses have been used for determining the geographic origins and reconstructing the way of life of past populations as these isotopes can map the isotopic outline of the area from where the person acquired water and food during initial lifetime. The isotopic values of strontium and oxygen values are considered specific to geographical areas and serve as reliable chemical signatures of migration history of past human populations (local or non-local to the site. Previous isotopic studies show that the subsistence patterns of the past human populations underwent extensive changes from nomadic to complete agricultural dependence strategies. The carbon and nitrogen isotopic values of local fauna of any archaeological site can be used to elucidate the prominence of freshwater resources in the diet of the past human populations found near the site. More extensive research covering isotopic descriptions of various prehistoric, historic and modern populations is needed to explore the role of stable isotope analysis for provenancing human skeletal remains and assessing human migration patterns/routes, geographic origins, paleodiet and subsistence practices of past populations.

  16. The effect of limb amputation on standing weight distribution in the remaining three limbs in dogs.

    Science.gov (United States)

    Cole, Grayson Lee; Millis, Darryl

    2017-01-16

    Despite the fact that limb amputation is a commonly performed procedure in veterinary medicine, quantitative data regarding outcomes are lacking. The intention of this study was to evaluate the effect of limb amputation on weight distribution to the remaining three limbs at a stance in dogs. Ten dogs with a prior forelimb amputation and ten dogs with a prior hindlimb amputation; all of which had no history of orthopaedic or neural disease in the remaining three limbs were included in the study. Standing weight bearing was evaluated with a commercial stance analyzer in all dogs. Five valid trials were obtained and a mean percentage of weight bearing was calculated for each remaining limb. The dogs with a previous forelimb amputation, and also those with a previous hindlimb amputation, had the largest mean increase in weight bearing in the contralateral forelimb. In conclusion, proactive monitoring of orthopaedic disease in the contralateral forelimb may be advisable in dogs with a previous limb amputation. In addition, when determining candidacy for a limb amputation, disease of the contralateral forelimb should be thoroughly evaluated.

  17. Factors influencing home care nurse intention to remain employed.

    Science.gov (United States)

    Tourangeau, Ann; Patterson, Erin; Rowe, Alissa; Saari, Margaret; Thomson, Heather; MacDonald, Geraldine; Cranley, Lisa; Squires, Mae

    2014-11-01

    To identify factors affecting Canadian home care nurse intention to remain employed (ITR). In developed nations, healthcare continues to shift into community settings. Although considerable research exists on examining nurse ITR in hospitals, similar research related to nurses employed in home care is limited. In the face of a global nursing shortage, it is important to understand the factors influencing nurse ITR across healthcare sectors. A qualitative exploratory descriptive design was used. Focus groups were conducted with home care nurses. Data were analysed using qualitative content analysis. Six categories of influencing factors were identified by home care nurses as affecting ITR: job characteristics; work structures; relationships/communication; work environment; nurse responses to work; and employment conditions. Findings suggest the following factors influence home care nurse ITR: having autonomy; flexible scheduling; reasonable and varied workloads; supportive work relationships; and receiving adequate pay and benefits. Home care nurses did not identify job satisfaction as a single concept influencing ITR. Home care nursing management should support nurse autonomy, allow flexible scheduling, promote reasonable workloads and create opportunities for team building that strengthen supportive relationships among home care nurses and other health team members. © 2013 John Wiley & Sons Ltd.

  18. Structuring diabetes care in general practices: many improvements, remaining challenges.

    LENUS (Irish Health Repository)

    Jennings, S

    2009-08-07

    BACKGROUND: For people with type 2 diabetes to enjoy improved longevity and quality of life, care needs to be organised in a systematic way. AIM: To test if processes and intermediate outcomes for patients with type 2 diabetes changed with the move to structured care in general practice shared with secondary care. METHODS: An audit of process and intermediate outcomes for patients with type 2 diabetes before and after the change to structured care in 10 Dublin general practices shared with secondary care four years on. RESULTS: Structured diabetes care in general practice has led to more dedicated clinics improved processes of care and increased access to multidisciplinary expertise. Improvement in blood pressure control, the use of aspirin and the use of lipid lowering agents indicate a significant decrease in absolute risk of vascular events for this population. CONCLUSIONS: Structured care in general practice improves intermediate outcomes for people with type 2 diabetes. Further improvements need to be made to reach international targets.

  19. Assessment of lumen degradation and remaining useful life of LEDs using particle filter

    Energy Technology Data Exchange (ETDEWEB)

    Lall, Pradeep [Auburn Univ., AL (United States); Zhang, Hao [Auburn Univ., AL (United States); Davis, Lynn [Auburn Univ., AL (United States)

    2013-07-16

    With the development of light-emitting diode (LED) technology, light emitting diodes system is becoming a popular light source in daily life and industry area. It has shown that Led from same factory and work under same working condition, may have significantly different behavior. Therefore, it is very important to learn the fail mechanisms, especially in the case of safety critical and harsh environment application. This paper focus on a prognostic health management (PHM) method based on the measurement of forward voltage and forward current of bare LED under harsh environment. In this paper, experiment has been done with ten samples. Ten pristine bare LEDs have been tested at 85°C while simultaneously being subjected to 85% humid environment. Pulse width modulation (PWM) control method has been employed to drive the bare LED in order to reduce the heat effect caused by forward current and high frequency (300HZ) data acquisition has been used to measure the peak forward voltage and forward current. Test to failure (lumen drops to 70 percent) data has been measured to study the effects of high temperature and humid environment loadings on the bare LED. Also, solid state cooling method with peltier cooler has been used to control the temperature of LED in the integrating sphere when take the measurement of lumen flux. The shift of forward voltage forward current curve and lumen degradation has been recorded to help build the fail model and predicted the remaining useful life. In this method, particle filter has been employed to predict the remaining useful life (RUL) of the bare LED and give us a whole picture how Led system fails. Result shows that predication of remaining useful life of Led, made by the particle filter model works under reasonable limit, and hence this method can be employed to predict the failure of Led caused by thermal and humid stress under harsh environment.

  20. Time Remains

    OpenAIRE

    Gryb, Sean; Thebault, Karim

    2014-01-01

    On one popular view, the general covariance of gravity implies that change is relational in a strong sense, such that all it is for a physical degree of freedom to change is for it to vary with regard to a second physical degree of freedom. At a quantum level, this view of change as relative variation leads to a fundamentally timeless formalism for quantum gravity. Here, we will show how one may avoid this acute 'problem of time'. Under our view, duration is still regarded as relative, but te...

  1. Pennsylvania's partnering process

    International Nuclear Information System (INIS)

    Latham, J.W.

    1996-01-01

    Pennsylvania is committed to finding a site for a low-level radioactive waste (LLRW) disposal facility through an innovative voluntary process. The Pennsylvania Department of Environmental Protection (DEP) and Chem-Nuclear Systems, Inc. (CNSI) developed the Community Partnering Plan with extensive public participation. The Community Partnering Plan outlines a voluntary process that empowers municipalities to evaluate the advantages and disadvantages of hosting the facility. DEP and CNSI began developing the Community Partnering Plan in July 1995. Before then, CNSI was using a screening process prescribed by state law and regulations to find a location for the facility. So far, approximately 78 percent of the Commonwealth has been identified as disqualified as a site for the LLRW disposal facility. The siting effort will now focus on identifying volunteer host municipalities in the remaining 22 percent of the state. This combination of technical screening and voluntary consideration makes Pennsylvania's process unique. A volunteered site will have to meet the same tough requirements for protecting people and the environment as a site chosen through the screening process. Protection of public health and safety continues to be the foundation of the state's siting efforts. The Community Partnering Plan offers a window of opportunity. If Pennsylvania does not find volunteer municipalities with suitable sites by the end of 1997, it probably will return to a technical screening process

  2. Celecoxib versus a non-selective NSAID plus proton-pump inhibitor: what are the considerations?.

    Science.gov (United States)

    Chen, Judy T; Pucino, Frank; Resman-Targoff, Beth H

    2006-01-01

    Nonsteroidal anti-inflammatory drugs (NSAIDs) are extensively used worldwide. However, associated adverse gastrointestinal effects (NSAID gastropathy) such as bleeding, perforation and obstruction result in considerable morbidity, mortality, and expense. Although it is essential to employ gastroprotective strategies to minimize these complications in patients at risk, controversy remains on whether celecoxib alone or a non-selective NSAID in conjunction with a proton-pump inhibitor (PPI) is a superior choice. Recent concerns regarding potential cardiovascular toxicities associated with cox-2 selective inhibitors may favor non-selective NSAID/PPI co-therapy as the preferred choice. Concomitant use of low-dose aspirin with any NSAID increases the risk of gastrointestinal complications and diminishes the improved gastrointestinal safety profile of celecoxib; whereas use of ibuprofen plus PPI regimens may negate aspirin's antiplatelet benefits. Evidence shows that concurrent use of a non-selective NSAID (such as naproxen) plus a PPI is as effective in preventing NSAID gastropathy as celecoxib, and may be more cost-effective. Patients failing or intolerant to this therapy would be candidates for celecoxib at the lowest effective dose for the shortest duration of time. Potential benefits from using low-dose celecoxib with a PPI in patients previously experiencing bleeding ulcers while taking NSAIDs remains to be proven. An evidence-based debate is presented to assist clinicians with the difficult decision-making process of preventing NSAID gastropathy while minimizing other complications.

  3. Control of a Biological Nitrogen Removal Process in an Intensified Single Reactor Configuration

    DEFF Research Database (Denmark)

    Vangsgaard, Anna Katrine; Mauricio Iglesias, Miguel; Gernaey, Krist

    2013-01-01

    The nitrogen removing granular sludge process is a novel and intensified process. However, its stable operation and control remains a challenging problem. In this contribution, a new process oriented approach is used to develop, evaluate and benchmark control strategies to ensure stable operation...

  4. Folk food and medicinal botanical knowledge among the last remaining Yörüks of the Balkans

    Directory of Open Access Journals (Sweden)

    Anely Nedelcheva

    2017-03-01

    Full Text Available The present study examines the current lifestyle of the last remaining Balkan Yörüks, a small and isolated group found within the Republic of Macedonia, and the modern representatives of an important portion of the Balkan nomads. The aim of this study was to document knowledge concerning local wild food plants and wild and cultivated medicinal plants, and to compare the Yörük ethnobotany with that of similar, more or less isolated ethnic groups occurring in the Balkan region (Macedonia, Bulgaria, Albania, and Turkey in order to assess how cultural adaptation processes may have affected Yörük plant folklore. We conducted this study by means of detailed, semi-structured interviews with 48 key informants. Sixty-seven plant taxa were recorded from 55 genera, based on the compilation of more than 150 reports relating to medicinal, food, forage, ornamental, and dye plants, as well as some elements relating to animals and minerals. Our field study data show several major ethnic boundary markers that contribute to the homogeneity of the community and also distinguish it sufficiently from the surrounding society: (i well-isolated locality; (ii local dialect and endogamy; (iii casual clothing worn by women; (iv ceremonial jewelry: a necklace of cloves (Syzygium aromaticum; (v Sempervivum marmoreum as an only ornamental plant which also has a medicinal use; and (vi Mentha spicata as the dominant culinary herb, which has a medicinal use too. Comparison of the collected ethnobotanical data with that of similar, more or less isolated ethnic groups in the Balkan region shows that overlapping taxa include mainly plants whose fresh fruit are used; both nuts as well as edible greens. These plants are simultaneously used for medicinal purposes too, as home remedies, but in very different ways to other ethnic groups. Yörüks represent a remarkable cultural group in the Balkans. This community has nomadic traditions, but nowadays the people have a settled

  5. Beyond Romanization: The creolization of food. A framework for the study of faunal remains from Roman sites.

    Directory of Open Access Journals (Sweden)

    Gillian Hawkes

    1999-11-01

    Full Text Available The effects of the Roman conquest of Britain and the ensuing processes of Romanization have been studied for many years. The historical background to the development of the theory of Romanization has been widely discussed elsewhere (see Hingley 1996. Haverfield’s (1906 treatment of the topic was a major landmark in this development. He considered that the Roman conquest was a ‘good’ thing as it brought civilisation to the ‘natives’ who, recognising the superiority of Roman culture, willingly embraced `Roman-ness`. The theory of Romanization was further refined by Millett (1990 in The Romanization of Britain. The assumption that underlies Millett’s model is that cultural artefacts which to archaeologists look ‘Roman’ were perceived in the same way in the past. But need this be so? This paper will concern itself with looking at new approaches to culture change, especially relating to food, following the Roman conquest in Britain. It will aim to suggest methods of applying these new approaches to faunal remains, which will enable us to evolve a more subtle understanding of food in the Roman period.

  6. 324 Facility B-Cell quality process plan

    International Nuclear Information System (INIS)

    Carlson, J.L.

    1998-01-01

    This report documents the quality process plan for the restart of a hot cell in the B Plant, originally a bismuth phosphate processing facility, but later converted to a waste fractionation plant. B-Cell is currently being cleaned out and deactivated. TPA Milestone M-89-02 dictates that all mixed waste and equipment be removed from B-Cell by 5/31/1999. This report describes the major activities that remain for completion of the TPA milestone

  7. Redo log process mining in real life : data challenges & opportunities

    NARCIS (Netherlands)

    González López de Murillas, E.; Hoogendoorn, G.E.; Reijers, H.A.; Teniente, E.; Weidlich, M.

    2018-01-01

    Data extraction and preparation are the most time-consuming phases of any process mining project. Due to the variability on the sources of event data, it remains a highly manual process in most of the cases. Moreover, it is very difficult to obtain reliable event data in enterprise systems that are

  8. The broad spectrum revisited: evidence from plant remains.

    Science.gov (United States)

    Weiss, Ehud; Wetterstrom, Wilma; Nadel, Dani; Bar-Yosef, Ofer

    2004-06-29

    The beginning of agriculture is one of the most important developments in human history, with enormous consequences that paved the way for settled life and complex society. Much of the research on the origins of agriculture over the last 40 years has been guided by Flannery's [Flannery, K. V. (1969) in The Domestication and Exploitation of Plants and Animals, eds. Ucko, P. J. & Dimbleby, G. W. (Duckworth, London), pp. 73-100] "broad spectrum revolution" (BSR) hypothesis, which posits that the transition to farming in southwest Asia entailed a period during which foragers broadened their resource base to encompass a wide array of foods that were previously ignored in an attempt to overcome food shortages. Although these resources undoubtedly included plants, nearly all BSR hypothesis-inspired research has focused on animals because of a dearth of Upper Paleolithic archaeobotanical assemblages. Now, however, a collection of >90,000 plant remains, recently recovered from the Stone Age site Ohalo II (23,000 B.P.), Israel, offers insights into the plant foods of the late Upper Paleolithic. The staple foods of this assemblage were wild grasses, pushing back the dietary shift to grains some 10,000 years earlier than previously recognized. Besides the cereals (wild wheat and barley), small-grained grasses made up a large component of the assemblage, indicating that the BSR in the Levant was even broader than originally conceived, encompassing what would have been low-ranked plant foods. Over the next 15,000 years small-grained grasses were gradually replaced by the cereals and ultimately disappeared from the Levantine diet.

  9. Estimation of Remained defects in a Safety-Critical Software using Bayesian Belief Network of Software Development Life Cycle

    International Nuclear Information System (INIS)

    Lee, Seung Jun; Jung, Wondea Jung

    2015-01-01

    Some researchers recognized Bayesian belief network (BBN) method to be a promising method of quantifying software reliability. Brookhaven National Laboratory (BNL) comprehensively reviewed various quantitative software reliability methods to identify the most promising methods for use in probabilistic safety assessments (PSAs) of digital systems of NPPs against a set of the most desirable characteristics developed therein. BBNs are recognized as a promising way of quantifying software reliability and are useful for integrating many aspects of software engineering and quality assurance. The method explicitly incorporates important factors relevant to reliability, such as the quality of the developer, the development process, problem complexity, testing effort, and the operation environment. In this work, a BBN model was developed to estimate the number of remained defects in a safety-critical software based on the quality evaluation of software development life cycle (SDLC). Even though a number of software reliability evaluation methods exist, none of them can be applicable to the safety-critical software in an NPP because software quality in terms of PDF is required for the PSA

  10. Pre-Processing and Modeling Tools for Bigdata

    Directory of Open Access Journals (Sweden)

    Hashem Hadi

    2016-09-01

    Full Text Available Modeling tools and operators help the user / developer to identify the processing field on the top of the sequence and to send into the computing module only the data related to the requested result. The remaining data is not relevant and it will slow down the processing. The biggest challenge nowadays is to get high quality processing results with a reduced computing time and costs. To do so, we must review the processing sequence, by adding several modeling tools. The existing processing models do not take in consideration this aspect and focus on getting high calculation performances which will increase the computing time and costs. In this paper we provide a study of the main modeling tools for BigData and a new model based on pre-processing.

  11. Global processing takes time: A meta-analysis on local-global visual processing in ASD.

    Science.gov (United States)

    Van der Hallen, Ruth; Evers, Kris; Brewaeys, Katrien; Van den Noortgate, Wim; Wagemans, Johan

    2015-05-01

    What does an individual with autism spectrum disorder (ASD) perceive first: the forest or the trees? In spite of 30 years of research and influential theories like the weak central coherence (WCC) theory and the enhanced perceptual functioning (EPF) account, the interplay of local and global visual processing in ASD remains only partly understood. Research findings vary in indicating a local processing bias or a global processing deficit, and often contradict each other. We have applied a formal meta-analytic approach and combined 56 articles that tested about 1,000 ASD participants and used a wide range of stimuli and tasks to investigate local and global visual processing in ASD. Overall, results show no enhanced local visual processing nor a deficit in global visual processing. Detailed analysis reveals a difference in the temporal pattern of the local-global balance, that is, slow global processing in individuals with ASD. Whereas task-dependent interaction effects are obtained, gender, age, and IQ of either participant groups seem to have no direct influence on performance. Based on the overview of the literature, suggestions are made for future research. (c) 2015 APA, all rights reserved).

  12. Predictors of patients remaining anovulatory during clomiphene citrate induction of ovulation in normogonadotropic oligoamenorrheic infertility

    NARCIS (Netherlands)

    B. Imani (Babak); M.J.C. Eijkemans (René); E.R. te Velde (Egbert); J.D.F. Habbema (Dik); B.C.J.M. Fauser (Bart)

    1998-01-01

    textabstractThe diagnostic criteria used to identify patients suffering from polycystic ovary syndrome remain controversial. The present prospective longitudinal follow-up study was designed to identify whether certain criteria assessed during standardized initial

  13. Review of A* (A Star Navigation Mesh Pathfinding as the Alternative of Artificial Intelligent for Ghosts Agent on the Pacman Game

    Directory of Open Access Journals (Sweden)

    Moh. Zikky

    2016-08-01

    Full Text Available Shortest pathfinding problem has become a populer issue in Game’s Artificial Intelligent (AI. This paper discussed the effective way to optimize the shortest pathfinding problem, namely Navigation Mesh (NavMesh. This method is very interesting because it has a large area of implementation, especially in games world. In this paper, NavMesh was implemented by using A* (A star algorithm and examined in Unity 3D game engine. A* was an effective algorithm in shortest pathfinding problem because its optimization was made with effective tracing using segmentation line. Pac-Man game was chosen as the example of the shortest pathfinding by using NavMesh in Unity 3D. A* algorithm was implemented on the enemies of Pac-Man (three ghosts,  which path was designed by using NavMesh concept. Thus, the movement of ghosts in catching Pac-Man was the result of this review of the effectiveness of this concept. In further research, this method could be implemented on several optimization programmes, such as Geographic Information System (GIS, robotics, and statistics.

  14. Nearby Search Indekos Based Android Using A Star (A*) Algorithm

    Science.gov (United States)

    Siregar, B.; Nababan, EB; Rumahorbo, JA; Andayani, U.; Fahmi, F.

    2018-03-01

    Indekos or rented room is a temporary residence for months or years. Society of academicians who come from out of town need a temporary residence, such as Indekos or rented room during their education, teaching, or duties. They are often found difficulty in finding a Indekos because lack of information about the Indekos. Besides, new society of academicians don’t recognize the areas around the campus and desire the shortest path from Indekos to get to the campus. The problem can be solved by implementing A Star (A*) algorithm. This algorithm is one of the shortest path algorithm to a finding shortest path from campus to the Indekos application, where the faculties in the campus as the starting point of the finding. Determination of the starting point used in this study aims to allow students to determine the starting point in finding the Indekos. The mobile based application facilitates the finding anytime and anywhere. Based on the experimental results, A* algorithm can find the shortest path with 86,67% accuracy.

  15. Flight Tests of a Remaining Flying Time Prediction System for Small Electric Aircraft in the Presence of Faults

    Science.gov (United States)

    Hogge, Edward F.; Kulkarni, Chetan S.; Vazquez, Sixto L.; Smalling, Kyle M.; Strom, Thomas H.; Hill, Boyd L.; Quach, Cuong C.

    2017-01-01

    This paper addresses the problem of building trust in the online prediction of a battery powered aircraft's remaining flying time. A series of flight tests is described that make use of a small electric powered unmanned aerial vehicle (eUAV) to verify the performance of the remaining flying time prediction algorithm. The estimate of remaining flying time is used to activate an alarm when the predicted remaining time is two minutes. This notifies the pilot to transition to the landing phase of the flight. A second alarm is activated when the battery charge falls below a specified limit threshold. This threshold is the point at which the battery energy reserve would no longer safely support two repeated aborted landing attempts. During the test series, the motor system is operated with the same predefined timed airspeed profile for each test. To test the robustness of the prediction, half of the tests were performed with, and half were performed without, a simulated powertrain fault. The pilot remotely engages a resistor bank at a specified time during the test flight to simulate a partial powertrain fault. The flying time prediction system is agnostic of the pilot's activation of the fault and must adapt to the vehicle's state. The time at which the limit threshold on battery charge is reached is then used to measure the accuracy of the remaining flying time predictions. Accuracy requirements for the alarms are considered and the results discussed.

  16. “Why We Stay”: Immigrants’ motivations for remaining in communities impacted by anti-immigration policy

    Science.gov (United States)

    Valdez, Carmen R.; Valentine, Jessa L.; Padilla, Brian

    2013-01-01

    Although restrictive immigration policy reduces incentives for unauthorized immigrants to remain in the United States, many immigrants remain in their U.S. community in spite of the anti-immigration climate surrounding them. This study explores motivations shaping immigrants’ intentions to stay in Arizona after passage of Senate Bill 1070 in 2010, one of the most restrictive immigration policies in recent decades. We conducted three focus groups in a large metropolitan city in Arizona with Mexican immigrant parents (N = 25). Themes emerging from the focus groups described multiple and interlocking personal, family and community, and contemporary sociopolitical motivations to stay in their community, and suggest that some important motivating factors have evolved as a result of immigrants’ changing environment. Implications for research and social policy reform are discussed. PMID:23875853

  17. The remaining percentage of 32P after burning of sulphur tablet containing 32P

    International Nuclear Information System (INIS)

    Ke Weiqing

    1991-01-01

    Three types of sulphur tablet containing 32 P are made artificially. The remaining percentage of 32 P after burning of three types of sulphur tablets containing 32 P is 98.1 ± 1.3% for 1st and 2nd types and 97.2 ± 2.8% for 3rd type

  18. How do Older Employees with Health Problems Remain Productive at Work?: A Qualitative Study

    NARCIS (Netherlands)

    Leijten, F.; van den Heuvel, S.; Geuskens, G.; Ybema, J.F.; de Wind, A.; Burdorf, A.; Robroek, S.

    2013-01-01

    Purpose The goal of this qualitative study was to gain insight into how older employees remain productive at work in spite of health problems. Methods Twenty-six semi-structured telephone interviews were conducted with older employees, 46-63 years of age, who reported a poor health in the Study on

  19. DNA Profiling Success Rates from Degraded Skeletal Remains in Guatemala.

    Science.gov (United States)

    Johnston, Emma; Stephenson, Mishel

    2016-07-01

    No data are available regarding the success of DNA Short Tandem Repeat (STR) profiling from degraded skeletal remains in Guatemala. Therefore, DNA profiling success rates relating to 2595 skeletons from eleven cases at the Forensic Anthropology Foundation of Guatemala (FAFG) are presented. The typical postmortem interval was 30 years. DNA was extracted from bone powder and amplified using Identifiler and Minifler. DNA profiling success rates differed between cases, ranging from 50.8% to 7.0%, the overall success rate for samples was 36.3%. The best DNA profiling success rates were obtained from femur (36.2%) and tooth (33.7%) samples. DNA profiles were significantly better from lower body bones than upper body bones (p = <0.0001). Bone samples from males gave significantly better profiles than samples from females (p = <0.0001). These results are believed to be related to bone density. The findings are important for designing forensic DNA sampling strategies in future victim recovery investigations. © 2016 American Academy of Forensic Sciences.

  20. A ''master key'' to chemical separation processes

    International Nuclear Information System (INIS)

    Madic, Ch.; Hill, C.

    2002-01-01

    One of the keys to sorting nuclear waste is extracting minor actinides - the most troublesome long-lived elements - from the flow of waste by separating them from lanthanides, which have very similar chemical properties to actinides, for possible transmutation into shorter-lived elements. Thanks to a European initiative coordinated by CEA, this key is now available: its name is Sanex. There now remains to develop tough, straightforward industrial processes to integrate it into a new nuclear waste management approach by 2005. Sanex joins the Diamex process, used for the combined separation of lanthanides and minor actinides from fission products. A third process, Sesame, designed to separate americium, completes the list of available separation processes. (authors)