WorldWideScience

Sample records for constraint handling rules

  1. Constraint Handling Rules with Binders, Patterns and Generic Quantification

    NARCIS (Netherlands)

    Serrano, Alejandro; Hage, J.

    2017-01-01

    Constraint Handling Rules provide descriptions for constraint solvers. However, they fall short when those constraints specify some binding structure, like higher-rank types in a constraint-based type inference algorithm. In this paper, the term syntax of constraints is replaced by λ-tree syntax, in

  2. Confluence Modulo Equivalence in Constraint Handling Rules

    DEFF Research Database (Denmark)

    Christiansen, Henning; Kirkeby, Maja Hanne

    2015-01-01

    Previous results on confluence for Constraint Handling Rules, CHR, are generalized to take into account user-defined state equivalence relations. This allows a much larger class of programs to enjoy the advantages of confluence, which include various optimization techniques and simplified...

  3. Confluence Modulo Equivalence in Constraint Handling Rules

    DEFF Research Database (Denmark)

    Christiansen, Henning; Kirkeby, Maja Hanne

    2014-01-01

    Previous results on confluence for Constraint Handling Rules, CHR, are generalized to take into account user-defined state equivalence relations. This allows a much larger class of programs to enjoy the ad- vantages of confluence, which include various optimization techniques and simplified...

  4. Experiences and directions for Abduction and Induction using Constraint Handling Rules

    DEFF Research Database (Denmark)

    Christiansen, Henning

    2005-01-01

    Techniques for doing abduction in a combination of Prolog and Constraint Handling Rules (CHR) are reviewed, and the possible extension to combine with induction is considered. While the indicated implementation for abduction is very efficient, the ideas for induction are at a much more experimental...

  5. Resolving relative time expressions in Dutch text with Constraint Handling Rules

    DEFF Research Database (Denmark)

    van de Camp, Matje; Christiansen, Henning

    2012-01-01

    It is demonstrated how Constraint Handling Rules can be applied for resolution of indirect and relative time expressions in text as part of a shallow analysis, following a specialized tagging phase. A method is currently under development, optimized for a particular corpus of historical biographies...

  6. On proving confluence modulo equivalence for Constraint Handling Rules

    DEFF Research Database (Denmark)

    Christiansen, Henning; Kirkeby, Maja Hanne

    2017-01-01

    -logical built-in predicates such as var/1 and incomplete ones such as is/2, that are ignored in previous work on confluence. To this end, a new operational semantics for CHR is developed which includes such predicates. In addition, this semantics differs from earlier approaches by its simplicity without loss......Previous results on proving confluence for Constraint Handling Rules are extended in two ways in order to allow a larger and more realistic class of CHR programs to be considered confluent. Firstly, we introduce the relaxed notion of confluence modulo equivalence into the context of CHR: while...

  7. Executable specifications for hypothesis-based reasoning with Prolog and Constraint Handling Rules

    DEFF Research Database (Denmark)

    Christiansen, Henning

    2009-01-01

    Constraint Handling Rules (CHR) is an extension to Prolog which opens up a  spectrum of hypotheses-based reasoning in logic programs without additional interpretation overhead. Abduction with integrity constraints is one example of hypotheses-based reasoning which can be implemented directly...... in Prolog and CHR with a straightforward use of available and efficiently implemented facilities The present paper clarifies the semantic foundations for this way of doing abduction in CHR and Prolog as well as other examples  of hypotheses-based reasoning that is possible, including assumptive logic...

  8. A combined constraint handling framework: an empirical study

    DEFF Research Database (Denmark)

    Si, Chengyong; Hu, Junjie; Lan, Tian

    2017-01-01

    This paper presents a new combined constraint handling framework (CCHF) for solving constrained optimization problems (COPs). The framework combines promising aspects of different constraint handling techniques (CHTs) in different situations with consideration of problem characteristics. In order...

  9. Constrained Optimization Based on Hybrid Evolutionary Algorithm and Adaptive Constraint-Handling Technique

    DEFF Research Database (Denmark)

    Wang, Yong; Cai, Zixing; Zhou, Yuren

    2009-01-01

    A novel approach to deal with numerical and engineering constrained optimization problems, which incorporates a hybrid evolutionary algorithm and an adaptive constraint-handling technique, is presented in this paper. The hybrid evolutionary algorithm simultaneously uses simplex crossover and two...... mutation operators to generate the offspring population. Additionally, the adaptive constraint-handling technique consists of three main situations. In detail, at each situation, one constraint-handling mechanism is designed based on current population state. Experiments on 13 benchmark test functions...... and four well-known constrained design problems verify the effectiveness and efficiency of the proposed method. The experimental results show that integrating the hybrid evolutionary algorithm with the adaptive constraint-handling technique is beneficial, and the proposed method achieves competitive...

  10. An adaptive ES with a ranking based constraint handling strategy

    Directory of Open Access Journals (Sweden)

    Kusakci Ali Osman

    2014-01-01

    Full Text Available To solve a constrained optimization problem, equality constraints can be used to eliminate a problem variable. If it is not feasible, the relations imposed implicitly by the constraints can still be exploited. Most conventional constraint handling methods in Evolutionary Algorithms (EAs do not consider the correlations between problem variables imposed by the constraints. This paper relies on the idea that a proper search operator, which captures mentioned implicit correlations, can improve performance of evolutionary constrained optimization algorithms. To realize this, an Evolution Strategy (ES along with a simplified Covariance Matrix Adaptation (CMA based mutation operator is used with a ranking based constraint-handling method. The proposed algorithm is tested on 13 benchmark problems as well as on a real life design problem. The outperformance of the algorithm is significant when compared with conventional ES-based methods.

  11. Alternative Constraint Handling Technique for Four-Bar Linkage Path Generation

    Science.gov (United States)

    Sleesongsom, S.; Bureerat, S.

    2018-03-01

    This paper proposes an extension of a new concept for path generation from our previous work by adding a new constraint handling technique. The propose technique was initially designed for problems without prescribed timing by avoiding the timing constraint, while remain constraints are solving with a new constraint handling technique. The technique is one kind of penalty technique. The comparative study is optimisation of path generation problems are solved using self-adaptive population size teaching-learning based optimization (SAP-TLBO) and original TLBO. In this study, two traditional path generation test problem are used to test the proposed technique. The results show that the new technique can be applied with the path generation problem without prescribed timing and gives better results than the previous technique. Furthermore, SAP-TLBO outperforms the original one.

  12. A Rule-Based Local Search Algorithm for General Shift Design Problems in Airport Ground Handling

    DEFF Research Database (Denmark)

    Clausen, Tommy

    We consider a generalized version of the shift design problem where shifts are created to cover a multiskilled demand and fit the parameters of the workforce. We present a collection of constraints and objectives for the generalized shift design problem. A local search solution framework with mul......We consider a generalized version of the shift design problem where shifts are created to cover a multiskilled demand and fit the parameters of the workforce. We present a collection of constraints and objectives for the generalized shift design problem. A local search solution framework...... with multiple neighborhoods and a loosely coupled rule engine based on simulated annealing is presented. Computational experiments on real-life data from various airport ground handling organization show the performance and flexibility of the proposed algorithm....

  13. A constraint-based bottom-up counterpart to definite clause grammars

    DEFF Research Database (Denmark)

    Christiansen, Henning

    2004-01-01

    A new grammar formalism, CHR Grammars (CHRG), is proposed that provides a constraint-solving approach to language analysis, built on top of the programming language of Constraint Handling Rules in the same way as Definite Clause Grammars (DCG) on Prolog. CHRG works bottom-up and adds the following......, integrity constraints, operators a la assumption grammars, and to incorporate other constraint solvers. (iv)~Context-sensitive rules that apply for disambiguation, coordination in natural language and tagger-like rules....

  14. Optimal Power Flow Using Gbest-Guided Cuckoo Search Algorithm with Feedback Control Strategy and Constraint Domination Rule

    Directory of Open Access Journals (Sweden)

    Gonggui Chen

    2017-01-01

    Full Text Available The optimal power flow (OPF is well-known as a significant optimization tool for the security and economic operation of power system, and OPF problem is a complex nonlinear, nondifferentiable programming problem. Thus this paper proposes a Gbest-guided cuckoo search algorithm with the feedback control strategy and constraint domination rule which is named as FCGCS algorithm for solving OPF problem and getting optimal solution. This FCGCS algorithm is guided by the global best solution for strengthening exploitation ability. Feedback control strategy is devised to dynamically regulate the control parameters according to actual and specific feedback value in the simulation process. And the constraint domination rule can efficiently handle inequality constraints on state variables, which is superior to traditional penalty function method. The performance of FCGCS algorithm is tested and validated on the IEEE 30-bus and IEEE 57-bus example systems, and simulation results are compared with different methods obtained from other literatures recently. The comparison results indicate that FCGCS algorithm can provide high-quality feasible solutions for different OPF problems.

  15. Parallel Execution of Multi Set Constraint Rewrite Rules

    DEFF Research Database (Denmark)

    Sulzmann, Martin; Lam, Edmund Soon Lee

    2008-01-01

    that the underlying constraint rewrite implementation executes rewrite steps in parallel on increasingly popular becoming multi-core architectures. We design and implement efficient algorithms which allow for the parallel execution of multi-set constraint rewrite rules. Our experiments show that we obtain some......Multi-set constraint rewriting allows for a highly parallel computational model and has been used in a multitude of application domains such as constraint solving, agent specification etc. Rewriting steps can be applied simultaneously as long as they do not interfere with each other.We wish...

  16. Constraint-based Word Segmentation for Chinese

    DEFF Research Database (Denmark)

    Christiansen, Henning; Bo, Li

    2014-01-01

    -hoc and statistically based methods. In this paper, we show experiments of implementing different approaches to CWSP in the framework of CHR Grammars [Christiansen, 2005] that provides a constraint solving approach to language analysis. CHR Grammars are based upon Constraint Handling Rules, CHR [Frühwirth, 1998, 2009......], which is a declarative, high-level programming language for specification and implementation of constraint solvers....

  17. A rule-based fault detection method for air handling units

    Energy Technology Data Exchange (ETDEWEB)

    Schein, J.; Bushby, S. T.; Castro, N. S. [National Institute of Standards and Technology, Gaithersburg, MD (United States); House, J. M. [Iowa Energy Center, Ankeny, IA (United States)

    2006-07-01

    Air handling unit performance assessment rules (APAR) is a fault detection tool that uses a set of expert rules derived from mass and energy balances to detect faults in air handling units (AHUs). Control signals are used to determine the mode of operation of the AHU. A subset of the expert rules which correspond to that mode of operation are then evaluated to determine whether a fault exists. APAR is computationally simple enough that it can be embedded in commercial building automation and control systems and relies only upon the sensor data and control signals that are commonly available in these systems. APAR was tested using data sets collected from a 'hardware-in-the-loop' emulator and from several field sites. APAR was also embedded in commercial AHU controllers and tested in the emulator. (author)

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

    Science.gov (United States)

    Yurtkuran, Alkın

    2014-01-01

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

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

    Directory of Open Access Journals (Sweden)

    Alkın Yurtkuran

    2014-01-01

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

  20. Wind turbine control with constraint handling: a model predictive control approach

    DEFF Research Database (Denmark)

    Henriksen, Lars Christian; Hansen, Morten Hartvig; Poulsen, Niels Kjølstad

    2012-01-01

    on model predictive control, a control method well suited for constraint handling. The performance of the presented controller during an extreme operating gust is compared to that of a proportional-integral controller with integrator anti-windup. Furthermore, the presented controller-s capability...

  1. Impact of constraints and rules of user-involvement methods for IS concept creation and specification

    DEFF Research Database (Denmark)

    Jensen, Mika Yasuoka; Ohno, Takehiko; Nakatani, Momoko

    2015-01-01

    ideas. In this paper, by exemplifying our user-involvement method with game elements, ICT Service Design Game, in comparison with conventional brainstorming, we show the impact of constraints and rules in user-involvement methods when creating service concepts and specifications for information systems....... The analysis is based on a comparative experiment on two design methods and shows that the constraints and rules of our game approach fostered innovative idea generation in spite of participants’ limited knowledge of and experience with design processes. Although our analysis is still in a preliminary stage......, it indicates some positive impact of constraints and rules in design methods, especially when the methods are used by non-design professionals....

  2. Shrimp Feed Formulation via Evolutionary Algorithm with Power Heuristics for Handling Constraints

    Directory of Open Access Journals (Sweden)

    Rosshairy Abd. Rahman

    2017-01-01

    Full Text Available Formulating feed for shrimps represents a challenge to farmers and industry partners. Most previous studies selected from only a small number of ingredients due to cost pressures, even though hundreds of potential ingredients could be used in the shrimp feed mix. Even with a limited number of ingredients, the best combination of the most appropriate ingredients is still difficult to obtain due to various constraint requirements, such as nutrition value and cost. This paper proposes a new operator which we call Power Heuristics, as part of an Evolutionary Algorithm (EA, which acts as a constraint handling technique for the shrimp feed or diet formulation. The operator is able to choose and discard certain ingredients by utilising a specialized search mechanism. The aim is to achieve the most appropriate combination of ingredients. Power Heuristics are embedded in the EA at the early stage of a semirandom initialization procedure. The resulting combination of ingredients, after fulfilling all the necessary constraints, shows that this operator is useful in discarding inappropriate ingredients when a crucial constraint is violated.

  3. Research on engineering-oriented constraints conflict detection in collaborative design of wire harness technology

    Institute of Scientific and Technical Information of China (English)

    LIU Xiaoping; HE Honglin; XU Benzhu

    2012-01-01

    Engineering-oriented constraint of harness technology has much information and project information presents progressive changes along with the design. Therefore, how to handle conflict resolution quickly is a problem to be solved. Process model of con- flict detection is put forward according to characteristics of harness technology design engineering-oriented constraint, and then two problems of how to conduct conflict positioning and judgment of constraint rules are introduced in this paper. Afterwards in this pa- per, constraint information directed acyclic graph is established by classified project constraint information to solve the conflict posi- tioning problem; solution of constraint satisfaction problem is applied to realize judgment problem of constraint rules. Finally, exam- ple is used to analyze the method in this paper to further verify the correctness and effectiveness of this method.

  4. A comparison of Heuristic method and Llewellyn’s rules for identification of redundant constraints

    Science.gov (United States)

    Estiningsih, Y.; Farikhin; Tjahjana, R. H.

    2018-03-01

    Important techniques in linear programming is modelling and solving practical optimization. Redundant constraints are consider for their effects on general linear programming problems. Identification and reduce redundant constraints are for avoidance of all the calculations associated when solving an associated linear programming problems. Many researchers have been proposed for identification redundant constraints. This paper a compararison of Heuristic method and Llewellyn’s rules for identification of redundant constraints.

  5. Negation handling in sentiment classification using rule-based adapted from Indonesian language syntactic for Indonesian text in Twitter

    Science.gov (United States)

    Amalia, Rizkiana; Arif Bijaksana, Moch; Darmantoro, Dhinta

    2018-03-01

    The presence of the word negation is able to change the polarity of the text if it is not handled properly it will affect the performance of the sentiment classification. Negation words in Indonesian are ‘tidak’, ‘bukan’, ‘belum’ and ‘jangan’. Also, there is a conjunction word that able to reverse the actual values, as the word ‘tetapi’, or ‘tapi’. Unigram has shortcomings in dealing with the existence of negation because it treats negation word and the negated words as separate words. A general approach for negation handling in English text gives the tag ‘NEG_’ for following words after negation until the first punctuation. But this may gives the tag to un-negated, and this approach does not handle negation and conjunction in one sentences. The rule-based method to determine what words negated by adapting the rules of Indonesian language syntactic of negation to determine the scope of negation was proposed in this study. With adapting syntactic rules and tagging “NEG_” using SVM classifier with RBF kernel has better performance results than the other experiments. Considering the average F1-score value, the performance of this proposed method can be improved against baseline equal to 1.79% (baseline without negation handling) and 5% (baseline with existing negation handling) for a dataset that all tweets contain negation words. And also for the second dataset that has the various number of negation words in document tweet. It can be improved against baseline at 2.69% (without negation handling) and 3.17% (with existing negation handling).

  6. Multi Canister Overpack (MCO) Handling Machine Trolley Seismic Uplift Constraint Design Loads

    International Nuclear Information System (INIS)

    SWENSON, C.E.

    2000-01-01

    The MCO Handling Machine (MHM) trolley moves along the top of the MHM bridge girders on east-west oriented rails. To prevent trolley wheel uplift during a seismic event, passive uplift constraints are provided as shown in Figure 1-1. North-south trolley wheel movement is prevented by flanges on the trolley wheels. When the MHM is positioned over a Multi-Canister Overpack (MCO) storage tube, east-west seismic restraints are activated to prevent trolley movement during MCO handling. The active seismic constraints consist of a plunger, which is inserted into slots positioned along the tracks as shown in Figure 1-1. When the MHM trolley is moving between storage tube positions, the active seismic restraints are not engaged. The MHM has been designed and analyzed in accordance with ASME NOG-1-1995. The ALSTHOM seismic analysis (Reference 3) reported seismic uplift restraint loading and EDERER performed corresponding structural calculations. The ALSTHOM and EDERER calculations were performed with the east-west seismic restraints activated and the uplift restraints experiencing only vertical loading. In support of development of the CSB Safety Analysis Report (SAR), an evaluation of the MHM seismic response was requested for the case where the east-west trolley restraints are not engaged. For this case, the associated trolley movements would result in east-west lateral loads on the uplift constraints due to friction, as shown in Figure 1-2. During preliminary evaluations, questions were raised as to whether the EDERER calculations considered the latest ALSTHOM seismic analysis loads (See NCR No. 00-SNFP-0008, Reference 5). Further evaluation led to the conclusion that the EDERER calculations used appropriate vertical loading, but the uplift restraints would need to be re-analyzed and modified to account for lateral loading. The disposition of NCR 00-SNFP-0008 will track the redesign and modification effort. The purpose of this calculation is to establish bounding seismic

  7. Automatic training of lemmatization rules that handle morphological changes in pre-, in- and suffixes alike

    DEFF Research Database (Denmark)

    Jongejan, Bart; Dalianis, Hercules

    2009-01-01

    We propose a method to automatically train lemmatization rules that handle prefix, infix and suffix changes to generate the lemma from the full form of a word. We explain how the lemmatization rules are created and how the lemmatizer works. We trained this lemmatizer on Danish, Dutch, English......, German, Greek, Icelandic, Norwegian, Polish, Slovene and Swedish full form-lemma pairs respectively. We obtained significant improvements of 24 percent for Polish, 2.3 percent for Dutch, 1.5 percent for English, 1.2 percent for German and 1.0 percent for Swedish compared to plain suffix lemmatization...... using a suffix-only lemmatizer. Icelandic deteriorated with 1.9 percent. We also made an observation regarding the number of produced lemmatization rules as a function of the number of training pairs....

  8. Constraint Embedding for Multibody System Dynamics

    Science.gov (United States)

    Jain, Abhinandan

    2009-01-01

    This paper describes a constraint embedding approach for the handling of local closure constraints in multibody system dynamics. The approach uses spatial operator techniques to eliminate local-loop constraints from the system and effectively convert the system into tree-topology systems. This approach allows the direct derivation of recursive O(N) techniques for solving the system dynamics and avoiding the expensive steps that would otherwise be required for handling the closedchain dynamics. The approach is very effective for systems where the constraints are confined to small-subgraphs within the system topology. The paper provides background on the spatial operator O(N) algorithms, the extensions for handling embedded constraints, and concludes with some examples of such constraints.

  9. ASSIST - a package of Fortran routines for handling input under specified syntax rules and for management of data structures

    International Nuclear Information System (INIS)

    Sinclair, J.E.

    1991-02-01

    The ASSIST package (A Structured Storage and Input Syntax Tool) provides for Fortran programs a means for handling data structures more general than those provided by the Fortran language, and for obtaining input to the program from a file or terminal according to specified syntax rules. The syntax-controlled input can be interactive, with automatic generation of prompts, and dialogue to correct any input errors. The range of syntax rules possible is sufficient to handle lists of numbers and character strings, keywords, commands with optional clauses, and many kinds of variable-format constructions, such as algebraic expressions. ASSIST was developed for use in two large programs for the analysis of safety of radioactive waste disposal facilities, but it should prove useful for a wide variety of applications. (author)

  10. Sum rules and constraints on passive systems

    International Nuclear Information System (INIS)

    Bernland, A; Gustafsson, M; Luger, A

    2011-01-01

    A passive system is one that cannot produce energy, a property that naturally poses constraints on the system. A system in convolution form is fully described by its transfer function, and the class of Herglotz functions, holomorphic functions mapping the open upper half-plane to the closed upper half-plane, is closely related to the transfer functions of passive systems. Following a well-known representation theorem, Herglotz functions can be represented by means of positive measures on the real line. This fact is exploited in this paper in order to rigorously prove a set of integral identities for Herglotz functions that relate weighted integrals of the function to its asymptotic expansions at the origin and infinity. The integral identities are the core of a general approach introduced here to derive sum rules and physical limitations on various passive physical systems. Although similar approaches have previously been applied to a wide range of specific applications, this paper is the first to deliver a general procedure together with the necessary proofs. This procedure is described thoroughly and exemplified with examples from electromagnetic theory.

  11. Regulatory process for material handling equipment

    International Nuclear Information System (INIS)

    Rajendran, S.; Agarwal, Kailash

    2017-01-01

    Atomic Energy (Factories) Rules (AEFR) 1996, Rule 35 states, 'Thorough inspection and load testing of a Crane shall be done by a Competent Person at least once every 12 months'. To adhere to this rule, BARC Safety Council constituted 'Material Handling Equipment Committee (MHEC)' under the aegis of Conventional Fire and Safety Review Committee (CFSRC) to carry out periodical inspection and certification of Material Handling Equipment (MHE), tools and tackles used in BARC Facilities at Trombay, Tarapur and Kalpakkam

  12. Optimizing Environmental Flow Operation Rules based on Explicit IHA Constraints

    Science.gov (United States)

    Dongnan, L.; Wan, W.; Zhao, J.

    2017-12-01

    Multi-objective operation of reservoirs are increasingly asked to consider the environmental flow to support ecosystem health. Indicators of Hydrologic Alteration (IHA) is widely used to describe environmental flow regimes, but few studies have explicitly formulated it into optimization models and thus is difficult to direct reservoir release. In an attempt to incorporate the benefit of environmental flow into economic achievement, a two-objective reservoir optimization model is developed and all 33 hydrologic parameters of IHA are explicitly formulated into constraints. The benefit of economic is defined by Hydropower Production (HP) while the benefit of environmental flow is transformed into Eco-Index (EI) that combined 5 of the 33 IHA parameters chosen by principal component analysis method. Five scenarios (A to E) with different constraints are tested and solved by nonlinear programming. The case study of Jing Hong reservoir, located in the upstream of Mekong basin, China, shows: 1. A Pareto frontier is formed by maximizing on only HP objective in scenario A and on only EI objective in scenario B. 2. Scenario D using IHA parameters as constraints obtains the optimal benefits of both economic and ecological. 3. A sensitive weight coefficient is found in scenario E, but the trade-offs between HP and EI objectives are not within the Pareto frontier. 4. When the fraction of reservoir utilizable capacity reaches 0.8, both HP and EI capture acceptable values. At last, to make this modelmore conveniently applied to everyday practice, a simplified operation rule curve is extracted.

  13. Parallel handling of integrity constraints on fragmented relations

    NARCIS (Netherlands)

    Grefen, P.W.P.J.; Apers, Peter M.G.

    A short introduction to the important aspects of the PRISMA DBMS (database management system) and to the notation and terminology used is presented. It is shown how integrity constraints formulated in terms of global relations can be translated into a fragmented form. The strategy for constraint

  14. Execution Constraint Verification of Exception Handling on UML Sequence Diagrams

    NARCIS (Netherlands)

    Ciraci, S.; Sözer, Hasan; Aksit, Mehmet; Havinga, W.K.

    2011-01-01

    Exception handling alters the control flow of the program. As such, errors introduced in exception handling code may influence the overall program in undesired ways. To detect such errors early and thereby decrease the programming costs, it is worthwhile to consider exception handling at design

  15. The Viterbi Algorithm expressed in Constraint Handling Rules

    DEFF Research Database (Denmark)

    Christiansen, Henning; Have, Christian Theil; Lassen, Ole Torp

    2010-01-01

    The Viterbi algorithm is a classical example of a dynamic programming algorithm, in which pruning reduces the search space drastically, so that an otherwise exponential time complexity is reduced to linearity. The central steps of the algorithm, expansion and pruning, can be expressed in a concis...

  16. Probabilistic Abductive Logic Programming in Constraint Handling Rules

    DEFF Research Database (Denmark)

    Christiansen, Henning

    A class of Probabilistic Abductive Logic Programs (PALPs) is introduced and an implementation is developed in CHR for solving abductive problems, providing minimal explanations with their probabilities. Both all-explanations and most-probable-explanations versions are given. % Compared with other...

  17. Proof of Kochen–Specker Theorem: Conversion of Product Rule to Sum Rule

    International Nuclear Information System (INIS)

    Toh, S.P.; Zainuddin, Hishamuddin

    2009-01-01

    Valuation functions of observables in quantum mechanics are often expected to obey two constraints called the sum rule and product rule. However, the Kochen–Specker (KS) theorem shows that for a Hilbert space of quantum mechanics of dimension d ≤ 3, these constraints contradict individually with the assumption of value definiteness. The two rules are not irrelated and Peres [Found. Phys. 26 (1996) 807] has conceived a method of converting the product rule into a sum rule for the case of two qubits. Here we apply this method to a proof provided by Mermin based on the product rule for a three-qubit system involving nine operators. We provide the conversion of this proof to one based on sum rule involving ten operators. (general)

  18. How to Handle Impasses in Bargaining.

    Science.gov (United States)

    Durrant, Robert E.

    Guidelines in an outline format are presented to school board members and administrators on how to handle impasses in bargaining. The following two rules are given: there sometimes may be strikes, but there always will be settlements; and on the way to settlements, there always will be impasses. Suggestions for handling impasses are listed under…

  19. Level-Set Topology Optimization with Aeroelastic Constraints

    Science.gov (United States)

    Dunning, Peter D.; Stanford, Bret K.; Kim, H. Alicia

    2015-01-01

    Level-set topology optimization is used to design a wing considering skin buckling under static aeroelastic trim loading, as well as dynamic aeroelastic stability (flutter). The level-set function is defined over the entire 3D volume of a transport aircraft wing box. Therefore, the approach is not limited by any predefined structure and can explore novel configurations. The Sequential Linear Programming (SLP) level-set method is used to solve the constrained optimization problems. The proposed method is demonstrated using three problems with mass, linear buckling and flutter objective and/or constraints. A constraint aggregation method is used to handle multiple buckling constraints in the wing skins. A continuous flutter constraint formulation is used to handle difficulties arising from discontinuities in the design space caused by a switching of the critical flutter mode.

  20. Implementing Probabilistic Abductive Logic Programming with Constraint Handling Rules

    DEFF Research Database (Denmark)

    Christiansen, Henning

    2008-01-01

    A class of Probabilistic Abductive Logic Programs (PALPs) is introduced and an implementation is developed in CHR for solving abductive problems, providing minimal explanations with their probabilities. Both all-explanations and most-probable-explanations versions are given. Compared with other...

  1. The Ambiguous Role of Constraints in Creativity

    DEFF Research Database (Denmark)

    Biskjær, Michael Mose; Onarheim, Balder; Wiltschnig, Stefan

    2011-01-01

    The relationship between creativity and constraints is often described in the literature either in rather imprecise, general concepts or in relation to very specific domains. Cross-domain and cross-disciplinary takes on how the handling of constraints influences creative activities are rare. In t......-disciplinary research into the ambiguous role of constraints in creativity....

  2. How the 2SLS/IV estimator can handle equality constraints in structural equation models: a system-of-equations approach.

    Science.gov (United States)

    Nestler, Steffen

    2014-05-01

    Parameters in structural equation models are typically estimated using the maximum likelihood (ML) approach. Bollen (1996) proposed an alternative non-iterative, equation-by-equation estimator that uses instrumental variables. Although this two-stage least squares/instrumental variables (2SLS/IV) estimator has good statistical properties, one problem with its application is that parameter equality constraints cannot be imposed. This paper presents a mathematical solution to this problem that is based on an extension of the 2SLS/IV approach to a system of equations. We present an example in which our approach was used to examine strong longitudinal measurement invariance. We also investigated the new approach in a simulation study that compared it with ML in the examination of the equality of two latent regression coefficients and strong measurement invariance. Overall, the results show that the suggested approach is a useful extension of the original 2SLS/IV estimator and allows for the effective handling of equality constraints in structural equation models. © 2013 The British Psychological Society.

  3. Waste Handling Building Conceptual Study

    International Nuclear Information System (INIS)

    G.W. Rowe

    2000-01-01

    The objective of the ''Waste Handling Building Conceptual Study'' is to develop proposed design requirements for the repository Waste Handling System in sufficient detail to allow the surface facility design to proceed to the License Application effort if the proposed requirements are approved by DOE. Proposed requirements were developed to further refine waste handling facility performance characteristics and design constraints with an emphasis on supporting modular construction, minimizing fuel inventory, and optimizing facility maintainability and dry handling operations. To meet this objective, this study attempts to provide an alternative design to the Site Recommendation design that is flexible, simple, reliable, and can be constructed in phases. The design concept will be input to the ''Modular Design/Construction and Operation Options Report'', which will address the overall program objectives and direction, including options and issues associated with transportation, the subsurface facility, and Total System Life Cycle Cost. This study (herein) is limited to the Waste Handling System and associated fuel staging system

  4. Novel Sample-handling Approach for XRD Analysis with Minimal Sample Preparation

    Science.gov (United States)

    Sarrazin, P.; Chipera, S.; Bish, D.; Blake, D.; Feldman, S.; Vaniman, D.; Bryson, C.

    2004-01-01

    Sample preparation and sample handling are among the most critical operations associated with X-ray diffraction (XRD) analysis. These operations require attention in a laboratory environment, but they become a major constraint in the deployment of XRD instruments for robotic planetary exploration. We are developing a novel sample handling system that dramatically relaxes the constraints on sample preparation by allowing characterization of coarse-grained material that would normally be impossible to analyze with conventional powder-XRD techniques.

  5. Locality constraints and 2D quasicrystals

    International Nuclear Information System (INIS)

    Socolar, J.E.S.

    1990-01-01

    The plausible assumption that long-range interactions between atoms are negligible in a quasicrystal leaks to the study of tilings that obey constraints on the local configurations of tiles. The theory of such constraints (called matching rules) for 2D quasicrystal tilings is reviewed here. Different types of matching rules are defined and examples of tilings obeying them are given where known. The role of tile decoration is discussed and is shown to be significant in at least two cases (octagonal and dodecagonal duals of periodic 4-grids and 6-grids). A new result is introduced: a constructive procedure is described for generating weak matching rules for tilings with N-fold symmetry, for any N that is either a prime number or twice a prime number. The physics associated with weak matching rules, results on local growth rules, and the case of icosahedral symmetry are all briefly discussed. (author). 29 refs, 4 figs

  6. Verification of business rules programs

    CERN Document Server

    Silva, Bruno Berstel-Da

    2013-01-01

    Rules represent a simplified means of programming, congruent with our understanding of human brain constructs. With the advent of business rules management systems, it has been possible to introduce rule-based programming to nonprogrammers, allowing them to map expert intent into code in applications such as fraud detection, financial transactions, healthcare, retail, and marketing. However, a remaining concern is the quality, safety, and reliability of the resulting programs.  This book is on business rules programs, that is, rule programs as handled in business rules management systems. Its

  7. Consistency maintenance for constraint in role-based access control model

    Institute of Scientific and Technical Information of China (English)

    韩伟力; 陈刚; 尹建伟; 董金祥

    2002-01-01

    Constraint is an important aspect of role-based access control and is sometimes argued to be the principal motivation for role-based access control (RBAC). But so far few authors have discussed consistency maintenance for constraint in RBAC model. Based on researches of constraints among roles and types of inconsistency among constraints, this paper introduces corresponding formal rules, rule-based reasoning and corresponding methods to detect, avoid and resolve these inconsistencies. Finally, the paper introduces briefly the application of consistency maintenance in ZD-PDM, an enterprise-oriented product data management (PDM) system.

  8. Machine tongues. X. Constraint languages

    Energy Technology Data Exchange (ETDEWEB)

    Levitt, D.

    Constraint languages and programming environments will help the designer produce a lucid description of a problem domain, and then of particular situations and problems in it. Early versions of these languages were given descriptions of real world domain constraints, like the operation of electrical and mechanical parts. More recently, the author has automated a vocabulary for describing musical jazz phrases, using constraint language as a jazz improviser. General constraint languages will handle all of these domains. Once the model is in place, the system will connect built-in code fragments and algorithms to answer questions about situations; that is, to help solve problems. Bugs will surface not in code, but in designs themselves. 15 references.

  9. GraDit: graph-based data repair algorithm for multiple data edits rule violations

    Science.gov (United States)

    Ode Zuhayeni Madjida, Wa; Gusti Bagus Baskara Nugraha, I.

    2018-03-01

    Constraint-based data cleaning captures data violation to a set of rule called data quality rules. The rules consist of integrity constraint and data edits. Structurally, they are similar, where the rule contain left hand side and right hand side. Previous research proposed a data repair algorithm for integrity constraint violation. The algorithm uses undirected hypergraph as rule violation representation. Nevertheless, this algorithm can not be applied for data edits because of different rule characteristics. This study proposed GraDit, a repair algorithm for data edits rule. First, we use bipartite-directed hypergraph as model representation of overall defined rules. These representation is used for getting interaction between violation rules and clean rules. On the other hand, we proposed undirected graph as violation representation. Our experimental study showed that algorithm with undirected graph as violation representation model gave better data quality than algorithm with undirected hypergraph as representation model.

  10. 7 CFR 946.140 - Handling potatoes for commercial processing into products.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 8 2010-01-01 2010-01-01 false Handling potatoes for commercial processing into... AGRICULTURE IRISH POTATOES GROWN IN WASHINGTON Rules and Regulations Modification of Inspection Requirements § 946.140 Handling potatoes for commercial processing into products. Pursuant to § 946.54(a)(6...

  11. The use of physical model simulation to emulate an AGV material handling system

    International Nuclear Information System (INIS)

    Hurley, R.G.; Coffman, P.E.; Dixon, J.R.; Walacavage, J.G.

    1987-01-01

    This paper describes an application of physical modeling to the simulation of a prototype AGV (Automatic Guided Vehicle) material handling system. Physical modeling is the study of complex automated manufacturing and material handling systems through the use of small scale components controlled by mini and/or microcomputers. By modeling the mechanical operations of the proposed AGV material handling system, it was determined that control algorithms and AGV dispatch rules could be developed and evaluated. This paper presents a brief explanation of physical modeling as a simulation tool and addresses in detail the development of the control algorithm, dispatching rules, and a prototype physical model of a flexible machining system

  12. Handling and transfer operations for partially-spent nuclear fuel

    Energy Technology Data Exchange (ETDEWEB)

    Ibrahim, J K [PUSPATI, Kuala Lumpur (Malaysia)

    1983-12-01

    This project involved the handling and transfer of partially-spent reactor fuel from the Oregon State University TRIGA Reactor in Corvallis, Oregon to Hanford Engineering Development Laboratory in Richland, Washington. The method of handling is dependent upon the burn-up history of the fuel elements. Legal constraints imposed by standing U.S. nuclear regulations determine the selection of transport containers, transportation procedures, physical security arrangements in transit and nuclear material accountability documentation. Results of in-house safety evaluations of the project determine the extent of involvement of pertinent nuclear regulatory authorities. The actual handling activities and actual radiation dose rates are also presented.

  13. Development of monitoring-control methods for heavy remote handling operations in an irradiated environment

    Energy Technology Data Exchange (ETDEWEB)

    Argouac' h, J R [Alsthom-Atlantique, ACB Nantes (France)

    1984-11-01

    Heavy remote handling equipment units have benefited from the progress made in robotics, but with certain specific constraints linked to the environment in which they are required to operate. Notably, these constraints impose the exclusive use of electrical techniques.

  14. Model Predictive Control with Constraints of a Wind Turbine

    DEFF Research Database (Denmark)

    Henriksen, Lars Christian; Poulsen, Niels Kjølstad

    2007-01-01

    Model predictive control of wind turbines offer a more systematic approach of constructing controllers that handle constraints while focusing on the main control objective. In this article several controllers are designed for different wind conditions and appropriate switching conditions ensure a...... an efficient control of the wind turbine over the entire range of wind speeds. Both onshore and floating offshore wind turbines are tested with the controllers.......Model predictive control of wind turbines offer a more systematic approach of constructing controllers that handle constraints while focusing on the main control objective. In this article several controllers are designed for different wind conditions and appropriate switching conditions ensure...

  15. Searching for genomic constraints

    Energy Technology Data Exchange (ETDEWEB)

    Lio` , P [Cambridge, Univ. (United Kingdom). Genetics Dept.; Ruffo, S [Florence, Univ. (Italy). Fac. di Ingegneria. Dipt. di Energetica ` S. Stecco`

    1998-01-01

    The authors have analyzed general properties of very long DNA sequences belonging to simple and complex organisms, by using different correlation methods. They have distinguished those base compositional rules that concern the entire genome which they call `genomic constraints` from the rules that depend on the `external natural selection` acting on single genes, i. e. protein-centered constraints. They show that G + C content, purine / pyrimidine distributions and biological complexity of the organism are the most important factors which determine base compositional rules and genome complexity. Three main facts are here reported: bacteria with high G + C content have more restrictions on base composition than those with low G + C content; at constant G + C content more complex organisms, ranging from prokaryotes to higher eukaryotes (e.g. human) display an increase of repeats 10-20 nucleotides long, which are also partly responsible for long-range correlations; work selection of length 3 to 10 is stronger in human and in bacteria for two distinct reasons. With respect to previous studies, they have also compared the genomic sequence of the archeon Methanococcus jannaschii with those of bacteria and eukaryotes: it shows sometimes an intermediate statistical behaviour.

  16. Searching for genomic constraints

    International Nuclear Information System (INIS)

    Lio', P.; Ruffo, S.

    1998-01-01

    The authors have analyzed general properties of very long DNA sequences belonging to simple and complex organisms, by using different correlation methods. They have distinguished those base compositional rules that concern the entire genome which they call 'genomic constraints' from the rules that depend on the 'external natural selection' acting on single genes, i. e. protein-centered constraints. They show that G + C content, purine / pyrimidine distributions and biological complexity of the organism are the most important factors which determine base compositional rules and genome complexity. Three main facts are here reported: bacteria with high G + C content have more restrictions on base composition than those with low G + C content; at constant G + C content more complex organisms, ranging from prokaryotes to higher eukaryotes (e.g. human) display an increase of repeats 10-20 nucleotides long, which are also partly responsible for long-range correlations; work selection of length 3 to 10 is stronger in human and in bacteria for two distinct reasons. With respect to previous studies, they have also compared the genomic sequence of the archeon Methanococcus jannaschii with those of bacteria and eukaryotes: it shows sometimes an intermediate statistical behaviour

  17. PREPD O and VE remote handling system

    International Nuclear Information System (INIS)

    Theil, T.N.

    1985-01-01

    The Process Experimental Pilot Plant (PREPP) at the Idaho National Engineering Laboratory is designed for volume reduction and packaging of transuranic (TRU) waste. The PREPP opening and verification enclosure (O and VE) remote handling system, within that facility, is designed to provide examination of the contents of various TRU waste storage containers. This remote handling system will provide the means of performing a hazardous operation that is currently performed manually. The TeleRobot to be used in this system is a concept that will incorporate and develop man in the loop operation (manual mode), standardized automatic sequencing of end effector tools, increased payload and reach over currently available computer-controlled robots, and remote handling of a hazardous waste operation. The system is designed within limited space constraints and an operation that was originally planned, and is currently being manually performed at other plants. The PREPP O and VE remote handling system design incorporates advancing technology to improve the working environment in the nuclear field

  18. Handling and transfer operations for partially-spent nuclear fuel

    International Nuclear Information System (INIS)

    Ibrahim, J.K.

    1983-01-01

    This project involved the handling and transfer of partially-spent reactor fuel from the Oregon State University TRIGA Reactor in Corvallis, Oregon to Hanford Engineering Development Laboratory in Richland, Washington. The method of handling is dependent upon the burn-up history of the fuel elements. Legal constraints imposed by standing U.S. nuclear regulations determine the selection of transport containers, transportation procedures, physical security arrangements in transit and nuclear material accountability documentation. Results of in-house safety evaluations of the project determine the extent of involvement of pertinent nuclear regulatory authorities. The actual handling activities and actual radiation dose rates are also presented (author)

  19. The constraint rule of the maximum entropy principle

    NARCIS (Netherlands)

    Uffink, J.

    1995-01-01

    The principle of maximum entropy is a method for assigning values to probability distributions on the basis of partial information. In usual formulations of this and related methods of inference one assumes that this partial information takes the form of a constraint on allowed probability

  20. Remote handling in reprocessing plants

    International Nuclear Information System (INIS)

    Streiff, G.

    1984-01-01

    Remote control will be the rule for maintenance in hot cells of future spent fuel reprocessing plants because of the radioactivity level. New handling equipments will be developed and intervention principles defined. Existing materials, recommendations for use and new manipulators are found in the PMDS' documentation. It is also a help in the choice and use of intervention means and a guide for the user [fr

  1. HYPROLOG: A New Logic Programming Language with Assumptions and Abduction

    DEFF Research Database (Denmark)

    Christiansen, Henning; Dahl, Veronica

    2005-01-01

    We present HYPROLOG, a novel integration of Prolog with assumptions and abduction which is implemented in and partly borrows syntax from Constraint Handling Rules (CHR) for integrity constraints. Assumptions are a mechanism inspired by linear logic and taken over from Assumption Grammars. The lan......We present HYPROLOG, a novel integration of Prolog with assumptions and abduction which is implemented in and partly borrows syntax from Constraint Handling Rules (CHR) for integrity constraints. Assumptions are a mechanism inspired by linear logic and taken over from Assumption Grammars....... The language shows a novel flexibility in the interaction between the different paradigms, including all additional built-in predicates and constraints solvers that may be available. Assumptions and abduction are especially useful for language processing, and we can show how HYPROLOG works seamlessly together...

  2. A Dynamic Programming-Based Heuristic for the Shift Design Problem in Airport Ground Handling

    DEFF Research Database (Denmark)

    Clausen, Tommy

    We consider the heterogeneous shift design problem for a workforce with multiple skills, where work shifts are created to cover a given demand as well as possible while minimizing cost and satisfying a flexible set of constraints. We focus mainly on applications within airport ground handling whe...... programming that allows flexibility in modeling the workforce. Parameters allow a planner to determine the level of demand coverage that best fulfills the requirements of the organization. Results are presented from several diverse real-life ground handling instances.......We consider the heterogeneous shift design problem for a workforce with multiple skills, where work shifts are created to cover a given demand as well as possible while minimizing cost and satisfying a flexible set of constraints. We focus mainly on applications within airport ground handling where...

  3. A Constructivist Approach to Rule Bases

    NARCIS (Netherlands)

    Sileno, G.; Boer, A.; van Engers, T.; Loiseau, S.; Filipe, J.; Duval, B.; van den Herik, J.

    2015-01-01

    The paper presents a set of algorithms for the conversion of rule bases between priority-based and constraint-based representations. Inspired by research in precedential reasoning in law, such algorithms can be used for the analysis of a rule base, and for the study of the impact of the introduction

  4. Input-to-State Stabilizing MPC for Neutrally Stable Linear Systems subject to Input Constraints

    NARCIS (Netherlands)

    Kim, Jung-Su; Yoon, Tae-Woong; Jadbabaie, Ali; Persis, Claudio De

    2004-01-01

    MPC(Model Predictive Control) is representative of control methods which are able to handle physical constraints. Closed-loop stability can therefore be ensured only locally in the presence of constraints of this type. However, if the system is neutrally stable, and if the constraints are imposed

  5. Regulations on handling dangerous objects in Japan (with particular reference to sodium)

    International Nuclear Information System (INIS)

    Nagai, M.

    1971-01-01

    Sodium is designated as a kind of dangerous object, so that special care has to be taken in handling or storing large amounts of sodium. Formal regulations on sodium handling in Japan are prescribed in Fire Service Law, which is supplemented by Rules on Handling Dangerous Objects. Since these regulations are not intended to be applied to large sodium circuits, some defects and inappropriate expressions might be found in them. An attempt is made here to pick up these problems and important points from Japanese regulations on handling dangerous objects with particular reference to sodium

  6. Formal Constraints on Memory Management for Composite Overloaded Operations

    Directory of Open Access Journals (Sweden)

    Damian W.I. Rouson

    2006-01-01

    Full Text Available The memory management rules for abstract data type calculus presented by Rouson, Morris & Xu [15] are recast as formal statements in the Object Constraint Language (OCL and applied to the design of a thermal energy equation solver. One set of constraints eliminates memory leaks observed in composite overloaded expressions with three current Fortran 95/2003 compilers. A second set of constraints ensures economical memory recycling. The constraints are preconditions, postconditions and invariants on overloaded operators and the objects they receive and return. It is demonstrated that systematic run-time assertion checking inspired by the formal constraints facilitated the pinpointing of an exceptionally hard-to-reproduce compiler bug. It is further demonstrated that the interplay between OCL's modeling capabilities and Fortran's programming capabilities led to a conceptual breakthrough that greatly improved the readability of our code by facilitating operator overloading. The advantages and disadvantages of our memory management rules are discussed in light of other published solutions [11,19]. Finally, it is demonstrated that the run-time assertion checking has a negligible impact on performance.

  7. Reasoning about passive declarations in CHR

    DEFF Research Database (Denmark)

    Christiansen, Henning

    2005-01-01

    The programming language of Constraint Handling Rules (CHR) is gaining more and more popularity and this has motivated the development of new optimization techniques to be applied in implementations of CHR. As for other logic programming languages, a program written CHR can be understood declarat......The programming language of Constraint Handling Rules (CHR) is gaining more and more popularity and this has motivated the development of new optimization techniques to be applied in implementations of CHR. As for other logic programming languages, a program written CHR can be understood...

  8. Horizontal and Vertical Rule Bases Method in Fuzzy Controllers

    OpenAIRE

    Aminifar, Sadegh; bin Marzuki, Arjuna

    2013-01-01

    Concept of horizontal and vertical rule bases is introduced. Using this method enables the designers to look for main behaviors of system and describes them with greater approximations. The rules which describe the system in first stage are called horizontal rule base. In the second stage, the designer modulates the obtained surface by describing needed changes on first surface for handling real behaviors of system. The rules used in the second stage are called vertical rule base. Horizontal...

  9. Balancing Constraints and the Sweet Spot as Coming Topics for Creativity Research

    DEFF Research Database (Denmark)

    Onarheim, Balder; Biskjaer, Michael Mose

    2017-01-01

    and creativity, with skillful and innovative handling of constraints seen as a prerequisite for apt creative performance. Based on a brief review of current disparate conceptualizations of constraints as both enablers and restrainers of creative activities, we begin by proposing the unifying concept ‘creativity...

  10. Current algebra constraints on K13 form factors

    International Nuclear Information System (INIS)

    Simmons, L.D.

    1975-01-01

    New theoretical constraints on the divergence form factor in K 13 decays are derived. The assumptions underlying the derivation are presented. The constraints on the divergence form factor are derived and summarized in the form of a theorem. It is shown that the finiteness of the leakage charge is a natural consequence of the parallelΔI vectorparallel = 1 / 2 rule. The Lorentz invariance of current algebra sum rules is discussed. The theorem is rederived within the context of the conserved vector current hypothesis. Finally, the implications of the present work are noted with attention being paid to both the theoretical and experimental consequences

  11. 78 FR 35743 - Irish Potatoes Grown in Colorado; Modification of the General Cull and Handling Regulation for...

    Science.gov (United States)

    2013-06-14

    ... IR] Irish Potatoes Grown in Colorado; Modification of the General Cull and Handling Regulation for.... SUMMARY: This interim rule modifies the size requirements for potatoes handled under the Colorado potato marketing order, Area No. 2 (order). The order regulates the handling of Irish potatoes grown in Colorado...

  12. 36 CFR 1254.36 - What care must I take when handling documents?

    Science.gov (United States)

    2010-07-01

    ... 36 Parks, Forests, and Public Property 3 2010-07-01 2010-07-01 false What care must I take when... Room Rules Rules Relating to Using Original Documents § 1254.36 What care must I take when handling... must not use paper clips, rubber bands, self-stick notes or similar devices to identify documents. (e...

  13. Forward Compton scattering with weak neutral current: Constraints from sum rules

    Directory of Open Access Journals (Sweden)

    Mikhail Gorchtein

    2015-07-01

    Full Text Available We generalize forward real Compton amplitude to the case of the interference of the electromagnetic and weak neutral current, formulate a low-energy theorem, relate the new amplitudes to the interference structure functions and obtain a new set of sum rules. We address a possible new sum rule that relates the product of the axial charge and magnetic moment of the nucleon to the 0th moment of the structure function g5(ν,0. For the dispersive γZ-box correction to the proton's weak charge, the application of the GDH sum rule allows us to reduce the uncertainty due to resonance contributions by a factor of two. The finite energy sum rule helps addressing the uncertainty in that calculation due to possible duality violations.

  14. 77 FR 76815 - Handling of Animals; Contingency Plans

    Science.gov (United States)

    2012-12-31

    ... DEPARTMENT OF AGRICULTURE Animal and Plant Health Inspection Service 9 CFR Parts 2 and 3 [Docket No. APHIS-2006-0159] RIN 0579-AC69 Handling of Animals; Contingency Plans AGENCY: Animal and Plant Health Inspection Service, USDA. ACTION: Final rule. SUMMARY: We are amending the Animal Welfare Act...

  15. Constraint-based scheduling

    Science.gov (United States)

    Zweben, Monte

    1993-01-01

    The GERRY scheduling system developed by NASA Ames with assistance from the Lockheed Space Operations Company, and the Lockheed Artificial Intelligence Center, uses a method called constraint-based iterative repair. Using this technique, one encodes both hard rules and preference criteria into data structures called constraints. GERRY repeatedly attempts to improve schedules by seeking repairs for violated constraints. The system provides a general scheduling framework which is being tested on two NASA applications. The larger of the two is the Space Shuttle Ground Processing problem which entails the scheduling of all the inspection, repair, and maintenance tasks required to prepare the orbiter for flight. The other application involves power allocation for the NASA Ames wind tunnels. Here the system will be used to schedule wind tunnel tests with the goal of minimizing power costs. In this paper, we describe the GERRY system and its application to the Space Shuttle problem. We also speculate as to how the system would be used for manufacturing, transportation, and military problems.

  16. Preliminary study of a blanket handling device and evaluation of the feasibility of eliminating the spread of radioactive contamination

    International Nuclear Information System (INIS)

    Leger, D.; Djerassi, H.; Maupou, M.; Charruyer, P.; Salpietro, E.

    1988-01-01

    A study concerning progress and future development of the BLANKET HANDLING DEVICE of NET-DN tokamak and the related potentialities against contamination dispersal during handling of internal segments. To prevent the dust dispersion during the mantainance operations, there are three options: a Tight-Intermediate Containment (TIC), a Containment Transfer Unit (CTU) or the dust fixation on the internal components. The design of the BHD takes account of multivarious dimensioning requirements (geometrical and dimensional constraints, including characteristics of the segments and torus), environmental and operational constraints (safety, lifetime, maintainability, cooling of Blanket segments, containment). The possible solutions concerning protection of special devices, during handling and travelling, are discussed

  17. 78 FR 3 - Irish Potatoes Grown in Colorado; Modification of the Handling Regulation for Area No. 2

    Science.gov (United States)

    2013-01-02

    ...; FV12-948-1 IR] Irish Potatoes Grown in Colorado; Modification of the Handling Regulation for Area No. 2...: This rule modifies the grade requirements for potatoes handled under the Colorado potato marketing order, Area No. 2 (order). The order regulates the handling of Irish potatoes grown in Colorado and is...

  18. Unified patterns to transform business rules into an event coordination mechanism

    OpenAIRE

    De Roover, Willem; Vanthienen, Jan

    2011-01-01

    Business rules define and constrain various aspects of the business, such as vocabulary, behavior and organizational issues. Enforcing the rules of the business in information systems is however not straightforward, because different mechanisms exist for the (semi-)automatic transformation of various business constraints and rules. In this paper, we examine if and how business rules, not only data rules, but also process rules, timing rules, authorization rules, etc., can be expressed i...

  19. On quantization of time-dependent systems with constraints

    International Nuclear Information System (INIS)

    Gadjiev, S A; Jafarov, R G

    2007-01-01

    The Dirac method of canonical quantization of theories with second-class constraints has to be modified if the constraints depend on time explicitly. A solution of the problem was given by Gitman and Tyutin. In the present work we propose an independent way to derive the rules of quantization for these systems, starting from the physical equivalent theory with trivial non-stationarity

  20. On quantization of time-dependent systems with constraints

    International Nuclear Information System (INIS)

    Hadjialieva, F.G.; Jafarov, R.G.

    1993-07-01

    The Dirac method of canonical quantization of theories with second class constraints has to be modified if the constraints depend on time explicitly. A solution of the problem was given by Gitman and Tyutin. In the present work we propose an independent way to derive the rules of quantization for these systems, starting from physical equivalent theory with trivial nonstationarity. (author). 4 refs

  1. On quantization of time-dependent systems with constraints

    Energy Technology Data Exchange (ETDEWEB)

    Gadjiev, S A; Jafarov, R G [Institute for Physical Problems, Baku State University, AZ11 48 Baku (Azerbaijan)

    2007-03-30

    The Dirac method of canonical quantization of theories with second-class constraints has to be modified if the constraints depend on time explicitly. A solution of the problem was given by Gitman and Tyutin. In the present work we propose an independent way to derive the rules of quantization for these systems, starting from the physical equivalent theory with trivial non-stationarity.

  2. Using accelerometry to quantify prey attack and handling behaviours in piscivorous pike Esox lucius

    DEFF Research Database (Denmark)

    Deurs, Mikael van; Andersson, A.; Vinterstare, J.

    2017-01-01

    Accelerometer technology was used to evaluate behaviours in the teleost ambush predator pike Esox lucius foraging on crucian carp Carassius carassius. Automated rule-based estimates of prey-size determined handling time were obtained and are compared with video-recorded behaviours. Solutions to t...... attachment and the limitations imposed by battery-time and data-logging capacities are evaluated......Accelerometer technology was used to evaluate behaviours in the teleost ambush predator pike Esox lucius foraging on crucian carp Carassius carassius. Automated rule-based estimates of prey-size determined handling time were obtained and are compared with video-recorded behaviours. Solutions to tag...

  3. The balance-of-payments constraint:from balanced trade to sustainable debt

    Directory of Open Access Journals (Sweden)

    Nelson H. Barbosa-Filho

    2001-12-01

    Full Text Available This paper extends the balance-of-payments constraint on growth known as Thirlwall's law to incorporate unbalanced trade and debt accumulation. Assuming that small open economies face a liquidity constraint, the text shows the growth and real-exchange-rate policy rules consistent with a stable ratio of net exports to income. Given such rules, the text shows how the trade balance of a small open economy is residually determined by the ratio of foreign debt to income allowed by international conditions.

  4. ERROR HANDLING IN INTEGRATION WORKFLOWS

    Directory of Open Access Journals (Sweden)

    Alexey M. Nazarenko

    2017-01-01

    Full Text Available Simulation experiments performed while solving multidisciplinary engineering and scientific problems require joint usage of multiple software tools. Further, when following a preset plan of experiment or searching for optimum solu- tions, the same sequence of calculations is run multiple times with various simulation parameters, input data, or conditions while overall workflow does not change. Automation of simulations like these requires implementing of a workflow where tool execution and data exchange is usually controlled by a special type of software, an integration environment or plat- form. The result is an integration workflow (a platform-dependent implementation of some computing workflow which, in the context of automation, is a composition of weakly coupled (in terms of communication intensity typical subtasks. These compositions can then be decomposed back into a few workflow patterns (types of subtasks interaction. The pat- terns, in their turn, can be interpreted as higher level subtasks.This paper considers execution control and data exchange rules that should be imposed by the integration envi- ronment in the case of an error encountered by some integrated software tool. An error is defined as any abnormal behavior of a tool that invalidates its result data thus disrupting the data flow within the integration workflow. The main requirementto the error handling mechanism implemented by the integration environment is to prevent abnormal termination of theentire workflow in case of missing intermediate results data. Error handling rules are formulated on the basic pattern level and on the level of a composite task that can combine several basic patterns as next level subtasks. The cases where workflow behavior may be different, depending on user's purposes, when an error takes place, and possible error handling op- tions that can be specified by the user are also noted in the work.

  5. Determining physical constraints in transcriptional initiationcomplexes using DNA sequence analysis

    Energy Technology Data Exchange (ETDEWEB)

    Shultzaberger, Ryan K.; Chiang, Derek Y.; Moses, Alan M.; Eisen,Michael B.

    2007-07-01

    Eukaryotic gene expression is often under the control ofcooperatively acting transcription factors whose binding is limited bystructural constraints. By determining these structural constraints, wecan understand the "rules" that define functional cooperativity.Conversely, by understanding the rules of binding, we can inferstructural characteristics. We have developed an information theory basedmethod for approximating the physical limitations of cooperativeinteractions by comparing sequence analysis to microarray expressiondata. When applied to the coordinated binding of the sulfur amino acidregulatory protein Met4 by Cbf1 and Met31, we were able to create acombinatorial model that can correctly identify Met4 regulatedgenes.

  6. Automatic generation of optimal business processes from business rules

    NARCIS (Netherlands)

    Steen, B.; Ferreira Pires, Luis; Iacob, Maria Eugenia

    2010-01-01

    In recent years, business process models are increasingly being used as a means for business process improvement. Business rules can be seen as requirements for business processes, in that they describe the constraints that must hold for business processes that implement these business rules.

  7. Finding the optimal Bayesian network given a constraint graph

    Directory of Open Access Journals (Sweden)

    Jacob M. Schreiber

    2017-07-01

    Full Text Available Despite recent algorithmic improvements, learning the optimal structure of a Bayesian network from data is typically infeasible past a few dozen variables. Fortunately, domain knowledge can frequently be exploited to achieve dramatic computational savings, and in many cases domain knowledge can even make structure learning tractable. Several methods have previously been described for representing this type of structural prior knowledge, including global orderings, super-structures, and constraint rules. While super-structures and constraint rules are flexible in terms of what prior knowledge they can encode, they achieve savings in memory and computational time simply by avoiding considering invalid graphs. We introduce the concept of a “constraint graph” as an intuitive method for incorporating rich prior knowledge into the structure learning task. We describe how this graph can be used to reduce the memory cost and computational time required to find the optimal graph subject to the encoded constraints, beyond merely eliminating invalid graphs. In particular, we show that a constraint graph can break the structure learning task into independent subproblems even in the presence of cyclic prior knowledge. These subproblems are well suited to being solved in parallel on a single machine or distributed across many machines without excessive communication cost.

  8. Consistency maintenance for constraint in role-based access control model

    Institute of Scientific and Technical Information of China (English)

    韩伟力; 陈刚; 尹建伟; 董金祥

    2002-01-01

    Constraint is an important aspect of role-based access control and is sometimes argued to be the principal motivation for role-based access control (RBAC). But so far'few authors have discussed consistency maintenance for constraint in RBAC model. Based on researches of constraints among roles and types of inconsistency among constraints, this paper introduces correaponding formal rules, rulebased reasoning and corresponding methods to detect, avoid and resolve these inconsistencies. Finally,the paper introduces briefly the application of consistency maintenance in ZD-PDM, an enterprise-ori-ented product data management (PDM) system.

  9. Designing a Constraint Based Parser for Sanskrit

    Science.gov (United States)

    Kulkarni, Amba; Pokar, Sheetal; Shukl, Devanand

    Verbal understanding (śā bdabodha) of any utterance requires the knowledge of how words in that utterance are related to each other. Such knowledge is usually available in the form of cognition of grammatical relations. Generative grammars describe how a language codes these relations. Thus the knowledge of what information various grammatical relations convey is available from the generation point of view and not the analysis point of view. In order to develop a parser based on any grammar one should then know precisely the semantic content of the grammatical relations expressed in a language string, the clues for extracting these relations and finally whether these relations are expressed explicitly or implicitly. Based on the design principles that emerge from this knowledge, we model the parser as finding a directed Tree, given a graph with nodes representing the words and edges representing the possible relations between them. Further, we also use the Mīmā ṃsā constraint of ākā ṅkṣā (expectancy) to rule out non-solutions and sannidhi (proximity) to prioritize the solutions. We have implemented a parser based on these principles and its performance was found to be satisfactory giving us a confidence to extend its functionality to handle the complex sentences.

  10. Illegal handling of radioactive and nuclear materials. Threats and suggestions for measures

    International Nuclear Information System (INIS)

    Oliver, Lena; Melin, Lena; Prawitz, Jan; Ringbom, Anders; Sandstroem, Bjoern; Wigg, Lars; Wirstam, Jens

    2004-01-01

    This project deals with threats from smuggling or other illegal transportation of radioactive or nuclear materials across the borders to Sweden, and with the security of handling such materials in Sweden. The project has included studies of relevant documentation; visits and interviews at industries, hospitals, research institutes and military institutions in Sweden that handle radioactive materials; a pilot study at the Stockholm freeport, where equipment for detection of radioactive materials has been tested for six months; an analysis of incidents reported to the IAEA database; and an analysis of Swedish incidents. The following conclusions are drawn: Stricter rules regarding the physical protection of radiation sources and radioactive materials should be implemented in Sweden. The recommendations recently issued by IAEA should serve as a point of departure for working out such rules

  11. Loosening Psychometric Constraints on Educational Assessments

    Science.gov (United States)

    Kane, Michael T.

    2017-01-01

    In response to an argument by Baird, Andrich, Hopfenbeck and Stobart (2017), Michael Kane states that there needs to be a better fit between educational assessment and learning theory. In line with this goal, Kane will examine how psychometric constraints might be loosened by relaxing some psychometric "rules" in some assessment…

  12. Quality and rules for mechanical aspects of tangible interaction design

    NARCIS (Netherlands)

    Broekhuijsen, M.J.; Delbressine, F.L.M.; Feijs, L.M.G.

    2011-01-01

    This paper describes the application of Exact Kinematic Constraint Design to designs meant for tangible interaction with users. The paper gives rules for generating high quality mechanical designs for tangible interactions. Each rule is explained using examples made in LEGO and real world examples.

  13. Inverse-moment chiral sum rules

    International Nuclear Information System (INIS)

    Golowich, E.; Kambor, J.

    1996-01-01

    A general class of inverse-moment sum rules was previously derived by the authors in a chiral perturbation theory (ChPT) study at two-loop order of the isospin and hypercharge vector-current propagators. Here, we address the evaluation of the inverse-moment sum rules in terms of existing data and theoretical constraints. Two kinds of sum rules are seen to occur: those which contain as-yet undetermined O(q 6 ) counterterms and those free of such quantities. We use the former to obtain phenomenological evaluations of two O(q 6 ) counterterms. Light is shed on the important but difficult issue regarding contributions of higher orders in the ChPT expansion. copyright 1996 The American Physical Society

  14. A constraints-induced model of park choice

    NARCIS (Netherlands)

    Stemerding, M.P.; Oppewal, H.; Timmermans, H.J.P.

    1999-01-01

    Conjoint choice models have been used widely in the consumer-choice literature as an approach to measure and predict consumer-choice behavior. These models typically assume that consumer preferences and choice rules are independent from any constraints that might impact the behavior of interest.

  15. Current algebra sum rules for Reggeons

    CERN Document Server

    Carlitz, R

    1972-01-01

    The interplay between the constraints of chiral SU/sub 2/*SU/sub 2/ symmetry and Regge asymptotic behaviour is investigated. The author reviews the derivation of various current algebra sum rules in a study of the reaction pi + alpha to pi + beta . These sum rules imply that all particles may be classified in multiplets of SU/sub 2/*SU/sub 2/ and that each of these multiplets may contain linear combinations of an infinite number of physical states. Extending his study to the reaction pi + alpha to pi + pi + beta , he derives new sum rules involving commutators of the axial charge with the reggeon coupling matrices of the rho and f Regge trajectories. Some applications of these new sum rules are noted, and the general utility of these and related sum rules is discussed. (17 refs).

  16. 75 FR 17034 - Irish Potatoes Grown in Colorado; Relaxation of the Handling Regulation for Area No. 3

    Science.gov (United States)

    2010-04-05

    ...; FV09-948-2 IFR] Irish Potatoes Grown in Colorado; Relaxation of the Handling Regulation for Area No. 3...: This rule relaxes the size requirement prescribed under the Colorado potato marketing order. The marketing order regulates the handling of Irish potatoes grown in Colorado, and is administered locally by...

  17. 78 FR 70191 - Irish Potatoes Grown in Colorado; Modification of the General Cull and Handling Regulation for...

    Science.gov (United States)

    2013-11-25

    ...-FV-13-0001; FV13-948-1 FIR] Irish Potatoes Grown in Colorado; Modification of the General Cull and..., without change, an interim rule that modified the size requirements for potatoes handled under the Colorado potato marketing order, Area No. 2 (order). The order regulates the handling of Irish potatoes...

  18. Integration rules for scattering equations

    International Nuclear Information System (INIS)

    Baadsgaard, Christian; Bjerrum-Bohr, N.E.J.; Bourjaily, Jacob L.; Damgaard, Poul H.

    2015-01-01

    As described by Cachazo, He and Yuan, scattering amplitudes in many quantum field theories can be represented as integrals that are fully localized on solutions to the so-called scattering equations. Because the number of solutions to the scattering equations grows quite rapidly, the contour of integration involves contributions from many isolated components. In this paper, we provide a simple, combinatorial rule that immediately provides the result of integration against the scattering equation constraints for any Möbius-invariant integrand involving only simple poles. These rules have a simple diagrammatic interpretation that makes the evaluation of any such integrand immediate. Finally, we explain how these rules are related to the computation of amplitudes in the field theory limit of string theory.

  19. Self-Imposed Creativity Constraints

    DEFF Research Database (Denmark)

    Biskjaer, Michael Mose

    2013-01-01

    Abstract This dissertation epitomizes three years of research guided by the research question: how can we conceptualize creative self-binding as a resource in art and design processes? Concretely, the dissertation seeks to offer insight into the puzzling observation that highly skilled creative...... practitioners sometimes freely and intentionally impose rigid rules, peculiar principles, and other kinds of creative obstructions on themselves as a means to spur momentum in the process and reach a distinctly original outcome. To investigate this the dissertation is composed of four papers (Part II) framed...... of analysis. Informed by the insight that constraints both enable and restrain creative agency, the dissertation’s main contention is that creative self- binding may profitably be conceptualized as the exercise of self-imposed creativity constraints. Thus, the dissertation marks an analytical move from vague...

  20. 78 FR 23474 - Rules of General Application and Adjudication and Enforcement

    Science.gov (United States)

    2013-04-19

    ... law firm of Adduci, Mastriani & Schaumberg LLP (``AMS''); Broadcom; Cisco; Innovation Alliance; the... process constraints. Cisco argues that the Federal Circuit bench and bar has favorably looked upon Federal... that a similar rule should apply to the Commission. Cisco suggests that the proposed rule should be...

  1. Liquidity Trap and Stability of Taylor Rules

    OpenAIRE

    Le Riche , Antoine; Magris , Francesco; Parent , Antoine

    2016-01-01

    We study a productive economy with fractional cash-in-advance constraint on consumption expenditures. Government issues safe bonds and levies taxes to finance public expenditures, while the Central Bank follows a feedback Taylor rules by pegging the nominal interest rate. We show that when the nominal interest rate is bound to be non-negative, under active policy rules a Liquidity Trap steady state does emerge besides the Leeper (1991) equilibrium. The stability of the two steady states depen...

  2. Embedding Temporal Constraints For Coordinated Execution in Habitat Automation

    Science.gov (United States)

    Morris, Paul; Schwabacher, Mark; Dalal, Michael; Fry, Charles

    2013-01-01

    Future NASA plans call for long-duration deep space missions with human crews. Because of light-time delay and other considerations, increased autonomy will be needed. This will necessitate integration of tools in such areas as anomaly detection, diagnosis, planning, and execution. In this paper we investigate an approach that integrates planning and execution by embedding planner-derived temporal constraints in an execution procedure. To avoid the need for propagation, we convert the temporal constraints to dispatchable form. We handle some uncertainty in the durations without it affecting the execution; larger variations may cause activities to be skipped.

  3. The formal logic of business rules

    Directory of Open Access Journals (Sweden)

    Ivana Rábová

    2007-01-01

    Full Text Available Identification of improvement areas and utilization of information and communication technologies have gained value and priority in our knowledge driven society. Rules define constraints, conditions and policies of how the business processes are to be performed but they also affect the behavior of the resource and facilitate strategic business goals achieving. They control the business and represent business knowledge. The research works about business rules show how to specify and classify business rules from the business perspective and to establish an approach to managing them that will enable faster change in business processes and other business concepts in all areas of the business. In concrete this paper deals with four approaches to business rules formalization, i. e. notation of OCL, inference rules, decision table and predicate logic and with their general evaluation. The article shows also the advantages and disadvantages of these approaches of formalization. They are the example of every mentioned approach.

  4. Radiation protection rules for handling of sealed radioactive sources in medicine

    International Nuclear Information System (INIS)

    1985-02-01

    The rules presented here relate to the use of sealed radioactive sources in medical therapy, with the radioactive sources being temporarily or permanently incorporated into body cavities or body tissues, or fixed to the body surface. They also relate to radioactive sources with dimensions below 5 mm (as e.g. seeds). (orig./HP) [de

  5. 78 FR 9575 - Marketing Order Regulating the Handling of Spearmint Oil Produced in the Far West; Change to...

    Science.gov (United States)

    2013-02-11

    ... reserve oil in such manner as to accurately account for its receipt, storage, and disposition. In a rule... FR] Marketing Order Regulating the Handling of Spearmint Oil Produced in the Far West; Change to Administrative Rules Regarding the Transfer and Storage of Excess Spearmint Oil AGENCY: Agricultural Marketing...

  6. Rule Making and Rule Breaking: Game Development and the Governance of Emergent Behaviour

    Directory of Open Access Journals (Sweden)

    Jennifer R. Whitson

    2010-07-01

    Full Text Available Discussions of ‘control’ in games often center on players and their myriad attempts to push back upon the systems that seek to constrain them. The fact that players resist the constraints imposed upon them is not surprising, nor is it surprising that counterplay and control are such rich topics for game studies academics. In this article, I argue that players are invited by games to bend the rules. It is in the very nature of play to find the movement between the rules, and for many players the ‘fun’ in play is the inherent challenge of attempting to master, defeat, or remake games’ formal structures. These rationalities of play preclude blind obedience to the rules and have distinct implications for how games are governed. While there have been numerous studies of players who bend or break the rules (Consalvo, 2007; Foo and Koivisto, 2004; Dibbell, 1998; Kolko and Reid, 1998; Williams, 2006; Mnookin, 1997 and players who alter and re-make the rules in their role of co-producers (Sotamaa, 2009; Kücklich, 2005; Humphreys, 2005; Taylor, 2006b, there is little research on game development companies and their attempts to harness these rationalities of play and uphold the rules beyond the reflexive writings of game designers themselves (Curtis, 1992; Morningstar and Farmer, 1991; Koster, 2002.

  7. Constraints on the nuclear matter equation of state from pulsar glitches

    International Nuclear Information System (INIS)

    Link, B.; Epstein, R.I.; Van Riper, K.A.

    1992-01-01

    We study the post-glitch response of four pulsars to obtain lower limits on the total moment of inertia of the inner crust superfluid. In contrast to previous work, our constraints are independent of the form of the crust-superfluid coupling. We conclude that the superfluid must comprise approx-gt 0.8% of the total moment of inertia of the star. This constraint rules out the softest equations of state

  8. Applying remote handling attributes to the ITER neutral beam cell monorail crane

    Energy Technology Data Exchange (ETDEWEB)

    Crofts, O., E-mail: Oliver.Crofts@CCFE.ac.uk [CCFE, Culham Science Centre, Abingdon OX14 3DB (United Kingdom); Allan, P.; Raimbach, J. [CCFE, Culham Science Centre, Abingdon OX14 3DB (United Kingdom); Tesini, A.; Choi, C.-H. [ITER Organisation, CS90 046, 13067 St. Paul les Durance Cedex (France); Damiani, C.; Van Uffelen, M. [Fusion for Energy, C/Josep Pla 2, Torres Diagonal Litoral-B3, E-08019 Barcelona (Spain)

    2013-10-15

    The maintenance requirements for the equipment in the ITER neutral beam cell require components to be lifted and transported within the cell by remote means. To meet this requirement, the provision of an overhead crane with remote handling capabilities has been initiated. The layout of the cell has driven the design to consist of a monorail crane that travels on a branched monorail track attached to the cell ceiling. This paper describes the principle design constraints and how the remote handling attributes were applied to the concept design of the monorail crane, concentrating on areas where novel design solutions have been required and on the remote recovery requirements and solutions.

  9. Applying remote handling attributes to the ITER neutral beam cell monorail crane

    International Nuclear Information System (INIS)

    Crofts, O.; Allan, P.; Raimbach, J.; Tesini, A.; Choi, C.-H.; Damiani, C.; Van Uffelen, M.

    2013-01-01

    The maintenance requirements for the equipment in the ITER neutral beam cell require components to be lifted and transported within the cell by remote means. To meet this requirement, the provision of an overhead crane with remote handling capabilities has been initiated. The layout of the cell has driven the design to consist of a monorail crane that travels on a branched monorail track attached to the cell ceiling. This paper describes the principle design constraints and how the remote handling attributes were applied to the concept design of the monorail crane, concentrating on areas where novel design solutions have been required and on the remote recovery requirements and solutions

  10. Enhancing reliable online transaction with intelligent rule-based ...

    African Journals Online (AJOL)

    Enhancing reliable online transaction with intelligent rule-based fraud detection technique. ... These are with a bid to reducing amongst other things the cost of production and also dissuade the poor handling of Nigeria currency. The CBN pronouncement has necessitated the upsurge in transactions completed with credit ...

  11. On the Hierarchy of Functioning Rules in Distributed Computing

    OpenAIRE

    Bui , Alain; Bui , Marc; Lavault , Christian

    1999-01-01

    International audience; In previous papers, we used a Markovian model to determine the optimal functioning rules of a distributed system in various settings. Searching optimal functioning rules amounts to solve an optimization problem under constraints. The hierarchy of solutions arising from the above problem is called the “first order hierarchy”, and may possibly yield equivalent solutions. The present paper emphasizes a specific technique for deciding between two equivalent solutions, whic...

  12. Constraint Handling within a Multi-blade Coordinate Framework of a Wind Turbine

    DEFF Research Database (Denmark)

    Henriksen, Lars Christian; Poulsen, Niels Kjølstad; Niemann, Hans Henrik

    2011-01-01

    In this paper the control of a horizontal axis pitch controlled wind turbine using Model Predictive Control is presented. The multi-blade coordinate transformation is utilized to turn the rotating frame time-varying system description into a time-invariant fixed frame system description. Constrai....... Constraints in the rotating frame of reference are not easily described in the fixed frame and a Model Predictive Control formulation accommodating this problem is presented. The presented method is tested with satisfactory results in a numerical simulation....

  13. Using soft constraints to guide users in flexible business process management systems

    DEFF Research Database (Denmark)

    Stefansen, Christian; Borch, Signe Ellegård

    2008-01-01

    Current Business Process Management Systems (BPMS) allow designers to specify processes in highly expressive languages supporting numerous control flow constructs, exceptions, complex predicates, etc., but process specifications are expressed in terms of hard constraints, and this leads...... to an unfortunate trade off: information about preferred practices must either be abandoned or promoted to hard constraints. If abandoned, the BPMS cannot guide its users; if promoted to hard constraints, it becomes a hindrance when unanticipated deviations occur. Soft constraints can make this trade-off less...... painful. Soft constraints specify what rules can be violated and by how much. With soft constraints, the BPMS knows what deviations it can permit, and it can guide the user through the process. The BPMS should allow designers to easily specify soft goals and allow its users to immediately see...

  14. Model-independent cosmological constraints from growth and expansion

    Science.gov (United States)

    L'Huillier, Benjamin; Shafieloo, Arman; Kim, Hyungjin

    2018-05-01

    Reconstructing the expansion history of the Universe from Type Ia supernovae data, we fit the growth rate measurements and put model-independent constraints on some key cosmological parameters, namely, Ωm, γ, and σ8. The constraints are consistent with those from the concordance model within the framework of general relativity, but the current quality of the data is not sufficient to rule out modified gravity models. Adding the condition that dark energy density should be positive at all redshifts, independently of its equation of state, further constrains the parameters and interestingly supports the concordance model.

  15. Tree Branching: Leonardo da Vinci's Rule versus Biomechanical Models

    Science.gov (United States)

    Minamino, Ryoko; Tateno, Masaki

    2014-01-01

    This study examined Leonardo da Vinci's rule (i.e., the sum of the cross-sectional area of all tree branches above a branching point at any height is equal to the cross-sectional area of the trunk or the branch immediately below the branching point) using simulations based on two biomechanical models: the uniform stress and elastic similarity models. Model calculations of the daughter/mother ratio (i.e., the ratio of the total cross-sectional area of the daughter branches to the cross-sectional area of the mother branch at the branching point) showed that both biomechanical models agreed with da Vinci's rule when the branching angles of daughter branches and the weights of lateral daughter branches were small; however, the models deviated from da Vinci's rule as the weights and/or the branching angles of lateral daughter branches increased. The calculated values of the two models were largely similar but differed in some ways. Field measurements of Fagus crenata and Abies homolepis also fit this trend, wherein models deviated from da Vinci's rule with increasing relative weights of lateral daughter branches. However, this deviation was small for a branching pattern in nature, where empirical measurements were taken under realistic measurement conditions; thus, da Vinci's rule did not critically contradict the biomechanical models in the case of real branching patterns, though the model calculations described the contradiction between da Vinci's rule and the biomechanical models. The field data for Fagus crenata fit the uniform stress model best, indicating that stress uniformity is the key constraint of branch morphology in Fagus crenata rather than elastic similarity or da Vinci's rule. On the other hand, mechanical constraints are not necessarily significant in the morphology of Abies homolepis branches, depending on the number of daughter branches. Rather, these branches were often in agreement with da Vinci's rule. PMID:24714065

  16. Tree branching: Leonardo da Vinci's rule versus biomechanical models.

    Science.gov (United States)

    Minamino, Ryoko; Tateno, Masaki

    2014-01-01

    This study examined Leonardo da Vinci's rule (i.e., the sum of the cross-sectional area of all tree branches above a branching point at any height is equal to the cross-sectional area of the trunk or the branch immediately below the branching point) using simulations based on two biomechanical models: the uniform stress and elastic similarity models. Model calculations of the daughter/mother ratio (i.e., the ratio of the total cross-sectional area of the daughter branches to the cross-sectional area of the mother branch at the branching point) showed that both biomechanical models agreed with da Vinci's rule when the branching angles of daughter branches and the weights of lateral daughter branches were small; however, the models deviated from da Vinci's rule as the weights and/or the branching angles of lateral daughter branches increased. The calculated values of the two models were largely similar but differed in some ways. Field measurements of Fagus crenata and Abies homolepis also fit this trend, wherein models deviated from da Vinci's rule with increasing relative weights of lateral daughter branches. However, this deviation was small for a branching pattern in nature, where empirical measurements were taken under realistic measurement conditions; thus, da Vinci's rule did not critically contradict the biomechanical models in the case of real branching patterns, though the model calculations described the contradiction between da Vinci's rule and the biomechanical models. The field data for Fagus crenata fit the uniform stress model best, indicating that stress uniformity is the key constraint of branch morphology in Fagus crenata rather than elastic similarity or da Vinci's rule. On the other hand, mechanical constraints are not necessarily significant in the morphology of Abies homolepis branches, depending on the number of daughter branches. Rather, these branches were often in agreement with da Vinci's rule.

  17. JOYO operation support system 'JOYCAT' based on intelligent alarm handling

    International Nuclear Information System (INIS)

    Tamaoki, Tetsuo; Yamamoto, Hiroki; Sato, Masuo; Yoshida, Megumu; Kaneko, Tomoko; Terunuma, Seiichi; Takatsuto, Hiroshi; Morimoto, Makoto.

    1992-01-01

    An operation support system for the experimental fast reactor 'JOYO' was developed based on an intelligent alarm-handling. A specific feature of this system, called JOYCAT (JOYO Consulting and Analyzing Tool), is in its sequential processing structure that a uniform treatment by using design knowledge base is firstly applied for all activated alarms, and an exceptional treatment by using heuristic knowledge base is then applied only for the former results. This enables us to achieve real-time and flexible alarm-handling. The first alarm-handling determines the candidates of causal alarms, important alarms with which the operator should firstly cope, through identifying the cause-consequence relations among alarms based on the design knowledge base in which importance and activating conditions are described for each of 640 alarms in a frame format. The second alarm-handling makes the final judgement with the candidates by using the heuristic knowledge base described as production rules. Then, operation manuals concerning the most important alarms are displayed to operators. JOYCAT has been in commission since September of 1990, after a wide scope of validation tests by using an on-site full-scope training simulator. (author)

  18. Can power spectrum observations rule out slow-roll inflation?

    OpenAIRE

    Vieira, J. P. P.; Byrnes, Christian T.; Lewis, Antony

    2017-01-01

    The spectral index of scalar perturbations is an important observable that allows us to learn about inflationary physics. In particular, a detection of a significant deviation from a constant spectral index could enable us to rule out the simplest class of inflation models. We investigate whether future observations could rule out canonical single-field slow-roll inflation given the parameters allowed by current observational constraints. We find that future measurements of a constant running...

  19. A prospective three-step intervention study to prevent medication errors in drug handling in paediatric care.

    Science.gov (United States)

    Niemann, Dorothee; Bertsche, Astrid; Meyrath, David; Koepf, Ellen D; Traiser, Carolin; Seebald, Katja; Schmitt, Claus P; Hoffmann, Georg F; Haefeli, Walter E; Bertsche, Thilo

    2015-01-01

    To prevent medication errors in drug handling in a paediatric ward. One in five preventable adverse drug events in hospitalised children is caused by medication errors. Errors in drug prescription have been studied frequently, but data regarding drug handling, including drug preparation and administration, are scarce. A three-step intervention study including monitoring procedure was used to detect and prevent medication errors in drug handling. After approval by the ethics committee, pharmacists monitored drug handling by nurses on an 18-bed paediatric ward in a university hospital prior to and following each intervention step. They also conducted a questionnaire survey aimed at identifying knowledge deficits. Each intervention step targeted different causes of errors. The handout mainly addressed knowledge deficits, the training course addressed errors caused by rule violations and slips, and the reference book addressed knowledge-, memory- and rule-based errors. The number of patients who were subjected to at least one medication error in drug handling decreased from 38/43 (88%) to 25/51 (49%) following the third intervention, and the overall frequency of errors decreased from 527 errors in 581 processes (91%) to 116/441 (26%). The issue of the handout reduced medication errors caused by knowledge deficits regarding, for instance, the correct 'volume of solvent for IV drugs' from 49-25%. Paediatric drug handling is prone to errors. A three-step intervention effectively decreased the high frequency of medication errors by addressing the diversity of their causes. Worldwide, nurses are in charge of drug handling, which constitutes an error-prone but often-neglected step in drug therapy. Detection and prevention of errors in daily routine is necessary for a safe and effective drug therapy. Our three-step intervention reduced errors and is suitable to be tested in other wards and settings. © 2014 John Wiley & Sons Ltd.

  20. Technology for planning and scheduling under complex constraints

    Science.gov (United States)

    Alguire, Karen M.; Pedro Gomes, Carla O.

    1997-02-01

    Within the context of law enforcement, several problems fall into the category of planning and scheduling under constraints. Examples include resource and personnel scheduling, and court scheduling. In the case of court scheduling, a schedule must be generated considering available resources, e.g., court rooms and personnel. Additionally, there are constraints on individual court cases, e.g., temporal and spatial, and between different cases, e.g., precedence. Finally, there are overall objectives that the schedule should satisfy such as timely processing of cases and optimal use of court facilities. Manually generating a schedule that satisfies all of the constraints is a very time consuming task. As the number of court cases and constraints increases, this becomes increasingly harder to handle without the assistance of automatic scheduling techniques. This paper describes artificial intelligence (AI) technology that has been used to develop several high performance scheduling applications including a military transportation scheduler, a military in-theater airlift scheduler, and a nuclear power plant outage scheduler. We discuss possible law enforcement applications where we feel the same technology could provide long-term benefits to law enforcement agencies and their operations personnel.

  1. EPA, environmentalists feud over land ban waste rule

    International Nuclear Information System (INIS)

    Hanson, D.

    1990-01-01

    The publication of the Environmental Protection Agency's final, major hazardous waste regulation marks the end of a five-year effort to control land disposal of waste. This article discusses how the rule has ignited a major fight between the agency and environmental groups that fear the regulation is far too lenient to industry. The rule will affect everyone who handles chemical waste from researchers to truck drivers. Although it is the last, it is also the largest of the hazardous waste regulations, covering a vast array of substances. The rule's provisions encompass almost 350 listed wastes, multisource leachate, mixed radioactive and hazardous waste, alternative treatments for lab packs, and treatment standards for waste that exhibits one or more hazardous characteristics

  2. Constraints on backreaction in dust universes

    International Nuclear Information System (INIS)

    Raesaenen, Syksy

    2006-01-01

    We study backreaction in dust universes using exact equations which do not rely on perturbation theory, concentrating on theoretical and observational constraints. In particular, we discuss the recent suggestion (Kolb et al 2005 Preprint hep-th/0503117) that superhorizon perturbations could explain present-day accelerated expansion as a useful example which can be ruled out. We note that a backreaction explanation of late-time acceleration will have to involve spatial curvature and subhorizon perturbations

  3. Declarative Rule-based Safety for Robotic Perception Systems

    DEFF Research Database (Denmark)

    Mogensen, Johann Thor Ingibergsson; Kraft, Dirk; Schultz, Ulrik Pagh

    2017-01-01

    Mobile robots are used across many domains from personal care to agriculture. Working in dynamic open-ended environments puts high constraints on the robot perception system, which is critical for the safety of the system as a whole. To achieve the required safety levels the perception system needs...... to be certified, but no specific standards exist for computer vision systems, and the concept of safe vision systems remains largely unexplored. In this paper we present a novel domain-specific language that allows the programmer to express image quality detection rules for enforcing safety constraints...

  4. Safety Computer Vision Rules for Improved Sensor Certification

    DEFF Research Database (Denmark)

    Mogensen, Johann Thor Ingibergsson; Kraft, Dirk; Schultz, Ulrik Pagh

    2017-01-01

    Mobile robots are used across many domains from personal care to agriculture. Working in dynamic open-ended environments puts high constraints on the robot perception system, which is critical for the safety of the system as a whole. To achieve the required safety levels the perception system needs...... to be certified, but no specific standards exist for computer vision systems, and the concept of safe vision systems remains largely unexplored. In this paper we present a novel domain-specific language that allows the programmer to express image quality detection rules for enforcing safety constraints...

  5. Effect of Linked Rules on Business Process Model Understanding

    DEFF Research Database (Denmark)

    Wang, Wei; Indulska, Marta; Sadiq, Shazia

    2017-01-01

    Business process models are widely used in organizations by information systems analysts to represent complex business requirements and by business users to understand business operations and constraints. This understanding is extracted from graphical process models as well as business rules. Prior...

  6. The Ambiguous Role of Constraints in Creativity: A Cross-Domain Exploration

    DEFF Research Database (Denmark)

    Biskjaer, Michael Mose; Onarheim, Balder; Wiltschnig, Stefan

    2011-01-01

    The relationship between creativity and constraints is often described in the literature either in rather imprecise, general concepts or in relation to very specific domains. Cross-domain and cross-disciplinary takes on how the handling of constraints influences creative activities are rare...... studies of Danish cutting-edge proponents of creative expertise thus exemplifying each domain, this preliminary exploration mainly focuses on similarities in how such successful professionals work with constraints to frame their creative process and ensure its progression toward the final outcome. Our...... main observations suggest that despite vast differences between the two domains, significant patterns and strategies reoccur. From a list of nine such similarities identified, four patterns are analyzed across the two domains in more detail as a contribution to encourage further advancement of cross-disciplinary...

  7. Minimum Time Trajectory Optimization of CNC Machining with Tracking Error Constraints

    Directory of Open Access Journals (Sweden)

    Qiang Zhang

    2014-01-01

    Full Text Available An off-line optimization approach of high precision minimum time feedrate for CNC machining is proposed. Besides the ordinary considered velocity, acceleration, and jerk constraints, dynamic performance constraint of each servo drive is also considered in this optimization problem to improve the tracking precision along the optimized feedrate trajectory. Tracking error is applied to indicate the servo dynamic performance of each axis. By using variable substitution, the tracking error constrained minimum time trajectory planning problem is formulated as a nonlinear path constrained optimal control problem. Bang-bang constraints structure of the optimal trajectory is proved in this paper; then a novel constraint handling method is proposed to realize a convex optimization based solution of the nonlinear constrained optimal control problem. A simple ellipse feedrate planning test is presented to demonstrate the effectiveness of the approach. Then the practicability and robustness of the trajectory generated by the proposed approach are demonstrated by a butterfly contour machining example.

  8. A Belief Rule-Based Expert System to Diagnose Influenza

    DEFF Research Database (Denmark)

    Hossain, Mohammad Shahadat; Khalid, Md. Saifuddin; Akter, Shamima

    2014-01-01

    , development and application of an expert system to diagnose influenza under uncertainty. The recently developed generic belief rule-based inference methodology by using the evidential reasoning (RIMER) approach is employed to develop this expert system, termed as Belief Rule Based Expert System (BRBES......). The RIMER approach can handle different types of uncertainties, both in knowledge representation, and in inference procedures. The knowledge-base of this system was constructed by using records of the real patient data along with in consultation with the Influenza specialists of Bangladesh. Practical case...

  9. Storage, handling and internal transport of radioactive materials (fuel elements excepted) in nuclear power plants

    International Nuclear Information System (INIS)

    1983-06-01

    The rule applies to storage and handling as well as to transport within the plant and to the exchange of - solid radioactive wastes, - liquid radioactive wastes, except for those covered by the rule KTA 3603, - radioactive components and parts which are planned to be mounted and dismounted until shutdown of the plant, - radioactive-contaminated tools and appliances, - radioactive preparations. The rule is to be applied within the fenced-in sites of stationary nuclear power plants with LWR or HTR including their transport load halls, as fas as these are situated so as to be approachable from the nuclear power station by local transport systems. (orig./HP) [de

  10. Modeling and Measurement Constraints in Fault Diagnostics for HVAC Systems

    Energy Technology Data Exchange (ETDEWEB)

    Najafi, Massieh; Auslander, David M.; Bartlett, Peter L.; Haves, Philip; Sohn, Michael D.

    2010-05-30

    Many studies have shown that energy savings of five to fifteen percent are achievable in commercial buildings by detecting and correcting building faults, and optimizing building control systems. However, in spite of good progress in developing tools for determining HVAC diagnostics, methods to detect faults in HVAC systems are still generally undeveloped. Most approaches use numerical filtering or parameter estimation methods to compare data from energy meters and building sensors to predictions from mathematical or statistical models. They are effective when models are relatively accurate and data contain few errors. In this paper, we address the case where models are imperfect and data are variable, uncertain, and can contain error. We apply a Bayesian updating approach that is systematic in managing and accounting for most forms of model and data errors. The proposed method uses both knowledge of first principle modeling and empirical results to analyze the system performance within the boundaries defined by practical constraints. We demonstrate the approach by detecting faults in commercial building air handling units. We find that the limitations that exist in air handling unit diagnostics due to practical constraints can generally be effectively addressed through the proposed approach.

  11. Update of ESA EEE parts relifing rules

    Science.gov (United States)

    Le Blanc, P.; Aicardi, C.

    2002-12-01

    Storage of EEE part represents a key process in space electronics activity. In order to cope with projects time schedule on one hand and with economical procurement constraints on the other hand, parts are often to be stored for quite a long time. Obsolescence issues could make us to build strategic stock in order to be able to still manufacture equipments over time. Up to now several documents ruled the way to de-store (relifed) EEE part in such a way we are able to guaranty their reliability despite their long period of storage. None of these documents backed up their figures and rules with consistent approach and physics. No field return existed or was used to assess these rules. In the frame of a contract from CNES we established an updated rule taking into account field-return and failure mechanisms analysis .We ended up by a new storage and de-storage procedure that is to be included in the ECSS format.

  12. Mechanical design issues associated with mounting, maintenance, and handling of an ITER divertor

    International Nuclear Information System (INIS)

    Goranson, D.L.; Fogarty, D.J.; Jones, G.H.

    1992-01-01

    Several designs that address plasma-facing plate configurations and thermal-hydraulic design issues have been developed for the ITER divertor. Design criteria growing out of physics requirements, physical constraints, and remote handling requirements impose severe mechanical requirements on the support structure and its attachments. These pose a challenge to the mechanical design of a divertor, which must be addressed before a functional divertor is practical that is, one that can be remotely handled, aligned, and maintained; that functions reliably under thermal loading and disruptions; and that gives the required life in the nuclear environment predicted for ITER. This paper discusses the design criteria for the divertor mounting structure and identifies the mechanical design issues that need to be addressed

  13. Mission Need Statement for the Idaho National Laboratory Remote-Handled Low-Level Waste Disposal Project

    International Nuclear Information System (INIS)

    Harvego, Lisa

    2009-01-01

    The Idaho National Laboratory proposes to establish replacement remote-handled low-level waste disposal capability to meet Nuclear Energy and Naval Reactors mission-critical, remote-handled low-level waste disposal needs beyond planned cessation of existing disposal capability at the end of Fiscal Year 2015. Remote-handled low-level waste is generated from nuclear programs conducted at the Idaho National Laboratory, including spent nuclear fuel handling and operations at the Naval Reactors Facility and operations at the Advanced Test Reactor. Remote-handled low-level waste also will be generated by new programs and from segregation and treatment (as necessary) of remote-handled scrap and waste currently stored in the Radioactive Scrap and Waste Facility at the Materials and Fuels Complex. Replacement disposal capability must be in place by Fiscal Year 2016 to support uninterrupted Idaho operations. This mission need statement provides the basis for the laboratory's recommendation to the Department of Energy to proceed with establishing the replacement remote-handled low-level waste disposal capability, project assumptions and constraints, and preliminary cost and schedule information for developing the proposed capability. Without continued remote-handled low-level waste disposal capability, Department of Energy missions at the Idaho National Laboratory would be jeopardized, including operations at the Naval Reactors Facility that are critical to effective execution of the Naval Nuclear Propulsion Program and national security. Remote-handled low-level waste disposal capability is also critical to the Department of Energy's ability to meet obligations with the State of Idaho

  14. Goldberger-Treiman constraint criterion for hyperon coupling constants

    International Nuclear Information System (INIS)

    General, Ignacio J.; Cotanch, Stephen R.

    2004-01-01

    The generalized Goldberger-Treiman relation is combined with the Dashen-Weinstein sum rule to provide a constraint equation between the g KΣN and g KΛN coupling constants. A comprehensive examination of the published phenomenological and theoretical hyperon couplings has yielded a much smaller set of values, spanning the intervals 0.80≤g KΣN /√(4π)≤2.72 and -3.90≤g KΛN /√(4π)≤-1.84, consistent with this criterion. The broken SU F (3) and Goldberger-Treiman hyperon couplings satisfy the constraint along with predictions from a Taylor series extrapolation using the same momentum variation as exhibited by g πNN

  15. Horizontal and Vertical Rule Bases Method in Fuzzy Controllers

    Directory of Open Access Journals (Sweden)

    Sadegh Aminifar

    2013-01-01

    Full Text Available Concept of horizontal and vertical rule bases is introduced. Using this method enables the designers to look for main behaviors of system and describes them with greater approximations. The rules which describe the system in first stage are called horizontal rule base. In the second stage, the designer modulates the obtained surface by describing needed changes on first surface for handling real behaviors of system. The rules used in the second stage are called vertical rule base. Horizontal and vertical rule bases method has a great roll in easing of extracting the optimum control surface by using too lesser rules than traditional fuzzy systems. This research involves with control of a system with high nonlinearity and in difficulty to model it with classical methods. As a case study for testing proposed method in real condition, the designed controller is applied to steaming room with uncertain data and variable parameters. A comparison between PID and traditional fuzzy counterpart and our proposed system shows that our proposed system outperforms PID and traditional fuzzy systems in point of view of number of valve switching and better surface following. The evaluations have done both with model simulation and DSP implementation.

  16. 78 FR 26096 - Self-Regulatory Organizations; NASDAQ OMX PHLX LLC; Order Approving Proposed Rule Change To...

    Science.gov (United States)

    2013-05-03

    ... reflect what can be traded on the floor. The order types that are handled and executed automatically by... legs. The Commission believes that such automation may benefit the Exchange, its members and users, and... types in the rule reflect what can be traded on the floor. The Exchange is also amending Rule 1080...

  17. Does a target-capacity utilization rule fulfill OPEC's economic objectives?

    International Nuclear Information System (INIS)

    Suranovic, S.M.

    1993-01-01

    This paper uses the United States (US) Energy Information Administration's Oil Market Organization of Petroleum Exporting Countries Simulation model to evaluate the ability of a target-capacity rule to satisfy OPEC's economic objectives. We show that when demand and supply lags exist OPEC's optimal price path may consist of periods of low prices followed by a one or two period price shock. The TCU rule does not display periodic price shocks and thus generates less discounted revenue over the planning period. The TCU rule comes closest to the optimum either when there are no lags or when OPEC optimizes subject to a minimum revenue constraint. (author)

  18. Handling Data Skew in MapReduce Cluster by Using Partition Tuning

    Directory of Open Access Journals (Sweden)

    Yufei Gao

    2017-01-01

    Full Text Available The healthcare industry has generated large amounts of data, and analyzing these has emerged as an important problem in recent years. The MapReduce programming model has been successfully used for big data analytics. However, data skew invariably occurs in big data analytics and seriously affects efficiency. To overcome the data skew problem in MapReduce, we have in the past proposed a data processing algorithm called Partition Tuning-based Skew Handling (PTSH. In comparison with the one-stage partitioning strategy used in the traditional MapReduce model, PTSH uses a two-stage strategy and the partition tuning method to disperse key-value pairs in virtual partitions and recombines each partition in case of data skew. The robustness and efficiency of the proposed algorithm were tested on a wide variety of simulated datasets and real healthcare datasets. The results showed that PTSH algorithm can handle data skew in MapReduce efficiently and improve the performance of MapReduce jobs in comparison with the native Hadoop, Closer, and locality-aware and fairness-aware key partitioning (LEEN. We also found that the time needed for rule extraction can be reduced significantly by adopting the PTSH algorithm, since it is more suitable for association rule mining (ARM on healthcare data.

  19. UNCERTAINTY HANDLING IN DISASTER MANAGEMENT USING HIERARCHICAL ROUGH SET GRANULATION

    Directory of Open Access Journals (Sweden)

    H. Sheikhian

    2015-08-01

    Full Text Available Uncertainty is one of the main concerns in geospatial data analysis. It affects different parts of decision making based on such data. In this paper, a new methodology to handle uncertainty for multi-criteria decision making problems is proposed. It integrates hierarchical rough granulation and rule extraction to build an accurate classifier. Rough granulation provides information granules with a detailed quality assessment. The granules are the basis for the rule extraction in granular computing, which applies quality measures on the rules to obtain the best set of classification rules. The proposed methodology is applied to assess seismic physical vulnerability in Tehran. Six effective criteria reflecting building age, height and material, topographic slope and earthquake intensity of the North Tehran fault have been tested. The criteria were discretized and the data set was granulated using a hierarchical rough method, where the best describing granules are determined according to the quality measures. The granules are fed into the granular computing algorithm resulting in classification rules that provide the highest prediction quality. This detailed uncertainty management resulted in 84% accuracy in prediction in a training data set. It was applied next to the whole study area to obtain the seismic vulnerability map of Tehran. A sensitivity analysis proved that earthquake intensity is the most effective criterion in the seismic vulnerability assessment of Tehran.

  20. Finite-life fatigue constraints in 2D topology optimization of continua

    DEFF Research Database (Denmark)

    Oest, Jacob; Lund, Erik

    2017-01-01

    of fatigue damage are estimated using the stress-based Sines fatigue criterion and S − N curves, while the accumulated damage is estimated using Palmgren-Miner’s rule. The method is a natural extension of classical density-based topology optimization with static stress constraints, and thus utilizes many......Topology optimization of 2D continua with the objective of minimizing the mass while considering finite-life fatigue constraint is considered. The structure is subjected to proportional variable-amplitude loading. The topology optimization problem is solved using the density approach. The fractions...

  1. Uncertain rule-based fuzzy systems introduction and new directions

    CERN Document Server

    Mendel, Jerry M

    2017-01-01

    The second edition of this textbook provides a fully updated approach to fuzzy sets and systems that can model uncertainty — i.e., “type-2” fuzzy sets and systems. The author demonstrates how to overcome the limitations of classical fuzzy sets and systems, enabling a wide range of applications from time-series forecasting to knowledge mining to control. In this new edition, a bottom-up approach is presented that begins by introducing classical (type-1) fuzzy sets and systems, and then explains how they can be modified to handle uncertainty. The author covers fuzzy rule-based systems – from type-1 to interval type-2 to general type-2 – in one volume. For hands-on experience, the book provides information on accessing MatLab and Java software to complement the content. The book features a full suite of classroom material. Presents fully updated material on new breakthroughs in human-inspired rule-based techniques for handling real-world uncertainties; Allows those already familiar with type-1 fuzzy se...

  2. Assembly and handling apparatus for the EBFA Marx generator

    International Nuclear Information System (INIS)

    Staller, G.E.; Hiett, G.E.; Hamilton, I.D.; Aker, M.F.; Daniels, G.A.

    1979-05-01

    Marx generators, a major slow-pulsed power component in Sandia Laboratories' Electron Beam Fusion Accelerator (EBFA), were assembled at a remote facility modified to utilize an assembly-line technique. Due to the size and weight of the various components, as well as the final Marx generator assembly, special handling apparatus was designed. Time and manpower constraints required that this assembly be done in parallel with the construction of the Electron Beam Fusion Facility (EBFF). The completed Marx generators were temporarily stored and then moved from the assembly building to the EBFF using special transportation racks designed specifically for this purpose

  3. Fuel handling machine and auxiliary systems for a fuel handling cell

    International Nuclear Information System (INIS)

    Suikki, M.

    2013-10-01

    This working report is an update for as well as a supplement to an earlier fuel handling machine design (Kukkola and Roennqvist 2006). A focus in the earlier design proposal was primarily on the selection of a mechanical structure and operating principle for the fuel handling machine. This report introduces not only a fuel handling machine design but also auxiliary fuel handling cell equipment and its operation. An objective of the design work was to verify the operating principles of and space allocations for fuel handling cell equipment. The fuel handling machine is a remote controlled apparatus capable of handling intensely radiating fuel assemblies in the fuel handling cell of an encapsulation plant. The fuel handling cell is air tight space radiation-shielded with massive concrete walls. The fuel handling machine is based on a bridge crane capable of traveling in the handling cell along wall tracks. The bridge crane has its carriage provided with a carousel type turntable having mounted thereon both fixed and telescopic masts. The fixed mast has a gripper movable on linear guides for the transfer of fuel assemblies. The telescopic mast has a manipulator arm capable of maneuvering equipment present in the fuel handling cell, as well as conducting necessary maintenance and cleaning operations or rectifying possible fault conditions. The auxiliary fuel handling cell systems consist of several subsystems. The subsystems include a service manipulator, a tool carrier for manipulators, a material hatch, assisting winches, a vacuum cleaner, as well as a hose reel. With the exception of the vacuum cleaner, the devices included in the fuel handling cell's auxiliary system are only used when the actual encapsulation process is not ongoing. The malfunctions of mechanisms or actuators responsible for the motion actions of a fuel handling machine preclude in a worst case scenario the bringing of the fuel handling cell and related systems to a condition appropriate for

  4. Fuel handling machine and auxiliary systems for a fuel handling cell

    Energy Technology Data Exchange (ETDEWEB)

    Suikki, M. [Optimik Oy, Turku (Finland)

    2013-10-15

    This working report is an update for as well as a supplement to an earlier fuel handling machine design (Kukkola and Roennqvist 2006). A focus in the earlier design proposal was primarily on the selection of a mechanical structure and operating principle for the fuel handling machine. This report introduces not only a fuel handling machine design but also auxiliary fuel handling cell equipment and its operation. An objective of the design work was to verify the operating principles of and space allocations for fuel handling cell equipment. The fuel handling machine is a remote controlled apparatus capable of handling intensely radiating fuel assemblies in the fuel handling cell of an encapsulation plant. The fuel handling cell is air tight space radiation-shielded with massive concrete walls. The fuel handling machine is based on a bridge crane capable of traveling in the handling cell along wall tracks. The bridge crane has its carriage provided with a carousel type turntable having mounted thereon both fixed and telescopic masts. The fixed mast has a gripper movable on linear guides for the transfer of fuel assemblies. The telescopic mast has a manipulator arm capable of maneuvering equipment present in the fuel handling cell, as well as conducting necessary maintenance and cleaning operations or rectifying possible fault conditions. The auxiliary fuel handling cell systems consist of several subsystems. The subsystems include a service manipulator, a tool carrier for manipulators, a material hatch, assisting winches, a vacuum cleaner, as well as a hose reel. With the exception of the vacuum cleaner, the devices included in the fuel handling cell's auxiliary system are only used when the actual encapsulation process is not ongoing. The malfunctions of mechanisms or actuators responsible for the motion actions of a fuel handling machine preclude in a worst case scenario the bringing of the fuel handling cell and related systems to a condition appropriate for

  5. Mission Need Statement for the Idaho National Laboratory Remote-Handled Low-Level Waste Disposal Project

    Energy Technology Data Exchange (ETDEWEB)

    Lisa Harvego

    2009-06-01

    The Idaho National Laboratory proposes to establish replacement remote-handled low-level waste disposal capability to meet Nuclear Energy and Naval Reactors mission-critical, remote-handled low-level waste disposal needs beyond planned cessation of existing disposal capability at the end of Fiscal Year 2015. Remote-handled low-level waste is generated from nuclear programs conducted at the Idaho National Laboratory, including spent nuclear fuel handling and operations at the Naval Reactors Facility and operations at the Advanced Test Reactor. Remote-handled low-level waste also will be generated by new programs and from segregation and treatment (as necessary) of remote-handled scrap and waste currently stored in the Radioactive Scrap and Waste Facility at the Materials and Fuels Complex. Replacement disposal capability must be in place by Fiscal Year 2016 to support uninterrupted Idaho operations. This mission need statement provides the basis for the laboratory’s recommendation to the Department of Energy to proceed with establishing the replacement remote-handled low-level waste disposal capability, project assumptions and constraints, and preliminary cost and schedule information for developing the proposed capability. Without continued remote-handled low-level waste disposal capability, Department of Energy missions at the Idaho National Laboratory would be jeopardized, including operations at the Naval Reactors Facility that are critical to effective execution of the Naval Nuclear Propulsion Program and national security. Remote-handled low-level waste disposal capability is also critical to the Department of Energy’s ability to meet obligations with the State of Idaho.

  6. Constraints on decaying Dark Matter from XMM-Newton observations of M31

    CERN Document Server

    Boyarsky, Alexey; Ruchayskiy, Oleg; Savchenko, Vladimir

    2007-01-01

    We derive constraints on parameters of the radiatively decaying Dark Matter (DM) particles, using XMM-Newton EPIC spectra of the Andromeda galaxy (M31). Using the observations of the outer (5'-13') parts of M31 we improve the existing constraints. For the case of sterile neutrino DM, combining our constraints with the latest computation of abundances of sterile neutrino in the Dodelson-Widrow (DW) scenario, we obtain the lower mass limit m_s 5.6 kev), we argue that the scenario in which all the DM is produced via DW mechanism is ruled out. We discuss however other production mechanisms and note that the sterile neutrino remains a viable candidate of Dark Matter, either warm or cold.

  7. Rationalization with ruled surfaces in architecture

    DEFF Research Database (Denmark)

    Steenstrup, Kasper Hornbak

    This thesis addresses the problems of rationalizing and segmenting large scale 3D models, and how to handle difficult production constraints in this area. The design choices when constructing large scale architecture are influenced by the budget. Therefore I strive to minimize the amount of time...... and material needed for production. This makes advanced free form architecture viable for low cost projects, allowing the architects to realize their designs. By pre-cutting building blocks using hot wire robots, the amount of milling necessary can be reduced drastically. I do this by rationalizing...

  8. Handling and transport problems (1960)

    International Nuclear Information System (INIS)

    Pomarola, J.; Savouyaud, J.

    1960-01-01

    I. The handling and transport of radioactive wastes involves the danger of irradiation and contamination. It is indispensable: - to lay down a special set of rules governing the removal and transport of wastes within centres or from one centre to another; - to give charge of this transportation to a group containing teams of specialists. The organisation, equipment and output of these teams is being examined. II. Certain materials are particularly dangerous to transport, and for these special vehicles and fixed installations are necessary. This is the case especially for the evacuation of very active liquids. A transport vehicle is described, consisting of a trailer tractor and a recipient holding 500 litres of liquid of which the activity can reach 1000 C/l; the decanting operation, the route to be followed by the vehicle, and the precautions taken are also described. (author) [fr

  9. Impact of shuttle environment on prelaunch handling of nickel-hydrogen batteries

    Science.gov (United States)

    Green, R. S.

    1986-01-01

    Deployment of the American Satellite Company 1 spacecraft for the Space Shuttle Discovery in August 1985 set a new milestone in nickel-hydrogen battery technology. This communications satellite is equipped with two 35 Ah nickel-hydrogen batteries and it is the first such satellite launched into orbit via the Space Shuttle. The prelaunch activities, combined with the environmental constraints onboard the Shuttle, led to the development of a new battery handling procedure. An outline of the prelaunch activities, with particular attention to battery charging, is presented.

  10. Proposal of Constraints Analysis Method Based on Network Model for Task Planning

    Science.gov (United States)

    Tomiyama, Tomoe; Sato, Tatsuhiro; Morita, Toyohisa; Sasaki, Toshiro

    Deregulation has been accelerating several activities toward reengineering business processes, such as railway through service and modal shift in logistics. Making those activities successful, business entities have to regulate new business rules or know-how (we call them ‘constraints’). According to the new constraints, they need to manage business resources such as instruments, materials, workers and so on. In this paper, we propose a constraint analysis method to define constraints for task planning of the new business processes. To visualize each constraint's influence on planning, we propose a network model which represents allocation relations between tasks and resources. The network can also represent task ordering relations and resource grouping relations. The proposed method formalizes the way of defining constraints manually as repeatedly checking the network structure and finding conflicts between constraints. Being applied to crew scheduling problems shows that the method can adequately represent and define constraints of some task planning problems with the following fundamental features, (1) specifying work pattern to some resources, (2) restricting the number of resources for some works, (3) requiring multiple resources for some works, (4) prior allocation of some resources to some works and (5) considering the workload balance between resources.

  11. Bin-packing problems with load balancing and stability constraints

    DEFF Research Database (Denmark)

    Trivella, Alessio; Pisinger, David

    apper in a wide range of disciplines, including transportation and logistics, computer science, engineering, economics and manufacturing. The problem is well-known to be N P-hard and difficult to solve in practice, especially when dealing with the multi-dimensional cases. Closely connected to the BPP...... realistic constraints related to e.g. load balancing, cargo stability and weight limits, in the multi-dimensional BPP. The BPP poses additional challenges compared to the CLP due to the supplementary objective of minimizing the number of bins. In particular, in section 2 we discuss how to integrate bin......-packing and load balancing of items. The problem has only been considered in the literature in simplified versions, e.g. balancing a single bin or introducing a feasible region for the barycenter. In section 3 we generalize the problem to handle cargo stability and weight constraints....

  12. New International Initiatives on Enhancement of Biosafety and Biosecurity Regulations for Laboratories Handling Infectious Agents

    International Nuclear Information System (INIS)

    Netesov, S. V.; Drozdov, I. G.

    2007-01-01

    Before we entered the era of antibiotics, development of antiseptics rules and reliable water purification systems the infectious pathogens had played a major role in morbidity and mortality of global human population. The advances in revealing the nature of dangerous infections and studying their causative agents during the recent years have led not only to big progress in their control but also to the study of their potential as weapons. During the last fifty years, several attempts have been made to use them for criminal or terrorist purposes that demonstrated that even primitively organized terrorist attacks may lead to quite significant consequences. The October 2001 events showed that bioterrorism attacks may be prepared, probably, as a result of theft of the pathogen from a lab. All this led to the revision and radical improvement of current national rules and international recommendations in the field of handling, storage and transportation of infectious agents. As a result, during the past two years these rules have been significantly revised by both the World Health Organization and some countries. However, their harmonization of is still far from what is desired. Therefore, biosafety professionals in some countries, including those of the European Union, are establishing professional biosafety associations. In addition, new initiatives are being proposed to develop internationally harmonized biosecurity rules to govern dangerous pathogens handling and storage. The most important of them are as follows: 1. Development, under the auspices of WHO, of new recommendations concerning a set of requirements to provide physical security of both biological agents and laboratories involved in research on extremely hazardous infections; 2. Enhacement, under the auspices of WHO, of current international recommendations on inventory procedures and regulations, inventory monitoring, and transportation of specimens and strains of extremely hazardous infections; 3

  13. A Belief Rule Based Expert System to Assess Mental Disorder under Uncertainty

    DEFF Research Database (Denmark)

    Hossain, Mohammad Shahadat; Afif Monrat, Ahmed; Hasan, Mamun

    2016-01-01

    to ignorance, incompleteness, and randomness. So, a belief rule-based expert system (BRBES) has been designed and developed with the capability of handling the uncertainties mentioned. Evidential reasoning works as the inference engine and the belief rule base as the knowledge representation schema......Mental disorder is a change of mental or behavioral pattern that causes sufferings and impairs the ability to function in ordinary life. In psychopathology, the assessment methods of mental disorder contain various types of uncertainties associated with signs and symptoms. This study identifies...

  14. Equations of motion as constraints: superselection rules, Ward identities

    Energy Technology Data Exchange (ETDEWEB)

    Asorey, M. [Departamento de Física Teórica, Universidad de Zaragoza,C/Pedro Cerbuna 12, E-50009 Zaragoza (Spain); Balachandran, A.P. [Physics Department, Syracuse University,Physics Building Syracuse, NY 13244 (United States); Institute of Mathematical Sciences, C.I.T Campus,Taramani Chennai 600113 (India); Lizzi, F. [Dipartimento di Fisica “E. Pancini” Università di Napoli Federico II,Via Cintia, 80126 Napoli (Italy); INFN - Sezione di Napoli,Via Cintia, 80126 Napoli (Italy); Departament de Estructura i Constituents de la Matèria, Institut de Ciéncies del Cosmos,Universitat de Barcelona, Diagonal 647, 08028 Barcelona, Catalonia (Spain); Marmo, G. [Dipartimento di Fisica “E. Pancini” Università di Napoli Federico II,Via Cintia, 80126 Napoli (Italy); INFN - Sezione di Napoli,Via Cintia, 80126 Napoli (Italy)

    2017-03-27

    The meaning of local observables is poorly understood in gauge theories, not to speak of quantum gravity. As a step towards a better understanding we study asymptotic (infrared) transformations in local quantum physics. Our observables are smeared by test functions, at first vanishing at infinity. In this context we show that the equations of motion can be seen as constraints, which generate a group, the group of space and time dependent gauge transformations. This is one of the main points of the paper. Infrared nontrivial effects are captured allowing test functions which do not vanish at infinity. These extended operators generate a larger group. The quotient of the two groups generate superselection sectors, which differentiate different infrared sectors. The BMS group changes the superselection sector, a result long known for its Lorentz subgroup. It is hence spontaneously broken. Ward identities implied by the gauge invariance of the S-matrix generalize the standard results and lead to charge conservation and low energy theorems. Their validity does not require Lorentz invariance.

  15. Synthesizing Service Composition Models on the Basis of Temporal Business Rules

    Institute of Scientific and Technical Information of China (English)

    Jian Yu; Yan-Bo Han; Jun Han; Yan Jin; Paolo Falcarin; Maurizio Morisio

    2008-01-01

    Transformational approaches to generating design and implementation models from requirements can bring effectiveness and quality to software development. In this paper we present a framework and associated techniques to generate the process model of a service composition from a set of temporal business rules. Dedicated techniques including pathfinding, branching structure identification and parallel structure identification are used for semi-automatically synthesizing the process model from the semantics-equivalent Finite State Automata of the rules. These process models naturally satisfy the prescribed behavioral constraints of the rules. With the domain knowledge encoded in the temporal business rules,an executable service composition program, e.g., a BPEL program, can be further generated from the process models. A running example in the e-business domain is used for illustrating our approach throughout this paper.

  16. Improved differential evolution algorithms for handling economic dispatch optimization with generator constraints

    International Nuclear Information System (INIS)

    Coelho, Leandro dos Santos; Mariani, Viviana Cocco

    2007-01-01

    Global optimization based on evolutionary algorithms can be used as the important component for many engineering optimization problems. Evolutionary algorithms have yielded promising results for solving nonlinear, non-differentiable and multi-modal optimization problems in the power systems area. Differential evolution (DE) is a simple and efficient evolutionary algorithm for function optimization over continuous spaces. It has reportedly outperformed search heuristics when tested over both benchmark and real world problems. This paper proposes improved DE algorithms for solving economic load dispatch problems that take into account nonlinear generator features such as ramp rate limits and prohibited operating zones in the power system operation. The DE algorithms and its variants are validated for two test systems consisting of 6 and 15 thermal units. Various DE approaches outperforms other state of the art algorithms reported in the literature in solving load dispatch problems with generator constraints

  17. Breeder Spent Fuel Handling (BSFH) cask study for FY83. Final report

    International Nuclear Information System (INIS)

    Diggs, J.M.

    1985-01-01

    This report documents a study conducted to investigate the applicability of existing LWR casks to shipment of long-cooled LMFBR fuel from the Clinch River Breeder Reactor Plant (CRBRP) to the Breeder Reprocessing Engineering Test (BRET) Facility. This study considered a base case of physical constraints of plants and casks, handling capabilities of plants, through-put requirements, shielding requirements due to transportation regulation, and heat transfer capabilities of the cask designs. Each cask design was measured relative to the base case. 15 references, 4 figures, 6 tables

  18. Implementasi Rule Based Expert Systems untuk Realtime Monitoring Penyelesaian Perkara Pidana Menggunakan Teknologi Radio Frequency Identification

    Directory of Open Access Journals (Sweden)

    Mar Fuah

    2017-05-01

    Full Text Available One of the problems in the criminal case completions is that the difficulty of making decision to estimate when the settlement of the case file will be fulfilled. It is caused by the number of case files handled and detention time changing. Therefore, the fast and accurate information is needed. The research aims to develop a monitoring system tracking and tracking of scheduling rules using Rule Based Expert Systems method with 17 rules, and supported by Radio Frequency Identification technology (RFID in the form of computer applications. Based on the output of the system, an analysis is performed in the criminal case settlement process with a set of IF-THEN rules. The RFID reader read the data of case files through radio wave signals emitted by the antenna toward active-Tag attached in the criminal case file. The system is designed to monitor the tracking and tracing of RFID-based scheduling rules in realtime way that was built in the form of computer application in accordance with the system design. This study results in no failure in reading active tags by the RFID reader to detect criminal case files that had been examined. There were many case files handled in three different location, they were the constabulary, prosecutor, and judges of district court and RFID was able to identify them simultaneously. So, RFID supports the implementation of Rule Based Expert Systems very much for realtime monitoring in criminal case accomplishment.

  19. Approximating optimal behavioural strategies down to rules-of-thumb: energy reserve changes in pairs of social foragers.

    Directory of Open Access Journals (Sweden)

    Sean A Rands

    Full Text Available Functional explanations of behaviour often propose optimal strategies for organisms to follow. These 'best' strategies could be difficult to perform given biological constraints such as neural architecture and physiological constraints. Instead, simple heuristics or 'rules-of-thumb' that approximate these optimal strategies may instead be performed. From a modelling perspective, rules-of-thumb are also useful tools for considering how group behaviour is shaped by the behaviours of individuals. Using simple rules-of-thumb reduces the complexity of these models, but care needs to be taken to use rules that are biologically relevant. Here, we investigate the similarity between the outputs of a two-player dynamic foraging game (which generated optimal but complex solutions and a computational simulation of the behaviours of the two members of a foraging pair, who instead followed a rule-of-thumb approximation of the game's output. The original game generated complex results, and we demonstrate here that the simulations following the much-simplified rules-of-thumb also generate complex results, suggesting that the rule-of-thumb was sufficient to make some of the model outcomes unpredictable. There was some agreement between both modelling techniques, but some differences arose - particularly when pair members were not identical in how they gained and lost energy. We argue that exploring how rules-of-thumb perform in comparison to their optimal counterparts is an important exercise for biologically validating the output of agent-based models of group behaviour.

  20. Approximating optimal behavioural strategies down to rules-of-thumb: energy reserve changes in pairs of social foragers.

    Science.gov (United States)

    Rands, Sean A

    2011-01-01

    Functional explanations of behaviour often propose optimal strategies for organisms to follow. These 'best' strategies could be difficult to perform given biological constraints such as neural architecture and physiological constraints. Instead, simple heuristics or 'rules-of-thumb' that approximate these optimal strategies may instead be performed. From a modelling perspective, rules-of-thumb are also useful tools for considering how group behaviour is shaped by the behaviours of individuals. Using simple rules-of-thumb reduces the complexity of these models, but care needs to be taken to use rules that are biologically relevant. Here, we investigate the similarity between the outputs of a two-player dynamic foraging game (which generated optimal but complex solutions) and a computational simulation of the behaviours of the two members of a foraging pair, who instead followed a rule-of-thumb approximation of the game's output. The original game generated complex results, and we demonstrate here that the simulations following the much-simplified rules-of-thumb also generate complex results, suggesting that the rule-of-thumb was sufficient to make some of the model outcomes unpredictable. There was some agreement between both modelling techniques, but some differences arose - particularly when pair members were not identical in how they gained and lost energy. We argue that exploring how rules-of-thumb perform in comparison to their optimal counterparts is an important exercise for biologically validating the output of agent-based models of group behaviour.

  1. 75 FR 5829 - Self-Regulatory Organizations; The NASDAQ Stock Market LLC; Notice of Filing of Proposed Rule...

    Science.gov (United States)

    2010-02-04

    ... proposed rule change is available from NASDAQ's website at http://nasdaq.cchwallstreet.com , at NASDAQ's... Authority have the necessary systems capacity to handle the additional traffic associated with the listing...

  2. General principles of the nuclear criticality safety for handling, processing and transportation fissile materials in the USSR

    International Nuclear Information System (INIS)

    Vnukov, V.S.; Rjazanov, B.G.; Sviridov, V.I.; Frolov, V.V.; Zubkov, Y.N.

    1991-01-01

    The paper describes the general principles of nuclear criticality safety for handling, processing, transportation and fissile materials storing. Measures to limit the consequences of critical accidents are discussed for the fuel processing plants and fissile materials storage. The system of scientific and technical measures on nuclear criticality safety as well as the system of control and state supervision based on the rules, limits and requirements are described. The criticality safety aspects for various stages of handling nuclear materials are considered. The paper gives descriptions of the methods and approaches for critical risk assessments for the processing facilities, plants and storages. (Author)

  3. Procedure of safe handling with cytostatic drugs

    Directory of Open Access Journals (Sweden)

    Kodžo Dragan

    2003-01-01

    Full Text Available Working group for safe handling with cytostatic drugs has been formed by the Ministry of Health, and it consists of professionals from IORS, Federal Bureau of Weights and Measures, Industrial Medicine, Institute of Hematology, Military Medical Academy, and Crown Agents. The aim of this working group is to prepare procedures for safe handling with cytostatic drugs, as well as program for educational seminar for nurses, medical technicians, and pharmaceutical technicians. The procedures will serve as a guide of good practice of oncology health care, and will refer to all actions that health care professionals carry out from the moment of drugs arrival to the pharmacy to the moment of their application. In the first segment of this procedure, general rules are given for working with cytotoxic agents, control for risky exposures, safe system of work, control of working environment, monitoring of the employees' health condition adequate protection in the working environment, protective equipment of the employees (gloves, mask, cap, eyeglasses, shoe covers, coats and chambers for vertical laminary air stream. Storing of cytostatics, procedure in case of accident, and waste handling and removal are also described in this segment. Fifty-three standard operational procedures are described in detail in the second segment. Training scheme for preparation of chemotherapy is given in the third segment - education related to various fields and practical part, which would be carried out through workshops, and at the end of the course participants would pass a test and obtain certificate. After the procedures for safe handling with cytostatics are legally regulated employer will have to provide minimum of protective equipment, special rooms for the drugs dissolving, chambers with laminar airflow, 6 hours working time, rotation of the staff working with drugs dissolving in intervals of every five years, higher efficiency, better health control. In conclusion

  4. Handling of multiassembly sealed baskets between reactor storage and a remote handling facility

    International Nuclear Information System (INIS)

    Massey, J.V.; Kessler, J.H.; McSherry, A.J.

    1989-06-01

    The storage of multiple fuel assemblies in sealed (welded) dry storage baskets is gaining increasing use to augment at-reactor fuel storage capacity. Since this increasing use will place a significant number of such baskets on reactor sites, some initial downstream planning for their future handling scenarios for retrieving multi-assembly sealed baskets (MSBs) from onsite storage and transferring and shipping the fuel (and/or the baskets) to a federally operated remote handling facility (RHF). Numerous options or at-reactor and away-from-reactor handling were investigated. Materials handling flowsheets were developed along with conceptual designs for the equipment and tools required to handle and open the MSBs. The handling options were evaluated and compared to a reference case, fuel handling sequence (i.e., fuel assemblies are taken from the fuel pool, shipped to a receiving and handling facility and placed into interim storage). The main parameters analyzed are throughout, radiation dose burden and cost. In addition to evaluating the handling of MSBs, this work also evaluated handling consolidated fuel canisters (CFCs). In summary, the handling of MSBs and CFCs in the store, ship and bury fuel cycle was found to be feasible and, under some conditions, to offer significant benefits in terms of throughput, cost and safety. 14 refs., 20 figs., 24 tabs

  5. The Adler sum rule and quark parton distribution functions in nucleon

    International Nuclear Information System (INIS)

    Niegawa, Akira; Sasaki, Ken.

    1975-01-01

    The behaviour of the quark parton distribution functions is discussed through the phenomenological analysis of the deep inelastic e-p and e-n data under constraint of the saturation of the Adler sum rule. It is concluded that in the region 0 0 where the Regge parametrization can be applied, anti u(x) is equal to anti d(x), and both behave as const/x, (x 0 will be 0.04--0.05); for x 0 x 0 is given. The rate of convergence of the Adler sum rule is also discussed. (auth.)

  6. Nuclear fuel handling apparatus

    International Nuclear Information System (INIS)

    Andrea, C.; Dupen, C.F.G.; Noyes, R.C.

    1977-01-01

    A fuel handling machine for a liquid metal cooled nuclear reactor in which a retractable handling tube and gripper are lowered into the reactor to withdraw a spent fuel assembly into the handling tube. The handling tube containing the fuel assembly immersed in liquid sodium is then withdrawn completely from the reactor into the outer barrel of the handling machine. The machine is then used to transport the spent fuel assembly directly to a remotely located decay tank. The fuel handling machine includes a decay heat removal system which continuously removes heat from the interior of the handling tube and which is capable of operating at its full cooling capacity at all times. The handling tube is supported in the machine from an articulated joint which enables it to readily align itself with the correct position in the core. An emergency sodium supply is carried directly by the machine to provide make up in the event of a loss of sodium from the handling tube during transport to the decay tank. 5 claims, 32 drawing figures

  7. Preventing Control Constraint Violations by Use of Energy Balances for a Class of Coupled Systems: Applied to a Power Plant

    DEFF Research Database (Denmark)

    Odgaard, Peter Fogh; Stoustrup, Jakob

    2007-01-01

    recomputes the reference values to the system such that control signal constraint violations are avoided. The new reference values are found using an energy balance of the system. The scheme is intended to handle rarely occurring constraint violations, so the only concern is that the system should be stable...... and not to optimize performance during all conditions. The scheme is applied to an example with a coal mill pulverizing coal for a power plant.  ...

  8. Gamma ray constraints on flavor violating asymmetric dark matter

    DEFF Research Database (Denmark)

    Masina, I.; Panci, P.; Sannino, F.

    2012-01-01

    We show how cosmic gamma rays can be used to constrain models of asymmetric Dark Matter decaying into lepton pairs by violating flavor. First of all we require the models to explain the anomalies in the charged cosmic rays measured by PAMELA, Fermi and H.E.S.S.; performing combined fits we...... determine the allowed values of the Dark Matter mass and lifetime. For these models, we then determine the constraints coming from the measurement of the isotropic gamma-ray background by Fermi for a complete set of lepton flavor violating primary modes and over a range of DM masses from 100 GeV to 10 Te......V. We find that the Fermi constraints rule out the flavor violating asymmetric Dark Matter interpretation of the charged cosmic ray anomalies....

  9. Competition and constraint drove Cope's rule in the evolution of giant flying reptiles.

    Science.gov (United States)

    Benson, Roger B J; Frigot, Rachel A; Goswami, Anjali; Andres, Brian; Butler, Richard J

    2014-04-02

    The pterosaurs, Mesozoic flying reptiles, attained wingspans of more than 10 m that greatly exceed the largest birds and challenge our understanding of size limits in flying animals. Pterosaurs have been used to illustrate Cope's rule, the influential generalization that evolutionary lineages trend to increasingly large body sizes. However, unambiguous examples of Cope's rule operating on extended timescales in large clades remain elusive, and the phylogenetic pattern and possible drivers of pterosaur gigantism are uncertain. Here we show 70 million years of highly constrained early evolution, followed by almost 80 million years of sustained, multi-lineage body size increases in pterosaurs. These results are supported by maximum-likelihood modelling of a comprehensive new pterosaur data set. The transition between these macroevolutionary regimes is coincident with the Early Cretaceous adaptive radiation of birds, supporting controversial hypotheses of bird-pterosaur competition, and suggesting that evolutionary competition can act as a macroevolutionary driver on extended geological timescales.

  10. R4 terms in supergravities via T -duality constraint

    Science.gov (United States)

    Razaghian, Hamid; Garousi, Mohammad R.

    2018-05-01

    It has been speculated in the literature that the effective actions of string theories at any order of α' should be invariant under the Buscher rules plus their higher covariant-derivative corrections. This may be used as a constraint to find effective actions at any order of α', in particular, the metric, the B -field, and the dilaton couplings in supergravities at order α'3 up to an overall factor. For the simple case of zero B -field and diagonal metric in which we have done the calculations explicitly, we have found that the constraint fixes almost all of the seven independent Riemann curvature couplings. There is only one term which is not fixed, because when metric is diagonal, the reduction of two R4 terms becomes identical. The Riemann curvature couplings that the T -duality constraint produces for both type II and heterotic theories are fully consistent with the existing couplings in the literature which have been found by the S-matrix and by the sigma-model approaches.

  11. 77 FR 57037 - Marketing Order Regulating the Handling of Spearmint Oil Produced in the Far West; Change to...

    Science.gov (United States)

    2012-09-17

    ... Service 7 CFR Part 985 [Doc. No. AMS-FV-12-0014; FV12-985-2 PR] Marketing Order Regulating the Handling of... Excess Spearmint Oil AGENCY: Agricultural Marketing Service, USDA. ACTION: Proposed rule. SUMMARY: This... Act (RFA), the Agricultural Marketing Service (AMS) has considered the economic impact of this action...

  12. A Belief Rule-Based (BRB) Decision Support System for Assessing Clinical Asthma Suspicion

    DEFF Research Database (Denmark)

    Hossain, Mohammad Shahadat; Hossain, Emran; Khalid, Md. Saifuddin

    2014-01-01

    conditions of uncertainty. The Belief Rule-Based Inference Methodology Using the Evidential Reasoning (RIMER) approach was adopted to develop this expert system; which is named the Belief Rule-Based Expert System (BRBES). The system can handle various types of uncertainty in knowledge representation...... and inference procedures. The knowledge base of this system was constructed by using real patient data and expert opinion. Practical case studies were used to validate the system. The system-generated results are more effective and reliable in terms of accuracy than the results generated by a manual system....

  13. Cosmological constraints on spontaneous R-symmetry breaking models

    Energy Technology Data Exchange (ETDEWEB)

    Hamada, Yuta; Kobayashi, Tatsuo [Kyoto Univ. (Japan). Dept. of Physics; Kamada, Kohei [Deutsches Elektronen-Synchrotron (DESY), Hamburg (Germany); Ookouchi, Yutaka [Kyoto Univ. (Japan). Dept. of Physics; Kyoto Univ. (Japan). The Hakubi Center for Advanced Research and Dept. of Physics

    2012-11-15

    We study general constraints on spontaneous R-symmetry breaking models coming from the cosmological effects of the pseudo Nambu-Goldstone bosons, R-axions. They are substantially produced in the early Universe and may cause several cosmological problems. We focus on relatively long-lived R-axions and find that in a wide range of parameter space, models are severely constrained. In particular, R-axions with mass less than 1 MeV are generally ruled out for relatively high reheating temperature, T{sub R}>10 GeV.

  14. Knowledge-Centric Management of Business Rules in a Pharmacy

    Science.gov (United States)

    Puustjärvi, Juha; Puustjärvi, Leena

    A business rule defines or constraints some aspect of the business. In healthcare sector many of the business rules are dictated by law or medical regulations, which are constantly changing. This is a challenge for the healthcare organizations. Although there is available several commercial business rule management systems the problem from pharmacies point of view is that these systems are overly geared towards the automation and manipulation of business rules, while the main need in pharmacies lies in easy retrieving of business rules within daily routines. Another problem is that business rule management systems are isolated in the sense that they have their own data stores that cannot be accessed by other information systems used in pharmacies. As a result, a pharmacist is burdened by accessing many systems inside a user task. In order to avoid this problem we have modeled business rules as well as their relationships to other relevant information by OWL (Web Ontology Language) such that the ontology is shared among the pharmacy's applications. In this way we can avoid the problems of isolated applications and replicated data. The ontology also encourages pharmacies business agility, i.e., the ability to react more rapidly to the changes required by the new business rules. The deployment of the ontology requires that stored business rules are annotated by appropriate metadata descriptions, which are presented by RDF/XML serialization format. However, neither the designer nor the pharmacists are burdened by RDF/XML format as there are sophisticated graphical editors that can be used.

  15. Rule Extracting based on MCG with its Application in Helicopter Power Train Fault Diagnosis

    International Nuclear Information System (INIS)

    Wang, M; Hu, N Q; Qin, G J

    2011-01-01

    In order to extract decision rules for fault diagnosis from incomplete historical test records for knowledge-based damage assessment of helicopter power train structure. A method that can directly extract the optimal generalized decision rules from incomplete information based on GrC was proposed. Based on semantic analysis of unknown attribute value, the granule was extended to handle incomplete information. Maximum characteristic granule (MCG) was defined based on characteristic relation, and MCG was used to construct the resolution function matrix. The optimal general decision rule was introduced, with the basic equivalent forms of propositional logic, the rules were extracted and reduction from incomplete information table. Combined with a fault diagnosis example of power train, the application approach of the method was present, and the validity of this method in knowledge acquisition was proved.

  16. Rule Extracting based on MCG with its Application in Helicopter Power Train Fault Diagnosis

    Energy Technology Data Exchange (ETDEWEB)

    Wang, M; Hu, N Q; Qin, G J, E-mail: hnq@nudt.edu.cn, E-mail: wm198063@yahoo.com.cn [School of Mechatronic Engineering and Automation, National University of Defense Technology, ChangSha, Hunan, 410073 (China)

    2011-07-19

    In order to extract decision rules for fault diagnosis from incomplete historical test records for knowledge-based damage assessment of helicopter power train structure. A method that can directly extract the optimal generalized decision rules from incomplete information based on GrC was proposed. Based on semantic analysis of unknown attribute value, the granule was extended to handle incomplete information. Maximum characteristic granule (MCG) was defined based on characteristic relation, and MCG was used to construct the resolution function matrix. The optimal general decision rule was introduced, with the basic equivalent forms of propositional logic, the rules were extracted and reduction from incomplete information table. Combined with a fault diagnosis example of power train, the application approach of the method was present, and the validity of this method in knowledge acquisition was proved.

  17. Policy or poverty trap? Attitude of goat farmers towards the conservation rule on goat rearing in Bhutan

    Directory of Open Access Journals (Sweden)

    Kesang Wangchuk

    2016-11-01

    Full Text Available Abstract The study objectives were to gather feedback and opinions of goat farmers on the Forest and Nature Conservation Rule on goat rearing in Bhutan and identify field constraints arising from the conservation rule. Focus group and individual farmer survey methods were employed, and a semi-structured questionnaire was used to interview 180 goat farmers of six districts. All respondents were aware of the conservation rule. Majority of respondents knew goats as a threat to forest and crops. The vast majority of respondents felt that the conservation rule is not relevant in modern times, and all respondents felt the need to revise the rule. The main problem faced by farmers was difficulty in maintaining their goat numbers to four. The other problems faced were frequent conflicts with Forest personnel and restricted opportunities to earn more income. While the expected changes in the conservation rule included provisions to allow a farmer to rear more number of goats under stall-fed conditions, the additional rule suggested by farmers was allowing goats to browse freely in the forest. Majority of farmers reared goats under stall-fed conditions. The most common practice of managing goat populations was selling goats to fellow farmers. Despite the constraints, a majority of farmers expressed their willingness to continue goat rearing in the future, mainly to generate more income. The study findings suggest revision of the rule on goat rearing, with strong consideration of the needs of the modern farming system and growing economic demands. In revising the rule, the study recommends balanced representation from stakeholders and technical experts from both forest and livestock disciplines.

  18. ASPECTS OF MULTIMODAL TRANSPORT IN THE ROTTERDAM RULES

    Directory of Open Access Journals (Sweden)

    Alina SULICU

    2012-11-01

    Full Text Available The United Nations Convention on Contracts for the International Carriage of Goods Wholly or Partly by Sea (hereinafter – The Rotterdam Rules or Convention signed on 23 September 2009 is taking a novel approach to international trade. It might be the reason why it has not received positive acknowledgement from the signatories, law experts and other interested parties. However, one might wonder whether the trade itself stayed novel-free during the past several decades. It should not come as a surprise that it has not. Tackle-to tackle approach is no longer applicable to a majority of contracts concluded that provide for delivery to the consignee’s doorstep, as of 1970 container ships and container terminals dominate cargo handling in ports and onboard the ship, electronic communication and documentation is becoming a common feature in the current trade. Even if there are more developments to be named, the aforementioned three make the regime under the Hague ,Hague-Visby and Hamburg Rules appear outdated. So is the unfamiliar approach as envisioned by the Rotterdam Rules really such a big failure?

  19. The Management Challenge: Handling Exams Involving Large Quantities of Students, on and off Campus--A Design Concept

    Science.gov (United States)

    Larsson, Ken

    2014-01-01

    This paper looks at the process of managing large numbers of exams efficiently and secure with the use of a dedicated IT support. The system integrates regulations on different levels, from national to local, (even down to departments) and ensures that the rules are employed in all stages of handling the exams. The system has a proven record of…

  20. Checking Flight Rules with TraceContract: Application of a Scala DSL for Trace Analysis

    Science.gov (United States)

    Barringer, Howard; Havelund, Klaus; Morris, Robert A.

    2011-01-01

    Typically during the design and development of a NASA space mission, rules and constraints are identified to help reduce reasons for failure during operations. These flight rules are usually captured in a set of indexed tables, containing rule descriptions, rationales for the rules, and other information. Flight rules can be part of manual operations procedures carried out by humans. However, they can also be automated, and either implemented as on-board monitors, or as ground based monitors that are part of a ground data system. In the case of automated flight rules, one considerable expense to be addressed for any mission is the extensive process by which system engineers express flight rules in prose, software developers translate these requirements into code, and then both experts verify that the resulting application is correct. This paper explores the potential benefits of using an internal Scala DSL for general trace analysis, named TRACECONTRACT, to write executable specifications of flight rules. TRACECONTRACT can generally be applied to analysis of for example log files or for monitoring executing systems online.

  1. Introduction and user's information for the fixed site physical protection upgrade rule guidance compendium

    International Nuclear Information System (INIS)

    Evans, L.J. Jr.; Allen, T.

    1980-06-01

    Licensees at fixed sites who possess, use, process, or handle strategic special nuclear material are required to design a physical security system to protect this material. This report suggests an orderly process for using guidance, with special emphasis on two regulatory guides and two NUREG series documents that comprise a compendium, to aid in the design of a physical security system that meets the requirements of the final Physical Protection Upgrade Rule. The rule was published November 28, 1979 (44 FR 68184), and became effective March 25, 1980

  2. The South African constitutional Court and the Rule of Law: The ...

    African Journals Online (AJOL)

    The rule of law as a foundational constitutional value constrains the exercise of public power but the precise limits of the constraints it sets are not well defined. In Masethla v President of the Republic of South Africa,1 the majority of the Constitutional Court opted for an interpretation of this value that frees the President from ...

  3. CBDS: Constraint-based diagnostic system for malfunction identification in the nuclear power plant

    International Nuclear Information System (INIS)

    Ha, J.

    1992-01-01

    Traditional rule-based diagnostic expert systems use the experience of experts in the form of rules that associate symptoms with underlying faults. A commonly recognized failing of such systems is their narrow range of expertise and their inability to recognize problems outside this range of expertise. A model base diagnostic system isolating malfunctioning components-CBDS, the Constraint based Diagnostic System-has been developed. Since the intended behavior of a device is more predictable than unintended behaviors (faults), a model based system using the intended behavior has a potential to diagnose unexpected malfunctions by considering faults as open-quotes anything other than the intended behavior.close quotes As a knowledge base, the CBDS generates and decomposes a constraint network based on the structure and behavior model, which are represented symbolically in algebraic equations. Behaviors of generic components are organized in a component model library. Once the library is available, actual domain knowledge can be represented by declaring component types and their connections. To capture various plant knowledge, the mixed model was developed which allow the use of different parameter types in one equation by defining various operators. The CBDS uses the general idea of model based diagnosis. It detects a discrepancy between observation and prediction using constraint propagation, which carriers and accumulates the assumptions when parameter values are deduced. When measured plant parameters are asserted into a constraint network and are propagated through the network, a discrepancy will be detected if there exists any malfunctioning component. The CBDS was tested in the Recirculation Flow Control System of a BWR, and has been shown to be able to diagnose unexpected events

  4. Recommendations for cask features for robotic handling from the Advanced Handling Technology Project

    International Nuclear Information System (INIS)

    Drotning, W.

    1991-02-01

    This report describes the current status and recent progress in the Advanced Handling Technology Project (AHTP) initiated to explore the use of advanced robotic systems and handling technologies to perform automated cask handling operations at radioactive waste handling facilities, and to provide guidance to cask designers on the impact of robotic handling on cask design. Current AHTP tasks have developed system mock-ups to investigate robotic manipulation of impact limiters and cask tiedowns. In addition, cask uprighting and transport, using computer control of a bridge crane and robot, were performed to demonstrate the high speed cask transport operation possible under computer control. All of the current AHTP tasks involving manipulation of impact limiters and tiedowns require robotic operations using a torque wrench. To perform these operations, a pneumatic torque wrench and control system were integrated into the tool suite and control architecture of the gantry robot. The use of captured fasteners is briefly discussed as an area where alternative cask design preferences have resulted from the influence of guidance for robotic handling vs traditional operations experience. Specific robotic handling experiences with these system mock-ups highlight a number of continually recurring design principles: (1) robotic handling feasibility is improved by mechanical designs which emphasize operation with limited dexterity in constrained workspaces; (2) clearances, tolerances, and chamfers must allow for operations under actual conditions with consideration for misalignment and imprecise fixturing; (3) successful robotic handling is enhanced by including design detail in representations for model-based control; (4) robotic handling and overall quality assurance are improved by designs which eliminate the use of loose, disassembled parts. 8 refs., 15 figs

  5. Oxygen Handling and Cooling Options in High Temperature Electrolysis Plants

    Energy Technology Data Exchange (ETDEWEB)

    Manohar S. Sohal; J. Stephen Herring

    2008-07-01

    Idaho National Laboratory is working on a project to generate hydrogen by high temperature electrolysis (HTE). In such an HTE system, safety precautions need to be taken to handle high temperature oxygen at ~830°C. This report is aimed at addressing oxygen handling in a HTE plant.. Though oxygen itself is not flammable, most engineering material, including many gases and liquids, will burn in the presence of oxygen under some favorable physicochemical conditions. At present, an absolute set of rules does not exist that can cover all aspects of oxygen system design, material selection, and operating practices to avoid subtle hazards related to oxygen. Because most materials, including metals, will burn in an oxygen-enriched environment, hazards are always present when using oxygen. Most materials will ignite in an oxygen-enriched environment at a temperature lower than that in air, and once ignited, combustion rates are greater in the oxygen-enriched environment. Even many metals, if ignited, burn violently in an oxygen-enriched environment. However, these hazards do not preclude the operations and systems involving oxygen. Oxygen can be safely handled and used if all the materials in a system are not flammable in the end-use environment or if ignition sources are identified and controlled. In fact, the incidence of oxygen system fires is reported to be low with a probability of about one in a million. This report is a practical guideline and tutorial for the safe operation and handling of gaseous oxygen in high temperature electrolysis system. The intent is to provide safe, practical guidance that permits the accomplishment of experimental operations at INL, while being restrictive enough to prevent personnel endangerment and to provide reasonable facility protection. Adequate guidelines are provided to govern various aspects of oxygen handling associated with high temperature electrolysis system to generate hydrogen. The intent here is to present acceptable

  6. New constraints on inflation from the cosmic microwave background

    International Nuclear Information System (INIS)

    Kinney, William H.; Melchiorri, Alessandro; Riotto, Antonio

    2001-01-01

    The recent data from the BOOMERANG and MAXIMA-1 balloon flights have marked the beginning of the precision era of cosmic microwave background (CMB) anisotropy measurements. We investigate the observational constraints from the current CMB anisotropy measurements on the simplest inflation models, characterized by a single scalar field φ, in the parameter space consisting of scalar spectral index n S and tensor/scalar ratio r. If we include constraints on the baryon density from big bang nucleosynthesis (BBN), we show that the favored inflationary models have a negligible tensor amplitude and a red tilt, with a best fit of n S ≅0.93, which is consistent with the simplest small-field inflation models, but rules out large-field models at the 1σ level. Without including BBN constraints, a broader range of models is consistent with the data. The best fit (assuming negligible reionization) is a scale-invariant spectrum, n S ≅1, which includes large-field and hybrid scenarios. Large-field models (such as those typical of the chaotic inflation scenario) with a tilt n S <0.9 are strongly disfavored in all cases

  7. The composite iteration algorithm for finding efficient and financially fair risk-sharing rules

    NARCIS (Netherlands)

    Pazdera, Jaroslav; Schumacher, Hans; Werker, Bas

    2017-01-01

    We consider the problem of finding an efficient and fair ex-ante rule for division of an uncertain monetary outcome among a finite number of von Neumann–Morgenstern agents. Efficiency is understood here, as usual, in the sense of Pareto efficiency subject to the feasibility constraint. Fairness is

  8. The composite iteration algorithm for finding efficient and financially fair risk-sharing rules

    NARCIS (Netherlands)

    Pazdera, J.; Schumacher, J.M.; Werker, B.J.M.

    2017-01-01

    We consider the problem of finding an efficient and fair ex-ante rule for division of an uncertain monetary outcome among a finite number of von Neumann-Morgenstern agents. Efficiency is understood here, as usual, in the sense of Pareto efficiency subject to the feasibility constraint. Fairness is

  9. Constraint Differentiation

    DEFF Research Database (Denmark)

    Mödersheim, Sebastian Alexander; Basin, David; Viganò, Luca

    2010-01-01

    We introduce constraint differentiation, a powerful technique for reducing search when model-checking security protocols using constraint-based methods. Constraint differentiation works by eliminating certain kinds of redundancies that arise in the search space when using constraints to represent...... results show that constraint differentiation substantially reduces search and considerably improves the performance of OFMC, enabling its application to a wider class of problems....

  10. How Do Severe Constraints Affect the Search Ability of Multiobjective Evolutionary Algorithms in Water Resources?

    Science.gov (United States)

    Clarkin, T. J.; Kasprzyk, J. R.; Raseman, W. J.; Herman, J. D.

    2015-12-01

    This study contributes a diagnostic assessment of multiobjective evolutionary algorithm (MOEA) search on a set of water resources problem formulations with different configurations of constraints. Unlike constraints in classical optimization modeling, constraints within MOEA simulation-optimization represent limits on acceptable performance that delineate whether solutions within the search problem are feasible. Constraints are relevant because of the emergent pressures on water resources systems: increasing public awareness of their sustainability, coupled with regulatory pressures on water management agencies. In this study, we test several state-of-the-art MOEAs that utilize restricted tournament selection for constraint handling on varying configurations of water resources planning problems. For example, a problem that has no constraints on performance levels will be compared with a problem with several severe constraints, and a problem with constraints that have less severe values on the constraint thresholds. One such problem, Lower Rio Grande Valley (LRGV) portfolio planning, has been solved with a suite of constraints that ensure high reliability, low cost variability, and acceptable performance in a single year severe drought. But to date, it is unclear whether or not the constraints are negatively affecting MOEAs' ability to solve the problem effectively. Two categories of results are explored. The first category uses control maps of algorithm performance to determine if the algorithm's performance is sensitive to user-defined parameters. The second category uses run-time performance metrics to determine the time required for the algorithm to reach sufficient levels of convergence and diversity on the solution sets. Our work exploring the effect of constraints will better enable practitioners to define MOEA problem formulations for real-world systems, especially when stakeholders are concerned with achieving fixed levels of performance according to one or

  11. Constraint-based scheduling applying constraint programming to scheduling problems

    CERN Document Server

    Baptiste, Philippe; Nuijten, Wim

    2001-01-01

    Constraint Programming is a problem-solving paradigm that establishes a clear distinction between two pivotal aspects of a problem: (1) a precise definition of the constraints that define the problem to be solved and (2) the algorithms and heuristics enabling the selection of decisions to solve the problem. It is because of these capabilities that Constraint Programming is increasingly being employed as a problem-solving tool to solve scheduling problems. Hence the development of Constraint-Based Scheduling as a field of study. The aim of this book is to provide an overview of the most widely used Constraint-Based Scheduling techniques. Following the principles of Constraint Programming, the book consists of three distinct parts: The first chapter introduces the basic principles of Constraint Programming and provides a model of the constraints that are the most often encountered in scheduling problems. Chapters 2, 3, 4, and 5 are focused on the propagation of resource constraints, which usually are responsibl...

  12. Integration of object-oriented knowledge representation with the CLIPS rule based system

    Science.gov (United States)

    Logie, David S.; Kamil, Hasan

    1990-01-01

    The paper describes a portion of the work aimed at developing an integrated, knowledge based environment for the development of engineering-oriented applications. An Object Representation Language (ORL) was implemented in C++ which is used to build and modify an object-oriented knowledge base. The ORL was designed in such a way so as to be easily integrated with other representation schemes that could effectively reason with the object base. Specifically, the integration of the ORL with the rule based system C Language Production Systems (CLIPS), developed at the NASA Johnson Space Center, will be discussed. The object-oriented knowledge representation provides a natural means of representing problem data as a collection of related objects. Objects are comprised of descriptive properties and interrelationships. The object-oriented model promotes efficient handling of the problem data by allowing knowledge to be encapsulated in objects. Data is inherited through an object network via the relationship links. Together, the two schemes complement each other in that the object-oriented approach efficiently handles problem data while the rule based knowledge is used to simulate the reasoning process. Alone, the object based knowledge is little more than an object-oriented data storage scheme; however, the CLIPS inference engine adds the mechanism to directly and automatically reason with that knowledge. In this hybrid scheme, the expert system dynamically queries for data and can modify the object base with complete access to all the functionality of the ORL from rules.

  13. Entanglement and symmetry: A case study in superselection rules, reference frames, and beyond

    International Nuclear Information System (INIS)

    Jones, S. J.; Wiseman, H. M.; Vaccaro, J. A.; Pope, D. T.; Bartlett, S. D.

    2006-01-01

    In recent years it has become apparent that constraints on possible quantum operations, such as those constraints imposed by superselection rules (SSRs), have a profound effect on quantum information theoretic concepts like bipartite entanglement. This paper concentrates on a particular example: the constraint that applies when the parties (Alice and Bob) cannot distinguish among certain quantum objects they have. This arises naturally in the context of ensemble quantum information processing such as in liquid NMR. We discuss how a SSR for the symmetric group can be applied, and show how the extractable entanglement can be calculated analytically in certain cases, with a maximum bipartite entanglement in an ensemble of N Bell-state pairs scaling as log(N) as N→∞. We discuss the apparent disparity with the asymptotic (N→∞) recovery of unconstrained entanglement for other sorts of superselection rules, and show that the disparity disappears when the correct notion of applying the symmetric group SSR to multiple copies is used. Next we discuss reference frames in the context of this SSR, showing the relation to the work of von Korff and Kempe [Phys. Rev. Lett. 93, 260502 (2004)]. The action of a reference frame can be regarded as the analog of activation in mixed-state entanglement. We also discuss the analog of distillation: there exist states such that one copy can act as an imperfect reference frame for another copy. Finally we present an example of a stronger operational constraint, that operations must be noncollective as well as symmetric. Even under this stronger constraint we, nevertheless, show that Bell nonlocality (and hence entanglement) can be demonstrated for an ensemble of N Bell-state pairs no matter how large N is. This last work is a generalization of that of Mermin [Phys. Rev. D 22, 356 (1980)

  14. A high-level language for rule-based modelling.

    Science.gov (United States)

    Pedersen, Michael; Phillips, Andrew; Plotkin, Gordon D

    2015-01-01

    Rule-based languages such as Kappa excel in their support for handling the combinatorial complexities prevalent in many biological systems, including signalling pathways. But Kappa provides little structure for organising rules, and large models can therefore be hard to read and maintain. This paper introduces a high-level, modular extension of Kappa called LBS-κ. We demonstrate the constructs of the language through examples and three case studies: a chemotaxis switch ring, a MAPK cascade, and an insulin signalling pathway. We then provide a formal definition of LBS-κ through an abstract syntax and a translation to plain Kappa. The translation is implemented in a compiler tool which is available as a web application. We finally demonstrate how to increase the expressivity of LBS-κ through embedded scripts in a general-purpose programming language, a technique which we view as generally applicable to other domain specific languages.

  15. Second-Order Risk Constraints in Decision Analysis

    Directory of Open Access Journals (Sweden)

    Love Ekenberg

    2014-01-01

    Full Text Available Recently, representations and methods aimed at analysing decision problems where probabilities and values (utilities are associated with distributions over them (second-order representations have been suggested. In this paper we present an approach to how imprecise information can be modelled by means of second-order distributions and how a risk evaluation process can be elaborated by integrating procedures for numerically imprecise probabilities and utilities. We discuss some shortcomings of the use of the principle of maximising the expected utility and of utility theory in general, and offer remedies by the introduction of supplementary decision rules based on a concept of risk constraints taking advantage of second-order distributions.

  16. Gamma ray constraints on decaying dark matter

    DEFF Research Database (Denmark)

    Cirelli, M.; Moulin, E.; Panci, P.

    2012-01-01

    We derive new bounds on decaying dark matter from the gamma ray measurements of (i) the isotropic residual (extragalactic) background by Fermi and (ii) the Fornax galaxy cluster by H.E.S.S. We find that those from (i) are among the most stringent constraints currently available, for a large range...... of dark matter masses and a variety of decay modes, excluding half-lives up to similar to 10(26) to few 10(27) seconds. In particular, they rule out the interpretation in terms of decaying dark matter of the e(+/-) spectral features in PAMELA, Fermi and H.E.S.S., unless very conservative choices...

  17. Statistical mechanics of neocortical interactions: Constraints on 40-Hz models of short-term memory

    Science.gov (United States)

    Ingber, Lester

    1995-10-01

    Calculations presented in L. Ingber and P.L. Nunez, Phys. Rev. E 51, 5074 (1995) detailed the evolution of short-term memory in the neocortex, supporting the empirical 7+/-2 rule of constraints on the capacity of neocortical processing. These results are given further support when other recent models of 40-Hz subcycles of low-frequency oscillations are considered.

  18. Virtual Constraint Control of a Powered Prosthetic Leg: From Simulation to Experiments with Transfemoral Amputees.

    Science.gov (United States)

    Gregg, Robert D; Lenzi, Tommaso; Hargrove, Levi J; Sensinger, Jonathon W

    2014-12-01

    Recent powered (or robotic) prosthetic legs independently control different joints and time periods of the gait cycle, resulting in control parameters and switching rules that can be difficult to tune by clinicians. This challenge might be addressed by a unifying control model used by recent bipedal robots, in which virtual constraints define joint patterns as functions of a monotonic variable that continuously represents the gait cycle phase. In the first application of virtual constraints to amputee locomotion, this paper derives exact and approximate control laws for a partial feedback linearization to enforce virtual constraints on a prosthetic leg. We then encode a human-inspired invariance property called effective shape into virtual constraints for the stance period. After simulating the robustness of the partial feedback linearization to clinically meaningful conditions, we experimentally implement this control strategy on a powered transfemoral leg. We report the results of three amputee subjects walking overground and at variable cadences on a treadmill, demonstrating the clinical viability of this novel control approach.

  19. A Hybrid Autonomic Computing-Based Approach to Distributed Constraint Satisfaction Problems

    Directory of Open Access Journals (Sweden)

    Abhishek Bhatia

    2015-03-01

    Full Text Available Distributed constraint satisfaction problems (DisCSPs are among the widely endeavored problems using agent-based simulation. Fernandez et al. formulated sensor and mobile tracking problem as a DisCSP, known as SensorDCSP In this paper, we adopt a customized ERE (environment, reactive rules and entities algorithm for the SensorDCSP, which is otherwise proven as a computationally intractable problem. An amalgamation of the autonomy-oriented computing (AOC-based algorithm (ERE and genetic algorithm (GA provides an early solution of the modeled DisCSP. Incorporation of GA into ERE facilitates auto-tuning of the simulation parameters, thereby leading to an early solution of constraint satisfaction. This study further contributes towards a model, built up in the NetLogo simulation environment, to infer the efficacy of the proposed approach.

  20. Uncertain travel times and activity schedules under conditions of space-time constraints and invariant choice heuristics

    NARCIS (Netherlands)

    Rasouli, S.; Timmermans, H.J.P.

    2014-01-01

    The aim of this paper is to assess the impact of uncertain travel times as reflected in travel time variability on the outcomes of individuals’ activity–travel scheduling decisions, assuming they are faced with fixed space–time constraints and apply the set of decision rules that they have developed

  1. Optimal quadrature rules for odd-degree spline spaces and their application to tensor-product-based isogeometric analysis

    KAUST Repository

    Barton, Michael

    2016-03-14

    We introduce optimal quadrature rules for spline spaces that are frequently used in Galerkin discretizations to build mass and stiffness matrices. Using the homotopy continuation concept (Bartoň and Calo, 2016) that transforms optimal quadrature rules from source spaces to target spaces, we derive optimal rules for splines defined on finite domains. Starting with the classical Gaussian quadrature for polynomials, which is an optimal rule for a discontinuous odd-degree space, we derive rules for target spaces of higher continuity. We further show how the homotopy methodology handles cases where the source and target rules require different numbers of optimal quadrature points. We demonstrate it by deriving optimal rules for various odd-degree spline spaces, particularly with non-uniform knot sequences and non-uniform multiplicities. We also discuss convergence of our rules to their asymptotic counterparts, that is, the analogues of the midpoint rule of Hughes et al. (2010), that are exact and optimal for infinite domains. For spaces of low continuities, we numerically show that the derived rules quickly converge to their asymptotic counterparts as the weights and nodes of a few boundary elements differ from the asymptotic values.

  2. Optimal quadrature rules for odd-degree spline spaces and their application to tensor-product-based isogeometric analysis

    KAUST Repository

    Barton, Michael; Calo, Victor M.

    2016-01-01

    We introduce optimal quadrature rules for spline spaces that are frequently used in Galerkin discretizations to build mass and stiffness matrices. Using the homotopy continuation concept (Bartoň and Calo, 2016) that transforms optimal quadrature rules from source spaces to target spaces, we derive optimal rules for splines defined on finite domains. Starting with the classical Gaussian quadrature for polynomials, which is an optimal rule for a discontinuous odd-degree space, we derive rules for target spaces of higher continuity. We further show how the homotopy methodology handles cases where the source and target rules require different numbers of optimal quadrature points. We demonstrate it by deriving optimal rules for various odd-degree spline spaces, particularly with non-uniform knot sequences and non-uniform multiplicities. We also discuss convergence of our rules to their asymptotic counterparts, that is, the analogues of the midpoint rule of Hughes et al. (2010), that are exact and optimal for infinite domains. For spaces of low continuities, we numerically show that the derived rules quickly converge to their asymptotic counterparts as the weights and nodes of a few boundary elements differ from the asymptotic values.

  3. Automated Generation of OCL Constraints: NL based Approach vs Pattern Based Approach

    Directory of Open Access Journals (Sweden)

    IMRAN SARWAR BAJWA

    2017-04-01

    Full Text Available This paper presents an approach used for automated generations of software constraints. In this model, the SBVR (Semantics of Business Vocabulary and Rules based semi-formal representation is obtained from the syntactic and semantic analysis of a NL (Natural Language (such as English sentence. A SBVR representation is easy to translate to other formal languages as SBVR is based on higher-order logic like other formal languages such as OCL (Object Constraint Language. The proposed model endows with a systematic and powerful system of incorporating NL knowledge on the formal languages. A prototype is constructed in Java (an Eclipse plug-in as a proof of the concept. The performance was tested for a few sample texts taken from existing research thesis reports and books

  4. Full scale tests on remote handled FFTF fuel assembly waste handling and packaging

    International Nuclear Information System (INIS)

    Allen, C.R.; Cash, R.J.; Dawson, S.A.; Strode, J.N.

    1986-01-01

    Handling and packaging of remote handled, high activity solid waste fuel assembly hardware components from spent FFTF reactor fuel assemblies have been evaluated using full scale components. The demonstration was performed using FFTF fuel assembly components and simulated components which were handled remotely using electromechanical manipulators, shielding walls, master slave manipulators, specially designed grapples, and remote TV viewing. The testing and evaluation included handling, packaging for current and conceptual shipping containers, and the effects of volume reduction on packing efficiency and shielding requirements. Effects of waste segregation into transuranic (TRU) and non-transuranic fractions also are discussed

  5. Can power spectrum observations rule out slow-roll inflation?

    Science.gov (United States)

    Vieira, J. P. P.; Byrnes, Christian T.; Lewis, Antony

    2018-01-01

    The spectral index of scalar perturbations is an important observable that allows us to learn about inflationary physics. In particular, a detection of a significant deviation from a constant spectral index could enable us to rule out the simplest class of inflation models. We investigate whether future observations could rule out canonical single-field slow-roll inflation given the parameters allowed by current observational constraints. We find that future measurements of a constant running (or running of the running) of the spectral index over currently available scales are unlikely to achieve this. However, there remains a large region of parameter space (especially when considering the running of the running) for falsifying the assumed class of slow-roll models if future observations accurately constrain a much wider range of scales.

  6. Ensemble Kalman filtering in presence of inequality constraints

    Science.gov (United States)

    van Leeuwen, P. J.

    2009-04-01

    Kalman filtering is presence of constraints is an active area of research. Based on the Gaussian assumption for the probability-density functions, it looks hard to bring in extra constraints in the formalism. On the other hand, in geophysical systems we often encounter constraints related to e.g. the underlying physics or chemistry, which are violated by the Gaussian assumption. For instance, concentrations are always non-negative, model layers have non-negative thickness, and sea-ice concentration is between 0 and 1. Several methods to bring inequality constraints into the Kalman-filter formalism have been proposed. One of them is probability density function (pdf) truncation, in which the Gaussian mass from the non-allowed part of the variables is just equally distributed over the pdf where the variables are alolwed, as proposed by Shimada et al. 1998. However, a problem with this method is that the probability that e.g. the sea-ice concentration is zero, is zero! The new method proposed here does not have this drawback. It assumes that the probability-density function is a truncated Gaussian, but the truncated mass is not distributed equally over all allowed values of the variables, but put into a delta distribution at the truncation point. This delta distribution can easily be handled with in Bayes theorem, leading to posterior probability density functions that are also truncated Gaussians with delta distributions at the truncation location. In this way a much better representation of the system is obtained, while still keeping most of the benefits of the Kalman-filter formalism. In the full Kalman filter the formalism is prohibitively expensive in large-scale systems, but efficient implementation is possible in ensemble variants of the kalman filter. Applications to low-dimensional systems and large-scale systems will be discussed.

  7. Dynamical Constraints on Non-Transiting Planets at Trappist-1

    Science.gov (United States)

    Jontof-Hutter, Daniel; Truong, Vinh; Ford, Eric; Robertson, Paul; Terrien, Ryan

    2018-04-01

    The outermost of the seven known planets of Trappist-1 orbits six times closer to its host star than Mercury orbits the sun. The architecture of this system beyond 0.07 AU remains unknown. While the presence of additional planets will ultimately be determined by observations, in the meantime, some constraints can be derived from dynamical models.We will firstly look at the expected signature of additional planets at Trappist-1 on the transit times of the known planets to determine at what distances putatuve planets can be ruled out.Secondly, the remarkably compact configuration of Trappist-1 ensures that the known planets are secularly coupled, keeping their mutual inclinations very small and making their cotransiting geometry likely if Trappist-1h transits. We determine the range of masses and orbital inclinations of a putatuve outer planet that would make the observed configuration unlikely, and compare these to these constraints to those expected from radial velocity observations.

  8. Power Minimization of a Wireless Sensor Node under Different Rate Constraints

    KAUST Repository

    Solares, Jose

    2016-03-31

    Future wireless networks are expected to handle a huge number of devices, including sensors, within a low energy consumption. In this scope, we present, in this paper, performance of wireless sensor networks (WSN). Specifically, we aim at finding the optimal transmit power of a node communicating with multiple receivers in a cognitive radio (CR) spectrum sharing framework, i.e., existence of an active primary user. We first present the optimal power with single secondary receiver, under instantaneous or average transmission rate constraints. Then, we propose a suboptimal solution for an easier, yet efficient, implementation and perform insightful asymptotical analysis for both schemes with Rayleigh fading. Afterwards, we extend our results to a multiple secondary receives CR scenario and present the corresponding optimal and suboptimal transmit power while satisfying independent peak/average and sum of peak/average transmission rate constraints. The corresponding numerical results are provided for Rayleigh and Nakagami-m fading channels. We characterize some transmission outage events depending on system parameters.

  9. Power Minimization of a Wireless Sensor Node under Different Rate Constraints

    KAUST Repository

    Solares, Jose; Sboui, Lokman; Rezki, Zouheir; Alouini, Mohamed-Slim

    2016-01-01

    Future wireless networks are expected to handle a huge number of devices, including sensors, within a low energy consumption. In this scope, we present, in this paper, performance of wireless sensor networks (WSN). Specifically, we aim at finding the optimal transmit power of a node communicating with multiple receivers in a cognitive radio (CR) spectrum sharing framework, i.e., existence of an active primary user. We first present the optimal power with single secondary receiver, under instantaneous or average transmission rate constraints. Then, we propose a suboptimal solution for an easier, yet efficient, implementation and perform insightful asymptotical analysis for both schemes with Rayleigh fading. Afterwards, we extend our results to a multiple secondary receives CR scenario and present the corresponding optimal and suboptimal transmit power while satisfying independent peak/average and sum of peak/average transmission rate constraints. The corresponding numerical results are provided for Rayleigh and Nakagami-m fading channels. We characterize some transmission outage events depending on system parameters.

  10. Multi-objective control of nonlinear boiler-turbine dynamics with actuator magnitude and rate constraints.

    Science.gov (United States)

    Chen, Pang-Chia

    2013-01-01

    This paper investigates multi-objective controller design approaches for nonlinear boiler-turbine dynamics subject to actuator magnitude and rate constraints. System nonlinearity is handled by a suitable linear parameter varying system representation with drum pressure as the system varying parameter. Variation of the drum pressure is represented by suitable norm-bounded uncertainty and affine dependence on system matrices. Based on linear matrix inequality algorithms, the magnitude and rate constraints on the actuator and the deviations of fluid density and water level are formulated while the tracking abilities on the drum pressure and power output are optimized. Variation ranges of drum pressure and magnitude tracking commands are used as controller design parameters, determined according to the boiler-turbine's operation range. Copyright © 2012 ISA. Published by Elsevier Ltd. All rights reserved.

  11. Rough set and rule-based multicriteria decision aiding

    Directory of Open Access Journals (Sweden)

    Roman Slowinski

    2012-08-01

    Full Text Available The aim of multicriteria decision aiding is to give the decision maker a recommendation concerning a set of objects evaluated from multiple points of view called criteria. Since a rational decision maker acts with respect to his/her value system, in order to recommend the most-preferred decision, one must identify decision maker's preferences. In this paper, we focus on preference discovery from data concerning some past decisions of the decision maker. We consider the preference model in the form of a set of "if..., then..." decision rules discovered from the data by inductive learning. To structure the data prior to induction of rules, we use the Dominance-based Rough Set Approach (DRSA. DRSA is a methodology for reasoning about data, which handles ordinal evaluations of objects on considered criteria and monotonic relationships between these evaluations and the decision. We review applications of DRSA to a large variety of multicriteria decision problems.

  12. Ergonomic material-handling device

    Science.gov (United States)

    Barsnick, Lance E.; Zalk, David M.; Perry, Catherine M.; Biggs, Terry; Tageson, Robert E.

    2004-08-24

    A hand-held ergonomic material-handling device capable of moving heavy objects, such as large waste containers and other large objects requiring mechanical assistance. The ergonomic material-handling device can be used with neutral postures of the back, shoulders, wrists and knees, thereby reducing potential injury to the user. The device involves two key features: 1) gives the user the ability to adjust the height of the handles of the device to ergonomically fit the needs of the user's back, wrists and shoulders; and 2) has a rounded handlebar shape, as well as the size and configuration of the handles which keep the user's wrists in a neutral posture during manipulation of the device.

  13. Optimal Manufacturing-Remanufacturing Production Policy for a Closed-Loop Supply Chain under Fill Rate and Budget Constraint in Bifuzzy Environments

    Directory of Open Access Journals (Sweden)

    Soumita Kundu

    2014-01-01

    Full Text Available We study a closed-loop supply chain involving a manufacturing facility and a remanufacturing facility. The manufacturer satisfies stochastic market demand by remanufacturing the used product into “as-new” one and producing new products from raw material in the remanufacturing facility and the manufacturing facility, respectively. The remanufacturing cost depends on the quality of used product. The problem is maximizing the manufacturer’s expected profit by jointly determining the collected quantity of used product and the ordered quantity of raw material. Following that we analyze the model with a fill rate constraint and a budget constraint separately and then with both the constraints. Next, to handle the imprecise nature of some parameters of the model, we develop the model with both constraints in bifuzzy environment. Finally numerical examples are presented to illustrate the models. The sensitivity analysis is also conducted to generate managerial insight.

  14. Reviewing reactor engineering and fuel handling

    International Nuclear Information System (INIS)

    1991-12-01

    Experience has shown that the better operating nuclear power plants have well defined and effectively administered policies and procedures for governing reactor engineering and fuel handling (RE and FH) activities. This document provides supplementary guidance to OSART experts for evaluating the RE and FH programmes and activities at a nuclear power plant and assessing their effectiveness and adequacy. It is in no way intended to conflict with existing regulations and rules, but rather to exemplify those characteristics and features that are desirable for an effective, well structured RE and FH programme. This supplementary guidance addresses those aspects of RE and FH activities that are required in order to ensure optimum core operation for a nuclear reactor without compromising the limits imposed by the design, safety considerations of the nuclear fuel. In the context of this document, reactor engineering refers to those activities associated with in-core fuel and reactivity management, whereas fuel handling refers to the movement, storage, control and accountability of unirradiated and irradiated fuel. The document comprises five main sections and several appendices. In Section 2 of this guide, the essential aspects of an effective RE and FH programme are discussed. In Section 3, the various types of documents and reference materials needed for the preparatory work and investigation are listed. In Section 4, specific guidelines for investigation of RE and FH programmes are presented. In Section 5, the essential attributes of an excellent RE and FH programme are listed. The supplementary guidance is concluded with a series of appendices exemplifying the various qualities and attributes of a sound, well defined RE and FH programme

  15. Migration from a terrestrial network to a satellite network - Risks/constraints/payoffs

    Science.gov (United States)

    Homon, K. A.

    The migration method is regarded as a straightforward approach to a customer's requirements while addressing the known constraints. The migration plan organizes, controls, and communicates the extensive number of tasks, schedules, technical details, and node-by-node conversion details using the selected migration method as its cornerstone. It is noted that a successful migration plan must also provide the flexibility and robustness necessary to handle the unforeseen changes that will occur over the three- to four-year migration period. A baseline network provides a solid structural underpinning for the migration plan.

  16. A note on bound constraints handling for the IEEE CEC'05 benchmark function suite.

    Science.gov (United States)

    Liao, Tianjun; Molina, Daniel; de Oca, Marco A Montes; Stützle, Thomas

    2014-01-01

    The benchmark functions and some of the algorithms proposed for the special session on real parameter optimization of the 2005 IEEE Congress on Evolutionary Computation (CEC'05) have played and still play an important role in the assessment of the state of the art in continuous optimization. In this article, we show that if bound constraints are not enforced for the final reported solutions, state-of-the-art algorithms produce infeasible best candidate solutions for the majority of functions of the IEEE CEC'05 benchmark function suite. This occurs even though the optima of the CEC'05 functions are within the specified bounds. This phenomenon has important implications on algorithm comparisons, and therefore on algorithm designs. This article's goal is to draw the attention of the community to the fact that some authors might have drawn wrong conclusions from experiments using the CEC'05 problems.

  17. E-ELT constraints on runaway dilaton scenarios

    Energy Technology Data Exchange (ETDEWEB)

    Martinelli, M. [Institut für Theoretische Physik, Ruprecht-Karls-Universität Heidelberg, Philosophenweg 16, 69120, Heidelberg (Germany); Calabrese, E. [Sub-department of Astrophysics, University of Oxford, Keble Road, Oxford OX1 3RH (United Kingdom); Martins, C.J.A.P., E-mail: m.martinelli@thphys.uni-heidelberg.de, E-mail: erminia.calabrese@physics.ox.ac.uk, E-mail: carlos.martins@astro.up.pt [Centro de Astrofìsica, Universidade do Porto, Rua das Estrelas, 4150-762 Porto (Portugal)

    2015-11-01

    We use a combination of simulated cosmological probes and astrophysical tests of the stability of the fine-structure constant α, as expected from the forthcoming European Extremely Large Telescope (E-ELT), to constrain the class of string-inspired runaway dilaton models of Damour, Piazza and Veneziano. We consider three different scenarios for the dark sector couplings in the model and discuss the observational differences between them. We improve previously existing analyses investigating in detail the degeneracies between the parameters ruling the coupling of the dilaton field to the other components of the universe, and studying how the constraints on these parameters change for different fiducial cosmologies. We find that if the couplings are small (e.g., α{sub b} = α{sub V} ∼ 0) these degeneracies strongly affect the constraining power of future data, while if they are sufficiently large (e.g., α{sub b} ∼> 10{sup −5}−α{sub V} ∼> 0.05, as in agreement with current constraints) the degeneracies can be partially broken. We show that E-ELT will be able to probe some of this additional parameter space.

  18. Evaluating ITER remote handling middleware concepts

    International Nuclear Information System (INIS)

    Koning, J.F.; Heemskerk, C.J.M.; Schoen, P.; Smedinga, D.; Boode, A.H.; Hamilton, D.T.

    2013-01-01

    Highlights: ► Remote Handling Study Centre: middleware system setup and modules built. ► Aligning to ITER RH Control System Layout: prototype of database, VR and simulator. ► OpenSplice DDS, ZeroC ICE messaging and object oriented middlewares reviewed. ► Windows network latency found problematic for semi-realtime control over the network. -- Abstract: Remote maintenance activities in ITER will be performed by a unique set of hardware systems, supported by an extensive software kit. A layer of middleware will manage and control a complex set of interconnections between teams of operators, hardware devices in various operating theatres, and databases managing tool and task logistics. The middleware is driven by constraints on amounts and timing of data like real-time control loops, camera images, and database access. The Remote Handling Study Centre (RHSC), located at FOM institute DIFFER, has a 4-operator work cell in an ITER relevant RH Control Room setup which connects to a virtual hot cell back-end. The centre is developing and testing flexible integration of the Control Room components, resulting in proof-of-concept tests of this middleware layer. SW components studied include generic human-machine interface software, a prototype of a RH operations management system, and a distributed virtual reality system supporting multi-screen, multi-actor, and multiple independent views. Real-time rigid body dynamics and contact interaction simulation software supports simulation of structural deformation, “augmented reality” operations and operator training. The paper presents generic requirements and conceptual design of middleware components and Operations Management System in the context of a RH Control Room work cell. The simulation software is analyzed for real-time performance and it is argued that it is critical for middleware to have complete control over the physical network to be able to guarantee bandwidth and latency to the components

  19. Evaluating ITER remote handling middleware concepts

    Energy Technology Data Exchange (ETDEWEB)

    Koning, J.F., E-mail: j.f.koning@differ.nl [FOM Institute DIFFER, Association EURATOM-FOM, Partner in the Trilateral Euregio Cluster and ITER-NL, PO Box 1207, 3430 BE Nieuwegein (Netherlands); Heemskerk, C.J.M.; Schoen, P.; Smedinga, D. [Heemskerk Innovative Technology, Noordwijk (Netherlands); Boode, A.H. [University of Applied Sciences InHolland, Alkmaar (Netherlands); Hamilton, D.T. [ITER Organization, Route de Vinon sur Verdon, 13115 Saint Paul Lez Durance (France)

    2013-10-15

    Highlights: ► Remote Handling Study Centre: middleware system setup and modules built. ► Aligning to ITER RH Control System Layout: prototype of database, VR and simulator. ► OpenSplice DDS, ZeroC ICE messaging and object oriented middlewares reviewed. ► Windows network latency found problematic for semi-realtime control over the network. -- Abstract: Remote maintenance activities in ITER will be performed by a unique set of hardware systems, supported by an extensive software kit. A layer of middleware will manage and control a complex set of interconnections between teams of operators, hardware devices in various operating theatres, and databases managing tool and task logistics. The middleware is driven by constraints on amounts and timing of data like real-time control loops, camera images, and database access. The Remote Handling Study Centre (RHSC), located at FOM institute DIFFER, has a 4-operator work cell in an ITER relevant RH Control Room setup which connects to a virtual hot cell back-end. The centre is developing and testing flexible integration of the Control Room components, resulting in proof-of-concept tests of this middleware layer. SW components studied include generic human-machine interface software, a prototype of a RH operations management system, and a distributed virtual reality system supporting multi-screen, multi-actor, and multiple independent views. Real-time rigid body dynamics and contact interaction simulation software supports simulation of structural deformation, “augmented reality” operations and operator training. The paper presents generic requirements and conceptual design of middleware components and Operations Management System in the context of a RH Control Room work cell. The simulation software is analyzed for real-time performance and it is argued that it is critical for middleware to have complete control over the physical network to be able to guarantee bandwidth and latency to the components.

  20. Two-agent scheduling in open shops subject to machine availability and eligibility constraints

    Directory of Open Access Journals (Sweden)

    Ling-Huey Su

    2015-09-01

    Full Text Available Purpose: The aims of this article are to develop a new mathematical formulation and a new heuristic for the problem of preemptive two-agent scheduling in open shops subject to machine maintenance and eligibility constraints. Design/methodology: Using the ideas of minimum cost flow network and constraint programming, a heuristic and a network based linear programming are proposed to solve the problem. Findings: Computational experiments show that the heuristic generates a good quality schedule with a deviation of 0.25% on average from the optimum and the network based linear programming model can solve problems up to 110 jobs combined with 10 machines without considering the constraint that each operation can be processed on at most one machine at a time. In order to satisfy this constraint, a time consuming Constraint Programming is proposed. For n = 80 and m = 10, the average execution time for the combined models (linear programming model combined with Constraint programming exceeds two hours. Therefore, the heuristic algorithm we developed is very efficient and is in need. Practical implications: Its practical implication occurs in TFT-LCD and E-paper manufacturing wherein units go through a series of diagnostic tests that do not have to be performed in any specified order. Originality/value: The main contribution of the article is to split the time horizon into many time intervals and use the dispatching rule for each time interval in the heuristic algorithm, and also to combine the minimum cost flow network with the Constraint Programming to solve the problem optimally. 

  1. QCD determination of the A1-p-π system through vertex light-cone sum rules

    International Nuclear Information System (INIS)

    Craigie, N.S.; Paver, N.; Riazzudin

    1986-01-01

    We analyze the rho-A 1 -π system within the context of vertex light-cone sum rules, which are believed to be rigorously satisfied in QCD. It is pointed out that these sum rules provide very strong constraints on the hardronic spectrum and with additional assumptions lead to new predictions, which go significantly beyond those obtained from current algebra in the past. In particular, we report some new results about the rho-A 1 -π couplings and the various transitions form factors in tau-semi-leptonic decays. (orig.)

  2. Knowledge rule base for the beam optics program TRACE 3-D

    International Nuclear Information System (INIS)

    Gillespie, G.H.; Van Staagen, P.K.; Hill, B.W.

    1993-01-01

    An expert system type of knowledge rule base has been developed for the input parameters used by the particle beam transport program TRACE 3-D. The goal has been to provide the program's user with adequate on-screen information to allow him to initially set up a problem with minimal open-quotes off-lineclose quotes calculations. The focus of this work has been in developing rules for the parameters which define the beam line transport elements. Ten global parameters, the particle mass and charge, beam energy, etc., are used to provide open-quotes expertclose quotes estimates of lower and upper limits for each of the transport element parameters. For example, the limits for the field strength of the quadrupole element are based on a water-cooled, iron-core electromagnet with dimensions derived from practical engineering constraints, and the upper limit for the effective length is scaled with the particle momenta so that initially parallel trajectories do not cross the axis inside the magnet. Limits for the quadrupole doublet and triplet parameters incorporate these rules and additional rules based on stable FODO lattices and bidirectional focusing requirements. The structure of the rule base is outlined and examples for the quadrupole singlet, doublet and triplet are described. The rule base has been implemented within the Shell for Particle Accelerator Related Codes (SPARC) graphical user interface (GUI)

  3. Bimodal emotion congruency is critical to preverbal infants' abstract rule learning.

    Science.gov (United States)

    Tsui, Angeline Sin Mei; Ma, Yuen Ki; Ho, Anna; Chow, Hiu Mei; Tseng, Chia-huei

    2016-05-01

    Extracting general rules from specific examples is important, as we must face the same challenge displayed in various formats. Previous studies have found that bimodal presentation of grammar-like rules (e.g. ABA) enhanced 5-month-olds' capacity to acquire a rule that infants failed to learn when the rule was presented with visual presentation of the shapes alone (circle-triangle-circle) or auditory presentation of the syllables (la-ba-la) alone. However, the mechanisms and constraints for this bimodal learning facilitation are still unknown. In this study, we used audio-visual relation congruency between bimodal stimulation to disentangle possible facilitation sources. We exposed 8- to 10-month-old infants to an AAB sequence consisting of visual faces with affective expressions and/or auditory voices conveying emotions. Our results showed that infants were able to distinguish the learned AAB rule from other novel rules under bimodal stimulation when the affects in audio and visual stimuli were congruently paired (Experiments 1A and 2A). Infants failed to acquire the same rule when audio-visual stimuli were incongruently matched (Experiment 2B) and when only the visual (Experiment 1B) or the audio (Experiment 1C) stimuli were presented. Our results highlight that bimodal facilitation in infant rule learning is not only dependent on better statistical probability and redundant sensory information, but also the relational congruency of audio-visual information. A video abstract of this article can be viewed at https://m.youtube.com/watch?v=KYTyjH1k9RQ. © 2015 John Wiley & Sons Ltd.

  4. Modifier constraint in alkali borophosphate glasses using topological constraint theory

    Energy Technology Data Exchange (ETDEWEB)

    Li, Xiang [Key Laboratory for Ultrafine Materials of Ministry of Education, School of Materials Science and Engineering, East China University of Science and Technology, Shanghai 200237 (China); Zeng, Huidan, E-mail: hdzeng@ecust.edu.cn [Key Laboratory for Ultrafine Materials of Ministry of Education, School of Materials Science and Engineering, East China University of Science and Technology, Shanghai 200237 (China); Jiang, Qi [Key Laboratory for Ultrafine Materials of Ministry of Education, School of Materials Science and Engineering, East China University of Science and Technology, Shanghai 200237 (China); Zhao, Donghui [Unifrax Corporation, Niagara Falls, NY 14305 (United States); Chen, Guorong [Key Laboratory for Ultrafine Materials of Ministry of Education, School of Materials Science and Engineering, East China University of Science and Technology, Shanghai 200237 (China); Wang, Zhaofeng; Sun, Luyi [Department of Chemical & Biomolecular Engineering and Polymer Program, Institute of Materials Science, University of Connecticut, Storrs, CT 06269 (United States); Chen, Jianding [Key Laboratory for Ultrafine Materials of Ministry of Education, School of Materials Science and Engineering, East China University of Science and Technology, Shanghai 200237 (China)

    2016-12-01

    In recent years, composition-dependent properties of glasses have been successfully predicted using the topological constraint theory. The constraints of the glass network are derived from two main parts: network formers and network modifiers. The constraints of the network formers can be calculated on the basis of the topological structure of the glass. However, the latter cannot be accurately calculated in this way, because of the existing of ionic bonds. In this paper, the constraints of the modifier ions in phosphate glasses were thoroughly investigated using the topological constraint theory. The results show that the constraints of the modifier ions are gradually increased with the addition of alkali oxides. Furthermore, an improved topological constraint theory for borophosphate glasses is proposed by taking the composition-dependent constraints of the network modifiers into consideration. The proposed theory is subsequently evaluated by analyzing the composition dependence of the glass transition temperature in alkali borophosphate glasses. This method is supposed to be extended to other similar glass systems containing alkali ions.

  5. A NEW FRAMEWORK FOR GEOSPATIAL SITE SELECTION USING ARTIFICIAL NEURAL NETWORKS AS DECISION RULES: A CASE STUDY ON LANDFILL SITES

    Directory of Open Access Journals (Sweden)

    S. K. M. Abujayyab

    2015-10-01

    Full Text Available This paper briefly introduced the theory and framework of geospatial site selection (GSS and discussed the application and framework of artificial neural networks (ANNs. The related literature on the use of ANNs as decision rules in GSS is scarce from 2000 till 2015. As this study found, ANNs are not only adaptable to dynamic changes but also capable of improving the objectivity of acquisition in GSS, reducing time consumption, and providing high validation. ANNs make for a powerful tool for solving geospatial decision-making problems by enabling geospatial decision makers to implement their constraints and imprecise concepts. This tool offers a way to represent and handle uncertainty. Specifically, ANNs are decision rules implemented to enhance conventional GSS frameworks. The main assumption in implementing ANNs in GSS is that the current characteristics of existing sites are indicative of the degree of suitability of new locations with similar characteristics. GSS requires several input criteria that embody specific requirements and the desired site characteristics, which could contribute to geospatial sites. In this study, the proposed framework consists of four stages for implementing ANNs in GSS. A multilayer feed-forward network with a backpropagation algorithm was used to train the networks from prior sites to assess, generalize, and evaluate the outputs on the basis of the inputs for the new sites. Two metrics, namely, confusion matrix and receiver operating characteristic tests, were utilized to achieve high accuracy and validation. Results proved that ANNs provide reasonable and efficient results as an accurate and inexpensive quantitative technique for GSS.

  6. 30o inclination in handles of plastic boxes can reduce postural and muscular workload during handling

    Directory of Open Access Journals (Sweden)

    Luciana C. C. B. Silva

    2013-06-01

    Full Text Available BACKGROUND: The handling of materials, which occurs in the industrial sector, is associated with lesions on the lumbar spine and in the upper limbs. Inserting handles in industrial boxes is a way to reduce work-related risks. Although the position and angle of the handles are significant factors in comfort and safety during handling, these factors have rarely been studied objectively. OBJECTIVE: To compare the handling of a commercial box and prototypes with handles and to evaluate the effects on upper limb posture, muscle electrical activity, and perceived acceptability using different grips while handling materials from different heights. METHOD: Thirty-seven healthy volunteers evaluated the handles of prototypes that allowed for changes in position (top and bottom and angle (0°, 15°, and 30°. Wrist, elbow, and shoulder movements were evaluated using electrogoniometry and inclinometry. The muscle electrical activity in the wrist extensors, biceps brachii, and the upper portion of the trapezius was measured using a portable electromyographer. The recorded data on muscle movements and electrical activity were synchronized. Subjective evaluations of acceptability were evaluated using a visual analog scale. RESULTS AND CONCLUSIONS: The prototypes with handles at a 30° angle produced the highest acceptability ratings, more neutral wrist positions, lower levels of electromyographic activity for the upper trapezius, and lower elevation angles for the arms. The different measurement methods were complementary in evaluating the upper limbs during handling.

  7. An overview of bipolar qualitative decision rules

    Science.gov (United States)

    Bonnefon, Jean-Francois; Dubois, Didier; Fargier, Hélène

    Making a good decision is often a matter of listing and comparing positive and negative arguments, as studies in cognitive psychology have shown. In such cases, the evaluation scale should be considered bipolar, that is, negative and positive values are explicitly distinguished. Generally, positive and negative features are evaluated separately, as done in Cumulative Prospect Theory. However, contrary to the latter framework that presupposes genuine numerical assessments, decisions are often made on the basis of an ordinal ranking of the pros and the cons, and focusing on the most salient features, i.e., the decision process is qualitative. In this paper, we report on a project aiming at characterizing several decision rules, based on possibilistic order of magnitude reasoning, and tailored for the joint handling of positive and negative affects, and at testing their empirical validity. The simplest rules can be viewed as extensions of the maximin and maximax criteria to the bipolar case and, like them, suffer from a lack of discrimination power. More decisive rules that refine them are also proposed. They account for both the principle of Pareto-efficiency and the notion of order of magnitude reasoning. The most decisive one uses a lexicographic ranking of the pros and cons. It comes down to a special case of Cumulative Prospect Theory, and subsumes the “Take the best” heuristic.

  8. New transport and handling contract

    CERN Multimedia

    SC Department

    2008-01-01

    A new transport and handling contract entered into force on 1.10.2008. As with the previous contract, the user interface is the internal transport/handling request form on EDH: https://edh.cern.ch/Document/TransportRequest/ To ensure that you receive the best possible service, we invite you to complete the various fields as accurately as possible and to include a mobile telephone number on which we can reach you. You can follow the progress of your request (schedule, completion) in the EDH request routing information. We remind you that the following deadlines apply: 48 hours for the transport of heavy goods (up to 8 tonnes) or simple handling operations 5 working days for crane operations, transport of extra-heavy goods, complex handling operations and combined transport and handling operations in the tunnel. For all enquiries, the number to contact remains unchanged: 72202. Heavy Handling Section TS-HE-HH 72672 - 160319

  9. Shape optimization of a perforated pressure vessel cover under linearized stress constraints

    International Nuclear Information System (INIS)

    Choi, Woo-Seok; Kim, Tae-Wan; Seo, Ki-Seog

    2008-01-01

    One of the general methods to evaluate a failure condition is to compare a maximum stress with an allowable stress. A failure condition for a stress is usually applied to a concerned point rather than a concerned section. In an optimization procedure, these stress conditions are applied as constraints. But the ASME code that prescribes its general rules upon the design of a NSSS (nuclear steam supply system) has quite a different view on a failure condition. According to the ASME code Sec. III, a stress linearization should be performed to evaluate a failure condition of a structure. Since a few programs provide a procedure for a stress linearization through a post-processing stage, an extra calculation of the linearized stresses and the derivatives of a linearized stress are conducted to adopt the stress linearization results to an optimization procedure as constraints. In this research, an optimization technique that utilizes the results of a stress linearization as a constraint is proposed. The proposed method was applied to the shape design of a perforated pressure vessel cover

  10. A General Attribute and Rule Based Role-Based Access Control Model

    Institute of Scientific and Technical Information of China (English)

    2007-01-01

    Growing numbers of users and many access control policies which involve many different resource attributes in service-oriented environments bring various problems in protecting resource. This paper analyzes the relationships of resource attributes to user attributes in all policies, and propose a general attribute and rule based role-based access control(GAR-RBAC) model to meet the security needs. The model can dynamically assign users to roles via rules to meet the need of growing numbers of users. These rules use different attribute expression and permission as a part of authorization constraints, and are defined by analyzing relations of resource attributes to user attributes in many access policies that are defined by the enterprise. The model is a general access control model, and can support many access control policies, and also can be used to wider application for service. The paper also describes how to use the GAR-RBAC model in Web service environments.

  11. Preconditioned alternating direction method of multipliers for inverse problems with constraints

    International Nuclear Information System (INIS)

    Jiao, Yuling; Jin, Qinian; Lu, Xiliang; Wang, Weijie

    2017-01-01

    We propose a preconditioned alternating direction method of multipliers (ADMM) to solve linear inverse problems in Hilbert spaces with constraints, where the feature of the sought solution under a linear transformation is captured by a possibly non-smooth convex function. During each iteration step, our method avoids solving large linear systems by choosing a suitable preconditioning operator. In case the data is given exactly, we prove the convergence of our preconditioned ADMM without assuming the existence of a Lagrange multiplier. In case the data is corrupted by noise, we propose a stopping rule using information on noise level and show that our preconditioned ADMM is a regularization method; we also propose a heuristic rule when the information on noise level is unavailable or unreliable and give its detailed analysis. Numerical examples are presented to test the performance of the proposed method. (paper)

  12. Graphical constraints: a graphical user interface for constraint problems

    OpenAIRE

    Vieira, Nelson Manuel Marques

    2015-01-01

    A constraint satisfaction problem is a classical artificial intelligence paradigm characterized by a set of variables (each variable with an associated domain of possible values), and a set of constraints that specify relations among subsets of these variables. Solutions are assignments of values to all variables that satisfy all the constraints. Many real world problems may be modelled by means of constraints. The range of problems that can use this representation is very diverse and embrace...

  13. Trends in Modern Exception Handling

    Directory of Open Access Journals (Sweden)

    Marcin Kuta

    2003-01-01

    Full Text Available Exception handling is nowadays a necessary component of error proof information systems. The paper presents overview of techniques and models of exception handling, problems connected with them and potential solutions. The aspects of implementation of propagation mechanisms and exception handling, their effect on semantics and general program efficiency are also taken into account. Presented mechanisms were adopted to modern programming languages. Considering design area, formal methods and formal verification of program properties we can notice exception handling mechanisms are weakly present what makes a field for future research.

  14. MPC-Based Path Following Control of an Omnidirectional Mobile Robot with Consideration of Robot Constraints

    Directory of Open Access Journals (Sweden)

    Kiattisin Kanjanawanishkul

    2015-01-01

    Full Text Available In this paper, the path following problem of an omnidirectional mobile robot (OMR has been studied. Unlike nonholonomic mobile robots, translational and rotational movements of OMRs can be controlled simultaneously and independently. However the constraints of translational and rotational velocities are coupled through the OMR's orientation angle. Therefore, a combination of a virtual-vehicle concept and a model predictive control (MPC strategy is proposed in this work to handle both robot constraints and the path following problem. Our proposed control scheme allows the OMR to follow the reference path successfully and safely, as illustrated in simulation experiments. The forward velocity is close to the desired one and the desired orientation angle is achieved at a given point on the path, while the robot's wheel velocities are maintained within boundaries.

  15. Queuing Rule of Thumb based on M/M/s Queuing Theory with Applications in Construction Management

    Directory of Open Access Journals (Sweden)

    Teknomo K.

    2012-01-01

    Full Text Available The current trend of queuing theory development is toward more precision which requires higher mathematical manipulation. In this paper, we attempted to reverve the current trend toward simplification of queuing formulas such that it can be used in more practical purposes, especially in construction industry. Through numerical examples of two case studies on concreting and earth moving, how to model the construction activities as queuing systems is illustrated systematically. Through the numerical examples, it is shown that when the customer cost is much lower than the server cost, queuing system can be simplified only to incorporate the constraint equation. The queueing constraint equation is suggested to be used as queuing rule of thumb. The proposed rule of thumb is rather conservative in term of queuing performance compared to the standard stochastic queuing formula because it is assumed that all the customers arrive at once in the beginning of the service.

  16. Congestion management rules and trading strategies in the Spanish electricity market

    Energy Technology Data Exchange (ETDEWEB)

    Furio, Dolores; Lucia, Julio J. [Departamento de Economia Financiera y Actuarial, Universidad de Valencia, Avda. Los Naranjos, s/n, 46022 - Valencia (Spain)

    2009-01-15

    This paper analyses the economic incentives embodied in the rules governing the resolution of transmission constraints in the Spanish wholesale electricity market and the way these incentives may have influenced on the trading behaviour of both the generators and the demand side. The evidence obtained is consistent with them responding to these incentives. In particular, buyers would respond to the way congestion costs are billed to them by abandoning the daily market in favour of the intraday market as far as possible. Additionally, some strategic generators may have been prompted the system operator to require them to inject electricity into the system to solve network congestions. Finally, these results may contribute to shed light on what should be expected of the reform in the aforementioned rules. (author)

  17. Congestion management rules and trading strategies in the Spanish electricity market

    International Nuclear Information System (INIS)

    Furio, Dolores; Lucia, Julio J.

    2009-01-01

    This paper analyses the economic incentives embodied in the rules governing the resolution of transmission constraints in the Spanish wholesale electricity market and the way these incentives may have influenced on the trading behaviour of both the generators and the demand side. The evidence obtained is consistent with them responding to these incentives. In particular, buyers would respond to the way congestion costs are billed to them by abandoning the daily market in favour of the intraday market as far as possible. Additionally, some strategic generators may have been prompted the system operator to require them to inject electricity into the system to solve network congestions. Finally, these results may contribute to shed light on what should be expected of the reform in the aforementioned rules. (author)

  18. Growth curves and sustained commissioning modelling of renewable energy: Investigating resource constraints for wind energy

    International Nuclear Information System (INIS)

    Davidsson, Simon; Grandell, Leena; Wachtmeister, Henrik; Höök, Mikael

    2014-01-01

    Several recent studies have proposed fast transitions to energy systems based on renewable energy technology. Many of them dismiss potential physical constraints and issues with natural resource supply, and do not consider the growth rates of the individual technologies needed or how the energy systems are to be sustained over longer time frames. A case study is presented modelling potential growth rates of the wind energy required to reach installed capacities proposed in other studies, taking into account the expected service life of wind turbines. A sustained commissioning model is proposed as a theoretical foundation for analysing reasonable growth patterns for technologies that can be sustained in the future. The annual installation and related resource requirements to reach proposed wind capacity are quantified and it is concluded that these factors should be considered when assessing the feasibility, and even the sustainability, of fast energy transitions. Even a sustained commissioning scenario would require significant resource flows, for the transition as well as for sustaining the system, indefinitely. Recent studies that claim there are no potential natural resource barriers or other physical constraints to fast transitions to renewable energy appear inadequate in ruling out these concerns. - Highlights: • Growth rates and service life is important when evaluating energy transitions. • A sustained commissioning model is suggested for analysing renewable energy. • Natural resource requirements for renewable energy are connected to growth rates. • Arguments by recent studies ruling out physical constraints appear inadequate

  19. Association of rule of law and health outcomes: an ecological study

    Science.gov (United States)

    Pinzon-Rondon, Angela Maria; Attaran, Amir; Botero, Juan Carlos; Ruiz-Sternberg, Angela Maria

    2015-01-01

    Objectives To explore whether the rule of law is a foundational determinant of health that underlies other socioeconomic, political and cultural factors that have been associated with health outcomes. Setting Global project. Participants Data set of 96 countries, comprising 91% of the global population. Primary and secondary outcome measures The following health indicators, infant mortality rate, maternal mortality rate, life expectancy, and cardiovascular disease and diabetes mortality rate, were included to explore their association with the rule of law. We used a novel Rule of Law Index, gathered from survey sources, in a cross-sectional and ecological design. The Index is based on eight subindices: (1) Constraints on Government Powers; (2) Absence of Corruption; (3) Order and Security; (4) Fundamental Rights; (5) Open Government; (6) Regulatory Enforcement, (7) Civil Justice; and (8) Criminal Justice. Results The rule of law showed an independent association with infant mortality rate, maternal mortality rate, life expectancy, and cardiovascular disease and diabetes mortality rate, after adjusting for the countries’ level of per capita income, their expenditures in health, their level of political and civil freedom, their Gini measure of inequality and women's status (pconstitute a structural barrier to health improvement. PMID:26515684

  20. Remote handling machines

    International Nuclear Information System (INIS)

    Sato, Shinri

    1985-01-01

    In nuclear power facilities, the management of radioactive wastes is made with its technology plus the automatic techniques. Under the radiation field, the maintenance or aid of such systems is important. To cope with this situation, MF-2 system, MF-3 system and a manipulator system as remote handling machines are described. MF-2 system consists of an MF-2 carrier truck, a control unit and a command trailer. It is capable of handling heavy-weight objects. The system is not by hydraulic but by electrical means. MF-3 system consists of a four-crawler truck and a manipulator. The truck is versatile in its posture by means of the four independent crawlers. The manipulator system is bilateral in operation, so that the delicate handling is made possible. (Mori, K.)

  1. Portfolios Dominating Indices: Optimization with Second-Order Stochastic Dominance Constraints vs. Minimum and Mean Variance Portfolios

    Directory of Open Access Journals (Sweden)

    Neslihan Fidan Keçeci

    2016-10-01

    Full Text Available The paper compares portfolio optimization with the Second-Order Stochastic Dominance (SSD constraints with mean-variance and minimum variance portfolio optimization. As a distribution-free decision rule, stochastic dominance takes into account the entire distribution of return rather than some specific characteristic, such as variance. The paper is focused on practical applications of the portfolio optimization and uses the Portfolio Safeguard (PSG package, which has precoded modules for optimization with SSD constraints, mean-variance and minimum variance portfolio optimization. We have done in-sample and out-of-sample simulations for portfolios of stocks from the Dow Jones, S&P 100 and DAX indices. The considered portfolios’ SSD dominate the Dow Jones, S&P 100 and DAX indices. Simulation demonstrated a superior performance of portfolios with SD constraints, versus mean-variance and minimum variance portfolios.

  2. Architecture of clathrin fullerene cages reflects a geometric constraint--the head-to-tail exclusion rule--and a preference for asymmetry.

    Science.gov (United States)

    Schein, Stan

    2009-03-27

    Fullerene cages have n trivalent vertices, 12 pentagonal faces, and (n-20)/2 hexagonal faces. The smallest cage in which all of the pentagons are surrounded by hexagons and thus isolated from each other has 60 vertices and is shaped like a soccer ball. The protein clathrin self-assembles into fullerene cages of a variety of sizes and shapes, including smaller ones with adjacent pentagons as well as larger ones, but the variety is limited. To explain the range of clathrin architecture and how these fullerene cages self-assemble, we proposed a hypothesis, the "head-to-tail exclusion rule" (the "Rule"). Of the 5769 small clathrin cage isomers with n< or =60 vertices and adjacent pentagons, the Rule permits just 15, three identified in 1976 and 12 others. A "weak version" of the Rule permits another 99. Based on cryo-electron tomography, Cheng et al. reported six raw clathrin fullerene cages. One was among the three identified in 1976. Here, (1) we identify the remaining five. (2) Four are new and are among the 12 others permitted by the Rule. (3) One, also new, is among the 99 weak version cages. (4) Of particular note, none of the remaining 5565 excluded cages has been identified. These findings provide powerful experimental confirmation of the Rule and the principle on which it is based. (5) Surprisingly, the newly identified clathrin cages are among the least symmetric of those permitted. (6) By devising a method for counting assembly paths, (7) we show that asymmetric cages can be assembled by larger numbers of paths, thus providing a kinetic explanation for the prevalence of asymmetric cages. (8) Finally, we show that operation during cage growth of the Rule greatly increases the likelihood of producing a closed fullerene cage, specifically one of those permitted, but efficient assembly still appears to require internal remodeling.

  3. A two-stage stochastic rule-based model to determine pre-assembly buffer content

    Science.gov (United States)

    Gunay, Elif Elcin; Kula, Ufuk

    2018-01-01

    This study considers instant decision-making needs of the automobile manufactures for resequencing vehicles before final assembly (FA). We propose a rule-based two-stage stochastic model to determine the number of spare vehicles that should be kept in the pre-assembly buffer to restore the altered sequence due to paint defects and upstream department constraints. First stage of the model decides the spare vehicle quantities, where the second stage model recovers the scrambled sequence respect to pre-defined rules. The problem is solved by sample average approximation (SAA) algorithm. We conduct a numerical study to compare the solutions of heuristic model with optimal ones and provide following insights: (i) as the mismatch between paint entrance and scheduled sequence decreases, the rule-based heuristic model recovers the scrambled sequence as good as the optimal resequencing model, (ii) the rule-based model is more sensitive to the mismatch between the paint entrance and scheduled sequences for recovering the scrambled sequence, (iii) as the defect rate increases, the difference in recovery effectiveness between rule-based heuristic and optimal solutions increases, (iv) as buffer capacity increases, the recovery effectiveness of the optimization model outperforms heuristic model, (v) as expected the rule-based model holds more inventory than the optimization model.

  4. 75 FR 13614 - Self-Regulatory Organizations; NASDAQ OMX PHLX, Inc.; Notice of Filing of Proposed Rule Change To...

    Science.gov (United States)

    2010-03-22

    ... to handle the additional traffic associated with the listing and trading of $1 strikes where the...-Regulatory Organizations; NASDAQ OMX PHLX, Inc.; Notice of Filing of Proposed Rule Change To Establish Strike... 1012 (Series of Options Open for Trading) to establish strike-price intervals for options on Index...

  5. An Improved Dispatching Method (a-HPDB for Automated Material Handling System with Active Rolling Belt for 450 mm Wafer Fabrication

    Directory of Open Access Journals (Sweden)

    Chia-Nan Wang

    2017-07-01

    Full Text Available The semiconductor industry is facing the transition from 300 mm to 450 mm wafer fabrication. Due to the increased size and weight, 450 mm wafers will pose unprecedented challenges on semiconductor wafer fabrication. To better handle and transport 450 mm wafers, an advanced Automated Material Handling System (AMHS is definitely required. Though conveyor-based AMHS is expected to be suitable for 450 mm wafer fabrication, still it faces two main problems, traffic-jam problem and lot-prioritization. To address the two problems, in this research we have proposed an improved dispatching method, termed Heuristic Preemptive Dispatching Method using Activated Roller Belt (a-HPDB. We have developed some effective rules for the a-HPDB based on Activated Roller Belt (ARB. In addition, we have conducted experiments to investigate its effectiveness. Compared with the HPDB and R-HPD, two dispatching rules proposed in previous studies, our experimental results showed the a-HPDB had a better performance in terms of average lot delivery time (ALDT. For hot lots and normal lots, the a-HPDB had advantages of 4.14% and 8.92% over the HPDB and advantages of 4.89% and 8.52% over R-HPD, respectively.

  6. QCD sum rule studies at finite density and temperature

    Energy Technology Data Exchange (ETDEWEB)

    Kwon, Youngshin

    2010-01-21

    In-medium modifications of hadronic properties have a strong connection to the restoration of chiral symmetry in hot and/or dense medium. The in-medium spectral functions for vector and axial-vector mesons are of particular interest in this context, considering the experimental dilepton production data which signal the in-medium meson properties. In this thesis, finite energy sum rules are employed to set constraints for the in-medium spectral functions of vector and axial-vector mesons. Finite energy sum rules for the first two moments of the spectral functions are investigated with emphasis on the role of a scale parameter related to the spontaneous chiral symmetry breaking in QCD. It is demonstrated that these lowest moments of vector current spectral functions do permit an accurate sum rule analysis with controlled inputs, such as the QCD condensates of lowest dimensions. In contrast, the higher moments contain uncertainties from the higher dimensional condensates. It turns out that the factorization approximation for the four-quark condensate is not applicable in any of the cases studied in this work. The accurate sum rules for the lowest two moments of the spectral functions are used to clarify and classify the properties of vector meson spectral functions in a nuclear medium. Possible connections with the Brown-Rho scaling hypothesis are also discussed. (orig.)

  7. Safety of Cargo Aircraft Handling Procedure

    Directory of Open Access Journals (Sweden)

    Daniel Hlavatý

    2017-07-01

    Full Text Available The aim of this paper is to get acquainted with the ways how to improve the safety management system during cargo aircraft handling. The first chapter is dedicated to general information about air cargo transportation. This includes the history or types of cargo aircraft handling, but also the means of handling. The second part is focused on detailed description of cargo aircraft handling, including a description of activities that are performed before and after handling. The following part of this paper covers a theoretical interpretation of safety, safety indicators and legislative provisions related to the safety of cargo aircraft handling. The fourth part of this paper analyzes the fault trees of events which might occur during handling. The factors found by this analysis are compared with safety reports of FedEx. Based on the comparison, there is a proposal on how to improve the safety management in this transportation company.

  8. A Rule-Based Data Transfer Protocol for On-Demand Data Exchange in Vehicular Environment

    Directory of Open Access Journals (Sweden)

    Liao Hsien-Chou

    2009-01-01

    Full Text Available The purpose of Intelligent Transport System (ITS is mainly to increase the driving safety and efficiency. Data exchange is an important way to achieve the purpose. An on-demand data exchange is especially useful to assist a driver avoiding some emergent events. In order to handle the data exchange under dynamic situations, a rule-based data transfer protocol is proposed in this paper. A set of rules is designed according to the principle of request-forward-reply (RFR. That is, they are used to determine the timing of data broadcasting, forwarding, and replying automatically. Two typical situations are used to demonstrate the operation of rules. One is the front view of a driver occluded by other vehicles. The other is the traffic jam. The proposed protocol is flexible and extensible for unforeseen situations. Three simulation tools were also implemented to demonstrate the feasibility of the protocol and measure the network transmission under high density of vehicles. The simulation results show that the rule-based protocol is efficient on data exchange to increase the driving safety.

  9. Fault Detection Using the Clustering-kNN Rule for Gas Sensor Arrays

    Directory of Open Access Journals (Sweden)

    Jingli Yang

    2016-12-01

    Full Text Available The k-nearest neighbour (kNN rule, which naturally handles the possible non-linearity of data, is introduced to solve the fault detection problem of gas sensor arrays. In traditional fault detection methods based on the kNN rule, the detection process of each new test sample involves all samples in the entire training sample set. Therefore, these methods can be computation intensive in monitoring processes with a large volume of variables and training samples and may be impossible for real-time monitoring. To address this problem, a novel clustering-kNN rule is presented. The landmark-based spectral clustering (LSC algorithm, which has low computational complexity, is employed to divide the entire training sample set into several clusters. Further, the kNN rule is only conducted in the cluster that is nearest to the test sample; thus, the efficiency of the fault detection methods can be enhanced by reducing the number of training samples involved in the detection process of each test sample. The performance of the proposed clustering-kNN rule is fully verified in numerical simulations with both linear and non-linear models and a real gas sensor array experimental system with different kinds of faults. The results of simulations and experiments demonstrate that the clustering-kNN rule can greatly enhance both the accuracy and efficiency of fault detection methods and provide an excellent solution to reliable and real-time monitoring of gas sensor arrays.

  10. Fault Detection Using the Clustering-kNN Rule for Gas Sensor Arrays

    Science.gov (United States)

    Yang, Jingli; Sun, Zhen; Chen, Yinsheng

    2016-01-01

    The k-nearest neighbour (kNN) rule, which naturally handles the possible non-linearity of data, is introduced to solve the fault detection problem of gas sensor arrays. In traditional fault detection methods based on the kNN rule, the detection process of each new test sample involves all samples in the entire training sample set. Therefore, these methods can be computation intensive in monitoring processes with a large volume of variables and training samples and may be impossible for real-time monitoring. To address this problem, a novel clustering-kNN rule is presented. The landmark-based spectral clustering (LSC) algorithm, which has low computational complexity, is employed to divide the entire training sample set into several clusters. Further, the kNN rule is only conducted in the cluster that is nearest to the test sample; thus, the efficiency of the fault detection methods can be enhanced by reducing the number of training samples involved in the detection process of each test sample. The performance of the proposed clustering-kNN rule is fully verified in numerical simulations with both linear and non-linear models and a real gas sensor array experimental system with different kinds of faults. The results of simulations and experiments demonstrate that the clustering-kNN rule can greatly enhance both the accuracy and efficiency of fault detection methods and provide an excellent solution to reliable and real-time monitoring of gas sensor arrays. PMID:27929412

  11. Electric dipole moment constraints on minimal electroweak baryogenesis

    CERN Document Server

    Huber, S J; Ritz, A; Huber, Stephan J.; Pospelov, Maxim; Ritz, Adam

    2007-01-01

    We study the simplest generic extension of the Standard Model which allows for conventional electroweak baryogenesis, through the addition of dimension six operators in the Higgs sector. At least one such operator is required to be CP-odd, and we study the constraints on such a minimal setup, and related scenarios with minimal flavor violation, from the null results of searches for electric dipole moments (EDMs), utilizing the full set of two-loop contributions to the EDMs. The results indicate that the current bounds are stringent, particularly that of the recently updated neutron EDM, but fall short of ruling out these scenarios. The next generation of EDM experiments should be sufficiently sensitive to provide a conclusive test.

  12. Ergonomics and patient handling.

    Science.gov (United States)

    McCoskey, Kelsey L

    2007-11-01

    This study aimed to describe patient-handling demands in inpatient units during a 24-hour period at a military health care facility. A 1-day total population survey described the diverse nature and impact of patient-handling tasks relative to a variety of nursing care units, patient characteristics, and transfer equipment. Productivity baselines were established based on patient dependency, physical exertion, type of transfer, and time spent performing the transfer. Descriptions of the physiological effect of transfers on staff based on patient, transfer, and staff characteristics were developed. Nursing staff response to surveys demonstrated how patient-handling demands are impacted by the staff's physical exertion and level of patient dependency. The findings of this study describe the types of transfers occurring in these inpatient units and the physical exertion and time requirements for these transfers. This description may guide selection of the most appropriate and cost-effective patient-handling equipment required for specific units and patients.

  13. The Gauge-Invariant Angular Momentum Sum-Rule for the Proton

    CERN Document Server

    Shore, G.M.

    2000-01-01

    We give a gauge-invariant treatment of the angular momentum sum-rule for the proton in terms of matrix elements of three gauge-invariant, local composite operators. These matrix elements are decomposed into three independent form factors, one of which is the flavour singlet axial charge. We further show that the axial charge cancels out of the sum-rule, so that it is unaffacted by the axial anomaly. The three form factors are then related to the four proton spin components in the parton model, namely quark and gluon intrinsic spin and orbital angular momentum. The renormalisation of the three operators is determined to one loop from which the scale dependence and mixing of the spin components is derived under the constraint that the quark spin be scale-independent. We also show how the three form factors can be measured in experiments.

  14. Equipment for the handling of thorium materials

    International Nuclear Information System (INIS)

    Heisler, S.W. Jr.; Mihalovich, G.S.

    1988-01-01

    The Feed Materials Production Center (FMPC) is the United States Department of Energy's storage facility for thorium. FMPC thorium handling and overpacking projects ensure the continued safe handling and storage of the thorium inventory until final disposition of the materials is determined and implemented. The handling and overpacking of the thorium materials requires the design of a system that utilizes remote handling and overpacking equipment not currently utilized at the FMPC in the handling of uranium materials. The use of remote equipment significantly reduces radiation exposure to personnel during the handling and overpacking efforts. The design system combines existing technologies from the nuclear industry, the materials processing and handling industry and the mining industry. The designed system consists of a modified fork lift truck for the transport of thorium containers, automated equipment for material identification and inventory control, and remote handling and overpacking equipment for material identification and inventory control, and remote handling and overpacking equipment for repackaging of the thorium materials

  15. How to Handle Abuse

    Science.gov (United States)

    ... Handle Abuse KidsHealth / For Kids / How to Handle Abuse What's in this article? Tell Right Away How Do You Know Something Is Abuse? ... babysitter, teacher, coach, or a bigger kid. Child abuse can happen anywhere — at ... building. Tell Right Away A kid who is being seriously hurt ...

  16. How robust are inflation model and dark matter constraints from cosmological data?

    International Nuclear Information System (INIS)

    Hamann, J.; Hannestad, S.; Sloth, M.S.; Wong, Y.Y.Y.

    2006-11-01

    High-precision data from observation of the cosmic microwave background and the large scale structure of the universe provide very tight constraints on the effective parameters that describe cosmological inflation. Indeed, within a constrained class of ΛCDM models, the simple λφ 4 chaotic inflation model already appears to be ruled out by cosmological data. In this paper, we compute constraints on inflationary parameters within a more general framework that includes other physically motivated parameters such as a nonzero neutrino mass. We find that a strong degeneracy between the tensor-to-scalar ratio τ and the neutrino mass prevents λφ 4 from being excluded by present data. Reversing the argument, if λφ 4 is the correct model of inflation, it predicts a sum of neutrino masses at 0.3→0.5 eV, a range compatible with present experimental limits and within the reach of the next generation of neutrino mass measurements. We also discuss the associated constraints on the dark matter density, the dark energy equation of state, and spatial curvature, and show that the allowed regions are significantly altered. Importantly, we find an allowed range of 0.094 c h 2 <0.136 for the dark matter density, a factor of two larger than that reported in previous studies. This expanded parameter space may have implications for constraints on SUSY dark matter models. (orig.)

  17. Practices of Handling

    DEFF Research Database (Denmark)

    Ræbild, Ulla

    to touch, pick up, carry, or feel with the hands. Figuratively it is to manage, deal with, direct, train, or control. Additionally, as a noun, a handle is something by which we grasp or open up something. Lastly, handle also has a Nordic root, here meaning to trade, bargain or deal. Together all four...... meanings seem to merge in the fashion design process, thus opening up for an embodied engagement with matter that entails direction giving, organizational management and negotiation. By seeing processes of handling as a key fashion methodological practice, it is possible to divert the discourse away from...... introduces four ways whereby fashion designers apply their own bodies as tools for design; a) re-activating past garment-design experiences, b) testing present garment-design experiences c) probing for new garment-design experiences and d) design of future garment experiences by body proxy. The paper...

  18. Adaptive control of a quadrotor aerial vehicle with input constraints and uncertain parameters

    Science.gov (United States)

    Tran, Trong-Toan; Ge, Shuzhi Sam; He, Wei

    2018-05-01

    In this paper, we address the problem of adaptive bounded control for the trajectory tracking of a Quadrotor Aerial Vehicle (QAV) while the input saturations and uncertain parameters with the known bounds are simultaneously taken into account. First, to deal with the underactuated property of the QAV model, we decouple and construct the QAV model as a cascaded structure which consists of two fully actuated subsystems. Second, to handle the input constraints and uncertain parameters, we use a combination of the smooth saturation function and smooth projection operator in the control design. Third, to ensure the stability of the overall system of the QAV, we develop the technique for the cascaded system in the presence of both the input constraints and uncertain parameters. Finally, the region of stability of the closed-loop system is constructed explicitly, and our design ensures the asymptotic convergence of the tracking errors to the origin. The simulation results are provided to illustrate the effectiveness of the proposed method.

  19. SPARQL Query Re-writing Using Partonomy Based Transformation Rules

    Science.gov (United States)

    Jain, Prateek; Yeh, Peter Z.; Verma, Kunal; Henson, Cory A.; Sheth, Amit P.

    Often the information present in a spatial knowledge base is represented at a different level of granularity and abstraction than the query constraints. For querying ontology's containing spatial information, the precise relationships between spatial entities has to be specified in the basic graph pattern of SPARQL query which can result in long and complex queries. We present a novel approach to help users intuitively write SPARQL queries to query spatial data, rather than relying on knowledge of the ontology structure. Our framework re-writes queries, using transformation rules to exploit part-whole relations between geographical entities to address the mismatches between query constraints and knowledge base. Our experiments were performed on completely third party datasets and queries. Evaluations were performed on Geonames dataset using questions from National Geographic Bee serialized into SPARQL and British Administrative Geography Ontology using questions from a popular trivia website. These experiments demonstrate high precision in retrieval of results and ease in writing queries.

  20. Versatile cable handling mechanisms for remote operator control

    Energy Technology Data Exchange (ETDEWEB)

    Collie, A.A.; White, T.S.; Christopher, M.D.; Hewer, N.D. [Portech Ltd., Portsmouth (United Kingdom)

    1996-12-31

    This paper describes a system of cable management for keeping the umbilical cables of remote operating vehicles and manipulators tidy and contained without direct intervention by operators. Two distinct types of winding mechanism have been designed. One mechanism is a fixed reel type where the cable is wound onto the reel by a rotating bail arm. The other mechanism consists of a pair of curved belts held against each other between which cable is passed. The complete system includes tension measuring and slack loop take-up devices. The whole system is controlled by a servo system in conjunction with a PC based visual graphic environment which allows a variety of mechanisms to be built up into a system able to handle up to four umbilical cables simultaneously. The control system provides additional tension sensors and cable odometers connected to the control system so that the operator has immediate perception of all the cable parameters, and by defining rules, can set up a variety of alarm situations. (Author).

  1. Versatile cable handling mechanisms for remote operator control

    International Nuclear Information System (INIS)

    Collie, A.A.; White, T.S.; Christopher, M.D.; Hewer, N.D.

    1996-01-01

    This paper describes a system of cable management for keeping the umbilical cables of remote operating vehicles and manipulators tidy and contained without direct intervention by operators. Two distinct types of winding mechanism have been designed. One mechanism is a fixed reel type where the cable is wound onto the reel by a rotating bail arm. The other mechanism consists of a pair of curved belts held against each other between which cable is passed. The complete system includes tension measuring and slack loop take-up devices. The whole system is controlled by a servo system in conjunction with a PC based visual graphic environment which allows a variety of mechanisms to be built up into a system able to handle up to four umbilical cables simultaneously. The control system provides additional tension sensors and cable odometers connected to the control system so that the operator has immediate perception of all the cable parameters, and by defining rules, can set up a variety of alarm situations. (Author)

  2. Versatile cable handling mechanisms for remote operator control

    International Nuclear Information System (INIS)

    Collie, A.A.; White, T.S.; Christopher, M.D.; Hewer, N.D.

    1996-01-01

    This paper describes a system of cable management for keeping the umbilical cables of remote operating vehicles and manipulators tidy and contained without direct intervention by operators. Two distinct types of winding mechanism have been designed. One mechanism is a fixed reel type where the cable is wound onto the reel by a rotating bail arm. The other mechanism consists of a pair of curved belts held against each other, between which cable is passed. The complete system includes tension measuring and slack loop take-up devices. The whole system is controlled by a servo system in conjunction with a PC based visual graphic environment which allows a variety of mechanisms to be built up into a system able to handle up to four umbilical cables simultaneously. The control system provides additional tension sensors and cable odometers connected to the control system so that the operator has immediate perception of all the cable parameters, and by defining rules, can set up a variety of alarm situations. (UK)

  3. Development of safety analysis and constraint detection techniques for process interaction errors

    Energy Technology Data Exchange (ETDEWEB)

    Fan, Chin-Feng, E-mail: csfanc@saturn.yzu.edu.tw [Computer Science and Engineering Dept., Yuan-Ze University, Taiwan (China); Tsai, Shang-Lin; Tseng, Wan-Hui [Computer Science and Engineering Dept., Yuan-Ze University, Taiwan (China)

    2011-02-15

    Among the new failure modes introduced by computer into safety systems, the process interaction error is the most unpredictable and complicated failure mode, which may cause disastrous consequences. This paper presents safety analysis and constraint detection techniques for process interaction errors among hardware, software, and human processes. Among interaction errors, the most dreadful ones are those that involve run-time misinterpretation from a logic process. We call them the 'semantic interaction errors'. Such abnormal interaction is not adequately emphasized in current research. In our static analysis, we provide a fault tree template focusing on semantic interaction errors by checking conflicting pre-conditions and post-conditions among interacting processes. Thus, far-fetched, but highly risky, interaction scenarios involve interpretation errors can be identified. For run-time monitoring, a range of constraint types is proposed for checking abnormal signs at run time. We extend current constraints to a broader relational level and a global level, considering process/device dependencies and physical conservation rules in order to detect process interaction errors. The proposed techniques can reduce abnormal interactions; they can also be used to assist in safety-case construction.

  4. Development of safety analysis and constraint detection techniques for process interaction errors

    International Nuclear Information System (INIS)

    Fan, Chin-Feng; Tsai, Shang-Lin; Tseng, Wan-Hui

    2011-01-01

    Among the new failure modes introduced by computer into safety systems, the process interaction error is the most unpredictable and complicated failure mode, which may cause disastrous consequences. This paper presents safety analysis and constraint detection techniques for process interaction errors among hardware, software, and human processes. Among interaction errors, the most dreadful ones are those that involve run-time misinterpretation from a logic process. We call them the 'semantic interaction errors'. Such abnormal interaction is not adequately emphasized in current research. In our static analysis, we provide a fault tree template focusing on semantic interaction errors by checking conflicting pre-conditions and post-conditions among interacting processes. Thus, far-fetched, but highly risky, interaction scenarios involve interpretation errors can be identified. For run-time monitoring, a range of constraint types is proposed for checking abnormal signs at run time. We extend current constraints to a broader relational level and a global level, considering process/device dependencies and physical conservation rules in order to detect process interaction errors. The proposed techniques can reduce abnormal interactions; they can also be used to assist in safety-case construction.

  5. SRV-automatic handling device

    International Nuclear Information System (INIS)

    Yamada, Koji

    1987-01-01

    Automatic handling device for the steam relief valves (SRV's) is developed in order to achieve a decrease in exposure of workers, increase in availability factor, improvement in reliability, improvement in safety of operation, and labor saving. A survey is made during a periodical inspection to examine the actual SVR handling operation. An SRV automatic handling device consists of four components: conveyor, armed conveyor, lifting machine, and control/monitoring system. The conveyor is so designed that the existing I-rail installed in the containment vessel can be used without any modification. This is employed for conveying an SRV along the rail. The armed conveyor, designed for a box rail, is used for an SRV installed away from the rail. By using the lifting machine, an SRV installed away from the I-rail is brought to a spot just below the rail so that the SRV can be transferred by the conveyor. The control/monitoring system consists of a control computer, operation panel, TV monitor and annunciator. The SRV handling device is operated by remote control from a control room. A trial equipment is constructed and performance/function testing is carried out using actual SRV's. As a result, is it shown that the SRV handling device requires only two operators to serve satisfactorily. The required time for removal and replacement of one SRV is about 10 minutes. (Nogami, K.)

  6. From physical dose constraints to equivalent uniform dose constraints in inverse radiotherapy planning

    International Nuclear Information System (INIS)

    Thieke, Christian; Bortfeld, Thomas; Niemierko, Andrzej; Nill, Simeon

    2003-01-01

    Optimization algorithms in inverse radiotherapy planning need information about the desired dose distribution. Usually the planner defines physical dose constraints for each structure of the treatment plan, either in form of minimum and maximum doses or as dose-volume constraints. The concept of equivalent uniform dose (EUD) was designed to describe dose distributions with a higher clinical relevance. In this paper, we present a method to consider the EUD as an optimization constraint by using the method of projections onto convex sets (POCS). In each iteration of the optimization loop, for the actual dose distribution of an organ that violates an EUD constraint a new dose distribution is calculated that satisfies the EUD constraint, leading to voxel-based physical dose constraints. The new dose distribution is found by projecting the current one onto the convex set of all dose distributions fulfilling the EUD constraint. The algorithm is easy to integrate into existing inverse planning systems, and it allows the planner to choose between physical and EUD constraints separately for each structure. A clinical case of a head and neck tumor is optimized using three different sets of constraints: physical constraints for all structures, physical constraints for the target and EUD constraints for the organs at risk, and EUD constraints for all structures. The results show that the POCS method converges stable and given EUD constraints are reached closely

  7. Barriers and Facilitators to Safe Food Handling among Consumers: A Systematic Review and Thematic Synthesis of Qualitative Research Studies.

    Directory of Open Access Journals (Sweden)

    Ian Young

    Full Text Available Foodborne illness has a substantial health and economic burden on society, and most cases are believed to be due to unsafe food handling practices at home. Several qualitative research studies have been conducted to investigate consumers' perspectives, opinions, and experiences with safe food handling at home, and these studies provide insights into the underlying barriers and facilitators affecting their safe food handling behaviours. We conducted a systematic review of previously published qualitative studies in this area to synthesize the main across-study themes and to develop recommendations for future consumer interventions and research. The review was conducted using the following steps: comprehensive search strategy; relevance screening of abstracts; relevance confirmation of articles; study quality assessment; thematic synthesis of the results; and quality-of-evidence assessment. A total of 39 relevant articles reporting on 37 unique qualitative studies were identified. Twenty-one barriers and 10 facilitators to safe food handling were identified, grouped across six descriptive themes: confidence and perceived risk; knowledge-behaviour gap; habits and heuristics; practical and lifestyle constraints; food preferences; and societal and social influences. Our overall confidence that each barrier and facilitator represents the phenomenon of interest was rated as high (n = 11, moderate (11, and low (9. Overarching analytical themes included: 1 safe food handling behaviours occur as part of a complex interaction of everyday consumer practices and habituation; 2 most consumers are not concerned about food safety and are generally not motivated to change their behaviours based on new knowledge about food safety risks; and 3 consumers are amenable to changing their safe food handling habits through relevant social pressures. Key implications and recommendations for research, policy and practice are discussed.

  8. Barriers and Facilitators to Safe Food Handling among Consumers: A Systematic Review and Thematic Synthesis of Qualitative Research Studies

    Science.gov (United States)

    Young, Ian; Waddell, Lisa

    2016-01-01

    Foodborne illness has a substantial health and economic burden on society, and most cases are believed to be due to unsafe food handling practices at home. Several qualitative research studies have been conducted to investigate consumers’ perspectives, opinions, and experiences with safe food handling at home, and these studies provide insights into the underlying barriers and facilitators affecting their safe food handling behaviours. We conducted a systematic review of previously published qualitative studies in this area to synthesize the main across-study themes and to develop recommendations for future consumer interventions and research. The review was conducted using the following steps: comprehensive search strategy; relevance screening of abstracts; relevance confirmation of articles; study quality assessment; thematic synthesis of the results; and quality-of-evidence assessment. A total of 39 relevant articles reporting on 37 unique qualitative studies were identified. Twenty-one barriers and 10 facilitators to safe food handling were identified, grouped across six descriptive themes: confidence and perceived risk; knowledge-behaviour gap; habits and heuristics; practical and lifestyle constraints; food preferences; and societal and social influences. Our overall confidence that each barrier and facilitator represents the phenomenon of interest was rated as high (n = 11), moderate (11), and low (9). Overarching analytical themes included: 1) safe food handling behaviours occur as part of a complex interaction of everyday consumer practices and habituation; 2) most consumers are not concerned about food safety and are generally not motivated to change their behaviours based on new knowledge about food safety risks; and 3) consumers are amenable to changing their safe food handling habits through relevant social pressures. Key implications and recommendations for research, policy and practice are discussed. PMID:27907161

  9. Study of low energy thermal constraints for a copper-plated niobium structure carried out by thermal projection

    International Nuclear Information System (INIS)

    Gassot, H.; Durante, M.; Thiebault, A.; Vernay, E.

    1999-06-01

    In the framework of T.T.F. (Tesla Test Facility), the international collaboration on research and development of superconducting cavities, a study of a new method of manufacturing cavities was launched, which consists in deposing a metal (copper) or an alloy by thermal projection on niobium cavities in order to stiffen them. Analytical and numerical calculations showed that when cooled this bi-material cavities behave very differently in comparison with classical pure niobium cavities and strong thermal constraints do occur in niobium as well as in copper. These strong constraints may have important consequences upon the functioning of superconducting cavities. In addition these constraints may induce in time cracks in materials and interfaces. In this paper an experiment for measuring constraints at the temperature of cavity operation, i.e., at the liquid helium temperature, is proposed in order to compare the measured constraints with the calculated constraints. The sample studied has a cylindrical shape, rather representative for the geometrical shape of cavities, but easier to handle than a prototype cavity. The experimental approach consists in carrying out two deformation measurements. The first one, is done on single material sample (niobium and copper) to establish the laws of compensation of the constraint gauges as a function of temperature. The other measurement establishes the global deformations of a bi-metallic tube (Nb-Cu) when the interior surface (niobium) and the external surface (porous copper) of the tube are cooled. From these deformation data the thermal constraints of the bi-metallic tube at low temperature have been derived. The implementation of the entire setup of the methods of measuring the constraints at low temperature constitutes a new development in the field of superconducting cavities. The experiments have also indicated certain further developments which should be achieved if the plastic deformations induced by the freezing regime

  10. Integrity Checking and Maintenance with Active Rules in XML Databases

    DEFF Research Database (Denmark)

    Christiansen, Henning; Rekouts, Maria

    2007-01-01

    While specification languages for integrity constraints for XML data have been considered in the literature, actual technologies and methodologies for checking and maintaining integrity are still in their infancy. Triggers, or active rules, which are widely used in previous technologies for the p...... updates, the method indicates trigger conditions and correctness criteria to be met by the trigger code supplied by a developer or possibly automatic methods. We show examples developed in the Sedna XML database system which provides a running implementation of XML triggers....

  11. Actors with Multi-Headed Message Receive Patterns

    DEFF Research Database (Denmark)

    Sulzmann, Martin; Lam, Edmund Soon Lee; Van Weert, Peter

    2008-01-01

    style actors with receive clauses containing multi-headed message patterns. Patterns may be non-linear and constrained by guards. We provide a number of examples to show the usefulness of the extension. We also explore the design space for multi-headed message matching semantics, for example first-match......The actor model provides high-level concurrency abstractions to coordinate simultaneous computations by message passing. Languages implementing the actor model such as Erlang commonly only support single-headed pattern matching over received messages. We propose and design an extension of Erlang...... and rule priority-match semantics. The various semantics are inspired by the multi-set constraint matching semantics found in Constraint Handling Rules. This provides us with a formal model to study actors with multi-headed message receive patterns. The system can be implemented efficiently and we have...

  12. Grain Handling and Storage.

    Science.gov (United States)

    Harris, Troy G.; Minor, John

    This text for a secondary- or postecondary-level course in grain handling and storage contains ten chapters. Chapter titles are (1) Introduction to Grain Handling and Storage, (2) Elevator Safety, (3) Grain Grading and Seed Identification, (4) Moisture Control, (5) Insect and Rodent Control, (6) Grain Inventory Control, (7) Elevator Maintenance,…

  13. Air-handling energy efficiency and design practices

    Energy Technology Data Exchange (ETDEWEB)

    Nilsson, Lars J.

    1993-12-31

    With good design practices and life-cycle cost optimization, specific fan power for individual fans will be between 0.5 and 1kW/m{sup 3}/s. Data from nearly 1000 audited fans in Sweden show that the average measured SFPI weighted by drawn motor power is 1.5 kW/m{sup 3}/s and the situation appears to be similar in other countries. Contract forms used by Swedish builders, and consultants` design practices are analyzed here to search for an explanation to the low performance of installed systems. Identified as two major barriers to efficient system design are the lack of performance specifications when procuring systems and the incentive structure in the building sector. As a consequence, duct design methods, rules of thumb, and vendor recommendations are not leading to system optimization. The broad minima in life cycle costs over a range of air-handling unit sizes show that potential economic welfare losses from efficiency standards are likely to be smaller than the losses that result from today`s design practices. 73 refs, 4 figs, 3 tabs

  14. Air-handling energy efficiency and design practices

    Energy Technology Data Exchange (ETDEWEB)

    Nilsson, Lars J

    1994-12-31

    With good design practices and life-cycle cost optimization, specific fan power for individual fans will be between 0.5 and 1kW/m{sup 3}/s. Data from nearly 1000 audited fans in Sweden show that the average measured SFPI weighted by drawn motor power is 1.5 kW/m{sup 3}/s and the situation appears to be similar in other countries. Contract forms used by Swedish builders, and consultants` design practices are analyzed here to search for an explanation to the low performance of installed systems. Identified as two major barriers to efficient system design are the lack of performance specifications when procuring systems and the incentive structure in the building sector. As a consequence, duct design methods, rules of thumb, and vendor recommendations are not leading to system optimization. The broad minima in life cycle costs over a range of air-handling unit sizes show that potential economic welfare losses from efficiency standards are likely to be smaller than the losses that result from today`s design practices. 73 refs, 4 figs, 3 tabs

  15. Reliability Constrained Priority Load Shedding for Aerospace Power System Automation

    Science.gov (United States)

    Momoh, James A.; Zhu, Jizhong; Kaddah, Sahar S.; Dolce, James L. (Technical Monitor)

    2000-01-01

    The need for improving load shedding on board the space station is one of the goals of aerospace power system automation. To accelerate the optimum load-shedding functions, several constraints must be involved. These constraints include congestion margin determined by weighted probability contingency, component/system reliability index, generation rescheduling. The impact of different faults and indices for computing reliability were defined before optimization. The optimum load schedule is done based on priority, value and location of loads. An optimization strategy capable of handling discrete decision making, such as Everett optimization, is proposed. We extended Everett method to handle expected congestion margin and reliability index as constraints. To make it effective for real time load dispatch process, a rule-based scheme is presented in the optimization method. It assists in selecting which feeder load to be shed, the location of the load, the value, priority of the load and cost benefit analysis of the load profile is included in the scheme. The scheme is tested using a benchmark NASA system consisting of generators, loads and network.

  16. A modified differential evolution approach for dynamic economic dispatch with valve-point effects

    International Nuclear Information System (INIS)

    Yuan Xiaohui; Wang Liang; Yuan Yanbin; Zhang Yongchuan; Cao Bo; Yang Bo

    2008-01-01

    Dynamic economic dispatch (DED) plays an important role in power system operation, which is a complicated non-linear constrained optimization problem. It has nonsmooth and nonconvex characteristic when generation unit valve-point effects are taken into account. This paper proposes a modified differential evolution approach (MDE) to solve DED problem with valve-point effects. In the proposed MDE method, feasibility-based selection comparison techniques and heuristic search rules are devised to handle constraints effectively. In contrast to the penalty function method, the constraints-handling method does not require penalty factors or any extra parameters and can guide the population to the feasible region quickly. Especially, it can be satisfied equality constraints of DED problem precisely. Moreover, the effects of two crucial parameters on the performance of the MDE for DED problem are studied as well. The feasibility and effectiveness of the proposed method is demonstrated for application example and the test results are compared with those of other methods reported in literature. It is shown that the proposed method is capable of yielding higher quality solutions

  17. Design of operating rules in complex water resources systems using historical records, expert criteria and fuzzy logic

    Science.gov (United States)

    Pulido-Velazquez, Manuel; Macian-Sorribes, Hector; María Benlliure-Moreno, Jose; Fullana-Montoro, Juan

    2015-04-01

    Water resources systems in areas with a strong tradition in water use are complex to manage by the high amount of constraints that overlap in time and space, creating a complicated framework in which past, present and future collide between them. In addition, it is usual to find "hidden constraints" in system operations, which condition operation decisions being unnoticed by anyone but the river managers and users. Being aware of those hidden constraints requires usually years of experience and a degree of involvement in that system's management operations normally beyond the possibilities of technicians. However, their impact in the management decisions is strongly imprinted in the historical data records available. The purpose of this contribution is to present a methodology capable of assessing operating rules in complex water resources systems combining historical records and expert criteria. Both sources are coupled using fuzzy logic. The procedure stages are: 1) organize expert-technicians preliminary meetings to let the first explain how they manage the system; 2) set up a fuzzy rule-based system (FRB) structure according to the way the system is managed; 3) use the historical records available to estimate the inputs' fuzzy numbers, to assign preliminary output values to the FRB rules and to train and validate these rules; 4) organize expert-technician meetings to discuss the rule structure and the input's quantification, returning if required to the second stage; 5) once the FRB structure is accepted, its output values must be refined and completed with the aid of the experts by using meetings, workshops or surveys; 6) combine the FRB with a Decision Support System (DSS) to simulate the effect of those management decisions; 7) compare its results with the ones offered by the historical records and/or simulation or optimization models; and 8) discuss with the stakeholders the model performance returning, if it's required, to the fifth or the second stage

  18. TRANSPORT/HANDLING REQUESTS

    CERN Multimedia

    Groupe ST/HM

    2002-01-01

    A new EDH document entitled 'Transport/Handling Request' will be in operation as of Monday, 11th February 2002, when the corresponding icon will be accessible from the EDH desktop, together with the application instructions. This EDH form will replace the paper-format transport/handling request form for all activities involving the transport of equipment and materials. However, the paper form will still be used for all vehicle-hire requests. The introduction of the EDH transport/handling request form is accompanied by the establishment of the following time limits for the various services concerned: 24 hours for the removal of office items, 48 hours for the transport of heavy items (of up to 6 metric tons and of standard road width), 5 working days for a crane operation, extra-heavy transport operation or complete removal, 5 working days for all transport operations relating to LHC installation. ST/HM Group, Logistics Section Tel: 72672 - 72202

  19. Fuzzy Models to Deal with Sensory Data in Food Industry

    Institute of Scientific and Technical Information of China (English)

    Serge Guillaume; Brigitte Charnomordic

    2004-01-01

    Sensory data are, due to the lack of an absolute reference, imprecise and uncertain data. Fuzzy logic can handle uncertainty and can be used in approximate reasoning. Automatic learning procedures allow to generate fuzzy reasoning rules from data including numerical and symbolic or sensory variables. We briefly present an induction method that was developed to extract qualitative knowledge from data samples. The induction process is run under interpretability constraints to ensure the fuzzy rules have a meaning for the human expert. We then study two applied problems in the food industry: sensory evaluation and process modeling.

  20. How robust are inflation model and dark matter constraints from cosmological data?

    DEFF Research Database (Denmark)

    Hamann, Jan; Hannestad, Steen; Sloth, Martin Snoager

    2006-01-01

    the tensor-to-scalar ratio r and the neutrino mass prevents lambda phi^4 from being excluded by present data. Reversing the argument, if lambda phi^4 is the correct model of inflation, it predicts a sum of neutrino masses at 0.3-0.5 eV, a range compatible with present experimental limits and within the reach......High-precision data from observation of the cosmic microwave background and the large scale structure of the universe provide very tight constraints on the effective parameters that describe cosmological inflation. Indeed, within a constrained class of LambdaCDM models, the simple lambda phi^4...... chaotic inflation model already appears to be ruled out by cosmological data. In this paper, we compute constraints on inflationary parameters within a more general framework that includes other physically motivated parameters such as a nonzero neutrino mass. We find that a strong degeneracy between...

  1. THE MEASURES OF CONSTRAINT IN THE INTERNATIONAL LAW

    Directory of Open Access Journals (Sweden)

    Dumitriţa FLOREA

    2013-12-01

    Full Text Available For being addressee of the state international responsibility, the entities guilty of the trigger of an conflict or by of the commit of an fact through it’s bring touch to the international public order, must have the quality of the subject of international public law or to be participant to an report of law like this, knowing that the reports which it’s settle between the entities which actions in the international society are considered the international relationships. The relationships which are established between the subjects of international law are falling under the international public law. The constraints is an element of international law which does not constitute an violation, but an mean of achievement of the law. The base element of the constraint is legality, including from the point of view of foundation, method and the volume. The constraint is determine, first of all by the purpose and base principles of the international law. The countermeasure are limited through the temporary a groundless of the obligations by the injured states, face to the guilty state and are considered legal until it will be achieved their purpose. They must have applied in a sort way to permit re-establish of the application of obligations infringe. This rule has to do with Convention of Vienna from 1969 regarding the treaties law, according to “in the time of abeyance period, the parties must abstain from any deeds which will tend to impedes the resumption of applying the treaty”

  2. Constraint-based reachability

    Directory of Open Access Journals (Sweden)

    Arnaud Gotlieb

    2013-02-01

    Full Text Available Iterative imperative programs can be considered as infinite-state systems computing over possibly unbounded domains. Studying reachability in these systems is challenging as it requires to deal with an infinite number of states with standard backward or forward exploration strategies. An approach that we call Constraint-based reachability, is proposed to address reachability problems by exploring program states using a constraint model of the whole program. The keypoint of the approach is to interpret imperative constructions such as conditionals, loops, array and memory manipulations with the fundamental notion of constraint over a computational domain. By combining constraint filtering and abstraction techniques, Constraint-based reachability is able to solve reachability problems which are usually outside the scope of backward or forward exploration strategies. This paper proposes an interpretation of classical filtering consistencies used in Constraint Programming as abstract domain computations, and shows how this approach can be used to produce a constraint solver that efficiently generates solutions for reachability problems that are unsolvable by other approaches.

  3. Constraint-Muse: A Soft-Constraint Based System for Music Therapy

    Science.gov (United States)

    Hölzl, Matthias; Denker, Grit; Meier, Max; Wirsing, Martin

    Monoidal soft constraints are a versatile formalism for specifying and solving multi-criteria optimization problems with dynamically changing user preferences. We have developed a prototype tool for interactive music creation, called Constraint Muse, that uses monoidal soft constraints to ensure that a dynamically generated melody harmonizes with input from other sources. Constraint Muse provides an easy to use interface based on Nintendo Wii controllers and is intended to be used in music therapy for people with Parkinson’s disease and for children with high-functioning autism or Asperger’s syndrome.

  4. A Solution Approach to Assembly Line Balancing Problem With Task Related Constraints and an Application At An Enterprise

    Directory of Open Access Journals (Sweden)

    Serkan Altuntaş

    2010-01-01

    Full Text Available Occasionally certain tasks in an assembly line balancing problem are required to be kept together due to some specific reasons. These tasks are attained to the same work stations. Such problems are called as 'Assembly Line Balancing Problem with Task Related Constraints (ALBTRC'. Certain situations like awkward product construction, simultaneous operations or specific requirements leading to zoning and positional constraints like utilization of common resources as tools, jigs and fixtures are implemented thanks to these supplementary constraints. Additionally, materials handling and tooling costs, distances, set-up and lead times are also reduced. Literature on ALBTRC seems quite rare compared to Classical Line Balancing papers, although ALBTRC is one of the common real life balancing problems. This study aimed to develop and implement a novel line balancing method for a manufacturing concern where known methods are impractical to employ due to some specific positional constraints. 'Largest Candidate Method' known as a simple but effective tool is modified for this purpose first. Then a thorough 'method and time study' is conducted to get the necessary data to utilize that method. As a result, more efficient alternatives are generated and presented to decision maker.

  5. Short-term optimal operation of Three-gorge and Gezhouba cascade hydropower stations in non-flood season with operation rules from data mining

    International Nuclear Information System (INIS)

    Ma Chao; Lian Jijian; Wang Junna

    2013-01-01

    Highlights: ► Short-term optimal operation of Three-gorge and Gezhouba hydropower stations was studied. ► Key state variable and exact constraints were proposed to improve numerical model. ► Operation rules proposed were applied in population initiation step for faster optimization. ► Culture algorithm with difference evolution was selected as optimization method. ► Model and method proposed were verified by case study with feasible operation solutions. - Abstract: Information hidden in the characteristics and relationship data of a cascade hydropower stations can be extracted by data-mining approaches to be operation rules and optimization support information. In this paper, with Three-gorge and Gezhouba cascade hydropower stations as an example, two operation rules are proposed due to different operation efficiency of water turbines and tight water volume and hydraulic relationship between two hydropower stations. The rules are applied to improve optimization model with more exact decision and state variables and constraints. They are also used in the population initiation step to develop better individuals with culture algorithm with differential evolution as an optimization method. In the case study, total feasible population and the best solution based on an initial population with an operation rule can be obtained with a shorter computation time than that of a pure random initiated population. Amount of electricity generation in a dispatch period with an operation rule also increases with an average increase rate of 0.025%. For a fixed water discharge process of Three-gorge hydropower station, there is a better rule to decide an operation plan of Gezhouba hydropower station in which total hydraulic head for electricity generation is optimized and distributed with inner-plant economic operation considered.

  6. Emergency Handling for MAC Protocol in Human Body Communication

    Directory of Open Access Journals (Sweden)

    Kwon Youngmi

    2011-01-01

    Full Text Available The human body communication (HBC is a technology that enables short range data communication using the human body as a medium, like an electrical wire. Thus it removes the need for a traditional antenna. HBC may be used as a type of data communication in body area network (BAN, while the devices are being in contact with body. One of important issues in BAN is an emergency alarm because it may be closely related to human life. For emergency data communication, the most critical factor is the time constraint. IEEE 802.15.6 specifies that the emergency alarm for the BAN must be notified in less than 1 sec and must provide prioritization mechanisms for emergency traffic and notification. As one type of BAN, the HBC must follow this recommendation, too. Existing emergency handling methods in BAN are based on the carrier sensing capability on radio frequencies to detect the status of channels. However, PHY protocol in HBC does not provide the carrier sensing. So the previous methods are not well suitable for HBC directly. Additionally, in the environment that the emergency rate is very low, the allocation of dedicated slot(s for emergency in each superframe is very wasteful. In this work, we proposed specific emergency handling operation for human body communication's medium access control (HBC-MAC protocol to meet the emergency requirements for BAN. We also showed the optimal number of emergency slots for the various combinations of beacon intervals and emergency rates.

  7. Cask system design guidance for robotic handling

    International Nuclear Information System (INIS)

    Griesmeyer, J.M.; Drotning, W.D.; Morimoto, A.K.; Bennett, P.C.

    1990-10-01

    Remote automated cask handling has the potential to reduce both the occupational exposure and the time required to process a nuclear waste transport cask at a handling facility. The ongoing Advanced Handling Technologies Project (AHTP) at Sandia National Laboratories is described. AHTP was initiated to explore the use of advanced robotic systems to perform cask handling operations at handling facilities for radioactive waste, and to provide guidance to cask designers regarding the impact of robotic handling on cask design. The proof-of-concept robotic systems developed in AHTP are intended to extrapolate from currently available commercial systems to the systems that will be available by the time that a repository would be open for operation. The project investigates those cask handling operations that would be performed at a nuclear waste repository facility during cask receiving and handling. The ongoing AHTP indicates that design guidance, rather than design specification, is appropriate, since the requirements for robotic handling do not place severe restrictions on cask design but rather focus on attention to detail and design for limited dexterity. The cask system design features that facilitate robotic handling operations are discussed, and results obtained from AHTP design and operation experience are summarized. The application of these design considerations is illustrated by discussion of the robot systems and their operation on cask feature mock-ups used in the AHTP project. 11 refs., 11 figs

  8. Production management of window handles

    Directory of Open Access Journals (Sweden)

    Manuela Ingaldi

    2014-12-01

    Full Text Available In the chapter a company involved in the production of aluminum window and door handles was presented. The main customers of the company are primarily companies which produce PCV joinery and wholesalers supplying these companies. One chosen product from the research company - a single-arm pin-lift window handle - was described and its production process depicted technologically. The chapter also includes SWOT analysis conducted in the research company and the value stream of the single-arm pin-lift window handle.

  9. 7 CFR 58.443 - Whey handling.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 3 2010-01-01 2010-01-01 false Whey handling. 58.443 Section 58.443 Agriculture... Procedures § 58.443 Whey handling. (a) Adequate sanitary facilities shall be provided for the handling of whey. If outside, necessary precautions shall be taken to minimize flies, insects and development of...

  10. Efficiency in Rule- vs. Plan-Based Movements Is Modulated by Action-Mode.

    Science.gov (United States)

    Scheib, Jean P P; Stoll, Sarah; Thürmer, J Lukas; Randerath, Jennifer

    2018-01-01

    The rule/plan motor cognition (RPMC) paradigm elicits visually indistinguishable motor outputs, resulting from either plan- or rule-based action-selection, using a combination of essentially interchangeable stimuli. Previous implementations of the RPMC paradigm have used pantomimed movements to compare plan- vs. rule-based action-selection. In the present work we attempt to determine the generalizability of previous RPMC findings to real object interaction by use of a grasp-to-rotate task. In the plan task, participants had to use prospective planning to achieve a comfortable post-handle rotation hand posture. The rule task used implementation intentions (if-then rules) leading to the same comfortable end-state. In Experiment A, we compare RPMC performance of 16 healthy participants in pantomime and real object conditions of the experiment, within-subjects. Higher processing efficiency of rule- vs. plan-based action-selection was supported by diffusion model analysis. Results show a significant response-time increase in the pantomime condition compared to the real object condition and a greater response-time advantage of rule-based vs. plan-based actions in the pantomime compared to the real object condition. In Experiment B, 24 healthy participants performed the real object RPMC task in a task switching vs. a blocked condition. Results indicate that plan-based action-selection leads to longer response-times and less efficient information processing than rule-based action-selection in line with previous RPMC findings derived from the pantomime action-mode. Particularly in the task switching mode, responses were faster in the rule compared to the plan task suggesting a modulating influence of cognitive load. Overall, results suggest an advantage of rule-based action-selection over plan-based action-selection; whereby differential mechanisms appear to be involved depending on the action-mode. We propose that cognitive load is a factor that modulates the advantageous

  11. C-mixture and multi-constraints based genetic algorithm for collaborative data publishing

    Directory of Open Access Journals (Sweden)

    Yogesh R. Kulkarni

    2018-04-01

    Full Text Available Due to increasing need of using distributed databases, high demand presents on sharing data to easily update and access the useful information without any interruption. The sharing of distributed databases causes a serious issue of securing information since the databases consist of sensitive personal information. To preserve the sensitive information and at the same time, releasing the useful information, a significant effort is made by the researchers under privacy preserving data publishing that have been receiving considerable attention in recent years. In this work, a new privacy measure, called c-mixture is introduced to maintain the privacy constraint without affecting utility of the database. In order to apply the proposed privacy measure to privacy preserving data publishing, a new algorithm called, CPGEN is developed using genetic algorithm and multi-objective constraints. The proposed multi-objective optimization considered the multiple privacy constraints along with the utility measurement to measure the importance. Also, the proposed CPGEN is adapted to handle the cold-start problem which commonly happened in distributed databases. The proposed algorithm is experimented with adult dataset and quantitative performance is analyzed using generalized information loss and average equivalence class size metric. From the experimentation, we proved that the proposed algorithm maintained the privacy and utility as compared with the existing algorithm. Keywords: Privacy, Utility, Distributed databases, Data publishing, Optimization, Sensitive information

  12. Development of commercial robots for radwaste handling

    International Nuclear Information System (INIS)

    Colborn, K.A.

    1988-01-01

    The cost and dose burden associated with low level radwaste handling activities is a matter of increasing concern to the commercial nuclear power industry. This concern is evidenced by the fact that many utilities have begun to revaluate waste generation, handling, and disposal activities at their plants in an effort to improve their overall radwaste handling operations. This paper reports on the project Robots for Radwaste Handling, to identify the potential of robots to improve radwaste handling operations. The project has focussed on the potential of remote or automated technology to improve well defined, recognizable radwaste operations. The project focussed on repetitive, low skill level radwaste handling and decontamination tasks which involve significant radiation exposure

  13. Food Web Assembly Rules for Generalized Lotka-Volterra Equations.

    Directory of Open Access Journals (Sweden)

    Jan O Haerter

    2016-02-01

    Full Text Available In food webs, many interacting species coexist despite the restrictions imposed by the competitive exclusion principle and apparent competition. For the generalized Lotka-Volterra equations, sustainable coexistence necessitates nonzero determinant of the interaction matrix. Here we show that this requirement is equivalent to demanding that each species be part of a non-overlapping pairing, which substantially constrains the food web structure. We demonstrate that a stable food web can always be obtained if a non-overlapping pairing exists. If it does not, the matrix rank can be used to quantify the lack of niches, corresponding to unpaired species. For the species richness at each trophic level, we derive the food web assembly rules, which specify sustainable combinations. In neighboring levels, these rules allow the higher level to avert competitive exclusion at the lower, thereby incorporating apparent competition. In agreement with data, the assembly rules predict high species numbers at intermediate levels and thinning at the top and bottom. Using comprehensive food web data, we demonstrate how omnivores or parasites with hosts at multiple trophic levels can loosen the constraints and help obtain coexistence in food webs. Hence, omnivory may be the glue that keeps communities intact even under extinction or ecological release of species.

  14. Food Web Assembly Rules for Generalized Lotka-Volterra Equations.

    Science.gov (United States)

    Haerter, Jan O; Mitarai, Namiko; Sneppen, Kim

    2016-02-01

    In food webs, many interacting species coexist despite the restrictions imposed by the competitive exclusion principle and apparent competition. For the generalized Lotka-Volterra equations, sustainable coexistence necessitates nonzero determinant of the interaction matrix. Here we show that this requirement is equivalent to demanding that each species be part of a non-overlapping pairing, which substantially constrains the food web structure. We demonstrate that a stable food web can always be obtained if a non-overlapping pairing exists. If it does not, the matrix rank can be used to quantify the lack of niches, corresponding to unpaired species. For the species richness at each trophic level, we derive the food web assembly rules, which specify sustainable combinations. In neighboring levels, these rules allow the higher level to avert competitive exclusion at the lower, thereby incorporating apparent competition. In agreement with data, the assembly rules predict high species numbers at intermediate levels and thinning at the top and bottom. Using comprehensive food web data, we demonstrate how omnivores or parasites with hosts at multiple trophic levels can loosen the constraints and help obtain coexistence in food webs. Hence, omnivory may be the glue that keeps communities intact even under extinction or ecological release of species.

  15. Instruction No. 108, on handling of radioactive materials at Ministry of public health establishments

    International Nuclear Information System (INIS)

    1975-01-01

    The regulation applies to the design, construction, reconstruction, and operation of any medical establishment, facilities using radioactive substances for diagnostic, therapeutic, or research purposes. Designs for nuclear medicine laboratories (or departments) must be approbated by, and commissioning performed with the participation of representatives of the State Sanitary Control. Use of radioactive materials is licensed by the Ministry of Public Health and the Committee for Peaceful Uses of Atomic Energy. Radiation safety responsibility is assigned to a specific staff member of the laboratory (or department). Any receipt or transfer of radioactive material is entered into appropriate records, acts, or requests. Special storage facilities must be available; their design and equipment have to meet the particular requirements for the corresponding class of work, as determined by the activity levels, radiotoxicities, and physical conditions of the radioactive substances used. With storage of unsealed sources, the class is at least second. Sealed source treatment requires primarily protection from external exposure. In such cases provisions are made for one basic and one intermediate storage facility; an applicator preparation room; and application room; a sterilization room; a surgery room; wards; toilets and washrooms for patients treated; a routine manipulation room; and a stock room. A number of safety rules in handling sealed sources are listed. A detailed system of radiation protection safeguards and rules is prescribed with regard to ventilation, sewer systems, remote control devices, work clothing and gloves, etc. Handling of unsealed radioactive materials used for diagnostic or research purposes should meet the requirements placed upon the respective radioisotope laboratory class, which has to be at least second. (G.G.)

  16. Preoperational checkout of the remote-handled transuranic waste handling at the Waste Isolation Pilot Plant

    International Nuclear Information System (INIS)

    1987-09-01

    This plan describes the preoperational checkout for handling Remote-Handled Transuranic (RH-TRU) Wastes from their receipt at the Waste Isolation Pilot Plant (WIPP) to their emplacement underground. This plan identifies the handling operations to be performed, personnel groups responsible for executing these operations, and required equipment items. In addition, this plan describes the quality assurance that will be exercised throughout the checkout, and finally, it establishes criteria by which to measure the success of the checkout. 7 refs., 5 figs

  17. Preference Handling for Artificial Intelligence

    OpenAIRE

    Goldsmith, Judy; University of Kentucky; Junker, Ulrich; ILOG

    2009-01-01

    This article explains the benefits of preferences for AI systems and draws a picture of current AI research on preference handling. It thus provides an introduction to the topics covered by this special issue on preference handling.

  18. Religious Serpent Handling and Community Relations.

    Science.gov (United States)

    Williamson, W Paul; Hood, Ralph W

    2015-01-01

    Christian serpent handling sects of Appalachia comprise a community that has long been mischaracterized and marginalized by the larger communities surrounding them. To explore this dynamic, this article traces the emergence of serpent handling in Appalachia and the emergence of anti-serpent-handling state laws, which eventually failed to curb the practice, as local communities gave serpent handling groups support. We present two studies to consider for improving community relations with serpent handling sects. In study 1, we present data relating the incidence of reported serpent-bite deaths with the rise of anti-serpent-handling laws and their eventual abatement, based on increasing acceptance of serpent handlers by the larger community. Study 2 presents interview data on serpent bites and death that provide explanations for these events from the cultural and religious perspective. We conclude that first-hand knowledge about serpent handlers, and other marginalized groups, helps to lessen suspicion and allows them to be seen as not much different, which are tendencies that are important for promoting inter-community harmony.

  19. Simulation of operating rules and discretional decisions using a fuzzy rule-based system integrated into a water resources management model

    Science.gov (United States)

    Macian-Sorribes, Hector; Pulido-Velazquez, Manuel

    2013-04-01

    Water resources systems are operated, mostly, using a set of pre-defined rules not regarding, usually, to an optimal allocation in terms of water use or economic benefits, but to historical and institutional reasons. These operating policies are reproduced, commonly, as hedging rules, pack rules or zone-based operations, and simulation models can be used to test their performance under a wide range of hydrological and/or socio-economic hypothesis. Despite the high degree of acceptation and testing that these models have achieved, the actual operation of water resources systems hardly follows all the time the pre-defined rules with the consequent uncertainty on the system performance. Real-world reservoir operation is very complex, affected by input uncertainty (imprecision in forecast inflow, seepage and evaporation losses, etc.), filtered by the reservoir operator's experience and natural risk-aversion, while considering the different physical and legal/institutional constraints in order to meet the different demands and system requirements. The aim of this work is to expose a fuzzy logic approach to derive and assess the historical operation of a system. This framework uses a fuzzy rule-based system to reproduce pre-defined rules and also to match as close as possible the actual decisions made by managers. After built up, the fuzzy rule-based system can be integrated in a water resources management model, making possible to assess the system performance at the basin scale. The case study of the Mijares basin (eastern Spain) is used to illustrate the method. A reservoir operating curve regulates the two main reservoir releases (operated in a conjunctive way) with the purpose of guaranteeing a high realiability of supply to the traditional irrigation districts with higher priority (more senior demands that funded the reservoir construction). A fuzzy rule-based system has been created to reproduce the operating curve's performance, defining the system state (total

  20. Safe handling of tritium

    International Nuclear Information System (INIS)

    1991-01-01

    The main objective of this publication is to provide practical guidance and recommendations on operational radiation protection aspects related to the safe handling of tritium in laboratories, industrial-scale nuclear facilities such as heavy-water reactors, tritium removal plants and fission fuel reprocessing plants, and facilities for manufacturing commercial tritium-containing devices and radiochemicals. The requirements of nuclear fusion reactors are not addressed specifically, since there is as yet no tritium handling experience with them. However, much of the material covered is expected to be relevant to them as well. Annex III briefly addresses problems in the comparatively small-scale use of tritium at universities, medical research centres and similar establishments. However, the main subject of this publication is the handling of larger quantities of tritium. Operational aspects include designing for tritium safety, safe handling practice, the selection of tritium-compatible materials and equipment, exposure assessment, monitoring, contamination control and the design and use of personal protective equipment. This publication does not address the technologies involved in tritium control and cleanup of effluents, tritium removal, or immobilization and disposal of tritium wastes, nor does it address the environmental behaviour of tritium. Refs, figs and tabs

  1. How Retailers Handle Complaint Management

    DEFF Research Database (Denmark)

    Hansen, Torben; Wilke, Ricky; Zaichkowsky, Judy

    2009-01-01

    This article fills a gap in the literature by providing insight about the handling of complaint management (CM) across a large cross section of retailers in the grocery, furniture, electronic and auto sectors. Determinants of retailers’ CM handling are investigated and insight is gained as to the......This article fills a gap in the literature by providing insight about the handling of complaint management (CM) across a large cross section of retailers in the grocery, furniture, electronic and auto sectors. Determinants of retailers’ CM handling are investigated and insight is gained...... as to the links between CM and redress of consumers’ complaints. The results suggest that retailers who attach large negative consequences to consumer dissatisfaction are more likely than other retailers to develop a positive strategic view on customer complaining, but at the same time an increase in perceived...

  2. Multiple shooting applied to robust reservoir control optimization including output constraints on coherent risk measures

    DEFF Research Database (Denmark)

    Codas, Andrés; Hanssen, Kristian G.; Foss, Bjarne

    2017-01-01

    The production life of oil reservoirs starts under significant uncertainty regarding the actual economical return of the recovery process due to the lack of oil field data. Consequently, investors and operators make management decisions based on a limited and uncertain description of the reservoir....... In this work, we propose a new formulation for robust optimization of reservoir well controls. It is inspired by the multiple shooting (MS) method which permits a broad range of parallelization opportunities and output constraint handling. This formulation exploits coherent risk measures, a concept...

  3. 7 CFR 926.9 - Handle.

    Science.gov (United States)

    2010-01-01

    ... the Department of Agriculture (Continued) AGRICULTURAL MARKETING SERVICE (Marketing Agreements and Orders; Fruits, Vegetables, Nuts), DEPARTMENT OF AGRICULTURE DATA COLLECTION, REPORTING AND RECORDKEEPING REQUIREMENTS APPLICABLE TO CRANBERRIES NOT SUBJECT TO THE CRANBERRY MARKETING ORDER § 926.9 Handle. Handle...

  4. The dose-volume constraint satisfaction problem for inverse treatment planning with field segments

    International Nuclear Information System (INIS)

    Michalski, Darek; Xiao, Ying; Censor, Yair; Galvin, James M

    2004-01-01

    The prescribed goals of radiation treatment planning are often expressed in terms of dose-volume constraints. We present a novel formulation of a dose-volume constraint satisfaction search for the discretized radiation therapy model. This approach does not rely on any explicit cost function. Inverse treatment planning uses the aperture-based approach with predefined, according to geometric rules, segmental fields. The solver utilizes the simultaneous version of the cyclic subgradient projection algorithm. This is a deterministic iterative method designed for solving the convex feasibility problems. A prescription is expressed with the set of inequalities imposed on the dose at the voxel resolution. Additional constraint functions control the compliance with selected points of the expected cumulative dose-volume histograms. The performance of this method is tested on prostate and head-and-neck cases. The relationships with other models and algorithms of similar conceptual origin are discussed. The demonstrated advantages of the method are: the equivalence of the algorithmic and prescription parameters, the intuitive setup of free parameters, and the improved speed of the method as compared to similar iterative as well as other techniques. The technique reported here will deliver approximate solutions for inconsistent prescriptions

  5. Reduction of Constraints: Applicability of the Homogeneity Constraint for Macrobatch 3

    International Nuclear Information System (INIS)

    Peeler, D.K.

    2001-01-01

    The Product Composition Control System (PCCS) is used to determine the acceptability of each batch of Defense Waste Processing Facility (DWPF) melter feed in the Slurry Mix Evaporator (SME). This control system imposes several constraints on the composition of the contents of the SME to define acceptability. These constraints relate process or product properties to composition via prediction models. A SME batch is deemed acceptable if its sample composition measurements lead to acceptable property predictions after accounting for modeling, measurement and analytic uncertainties. The baseline document guiding the use of these data and models is ''SME Acceptability Determination for DWPF Process Control (U)'' by Brown and Postles [1996]. A minimum of three PCCS constraints support the prediction of the glass durability from a given SME batch. The Savannah River Technology Center (SRTC) is reviewing all of the PCCS constraints associated with durability. The purpose of this review is to revisit these constraints in light of the additional knowledge gained since the beginning of radioactive operations at DWPF and to identify any supplemental studies needed to amplify this knowledge so that redundant or overly conservative constraints can be eliminated or replaced by more appropriate constraints

  6. Association of rule of law and health outcomes: an ecological study.

    Science.gov (United States)

    Pinzon-Rondon, Angela Maria; Attaran, Amir; Botero, Juan Carlos; Ruiz-Sternberg, Angela Maria

    2015-10-29

    To explore whether the rule of law is a foundational determinant of health that underlies other socioeconomic, political and cultural factors that have been associated with health outcomes. Global project. Data set of 96 countries, comprising 91% of the global population. The following health indicators, infant mortality rate, maternal mortality rate, life expectancy, and cardiovascular disease and diabetes mortality rate, were included to explore their association with the rule of law. We used a novel Rule of Law Index, gathered from survey sources, in a cross-sectional and ecological design. The Index is based on eight subindices: (1) Constraints on Government Powers; (2) Absence of Corruption; (3) Order and Security; (4) Fundamental Rights; (5) Open Government; (6) Regulatory Enforcement, (7) Civil Justice; and (8) Criminal Justice. The rule of law showed an independent association with infant mortality rate, maternal mortality rate, life expectancy, and cardiovascular disease and diabetes mortality rate, after adjusting for the countries' level of per capita income, their expenditures in health, their level of political and civil freedom, their Gini measure of inequality and women's status (plaw remained significant in all the multivariate models, and the following adjustment for potential confounders remained robust for at least one or more of the health outcomes across all eight subindices of the rule of law. Findings show that the higher the country's level of adherence to the rule of law, the better the health of the population. It is necessary to start considering the country's adherence to the rule of law as a foundational determinant of health. Health advocates should consider the improvement of rule of law as a tool to improve population health. Conversely, lack of progress in rule of law may constitute a structural barrier to health improvement. Published by the BMJ Publishing Group Limited. For permission to use (where not already granted under a

  7. Remote handling at LAMPF

    International Nuclear Information System (INIS)

    Grisham, D.L.; Lambert, J.E.

    1983-01-01

    Experimental area A at the Clinton P. Anderson Meson Physics Facility (LAMPF) encompasses a large area. Presently there are four experimental target cells along the main proton beam line that have become highly radioactive, thus dictating that all maintenance be performed remotely. The Monitor remote handling system was developed to perform in situ maintenance at any location within area A. Due to the complexity of experimental systems and confined space, conventional remote handling methods based upon hot cell and/or hot bay concepts are not workable. Contrary to conventional remote handling which require special tooling for each specifically planned operation, the Monitor concept is aimed at providing a totally flexible system capable of remotely performing general mechanical and electrical maintenance operations using standard tools. The Monitor system is described

  8. Stabilization Methods for the Integration of DAE in the Presence of Redundant Constraints

    International Nuclear Information System (INIS)

    Neto, Maria Augusta; Ambrosio, Jorge

    2003-01-01

    The use of multibody formulations based on Cartesian or natural coordinates lead to sets of differential-algebraic equations that have to be solved. The difficulty in providing compatible initial positions and velocities for a general spatial multibody model and the finite precision of such data result in initial errors that must be corrected during the forward dynamic solution of the system equations of motion.As the position and velocity constraint equations are not explicitly involved in the solution procedure, any integration error leads to the violation of these equations in the long run. Another problem that is very often impossible to avoid is the presence of redundant constraints.Even with no initial redundancy it is possible for some systems to achieve singular configurations in which kinematic constraints become temporarily redundant. In this work several procedures to stabilize the solution of the equations of motion and to handle redundant constraints are revisited. The Baumgarte stabilization, augmented Lagrangian and coordinate partitioning methods are discussed in terms of their efficiency and computational costs. The LU factorization with full pivoting of the Jacobian matrix directs the choice of the set of independent coordinates, required by the coordinate partitioning method.Even when no particular stabilization method is used, a Newton-Raphson iterative procedure is still required in the initial time step to correct the initial positions and velocities, thus requiring the selection of the independent coordinates. However, this initial selection does not guarantee that during the motion of the system other constraints do not become redundant. Two procedures based on the single value decomposition and Gram-Schmidt orthogonalization are revisited for the purpose. The advantages and drawbacks of the different procedures,used separately or in conjunction with each other and their computational costs are finally discussed

  9. Portfolios dominating indices: Optimization with second-order stochastic dominance constraints vs. minimum and mean variance portfolios

    OpenAIRE

    Keçeci, Neslihan Fidan; Kuzmenko, Viktor; Uryasev, Stan

    2016-01-01

    The paper compares portfolio optimization with the Second-Order Stochastic Dominance (SSD) constraints with mean-variance and minimum variance portfolio optimization. As a distribution-free decision rule, stochastic dominance takes into account the entire distribution of return rather than some specific characteristic, such as variance. The paper is focused on practical applications of the portfolio optimization and uses the Portfolio Safeguard (PSG) package, which has precoded modules for op...

  10. Portfolios Dominating Indices: Optimization with Second-Order Stochastic Dominance Constraints vs. Minimum and Mean Variance Portfolios

    OpenAIRE

    Neslihan Fidan Keçeci; Viktor Kuzmenko; Stan Uryasev

    2016-01-01

    The paper compares portfolio optimization with the Second-Order Stochastic Dominance (SSD) constraints with mean-variance and minimum variance portfolio optimization. As a distribution-free decision rule, stochastic dominance takes into account the entire distribution of return rather than some specific characteristic, such as variance. The paper is focused on practical applications of the portfolio optimization and uses the Portfolio Safeguard (PSG) package, which has precoded modules for op...

  11. Electric dipole response of {sup 208}Pb and constraints on the symmetry energy

    Energy Technology Data Exchange (ETDEWEB)

    Tamii, A. [Research Center for Nuclear Physics, Osaka University, 10-1 Mihogaoka, Ibaraki 567-0047 (Japan)

    2014-05-02

    The electric dipole (E1) response of {sup 208}Pb has been precisely determined by measuring polarized proton inelastic scattering at very forward angles including zero degrees. The electric dipole polarizability, that is defined as the inverse energy-weighted sum rule of the E1 reduced transition strength, has been extracted as α{sub D} = 20.1 ±0.6 fm{sup 3}. A constraint band has been extracted in the plane of the symmetry energy (J) and its slope parameter (L) at the saturation density.

  12. Nurse rostering at a Danish ward

    DEFF Research Database (Denmark)

    Bæklund, Jonas

    2014-01-01

    This paper considers a nurse rostering problem from a ward at a Danish hospital.  The problem is highly constrained and comprises a large set of different constraints. A branch-and-price method for solving the problem exactly is proposed. The master problem is to assign schedules to the nurses......, and its linear relaxation is solved by means of column generation. The pricing sub-problem is to generate feasible schedules for the nurses and -- as a couple of different constraints including several special Danish regulations have to be observed -- is solved by constraint programming. A number...... of specific algorithms for handling these constraints are proposed. The method is very flexible regarding the rules a schedule should comply with, which is a key concern when creating solution methods for nurse rostering problems.  Computational tests show that optimal solutions can be found for instances...

  13. SU-F-T-342: Dosimetric Constraint Prediction Guided Automatic Mulit-Objective Optimization for Intensity Modulated Radiotherapy

    International Nuclear Information System (INIS)

    Song, T; Zhou, L; Li, Y

    2016-01-01

    Purpose: For intensity modulated radiotherapy, the plan optimization is time consuming with difficulties of selecting objectives and constraints, and their relative weights. A fast and automatic multi-objective optimization algorithm with abilities to predict optimal constraints and manager their trade-offs can help to solve this problem. Our purpose is to develop such a framework and algorithm for a general inverse planning. Methods: There are three main components contained in this proposed multi-objective optimization framework: prediction of initial dosimetric constraints, further adjustment of constraints and plan optimization. We firstly use our previously developed in-house geometry-dosimetry correlation model to predict the optimal patient-specific dosimetric endpoints, and treat them as initial dosimetric constraints. Secondly, we build an endpoint(organ) priority list and a constraint adjustment rule to repeatedly tune these constraints from their initial values, until every single endpoint has no room for further improvement. Lastly, we implement a voxel-independent based FMO algorithm for optimization. During the optimization, a model for tuning these voxel weighting factors respecting to constraints is created. For framework and algorithm evaluation, we randomly selected 20 IMRT prostate cases from the clinic and compared them with our automatic generated plans, in both the efficiency and plan quality. Results: For each evaluated plan, the proposed multi-objective framework could run fluently and automatically. The voxel weighting factor iteration time varied from 10 to 30 under an updated constraint, and the constraint tuning time varied from 20 to 30 for every case until no more stricter constraint is allowed. The average total costing time for the whole optimization procedure is ∼30mins. By comparing the DVHs, better OAR dose sparing could be observed in automatic generated plan, for 13 out of the 20 cases, while others are with competitive

  14. SU-F-T-342: Dosimetric Constraint Prediction Guided Automatic Mulit-Objective Optimization for Intensity Modulated Radiotherapy

    Energy Technology Data Exchange (ETDEWEB)

    Song, T; Zhou, L [Southern Medical University, Guangzhou, Guangdong (China); Li, Y [Beihang University, Beijing, Beijing (China)

    2016-06-15

    Purpose: For intensity modulated radiotherapy, the plan optimization is time consuming with difficulties of selecting objectives and constraints, and their relative weights. A fast and automatic multi-objective optimization algorithm with abilities to predict optimal constraints and manager their trade-offs can help to solve this problem. Our purpose is to develop such a framework and algorithm for a general inverse planning. Methods: There are three main components contained in this proposed multi-objective optimization framework: prediction of initial dosimetric constraints, further adjustment of constraints and plan optimization. We firstly use our previously developed in-house geometry-dosimetry correlation model to predict the optimal patient-specific dosimetric endpoints, and treat them as initial dosimetric constraints. Secondly, we build an endpoint(organ) priority list and a constraint adjustment rule to repeatedly tune these constraints from their initial values, until every single endpoint has no room for further improvement. Lastly, we implement a voxel-independent based FMO algorithm for optimization. During the optimization, a model for tuning these voxel weighting factors respecting to constraints is created. For framework and algorithm evaluation, we randomly selected 20 IMRT prostate cases from the clinic and compared them with our automatic generated plans, in both the efficiency and plan quality. Results: For each evaluated plan, the proposed multi-objective framework could run fluently and automatically. The voxel weighting factor iteration time varied from 10 to 30 under an updated constraint, and the constraint tuning time varied from 20 to 30 for every case until no more stricter constraint is allowed. The average total costing time for the whole optimization procedure is ∼30mins. By comparing the DVHs, better OAR dose sparing could be observed in automatic generated plan, for 13 out of the 20 cases, while others are with competitive

  15. MRI of meniscal bucket-handle tears

    Energy Technology Data Exchange (ETDEWEB)

    Magee, T.H.; Hinson, G.W. [Menorah Medical Center, Overland Park, KS (United States). Dept. of Radiology

    1998-09-01

    A meniscal bucket-handle tear is a tear with an attached fragment displaced from the meniscus of the knee joint. Low sensitivity of MRI for detection of bucket-handle tears (64% as compared with arthroscopy) has been reported previously. We report increased sensitivity for detecting bucket-handle tears with the use of coronal short tau inversion recovery (STIR) images. Results. By using four criteria for diagnosis of meniscal bucket-handle tears, our overall sensitivity compared with arthroscopy was 93% (28 of 30 meniscal bucket-handle tears seen at arthroscopy were detected by MRI). The meniscal fragment was well visualized in all 28 cases on coronal STIR images. The double posterior cruciate ligament sign was seen in 8 of 30 cases, the flipped meniscus was seen in 10 of 30 cases and a fragment in the intercondylar notch was seen in 18 of 30 cases. (orig.)

  16. Momentum constraint relaxation

    International Nuclear Information System (INIS)

    Marronetti, Pedro

    2006-01-01

    Full relativistic simulations in three dimensions invariably develop runaway modes that grow exponentially and are accompanied by violations of the Hamiltonian and momentum constraints. Recently, we introduced a numerical method (Hamiltonian relaxation) that greatly reduces the Hamiltonian constraint violation and helps improve the quality of the numerical model. We present here a method that controls the violation of the momentum constraint. The method is based on the addition of a longitudinal component to the traceless extrinsic curvature A ij -tilde, generated by a vector potential w i , as outlined by York. The components of w i are relaxed to solve approximately the momentum constraint equations, slowly pushing the evolution towards the space of solutions of the constraint equations. We test this method with simulations of binary neutron stars in circular orbits and show that it effectively controls the growth of the aforementioned violations. We also show that a full numerical enforcement of the constraints, as opposed to the gentle correction of the momentum relaxation scheme, results in the development of instabilities that stop the runs shortly

  17. Business rules for creating process flexibility : Mapping RIF rules and BDI rules

    NARCIS (Netherlands)

    Gong, Y.; Overbeek, S.J.; Janssen, M.

    2011-01-01

    Business rules and software agents can be used for creating flexible business processes. The Rule Interchange Format (RIF) is a new W3C recommendation standard for exchanging rules among disparate systems. Yet, the impact that the introduction of RIF has on the design of flexible business processes

  18. Machine Translation Using Constraint-Based Synchronous Grammar

    Institute of Scientific and Technical Information of China (English)

    WONG Fai; DONG Mingchui; HU Dongcheng

    2006-01-01

    A synchronous grammar based on the formalism of context-free grammar was developed by generalizing the first component of production that models the source text. Unlike other synchronous grammars,the grammar allows multiple target productions to be associated to a single production rule which can be used to guide a parser to infer different possible translational equivalences for a recognized input string according to the feature constraints of symbols in the pattern. An extended generalized LR algorithm was adapted to the parsing of the proposed formalism to analyze the syntactic structure of a language. The grammar was used as the basis for building a machine translation system for Portuguese to Chinese translation. The empirical results show that the grammar is more expressive when modeling the translational equivalences of parallel texts for machine translation and grammar rewriting applications.

  19. Sophisticated fuel handling system evolved

    International Nuclear Information System (INIS)

    Ross, D.A.

    1988-01-01

    The control systems at Sellafield fuel handling plant are described. The requirements called for built-in diagnostic features as well as the ability to handle a large sequencing application. Speed was also important; responses better than 50ms were required. The control systems are used to automate operations within each of the three main process caves - two Magnox fuel decanners and an advanced gas-cooled reactor fuel dismantler. The fuel route within the fuel handling plant is illustrated and described. ASPIC (Automated Sequence Package for Industrial Control) which was developed as a controller for the plant processes is described. (U.K.)

  20. Rule-Based Event Processing and Reaction Rules

    Science.gov (United States)

    Paschke, Adrian; Kozlenkov, Alexander

    Reaction rules and event processing technologies play a key role in making business and IT / Internet infrastructures more agile and active. While event processing is concerned with detecting events from large event clouds or streams in almost real-time, reaction rules are concerned with the invocation of actions in response to events and actionable situations. They state the conditions under which actions must be taken. In the last decades various reaction rule and event processing approaches have been developed, which for the most part have been advanced separately. In this paper we survey reaction rule approaches and rule-based event processing systems and languages.

  1. The natural angle between the hand and handle and the effect of handle orientation on wrist radial/ulnar deviation during maximal push exertions.

    Science.gov (United States)

    Young, Justin G; Lin, Jia-Hua; Chang, Chien-Chi; McGorry, Raymond W

    2013-01-01

    The purpose of this experiment was to quantify the natural angle between the hand and a handle, and to investigate three design factors: handle rotation, handle tilt and between-handle width on the natural angle as well as resultant wrist radial/ulnar deviation ('RUD') for pushing tasks. Photographs taken of the right upper limb of 31 participants (14 women and 17 men) performing maximal seated push exertions on different handles were analysed. Natural hand/handle angle and RUD were assessed. It was found that all of the three design factors significantly affected natural handle angle and wrist RUD, but participant gender did not. The natural angle between the hand and the cylindrical handle was 65 ± 7°. Wrist deviation was reduced for handles that were rotated 0° (horizontal) and at the narrow width (31 cm). Handles that were tilted forward 15° reduced radial deviation consistently (12-13°) across handle conditions. Manual materials handling (MMH) tasks involving pushing have been related to increased risk of musculoskeletal injury. This study shows that handle orientation influences hand and wrist posture during pushing, and suggests that the design of push handles on carts and other MMH aids can be improved by adjusting their orientation to fit the natural interface between the hand and handle.

  2. 9 CFR 3.118 - Handling.

    Science.gov (United States)

    2010-01-01

    ... 9 Animals and Animal Products 1 2010-01-01 2010-01-01 false Handling. 3.118 Section 3.118 Animals and Animal Products ANIMAL AND PLANT HEALTH INSPECTION SERVICE, DEPARTMENT OF AGRICULTURE ANIMAL WELFARE STANDARDS Specifications for the Humane Handling, Care, Treatment, and Transportation of Marine...

  3. Safety measuring for sodium handling

    Energy Technology Data Exchange (ETDEWEB)

    Jeong, Ji Young; Jeong, K C; Kim, T J; Kim, B H; Choi, J H

    2001-09-01

    This is the report for the safety measures of sodium handling. These contents are prerequisites for the development of sodium technology and thus the workers participate in sodium handling and experiments have to know them perfectly. As an appendix, the relating parts of the laws are presented.

  4. A Perspective on Remote Handling Operations and Human Machine Interface for Remote Handling in Fusion

    International Nuclear Information System (INIS)

    Haist, B.; Hamilton, D.; Sanders, St.

    2006-01-01

    A large-scale fusion device presents many challenges to the remote handling operations team. This paper is based on unique operational experience at JET and gives a perspective on remote handling task development, logistics and resource management, as well as command, control and human-machine interface systems. Remote operations require an accurate perception of a dynamic environment, ideally providing the operators with the same unrestricted knowledge of the task scene as would be available if they were actually at the remote work location. Traditional camera based systems suffer from a limited number of viewpoints and also degrade quickly when exposed to high radiation. Virtual Reality and Augmented Reality software offer great assistance. The remote handling system required to maintain a tokamak requires a large number of different and complex pieces of equipment coordinating to perform a large array of tasks. The demands on the operator's skill in performing the tasks can escalate to a point where the efficiency and safety of operations are compromised. An operations guidance system designed to facilitate the planning, development, validation and execution of remote handling procedures is essential. Automatic planning of motion trajectories of remote handling equipment and the remote transfer of heavy loads will be routine and need to be reliable. This paper discusses the solutions developed at JET in these areas and also the trends in management and presentation of operational data as well as command, control and HMI technology development offering the potential to greatly assist remote handling in future fusion machines. (author)

  5. Conceptual Design Optimization of an Augmented Stability Aircraft Incorporating Dynamic Response Performance Constraints

    Science.gov (United States)

    Welstead, Jason

    2014-01-01

    This research focused on incorporating stability and control into a multidisciplinary de- sign optimization on a Boeing 737-class advanced concept called the D8.2b. A new method of evaluating the aircraft handling performance using quantitative evaluation of the sys- tem to disturbances, including perturbations, continuous turbulence, and discrete gusts, is presented. A multidisciplinary design optimization was performed using the D8.2b transport air- craft concept. The con guration was optimized for minimum fuel burn using a design range of 3,000 nautical miles. Optimization cases were run using xed tail volume coecients, static trim constraints, and static trim and dynamic response constraints. A Cessna 182T model was used to test the various dynamic analysis components, ensuring the analysis was behaving as expected. Results of the optimizations show that including stability and con- trol in the design process drastically alters the optimal design, indicating that stability and control should be included in conceptual design to avoid system level penalties later in the design process.

  6. Mechanisms of rule acquisition and rule following in inductive reasoning.

    Science.gov (United States)

    Crescentini, Cristiano; Seyed-Allaei, Shima; De Pisapia, Nicola; Jovicich, Jorge; Amati, Daniele; Shallice, Tim

    2011-05-25

    Despite the recent interest in the neuroanatomy of inductive reasoning processes, the regional specificity within prefrontal cortex (PFC) for the different mechanisms involved in induction tasks remains to be determined. In this study, we used fMRI to investigate the contribution of PFC regions to rule acquisition (rule search and rule discovery) and rule following. Twenty-six healthy young adult participants were presented with a series of images of cards, each consisting of a set of circles numbered in sequence with one colored blue. Participants had to predict the position of the blue circle on the next card. The rules that had to be acquired pertained to the relationship among succeeding stimuli. Responses given by subjects were categorized in a series of phases either tapping rule acquisition (responses given up to and including rule discovery) or rule following (correct responses after rule acquisition). Mid-dorsolateral PFC (mid-DLPFC) was active during rule search and remained active until successful rule acquisition. By contrast, rule following was associated with activation in temporal, motor, and medial/anterior prefrontal cortex. Moreover, frontopolar cortex (FPC) was active throughout the rule acquisition and rule following phases before a rule became familiar. We attributed activation in mid-DLPFC to hypothesis generation and in FPC to integration of multiple separate inferences. The present study provides evidence that brain activation during inductive reasoning involves a complex network of frontal processes and that different subregions respond during rule acquisition and rule following phases.

  7. Potential Implications of Approaches to Climate Change on the Clean Water Rule Definition of "Waters of the United States".

    Science.gov (United States)

    Faust, Derek R; Moore, Matthew T; Emison, Gerald Andrews; Rush, Scott A

    2016-05-01

    The 1972 Clean Water Act was passed to protect chemical, physical, and biological integrity of United States' waters. The U.S. Environmental Protection Agency and U.S. Army Corps of Engineers codified a new "waters of the United States" rule on June 29, 2015, because several Supreme Court case decisions caused confusion with the existing rule. Climate change could affect this rule through connectivity between groundwater and surface waters; floodplain waters and the 100-year floodplain; changes in jurisdictional status; and sea level rise on coastal ecosystems. Four approaches are discussed for handling these implications: (1) "Wait and see"; (2) changes to the rule; (3) use guidance documents; (4) Congress statutorily defining "waters of the United States." The approach chosen should be legally defensible and achieved in a timely fashion to provide protection to "waters of the United States" in proactive consideration of scientifically documented effects of climate change on aquatic ecosystems.

  8. Short-term effects of air pollution on lower respiratory diseases and forecasting by the group method of data handling

    Science.gov (United States)

    Zhu, Wenjin; Wang, Jianzhou; Zhang, Wenyu; Sun, Donghuai

    2012-05-01

    Risk of lower respiratory diseases was significantly correlated with levels of monthly average concentration of SO2; NO2 and association rules have high lifts. In view of Lanzhou's special geographical location, taking into account the impact of different seasons, especially for the winter, the relations between air pollutants and the respiratory disease deserve further study. In this study the monthly average concentration of SO2, NO2, PM10 and the monthly number of people who in hospital because of lower respiratory disease from January 2001 to December 2005 are grouped equidistant and considered as the terms of transactions. Then based on the relational algebraic theory we employed the optimization relation association rule to mine the association rules of the transactions. Based on the association rules revealing the effects of air pollutants on the lower respiratory disease, we forecast the number of person who suffered from lower respiratory disease by the group method of data handling (GMDH) to reveal the risk and give a consultation to the hospital in Xigu District, the most seriously polluted district in Lanzhou. The data and analysis indicate that individuals may be susceptible to the short-term effects of pollution and thus suffer from lower respiratory diseases and this effect presents seasonal.

  9. Phonological reduplication in sign language: rules rule

    Directory of Open Access Journals (Sweden)

    Iris eBerent

    2014-06-01

    Full Text Available Productivity—the hallmark of linguistic competence—is typically attributed to algebraic rules that support broad generalizations. Past research on spoken language has documented such generalizations in both adults and infants. But whether algebraic rules form part of the linguistic competence of signers remains unknown. To address this question, here we gauge the generalization afforded by American Sign Language (ASL. As a case study, we examine reduplication (X→XX—a rule that, inter alia, generates ASL nouns from verbs. If signers encode this rule, then they should freely extend it to novel syllables, including ones with features that are unattested in ASL. And since reduplicated disyllables are preferred in ASL, such rule should favor novel reduplicated signs. Novel reduplicated signs should thus be preferred to nonreduplicative controls (in rating, and consequently, such stimuli should also be harder to classify as nonsigns (in the lexical decision task. The results of four experiments support this prediction. These findings suggest that the phonological knowledge of signers includes powerful algebraic rules. The convergence between these conclusions and previous evidence for phonological rules in spoken language suggests that the architecture of the phonological mind is partly amodal.

  10. Asthma, guides for diagnostic and handling

    International Nuclear Information System (INIS)

    Salgado, Carlos E; Caballero A, Andres S; Garcia G, Elizabeth

    1999-01-01

    The paper defines the asthma, includes topics as diagnostic, handling of the asthma, special situations as asthma and pregnancy, handling of the asthmatic patient's perioperatory and occupational asthma

  11. Remote-handled transuranic system assessment appendices. Volume 2

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1995-11-01

    Volume 2 of this report contains six appendices to the report: Inventory and generation of remote-handled transuranic waste; Remote-handled transuranic waste site storage; Characterization of remote-handled transuranic waste; RH-TRU waste treatment alternatives system analysis; Packaging and transportation study; and Remote-handled transuranic waste disposal alternatives.

  12. Remote-handled transuranic system assessment appendices. Volume 2

    International Nuclear Information System (INIS)

    1995-11-01

    Volume 2 of this report contains six appendices to the report: Inventory and generation of remote-handled transuranic waste; Remote-handled transuranic waste site storage; Characterization of remote-handled transuranic waste; RH-TRU waste treatment alternatives system analysis; Packaging and transportation study; and Remote-handled transuranic waste disposal alternatives

  13. 18 CFR 385.104 - Rule of construction (Rule 104).

    Science.gov (United States)

    2010-04-01

    ... Definitions § 385.104 Rule of construction (Rule 104). To the extent that the text of a rule is inconsistent with its caption, the text of the rule controls. [Order 376, 49 FR 21705, May 23, 1984] ...

  14. DDOS ATTACK DETECTION SIMULATION AND HANDLING MECHANISM

    Directory of Open Access Journals (Sweden)

    Ahmad Sanmorino

    2013-11-01

    Full Text Available In this study we discuss how to handle DDoS attack that coming from the attacker by using detection method and handling mechanism. Detection perform by comparing number of packets and number of flow. Whereas handling mechanism perform by limiting or drop the packets that detected as a DDoS attack. The study begins with simulation on real network, which aims to get the real traffic data. Then, dump traffic data obtained from the simulation used for detection method on our prototype system called DASHM (DDoS Attack Simulation and Handling Mechanism. From the result of experiment that has been conducted, the proposed method successfully detect DDoS attack and handle the incoming packet sent by attacker.

  15. FeynRules - Feynman rules made easy

    OpenAIRE

    Christensen, Neil D.; Duhr, Claude

    2008-01-01

    In this paper we present FeynRules, a new Mathematica package that facilitates the implementation of new particle physics models. After the user implements the basic model information (e.g. particle content, parameters and Lagrangian), FeynRules derives the Feynman rules and stores them in a generic form suitable for translation to any Feynman diagram calculation program. The model can then be translated to the format specific to a particular Feynman diagram calculator via F...

  16. Constraints on variations in inflaton decay rate from modulated preheating

    Energy Technology Data Exchange (ETDEWEB)

    Mazumdar, Arindam [Theory Division, Saha Institute of Nuclear Physics, 1/AF Bidhannagar, Kolkata-64 (India); Modak, Kamakshya Prasad, E-mail: arindam.mazumdar@saha.ac.in, E-mail: kamakshya.modak@saha.ac.in [Astroparticle Physics and Cosmology Division, Saha Institute of Nuclear Physics, 1/AF Bidhannagar, Kolkata-64 (India)

    2016-06-01

    Modulated (p)reheating is thought to be an alternative mechanism for producing super-horizon curvature perturbations in CMB. But large non-gaussianity and iso-curvature perturbations produced by this mechanism rule out its acceptability as the sole process responsible for generating CMB perturbations. We explore the situation where CMB perturbations are mostly generated by usual quantum fluctuations of inflaton during inflation, but a modulated coupling constant between inflaton and a secondary scalar affects the preheating process and produces some extra curvature perturbations. If the modulating scalar field is considered to be a dark matter candidate, coupling constant between the fields has to be unnaturally fine tuned in order to keep the local-form non-gaussianity and the amplitude of iso-curvature perturbations within observational limit; otherwise parameters of the models have to be tightly constrained. Those constraints imply that the curvature perturbations generated by modulated preheating should be less than 15% of the total observed CMB perturbations. On the other hand if the modulating scalar field is not a dark matter candidate, parameters of the models could not be constrained, but the constraints on the maximum amount of the curvature perturbations coming from modulated preheating remain valid.

  17. Constraints on variations in inflaton decay rate from modulated preheating

    International Nuclear Information System (INIS)

    Mazumdar, Arindam; Modak, Kamakshya Prasad

    2016-01-01

    Modulated (p)reheating is thought to be an alternative mechanism for producing super-horizon curvature perturbations in CMB. But large non-gaussianity and iso-curvature perturbations produced by this mechanism rule out its acceptability as the sole process responsible for generating CMB perturbations. We explore the situation where CMB perturbations are mostly generated by usual quantum fluctuations of inflaton during inflation, but a modulated coupling constant between inflaton and a secondary scalar affects the preheating process and produces some extra curvature perturbations. If the modulating scalar field is considered to be a dark matter candidate, coupling constant between the fields has to be unnaturally fine tuned in order to keep the local-form non-gaussianity and the amplitude of iso-curvature perturbations within observational limit; otherwise parameters of the models have to be tightly constrained. Those constraints imply that the curvature perturbations generated by modulated preheating should be less than 15% of the total observed CMB perturbations. On the other hand if the modulating scalar field is not a dark matter candidate, parameters of the models could not be constrained, but the constraints on the maximum amount of the curvature perturbations coming from modulated preheating remain valid.

  18. A strong astrophysical constraint on the violation of special relativity by quantum gravity.

    Science.gov (United States)

    Jacobson, T; Liberati, S; Mattingly, D

    2003-08-28

    Special relativity asserts that physical phenomena appear the same to all unaccelerated observers. This is called Lorentz symmetry and relates long wavelengths to short ones: if the symmetry is exact it implies that space-time must look the same at all length scales. Several approaches to quantum gravity, however, suggest that there may be a microscopic structure of space-time that leads to a violation of Lorentz symmetry. This might arise because of the discreteness or non-commutivity of space-time, or through the action of extra dimensions. Here we determine a very strong constraint on a type of Lorentz violation that produces a maximum electron speed less than the speed of light. We use the observation of 100-MeV synchrotron radiation from the Crab nebula to improve the previous limit by a factor of 40 million, ruling out this type of Lorentz violation, and thereby providing an important constraint on theories of quantum gravity.

  19. Ergonomics of disposable handles for minimally invasive surgery.

    Science.gov (United States)

    Büchel, D; Mårvik, R; Hallabrin, B; Matern, U

    2010-05-01

    The ergonomic deficiencies of currently available minimally invasive surgery (MIS) instrument handles have been addressed in many studies. In this study, a new ergonomic pistol handle concept, realized as a prototype, and two disposable ring handles were investigated according to ergonomic properties set by new European standards. In this study, 25 volunteers performed four practical tasks to evaluate the ergonomics of the handles used in standard operating procedures (e.g., measuring a suture and cutting to length, precise maneuvering and targeting, and dissection of a gallbladder). Moreover, 20 participants underwent electromyography (EMG) tests to measure the muscle strain they experienced while carrying out the basic functions (grasp, rotate, and maneuver) in the x, y, and z axes. The data measured included the number of errors, the time required for task completion, perception of pressure areas, and EMG data. The values for usability in the test were effectiveness, efficiency, and user satisfaction. Surveys relating to the subjective rating were completed after each task for each of the three handles tested. Each handle except the new prototype caused pressure areas and pain. Extreme differences in muscle strain could not be observed for any of the three handles. Experienced surgeons worked more quickly with the prototype when measuring and cutting a suture (approximately 20%) and during precise maneuvering and targeting (approximately 20%). On the other hand, they completed the dissection task faster with the handle manufactured by Ethicon. Fewer errors were made with the prototype in dissection of the gallbladder. In contrast to the handles available on the market, the prototype was always rated as positive by the volunteers in the subjective surveys. None of the handles could fulfil all of the requirements with top scores. Each handle had its advantages and disadvantages. In contrast to the ring handles, the volunteers could fulfil most of the tasks more

  20. Radiological safety aspects of handling plutonium

    International Nuclear Information System (INIS)

    Sundararajan, A.R.

    2016-01-01

    Department of Atomic Energy in its scheme of harnessing the nuclear energy for electrical power generation and strategic applications has given a huge role to utilization of plutonium. In the power production programme, fast reactors with plutonium as fuel are expected to play a major role. This would require establishing fuel reprocessing plants to handle both thermal and fast reactor fuels. So in the nuclear fuel cycle facilities variety of chemical, metallurgical, mechanical operations have to be carried out involving significant inventories of "2"3"9 Pu and associated radionuclides. Plutonium is the most radiotoxic radionuclide and therefore any facility handling it has to be designed and operated with utmost care. Two problems of major concern in the protection of persons working in plutonium handling facilities are the internal exposure to the operating personnel from uptake of plutonium and transplutonic nuclides as they are highly radiotoxic and the radiation exposure of hands and eye lens during fuel fabrication operations especially while handling recycled high burn up plutonium. In view of the fact that annual limit for intake is very small for "2"3"9Pu and its radiation emission characteristics are such that it is a huge challenge for the health physicists to detect Pu in air and in workers. This paper discusses the principles and practices followed in providing radiological surveillance to workers in plutonium handling areas. The challenges in protecting the workers from receiving exposures to hands and eye lens in handling high burn up plutonium are also discussed. The sites having Pu fuel cycle facilities should have trained medical staff to handle cases involving excessive intake of plutonium. (author)

  1. Variations Method to Solve Terminal Problems for the Second Order Systems of Canonical Form with State Constraints

    Directory of Open Access Journals (Sweden)

    T. S. Kasatkina

    2015-01-01

    Full Text Available Terminal control problem with fixed finite time for the second order affine systems with state constraints is considered. A solution of such terminal problem is suggested for the systems with scalar control of regular canonical form.In this article it is shown that the initial terminal problem is equivalent to the problem of auxiliary function search. This function should satisfy some conditions. Such function design consists of two stages. The first stage includes search of function which corresponds the solution of the terminal control problem without state constraints. This function is designed as polynom of the fifth power which depends on time variable. Coefficients of the polynom are defined by boundary conditions. The second stage includes modification of designed function if corresponding to that function trajectory is not satisfied constraints. Modification process is realized by adding to the current function supplementary polynom. Influence of that polynom handles by variation of a parameter value. Modification process can include a few iterations. After process termination continuous control is found. This control is the solution of the initial terminal prUsing presented scheme the terminal control problem for system, which describes oscillations of the mathematical pendulum, is solved. This approach can be used for the solution of terminal control problems with state constraints for affine systems with multi-dimensional control.

  2. Enclosure for handling high activity materials

    International Nuclear Information System (INIS)

    Jimeno de Osso, F.

    1977-01-01

    One of the most important problems that are met at the laboratories producing and handling radioisotopes is that of designing, building and operating enclosures suitable for the safe handling of active substances. With this purpose in mind, an enclosure has been designed and built for handling moderately high activities under a shielding made of 150 mm thick lead. In this report a description is given of those aspects that may be of interest to people working in this field. (Author)

  3. Enclosure for handling high activity materials

    Energy Technology Data Exchange (ETDEWEB)

    Jimeno de Osso, F

    1977-07-01

    One of the most important problems that are met at the laboratories producing and handling radioisotopes is that of designing, building and operating enclosures suitable for the safe handling of active substances. With this purpose in mind, an enclosure has been designed and built for handling moderately high activities under a shielding made of 150 mm thick lead. In this report a description is given of those aspects that may be of interest to people working in this field. (Author)

  4. Specialization and Flexibility in Port Cargo Handling

    Directory of Open Access Journals (Sweden)

    Hakkı KİŞİ

    2016-11-01

    Full Text Available Cargo handling appears to be the fundamental function of ports. In this context, the question of type of equipment and capacity rate need to be tackled with respect to cargo handling principles. The purpose of this study is to discuss the types of equipment to be used in ports, relating the matter to costs and capacity. The question is studied with a basic economic theoretical approach. Various conditions like port location, size, resources, cargo traffic, ships, etc. are given parameters to dictate the type and specification of the cargo handling equipment. Besides, a simple approach in the context of cost capacity relation can be useful in deciding whether to use specialized or flexible equipment. Port equipment is sometimes expected to be flexible to handle various types of cargo as many as possible and sometimes to be specialized to handle one specific type of cargo. The cases that might be suitable for those alternatives are discussed from an economic point of view in this article. Consequently, effectiveness and efficiency criteria play important roles in determining the handling equipment in ports.

  5. HMSRP Hawaiian Monk Seal Handling Data

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — This data set contains records for all handling and measurement of Hawaiian monk seals since 1981. Live seals are handled and measured during a variety of events...

  6. Three religious rules of nonlinear physics

    International Nuclear Information System (INIS)

    Yankov, V.V.

    1993-01-01

    The theory of strong turbulence is a part of nonlinear physics. The three open-quotes religious rulesclose quotes of nonlinear physics present a heuristic viewpoint that can be used to qualitatively predict the evolution of nonlinear systems. These rules are as follows. (1) The basic results can be obtained from the conservation laws. If some kind of process is not forbidden by these laws, it generally occurs. If it doesn't this means that another conserved quantity imposing the constraint is being missed. (2) The universal law of open-quotes 20/80close quotes takes place: 20% of people drink 80% of beer. In other words, interesting processes usually take place in localized structures occupying a small share of volume. The localized structures interact weakly and therefore maintain their identity. For this reason they are universal and can be investigated. (3) The open-quotes general situationclose quotes is nonintegrable. The special case of exact solutions in integrable models represent a degenerate (nontypical) behavior. Particular exact solutions cannot be taken as representative solutions unless they are attractors. The presence of attractors simplifies the analysis and clarifies the situation. In plasma physics one deals with infinite-dimensional (PDE) systems distributed in space. The application of the religious rules 1 and 2 then leads to the following. If the conservation laws do not prohibit the development of singularities they do occur. If the singularities are prohibited, then stable localized structures take place. Solitons (or solitary waves) and vortices are examples of such stable structures. Wave collapse, wave-breaking, shock waves, magnetic reconnection and singularities in ideal Euler liquid are the examples of singularities. According to rule 3, exact solutions are very essential if they are attractors in some sense. Analysis of this problem is presented for solitons in nonintegrable wave systems and 2D vortices

  7. Cognitive constraints on high school students' representations of real environmental problems

    Science.gov (United States)

    Barnes, Ervin Kenneth

    One class of juniors and seniors was studied through one semester in the investigation of how students think about, learn from, and solve real environmental problems. The intention was to listen to student voices while researching the features of their representations of these problems, the beliefs they held (tenets), the cognitive processes they employed, and the principles of science, ecology, problem solving, and ethics they held as tenets. The focus was upon two self-selected groups as they perceived, engaged, analyzed, and proposed solutions for problems. Analysis of the student representations involved interpretation of the features to include both the perspective tenets and the envisioning processes. These processes included the intentive and attentive constraints as tenet acquisition and volitive and agential constraints as tenet affirmation. The perspective tenets included a variety of conceptual (basic science, ecological, ethical, and problem-solving) constraints as well as ontological, epistemological, and other cultural (role, status, power, and community) constraints. The perspective tenets were interpreted thematically including the ways populations of people cause and care about environmental problems, the magnitude of environmental problems and the science involved, the expectations and limitations students perceive for themselves, and the importance of community awareness and cooperation to addressing these problems. Some of these tenets were interpreted to be principles in that they were rules that were accepted by some people as true. The perspective tenets, along with the envisioning processes, were perceived to be the constraints that determined the environmental problems and limited the solution possibilities. The students thought about environmental problems in mature and principled ways using a repertoire of cognitive processes. They learned from them as they acquired and affirmed tenets. They solved them through personal choices and

  8. Management of transport and handling contracts

    CERN Document Server

    Rühl, I

    2004-01-01

    This paper shall outline the content, application and management strategies for the various contracts related to transport and handling activities. In total, the two sections Logistics and Handling Maintenance are in charge of 27 (!) contracts ranging from small supply contracts to big industrial support contracts. The activities as well as the contracts can generally be divided into four main topics "Vehicle Fleet Management"; "Supply, Installation and Commissioning of Lifting and Hoisting Equipment"; "Equipment Maintenance" and "Industrial Support for Transport and Handling". Each activity and contract requires different approaches and permanent adaptation to the often changing CERN's requirements. In particular, the management and the difficulties experienced with the contracts E072 "Maintenance of lifting and hoisting equipment", F420 "Supply of seven overhead traveling cranes for LHC" and S090/S103 "Industrial support for transport and handling" will be explained in detail.

  9. Ergonomics: safe patient handling and mobility.

    Science.gov (United States)

    Hallmark, Beth; Mechan, Patricia; Shores, Lynne

    2015-03-01

    This article reviews and investigates the issues surrounding ergonomics, with a specific focus on safe patient handling and mobility. The health care worker of today faces many challenges, one of which is related to the safety of patients. Safe patient handling and mobility is on the forefront of the movement to improve patient safety. This article reviews the risks associated with patient handling and mobility, and informs the reader of current evidence-based practice relevant to this area of care. Copyright © 2015 Elsevier Inc. All rights reserved.

  10. Remote handling equipment

    International Nuclear Information System (INIS)

    Clement, G.

    1984-01-01

    After a definition of intervention, problems encountered for working in an adverse environment are briefly analyzed for development of various remote handling equipments. Some examples of existing equipments are given [fr

  11. New Safety rules

    CERN Multimedia

    Safety Commission

    2008-01-01

    The revision of CERN Safety rules is in progress and the following new Safety rules have been issued on 15-04-2008: Safety Procedure SP-R1 Establishing, Updating and Publishing CERN Safety rules: http://cern.ch/safety-rules/SP-R1.htm; Safety Regulation SR-S Smoking at CERN: http://cern.ch/safety-rules/SR-S.htm; Safety Regulation SR-M Mechanical Equipment: http://cern.ch/safety-rules/SR-M.htm; General Safety Instruction GSI-M1 Standard Lifting Equipment: http://cern.ch/safety-rules/GSI-M1.htm; General Safety Instruction GSI-M2 Standard Pressure Equipment: http://cern.ch/safety-rules/GSI-M2.htm; General Safety Instruction GSI-M3 Special Mechanical Equipment: http://cern.ch/safety-rules/GSI-M3.htm. These documents apply to all persons under the Director General’s authority. All Safety rules are available at the web page: http://www.cern.ch/safety-rules The Safety Commission

  12. Welding method by remote handling

    International Nuclear Information System (INIS)

    Hashinokuchi, Minoru.

    1994-01-01

    Water is charged into a pit (or a water reservoir) and an article to be welded is placed on a support in the pit by remote handling. A steel plate is disposed so as to cover the article to be welded by remote handling. The welding device is positioned to the portion to be welded and fixed in a state where the article to be welded is shielded from radiation by water and the steel plate. Water in the pit is drained till the portion to be welded is exposed to the atmosphere. Then, welding is conducted. After completion of the welding, water is charged again to the pit and the welding device and fixing jigs are decomposed in a state where the article to be welded is shielded again from radiation by water and the steel plate. Subsequently, the steel plate is removed by remote handling. Then, the article to be welded is returned from the pit to a temporary placing pool by remote handling. This can reduce operator's exposure. Further, since the amount of the shielding materials can be minimized, the amount of radioactive wastes can be decreased. (I.N.)

  13. Optimizing Manpower Allocation for Ground Handling Tasks in Airports using Column Generation

    DEFF Research Database (Denmark)

    Hansen, Anders Dohn; Kolind, Esben

    2008-01-01

    individual teams to cooperate. Cooperating teams have to be synchronized with each other. Due to the limited number of teams, some tasks may have to be left unassigned. The objective is to maximize the number of assigned tasks. The problem arises in various crew scheduling contexts where cooperation between......The Manpower Allocation Problem with Time Windows, Job-Teaming Constraints and a limited number of teams (m-MAPTWTC) is the problem of assigning m teams to a number of tasks, where both teams and tasks are restricted by time windows outside which operation is not possible. Tasks may require several...... teams/workers, possibly with different skills, is required. This study focuses on the scheduling of ground handling tasks in some of Europe's major airports. Any daily schedule must comply with the time windows and skill requirements of tasks, transportation time between locations, the working hours...

  14. Comparison of Multiobjective Evolutionary Algorithms for Operations Scheduling under Machine Availability Constraints

    Directory of Open Access Journals (Sweden)

    M. Frutos

    2013-01-01

    Full Text Available Many of the problems that arise in production systems can be handled with multiobjective techniques. One of those problems is that of scheduling operations subject to constraints on the availability of machines and buffer capacity. In this paper we analyze different Evolutionary multiobjective Algorithms (MOEAs for this kind of problems. We consider an experimental framework in which we schedule production operations for four real world Job-Shop contexts using three algorithms, NSGAII, SPEA2, and IBEA. Using two performance indexes, Hypervolume and R2, we found that SPEA2 and IBEA are the most efficient for the tasks at hand. On the other hand IBEA seems to be a better choice of tool since it yields more solutions in the approximate Pareto frontier.

  15. Civilsamfundets ABC: H for Handling

    DEFF Research Database (Denmark)

    Lund, Anker Brink; Meyer, Gitte

    2015-01-01

    Hvad er civilsamfundet? Anker Brink Lund og Gitte Meyer fra CBS Center for Civil Society Studies gennemgår civilsamfundet bogstav for bogstav. Vi er nået til H for Handling.......Hvad er civilsamfundet? Anker Brink Lund og Gitte Meyer fra CBS Center for Civil Society Studies gennemgår civilsamfundet bogstav for bogstav. Vi er nået til H for Handling....

  16. The technique on handling radiation

    International Nuclear Information System (INIS)

    1997-11-01

    This book describes measurement of radiation and handling radiation. The first part deals with measurement of radiation. The contents of this part are characteristic on measurement technique of radiation, radiation detector, measurement of energy spectrum, measurement of radioactivity, measurement for a level of radiation and county's statistics on radiation. The second parts explains handling radiation with treating of sealed radioisotope, treating unsealed source and radiation shield.

  17. Crack-tip constraint analyses and constraint-dependent LBB curves for circumferential through-wall cracked pipes

    Energy Technology Data Exchange (ETDEWEB)

    Chen, Y.L.; Wang, G.Z., E-mail: gzwang@ecust.edu.cn; Xuan, F.Z.; Tu, S.T.

    2015-04-15

    Highlights: • Solution of constraint parameter τ* for through-wall cracked pipes has been obtained. • Constraint increases with increasing crack length and radius–thickness ratio of pipes. • Constraint-dependent LBB curve for through-wall cracked pipes has been constructed. • For increasing accuracy of LBB assessments, constraint effect should be considered. - Abstract: The leak-before-break (LBB) concept has been widely applied in the structural integrity assessments of pressured pipes in nuclear power plants. However, the crack-tip constraint effects in LBB analyses and designs cannot be incorporated. In this paper, by using three-dimensional finite element calculations, the modified load-independent T-stress constraint parameter τ* for circumferential through-wall cracked pipes with different geometries and crack sizes has been analyzed under different loading conditions, and the solutions of the crack-tip constraint parameter τ* have been obtained. Based on the τ* solutions and constraint-dependent J–R curves of a steel, the constraint-dependent LBB (leak-before-break) curves have been constructed. The results show that the constraint τ* increases with increasing crack length θ, mean radius R{sub m} and radius–thickness ratio R{sub m}/t of the pipes. In LBB analyses, the critical crack length calculated by the J–R curve of the standard high constraint specimen for pipes with shorter cracks is over-conservative, and the degree of conservatism increases with decreasing crack length θ, R{sub m} and R{sub m}/t. Therefore, the constraint-dependent LBB curves should be constructed to modify the over-conservatism and increase accuracy of LBB assessments.

  18. Uranium hexafluoride handling

    International Nuclear Information System (INIS)

    1991-01-01

    The United States Department of Energy, Oak Ridge Field Office, and Martin Marietta Energy Systems, Inc., are co-sponsoring this Second International Conference on Uranium Hexafluoride Handling. The conference is offered as a forum for the exchange of information and concepts regarding the technical and regulatory issues and the safety aspects which relate to the handling of uranium hexafluoride. Through the papers presented here, we attempt not only to share technological advances and lessons learned, but also to demonstrate that we are concerned about the health and safety of our workers and the public, and are good stewards of the environment in which we all work and live. These proceedings are a compilation of the work of many experts in that phase of world-wide industry which comprises the nuclear fuel cycle. Their experience spans the entire range over which uranium hexafluoride is involved in the fuel cycle, from the production of UF 6 from the naturally-occurring oxide to its re-conversion to oxide for reactor fuels. The papers furnish insights into the chemical, physical, and nuclear properties of uranium hexafluoride as they influence its transport, storage, and the design and operation of plant-scale facilities for production, processing, and conversion to oxide. The papers demonstrate, in an industry often cited for its excellent safety record, continuing efforts to further improve safety in all areas of handling uranium hexafluoride

  19. Study and Handling Methods of Power IGBT Module Failures in Power Electronic Converter Systems

    DEFF Research Database (Denmark)

    Choi, Uimin; Blaabjerg, Frede; Lee, Kyo-Beum

    2015-01-01

    Power electronics plays an important role in a wide range of applications in order to achieve high efficiency and performance. Increasing efforts are being made to improve the reliability of power electronics systems to ensure compliance with more stringent constraints on cost, safety......, and availability in different applications. This paper presents an overview of the major failure mechanisms of IGBT modules and their handling methods in power converter systems improving reliability. The major failure mechanisms of IGBT modules are presented first, and methods for predicting lifetime...... and estimating the junction temperature of IGBT modules are then discussed. Subsequently, different methods for detecting open- and short-circuit faults are presented. Finally, fault-tolerant strategies for improving the reliability of power electronic systems under field operation are explained and compared...

  20. Misconceptions and constraints

    International Nuclear Information System (INIS)

    Whitten, M.; Mahon, R.

    2005-01-01

    In theory, the sterile insect technique (SIT) is applicable to a wide variety of invertebrate pests. However, in practice, the approach has been successfully applied to only a few major pests. Chapters in this volume address possible reasons for this discrepancy, e.g. Klassen, Lance and McInnis, and Robinson and Hendrichs. The shortfall between theory and practice is partly due to the persistence of some common misconceptions, but it is mainly due to one constraint, or a combination of constraints, that are biological, financial, social or political in nature. This chapter's goal is to dispel some major misconceptions, and view the constraints as challenges to overcome, seeing them as opportunities to exploit. Some of the common misconceptions include: (1) released insects retain residual radiation, (2) females must be monogamous, (3) released males must be fully sterile, (4) eradication is the only goal, (5) the SIT is too sophisticated for developing countries, and (6) the SIT is not a component of an area-wide integrated pest management (AW-IPM) strategy. The more obvious constraints are the perceived high costs of the SIT, and the low competitiveness of released sterile males. The perceived high up-front costs of the SIT, their visibility, and the lack of private investment (compared with alternative suppression measures) emerge as serious constraints. Failure to appreciate the true nature of genetic approaches, such as the SIT, may pose a significant constraint to the wider adoption of the SIT and other genetically-based tactics, e.g. transgenic genetically modified organisms (GMOs). Lack of support for the necessary underpinning strategic research also appears to be an important constraint. Hence the case for extensive strategic research in ecology, population dynamics, genetics, and insect behaviour and nutrition is a compelling one. Raising the competitiveness of released sterile males remains the major research objective of the SIT. (author)

  1. Spectral sum rules and search for periodicities in DNA sequences

    International Nuclear Information System (INIS)

    Chechetkin, V.R.

    2011-01-01

    Periodic patterns play the important regulatory and structural roles in genomic DNA sequences. Commonly, the underlying periodicities should be understood in a broad statistical sense, since the corresponding periodic patterns have been strongly distorted by the random point mutations and insertions/deletions during molecular evolution. The latent periodicities in DNA sequences can be efficiently displayed by Fourier transform. The criteria of significance for observed periodicities are obtained via the comparison versus the counterpart characteristics of the reference random sequences. We show that the restrictions imposed on the significance criteria by the rigorous spectral sum rules can be rationally described with De Finetti distribution. This distribution provides the convenient intermediate asymptotic form between Rayleigh distribution and exact combinatoric theory. - Highlights: → We study the significance criteria for latent periodicities in DNA sequences. → The constraints imposed by sum rules can be described with De Finetti distribution. → It is intermediate between Rayleigh distribution and exact combinatoric theory. → Theory is applicable to the study of correlations between different periodicities. → The approach can be generalized to the arbitrary discrete Fourier transform.

  2. Reasoning about real-time systems with temporal interval logic constraints on multi-state automata

    Science.gov (United States)

    Gabrielian, Armen

    1991-01-01

    Models of real-time systems using a single paradigm often turn out to be inadequate, whether the paradigm is based on states, rules, event sequences, or logic. A model-based approach to reasoning about real-time systems is presented in which a temporal interval logic called TIL is employed to define constraints on a new type of high level automata. The combination, called hierarchical multi-state (HMS) machines, can be used to model formally a real-time system, a dynamic set of requirements, the environment, heuristic knowledge about planning-related problem solving, and the computational states of the reasoning mechanism. In this framework, mathematical techniques were developed for: (1) proving the correctness of a representation; (2) planning of concurrent tasks to achieve goals; and (3) scheduling of plans to satisfy complex temporal constraints. HMS machines allow reasoning about a real-time system from a model of how truth arises instead of merely depending of what is true in a system.

  3. Handling Pyrophoric Reagents

    Energy Technology Data Exchange (ETDEWEB)

    Alnajjar, Mikhail S.; Haynie, Todd O.

    2009-08-14

    Pyrophoric reagents are extremely hazardous. Special handling techniques are required to prevent contact with air and the resulting fire. This document provides several methods for working with pyrophoric reagents outside of an inert atmosphere.

  4. ATA diagnostic data handling system: an overview

    International Nuclear Information System (INIS)

    Chambers, F.W.; Kallman, J.; McDonald, J.; Slominski, M.

    1984-01-01

    The functions to be performed by the ATA diagnostic data handling system are discussed. The capabilities of the present data acquisition system (System 0) are presented. The goals for the next generation acquisition system (System 1), currently under design, are discussed. Facilities on the Octopus system for data handling are reviewed. Finally, we discuss what has been learned about diagnostics and computer based data handling during the past year

  5. Automation of 3D micro object handling process

    DEFF Research Database (Denmark)

    Gegeckaite, Asta; Hansen, Hans Nørgaard

    2007-01-01

    Most of the micro objects in industrial production are handled with manual labour or in semiautomatic stations. Manual labour usually makes handling and assembly operations highly flexible, but slow, relatively imprecise and expensive. Handling of 3D micro objects poses special challenges due to ...

  6. Rules and routines in organizations and the management of safety rules

    Energy Technology Data Exchange (ETDEWEB)

    Weichbrodt, J. Ch.

    2013-07-01

    This thesis is concerned with the relationship between rules and routines in organizations and how the former can be used to steer the latter. Rules are understood as formal organizational artifacts, whereas organizational routines are collective patterns of action. While research on routines has been thriving, a clear understanding of how rules can be used to influence or control organizational routines (and vice-versa) is still lacking. This question is of particular relevance to safety rules in high-risk organizations, where the way in which organizational routines unfold can ultimately be a matter of life and death. In these organizations, an important and related issue is the balancing of standardization and flexibility – which, in the case of rules, takes the form of finding the right degree of formalization. In high-risk organizations, the question is how to adequately regulate actors’ routines in order to facilitate safe behavior, while at the same time leaving enough leeway for actors to make good decisions in abnormal situations. The railroads are regarded as high-risk industries and also rely heavily on formal rules. In this thesis, the Swiss Federal Railways (SBB) were therefore selected for a field study on rules and routines. The issues outlined so far are being tackled theoretically (paper 1), empirically (paper 2), and from a practitioner’s (i.e., rule maker’s) point of view (paper 3). In paper 1, the relationship between rules and routines is theoretically conceptualized, based on a literature review. Literature on organizational control and coordination, on rules in human factors and safety, and on organizational routines is combined. Three distinct roles (rule maker, rule supervisor, and rule follower) are outlined. Six propositions are developed regarding the necessary characteristics of both routines and rules, the respective influence of the three roles on the rule-routine relationship, and regarding organizational aspects such as

  7. Rules and routines in organizations and the management of safety rules

    International Nuclear Information System (INIS)

    Weichbrodt, J. Ch.

    2013-01-01

    This thesis is concerned with the relationship between rules and routines in organizations and how the former can be used to steer the latter. Rules are understood as formal organizational artifacts, whereas organizational routines are collective patterns of action. While research on routines has been thriving, a clear understanding of how rules can be used to influence or control organizational routines (and vice-versa) is still lacking. This question is of particular relevance to safety rules in high-risk organizations, where the way in which organizational routines unfold can ultimately be a matter of life and death. In these organizations, an important and related issue is the balancing of standardization and flexibility – which, in the case of rules, takes the form of finding the right degree of formalization. In high-risk organizations, the question is how to adequately regulate actors’ routines in order to facilitate safe behavior, while at the same time leaving enough leeway for actors to make good decisions in abnormal situations. The railroads are regarded as high-risk industries and also rely heavily on formal rules. In this thesis, the Swiss Federal Railways (SBB) were therefore selected for a field study on rules and routines. The issues outlined so far are being tackled theoretically (paper 1), empirically (paper 2), and from a practitioner’s (i.e., rule maker’s) point of view (paper 3). In paper 1, the relationship between rules and routines is theoretically conceptualized, based on a literature review. Literature on organizational control and coordination, on rules in human factors and safety, and on organizational routines is combined. Three distinct roles (rule maker, rule supervisor, and rule follower) are outlined. Six propositions are developed regarding the necessary characteristics of both routines and rules, the respective influence of the three roles on the rule-routine relationship, and regarding organizational aspects such as

  8. Constraints and Creativity in NPD - Testing the Impact of 'Late Constraints'

    DEFF Research Database (Denmark)

    Onarheim, Balder; Valgeirsdóttir, Dagný

    experiment was conducted, involving 12 teams of industrial designers from three different countries, each team working on two 30 minutes design tasks. In one condition all constraints were given at the start, and in the other one new radical constraint was added after 12 minutes. The output from all 24 tasks......The aim of the presented work is to investigate how the timing of project constraints can influence the creativity of the output in New Product Development (NPD) projects. When seeking to produce a creative output, is it beneficial to know all constraints when initiating a project...... was assessed for creativity using the Consensual Assessment Technique (CAT), and a comparative within-subjects analysis found no significant different between the two conditions. Controlling for task and assessor a small but non-significant effect was found, in favor of the ‘late constraint’ condition. Thus...

  9. Scheduling of outbound luggage handling at airports

    DEFF Research Database (Denmark)

    Barth, Torben C.; Pisinger, David

    2012-01-01

    This article considers the outbound luggage handling problem at airports. The problem is to assign handling facilities to outbound flights and decide about the handling start time. This dynamic, near real-time assignment problem is part of the daily airport operations. Quality, efficiency......). Another solution method is a decomposition approach. The problem is divided into different subproblems and solved in iterative steps. The different solution approaches are tested on real world data from Frankfurt Airport....

  10. Sequence trajectory generation for garment handling systems

    OpenAIRE

    Liu, Honghai; Lin, Hua

    2008-01-01

    This paper presents a novel generic approach to the planning strategy of garment handling systems. An assumption is proposed to separate the components of such systems into a component for intelligent gripper techniques and a component for handling planning strategies. Researchers can concentrate on one of the two components first, then merge the two problems together. An algorithm is addressed to generate the trajectory position and a clothes handling sequence of clothes partitions, which ar...

  11. Enhanced wood fuel handling: market and design studies

    Energy Technology Data Exchange (ETDEWEB)

    Landen, R.; Rippengal, R.; Redman, A.N.

    1997-09-01

    This report examines the potential for the manufacture and sale of novel wood fuel handling systems as a means of addressing users' concerns regarding current capital costs and potential high labour costs of non-automated systems. The report considers fuel handling technology that is basically appropriate for wood-fired heating systems of between c.100kW and c.1MW maximum continuous rating. This report details work done by the project collaborators in order to: (1) assess the current status of wood fuel handling technology; (2) evaluate the market appetite for improved wood fuel handling technology; (3) derive capital costs which are acceptable to customers; (4) review design options; and (5) select one or more design options worthy of further development. The current status of wood fuel handling technology is determined, and some basic modelling to give guidance on acceptable capital costs of 100-1000kW wood fuel handling systems is undertaken. (author)

  12. A Hybrid Genetic Algorithm to Minimize Total Tardiness for Unrelated Parallel Machine Scheduling with Precedence Constraints

    Directory of Open Access Journals (Sweden)

    Chunfeng Liu

    2013-01-01

    Full Text Available The paper presents a novel hybrid genetic algorithm (HGA for a deterministic scheduling problem where multiple jobs with arbitrary precedence constraints are processed on multiple unrelated parallel machines. The objective is to minimize total tardiness, since delays of the jobs may lead to punishment cost or cancellation of orders by the clients in many situations. A priority rule-based heuristic algorithm, which schedules a prior job on a prior machine according to the priority rule at each iteration, is suggested and embedded to the HGA for initial feasible schedules that can be improved in further stages. Computational experiments are conducted to show that the proposed HGA performs well with respect to accuracy and efficiency of solution for small-sized problems and gets better results than the conventional genetic algorithm within the same runtime for large-sized problems.

  13. Handling Gene and Protein Names in the Age of Bioinformatics: The Special Challenge of Secreted Multimodular Bacterial Enzymes such as the cbhA/cbh9A Gene of Clostridium thermocellum

    Energy Technology Data Exchange (ETDEWEB)

    Brunecky, Roman [National Renewable Energy Laboratory (NREL), Golden, CO (United States); Schwarz, Wolfgang H. [Technical University of Munich; Broeker, Jannis [Technical University of Munich; Liebl, Wolfgang [Technical University of Munich; Zverlov, Vladimir V. [Technical University of Munich; Russian Academy of Science

    2018-02-26

    An increasing number of researchers working in biology, biochemistry, biotechnology, bioengineering, bioinformatics and other related fields of science are using biological molecules. As the scientific background of the members of different scientific communities is more diverse than ever before, the number of scientists not familiar with the rules for non-ambiguous designation of genetic elements is increasing. However, with biological molecules gaining importance through biotechnology, their functional and unambiguous designation is vital. Unfortunately, naming genes and proteins is not an easy task. In addition, the traditional concepts of bioinformatics are challenged with the appearance of proteins comprising different modules with a respective function in each module. This article highlights basic rules and novel solutions in designation recently used within the community of bacterial geneticists, and we discuss the present-day handling of gene and protein designations. As an example we will utilize a recent mischaracterization of gene nomenclature. We make suggestions for better handling of names in future literature as well as in databases and annotation projects. Our methodology emphasizes the hydrolytic function of multi-modular genes and extracellular proteins from bacteria.

  14. Tuning rules for robust FOPID controllers based on multi-objective optimization with FOPDT models.

    Science.gov (United States)

    Sánchez, Helem Sabina; Padula, Fabrizio; Visioli, Antonio; Vilanova, Ramon

    2017-01-01

    In this paper a set of optimally balanced tuning rules for fractional-order proportional-integral-derivative controllers is proposed. The control problem of minimizing at once the integrated absolute error for both the set-point and the load disturbance responses is addressed. The control problem is stated as a multi-objective optimization problem where a first-order-plus-dead-time process model subject to a robustness, maximum sensitivity based, constraint has been considered. A set of Pareto optimal solutions is obtained for different normalized dead times and then the optimal balance between the competing objectives is obtained by choosing the Nash solution among the Pareto-optimal ones. A curve fitting procedure has then been applied in order to generate suitable tuning rules. Several simulation results show the effectiveness of the proposed approach. Copyright © 2016. Published by Elsevier Ltd.

  15. Exploration of SWRL Rule Bases through Visualization, Paraphrasing, and Categorization of Rules

    Science.gov (United States)

    Hassanpour, Saeed; O'Connor, Martin J.; Das, Amar K.

    Rule bases are increasingly being used as repositories of knowledge content on the Semantic Web. As the size and complexity of these rule bases increases, developers and end users need methods of rule abstraction to facilitate rule management. In this paper, we describe a rule abstraction method for Semantic Web Rule Language (SWRL) rules that is based on lexical analysis and a set of heuristics. Our method results in a tree data structure that we exploit in creating techniques to visualize, paraphrase, and categorize SWRL rules. We evaluate our approach by applying it to several biomedical ontologies that contain SWRL rules, and show how the results reveal rule patterns within the rule base. We have implemented our method as a plug-in tool for Protégé-OWL, the most widely used ontology modeling software for the Semantic Web. Our tool can allow users to rapidly explore content and patterns in SWRL rule bases, enabling their acquisition and management.

  16. Incorporation of negative rules and evolution of a fuzzy controller for yeast fermentation process.

    Science.gov (United States)

    Birle, Stephan; Hussein, Mohamed Ahmed; Becker, Thomas

    2016-08-01

    The control of bioprocesses can be very challenging due to the fact that these kinds of processes are highly affected by various sources of uncertainty like the intrinsic behavior of the used microorganisms. Due to the reason that these kinds of process uncertainties are not directly measureable in most cases, the overall control is either done manually because of the experience of the operator or intelligent expert systems are applied, e.g., on the basis of fuzzy logic theory. In the latter case, however, the control concept is mainly represented by using merely positive rules, e.g., "If A then do B". As this is not straightforward with respect to the semantics of the human decision-making process that also includes negative experience in form of constraints or prohibitions, the incorporation of negative rules for process control based on fuzzy logic is emphasized. In this work, an approach of fuzzy logic control of the yeast propagation process based on a combination of positive and negative rules is presented. The process is guided along a reference trajectory for yeast cell concentration by alternating the process temperature. The incorporation of negative rules leads to a much more stable and accurate control of the process as the root mean squared error of reference trajectory and system response could be reduced by an average of 62.8 % compared to the controller using only positive rules.

  17. Remote handling for an ISIS target change

    International Nuclear Information System (INIS)

    Broome, T.A.; Holding, M.

    1989-01-01

    During 1987 two ISIS targets were changed. This document describes the main features of the remote handling aspects of the work. All the work has to be carried out using remote handling techniques. The radiation level measured on the surface of the reflector when the second target had been removed was about 800 mGy/h demonstrating that hands on operations on any part of the target reflector moderator assembly is not practical. The target changes were the first large scale operations in the Target Station Remote Handling Cell and a great deal was learned about both equipment and working practices. Some general principles emerged which are applicable to other active handling tasks on facilities like ISIS and these are discussed below. 8 figs

  18. Materials Handling. Module SH-01. Safety and Health.

    Science.gov (United States)

    Center for Occupational Research and Development, Inc., Waco, TX.

    This student module on materials handling is one of 50 modules concerned with job safety and health. It presents the procedures for safe materials handling. Discussed are manual handling methods (lifting and carrying by hand) and mechanical lifting (lifting by powered trucks, cranes or conveyors). Following the introduction, 15 objectives (each…

  19. Incorporating Handling Qualities Analysis into Rotorcraft Conceptual Design

    Science.gov (United States)

    Lawrence, Ben

    2014-01-01

    This paper describes the initial development of a framework to incorporate handling qualities analyses into a rotorcraft conceptual design process. In particular, the paper describes how rotorcraft conceptual design level data can be used to generate flight dynamics models for handling qualities analyses. Also, methods are described that couple a basic stability augmentation system to the rotorcraft flight dynamics model to extend analysis to beyond that of the bare airframe. A methodology for calculating the handling qualities characteristics of the flight dynamics models and for comparing the results to ADS-33E criteria is described. Preliminary results from the application of the handling qualities analysis for variations in key rotorcraft design parameters of main rotor radius, blade chord, hub stiffness and flap moment of inertia are shown. Varying relationships, with counteracting trends for different handling qualities criteria and different flight speeds are exhibited, with the action of the control system playing a complex part in the outcomes. Overall, the paper demonstrates how a broad array of technical issues across flight dynamics stability and control, simulation and modeling, control law design and handling qualities testing and evaluation had to be confronted to implement even a moderately comprehensive handling qualities analysis of relatively low fidelity models. A key outstanding issue is to how to 'close the loop' with an overall design process, and options for the exploration of how to feedback handling qualities results to a conceptual design process are proposed for future work.

  20. Enclosure for handling high activity materials abstract

    International Nuclear Information System (INIS)

    Jimeno de Osso, F.; Dominguez Rodriguez, G.; Cruz Castillo, F. de la; Rodriguez Esteban, A.

    1977-01-01

    One of the most important problems that are met at the laboratories producing and handling radioisotopes is that of designing, building and operating enclosures suitable for the safe handling of active substances. With that purpose in mind, an enclosure has been designed and built for handling moderately high activities under a shielding made of 150 mm thick lead. A description is given of those aspects that may be of interest to people working in this field. (author) [es

  1. Australian road rules

    Science.gov (United States)

    2009-02-01

    *These are national-level rules. Australian Road Rules - 2009 Version, Part 18, Division 1, Rule 300 "Use of Mobile Phones" describes restrictions of mobile phone use while driving. The rule basically states that drivers cannot make or receive calls ...

  2. A neural network approach to breast cancer diagnosis as a constraint satisfaction problem

    International Nuclear Information System (INIS)

    Tourassi, Georgia D.; Markey, Mia K.; Lo, Joseph Y.; Floyd, Carey E. Jr.

    2001-01-01

    A constraint satisfaction neural network (CSNN) approach is proposed for breast cancer diagnosis using mammographic and patient history findings. Initially, the diagnostic decision to biopsy was formulated as a constraint satisfaction problem. Then, an associative memory type neural network was applied to solve the problem. The proposed network has a flexible, nonhierarchical architecture that allows it to operate not only as a predictive tool but also as an analysis tool for knowledge discovery of association rules. The CSNN was developed and evaluated using a database of 500 nonpalpable breast lesions with definitive histopathological diagnosis. The CSNN diagnostic performance was evaluated using receiver operating characteristic analysis (ROC). The results of the study showed that the CSNN ROC area index was 0.84±0.02. The CSNN predictive performance is competitive with that achieved by experienced radiologists and backpropagation artificial neural networks (BP-ANNs) presented before. Furthermore, the study illustrates how CSNN can be used as a knowledge discovery tool overcoming some of the well-known limitations of BP-ANNs

  3. Development of tritium-handling technique

    International Nuclear Information System (INIS)

    Ohmura, Hiroshi; Hosaka, Akio; Okamoto, Takahumi

    1988-01-01

    The overview of developing activities for tritium-handling techniques in IHI are presented. To establish a fusion power plant, tritium handling is one of the key technologies. Recently in JAERI, conceptual design of FER (Fusion Experimental Reactor) has been carried out, and the FER system requires a processing system for a large amount of tritium. IHI concentrate on investigation of fuel gas purification, isotope separation and storage systems under contract with Toshiba Corporation. Design results of the systems and each components are reviewed. IHI has been developing fundamental handling techniques which are the ZrNi bed for hydrogen isotope storage and isotope separation by laser. The ZrNi bed with a tritium storage capacity of 1000 Ci has been constructed and recovery capability of the hydrogen isotope until 10 -4 Torr {0.013 Pa} was confirmed. In laser isotope separation, the optimum laser wave length has been determined. (author)

  4. Handling of waste in ports

    International Nuclear Information System (INIS)

    Olson, P.H.

    1994-01-01

    The regulations governing the handling of port-generated waste are often national and/or local legislation, whereas the handling of ship-generated waste is governed by the MARPOL Convention in most parts of the world. The handling of waste consists of two main phases -collection and treatment. Waste has to be collected in every port and on board every ship, whereas generally only some wastes are treated and to a certain degree in ports and on board ships. This paper considers the different kinds of waste generated in both ports and on board ships, where and how it is generated, how it could be collected and treated. The two sources are treated together to show how some ship-generated waste may be treated in port installations primarily constructed for the treatment of the port-generated waste, making integrated use of the available treatment facilities. (author)

  5. Magnetic resonance imaging of meniscal bucket-handle tears

    International Nuclear Information System (INIS)

    Dfouni, N.; Garcia, J.; Kindynis, Ph.; Bosson, D.

    1997-01-01

    To define MR signs of meniscal bucket-handle tears and evaluate the diagnostic efficiency of this technique. Retrospective study of 30 patients with a meniscal bucket-handle tear and 30 with a different type of tear, all proven by arthroscopy. The following MR signs of a bucket-handle tear were evaluated: 'separate meniscal fragment, 'double posterior cruciate ligament', 'snake sign' and 'double anterior horn'. A correct diagnosis of a bucket-handle tear was only made in 18/30 of patients. Several of the MR signs were seen in the same patient in 17 cases. A double posterior cruciate ligament was present only in cases of medial meniscus tears. The 12 menisci without these signs, and therefore not diagnosed as bucket-handle tears, were all classified as meniscal tears on the basis of signal extending to the meniscal surface. Nine of these were not displaced into the inter-condylar notch at arthroscopy. The interobserver agreement was excellent: kappa 0.88. The diagnosis of a bucket-handle meniscal tear, if it is displaced, can be made when one or more of the four MR evaluated signs are present. Other forms of meniscal tears are only exceptionally diagnosed as bucket-handle tears. (authors)

  6. Rule Versus the Causality Rule in Insurance Law

    DEFF Research Database (Denmark)

    Lando, Henrik

    When the Buyer of insurance has negligently kept silent or misrepresented a (material) fact to the Seller, one of two rules will determine the extent to which cover will consequently be reduced. The pro-rata rule lowers cover in proportion to how much the Seller would have increased the premium had...... he been correctly informed; the causality rule provides either zero cover if the omitted fact has caused the insurance event, or full cover if the event would have occurred regardless of the fact. This article explores which rule is more efficient. Using the framework proposed by Picard and Dixit...... it subjects the risk averse Buyer of insurance to less variance. This implies that the pro rata rule should apply when there is significant risk for a Buyer of unintentional misrepresentation, and when the incentive to intentionally misrepresent can be curtailed through frequent verification of the Buyer...

  7. Providing reliable energy in a time of constraints : a North American concern

    International Nuclear Information System (INIS)

    Egan, T.; Turk, E.

    2008-04-01

    The reliability of the North American electricity grid was discussed. Government initiatives designed to control carbon dioxide (CO 2 ) and other emissions in some regions of Canada may lead to electricity supply constraints in other regions. A lack of investment in transmission infrastructure has resulted in constraints within the North American transmission grid, and the growth of smaller projects is now raising concerns about transmission capacity. Labour supply shortages in the electricity industry are also creating concerns about the long-term security of the electricity market. Measures to address constraints must be considered in the current context of the North American electricity system. The extensive transmission interconnects and integration between the United States and Canada will provide a framework for greater trade and market opportunities between the 2 countries. Coordinated actions and increased integration will enable Canada and the United States to increase the reliability of electricity supply. However, both countries must work cooperatively to increase generation supply using both mature and emerging technologies. The cross-border transmission grid must be enhanced by increasing transmission capacity as well as by implementing new reliability rules, building new infrastructure, and ensuring infrastructure protection. Barriers to cross-border electricity trade must be identified and avoided. Demand-side and energy efficiency measures must also be implemented. It was concluded that both countries must focus on developing strategies for addressing the environmental concerns related to electricity production. 6 figs

  8. Progress on the interface between UPP and CPRHS (Cask and Plug Remote Handling System) tractor/gripping tool for ITER

    International Nuclear Information System (INIS)

    Rosa, Elena V.; Rios, Luis; Queral, Vicente

    2013-01-01

    Highlights: ► UPP interface requirements in the plug RH extraction/insertion for ITER. ► Analyze of maximum misalignment between port duct and port cell. ► Friction study between plug skids and VV port/ramp rails during the plug transfer. ► Definition of the tolerance in the plug skids to avoid the plug jamming. ► Concepts of gripping tools based on one gripping point and avoiding force feedback. -- Abstract: EFDA finances a training programme called Goal Oriented Training Programme for Remote Handling (GOT RH), whose goal is to train engineers in Remote Handling for ITER. As part of this training programme, the conceptual design of the mechanical interface between Upper Port Plug (UPP) and Cask and Plug Remote Handling System (CPRHS) as well as the conceptual design of the needed tools for UPP Remote Handling is carried out. The paper presents the conceptual design of the UPP/Gripping Tool Interface. This includes the conceptual design of the gripping tool for introducing/removing the UPP in/from the ITER port and the mechanical features on both sides of the UPP/Gripping Tool Interface (e.g. alignment features, mechanical connectors, fasteners). In order to develop the design of the interface between UPP and CPRHS it is necessary to first identify the functional requirements of the Transfer Cask System (TCS) and the CPRHS, such as required degrees of freedom (DoF), required performances of system, geometrical constraints, loading conditions, alignment requirements, RAMI requirements. These requirements are the input data for the design of the interface between UPP and gripping tool and some of them are also described in the paper

  9. Golden Rules for a Golden Age of Gas

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2012-09-05

    Natural gas is poised to enter a golden age, but this future hinges critically on the successful development of the world's vast unconventional gas resources. North American experience shows unconventional gas - notably shale gas - can be exploited economically. Many countries are lining up to emulate this success. But some governments are hesitant, or even actively opposed. They are responding to public concerns that production might involve unacceptable environmental and social damage. This report, in the World Energy Outlook series, treats these aspirations and anxieties with equal seriousness. It features two new cases: a Golden Rules Case, in which the highest practicable standards are adopted, gaining industry a 'social licence to operate'; and its counterpart, in which the tide turns against unconventional gas as constraints prove too difficult to overcome.

  10. Golden Rules for a Golden Age of Gas

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2012-09-05

    Natural gas is poised to enter a golden age, but this future hinges critically on the successful development of the world's vast unconventional gas resources. North American experience shows unconventional gas - notably shale gas - can be exploited economically. Many countries are lining up to emulate this success. But some governments are hesitant, or even actively opposed. They are responding to public concerns that production might involve unacceptable environmental and social damage. This report, in the World Energy Outlook series, treats these aspirations and anxieties with equal seriousness. It features two new cases: a Golden Rules Case, in which the highest practicable standards are adopted, gaining industry a 'social licence to operate'; and its counterpart, in which the tide turns against unconventional gas as constraints prove too difficult to overcome.

  11. Financing Constraints and Entrepreneurship

    OpenAIRE

    William R. Kerr; Ramana Nanda

    2009-01-01

    Financing constraints are one of the biggest concerns impacting potential entrepreneurs around the world. Given the important role that entrepreneurship is believed to play in the process of economic growth, alleviating financing constraints for would-be entrepreneurs is also an important goal for policymakers worldwide. We review two major streams of research examining the relevance of financing constraints for entrepreneurship. We then introduce a framework that provides a unified perspecti...

  12. Creativity from Constraints in Engineering Design

    DEFF Research Database (Denmark)

    Onarheim, Balder

    2012-01-01

    This paper investigates the role of constraints in limiting and enhancing creativity in engineering design. Based on a review of literature relating constraints to creativity, the paper presents a longitudinal participatory study from Coloplast A/S, a major international producer of disposable...... and ownership of formal constraints played a crucial role in defining their influence on creativity – along with the tacit constraints held by the designers. The designers were found to be highly constraint focused, and four main creative strategies for constraint manipulation were observed: blackboxing...

  13. WASTE HANDLING BUILDING FIRE PROTECTION SYSTEM DESCRIPTION DOCUMENT

    Energy Technology Data Exchange (ETDEWEB)

    J. D. Bigbee

    2000-06-21

    The Waste Handling Building Fire Protection System provides the capability to detect, control, and extinguish fires and/or mitigate explosions throughout the Waste Handling Building (WHB). Fire protection includes appropriate water-based and non-water-based suppression, as appropriate, and includes the distribution and delivery systems for the fire suppression agents. The Waste Handling Building Fire Protection System includes fire or explosion detection panel(s) controlling various detectors, system actuation, annunciators, equipment controls, and signal outputs. The system interfaces with the Waste Handling Building System for mounting of fire protection equipment and components, location of fire suppression equipment, suppression agent runoff, and locating fire rated barriers. The system interfaces with the Waste Handling Building System for adequate drainage and removal capabilities of liquid runoff resulting from fire protection discharges. The system interfaces with the Waste Handling Building Electrical Distribution System for power to operate, and with the Site Fire Protection System for fire protection water supply to automatic sprinklers, standpipes, and hose stations. The system interfaces with the Site Fire Protection System for fire signal transmission outside the WHB as needed to respond to a fire emergency, and with the Waste Handling Building Ventilation System to detect smoke and fire in specific areas, to protect building high-efficiency particulate air (HEPA) filters, and to control portions of the Waste Handling Building Ventilation System for smoke management and manual override capability. The system interfaces with the Monitored Geologic Repository (MGR) Operations Monitoring and Control System for annunciation, and condition status.

  14. WASTE HANDLING BUILDING FIRE PROTECTION SYSTEM DESCRIPTION DOCUMENT

    International Nuclear Information System (INIS)

    J. D. Bigbee

    2000-01-01

    The Waste Handling Building Fire Protection System provides the capability to detect, control, and extinguish fires and/or mitigate explosions throughout the Waste Handling Building (WHB). Fire protection includes appropriate water-based and non-water-based suppression, as appropriate, and includes the distribution and delivery systems for the fire suppression agents. The Waste Handling Building Fire Protection System includes fire or explosion detection panel(s) controlling various detectors, system actuation, annunciators, equipment controls, and signal outputs. The system interfaces with the Waste Handling Building System for mounting of fire protection equipment and components, location of fire suppression equipment, suppression agent runoff, and locating fire rated barriers. The system interfaces with the Waste Handling Building System for adequate drainage and removal capabilities of liquid runoff resulting from fire protection discharges. The system interfaces with the Waste Handling Building Electrical Distribution System for power to operate, and with the Site Fire Protection System for fire protection water supply to automatic sprinklers, standpipes, and hose stations. The system interfaces with the Site Fire Protection System for fire signal transmission outside the WHB as needed to respond to a fire emergency, and with the Waste Handling Building Ventilation System to detect smoke and fire in specific areas, to protect building high-efficiency particulate air (HEPA) filters, and to control portions of the Waste Handling Building Ventilation System for smoke management and manual override capability. The system interfaces with the Monitored Geologic Repository (MGR) Operations Monitoring and Control System for annunciation, and condition status

  15. Quinone-induced protein handling changes: Implications for major protein handling systems in quinone-mediated toxicity

    International Nuclear Information System (INIS)

    Xiong, Rui; Siegel, David; Ross, David

    2014-01-01

    Para-quinones such as 1,4-Benzoquinone (BQ) and menadione (MD) and ortho-quinones including the oxidation products of catecholamines, are derived from xenobiotics as well as endogenous molecules. The effects of quinones on major protein handling systems in cells; the 20/26S proteasome, the ER stress response, autophagy, chaperone proteins and aggresome formation, have not been investigated in a systematic manner. Both BQ and aminochrome (AC) inhibited proteasomal activity and activated the ER stress response and autophagy in rat dopaminergic N27 cells. AC also induced aggresome formation while MD had little effect on any protein handling systems in N27 cells. The effect of NQO1 on quinone induced protein handling changes and toxicity was examined using N27 cells stably transfected with NQO1 to generate an isogenic NQO1-overexpressing line. NQO1 protected against BQ–induced apoptosis but led to a potentiation of AC- and MD-induced apoptosis. Modulation of quinone-induced apoptosis in N27 and NQO1-overexpressing cells correlated only with changes in the ER stress response and not with changes in other protein handling systems. These data suggested that NQO1 modulated the ER stress response to potentiate toxicity of AC and MD, but protected against BQ toxicity. We further demonstrated that NQO1 mediated reduction to unstable hydroquinones and subsequent redox cycling was important for the activation of the ER stress response and toxicity for both AC and MD. In summary, our data demonstrate that quinone-specific changes in protein handling are evident in N27 cells and the induction of the ER stress response is associated with quinone-mediated toxicity. - Highlights: • Unstable hydroquinones contributed to quinone-induced ER stress and toxicity

  16. Quinone-induced protein handling changes: Implications for major protein handling systems in quinone-mediated toxicity

    Energy Technology Data Exchange (ETDEWEB)

    Xiong, Rui; Siegel, David; Ross, David, E-mail: david.ross@ucdenver.edu

    2014-10-15

    Para-quinones such as 1,4-Benzoquinone (BQ) and menadione (MD) and ortho-quinones including the oxidation products of catecholamines, are derived from xenobiotics as well as endogenous molecules. The effects of quinones on major protein handling systems in cells; the 20/26S proteasome, the ER stress response, autophagy, chaperone proteins and aggresome formation, have not been investigated in a systematic manner. Both BQ and aminochrome (AC) inhibited proteasomal activity and activated the ER stress response and autophagy in rat dopaminergic N27 cells. AC also induced aggresome formation while MD had little effect on any protein handling systems in N27 cells. The effect of NQO1 on quinone induced protein handling changes and toxicity was examined using N27 cells stably transfected with NQO1 to generate an isogenic NQO1-overexpressing line. NQO1 protected against BQ–induced apoptosis but led to a potentiation of AC- and MD-induced apoptosis. Modulation of quinone-induced apoptosis in N27 and NQO1-overexpressing cells correlated only with changes in the ER stress response and not with changes in other protein handling systems. These data suggested that NQO1 modulated the ER stress response to potentiate toxicity of AC and MD, but protected against BQ toxicity. We further demonstrated that NQO1 mediated reduction to unstable hydroquinones and subsequent redox cycling was important for the activation of the ER stress response and toxicity for both AC and MD. In summary, our data demonstrate that quinone-specific changes in protein handling are evident in N27 cells and the induction of the ER stress response is associated with quinone-mediated toxicity. - Highlights: • Unstable hydroquinones contributed to quinone-induced ER stress and toxicity.

  17. Handling Kids in Crisis with Care

    Science.gov (United States)

    Bushinski, Cari

    2018-01-01

    The Handle with Care program helps schools help students who experience trauma. While at the scene of an event like a domestic violence call, drug raid, or car accident, law enforcement personnel determine the names and school of any children present. They notify that child's school to "handle ___ with care" the next day, and the school…

  18. Survey of tritiated oil sources and handling practices

    International Nuclear Information System (INIS)

    Miller, J.M.

    1994-08-01

    Tritium interactions with oil sources (primarily associated with pumps) in tritium-handling facilities can lead to the incorporation of tritium in the oil and the production of tritiated hydrocarbons. This results in a source of radiological hazard and the need for special handling considerations during maintenance, decontamination, decommissioning and waste packaging and storage. The results of a general survey of tritiated-oil sources and their associated characteristics, handling practices, analysis techniques and waste treatment/storage methods are summarized here. Information was obtained from various tritium-handling laboratories, fusion devices, and CANDU plants. 38 refs., 1 fig

  19. Effects of handling on fear reactions in young Icelandic horses

    DEFF Research Database (Denmark)

    Marsbøll, Anna Feldberg; Christensen, Janne Winther

    2015-01-01

    To investigate the effect of a short-term standardised handling procedure on reactions of young horses in 2 types of fear tests (including and excluding human handling). Study design An experimental study with 3-year-old Icelandic horses (n = 24). Methods Handled horses (n = 12) were trained according...... to a standardised handling procedure whereas controls (n = 12) remained untrained. Behavioural and heart rate responses in a novel object test and 2 handling fear tests (HFTs) were measured. The HFTs were conducted with both an unknown (HFT-unknown) and a known handler (HFT-known). Results There was no effect...... correlated significantly between tests. Conclusions Previous handling may affect the behavioural fear response of horses when handled by their usual handler, whereas this effect did not apply to an unknown handler. Heart rates appeared unaffected by handling and may be a more reliable indicator...

  20. A sum rule approach to the violation of Dashen's theorem

    International Nuclear Information System (INIS)

    Moussallam, B.

    1999-01-01

    A classic sum rule by Das et al. is extended to seven of the low-energy constant K i , introduced by Urech, which parameterizes electromagnetic corrections at chiral order O(e 2 p 2 ). Using the spurion formalism, a simple convolution representation is shown to hold and the structure in terms of the chiral renormalization scale, QCD renormalization scale and the QED gauge parameter is displayed. The role of the resonances is studied as providing rational interpolants to relevant QCD n-point functions in the Euclidean domain. A variety of asymptotic constraints must be implemented which have phenomenological consequences. A current assumption concerning the dominance of the lowest-lying resonances is shown clearly to fail in some cases. (author)

  1. Deepening Contractions and Collateral Constraints

    DEFF Research Database (Denmark)

    Jensen, Henrik; Ravn, Søren Hove; Santoro, Emiliano

    and occasionally non-binding credit constraints. Easier credit access increases the likelihood that constraints become slack in the face of expansionary shocks, while contractionary shocks are further amplified due to tighter constraints. As a result, busts gradually become deeper than booms. Based...

  2. Handling wood shavings

    Energy Technology Data Exchange (ETDEWEB)

    1974-09-18

    Details of bulk handling equipment suitable for collection and compressing wood waste from commercial joinery works are discussed. The Redler Bin Discharger ensures free flow of chips from storage silo discharge prior to compression into briquettes for use as fuel or processing into chipboard.

  3. Occupational dose constraint

    International Nuclear Information System (INIS)

    Heilbron Filho, Paulo Fernando Lavalle; Xavier, Ana Maria

    2005-01-01

    The revision process of the international radiological protection regulations has resulted in the adoption of new concepts, such as practice, intervention, avoidable and restriction of dose (dose constraint). The latter deserving of special mention since it may involve reducing a priori of the dose limits established both for the public and to individuals occupationally exposed, values that can be further reduced, depending on the application of the principle of optimization. This article aims to present, with clarity, from the criteria adopted to define dose constraint values to the public, a methodology to establish the dose constraint values for occupationally exposed individuals, as well as an example of the application of this methodology to the practice of industrial radiography

  4. Handling of bulk solids theory and practice

    CERN Document Server

    Shamlou, P A

    1990-01-01

    Handling of Bulk Solids provides a comprehensive discussion of the field of solids flow and handling in the process industries. Presentation of the subject follows classical lines of separate discussions for each topic, so each chapter is self-contained and can be read on its own. Topics discussed include bulk solids flow and handling properties; pressure profiles in bulk solids storage vessels; the design of storage silos for reliable discharge of bulk materials; gravity flow of particulate materials from storage vessels; pneumatic transportation of bulk solids; and the hazards of solid-mater

  5. Torus sector handling system

    International Nuclear Information System (INIS)

    Grisham, D.L.

    1981-01-01

    A remote handling system is proposed for moving a torus sector of the accelerator from under the cryostat to a point where it can be handled by a crane and for the reverse process for a new sector. Equipment recommendations are presented, as well as possible alignment schemes. Some general comments about future remote-handling methods and the present capabilities of existing systems will also be included. The specific task to be addressed is the removal and replacement of a 425 to 450 ton torus sector. This requires a horizontal movement of approx. 10 m from a normal operating position to a point where its further transport can be accomplished by more conventional means (crane or floor transporter). The same horizontal movement is required for reinstallation, but a positional tolerance of 2 cm is required to allow reasonable fit-up for the vacuum seal from the radial frames to the torus sector. Since the sectors are not only heavy but rather tall and narrow, the transport system must provide a safe, stable, and repeatable method fo sector movement. This limited study indicates that the LAMPF-based method of transporting torus sectors offers a proven method of moving heavy items. In addition, the present state of the art in remote equipment is adequate for FED maintenance

  6. Delayed rule following

    OpenAIRE

    Schmitt, David R.

    2001-01-01

    Although the elements of a fully stated rule (discriminative stimulus [SD], some behavior, and a consequence) can occur nearly contemporaneously with the statement of the rule, there is often a delay between the rule statement and the SD. The effects of this delay on rule following have not been studied in behavior analysis, but they have been investigated in rule-like settings in the areas of prospective memory (remembering to do something in the future) and goal pursuit. Discriminative even...

  7. A Brownian dynamics study on ferrofluid colloidal dispersions using an iterative constraint method to satisfy Maxwell’s equations

    Energy Technology Data Exchange (ETDEWEB)

    Dubina, Sean Hyun, E-mail: sdubin2@uic.edu; Wedgewood, Lewis Edward, E-mail: wedge@uic.edu [Department of Chemical Engineering, University of Illinois at Chicago, 810 S. Clinton St. (MC 110), Chicago, Illinois 60607-4408 (United States)

    2016-07-15

    Ferrofluids are often favored for their ability to be remotely positioned via external magnetic fields. The behavior of particles in ferromagnetic clusters under uniformly applied magnetic fields has been computationally simulated using the Brownian dynamics, Stokesian dynamics, and Monte Carlo methods. However, few methods have been established that effectively handle the basic principles of magnetic materials, namely, Maxwell’s equations. An iterative constraint method was developed to satisfy Maxwell’s equations when a uniform magnetic field is imposed on ferrofluids in a heterogeneous Brownian dynamics simulation that examines the impact of ferromagnetic clusters in a mesoscale particle collection. This was accomplished by allowing a particulate system in a simple shear flow to advance by a time step under a uniformly applied magnetic field, then adjusting the ferroparticles via an iterative constraint method applied over sub-volume length scales until Maxwell’s equations were satisfied. The resultant ferrofluid model with constraints demonstrates that the magnetoviscosity contribution is not as substantial when compared to homogeneous simulations that assume the material’s magnetism is a direct response to the external magnetic field. This was detected across varying intensities of particle-particle interaction, Brownian motion, and shear flow. Ferroparticle aggregation was still extensively present but less so than typically observed.

  8. A Brownian dynamics study on ferrofluid colloidal dispersions using an iterative constraint method to satisfy Maxwell’s equations

    International Nuclear Information System (INIS)

    Dubina, Sean Hyun; Wedgewood, Lewis Edward

    2016-01-01

    Ferrofluids are often favored for their ability to be remotely positioned via external magnetic fields. The behavior of particles in ferromagnetic clusters under uniformly applied magnetic fields has been computationally simulated using the Brownian dynamics, Stokesian dynamics, and Monte Carlo methods. However, few methods have been established that effectively handle the basic principles of magnetic materials, namely, Maxwell’s equations. An iterative constraint method was developed to satisfy Maxwell’s equations when a uniform magnetic field is imposed on ferrofluids in a heterogeneous Brownian dynamics simulation that examines the impact of ferromagnetic clusters in a mesoscale particle collection. This was accomplished by allowing a particulate system in a simple shear flow to advance by a time step under a uniformly applied magnetic field, then adjusting the ferroparticles via an iterative constraint method applied over sub-volume length scales until Maxwell’s equations were satisfied. The resultant ferrofluid model with constraints demonstrates that the magnetoviscosity contribution is not as substantial when compared to homogeneous simulations that assume the material’s magnetism is a direct response to the external magnetic field. This was detected across varying intensities of particle-particle interaction, Brownian motion, and shear flow. Ferroparticle aggregation was still extensively present but less so than typically observed.

  9. A cascade method of training for the revised CEGB Radiological Safety Rules and the Ionising Radiations Regulations 1985

    International Nuclear Information System (INIS)

    Jackson, J.R.; John, P.G.L.

    1986-01-01

    In order to achieve compliance with the Ionising Radiations Regulations 1985 the CEGB has introduced a revised set of Radiological Safety Rule. These Rules are for implementation at all sites under the Board's control where ionising radiations are used. It was a requirement that the new Safety Rules be brought into operation on a common date and to a consistent standard of performance throughout the industry; this necessitated a considerable training programme to familiarise and inform some 8,000 staff working at a large number of locations. The training week of identified groups of staff varied widely, according to their different levels of authority and responsibility. The paper sets out the means by which the chosen cascade method of training was selected and developed, and gives details of the modular package of training material which was produced. It also relates how the management objectives were met within the constraints of an uncompromising time schedule. (author)

  10. Getting to grips with remote handling and robotics

    Energy Technology Data Exchange (ETDEWEB)

    Mosey, D [Ontario Hydro, Toronto (Canada)

    1984-12-01

    A report on the Canadian Nuclear Society Conference on robotics and remote handling in the nuclear industry, September 1984. Remote handling in reactor operations, particularly in the Candu reactors is discussed, and the costs and benefits of use of remote handling equipment are considered. Steam generator inspection and repair is an area in which practical application of robotic technology has made a major advance.

  11. Solar constraints

    International Nuclear Information System (INIS)

    Provost, J.

    1984-01-01

    Accurate tests of the theory of stellar structure and evolution are available from the Sun's observations. The solar constraints are reviewed, with a special attention to the recent progress in observing global solar oscillations. Each constraint is sensitive to a given region of the Sun. The present solar models (standard, low Z, mixed) are discussed with respect to neutrino flux, low and high degree five-minute oscillations and low degree internal gravity modes. It appears that actually there do not exist solar models able to fully account for all the observed quantities. (Auth.)

  12. Dispersive approach to the axial anomaly. The t'Hooft's principle and QCD sum rules

    International Nuclear Information System (INIS)

    Horejsi, J.; Teryaev, O.; Veretin, O.; )

    1997-01-01

    The dispersive approach to the axial anomaly is revisited. Considering the familiar VVA triangle graph, the anomalous Ward identity is proved in the case of the arbitrary external momenta. It is also commented on a recent claim that the anomaly pole in QCD fails to reproduce the pion pole. In this connection it is emphasized that there is no need to introduce a massless axial meson in the chiral limit. In the framework of QCD sum rules method a constraint for the Borel transform of relevant form factors imposed by the anomaly is considered [ru

  13. Handling knowledge on osteoporosis - a qualitative study

    DEFF Research Database (Denmark)

    Nielsen, Dorthe; Huniche, Lotte; Brixen, Kim

    2013-01-01

    Scand J Caring Sci; 2012 Handling knowledge on osteoporosis - a qualitative study The aim of this qualitative study was to increase understanding of the importance of osteoporosis information and knowledge for patients' ways of handling osteoporosis in their everyday lives. Interviews were...

  14. Temporal Concurrent Constraint Programming

    DEFF Research Database (Denmark)

    Nielsen, Mogens; Valencia Posso, Frank Dan

    2002-01-01

    The ntcc calculus is a model of non-deterministic temporal concurrent constraint programming. In this paper we study behavioral notions for this calculus. In the underlying computational model, concurrent constraint processes are executed in discrete time intervals. The behavioral notions studied...... reflect the reactive interactions between concurrent constraint processes and their environment, as well as internal interactions between individual processes. Relationships between the suggested notions are studied, and they are all proved to be decidable for a substantial fragment of the calculus...

  15. Redefining NHS complaint handling--the real challenge.

    Science.gov (United States)

    Seelos, L; Adamson, C

    1994-01-01

    More and more organizations find that a constructive and open dialogue with their customers can be an effective strategy for building long-term customer relations. In this context, it has been recognized that effective complaint-contact handling can make a significant contribution to organizations' attempts to maximize customer satisfaction and loyalty. Within the NHS, an intellectual awareness exists that effective complaint/contact handling can contribute to making services more efficient and cost-effective by developing customer-oriented improvement initiatives. Recent efforts have focused on redefining NHS complaint-handling procedures to make them more user-friendly and effective for both NHS employees and customers. Discusses the challenges associated with opening up the NHS to customer feedback. Highlights potential weaknesses in the current approach and argues that the real challenge is for NHS managers to facilitate a culture change that moves the NHS away from a long-established defensive complaint handling practice.

  16. MHSS: a material handling system simulator

    Energy Technology Data Exchange (ETDEWEB)

    Pomernacki, L.; Hollstien, R.B.

    1976-04-07

    A Material Handling System Simulator (MHSS) program is described that provides specialized functional blocks for modeling and simulation of nuclear material handling systems. Models of nuclear fuel fabrication plants may be built using functional blocks that simulate material receiving, storage, transport, inventory, processing, and shipping operations as well as the control and reporting tasks of operators or on-line computers. Blocks are also provided that allow the user to observe and gather statistical information on the dynamic behavior of simulated plants over single or replicated runs. Although it is currently being developed for the nuclear materials handling application, MHSS can be adapted to other industries in which material accountability is important. In this paper, emphasis is on the simulation methodology of the MHSS program with application to the nuclear material safeguards problem. (auth)

  17. Action Rules Mining

    CERN Document Server

    Dardzinska, Agnieszka

    2013-01-01

    We are surrounded by data, numerical, categorical and otherwise, which must to be analyzed and processed to convert it into information that instructs, answers or aids understanding and decision making. Data analysts in many disciplines such as business, education or medicine, are frequently asked to analyze new data sets which are often composed of numerous tables possessing different properties. They try to find completely new correlations between attributes and show new possibilities for users.   Action rules mining discusses some of data mining and knowledge discovery principles and then describe representative concepts, methods and algorithms connected with action. The author introduces the formal definition of action rule, notion of a simple association action rule and a representative action rule, the cost of association action rule, and gives a strategy how to construct simple association action rules of a lowest cost. A new approach for generating action rules from datasets with numerical attributes...

  18. Theory of Constraints (TOC)

    DEFF Research Database (Denmark)

    Michelsen, Aage U.

    2004-01-01

    Tankegangen bag Theory of Constraints samt planlægningsprincippet Drum-Buffer-Rope. Endvidere skitse af The Thinking Process.......Tankegangen bag Theory of Constraints samt planlægningsprincippet Drum-Buffer-Rope. Endvidere skitse af The Thinking Process....

  19. Development of Safe Food Handling Guidelines for Korean Consumers.

    Science.gov (United States)

    Kang, Hee-Jin; Lee, Min-Woo; Hwang, In-Kyeong; Kim, Jeong-Weon

    2015-08-01

    The purpose of this study was to develop guidelines for Korean consumers with regard to safe food handling practices at home by identifying current food handling issues. Korean consumers' behaviors regarding their safe food handling were identified via survey questionnaires that included items on individual hygiene practices, prepreparation steps when cooking, the cooking process, and the storage of leftover foods. The subjects were 417 Korean parents with elementary school children living in Seoul and Gyeonggi Province in the central area of Korea. The survey results revealed gaps between the knowledge or practices of Korean consumers and scientific evidence pertaining to safe food handling practices. Based on these findings, a leaflet on safe food handling guidelines was developed in accordance with Korean food culture. These guidelines suggest personal hygiene practices as well as fundamental principles and procedures for safe food handling from the stage of food purchase to that of keeping leftover dishes. A pilot application study with 50 consumers revealed that the guidelines effectively improved Korean consumers' safe food handling practices, suggesting that they can serve as practical educational material suitable for Korean consumers.

  20. Environmental and safety aspects. The best of 'powder handling and processing' 1989 - 1997. 'Bulk solids handling' 1992 - 1997 (H/2000)

    Energy Technology Data Exchange (ETDEWEB)

    Woehlbier, R.H. (ed.)

    2000-07-01

    The book contains articles published either during 1992-1997 in ''bulk solids handling'' or during 1989-1997 in ''powder handling and processing''. Main topics are aspects of safety and environmental protection in bulk solids handling: dusts, hazardous powders, prevention and mitigation of dust explosions, powdered coal handling, dedusting, filters, electrostatic precipitation, materials recovery, occupational safety.(uke)

  1. 7 CFR 959.126 - Handling of culls.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 8 2010-01-01 2010-01-01 false Handling of culls. 959.126 Section 959.126 Agriculture Regulations of the Department of Agriculture (Continued) AGRICULTURAL MARKETING SERVICE (Marketing Agreements...) Handled for canning or freezing. (b) As a safeguard against culls entering fresh market channels each...

  2. Survey of postharvest handling, preservation and processing ...

    African Journals Online (AJOL)

    Survey of postharvest handling, preservation and processing practices along the camel milk chain in Isiolo district, Kenya. ... Despite the important contribution of camel milk to food security for pastoralists in Kenya, little is known about the postharvest handling, preservation and processing practices. In this study, existing ...

  3. Handling uncertainty through adaptiveness in planning approaches

    NARCIS (Netherlands)

    Zandvoort, M.; Vlist, van der M.J.; Brink, van den A.

    2018-01-01

    Planners and water managers seek to be adaptive to handle uncertainty through the use of planning approaches. In this paper, we study what type of adaptiveness is proposed and how this may be operationalized in planning approaches to adequately handle different uncertainties. We took a

  4. When clusters collide: constraints on antimatter on the largest scales

    International Nuclear Information System (INIS)

    Steigman, Gary

    2008-01-01

    Observations have ruled out the presence of significant amounts of antimatter in the Universe on scales ranging from the solar system, to the Galaxy, to groups and clusters of galaxies, and even to distances comparable to the scale of the present horizon. Except for the model-dependent constraints on the largest scales, the most significant upper limits to diffuse antimatter in the Universe are those on the ∼Mpc scale of clusters of galaxies provided by the EGRET upper bounds to annihilation gamma rays from galaxy clusters whose intracluster gas is revealed through its x-ray emission. On the scale of individual clusters of galaxies the upper bounds to the fraction of mixed matter and antimatter for the 55 clusters from a flux-limited x-ray survey range from 5 × 10 −9 to −6 , strongly suggesting that individual clusters of galaxies are made entirely of matter or of antimatter. X-ray and gamma-ray observations of colliding clusters of galaxies, such as the Bullet Cluster, permit these constraints to be extended to even larger scales. If the observations of the Bullet Cluster, where the upper bound to the antimatter fraction is found to be −6 , can be generalized to other colliding clusters of galaxies, cosmologically significant amounts of antimatter will be excluded on scales of order ∼20 Mpc (M∼5×10 15 M sun )

  5. Selection of new constraints

    International Nuclear Information System (INIS)

    Sugier, A.

    2003-01-01

    The selected new constraints should be consistent with the scale of concern i.e. be expressed roughly as fractions or multiples of the average annual background. They should take into account risk considerations and include the values of the currents limits, constraints and other action levels. The recommendation is to select four leading values for the new constraints: 500 mSv ( single event or in a decade) as a maximum value, 0.01 mSv/year as a minimum value; and two intermediate values: 20 mSv/year and 0.3 mSv/year. This new set of dose constraints, representing basic minimum standards of protection for the individuals taking into account the specificity of the exposure situations are thus coherent with the current values which can be found in ICRP Publications. A few warning need however to be noticed: There is no more multi sources limit set by ICRP. The coherence between the proposed value of dose constraint (20 mSv/year) and the current occupational dose limit of 20 mSv/year is valid only if the workers are exposed to one single source. When there is more than one source, it will be necessary to apportion. The value of 1000 mSv lifetimes used for relocation can be expressed into annual dose, which gives approximately 10 mSv/year and is coherent with the proposed dose constraint. (N.C.)

  6. Harvesting and handling agricultural residues for energy

    Energy Technology Data Exchange (ETDEWEB)

    Jenkins, B.M.; Summer, H.R.

    1986-05-01

    Significant progress in understanding the needs for design of agricultural residue collection and handling systems has been made but additional research is required. Recommendations are made for research to (a) integrate residue collection and handling systems into general agricultural practices through the development of multi-use equipment and total harvest systems; (b) improve methods for routine evaluation of agricultural residue resources, possibly through remote sensing and image processing; (c) analyze biomass properties to obtain detailed data relevant to engineering design and analysis; (d) evaluate long-term environmental, social, and agronomic impacts of residue collection; (e) develop improved equipment with higher capacities to reduce residue collection and handling costs, with emphasis on optimal design of complete systems including collection, transportation, processing, storage, and utilization; and (f) produce standard forms of biomass fuels or products to enhance material handling and expand biomass markets through improved reliability and automatic control of biomass conversion and other utilization systems. 118 references.

  7. 30 CFR 75.817 - Cable handling and support systems.

    Science.gov (United States)

    2010-07-01

    ... High-Voltage Longwalls § 75.817 Cable handling and support systems. Longwall mining equipment must be provided with cable-handling and support systems that are constructed, installed and maintained to minimize... 30 Mineral Resources 1 2010-07-01 2010-07-01 false Cable handling and support systems. 75.817...

  8. Cooper-Harper Experience Report for Spacecraft Handling Qualities Applications

    Science.gov (United States)

    Bailey, Randall E.; Jackson, E. Bruce; Bilimoria, Karl D.; Mueller, Eric R.; Frost, Chad R.; Alderete, Thomas S.

    2009-01-01

    A synopsis of experience from the fixed-wing and rotary-wing aircraft communities in handling qualities development and the use of the Cooper-Harper pilot rating scale is presented as background for spacecraft handling qualities research, development, test, and evaluation (RDT&E). In addition, handling qualities experiences and lessons-learned from previous United States (US) spacecraft developments are reviewed. This report is intended to provide a central location for references, best practices, and lessons-learned to guide current and future spacecraft handling qualities RDT&E.

  9. A mathematical model in cellular manufacturing system considering subcontracting approach under constraints

    Directory of Open Access Journals (Sweden)

    Kamran Forghani

    2012-10-01

    Full Text Available In this paper, a new mathematical model in cellular manufacturing systems (CMSs has been presented. In order to increase the performance of manufacturing system, the production quantity of parts has been considered as a decision variable, i.e. each part can be produced and outsourced, simultaneously. This extension would be minimized the unused capacity of machines. The exceptional elements (EEs are taken into account and would be totally outsourced to the external supplier in order to remove intercellular material handling cost. The problem has been formulated as a mixed-integer programming to minimize the sum of manufacturing variable costs under budget, machines capacity and demand constraints. Also, to evaluate advantages of the model, several illustrative numerical examples have been provided to compare the performance of the proposed model with the available classical approaches in the literature.

  10. Cellular Manufacturing System with Dynamic Lot Size Material Handling

    Science.gov (United States)

    Khannan, M. S. A.; Maruf, A.; Wangsaputra, R.; Sutrisno, S.; Wibawa, T.

    2016-02-01

    Material Handling take as important role in Cellular Manufacturing System (CMS) design. In several study at CMS design material handling was assumed per pieces or with constant lot size. In real industrial practice, lot size may change during rolling period to cope with demand changes. This study develops CMS Model with Dynamic Lot Size Material Handling. Integer Linear Programming is used to solve the problem. Objective function of this model is minimizing total expected cost consisting machinery depreciation cost, operating costs, inter-cell material handling cost, intra-cell material handling cost, machine relocation costs, setup costs, and production planning cost. This model determines optimum cell formation and optimum lot size. Numerical examples are elaborated in the paper to ilustrate the characterictic of the model.

  11. Handling of Solid Residues

    International Nuclear Information System (INIS)

    Medina Bermudez, Clara Ines

    1999-01-01

    The topic of solid residues is specifically of great interest and concern for the authorities, institutions and community that identify in them a true threat against the human health and the atmosphere in the related with the aesthetic deterioration of the urban centers and of the natural landscape; in the proliferation of vectorial transmitters of illnesses and the effect on the biodiversity. Inside the wide spectrum of topics that they keep relationship with the environmental protection, the inadequate handling of solid residues and residues dangerous squatter an important line in the definition of political and practical environmentally sustainable. The industrial development and the population's growth have originated a continuous increase in the production of solid residues; of equal it forms, their composition day after day is more heterogeneous. The base for the good handling includes the appropriate intervention of the different stages of an integral administration of residues, which include the separation in the source, the gathering, the handling, the use, treatment, final disposition and the institutional organization of the administration. The topic of the dangerous residues generates more expectation. These residues understand from those of pathogen type that are generated in the establishments of health that of hospital attention, until those of combustible, inflammable type, explosive, radio-active, volatile, corrosive, reagent or toxic, associated to numerous industrial processes, common in our countries in development

  12. Repository waste-handling operations, 1998

    International Nuclear Information System (INIS)

    Cottam, A.E.; Connell, L.

    1986-04-01

    The Civilian Radioactive Waste Management Program Mission Plan and the Generic Requirements for a Mined Geologic Disposal System state that beginning in 1998, commercial spent fuel not exceeding 70,000 metric tons of heavy metal, or a quantity of solidified high-level radioactive waste resulting from the reprocessing of such a quantity of spent fuel, will be shipped to a deep geologic repository for permanent storage. The development of a waste-handling system that can process 3000 metric tons of heavy metal annually will require the adoption of a fully automated approach. The safety and minimum exposure of personnel will be the prime goals of the repository waste handling system. A man-out-of-the-loop approach will be used in all operations including the receipt of spent fuel in shipping casks, the inspection and unloading of the spent fuel into automated hot-cell facilities, the disassembly of spent fuel assemblies, the consolidation of fuel rods, and the packaging of fuel rods into heavy-walled site-specific containers. These containers are designed to contain the radionuclides for up to 1000 years. The ability of a repository to handle more than 6000 pressurized water reactor spent-fuel rods per day on a production basis for approximately a 23-year period will require that a systems approach be adopted that combines space-age technology, robotics, and sophisticated automated computerized equipment. New advanced inspection techniques, maintenance by robots, and safety will be key factors in the design, construction, and licensing of a repository waste-handling facility for 1998

  13. Simplified zygomatic arch radiographic technique to overcome the drawback of jug handle view

    Directory of Open Access Journals (Sweden)

    Siddana Gouda Siddana

    2014-01-01

    Full Text Available Introduction: The imaging of the zygomatic arch is very important in the diagnosis and management of zygomatic arch fractures. It is accomplished by jug handle radiography (a variation of the submentovertex view and sometimes with modifications like the tangential or tea cup projection. For these techniques, the patient has to be positioned in a way which makes it non-applicable in cases having cervical injuries or suspected cervical injuries. Aims and Objectives: To devise a new approach with which the image of the zygomatic arch can be obtained with normal head position, in either sitting or supine position, using a dental X-ray machine and an occlusal film, which can even be used in patients with cervical injuries or suspected cervical injuries, without any complications. Materials and Methods: The present approach requires a dental X-ray machine and an occlusal X-ray film thereby eliminating the need for additional equipment like a general X-ray machine and extraoral film cassette. This approach can be carried out in a conventional dental setup to rule out zygomatic arch fractures. Conclusion: This technique can be applied in patients having cervical injuries or suspected cervical injuries, thus overcoming the drawback of the jug handle view, and is easy to master. This technique can be used in a conventional dental setup and holds good with the ALARA (as low as reasonably achievable principle of radiation protection and safety.

  14. Minimal Flavor Constraints for Technicolor

    DEFF Research Database (Denmark)

    Sakuma, Hidenori; Sannino, Francesco

    2010-01-01

    We analyze the constraints on the the vacuum polarization of the standard model gauge bosons from a minimal set of flavor observables valid for a general class of models of dynamical electroweak symmetry breaking. We will show that the constraints have a strong impact on the self-coupling and mas......We analyze the constraints on the the vacuum polarization of the standard model gauge bosons from a minimal set of flavor observables valid for a general class of models of dynamical electroweak symmetry breaking. We will show that the constraints have a strong impact on the self...

  15. 20 CFR 658.421 - Handling of JS-related complaints.

    Science.gov (United States)

    2010-04-01

    ... 20 Employees' Benefits 3 2010-04-01 2010-04-01 false Handling of JS-related complaints. 658.421... ADMINISTRATIVE PROVISIONS GOVERNING THE JOB SERVICE SYSTEM Job Service Complaint System Federal Js Complaint System § 658.421 Handling of JS-related complaints. (a) No JS-related complaint shall be handled at the...

  16. Temporal Concurrent Constraint Programming

    DEFF Research Database (Denmark)

    Nielsen, Mogens; Palamidessi, Catuscia; Valencia, Frank Dan

    2002-01-01

    The ntcc calculus is a model of non-deterministic temporal concurrent constraint programming. In this paper we study behavioral notions for this calculus. In the underlying computational model, concurrent constraint processes are executed in discrete time intervals. The behavioral notions studied...

  17. Fuel handling grapple for nuclear reactor plants

    International Nuclear Information System (INIS)

    Rousar, D.L.

    1992-01-01

    This patent describes a fuel handling system for nuclear reactor plants. It comprises: a reactor vessel having an openable top and removable cover and containing therein, submerged in water substantially filling the reactor vessel, a fuel core including a multiplicity of fuel bundles formed of groups of sealed tube elements enclosing fissionable fuel assembled into units, the fuel handling system consisting essentially of the combination of: a fuel bundle handling platform movable over the open top of the reactor vessel; a fuel bundle handling mast extendable downward from the platform with a lower end projecting into the open top reactor vessel to the fuel core submerged in water; a grapple head mounted on the lower end of the mast provided with grapple means comprising complementary hooks which pivot inward toward each other to securely grasp a bail handle of a nuclear reactor fuel bundle and pivot backward away from each other to release a bail handle; the grapple means having a hollow cylindrical support shaft fixed within the grapple head with hollow cylindrical sleeves rotatably mounted and fixed in longitudinal axial position on the support shaft and each sleeve having complementary hooks secured thereto whereby each hook pivots with the rotation of the sleeve secured thereto; and the hollow cylindrical support shaft being provided with complementary orifices on opposite sides of its hollow cylindrical and intermediate to the sleeves mounted thereon whereby the orifices on both sides of the hollow cylindrical support shaft are vertically aligned providing a direct in-line optical viewing path downward there-through and a remote operator positioned above the grapple means can observe from overhead the area immediately below the grapple hooks

  18. Constraints on lifetime and mass of heavy lepton neutrinos imposed by big bang nucleosynthesis

    International Nuclear Information System (INIS)

    Miyama, Shoken; Sato, Katsuhiko

    1978-01-01

    If there exist massive neutral leptons (heavy neutrinos), they would have been produced in thermal equilibrium in the early stages of the universe. The effects of their presence and decay on the big bang nucleosynthesis are investigated in detail and abundances of the products 4 He, 2 H and 7 Li are compared with the observed cosmic abundances. We have determined a region in the lifetime-mass diagram of the heavy neutrino which should be ruled out in order for the big bang nucleosynthesis not to conflict with observed abundances of the elements. In addition, if a lower limit of the lifetime obtained from the Weinberg-Salam type theory, tau>=6 x 10 7 (1 MeV/m sub(νh)) 5 sec, is assumed, where m sub(νh) is the mass of the heavy neutrino, the mass range of 70 eV< m sub(νh)<10 MeV is ruled out. The other constraints on the mass and the lifetime obtained from astrophysical considerations are also discussed and summarized. (author)

  19. Large scale comparative codon-pair context analysis unveils general rules that fine-tune evolution of mRNA primary structure.

    Directory of Open Access Journals (Sweden)

    Gabriela Moura

    Full Text Available BACKGROUND: Codon usage and codon-pair context are important gene primary structure features that influence mRNA decoding fidelity. In order to identify general rules that shape codon-pair context and minimize mRNA decoding error, we have carried out a large scale comparative codon-pair context analysis of 119 fully sequenced genomes. METHODOLOGIES/PRINCIPAL FINDINGS: We have developed mathematical and software tools for large scale comparative codon-pair context analysis. These methodologies unveiled general and species specific codon-pair context rules that govern evolution of mRNAs in the 3 domains of life. We show that evolution of bacterial and archeal mRNA primary structure is mainly dependent on constraints imposed by the translational machinery, while in eukaryotes DNA methylation and tri-nucleotide repeats impose strong biases on codon-pair context. CONCLUSIONS: The data highlight fundamental differences between prokaryotic and eukaryotic mRNA decoding rules, which are partially independent of codon usage.

  20. Money handling influences BMI: a survey of cashiers

    OpenAIRE

    Shraddha Karve; Ketaki Shurpali; Neelesh Dahanukar; Maithili Jog; Milind Watve

    2008-01-01

    Money is a recent phenomenon in the evolutionary history of man and therefore no separate brain centre to handle money is likely to have evolved. The brain areas activated by food reward and money reward are extensively overlapping. In an experimental set-up, hunger was demonstrated to influence money related decisions and money related thoughts to influence hunger. This suggests that the brain areas evolved for handling food related emotions are exapted to handle money and therefore there co...

  1. Advanced handling-systems with enhanced performance flexibility

    International Nuclear Information System (INIS)

    1986-04-01

    This report describes the results of a project related to future applications and requirements for advanced handling systems. This report consists of six chapters. Following the description of the aims the tools for setting up the requirements for the handling systems including the experience during the data acquisition process is described. Furthermore some information is given about the current state of the art of robotics and manipulators. Of paramount importance are the descriptions of applications and related concepts in the following chapters leading to specific categories of advanced handling units. The paper closes with the description of the first concepts for realization. (orig./HP) [de

  2. How the NWC handles software as product

    Energy Technology Data Exchange (ETDEWEB)

    Vinson, D.

    1997-11-01

    This tutorial provides a hands-on view of how the Nuclear Weapons Complex project should be handling (or planning to handle) software as a product in response to Engineering Procedure 401099. The SQAS has published the document SQAS96-002, Guidelines for NWC Processes for Handling Software Product, that will be the basis for the tutorial. The primary scope of the tutorial is on software products that result from weapons and weapons-related projects, although the information presented is applicable to many software projects. Processes that involve the exchange, review, or evaluation of software product between or among NWC sites, DOE, and external customers will be described.

  3. Conceptual design of CFETR divertor remote handling compatible structure

    International Nuclear Information System (INIS)

    Dai, Huaichu; Yao, Damao; Cao, Lei; Zhou, Zibo; Li, Lei

    2016-01-01

    Highlights: • Conceptual design for the CFETR divertor have been proposed, especially the divertor remote handling compatible structure. • The degrees of freedom of the divertor are analyzed in order to validate the design the divertor supports structure. • Besides the ITER-like scheme, a new scheme for the divertor remote handling compatible supports is proposed, that is the rack and pinion mechanism. • The installation/removel process is verified through simulation in Delmia in order to check design quality for remote handling requirements. - Abstract: Divertor is one of key components of tokamak fusion reactor. The CFETR is China Fusion Engineering Test Reactor. Its divertor will expose to tritium environment and neutron radiation. Materials of the divertor will be radioactived, and cannot be handled by personnel directly. To develop structure which compatible with robots handle for installation, maintenance and removing is required. This paper introduces a conceptual design of CFETR divertor module which compatible with remote handling end-effectors. The divertor module is confined by inner and outer support. The inner support is only confined divertor module radial, toroidal and vertical moving freedom degrees, but not confined rotating freedom degrees. The outer support is the structure that can confine rotating freedom degrees and should also be compatible with remote handling end-effectors.

  4. Conceptual design of CFETR divertor remote handling compatible structure

    Energy Technology Data Exchange (ETDEWEB)

    Dai, Huaichu, E-mail: yaodm@ipp.ac.cn [Institute of Plasma Physics, Chinese Academy of Sciences, Hefei 230031 (China); University of Science and Technology of China, Hefei (China); Yao, Damao; Cao, Lei; Zhou, Zibo; Li, Lei [Institute of Plasma Physics, Chinese Academy of Sciences, Hefei 230031 (China)

    2016-11-15

    Highlights: • Conceptual design for the CFETR divertor have been proposed, especially the divertor remote handling compatible structure. • The degrees of freedom of the divertor are analyzed in order to validate the design the divertor supports structure. • Besides the ITER-like scheme, a new scheme for the divertor remote handling compatible supports is proposed, that is the rack and pinion mechanism. • The installation/removel process is verified through simulation in Delmia in order to check design quality for remote handling requirements. - Abstract: Divertor is one of key components of tokamak fusion reactor. The CFETR is China Fusion Engineering Test Reactor. Its divertor will expose to tritium environment and neutron radiation. Materials of the divertor will be radioactived, and cannot be handled by personnel directly. To develop structure which compatible with robots handle for installation, maintenance and removing is required. This paper introduces a conceptual design of CFETR divertor module which compatible with remote handling end-effectors. The divertor module is confined by inner and outer support. The inner support is only confined divertor module radial, toroidal and vertical moving freedom degrees, but not confined rotating freedom degrees. The outer support is the structure that can confine rotating freedom degrees and should also be compatible with remote handling end-effectors.

  5. 21 CFR 58.107 - Test and control article handling.

    Science.gov (United States)

    2010-04-01

    ... 21 Food and Drugs 1 2010-04-01 2010-04-01 false Test and control article handling. 58.107 Section... GOOD LABORATORY PRACTICE FOR NONCLINICAL LABORATORY STUDIES Test and Control Articles § 58.107 Test and control article handling. Procedures shall be established for a system for the handling of the test and...

  6. 9 CFR 2.131 - Handling of animals.

    Science.gov (United States)

    2010-01-01

    ... 9 Animals and Animal Products 1 2010-01-01 2010-01-01 false Handling of animals. 2.131 Section 2.131 Animals and Animal Products ANIMAL AND PLANT HEALTH INSPECTION SERVICE, DEPARTMENT OF AGRICULTURE ANIMAL WELFARE REGULATIONS Miscellaneous § 2.131 Handling of animals. (a) All licensees who maintain wild...

  7. Efficient Searching with Linear Constraints

    DEFF Research Database (Denmark)

    Agarwal, Pankaj K.; Arge, Lars Allan; Erickson, Jeff

    2000-01-01

    We show how to preprocess a set S of points in d into an external memory data structure that efficiently supports linear-constraint queries. Each query is in the form of a linear constraint xd a0+∑d−1i=1 aixi; the data structure must report all the points of S that satisfy the constraint. This pr...

  8. Constraint qualifications and optimality conditions for optimization problems with cardinality constraints

    Czech Academy of Sciences Publication Activity Database

    Červinka, Michal; Kanzow, Ch.; Schwartz, A.

    2016-01-01

    Roč. 160, č. 1 (2016), s. 353-377 ISSN 0025-5610 R&D Projects: GA ČR GAP402/12/1309; GA ČR GA15-00735S Institutional support: RVO:67985556 Keywords : Cardinality constraints * Constraint qualifications * Optimality conditions * KKT conditions * Strongly stationary points Subject RIV: BA - General Mathematics Impact factor: 2.446, year: 2016 http://library.utia.cas.cz/separaty/2016/MTR/cervinka-0461165.pdf

  9. ITER L 6 equatorial maintenance duct remote handling study

    International Nuclear Information System (INIS)

    Millard, J.

    1996-09-01

    The status and conclusions of a preliminary study of equatorial maintenance duct remote handling is reported. Due to issues with the original duct design a significant portion of the study had to be refocused on equatorial duct layout studies. The study gives an overview of some of the options for design of these ducts and the impact of the design on the equipment to work in the duct. To develop a remote handling concept for creating access through the ducts the following design tasks should be performed: define the operations sequences for equatorial maintenance duct opening and closing; review the remote handling requirements for equatorial maintenance duct opening and closing; design concept for door and pipe handling equipment and to propose preliminary procedures for material handling outsides the duct. 35 figs

  10. Constraint Specialisation in Horn Clause Verification

    DEFF Research Database (Denmark)

    Kafle, Bishoksan; Gallagher, John Patrick

    2015-01-01

    We present a method for specialising the constraints in constrained Horn clauses with respect to a goal. We use abstract interpretation to compute a model of a query-answer transformation of a given set of clauses and a goal. The effect is to propagate the constraints from the goal top......-down and propagate answer constraints bottom-up. Our approach does not unfold the clauses at all; we use the constraints from the model to compute a specialised version of each clause in the program. The approach is independent of the abstract domain and the constraints theory underlying the clauses. Experimental...

  11. Constraint specialisation in Horn clause verification

    DEFF Research Database (Denmark)

    Kafle, Bishoksan; Gallagher, John Patrick

    2017-01-01

    We present a method for specialising the constraints in constrained Horn clauses with respect to a goal. We use abstract interpretation to compute a model of a query–answer transformed version of a given set of clauses and a goal. The constraints from the model are then used to compute...... a specialised version of each clause. The effect is to propagate the constraints from the goal top-down and propagate answer constraints bottom-up. The specialisation procedure can be repeated to yield further specialisation. The approach is independent of the abstract domain and the constraint theory...

  12. Ergonomic design and evaluation of the handle for an endoscopic dissector.

    Science.gov (United States)

    Shimomura, Yoshihiro; Minowa, Keita; Kawahira, Hiroshi; Katsuura, Tetsuo

    2016-05-01

    The purpose of this study was to design an endoscopic dissector handle and objectively assess its usability. The handles were designed with increased contact area between the fingers and thumb and the eye rings, and the eye rings were modified to have a more perpendicular insertion angle to the finger midline. Four different handle models were compared, including a conventional product. Subjects performed dissection, exclusion, grasping, precision manipulation and precision handling tasks. Electromyography and subjective evaluations were measured. Compared to conventional handles, the designated handle reduced the muscle load in the extensor and flexor muscles of the forearm and increased subjective stability. The activity of the first dorsal interosseous muscle was sometimes influenced by the shape of the other parts. The ergonomically designed endoscopic dissector handle used in this study achieved high usability. Medical instrument designs based on ergonomic concepts should be assessed with objective indices. Practitioner Summary: The endoscopic dissector handles were designed with increased contact area and more suitable insertion angle between the fingers and thumb and the eye rings. Compared to conventional handles, the designated handle reduced the muscle load in the extensor and flexor muscles of the forearm and increased subjective stability.

  13. Using Rule-Based Computer Programming to Unify Communication Rules Research.

    Science.gov (United States)

    Sanford, David L.; Roach, J. W.

    This paper proposes the use of a rule-based computer programming language as a standard for the expression of rules, arguing that the adoption of a standard would enable researchers to communicate about rules in a consistent and significant way. Focusing on the formal equivalence of artificial intelligence (AI) programming to different types of…

  14. Single-molecule mechanics of protein-labelled DNA handles

    Directory of Open Access Journals (Sweden)

    Vivek S. Jadhav

    2016-01-01

    Full Text Available DNA handles are often used as spacers and linkers in single-molecule experiments to isolate and tether RNAs, proteins, enzymes and ribozymes, amongst other biomolecules, between surface-modified beads for nanomechanical investigations. Custom DNA handles with varying lengths and chemical end-modifications are readily and reliably synthesized en masse, enabling force spectroscopic measurements with well-defined and long-lasting mechanical characteristics under physiological conditions over a large range of applied forces. Although these chemically tagged DNA handles are widely used, their further individual modification with protein receptors is less common and would allow for additional flexibility in grabbing biomolecules for mechanical measurements. In-depth information on reliable protocols for the synthesis of these DNA–protein hybrids and on their mechanical characteristics under varying physiological conditions are lacking in literature. Here, optical tweezers are used to investigate different protein-labelled DNA handles in a microfluidic environment under different physiological conditions. Digoxigenin (DIG-dsDNA-biotin handles of varying sizes (1000, 3034 and 4056 bp were conjugated with streptavidin or neutravidin proteins. The DIG-modified ends of these hybrids were bound to surface-modified polystyrene (anti-DIG beads. Using different physiological buffers, optical force measurements showed consistent mechanical characteristics with long dissociation times. These protein-modified DNA hybrids were also interconnected in situ with other tethered biotinylated DNA molecules. Electron-multiplying CCD (EMCCD imaging control experiments revealed that quantum dot–streptavidin conjugates at the end of DNA handles remain freely accessible. The experiments presented here demonstrate that handles produced with our protein–DNA labelling procedure are excellent candidates for grasping single molecules exposing tags suitable for molecular

  15. 45 CFR 650.19 - Electronic invention handling.

    Science.gov (United States)

    2010-10-01

    ... Report or a Final Invention Statement and Certification. (b) Questions on use of iEdison and requests for... 45 Public Welfare 3 2010-10-01 2010-10-01 false Electronic invention handling. 650.19 Section 650... PATENTS § 650.19 Electronic invention handling. (a) Grantees must use the iEdison Invention Information...

  16. Reduction Of Constraints For Coupled Operations

    International Nuclear Information System (INIS)

    Raszewski, F.; Edwards, T.

    2009-01-01

    The homogeneity constraint was implemented in the Defense Waste Processing Facility (DWPF) Product Composition Control System (PCCS) to help ensure that the current durability models would be applicable to the glass compositions being processed during DWPF operations. While the homogeneity constraint is typically an issue at lower waste loadings (WLs), it may impact the operating windows for DWPF operations, where the glass forming systems may be limited to lower waste loadings based on fissile or heat load limits. In the sludge batch 1b (SB1b) variability study, application of the homogeneity constraint at the measurement acceptability region (MAR) limit eliminated much of the potential operating window for DWPF. As a result, Edwards and Brown developed criteria that allowed DWPF to relax the homogeneity constraint from the MAR to the property acceptance region (PAR) criterion, which opened up the operating window for DWPF operations. These criteria are defined as: (1) use the alumina constraint as currently implemented in PCCS (Al 2 O 3 (ge) 3 wt%) and add a sum of alkali constraint with an upper limit of 19.3 wt% (ΣM 2 O 2 O 3 constraint to 4 wt% (Al 2 O 3 (ge) 4 wt%). Herman et al. previously demonstrated that these criteria could be used to replace the homogeneity constraint for future sludge-only batches. The compositional region encompassing coupled operations flowsheets could not be bounded as these flowsheets were unknown at the time. With the initiation of coupled operations at DWPF in 2008, the need to revisit the homogeneity constraint was realized. This constraint was specifically addressed through the variability study for SB5 where it was shown that the homogeneity constraint could be ignored if the alumina and alkali constraints were imposed. Additional benefit could be gained if the homogeneity constraint could be replaced by the Al 2 O 3 and sum of alkali constraint for future coupled operations processing based on projections from Revision 14 of

  17. Conservative constraints on dark matter from the Fermi-LAT isotropic diffuse gamma-ray background spectrum

    Energy Technology Data Exchange (ETDEWEB)

    Abazajian, Kevork N.; Agrawal, Prateek; Chacko, Zackaria [Maryland Center for Fundamental Physics, Department of Physics, University of Maryland, College Park, Maryland 20742 (United States); Kilic, Can, E-mail: kev@umd.edu, E-mail: apr@umd.edu, E-mail: zchacko@umd.edu, E-mail: kilic@physics.rutgers.edu [Department of Physics and Astronomy, Rutgers University, Piscataway, NJ 08854 (United States)

    2010-11-01

    We examine the constraints on final state radiation from Weakly Interacting Massive Particle (WIMP) dark matter candidates annihilating into various standard model final states, as imposed by the measurement of the isotropic diffuse gamma-ray background by the Large Area Telescope aboard the Fermi Gamma-Ray Space Telescope. The expected isotropic diffuse signal from dark matter annihilation has contributions from the local Milky Way (MW) as well as from extragalactic dark matter. The signal from the MW is very insensitive to the adopted dark matter profile of the halos, and dominates the signal from extragalactic halos, which is sensitive to the low mass cut-off of the halo mass function. We adopt a conservative model for both the low halo mass survival cut-off and the substructure boost factor of the Galactic and extragalactic components, and only consider the primary final state radiation. This provides robust constraints which reach the thermal production cross-section for low mass WIMPs annihilating into hadronic modes. We also reanalyze limits from HESS observations of the Galactic Ridge region using a conservative model for the dark matter halo profile. When combined with the HESS constraint, the isotropic diffuse spectrum rules out all interpretations of the PAMELA positron excess based on dark matter annihilation into two lepton final states. Annihilation into four leptons through new intermediate states, although constrained by the data, is not excluded.

  18. Conservative constraints on dark matter from the Fermi-LAT isotropic diffuse gamma-ray background spectrum

    International Nuclear Information System (INIS)

    Abazajian, Kevork N.; Agrawal, Prateek; Chacko, Zackaria; Kilic, Can

    2010-01-01

    We examine the constraints on final state radiation from Weakly Interacting Massive Particle (WIMP) dark matter candidates annihilating into various standard model final states, as imposed by the measurement of the isotropic diffuse gamma-ray background by the Large Area Telescope aboard the Fermi Gamma-Ray Space Telescope. The expected isotropic diffuse signal from dark matter annihilation has contributions from the local Milky Way (MW) as well as from extragalactic dark matter. The signal from the MW is very insensitive to the adopted dark matter profile of the halos, and dominates the signal from extragalactic halos, which is sensitive to the low mass cut-off of the halo mass function. We adopt a conservative model for both the low halo mass survival cut-off and the substructure boost factor of the Galactic and extragalactic components, and only consider the primary final state radiation. This provides robust constraints which reach the thermal production cross-section for low mass WIMPs annihilating into hadronic modes. We also reanalyze limits from HESS observations of the Galactic Ridge region using a conservative model for the dark matter halo profile. When combined with the HESS constraint, the isotropic diffuse spectrum rules out all interpretations of the PAMELA positron excess based on dark matter annihilation into two lepton final states. Annihilation into four leptons through new intermediate states, although constrained by the data, is not excluded

  19. Convention on nuclear safety. Rules of procedure and financial rules

    International Nuclear Information System (INIS)

    1998-01-01

    The document presents the Rules of Procedure and Financial Rules that apply mutatis mutandis to any meeting of the Contracting Parties to the Convention on Nuclear Safety (INFCIRC/449) convened in accordance with Chapter 3 of the Convention. It includes four parts: General provisions, Preparatory process for review meetings, Review meetings, and Amendment and interpretation of rules

  20. Transmission and capacity pricing and constraints

    International Nuclear Information System (INIS)

    Fusco, M.

    1999-01-01

    A series of overhead viewgraphs accompanied this presentation which discussed the following issues regarding the North American electric power industry: (1) capacity pricing transmission constraints, (2) nature of transmission constraints, (3) consequences of transmission constraints, and (4) prices as market evidence. Some solutions suggested for pricing constraints included the development of contingent contracts, back-up power in supply regions, and new line capacity construction. 8 tabs., 20 figs

  1. Delayed rule following.

    Science.gov (United States)

    Schmitt, D R

    2001-01-01

    Although the elements of a fully stated rule (discriminative stimulus [S(D)], some behavior, and a consequence) can occur nearly contemporaneously with the statement of the rule, there is often a delay between the rule statement and the S(D). The effects of this delay on rule following have not been studied in behavior analysis, but they have been investigated in rule-like settings in the areas of prospective memory (remembering to do something in the future) and goal pursuit. Discriminative events for some behavior can be event based (a specific setting stimulus) or time based. The latter are more demanding with respect to intention following and show age-related deficits. Studies suggest that the specificity with which the components of a rule (termed intention) are stated has a substantial effect on intention following, with more detailed specifications increasing following. Reminders of an intention, too, are most effective when they refer specifically to both the behavior and its occasion. Covert review and written notes are two effective strategies for remembering everyday intentions, but people who use notes appear not to be able to switch quickly to covert review. By focusing on aspects of the setting and rule structure, research on prospective memory and goal pursuit expands the agenda for a more complete explanation of rule effects.

  2. Derivation of Optimal Operating Rules for Large-scale Reservoir Systems Considering Multiple Trade-off

    Science.gov (United States)

    Zhang, J.; Lei, X.; Liu, P.; Wang, H.; Li, Z.

    2017-12-01

    Flood control operation of multi-reservoir systems such as parallel reservoirs and hybrid reservoirs often suffer from complex interactions and trade-off among tributaries and the mainstream. The optimization of such systems is computationally intensive due to nonlinear storage curves, numerous constraints and complex hydraulic connections. This paper aims to derive the optimal flood control operating rules based on the trade-off among tributaries and the mainstream using a new algorithm known as weighted non-dominated sorting genetic algorithm II (WNSGA II). WNSGA II could locate the Pareto frontier in non-dominated region efficiently due to the directed searching by weighted crowding distance, and the results are compared with those of conventional operating rules (COR) and single objective genetic algorithm (GA). Xijiang river basin in China is selected as a case study, with eight reservoirs and five flood control sections within four tributaries and the mainstream. Furthermore, the effects of inflow uncertainty have been assessed. Results indicate that: (1) WNSGA II could locate the non-dominated solutions faster and provide better Pareto frontier than the traditional non-dominated sorting genetic algorithm II (NSGA II) due to the weighted crowding distance; (2) WNSGA II outperforms COR and GA on flood control in the whole basin; (3) The multi-objective operating rules from WNSGA II deal with the inflow uncertainties better than COR. Therefore, the WNSGA II can be used to derive stable operating rules for large-scale reservoir systems effectively and efficiently.

  3. Hamburg rules V Hague Visby rules an English perspective

    OpenAIRE

    Tozaj Dorian; Xhelilaj Ermal

    2010-01-01

    It has often been argued for the effect of defences provided to carriers under Art IV (2) of Hague Visby Rules to almost nullify the protection guaranteed to shippers in other provisions of this convention. Therefore an all embracing universal shipper friendly convention, merely the Hamburg Rules, need be incorporated in all countries in order to address this issue and fully satisfy the intentions of the parties for the establishment of international rules in international trade

  4. Testing of FFTF fuel handling equipment

    International Nuclear Information System (INIS)

    Coleman, D.W.; Grazzini, E.D.; Hill, L.F.

    1977-07-01

    The Fast Flux Test Facility has several manual/computer controlled fuel handling machines which are exposed to severe environments during plant operation but still must operate reliably when called upon for reactor refueling. The test programs for two such machines--the Closed Loop Ex-Vessel Machine and the In-Vessel Handling Machine--are described. The discussion centers on those areas where design corrections or equipment repairs substantiated the benefits of a test program prior to plant operation

  5. PND fuel handling decontamination: facilities and techniques

    International Nuclear Information System (INIS)

    Pan, R.Y.

    1996-01-01

    The use of various decontamination techniques and equipment has become a critical part of Fuel Handling maintenance work at Ontario Hydro's Pickering Nuclear Division. This paper presents an overview of the set up and techniques used for decontamination in the PND Fuel Handling Maintenance Facility and the effectiveness of each. (author). 1 tab., 9 figs

  6. Evaluating Distributed Timing Constraints

    DEFF Research Database (Denmark)

    Kristensen, C.H.; Drejer, N.

    1994-01-01

    In this paper we describe a solution to the problem of implementing time-optimal evaluation of timing constraints in distributed real-time systems.......In this paper we describe a solution to the problem of implementing time-optimal evaluation of timing constraints in distributed real-time systems....

  7. Thermomechanical constraints and constitutive formulations in thermoelasticity

    Directory of Open Access Journals (Sweden)

    Baek S.

    2003-01-01

    Full Text Available We investigate three classes of constraints in a thermoelastic body: (i a deformation-temperature constraint, (ii a deformation-entropy constraint, and (iii a deformation-energy constraint. These constraints are obtained as limits of unconstrained thermoelastic materials and we show that constraints (ii and (iii are equivalent. By using a limiting procedure, we show that for the constraint (i, the entropy plays the role of a Lagrange multiplier while for (ii and (iii, the absolute temperature plays the role of Lagrange multiplier. We further demonstrate that the governing equations for materials subject to constraint (i are identical to those of an unconstrained material whose internal energy is an affine function of the entropy, while those for materials subject to constraints (ii and (iii are identical to those of an unstrained material whose Helmholtz potential is affine in the absolute temperature. Finally, we model the thermoelastic response of a peroxide-cured vulcanizate of natural rubber and show that imposing the constraint in which the volume change depends only on the internal energy leads to very good predictions (compared to experimental results of the stress and temperature response under isothermal and isentropic conditions.

  8. Problems and constraints in Philippine municipal fisheries: The case of San Miguel Bay, Camarines Sur

    Science.gov (United States)

    Lim, Cristina P.; Matsuda, Yoshiaki; Shigemi, Yukio

    1995-11-01

    The Philippine fisheries accounted for 3.7% of the gross national product at current prices. The sector employed about 990,872 persons. Of the divisions comprising the industry, municipal fisheries continued to contribute the largest share of fish production. However, the sector is beset with problems, many of which are best examplified by the case of San Miguel Bay (SMB). This paper presents the problems and constraints confronting SMB, a common property resource. This bay's open access condition has led to various problems, such as declining fishery resources, depressed socioeconomic conditions, illegal fishing, increasing population, and conflict among resource users. A poor marketing system, low level of fishing technology, fishermen's noncompliance and authorities' lax enforcement of rules and regulations, as well as lack of alternative sources of income further characterize the condition in SMB. Establishment of fishing rights, improvement of the marketing system, provision of alternative sources of income, and improvement of fishing technology were some of the solutions suggested. One major constraint, however, is financial, Comanagement complemented with other management tools has been proposed in addressing the problems in SMB.

  9. Uranium hexafluoride handling. Proceedings

    Energy Technology Data Exchange (ETDEWEB)

    1991-12-31

    The United States Department of Energy, Oak Ridge Field Office, and Martin Marietta Energy Systems, Inc., are co-sponsoring this Second International Conference on Uranium Hexafluoride Handling. The conference is offered as a forum for the exchange of information and concepts regarding the technical and regulatory issues and the safety aspects which relate to the handling of uranium hexafluoride. Through the papers presented here, we attempt not only to share technological advances and lessons learned, but also to demonstrate that we are concerned about the health and safety of our workers and the public, and are good stewards of the environment in which we all work and live. These proceedings are a compilation of the work of many experts in that phase of world-wide industry which comprises the nuclear fuel cycle. Their experience spans the entire range over which uranium hexafluoride is involved in the fuel cycle, from the production of UF{sub 6} from the naturally-occurring oxide to its re-conversion to oxide for reactor fuels. The papers furnish insights into the chemical, physical, and nuclear properties of uranium hexafluoride as they influence its transport, storage, and the design and operation of plant-scale facilities for production, processing, and conversion to oxide. The papers demonstrate, in an industry often cited for its excellent safety record, continuing efforts to further improve safety in all areas of handling uranium hexafluoride. Selected papers were processed separately for inclusion in the Energy Science and Technology Database.

  10. Rule Based Reasoning Untuk Monitoring Distribusi Bahan Bakar Minyak Secara Online dan Realtime menggunakan Radio Frequency Identification

    Directory of Open Access Journals (Sweden)

    Mokhamad Iklil Mustofa

    2017-05-01

    Full Text Available The scarcity of fuel oil in Indonesia often occurs due to delays in delivery caused by natural factors or transportation constraints. Theaim of this  research is to develop systems of fuel distribution monitoring online and realtime using rule base reasoning method and radio frequency identification technology. The rule-based reasoning method is used as a rule-based reasoning model used for monitoring distribution and determine rule-based safety stock. The monitoring system program is run with a web-based computer application. Radio frequency identification technology is used by utilizing radio waves as an media identification. This technology is used as a system of tracking and gathering information from objects automatically. The research data uses data of delayed distribution of fuel from fuel terminal to consumer. The monitoring technique uses the time of departure, the estimated time to arrive, the route / route passed by a fuel tanker attached to the radio frequency Identification tag. This monitoring system is carried out by the radio frequency identification reader connected online at any gas station or specified position that has been designed with study case in Semarang. The results of the research covering  the status of rule based reasoning that sends status, that is timely and appropriate paths, timely and truncated pathways, late and on track, late and cut off, and tank lost. The monitoring system is also used in determining the safety stock warehouse, with the safety stock value determined based on the condition of the stock warehouse rules.

  11. Resolving task rule incongruence during task switching by competitor rule suppression.

    Science.gov (United States)

    Meiran, Nachshon; Hsieh, Shulan; Dimov, Eduard

    2010-07-01

    Task switching requires maintaining readiness to execute any task of a given set of tasks. However, when tasks switch, the readiness to execute the now-irrelevant task generates interference, as seen in the task rule incongruence effect. Overcoming such interference requires fine-tuned inhibition that impairs task readiness only minimally. In an experiment involving 2 object classification tasks and 2 location classification tasks, the authors show that irrelevant task rules that generate response conflicts are inhibited. This competitor rule suppression (CRS) is seen in response slowing in subsequent trials, when the competing rules become relevant. CRS is shown to operate on specific rules without affecting similar rules. CRS and backward inhibition, which is another inhibitory phenomenon, produced additive effects on reaction time, suggesting their mutual independence. Implications for current formal theories of task switching as well as for conflict monitoring theories are discussed. (c) 2010 APA, all rights reserved

  12. A multi-component patient-handling intervention improves attitudes and behaviors for safe patient handling and reduces aggression experienced by nursing staff

    DEFF Research Database (Denmark)

    Risør, Bettina Wulff; Casper, Sven Dalgas; Andersen, Lars L.

    2017-01-01

    This study evaluated an intervention for patient-handling equipment aimed to improve nursing staffs' use of patient handling equipment and improve their general health, reduce musculoskeletal problems, aggressive episodes, days of absence and work-related accidents. As a controlled before......-after study, questionnaire data were collected at baseline and 12-month follow-up among nursing staff at intervention and control wards at two hospitals. At 12-month follow-up, the intervention group had more positive attitudes towards patient-handling equipment and increased use of specific patient......-handling equipment. In addition, a lower proportion of nursing staff in the intervention group had experienced physically aggressive episodes. No significant change was observed in general health status, musculoskeletal problems, days of absence or work-related accidents. The intervention resulted in more positive...

  13. PND fuel handling decontamination: facilities and techniques

    Energy Technology Data Exchange (ETDEWEB)

    Pan, R Y [Ontario Hydro, Toronto, ON (Canada)

    1997-12-31

    The use of various decontamination techniques and equipment has become a critical part of Fuel Handling maintenance work at Ontario Hydro`s Pickering Nuclear Division. This paper presents an overview of the set up and techniques used for decontamination in the PND Fuel Handling Maintenance Facility and the effectiveness of each. (author). 1 tab., 9 figs.

  14. Experience of safety and performance improvement for fuel handling equipment

    International Nuclear Information System (INIS)

    Gyoon Chang, Sang; Hee Lee, Dae

    2014-01-01

    The purpose of this study is to provide experience of safety and performance improvement of fuel handling equipment for nuclear power plants in Korea. The fuel handling equipment, which is used as an important part of critical processes during the refueling outage, has been improved to enhance safety and to optimize fuel handling procedures. Results of data measured during the fuel reloading are incorporated into design changes. The safety and performance improvement for fuel handling equipment could be achieved by simply modifying the components and improving the interlock system. The experience provided in this study can be useful lessons for further improvement of the fuel handling equipment. (authors)

  15. Electronuclear sum rules

    International Nuclear Information System (INIS)

    Arenhoevel, H.; Drechsel, D.; Weber, H.J.

    1978-01-01

    Generalized sum rules are derived by integrating the electromagnetic structure functions along lines of constant ratio of momentum and energy transfer. For non-relativistic systems these sum rules are related to the conventional photonuclear sum rules by a scaling transformation. The generalized sum rules are connected with the absorptive part of the forward scattering amplitude of virtual photons. The analytic structure of the scattering amplitudes and the possible existence of dispersion relations have been investigated in schematic relativistic and non-relativistic models. While for the non-relativistic case analyticity does not hold, the relativistic scattering amplitude is analytical for time-like (but not for space-like) photons and relations similar to the Gell-Mann-Goldberger-Thirring sum rule exist. (Auth.)

  16. Neonatal handling induces anovulatory estrous cycles in rats

    Directory of Open Access Journals (Sweden)

    Gomes C.M.

    1999-01-01

    Full Text Available Since previous work has shown that stimulation early in life decreases sexual receptiveness as measured by the female lordosis quotient, we suggested that neonatal handling could affect the function of the hypothalamus-pituitary-gonadal axis. The effects of neonatal handling on the estrous cycle and ovulation were analyzed in adult rats. Two groups of animals were studied: intact (no manipulation, N = 10 and handled (N = 11. Pups were either handled daily for 1 min during the first 10 days of life or left undisturbed. At the age of 90 days, a vaginal smear was collected daily at 9:00 a.m. and analyzed for 29 days; at 9:00 a.m. on the day of estrus, animals were anesthetized with thiopental (40 mg/kg, ip, the ovaries were removed and the oviduct was dissected and squashed between 2 glass slides. The number of oocytes of both oviductal ampullae was counted under the microscope. The average numbers for each phase of the cycle (diestrus I, diestrus II, proestrus and estrus during the period analyzed were compared between the two groups. There were no significant differences between intact and handled females during any of the phases. However, the number of handled females that showed anovulatory cycles (8 out of 11 was significantly higher than in the intact group (none out of 10. Neonatal stimulation may affect not only the hypothalamus-pituitary-adrenal axis, as previously demonstrated, but also the hypothalamus-pituitary-gonadal axis in female rats.

  17. Effective Teaching Practices in Handling Non Readers

    Directory of Open Access Journals (Sweden)

    Jacklyn S. Dacalos

    2016-08-01

    Full Text Available The study determined the effective teaching practices in handling nonreaders. This seeks to answer the following objectives: describe the adjustments, effective strategies, and scaffolds utilized by teachers in handling nonreaders; differentiate the teachers’ reading adjustments, strategies and scaffolds in teaching nonreaders; analyze the teaching reading efficiency of nonreaders using effective teaching reading strategies; and find significant correlation of nonreaders’ grades and reading teachers’ reading adjustments, strategies and scaffolds. This study utilized mixed methods of research. Case studies of five public schools teachers were selected as primary subjects, who were interviewed in handling nonreaders in the areas of adjustments, strategies, and reading scaffolds. Actual teaching observation was conducted according to the five subjects’ most convenient time. In ascertaining the nonreaders’ academic performance, the students’ grades in English subject was analyzed using T-Test within subject design. Handling nonreaders in order to read and understand better in the lesson is an arduous act, yet; once done with effectiveness and passion, it yielded a great amount of learning success. Effective teaching practices in handling nonreaders comprised the use of teachers’ adjustments, strategies, and scaffolds to establish reading mastery, exposing them to letter sounds, short stories, and the use of follow-up. WH questions enhanced their reading performance significantly. Variations of reading teachers’ nature as: an enabler, a facilitator, a humanist, a behaviorist, and an expert, as regards to their teaching practices, were proven significant to students’ reading effectiveness.

  18. The training for nuclear fuel handling at EDF

    International Nuclear Information System (INIS)

    Marion, J.P.

    1999-01-01

    The handling of fuel assemblies in a nuclear power plant presents 3 types of work: the taking delivery of fresh fuel, the refueling and the disposal of spent fuel. These operations are realized by teams made up of 3 handling operators and a supervisor. The refueling is made by 3*8-hour teams. These handling operations are important for the nuclear safety, a mishandling can damage the fuel cladding which is the first containment barrier, so a training center (CETIC) has been created. This center was founded in 1986 by EDF and Framatome, the purpose was to validate maintenance procedures, to test handling equipment and to train the teams which work on site. Various training programmes have been set up and a system of qualification degrees has been organized. The CETIC is fitted up with equipment that are full-sized mockups of real installations. Fuel assemblies don't react in a similar way to the different mechanical and neutronic stresses they undergo while they are in the core, they get deformed and the handling operations become more delicate. The mockup fuel assemblies are quite deformed to train the teams and prepare them to face any real situation. (A.C.)

  19. Human factors issues in fuel handling

    International Nuclear Information System (INIS)

    Beattie, J.D.; Iwasa-Madge, K.M.; Tucker, D.A.

    1994-01-01

    The staff of the Atomic Energy Control Board wish to further their understanding of human factors issues of potential concern associated with fuel handling in CANDU nuclear power stations. This study contributes to that objective by analysing the role of human performance in the overall fuel handling process at Ontario Hydro's Darlington Nuclear Generating Station, and reporting findings in several areas. A number of issues are identified in the areas of design, operating and maintenance practices, and the organizational and management environment

  20. Development of high intensity beam handling system, 4

    International Nuclear Information System (INIS)

    Yamanoi, Yutaka; Tanaka, Kazuhiro; Minakawa, Michifumi

    1992-01-01

    We have constructed the new counter experimental hall at the KEK 12 GeV Proton Synchrotron (KEK-PS) in order to handle high intensity primary proton beams of up to 1x10 3 pps (protons per second), which is one order of magnitude greater than the present beam intensity of the KEK-PS, 1x10 12 pps. New technologies for handling high-intensity beams have, then, been developed and employed in the construction of the new hall. A part of our R/D work on handling high intensity beams will be reported. (author)

  1. Choosing the rules: distinct and overlapping frontoparietal representations of task rules for perceptual decisions.

    Science.gov (United States)

    Zhang, Jiaxiang; Kriegeskorte, Nikolaus; Carlin, Johan D; Rowe, James B

    2013-07-17

    Behavior is governed by rules that associate stimuli with responses and outcomes. Human and monkey studies have shown that rule-specific information is widely represented in the frontoparietal cortex. However, it is not known how establishing a rule under different contexts affects its neural representation. Here, we use event-related functional MRI (fMRI) and multivoxel pattern classification methods to investigate the human brain's mechanisms of establishing and maintaining rules for multiple perceptual decision tasks. Rules were either chosen by participants or specifically instructed to them, and the fMRI activation patterns representing rule-specific information were compared between these contexts. We show that frontoparietal regions differ in the properties of their rule representations during active maintenance before execution. First, rule-specific information maintained in the dorsolateral and medial frontal cortex depends on the context in which it was established (chosen vs specified). Second, rule representations maintained in the ventrolateral frontal and parietal cortex are independent of the context in which they were established. Furthermore, we found that the rule-specific coding maintained in anticipation of stimuli may change with execution of the rule: representations in context-independent regions remain invariant from maintenance to execution stages, whereas rule representations in context-dependent regions do not generalize to execution stage. The identification of distinct frontoparietal systems with context-independent and context-dependent task rule representations, and the distinction between anticipatory and executive rule representations, provide new insights into the functional architecture of goal-directed behavior.

  2. Smooth criminal: convicted rule-breakers show reduced cognitive conflict during deliberate rule violations.

    Science.gov (United States)

    Jusyte, Aiste; Pfister, Roland; Mayer, Sarah V; Schwarz, Katharina A; Wirth, Robert; Kunde, Wilfried; Schönenberg, Michael

    2017-09-01

    Classic findings on conformity and obedience document a strong and automatic drive of human agents to follow any type of rule or social norm. At the same time, most individuals tend to violate rules on occasion, and such deliberate rule violations have recently been shown to yield cognitive conflict for the rule-breaker. These findings indicate persistent difficulty to suppress the rule representation, even though rule violations were studied in a controlled experimental setting with neither gains nor possible sanctions for violators. In the current study, we validate these findings by showing that convicted criminals, i.e., individuals with a history of habitual and severe forms of rule violations, can free themselves from such cognitive conflict in a similarly controlled laboratory task. These findings support an emerging view that aims at understanding rule violations from the perspective of the violating agent rather than from the perspective of outside observer.

  3. Feasible Electricity Infrastructure Pathways in the Context of Climate-Water Change Constraints

    Science.gov (United States)

    Miara, A.; Vorosmarty, C. J.; Macknick, J.; Cohen, S. M.; Tidwell, V. C.; Newmark, R. L.; Fekete, B. M.; Corsi, F.; Sun, Y.; Proussevitch, A. A.; Glidden, S.

    2017-12-01

    The carbon and water intensity of US electricity generation has recently decreased due to the natural gas revolution and deployment of renewable technologies. Yet, power plants that require water for cooling still provide 80% of electricity generation and projected climate-water conditions may limit their power output and affect reliability. Understanding the connections and tradeoffs across water, electricity and climate systems is timely, as the nation tries to mitigate and adapt to a changing climate. Electricity expansion models are used to provide insight on power sector pathways given certain policy goals and economic conditions, but do not typically account for productivity limitations due to physical climate-water constraints. Here, we account for such constraints by coupling an electricity expansion model (Regional Energy Deployment System - ReEDS) with the combined Water Balance and Thermoelectric Power and Thermal Pollution Models (WBM-TP2M), which calculate the available capacity at power plants as a function of hydrologic flows, climate conditions, power plant technology and environmental regulations. To fully capture and incorporate climate-water impacts into ReEDS, a specific rule-set was designed for the temporal and spatial downscaling and up-scaling of ReEDS results into WBM-TP2M inputs and visa versa - required to achieve a modeling `loop' that will enable convergence on a feasible solution in the context of economic and geophysical constraints and opportunities. This novel modeling approach is the next phase of research for understanding electricity system vulnerabilities and adaptation measures using energy-water-climate modeling, which to-date has been limited by a focus on individual generators without analyzing power generation as a collective regional system. This study considers four energy policy/economic pathways under future climate-water resource conditions, designed under the National Energy Water System assessment framework. Results

  4. Ant colony optimization and constraint programming

    CERN Document Server

    Solnon, Christine

    2013-01-01

    Ant colony optimization is a metaheuristic which has been successfully applied to a wide range of combinatorial optimization problems. The author describes this metaheuristic and studies its efficiency for solving some hard combinatorial problems, with a specific focus on constraint programming. The text is organized into three parts. The first part introduces constraint programming, which provides high level features to declaratively model problems by means of constraints. It describes the main existing approaches for solving constraint satisfaction problems, including complete tree search

  5. The Rules of the Game—The Rules of the Player

    DEFF Research Database (Denmark)

    Thorhauge, Anne Mette

    2013-01-01

    of the game manager in order to implement the rules and provide a world for the other players. In online role-playing games, a programmed system simulates the rule system as well as part of the game manager’s tasks, while the rest of the activity is up to the players to define. Some aspects may translate more......This article presents a critical view of the concept of rules in game studies on the basis of a case study of role-playing across media. Role-playing in its traditional form is a complex activity including a game system and a number of communicative conventions where one player takes the role...... or less unproblematically across media, others are transformed by the introduction of the programmed system. This reveals some important perspectives on the sort of rules that can be simulated in a programmed system and what this means to the concept of rules in game studies....

  6. Causality Constraints in Conformal Field Theory

    CERN Multimedia

    CERN. Geneva

    2015-01-01

    Causality places nontrivial constraints on QFT in Lorentzian signature, for example fixing the signs of certain terms in the low energy Lagrangian. In d-dimensional conformal field theory, we show how such constraints are encoded in crossing symmetry of Euclidean correlators, and derive analogous constraints directly from the conformal bootstrap (analytically). The bootstrap setup is a Lorentzian four-point function corresponding to propagation through a shockwave. Crossing symmetry fixes the signs of certain log terms that appear in the conformal block expansion, which constrains the interactions of low-lying operators. As an application, we use the bootstrap to rederive the well known sign constraint on the (∂φ)4 coupling in effective field theory, from a dual CFT. We also find constraints on theories with higher spin conserved currents. Our analysis is restricted to scalar correlators, but we argue that similar methods should also impose nontrivial constraints on the interactions of spinni...

  7. Causality constraints in conformal field theory

    Energy Technology Data Exchange (ETDEWEB)

    Hartman, Thomas; Jain, Sachin; Kundu, Sandipan [Department of Physics, Cornell University,Ithaca, New York (United States)

    2016-05-17

    Causality places nontrivial constraints on QFT in Lorentzian signature, for example fixing the signs of certain terms in the low energy Lagrangian. In d dimensional conformal field theory, we show how such constraints are encoded in crossing symmetry of Euclidean correlators, and derive analogous constraints directly from the conformal bootstrap (analytically). The bootstrap setup is a Lorentzian four-point function corresponding to propagation through a shockwave. Crossing symmetry fixes the signs of certain log terms that appear in the conformal block expansion, which constrains the interactions of low-lying operators. As an application, we use the bootstrap to rederive the well known sign constraint on the (∂ϕ){sup 4} coupling in effective field theory, from a dual CFT. We also find constraints on theories with higher spin conserved currents. Our analysis is restricted to scalar correlators, but we argue that similar methods should also impose nontrivial constraints on the interactions of spinning operators.

  8. Proposal to modify Rule 6, Rule 10a, and Rule 12c of the International Code of Nomenclature of Prokaryotes.

    Science.gov (United States)

    Oren, Aharon; Garrity, George M; Schink, Bernhard

    2014-04-01

    According to the current versions of Rule 10a and Rule 12c of the International Code of Nomenclature of Prokaryotes, names of a genus or subgenus and specific epithets may be taken from any source and may even be composed in an arbitrary manner. Based on these rules, names may be composed of any word or any combination of elements derived from any language with a Latin ending. We propose modifying these rules by adding the text, currently part of Recommendation 6, according to which words from languages other than Latin or Greek should be avoided as long as equivalents exist in Latin or Greek or can be constructed by combining word elements from these two languages. We also propose modification of Rule 6 by adopting some of the current paragraphs of Recommendation 6 to become part of the Rule.

  9. 7 CFR 1924.259 - Handling dwelling construction complaints.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 12 2010-01-01 2010-01-01 false Handling dwelling construction complaints. 1924.259 Section 1924.259 Agriculture Regulations of the Department of Agriculture (Continued) RURAL HOUSING... Construction Defects § 1924.259 Handling dwelling construction complaints. This section describes the procedure...

  10. CANDU-9/480-SEU fuel handling system assessment document

    International Nuclear Information System (INIS)

    Hwang, Jeong Ki; Jo, C. H.; Kim, H. M.; Morikawa, D. T.

    1996-11-01

    This report summarize the rationale for the CANDU 9 fuel handling system, and the design choices recommended for components of the system. Some of the design requirements applicable to the CANDU 9 480-SEU fuel handling design choices are described. These requirements imposed by the CANDU 9 project. And the design features for the key components of fuel handling system, such as the fuelling machine, the carriage, the new fuel transfer system and the irradiated fuel transfer system, are described. The carriage seismic load evaluations relevant to the design are contained in the appendices. The majority of the carriage components are acceptable, or will likely be acceptable with some redesign. The concept for the CANDU 9 fuel handling system is based on proven CANDU designs, or on improved CANDU technology. Although some development work must be done, the fuel handling concept is judged to be feasible for the CANDU 9 480-SEU reactor. (author). 2 refs

  11. Player-Specific Conflict Handling Ontology

    Directory of Open Access Journals (Sweden)

    Charline Hondrou

    2014-09-01

    Full Text Available This paper presents an ontology that leads the player of a serious game - regarding conflict handling - to the educative experience from which they will benefit the most. It provides a clearly defined tree of axioms that maps the player’s visually manifested affective cues and emotional stimuli from the serious game to conflict handling styles and proposes interventions. The importance of this ontology lies in the fact that it promotes natural interaction (non-invasive methods and at the same time makes the game as player-specific as it can be for its educational goal. It is an ontology that can be adapted to different educational theories and serve various educational purposes.

  12. Learning and Parallelization Boost Constraint Search

    Science.gov (United States)

    Yun, Xi

    2013-01-01

    Constraint satisfaction problems are a powerful way to abstract and represent academic and real-world problems from both artificial intelligence and operations research. A constraint satisfaction problem is typically addressed by a sequential constraint solver running on a single processor. Rather than construct a new, parallel solver, this work…

  13. 340 Waste Handling Facility interim safety basis

    International Nuclear Information System (INIS)

    Bendixsen, R.B.

    1995-01-01

    This document establishes the interim safety basis (ISB) for the 340 Waste Handling Facility (340 Facility). An ISB is a documented safety basis that provides a justification for the continued operation of the facility until an upgraded final safety analysis report is prepared that complies with US Department of Energy (DOE) Order 5480.23, Nuclear Safety Analysis Reports. The ISB for the 340 Facility documents the current design and operation of the facility. The 340 Facility ISB (ISB-003) is based on a facility walkdown and review of the design and operation of the facility, as described in the existing safety documentation. The safety documents reviewed, to develop ISB-003, include the following: OSD-SW-153-0001, Operating Specification Document for the 340 Waste Handling Facility (WHC 1990); OSR-SW-152-00003, Operating Limits for the 340 Waste Handling Facility (WHC 1989); SD-RE-SAP-013, Safety Analysis Report for Packaging, Railroad Liquid Waste Tank Cars (Mercado 1993); SD-WM-TM-001, Safety Assessment Document for the 340 Waste Handling Facility (Berneski 1994a); SD-WM-SEL-016, 340 Facility Safety Equipment List (Berneski 1992); and 340 Complex Fire Hazard Analysis, Draft (Hughes Assoc. Inc. 1994)

  14. Fuzzy Constraint-Based Agent Negotiation

    Institute of Scientific and Technical Information of China (English)

    Menq-Wen Lin; K. Robert Lai; Ting-Jung Yu

    2005-01-01

    Conflicts between two or more parties arise for various reasons and perspectives. Thus, resolution of conflicts frequently relies on some form of negotiation. This paper presents a general problem-solving framework for modeling multi-issue multilateral negotiation using fuzzy constraints. Agent negotiation is formulated as a distributed fuzzy constraint satisfaction problem (DFCSP). Fuzzy constrains are thus used to naturally represent each agent's desires involving imprecision and human conceptualization, particularly when lexical imprecision and subjective matters are concerned. On the other hand, based on fuzzy constraint-based problem-solving, our approach enables an agent not only to systematically relax fuzzy constraints to generate a proposal, but also to employ fuzzy similarity to select the alternative that is subject to its acceptability by the opponents. This task of problem-solving is to reach an agreement that benefits all agents with a high satisfaction degree of fuzzy constraints, and move towards the deal more quickly since their search focuses only on the feasible solution space. An application to multilateral negotiation of a travel planning is provided to demonstrate the usefulness and effectiveness of our framework.

  15. Remote handling technology for nuclear fuel cycle facilities

    International Nuclear Information System (INIS)

    Sakai, Akira; Maekawa, Hiromichi; Ohmura, Yutaka

    1997-01-01

    Design and R and D on nuclear fuel cycle facilities has intended development of remote handling and maintenance technology since 1977. IHI has completed the design and construction of several facilities with remote handling systems for Power Reactor and Nuclear Fuel Development Corporation (PNC), Japan Atomic Energy Research Institute (JAERI), and Japan Nuclear Fuel Ltd. (JNFL). Based on the above experiences, IHI is now undertaking integration of specific technology and remote handling technology for application to new fields such as fusion reactor facilities, decommissioning of nuclear reactors, accelerator testing facilities, and robot simulator-aided remote operation systems in the future. (author)

  16. Gradient decent based multi-objective cultural differential evolution for short-term hydrothermal optimal scheduling of economic emission with integrating wind power and photovoltaic power

    International Nuclear Information System (INIS)

    Zhang, Huifeng; Yue, Dong; Xie, Xiangpeng; Dou, Chunxia; Sun, Feng

    2017-01-01

    With the integration of wind power and photovoltaic power, optimal operation of hydrothermal power system becomes great challenge due to its non-convex, stochastic and complex-coupled constrained characteristics. This paper extends short-term hydrothermal system optimal model into short-term hydrothermal optimal scheduling of economic emission while considering integrated intermittent energy resources (SHOSEE-IIER). For properly solving SHOSEE-IIER problem, a gradient decent based multi-objective cultural differential evolution (GD-MOCDE) is proposed to improve the optimal efficiency of SHOSEE-IIER combined with three designed knowledge structures, which mainly enhances search ability of differential evolution in the shortest way. With considering those complex-coupled and stochastic constraints, a heuristic constraint-handling measurement is utilized to tackle with them both in coarse and fine tuning way, and probability constraint-handling procedures are taken to properly handle those stochastic constraints combined with their probability density functions. Ultimately, those approaches are implemented on five test systems, which testify the optimization efficiency of proposed GD-MOCDE and constraint-handling efficiency for system load balance, water balance and stochastic constraint-handling measurements, those obtained results reveal that the proposed GD-MOCDE can properly solve the SHOSEE-IIER problem combined with those constraint-handling approaches. - Highlights: • Gradient decent method is proposed to improve mutation operator. • Hydrothermal system is extended to hybrid energy system. • The uncertainty constraint is converted into deterministic constraint. • The results show the viability and efficiency of proposed algorithm.

  17. Solid waste handling

    International Nuclear Information System (INIS)

    Parazin, R.J.

    1995-01-01

    This study presents estimates of the solid radioactive waste quantities that will be generated in the Separations, Low-Level Waste Vitrification and High-Level Waste Vitrification facilities, collectively called the Tank Waste Remediation System Treatment Complex, over the life of these facilities. This study then considers previous estimates from other 200 Area generators and compares alternative methods of handling (segregation, packaging, assaying, shipping, etc.)

  18. Mars Sample Handling Functionality

    Science.gov (United States)

    Meyer, M. A.; Mattingly, R. L.

    2018-04-01

    The final leg of a Mars Sample Return campaign would be an entity that we have referred to as Mars Returned Sample Handling (MRSH.) This talk will address our current view of the functional requirements on MRSH, focused on the Sample Receiving Facility (SRF).

  19. Remote handling demonstration of ITER blanket module replacement

    International Nuclear Information System (INIS)

    Kakudate, S.; Nakahira, M.; Oka, K.; Taguchi, K.; Obara, K.; Tada, E.; Shibanuma, K.; Tesini, A.; Haange, R.; Maisonnier, D.

    2001-01-01

    In ITER, the in-vessel components such as blanket are to be maintained or replaced remotely since they will be activated by 14 MeV neutrons, and a complete exchange of shielding blanket with breeding blanket is foreseen after the Basic Performance Phase. The blanket is segmented into about seven hundred modules to facilitate remote maintainability and allow individual module replacement. For this, the remote handing equipment for blanket maintenance is required to handle a module with a dead weight of about 4 tonne within a positioning accuracy of a few mm under intense gamma radiation. According to the ITER R and D program, a rail-mounted vehicle manipulator system was developed and the basic feasibility of this system was verified through prototype testing. Following this, development of full-scale remote handling equipment has been conducted as one of the ITER Seven R and D Projects aiming at a remote handling demonstration of the ITER blanket. As a result, the Blanket Test Platform (BTP) composed of the full-scale remote handling equipment has been completed and the first integrated performance test in March 1998 has shown that the fabricate remote handling equipment satisfies the main requirements of ITER blanket maintenance. (author)

  20. Notes on Timed Concurrent Constraint Programming

    DEFF Research Database (Denmark)

    Nielsen, Mogens; Valencia, Frank D.

    2004-01-01

    and program reactive systems. This note provides a comprehensive introduction to the background for and central notions from the theory of tccp. Furthermore, it surveys recent results on a particular tccp calculus, ntcc, and it provides a classification of the expressive power of various tccp languages.......A constraint is a piece of (partial) information on the values of the variables of a system. Concurrent constraint programming (ccp) is a model of concurrency in which agents (also called processes) interact by telling and asking information (constraints) to and from a shared store (a constraint...