WorldWideScience

Sample records for sequential test program

  1. Multi-agent sequential hypothesis testing

    KAUST Repository

    Kim, Kwang-Ki K.

    2014-12-15

    This paper considers multi-agent sequential hypothesis testing and presents a framework for strategic learning in sequential games with explicit consideration of both temporal and spatial coordination. The associated Bayes risk functions explicitly incorporate costs of taking private/public measurements, costs of time-difference and disagreement in actions of agents, and costs of false declaration/choices in the sequential hypothesis testing. The corresponding sequential decision processes have well-defined value functions with respect to (a) the belief states for the case of conditional independent private noisy measurements that are also assumed to be independent identically distributed over time, and (b) the information states for the case of correlated private noisy measurements. A sequential investment game of strategic coordination and delay is also discussed as an application of the proposed strategic learning rules.

  2. Simple and flexible SAS and SPSS programs for analyzing lag-sequential categorical data.

    Science.gov (United States)

    O'Connor, B P

    1999-11-01

    This paper describes simple and flexible programs for analyzing lag-sequential categorical data, using SAS and SPSS. The programs read a stream of codes and produce a variety of lag-sequential statistics, including transitional frequencies, expected transitional frequencies, transitional probabilities, adjusted residuals, z values, Yule's Q values, likelihood ratio tests of stationarity across time and homogeneity across groups or segments, transformed kappas for unidirectional dependence, bidirectional dependence, parallel and nonparallel dominance, and significance levels based on both parametric and randomization tests.

  3. Multi-agent sequential hypothesis testing

    KAUST Repository

    Kim, Kwang-Ki K.; Shamma, Jeff S.

    2014-01-01

    incorporate costs of taking private/public measurements, costs of time-difference and disagreement in actions of agents, and costs of false declaration/choices in the sequential hypothesis testing. The corresponding sequential decision processes have well

  4. Sequential Probability Ration Tests : Conservative and Robust

    NARCIS (Netherlands)

    Kleijnen, J.P.C.; Shi, Wen

    2017-01-01

    In practice, most computers generate simulation outputs sequentially, so it is attractive to analyze these outputs through sequential statistical methods such as sequential probability ratio tests (SPRTs). We investigate several SPRTs for choosing between two hypothesized values for the mean output

  5. A one-sided sequential test

    Energy Technology Data Exchange (ETDEWEB)

    Racz, A.; Lux, I. [Hungarian Academy of Sciences, Budapest (Hungary). Atomic Energy Research Inst.

    1996-04-16

    The applicability of the classical sequential probability ratio testing (SPRT) for early failure detection problems is limited by the fact that there is an extra time delay between the occurrence of the failure and its first recognition. Chien and Adams developed a method to minimize this time for the case when the problem can be formulated as testing the mean value of a Gaussian signal. In our paper we propose a procedure that can be applied for both mean and variance testing and that minimizes the time delay. The method is based on a special parametrization of the classical SPRT. The one-sided sequential tests (OSST) can reproduce the results of the Chien-Adams test when applied for mean values. (author).

  6. Applying the minimax principle to sequential mastery testing

    NARCIS (Netherlands)

    Vos, Hendrik J.

    2002-01-01

    The purpose of this paper is to derive optimal rules for sequential mastery tests. In a sequential mastery test, the decision is to classify a subject as a master, a nonmaster, or to continue sampling and administering another random item. The framework of minimax sequential decision theory (minimum

  7. A Trust-region-based Sequential Quadratic Programming Algorithm

    DEFF Research Database (Denmark)

    Henriksen, Lars Christian; Poulsen, Niels Kjølstad

    This technical note documents the trust-region-based sequential quadratic programming algorithm used in other works by the authors. The algorithm seeks to minimize a convex nonlinear cost function subject to linear inequalty constraints and nonlinear equality constraints.......This technical note documents the trust-region-based sequential quadratic programming algorithm used in other works by the authors. The algorithm seeks to minimize a convex nonlinear cost function subject to linear inequalty constraints and nonlinear equality constraints....

  8. A minimax procedure in the context of sequential mastery testing

    NARCIS (Netherlands)

    Vos, Hendrik J.

    1999-01-01

    The purpose of this paper is to derive optimal rules for sequential mastery tests. In a sequential mastery test, the decision is to classify a subject as a master or a nonmaster, or to continue sampling and administering another random test item. The framework of minimax sequential decision theory

  9. Sequential accelerated tests: Improving the correlation of accelerated tests to module performance in the field

    Science.gov (United States)

    Felder, Thomas; Gambogi, William; Stika, Katherine; Yu, Bao-Ling; Bradley, Alex; Hu, Hongjie; Garreau-Iles, Lucie; Trout, T. John

    2016-09-01

    DuPont has been working steadily to develop accelerated backsheet tests that correlate with solar panels observations in the field. This report updates efforts in sequential testing. Single exposure tests are more commonly used and can be completed more quickly, and certain tests provide helpful predictions of certain backsheet failure modes. DuPont recommendations for single exposure tests are based on 25-year exposure levels for UV and humidity/temperature, and form a good basis for sequential test development. We recommend a sequential exposure of damp heat followed by UV then repetitions of thermal cycling and UVA. This sequence preserves 25-year exposure levels for humidity/temperature and UV, and correlates well with a large body of field observations. Measurements can be taken at intervals in the test, although the full test runs 10 months. A second, shorter sequential test based on damp heat and thermal cycling tests mechanical durability and correlates with loss of mechanical properties seen in the field. Ongoing work is directed toward shorter sequential tests that preserve good correlation to field data.

  10. S.M.P. SEQUENTIAL MATHEMATICS PROGRAM.

    Science.gov (United States)

    CICIARELLI, V; LEONARD, JOSEPH

    A SEQUENTIAL MATHEMATICS PROGRAM BEGINNING WITH THE BASIC FUNDAMENTALS ON THE FOURTH GRADE LEVEL IS PRESENTED. INCLUDED ARE AN UNDERSTANDING OF OUR NUMBER SYSTEM, AND THE BASIC OPERATIONS OF WORKING WITH WHOLE NUMBERS--ADDITION, SUBTRACTION, MULTIPLICATION, AND DIVISION. COMMON FRACTIONS ARE TAUGHT IN THE FIFTH, SIXTH, AND SEVENTH GRADES. A…

  11. Sequential and simultaneous choices: testing the diet selection and sequential choice models.

    Science.gov (United States)

    Freidin, Esteban; Aw, Justine; Kacelnik, Alex

    2009-03-01

    We investigate simultaneous and sequential choices in starlings, using Charnov's Diet Choice Model (DCM) and Shapiro, Siller and Kacelnik's Sequential Choice Model (SCM) to integrate function and mechanism. During a training phase, starlings encountered one food-related option per trial (A, B or R) in random sequence and with equal probability. A and B delivered food rewards after programmed delays (shorter for A), while R ('rejection') moved directly to the next trial without reward. In this phase we measured latencies to respond. In a later, choice, phase, birds encountered the pairs A-B, A-R and B-R, the first implementing a simultaneous choice and the second and third sequential choices. The DCM predicts when R should be chosen to maximize intake rate, and SCM uses latencies of the training phase to predict choices between any pair of options in the choice phase. The predictions of both models coincided, and both successfully predicted the birds' preferences. The DCM does not deal with partial preferences, while the SCM does, and experimental results were strongly correlated to this model's predictions. We believe that the SCM may expose a very general mechanism of animal choice, and that its wider domain of success reflects the greater ecological significance of sequential over simultaneous choices.

  12. From sequential to parallel programming with patterns

    CERN Document Server

    CERN. Geneva

    2018-01-01

    To increase in both performance and efficiency, our programming models need to adapt to better exploit modern processors. The classic idioms and patterns for programming such as loops, branches or recursion are the pillars of almost every code and are well known among all programmers. These patterns all have in common that they are sequential in nature. Embracing parallel programming patterns, which allow us to program for multi- and many-core hardware in a natural way, greatly simplifies the task of designing a program that scales and performs on modern hardware, independently of the used programming language, and in a generic way.

  13. Hybrid Computerized Adaptive Testing: From Group Sequential Design to Fully Sequential Design

    Science.gov (United States)

    Wang, Shiyu; Lin, Haiyan; Chang, Hua-Hua; Douglas, Jeff

    2016-01-01

    Computerized adaptive testing (CAT) and multistage testing (MST) have become two of the most popular modes in large-scale computer-based sequential testing. Though most designs of CAT and MST exhibit strength and weakness in recent large-scale implementations, there is no simple answer to the question of which design is better because different…

  14. STABILIZED SEQUENTIAL QUADRATIC PROGRAMMING: A SURVEY

    Directory of Open Access Journals (Sweden)

    Damián Fernández

    2014-12-01

    Full Text Available We review the motivation for, the current state-of-the-art in convergence results, and some open questions concerning the stabilized version of the sequential quadratic programming algorithm for constrained optimization. We also discuss the tools required for its local convergence analysis, globalization challenges, and extentions of the method to the more general variational problems.

  15. Fault detection in multiply-redundant measurement systems via sequential testing

    International Nuclear Information System (INIS)

    Ray, A.

    1988-01-01

    The theory and application of a sequential test procedure for fault detection and isolation. The test procedure is suited for development of intelligent instrumentation in strategic processes like aircraft and nuclear plants where redundant measurements are usually available for individual critical variables. The test procedure consists of: (1) a generic redundancy management procedure which is essentially independent of the fault detection strategy and measurement noise statistics, and (2) a modified version of sequential probability ratio test algorithm for fault detection and isolation, which functions within the framework of this redundancy management procedure. The sequential test procedure is suitable for real-time applications using commercially available microcomputers and its efficacy has been verified by online fault detection in an operating nuclear reactor. 15 references

  16. Sequential Computerized Mastery Tests--Three Simulation Studies

    Science.gov (United States)

    Wiberg, Marie

    2006-01-01

    A simulation study of a sequential computerized mastery test is carried out with items modeled with the 3 parameter logistic item response theory model. The examinees' responses are either identically distributed, not identically distributed, or not identically distributed together with estimation errors in the item characteristics. The…

  17. Sequential test procedures for inventory differences

    International Nuclear Information System (INIS)

    Goldman, A.S.; Kern, E.A.; Emeigh, C.W.

    1985-01-01

    By means of a simulation study, we investigated the appropriateness of Page's and power-one sequential tests on sequences of inventory differences obtained from an example materials control unit, a sub-area of a hypothetical UF 6 -to-U 3 O 8 conversion process. The study examined detection probability and run length curves obtained from different loss scenarios. 12 refs., 10 figs., 2 tabs

  18. Large-scale sequential quadratic programming algorithms

    Energy Technology Data Exchange (ETDEWEB)

    Eldersveld, S.K.

    1992-09-01

    The problem addressed is the general nonlinear programming problem: finding a local minimizer for a nonlinear function subject to a mixture of nonlinear equality and inequality constraints. The methods studied are in the class of sequential quadratic programming (SQP) algorithms, which have previously proved successful for problems of moderate size. Our goal is to devise an SQP algorithm that is applicable to large-scale optimization problems, using sparse data structures and storing less curvature information but maintaining the property of superlinear convergence. The main features are: 1. The use of a quasi-Newton approximation to the reduced Hessian of the Lagrangian function. Only an estimate of the reduced Hessian matrix is required by our algorithm. The impact of not having available the full Hessian approximation is studied and alternative estimates are constructed. 2. The use of a transformation matrix Q. This allows the QP gradient to be computed easily when only the reduced Hessian approximation is maintained. 3. The use of a reduced-gradient form of the basis for the null space of the working set. This choice of basis is more practical than an orthogonal null-space basis for large-scale problems. The continuity condition for this choice is proven. 4. The use of incomplete solutions of quadratic programming subproblems. Certain iterates generated by an active-set method for the QP subproblem are used in place of the QP minimizer to define the search direction for the nonlinear problem. An implementation of the new algorithm has been obtained by modifying the code MINOS. Results and comparisons with MINOS and NPSOL are given for the new algorithm on a set of 92 test problems.

  19. Optimal Sequential Diagnostic Strategy Generation Considering Test Placement Cost for Multimode Systems

    Directory of Open Access Journals (Sweden)

    Shigang Zhang

    2015-10-01

    Full Text Available Sequential fault diagnosis is an approach that realizes fault isolation by executing the optimal test step by step. The strategy used, i.e., the sequential diagnostic strategy, has great influence on diagnostic accuracy and cost. Optimal sequential diagnostic strategy generation is an important step in the process of diagnosis system construction, which has been studied extensively in the literature. However, previous algorithms either are designed for single mode systems or do not consider test placement cost. They are not suitable to solve the sequential diagnostic strategy generation problem considering test placement cost for multimode systems. Therefore, this problem is studied in this paper. A formulation is presented. Two algorithms are proposed, one of which is realized by system transformation and the other is newly designed. Extensive simulations are carried out to test the effectiveness of the algorithms. A real-world system is also presented. All the results show that both of them have the ability to solve the diagnostic strategy generation problem, and they have different characteristics.

  20. Optimal Sequential Diagnostic Strategy Generation Considering Test Placement Cost for Multimode Systems

    Science.gov (United States)

    Zhang, Shigang; Song, Lijun; Zhang, Wei; Hu, Zheng; Yang, Yongmin

    2015-01-01

    Sequential fault diagnosis is an approach that realizes fault isolation by executing the optimal test step by step. The strategy used, i.e., the sequential diagnostic strategy, has great influence on diagnostic accuracy and cost. Optimal sequential diagnostic strategy generation is an important step in the process of diagnosis system construction, which has been studied extensively in the literature. However, previous algorithms either are designed for single mode systems or do not consider test placement cost. They are not suitable to solve the sequential diagnostic strategy generation problem considering test placement cost for multimode systems. Therefore, this problem is studied in this paper. A formulation is presented. Two algorithms are proposed, one of which is realized by system transformation and the other is newly designed. Extensive simulations are carried out to test the effectiveness of the algorithms. A real-world system is also presented. All the results show that both of them have the ability to solve the diagnostic strategy generation problem, and they have different characteristics. PMID:26457709

  1. Monte Carlo simulation of the sequential probability ratio test for radiation monitoring

    International Nuclear Information System (INIS)

    Coop, K.L.

    1984-01-01

    A computer program simulates the Sequential Probability Ratio Test (SPRT) using Monte Carlo techniques. The program, SEQTEST, performs random-number sampling of either a Poisson or normal distribution to simulate radiation monitoring data. The results are in terms of the detection probabilities and the average time required for a trial. The computed SPRT results can be compared with tabulated single interval test (SIT) values to determine the better statistical test for particular monitoring applications. Use of the SPRT in a hand-and-foot alpha monitor shows that the SPRT provides better detection probabilities while generally requiring less counting time. Calculations are also performed for a monitor where the SPRT is not permitted to the take longer than the single interval test. Although the performance of the SPRT is degraded by this restriction, the detection probabilities are still similar to the SIT values, and average counting times are always less than 75% of the SIT time. Some optimal conditions for use of the SPRT are described. The SPRT should be the test of choice in many radiation monitoring situations. 6 references, 8 figures, 1 table

  2. A Bayesian Optimal Design for Sequential Accelerated Degradation Testing

    Directory of Open Access Journals (Sweden)

    Xiaoyang Li

    2017-07-01

    Full Text Available When optimizing an accelerated degradation testing (ADT plan, the initial values of unknown model parameters must be pre-specified. However, it is usually difficult to obtain the exact values, since many uncertainties are embedded in these parameters. Bayesian ADT optimal design was presented to address this problem by using prior distributions to capture these uncertainties. Nevertheless, when the difference between a prior distribution and actual situation is large, the existing Bayesian optimal design might cause some over-testing or under-testing issues. For example, the implemented ADT following the optimal ADT plan consumes too much testing resources or few accelerated degradation data are obtained during the ADT. To overcome these obstacles, a Bayesian sequential step-down-stress ADT design is proposed in this article. During the sequential ADT, the test under the highest stress level is firstly conducted based on the initial prior information to quickly generate degradation data. Then, the data collected under higher stress levels are employed to construct the prior distributions for the test design under lower stress levels by using the Bayesian inference. In the process of optimization, the inverse Gaussian (IG process is assumed to describe the degradation paths, and the Bayesian D-optimality is selected as the optimal objective. A case study on an electrical connector’s ADT plan is provided to illustrate the application of the proposed Bayesian sequential ADT design method. Compared with the results from a typical static Bayesian ADT plan, the proposed design could guarantee more stable and precise estimations of different reliability measures.

  3. Programme for test generation for combinatorial and sequential systems

    International Nuclear Information System (INIS)

    Tran Huy Hoan

    1973-01-01

    This research thesis reports the computer-assisted search for tests aimed at failure detection in combinatorial and sequential logic circuits. As he wants to deal with complex circuits with many modules such as those met in large scale integrated circuits (LSI), the author used propagation paths. He reports the development of a method which is valid for combinatorial systems and for several sequential circuits comprising elementary logic modules and JK and RS flip-flops. This method is developed on an IBM 360/91 computer in PL/1 language. The used memory space is limited and adjustable with respect to circuit dimension. Computing time is short when compared to that needed by other programmes. The solution is practical and efficient for failure test and localisation

  4. On Locally Most Powerful Sequential Rank Tests

    Czech Academy of Sciences Publication Activity Database

    Kalina, Jan

    2017-01-01

    Roč. 36, č. 1 (2017), s. 111-125 ISSN 0747-4946 R&D Projects: GA ČR GA17-07384S Grant - others:Nadační fond na podporu vědy(CZ) Neuron Institutional support: RVO:67985807 Keywords : nonparametric test s * sequential ranks * stopping variable Subject RIV: BA - General Mathematics OBOR OECD: Pure mathematics Impact factor: 0.339, year: 2016

  5. Comments on the sequential probability ratio testing methods

    Energy Technology Data Exchange (ETDEWEB)

    Racz, A. [Hungarian Academy of Sciences, Budapest (Hungary). Central Research Inst. for Physics

    1996-07-01

    In this paper the classical sequential probability ratio testing method (SPRT) is reconsidered. Every individual boundary crossing event of the SPRT is regarded as a new piece of evidence about the problem under hypothesis testing. The Bayes method is applied for belief updating, i.e. integrating these individual decisions. The procedure is recommended to use when the user (1) would like to be informed about the tested hypothesis continuously and (2) would like to achieve his final conclusion with high confidence level. (Author).

  6. Real sequential evaluation of materials balance data with the computer program PROSA

    International Nuclear Information System (INIS)

    Bicking, U.; Golly, W.; Seifert, R.

    1991-01-01

    Material accountancy is an important tool for international nuclear safeguards. The aim is to detect a possible loss of material timely and with high probability. In this context, a computer program called PROSA (Program for Sequential Analysis of NRTA data) was developed at the Karlsruhe Nuclear Research Center. PROSA is a statistical tool to decide on the basis of statistical considerations whether or not in a given sequence of material balances a loss of material might have occurred. The evaluation of the material balance data (MUF values) is carried out with statistical test procedures. In the present PROSA version 4.0 three tests, Page's test, CUMUF test and GEMUF test are applied at a time. These three test procedures are the result of several years of research and are supposed to be the most promising ones with respect to the detection probability of possible losses of material as well as to the timeliness of such a detection. PROSA version 4.0 is a user-friendly, menudriven computer program which is suitable for routine field application. Data input - that means MUF values and measurement model - can be performed either by diskette or by key-enter. The output consists of an information whether or not an alarm is indicated. This information can be displayed either numerically or graphically. Therefore, a comfortable graphical output utility is attached to PROSA version 4.0. In this presentation the theoretical concepts implemented in PROSA will be explained. Furthermore, the functioning of the program will be presented and the performance of PROSA will be demonstrated using balance data of a real reprocessing campaign. (J.P.N.)

  7. Safeguarding a Lunar Rover with Wald's Sequential Probability Ratio Test

    Science.gov (United States)

    Furlong, Michael; Dille, Michael; Wong, Uland; Nefian, Ara

    2016-01-01

    The virtual bumper is a safeguarding mechanism for autonomous and remotely operated robots. In this paper we take a new approach to the virtual bumper system by using an old statistical test. By using a modified version of Wald's sequential probability ratio test we demonstrate that we can reduce the number of false positive reported by the virtual bumper, thereby saving valuable mission time. We use the concept of sequential probability ratio to control vehicle speed in the presence of possible obstacles in order to increase certainty about whether or not obstacles are present. Our new algorithm reduces the chances of collision by approximately 98 relative to traditional virtual bumper safeguarding without speed control.

  8. Further comments on the sequential probability ratio testing methods

    Energy Technology Data Exchange (ETDEWEB)

    Kulacsy, K. [Hungarian Academy of Sciences, Budapest (Hungary). Central Research Inst. for Physics

    1997-05-23

    The Bayesian method for belief updating proposed in Racz (1996) is examined. The interpretation of the belief function introduced therein is found, and the method is compared to the classical binary Sequential Probability Ratio Testing method (SPRT). (author).

  9. On Locally Most Powerful Sequential Rank Tests

    Czech Academy of Sciences Publication Activity Database

    Kalina, Jan

    2017-01-01

    Roč. 36, č. 1 (2017), s. 111-125 ISSN 0747-4946 R&D Projects: GA ČR GA17-07384S Grant - others:Nadační fond na podporu vědy(CZ) Neuron Institutional support: RVO:67985556 Keywords : nonparametric test s * sequential ranks * stopping variable Subject RIV: BA - General Mathematics OBOR OECD: Pure mathematics Impact factor: 0.339, year: 2016 http://library.utia.cas.cz/separaty/2017/SI/kalina-0474065.pdf

  10. A Sequential Convex Semidefinite Programming Algorithm for Multiple-Load Free Material Optimization

    Czech Academy of Sciences Publication Activity Database

    Stingl, M.; Kočvara, Michal; Leugering, G.

    2009-01-01

    Roč. 20, č. 1 (2009), s. 130-155 ISSN 1052-6234 R&D Projects: GA AV ČR IAA1075402 Grant - others:commision EU(XE) EU-FP6-30717 Institutional research plan: CEZ:AV0Z10750506 Keywords : structural optimization * material optimization * semidefinite programming * sequential convex programming Subject RIV: BA - General Mathematics Impact factor: 1.429, year: 2009

  11. Improving the identification accuracy of senior witnesses: do prelineup questions and sequential testing help?

    Science.gov (United States)

    Memon, Amina; Gabbert, Fiona

    2003-04-01

    Eyewitness research has identified sequential lineup testing as a way of reducing false lineup choices while maintaining accurate identifications. The authors examined the usefulness of this procedure for reducing false choices in older adults. Young and senior witnesses viewed a crime video and were later presented with target present orabsent lineups in a simultaneous or sequential format. In addition, some participants received prelineup questions about their memory for a perpetrator's face and about their confidence in their ability to identify the culprit or to correctly reject the lineup. The sequential lineup reduced false choosing rates among young and older adults in target-absent conditions. In target-present conditions, sequential testing significantly reduced the correct identification rate in both age groups.

  12. Decision-making in research tasks with sequential testing.

    Directory of Open Access Journals (Sweden)

    Thomas Pfeiffer

    Full Text Available BACKGROUND: In a recent controversial essay, published by JPA Ioannidis in PLoS Medicine, it has been argued that in some research fields, most of the published findings are false. Based on theoretical reasoning it can be shown that small effect sizes, error-prone tests, low priors of the tested hypotheses and biases in the evaluation and publication of research findings increase the fraction of false positives. These findings raise concerns about the reliability of research. However, they are based on a very simple scenario of scientific research, where single tests are used to evaluate independent hypotheses. METHODOLOGY/PRINCIPAL FINDINGS: In this study, we present computer simulations and experimental approaches for analyzing more realistic scenarios. In these scenarios, research tasks are solved sequentially, i.e. subsequent tests can be chosen depending on previous results. We investigate simple sequential testing and scenarios where only a selected subset of results can be published and used for future rounds of test choice. Results from computer simulations indicate that for the tasks analyzed in this study, the fraction of false among the positive findings declines over several rounds of testing if the most informative tests are performed. Our experiments show that human subjects frequently perform the most informative tests, leading to a decline of false positives as expected from the simulations. CONCLUSIONS/SIGNIFICANCE: For the research tasks studied here, findings tend to become more reliable over time. We also find that the performance in those experimental settings where not all performed tests could be published turned out to be surprisingly inefficient. Our results may help optimize existing procedures used in the practice of scientific research and provide guidance for the development of novel forms of scholarly communication.

  13. A Computer Program for Simplifying Incompletely Specified Sequential Machines Using the Paull and Unger Technique

    Science.gov (United States)

    Ebersole, M. M.; Lecoq, P. E.

    1968-01-01

    This report presents a description of a computer program mechanized to perform the Paull and Unger process of simplifying incompletely specified sequential machines. An understanding of the process, as given in Ref. 3, is a prerequisite to the use of the techniques presented in this report. This process has specific application in the design of asynchronous digital machines and was used in the design of operational support equipment for the Mariner 1966 central computer and sequencer. A typical sequential machine design problem is presented to show where the Paull and Unger process has application. A description of the Paull and Unger process together with a description of the computer algorithms used to develop the program mechanization are presented. Several examples are used to clarify the Paull and Unger process and the computer algorithms. Program flow diagrams, program listings, and a program user operating procedures are included as appendixes.

  14. A sequential hypothesis test based on a generalized Azuma inequality

    NARCIS (Netherlands)

    Reijsbergen, D.P.; Scheinhardt, Willem R.W.; de Boer, Pieter-Tjerk

    We present a new power-one sequential hypothesis test based on a bound for the probability that a bounded zero-mean martingale ever crosses a curve of the form $a(n+k)^b$. The proof of the bound is of independent interest.

  15. Safety test No. S-6, launch pad abort sequential test Phase II: solid propellant fire

    International Nuclear Information System (INIS)

    Snow, E.C.

    1975-08-01

    In preparation for the Lincoln Laboratory's LES 8/9 space mission, a series of tests was performed to evaluate the nuclear safety capability of the Multi-Hundred Watt (MHW) Radioisotope Thermoelectric Generator (RTG) to be used to supply power for the satellite. One such safety test is Test No. S-6, Launch Pad Abort Sequential Test. The objective of this test was to subject the RTG and its components to the sequential environments characteristic of a catastrophic launch pad accident to evaluate their capability to contain the 238 PuO 2 fuel. This sequence of environments was to have consisted of the blast overpressure and fragments, followed by the fireball, low velocity impact on the launch pad, and solid propellant fire. The blast overpressure and fragments were subsequently eliminated from this sequence. The procedures and results of Phase II of Test S-6, Solid Propellant Fire are presented. In this phase of the test, a simulant Fuel Sphere Assembly (FSA) and a mockup of a damaged Heat Source Assembly (HSA) were subjected to single proximity solid propellant fires of approximately 10-min duration. Steel was introduced into both tests to simulate the effects of launch pad debris and the solid rocket motor (SRM) casing that might be present in the fire zone. (TFD)

  16. Sequential detection of influenza epidemics by the Kolmogorov-Smirnov test

    Directory of Open Access Journals (Sweden)

    Closas Pau

    2012-10-01

    Full Text Available Abstract Background Influenza is a well known and common human respiratory infection, causing significant morbidity and mortality every year. Despite Influenza variability, fast and reliable outbreak detection is required for health resource planning. Clinical health records, as published by the Diagnosticat database in Catalonia, host useful data for probabilistic detection of influenza outbreaks. Methods This paper proposes a statistical method to detect influenza epidemic activity. Non-epidemic incidence rates are modeled against the exponential distribution, and the maximum likelihood estimate for the decaying factor λ is calculated. The sequential detection algorithm updates the parameter as new data becomes available. Binary epidemic detection of weekly incidence rates is assessed by Kolmogorov-Smirnov test on the absolute difference between the empirical and the cumulative density function of the estimated exponential distribution with significance level 0 ≤ α ≤ 1. Results The main advantage with respect to other approaches is the adoption of a statistically meaningful test, which provides an indicator of epidemic activity with an associated probability. The detection algorithm was initiated with parameter λ0 = 3.8617 estimated from the training sequence (corresponding to non-epidemic incidence rates of the 2008-2009 influenza season and sequentially updated. Kolmogorov-Smirnov test detected the following weeks as epidemic for each influenza season: 50−10 (2008-2009 season, 38−50 (2009-2010 season, weeks 50−9 (2010-2011 season and weeks 3 to 12 for the current 2011-2012 season. Conclusions Real medical data was used to assess the validity of the approach, as well as to construct a realistic statistical model of weekly influenza incidence rates in non-epidemic periods. For the tested data, the results confirmed the ability of the algorithm to detect the start and the end of epidemic periods. In general, the proposed test could

  17. Validation of new prognostic and predictive scores by sequential testing approach

    International Nuclear Information System (INIS)

    Nieder, Carsten; Haukland, Ellinor; Pawinski, Adam; Dalhaug, Astrid

    2010-01-01

    Background and Purpose: For practitioners, the question arises how their own patient population differs from that used in large-scale analyses resulting in new scores and nomograms and whether such tools actually are valid at a local level and thus can be implemented. A recent article proposed an easy-to-use method for the in-clinic validation of new prediction tools with a limited number of patients, a so-called sequential testing approach. The present study evaluates this approach in scores related to radiation oncology. Material and Methods: Three different scores were used, each predicting short overall survival after palliative radiotherapy (bone metastases, brain metastases, metastatic spinal cord compression). For each scenario, a limited number of consecutive patients entered the sequential testing approach. The positive predictive value (PPV) was used for validation of the respective score and it was required that the PPV exceeded 80%. Results: For two scores, validity in the own local patient population could be confirmed after entering 13 and 17 patients, respectively. For the third score, no decision could be reached even after increasing the sample size to 30. Conclusion: In-clinic validation of new predictive tools with sequential testing approach should be preferred over uncritical adoption of tools which provide no significant benefit to local patient populations. Often the necessary number of patients can be reached within reasonable time frames even in small oncology practices. In addition, validation is performed continuously as the data are collected. (orig.)

  18. Validation of new prognostic and predictive scores by sequential testing approach

    Energy Technology Data Exchange (ETDEWEB)

    Nieder, Carsten [Radiation Oncology Unit, Nordland Hospital, Bodo (Norway); Inst. of Clinical Medicine, Univ. of Tromso (Norway); Haukland, Ellinor; Pawinski, Adam; Dalhaug, Astrid [Radiation Oncology Unit, Nordland Hospital, Bodo (Norway)

    2010-03-15

    Background and Purpose: For practitioners, the question arises how their own patient population differs from that used in large-scale analyses resulting in new scores and nomograms and whether such tools actually are valid at a local level and thus can be implemented. A recent article proposed an easy-to-use method for the in-clinic validation of new prediction tools with a limited number of patients, a so-called sequential testing approach. The present study evaluates this approach in scores related to radiation oncology. Material and Methods: Three different scores were used, each predicting short overall survival after palliative radiotherapy (bone metastases, brain metastases, metastatic spinal cord compression). For each scenario, a limited number of consecutive patients entered the sequential testing approach. The positive predictive value (PPV) was used for validation of the respective score and it was required that the PPV exceeded 80%. Results: For two scores, validity in the own local patient population could be confirmed after entering 13 and 17 patients, respectively. For the third score, no decision could be reached even after increasing the sample size to 30. Conclusion: In-clinic validation of new predictive tools with sequential testing approach should be preferred over uncritical adoption of tools which provide no significant benefit to local patient populations. Often the necessary number of patients can be reached within reasonable time frames even in small oncology practices. In addition, validation is performed continuously as the data are collected. (orig.)

  19. PBF/LOFT Lead Rod Test Program experiment operating specification

    International Nuclear Information System (INIS)

    Varacalle, D.J. Jr.

    1978-11-01

    The PBF/LOFT Lead Rod (LLR) Test Program is being conducted to provide experimental information on the behavior of nuclear fuel under normal and accident conditions in the Power Burst Facility at the Idaho National Engineering Laboratory. Understanding the behavior of light-water reactors (LWR) under loss-of-coolant conditions is a major objective of the NRC Reactor Safety Research Program. The Loss of Fluid Test (LOFT) facility is the major testing facility to evaluate the systems response of an LWR over a wide range of Loss of Coolant Experment (LOCE) conditions. As such, the LOFT core is intended to be used for sequential LOCE tests provided no significant fuel rod failures occur. The PFB/LLR tests are designed to simulate the test conditions for the LOFT Power Ascension Tests L2-2 through L2-5. The test program has been designed to provide a parametric evaluation of the LOFT fuel over a wide range of power. Thus, a relatively accurate assessment of the state of the LOFT core after the completion of each subtest and the anticipated effect of the next test can be obtained by utilizing a combination of LLR test data and analytical predictions. Specifications for the test program are presented

  20. Construction of computational program of aging in insulating materials for searching reversed sequential test conditions to give damage equivalent to simultaneous exposure of heat and radiation

    International Nuclear Information System (INIS)

    Fuse, Norikazu; Homma, Hiroya; Okamoto, Tatsuki

    2013-01-01

    Two consecutive numerical calculations on degradation of polymeric insulations under thermal and radiation environment are carried out to simulate so-called reversal sequential acceleration test. The aim of the calculation is to search testing conditions which provide material damage equivalent to the case of simultaneous exposure of heat and radiation. At least following four parameters are needed to be considered in the sequential method; dose rate and exposure time in radiation, as well as temperature and aging time in heating. The present paper discusses the handling of these parameters and shows some trial calculation results. (author)

  1. Programs, interfaces and components

    NARCIS (Netherlands)

    Bergstra, J.A.; Loots, M.E.

    The jump instruction is considered essential for an adequate theoretical understanding of imperative sequential programming. Using atomic actions and tests as a basis we outline an algebra of programs, denoted PGA, which captures the crux of sequential programming. PGA provides an ontology for

  2. Simultaneous Versus Sequential Presentation in Testing Recognition Memory for Faces.

    Science.gov (United States)

    Finley, Jason R; Roediger, Henry L; Hughes, Andrea D; Wahlheim, Christopher N; Jacoby, Larry L

    2015-01-01

    Three experiments examined the issue of whether faces could be better recognized in a simul- taneous test format (2-alternative forced choice [2AFC]) or a sequential test format (yes-no). All experiments showed that when target faces were present in the test, the simultaneous procedure led to superior performance (area under the ROC curve), whether lures were high or low in similarity to the targets. However, when a target-absent condition was used in which no lures resembled the targets but the lures were similar to each other, the simultaneous procedure yielded higher false alarm rates (Experiments 2 and 3) and worse overall performance (Experi- ment 3). This pattern persisted even when we excluded responses that participants opted to withhold rather than volunteer. We conclude that for the basic recognition procedures used in these experiments, simultaneous presentation of alternatives (2AFC) generally leads to better discriminability than does sequential presentation (yes-no) when a target is among the alterna- tives. However, our results also show that the opposite can occur when there is no target among the alternatives. An important future step is to see whether these patterns extend to more realistic eyewitness lineup procedures. The pictures used in the experiment are available online at http://www.press.uillinois.edu/journals/ajp/media/testing_recognition/.

  3. Susceptibility testing of sequential isolates of Aspergillus fumigatus recovered from treated patients.

    NARCIS (Netherlands)

    Danaoui, E.; Meletiadis, J.; Tortorano, A.M.; Symoens, F.; Nolard, N.; Viviani, M.A.; Piens, M.A.; Lebeau, B.; Verweij, P.E.; Grillot, R.

    2004-01-01

    Two-hundred sequential Aspergillus fumigatus isolates recovered from 26 immunocompromised patients with invasive aspergillosis or bronchial colonization were tested for their in vitro susceptibility to posaconazole, itraconazole, voriconazole, terbinafine and amphotericin B. Twenty-one patients were

  4. Separation of left and right lungs using 3D information of sequential CT images and a guided dynamic programming algorithm

    Science.gov (United States)

    Park, Sang Cheol; Leader, Joseph Ken; Tan, Jun; Lee, Guee Sang; Kim, Soo Hyung; Na, In Seop; Zheng, Bin

    2011-01-01

    Objective this article presents a new computerized scheme that aims to accurately and robustly separate left and right lungs on CT examinations. Methods we developed and tested a method to separate the left and right lungs using sequential CT information and a guided dynamic programming algorithm using adaptively and automatically selected start point and end point with especially severe and multiple connections. Results the scheme successfully identified and separated all 827 connections on the total 4034 CT images in an independent testing dataset of CT examinations. The proposed scheme separated multiple connections regardless of their locations, and the guided dynamic programming algorithm reduced the computation time to approximately 4.6% in comparison with the traditional dynamic programming and avoided the permeation of the separation boundary into normal lung tissue. Conclusions The proposed method is able to robustly and accurately disconnect all connections between left and right lungs and the guided dynamic programming algorithm is able to remove redundant processing. PMID:21412104

  5. A Sequential Quadratically Constrained Quadratic Programming Method of Feasible Directions

    International Nuclear Information System (INIS)

    Jian Jinbao; Hu Qingjie; Tang Chunming; Zheng Haiyan

    2007-01-01

    In this paper, a sequential quadratically constrained quadratic programming method of feasible directions is proposed for the optimization problems with nonlinear inequality constraints. At each iteration of the proposed algorithm, a feasible direction of descent is obtained by solving only one subproblem which consist of a convex quadratic objective function and simple quadratic inequality constraints without the second derivatives of the functions of the discussed problems, and such a subproblem can be formulated as a second-order cone programming which can be solved by interior point methods. To overcome the Maratos effect, an efficient higher-order correction direction is obtained by only one explicit computation formula. The algorithm is proved to be globally convergent and superlinearly convergent under some mild conditions without the strict complementarity. Finally, some preliminary numerical results are reported

  6. A mathematical programming approach for sequential clustering of dynamic networks

    Science.gov (United States)

    Silva, Jonathan C.; Bennett, Laura; Papageorgiou, Lazaros G.; Tsoka, Sophia

    2016-02-01

    A common analysis performed on dynamic networks is community structure detection, a challenging problem that aims to track the temporal evolution of network modules. An emerging area in this field is evolutionary clustering, where the community structure of a network snapshot is identified by taking into account both its current state as well as previous time points. Based on this concept, we have developed a mixed integer non-linear programming (MINLP) model, SeqMod, that sequentially clusters each snapshot of a dynamic network. The modularity metric is used to determine the quality of community structure of the current snapshot and the historical cost is accounted for by optimising the number of node pairs co-clustered at the previous time point that remain so in the current snapshot partition. Our method is tested on social networks of interactions among high school students, college students and members of the Brazilian Congress. We show that, for an adequate parameter setting, our algorithm detects the classes that these students belong more accurately than partitioning each time step individually or by partitioning the aggregated snapshots. Our method also detects drastic discontinuities in interaction patterns across network snapshots. Finally, we present comparative results with similar community detection methods for time-dependent networks from the literature. Overall, we illustrate the applicability of mathematical programming as a flexible, adaptable and systematic approach for these community detection problems. Contribution to the Topical Issue "Temporal Network Theory and Applications", edited by Petter Holme.

  7. A Bayesian sequential design with adaptive randomization for 2-sided hypothesis test.

    Science.gov (United States)

    Yu, Qingzhao; Zhu, Lin; Zhu, Han

    2017-11-01

    Bayesian sequential and adaptive randomization designs are gaining popularity in clinical trials thanks to their potentials to reduce the number of required participants and save resources. We propose a Bayesian sequential design with adaptive randomization rates so as to more efficiently attribute newly recruited patients to different treatment arms. In this paper, we consider 2-arm clinical trials. Patients are allocated to the 2 arms with a randomization rate to achieve minimum variance for the test statistic. Algorithms are presented to calculate the optimal randomization rate, critical values, and power for the proposed design. Sensitivity analysis is implemented to check the influence on design by changing the prior distributions. Simulation studies are applied to compare the proposed method and traditional methods in terms of power and actual sample sizes. Simulations show that, when total sample size is fixed, the proposed design can obtain greater power and/or cost smaller actual sample size than the traditional Bayesian sequential design. Finally, we apply the proposed method to a real data set and compare the results with the Bayesian sequential design without adaptive randomization in terms of sample sizes. The proposed method can further reduce required sample size. Copyright © 2017 John Wiley & Sons, Ltd.

  8. Remarks on sequential designs in risk assessment

    International Nuclear Information System (INIS)

    Seidenfeld, T.

    1982-01-01

    The special merits of sequential designs are reviewed in light of particular challenges that attend risk assessment for human population. The kinds of ''statistical inference'' are distinguished and the problem of design which is pursued is the clash between Neyman-Pearson and Bayesian programs of sequential design. The value of sequential designs is discussed and the Neyman-Pearson vs. Bayesian sequential designs are probed in particular. Finally, warnings with sequential designs are considered, especially in relation to utilitarianism

  9. Wald Sequential Probability Ratio Test for Space Object Conjunction Assessment

    Science.gov (United States)

    Carpenter, James R.; Markley, F Landis

    2014-01-01

    This paper shows how satellite owner/operators may use sequential estimates of collision probability, along with a prior assessment of the base risk of collision, in a compound hypothesis ratio test to inform decisions concerning collision risk mitigation maneuvers. The compound hypothesis test reduces to a simple probability ratio test, which appears to be a novel result. The test satisfies tolerances related to targeted false alarm and missed detection rates. This result is independent of the method one uses to compute the probability density that one integrates to compute collision probability. A well-established test case from the literature shows that this test yields acceptable results within the constraints of a typical operational conjunction assessment decision timeline. Another example illustrates the use of the test in a practical conjunction assessment scenario based on operations of the International Space Station.

  10. Robust real-time pattern matching using bayesian sequential hypothesis testing.

    Science.gov (United States)

    Pele, Ofir; Werman, Michael

    2008-08-01

    This paper describes a method for robust real time pattern matching. We first introduce a family of image distance measures, the "Image Hamming Distance Family". Members of this family are robust to occlusion, small geometrical transforms, light changes and non-rigid deformations. We then present a novel Bayesian framework for sequential hypothesis testing on finite populations. Based on this framework, we design an optimal rejection/acceptance sampling algorithm. This algorithm quickly determines whether two images are similar with respect to a member of the Image Hamming Distance Family. We also present a fast framework that designs a near-optimal sampling algorithm. Extensive experimental results show that the sequential sampling algorithm performance is excellent. Implemented on a Pentium 4 3 GHz processor, detection of a pattern with 2197 pixels, in 640 x 480 pixel frames, where in each frame the pattern rotated and was highly occluded, proceeds at only 0.022 seconds per frame.

  11. Sequential Test Selection by Quantifying of the Reduction in Diagnostic Uncertainty for the Diagnosis of Proximal Caries

    Directory of Open Access Journals (Sweden)

    Umut Arslan

    2013-06-01

    Full Text Available Background: In order to determine the presence or absence of a certain disease, multiple diagnostic tests may be necessary. Performance of these tests can be sequentially evaluated. Aims: The aim of the study is to determine the contribution of the test in each step, in reducing diagnostic uncertainty when multiple tests are sequentially used for the diagnosis. Study Design: Diagnostic accuracy study Methods: Radiographs of seventy-three patients of the Department of Dento-Maxillofacial Radiology of Hacettepe University Faculty of Dentistry were assessed. Panoramic (PAN, full mouth intraoral (FM, and bitewing (BW radiographs were used for the diagnosis of proximal caries in the maxillary and mandibular molar regions. Diagnostic performance of radiography was sequentially evaluated by using the reduction in diagnostic uncertainty. Results: FM provided maximum diagnostic information for ruling in potential in the maxillary and mandibular molar regions in the first step. FM provided more diagnostic information than BW radiographs for ruling in the mandibular region in the second step. In the mandibular region, BW radiographs provided more diagnostic information than FM for ruling out in the first step. Conclusion: The presented method in this study provides the clinicians with a solution for the decision of the sequential selection of diagnostic tests for the correct diagnosis of the presence or absence of a certain disease.

  12. Sequentially optimized reconstruction strategy: A meta-strategy for perimetry testing.

    Directory of Open Access Journals (Sweden)

    Şerife Seda Kucur

    Full Text Available Perimetry testing is an automated method to measure visual function and is heavily used for diagnosing ophthalmic and neurological conditions. Its working principle is to sequentially query a subject about perceived light using different brightness levels at different visual field locations. At a given location, this query-patient-feedback process is expected to converge at a perceived sensitivity, such that a shown stimulus intensity is observed and reported 50% of the time. Given this inherently time-intensive and noisy process, fast testing strategies are necessary in order to measure existing regions more effectively and reliably. In this work, we present a novel meta-strategy which relies on the correlative nature of visual field locations in order to strongly reduce the necessary number of locations that need to be examined. To do this, we sequentially determine locations that most effectively reduce visual field estimation errors in an initial training phase. We then exploit these locations at examination time and show that our approach can easily be combined with existing perceived sensitivity estimation schemes to speed up the examinations. Compared to state-of-the-art strategies, our approach shows marked performance gains with a better accuracy-speed trade-off regime for both mixed and sub-populations.

  13. Double-blind photo lineups using actual eyewitnesses: an experimental test of a sequential versus simultaneous lineup procedure.

    Science.gov (United States)

    Wells, Gary L; Steblay, Nancy K; Dysart, Jennifer E

    2015-02-01

    Eyewitnesses (494) to actual crimes in 4 police jurisdictions were randomly assigned to view simultaneous or sequential photo lineups using laptop computers and double-blind administration. The sequential procedure used in the field experiment mimicked how it is conducted in actual practice (e.g., using a continuation rule, witness does not know how many photos are to be viewed, witnesses resolve any multiple identifications), which is not how most lab experiments have tested the sequential lineup. No significant differences emerged in rates of identifying lineup suspects (25% overall) but the sequential procedure produced a significantly lower rate (11%) of identifying known-innocent lineup fillers than did the simultaneous procedure (18%). The simultaneous/sequential pattern did not significantly interact with estimator variables and no lineup-position effects were observed for either the simultaneous or sequential procedures. Rates of nonidentification were not significantly different for simultaneous and sequential but nonidentifiers from the sequential procedure were more likely to use the "not sure" response option than were nonidentifiers from the simultaneous procedure. Among witnesses who made an identification, 36% (41% of simultaneous and 32% of sequential) identified a known-innocent filler rather than a suspect, indicating that eyewitness performance overall was very poor. The results suggest that the sequential procedure that is used in the field reduces the identification of known-innocent fillers, but the differences are relatively small.

  14. Program completion of a web-based tailored lifestyle intervention for adults: differences between a sequential and a simultaneous approach.

    Science.gov (United States)

    Schulz, Daniela N; Schneider, Francine; de Vries, Hein; van Osch, Liesbeth A D M; van Nierop, Peter W M; Kremers, Stef P J

    2012-03-08

    Unhealthy lifestyle behaviors often co-occur and are related to chronic diseases. One effective method to change multiple lifestyle behaviors is web-based computer tailoring. Dropout from Internet interventions, however, is rather high, and it is challenging to retain participants in web-based tailored programs, especially programs targeting multiple behaviors. To date, it is unknown how much information people can handle in one session while taking part in a multiple behavior change intervention, which could be presented either sequentially (one behavior at a time) or simultaneously (all behaviors at once). The first objective was to compare dropout rates of 2 computer-tailored interventions: a sequential and a simultaneous strategy. The second objective was to assess which personal characteristics are associated with completion rates of the 2 interventions. Using an RCT design, demographics, health status, physical activity, vegetable consumption, fruit consumption, alcohol intake, and smoking were self-assessed through web-based questionnaires among 3473 adults, recruited through Regional Health Authorities in the Netherlands in the autumn of 2009. First, a health risk appraisal was offered, indicating whether respondents were meeting the 5 national health guidelines. Second, psychosocial determinants of the lifestyle behaviors were assessed and personal advice was provided, about one or more lifestyle behaviors. Our findings indicate a high non-completion rate for both types of intervention (71.0%; n = 2167), with more incompletes in the simultaneous intervention (77.1%; n = 1169) than in the sequential intervention (65.0%; n = 998). In both conditions, discontinuation was predicted by a lower age (sequential condition: OR = 1.04; P simultaneous condition: OR = 1.04; P sequential condition: OR = 0.86; P = .01; CI = 0.76-0.97; simultaneous condition: OR = 0.49; P sequential intervention, being male (OR = 1.27; P = .04; CI = 1.01-1.59) also predicted dropout

  15. Effects of a combined parent-student alcohol prevention program on intermediate factors and adolescents' drinking behavior: A sequential mediation model.

    Science.gov (United States)

    Koning, Ina M; Maric, Marija; MacKinnon, David; Vollebergh, Wilma A M

    2015-08-01

    Previous work revealed that the combined parent-student alcohol prevention program (PAS) effectively postponed alcohol initiation through its hypothesized intermediate factors: increase in strict parental rule setting and adolescents' self-control (Koning, van den Eijnden, Verdurmen, Engels, & Vollebergh, 2011). This study examines whether the parental strictness precedes an increase in adolescents' self-control by testing a sequential mediation model. A cluster randomized trial including 3,245 Dutch early adolescents (M age = 12.68, SD = 0.50) and their parents randomized over 4 conditions: (1) parent intervention, (2) student intervention, (3) combined intervention, and (4) control group. Outcome measure was amount of weekly drinking measured at age 12 to 15; baseline assessment (T0) and 3 follow-up assessments (T1-T3). Main effects of the combined and parent intervention on weekly drinking at T3 were found. The effect of the combined intervention on weekly drinking (T3) was mediated via an increase in strict rule setting (T1) and adolescents' subsequent self-control (T2). In addition, the indirect effect of the combined intervention via rule setting (T1) was significant. No reciprocal sequential mediation (self-control at T1 prior to rules at T2) was found. The current study is 1 of the few studies reporting sequential mediation effects of youth intervention outcomes. It underscores the need of involving parents in youth alcohol prevention programs, and the need to target both parents and adolescents, so that change in parents' behavior enables change in their offspring. (c) 2015 APA, all rights reserved).

  16. Wald Sequential Probability Ratio Test for Analysis of Orbital Conjunction Data

    Science.gov (United States)

    Carpenter, J. Russell; Markley, F. Landis; Gold, Dara

    2013-01-01

    We propose a Wald Sequential Probability Ratio Test for analysis of commonly available predictions associated with spacecraft conjunctions. Such predictions generally consist of a relative state and relative state error covariance at the time of closest approach, under the assumption that prediction errors are Gaussian. We show that under these circumstances, the likelihood ratio of the Wald test reduces to an especially simple form, involving the current best estimate of collision probability, and a similar estimate of collision probability that is based on prior assumptions about the likelihood of collision.

  17. A suppression hierarchy among competing motor programs drives sequential grooming in Drosophila.

    Science.gov (United States)

    Seeds, Andrew M; Ravbar, Primoz; Chung, Phuong; Hampel, Stefanie; Midgley, Frank M; Mensh, Brett D; Simpson, Julie H

    2014-08-19

    Motor sequences are formed through the serial execution of different movements, but how nervous systems implement this process remains largely unknown. We determined the organizational principles governing how dirty fruit flies groom their bodies with sequential movements. Using genetically targeted activation of neural subsets, we drove distinct motor programs that clean individual body parts. This enabled competition experiments revealing that the motor programs are organized into a suppression hierarchy; motor programs that occur first suppress those that occur later. Cleaning one body part reduces the sensory drive to its motor program, which relieves suppression of the next movement, allowing the grooming sequence to progress down the hierarchy. A model featuring independently evoked cleaning movements activated in parallel, but selected serially through hierarchical suppression, was successful in reproducing the grooming sequence. This provides the first example of an innate motor sequence implemented by the prevailing model for generating human action sequences. Copyright © 2014, Seeds et al.

  18. Sequential probability ratio controllers for safeguards radiation monitors

    International Nuclear Information System (INIS)

    Fehlau, P.E.; Coop, K.L.; Nixon, K.V.

    1984-01-01

    Sequential hypothesis tests applied to nuclear safeguards accounting methods make the methods more sensitive to detecting diversion. The sequential tests also improve transient signal detection in safeguards radiation monitors. This paper describes three microprocessor control units with sequential probability-ratio tests for detecting transient increases in radiation intensity. The control units are designed for three specific applications: low-intensity monitoring with Poisson probability ratios, higher intensity gamma-ray monitoring where fixed counting intervals are shortened by sequential testing, and monitoring moving traffic where the sequential technique responds to variable-duration signals. The fixed-interval controller shortens a customary 50-s monitoring time to an average of 18 s, making the monitoring delay less bothersome. The controller for monitoring moving vehicles benefits from the sequential technique by maintaining more than half its sensitivity when the normal passage speed doubles

  19. Sequential motor task (Luria's Fist-Edge-Palm Test in children with benign focal epilepsy of childhood with centrotemporal spikes

    Directory of Open Access Journals (Sweden)

    Carmen Silvia Molleis Galego Miziara

    2013-06-01

    Full Text Available This study evaluated the sequential motor manual actions in children with benign focal epilepsy of childhood with centrotemporal spikes (BECTS and compares the results with matched control group, through the application of Luria's fist-edge-palm test. The children with BECTS underwent interictal single photon emission computed tomography (SPECT and School Performance Test (SPT. Significant difference occurred between the study and control groups for manual motor action through three equal and three different movements. Children with lower school performance had higher error rate in the imitation of hand gestures. Another factor significantly associated with the failure was the abnormality in SPECT. Children with BECTS showed abnormalities in the test that evaluated manual motor programming/planning. This study may suggest that the functional changes related to epileptiform activity in rolandic region interfere with the executive function in children with BECTS.

  20. The Sequential Probability Ratio Test: An efficient alternative to exact binomial testing for Clean Water Act 303(d) evaluation.

    Science.gov (United States)

    Chen, Connie; Gribble, Matthew O; Bartroff, Jay; Bay, Steven M; Goldstein, Larry

    2017-05-01

    The United States's Clean Water Act stipulates in section 303(d) that states must identify impaired water bodies for which total maximum daily loads (TMDLs) of pollution inputs into water bodies are developed. Decision-making procedures about how to list, or delist, water bodies as impaired, or not, per Clean Water Act 303(d) differ across states. In states such as California, whether or not a particular monitoring sample suggests that water quality is impaired can be regarded as a binary outcome variable, and California's current regulatory framework invokes a version of the exact binomial test to consolidate evidence across samples and assess whether the overall water body complies with the Clean Water Act. Here, we contrast the performance of California's exact binomial test with one potential alternative, the Sequential Probability Ratio Test (SPRT). The SPRT uses a sequential testing framework, testing samples as they become available and evaluating evidence as it emerges, rather than measuring all the samples and calculating a test statistic at the end of the data collection process. Through simulations and theoretical derivations, we demonstrate that the SPRT on average requires fewer samples to be measured to have comparable Type I and Type II error rates as the current fixed-sample binomial test. Policymakers might consider efficient alternatives such as SPRT to current procedure. Copyright © 2017 Elsevier Ltd. All rights reserved.

  1. Programming Cell Adhesion for On-Chip Sequential Boolean Logic Functions.

    Science.gov (United States)

    Qu, Xiangmeng; Wang, Shaopeng; Ge, Zhilei; Wang, Jianbang; Yao, Guangbao; Li, Jiang; Zuo, Xiaolei; Shi, Jiye; Song, Shiping; Wang, Lihua; Li, Li; Pei, Hao; Fan, Chunhai

    2017-08-02

    Programmable remodelling of cell surfaces enables high-precision regulation of cell behavior. In this work, we developed in vitro constructed DNA-based chemical reaction networks (CRNs) to program on-chip cell adhesion. We found that the RGD-functionalized DNA CRNs are entirely noninvasive when interfaced with the fluidic mosaic membrane of living cells. DNA toehold with different lengths could tunably alter the release kinetics of cells, which shows rapid release in minutes with the use of a 6-base toehold. We further demonstrated the realization of Boolean logic functions by using DNA strand displacement reactions, which include multi-input and sequential cell logic gates (AND, OR, XOR, and AND-OR). This study provides a highly generic tool for self-organization of biological systems.

  2. On-line Flagging of Anomalies and Adaptive Sequential Hypothesis Testing for Fine-feature Characterization of Geosynchronous Satellites

    Science.gov (United States)

    2015-10-18

    model-based evidence. This work resolves cross-tag using three methods (Z-test for dependent data, classical sequential analysis and Brownian motion...Slider Movement The two-facet model is used as the Inversion Model. It represents a three-axis stabilized satellite as two facets, namely a body...the sequential analysis. If is independent and has an approximately normal distribution then Brownian motion drift analysis is used. If is

  3. Optimal Sequential Rules for Computer-Based Instruction.

    Science.gov (United States)

    Vos, Hans J.

    1998-01-01

    Formulates sequential rules for adapting the appropriate amount of instruction to learning needs in the context of computer-based instruction. Topics include Bayesian decision theory, threshold and linear-utility structure, psychometric model, optimal sequential number of test questions, and an empirical example of sequential instructional…

  4. Sequential Probability Ratio Test for Spacecraft Collision Avoidance Maneuver Decisions

    Science.gov (United States)

    Carpenter, J. Russell; Markley, F. Landis

    2013-01-01

    A document discusses sequential probability ratio tests that explicitly allow decision-makers to incorporate false alarm and missed detection risks, and are potentially less sensitive to modeling errors than a procedure that relies solely on a probability of collision threshold. Recent work on constrained Kalman filtering has suggested an approach to formulating such a test for collision avoidance maneuver decisions: a filter bank with two norm-inequality-constrained epoch-state extended Kalman filters. One filter models the null hypotheses that the miss distance is inside the combined hard body radius at the predicted time of closest approach, and one filter models the alternative hypothesis. The epoch-state filter developed for this method explicitly accounts for any process noise present in the system. The method appears to work well using a realistic example based on an upcoming, highly elliptical orbit formation flying mission.

  5. Further Developments on Optimum Structural Design Using MSC/Nastran and Sequential Quadratic Programming

    DEFF Research Database (Denmark)

    Holzleitner, Ludwig

    1996-01-01

    , here the shape of two dimensional parts with different thickness areas will be optimized. As in the previos paper, a methodology for structural optimization using the commercial finite element package MSC/NASTRAN for structural analysis is described. Three different methods for design sensitivity......This work is closely connected to the paper: K.G. MAHMOUD, H.W. ENGL and HOLZLEITNER: "OPTIMUM STRUCTURAL DESIGN USING MSC/NASTRAN AND SEQUENTIAL QUADRATIC PROGRAMMING", Computers & Structures, Vol. 52, No. 3, pp. 437-447, (1994). In contrast to that paper, where thickness optimization is described...

  6. Computing sequential equilibria for two-player games

    DEFF Research Database (Denmark)

    Miltersen, Peter Bro

    2006-01-01

    Koller, Megiddo and von Stengel showed how to efficiently compute minimax strategies for two-player extensive-form zero-sum games with imperfect information but perfect recall using linear programming and avoiding conversion to normal form. Their algorithm has been used by AI researchers...... for constructing prescriptive strategies for concrete, often fairly large games. Koller and Pfeffer pointed out that the strategies obtained by the algorithm are not necessarily sequentially rational and that this deficiency is often problematic for the practical applications. We show how to remove this deficiency...... by modifying the linear programs constructed by Koller, Megiddo and von Stengel so that pairs of strategies forming a sequential equilibrium are computed. In particular, we show that a sequential equilibrium for a two-player zero-sum game with imperfect information but perfect recall can be found in polynomial...

  7. Computing Sequential Equilibria for Two-Player Games

    DEFF Research Database (Denmark)

    Miltersen, Peter Bro; Sørensen, Troels Bjerre

    2006-01-01

    Koller, Megiddo and von Stengel showed how to efficiently compute minimax strategies for two-player extensive-form zero-sum games with imperfect information but perfect recall using linear programming and avoiding conversion to normal form. Koller and Pfeffer pointed out that the strategies...... obtained by the algorithm are not necessarily sequentially rational and that this deficiency is often problematic for the practical applications. We show how to remove this deficiency by modifying the linear programs constructed by Koller, Megiddo and von Stengel so that pairs of strategies forming...... a sequential equilibrium are computed. In particular, we show that a sequential equilibrium for a two-player zero-sum game with imperfect information but perfect recall can be found in polynomial time. In addition, the equilibrium we find is normal-form perfect. Our technique generalizes to general-sum games...

  8. A sequential quadratic programming algorithm using an incomplete solution of the subproblem

    Energy Technology Data Exchange (ETDEWEB)

    Murray, W. [Stanford Univ., CA (United States). Systems Optimization Lab.; Prieto, F.J. [Universidad `Carlos III` de Madrid (Spain). Dept. de Estadistica y Econometria

    1993-05-01

    We analyze sequential quadratic programming (SQP) methods to solve nonlinear constrained optimization problems that are more flexible in their definition than standard SQP methods. The type of flexibility introduced is motivated by the necessity to deviate from the standard approach when solving large problems. Specifically we no longer require a minimizer of the QP subproblem to be determined or particular Lagrange multiplier estimates to be used. Our main focus is on an SQP algorithm that uses a particular augmented Lagrangian merit function. New results are derived for this algorithm under weaker conditions than previously assumed; in particular, it is not assumed that the iterates lie on a compact set.

  9. A solution for automatic parallelization of sequential assembly code

    Directory of Open Access Journals (Sweden)

    Kovačević Đorđe

    2013-01-01

    Full Text Available Since modern multicore processors can execute existing sequential programs only on a single core, there is a strong need for automatic parallelization of program code. Relying on existing algorithms, this paper describes one new software solution tool for parallelization of sequential assembly code. The main goal of this paper is to develop the parallelizator which reads sequential assembler code and at the output provides parallelized code for MIPS processor with multiple cores. The idea is the following: the parser translates assembler input file to program objects suitable for further processing. After that the static single assignment is done. Based on the data flow graph, the parallelization algorithm separates instructions on different cores. Once sequential code is parallelized by the parallelization algorithm, registers are allocated with the algorithm for linear allocation, and the result at the end of the program is distributed assembler code on each of the cores. In the paper we evaluate the speedup of the matrix multiplication example, which was processed by the parallelizator of assembly code. The result is almost linear speedup of code execution, which increases with the number of cores. The speed up on the two cores is 1.99, while on 16 cores the speed up is 13.88.

  10. The effect of sequential dual-gas testing on laser-induced breakdown spectroscopy-based discrimination: Application to brass samples and bacterial strains

    International Nuclear Information System (INIS)

    Rehse, Steven J.; Mohaidat, Qassem I.

    2009-01-01

    Four Cu-Zn brass alloys with different stoichiometries and compositions have been analyzed by laser-induced breakdown spectroscopy (LIBS) using nanosecond laser pulses. The intensities of 15 emission lines of copper, zinc, lead, carbon, and aluminum (as well as the environmental contaminants sodium and calcium) were normalized and analyzed with a discriminant function analysis (DFA) to rapidly categorize the samples by alloy. The alloys were tested sequentially in two different noble gases (argon and helium) to enhance discrimination between them. When emission intensities from samples tested sequentially in both gases were combined to form a single 30-spectral line 'fingerprint' of the alloy, an overall 100% correct identification was achieved. This was a modest improvement over using emission intensities acquired in argon gas alone. A similar study was performed to demonstrate an enhanced discrimination between two strains of Escherichia coli (a Gram-negative bacterium) and a Gram-positive bacterium. When emission intensities from bacteria sequentially ablated in two different gas environments were combined, the DFA achieved a 100% categorization accuracy. This result showed the benefit of sequentially testing highly similar samples in two different ambient gases to enhance discrimination between the samples.

  11. Sequential Analysis: Hypothesis Testing and Changepoint Detection

    Science.gov (United States)

    2014-07-11

    maintains the flexibility of deciding sooner than the fixed sample size procedure at the price of some lower power [13, 514]. The sequential probability... markets , detection of signals with unknown arrival time in seismology, navigation, radar and sonar signal processing, speech segmentation, and the... skimming cruise missile can yield a significant increase in the probability of raid annihilation. Furthermore, usually detection systems are

  12. Group-sequential analysis may allow for early trial termination

    DEFF Research Database (Denmark)

    Gerke, Oke; Vilstrup, Mie H; Halekoh, Ulrich

    2017-01-01

    BACKGROUND: Group-sequential testing is widely used in pivotal therapeutic, but rarely in diagnostic research, although it may save studies, time, and costs. The purpose of this paper was to demonstrate a group-sequential analysis strategy in an intra-observer study on quantitative FDG-PET/CT mea......BACKGROUND: Group-sequential testing is widely used in pivotal therapeutic, but rarely in diagnostic research, although it may save studies, time, and costs. The purpose of this paper was to demonstrate a group-sequential analysis strategy in an intra-observer study on quantitative FDG...

  13. Beyond Grand Rounds: A Comprehensive and Sequential Intervention to Improve Identification of Delirium

    Science.gov (United States)

    Ramaswamy, Ravishankar; Dix, Edward F.; Drew, Janet E.; Diamond, James J.; Inouye, Sharon K.; Roehl, Barbara J. O.

    2011-01-01

    Purpose of the Study: Delirium is a widespread concern for hospitalized seniors, yet is often unrecognized. A comprehensive and sequential intervention (CSI) aiming to effect change in clinician behavior by improving knowledge about delirium was tested. Design and Methods: A 2-day CSI program that consisted of progressive 4-part didactic series,…

  14. A Music Program for Training Head Start Teachers Using a Sequential, Cognitive, Developmental Process with Pre-school Children.

    Science.gov (United States)

    Brodhecker, Shirley G.

    This practicum report addresses the need to supply Head Start teachers with: (1) specific preschool music objectives; (2) a sequential preschool developmental program in music to match the child's cognitive level; (3) how to choose instructional material to encourage specific basic school readiness skills; and (4) workshops to accomplish these…

  15. Framework for sequential approximate optimization

    NARCIS (Netherlands)

    Jacobs, J.H.; Etman, L.F.P.; Keulen, van F.; Rooda, J.E.

    2004-01-01

    An object-oriented framework for Sequential Approximate Optimization (SAO) isproposed. The framework aims to provide an open environment for thespecification and implementation of SAO strategies. The framework is based onthe Python programming language and contains a toolbox of Python

  16. Sequential Probability Ratio Testing with Power Projective Base Method Improves Decision-Making for BCI

    Science.gov (United States)

    Liu, Rong

    2017-01-01

    Obtaining a fast and reliable decision is an important issue in brain-computer interfaces (BCI), particularly in practical real-time applications such as wheelchair or neuroprosthetic control. In this study, the EEG signals were firstly analyzed with a power projective base method. Then we were applied a decision-making model, the sequential probability ratio testing (SPRT), for single-trial classification of motor imagery movement events. The unique strength of this proposed classification method lies in its accumulative process, which increases the discriminative power as more and more evidence is observed over time. The properties of the method were illustrated on thirteen subjects' recordings from three datasets. Results showed that our proposed power projective method outperformed two benchmark methods for every subject. Moreover, with sequential classifier, the accuracies across subjects were significantly higher than that with nonsequential ones. The average maximum accuracy of the SPRT method was 84.1%, as compared with 82.3% accuracy for the sequential Bayesian (SB) method. The proposed SPRT method provides an explicit relationship between stopping time, thresholds, and error, which is important for balancing the time-accuracy trade-off. These results suggest SPRT would be useful in speeding up decision-making while trading off errors in BCI. PMID:29348781

  17. Group-sequential analysis may allow for early trial termination

    DEFF Research Database (Denmark)

    Gerke, Oke; Vilstrup, Mie H; Halekoh, Ulrich

    2017-01-01

    BACKGROUND: Group-sequential testing is widely used in pivotal therapeutic, but rarely in diagnostic research, although it may save studies, time, and costs. The purpose of this paper was to demonstrate a group-sequential analysis strategy in an intra-observer study on quantitative FDG-PET/CT mea......BACKGROUND: Group-sequential testing is widely used in pivotal therapeutic, but rarely in diagnostic research, although it may save studies, time, and costs. The purpose of this paper was to demonstrate a group-sequential analysis strategy in an intra-observer study on quantitative FDG...... assumed to be normally distributed, and sequential one-sided hypothesis tests on the population standard deviation of the differences against a hypothesised value of 1.5 were performed, employing an alpha spending function. The fixed-sample analysis (N = 45) was compared with the group-sequential analysis...... strategies comprising one (at N = 23), two (at N = 15, 30), or three interim analyses (at N = 11, 23, 34), respectively, which were defined post hoc. RESULTS: When performing interim analyses with one third and two thirds of patients, sufficient agreement could be concluded after the first interim analysis...

  18. C-quence: a tool for analyzing qualitative sequential data.

    Science.gov (United States)

    Duncan, Starkey; Collier, Nicholson T

    2002-02-01

    C-quence is a software application that matches sequential patterns of qualitative data specified by the user and calculates the rate of occurrence of these patterns in a data set. Although it was designed to facilitate analyses of face-to-face interaction, it is applicable to any data set involving categorical data and sequential information. C-quence queries are constructed using a graphical user interface. The program does not limit the complexity of the sequential patterns specified by the user.

  19. Adaptive x-ray threat detection using sequential hypotheses testing with fan-beam experimental data (Conference Presentation)

    Science.gov (United States)

    Thamvichai, Ratchaneekorn; Huang, Liang-Chih; Ashok, Amit; Gong, Qian; Coccarelli, David; Greenberg, Joel A.; Gehm, Michael E.; Neifeld, Mark A.

    2017-05-01

    We employ an adaptive measurement system, based on sequential hypotheses testing (SHT) framework, for detecting material-based threats using experimental data acquired on an X-ray experimental testbed system. This testbed employs 45-degree fan-beam geometry and 15 views over a 180-degree span to generate energy sensitive X-ray projection data. Using this testbed system, we acquire multiple view projection data for 200 bags. We consider an adaptive measurement design where the X-ray projection measurements are acquired in a sequential manner and the adaptation occurs through the choice of the optimal "next" source/view system parameter. Our analysis of such an adaptive measurement design using the experimental data demonstrates a 3x-7x reduction in the probability of error relative to a static measurement design. Here the static measurement design refers to the operational system baseline that corresponds to a sequential measurement using all the available sources/views. We also show that by using adaptive measurements it is possible to reduce the number of sources/views by nearly 50% compared a system that relies on static measurements.

  20. Sequential testing scheme for the assessment of the side-effects of plant protection products on the predatory bug Orius laevigatus

    NARCIS (Netherlands)

    Veire, Van de M.; Sterk, G.; Staaij, van der M.; Ramakers, P.M.J.; Tirry, L.

    2002-01-01

    This paper describes a number of test methods, to beused in a sequential scheme, for testing the side-effects ofplant protection products on anthocorid bugs. Orius laevigatuswas used as test species. A `worst case' laboratory method wasdeveloped for evaluating the effect on mortality of the

  1. Relay test program

    International Nuclear Information System (INIS)

    Bandyopadhyay, K.K.; Kunkel, C.; Shteyngart, S.

    1994-02-01

    This report presents the results of a relay test program conducted by Brookhaven National Laboratory (BNL) under the sponsorship of the US Nuclear Regulatory Commission (NRC). The program is a continuation of an earlier test program the results of which were published in NUREG/CR-4867. The current program was carried out in two phases: electrical testing and vibration testing. The objective was primarily to focus on the electrical discontinuity or continuity of relays and circuit breaker tripping mechanisms subjected to electrical pulses and vibration loads. The electrical testing was conducted by KEMA-Powertest Company and the vibration testing was performed at Wyle Laboratories, Huntsville, Alabama. This report discusses the test procedures, presents the test data, includes an analysis of the data and provides recommendations regarding reliable relay testing

  2. The Maximum Cross-Correlation approach to detecting translational motions from sequential remote-sensing images

    Science.gov (United States)

    Gao, J.; Lythe, M. B.

    1996-06-01

    This paper presents the principle of the Maximum Cross-Correlation (MCC) approach in detecting translational motions within dynamic fields from time-sequential remotely sensed images. A C program implementing the approach is presented and illustrated in a flowchart. The program is tested with a pair of sea-surface temperature images derived from Advanced Very High Resolution Radiometer (AVHRR) images near East Cape, New Zealand. Results show that the mean currents in the region have been detected satisfactorily with the approach.

  3. The composite sequential clustering technique for analysis of multispectral scanner data

    Science.gov (United States)

    Su, M. Y.

    1972-01-01

    The clustering technique consists of two parts: (1) a sequential statistical clustering which is essentially a sequential variance analysis, and (2) a generalized K-means clustering. In this composite clustering technique, the output of (1) is a set of initial clusters which are input to (2) for further improvement by an iterative scheme. This unsupervised composite technique was employed for automatic classification of two sets of remote multispectral earth resource observations. The classification accuracy by the unsupervised technique is found to be comparable to that by traditional supervised maximum likelihood classification techniques. The mathematical algorithms for the composite sequential clustering program and a detailed computer program description with job setup are given.

  4. Testing New Programming Paradigms with NAS Parallel Benchmarks

    Science.gov (United States)

    Jin, H.; Frumkin, M.; Schultz, M.; Yan, J.

    2000-01-01

    Over the past decade, high performance computing has evolved rapidly, not only in hardware architectures but also with increasing complexity of real applications. Technologies have been developing to aim at scaling up to thousands of processors on both distributed and shared memory systems. Development of parallel programs on these computers is always a challenging task. Today, writing parallel programs with message passing (e.g. MPI) is the most popular way of achieving scalability and high performance. However, writing message passing programs is difficult and error prone. Recent years new effort has been made in defining new parallel programming paradigms. The best examples are: HPF (based on data parallelism) and OpenMP (based on shared memory parallelism). Both provide simple and clear extensions to sequential programs, thus greatly simplify the tedious tasks encountered in writing message passing programs. HPF is independent of memory hierarchy, however, due to the immaturity of compiler technology its performance is still questionable. Although use of parallel compiler directives is not new, OpenMP offers a portable solution in the shared-memory domain. Another important development involves the tremendous progress in the internet and its associated technology. Although still in its infancy, Java promisses portability in a heterogeneous environment and offers possibility to "compile once and run anywhere." In light of testing these new technologies, we implemented new parallel versions of the NAS Parallel Benchmarks (NPBs) with HPF and OpenMP directives, and extended the work with Java and Java-threads. The purpose of this study is to examine the effectiveness of alternative programming paradigms. NPBs consist of five kernels and three simulated applications that mimic the computation and data movement of large scale computational fluid dynamics (CFD) applications. We started with the serial version included in NPB2.3. Optimization of memory and cache usage

  5. MUF residuals tested by a sequential test with power one

    International Nuclear Information System (INIS)

    Sellinschegg, D.; Bicking, U.

    1983-01-01

    Near-real-time material accountancy is an ongoing safeguards development to extend the current capability of IAEA safeguards. The evaluation of the observed ''Material Unaccounted For'' (MUF) time series is an important part in a near-real-time material accountancy regime. The maximum capability of a sequential data evaluation procedure is demonstrated by applying this procedure to the material balance area of the chemical separation process of a reference reprocessing facility with a throughput of 1000 tonnes heavy metal per year, as an example. It is shown that, compared to a conventional material accountancy approach, the detection time as well as the detection probability is significantly improved. (author)

  6. Sequential computation of elementary modes and minimal cut sets in genome-scale metabolic networks using alternate integer linear programming

    Energy Technology Data Exchange (ETDEWEB)

    Song, Hyun-Seob; Goldberg, Noam; Mahajan, Ashutosh; Ramkrishna, Doraiswami

    2017-03-27

    Elementary (flux) modes (EMs) have served as a valuable tool for investigating structural and functional properties of metabolic networks. Identification of the full set of EMs in genome-scale networks remains challenging due to combinatorial explosion of EMs in complex networks. It is often, however, that only a small subset of relevant EMs needs to be known, for which optimization-based sequential computation is a useful alternative. Most of the currently available methods along this line are based on the iterative use of mixed integer linear programming (MILP), the effectiveness of which significantly deteriorates as the number of iterations builds up. To alleviate the computational burden associated with the MILP implementation, we here present a novel optimization algorithm termed alternate integer linear programming (AILP). Results: Our algorithm was designed to iteratively solve a pair of integer programming (IP) and linear programming (LP) to compute EMs in a sequential manner. In each step, the IP identifies a minimal subset of reactions, the deletion of which disables all previously identified EMs. Thus, a subsequent LP solution subject to this reaction deletion constraint becomes a distinct EM. In cases where no feasible LP solution is available, IP-derived reaction deletion sets represent minimal cut sets (MCSs). Despite the additional computation of MCSs, AILP achieved significant time reduction in computing EMs by orders of magnitude. The proposed AILP algorithm not only offers a computational advantage in the EM analysis of genome-scale networks, but also improves the understanding of the linkage between EMs and MCSs.

  7. Development of computer-aided software engineering tool for sequential control of JT-60U

    International Nuclear Information System (INIS)

    Shimono, M.; Akasaka, H.; Kurihara, K.; Kimura, T.

    1995-01-01

    Discharge sequential control (DSC) is an essential control function for the intermittent and pulse discharge operation of a tokamak device, so that many subsystems may work with each other in correct order and/or synchronously. In the development of the DSC program, block diagrams of logical operation for sequential control are illustrated in its design at first. Then, the logical operators and I/O's which are involved in the block diagrams are compiled and converted to a certain particular form. Since the block diagrams of the sequential control amounts to about 50 sheets in the case of the JT-60 upgrade tokamak (JT-60U) high power discharge and the above steps of the development have been performed manually so far, a great effort has been required for the program development. In order to remove inefficiency in such development processes, a computer-aided software engineering (CASE) tool has been developed on a UNIX workstation. This paper reports how the authors design it for the development of the sequential control programs. The tool is composed of the following three tools: (1) Automatic drawing tool, (2) Editing tool, and (3) Trace tool. This CASE tool, an object-oriented programming tool having graphical formalism, can powerfully accelerate the cycle for the development of the sequential control function commonly associated with pulse discharge in a tokamak fusion device

  8. DCS-Neural-Network Program for Aircraft Control and Testing

    Science.gov (United States)

    Jorgensen, Charles C.

    2006-01-01

    A computer program implements a dynamic-cell-structure (DCS) artificial neural network that can perform such tasks as learning selected aerodynamic characteristics of an airplane from wind-tunnel test data and computing real-time stability and control derivatives of the airplane for use in feedback linearized control. A DCS neural network is one of several types of neural networks that can incorporate additional nodes in order to rapidly learn increasingly complex relationships between inputs and outputs. In the DCS neural network implemented by the present program, the insertion of nodes is based on accumulated error. A competitive Hebbian learning rule (a supervised-learning rule in which connection weights are adjusted to minimize differences between actual and desired outputs for training examples) is used. A Kohonen-style learning rule (derived from a relatively simple training algorithm, implements a Delaunay triangulation layout of neurons) is used to adjust node positions during training. Neighborhood topology determines which nodes are used to estimate new values. The network learns, starting with two nodes, and adds new nodes sequentially in locations chosen to maximize reductions in global error. At any given time during learning, the error becomes homogeneously distributed over all nodes.

  9. A novel approach for small sample size family-based association studies: sequential tests.

    Science.gov (United States)

    Ilk, Ozlem; Rajabli, Farid; Dungul, Dilay Ciglidag; Ozdag, Hilal; Ilk, Hakki Gokhan

    2011-08-01

    In this paper, we propose a sequential probability ratio test (SPRT) to overcome the problem of limited samples in studies related to complex genetic diseases. The results of this novel approach are compared with the ones obtained from the traditional transmission disequilibrium test (TDT) on simulated data. Although TDT classifies single-nucleotide polymorphisms (SNPs) to only two groups (SNPs associated with the disease and the others), SPRT has the flexibility of assigning SNPs to a third group, that is, those for which we do not have enough evidence and should keep sampling. It is shown that SPRT results in smaller ratios of false positives and negatives, as well as better accuracy and sensitivity values for classifying SNPs when compared with TDT. By using SPRT, data with small sample size become usable for an accurate association analysis.

  10. Comparison of three-stage sequential extraction and toxicity characteristic leaching tests to evaluate metal mobility in mining wastes

    International Nuclear Information System (INIS)

    Margui, E.; Salvado, V.; Queralt, I.; Hidalgo, M.

    2004-01-01

    Abandoned mining sites contain residues from ore processing operations that are characterised by high concentrations of heavy metals. The form in which a metal exists strongly influences its mobility and, thus, the effects on the environment. Operational methods of speciation analysis, such as the use of sequential extraction procedures, are commonly applied. In this work, the modified three-stage sequential extraction procedure proposed by the BCR (now the Standards, Measurements and Testing Programme) was applied for the fractionation of Ni, Zn, Pb and Cd in mining wastes from old Pb-Zn mining areas located in the Val d'Aran (NE Spain) and Cartagena (SE Spain). Analyses of the extracts were performed by inductively coupled plasma atomic emission spectrometry and electrothermal atomic absorption spectrometry. The procedure was evaluated by using a certified reference material, BCR-701. The results of the partitioning study indicate that more easily mobilised forms (acid exchangeable) were predominant for Cd and Zn, particularly in the sample from Cartagena. In contrast, the largest amount of lead was associated with the iron and manganese oxide fractions. On the other hand, the applicability of lixiviation tests commonly used to evaluate the leaching of toxic species from landfill disposal (US-EPA Toxicity Characteristic Leaching Procedure and DIN 38414-S4) to mining wastes was also investigated and the obtained results compared with the information on metal mobility derivable from the application of the three-stage sequential extraction procedure

  11. Sequential dependencies in magnitude scaling of loudness

    DEFF Research Database (Denmark)

    Joshi, Suyash Narendra; Jesteadt, Walt

    2013-01-01

    Ten normally hearing listeners used a programmable sone-potentiometer knob to adjust the level of a 1000-Hz sinusoid to match the loudness of numbers presented to them in a magnitude production task. Three different power-law exponents (0.15, 0.30, and 0.60) and a log-law with equal steps in d......B were used to program the sone-potentiometer. The knob settings systematically influenced the form of the loudness function. Time series analysis was used to assess the sequential dependencies in the data, which increased with increasing exponent and were greatest for the log-law. It would be possible......, therefore, to choose knob properties that minimized these dependencies. When the sequential dependencies were removed from the data, the slope of the loudness functions did not change, but the variability decreased. Sequential dependencies were only present when the level of the tone on the previous trial...

  12. A dynamic regrouping based sequential dynamic programming algorithm for unit commitment of combined heat and power systems

    DEFF Research Database (Denmark)

    Rong, Aiying; Hakonen, Henri; Lahdelma, Risto

    2009-01-01

    efficiency of the plants. We introduce in this paper the DRDP-RSC algorithm, which is a dynamic regrouping based dynamic programming (DP) algorithm based on linear relaxation of the ON/OFF states of the units, sequential commitment of units in small groups. Relaxed states of the plants are used to reduce...... the dimension of the UC problem and dynamic regrouping is used to improve the solution quality. Numerical results based on real-life data sets show that this algorithm is efficient and optimal or near-optimal solutions with very small optimality gap are obtained....

  13. Impact of controlling the sum of error probability in the sequential probability ratio test

    Directory of Open Access Journals (Sweden)

    Bijoy Kumarr Pradhan

    2013-05-01

    Full Text Available A generalized modified method is proposed to control the sum of error probabilities in sequential probability ratio test to minimize the weighted average of the two average sample numbers under a simple null hypothesis and a simple alternative hypothesis with the restriction that the sum of error probabilities is a pre-assigned constant to find the optimal sample size and finally a comparison is done with the optimal sample size found from fixed sample size procedure. The results are applied to the cases when the random variate follows a normal law as well as Bernoullian law.

  14. Alternatives to the sequential lineup: the importance of controlling the pictures.

    Science.gov (United States)

    Lindsay, R C; Bellinger, K

    1999-06-01

    Because sequential lineups reduce false-positive choices, their use has been recommended (R. C. L. Lindsay, 1999; R. C. L. Lindsay & G. L. Wells, 1985). Blind testing is included in the recommended procedures. Police, concerned about blind testing, devised alternative procedures, including self-administered sequential lineups, to reduce use of relative judgments (G. L. Wells, 1984) while permitting the investigating officer to conduct the procedure. Identification data from undergraduates exposed to a staged crime (N = 165) demonstrated that 4 alternative identification procedures tested were less effective than the original sequential lineup. Allowing witnesses to control the photographs resulted in higher rates of false-positive identification. Self-reports of using relative judgments were shown to be postdictive of decision accuracy.

  15. Sequential Design of Experiments to Maximize Learning from Carbon Capture Pilot Plant Testing

    Energy Technology Data Exchange (ETDEWEB)

    Soepyan, Frits B.; Morgan, Joshua C.; Omell, Benjamin P.; Zamarripa-Perez, Miguel A.; Matuszewski, Michael S.; Miller, David C.

    2018-02-06

    Pilot plant test campaigns can be expensive and time-consuming. Therefore, it is of interest to maximize the amount of learning and the efficiency of the test campaign given the limited number of experiments that can be conducted. This work investigates the use of sequential design of experiments (SDOE) to overcome these challenges by demonstrating its usefulness for a recent solvent-based CO2 capture plant test campaign. Unlike traditional design of experiments methods, SDOE regularly uses information from ongoing experiments to determine the optimum locations in the design space for subsequent runs within the same experiment. However, there are challenges that need to be addressed, including reducing the high computational burden to efficiently update the model, and the need to incorporate the methodology into a computational tool. We address these challenges by applying SDOE in combination with a software tool, the Framework for Optimization, Quantification of Uncertainty and Surrogates (FOQUS) (Miller et al., 2014a, 2016, 2017). The results of applying SDOE on a pilot plant test campaign for CO2 capture suggests that relative to traditional design of experiments methods, SDOE can more effectively reduce the uncertainty of the model, thus decreasing technical risk. Future work includes integrating SDOE into FOQUS and using SDOE to support additional large-scale pilot plant test campaigns.

  16. Sequential computation of elementary modes and minimal cut sets in genome-scale metabolic networks using alternate integer linear programming.

    Science.gov (United States)

    Song, Hyun-Seob; Goldberg, Noam; Mahajan, Ashutosh; Ramkrishna, Doraiswami

    2017-08-01

    Elementary (flux) modes (EMs) have served as a valuable tool for investigating structural and functional properties of metabolic networks. Identification of the full set of EMs in genome-scale networks remains challenging due to combinatorial explosion of EMs in complex networks. It is often, however, that only a small subset of relevant EMs needs to be known, for which optimization-based sequential computation is a useful alternative. Most of the currently available methods along this line are based on the iterative use of mixed integer linear programming (MILP), the effectiveness of which significantly deteriorates as the number of iterations builds up. To alleviate the computational burden associated with the MILP implementation, we here present a novel optimization algorithm termed alternate integer linear programming (AILP). Our algorithm was designed to iteratively solve a pair of integer programming (IP) and linear programming (LP) to compute EMs in a sequential manner. In each step, the IP identifies a minimal subset of reactions, the deletion of which disables all previously identified EMs. Thus, a subsequent LP solution subject to this reaction deletion constraint becomes a distinct EM. In cases where no feasible LP solution is available, IP-derived reaction deletion sets represent minimal cut sets (MCSs). Despite the additional computation of MCSs, AILP achieved significant time reduction in computing EMs by orders of magnitude. The proposed AILP algorithm not only offers a computational advantage in the EM analysis of genome-scale networks, but also improves the understanding of the linkage between EMs and MCSs. The software is implemented in Matlab, and is provided as supplementary information . hyunseob.song@pnnl.gov. Supplementary data are available at Bioinformatics online. Published by Oxford University Press 2017. This work is written by US Government employees and are in the public domain in the US.

  17. 25th Test and Evaluation National Conference

    Science.gov (United States)

    2009-03-05

    assembly area.] • Load Aircraft and Weapon Status Check. • Lineup for takeoff. – Execute Mission [R and A mission executed as requested by ground... sequential testing and the sharing of high-demand testing assets Negative impact on ability to successfully execute complex programs: Massive

  18. About a sequential method for non destructive testing of structures by mechanical vibrations

    International Nuclear Information System (INIS)

    Suarez Antola, R.

    2001-01-01

    The presence and growth of cracks voids or fields of pores under applied forces or environmental actions can produce a meaningful lowering in the proper frequencies of normal modes of mechanical vibration in structures.A quite general expression for the square of modes proper frequency as a functional of displacement field,density field and elastic moduli fields is used as a starting point.The effect of defects on frequency are modeled as equivalent changes in density and elastic moduli fields,introducing the concept of region of influence of each defect.An approximate expression is obtained which relates the relative lowering in the square of modes proper frequency with position,size,shape and orientation of defects in mode displacement field.Some simple examples of structural elements with cracks or fields of pores are considered.the connection with linear elastic fracture mechanics is briefly exemplified.A sequential method is proposed for non-destructive testing of structures using mechanical vibrations combined with properly chosen local nondestructive testing methods

  19. Sequential x-ray diffraction topography at 1-BM x-ray optics testing beamline at the advanced photon source

    Energy Technology Data Exchange (ETDEWEB)

    Stoupin, Stanislav, E-mail: sstoupin@aps.anl.gov; Shvyd’ko, Yuri; Trakhtenberg, Emil; Liu, Zunping; Lang, Keenan; Huang, Xianrong; Wieczorek, Michael; Kasman, Elina; Hammonds, John; Macrander, Albert; Assoufid, Lahsen [Advanced Photon Source, Argonne National Laboratory, Argonne, IL 60439 (United States)

    2016-07-27

    We report progress on implementation and commissioning of sequential X-ray diffraction topography at 1-BM Optics Testing Beamline of the Advanced Photon Source to accommodate growing needs of strain characterization in diffractive crystal optics and other semiconductor single crystals. The setup enables evaluation of strain in single crystals in the nearly-nondispersive double-crystal geometry. Si asymmetric collimator crystals of different crystallographic orientations were designed, fabricated and characterized using in-house capabilities. Imaging the exit beam using digital area detectors permits rapid sequential acquisition of X-ray topographs at different angular positions on the rocking curve of a crystal under investigation. Results on sensitivity and spatial resolution are reported based on experiments with high-quality Si and diamond crystals. The new setup complements laboratory-based X-ray topography capabilities of the Optics group at the Advanced Photon Source.

  20. Refinement of Parallel and Reactive Programs

    OpenAIRE

    Back, R. J. R.

    1992-01-01

    We show how to apply the refinement calculus to stepwise refinement of parallel and reactive programs. We use action systems as our basic program model. Action systems are sequential programs which can be implemented in a parallel fashion. Hence refinement calculus methods, originally developed for sequential programs, carry over to the derivation of parallel programs. Refinement of reactive programs is handled by data refinement techniques originally developed for the sequential refinement c...

  1. Sequential optimization of matrix chain multiplication relative to different cost functions

    KAUST Repository

    Chikalov, Igor; Hussain, Shahid; Moshkov, Mikhail

    2011-01-01

    In this paper, we present a methodology to optimize matrix chain multiplication sequentially relative to different cost functions such as total number of scalar multiplications, communication overhead in a multiprocessor environment, etc. For n matrices our optimization procedure requires O(n 3) arithmetic operations per one cost function. This work is done in the framework of a dynamic programming extension that allows sequential optimization relative to different criteria. © 2011 Springer-Verlag Berlin Heidelberg.

  2. Sequential Power-Dependence Theory

    NARCIS (Netherlands)

    Buskens, Vincent; Rijt, Arnout van de

    2008-01-01

    Existing methods for predicting resource divisions in laboratory exchange networks do not take into account the sequential nature of the experimental setting. We extend network exchange theory by considering sequential exchange. We prove that Sequential Power-Dependence Theory—unlike

  3. Configural and component processing in simultaneous and sequential lineup procedures.

    Science.gov (United States)

    Flowe, Heather D; Smith, Harriet M J; Karoğlu, Nilda; Onwuegbusi, Tochukwu O; Rai, Lovedeep

    2016-01-01

    Configural processing supports accurate face recognition, yet it has never been examined within the context of criminal identification lineups. We tested, using the inversion paradigm, the role of configural processing in lineups. Recent research has found that face discrimination accuracy in lineups is better in a simultaneous compared to a sequential lineup procedure. Therefore, we compared configural processing in simultaneous and sequential lineups to examine whether there are differences. We had participants view a crime video, and then they attempted to identify the perpetrator from a simultaneous or sequential lineup. The test faces were presented either upright or inverted, as previous research has shown that inverting test faces disrupts configural processing. The size of the inversion effect for faces was the same across lineup procedures, indicating that configural processing underlies face recognition in both procedures. Discrimination accuracy was comparable across lineup procedures in both the upright and inversion condition. Theoretical implications of the results are discussed.

  4. An innovative approach for testing bioinformatics programs using metamorphic testing

    Directory of Open Access Journals (Sweden)

    Liu Huai

    2009-01-01

    Full Text Available Abstract Background Recent advances in experimental and computational technologies have fueled the development of many sophisticated bioinformatics programs. The correctness of such programs is crucial as incorrectly computed results may lead to wrong biological conclusion or misguide downstream experimentation. Common software testing procedures involve executing the target program with a set of test inputs and then verifying the correctness of the test outputs. However, due to the complexity of many bioinformatics programs, it is often difficult to verify the correctness of the test outputs. Therefore our ability to perform systematic software testing is greatly hindered. Results We propose to use a novel software testing technique, metamorphic testing (MT, to test a range of bioinformatics programs. Instead of requiring a mechanism to verify whether an individual test output is correct, the MT technique verifies whether a pair of test outputs conform to a set of domain specific properties, called metamorphic relations (MRs, thus greatly increases the number and variety of test cases that can be applied. To demonstrate how MT is used in practice, we applied MT to test two open-source bioinformatics programs, namely GNLab and SeqMap. In particular we show that MT is simple to implement, and is effective in detecting faults in a real-life program and some artificially fault-seeded programs. Further, we discuss how MT can be applied to test programs from various domains of bioinformatics. Conclusion This paper describes the application of a simple, effective and automated technique to systematically test a range of bioinformatics programs. We show how MT can be implemented in practice through two real-life case studies. Since many bioinformatics programs, particularly those for large scale simulation and data analysis, are hard to test systematically, their developers may benefit from using MT as part of the testing strategy. Therefore our work

  5. Influence of Sequential vs. Simultaneous Dual-Task Exercise Training on Cognitive Function in Older Adults.

    Science.gov (United States)

    Tait, Jamie L; Duckham, Rachel L; Milte, Catherine M; Main, Luana C; Daly, Robin M

    2017-01-01

    Emerging research indicates that exercise combined with cognitive training may improve cognitive function in older adults. Typically these programs have incorporated sequential training, where exercise and cognitive training are undertaken separately. However, simultaneous or dual-task training, where cognitive and/or motor training are performed simultaneously with exercise, may offer greater benefits. This review summary provides an overview of the effects of combined simultaneous vs. sequential training on cognitive function in older adults. Based on the available evidence, there are inconsistent findings with regard to the cognitive benefits of sequential training in comparison to cognitive or exercise training alone. In contrast, simultaneous training interventions, particularly multimodal exercise programs in combination with secondary tasks regulated by sensory cues, have significantly improved cognition in both healthy older and clinical populations. However, further research is needed to determine the optimal characteristics of a successful simultaneous training program for optimizing cognitive function in older people.

  6. Automatic synthesis of sequential control schemes

    International Nuclear Information System (INIS)

    Klein, I.

    1993-01-01

    Of all hard- and software developed for industrial control purposes, the majority is devoted to sequential, or binary valued, control and only a minor part to classical linear control. Typically, the sequential parts of the controller are invoked during startup and shut-down to bring the system into its normal operating region and into some safe standby region, respectively. Despite its importance, fairly little theoretical research has been devoted to this area, and sequential control programs are therefore still created manually without much theoretical support to obtain a systematic approach. We propose a method to create sequential control programs automatically. The main ideas is to spend some effort off-line modelling the plant, and from this model generate the control strategy, that is the plan. The plant is modelled using action structures, thereby concentrating on the actions instead of the states of the plant. In general the planning problem shows exponential complexity in the number of state variables. However, by focusing on the actions, we can identify problem classes as well as algorithms such that the planning complexity is reduced to polynomial complexity. We prove that these algorithms are sound, i.e., the generated solution will solve the stated problem, and complete, i.e., if the algorithms fail, then no solution exists. The algorithms generate a plan as a set of actions and a partial order on this set specifying the execution order. The generated plant is proven to be minimal and maximally parallel. For a larger class of problems we propose a method to split the original problem into a number of simple problems that can each be solved using one of the presented algorithms. It is also shown how a plan can be translated into a GRAFCET chart, and to illustrate these ideas we have implemented a planing tool, i.e., a system that is able to automatically create control schemes. Such a tool can of course also be used on-line if it is fast enough. This

  7. Sequential boundaries approach in clinical trials with unequal allocation ratios

    Directory of Open Access Journals (Sweden)

    Ayatollahi Seyyed

    2006-01-01

    Full Text Available Abstract Background In clinical trials, both unequal randomization design and sequential analyses have ethical and economic advantages. In the single-stage-design (SSD, however, if the sample size is not adjusted based on unequal randomization, the power of the trial will decrease, whereas with sequential analysis the power will always remain constant. Our aim was to compare sequential boundaries approach with the SSD when the allocation ratio (R was not equal. Methods We evaluated the influence of R, the ratio of the patients in experimental group to the standard group, on the statistical properties of two-sided tests, including the two-sided single triangular test (TT, double triangular test (DTT and SSD by multiple simulations. The average sample size numbers (ASNs and power (1-β were evaluated for all tests. Results Our simulation study showed that choosing R = 2 instead of R = 1 increases the sample size of SSD by 12% and the ASN of the TT and DTT by the same proportion. Moreover, when R = 2, compared to the adjusted SSD, using the TT or DTT allows to retrieve the well known reductions of ASN observed when R = 1, compared to SSD. In addition, when R = 2, compared to SSD, using the TT and DTT allows to obtain smaller reductions of ASN than when R = 1, but maintains the power of the test to its planned value. Conclusion This study indicates that when the allocation ratio is not equal among the treatment groups, sequential analysis could indeed serve as a compromise between ethicists, economists and statisticians.

  8. Underground Nuclear Testing Program, Nevada Test Site

    International Nuclear Information System (INIS)

    1975-09-01

    The Energy Research and Development Administration (ERDA) continues to conduct an underground nuclear testing program which includes tests for nuclear weapons development and other tests for development of nuclear explosives and methods for their application for peaceful uses. ERDA also continues to provide nuclear explosive and test site support for nuclear effects tests sponsored by the Department of Defense. This Supplement extends the Environmental Statement (WASH-1526) to cover all underground nuclear tests and preparations for tests of one megaton (1 MT) or less at the Nevada Test Site (NTS) during Fiscal Year 1976. The test activities covered include numerous continuing programs, both nuclear and non-nuclear, which can best be conducted in a remote area. However, if nuclear excavation tests or tests of yields above 1 MT or tests away from NTS should be planned, these will be covered by separate environmental statements

  9. Test of user- and system programs coded in real time languages - requirements on program language and testing tool

    International Nuclear Information System (INIS)

    Hertlin, J.; Mackert, M.

    1979-01-01

    In the present paper the functions are presented, which should be part of a test system for user programs in a higher treat time programming language, taking into account time sequences and competitive processes. As can be shown by the problem of testing, use of higher level real time programming languages renders the task of program development essentially easier, however performance of test procedures without appropriate test systems is very difficult. After the presentation of notions and methods for the testing of programs, general requirements on testing tools are described and the test system functions for a program test, beeing uncritical with respect to time, are placed together. Thereby, for every individual function, the interface between the test system, the program under test, and the residual program-generation system (compiler, binder, operating system, delay-time system, and loader) is given too. For the time-critical test, a series of desirable functions are described, which can be implemented with acceptable expense. (orig.) [de

  10. Visual short-term memory for sequential arrays.

    Science.gov (United States)

    Kumar, Arjun; Jiang, Yuhong

    2005-04-01

    The capacity of visual short-term memory (VSTM) for a single visual display has been investigated in past research, but VSTM for multiple sequential arrays has been explored only recently. In this study, we investigate the capacity of VSTM across two sequential arrays separated by a variable stimulus onset asynchrony (SOA). VSTM for spatial locations (Experiment 1), colors (Experiments 2-4), orientations (Experiments 3 and 4), and conjunction of color and orientation (Experiment 4) were tested, with the SOA across the two sequential arrays varying from 100 to 1,500 msec. We find that VSTM for the trailing array is much better than VSTM for the leading array, but when averaged across the two arrays VSTM has a constant capacity independent of the SOA. We suggest that multiple displays compete for retention in VSTM and that separating information into two temporally discrete groups does not enhance the overall capacity of VSTM.

  11. Optimization strategies based on sequential quadratic programming applied for a fermentation process for butanol production.

    Science.gov (United States)

    Pinto Mariano, Adriano; Bastos Borba Costa, Caliane; de Franceschi de Angelis, Dejanira; Maugeri Filho, Francisco; Pires Atala, Daniel Ibraim; Wolf Maciel, Maria Regina; Maciel Filho, Rubens

    2009-11-01

    In this work, the mathematical optimization of a continuous flash fermentation process for the production of biobutanol was studied. The process consists of three interconnected units, as follows: fermentor, cell-retention system (tangential microfiltration), and vacuum flash vessel (responsible for the continuous recovery of butanol from the broth). The objective of the optimization was to maximize butanol productivity for a desired substrate conversion. Two strategies were compared for the optimization of the process. In one of them, the process was represented by a deterministic model with kinetic parameters determined experimentally and, in the other, by a statistical model obtained using the factorial design technique combined with simulation. For both strategies, the problem was written as a nonlinear programming problem and was solved with the sequential quadratic programming technique. The results showed that despite the very similar solutions obtained with both strategies, the problems found with the strategy using the deterministic model, such as lack of convergence and high computational time, make the use of the optimization strategy with the statistical model, which showed to be robust and fast, more suitable for the flash fermentation process, being recommended for real-time applications coupling optimization and control.

  12. Bootstrap Sequential Determination of the Co-integration Rank in VAR Models

    DEFF Research Database (Denmark)

    Guiseppe, Cavaliere; Rahbæk, Anders; Taylor, A.M. Robert

    with empirical rejection frequencies often very much in excess of the nominal level. As a consequence, bootstrap versions of these tests have been developed. To be useful, however, sequential procedures for determining the co-integrating rank based on these bootstrap tests need to be consistent, in the sense...... in the literature by proposing a bootstrap sequential algorithm which we demonstrate delivers consistent cointegration rank estimation for general I(1) processes. Finite sample Monte Carlo simulations show the proposed procedure performs well in practice....

  13. Algorithms for the Construction of Parallel Tests by Zero-One Programming. Project Psychometric Aspects of Item Banking No. 7. Research Report 86-7.

    Science.gov (United States)

    Boekkooi-Timminga, Ellen

    Nine methods for automated test construction are described. All are based on the concepts of information from item response theory. Two general kinds of methods for the construction of parallel tests are presented: (1) sequential test design; and (2) simultaneous test design. Sequential design implies that the tests are constructed one after the…

  14. Dynamic EBF1 occupancy directs sequential epigenetic and transcriptional events in B-cell programming.

    Science.gov (United States)

    Li, Rui; Cauchy, Pierre; Ramamoorthy, Senthilkumar; Boller, Sören; Chavez, Lukas; Grosschedl, Rudolf

    2018-01-15

    B-cell fate determination requires the action of transcription factors that operate in a regulatory network to activate B-lineage genes and repress lineage-inappropriate genes. However, the dynamics and hierarchy of events in B-cell programming remain obscure. To uncouple the dynamics of transcription factor expression from functional consequences, we generated induction systems in developmentally arrested Ebf1 -/- pre-pro-B cells to allow precise experimental control of EBF1 expression in the genomic context of progenitor cells. Consistent with the described role of EBF1 as a pioneer transcription factor, we show in a time-resolved analysis that EBF1 occupancy coincides with EBF1 expression and precedes the formation of chromatin accessibility. We observed dynamic patterns of EBF1 target gene expression and sequential up-regulation of transcription factors that expand the regulatory network at the pro-B-cell stage. A continuous EBF1 function was found to be required for Cd79a promoter activity and for the maintenance of an accessible chromatin domain that is permissive for binding of other transcription factors. Notably, transient EBF1 occupancy was detected at lineage-inappropriate genes prior to their silencing in pro-B cells. Thus, persistent and transient functions of EBF1 allow for an ordered sequence of epigenetic and transcriptional events in B-cell programming. © 2018 Li et al.; Published by Cold Spring Harbor Laboratory Press.

  15. Configural and component processing in simultaneous and sequential lineup procedures

    OpenAIRE

    Flowe, HD; Smith, HMJ; Karoğlu, N; Onwuegbusi, TO; Rai, L

    2015-01-01

    Configural processing supports accurate face recognition, yet it has never been examined within the context of criminal identification lineups. We tested, using the inversion paradigm, the role of configural processing in lineups. Recent research has found that face discrimination accuracy in lineups is better in a simultaneous compared to a sequential lineup procedure. Therefore, we compared configural processing in simultaneous and sequential lineups to examine whether there are differences...

  16. In-situ thermal testing program strategy

    International Nuclear Information System (INIS)

    1995-06-01

    In the past year the Yucca Mountain Site Characterization Project has implemented a new Program Approach to the licensing process. The Program Approach suggests a step-wise approach to licensing in which the early phases will require less site information than previously planned and necessitate a lesser degree of confidence in the longer-term performance of the repository. Under the Program Approach, the thermal test program is divided into two principal phases: (1) short-term in situ tests (in the 1996 to 2000 time period) and laboratory thermal tests to obtain preclosure information, parameters, and data along with bounding information for postclosure performance; and (2) longer-term in situ tests to obtain additional data regarding postclosure performance. This effort necessitates a rethinking of the testing program because the amount of information needed for the initial licensing phase is less than previously planned. This document proposes a revised and consolidated in situ thermal test program (including supporting laboratory tests) that is structured to meet the needs of the Program Approach. A customer-supplier model is used to define the Project data needs. These data needs, along with other requirements, were then used to define a set of conceptual experiments that will provide the required data within the constraints of the Program Approach schedule. The conceptual thermal tests presented in this document represent a consolidation and update of previously defined tests that should result in a more efficient use of Project resources. This document focuses on defining the requirements and tests needed to satisfy the goal of a successful license application in 2001, should the site be found suitable

  17. Sequential Online Wellness Programming Is an Effective Strategy to Promote Behavior Change

    Science.gov (United States)

    MacNab, Lindsay R.; Francis, Sarah L.

    2015-01-01

    The growing number of United States youth and adults categorized as overweight or obese illustrates a need for research-based family wellness interventions. Sequential, online, Extension-delivered family wellness interventions offer a time- and cost-effective approach for both participants and Extension educators. The 6-week, online Healthy…

  18. Topology optimization of induction heating model using sequential linear programming based on move limit with adaptive relaxation

    Science.gov (United States)

    Masuda, Hiroshi; Kanda, Yutaro; Okamoto, Yoshifumi; Hirono, Kazuki; Hoshino, Reona; Wakao, Shinji; Tsuburaya, Tomonori

    2017-12-01

    It is very important to design electrical machineries with high efficiency from the point of view of saving energy. Therefore, topology optimization (TO) is occasionally used as a design method for improving the performance of electrical machinery under the reasonable constraints. Because TO can achieve a design with much higher degree of freedom in terms of structure, there is a possibility for deriving the novel structure which would be quite different from the conventional structure. In this paper, topology optimization using sequential linear programming using move limit based on adaptive relaxation is applied to two models. The magnetic shielding, in which there are many local minima, is firstly employed as firstly benchmarking for the performance evaluation among several mathematical programming methods. Secondly, induction heating model is defined in 2-D axisymmetric field. In this model, the magnetic energy stored in the magnetic body is maximized under the constraint on the volume of magnetic body. Furthermore, the influence of the location of the design domain on the solutions is investigated.

  19. Modelling sequentially scored item responses

    NARCIS (Netherlands)

    Akkermans, W.

    2000-01-01

    The sequential model can be used to describe the variable resulting from a sequential scoring process. In this paper two more item response models are investigated with respect to their suitability for sequential scoring: the partial credit model and the graded response model. The investigation is

  20. Sequential and Simultaneous Logit: A Nested Model.

    NARCIS (Netherlands)

    van Ophem, J.C.M.; Schram, A.J.H.C.

    1997-01-01

    A nested model is presented which has both the sequential and the multinomial logit model as special cases. This model provides a simple test to investigate the validity of these specifications. Some theoretical properties of the model are discussed. In the analysis a distribution function is

  1. Anatomy of a defective barrier: sequential glove leak detection in a surgical and dental environment.

    Science.gov (United States)

    Albin, M S; Bunegin, L; Duke, E S; Ritter, R R; Page, C P

    1992-02-01

    a) To determine the frequency of perforations in latex surgical gloves before, during, and after surgical and dental procedures; b) to evaluate the topographical distribution of perforations in latex surgical gloves after surgical and dental procedures; and c) to validate methods of testing for latex surgical glove patency. Multitrial tests under in vitro conditions and a prospective sequential patient study using consecutive testing. An outpatient dental clinic at a university dental school, the operating suite in a medical school affiliated with the Veteran's Hospital, and a biomechanics laboratory. Surgeons, scrub nurses, and dental technicians participating in 50 surgical and 50 dental procedures. We collected 679 latex surgical gloves after surgical procedures and tested them for patency by using a water pressure test. We also employed an electronic glove leak detector before donning, after sequential time intervals, and upon termination of 47 surgical (sequential surgical), 50 dental (sequential dental), and in three orthopedic cases where double gloving was used. The electronic glove leak detector was validated by using electronic point-by-point surface probing, fluorescein dye diffusion, as well as detecting glove punctures made with a 27-gauge needle. The random study indicated a leak rate of 33.0% (224 out of 679) in latex surgical gloves; the sequential surgical study demonstrated patency in 203 out of 347 gloves (58.5%); the sequential dental study showed 34 leaks in the 106 gloves used (32.1%); and with double gloving, the leak rate decreased to 25.0% (13 of 52 gloves tested). While the allowable FDA defect rate for unused latex surgical gloves is 1.5%, we noted defect rates in unused gloves of 5.5% in the sequential surgical, 1.9% in the sequential dental, and 4.0% in our electronic glove leak detector validating study. In the sequential surgical study, 52% of the leaks had occurred by 75 mins, and in the sequential dental study, 75% of the leaks

  2. Imitation of the sequential structure of actions by chimpanzees (Pan troglodytes).

    Science.gov (United States)

    Whiten, A

    1998-09-01

    Imitation was studied experimentally by allowing chimpanzees (Pan troglodytes) to observe alternative patterns of actions for opening a specially designed "artificial fruit." Like problematic foods primates deal with naturally, with the test fruit several defenses had to be removed to gain access to an edible core, but the sequential order and method of defense removal could be systematically varied. Each subject repeatedly observed 1 of 2 alternative techniques for removing each defense and 1 of 2 alternative sequential patterns of defense removal. Imitation of sequential organization emerged after repeated cycles of demonstration and attempts at opening the fruit. Imitation in chimpanzees may thus have some power to produce cultural convergence, counter to the supposition that individual learning processes corrupt copied actions. Imitation of sequential organization was accompanied by imitation of some aspects of the techniques that made up the sequence.

  3. Sequential charged particle reaction

    International Nuclear Information System (INIS)

    Hori, Jun-ichi; Ochiai, Kentaro; Sato, Satoshi; Yamauchi, Michinori; Nishitani, Takeo

    2004-01-01

    The effective cross sections for producing the sequential reaction products in F82H, pure vanadium and LiF with respect to the 14.9-MeV neutron were obtained and compared with the estimation ones. Since the sequential reactions depend on the secondary charged particles behavior, the effective cross sections are corresponding to the target nuclei and the material composition. The effective cross sections were also estimated by using the EAF-libraries and compared with the experimental ones. There were large discrepancies between estimated and experimental values. Additionally, we showed the contribution of the sequential reaction on the induced activity and dose rate in the boundary region with water. From the present study, it has been clarified that the sequential reactions are of great importance to evaluate the dose rates around the surface of cooling pipe and the activated corrosion products. (author)

  4. Random sequential adsorption of cubes

    Science.gov (United States)

    Cieśla, Michał; Kubala, Piotr

    2018-01-01

    Random packings built of cubes are studied numerically using a random sequential adsorption algorithm. To compare the obtained results with previous reports, three different models of cube orientation sampling were used. Also, three different cube-cube intersection algorithms were tested to find the most efficient one. The study focuses on the mean saturated packing fraction as well as kinetics of packing growth. Microstructural properties of packings were analyzed using density autocorrelation function.

  5. Bidding in sequential electricity markets: The Nordic case

    DEFF Research Database (Denmark)

    Boomsma, Trine Krogh; Juul, Nina; Fleten, Stein-Erik

    2014-01-01

    problem as a multi-stage stochastic program. We investigate whether higher risk exposure can explain the hesitation, often observed in practice, to bid into the balancing market, even in cases of higher expected price levels. Furthermore, we quantify the gain from coordinated bidding, and by deriving......For electricity market participants trading in sequential markets with differences in price levels and risk exposure, coordinated bidding is highly relevant. We consider a Nordic power producer who engages in the day-ahead spot market and the near real-time balancing market. In both markets......, clearing prices and dispatched volumes are unknown at the time of bidding. However, in the balancing market, the agent faces an additional risk of not being dispatched. Taking into account the sequential clearing of these markets and the gradual realization of market prices, we formulate the bidding...

  6. Effects of neostriatal 6-OHDA lesion on performance in a rat sequential reaction time task.

    Science.gov (United States)

    Domenger, D; Schwarting, R K W

    2008-10-31

    Work in humans and monkeys has provided evidence that the basal ganglia, and the neurotransmitter dopamine therein, play an important role for sequential learning and performance. Compared to primates, experimental work in rodents is rather sparse, largely due to the fact that tasks comparable to the human ones, especially serial reaction time tasks (SRTT), had been lacking until recently. We have developed a rat model of the SRTT, which allows to study neural correlates of sequential performance and motor sequence execution. Here, we report the effects of dopaminergic neostriatal lesions, performed using bilateral 6-hydroxydopamine injections, on performance of well-trained rats tested in our SRTT. Sequential behavior was measured in two ways: for one, the effects of small violations of otherwise well trained sequences were examined as a measure of attention and automation. Secondly, sequential versus random performance was compared as a measure of sequential learning. Neurochemically, the lesions led to sub-total dopamine depletions in the neostriatum, which ranged around 60% in the lateral, and around 40% in the medial neostriatum. These lesions led to a general instrumental impairment in terms of reduced speed (response latencies) and response rate, and these deficits were correlated with the degree of striatal dopamine loss. Furthermore, the violation test indicated that the lesion group conducted less automated responses. The comparison of random versus sequential responding showed that the lesion group did not retain its superior sequential performance in terms of speed, whereas they did in terms of accuracy. Also, rats with lesions did not improve further in overall performance as compared to pre-lesion values, whereas controls did. These results support previous results that neostriatal dopamine is involved in instrumental behaviour in general. Also, these lesions are not sufficient to completely abolish sequential performance, at least when acquired

  7. Accelerated leach test development program

    International Nuclear Information System (INIS)

    Fuhrmann, M.; Pietrzak, R.F.; Heiser, J.; Franz, E.M.; Colombo, P.

    1990-11-01

    In FY 1989, a draft accelerated leach test for solidified waste was written. Combined test conditions that accelerate leaching were validated through experimental and modeling efforts. A computer program was developed that calculates test results and models leaching mechanisms. This program allows the user to determine if diffusion controls leaching and, if this is the case, to make projections of releases. Leaching mechanisms other than diffusion (diffusion plus source term partitioning and solubility limited leaching) are included in the program is indicators of other processes that may control leaching. Leach test data are presented and modeling results are discussed for laboratory scale waste forms composed of portland cement containing sodium sulfate salt, portland cement containing incinerator ash, and vinyl ester-styrene containing sodium sulfate. 16 refs., 38 figs., 5 tabs

  8. Eyewitness confidence in simultaneous and sequential lineups: a criterion shift account for sequential mistaken identification overconfidence.

    Science.gov (United States)

    Dobolyi, David G; Dodson, Chad S

    2013-12-01

    Confidence judgments for eyewitness identifications play an integral role in determining guilt during legal proceedings. Past research has shown that confidence in positive identifications is strongly associated with accuracy. Using a standard lineup recognition paradigm, we investigated accuracy using signal detection and ROC analyses, along with the tendency to choose a face with both simultaneous and sequential lineups. We replicated past findings of reduced rates of choosing with sequential as compared to simultaneous lineups, but notably found an accuracy advantage in favor of simultaneous lineups. Moreover, our analysis of the confidence-accuracy relationship revealed two key findings. First, we observed a sequential mistaken identification overconfidence effect: despite an overall reduction in false alarms, confidence for false alarms that did occur was higher with sequential lineups than with simultaneous lineups, with no differences in confidence for correct identifications. This sequential mistaken identification overconfidence effect is an expected byproduct of the use of a more conservative identification criterion with sequential than with simultaneous lineups. Second, we found a steady drop in confidence for mistaken identifications (i.e., foil identifications and false alarms) from the first to the last face in sequential lineups, whereas confidence in and accuracy of correct identifications remained relatively stable. Overall, we observed that sequential lineups are both less accurate and produce higher confidence false identifications than do simultaneous lineups. Given the increasing prominence of sequential lineups in our legal system, our data argue for increased scrutiny and possibly a wholesale reevaluation of this lineup format. PsycINFO Database Record (c) 2013 APA, all rights reserved.

  9. Sequential Optimization of Paths in Directed Graphs Relative to Different Cost Functions

    KAUST Repository

    Abubeker, Jewahir Ali; Chikalov, Igor; Hussain, Shahid; Moshkov, Mikhail

    2011-01-01

    This paper is devoted to the consideration of an algorithm for sequential optimization of paths in directed graphs relative to di_erent cost functions. The considered algorithm is based on an extension of dynamic programming which allows

  10. Application of a path sensitizing method on automated generation of test specifications for control software

    International Nuclear Information System (INIS)

    Morimoto, Yuuichi; Fukuda, Mitsuko

    1995-01-01

    An automated generation method for test specifications has been developed for sequential control software in plant control equipment. Sequential control software can be represented as sequential circuits. The control software implemented in a control equipment is designed from these circuit diagrams. In logic tests of VLSI's, path sensitizing methods are widely used to generate test specifications. But the method generates test specifications at a single time only, and can not be directly applied to sequential control software. The basic idea of the proposed method is as follows. Specifications of each logic operator in the diagrams are defined in the software design process. Therefore, test specifications of each operator in the control software can be determined from these specifications, and validity of software can be judged by inspecting all of the operators in the logic circuit diagrams. Candidates for sensitized paths, on which test data for each operator propagates, can be generated by the path sensitizing method. To confirm feasibility of the method, it was experimentally applied to control software in digital control equipment. The program could generate test specifications exactly, and feasibility of the method was confirmed. (orig.) (3 refs., 7 figs.)

  11. Prototype steam generator test at SCTI/ETEC. Acoustic program test plan

    International Nuclear Information System (INIS)

    Greene, D.A.; Thiele, A.; Claytor, T.N.

    1981-10-01

    This document is an integrated test plan covering programs at General Electric (ARSD), Rockwell International (RI) and Argonne National Laboratory (CT). It provides an overview of the acoustic leak detection test program which will be completed in conjunction with the prototype LMFBR steam generator at the Energy Technology Engineering Laboratory. The steam generator is installed in the Sodium Components Test Installation (SCTI). Two acoustic detection systems will be used during the test program, a low frequency system developed by GE-ARSD (GAAD system) and a high frequency system developed by RI-AI (HALD system). These systems will be used to acquire data on background noise during the thermal-hydraulic test program. Injection devices were installed during fabrication of the prototype steam generator to provide localized noise sources in the active region of the tube bundle. These injectors will be operated during the steam generator test program, and it will be shown that they are detected by the acoustic systems

  12. Sequential analysis of materials balances. Application to a prospective reprocessing facility

    International Nuclear Information System (INIS)

    Picard, R.

    1986-01-01

    This paper discusses near-real-time accounting in the context of the prospective DWK reprocessing plant. Sensitivity of a standard sequential testing procedure, applied to unfalsified operator data only, is examined with respect to a variety of loss scenarios. It is seen that large inventories preclude high-probability detection of certain protracted losses of material. In Sec. 2, a rough error propagation for the MBA of interest is outlined. Mathematical development for the analysis is given in Sec. 3, and generic aspects of sequential testing are reviewed in Sec. 4. In Sec. 5, results from a simulation to quantify performance of the accounting system are presented

  13. Sequential learning in individuals with agrammatic aphasia: evidence from artificial grammar learning.

    Science.gov (United States)

    Schuchard, Julia; Thompson, Cynthia K

    2017-01-01

    We examined sequential learning in individuals with agrammatic aphasia ( n = 12) and healthy age-matched participants ( n = 12) using an artificial grammar. Artificial grammar acquisition, 24-hour retention, and the potential benefits of additional training were examined by administering an artificial grammar judgment test (1) immediately following auditory exposure-based training, (2) one day after training, and (3) after a second training session on the second day. An untrained control group ( n = 12 healthy age-matched participants) completed the tests on the same time schedule. The trained healthy and aphasic groups showed greater sensitivity to the detection of grammatical items than the control group. No significant correlations between sequential learning and language abilities were observed among the aphasic participants. The results suggest that individuals with agrammatic aphasia show sequential learning, but the underlying processes involved in this learning may be different than for healthy adults.

  14. Monte Carlo Tree Search for Continuous and Stochastic Sequential Decision Making Problems

    International Nuclear Information System (INIS)

    Couetoux, Adrien

    2013-01-01

    In this thesis, I studied sequential decision making problems, with a focus on the unit commitment problem. Traditionally solved by dynamic programming methods, this problem is still a challenge, due to its high dimension and to the sacrifices made on the accuracy of the model to apply state of the art methods. I investigated on the applicability of Monte Carlo Tree Search methods for this problem, and other problems that are single player, stochastic and continuous sequential decision making problems. In doing so, I obtained a consistent and anytime algorithm, that can easily be combined with existing strong heuristic solvers. (author)

  15. Towards a Theory for Testing Non-terminating Programs

    DEFF Research Database (Denmark)

    Gotlieb, Arnaud; Petit, Matthieu

    2009-01-01

    Non-terminating programs are programs that legally perform unbounded computations. Though they are ubiquitous in real-world applications, testing these programs requires new theoretic developments as usual definitions of test data adequacy criteria ignore infinite paths. This paper develops...... a theory of program-based structural testing based on operational semantics. Reasoning at the program semantics level permits to cope with infinite paths (and non-feasible paths) when defining test data adequacy criteria. As a result, our criteria respect the first Weyuker’s property on finite...... applicability, even for non-terminating programs. We discuss the consequences of this re-interpretation of test data adequacy criteria w.r.t. existing test coverage criteria....

  16. Sequential lineup presentation promotes less-biased criterion setting but does not improve discriminability.

    Science.gov (United States)

    Palmer, Matthew A; Brewer, Neil

    2012-06-01

    When compared with simultaneous lineup presentation, sequential presentation has been shown to reduce false identifications to a greater extent than it reduces correct identifications. However, there has been much debate about whether this difference in identification performance represents improved discriminability or more conservative responding. In this research, data from 22 experiments that compared sequential and simultaneous lineups were analyzed using a compound signal-detection model, which is specifically designed to describe decision-making performance on tasks such as eyewitness identification tests. Sequential (cf. simultaneous) presentation did not influence discriminability, but produced a conservative shift in response bias that resulted in less-biased choosing for sequential than simultaneous lineups. These results inform understanding of the effects of lineup presentation mode on eyewitness identification decisions.

  17. Using Virtual ATE Model to Migrate Test Programs

    Institute of Scientific and Technical Information of China (English)

    王晓明; 杨乔林

    1995-01-01

    Bacause of high development costs of IC (Integrated Circuit)test programs,recycling existing test programs from one kind of ATE (Automatic Test Equipment) to another or generating directly from CAD simulation modules to ATE is more and more valuable.In this paper,a new approach to migrating test programs is presented.A virtual ATE model based on object-oriented paradigm is developed;it runs Test C++ (an intermediate test control language) programs and TeIF(Test Inftermediate Format-an intermediate pattern),migrates test programs among three kinds of ATE (Ando DIC8032,Schlumberger S15 and GenRad 1732) and generates test patterns from two kinds of CAD 9Daisy and Panda) automatically.

  18. 47 CFR 73.713 - Program tests.

    Science.gov (United States)

    2010-10-01

    ... International Broadcast Stations § 73.713 Program tests. (a) Upon completion of construction of an international.... The Commission reserves the right to change the date of the beginning of such tests or to suspend or revoke the authority for program tests as and when such action may appear to be in the public interest...

  19. Nevada Test Site closure program

    International Nuclear Information System (INIS)

    Shenk, D.P.

    1994-08-01

    This report is a summary of the history, design and development, procurement, fabrication, installation and operation of the closures used as containment devices on underground nuclear tests at the Nevada Test Site. It also addresses the closure program mothball and start-up procedures. The Closure Program Document Index and equipment inventories, included as appendices, serve as location directories for future document reference and equipment use

  20. Comparing two Poisson populations sequentially: an application

    International Nuclear Information System (INIS)

    Halteman, E.J.

    1986-01-01

    Rocky Flats Plant in Golden, Colorado monitors each of its employees for radiation exposure. Excess exposure is detected by comparing the means of two Poisson populations. A sequential probability ratio test (SPRT) is proposed as a replacement for the fixed sample normal approximation test. A uniformly most efficient SPRT exists, however logistics suggest using a truncated SPRT. The truncated SPRT is evaluated in detail and shown to possess large potential savings in average time spent by employees in the monitoring process

  1. Combining Compact Representation and Incremental Generation in Large Games with Sequential Strategies

    DEFF Research Database (Denmark)

    Bosansky, Branislav; Xin Jiang, Albert; Tambe, Milind

    2015-01-01

    representation of sequential strategies and linear programming, or by incremental strategy generation of iterative double-oracle methods. In this paper, we present novel hybrid of these two approaches: compact-strategy double-oracle (CS-DO) algorithm that combines the advantages of the compact representation...

  2. Sequential lineup laps and eyewitness accuracy.

    Science.gov (United States)

    Steblay, Nancy K; Dietrich, Hannah L; Ryan, Shannon L; Raczynski, Jeanette L; James, Kali A

    2011-08-01

    Police practice of double-blind sequential lineups prompts a question about the efficacy of repeated viewings (laps) of the sequential lineup. Two laboratory experiments confirmed the presence of a sequential lap effect: an increase in witness lineup picks from first to second lap, when the culprit was a stranger. The second lap produced more errors than correct identifications. In Experiment 2, lineup diagnosticity was significantly higher for sequential lineup procedures that employed a single versus double laps. Witnesses who elected to view a second lap made significantly more errors than witnesses who chose to stop after one lap or those who were required to view two laps. Witnesses with prior exposure to the culprit did not exhibit a sequential lap effect.

  3. Robustness of the Sequential Lineup Advantage

    Science.gov (United States)

    Gronlund, Scott D.; Carlson, Curt A.; Dailey, Sarah B.; Goodsell, Charles A.

    2009-01-01

    A growing movement in the United States and around the world involves promoting the advantages of conducting an eyewitness lineup in a sequential manner. We conducted a large study (N = 2,529) that included 24 comparisons of sequential versus simultaneous lineups. A liberal statistical criterion revealed only 2 significant sequential lineup…

  4. Recommended well drilling and testing program

    International Nuclear Information System (INIS)

    Long, J.; Wilson, C.

    1978-07-01

    A well drilling and testing program is recommended by Lawrence Berkeley Laboratory to identify the hydrology of deep basalts in the Pasco Basin. The ultimate objective of this program is to assist in determining the feasibility of locating a nuclear waste repository on the Hanford Reservation. The recommended program has been staged for maximum effectiveness. In the first stage, six wells have been identified for drilling and testing which, when coupled with existing wells, will provide sufficient data for a preliminary overview of basin hydrology and a preliminary determination of the hydrologic suitability of the deep basalt for a repository site. The rate at which the first stage wells are drilled and tested will depend upon the date at which a preliminary determination of site suitability is required. It was assumed that a preliminary determination of suitability would be required in 1980, in which case all six first stage wells would be drilled in FY 1979. If the results of the first stage analysis are favorable for repository siting, tentative repository sites can be identified and a second stage hydrology program can be implemented to provide the necessary details of the flow system. To accomplish this stage, a number of deep wells would be required at locations both inside and outside the basin, with specific sites to be identified as the work progresses to obtain maximum utility of existing data. A program is recommended for testing in each new well and for completion of testing in each existing well. Recommended tests include borehole geophysics, pressure and permeability testing, geochemical sampling, tracer testing, hydrofracturing and borehole fracture logging. The entire data collection program is oriented toward providing the information required to establish and verify an accurate numerical model of the Pasco Basin

  5. Manipulator comparative testing program

    International Nuclear Information System (INIS)

    Draper, J.V.; Handel, S.J.; Sundstrom, E.; Herndon, J.N.; Fujita, Y.; Maeda, M.

    1986-01-01

    The Manipulator Comparative Testing Program examined differences among manipulator systems from the United States and Japan. The manipulator systems included the Meidensha BILARM 83A, the Model M-2 of Central Research Laboratories Division of Sargent Industries (CRL), and the GCA Corporation PaR Systems Model 6000. The site of testing was the Remote Operations Maintenance Demonstration (ROMD) facility, operated by the Fuel Recycle Division in the Consolidated Fuel Reprocessing Program at the Oak Ridge National Laboratory (ORNL). In all stages of testing, operators using the CRL Model M-2 manipulator had consistently lower times to completion and error rates than they did using other machines. Performance was second best with the Meidensha BILARM 83A in master-slave mode. Performance with the BILARM in switchbox mode and the PaR 6000 manipulator was approximately equivalent in terms of criteria recorded in testing. These data show no impact of force reflection on task performance

  6. Programming for Sparse Minimax Optimization

    DEFF Research Database (Denmark)

    Jonasson, K.; Madsen, Kaj

    1994-01-01

    We present an algorithm for nonlinear minimax optimization which is well suited for large and sparse problems. The method is based on trust regions and sequential linear programming. On each iteration, a linear minimax problem is solved for a basic step. If necessary, this is followed...... by the determination of a minimum norm corrective step based on a first-order Taylor approximation. No Hessian information needs to be stored. Global convergence is proved. This new method has been extensively tested and compared with other methods, including two well known codes for nonlinear programming...

  7. Periodical test program in depth revision

    International Nuclear Information System (INIS)

    Feltin, C.; Zermizoglou, R.

    1987-11-01

    Inspection visits made to different sites during 1980 and 1981 evidenced the need to extend and define more precisely the periodical tests performed on safety related systems; thus Electricite de France was requested by the Safety Authorities to re-examine the periodical test program for all safety related systems. This paper presents the methodology adopted by Electricite de France in order to perform an exhaustive analysis of the periodical test program for the 900 and 1300 MWe plants, and the organization set up at the IPSN at one hand and Electricite de France on the other hand for the purpose of elaborating a periodical test program which would be ratified by the Safety Authorities

  8. Human visual system automatically encodes sequential regularities of discrete events.

    Science.gov (United States)

    Kimura, Motohiro; Schröger, Erich; Czigler, István; Ohira, Hideki

    2010-06-01

    For our adaptive behavior in a dynamically changing environment, an essential task of the brain is to automatically encode sequential regularities inherent in the environment into a memory representation. Recent studies in neuroscience have suggested that sequential regularities embedded in discrete sensory events are automatically encoded into a memory representation at the level of the sensory system. This notion is largely supported by evidence from investigations using auditory mismatch negativity (auditory MMN), an event-related brain potential (ERP) correlate of an automatic memory-mismatch process in the auditory sensory system. However, it is still largely unclear whether or not this notion can be generalized to other sensory modalities. The purpose of the present study was to investigate the contribution of the visual sensory system to the automatic encoding of sequential regularities using visual mismatch negativity (visual MMN), an ERP correlate of an automatic memory-mismatch process in the visual sensory system. To this end, we conducted a sequential analysis of visual MMN in an oddball sequence consisting of infrequent deviant and frequent standard stimuli, and tested whether the underlying memory representation of visual MMN generation contains only a sensory memory trace of standard stimuli (trace-mismatch hypothesis) or whether it also contains sequential regularities extracted from the repetitive standard sequence (regularity-violation hypothesis). The results showed that visual MMN was elicited by first deviant (deviant stimuli following at least one standard stimulus), second deviant (deviant stimuli immediately following first deviant), and first standard (standard stimuli immediately following first deviant), but not by second standard (standard stimuli immediately following first standard). These results are consistent with the regularity-violation hypothesis, suggesting that the visual sensory system automatically encodes sequential

  9. Ruling out cardiac failure: Cost-benefit analysis of a sequential testing strategy with NT-proBNP before echocardiography

    Science.gov (United States)

    Ferrandis, Maria-José; Ryden, Ingvar; Lindahl, Tomas L.

    2013-01-01

    Objectives To estimate the possible economic benefit of a sequential testing strategy with NT-proBNP to reduce the number of echocardiographies. Methods Retrospective study in a third-party payer perspective. The costs were calculated from three Swedish counties: Blekinge, Östergötland, and Uppland. Two cut-off levels of NT-proBNP were used: 400 and 300 pg/mL. The cost-effectiveness of the testing strategy was estimated through the short-term cost avoidance and reduction in demand for echocardiographies. Results The estimated costs for NT-proBNP tests and echocardiographies per county were reduced by 33%–36% with the 400 pg/mL cut-off and by 28%–29% with the 300 pg/mL cut-off. This corresponded to a yearly cost reduction of approximately €2–5 million per million inhabitants in these counties. Conclusion The use of NT-proBNP as a screening test could substantially reduce the number of echocardiographies in the diagnostic work-up of patients with suspected cardiac failure, as well as the associated costs. PMID:23230860

  10. Influence of synchronous and sequential stimulation on muscle fatigue

    NARCIS (Netherlands)

    Thomsen, M.; Thomsen, M.; Veltink, Petrus H.

    1997-01-01

    In acute experiments the sciatic nerve of the rat is electrically stimulated to induce fatigue in the medial Gastrocnemius muscle. Fatigue tests are carried out using intermittent stimulation of different compartments (sequential) or a single compartment (synchronous) of the sciatic nerve. The

  11. Sequential stochastic optimization

    CERN Document Server

    Cairoli, Renzo

    1996-01-01

    Sequential Stochastic Optimization provides mathematicians and applied researchers with a well-developed framework in which stochastic optimization problems can be formulated and solved. Offering much material that is either new or has never before appeared in book form, it lucidly presents a unified theory of optimal stopping and optimal sequential control of stochastic processes. This book has been carefully organized so that little prior knowledge of the subject is assumed; its only prerequisites are a standard graduate course in probability theory and some familiarity with discrete-paramet

  12. The PUMA test program and data analysis

    International Nuclear Information System (INIS)

    Han, J.T.; Morrison, D.L.

    1997-01-01

    The PUMA test program is sponsored by the U.S. Nuclear Regulatory Commission to provide data that are relevant to various Boiling Water Reactor phenomena. The author briefly describes the PUMA test program and facility, presents the objective of the program, provides data analysis for a large-break loss-of-coolant accident test, and compares the data with a RELAP5/MOD 3.1.2 calculation

  13. Sequential Service Restoration for Unbalanced Distribution Systems and Microgrids

    International Nuclear Information System (INIS)

    Chen, Bo; Chen, Chen; Wang, Jianhui; Butler-Purry, Karen L.

    2017-01-01

    The resilience and reliability of modern power systems are threatened by increasingly severe weather events and cyber-physical security events. An effective restoration methodology is desired to optimally integrate emerging smart grid technologies and pave the way for developing self-healing smart grids. In this paper, a sequential service restoration (SSR) framework is proposed to generate restoration solutions for distribution systems and microgrids in the event of large-scale power outages. The restoration solution contains a sequence of control actions that properly coordinate switches, distributed generators, and switchable loads to form multiple isolated microgrids. The SSR can be applied for three-phase unbalanced distribution systems and microgrids and can adapt to various operation conditions. Mathematical models are introduced for three-phase unbalanced power flow, voltage regulators, transformers, and loads. Furthermore, the SSR problem is formulated as a mixed-integer linear programming model, and its effectiveness is evaluated via the modified IEEE 123 node test feeder.

  14. Exploring the sequential lineup advantage using WITNESS.

    Science.gov (United States)

    Goodsell, Charles A; Gronlund, Scott D; Carlson, Curt A

    2010-12-01

    Advocates claim that the sequential lineup is an improvement over simultaneous lineup procedures, but no formal (quantitatively specified) explanation exists for why it is better. The computational model WITNESS (Clark, Appl Cogn Psychol 17:629-654, 2003) was used to develop theoretical explanations for the sequential lineup advantage. In its current form, WITNESS produced a sequential advantage only by pairing conservative sequential choosing with liberal simultaneous choosing. However, this combination failed to approximate four extant experiments that exhibited large sequential advantages. Two of these experiments became the focus of our efforts because the data were uncontaminated by likely suspect position effects. Decision-based and memory-based modifications to WITNESS approximated the data and produced a sequential advantage. The next step is to evaluate the proposed explanations and modify public policy recommendations accordingly.

  15. Testing sequential extraction methods for the analysis of multiple stable isotope systems from a bone sample

    Science.gov (United States)

    Sahlstedt, Elina; Arppe, Laura

    2017-04-01

    Stable isotope composition of bones, analysed either from the mineral phase (hydroxyapatite) or from the organic phase (mainly collagen) carry important climatological and ecological information and are therefore widely used in paleontological and archaeological research. For the analysis of the stable isotope compositions, both of the phases, hydroxyapatite and collagen, have their more or less well established separation and analytical techniques. Recent development in IRMS and wet chemical extraction methods have facilitated the analysis of very small bone fractions (500 μg or less starting material) for PO43-O isotope composition. However, the uniqueness and (pre-) historical value of each archaeological and paleontological finding lead to preciously little material available for stable isotope analyses, encouraging further development of microanalytical methods for the use of stable isotope analyses. Here we present the first results in developing extraction methods for combining collagen C- and N-isotope analyses to PO43-O-isotope analyses from a single bone sample fraction. We tested sequential extraction starting with dilute acid demineralization and collection of both collagen and PO43-fractions, followed by further purification step by H2O2 (PO43-fraction). First results show that bone sample separates as small as 2 mg may be analysed for their δ15N, δ13C and δ18OPO4 values. The method may be incorporated in detailed investigation of sequentially developing skeletal material such as teeth, potentially allowing for the investigation of interannual variability in climatological/environmental signals or investigation of the early life history of an individual.

  16. The facilitators and barriers to nurses' participation in continuing education programs: a mixed method explanatory sequential study.

    Science.gov (United States)

    Shahhosseini, Zohreh; Hamzehgardeshi, Zeinab

    2014-11-30

    Since several factors affect nurses' participation in Continuing Education, and that nurses' Continuing Education affects patients' and community health status, it is essential to know facilitators and barriers of participation in Continuing Education programs and plan accordingly. This mixed approach study aimed to investigate the facilitators and barriers of nurses' participation, to explore nurses' perception of the most common facilitators and barriers. An explanatory sequential mixed methods design with follow up explanations variant were used, and it involved collecting quantitative data (361 nurses) first and then explaining the quantitative results with in-depth interviews during a qualitative study. The results showed that the mean score of facilitators to nurses' participation in Continuing Education was significantly higher than the mean score of barriers (61.99 ± 10.85 versus 51.17 ± 12.83; pEducation was related to "Update my knowledge". By reviewing the handwritings in qualitative phase, two main levels of updating information and professional skills were extracted as the most common facilitators and lack of support as the most common barrier to nurses' participation in continuing education program. According to important role Continuing Education on professional skills, nurse managers should facilitate the nurse' participation in the Continues Education.

  17. Lexical decoder for continuous speech recognition: sequential neural network approach

    International Nuclear Information System (INIS)

    Iooss, Christine

    1991-01-01

    The work presented in this dissertation concerns the study of a connectionist architecture to treat sequential inputs. In this context, the model proposed by J.L. Elman, a recurrent multilayers network, is used. Its abilities and its limits are evaluated. Modifications are done in order to treat erroneous or noisy sequential inputs and to classify patterns. The application context of this study concerns the realisation of a lexical decoder for analytical multi-speakers continuous speech recognition. Lexical decoding is completed from lattices of phonemes which are obtained after an acoustic-phonetic decoding stage relying on a K Nearest Neighbors search technique. Test are done on sentences formed from a lexicon of 20 words. The results are obtained show the ability of the proposed connectionist model to take into account the sequentiality at the input level, to memorize the context and to treat noisy or erroneous inputs. (author) [fr

  18. Sequential memory: Binding dynamics

    Science.gov (United States)

    Afraimovich, Valentin; Gong, Xue; Rabinovich, Mikhail

    2015-10-01

    Temporal order memories are critical for everyday animal and human functioning. Experiments and our own experience show that the binding or association of various features of an event together and the maintaining of multimodality events in sequential order are the key components of any sequential memories—episodic, semantic, working, etc. We study a robustness of binding sequential dynamics based on our previously introduced model in the form of generalized Lotka-Volterra equations. In the phase space of the model, there exists a multi-dimensional binding heteroclinic network consisting of saddle equilibrium points and heteroclinic trajectories joining them. We prove here the robustness of the binding sequential dynamics, i.e., the feasibility phenomenon for coupled heteroclinic networks: for each collection of successive heteroclinic trajectories inside the unified networks, there is an open set of initial points such that the trajectory going through each of them follows the prescribed collection staying in a small neighborhood of it. We show also that the symbolic complexity function of the system restricted to this neighborhood is a polynomial of degree L - 1, where L is the number of modalities.

  19. Recharging the battery: placement tests for ESP students

    OpenAIRE

    Maria Isabel Azevedo Cunha; Márcia do Amaral Peixoto Martins; Inés Kayon de Miller; Lucia Pacheco de Oliveira; James Dean Brown

    2001-01-01

    This paper first reviews key concepts in language testing and discusses the use of the English Language Placement Test administered at the Catholic University of Rio de Janeiro to computer science students, who are required t o take one of the two ESP courses offered by the English program. The analysis of the scores on two versions of a test administered to two different groups of computer science students who took the examination in sequential semesters is presented. For the origin...

  20. Sequential lineup presentation: Patterns and policy

    OpenAIRE

    Lindsay, R C L; Mansour, Jamal K; Beaudry, J L; Leach, A-M; Bertrand, M I

    2009-01-01

    Sequential lineups were offered as an alternative to the traditional simultaneous lineup. Sequential lineups reduce incorrect lineup selections; however, the accompanying loss of correct identifications has resulted in controversy regarding adoption of the technique. We discuss the procedure and research relevant to (1) the pattern of results found using sequential versus simultaneous lineups; (2) reasons (theory) for differences in witness responses; (3) two methodological issues; and (4) im...

  1. Sequential Product of Quantum Effects: An Overview

    Science.gov (United States)

    Gudder, Stan

    2010-12-01

    This article presents an overview for the theory of sequential products of quantum effects. We first summarize some of the highlights of this relatively recent field of investigation and then provide some new results. We begin by discussing sequential effect algebras which are effect algebras endowed with a sequential product satisfying certain basic conditions. We then consider sequential products of (discrete) quantum measurements. We next treat transition effect matrices (TEMs) and their associated sequential product. A TEM is a matrix whose entries are effects and whose rows form quantum measurements. We show that TEMs can be employed for the study of quantum Markov chains. Finally, we prove some new results concerning TEMs and vector densities.

  2. Testing programs for the Multimission Modular Spacecraft

    Science.gov (United States)

    Greenwell, T. J.

    1978-01-01

    The Multimission Modular Spacecraft (MMS) provides a standard spacecraft bus to a user for a variety of space missions ranging from near-earth to synchronous orbits. The present paper describes the philosophy behind the MMS module test program and discusses the implementation of the test program. It is concluded that the MMS module test program provides an effective and comprehensive customer buy-off at the subsystem contractor's plant, is an optimum approach for checkout of the subsystems prior to use for on-orbit servicing in the Shuttle Cargo Bay, and is a cost-effective technique for environmental testing.

  3. Quality Assurance Program Plan for TRUPACT-II Gas Generation Test Program

    International Nuclear Information System (INIS)

    2002-01-01

    The Gas Generation Test Program (GGTP), referred to as the Program, is designed to establish the concentration of flammable gases and/or gas generation rates in a test category waste container intended for shipment in the Transuranic Package Transporter-II (TRUPACT-II). The phrase 'gas generationtesting' shall refer to any activity that establishes the flammable gas concentration or the flammable gas generation rate. This includes, but is not limited to, measurements performed directly on waste containers or during tests performed on waste containers. This Quality Assurance Program Plan (QAPP) documents the quality assurance (QA) and quality control (QC) requirements that apply to the Program. The TRUPACT-II requirements and technical bases for allowable flammable gas concentration and gas generation rates are described in the TRUPACT-II Authorized Methods for Payload Control (TRAMPAC).

  4. Efficient sequential and parallel algorithms for record linkage.

    Science.gov (United States)

    Mamun, Abdullah-Al; Mi, Tian; Aseltine, Robert; Rajasekaran, Sanguthevar

    2014-01-01

    Integrating data from multiple sources is a crucial and challenging problem. Even though there exist numerous algorithms for record linkage or deduplication, they suffer from either large time needs or restrictions on the number of datasets that they can integrate. In this paper we report efficient sequential and parallel algorithms for record linkage which handle any number of datasets and outperform previous algorithms. Our algorithms employ hierarchical clustering algorithms as the basis. A key idea that we use is radix sorting on certain attributes to eliminate identical records before any further processing. Another novel idea is to form a graph that links similar records and find the connected components. Our sequential and parallel algorithms have been tested on a real dataset of 1,083,878 records and synthetic datasets ranging in size from 50,000 to 9,000,000 records. Our sequential algorithm runs at least two times faster, for any dataset, than the previous best-known algorithm, the two-phase algorithm using faster computation of the edit distance (TPA (FCED)). The speedups obtained by our parallel algorithm are almost linear. For example, we get a speedup of 7.5 with 8 cores (residing in a single node), 14.1 with 16 cores (residing in two nodes), and 26.4 with 32 cores (residing in four nodes). We have compared the performance of our sequential algorithm with TPA (FCED) and found that our algorithm outperforms the previous one. The accuracy is the same as that of this previous best-known algorithm.

  5. Quantum Inequalities and Sequential Measurements

    International Nuclear Information System (INIS)

    Candelpergher, B.; Grandouz, T.; Rubinx, J.L.

    2011-01-01

    In this article, the peculiar context of sequential measurements is chosen in order to analyze the quantum specificity in the two most famous examples of Heisenberg and Bell inequalities: Results are found at some interesting variance with customary textbook materials, where the context of initial state re-initialization is described. A key-point of the analysis is the possibility of defining Joint Probability Distributions for sequential random variables associated to quantum operators. Within the sequential context, it is shown that Joint Probability Distributions can be defined in situations where not all of the quantum operators (corresponding to random variables) do commute two by two. (authors)

  6. A Practical Framework for Evaluating Health Services Management Educational Program: The Application of The Mixed-Method Sequential Explanatory Design

    Directory of Open Access Journals (Sweden)

    Bazrafshan Azam

    2015-07-01

    Full Text Available Introduction:Health services managers are responsible for improving the efficiency and quality in delivering healthcare services. In this regard, Health Services Management (HSM programs have been widely established to provide health providers with skilled, professional managers to address those needs. It is therefore important to ascertain the quality of these programs. The purpose of this study was to synthesize and develop a framework to evaluate the quality of the Health Services Management (HSM program at Kerman University of Medical Sciences. Methods: This study followed a mixed-method sequential explanatory approach in which data were collected through a CIPP survey and semi-structured interviews. In phase 1, participants included 10 faculty members, 64 students and 90 alumni. In phase 2, in-depth semi-structured interviews and purposeful sampling were conducted with 27 participants to better understand their perceptions of the HSM program. All interviews were audio-taped and transcribed verbatim. NVivo N8 was used to analyze the qualitative data and extract the themes. Results: The data analysis revealed both positive and negative attitudes toward the HSM program. According to the CIPP survey, program objectives (74%, curriculum content (59.5% and graduate skills (79% were the major sources of dissatisfaction. However, most respondents (n=48 reported that the classes are well equipped and learning resources are well prepared (n=41. Most respondents (n=41 reported that the students are actively involved in classroom activities. The majority of respondents (n=43 pointed out that the instructors implemented appropriate teaching strategies. Qualitative analysis of interviews revealed that a regular community needs assessment, content revision and directing attention to graduate skills and expertise are the key solutions to improve the program’s quality.Conclusion: This study revealed to what extent the HSM program objectives is being

  7. Sequential Objective Structured Clinical Examination based on item response theory in Iran

    Directory of Open Access Journals (Sweden)

    Sara Mortaz Hejri

    2017-09-01

    Full Text Available Purpose In a sequential objective structured clinical examination (OSCE, all students initially take a short screening OSCE. Examinees who pass are excused from further testing, but an additional OSCE is administered to the remaining examinees. Previous investigations of sequential OSCE were based on classical test theory. We aimed to design and evaluate screening OSCEs based on item response theory (IRT. Methods We carried out a retrospective observational study. At each station of a 10-station OSCE, the students’ performance was graded on a Likert-type scale. Since the data were polytomous, the difficulty parameters, discrimination parameters, and students’ ability were calculated using a graded response model. To design several screening OSCEs, we identified the 5 most difficult stations and the 5 most discriminative ones. For each test, 5, 4, or 3 stations were selected. Normal and stringent cut-scores were defined for each test. We compared the results of each of the 12 screening OSCEs to the main OSCE and calculated the positive and negative predictive values (PPV and NPV, as well as the exam cost. Results A total of 253 students (95.1% passed the main OSCE, while 72.6% to 94.4% of examinees passed the screening tests. The PPV values ranged from 0.98 to 1.00, and the NPV values ranged from 0.18 to 0.59. Two tests effectively predicted the results of the main exam, resulting in financial savings of 34% to 40%. Conclusion If stations with the highest IRT-based discrimination values and stringent cut-scores are utilized in the screening test, sequential OSCE can be an efficient and convenient way to conduct an OSCE.

  8. Sequential Objective Structured Clinical Examination based on item response theory in Iran.

    Science.gov (United States)

    Hejri, Sara Mortaz; Jalili, Mohammad

    2017-01-01

    In a sequential objective structured clinical examination (OSCE), all students initially take a short screening OSCE. Examinees who pass are excused from further testing, but an additional OSCE is administered to the remaining examinees. Previous investigations of sequential OSCE were based on classical test theory. We aimed to design and evaluate screening OSCEs based on item response theory (IRT). We carried out a retrospective observational study. At each station of a 10-station OSCE, the students' performance was graded on a Likert-type scale. Since the data were polytomous, the difficulty parameters, discrimination parameters, and students' ability were calculated using a graded response model. To design several screening OSCEs, we identified the 5 most difficult stations and the 5 most discriminative ones. For each test, 5, 4, or 3 stations were selected. Normal and stringent cut-scores were defined for each test. We compared the results of each of the 12 screening OSCEs to the main OSCE and calculated the positive and negative predictive values (PPV and NPV), as well as the exam cost. A total of 253 students (95.1%) passed the main OSCE, while 72.6% to 94.4% of examinees passed the screening tests. The PPV values ranged from 0.98 to 1.00, and the NPV values ranged from 0.18 to 0.59. Two tests effectively predicted the results of the main exam, resulting in financial savings of 34% to 40%. If stations with the highest IRT-based discrimination values and stringent cut-scores are utilized in the screening test, sequential OSCE can be an efficient and convenient way to conduct an OSCE.

  9. Sequential optimization of approximate inhibitory rules relative to the length, coverage and number of misclassifications

    KAUST Repository

    Alsolami, Fawaz; Chikalov, Igor; Moshkov, Mikhail

    2013-01-01

    This paper is devoted to the study of algorithms for sequential optimization of approximate inhibitory rules relative to the length, coverage and number of misclassifications. Theses algorithms are based on extensions of dynamic programming approach

  10. Effects of a self-management education program on self-efficacy in patients with COPD: a mixed-methods sequential explanatory designed study

    Science.gov (United States)

    Ng, Wai I; Smith, Graeme Drummond

    2017-01-01

    Background Self-management education programs (SMEPs) are potentially effective in the symptomatic management of COPD. Little is presently known about the effectiveness of these programs in Chinese COPD patients. The objective of this study was to evaluate the effectiveness of a specifically designed SMEP on levels of self-efficacy in Chinese patients with COPD. Materials and methods Based on the Medical Research Council framework for evaluating complex interventions, an exploratory phase randomized controlled trial was employed to examine the effects of an SMEP. Self-efficacy was the primary outcome using the COPD Self-efficacy Scale, measured at baseline and 6 months after the program. Qualitative data were sequentially collected from these patients via three focus groups to supplement the quantitative findings. Results The experimental group displayed significant improvement in their general self-efficacy (Z =−2.44, P=0.015) and specifically in confronting 1) physical exertion (Z =−2.57, P=0.01), 2) weather/environment effects (Z =−2.63, PChinese patients with COPD. Further attention should be given to cultural considerations when developing this type of intervention in Chinese populations with COPD and other chronic diseases. PMID:28790816

  11. PROSA: A computer program for statistical analysis of near-real-time-accountancy (NRTA) data

    International Nuclear Information System (INIS)

    Beedgen, R.; Bicking, U.

    1987-04-01

    The computer program PROSA (Program for Statistical Analysis of NRTA Data) is a tool to decide on the basis of statistical considerations if, in a given sequence of materials balance periods, a loss of material might have occurred or not. The evaluation of the material balance data is based on statistical test procedures. In PROSA three truncated sequential tests are applied to a sequence of material balances. The manual describes the statistical background of PROSA and how to use the computer program on an IBM-PC with DOS 3.1. (orig.) [de

  12. Cooperative wind turbine control for maximizing wind farm power using sequential convex programming

    International Nuclear Information System (INIS)

    Park, Jinkyoo; Law, Kincho H.

    2015-01-01

    Highlights: • The continuous wake model describes well the wake profile behind a wind turbine. • The wind farm power function describes well the power production of a wind farm. • Cooperative control increases the wind farm power efficiency by 7.3% in average. • SCP can be employed to efficiently optimize the control actions of wind turbines. - Abstract: This paper describes the use of a cooperative wind farm control approach to improve the power production of a wind farm. The power production by a downstream wind turbine can decrease significantly due to reduced wind speed caused by the upstream wind turbines, thereby lowering the overall wind farm power production efficiency. In spite of the interactions among the wind turbines, the conventional (greedy) wind turbine control strategy tries to maximize the power of each individual wind turbine by controlling its yaw angle, its blade pitch angle and its generator torque. To maximize the overall wind farm power production while taking the wake interference into account, this study employs a cooperative control strategy. We first derive the wind farm power as a differentiable function of the control actions for the wind turbines in a wind farm. The wind farm power function is then maximized using sequential convex programming (SCP) to determine the optimum coordinated control actions for the wind turbines. Using an example wind farm site and available wind data, we show how the cooperative control strategy improves the power production of the wind farm

  13. MUSCLE OR MOTIVATION? A STOP SIGNAL STUDY ON THE EFFECTS OF SEQUENTIAL COGNITIVE CONTROL

    Directory of Open Access Journals (Sweden)

    Hilde M. Huizenga

    2012-05-01

    Full Text Available Performance in cognitive control tasks deteriorates when these tasks are performed together with other tasks that also require cognitive control, that is, if simultaneous cognitive control is required. Surprisingly, this decrease in performance is also observed if tasks are preceded by other cognitive control tasks, that is, if sequential cognitive control is required. The common explanation for the latter finding is that previous acts of cognitive control deplete a common resource, just like a muscle becomes fatigued after repeated use. An alternative explanation however has also been put forward, namely that repeated acts of cognitive control reduce the motivation to match allocated resources to required resources. In this paper we formalize these two accounts, the muscle and the motivation account, and show that they yield differential predictions on the interaction between simultaneous and sequential cognitive control. Such an interaction is not predicted by the muscle account, whereas it is predicted by the motivation account.These predictions were tested in a paradigm where participants had to perform a series of stop-signal tasks, these tasks varied both in their demands on simultaneous control and in their demands on sequential control. This paradigm, combined with a multilevel analysis, offered the possibility to test the differential predictions directly. Results of two studies indicate that an interaction between simultaneous and sequential cognitive control is present. Therefore it is concluded that effects of sequential cognitive control are best explained by the motivation account.

  14. CACTI: free, open-source software for the sequential coding of behavioral interactions.

    Science.gov (United States)

    Glynn, Lisa H; Hallgren, Kevin A; Houck, Jon M; Moyers, Theresa B

    2012-01-01

    The sequential analysis of client and clinician speech in psychotherapy sessions can help to identify and characterize potential mechanisms of treatment and behavior change. Previous studies required coding systems that were time-consuming, expensive, and error-prone. Existing software can be expensive and inflexible, and furthermore, no single package allows for pre-parsing, sequential coding, and assignment of global ratings. We developed a free, open-source, and adaptable program to meet these needs: The CASAA Application for Coding Treatment Interactions (CACTI). Without transcripts, CACTI facilitates the real-time sequential coding of behavioral interactions using WAV-format audio files. Most elements of the interface are user-modifiable through a simple XML file, and can be further adapted using Java through the terms of the GNU Public License. Coding with this software yields interrater reliabilities comparable to previous methods, but at greatly reduced time and expense. CACTI is a flexible research tool that can simplify psychotherapy process research, and has the potential to contribute to the improvement of treatment content and delivery.

  15. Sequential Generalized Transforms on Function Space

    Directory of Open Access Journals (Sweden)

    Jae Gil Choi

    2013-01-01

    Full Text Available We define two sequential transforms on a function space Ca,b[0,T] induced by generalized Brownian motion process. We then establish the existence of the sequential transforms for functionals in a Banach algebra of functionals on Ca,b[0,T]. We also establish that any one of these transforms acts like an inverse transform of the other transform. Finally, we give some remarks about certain relations between our sequential transforms and other well-known transforms on Ca,b[0,T].

  16. Multi-arm group sequential designs with a simultaneous stopping rule.

    Science.gov (United States)

    Urach, S; Posch, M

    2016-12-30

    Multi-arm group sequential clinical trials are efficient designs to compare multiple treatments to a control. They allow one to test for treatment effects already in interim analyses and can have a lower average sample number than fixed sample designs. Their operating characteristics depend on the stopping rule: We consider simultaneous stopping, where the whole trial is stopped as soon as for any of the arms the null hypothesis of no treatment effect can be rejected, and separate stopping, where only recruitment to arms for which a significant treatment effect could be demonstrated is stopped, but the other arms are continued. For both stopping rules, the family-wise error rate can be controlled by the closed testing procedure applied to group sequential tests of intersection and elementary hypotheses. The group sequential boundaries for the separate stopping rule also control the family-wise error rate if the simultaneous stopping rule is applied. However, we show that for the simultaneous stopping rule, one can apply improved, less conservative stopping boundaries for local tests of elementary hypotheses. We derive corresponding improved Pocock and O'Brien type boundaries as well as optimized boundaries to maximize the power or average sample number and investigate the operating characteristics and small sample properties of the resulting designs. To control the power to reject at least one null hypothesis, the simultaneous stopping rule requires a lower average sample number than the separate stopping rule. This comes at the cost of a lower power to reject all null hypotheses. Some of this loss in power can be regained by applying the improved stopping boundaries for the simultaneous stopping rule. The procedures are illustrated with clinical trials in systemic sclerosis and narcolepsy. © 2016 The Authors. Statistics in Medicine Published by John Wiley & Sons Ltd. © 2016 The Authors. Statistics in Medicine Published by John Wiley & Sons Ltd.

  17. Forced Sequence Sequential Decoding

    DEFF Research Database (Denmark)

    Jensen, Ole Riis; Paaske, Erik

    1998-01-01

    We describe a new concatenated decoding scheme based on iterations between an inner sequentially decoded convolutional code of rate R=1/4 and memory M=23, and block interleaved outer Reed-Solomon (RS) codes with nonuniform profile. With this scheme decoding with good performance is possible as low...... as Eb/N0=0.6 dB, which is about 1.25 dB below the signal-to-noise ratio (SNR) that marks the cutoff rate for the full system. Accounting for about 0.45 dB due to the outer codes, sequential decoding takes place at about 1.7 dB below the SNR cutoff rate for the convolutional code. This is possible since...... the iteration process provides the sequential decoders with side information that allows a smaller average load and minimizes the probability of computational overflow. Analytical results for the probability that the first RS word is decoded after C computations are presented. These results are supported...

  18. Simultaneous optimization of sequential IMRT plans

    International Nuclear Information System (INIS)

    Popple, Richard A.; Prellop, Perri B.; Spencer, Sharon A.; Santos, Jennifer F. de los; Duan, Jun; Fiveash, John B.; Brezovich, Ivan A.

    2005-01-01

    Radiotherapy often comprises two phases, in which irradiation of a volume at risk for microscopic disease is followed by a sequential dose escalation to a smaller volume either at a higher risk for microscopic disease or containing only gross disease. This technique is difficult to implement with intensity modulated radiotherapy, as the tolerance doses of critical structures must be respected over the sum of the two plans. Techniques that include an integrated boost have been proposed to address this problem. However, clinical experience with such techniques is limited, and many clinicians are uncomfortable prescribing nonconventional fractionation schemes. To solve this problem, we developed an optimization technique that simultaneously generates sequential initial and boost IMRT plans. We have developed an optimization tool that uses a commercial treatment planning system (TPS) and a high level programming language for technical computing. The tool uses the TPS to calculate the dose deposition coefficients (DDCs) for optimization. The DDCs were imported into external software and the treatment ports duplicated to create the boost plan. The initial, boost, and tolerance doses were specified and used to construct cost functions. The initial and boost plans were optimized simultaneously using a gradient search technique. Following optimization, the fluence maps were exported to the TPS for dose calculation. Seven patients treated using sequential techniques were selected from our clinical database. The initial and boost plans used to treat these patients were developed independently of each other by dividing the tolerance doses proportionally between the initial and boost plans and then iteratively optimizing the plans until a summation that met the treatment goals was obtained. We used the simultaneous optimization technique to generate plans that met the original planning goals. The coverage of the initial and boost target volumes in the simultaneously optimized

  19. The NRU blowdown test facility commissioning program

    Energy Technology Data Exchange (ETDEWEB)

    Walsworth, J A; Zanatta, R J; Yamazaki, A R; Semeniuk, D D; Wong, W; Dickson, L W; Ferris, C E; Burton, D H [Atomic Energy of Canada Ltd., Chalk River, ON (Canada). Chalk River Nuclear Labs.

    1990-12-31

    A major experimental program has been established at the Chalk River Nuclear Laboratories (CRL) that will provide essential data on the thermal and mechanical behaviour of nuclear fuel under abnormal reactor operating conditions and on the transient release, transport and deposition of fission product activity from severely degraded fuel. A number of severe fuel damage (SFD) experiments will be conducted within the Blowdown Test Facility (BTF) at CRL. A series of experiments are being conducted to commission this new facility prior to the SFD program. This paper describes the features and the commissioning program for the BTF. A development and testing program is described for critical components used on the reactor test section. In-reactor commissioning with a fuel assembly simulator commenced in 1989 June and preliminary results are given. The paper also outlines plans for future all-effects, in-reactor tests of CANDU-designed fuel. (author). 11 refs., 3 tabs., 7 figs.

  20. Synthesis of sequential control algorithms for pneumatic drives controlled by monostable valves

    Directory of Open Access Journals (Sweden)

    Ł. Dworzak

    2009-07-01

    Full Text Available Application of the Grafpol method [1] for synthesising sequential control algorithms for pneumatic drives controlled by monostable valves is presented. The developed principles simplify the MTS method of programming production processes in the scope of the memory realisation [2]. Thanks to this, time for synthesising the schematic equation can be significantly reduced in comparison to the network transformation method [3]. The designed schematic equation makes a ground for writing an application program of a PLC using any language defined in IEC 61131-3.

  1. An automatic system for acidity determination based on sequential injection titration and the monosegmented flow approach.

    Science.gov (United States)

    Kozak, Joanna; Wójtowicz, Marzena; Gawenda, Nadzieja; Kościelniak, Paweł

    2011-06-15

    An automatic sequential injection system, combining monosegmented flow analysis, sequential injection analysis and sequential injection titration is proposed for acidity determination. The system enables controllable sample dilution and generation of standards of required concentration in a monosegmented sequential injection manner, sequential injection titration of the prepared solutions, data collecting, and handling. It has been tested on spectrophotometric determination of acetic, citric and phosphoric acids with sodium hydroxide used as a titrant and phenolphthalein or thymolphthalein (in the case of phosphoric acid determination) as indicators. Accuracy better than |4.4|% (RE) and repeatability better than 2.9% (RSD) have been obtained. It has been applied to the determination of total acidity in vinegars and various soft drinks. The system provides low sample (less than 0.3 mL) consumption. On average, analysis of a sample takes several minutes. Copyright © 2011 Elsevier B.V. All rights reserved.

  2. Sheath insulator final test report, TFE Verification Program

    Energy Technology Data Exchange (ETDEWEB)

    1994-07-01

    The sheath insulator in a thermionic cell has two functions. First, the sheath insulator must electrically isolate the collector form the outer containment sheath tube that is in contact with the reactor liquid metal coolant. Second, The sheath insulator must provide for high uniform thermal conductance between the collector and the reactor coolant to remove away waste heat. The goals of the sheath insulator test program were to demonstrate that suitable ceramic materials and fabrication processes were available, and to validate the performance of the sheath insulator for TFE-VP requirements. This report discusses the objectives of the test program, fabrication development, ex-reactor test program, in-reactor test program, and the insulator seal specifications.

  3. Sheath insulator final test report, TFE Verification Program

    International Nuclear Information System (INIS)

    1994-07-01

    The sheath insulator in a thermionic cell has two functions. First, the sheath insulator must electrically isolate the collector form the outer containment sheath tube that is in contact with the reactor liquid metal coolant. Second, The sheath insulator must provide for high uniform thermal conductance between the collector and the reactor coolant to remove away waste heat. The goals of the sheath insulator test program were to demonstrate that suitable ceramic materials and fabrication processes were available, and to validate the performance of the sheath insulator for TFE-VP requirements. This report discusses the objectives of the test program, fabrication development, ex-reactor test program, in-reactor test program, and the insulator seal specifications

  4. Biased lineups: sequential presentation reduces the problem.

    Science.gov (United States)

    Lindsay, R C; Lea, J A; Nosworthy, G J; Fulford, J A; Hector, J; LeVan, V; Seabrook, C

    1991-12-01

    Biased lineups have been shown to increase significantly false, but not correct, identification rates (Lindsay, Wallbridge, & Drennan, 1987; Lindsay & Wells, 1980; Malpass & Devine, 1981). Lindsay and Wells (1985) found that sequential lineup presentation reduced false identification rates, presumably by reducing reliance on relative judgment processes. Five staged-crime experiments were conducted to examine the effect of lineup biases and sequential presentation on eyewitness recognition accuracy. Sequential lineup presentation significantly reduced false identification rates from fair lineups as well as from lineups biased with regard to foil similarity, instructions, or witness attire, and from lineups biased in all of these ways. The results support recommendations that police present lineups sequentially.

  5. Physics-based, Bayesian sequential detection method and system for radioactive contraband

    Science.gov (United States)

    Candy, James V; Axelrod, Michael C; Breitfeller, Eric F; Chambers, David H; Guidry, Brian L; Manatt, Douglas R; Meyer, Alan W; Sale, Kenneth E

    2014-03-18

    A distributed sequential method and system for detecting and identifying radioactive contraband from highly uncertain (noisy) low-count, radionuclide measurements, i.e. an event mode sequence (EMS), using a statistical approach based on Bayesian inference and physics-model-based signal processing based on the representation of a radionuclide as a monoenergetic decomposition of monoenergetic sources. For a given photon event of the EMS, the appropriate monoenergy processing channel is determined using a confidence interval condition-based discriminator for the energy amplitude and interarrival time and parameter estimates are used to update a measured probability density function estimate for a target radionuclide. A sequential likelihood ratio test is then used to determine one of two threshold conditions signifying that the EMS is either identified as the target radionuclide or not, and if not, then repeating the process for the next sequential photon event of the EMS until one of the two threshold conditions is satisfied.

  6. Definition study of a Variable Cycle Experimental Engine (VCEE) and associated test program and test plan

    Science.gov (United States)

    Allan, R. D.

    1978-01-01

    The Definition Study of a Variable Cycle Experimental Engine (VCEE) and Associated Test Program and Test Plan, was initiated to identify the most cost effective program for a follow-on to the AST Test Bed Program. The VCEE Study defined various subscale VCE's based on different available core engine components, and a full scale VCEE utilizing current technology. The cycles were selected, preliminary design accomplished and program plans and engineering costs developed for several program options. In addition to the VCEE program plans and options, a limited effort was applied to identifying programs that could logically be accomplished on the AST Test Bed Program VCE to extend the usefulness of this test hardware. Component programs were provided that could be accomplished prior to the start of a VCEE program.

  7. Lineup composition, suspect position, and the sequential lineup advantage.

    Science.gov (United States)

    Carlson, Curt A; Gronlund, Scott D; Clark, Steven E

    2008-06-01

    N. M. Steblay, J. Dysart, S. Fulero, and R. C. L. Lindsay (2001) argued that sequential lineups reduce the likelihood of mistaken eyewitness identification. Experiment 1 replicated the design of R. C. L. Lindsay and G. L. Wells (1985), the first study to show the sequential lineup advantage. However, the innocent suspect was chosen at a lower rate in the simultaneous lineup, and no sequential lineup advantage was found. This led the authors to hypothesize that protection from a sequential lineup might emerge only when an innocent suspect stands out from the other lineup members. In Experiment 2, participants viewed a simultaneous or sequential lineup with either the guilty suspect or 1 of 3 innocent suspects. Lineup fairness was varied to influence the degree to which a suspect stood out. A sequential lineup advantage was found only for the unfair lineups. Additional analyses of suspect position in the sequential lineups showed an increase in the diagnosticity of suspect identifications as the suspect was placed later in the sequential lineup. These results suggest that the sequential lineup advantage is dependent on lineup composition and suspect position. (c) 2008 APA, all rights reserved

  8. Removal of toluene by sequential adsorption-plasma oxidation: Mixed support and catalyst deactivation.

    Science.gov (United States)

    Qin, Caihong; Huang, Xuemin; Zhao, Junjie; Huang, Jiayu; Kang, Zhongli; Dang, Xiaoqing

    2017-07-15

    A sequential adsorption-plasma oxidation system was used to remove toluene from simulated dry air using γ-Al 2 O 3 , HZSM-5, a mixture of the two materials or their supported Mn-Ag catalyst as adsorbents under atmospheric pressure and room temperature. After 120min of plasma oxidation, γ-Al 2 O 3 had a better carbon balance (∼75%) than HZSM-5, but the CO 2 yield of γ-Al 2 O 3 was only ∼50%; and there was some desorption of toluene when γ-Al 2 O 3 was used. When a mixture of HZSM-5 and γ-Al 2 O 3 with a mass ratio of 1/2 was used, the carbon balance was up to 90% and 82% of this was CO 2 . The adsorption performance and electric discharge characteristics of the mixed supports were tested in order to rationalize this high CO x yield. After seven cycles of sequential adsorption-plasma oxidation, support and Mn-Ag catalyst deactivation occurred. The support and catalyst were characterized before and after deactivation by SEM, a BET method, XRD, XPS and GC-MS in order to probe the mechanism of their deactivation. 97.6% of the deactivated supports and 76% of the deactivated catalysts could be recovered by O 2 temperature-programmed oxidation. Copyright © 2017 Elsevier B.V. All rights reserved.

  9. IFE chamber technology testing program in NIF and chamber development test plan

    International Nuclear Information System (INIS)

    Abdou, M.A.

    1995-01-01

    Issues concerning chamber technology testing program in NIF involving: criteria for evaluation/prioritization of experiments, engineering scaling requirements for test article design and material selection and R and D plan prior to NIF testing were addressed in this paper. In order to maximize the benefits of testing program in NIF, the testing in NIF should provide the experimental data relevant to DEMO design choice or to DEMO design predictive capability by utilizing engineering scaling test article designs. Test plans were developed for 2 promising chamber design concepts. Early testing in non-fusion/non-ignition prior to testing in ignition facility serves a critical role in chamber R and D test plans in order to reduce the risks and costs of the more complex experiments in NIF

  10. Changes of peritoneal transport parameters with time on dialysis: assessment with sequential peritoneal equilibration test.

    Science.gov (United States)

    Waniewski, Jacek; Antosiewicz, Stefan; Baczynski, Daniel; Poleszczuk, Jan; Pietribiasi, Mauro; Lindholm, Bengt; Wankowicz, Zofia

    2017-10-27

    Sequential peritoneal equilibration test (sPET) is based on the consecutive performance of the peritoneal equilibration test (PET, 4-hour, glucose 2.27%) and the mini-PET (1-hour, glucose 3.86%), and the estimation of peritoneal transport parameters with the 2-pore model. It enables the assessment of the functional transport barrier for fluid and small solutes. The objective of this study was to check whether the estimated model parameters can serve as better and earlier indicators of the changes in the peritoneal transport characteristics than directly measured transport indices that depend on several transport processes. 17 patients were examined using sPET twice with the interval of about 8 months (230 ± 60 days). There was no difference between the observational parameters measured in the 2 examinations. The indices for solute transport, but not net UF, were well correlated between the examinations. Among the estimated parameters, a significant decrease between the 2 examinations was found only for hydraulic permeability LpS, and osmotic conductance for glucose, whereas the other parameters remained unchanged. These fluid transport parameters did not correlate with D/P for creatinine, although the decrease in LpS values between the examinations was observed mostly for patients with low D/P for creatinine. We conclude that changes in fluid transport parameters, hydraulic permeability and osmotic conductance for glucose, as assessed by the pore model, may precede the changes in small solute transport. The systematic assessment of fluid transport status needs specific clinical and mathematical tools beside the standard PET tests.

  11. Multi-Stage Recognition of Speech Emotion Using Sequential Forward Feature Selection

    Directory of Open Access Journals (Sweden)

    Liogienė Tatjana

    2016-07-01

    Full Text Available The intensive research of speech emotion recognition introduced a huge collection of speech emotion features. Large feature sets complicate the speech emotion recognition task. Among various feature selection and transformation techniques for one-stage classification, multiple classifier systems were proposed. The main idea of multiple classifiers is to arrange the emotion classification process in stages. Besides parallel and serial cases, the hierarchical arrangement of multi-stage classification is most widely used for speech emotion recognition. In this paper, we present a sequential-forward-feature-selection-based multi-stage classification scheme. The Sequential Forward Selection (SFS and Sequential Floating Forward Selection (SFFS techniques were employed for every stage of the multi-stage classification scheme. Experimental testing of the proposed scheme was performed using the German and Lithuanian emotional speech datasets. Sequential-feature-selection-based multi-stage classification outperformed the single-stage scheme by 12–42 % for different emotion sets. The multi-stage scheme has shown higher robustness to the growth of emotion set. The decrease in recognition rate with the increase in emotion set for multi-stage scheme was lower by 10–20 % in comparison with the single-stage case. Differences in SFS and SFFS employment for feature selection were negligible.

  12. Tradable permit allocations and sequential choice

    Energy Technology Data Exchange (ETDEWEB)

    MacKenzie, Ian A. [Centre for Economic Research, ETH Zuerich, Zurichbergstrasse 18, 8092 Zuerich (Switzerland)

    2011-01-15

    This paper investigates initial allocation choices in an international tradable pollution permit market. For two sovereign governments, we compare allocation choices that are either simultaneously or sequentially announced. We show sequential allocation announcements result in higher (lower) aggregate emissions when announcements are strategic substitutes (complements). Whether allocation announcements are strategic substitutes or complements depends on the relationship between the follower's damage function and governments' abatement costs. When the marginal damage function is relatively steep (flat), allocation announcements are strategic substitutes (complements). For quadratic abatement costs and damages, sequential announcements provide a higher level of aggregate emissions. (author)

  13. Sequential Probability Ratio Test for Collision Avoidance Maneuver Decisions Based on a Bank of Norm-Inequality-Constrained Epoch-State Filters

    Science.gov (United States)

    Carpenter, J. R.; Markley, F. L.; Alfriend, K. T.; Wright, C.; Arcido, J.

    2011-01-01

    Sequential probability ratio tests explicitly allow decision makers to incorporate false alarm and missed detection risks, and are potentially less sensitive to modeling errors than a procedure that relies solely on a probability of collision threshold. Recent work on constrained Kalman filtering has suggested an approach to formulating such a test for collision avoidance maneuver decisions: a filter bank with two norm-inequality-constrained epoch-state extended Kalman filters. One filter models 1he null hypothesis 1ha1 the miss distance is inside the combined hard body radius at the predicted time of closest approach, and one filter models the alternative hypothesis. The epoch-state filter developed for this method explicitly accounts for any process noise present in the system. The method appears to work well using a realistic example based on an upcoming highly-elliptical orbit formation flying mission.

  14. Spacecraft Testing Programs: Adding Value to the Systems Engineering Process

    Science.gov (United States)

    Britton, Keith J.; Schaible, Dawn M.

    2011-01-01

    Testing has long been recognized as a critical component of spacecraft development activities - yet many major systems failures may have been prevented with more rigorous testing programs. The question is why is more testing not being conducted? Given unlimited resources, more testing would likely be included in a spacecraft development program. Striking the right balance between too much testing and not enough has been a long-term challenge for many industries. The objective of this paper is to discuss some of the barriers, enablers, and best practices for developing and sustaining a strong test program and testing team. This paper will also explore the testing decision factors used by managers; the varying attitudes toward testing; methods to develop strong test engineers; and the influence of behavior, culture and processes on testing programs. KEY WORDS: Risk, Integration and Test, Validation, Verification, Test Program Development

  15. A sequential adaptation technique and its application to the Mark 12 IFF system

    Science.gov (United States)

    Bailey, John S.; Mallett, John D.; Sheppard, Duane J.; Warner, F. Neal; Adams, Robert

    1986-07-01

    Sequential adaptation uses only two sets of receivers, correlators, and A/D converters which are time multiplexed to effect spatial adaptation in a system with (N) adaptive degrees of freedom. This technique can substantially reduce the hardware cost over what is realizable in a parallel architecture. A three channel L-band version of the sequential adapter was built and tested for use with the MARK XII IFF (identify friend or foe) system. In this system the sequentially determined adaptive weights were obtained digitally but implemented at RF. As a result, many of the post RF hardware induced sources of error that normally limit cancellation, such as receiver mismatch, are removed by the feedback property. The result is a system that can yield high levels of cancellation and be readily retrofitted to currently fielded equipment.

  16. Classical and sequential limit analysis revisited

    Science.gov (United States)

    Leblond, Jean-Baptiste; Kondo, Djimédo; Morin, Léo; Remmal, Almahdi

    2018-04-01

    Classical limit analysis applies to ideal plastic materials, and within a linearized geometrical framework implying small displacements and strains. Sequential limit analysis was proposed as a heuristic extension to materials exhibiting strain hardening, and within a fully general geometrical framework involving large displacements and strains. The purpose of this paper is to study and clearly state the precise conditions permitting such an extension. This is done by comparing the evolution equations of the full elastic-plastic problem, the equations of classical limit analysis, and those of sequential limit analysis. The main conclusion is that, whereas classical limit analysis applies to materials exhibiting elasticity - in the absence of hardening and within a linearized geometrical framework -, sequential limit analysis, to be applicable, strictly prohibits the presence of elasticity - although it tolerates strain hardening and large displacements and strains. For a given mechanical situation, the relevance of sequential limit analysis therefore essentially depends upon the importance of the elastic-plastic coupling in the specific case considered.

  17. Cooperative field test program for wind systems

    Energy Technology Data Exchange (ETDEWEB)

    Bollmeier, W.S. II; Dodge, D.M.

    1992-03-01

    The objectives of the Federal Wind Energy Program, managed by the US Department of Energy (DOE), are (1) to assist industry and utilities in achieving a multi-regional US market penetration of wind systems, and (2) to establish the United States as the world leader in the development of advanced wind turbine technology. In 1984, the program conducted a series of planning workshops with representatives from the wind energy industry to obtain input on the Five-Year Research Plan then being prepared by DOE. One specific suggestion that came out of these meetings was that the federal program should conduct cooperative research tests with industry to enhance the technology transfer process. It was also felt that the active involvement of industry in DOE-funded research would improve the state of the art of wind turbine technology. DOE established the Cooperative Field Test Program (CFTP) in response to that suggestion. This program was one of the first in DOE to feature joint industry-government research test teams working toward common objectives.

  18. Simultaneous versus sequential penetrating keratoplasty and cataract surgery.

    Science.gov (United States)

    Hayashi, Ken; Hayashi, Hideyuki

    2006-10-01

    To compare the surgical outcomes of simultaneous penetrating keratoplasty and cataract surgery with those of sequential surgery. Thirty-nine eyes of 39 patients scheduled for simultaneous keratoplasty and cataract surgery and 23 eyes of 23 patients scheduled for sequential keratoplasty and secondary phacoemulsification surgery were recruited. Refractive error, regular and irregular corneal astigmatism determined by Fourier analysis, and endothelial cell loss were studied at 1 week and 3, 6, and 12 months after combined surgery in the simultaneous surgery group or after subsequent phacoemulsification surgery in the sequential surgery group. At 3 and more months after surgery, mean refractive error was significantly greater in the simultaneous surgery group than in the sequential surgery group, although no difference was seen at 1 week. The refractive error at 12 months was within 2 D of that targeted in 15 eyes (39%) in the simultaneous surgery group and within 2 D in 16 eyes (70%) in the sequential surgery group; the incidence was significantly greater in the sequential group (P = 0.0344). The regular and irregular astigmatism was not significantly different between the groups at 3 and more months after surgery. No significant difference was also found in the percentage of endothelial cell loss between the groups. Although corneal astigmatism and endothelial cell loss were not different, refractive error from target refraction was greater after simultaneous keratoplasty and cataract surgery than after sequential surgery, indicating a better outcome after sequential surgery than after simultaneous surgery.

  19. Test Program Set (TPS) Lab

    Data.gov (United States)

    Federal Laboratory Consortium — The ARDEC TPS Laboratory provides an organic Test Program Set (TPS) development, maintenance, and life cycle management capability for DoD LCMC materiel developers....

  20. Effects of sequential and discrete rapid naming on reading in Japanese children with reading difficulty.

    Science.gov (United States)

    Wakamiya, Eiji; Okumura, Tomohito; Nakanishi, Makoto; Takeshita, Takashi; Mizuta, Mekumi; Kurimoto, Naoko; Tamai, Hiroshi

    2011-06-01

    To clarify whether rapid naming ability itself is a main underpinning factor of rapid automatized naming tests (RAN) and how deep an influence the discrete decoding process has on reading, we performed discrete naming tasks and discrete hiragana reading tasks as well as sequential naming tasks and sequential hiragana reading tasks with 38 Japanese schoolchildren with reading difficulty. There were high correlations between both discrete and sequential hiragana reading and sentence reading, suggesting that some mechanism which automatizes hiragana reading makes sentence reading fluent. In object and color tasks, there were moderate correlations between sentence reading and sequential naming, and between sequential naming and discrete naming. But no correlation was found between reading tasks and discrete naming tasks. The influence of rapid naming ability of objects and colors upon reading seemed relatively small, and multi-item processing may work in relation to these. In contrast, in the digit naming task there was moderate correlation between sentence reading and discrete naming, while no correlation was seen between sequential naming and discrete naming. There was moderate correlation between reading tasks and sequential digit naming tasks. Digit rapid naming ability has more direct effect on reading while its effect on RAN is relatively limited. The ratio of how rapid naming ability influences RAN and reading seems to vary according to kind of the stimuli used. An assumption about components in RAN which influence reading is discussed in the context of both sequential processing and discrete naming speed. Copyright © 2010 The Japanese Society of Child Neurology. Published by Elsevier B.V. All rights reserved.

  1. 77 FR 18793 - Spectrum Sharing Innovation Test-Bed Pilot Program

    Science.gov (United States)

    2012-03-28

    .... 120322212-2212-01] Spectrum Sharing Innovation Test-Bed Pilot Program AGENCY: National Telecommunications... Innovation Test-Bed pilot program to assess whether devices employing Dynamic Spectrum Access techniques can... Spectrum Sharing Innovation Test-Bed (Test-Bed) pilot program to examine the feasibility of increased...

  2. NRC valve performance test program - check valve testing

    International Nuclear Information System (INIS)

    Jeanmougin, N.M.

    1987-01-01

    The Valve Performance Test Program addresses the current requirements for testing of pressure isolation valves (PIVs) in light water reactors. Leak rate monitoring is the current method used by operating commercial power plants to survey the condition of their PIVs. ETEC testing of three check valves (4-inch, 6-inch, and 12-inch nominal diameters) indicates that leak rate testing is not a reliable method for detecting impending valve failure. Acoustic emission monitoring of check valves shows promise as a method of detecting loosened internals damage. Future efforts will focus on evaluation of acoustic emission monitoring as a technique for determining check valve condition. Three gate valves also will be tested to evaluate whether the check valve results are applicable to gate type PIVs

  3. Sequential bilateral cochlear implantation improves working performance, quality of life, and quality of hearing.

    Science.gov (United States)

    Härkönen, Kati; Kivekäs, Ilkka; Rautiainen, Markus; Kotti, Voitto; Sivonen, Ville; Vasama, Juha-Pekka

    2015-05-01

    This prospective study shows that working performance, quality of life (QoL), and quality of hearing (QoH) are better with two compared with a single cochlear implant (CI). The impact of the second CI on the patient's QoL is as significant as the impact of the first CI. To evaluate the benefits of sequential bilateral cochlear implantation in working, QoL, and QoH. We studied working performance, work-related stress, QoL, and QoH with specific questionnaires in 15 patients with unilateral CI scheduled for sequential CI of another ear. Sound localization performance and speech perception in noise were measured with specific tests. All questionnaires and tests were performed before the second CI surgery and 6 and 12 months after its activation. Bilateral CIs increased patients' working performance and their work-related stress and fatigue decreased. Communication with co-workers was easier and patients were more active in their working environment. Sequential bilateral cochlear implantation improved QoL, QoH, sound localization, and speech perception in noise statistically significantly.

  4. Trial Sequential Methods for Meta-Analysis

    Science.gov (United States)

    Kulinskaya, Elena; Wood, John

    2014-01-01

    Statistical methods for sequential meta-analysis have applications also for the design of new trials. Existing methods are based on group sequential methods developed for single trials and start with the calculation of a required information size. This works satisfactorily within the framework of fixed effects meta-analysis, but conceptual…

  5. Programmed Death-Ligand 1 Immunohistochemistry Testing

    DEFF Research Database (Denmark)

    Büttner, Reinhard; Gosney, John R; Skov, Birgit Guldhammer

    2017-01-01

    Purpose Three programmed death-1/programmed death-ligand 1 (PD-L1) inhibitors are currently approved for treatment of non-small-cell lung cancer (NSCLC). Treatment with pembrolizumab in NSCLC requires PD-L1 immunohistochemistry (IHC) testing. Nivolumab and atezolizumab are approved without PD-L1...

  6. Comparing cluster-level dynamic treatment regimens using sequential, multiple assignment, randomized trials: Regression estimation and sample size considerations.

    Science.gov (United States)

    NeCamp, Timothy; Kilbourne, Amy; Almirall, Daniel

    2017-08-01

    Cluster-level dynamic treatment regimens can be used to guide sequential treatment decision-making at the cluster level in order to improve outcomes at the individual or patient-level. In a cluster-level dynamic treatment regimen, the treatment is potentially adapted and re-adapted over time based on changes in the cluster that could be impacted by prior intervention, including aggregate measures of the individuals or patients that compose it. Cluster-randomized sequential multiple assignment randomized trials can be used to answer multiple open questions preventing scientists from developing high-quality cluster-level dynamic treatment regimens. In a cluster-randomized sequential multiple assignment randomized trial, sequential randomizations occur at the cluster level and outcomes are observed at the individual level. This manuscript makes two contributions to the design and analysis of cluster-randomized sequential multiple assignment randomized trials. First, a weighted least squares regression approach is proposed for comparing the mean of a patient-level outcome between the cluster-level dynamic treatment regimens embedded in a sequential multiple assignment randomized trial. The regression approach facilitates the use of baseline covariates which is often critical in the analysis of cluster-level trials. Second, sample size calculators are derived for two common cluster-randomized sequential multiple assignment randomized trial designs for use when the primary aim is a between-dynamic treatment regimen comparison of the mean of a continuous patient-level outcome. The methods are motivated by the Adaptive Implementation of Effective Programs Trial which is, to our knowledge, the first-ever cluster-randomized sequential multiple assignment randomized trial in psychiatry.

  7. Accurately controlled sequential self-folding structures by polystyrene film

    Science.gov (United States)

    Deng, Dongping; Yang, Yang; Chen, Yong; Lan, Xing; Tice, Jesse

    2017-08-01

    Four-dimensional (4D) printing overcomes the traditional fabrication limitations by designing heterogeneous materials to enable the printed structures evolve over time (the fourth dimension) under external stimuli. Here, we present a simple 4D printing of self-folding structures that can be sequentially and accurately folded. When heated above their glass transition temperature pre-strained polystyrene films shrink along the XY plane. In our process silver ink traces printed on the film are used to provide heat stimuli by conducting current to trigger the self-folding behavior. The parameters affecting the folding process are studied and discussed. Sequential folding and accurately controlled folding angles are achieved by using printed ink traces and angle lock design. Theoretical analyses are done to guide the design of the folding processes. Programmable structures such as a lock and a three-dimensional antenna are achieved to test the feasibility and potential applications of this method. These self-folding structures change their shapes after fabrication under controlled stimuli (electric current) and have potential applications in the fields of electronics, consumer devices, and robotics. Our design and fabrication method provides an easy way by using silver ink printed on polystyrene films to 4D print self-folding structures for electrically induced sequential folding with angular control.

  8. Sequentially pulsed traveling wave accelerator

    Science.gov (United States)

    Caporaso, George J [Livermore, CA; Nelson, Scott D [Patterson, CA; Poole, Brian R [Tracy, CA

    2009-08-18

    A sequentially pulsed traveling wave compact accelerator having two or more pulse forming lines each with a switch for producing a short acceleration pulse along a short length of a beam tube, and a trigger mechanism for sequentially triggering the switches so that a traveling axial electric field is produced along the beam tube in synchronism with an axially traversing pulsed beam of charged particles to serially impart energy to the particle beam.

  9. A model for the design and programming of multi-cores

    NARCIS (Netherlands)

    Jesshope, C.; Grandinetti, L.

    2008-01-01

    This paper describes a machine/programming model for the era of multi-core chips. It is derived from the sequential model but replaces sequential composition with concurrent composition at all levels in the program except at the level where the compiler is able to make deterministic decisions on

  10. A working-set framework for sequential convex approximation methods

    DEFF Research Database (Denmark)

    Stolpe, Mathias

    2008-01-01

    We present an active-set algorithmic framework intended as an extension to existing implementations of sequential convex approximation methods for solving nonlinear inequality constrained programs. The framework is independent of the choice of approximations and the stabilization technique used...... to guarantee global convergence of the method. The algorithm works directly on the nonlinear constraints in the convex sub-problems and solves a sequence of relaxations of the current sub-problem. The algorithm terminates with the optimal solution to the sub-problem after solving a finite number of relaxations....

  11. NRC Confirmatory Testing Program for SBWR

    International Nuclear Information System (INIS)

    Han, J.T.; Bessette, D.E.; Shotkin, L.M.

    1994-01-01

    The objective of the NRC Confirmatory Testing Program for SBWR is to provide integral data for code assessment, which reasonably reproduce the important phenomena and processes expected in the SBWR under various loss-of-coolant accident (LOCA) and transient conditions. To achieve this objective, the Program consists of four coupled elements: (1) to design and construct an integral, carefully-scaled SBWR test facility at Purdue Univ., (2) to provide pre-construction RELAP5/CONTAIN predictions of the facility design, (3) to provide confirmatory data for code assessment, and (4) to assess the RELAP5/CONTAIN code with data. A description of the open-quotes preliminary designclose quotes of the Purdue test facility and test matrix is presented. The facility is scheduled to be built by December 1994. Approximately 50 tests will be performed from April 1995 through April 1996 and documented by interim data reports. A final and complete data report is scheduled to be published by July 31, 1996

  12. Sequential light programs shape kale (Brassica napus) sprout appearance and alter metabolic and nutrient content

    Science.gov (United States)

    Carvalho, Sofia D; Folta, Kevin M

    2014-01-01

    Different light wavelengths have specific effects on plant growth and development. Narrow-bandwidth light-emitting diode (LED) lighting may be used to directionally manipulate size, color and metabolites in high-value fruits and vegetables. In this report, Red Russian kale (Brassica napus) seedlings were grown under specific light conditions and analyzed for photomorphogenic responses, pigment accumulation and nutraceutical content. The results showed that this genotype responds predictably to darkness, blue and red light, with suppression of hypocotyl elongation, development of pigments and changes in specific metabolites. However, these seedlings were relatively hypersensitive to far-red light, leading to uncharacteristically short hypocotyls and high pigment accumulation, even after growth under very low fluence rates (<1 μmol m−2 s−1). General antioxidant levels and aliphatic glucosinolates are elevated by far-red light treatments. Sequential treatments of darkness, blue light, red light and far-red light were applied throughout sprout development to alter final product quality. These results indicate that sequential treatment with narrow-bandwidth light may be used to affect key economically important traits in high-value crops. PMID:26504531

  13. Programs for Testing Processor-in-Memory Computing Systems

    Science.gov (United States)

    Katz, Daniel S.

    2006-01-01

    The Multithreaded Microbenchmarks for Processor-In-Memory (PIM) Compilers, Simulators, and Hardware are computer programs arranged in a series for use in testing the performances of PIM computing systems, including compilers, simulators, and hardware. The programs at the beginning of the series test basic functionality; the programs at subsequent positions in the series test increasingly complex functionality. The programs are intended to be used while designing a PIM system, and can be used to verify that compilers, simulators, and hardware work correctly. The programs can also be used to enable designers of these system components to examine tradeoffs in implementation. Finally, these programs can be run on non-PIM hardware (either single-threaded or multithreaded) using the POSIX pthreads standard to verify that the benchmarks themselves operate correctly. [POSIX (Portable Operating System Interface for UNIX) is a set of standards that define how programs and operating systems interact with each other. pthreads is a library of pre-emptive thread routines that comply with one of the POSIX standards.

  14. Computerized Classification Testing with the Rasch Model

    Science.gov (United States)

    Eggen, Theo J. H. M.

    2011-01-01

    If classification in a limited number of categories is the purpose of testing, computerized adaptive tests (CATs) with algorithms based on sequential statistical testing perform better than estimation-based CATs (e.g., Eggen & Straetmans, 2000). In these computerized classification tests (CCTs), the Sequential Probability Ratio Test (SPRT) (Wald,…

  15. Sequential Optimization of Paths in Directed Graphs Relative to Different Cost Functions

    KAUST Repository

    Abubeker, Jewahir Ali

    2011-05-14

    This paper is devoted to the consideration of an algorithm for sequential optimization of paths in directed graphs relative to di_erent cost functions. The considered algorithm is based on an extension of dynamic programming which allows to represent the initial set of paths and the set of optimal paths after each application of optimization procedure in the form of a directed acyclic graph.

  16. Mobile Energy Laboratory energy-efficiency testing programs

    International Nuclear Information System (INIS)

    Parker, G.B.; Currie, J.W.

    1992-03-01

    This report summarizes energy-efficiency testing activities applying the Mobile Energy Laboratory (MEL) testing capabilities during the third and fourth quarters of fiscal year (FY) 1991. The MELs, developed by the US Department of Energy (DOE) Federal Energy Management Program (FEMP), are administered by Pacific Northwest Laboratory (PNL) and the Naval Energy and Environmental Support Activity (NEESA) for energy testing and energy conservation program support functions at federal facilities. The using agencies principally fund MEL applications, while DOE/FEMP funds program administration and capability enhancement activities. This report fulfills the requirements established in Section 8 of the MEL Use Plan (PNL-6861) for semi-annual reporting on energy-efficiency testing activities using the MEL capabilities. The MEL Use Committee, formally established in 1989, developed the MEL Use Plan and meets semi-annually to establish priorities for energy-efficient testing applications using the MEL capabilities. The MEL Use Committee is composed of one representative each of the US Department of Energy, US Army, US Air Force, US Navy, and other federal agencies

  17. Mobile Energy Laboratory energy-efficiency testing programs

    Energy Technology Data Exchange (ETDEWEB)

    Parker, G B; Currie, J W

    1992-03-01

    This report summarizes energy-efficiency testing activities applying the Mobile Energy Laboratory (MEL) testing capabilities during the third and fourth quarters of fiscal year (FY) 1991. The MELs, developed by the US Department of Energy (DOE) Federal Energy Management Program (FEMP), are administered by Pacific Northwest Laboratory (PNL) and the Naval Energy and Environmental Support Activity (NEESA) for energy testing and energy conservation program support functions at federal facilities. The using agencies principally fund MEL applications, while DOE/FEMP funds program administration and capability enhancement activities. This report fulfills the requirements established in Section 8 of the MEL Use Plan (PNL-6861) for semi-annual reporting on energy-efficiency testing activities using the MEL capabilities. The MEL Use Committee, formally established in 1989, developed the MEL Use Plan and meets semi-annually to establish priorities for energy-efficient testing applications using the MEL capabilities. The MEL Use Committee is composed of one representative each of the US Department of Energy, US Army, US Air Force, US Navy, and other federal agencies.

  18. BNL NONLINEAR PRE TEST SEISMIC ANALYSIS FOR THE NUPEC ULTIMATE STRENGTH PIPING TEST PROGRAM

    International Nuclear Information System (INIS)

    DEGRASSI, G.; HOFMAYER, C.; MURPHY, C.; SUZUKI, K.; NAMITA, Y.

    2003-01-01

    The Nuclear Power Engineering Corporation (NUPEC) of Japan has been conducting a multi-year research program to investigate the behavior of nuclear power plant piping systems under large seismic loads. The objectives of the program are: to develop a better understanding of the elasto-plastic response and ultimate strength of nuclear piping; to ascertain the seismic safety margin of current piping design codes; and to assess new piping code allowable stress rules. Under this program, NUPEC has performed a large-scale seismic proving test of a representative nuclear power plant piping system. In support of the proving test, a series of materials tests, static and dynamic piping component tests, and seismic tests of simplified piping systems have also been performed. As part of collaborative efforts between the United States and Japan on seismic issues, the US Nuclear Regulatory Commission (USNRC) and its contractor, the Brookhaven National Laboratory (BNL), are participating in this research program by performing pre-test and post-test analyses, and by evaluating the significance of the program results with regard to safety margins. This paper describes BNL's pre-test analysis to predict the elasto-plastic response for one of NUPEC's simplified piping system seismic tests. The capability to simulate the anticipated ratcheting response of the system was of particular interest. Analyses were performed using classical bilinear and multilinear kinematic hardening models as well as a nonlinear kinematic hardening model. Comparisons of analysis results for each plasticity model against test results for a static cycling elbow component test and for a simplified piping system seismic test are presented in the paper

  19. An Efficient System Based On Closed Sequential Patterns for Web Recommendations

    OpenAIRE

    Utpala Niranjan; R.B.V. Subramanyam; V-Khana

    2010-01-01

    Sequential pattern mining, since its introduction has received considerable attention among the researchers with broad applications. The sequential pattern algorithms generally face problems when mining long sequential patterns or while using very low support threshold. One possible solution of such problems is by mining the closed sequential patterns, which is a condensed representation of sequential patterns. Recently, several researchers have utilized the sequential pattern discovery for d...

  20. A meta-analysis of response-time tests of the sequential two-systems model of moral judgment.

    Science.gov (United States)

    Baron, Jonathan; Gürçay, Burcu

    2017-05-01

    The (generalized) sequential two-system ("default interventionist") model of utilitarian moral judgment predicts that utilitarian responses often arise from a system-two correction of system-one deontological intuitions. Response-time (RT) results that seem to support this model are usually explained by the fact that low-probability responses have longer RTs. Following earlier results, we predicted response probability from each subject's tendency to make utilitarian responses (A, "Ability") and each dilemma's tendency to elicit deontological responses (D, "Difficulty"), estimated from a Rasch model. At the point where A = D, the two responses are equally likely, so probability effects cannot account for any RT differences between them. The sequential two-system model still predicts that many of the utilitarian responses made at this point will result from system-two corrections of system-one intuitions, hence should take longer. However, when A = D, RT for the two responses was the same, contradicting the sequential model. Here we report a meta-analysis of 26 data sets, which replicated the earlier results of no RT difference overall at the point where A = D. The data sets used three different kinds of moral judgment items, and the RT equality at the point where A = D held for all three. In addition, we found that RT increased with A-D. This result holds for subjects (characterized by Ability) but not for items (characterized by Difficulty). We explain the main features of this unanticipated effect, and of the main results, with a drift-diffusion model.

  1. Sequential decoding of intramuscular EMG signals via estimation of a Markov model.

    Science.gov (United States)

    Monsifrot, Jonathan; Le Carpentier, Eric; Aoustin, Yannick; Farina, Dario

    2014-09-01

    This paper addresses the sequential decoding of intramuscular single-channel electromyographic (EMG) signals to extract the activity of individual motor neurons. A hidden Markov model is derived from the physiological generation of the EMG signal. The EMG signal is described as a sum of several action potentials (wavelet) trains, embedded in noise. For each train, the time interval between wavelets is modeled by a process that parameters are linked to the muscular activity. The parameters of this process are estimated sequentially by a Bayes filter, along with the firing instants. The method was tested on some simulated signals and an experimental one, from which the rates of detection and classification of action potentials were above 95% with respect to the reference decomposition. The method works sequentially in time, and is the first to address the problem of intramuscular EMG decomposition online. It has potential applications for man-machine interfacing based on motor neuron activities.

  2. NCAA Drug-Testing Program 2010-11

    Science.gov (United States)

    National Collegiate Athletic Association (NJ1), 2010

    2010-01-01

    The National Collegiate Athletic Association (NCAA) Drug-Testing Program was created to protect the health and safety of student-athletes and to ensure that no one participant might have an artificially induced advantage or be pressured to use chemical substances. This publication describes this program in the following chapters: (1) NCAA…

  3. Spent fuel sabotage aerosol test program :FY 2005-06 testing and aerosol data summary

    International Nuclear Information System (INIS)

    Gregson, Michael Warren; Brockmann, John E.; Nolte, O.; Loiseau, O.; Koch, W.; Molecke, Martin Alan; Autrusson, Bruno; Pretzsch, Gunter Guido; Billone, M. C.; Lucero, Daniel A.; Burtseva, T.; Brucher, W; Steyskal, Michele D.

    2006-01-01

    This multinational, multi-phase spent fuel sabotage test program is quantifying the aerosol particles produced when the products of a high energy density device (HEDD) interact with and explosively particulate test rodlets that contain pellets of either surrogate materials or actual spent fuel. This program has been underway for several years. This program provides source-term data that are relevant to some sabotage scenarios in relation to spent fuel transport and storage casks, and associated risk assessments. This document focuses on an updated description of the test program and test components for all work and plans made, or revised, primarily during FY 2005 and about the first two-thirds of FY 2006. It also serves as a program status report as of the end of May 2006. We provide details on the significant findings on aerosol results and observations from the recently completed Phase 2 surrogate material tests using cerium oxide ceramic pellets in test rodlets plus non-radioactive fission product dopants. Results include: respirable fractions produced; amounts, nuclide content, and produced particle size distributions and morphology; status on determination of the spent fuel ratio, SFR (the ratio of respirable particles from real spent fuel/respirables from surrogate spent fuel, measured under closely matched test conditions, in a contained test chamber); and, measurements of enhanced volatile fission product species sorption onto respirable particles. We discuss progress and results for the first three, recently performed Phase 3 tests using depleted uranium oxide, DUO 2 , test rodlets. We will also review the status of preparations and the final Phase 4 tests in this program, using short rodlets containing actual spent fuel from U.S. PWR reactors, with both high- and lower-burnup fuel. These data plus testing results and design are tailored to support and guide, follow-on computer modeling of aerosol dispersal hazards and radiological consequence assessments

  4. The influence of simultaneous or sequential test conditions in the properties of industrial polymers, submitted to PWR accident simulations

    International Nuclear Information System (INIS)

    Carlin, F.; Alba, C.; Chenion, J.; Gaussens, G.; Henry, J.Y.

    1986-10-01

    The effect of PWR plant normal and accident operating conditions on polymers forms the basis of nuclear qualification of safety-related containment equipment. This study was carried out on the request of safety organizations. Its purpose was to check whether accident simulations carried out sequentially during equipment qualification tests would lead to the same deterioration as that caused by an accident involving simultaneous irradiation and thermodynamic effects. The IPSN, DAS and the United States NRC have collaborated in preparing this study. The work carried out by ORIS Company as well as the results obtained from measurement of the mechanical properties of 8 industrial polymers are described in this report. The results are given in the conclusion. They tend to show that, overall, the most suitable test cycle for simulating accident operating conditions would be one which included irradiation and consecutive thermodynamic shock. The results of this study and the results obtained in a previous study, which included the same test cycles, except for more severe thermo-ageing, have been compared. This comparison, which was made on three elastomers, shows that ageing after the accident has a different effect on each material [fr

  5. Simultaneous sequential monitoring of efficacy and safety led to masking of effects.

    Science.gov (United States)

    van Eekelen, Rik; de Hoop, Esther; van der Tweel, Ingeborg

    2016-08-01

    Usually, sequential designs for clinical trials are applied on the primary (=efficacy) outcome. In practice, other outcomes (e.g., safety) will also be monitored and influence the decision whether to stop a trial early. Implications of simultaneous monitoring on trial decision making are yet unclear. This study examines what happens to the type I error, power, and required sample sizes when one efficacy outcome and one correlated safety outcome are monitored simultaneously using sequential designs. We conducted a simulation study in the framework of a two-arm parallel clinical trial. Interim analyses on two outcomes were performed independently and simultaneously on the same data sets using four sequential monitoring designs, including O'Brien-Fleming and Triangular Test boundaries. Simulations differed in values for correlations and true effect sizes. When an effect was present in both outcomes, competition was introduced, which decreased power (e.g., from 80% to 60%). Futility boundaries for the efficacy outcome reduced overall type I errors as well as power for the safety outcome. Monitoring two correlated outcomes, given that both are essential for early trial termination, leads to masking of true effects. Careful consideration of scenarios must be taken into account when designing sequential trials. Simulation results can help guide trial design. Copyright © 2016 Elsevier Inc. All rights reserved.

  6. Adjuvant chemotherapy with sequential or concurrent anthracycline and docetaxel: Breast International Group 02-98 randomized trial

    DEFF Research Database (Denmark)

    Francis, P.; Crown, J.; Di, Leo A.

    2008-01-01

    BACKGROUND: Docetaxel is more effective than doxorubicin for patients with advanced breast cancer. The Breast International Group 02-98 randomized trial tested the effect of incorporating docetaxel into anthracycline-based adjuvant chemotherapy and compared sequential vs concurrent administration....... However, important differences may be related to doxorubicin and docetaxel scheduling, with sequential but not concurrent administration, appearing to produce better DFS than anthracycline-based chemotherapy Udgivelsesdato: 2008/1/16...

  7. Helping Students Test Programs That Have Graphical User Interfaces

    Directory of Open Access Journals (Sweden)

    Matthew Thornton

    2008-08-01

    Full Text Available Within computer science education, many educators are incorporating software testing activities into regular programming assignments. Tools like JUnit and its relatives make software testing tasks much easier, bringing them into the realm of even introductory students. At the same time, many introductory programming courses are now including graphical interfaces as part of student assignments to improve student interest and engagement. Unfortunately, writing software tests for programs that have significant graphical user interfaces is beyond the skills of typical students (and many educators. This paper presents initial work at combining educationally oriented and open-source tools to create an infrastructure for writing tests for Java programs that have graphical user interfaces. Critically, these tools are intended to be appropriate for introductory (CS1/CS2 student use, and to dovetail with current teaching approaches that incorporate software testing in programming assignments. We also include in our findings our proposed approach to evaluating our techniques.

  8. Accelerated Leach Test(s) Program. Annual report

    International Nuclear Information System (INIS)

    Dougherty, D.R.; Fuhrmann, M.; Colombo, P.

    1985-09-01

    This report summarizes the work performed for the Accelerated Leach Test(s) Program at Brookhaven National Laboratory in Fiscal Year 1985 under the sponsorship of the US Department of Energy's Low-Level Waste Management Program (LLWMP). Programmatic activities were concentrated in three areas, as listed and described in the following paragraphs. (1) A literature survey of reported leaching mechanisms, available mathematical models and factors that affect leaching of LLW forms has been compiled. Mechanisms which have been identified include diffusion, dissolution, ion exchange, corrosion and surface effects. Available mathematical models are based on diffusion as the predominant mechanism. Although numerous factors that affect leaching have been identified, they have been conveniently categorized as factors related to the entire leaching system, to the leachant or to the waste form. A report has been published on the results of this literature survey. (2) A computerized data base of LLW leaching data and mathematical models is being developed. The data are being used for model evaluation by curve fitting and statistical analysis according to standard procedures of statistical quality control. (3) Long-term tests on portland cement, bitumen and vinyl ester-styrene (VES) polymer waste forms are underway which are designed to identify and evaluate factors that accelerate leaching without changing the mechanisms. Results on the effect of temperature on leachability indicate that the leach rates of cement and VES waste forms increase with increasing temperature, whereas, the leach rate of bitumen is little affected

  9. Study of sequential disinfection for the inactivation of protozoa and indicator microorganisms in wastewater

    Directory of Open Access Journals (Sweden)

    Raphael Corrêa Medeiros

    2015-05-01

    Full Text Available Sewage disinfection has the primary objective of inactivating pathogenic organisms to prevent the dissemination of waterborne diseases. This study analyzed individual disinfection, with chlorine and ultraviolet radiation, and sequential disinfection (chlorine-UV radiation. The tests were conducted with anaerobic effluent in batch, in laboratory scale, with two dosages of chlorine (10 and 20 mg L-1 and UV (2.5 and 6.1 Wh m-3. In addition, to guarantee the presence of cysts in the tests, 104 cysts per liter of Giardia spp. were inoculated. The resistance order was as follows: E. coli = Total Coliforms < Clostridium perfringens < Giardia spp.. Furthermore, synergistic effects reached 0.06 to 1.42 log of inactivation in sequential disinfection for both the most resistant microorganisms.

  10. Collider Dipole Magnet test program from development through production

    International Nuclear Information System (INIS)

    Bailey, R.E.

    1991-01-01

    Verification of CDM performance, reliability, and magnet production processes will be accomplished during the development phase of the program. Key features of this program include thorough in process testing of magnet subassemblies, verification of the magnetic field quality, and demonstration of the CDM performance during the formal qualification program. Reliability demonstration of the CDM design includes component tests and an accelerated life test program. Prototype magnet phase will address achievement of magnet performance goals through a program of fabrications, test, analysis, redesign as required and procurement of modified parts for a second fabrication run. This process would be repeated again if necessary, and would conclude with a final design for the production magnets. Production process validation will address the effects that key production processes have upon magnet performance, using the magnets produced during the Preproduction phase

  11. Cognitive processes associated with sequential tool use in New Caledonian crows.

    Directory of Open Access Journals (Sweden)

    Joanna H Wimpenny

    Full Text Available BACKGROUND: Using tools to act on non-food objects--for example, to make other tools--is considered to be a hallmark of human intelligence, and may have been a crucial step in our evolution. One form of this behaviour, 'sequential tool use', has been observed in a number of non-human primates and even in one bird, the New Caledonian crow (Corvus moneduloides. While sequential tool use has often been interpreted as evidence for advanced cognitive abilities, such as planning and analogical reasoning, the behaviour itself can be underpinned by a range of different cognitive mechanisms, which have never been explicitly examined. Here, we present experiments that not only demonstrate new tool-using capabilities in New Caledonian crows, but allow examination of the extent to which crows understand the physical interactions involved. METHODOLOGY/PRINCIPAL FINDINGS: In two experiments, we tested seven captive New Caledonian crows in six tasks requiring the use of up to three different tools in a sequence to retrieve food. Our study incorporated several novel features: (i we tested crows on a three-tool problem (subjects were required to use a tool to retrieve a second tool, then use the second tool to retrieve a third one, and finally use the third one to reach for food; (ii we presented tasks of different complexity in random rather than progressive order; (iii we included a number of control conditions to test whether tool retrieval was goal-directed; and (iv we manipulated the subjects' pre-testing experience. Five subjects successfully used tools in a sequence (four from their first trial, and four subjects repeatedly solved the three-tool condition. Sequential tool use did not require, but was enhanced by, pre-training on each element in the sequence ('chaining', an explanation that could not be ruled out in earlier studies. By analyzing tool choice, tool swapping and improvement over time, we show that successful subjects did not use a random

  12. Single event upset test programs

    International Nuclear Information System (INIS)

    Russen, L.C.

    1984-11-01

    It has been shown that the heavy ions in cosmic rays can give rise to single event upsets in VLSI random access memory devices (RAMs). Details are given of the programs written to test 1K, 4K, 16K and 64K memories during their irradiation with heavy charged ions, in order to simulate the effects of cosmic rays in space. The test equipment, which is used to load the memory device to be tested with a known bit pattern, and subsequently interrogate it for upsets, or ''flips'', is fully described. (author)

  13. DWPF Stage 2: precipitation test program at Mott

    International Nuclear Information System (INIS)

    Schmitz, M.A.

    1981-01-01

    This memorandum covers the results of the test program conducted at Mott Metallurgical to determine cross-flow filter performance on potassium/cesium tetraphenylborate (K/Cs TPB)-sodium titanate slurries. The test program was designed to provide essential basic operating data to supplement the 1000-gallon cold process tests planned at TNX and the shielded cell tests with actual waste supernate planned by Chemical Technology. The specific Mott Metallurgical test objectives are outlined in DPST-81-722. During the Mott Metallurgical test program an average filtrate flow rate of approximately 0.05 gpm/ft 2 was repeatedly demonstrated over an 8-hr run with 0.5 micron filter elements. Initial Fe/Al sludge concentrations up to 150 ppM did not affect filter performance. Rheologies of the K/Cs TPB-sodium titanate slurries up to 13% by weight, the maximum concentration achieved, are summarized. Several recommendations are made to act as a guide for optimal filter performance

  14. Discrimination between sequential and simultaneous virtual channels with electrical hearing.

    Science.gov (United States)

    Landsberger, David; Galvin, John J

    2011-09-01

    In cochlear implants (CIs), simultaneous or sequential stimulation of adjacent electrodes can produce intermediate pitch percepts between those of the component electrodes. However, it is unclear whether simultaneous and sequential virtual channels (VCs) can be discriminated. In this study, CI users were asked to discriminate simultaneous and sequential VCs; discrimination was measured for monopolar (MP) and bipolar + 1 stimulation (BP + 1), i.e., relatively broad and focused stimulation modes. For sequential VCs, the interpulse interval (IPI) varied between 0.0 and 1.8 ms. All stimuli were presented at comfortably loud, loudness-balanced levels at a 250 pulse per second per electrode (ppse) stimulation rate. On average, CI subjects were able to reliably discriminate between sequential and simultaneous VCs. While there was no significant effect of IPI or stimulation mode on VC discrimination, some subjects exhibited better VC discrimination with BP + 1 stimulation. Subjects' discrimination between sequential and simultaneous VCs was correlated with electrode discrimination, suggesting that spatial selectivity may influence perception of sequential VCs. To maintain equal loudness, sequential VC amplitudes were nearly double those of simultaneous VCs, presumably resulting in a broader spread of excitation. These results suggest that perceptual differences between simultaneous and sequential VCs might be explained by differences in the spread of excitation. © 2011 Acoustical Society of America

  15. The advanced test reactor strategic evaluation program

    International Nuclear Information System (INIS)

    Buescher, B.J.

    1989-01-01

    Since the Chernobly accident, the safety of test reactors and irradiation facilities has been critically evaluated from the public's point of view. A systematic evaluation of all safety, environmental, and operational issues must be made in an integrated manner to prioritize actions to maximize benefits while minimizing costs. Such a proactive program has been initiated at the Advanced Test Reactor (ATR). This program, called the Strategic Evaluation Program (STEP), is being conducted for the ATR to provide integrated safety and operational reviews of the reactor against the standards applied to licensed commercial power reactors. This has taken into consideration the lessons learned by the US Nuclear Regulatory Commission (NRC) in its Systematic Evaluation Program (SEP) and the follow-on effort known as the Integrated Safety Assessment Program (ISAP). The SEP was initiated by the NRC to review the designs of older operating nuclear power plants to confirm and document their safety. The ATR STEP objectives are discussed

  16. Sequential avulsions of the tibial tubercle in an adolescent basketball player.

    Science.gov (United States)

    Huang, Ying Chieh; Chao, Ying-Hao; Lien, Fang-Chieh

    2010-05-01

    Tibial tubercle avulsion is an uncommon fracture in physically active adolescents. Sequential avulsion of tibial tubercles is extremely rare. We reported a healthy, active 15-year-old boy who suffered from left tibial tubercle avulsion fracture during a basketball game. He received open reduction and internal fixation with two smooth Kirschner wires and a cannulated screw, with every effort to reduce the plate injury. Long-leg splint was used for protection followed by programmed rehabilitation. He recovered uneventfully and returned to his previous level of activity soon. Another avulsion fracture happened at the right tibial tubercle 3.5 months later when he was playing the basketball. From the encouragement of previous successful treatment, we provided him open reduction and fixation with two small-caliber screws. He recovered uneventfully and returned to his previous level of activity soon. No genu recurvatum or other deformity was happening in our case at the end of 2-year follow-up. No evidence of Osgood-Schlatter disease or osteogenesis imperfecta was found. Sequential avulsion fractures of tibial tubercles are rare. Good functional recovery can often be obtained like our case if we treat it well. To a physically active adolescent, we should never overstate the risk of sequential avulsion of the other leg to postpone the return to an active, functional life.

  17. Sequential versus simultaneous market delineation

    DEFF Research Database (Denmark)

    Haldrup, Niels; Møllgaard, Peter; Kastberg Nielsen, Claus

    2005-01-01

    and geographical markets. Using a unique data setfor prices of Norwegian and Scottish salmon, we propose a methodologyfor simultaneous market delineation and we demonstrate that comparedto a sequential approach conclusions will be reversed.JEL: C3, K21, L41, Q22Keywords: Relevant market, econometric delineation......Delineation of the relevant market forms a pivotal part of most antitrustcases. The standard approach is sequential. First the product marketis delineated, then the geographical market is defined. Demand andsupply substitution in both the product dimension and the geographicaldimension...

  18. Automated [inservice testing] IST program

    International Nuclear Information System (INIS)

    Wright, W.M.

    1990-01-01

    There are two methods used to manage a Section XI program: Manual and Automated. The manual method usually consists of hand written records of test results and scheduling requirements. This method while initially lower in cost, results in problems later on in the life of a plant as data continues to accumulate. Automation allows instant access to forty years of test results. Due to the lower cost and higher performance of todays' personal computers, an automated method via a computer program provides an excellent method for managing the vast amount of data that accumulates over the forty year life of a plant. Through the use of a computer, special functions involving this data are available, which through a manual method would not be practical. This paper will describe some of the advantages in using a computer program to manage the Section XI 1ST program. The ISTBASE consists of program code and numerous databases. The source code is written and complied in CLIPPER (tm) language. Graphing routines are performed by dGE (tm) graphics library. Graphs are displayed in EGA form. Since it was estimated that the total complied code, would exceed 640K of ram, overlays through the use of modular programming were used to facilitate the DOS restrictions of 640K ram. The use of overlays still require the user to gain access to ISTBASE through the PASSWORD module. The database files are designed to be compatible with dBASE III+ (tm) data structure. This allows transfer of data between ISTBASE and other database managers/applications. A math co-processor is utilized to speed up calculations on graphs and other mathematical calculations. Program code and data files require a hard disk drive with at least 28 Meg capacity. While ISTBASE will execute on a 8088 based computer, an 80286 computer with a 12 MHz operating speed should be considered the minimum system configuration

  19. Monitoring sequential electron transfer with EPR

    International Nuclear Information System (INIS)

    Thurnauer, M.C.; Feezel, L.L.; Snyder, S.W.; Tang, J.; Norris, J.R.; Morris, A.L.; Rustandi, R.R.

    1989-01-01

    A completely general model which treats electron spin polarization (ESP) found in a system in which radical pairs with different magnetic interactions are formed sequentially has been described. This treatment has been applied specifically to the ESP found in the bacterial reaction center. Test cases show clearly how parameters such as structure, lifetime, and magnetic interactions within the successive radical pairs affect the ESP, and demonstrate that previous treatments of this problem have been incomplete. The photosynthetic bacterial reaction center protein is an ideal system for testing the general model of ESP. The radical pair which exhibits ESP, P 870 + Q - (P 870 + is the oxidized, primary electron donor, a bacteriochlorophyll special pair and Q - is the reduced, primary quinone acceptor) is formed via sequential electron transport through the intermediary radical pair P 870 + I - (I - is the reduced, intermediary electron acceptor, a bacteriopheophytin). In addition, it is possible to experimentally vary most of the important parameters, such as the lifetime of the intermediary radical pair and the magnetic interactions in each pair. It has been shown how selective isotopic substitution ( 1 H or 2 H) on P 870 , I and Q affects the ESP of the EPR spectrum of P 870 + Q - , observed at two different microwave frequencies, in Fe 2+ -depleted bacterial reaction centers of Rhodobacter sphaeroides R26. Thus, the relative magnitudes of the magnetic properties (nuclear hyperfine and g-factor differences) which influence ESP development were varied. The results support the general model of ESP in that they suggest that the P 870 + Q - radical pair interactions are the dominant source of ESP production in 2 H bacterial reaction centers

  20. Plutonium Immobilization Program cold pour tests

    International Nuclear Information System (INIS)

    Hovis, G.L.; Stokes, M.W.; Smith, M.E.; Wong, J.W.

    1999-01-01

    The Plutonium Immobilization Program (PIP) is a joint venture between the Savannah River Site, Lawrence Livermore National Laboratory, Argonne National Laboratory, and Pacific Northwest National Laboratory to carry out the disposition of excess weapons-grade plutonium. This program uses the can-in-canister (CIC) approach. CIC involves encapsulating plutonium in ceramic forms (or pucks), placing the pucks in sealed stainless steel cans, placing the cans in long cylindrical magazines, latching the magazines to racks inside Defense Waste Processing Facility (DWPF) canisters, and filling the DWPF canisters with high-level waste glass. This process puts the plutonium in a stable form and makes it attractive for reuse. At present, the DWPF pours glass into empty canisters. In the CIC approach, the addition of a stainless steel rack, magazines, cans, and ceramic pucks to the canisters introduces a new set of design and operational challenges: All of the hardware installed in the canisters must maintain structural integrity at elevated (molten-glass) temperatures. This suggests that a robust design is needed. However, the amount of material added to the DWPF canister must be minimized to prevent premature glass cooling and excessive voiding caused by a large internal thermal mass. High metal temperatures, minimizing thermal mass, and glass flow paths are examples of the types of technical considerations of the equipment design process. To determine the effectiveness of the design in terms of structural integrity and glass-flow characteristics, full-scale testing will be conducted. A cold (nonradioactive) pour test program is planned to assist in the development and verification of a baseline design for the immobilization canister to be used in the PIP process. The baseline design resulting from the cold pour test program and CIC equipment development program will provide input to Title 1 design for second-stage immobilization. The cold pour tests will be conducted in two

  1. The subtyping of primary aldosteronism by adrenal vein sampling: sequential blood sampling causes factitious lateralization.

    Science.gov (United States)

    Rossitto, Giacomo; Battistel, Michele; Barbiero, Giulio; Bisogni, Valeria; Maiolino, Giuseppe; Diego, Miotto; Seccia, Teresa M; Rossi, Gian Paolo

    2018-02-01

    The pulsatile secretion of adrenocortical hormones and a stress reaction occurring when starting adrenal vein sampling (AVS) can affect the selectivity and also the assessment of lateralization when sequential blood sampling is used. We therefore tested the hypothesis that a simulated sequential blood sampling could decrease the diagnostic accuracy of lateralization index for identification of aldosterone-producing adenoma (APA), as compared with bilaterally simultaneous AVS. In 138 consecutive patients who underwent subtyping of primary aldosteronism, we compared the results obtained simultaneously bilaterally when starting AVS (t-15) and 15 min after (t0), with those gained with a simulated sequential right-to-left AVS technique (R ⇒ L) created by combining hormonal values obtained at t-15 and at t0. The concordance between simultaneously obtained values at t-15 and t0, and between simultaneously obtained values and values gained with a sequential R ⇒ L technique, was also assessed. We found a marked interindividual variability of lateralization index values in the patients with bilaterally selective AVS at both time point. However, overall the lateralization index simultaneously determined at t0 provided a more accurate identification of APA than the simulated sequential lateralization indexR ⇒ L (P = 0.001). Moreover, regardless of which side was sampled first, the sequential AVS technique induced a sequence-dependent overestimation of lateralization index. While in APA patients the concordance between simultaneous AVS at t0 and t-15 and between simultaneous t0 and sequential technique was moderate-to-good (K = 0.55 and 0.66, respectively), in non-APA patients, it was poor (K = 0.12 and 0.13, respectively). Sequential AVS generates factitious between-sides gradients, which lower its diagnostic accuracy, likely because of the stress reaction arising upon starting AVS.

  2. Evaluation of a Secure Laptop-Based Testing Program in an Undergraduate Nursing Program: Students' Perspective.

    Science.gov (United States)

    Tao, Jinyuan; Gunter, Glenda; Tsai, Ming-Hsiu; Lim, Dan

    2016-01-01

    Recently, the many robust learning management systems, and the availability of affordable laptops, have made secure laptop-based testing a reality on many campuses. The undergraduate nursing program at the authors' university began to implement a secure laptop-based testing program in 2009, which allowed students to use their newly purchased laptops to take quizzes and tests securely in classrooms. After nearly 5 years' secure laptop-based testing program implementation, a formative evaluation, using a mixed method that has both descriptive and correlational data elements, was conducted to seek constructive feedback from students to improve the program. Evaluation data show that, overall, students (n = 166) believed the secure laptop-based testing program helps them get hands-on experience of taking examinations on the computer and gets them prepared for their computerized NCLEX-RN. Students, however, had a lot of concerns about laptop glitches and campus wireless network glitches they experienced during testing. At the same time, NCLEX-RN first-time passing rate data were analyzed using the χ2 test, and revealed no significant association between the two testing methods (paper-and-pencil testing and the secure laptop-based testing) and students' first-time NCLEX-RN passing rate. Based on the odds ratio, however, the odds of students passing NCLEX-RN the first time was 1.37 times higher if they were taught with the secure laptop-based testing method than if taught with the traditional paper-and-pencil testing method in nursing school. It was recommended to the institution that better quality of laptops needs to be provided to future students, measures needed to be taken to further stabilize the campus wireless Internet network, and there was a need to reevaluate the Laptop Initiative Program.

  3. Peer-Mentoring Program and Academic Atmosphere

    Directory of Open Access Journals (Sweden)

    Sri Endah Kusmartini

    2014-03-01

    Full Text Available Management of Sriwijaya State Polytechnic believes that peer-mentoring program has positive effects on students’ academic success. Moreover, it is also believed that good academic atmosphere should be developed. In line with these, researchers tried to investigate whether peer-mentoring program and academic atmosphere correlated significantly to students’ writing achievement partially and simultaneously. The research was conducted in English Department, Sriwijaya State Polytechnic with 60 samples taken randomly. Measures of Peer-mentoring Program and Academic Atmosphere were used sequentially to measure peer-mentoring program and academic atmosphere as perceived by the students. Meanwhile, writing score was used to find out writing achievement of the students. The hypotheses were tested by using Pearson Product Moment Correlation and Multiple Linear Regression. The results showed that peer-mentoring program and academic atmosphere as perceived by the students correlated significantly towards students’ writing achievement partially and simultaneously. Therefore it is recommended to continue the programs.

  4. Sequential logic analysis and synthesis

    CERN Document Server

    Cavanagh, Joseph

    2007-01-01

    Until now, there was no single resource for actual digital system design. Using both basic and advanced concepts, Sequential Logic: Analysis and Synthesis offers a thorough exposition of the analysis and synthesis of both synchronous and asynchronous sequential machines. With 25 years of experience in designing computing equipment, the author stresses the practical design of state machines. He clearly delineates each step of the structured and rigorous design principles that can be applied to practical applications. The book begins by reviewing the analysis of combinatorial logic and Boolean a

  5. Test results of Nb3Sn ribbons for the Princeton D coil test program

    International Nuclear Information System (INIS)

    Kaugerts, J.; File, J.; Willard, J.W.

    1974-10-01

    A previously described D coil test program was modified. Details of a smaller Nb 3 Sn D coil test program are described. Cusp coil tests were made with several Nb 3 Sn composite ribbons. Measurements of both the quench and recovery currents as a function of magnetic field component perpendicular to the wide edge of the ribbon are presented. (auth)

  6. Sequential optimization of approximate inhibitory rules relative to the length, coverage and number of misclassifications

    KAUST Repository

    Alsolami, Fawaz

    2013-01-01

    This paper is devoted to the study of algorithms for sequential optimization of approximate inhibitory rules relative to the length, coverage and number of misclassifications. Theses algorithms are based on extensions of dynamic programming approach. The results of experiments for decision tables from UCI Machine Learning Repository are discussed. © 2013 Springer-Verlag.

  7. The MuCool Test Area and RF Program

    International Nuclear Information System (INIS)

    Torun, Y.; Huang, D.; Norem, J.; Palmer, Robert B.; Stratakis, Diktys; Bross, A.; Chung, M.; Jansson, A.; Moretti, A.; Yonehara, K.; Li, D.

    2010-01-01

    The MuCool RF Program focuses on the study of normal conducting RF structures operating in high magnetic field for applications in muon ionization cooling for Neutrino Factories and Muon Colliders. Here we give an overview of the program, which includes a description of the test facility and its capabilities, the current test program, and the status of a cavity that can be rotated in the magnetic field, which allows for a detailed study of the maximum stable operating gradient vs. magnetic field strength and angle.

  8. Structural Consistency, Consistency, and Sequential Rationality.

    OpenAIRE

    Kreps, David M; Ramey, Garey

    1987-01-01

    Sequential equilibria comprise consistent beliefs and a sequentially ra tional strategy profile. Consistent beliefs are limits of Bayes ratio nal beliefs for sequences of strategies that approach the equilibrium strategy. Beliefs are structurally consistent if they are rationaliz ed by some single conjecture concerning opponents' strategies. Consis tent beliefs are not necessarily structurally consistent, notwithstan ding a claim by Kreps and Robert Wilson (1982). Moreover, the spirit of stru...

  9. Examining Age-Related Movement Representations for Sequential (Fine-Motor) Finger Movements

    Science.gov (United States)

    Gabbard, Carl; Cacola, Priscila; Bobbio, Tatiana

    2011-01-01

    Theory suggests that imagined and executed movement planning relies on internal models for action. Using a chronometry paradigm to compare the movement duration of imagined and executed movements, we tested children aged 7-11 years and adults on their ability to perform sequential finger movements. Underscoring this tactic was our desire to gain a…

  10. Sequential vs simultaneous encoding of spatial information: a comparison between the blind and the sighted.

    Science.gov (United States)

    Ruotolo, Francesco; Ruggiero, Gennaro; Vinciguerra, Michela; Iachini, Tina

    2012-02-01

    The aim of this research is to assess whether the crucial factor in determining the characteristics of blind people's spatial mental images is concerned with the visual impairment per se or the processing style that the dominant perceptual modalities used to acquire spatial information impose, i.e. simultaneous (vision) vs sequential (kinaesthesis). Participants were asked to learn six positions in a large parking area via movement alone (congenitally blind, adventitiously blind, blindfolded sighted) or with vision plus movement (simultaneous sighted, sequential sighted), and then to mentally scan between positions in the path. The crucial manipulation concerned the sequential sighted group. Their visual exploration was made sequential by putting visual obstacles within the pathway in such a way that they could not see simultaneously the positions along the pathway. The results revealed a significant time/distance linear relation in all tested groups. However, the linear component was lower in sequential sighted and blind participants, especially congenital. Sequential sighted and congenitally blind participants showed an almost overlapping performance. Differences between groups became evident when mentally scanning farther distances (more than 5m). This threshold effect could be revealing of processing limitations due to the need of integrating and updating spatial information. Overall, the results suggest that the characteristics of the processing style rather than the visual impairment per se affect blind people's spatial mental images. Copyright © 2011 Elsevier B.V. All rights reserved.

  11. Reliability assessment of restructured power systems using reliability network equivalent and pseudo-sequential simulation techniques

    International Nuclear Information System (INIS)

    Ding, Yi; Wang, Peng; Goel, Lalit; Billinton, Roy; Karki, Rajesh

    2007-01-01

    This paper presents a technique to evaluate reliability of a restructured power system with a bilateral market. The proposed technique is based on the combination of the reliability network equivalent and pseudo-sequential simulation approaches. The reliability network equivalent techniques have been implemented in the Monte Carlo simulation procedure to reduce the computational burden of the analysis. Pseudo-sequential simulation has been used to increase the computational efficiency of the non-sequential simulation method and to model the chronological aspects of market trading and system operation. Multi-state Markov models for generation and transmission systems are proposed and implemented in the simulation. A new load shedding scheme is proposed during generation inadequacy and network congestion to minimize the load curtailment. The IEEE reliability test system (RTS) is used to illustrate the technique. (author)

  12. Sequential Quadratic Programming Algorithms for Optimization

    Science.gov (United States)

    1989-08-01

    quadratic program- ma ng (SQ(2l ) aIiatain.seenis to be relgarded aIs tie( buest choice for the solution of smiall. dlense problema (see S tour L)toS...For the step along d, note that a < nOing + 3 szH + i3.ninA A a K f~Iz,;nd and from Id1 _< ,,, we must have that for some /3 , np , 11P11 < dn"p. 5.2...Nevertheless, many of these problems are considered hard to solve. Moreover, for some of these problems the assumptions made in Chapter 2 to establish the

  13. Testing Object-Oriented Programs using Dynamic Aspects and Non-Determinism

    DEFF Research Database (Denmark)

    Achenbach, Michael; Ostermann, Klaus

    2010-01-01

    decisions exposing private data. We present an approach that both improves the expressiveness of test cases using non-deterministic choice and reduces design modifications using dynamic aspect-oriented programming techniques. Non-deterministic choice facilitates local definitions of multiple executions...... without parameterization or generation of tests. It also eases modelling naturally non-deterministic program features like IO or multi-threading in integration tests. Dynamic AOP facilitates powerful design adaptations without exposing test features, keeping the scope of these adaptations local to each...... test. We also combine non-determinism and dynamic aspects in a new approach to testing multi-threaded programs using co-routines....

  14. Simultaneous test construction by zero-one programming

    NARCIS (Netherlands)

    Boekkooi-Timminga, Ellen

    1986-01-01

    A method is described for simultaneous test construction using the Operations Research technique zero-one programming. The model for zero-one programming consists of two parts. The first contains the objective function that describes the aspect to be optimized. The second part contains the

  15. Oil spill sorbents: Testing protocol and certification listing program

    International Nuclear Information System (INIS)

    Cooper, D.; Gausemel, I.

    1993-01-01

    Environment Canada's Emergencies Engineering Division is spearheading a program in conjunction with the Canadian General Standards Board that would see the development of a certification and listing program in addition to a national standard for the testing of sorbent materials. Funding for this program is provided by Environment Canada (EC), Canadian Coast Guard (CCG), Marine Spill Response Corporation (MSRC), US Coast Guard (USCG), and US Minerals Management Service (MMS). The test methods are based upon those defined by the American Society for Testing and Materials and previous test methods developed by Environment Canada for our series of reports entitled Selection Criteria and Laboratory Evaluation of Oil Spill Sorbents. This series, which was started in 1975, encompasses a number of commercially available oil spill sorbents tested with different petroleum products and hydrocarbon solvents. The testing program will categorize the sorbents according to their operating characteristics. The main categories are oil spills on water, oil spills on land, and industrial use. The characteristics to be evaluated with the new test protocols include initial and maximum sorption capacities, water pickup, buoyancy, reuse potential, retention profile, disintegration (material integrity), and ease of application and retrieval. In the near future are plans to incorporate changes to the test that would involve increasing the list of test liquids to encompass spills in an industrial setting, in addition to testing sorbent booms and addressing the disposal problem

  16. Generalized infimum and sequential product of quantum effects

    International Nuclear Information System (INIS)

    Li Yuan; Sun Xiuhong; Chen Zhengli

    2007-01-01

    The quantum effects for a physical system can be described by the set E(H) of positive operators on a complex Hilbert space H that are bounded above by the identity operator I. For A, B(set-membership sign)E(H), the operation of sequential product A(convolution sign)B=A 1/2 BA 1/2 was proposed as a model for sequential quantum measurements. A nice investigation of properties of the sequential product has been carried over [Gudder, S. and Nagy, G., 'Sequential quantum measurements', J. Math. Phys. 42, 5212 (2001)]. In this note, we extend some results of this reference. In particular, a gap in the proof of Theorem 3.2 in this reference is overcome. In addition, some properties of generalized infimum A sqcap B are studied

  17. NedWind 25 Blade Testing at NREL for the European Standards Measurement and Testing Program

    Energy Technology Data Exchange (ETDEWEB)

    Larwood, S.; Musial, W.; Freebury, G.; Beattie, A.G.

    2001-04-19

    In the mid-90s the European community initiated the Standards, Measurements, and Testing (SMT) program to harmonize testing and measurement procedures in several industries. Within the program, a project was carried out called the European Wind Turbine Testing Procedure Development. The second part of that project, called Blade Test Methods and Techniques, included the United States and was devised to help blade-testing laboratories harmonize their testing methods. This report provides the results of those tests conducted by the National Renewable Energy Laboratory.

  18. Framework for a National Testing and Evaluation Program ...

    Science.gov (United States)

    Abstract:The National STEPP Program seeks to improve water quality by accelerating the effective implementation and adoption of innovative stormwater management technologies. Itwill attempt to accomplish this by establishing practices through highly reliable, and cost-effective Stormwater control measures (SCM) testing, evaluation, and verification services. The program will aim to remove barriers to innovation, minimize duplicative performance evaluation needs, increase confidence that regulatory requirements are met by creating consistency among testing and evaluation protocols, and establishing equity between public domain and proprietary SCM evaluation approaches.The Environmental Technology Verification Program, established by the U.S. Environmental Protection Agency (EPA) 18 years ago, was the only national program of its kindin the stormwater sector, but is now defunct, leaving a national leadership void. The STEPP initiative was triggered in part by regulatory demands in the government and private sectors to fill this vacuum. A concerted focus and study of this matter led to the release of a Water Environment Federation (WEF) white paper entitled “Investigation into the Feasibility of a National Testing and Evaluation Program for Stormwater Products and Practices” in February 2014. During this second phase of the STEPP initiative, and with EPA support, five analogous technology evaluation programs related to both stormwater and non-stormwater were an

  19. Sequential analysis in neonatal research-systematic review.

    Science.gov (United States)

    Lava, Sebastiano A G; Elie, Valéry; Ha, Phuong Thi Viet; Jacqz-Aigrain, Evelyne

    2018-05-01

    As more new drugs are discovered, traditional designs come at their limits. Ten years after the adoption of the European Paediatric Regulation, we performed a systematic review on the US National Library of Medicine and Excerpta Medica database of sequential trials involving newborns. Out of 326 identified scientific reports, 21 trials were included. They enrolled 2832 patients, of whom 2099 were analyzed: the median number of neonates included per trial was 48 (IQR 22-87), median gestational age was 28.7 (IQR 27.9-30.9) weeks. Eighteen trials used sequential techniques to determine sample size, while 3 used continual reassessment methods for dose-finding. In 16 studies reporting sufficient data, the sequential design allowed to non-significantly reduce the number of enrolled neonates by a median of 24 (31%) patients (IQR - 4.75 to 136.5, p = 0.0674) with respect to a traditional trial. When the number of neonates finally included in the analysis was considered, the difference became significant: 35 (57%) patients (IQR 10 to 136.5, p = 0.0033). Sequential trial designs have not been frequently used in Neonatology. They might potentially be able to reduce the number of patients in drug trials, although this is not always the case. What is known: • In evaluating rare diseases in fragile populations, traditional designs come at their limits. About 20% of pediatric trials are discontinued, mainly because of recruitment problems. What is new: • Sequential trials involving newborns were infrequently used and only a few (n = 21) are available for analysis. • The sequential design allowed to non-significantly reduce the number of enrolled neonates by a median of 24 (31%) patients (IQR - 4.75 to 136.5, p = 0.0674).

  20. Tritium systems test assembly quality assurance program

    International Nuclear Information System (INIS)

    Kerstiens, F.L.; Wilhelm, R.C.

    1986-07-01

    A quality assurance program should establish the planned and systematic actions necessary to provide adequate confidence that fusion facilities and their subsystems will perform satisfactorily in service. The Tritium Systems Test Assembly (TSTA) Quality Assurance Program has been designed to assure that the designs, tests, data, and interpretive reports developed at TSTA are valid, accurate, and consistent with formally specified procedures and reviews. The quality consideration in all TSTA activities is directed toward the early detection of quality problems, coupled with timely and positive disposition and corrective action

  1. Comparison of ablation centration after bilateral sequential versus simultaneous LASIK.

    Science.gov (United States)

    Lin, Jane-Ming; Tsai, Yi-Yu

    2005-01-01

    To compare ablation centration after bilateral sequential and simultaneous myopic LASIK. A retrospective randomized case series was performed of 670 eyes of 335 consecutive patients who had undergone either bilateral sequential (group 1) or simultaneous (group 2) myopic LASIK between July 2000 and July 2001 at the China Medical University Hospital, Taichung, Taiwan. The ablation centrations of the first and second eyes in the two groups were compared 3 months postoperatively. Of 670 eyes, 274 eyes (137 patients) comprised the sequential group and 396 eyes (198 patients) comprised the simultaneous group. Three months post-operatively, 220 eyes of 110 patients (80%) in the sequential group and 236 eyes of 118 patients (60%) in the simultaneous group provided topographic data for centration analysis. For the first eyes, mean decentration was 0.39 +/- 0.26 mm in the sequential group and 0.41 +/- 0.19 mm in the simultaneous group (P = .30). For the second eyes, mean decentration was 0.28 +/- 0.23 mm in the sequential group and 0.30 +/- 0.21 mm in the simultaneous group (P = .36). Decentration in the second eyes significantly improved in both groups (group 1, P = .02; group 2, P sequential group and 0.32 +/- 0.18 mm in the simultaneous group (P = .33). The difference of ablation center angles between the first and second eyes was 43.2 sequential group and 45.1 +/- 50.8 degrees in the simultaneous group (P = .42). Simultaneous bilateral LASIK is comparable to sequential surgery in ablation centration.

  2. The Yucca Mountain Project Prototype Testing Program

    International Nuclear Information System (INIS)

    1989-10-01

    The Yucca Mountain Project is conducting a Prototype Testing Program to ensure that the Exploratory Shaft Facility (ESF) tests can be completed in the time available and to develop instruments, equipment, and procedures so the ESF tests can collect reliable and representative site characterization data. This report summarizes the prototype tests and their status and location and emphasizes prototype ESF and surface tests, which are required in the early stages of the ESF site characterization tests. 14 figs

  3. A Survey of Multi-Objective Sequential Decision-Making

    NARCIS (Netherlands)

    Roijers, D.M.; Vamplew, P.; Whiteson, S.; Dazeley, R.

    2013-01-01

    Sequential decision-making problems with multiple objectives arise naturally in practice and pose unique challenges for research in decision-theoretic planning and learning, which has largely focused on single-objective settings. This article surveys algorithms designed for sequential

  4. Material testing facilities and programs for plasma-facing component testing

    Science.gov (United States)

    Linsmeier, Ch.; Unterberg, B.; Coenen, J. W.; Doerner, R. P.; Greuner, H.; Kreter, A.; Linke, J.; Maier, H.

    2017-09-01

    Component development for operation in a large-scale fusion device requires thorough testing and qualification for the intended operational conditions. In particular environments are necessary which are comparable to the real operation conditions, allowing at the same time for in situ/in vacuo diagnostics and flexible operation, even beyond design limits during the testing. Various electron and neutral particle devices provide the capabilities for high heat load tests, suited for material samples and components from lab-scale dimensions up to full-size parts, containing toxic materials like beryllium, and being activated by neutron irradiation. To simulate the conditions specific to a fusion plasma both at the first wall and in the divertor of fusion devices, linear plasma devices allow for a test of erosion and hydrogen isotope recycling behavior under well-defined and controlled conditions. Finally, the complex conditions in a fusion device (including the effects caused by magnetic fields) are exploited for component and material tests by exposing test mock-ups or material samples to a fusion plasma by manipulator systems. They allow for easy exchange of test pieces in a tokamak or stellarator device, without opening the vessel. Such a chain of test devices and qualification procedures is required for the development of plasma-facing components which then can be successfully operated in future fusion power devices. The various available as well as newly planned devices and test stands, together with their specific capabilities, are presented in this manuscript. Results from experimental programs on test facilities illustrate their significance for the qualification of plasma-facing materials and components. An extended set of references provides access to the current status of material and component testing capabilities in the international fusion programs.

  5. Sequential lineups: shift in criterion or decision strategy?

    Science.gov (United States)

    Gronlund, Scott D

    2004-04-01

    R. C. L. Lindsay and G. L. Wells (1985) argued that a sequential lineup enhanced discriminability because it elicited use of an absolute decision strategy. E. B. Ebbesen and H. D. Flowe (2002) argued that a sequential lineup led witnesses to adopt a more conservative response criterion, thereby affecting bias, not discriminability. Height was encoded as absolute (e.g., 6 ft [1.83 m] tall) or relative (e.g., taller than). If a sequential lineup elicited an absolute decision strategy, the principle of transfer-appropriate processing predicted that performance should be best when height was encoded absolutely. Conversely, if a simultaneous lineup elicited a relative decision strategy, performance should be best when height was encoded relatively. The predicted interaction was observed, providing direct evidence for the decision strategies explanation of what happens when witnesses view a sequential lineup.

  6. Pilot Testing of the NURSE Stress Management Intervention.

    Science.gov (United States)

    Delaney, Colleen; Barrere, Cynthia; Robertson, Sue; Zahourek, Rothlyn; Diaz, Desiree; Lachapelle, Leeanne

    2016-12-01

    Student nurses experience significant stress during their education, which may contribute to illness and alterations in health, poor academic performance, and program attrition. The aim of this pilot study was to evaluate the feasibility and potential efficacy of an innovative stress management program in two baccalaureate nursing programs in Connecticut, named NURSE (Nurture nurse, Use resources, foster Resilience, Stress and Environment management), that assists nursing students to develop stress management plans. An explanatory sequential mixed-methods design was used to evaluate the effects of the intervention with 40 junior nursing students. Results from this study provide evidence that the NURSE intervention is highly feasible, and support further testing to examine the effect of the intervention in improving stress management in nursing students. © The Author(s) 2015.

  7. PBF/LOFT Lead Rod Test Program experiment predictions document

    International Nuclear Information System (INIS)

    Varacalle, D.J.; Cox, W.R.; Niebruegge, D.A.; Seiber, S.J.; Brake, T.E.; Driskell, W.E.; Nigg, D.W.; Tolman, E.L.

    1978-12-01

    The PBF/LOFT Lead Rod (LLR) Test Program is being conducted to provide experimental information on the behavior of nuclear fuel under normal and accident conditions in the Power Burst Facility (PBF) at the Idaho National Engineering Laboratory. The PBF/LLR tests are designed to simulate the test conditions for the LOFT Power Ascension Tests L2-3 through L2-5. The test program has been designed to provide a parametric evaluation of the LOFT fuel (center and peripheral modules) over a wide range of power. This report presents the experiment predictions for the three four-rod LOCA tests

  8. Programing Procedures Manual (PPM).

    Science.gov (United States)

    1981-12-15

    terms ’reel’, ’unit’, and ’volume’ are synonymous and completely interchangeable in the CLOSE statement. Treatment of sequential mass storage files is...logically equivalent to the treatment of a file on tape or analogous sequential media. * For the purpose of showing the effect of various types of CLOSE...Overlay Area CA6 Address of Abend Relative to beginning of overlay segment The programer can now refer to the compile source listing for the overlay

  9. SPSS and SAS programming for the testing of mediation models.

    Science.gov (United States)

    Dudley, William N; Benuzillo, Jose G; Carrico, Mineh S

    2004-01-01

    Mediation modeling can explain the nature of the relation among three or more variables. In addition, it can be used to show how a variable mediates the relation between levels of intervention and outcome. The Sobel test, developed in 1990, provides a statistical method for determining the influence of a mediator on an intervention or outcome. Although interactive Web-based and stand-alone methods exist for computing the Sobel test, SPSS and SAS programs that automatically run the required regression analyses and computations increase the accessibility of mediation modeling to nursing researchers. To illustrate the utility of the Sobel test and to make this programming available to the Nursing Research audience in both SAS and SPSS. The history, logic, and technical aspects of mediation testing are introduced. The syntax files sobel.sps and sobel.sas, created to automate the computation of the regression analysis and test statistic, are available from the corresponding author. The reported programming allows the user to complete mediation testing with the user's own data in a single-step fashion. A technical manual included with the programming provides instruction on program use and interpretation of the output. Mediation modeling is a useful tool for describing the relation between three or more variables. Programming and manuals for using this model are made available.

  10. How to Read the Tractatus Sequentially

    Directory of Open Access Journals (Sweden)

    Tim Kraft

    2016-11-01

    Full Text Available One of the unconventional features of Wittgenstein’s Tractatus Logico-Philosophicus is its use of an elaborated and detailed numbering system. Recently, Bazzocchi, Hacker und Kuusela have argued that the numbering system means that the Tractatus must be read and interpreted not as a sequentially ordered book, but as a text with a two-dimensional, tree-like structure. Apart from being able to explain how the Tractatus was composed, the tree reading allegedly solves exegetical issues both on the local (e. g. how 4.02 fits into the series of remarks surrounding it and the global level (e. g. relation between ontology and picture theory, solipsism and the eye analogy, resolute and irresolute readings. This paper defends the sequential reading against the tree reading. After presenting the challenges generated by the numbering system and the two accounts as attempts to solve them, it is argued that Wittgenstein’s own explanation of the numbering system, anaphoric references within the Tractatus and the exegetical issues mentioned above do not favour the tree reading, but a version of the sequential reading. This reading maintains that the remarks of the Tractatus form a sequential chain: The role of the numbers is to indicate how remarks on different levels are interconnected to form a concise, surveyable and unified whole.

  11. Probabilistic Programming : A True Verification Challenge

    NARCIS (Netherlands)

    Katoen, Joost P.; Finkbeiner, Bernd; Pu, Geguang; Zhang, Lijun

    2015-01-01

    Probabilistic programs [6] are sequential programs, written in languages like C, Java, Scala, or ML, with two added constructs: (1) the ability to draw values at random from probability distributions, and (2) the ability to condition values of variables in a program through observations. For a

  12. Status of CCTF test program

    International Nuclear Information System (INIS)

    Murao, Y.; Iguchi, T.; Sugimoto, J.; Akimoto, H.; Okubo, T.; Okabe, K.

    1984-01-01

    The cylindrical core test facility (CCTF) is one of the facilities of the large scale reflood test program which was initiated in April, 1976. The first series of the CCTF test (CCTF CORE I Test) was completed in April, 1981 and the second series (CCTF Core II Test) has been conducted since April, 1982. In the test, the following has been intended to be examined: (1) The conservativeness of the assumption of the safety analysis with the evaluation model (EM) code. (2) The refill and reflood phenomena for analytical modeling of thermo-hydrodynamics in the core and the system. (3) The validity of the models in the EM code and the application to the best estimate code development. In this paper, presented are the quantative evaluation of the REFLA code and the discussion of some CCTF Core II Test results. The REFLA code consists of REFLA-1D core code developed with the results of small scale tests and a simple system model developed with the results of the CCTF Core I Test. The CCTF Core II Test was perfored for developing more realistic model for the alternative ECCS as well as for the cold leg injection type ECCS

  13. 19 CFR 101.9 - Test programs or procedures; alternate requirements.

    Science.gov (United States)

    2010-04-01

    ... basis for selecting participants. (b) NCAP testing. For purposes of conducting an approved test program or procedure designed to evaluate planned components of the National Customs Automation Program (NCAP... publication requirement. For tests affecting the NCAP, notice shall be published in the Federal Register not...

  14. Bursts and heavy tails in temporal and sequential dynamics of foraging decisions.

    Directory of Open Access Journals (Sweden)

    Kanghoon Jung

    2014-08-01

    Full Text Available A fundamental understanding of behavior requires predicting when and what an individual will choose. However, the actual temporal and sequential dynamics of successive choices made among multiple alternatives remain unclear. In the current study, we tested the hypothesis that there is a general bursting property in both the timing and sequential patterns of foraging decisions. We conducted a foraging experiment in which rats chose among four different foods over a continuous two-week time period. Regarding when choices were made, we found bursts of rapidly occurring actions, separated by time-varying inactive periods, partially based on a circadian rhythm. Regarding what was chosen, we found sequential dynamics in affective choices characterized by two key features: (a a highly biased choice distribution; and (b preferential attachment, in which the animals were more likely to choose what they had previously chosen. To capture the temporal dynamics, we propose a dual-state model consisting of active and inactive states. We also introduce a satiation-attainment process for bursty activity, and a non-homogeneous Poisson process for longer inactivity between bursts. For the sequential dynamics, we propose a dual-control model consisting of goal-directed and habit systems, based on outcome valuation and choice history, respectively. This study provides insights into how the bursty nature of behavior emerges from the interaction of different underlying systems, leading to heavy tails in the distribution of behavior over time and choices.

  15. Bursts and Heavy Tails in Temporal and Sequential Dynamics of Foraging Decisions

    Science.gov (United States)

    Jung, Kanghoon; Jang, Hyeran; Kralik, Jerald D.; Jeong, Jaeseung

    2014-01-01

    A fundamental understanding of behavior requires predicting when and what an individual will choose. However, the actual temporal and sequential dynamics of successive choices made among multiple alternatives remain unclear. In the current study, we tested the hypothesis that there is a general bursting property in both the timing and sequential patterns of foraging decisions. We conducted a foraging experiment in which rats chose among four different foods over a continuous two-week time period. Regarding when choices were made, we found bursts of rapidly occurring actions, separated by time-varying inactive periods, partially based on a circadian rhythm. Regarding what was chosen, we found sequential dynamics in affective choices characterized by two key features: (a) a highly biased choice distribution; and (b) preferential attachment, in which the animals were more likely to choose what they had previously chosen. To capture the temporal dynamics, we propose a dual-state model consisting of active and inactive states. We also introduce a satiation-attainment process for bursty activity, and a non-homogeneous Poisson process for longer inactivity between bursts. For the sequential dynamics, we propose a dual-control model consisting of goal-directed and habit systems, based on outcome valuation and choice history, respectively. This study provides insights into how the bursty nature of behavior emerges from the interaction of different underlying systems, leading to heavy tails in the distribution of behavior over time and choices. PMID:25122498

  16. Multichannel, sequential or combined X-ray spectrometry

    International Nuclear Information System (INIS)

    Florestan, J.

    1979-01-01

    X-ray spectrometer qualities and defects are evaluated for sequential and multichannel categories. Multichannel X-ray spectrometer has time-coherency advantage and its results could be more reproducible; on the other hand some spatial incoherency limits low percentage and traces applications, specially when backgrounds are very variable. In this last case, sequential X-ray spectrometer would find again great usefulness [fr

  17. Induction of simultaneous and sequential malolactic fermentation in durian wine.

    Science.gov (United States)

    Taniasuri, Fransisca; Lee, Pin-Rou; Liu, Shao-Quan

    2016-08-02

    This study represented for the first time the impact of malolactic fermentation (MLF) induced by Oenococcus oeni and its inoculation strategies (simultaneous vs. sequential) on the fermentation performance as well as aroma compound profile of durian wine. There was no negative impact of simultaneous inoculation of O. oeni and Saccharomyces cerevisiae on the growth and fermentation kinetics of S. cerevisiae as compared to sequential fermentation. Simultaneous MLF did not lead to an excessive increase in volatile acidity as compared to sequential MLF. The kinetic changes of organic acids (i.e. malic, lactic, succinic, acetic and α-ketoglutaric acids) varied with simultaneous and sequential MLF relative to yeast alone. MLF, regardless of inoculation mode, resulted in higher production of fermentation-derived volatiles as compared to control (alcoholic fermentation only), including esters, volatile fatty acids, and terpenes, except for higher alcohols. Most indigenous volatile sulphur compounds in durian were decreased to trace levels with little differences among the control, simultaneous and sequential MLF. Among the different wines, the wine with simultaneous MLF had higher concentrations of terpenes and acetate esters while sequential MLF had increased concentrations of medium- and long-chain ethyl esters. Relative to alcoholic fermentation only, both simultaneous and sequential MLF reduced acetaldehyde substantially with sequential MLF being more effective. These findings illustrate that MLF is an effective and novel way of modulating the volatile and aroma compound profile of durian wine. Copyright © 2016 Elsevier B.V. All rights reserved.

  18. Sequential Banking.

    OpenAIRE

    Bizer, David S; DeMarzo, Peter M

    1992-01-01

    The authors study environments in which agents may borrow sequentially from more than one leader. Although debt is prioritized, additional lending imposes an externality on prior debt because, with moral hazard, the probability of repayment of prior loans decreases. Equilibrium interest rates are higher than they would be if borrowers could commit to borrow from at most one bank. Even though the loan terms are less favorable than they would be under commitment, the indebtedness of borrowers i...

  19. The high level vibration test program

    International Nuclear Information System (INIS)

    Hofmayer, C.H.; Curreri, J.R.; Park, Y.J.; Kato, W.Y.; Kawakami, S.

    1989-01-01

    As part of cooperative agreements between the US and Japan, tests have been performed on the seismic vibration table at the Tadotsu Engineering Laboratory of Nuclear Power Engineering Test Center (NUPEC) in Japan. The objective of the test program was to use the NUPEC vibration table to drive large diameter nuclear power piping to substantial plastic strain with an earthquake excitation and to compare the results with state-of-the-art analysis of the problem. The test model was subjected to a maximum acceleration well beyond what nuclear power plants are designed to withstand. A modified earthquake excitation was applied and the excitation level was increased carefully to minimize the cumulative fatigue damage due to the intermediate level excitations. Since the piping was pressurized, and the high level earthquake excitation was repeated several times, it was possible to investigate the effects of ratchetting and fatigue as well. Elastic and inelastic seismic response behavior of the test model was measured in a number of test runs with an increasing excitation input level up to the limit of the vibration table. In the maximum input condition, large dynamic plastic strains were obtained in the piping. Crack initiation was detected following the second maximum excitation run. Crack growth was carefully monitored during the next two additional maximum excitation runs. The final test resulted in a maximum crack depth of approximately 94% of the wall thickness. The HLVT (high level vibration test) program has enhanced understanding of the behavior of piping systems under severe earthquake loading. As in other tests to failure of piping components, it has demonstrated significant seismic margin in nuclear power plant piping

  20. KNK I Test Program, Final Report Part 1

    International Nuclear Information System (INIS)

    Kathol, W.

    1976-01-01

    The compact sodium cooled nuclear reactor KNK I of the Karlsruhe Research Center reached full power for the first time in February 1974. The goal of KNK I is to collect experience for the construction and operation of larger reactors, such as SNR 300. In order to deepen these experiences, a test program was drawn up and conducted from 1973 until 1975 within the framework of R and D work on the development of fast breeder reactors. The program included individual tasks concerning reactor design, safety instrumentation, irradiation and post-examination as well as behavior of components during operation. The performance of the tests was essentially governed by the licensing procedure imposed under the atomic energy act for the construction and operation of nuclear facilities. This report is the first part of the final report of the test program

  1. Material control and accounting self-test program design

    International Nuclear Information System (INIS)

    Eggers, R.F.; Wilson, R.L.; Byers, K.R.

    1981-01-01

    This paper describes a controversial but potentially beneficial MCandA strategy that has not been widely attempted in the past, called Self-Test. In this strategy a processor of Strategic Special Nuclear Material (SSNM) devises a program of internally administered tests to determine if the MCandA system performs in a reliable, expedient manner in the face of a simulated loss or compromise. Self-Test procedures would include, for example, the actual removal of SSNM from process equipment in order to determine whether the MCandA system will detect the simulated theft. Self-Test programs have several potential problems. However, an approach with the potential for solving many of these problems has been devised and is discussed

  2. 75 FR 59105 - Procedures for Transportation Workplace Drug and Alcohol Testing Programs: Federal Drug Testing...

    Science.gov (United States)

    2010-09-27

    ... 2105-AE03 Procedures for Transportation Workplace Drug and Alcohol Testing Programs: Federal Drug... the Federal workplace drug testing program but also pointed out that ``* * * the Department of.... Executive Order 12866 and Regulatory Flexibility Act This Interim Final Rule is not significant for purposes...

  3. Equivalence between quantum simultaneous games and quantum sequential games

    OpenAIRE

    Kobayashi, Naoki

    2007-01-01

    A framework for discussing relationships between different types of games is proposed. Within the framework, quantum simultaneous games, finite quantum simultaneous games, quantum sequential games, and finite quantum sequential games are defined. In addition, a notion of equivalence between two games is defined. Finally, the following three theorems are shown: (1) For any quantum simultaneous game G, there exists a quantum sequential game equivalent to G. (2) For any finite quantum simultaneo...

  4. Accounting for Heterogeneous Returns in Sequential Schooling Decisions

    NARCIS (Netherlands)

    Zamarro, G.

    2006-01-01

    This paper presents a method for estimating returns to schooling that takes into account that returns may be heterogeneous among agents and that educational decisions are made sequentially.A sequential decision model is interesting because it explicitly considers that the level of education of each

  5. Transaction costs and sequential bargaining in transferable discharge permit markets.

    Science.gov (United States)

    Netusil, N R; Braden, J B

    2001-03-01

    Market-type mechanisms have been introduced and are being explored for various environmental programs. Several existing programs, however, have not attained the cost savings that were initially projected. Modeling that acknowledges the role of transactions costs and the discrete, bilateral, and sequential manner in which trades are executed should provide a more realistic basis for calculating potential cost savings. This paper presents empirical evidence on potential cost savings by examining a market for the abatement of sediment from farmland. Empirical results based on a market simulation model find no statistically significant change in mean abatement costs under several transaction cost levels when contracts are randomly executed. An alternative method of contract execution, gain-ranked, yields similar results. At the highest transaction cost level studied, trading reduces the total cost of compliance relative to a uniform standard that reflects current regulations.

  6. Simultaneous Versus Sequential Ptosis and Strabismus Surgery in Children.

    Science.gov (United States)

    Revere, Karen E; Binenbaum, Gil; Li, Jonathan; Mills, Monte D; Katowitz, William R; Katowitz, James A

    The authors sought to compare the clinical outcomes of simultaneous versus sequential ptosis and strabismus surgery in children. Retrospective, single-center cohort study of children requiring both ptosis and strabismus surgery on the same eye. Simultaneous surgeries were performed during a single anesthetic event; sequential surgeries were performed at least 7 weeks apart. Outcomes were ptosis surgery success (margin reflex distance 1 ≥ 2 mm, good eyelid contour, and good eyelid crease); strabismus surgery success (ocular alignment within 10 prism diopters of orthophoria and/or improved head position); surgical complications; and reoperations. Fifty-six children were studied, 38 had simultaneous surgery and 18 sequential. Strabismus surgery was performed first in 38/38 simultaneous and 6/18 sequential cases. Mean age at first surgery was 64 months, with mean follow up 27 months. A total of 75% of children had congenital ptosis; 64% had comitant strabismus. A majority of ptosis surgeries were frontalis sling (59%) or Fasanella-Servat (30%) procedures. There were no significant differences between simultaneous and sequential groups with regards to surgical success rates, complications, or reoperations (all p > 0.28). In the first comparative study of simultaneous versus sequential ptosis and strabismus surgery, no advantage for sequential surgery was seen. Despite a theoretical risk of postoperative eyelid malposition or complications when surgeries were performed in a combined manner, the rate of such outcomes was not increased with simultaneous surgeries. Performing ptosis and strabismus surgery together appears to be clinically effective and safe, and reduces anesthesia exposure during childhood.

  7. Eyewitness accuracy rates in sequential and simultaneous lineup presentations: a meta-analytic comparison.

    Science.gov (United States)

    Steblay, N; Dysart, J; Fulero, S; Lindsay, R C

    2001-10-01

    Most police lineups use a simultaneous presentation technique in which eyewitnesses view all lineup members at the same time. Lindsay and Wells (R. C. L. Lindsay & G. L. Wells, 1985) devised an alternative procedure, the sequential lineup, in which witnesses view one lineup member at a time and decide whether or not that person is the perpetrator prior to viewing the next lineup member. The present work uses the technique of meta-analysis to compare the accuracy rates of these presentation styles. Twenty-three papers were located (9 published and 14 unpublished), providing 30 tests of the hypothesis and including 4,145 participants. Results showed that identification of perpetrators from target-present lineups occurs at a higher rate from simultaneous than from sequential lineups. However, this difference largely disappears when moderator variables approximating real world conditions are considered. Also, correct rejection rates were significantly higher for sequential than simultaneous lineups and this difference is maintained or increased by greater approximation to real world conditions. Implications of these findings are discussed.

  8. Forced Sequence Sequential Decoding

    DEFF Research Database (Denmark)

    Jensen, Ole Riis

    In this thesis we describe a new concatenated decoding scheme based on iterations between an inner sequentially decoded convolutional code of rate R=1/4 and memory M=23, and block interleaved outer Reed-Solomon codes with non-uniform profile. With this scheme decoding with good performance...... is possible as low as Eb/No=0.6 dB, which is about 1.7 dB below the signal-to-noise ratio that marks the cut-off rate for the convolutional code. This is possible since the iteration process provides the sequential decoders with side information that allows a smaller average load and minimizes the probability...... of computational overflow. Analytical results for the probability that the first Reed-Solomon word is decoded after C computations are presented. This is supported by simulation results that are also extended to other parameters....

  9. Means-Tested Public Assistance Programs and Adolescent Political Socialization.

    Science.gov (United States)

    Barnes, Carolyn Y; Hope, Elan C

    2017-07-01

    In recent years, scholars have pointed to the politically demobilizing effects of means-tested assistance programs on recipients. In this study, we bridge the insights from policy feedback literature and adolescent political socialization research to examine how receiving means-tested programs shapes parent influence on adolescent political participation. We argue that there are differences in pathways to political participation through parent political socialization and youth internal efficacy beliefs for adolescents from households that do or do not receive means-tested assistance. Using data from a nationally representative sample of 536 Black, Latino, and White adolescents (50.8% female), we find that adolescents from means-tested assistance households report less parent political socialization and political participation. For all youth, parent political socialization predicts adolescent political participation. Internal political efficacy is a stronger predictor of political participation for youth from a non-means-tested assistance household than it is for youth from a household receiving means-tested assistance. These findings provide some evidence of differential paths to youth political participation via exposure to means-tested programs.

  10. Potential advantages and disadvantages of sequentially building small nuclear units instead of a large nuclear plant

    International Nuclear Information System (INIS)

    Feretic, D.; Cavlina, N.; Grgic, D.

    2008-01-01

    Renewal of nuclear power programs in countries with modest electricity consumptions and weak electrical grid interconnections has raised the question of optimal nuclear power plants sizes for such countries. The same question would be also valid for isolated or weakly connected regions within a large country. Building large size nuclear power plant could be prevented by technical or financial limits. Research programs have been initiated in the International Atomic Energy Agency and in the USA (within the framework of the Global Nuclear Energy Partnership (GNEP) program) with the aim to inspect under which circumstances small and medium reactors could be the preferred option compared to large nuclear plants. The economy of scale is a clear advantage of large plants. This paper compares, by using probabilistic methods, the net cash flow of large and medium size plants, taking as example a large nuclear plant (around 1200 MW) and four sequentially built smaller plants (300 MW). Potential advantages and disadvantageous of both options have been considered. Main advantages of the sequential construction of several identical small units could be the reduced investor risk and reduced investment costs due to the learning effect. This analysis is a part of studies for the Croatian power generating system development. (orig.)

  11. Reading Remediation Based on Sequential and Simultaneous Processing.

    Science.gov (United States)

    Gunnison, Judy; And Others

    1982-01-01

    The theory postulating a dichotomy between sequential and simultaneous processing is reviewed and its implications for remediating reading problems are reviewed. Research is cited on sequential-simultaneous processing for early and advanced reading. A list of remedial strategies based on the processing dichotomy addresses decoding and lexical…

  12. LWR aerosol containment experiments (LACE) program and initial test results

    International Nuclear Information System (INIS)

    Muhlestein, L.D.; Hilliard, R.K.; Bloom, G.R.; McCormack, J.D.; Rahn, F.J.

    1985-01-01

    The LWR aerosol containment experiments (LACE) program is described. The LACE program is being performed at the Hanford Engineer Development Laboratory (operated by Westinghouse Hanford Company) and the initial tests are sponsored by EPRI. The objectives of the LACE program are: to demonstrate, at large-scale, inherent radioactive aerosol retention behavior for postulated high consequence LWR accident situations; and to provide a data base to be used for aerosol behavior . Test results from the first phase of the LACE program are presented and discussed. Three large-scale scoping tests, simulating a containment bypass accident sequence, demonstrated the extent of agglomeration and deposition of aerosols occurring in the pipe pathway and vented auxiliary building under realistic accident conditions. Parameters varied during the scoping tests were aerosol type and steam condensation

  13. [Optimization and Prognosis of Cell Radiosensitivity Enhancement in vitro and in vivo after Sequential Thermoradiactive Action].

    Science.gov (United States)

    Belkina, S V; Petin, V G

    2016-01-01

    Previously developed mathematical model of simultaneous action of two inactivating agents has been adapted and tested to describe the results of sequential action. The possibility of applying the mathematical model to the interpretation and prognosis of the increase in radio-sensitivity of tumor cells as well as mammalian cells after sequential action of two high temperatures or hyperthermia and ionizing radiation is analyzed. The model predicts the value of the thermal enhancement ratio depending on the duration of thermal exposure, its greatest value, and the condition under which it is achieved.

  14. Fast-responding liquid crystal light-valve technology for color-sequential display applications

    Science.gov (United States)

    Janssen, Peter J.; Konovalov, Victor A.; Muravski, Anatoli A.; Yakovenko, Sergei Y.

    1996-04-01

    A color sequential projection system has some distinct advantages over conventional systems which make it uniquely suitable for consumer TV as well as high performance professional applications such as computer monitors and electronic cinema. A fast responding light-valve is, clearly, essential for a good performing system. Response speed of transmissive LC lightvalves has been marginal thus far for good color rendition. Recently, Sevchenko Institute has made some very fast reflective LC cells which were evaluated at Philips Labs. These devices showed sub millisecond-large signal-response times, even at room temperature, and produced good color in a projector emulation testbed. In our presentation we describe our highly efficient color sequential projector and demonstrate its operation on video tape. Next we discuss light-valve requirements and reflective light-valve test results.

  15. Short-Range Temporal Interactions in Sleep; Hippocampal Spike Avalanches Support a Large Milieu of Sequential Activity Including Replay.

    Directory of Open Access Journals (Sweden)

    J Matthew Mahoney

    Full Text Available Hippocampal neural systems consolidate multiple complex behaviors into memory. However, the temporal structure of neural firing supporting complex memory consolidation is unknown. Replay of hippocampal place cells during sleep supports the view that a simple repetitive behavior modifies sleep firing dynamics, but does not explain how multiple episodes could be integrated into associative networks for recollection during future cognition. Here we decode sequential firing structure within spike avalanches of all pyramidal cells recorded in sleeping rats after running in a circular track. We find that short sequences that combine into multiple long sequences capture the majority of the sequential structure during sleep, including replay of hippocampal place cells. The ensemble, however, is not optimized for maximally producing the behavior-enriched episode. Thus behavioral programming of sequential correlations occurs at the level of short-range interactions, not whole behavioral sequences and these short sequences are assembled into a large and complex milieu that could support complex memory consolidation.

  16. The plane strain tests in the PROMETRA program

    International Nuclear Information System (INIS)

    Cazalis, B.; Desquines, J.; Carassou, S.; Le Jolu, T.; Bernaudat, C.

    2016-01-01

    A fuel cladding mechanical test, performed under conditions of plane strain deformation in the transverse direction of tube axis, was originally developed at Pennsylvania State University. It was decided to implement this original test within the PROMETRA program using the same experimental procedure and its optimization for a ring mechanical testing on plane strain conditions (PST tests) in hot cells laboratory. This paper presents a detailed description and an interpretation of the Plane Strain Tensile (PST) tests performed in the framework of the PROMETRA program on fresh and irradiated claddings. At first, the context of the PST tests is situated and the specificities of these tests implemented at CEA are justified. Indeed, a significant adjustment of the original experimental procedure is carried out in order to test the irradiated fuel cladding in the best possible conditions. Then, the tests results on fresh Zircaloy-4 and on irradiated Zircaloy-4, M5™ and ZIRLO ® specimens are gathered. The main analyses in support of these tests, such as metallographies, fractographic examinations and finite element simulations are detailed. Finally, a synthesis of the interpretation of the tests is proposed. The PST test seems only representative of plane strain fracture conditions when the test material is very ductile (fresh or high temperature or low hydride material like M5TM). However, it provides a relevant representation of the RIA rupture initiation which is observed in irradiated cladding resulting from hydride rim damage due to the strong irradiation of a fuel rod. - Highlights: • A plane strain mechanical test performed on fuel rod claddings is described. • The tests are performed in the framework of the French PROMETRA program. • Fresh Zircaloy-4 and irradiated Zircaloy-4, M5 and ZIRLO specimens are tested. • The main analyses in support of these tests are detailed. • A synthesis of the interpretation of the PST tests is proposed.

  17. The plane strain tests in the PROMETRA program

    Energy Technology Data Exchange (ETDEWEB)

    Cazalis, B., E-mail: bernard.cazalis@irsn.fr [Institut de Radioprotection et de Sûreté Nucléaire, IRSN/PSN-RES, F-13115 Saint-Paul Lez Durance BP3 (France); Desquines, J. [Institut de Radioprotection et de Sûreté Nucléaire, IRSN/PSN-RES, F-13115 Saint-Paul Lez Durance BP3 (France); Carassou, S.; Le Jolu, T. [Commissariat à l' Energie Atomique, CEA/DEN/DMN, F- 91191 Gif-sur-Yvette (France); Bernaudat, C. [Electricité de France, EDF/SEPTEN, F-69628 Villeurbanne (France)

    2016-04-15

    A fuel cladding mechanical test, performed under conditions of plane strain deformation in the transverse direction of tube axis, was originally developed at Pennsylvania State University. It was decided to implement this original test within the PROMETRA program using the same experimental procedure and its optimization for a ring mechanical testing on plane strain conditions (PST tests) in hot cells laboratory. This paper presents a detailed description and an interpretation of the Plane Strain Tensile (PST) tests performed in the framework of the PROMETRA program on fresh and irradiated claddings. At first, the context of the PST tests is situated and the specificities of these tests implemented at CEA are justified. Indeed, a significant adjustment of the original experimental procedure is carried out in order to test the irradiated fuel cladding in the best possible conditions. Then, the tests results on fresh Zircaloy-4 and on irradiated Zircaloy-4, M5™ and ZIRLO{sup ®} specimens are gathered. The main analyses in support of these tests, such as metallographies, fractographic examinations and finite element simulations are detailed. Finally, a synthesis of the interpretation of the tests is proposed. The PST test seems only representative of plane strain fracture conditions when the test material is very ductile (fresh or high temperature or low hydride material like M5TM). However, it provides a relevant representation of the RIA rupture initiation which is observed in irradiated cladding resulting from hydride rim damage due to the strong irradiation of a fuel rod. - Highlights: • A plane strain mechanical test performed on fuel rod claddings is described. • The tests are performed in the framework of the French PROMETRA program. • Fresh Zircaloy-4 and irradiated Zircaloy-4, M5 and ZIRLO specimens are tested. • The main analyses in support of these tests are detailed. • A synthesis of the interpretation of the PST tests is proposed.

  18. EBR-2 [Experimental Breeder Reactor-2] test programs

    International Nuclear Information System (INIS)

    Sackett, J.I.; Lehto, W.K.; Lindsay, R.W.; Planchon, H.P.; Lambert, J.D.B.; Hill, D.J.

    1990-01-01

    The Experimental Breeder Reactor-2 (EBR-2) is a sodium cooled power reactor supplying about 20 MWe to the Idaho National Engineering Laboratory (INEL) grid and, in addition, is the key component in the development of the Integral Fast Reactor (IFR). EBR-2's testing capability is extensive and has seen four major phases: (1) demonstration of LMFBR power plant feasibility, (2) irradiation testing for fuel and material development, (3) testing the off-normal performance of fuel and plant systems and (4) operation as the IFR prototype, developing and demonstrating the IFR technology associated with fuel and plant design. Specific programs being carried out in support of the IFR include advanced fuels and materials development, advanced control system development, plant diagnostics development and component testing. This paper discusses EBR-2 as the IFR prototype and the associated testing programs. 29 refs

  19. DYNAMIC ANALYSIS OF THE BULK TRITIUM SHIPPING PACKAGE SUBJECTED TO CLOSURE TORQUES AND SEQUENTIAL IMPACTS

    International Nuclear Information System (INIS)

    Wu, T; Paul Blanton, P; Kurt Eberl, K

    2007-01-01

    This paper presents a finite-element technique to simulate the structural responses and to evaluate the cumulative damage of a radioactive material packaging requiring bolt closure-tightening torque and subjected to the scenarios of the Hypothetical Accident Conditions (HAC) defined in the Code of Federal Regulations Title 10 part 71 (10CFR71). Existing finite-element methods for modeling closure stresses from bolt pre-load are not readily adaptable to dynamic analyses. The HAC events are required to occur sequentially per 10CFR71 and thus the evaluation of the cumulative damage is desirable. Generally, each HAC event is analyzed separately and the cumulative damage is partially addressed by superposition. This results in relying on additional physical testing to comply with 10CFR71 requirements for assessment of cumulative damage. The proposed technique utilizes the combination of kinematic constraints, rigid-body motions and structural deformations to overcome some of the difficulties encountered in modeling the effect of cumulative damage. This methodology provides improved numerical solutions in compliance with the 10CFR71 requirements for sequential HAC tests. Analyses were performed for the Bulk Tritium Shipping Package (BTSP) designed by Savannah River National Laboratory to demonstrate the applications of the technique. The methodology proposed simulates the closure bolt torque preload followed by the sequential HAC events, the 30-foot drop and the 30-foot dynamic crush. The analytical results will be compared to the package test data

  20. WIPP R and D in situ test program

    International Nuclear Information System (INIS)

    Tyler, L.D.

    1987-01-01

    The Waste Isolation Pilot Plant (WIPP) is a Department of Energy (DOE) RandD Facility for the purpose of developing the technology needed for the safe disposal of the United States' defense-related radioactive waste. The in situ test program focus is to provide the models and data to demonstrate the facility performance for isolation of waste at WIPP. The program is defined for the WIPP sealing system, thermal-structural interactions and waste package performance. A number of integrated large-scale underground tests have been operational since 1983 and are ongoing. The tests address the issues of both systems design and long-term isolation performance of the WIPP repository

  1. Cooperative field test program for wind systems. Final report

    Energy Technology Data Exchange (ETDEWEB)

    Bollmeier, W.S. II; Dodge, D.M.

    1992-03-01

    The objectives of the Federal Wind Energy Program, managed by the US Department of Energy (DOE), are (1) to assist industry and utilities in achieving a multi-regional US market penetration of wind systems, and (2) to establish the United States as the world leader in the development of advanced wind turbine technology. In 1984, the program conducted a series of planning workshops with representatives from the wind energy industry to obtain input on the Five-Year Research Plan then being prepared by DOE. One specific suggestion that came out of these meetings was that the federal program should conduct cooperative research tests with industry to enhance the technology transfer process. It was also felt that the active involvement of industry in DOE-funded research would improve the state of the art of wind turbine technology. DOE established the Cooperative Field Test Program (CFTP) in response to that suggestion. This program was one of the first in DOE to feature joint industry-government research test teams working toward common objectives.

  2. Large-Scale Seismic Test Program at Hualien, Taiwan

    International Nuclear Information System (INIS)

    Tang, H.T.; Graves, H.L.; Yeh, Y.S.

    1991-01-01

    The Large-Scale Seismic Test (LSST) Program at Hualien, Taiwan, is a follow-on to the soil-structure interaction (SSI) experiments at Lotung, Taiwan. The planned SSI studies will be performed at a stiff soil site in Hualien, Taiwan, that historically has had slightly more destructive earthquakes in the past than Lotung. The objectives of the LSST project is as follows: To obtain earthquake-induced SSI data at a stiff soil site having similar prototypical nuclear power plant soil conditions. To confirm the findings and methodologies validated against the Lotung soft soil SSI data for prototypical plant condition applications. To further validate the technical basis of realistic SSI analysis approaches. To further support the resolution of USI A-40 Seismic Design Criteria issue. These objectives will be accomplished through an integrated and carefully planned experimental program consisting of: soil characterization, test model design and field construction, instrumentation layout and deployment, in-situ geophysical information collection, forced vibration test, and synthesis of results and findings. The LSST is a joint effort among many interested parties. EPRI and Taipower are the organizers of the program and have the lead in planning and managing the program

  3. Spillover effects of HIV testing policies: changes in HIV testing guidelines and HCV testing practices in drug treatment programs in the United States

    Directory of Open Access Journals (Sweden)

    Jemima A. Frimpong

    2016-07-01

    Full Text Available Abstract Background To examine the extent to which state adoption of the Centers for Disease Control and Prevention (CDC 2006 revisions to adult and adolescent HIV testing guidelines is associated with availability of other important prevention and medical services. We hypothesized that in states where the pretest counseling requirement for HIV testing was dropped from state legislation, substance use disorder treatment programs would have higher availability of HCV testing services than in states that had maintained this requirement. Methods We analyzed a nationally representative sample of 383 opioid treatment programs from the 2005 and 2011 National Drug Abuse Treatment System Survey (NDATSS. Data were collected from program directors and clinical supervisors through telephone surveys. Multivariate logistic regression models were used to measure associations between state adoption of CDC recommended guidelines for HIV pretest counseling and availability of HCV testing services. Results The effects of HIV testing legislative changes on HCV testing practices varied by type of opioid treatment program. In states that had removed the requirement for HIV pretest counseling, buprenorphine-only programs were more likely to offer HCV testing to their patients. The positive spillover effect of HIV pretest counseling policies, however, did not extend to methadone programs and did not translate into increased availability of on-site HCV testing in either program type. Conclusions Our findings highlight potential positive spillover effects of HIV testing policies on HCV testing practices. They also suggest that maximizing the benefits of HIV policies may require other initiatives, including resources and programmatic efforts that support systematic integration with other services and effective implementation.

  4. Programming in Fortran M

    Energy Technology Data Exchange (ETDEWEB)

    Foster, I.; Olson, R.; Tuecke, S.

    1993-08-01

    Fortran M is a small set of extensions to Fortran that supports a modular approach to the construction of sequential and parallel programs. Fortran M programs use channels to plug together processes which may be written in Fortran M or Fortran 77. Processes communicate by sending and receiving messages on channels. Channels and processes can be created dynamically, but programs remain deterministic unless specialized nondeterministic constructs are used. Fortran M programs can execute on a range of sequential, parallel, and networked computers. This report incorporates both a tutorial introduction to Fortran M and a users guide for the Fortran M compiler developed at Argonne National Laboratory. The Fortran M compiler, supporting software, and documentation are made available free of charge by Argonne National Laboratory, but are protected by a copyright which places certain restrictions on how they may be redistributed. See the software for details. The latest version of both the compiler and this manual can be obtained by anonymous ftp from Argonne National Laboratory in the directory pub/fortran-m at info.mcs.anl.gov.

  5. Top-down attention affects sequential regularity representation in the human visual system.

    Science.gov (United States)

    Kimura, Motohiro; Widmann, Andreas; Schröger, Erich

    2010-08-01

    Recent neuroscience studies using visual mismatch negativity (visual MMN), an event-related brain potential (ERP) index of memory-mismatch processes in the visual sensory system, have shown that although sequential regularities embedded in successive visual stimuli can be automatically represented in the visual sensory system, an existence of sequential regularity itself does not guarantee that the sequential regularity will be automatically represented. In the present study, we investigated the effects of top-down attention on sequential regularity representation in the visual sensory system. Our results showed that a sequential regularity (SSSSD) embedded in a modified oddball sequence where infrequent deviant (D) and frequent standard stimuli (S) differing in luminance were regularly presented (SSSSDSSSSDSSSSD...) was represented in the visual sensory system only when participants attended the sequential regularity in luminance, but not when participants ignored the stimuli or simply attended the dimension of luminance per se. This suggests that top-down attention affects sequential regularity representation in the visual sensory system and that top-down attention is a prerequisite for particular sequential regularities to be represented. Copyright 2010 Elsevier B.V. All rights reserved.

  6. Mining compressing sequential problems

    NARCIS (Netherlands)

    Hoang, T.L.; Mörchen, F.; Fradkin, D.; Calders, T.G.K.

    2012-01-01

    Compression based pattern mining has been successfully applied to many data mining tasks. We propose an approach based on the minimum description length principle to extract sequential patterns that compress a database of sequences well. We show that mining compressing patterns is NP-Hard and

  7. Fast sequential Monte Carlo methods for counting and optimization

    CERN Document Server

    Rubinstein, Reuven Y; Vaisman, Radislav

    2013-01-01

    A comprehensive account of the theory and application of Monte Carlo methods Based on years of research in efficient Monte Carlo methods for estimation of rare-event probabilities, counting problems, and combinatorial optimization, Fast Sequential Monte Carlo Methods for Counting and Optimization is a complete illustration of fast sequential Monte Carlo techniques. The book provides an accessible overview of current work in the field of Monte Carlo methods, specifically sequential Monte Carlo techniques, for solving abstract counting and optimization problems. Written by authorities in the

  8. 47 CFR 73.1620 - Program tests.

    Science.gov (United States)

    2010-10-01

    ... integration of ownership and management and diversification of the media of mass communciation contained in... 47 Telecommunication 4 2010-10-01 2010-10-01 false Program tests. 73.1620 Section 73.1620 Telecommunication FEDERAL COMMUNICATIONS COMMISSION (CONTINUED) BROADCAST RADIO SERVICES RADIO BROADCAST SERVICES...

  9. Advanced Utility Mercury-Sorbent Field-Testing Program

    Energy Technology Data Exchange (ETDEWEB)

    Ronald Landreth

    2007-12-31

    This report summarizes the work conducted from September 1, 2003 through December 31, 2007 on the project entitled Advanced Utility Mercury-Sorbent Field-Testing Program. The project covers the testing at the Detroit Edison St. Clair Plant and the Duke Power Cliffside and Buck Stations. The St. Clair Plant used a blend of subbituminous and bituminous coal and controlled the particulate emissions by means of a cold-side ESP. The Duke Power Stations used bituminous coals and controlled their particulate emissions by means of hot-side ESPs. The testing at the Detroit Edison St. Clair Plant demonstrated that mercury sorbents could be used to achieve high mercury removal rates with low injection rates at facilities that burn subbituminous coal. A mercury removal rate of 94% was achieved at an injection rate of 3 lb/MMacf over the thirty day long-term test. Prior to this test, it was believed that the mercury in flue gas of this type would be the most difficult to capture. This is not the case. The testing at the two Duke Power Stations proved that carbon- based mercury sorbents can be used to control the mercury emissions from boilers with hot-side ESPs. It was known that plain PACs did not have any mercury capacity at elevated temperatures but that brominated B-PAC did. The mercury removal rate varies with the operation but it appears that mercury removal rates equal to or greater than 50% are achievable in facilities equipped with hot-side ESPs. As part of the program, both sorbent injection equipment and sorbent production equipment was acquired and operated. This equipment performed very well during this program. In addition, mercury instruments were acquired for this program. These instruments worked well in the flue gas at the St. Clair Plant but not as well in the flue gas at the Duke Power Stations. It is believed that the difference in the amount of oxidized mercury, more at Duke Power, was the difference in instrument performance. Much of the equipment was

  10. Nevada Test Site Radiation Protection Program

    Energy Technology Data Exchange (ETDEWEB)

    Radiological Control Managers' Council, Nevada Test Site

    2007-08-09

    Title 10 Code of Federal Regulations (CFR) 835, 'Occupational Radiation Protection', establishes radiation protection standards, limits, and program requirements for protecting individuals from ionizing radiation resulting from the conduct of U.S. Department of Energy (DOE) activities. 10 CFR 835.101(a) mandates that DOE activities be conducted in compliance with a documented Radiation Protection Program (RPP) as approved by DOE. This document promulgates the RPP for the Nevada Test Site (NTS), related (onsite or offsite) DOE National Nuclear Security Administration Nevada Site Office (NNSA/NSO) operations, and environmental restoration offsite projects.

  11. Algorithm for recall of HIV reactive Indian blood donors by sequential immunoassays enables selective donor referral for counseling

    Directory of Open Access Journals (Sweden)

    Thakral B

    2006-01-01

    Full Text Available Background: HIV/AIDS pandemic brought into focus the importance of safe blood donor pool. Aims: To analyze true seroprevalence of HIV infection in our blood donors and devise an algorithm for donor recall avoiding unnecessary referrals to voluntary counseling and testing centre (VCTC. Materials and Methods: 39,784 blood units were screened for anti-HIV 1/2 using ELISA immunoassay (IA-1. Samples which were repeat reactive on IA-1 were further tested using two different immunoassays (IA-2 and IA-3 and Western blot (WB. Based on results of these sequential IAs and WB, an algorithm for recall of true HIV seroreactive blood donors is suggested for countries like India where nucleic acid testing or p24 antigen assays are not mandatory and given the limited resources may not be feasible. Results: The anti-HIV seroreactivity by repeat IA-1, IA-2, IA-3 and WB were 0.16%, 0.11%, 0.098% and 0.07% respectively. Of the 44 IA-1 reactive samples, 95.2% (20/21 of the seroreactive samples by both IA-2 and IA-3 were also WB positive and 100% (6/6 of the non-reactive samples by these IAs were WB negative. IA signal/cutoff ratio was significantly low in biological false reactive donors. WB indeterminate results were largely due to non-specific reactivity to gag protein (p55. Conclusions: HIV seroreactivity by sequential immunoassays (IA-1, IA-2 and IA-3; comparable to WHO Strategy-III prior to donor recall results in decreased referral to VCTC as compared to single IA (WHO Strategy-I being followed currently in India. Moreover, this strategy will repose donor confidence in our blood transfusion services and strengthen voluntary blood donation program.

  12. Program Helps Design Tests Of Developmental Software

    Science.gov (United States)

    Hops, Jonathan

    1994-01-01

    Computer program called "A Formal Test Representation Language and Tool for Functional Test Designs" (TRL) provides automatic software tool and formal language used to implement category-partition method and produce specification of test cases in testing phase of development of software. Category-partition method useful in defining input, outputs, and purpose of test-design phase of development and combines benefits of choosing normal cases having error-exposing properties. Traceability maintained quite easily by creating test design for each objective in test plan. Effort to transform test cases into procedures simplified by use of automatic software tool to create cases based on test design. Method enables rapid elimination of undesired test cases from consideration and facilitates review of test designs by peer groups. Written in C language.

  13. Quality assurance in the nuclear test program

    International Nuclear Information System (INIS)

    Shearer, J.N.

    1979-01-01

    In February 1979 Test Program laid the ground work for a new quality assurance structure. The new approach was based on the findings and recommendations of the Ad Hoc QA Program Review panel, which are summarized in this report. The new structure places the responsibility for quality assurance in the hands of the line organizations, both in the programmatic and functional elements of the LLL matrix

  14. Sensitivity Analysis in Sequential Decision Models.

    Science.gov (United States)

    Chen, Qiushi; Ayer, Turgay; Chhatwal, Jagpreet

    2017-02-01

    Sequential decision problems are frequently encountered in medical decision making, which are commonly solved using Markov decision processes (MDPs). Modeling guidelines recommend conducting sensitivity analyses in decision-analytic models to assess the robustness of the model results against the uncertainty in model parameters. However, standard methods of conducting sensitivity analyses cannot be directly applied to sequential decision problems because this would require evaluating all possible decision sequences, typically in the order of trillions, which is not practically feasible. As a result, most MDP-based modeling studies do not examine confidence in their recommended policies. In this study, we provide an approach to estimate uncertainty and confidence in the results of sequential decision models. First, we provide a probabilistic univariate method to identify the most sensitive parameters in MDPs. Second, we present a probabilistic multivariate approach to estimate the overall confidence in the recommended optimal policy considering joint uncertainty in the model parameters. We provide a graphical representation, which we call a policy acceptability curve, to summarize the confidence in the optimal policy by incorporating stakeholders' willingness to accept the base case policy. For a cost-effectiveness analysis, we provide an approach to construct a cost-effectiveness acceptability frontier, which shows the most cost-effective policy as well as the confidence in that for a given willingness to pay threshold. We demonstrate our approach using a simple MDP case study. We developed a method to conduct sensitivity analysis in sequential decision models, which could increase the credibility of these models among stakeholders.

  15. The sequential structure of brain activation predicts skill.

    Science.gov (United States)

    Anderson, John R; Bothell, Daniel; Fincham, Jon M; Moon, Jungaa

    2016-01-29

    In an fMRI study, participants were trained to play a complex video game. They were scanned early and then again after substantial practice. While better players showed greater activation in one region (right dorsal striatum) their relative skill was better diagnosed by considering the sequential structure of whole brain activation. Using a cognitive model that played this game, we extracted a characterization of the mental states that are involved in playing a game and the statistical structure of the transitions among these states. There was a strong correspondence between this measure of sequential structure and the skill of different players. Using multi-voxel pattern analysis, it was possible to recognize, with relatively high accuracy, the cognitive states participants were in during particular scans. We used the sequential structure of these activation-recognized states to predict the skill of individual players. These findings indicate that important features about information-processing strategies can be identified from a model-based analysis of the sequential structure of brain activation. Copyright © 2015 Elsevier Ltd. All rights reserved.

  16. Sequential motor task (Luria's Fist-Edge-Palm Test in children with benign focal epilepsy of childhood with centrotemporal spikes Tarefa motora sequencial (Teste de Lúria punho-lado-palma em crianças com epilepsia focal benigna da infância com descarga centrotemporal

    Directory of Open Access Journals (Sweden)

    Carmen Silvia Molleis Galego Miziara

    2013-06-01

    Full Text Available This study evaluated the sequential motor manual actions in children with benign focal epilepsy of childhood with centrotemporal spikes (BECTS and compares the results with matched control group, through the application of Luria's fist-edge-palm test. The children with BECTS underwent interictal single photon emission computed tomography (SPECT and School Performance Test (SPT. Significant difference occurred between the study and control groups for manual motor action through three equal and three different movements. Children with lower school performance had higher error rate in the imitation of hand gestures. Another factor significantly associated with the failure was the abnormality in SPECT. Children with BECTS showed abnormalities in the test that evaluated manual motor programming/planning. This study may suggest that the functional changes related to epileptiform activity in rolandic region interfere with the executive function in children with BECTS.Esse estudo avaliou ações motoras manuais sequenciais em crianças com epilepsia focal benigna da infância com descarga centrotemporal (EBICT e comparou os resultados com o grupo controle pareado, através do teste de Lúria (punho-lado-palma. As crianças com EBICT realizaram single photon emission computed tomography (SPECT interictal e Teste de Desempenho Escolar (TDE. Foram encontradas diferenças significativas entre os dois grupos nas atividades motoras de três movimentos iguais e três movimentos diferentes. As crianças com piores resultados no TDE e com SPECT alterado apresentaram mais erros no teste de imitação manual. Crianças com epilepsia fracassaram nos testes de avaliação motora que envolvem programação/planejamento. Esse estudo sugere que mudanças funcionais relacionadas à atividade epileptiforme na região rolândica interfere com as funções executivas de crianças com EBICT.

  17. Programming

    International Nuclear Information System (INIS)

    Jackson, M.A.

    1982-01-01

    The programmer's task is often taken to be the construction of algorithms, expressed in hierarchical structures of procedures: this view underlies the majority of traditional programming languages, such as Fortran. A different view is appropriate to a wide class of problem, perhaps including some problems in High Energy Physics. The programmer's task is regarded as having three main stages: first, an explicit model is constructed of the reality with which the program is concerned; second, this model is elaborated to produce the required program outputs; third, the resulting program is transformed to run efficiently in the execution environment. The first two stages deal in network structures of sequential processes; only the third is concerned with procedure hierarchies. (orig.)

  18. 75 FR 22809 - Mandatory Guidelines for Federal Workplace Drug Testing Programs

    Science.gov (United States)

    2010-04-30

    ... time for related training in Federal and federally-regulated workplace drug testing programs and will... related training in Federal and federally-regulated workplace drug testing programs, including HHS... DEPARTMENT OF HEALTH AND HUMAN SERVICES Mandatory Guidelines for Federal Workplace Drug Testing...

  19. Adaptive Test Selection for Factorization-based Surrogate Fitness in Genetic Programming

    Directory of Open Access Journals (Sweden)

    Krawiec Krzysztof

    2017-12-01

    Full Text Available Genetic programming (GP is a variant of evolutionary algorithm where the entities undergoing simulated evolution are computer programs. A fitness function in GP is usually based on a set of tests, each of which defines the desired output a correct program should return for an exemplary input. The outcomes of interactions between programs and tests in GP can be represented as an interaction matrix, with rows corresponding to programs in the current population and columns corresponding to tests. In previous work, we proposed SFIMX, a method that performs only a fraction of interactions and employs non-negative matrix factorization to estimate the outcomes of remaining ones, shortening GP’s runtime. In this paper, we build upon that work and propose three extensions of SFIMX, in which the subset of tests drawn to perform interactions is selected with respect to test difficulty. The conducted experiment indicates that the proposed extensions surpass the original SFIMX on a suite of discrete GP benchmarks.

  20. Minimum Leakage Condenser Test Program

    International Nuclear Information System (INIS)

    1978-05-01

    This report presents the results and analysis of tests performed on four critical areas of large surface condensers: the tubes, tubesheets, tube/tubesheet joints and the water chambers. Significant changes in operation, service duty and the reliability considerations require that certain existing design criteria be verified and that improved design features be developed. The four critical areas were treated analytically and experimentally. The ANSYS finite element computer program was the basic analytical method and strain gages were used for obtaining experimental data. The results of test and analytical data are compared and recommendations made regarding potential improvement in condenser design features and analytical techniques

  1. Mining Emerging Sequential Patterns for Activity Recognition in Body Sensor Networks

    DEFF Research Database (Denmark)

    Gu, Tao; Wang, Liang; Chen, Hanhua

    2010-01-01

    Body Sensor Networks oer many applications in healthcare, well-being and entertainment. One of the emerging applications is recognizing activities of daily living. In this paper, we introduce a novel knowledge pattern named Emerging Sequential Pattern (ESP)|a sequential pattern that discovers...... signicant class dierences|to recognize both simple (i.e., sequential) and complex (i.e., interleaved and concurrent) activities. Based on ESPs, we build our complex activity models directly upon the sequential model to recognize both activity types. We conduct comprehensive empirical studies to evaluate...

  2. Discrimination between sequential and simultaneous virtual channels with electrical hearing

    OpenAIRE

    Landsberger, David; Galvin, John J.

    2011-01-01

    In cochlear implants (CIs), simultaneous or sequential stimulation of adjacent electrodes can produce intermediate pitch percepts between those of the component electrodes. However, it is unclear whether simultaneous and sequential virtual channels (VCs) can be discriminated. In this study, CI users were asked to discriminate simultaneous and sequential VCs; discrimination was measured for monopolar (MP) and bipolar + 1 stimulation (BP + 1), i.e., relatively broad and focused stimulation mode...

  3. A multisyringe flow-through sequential extraction system for on-line monitoring of orthophosphate in soils and sediments

    DEFF Research Database (Denmark)

    Buanuam, Janya; Miró, Manuel; Hansen, Elo Harald

    2007-01-01

    A fully automated flow-through microcolumn fractionation system with on-line post-extraction derivatization is proposed for monitoring of orthophosphate in solid samples of environmental relevance. The system integrates dynamic sequential extraction using 1.0 mol l-1 NH4Cl, 0.1 mol l-1 NaOH and 0...... of the operational times from days to hours, highly temporal resolution of the leaching process, and the capability for immediate decision for stopping or proceeding with the ongoing extraction. Very importantly, accurate determination of the various orthophosphate pools is ensured by minimization of the hydrolysis...... of extracted organic phosphorus and condensed inorganic phosphates within the time frame of the assay. The potential of the novel system for accommodation of the harmonized protocol from the Standards, Measurement and Testing (SMT) Program of the Commission of the European Communities for inorganic phosphorus...

  4. The importance of pre-planning for large hydrostatic test programs

    Energy Technology Data Exchange (ETDEWEB)

    Bennett, Andrew Keith [WorleyParsons Calgary, Calgary, AB (Canada); Wong, Everett Clementi [Enbridge Pipelines Inc., Edmonton, AB (Canada)

    2010-07-01

    During the design phase of a pipeline project, large hydrostatic test programs are required to locate and secure water sources. Many companies complete hydrostatic test planning through high level desktop analysis, however this technique can result in important unplanned costs and schedule delays. The aim of this paper is to assess the cost benefits of pre-planning large hydrostatic test programs versus the costs of unplanned delays in the execution of hydrostatic testing. This comparison was based on the successful application of pre-planning of 57 mainline hydrostatic tests in the construction of the Line 4 Extension and Alberta Clipper Expansion oil pipelines by Enbridge Pipelines Inc. Results showed that costs of delays and uncertainty during construction far outweigh the costs of pre-planning. This study highlighted that pre-planning for large hydrostatic test programs should be carried out in the execution of large pipeline projects to ensure success.

  5. A Sequential Optimization Sampling Method for Metamodels with Radial Basis Functions

    Science.gov (United States)

    Pan, Guang; Ye, Pengcheng; Yang, Zhidong

    2014-01-01

    Metamodels have been widely used in engineering design to facilitate analysis and optimization of complex systems that involve computationally expensive simulation programs. The accuracy of metamodels is strongly affected by the sampling methods. In this paper, a new sequential optimization sampling method is proposed. Based on the new sampling method, metamodels can be constructed repeatedly through the addition of sampling points, namely, extrema points of metamodels and minimum points of density function. Afterwards, the more accurate metamodels would be constructed by the procedure above. The validity and effectiveness of proposed sampling method are examined by studying typical numerical examples. PMID:25133206

  6. Sequential Sampling Plan of Anthonomus grandis (Coleoptera: Curculionidae) in Cotton Plants.

    Science.gov (United States)

    Grigolli, J F J; Souza, L A; Mota, T A; Fernandes, M G; Busoli, A C

    2017-04-01

    The boll weevil, Anthonomus grandis grandis Boheman (Coleoptera: Curculionidae), is one of the most important pests of cotton production worldwide. The objective of this work was to develop a sequential sampling plan for the boll weevil. The studies were conducted in Maracaju, MS, Brazil, in two seasons with cotton cultivar FM 993. A 10,000-m2 area of cotton was subdivided into 100 of 10- by 10-m plots, and five plants per plot were evaluated weekly, recording the number of squares with feeding + oviposition punctures of A. grandis in each plant. A sequential sampling plan by the maximum likelihood ratio test was developed, using a 10% threshold level of squares attacked. A 5% security level was adopted for the elaboration of the sequential sampling plan. The type I and type II error used was 0.05, recommended for studies with insects. The adjustment of the frequency distributions used were divided into two phases, so that the model that best fit to the data was the negative binomial distribution up to 85 DAE (Phase I), and from there the best fit was Poisson distribution (Phase II). The equations that define the decision-making for Phase I are S0 = -5.1743 + 0.5730N and S1 = 5.1743 + 0.5730N, and for the Phase II are S0 = -4.2479 + 0.5771N and S1 = 4.2479 + 0.5771N. The sequential sampling plan developed indicated the maximum number of sample units expected for decision-making is ∼39 and 31 samples for Phases I and II, respectively. © The Authors 2017. Published by Oxford University Press on behalf of Entomological Society of America. All rights reserved. For Permissions, please email: journals.permissions@oup.com.

  7. Assessment of in vitro cyto/genotoxicity of sequentially treated electroplating effluent on the human hepatocarcinoma HuH-7 cell line.

    Science.gov (United States)

    Naik, Umesh Chandra; Das, Mihir Tanay; Sauran, Swati; Thakur, Indu Shekhar

    2014-03-01

    The present study compares in vitro toxicity of electroplating effluent after the batch treatment process with that obtained after the sequential treatment process. Activated charcoal prepared from sugarcane bagasse through chemical carbonization, and tolerant indigenous bacteria, Bacillus sp. strain IST105, were used individually and sequentially for the treatment of electroplating effluent. The sequential treatment involving activated charcoal followed by bacterial treatment removed 99% of Cr(VI) compared with the batch processes, which removed 40% (charcoal) and 75% (bacteria), respectively. Post-treatment in vitro cyto/genotoxicity was evaluated by the MTT test and the comet assay in human HuH-7 hepatocarcinoma cells. The sequentially treated sample showed an increase in LC50 value with a 6-fold decrease in comet-assay DNA migration compared with that of untreated samples. A significant decrease in DNA migration and an increase in LC50 value of treated effluent proved the higher effectiveness of the sequential treatment process over the individual batch processes. Copyright © 2014 Elsevier B.V. All rights reserved.

  8. History of ground motion programs at the Nevada Test Site

    International Nuclear Information System (INIS)

    Banister, J.R.

    1984-01-01

    Some measurements were made in the atmospheric testing era, but the study of ground motion from nuclear tests became of wider interest after the instigation of underground testing. The ground motion generated by underground nuclear test has been investigated for a number of reasons including understanding basic phenomena, operational and safety concerns, yield determination, stimulation of earthquake concerns, and developing methods to aid in treaty verifications. This history of ground motion programs will include discussing early studies, high yield programs, Peaceful Nuclear Explosions tests, and some more recent developments. 6 references, 10 figures

  9. The target-to-foils shift in simultaneous and sequential lineups.

    Science.gov (United States)

    Clark, Steven E; Davey, Sherrie L

    2005-04-01

    A theoretical cornerstone in eyewitness identification research is the proposition that witnesses, in making decisions from standard simultaneous lineups, make relative judgments. The present research considers two sources of support for this proposal. An experiment by G. L. Wells (1993) showed that if the target is removed from a lineup, witnesses shift their responses to pick foils, rather than rejecting the lineups, a result we will term a target-to-foils shift. Additional empirical support is provided by results from sequential lineups which typically show higher accuracy than simultaneous lineups, presumably because of a decrease in the use of relative judgments in making identification decisions. The combination of these two lines of research suggests that the target-to-foils shift should be reduced in sequential lineups relative to simultaneous lineups. Results of two experiments showed an overall advantage for sequential lineups, but also showed a target-to-foils shift equal in size for simultaneous and sequential lineups. Additional analyses indicated that the target-to-foils shift in sequential lineups was moderated in part by an order effect and was produced with (Experiment 2) or without (Experiment 1) a shift in decision criterion. This complex pattern of results suggests that more work is needed to understand the processes which underlie decisions in simultaneous and sequential lineups.

  10. The Avalanche Hypothesis and Compression of Morbidity: Testing Assumptions through Cohort-Sequential Analysis.

    Directory of Open Access Journals (Sweden)

    Jordan Silberman

    Full Text Available The compression of morbidity model posits a breakpoint in the adult lifespan that separates an initial period of relative health from a subsequent period of ever increasing morbidity. Researchers often assume that such a breakpoint exists; however, this assumption is hitherto untested.To test the assumption that a breakpoint exists--which we term a morbidity tipping point--separating a period of relative health from a subsequent deterioration in health status. An analogous tipping point for healthcare costs was also investigated.Four years of adults' (N = 55,550 morbidity and costs data were retrospectively analyzed. Data were collected in Pittsburgh, PA between 2006 and 2009; analyses were performed in Rochester, NY and Ann Arbor, MI in 2012 and 2013. Cohort-sequential and hockey stick regression models were used to characterize long-term trajectories and tipping points, respectively, for both morbidity and costs.Morbidity increased exponentially with age (P<.001. A morbidity tipping point was observed at age 45.5 (95% CI, 41.3-49.7. An exponential trajectory was also observed for costs (P<.001, with a costs tipping point occurring at age 39.5 (95% CI, 32.4-46.6. Following their respective tipping points, both morbidity and costs increased substantially (Ps<.001.Findings support the existence of a morbidity tipping point, confirming an important but untested assumption. This tipping point, however, may occur earlier in the lifespan than is widely assumed. An "avalanche of morbidity" occurred after the morbidity tipping point-an ever increasing rate of morbidity progression. For costs, an analogous tipping point and "avalanche" were observed. The time point at which costs began to increase substantially occurred approximately 6 years before health status began to deteriorate.

  11. Environmental test program for superconducting materials and devices

    Science.gov (United States)

    Haertling, Gene; Randolph, Henry; Hsi, Chi-Shiung; Verbelyi, Darren

    1991-01-01

    This report is divided into two parts. The first dealing with work involved with Clemson University and the second with the results from Westinghouse/Savannah River. Both areas of work involved low noise, low thermal conductivity superconducting grounding links used in the NASA-sponsored Spectroscopy of the Atmosphere using Far Infrared Emission (SAFIRE) Project. Clemson prepared the links from YBa2Cu3O(7-x) superconductor tape that was mounted on a printed circuit board and encapsulated with epoxy resin. The Clemson program includes temperature vs. resistance, liquid nitrogen immersion, water immersion, thermal cycling, humidity, and radiation testing. The evaluation of the links under a long term environmental test program is described. The Savannah River program includes gamma irradiation, vibration, and long-term evaluation. The progress made in these evaluations is discussed.

  12. Cross-Domain Statistical-Sequential Dependencies Are Difficult To Learn

    Directory of Open Access Journals (Sweden)

    Anne McClure Walk

    2016-02-01

    Full Text Available Recent studies have demonstrated participants’ ability to learn cross-modal associations during statistical learning tasks. However, these studies are all similar in that the cross-modal associations to be learned occur simultaneously, rather than sequentially. In addition, the majority of these studies focused on learning across sensory modalities but not across perceptual categories. To test both cross-modal and cross-categorical learning of sequential dependencies, we used an artificial grammar learning task consisting of a serial stream of auditory and/or visual stimuli containing both within- and cross-domain dependencies. Experiment 1 examined within-modal and cross-modal learning across two sensory modalities (audition and vision. Experiment 2 investigated within-categorical and cross-categorical learning across two perceptual categories within the same sensory modality (e.g. shape and color; tones and non-words. Our results indicated that individuals demonstrated learning of the within-modal and within-categorical but not the cross-modal or cross-categorical dependencies. These results stand in contrast to the previous demonstrations of cross-modal statistical learning, and highlight the presence of modality constraints that limit the effectiveness of learning in a multimodal environment.

  13. The joint EC/EPA mid-Connecticut test program

    International Nuclear Information System (INIS)

    Kilgroe, J.D.; Brna, T.G.

    1991-01-01

    In early 1989, Environment Canada and the U.S. Environmental Protection Agency sponsored a comprehensive test program on a refuse-derived fuel (RDF) unit of the Mid-Connecticut facility in Hartford. The program, conducted in cooperation with the Connecticut Resource Recovery Authority (CRRA), the facility's operator, included characterization and performance test phases. The results of the characterization tests were used in defining both the combustion and flue gas cleaning system operating conditions for the performance tests. The results of the performance tests are emphasized in this paper and are summarized in three parts. First, the combustion tests results will be addressed and related to good combustion practice for RDF combustors. Then, the performance of the lime spray dryer absorber/fabric filter system in controlling acid gas (hydrogen chloride, sulfur dioxide), trace organic [polychlorinated dibenzodioxin (PCDD) and polychlorinated dibenzofuran (PCDF)], trace metal [arsenic (as), cadmium (Cd), chromium (Cr), lead (Pb), mercury (Hg), nickel (Ni), and zinc (Zn)], and particulate matter (PM) emissions will be discussed. Finally, the results of ash/residue analyses will be presented

  14. Smart Porous Silicon Nanoparticles with Polymeric Coatings for Sequential Combination Therapy.

    Science.gov (United States)

    Xu, Wujun; Thapa, Rinez; Liu, Dongfei; Nissinen, Tuomo; Granroth, Sari; Närvänen, Ale; Suvanto, Mika; Santos, Hélder A; Lehto, Vesa-Pekka

    2015-11-02

    In spite of the advances in drug delivery, the preparation of smart nanocomposites capable of precisely controlled release of multiple drugs for sequential combination therapy is still challenging. Here, a novel drug delivery nanocomposite was prepared by coating porous silicon (PSi) nanoparticles with poly(beta-amino ester) (PAE) and Pluronic F-127, respectively. Two anticancer drugs, doxorubicin (DOX) and paclitaxel (PTX), were separately loaded into the core of PSi and the shell of F127. The nanocomposite displayed enhanced colloidal stability and good cytocompatibility. Moreover, a spatiotemporal drug release was achieved for sequential combination therapy by precisely controlling the release kinetics of the two tested drugs. The release of PTX and DOX occurred in a time-staggered manner; PTX was released much faster and earlier than DOX at pH 7.0. The grafted PAE on the external surface of PSi acted as a pH-responsive nanovalve for the site-specific release of DOX. In vitro cytotoxicity tests demonstrated that the DOX and PTX coloaded nanoparticles exhibited a better synergistic effect than the free drugs in inducing cellular apoptosis. Therefore, the present study demonstrates a promising strategy to enhance the efficiency of combination cancer therapies by precisely controlling the release kinetics of different drugs.

  15. Dynamics-based sequential memory: Winnerless competition of patterns

    International Nuclear Information System (INIS)

    Seliger, Philip; Tsimring, Lev S.; Rabinovich, Mikhail I.

    2003-01-01

    We introduce a biologically motivated dynamical principle of sequential memory which is based on winnerless competition (WLC) of event images. This mechanism is implemented in a two-layer neural model of sequential spatial memory. We present the learning dynamics which leads to the formation of a WLC network. After learning, the system is capable of associative retrieval of prerecorded sequences of patterns

  16. Sequential, progressive, equal-power, reflective beam-splitter arrays

    Science.gov (United States)

    Manhart, Paul K.

    2017-11-01

    The equations to calculate equal-power reflectivity of a sequential series of beam splitters is presented. Non-sequential optical design examples are offered for uniform illumination using diode lasers. Objects created using Boolean operators and Swept Surfaces can create objects capable of reflecting light into predefined elevation and azimuth angles. Analysis of the illumination patterns for the array are also presented.

  17. Dynamic programming models and applications

    CERN Document Server

    Denardo, Eric V

    2003-01-01

    Introduction to sequential decision processes covers use of dynamic programming in studying models of resource allocation, methods for approximating solutions of control problems in continuous time, production control, more. 1982 edition.

  18. A compliance testing program for diagnostic X-ray equipment

    International Nuclear Information System (INIS)

    Hutchinson, D.E.; Cobb, B.J.; Jacob, C.S.

    1999-01-01

    Compliance testing is nominally that part of a quality assurance program dealing with those aspects of X-ray equipment performance that are subject to radiation control legislation. Quality assurance programs for medical X-ray equipment should be an integral part of the quality culture in health care. However while major hospitals and individual medical centers may implement such programs with some diligence, much X-ray equipment can remain unappraised unless there is a comprehensive regulatory inspection program or some form of compulsion on the equipment owner to implement a testing program. Since the late 1950s all X-ray equipment in the State of Western Australia has been inspected by authorized officers acting on behalf of the Radiological Council, the regulatory authority responsible for administration of the State's Radiation Safety Act. However, economic constraints, coupled with increasing X-ray equipment numbers and a geographically large State have significantly affected the inspection rate. Data available from inspections demonstrate that regular compliance and performance checks are essential in order to ensure proper performance and to minimize unnecessary patient and operator dose. To ensure that diagnostic X-ray equipment complies with accepted standards and performance criteria, the regulatory authority introduced a compulsory compliance testing program for all medical, dental and chiropractic diagnostic X-ray equipment effective from 1 January 1997

  19. Basal ganglia and cortical networks for sequential ordering and rhythm of complex movements

    Directory of Open Access Journals (Sweden)

    Jeffery G. Bednark

    2015-07-01

    Full Text Available Voluntary actions require the concurrent engagement and coordinated control of complex temporal (e.g. rhythm and ordinal motor processes. Using high-resolution functional magnetic resonance imaging (fMRI and multi-voxel pattern analysis (MVPA, we sought to determine the degree to which these complex motor processes are dissociable in basal ganglia and cortical networks. We employed three different finger-tapping tasks that differed in the demand on the sequential temporal rhythm or sequential ordering of submovements. Our results demonstrate that sequential rhythm and sequential order tasks were partially dissociable based on activation differences. The sequential rhythm task activated a widespread network centered around the SMA and basal-ganglia regions including the dorsomedial putamen and caudate nucleus, while the sequential order task preferentially activated a fronto-parietal network. There was also extensive overlap between sequential rhythm and sequential order tasks, with both tasks commonly activating bilateral premotor, supplementary motor, and superior/inferior parietal cortical regions, as well as regions of the caudate/putamen of the basal ganglia and the ventro-lateral thalamus. Importantly, within the cortical regions that were active for both complex movements, MVPA could accurately classify different patterns of activation for the sequential rhythm and sequential order tasks. In the basal ganglia, however, overlapping activation for the sequential rhythm and sequential order tasks, which was found in classic motor circuits of the putamen and ventro-lateral thalamus, could not be accurately differentiated by MVPA. Overall, our results highlight the convergent architecture of the motor system, where complex motor information that is spatially distributed in the cortex converges into a more compact representation in the basal ganglia.

  20. The sequential price of anarchy for atomic congestion games

    NARCIS (Netherlands)

    de Jong, Jasper; Uetz, Marc Jochen; Liu, Tie-Yan; Qi, Qi; Ye, Yinyu

    2014-01-01

    In situations without central coordination, the price of anarchy relates the quality of any Nash equilibrium to the quality of a global optimum. Instead of assuming that all players choose their actions simultaneously, we consider games where players choose their actions sequentially. The sequential

  1. Comparison of Sequential Regimen and Standard Therapy for Helicobacter pylori Eradication in Patients with Dyspepsia

    Directory of Open Access Journals (Sweden)

    Gh. Roshanaei

    2013-10-01

    Full Text Available Introduction & Objective: Some studies have reported successful eradication rates using se-quential therapy but more recent studies performed in Asia did not find a similar benefit. Due to inconsistencies in the comparison of standard triple drugs therapy and sequential regimen, in the previous researches we decided to compare these treatments in Persian patients. Materials & Methods: This study is a randomized clinical trial, performed in one hundred and forty patients suffering from dyspepsia with indication for H. pylori eradication between No-vember 2010 and March 2012.Patients were randomized in two equal groups. The patients in the first group (standard were treated by omeprazole capsule 20 mg BID, amoxicillin cap-sule 1 gr BID, clarithromycin tablet 500mg BID for 14 days; while the patients in the second group (sequential were treated by omeprazole capsule 20 mg for 10 days, amoxicillin cap-sule 1 gr BID for 5 days, then clarithromycin tablet 500 mg and tinidazole tablet 500 mg BID for other 5 days. 4-6 weeks after the treatment, we compared the eradication of H.pylori be-tween the two groups by urease breathe test with C14. Results: H. pylori infection was successfully cured in 57/70 (81.43% with a 10-day sequen-tial therapy, in 60/70 (85.75% with the standard fourteen-day triple therapy, respectively. Conclusion: We detected no significant differences between the 10-day sequential eradication therapy for H. pylori and 14-day standard triple treatment among the patients. (Sci J Hamadan Univ Med Sci 2013; 20 (3:184-193

  2. Effects of a web-based tailored multiple-lifestyle intervention for adults: a two-year randomized controlled trial comparing sequential and simultaneous delivery modes.

    Science.gov (United States)

    Schulz, Daniela N; Kremers, Stef P J; Vandelanotte, Corneel; van Adrichem, Mathieu J G; Schneider, Francine; Candel, Math J J M; de Vries, Hein

    2014-01-27

    Web-based computer-tailored interventions for multiple health behaviors can have a significant public health impact. Yet, few randomized controlled trials have tested this assumption. The objective of this paper was to test the effects of a sequential and simultaneous Web-based tailored intervention on multiple lifestyle behaviors. A randomized controlled trial was conducted with 3 tailoring conditions (ie, sequential, simultaneous, and control conditions) in the Netherlands in 2009-2012. Follow-up measurements took place after 12 and 24 months. The intervention content was based on the I-Change model. In a health risk appraisal, all respondents (N=5055) received feedback on their lifestyle behaviors that indicated whether they complied with the Dutch guidelines for physical activity, vegetable consumption, fruit consumption, alcohol intake, and smoking. Participants in the sequential (n=1736) and simultaneous (n=1638) conditions received tailored motivational feedback to change unhealthy behaviors one at a time (sequential) or all at the same time (simultaneous). Mixed model analyses were performed as primary analyses; regression analyses were done as sensitivity analyses. An overall risk score was used as outcome measure, then effects on the 5 individual lifestyle behaviors were assessed and a process evaluation was performed regarding exposure to and appreciation of the intervention. Both tailoring strategies were associated with small self-reported behavioral changes. The sequential condition had the most significant effects compared to the control condition after 12 months (T1, effect size=0.28). After 24 months (T2), the simultaneous condition was most effective (effect size=0.18). All 5 individual lifestyle behaviors changed over time, but few effects differed significantly between the conditions. At both follow-ups, the sequential condition had significant changes in smoking abstinence compared to the simultaneous condition (T1 effect size=0.31; T2 effect

  3. Native Frames: Disentangling Sequential from Concerted Three-Body Fragmentation

    Science.gov (United States)

    Rajput, Jyoti; Severt, T.; Berry, Ben; Jochim, Bethany; Feizollah, Peyman; Kaderiya, Balram; Zohrabi, M.; Ablikim, U.; Ziaee, Farzaneh; Raju P., Kanaka; Rolles, D.; Rudenko, A.; Carnes, K. D.; Esry, B. D.; Ben-Itzhak, I.

    2018-03-01

    A key question concerning the three-body fragmentation of polyatomic molecules is the distinction of sequential and concerted mechanisms, i.e., the stepwise or simultaneous cleavage of bonds. Using laser-driven fragmentation of OCS into O++C++S+ and employing coincidence momentum imaging, we demonstrate a novel method that enables the clear separation of sequential and concerted breakup. The separation is accomplished by analyzing the three-body fragmentation in the native frame associated with each step and taking advantage of the rotation of the intermediate molecular fragment, CO2 + or CS2 + , before its unimolecular dissociation. This native-frame method works for any projectile (electrons, ions, or photons), provides details on each step of the sequential breakup, and enables the retrieval of the relevant spectra for sequential and concerted breakup separately. Specifically, this allows the determination of the branching ratio of all these processes in OCS3 + breakup. Moreover, we find that the first step of sequential breakup is tightly aligned along the laser polarization and identify the likely electronic states of the intermediate dication that undergo unimolecular dissociation in the second step. Finally, the separated concerted breakup spectra show clearly that the central carbon atom is preferentially ejected perpendicular to the laser field.

  4. Practice for beginners programming lesson using App Lab: Introduction of programming learning for undergraduate students

    OpenAIRE

    榊原, 直樹

    2017-01-01

    App Lab is an online programming education environment. It was designed classes of programming for beginners using the App Lab. Through 15 lessons of the class, it was to understand the basic structure of the programming of the sequential-repetition-branch. Students were allowed to complete the game as a final project. The effectiveness of App the Lab has been confirmed from these results.

  5. How My Program Passed the Turing Test

    Science.gov (United States)

    Humphrys, Mark

    In 1989, the author put an ELIZA-like chatbot on the Internet. The conversations this program had can be seen - depending on how one defines the rules (and how seriously one takes the idea of the test itself) - as a passing of the Turing Test. This is the first time this event has been properly written. This chatbot succeeded due to profanity, relentless aggression, prurient queries about the user, and implying that they were a liar when they responded. The element of surprise was also crucial. Most chatbots exist in an environment where people expectto find some bots among the humans. Not this one. What was also novel was the onlineelement. This was certainly one of the first AI programs online. It seems to have been the first (a) AI real-time chat program, which (b) had the element of surprise, and (c) was on the Internet. We conclude with some speculation that the future of all of AI is on the Internet, and a description of the "World- Wide-Mind" project that aims to bring this about.

  6. JAVA CONCURENT PROGRAM FOR THE SMARANDACHE FUNCTION

    OpenAIRE

    Power, David; Tabirca, S.; Tabirca, T.

    2004-01-01

    The aim of this article is to propose a Java concurrent program for the Smarandache fimction based on an equation. Some results concerning the theoretical complexity of this program are proposed. Finally, the experimental results of the sequential and Java programs are given in order to demonstrate the efficiency of the conament implementation.

  7. Campbell and moment measures for finite sequential spatial processes

    NARCIS (Netherlands)

    M.N.M. van Lieshout (Marie-Colette)

    2006-01-01

    textabstractWe define moment and Campbell measures for sequential spatial processes, prove a Campbell-Mecke theorem, and relate the results to their counterparts in the theory of point processes. In particular, we show that any finite sequential spatial process model can be derived as the vector

  8. Model-based automated testing of critical PLC programs.

    CERN Document Server

    Fernández Adiego, B; Tournier, J-C; González Suárez, V M; Bliudze, S

    2014-01-01

    Testing of critical PLC (Programmable Logic Controller) programs remains a challenging task for control system engineers as it can rarely be automated. This paper proposes a model based approach which uses the BIP (Behavior, Interactions and Priorities) framework to perform automated testing of PLC programs developed with the UNICOS (UNified Industrial COntrol System) framework. This paper defines the translation procedure and rules from UNICOS to BIP which can be fully automated in order to hide the complexity of the underlying model from the control engineers. The approach is illustrated and validated through the study of a water treatment process.

  9. High Performance Computing Modernization Program Kerberos Throughput Test Report

    Science.gov (United States)

    2017-10-26

    Naval Research Laboratory Washington, DC 20375-5320 NRL/MR/5524--17-9751 High Performance Computing Modernization Program Kerberos Throughput Test ...NUMBER 5d. PROJECT NUMBER 5e. TASK NUMBER 5f. WORK UNIT NUMBER 2. REPORT TYPE1. REPORT DATE (DD-MM-YYYY) 4. TITLE AND SUBTITLE 6. AUTHOR(S) 8. PERFORMING...PAGE 18. NUMBER OF PAGES 17. LIMITATION OF ABSTRACT High Performance Computing Modernization Program Kerberos Throughput Test Report Daniel G. Gdula* and

  10. Sequential Dependencies in Driving

    Science.gov (United States)

    Doshi, Anup; Tran, Cuong; Wilder, Matthew H.; Mozer, Michael C.; Trivedi, Mohan M.

    2012-01-01

    The effect of recent experience on current behavior has been studied extensively in simple laboratory tasks. We explore the nature of sequential effects in the more naturalistic setting of automobile driving. Driving is a safety-critical task in which delayed response times may have severe consequences. Using a realistic driving simulator, we find…

  11. Research on parallel algorithm for sequential pattern mining

    Science.gov (United States)

    Zhou, Lijuan; Qin, Bai; Wang, Yu; Hao, Zhongxiao

    2008-03-01

    Sequential pattern mining is the mining of frequent sequences related to time or other orders from the sequence database. Its initial motivation is to discover the laws of customer purchasing in a time section by finding the frequent sequences. In recent years, sequential pattern mining has become an important direction of data mining, and its application field has not been confined to the business database and has extended to new data sources such as Web and advanced science fields such as DNA analysis. The data of sequential pattern mining has characteristics as follows: mass data amount and distributed storage. Most existing sequential pattern mining algorithms haven't considered the above-mentioned characteristics synthetically. According to the traits mentioned above and combining the parallel theory, this paper puts forward a new distributed parallel algorithm SPP(Sequential Pattern Parallel). The algorithm abides by the principal of pattern reduction and utilizes the divide-and-conquer strategy for parallelization. The first parallel task is to construct frequent item sets applying frequent concept and search space partition theory and the second task is to structure frequent sequences using the depth-first search method at each processor. The algorithm only needs to access the database twice and doesn't generate the candidated sequences, which abates the access time and improves the mining efficiency. Based on the random data generation procedure and different information structure designed, this paper simulated the SPP algorithm in a concrete parallel environment and implemented the AprioriAll algorithm. The experiments demonstrate that compared with AprioriAll, the SPP algorithm had excellent speedup factor and efficiency.

  12. Testing the Structure of Hydrological Models using Genetic Programming

    Science.gov (United States)

    Selle, B.; Muttil, N.

    2009-04-01

    Genetic Programming is able to systematically explore many alternative model structures of different complexity from available input and response data. We hypothesised that genetic programming can be used to test the structure hydrological models and to identify dominant processes in hydrological systems. To test this, genetic programming was used to analyse a data set from a lysimeter experiment in southeastern Australia. The lysimeter experiment was conducted to quantify the deep percolation response under surface irrigated pasture to different soil types, water table depths and water ponding times during surface irrigation. Using genetic programming, a simple model of deep percolation was consistently evolved in multiple model runs. This simple and interpretable model confirmed the dominant process contributing to deep percolation represented in a conceptual model that was published earlier. Thus, this study shows that genetic programming can be used to evaluate the structure of hydrological models and to gain insight about the dominant processes in hydrological systems.

  13. Applying the Analog Configurability Test Approach in a Wireless Sensor Network Application

    Directory of Open Access Journals (Sweden)

    Agustín Laprovitta

    2014-01-01

    Full Text Available This work addresses the application of the analog configurability test (ACT approach for an embedded analog configurable circuit (EACC, composed of operational amplifiers and interconnection resources that are embedded in the MSP430xG461x microcontrollers family. This test strategy is particularly useful for in-field application requiring reliability, safe operation, or fault tolerance characteristics. Our test proposal consists of programming a reduced set of available configurations for the EACC and testing its functionality by measuring only a few key parameters. The processor executes an embedded test routine that sequentially programs selected configurations, sets the test stimulus, acquires data from the internal ADC, and performs required calculations. The test approach is experimentally evaluated using an embedded system-based real application board. Our experimental results show very good repeatability, with very low errors. These results show that the ACT proposed here is useful for testing the functionality of the circuit under test in a real application context by using a simple strategy at a very low cost.

  14. Preliminary irradiation test results from the Yankee Atomic Electric Company reactor vessel test irradiation program

    International Nuclear Information System (INIS)

    Biemiller, E.C.; Fyfitch, S.; Campbell, C.A.

    1993-01-01

    The Yankee Atomic Electric Company test irradiation program was implemented to characterize the irradiation response of representative Yankee Rowe reactor vessel beltline plate materials and to remove uncertainties in the analysis of existing irradiation data on the Yankee Rowe reactor vessel steel. Plate materials each containing 0.24 w/o copper, but different nickel contents at 0.63 w/o and 0.19 w/o, were heat treated to simulate the Yankee vessel heat treatment (austenitized at 1800 deg F) and to simulate Regulatory Guide 1.99 database materials (austenitized at 1600 deg. F). These heat treatments produced different microstructures so the effect of microstructure on irradiation damage sensitivity could be tested. Because the nickel content of the test plates varied and the copper level was constant, the effect of nickel on irradiation embrittlement was also tested. Correlation monitor material, HSST-02, was included in the program to benchmark the Ford Nuclear Reactor (U. of Michigan Test Reactor) which had never been used for this type of irradiation program. Materials taken from plate surface locations (vs. 1/4T) were included to test whether or not the improved toughness properties of the plate surface layer, resulting from the rapid quench, is maintained after irradiation. If the improved properties are maintained, pressurized thermal shock calculations could utilize this margin. Finally, for one experiment, irradiations were conducted at two irradiation temperatures (500 deg. F and 550 deg. F) to determine the effect of irradiation temperature on embrittlement. The preliminary results of the irradiation program show an increase in T 30 shift of 69 deg. F for a decrease in irradiation temperature of 50 deg. F. The results suggest that for nickel bearing steels, the superior toughness of plate surface material is maintained after irradiation and for the copper content tested, nickel had no apparent effect on irradiation response. No apparent microstructure

  15. The High Level Vibration Test Program

    International Nuclear Information System (INIS)

    Hofmayer, C.H.; Curreri, J.R.; Park, Y.J.; Kato, W.Y.; Kawakami, S.

    1989-01-01

    As part of cooperative agreements between the United States and Japan, tests have been performed on the seismic vibration table at the Tadotsu Engineering Laboratory of Nuclear Power Engineering Test Center (NUPEC) in Japan. The objective of the test program was to use the NUPEC vibration table to drive large diameter nuclear power piping to substantial plastic strain with an earthquake excitation and to compare the results with state-of-the-art analysis of the problem. The test model was designed by modifying the 1/2.5 scale model of the PWR primary coolant loop. Elastic and inelastic seismic response behavior of the test model was measured in a number of test runs with an increasing excitation input level up to the limit of the vibration table. In the maximum input condition, large dynamic plastic strains were obtained in the piping. Crack initiation was detected following the second maximum excitation run. The test model was subjected to a maximum acceleration well beyond what nuclear power plants are designed to withstand. This paper describes the overall plan, input motion development, test procedure, test results and comparisons with pre-test analysis. 4 refs., 16 figs., 2 tabs

  16. The High Level Vibration Test program

    International Nuclear Information System (INIS)

    Hofmayer, C.H.; Curreri, J.R.; Park, Y.J.; Kato, W.Y.; Kawakami, S.

    1990-01-01

    As part of cooperative agreements between the United States and Japan, tests have been performed on the seismic vibration table at the Tadotsu Engineering Laboratory of Nuclear Power Engineering Test Center (NUPEC) in Japan. The objective of the test program was to use the NUPEC vibration table to drive large diameter nuclear power piping to substantial plastic strain with an earthquake excitation and to compare the results with state-of-the-art analysis of the problem. The test model was designed by modifying the 1/2.5 scale model of the pressurized water reactor primary coolant loop. Elastic and inelastic seismic response behavior of the test model was measured in a number of test runs with an increasing excitation input level up to the limit of the vibration table. In the maximum input condition, large dynamic plastic strains were obtained in the piping. Crack initiation was detected following the second maximum excitation run. The test model was subjected to a maximum acceleration well beyond what nuclear power plants are designed to withstand. This paper describes the overall plan, input motion development, test procedure, test results and comparisons with pre-test analysis

  17. Simultaneous vs. sequential treatment for smoking and weight management in tobacco quitlines: 6 and 12 month outcomes from a randomized trial.

    Science.gov (United States)

    Bush, Terry; Lovejoy, Jennifer; Javitz, Harold; Torres, Alula Jimenez; Wassum, Ken; Tan, Marcia M; Spring, Bonnie

    2018-05-31

    Smoking cessation often results in weight gain which discourages many smokers from quitting and can increase health risks. Treatments to reduce cessation-related weight gain have been tested in highly controlled trials of in-person treatment, but have never been tested in a real-world setting, which has inhibited dissemination. The Best Quit Study (BQS) is a replication and "real world" translation using telephone delivery of a prior in-person efficacy trial. randomized control trial in a quitline setting. Eligible smokers (n = 2540) were randomized to the standard 5-call quitline intervention or quitline plus simultaneous or sequential weight management. Regression analyses tested effectiveness of treatments on self-reported smoking abstinence and weight change at 6 and 12 months. Study enrollees were from 10 commercial employer groups and three state quitlines. Participants were between ages 18-72, 65.8% female, 68.2% white; 23.0% Medicaid-insured, and 76.3% overweight/obese. The follow-up response rate was lower in the simultaneous group than the control group at 6 months (p = 0.01). While a completers analysis of 30-day point prevalence abstinence detected no differences among groups at 6 or 12 months, multiply imputed abstinence showed quit rate differences at 6 months for:simultaneous (40.3%) vs. sequential (48.3%), p = 0.034 and simultaneous vs. control (44.9%), p = 0.043. At 12 months, multiply imputed abstinence, was significantly lower for the simultaneous group (40.7%) vs. control (46.0%), p sequential (46.3%), p sequential group completed fewer total calls (3.75) vs. control (4.16) and vs. simultaneous group (3.83), p = 0.01, and fewer weight calls (0.94) than simultaneous (2.33), p Simultaneous (vs. sequential) delivery of phone/web weight management with cessation treatment in the quitline setting may adversely affect quit rate. Neither a simultaneous nor sequential approach to addressing weight produced any benefit on

  18. A Survey of Multi-Objective Sequential Decision-Making

    OpenAIRE

    Roijers, D.M.; Vamplew, P.; Whiteson, S.; Dazeley, R.

    2013-01-01

    Sequential decision-making problems with multiple objectives arise naturally in practice and pose unique challenges for research in decision-theoretic planning and learning, which has largely focused on single-objective settings. This article surveys algorithms designed for sequential decision-making problems with multiple objectives. Though there is a growing body of literature on this subject, little of it makes explicit under what circumstances special methods are needed to solve multi-obj...

  19. Performance-based improvement of the leakage rate test program for the reactor containment of HTTR. Adoption of revised test programs containing 'Type A, Type B and Type C tests'

    International Nuclear Information System (INIS)

    Kondo, Masaaki; Emori, Koichi; Sekita, Kenji; Furusawa, Takayuki; Hayakawa, Masato; Kozawa, Takayuki; Aono, Tetsuya; Kuroha, Misao; Ouchi, Hiroshi; Kimishima, Satoru

    2008-10-01

    The reactor containment of HTTR is periodically tested to confirm leak-tight integrity by conducting overall integrated leakage rate tests, so-called 'Type A tests,' in accordance with a standard testing method provided in Japan Electric Association Code (JEAC) 4203. 'Type A test' is identified as a basic one for measuring whole leakage rates for reactor containments, it takes, however, much of cost and time of preparation, implementation and restoration of itself. Therefore, in order to upgrade the maintenance technology of HTTR, the containment leakage rate test program for HTTR was revised by adopting efficient and economical alternatives including Type B and Type C tests' which intend to measure leakage rates for containment penetrations and isolation valves, respectively. In JEAC4203-2004, following requirements are specified for adopting an alternative program: upward trend of the overall integrated leakage rate due to aging affection should not be recognized; performance criterion for combined leakage rate, that is a summation of local leakage rates evaluated by Type B and Type C tests and converted to whole leakage rates, should be established; the criterion of the combined leakage rate should be satisfied as well as of the overall integrated leakage rate; correlation between the overall integrated and combined leakage rates should be recognized. Considering the historical performances, policies of conforming to the forgoing requirements and of carrying out the revised test program were developed, which were accepted by the regulatory agency. This report presents an outline of the leakage rate tests for the reactor containment of HTTR, identifies practical issues of conventional Type A tests, and describes the conforming and implementing policies mentioned above. (author)

  20. A Sequential Multiplicative Extended Kalman Filter for Attitude Estimation Using Vector Observations

    Science.gov (United States)

    Qin, Fangjun; Jiang, Sai; Zha, Feng

    2018-01-01

    In this paper, a sequential multiplicative extended Kalman filter (SMEKF) is proposed for attitude estimation using vector observations. In the proposed SMEKF, each of the vector observations is processed sequentially to update the attitude, which can make the measurement model linearization more accurate for the next vector observation. This is the main difference to Murrell’s variation of the MEKF, which does not update the attitude estimate during the sequential procedure. Meanwhile, the covariance is updated after all the vector observations have been processed, which is used to account for the special characteristics of the reset operation necessary for the attitude update. This is the main difference to the traditional sequential EKF, which updates the state covariance at each step of the sequential procedure. The numerical simulation study demonstrates that the proposed SMEKF has more consistent and accurate performance in a wide range of initial estimate errors compared to the MEKF and its traditional sequential forms. PMID:29751538

  1. A Sequential Multiplicative Extended Kalman Filter for Attitude Estimation Using Vector Observations

    Directory of Open Access Journals (Sweden)

    Fangjun Qin

    2018-05-01

    Full Text Available In this paper, a sequential multiplicative extended Kalman filter (SMEKF is proposed for attitude estimation using vector observations. In the proposed SMEKF, each of the vector observations is processed sequentially to update the attitude, which can make the measurement model linearization more accurate for the next vector observation. This is the main difference to Murrell’s variation of the MEKF, which does not update the attitude estimate during the sequential procedure. Meanwhile, the covariance is updated after all the vector observations have been processed, which is used to account for the special characteristics of the reset operation necessary for the attitude update. This is the main difference to the traditional sequential EKF, which updates the state covariance at each step of the sequential procedure. The numerical simulation study demonstrates that the proposed SMEKF has more consistent and accurate performance in a wide range of initial estimate errors compared to the MEKF and its traditional sequential forms.

  2. Asynchronous Operators of Sequential Logic Venjunction & Sequention

    CERN Document Server

    Vasyukevich, Vadim

    2011-01-01

    This book is dedicated to new mathematical instruments assigned for logical modeling of the memory of digital devices. The case in point is logic-dynamical operation named venjunction and venjunctive function as well as sequention and sequentional function. Venjunction and sequention operate within the framework of sequential logic. In a form of the corresponding equations, they organically fit analytical expressions of Boolean algebra. Thus, a sort of symbiosis is formed using elements of asynchronous sequential logic on the one hand and combinational logic on the other hand. So, asynchronous

  3. Safety Test Program Summary SNAP 19 Pioneer Heat Source Safety Program

    Energy Technology Data Exchange (ETDEWEB)

    None,

    1971-07-01

    Sixteen heat source assemblies have been tested in support of the SNAP 19 Pioneer Safety Test Program. Seven were subjected to simulated reentry heating in various plasma arc facilities followed by impact on earth or granite. Six assemblies were tested under abort accident conditions of overpressure, shrapnel impact, and solid and liquid propellant fires. Three capsules were hot impacted under Transit capsule impact conditions to verify comparability of test results between the two similar capsule designs, thus utilizing both Pioneer and Transit Safety Test results to support the Safety Analysis Report for Pioneer. The tests have shown the fuel is contained under all nominal accident environments with the exception of minor capsule cracks under severe impact and solid fire environments. No catastrophic capsule failures occurred in this test which would release large quantities of fuel. In no test was fuel visible to the eye following impact or fire. Breached capsules were defined as those which exhibit thoria contamination on its surface following a test, or one which exhibited visible cracks in the post test metallographic analyses.

  4. A Bayesian Theory of Sequential Causal Learning and Abstract Transfer.

    Science.gov (United States)

    Lu, Hongjing; Rojas, Randall R; Beckers, Tom; Yuille, Alan L

    2016-03-01

    Two key research issues in the field of causal learning are how people acquire causal knowledge when observing data that are presented sequentially, and the level of abstraction at which learning takes place. Does sequential causal learning solely involve the acquisition of specific cause-effect links, or do learners also acquire knowledge about abstract causal constraints? Recent empirical studies have revealed that experience with one set of causal cues can dramatically alter subsequent learning and performance with entirely different cues, suggesting that learning involves abstract transfer, and such transfer effects involve sequential presentation of distinct sets of causal cues. It has been demonstrated that pre-training (or even post-training) can modulate classic causal learning phenomena such as forward and backward blocking. To account for these effects, we propose a Bayesian theory of sequential causal learning. The theory assumes that humans are able to consider and use several alternative causal generative models, each instantiating a different causal integration rule. Model selection is used to decide which integration rule to use in a given learning environment in order to infer causal knowledge from sequential data. Detailed computer simulations demonstrate that humans rely on the abstract characteristics of outcome variables (e.g., binary vs. continuous) to select a causal integration rule, which in turn alters causal learning in a variety of blocking and overshadowing paradigms. When the nature of the outcome variable is ambiguous, humans select the model that yields the best fit with the recent environment, and then apply it to subsequent learning tasks. Based on sequential patterns of cue-outcome co-occurrence, the theory can account for a range of phenomena in sequential causal learning, including various blocking effects, primacy effects in some experimental conditions, and apparently abstract transfer of causal knowledge. Copyright © 2015

  5. Impact of Diagrams on Recalling Sequential Elements in Expository Texts.

    Science.gov (United States)

    Guri-Rozenblit, Sarah

    1988-01-01

    Examines the instructional effectiveness of abstract diagrams on recall of sequential relations in social science textbooks. Concludes that diagrams assist significantly the recall of sequential relations in a text and decrease significantly the rate of order mistakes. (RS)

  6. Analysis of well ER-18-2 testing, Western Pahute Mesa - Oasis Valley FY 2000 testing program

    Energy Technology Data Exchange (ETDEWEB)

    None

    2002-09-30

    This report documents the analysis of the data collected for Well ER-18-2 during the Western Pahute Mesa - Oasis Valley (WPM-OV) well development and testing program that was conducted during fiscal year (FY) 2000. The data collection for that program is documented in Appendix A, Western Pahute Mesa - Oasis Valley, Well ER-18-2 Data Report for Development and Hydraulic Testing.

  7. Analysis of Well ER-EC-7 Testing, Western Pahute Mesa - Oasis Valley FY 2000 Testing Program

    Energy Technology Data Exchange (ETDEWEB)

    None

    2002-09-30

    This report documents the analysis of the data collected for Well ER-EC-7 during the Western Pahute Mesa - Oasis Valley (WPM-OV) well development and testing program that was conducted during fiscal year (FY) 2000. The data collection for that program was documented in Appendix A, Western Pahute Mesa - Oasis Valley, Well ER-EC-7 Data Report for Development and Hydraulic Testing.

  8. Analysis of Well ER-EC-8 testing, Western Pahute Mesa-Oasis Valley FY 2000 testing program

    Energy Technology Data Exchange (ETDEWEB)

    None

    2002-09-30

    This report documents the analysis of the data collected for Well ER-EC-8 during the Western Pahute Mesa - Oasis Valley (WPM-OV) well development and testing program that was conducted during fiscal year (FY) 2000. The data collection for that program is documented in Appendix A, Western Pahute Mesa-Oasis Valley, Well ER-EC-8 Data Report for development and Hydraulic Testing.

  9. Analysis of Well ER-EC-4 Testing, Western Pahute Mesa-Oasis Valley FY 2000 Testing Program

    Energy Technology Data Exchange (ETDEWEB)

    None

    2002-09-30

    This report documents the analysis of the data collected for Well ER-EC-4 during the Western Pahute Mesa-Oasis Valley (WPM-OV) well development and testing program that was conducted during fiscal year (FY) 2000. The data collection for that program is documented in Appendix A, Western Pahute Mesa - Oasis Valley, Well ER-EC-4 Data Report for Development and Hydraulic Testing.

  10. Analysis of Well ER-EC-5 Testing, Western Pahute Mesa-Oasis Valley FY 2000 Testing Program

    Energy Technology Data Exchange (ETDEWEB)

    None

    2002-09-30

    This report documents the analysis of the data collected for Well ER-EC-5 during the Western Pahute Mesa - Oasis Valley (WPM-OV) well development and testing program that was conducted during fiscal year (FY) 2000. The data collection for that program is documented in Appendix A, Western Pahute Mesa - Oasis Valley, Well ER-EC-5 Data Report for Development and Hydraulic Testing.

  11. Analysis of Well ER-EC-6 Testing, Western Pahute Mesa - Oasis Valley FY 2000 Testing Program

    Energy Technology Data Exchange (ETDEWEB)

    None

    2002-09-30

    This report documents the analysis of the data collected for Well ER-EC-6 during the Western Pahute Mesa-Oasis Valley (WPM-OV) well development and testing program that was conducted during fiscal year (FY) 2000. The data collection for that program is documented in Appendix A, Western Pahute Mesa-Oasis Valley, Well ER-EC-6 Data Report for Development and Hydraulic Testing.

  12. Analysis of Well ER-EC-1 Testing, Western Pahute Mesa-Oasis Valley FY 2000 Testing Program

    Energy Technology Data Exchange (ETDEWEB)

    None

    2002-09-30

    This report documents the analysis of the data collected for Well ER-EC-1 during the Western Pahute Mesa - Oasis Valley (WPM-OV) well development and testing program that was conducted during fiscal year (FY) 2000. The data collection for that program is documented in Appendix A, Western Pahute Mesa - Oasis Valley, Well ER-EC-1 Data Report for Development and Hydraulic Testing.

  13. Development, implementation and management of a drug testing program in the workplace

    Energy Technology Data Exchange (ETDEWEB)

    Burtis, C.A.

    1990-01-01

    To combat the rising use of drugs in the workplace many American companies have implemented drug testing programs and are testing employees and job applicants for use of illegal drugs. In addition, on September 15, 1986, Executive Order No.12564 was issued by President Reagan, which requires all federal agencies to develop programs and policies, one of the goals of which is to achieve a drug-free federal workplace. Included in this Executive Order is the requirement that federal agencies implement drug testing has become a prevalent practice as a means to detect and deter drug use in the workplace. Before a drug testing program is implemented, it is imperative that policies and procedures are developed that (1) ensure the accuracy of test results, (2) protect the validity and integrity of the specimen, (3) guarantee due process, and (4) maintain confidentiality. To make certain that these prerequisites were met in the government drug testing programs, the US Department of Health and Human Services (HHS) was directed to develop technical and scientific guidelines for conducting such programs. 15 refs., 1 fig., 2 tabs.

  14. Containment Leakage Rate Testing Program in NPP Krsko

    International Nuclear Information System (INIS)

    Dudas, M.; Heruc, Z.

    2002-01-01

    NPP Krsko adopted new regulations for testing of the reactor building containment as stipulated by 10CFR50 (Code of Federal Regulation) Appendix J, Option B instead of the previous requirement 10CFR50 Appendix J now renamed to 10CFR50 Appendix J, Option A. In the USA a thorough analyses of nuclear power plants reactor building containment testing was conducted. As part of these analyses the test results obtained from testing of various reactor-building containments in the last ten years were reviewed. It was concluded that it would be meaningful to, based on test results historical data, reconsider possibility of redefining testing intervals. The official proposal of such approach was reviewed and approved by the NRC and published in September of 1995 in the FR Vol.60 No.186. Based on directions from 10CFR50 Appendix J, Option B, the new criteria for definition of test intervals were created. Criteria were based upon past performance during testing (Performance-based Requirements) and safety impact. At NPP Krsko, the analyses of the Reactor Building Containment. Integrity Test results was performed . This included test results of the Containment Integrated Leak Rate Testing (CILRT or Type A tests), Containment Isolation Valves Local Leak Rater Tests (Type C tests) and Mechanical and Electrical Penetrations Local Leak Rate tests (Type B tests). In accordance with instructions from NEI 94-01 and based on analyses of test results, NPP Krsko created Containment Leakage Rate Testing Program with the purpose to establish the performance-based definition of test intervals, inspection scope, trending and reporting. Equally, the program gives instructions how to evaluate test results and how to deal with the containment penetration or isolation valve repair contingency. All changes caused with transition from Option A to Option B are marginal to public safety. (author)

  15. Quantum Probability Zero-One Law for Sequential Terminal Events

    Science.gov (United States)

    Rehder, Wulf

    1980-07-01

    On the basis of the Jauch-Piron quantum probability calculus a zero-one law for sequential terminal events is proven, and the significance of certain crucial axioms in the quantum probability calculus is discussed. The result shows that the Jauch-Piron set of axioms is appropriate for the non-Boolean algebra of sequential events.

  16. Parallelize Automated Tests in a Build and Test Environment

    OpenAIRE

    Durairaj, Selva Ganesh

    2016-01-01

    This thesis investigates the possibilities of finding solutions, in order to reduce the total time spent for testing and waiting times for running multiple automated test cases in a test framework. The “Automated Test Framework”, developed by Axis Communications AB, is used to write the functional tests to test both hardware and software of a resource. The functional tests that tests the software is considered in this thesis work. In the current infrastructure, tests are executed sequentially...

  17. Large-Scale Seismic Test Program at Hualien, Taiwan

    International Nuclear Information System (INIS)

    Tang, H.T.; Graves, H.L.; Chen, P.C.

    1992-01-01

    The Large-Scale Seismic Test (LSST) Program at Hualien, Taiwan, is a follow-on to the soil-structure interaction (SSI) experiments at Lotung, Taiwan. The planned SSI studies will be performed at a stiff soil site in Hualien, Taiwan, that historically has had slightly more destructive earthquakes in the past than Lotung. The LSST is a joint effort among many interested parties. Electric Power Research Institute (EPRI) and Taipower are the organizers of the program and have the lead in planning and managing the program. Other organizations participating in the LSST program are US Nuclear Regulatory Commission, the Central Research Institute of Electric Power Industry, the Tokyo Electric Power Company, the Commissariat A L'Energie Atomique, Electricite de France and Framatome. The LSST was initiated in January 1990, and is envisioned to be five years in duration. Based on the assumption of stiff soil and confirmed by soil boring and geophysical results the test model was designed to provide data needed for SSI studies covering: free-field input, nonlinear soil response, non-rigid body SSI, torsional response, kinematic interaction, spatial incoherency and other effects. Taipower had the lead in design of the test model and received significant input from other LSST members. Questions raised by LSST members were on embedment effects, model stiffness, base shear, and openings for equipment. This paper describes progress in site preparation, design and construction of the model and development of an instrumentation plan

  18. A path-level exact parallelization strategy for sequential simulation

    Science.gov (United States)

    Peredo, Oscar F.; Baeza, Daniel; Ortiz, Julián M.; Herrero, José R.

    2018-01-01

    Sequential Simulation is a well known method in geostatistical modelling. Following the Bayesian approach for simulation of conditionally dependent random events, Sequential Indicator Simulation (SIS) method draws simulated values for K categories (categorical case) or classes defined by K different thresholds (continuous case). Similarly, Sequential Gaussian Simulation (SGS) method draws simulated values from a multivariate Gaussian field. In this work, a path-level approach to parallelize SIS and SGS methods is presented. A first stage of re-arrangement of the simulation path is performed, followed by a second stage of parallel simulation for non-conflicting nodes. A key advantage of the proposed parallelization method is to generate identical realizations as with the original non-parallelized methods. Case studies are presented using two sequential simulation codes from GSLIB: SISIM and SGSIM. Execution time and speedup results are shown for large-scale domains, with many categories and maximum kriging neighbours in each case, achieving high speedup results in the best scenarios using 16 threads of execution in a single machine.

  19. Hardware test program for evaluation of baseline range/range rate sensor concept

    Science.gov (United States)

    Pernic, E.

    1985-01-01

    The test program Phase II effort provides additional design information in terms of range and range rate (R/R) sensor performance when observing and tracking a typical spacecraft target. The target used in the test program was a one-third scale model of the Hubble Space Telescope (HST) available at the MSFC test site where the tests were performed. A modified Bendix millimeter wave radar served as the R/R sensor test bed for evaluation of range and range rate tracking performance, and generation of radar signature characteristics of the spacecraft target. A summary of program test results and conclusions are presented along with detailed description of the Bendix test bed radar with accompaning instrumentation. The MSFC test site and facilities are described. The test procedures used to establish background levels, and the calibration procedures used in the range accuracy tests and RCS (radar cross section) signature measurements, are presented and a condensed version of the daily log kept during the 5 September through 17 September test period is also presented. The test program results are given starting with the RCS signature measurements, then continuing with range measurement accuracy test results and finally the range and range rate tracking accuracy test results.

  20. Concatenated coding system with iterated sequential inner decoding

    DEFF Research Database (Denmark)

    Jensen, Ole Riis; Paaske, Erik

    1995-01-01

    We describe a concatenated coding system with iterated sequential inner decoding. The system uses convolutional codes of very long constraint length and operates on iterations between an inner Fano decoder and an outer Reed-Solomon decoder......We describe a concatenated coding system with iterated sequential inner decoding. The system uses convolutional codes of very long constraint length and operates on iterations between an inner Fano decoder and an outer Reed-Solomon decoder...

  1. Mechanical properties test program on structural materials in a sodium environment

    International Nuclear Information System (INIS)

    Natesan, K.; Chopra, O.K.; Kassner, T.F.

    1979-10-01

    This document describes in detail the ongoing and planned US Test program on the mechanical properties of sodium-exposed Type 316 austenitic stainless and Fe-2 1/4 Cr-1 Mo ferritic steels. The test program is based on the Development Requirement Specifications (DRS) established by the DOE/Clinch River Breeder Reactor Project (CRBRP) Program Office, the general need for the development of LMFBR structural-design criteria established by the Nuclear Systems Materials Handbook, and the need for a fundamental understanding of materials behavior in a sodium environment, which is generic to LMFBR systems. The planned test program is an extension of work based on current knowledge of sodium chemistry and the influence of sodium purity on the mechanical properties of structural materials

  2. Testing program for concrete at temperatures to 8940K

    International Nuclear Information System (INIS)

    Naus, D.J.; Oland, C.B.; Robinson, G.C.

    1981-01-01

    A test program was conducted to define the variations in mechanical properties of a limestone aggregate concrete and a lightweight insulating concrete exposed to elevated temperatures. Four test series were conducted: (1) unconfined compression; (2) shear; (3) rebar bond; and (4) sustained loading (creep). Tests results are presented

  3. Lineup Composition, Suspect Position, and the Sequential Lineup Advantage

    Science.gov (United States)

    Carlson, Curt A.; Gronlund, Scott D.; Clark, Steven E.

    2008-01-01

    N. M. Steblay, J. Dysart, S. Fulero, and R. C. L. Lindsay (2001) argued that sequential lineups reduce the likelihood of mistaken eyewitness identification. Experiment 1 replicated the design of R. C. L. Lindsay and G. L. Wells (1985), the first study to show the sequential lineup advantage. However, the innocent suspect was chosen at a lower rate…

  4. Trial Sequential Analysis in systematic reviews with meta-analysis

    Directory of Open Access Journals (Sweden)

    Jørn Wetterslev

    2017-03-01

    Full Text Available Abstract Background Most meta-analyses in systematic reviews, including Cochrane ones, do not have sufficient statistical power to detect or refute even large intervention effects. This is why a meta-analysis ought to be regarded as an interim analysis on its way towards a required information size. The results of the meta-analyses should relate the total number of randomised participants to the estimated required meta-analytic information size accounting for statistical diversity. When the number of participants and the corresponding number of trials in a meta-analysis are insufficient, the use of the traditional 95% confidence interval or the 5% statistical significance threshold will lead to too many false positive conclusions (type I errors and too many false negative conclusions (type II errors. Methods We developed a methodology for interpreting meta-analysis results, using generally accepted, valid evidence on how to adjust thresholds for significance in randomised clinical trials when the required sample size has not been reached. Results The Lan-DeMets trial sequential monitoring boundaries in Trial Sequential Analysis offer adjusted confidence intervals and restricted thresholds for statistical significance when the diversity-adjusted required information size and the corresponding number of required trials for the meta-analysis have not been reached. Trial Sequential Analysis provides a frequentistic approach to control both type I and type II errors. We define the required information size and the corresponding number of required trials in a meta-analysis and the diversity (D2 measure of heterogeneity. We explain the reasons for using Trial Sequential Analysis of meta-analysis when the actual information size fails to reach the required information size. We present examples drawn from traditional meta-analyses using unadjusted naïve 95% confidence intervals and 5% thresholds for statistical significance. Spurious conclusions in

  5. 76 FR 23914 - National Organic Program; Periodic Residue Testing

    Science.gov (United States)

    2011-04-29

    ... NOP. Residue testing plays an important role in organic certification by providing a means for... OFPA (7 U.S.C. 6503 through 6507) from creating certification programs to certify organic farms or... State organic certification program may contain additional requirements for the production and handling...

  6. Study comparing sequential (neo-adjuvant) versus concurrent chemo-radiotherapy in patients with squamous cell carcinoma

    International Nuclear Information System (INIS)

    Okawa, Tomohiko; Karasawa, Kumiko; Kaneyasu, Yuko; Tanaka, Makiko; Kita-Okawa, Midori; Ishii, Tetsuo

    1994-01-01

    Radiotherapy combined with chemotherapy is still used for standard treatment in patients with locally advanced unresectable cancer. A study was undertaken to compare a sequential (neo-adjuvant) with a simultaneous (concurrent) chemotherapy and radiotherapy program. Neo-adjuvant chemotherapy with cisplatin (80 mg/m 2 i.v. day 1) and 5FU (600 mg/m 2 continuous i.v. day 1-5) every 3 weeks prior to definitive conventional radiotherapy (60-65 Gy), or cisplatin (20 mg/m 2 i.v. day 1-5) and 5FU (250 mg/m 2 continuous i.v. infusion. day 1-14) were given simultaneously for same radiotherapy. Complete response rate was 45% in the sequential treatment and 43% in the simultaneous arm. Leukopenia and other adverse effects were slightly more frequent in the simultaneous arm, but there were no significant differences. These results suggested that individualization of treatment planning and establishment of optimum treatment were most important for combination of chemotherapy and radiotherapy. (author)

  7. Heat accumulation during sequential cortical bone drilling.

    Science.gov (United States)

    Palmisano, Andrew C; Tai, Bruce L; Belmont, Barry; Irwin, Todd A; Shih, Albert; Holmes, James R

    2016-03-01

    Significant research exists regarding heat production during single-hole bone drilling. No published data exist regarding repetitive sequential drilling. This study elucidates the phenomenon of heat accumulation for sequential drilling with both Kirschner wires (K wires) and standard two-flute twist drills. It was hypothesized that cumulative heat would result in a higher temperature with each subsequent drill pass. Nine holes in a 3 × 3 array were drilled sequentially on moistened cadaveric tibia bone kept at body temperature (about 37 °C). Four thermocouples were placed at the center of four adjacent holes and 2 mm below the surface. A battery-driven hand drill guided by a servo-controlled motion system was used. Six samples were drilled with each tool (2.0 mm K wire and 2.0 and 2.5 mm standard drills). K wire drilling increased temperature from 5 °C at the first hole to 20 °C at holes 6 through 9. A similar trend was found in standard drills with less significant increments. The maximum temperatures of both tools increased from drill sizes was found to be insignificant (P > 0.05). In conclusion, heat accumulated during sequential drilling, with size difference being insignificant. K wire produced more heat than its twist-drill counterparts. This study has demonstrated the heat accumulation phenomenon and its significant effect on temperature. Maximizing the drilling field and reducing the number of drill passes may decrease bone injury. © 2015 Orthopaedic Research Society. Published by Wiley Periodicals, Inc.

  8. [Vision test program for ophthalmologists on Apple II, IIe and IIc computers].

    Science.gov (United States)

    Huber, C

    1985-03-01

    A microcomputer program for the Apple II family of computers on a monochrome and a color screen is described. The program draws most of the tests used by ophthalmologists, and is offered as an alternative to a projector system. One advantage of the electronic generation of drawings is that true random orientation of Pflueger's E is possible. Tests are included for visual acuity (Pflueger's E, Landolt rings, numbers and children's drawings). Colored tests include a duochrome test, simple color vision tests, a fixation help with a musical background, a cobalt blue test and a Worth figure. In the astigmatic dial a mobile pointer helps to determine the axis. New tests can be programmed by the user and exchanged on disks among collageues.

  9. Compiling Scientific Programs for Scalable Parallel Systems

    National Research Council Canada - National Science Library

    Kennedy, Ken

    2001-01-01

    ...). The research performed in this project included new techniques for recognizing implicit parallelism in sequential programs, a powerful and precise set-based framework for analysis and transformation...

  10. Scalable control program for multiprecursor flow-type atomic layer deposition system

    Energy Technology Data Exchange (ETDEWEB)

    Selvaraj, Sathees Kannan [Department of Chemical Engineering, University of Illinois at Chicago, Chicago, Illinois 60607 (United States); Takoudis, Christos G., E-mail: takoudis@uic.edu [Department of Chemical Engineering, University of Illinois at Chicago, Chicago, Illinois 60607 and Department of Bioengineering, University of Illinois at Chicago, Chicago, Illinois 60607 (United States)

    2015-01-01

    The authors report the development and implementation of a scalable control program to control flow type atomic layer deposition (ALD) reactor with multiple precursor delivery lines. The program logic is written and tested in LABVIEW environment to control ALD reactor with four precursor delivery lines to deposit up to four layers of different materials in cyclic manner. The programming logic is conceived such that to facilitate scale up for depositing more layers with multiple precursors and scale down for using single layer with any one precursor in the ALD reactor. The program takes precursor and oxidizer exposure and purging times as input and controls the sequential opening and closing of the valves to facilitate the complex ALD process in cyclic manner. The program could be used to deposit materials from any single line or in tandem with other lines in any combination and in any sequence.

  11. Test sample handling apparatus

    International Nuclear Information System (INIS)

    1981-01-01

    A test sample handling apparatus using automatic scintillation counting for gamma detection, for use in such fields as radioimmunoassay, is described. The apparatus automatically and continuously counts large numbers of samples rapidly and efficiently by the simultaneous counting of two samples. By means of sequential ordering of non-sequential counting data, it is possible to obtain precisely ordered data while utilizing sample carrier holders having a minimum length. (U.K.)

  12. Testing the structure of a hydrological model using Genetic Programming

    Science.gov (United States)

    Selle, Benny; Muttil, Nitin

    2011-01-01

    SummaryGenetic Programming is able to systematically explore many alternative model structures of different complexity from available input and response data. We hypothesised that Genetic Programming can be used to test the structure of hydrological models and to identify dominant processes in hydrological systems. To test this, Genetic Programming was used to analyse a data set from a lysimeter experiment in southeastern Australia. The lysimeter experiment was conducted to quantify the deep percolation response under surface irrigated pasture to different soil types, watertable depths and water ponding times during surface irrigation. Using Genetic Programming, a simple model of deep percolation was recurrently evolved in multiple Genetic Programming runs. This simple and interpretable model supported the dominant process contributing to deep percolation represented in a conceptual model that was published earlier. Thus, this study shows that Genetic Programming can be used to evaluate the structure of hydrological models and to gain insight about the dominant processes in hydrological systems.

  13. Cost-effectiveness of simultaneous versus sequential surgery in head and neck reconstruction.

    Science.gov (United States)

    Wong, Kevin K; Enepekides, Danny J; Higgins, Kevin M

    2011-02-01

    To determine whether simultaneous (ablation and reconstruction overlaps by two teams) head and neck reconstruction is cost effective compared to sequentially (ablation followed by reconstruction) performed surgery. Case-controlled study. Tertiary care hospital. Oncology patients undergoing free flap reconstruction of the head and neck. A match paired comparison study was performed with a retrospective chart review examining the total time of surgery for sequential and simultaneous surgery. Nine patients were selected for both the sequential and simultaneous groups. Sequential head and neck reconstruction patients were pair matched with patients who had undergone similar oncologic ablative or reconstructive procedures performed in a simultaneous fashion. A detailed cost analysis using the microcosting method was then undertaken looking at the direct costs of the surgeons, anesthesiologist, operating room, and nursing. On average, simultaneous surgery required 3 hours 15 minutes less operating time, leading to a cost savings of approximately $1200/case when compared to sequential surgery. This represents approximately a 15% reduction in the cost of the entire operation. Simultaneous head and neck reconstruction is more cost effective when compared to sequential surgery.

  14. Summary of ROSA-4 LSTF first phase test program and station blackout (TMLB) test results

    International Nuclear Information System (INIS)

    Tasaka, K.; Kukita, Y.; Anoda, Y.

    1990-01-01

    This paper summarizes major test results obtained at the ROSA-4 Large Scale Test Facility (LSTF) during the first phase of the test program. The results from a station blackout (TMLB) test conducted at the end of the first-phase program are described in some detail. The LSTF is an integral test facility being operated by the Japan Atomic Energy Research Institute for simulation of pressurized water reactor (PWR) thermal-hydraulic responses during small-break loss-of-coolant accidents (SBLOCAs) and operational/abnormal transients. It is a 1/48 volumetrically scaled, full-height, full-pressure simulator of a Westinghouse-type 4-loop PWR. The facility includes two symmetric primary loops each one containing an active inverted-U tube steam generator and an active reactor coolant pump. The loop horizontal legs are sized to conserve the scaled (1/24) volumes as well as the length to the square root of the diameter ratio in order to simulate the two-phase flow regime transitions. The primary objective of the LSTF first-phase program was to define the fundamental PWR thermal-hydraulic responses during SBLOCAs and transients. Most of the tests were conducted with simulated component/operator failures, including unavailability of the high pressure injection system and auxiliary feedwater system, as well as operator failure to take corrective actions. The forty-two first phase tests included twenty-nine SBLOCA tests conducted mainly for cold leg breaks, three abnormal transient tests and ten natural circulation tests. Attempts were made in several of the SBLOCA tests to simulate the plant recovery procedures as well as candidate accident management measures for prevention of high-pressure core melt situation. The natural circulation tests simulated the single-phase and two-phase natural circulation as well as reflux condensation behavior in the primary loops in steady or quasi-steady states

  15. Common Ground in Cross-Cultural Communication: Sequential and Institutional Contexts in Front Desk Service Encounters

    OpenAIRE

    Kidwell, Mardi

    2000-01-01

    How do native and nonnative English-speaking participants understand one another in front desk service encounters? Specifically, what are the resources that enable them to transact their business at the desk? In this paper, I use the notion of "shared background" to show how participants at the front desk of a university-sponsored English language program rely on the sequential and institutional contexts in which their talk is produced to accomplish their service activities. In particular, I ...

  16. Dihydroazulene photoswitch operating in sequential tunneling regime

    DEFF Research Database (Denmark)

    Broman, Søren Lindbæk; Lara-Avila, Samuel; Thisted, Christine Lindbjerg

    2012-01-01

    to electrodes so that the electron transport goes by sequential tunneling. To assure weak coupling, the DHA switching kernel is modified by incorporating p-MeSC6H4 end-groups. Molecules are prepared by Suzuki cross-couplings on suitable halogenated derivatives of DHA. The synthesis presents an expansion of our......, incorporating a p-MeSC6H4 anchoring group in one end, has been placed in a silver nanogap. Conductance measurements justify that transport through both DHA (high resistivity) and VHF (low resistivity) forms goes by sequential tunneling. The switching is fairly reversible and reenterable; after more than 20 ON...

  17. Spent fuel sabotage aerosol ratio program : FY 2004 test and data summary.

    Energy Technology Data Exchange (ETDEWEB)

    Brucher, Wenzel (Gesellschaft fur Anlagen- und Reaktorsicherheit, Germany); Koch, Wolfgang (Fraunhofer Institut fur Toxikologie und Experimentelle Medizin, Germany); Pretzsch, Gunter Guido (Gesellschaft fur Anlagen- und Reaktorsicherheit, Germany); Loiseau, Olivier (Institut de Radioprotection et de Surete Nucleaire, France); Mo, Tin (U.S. Nuclear Regulatory Commission, Washington, DC); Billone, Michael C. (Argonne National Laboratory, Argonne, IL); Autrusson, Bruno A. (Institut de Radioprotection et de Surete Nucleaire, France); Young, F. I. (U.S. Nuclear Regulatory Commission, Washington, DC); Coats, Richard Lee; Burtseva, Tatiana (Argonne National Laboratory, Argonne, IL); Luna, Robert Earl; Dickey, Roy R.; Sorenson, Ken Bryce; Nolte, Oliver (Fraunhofer Institut fur Toxikologie und Experimentelle Medizin, Germany); Thompson, Nancy Slater (U.S. Department of Energy, Washington, DC); Hibbs, Russell S. (U.S. Department of Energy, Washington, DC); Gregson, Michael Warren; Lange, Florentin (Gesellschaft fur Anlagen- und Reaktorsicherheit, Germany); Molecke, Martin Alan; Tsai, Han-Chung (Argonne National Laboratory, Argonne, IL)

    2005-07-01

    This multinational, multi-phase spent fuel sabotage test program is quantifying the aerosol particles produced when the products of a high energy density device (HEDD) interact with and explosively particulate test rodlets that contain pellets of either surrogate materials or actual spent fuel. This program has been underway for several years. This program provides data that are relevant to some sabotage scenarios in relation to spent fuel transport and storage casks, and associated risk assessments. The program also provides significant technical and political benefits in international cooperation. We are quantifying the Spent Fuel Ratio (SFR), the ratio of the aerosol particles released from HEDD-impacted actual spent fuel to the aerosol particles produced from surrogate materials, measured under closely matched test conditions, in a contained test chamber. In addition, we are measuring the amounts, nuclide content, size distribution of the released aerosol materials, and enhanced sorption of volatile fission product nuclides onto specific aerosol particle size fractions. These data are the input for follow-on modeling studies to quantify respirable hazards, associated radiological risk assessments, vulnerability assessments, and potential cask physical protection design modifications. This document includes an updated description of the test program and test components for all work and plans made, or revised, during FY 2004. It also serves as a program status report as of the end of FY 2004. All available test results, observations, and aerosol analyses plus interpretations--primarily for surrogate material Phase 2 tests, series 2/5A through 2/9B, using cerium oxide sintered ceramic pellets are included. Advanced plans and progress are described for upcoming tests with unirradiated, depleted uranium oxide and actual spent fuel test rodlets. This spent fuel sabotage--aerosol test program is coordinated with the international Working Group for Sabotage Concerns of

  18. Spent fuel sabotage aerosol ratio program : FY 2004 test and data summary

    International Nuclear Information System (INIS)

    Brucher, Wenzel; Koch, Wolfgang; Pretzsch, Gunter Guido; Loiseau, Olivier; Mo, Tin; Billone, Michael C.; Autrusson, Bruno A.; Young, F. I.; Coats, Richard Lee; Burtseva, Tatiana; Luna, Robert Earl; Dickey, Roy R.; Sorenson, Ken Bryce; Nolte, Oliver; Thompson, Nancy Slater; Hibbs, Russell S.; Gregson, Michael Warren; Lange, Florentin; Molecke, Martin Alan; Tsai, Han-Chung

    2005-01-01

    This multinational, multi-phase spent fuel sabotage test program is quantifying the aerosol particles produced when the products of a high energy density device (HEDD) interact with and explosively particulate test rodlets that contain pellets of either surrogate materials or actual spent fuel. This program has been underway for several years. This program provides data that are relevant to some sabotage scenarios in relation to spent fuel transport and storage casks, and associated risk assessments. The program also provides significant technical and political benefits in international cooperation. We are quantifying the Spent Fuel Ratio (SFR), the ratio of the aerosol particles released from HEDD-impacted actual spent fuel to the aerosol particles produced from surrogate materials, measured under closely matched test conditions, in a contained test chamber. In addition, we are measuring the amounts, nuclide content, size distribution of the released aerosol materials, and enhanced sorption of volatile fission product nuclides onto specific aerosol particle size fractions. These data are the input for follow-on modeling studies to quantify respirable hazards, associated radiological risk assessments, vulnerability assessments, and potential cask physical protection design modifications. This document includes an updated description of the test program and test components for all work and plans made, or revised, during FY 2004. It also serves as a program status report as of the end of FY 2004. All available test results, observations, and aerosol analyses plus interpretations--primarily for surrogate material Phase 2 tests, series 2/5A through 2/9B, using cerium oxide sintered ceramic pellets are included. Advanced plans and progress are described for upcoming tests with unirradiated, depleted uranium oxide and actual spent fuel test rodlets. This spent fuel sabotage--aerosol test program is coordinated with the international Working Group for Sabotage Concerns of

  19. Sequential use of ultraviolet light and chlorine for reclaimed water disinfection

    Institute of Scientific and Technical Information of China (English)

    Xiujuan Wang; Xuexiang Hu; Chun Hu; Dongbin Wei

    2011-01-01

    Several disinfection processes of ultraviolet (UV),chlorine or UV followed by chlorine were investigated in municipal wastewater according to the inactivation of Escherichia coli,Shigella dysenteriae and toxicity formation.The UV inactivation of the tested pathogenic bacteria was not affected by the quality of water.It was found that the inactivated bacteria were obviously reactivated after one day in dark.Fluorescent light irradiation increased the bacteria repair.The increase of UV dosage could cause more damage to bacteria to inhibit bacteria self-repair.No photoreactivation was detected when the UV dose was up to 80 mJ/cm2 for E.coli DH5α,and 23 mJ/cm2 for S.dysenteriae.Nevertheless,sequential use of 8 mJ/cm2 of UV and low concentration of chlorine (1.5mg/L) could effectively inhibit the photoreactivation and inactivate E.coli below the detection limits within seven days.Compared to chlorination alone,the sequential disinfection decreased the genotoxicity of treated wastewater,especially for the sample with high NH3-N concentration.

  20. Sequential search leads to faster, more efficient fragment-based de novo protein structure prediction.

    Science.gov (United States)

    de Oliveira, Saulo H P; Law, Eleanor C; Shi, Jiye; Deane, Charlotte M

    2018-04-01

    Most current de novo structure prediction methods randomly sample protein conformations and thus require large amounts of computational resource. Here, we consider a sequential sampling strategy, building on ideas from recent experimental work which shows that many proteins fold cotranslationally. We have investigated whether a pseudo-greedy search approach, which begins sequentially from one of the termini, can improve the performance and accuracy of de novo protein structure prediction. We observed that our sequential approach converges when fewer than 20 000 decoys have been produced, fewer than commonly expected. Using our software, SAINT2, we also compared the run time and quality of models produced in a sequential fashion against a standard, non-sequential approach. Sequential prediction produces an individual decoy 1.5-2.5 times faster than non-sequential prediction. When considering the quality of the best model, sequential prediction led to a better model being produced for 31 out of 41 soluble protein validation cases and for 18 out of 24 transmembrane protein cases. Correct models (TM-Score > 0.5) were produced for 29 of these cases by the sequential mode and for only 22 by the non-sequential mode. Our comparison reveals that a sequential search strategy can be used to drastically reduce computational time of de novo protein structure prediction and improve accuracy. Data are available for download from: http://opig.stats.ox.ac.uk/resources. SAINT2 is available for download from: https://github.com/sauloho/SAINT2. saulo.deoliveira@dtc.ox.ac.uk. Supplementary data are available at Bioinformatics online.

  1. Describing of elements IO field in a testing computer program

    Directory of Open Access Journals (Sweden)

    Igor V. Loshkov

    2017-01-01

    Full Text Available A standard of describing the process of displaying interactive windows on a computer monitor, through which an output of questions and input of answers are implemented during computer testing, is presented in the article [11]. According to the proposed standard, the description of the process mentioned above is performed with a format line, containing element names, their parameters as well as grouping and auxiliary symbols. Program objects are described using elements of standard. The majority of objects create input and output windows on a computer monitor. The aim of our research was to develop a minimum possible set of elements of standard to perform mathematical and computer science testing.The choice of elements of the standard was conducted in parallel with the development and testing of the program that uses them. This approach made it possible to choose a sufficiently complete set of elements for testing in fields of study mentioned above. For the proposed elements, names were selected in such a way: firstly, they indicate their function and secondly, they coincide with the names of elements in other programming languages that are similar by function. Parameters, their names, their assignments and accepted values are proposed for the elements. The principle of name selection for the parameters was the same as for elements of the standard: the names should correspond to their assignments or coincide with names of similar parameters in other programming languages. The parameters define properties of objects. Particularly, while the elements of standard create windows, the parameters define object properties (location, size, appearance and the sequence in which windows are created. All elements of standard, proposed in this article are composed in a table, the columns of which have names and functions of these elements. Inside the table, the elements of standard are grouped row by row into four sets: input elements, output elements, input

  2. Gliomatosis cerebri followed-up with sequential CT scans report of case and a brief review

    International Nuclear Information System (INIS)

    Shiino, Akihiko; Suda, Kinya; Matsuda, Masayuki; Handa, Jyoji; Hazama, Fumitada

    1984-01-01

    Gliomatosis cerebri is a rare condition in which the tumor cells grow infiltratively and diffusely into the central nervous system without destructing the normal architechtures of the brain to a significant degree. As no single diagnostic test is highly specific to this condition, its clinical diagnosis is often very difficult. In the present case of a 71-year-old man, we could follow the course of the disease by repeated CT scans performed in 2 and a half years, and found such sequential CT scans very useful for the diagnosis of this condition. To our knowledge, this is the first report of sequential CT studies in gliomatosis cerebri. This case is reported and the relevant literature on gliomatosis cerebri is briefly reviewed. (author)

  3. The U.S. Department of Energy Laboratory Accreditation Program for testing the performance of extremity dosimetry systems: a summary of the program status

    International Nuclear Information System (INIS)

    Cummings, F.M.; Carlson, R.D.; Gesell, T.F.; Loesch, R.M.

    1992-01-01

    In 1986, The U.S. Department of Energy (DOE) implemented a program to test the performance of its personnel whole-body dosimetry systems. This program was the DOE Laboratory Accreditation Program (DOELAP). The program parallels the performance testing program specified in the American National Standard for Dosimetry - Personnel Dosimetry Performance -Criteria for Testing (ANSI N13.11-1983), but also addresses the additional dosimetry needs of DOE facilities. As an extension of the whole-body performance testing program, the DOE is now developing a program to test the performance of personnel extremity dosimetry systems. The draft DOE standard for testing extremity dosimetry systems is much less complex than the whole-body dosimetry standard and reflects the limitations imposed on extremity dosimetry by dosimeter design and irradiation geometry. A pilot performance test session has been conducted to evaluate the proposed performance-testing standard. (author)

  4. Technical requirements for the actinide source-term waste test program

    Energy Technology Data Exchange (ETDEWEB)

    Phillips, M.L.F.; Molecke, M.A.

    1993-10-01

    This document defines the technical requirements for a test program designed to measure time-dependent concentrations of actinide elements from contact-handled transuranic (CH TRU) waste immersed in brines similar to those found in the underground workings of the Waste Isolation Pilot Plant (WIPP). This test program wig determine the influences of TRU waste constituents on the concentrations of dissolved and suspended actinides relevant to the performance of the WIPP. These influences (which include pH, Eh, complexing agents, sorbent phases, and colloidal particles) can affect solubilities and colloidal mobilization of actinides. The test concept involves fully inundating several TRU waste types with simulated WIPP brines in sealed containers and monitoring the concentrations of actinide species in the leachate as a function of time. The results from this program will be used to test numeric models of actinide concentrations derived from laboratory studies. The model is required for WIPP performance assessment with respect to the Environmental Protection Agency`s 40 CFR Part 191B.

  5. Technical requirements for the actinide source-term waste test program

    International Nuclear Information System (INIS)

    Phillips, M.L.F.; Molecke, M.A.

    1993-10-01

    This document defines the technical requirements for a test program designed to measure time-dependent concentrations of actinide elements from contact-handled transuranic (CH TRU) waste immersed in brines similar to those found in the underground workings of the Waste Isolation Pilot Plant (WIPP). This test program wig determine the influences of TRU waste constituents on the concentrations of dissolved and suspended actinides relevant to the performance of the WIPP. These influences (which include pH, Eh, complexing agents, sorbent phases, and colloidal particles) can affect solubilities and colloidal mobilization of actinides. The test concept involves fully inundating several TRU waste types with simulated WIPP brines in sealed containers and monitoring the concentrations of actinide species in the leachate as a function of time. The results from this program will be used to test numeric models of actinide concentrations derived from laboratory studies. The model is required for WIPP performance assessment with respect to the Environmental Protection Agency's 40 CFR Part 191B

  6. PWR blowdown heat transfer separate-effects program: thermal-hydraulic test facility experimental data report for test 104

    International Nuclear Information System (INIS)

    Leon, D.M.; White, M.D.; Moore, P.A.; Hedrick, R.A.

    1978-01-01

    Reduced instrument responses are presented for Thermal-Hydraulic Test Facility (THTF) test 104, which is part of the ORNL Pressurized-Water Reactor (PWR) Blowdown Heat Transfer Separate-Effects Program. The objective of the program is to investigate the thermal-hydraulic phenomenon governing the energy transfer and transport processes that occur during a loss-of-coolant accident in the PWR system. Test 104 was conducted to obtain CHF in bundle 1 under blowdown conditions. The primary purpose of this report is to make the reduced instrument responses during test 104 available

  7. The WIPP research and development test program

    International Nuclear Information System (INIS)

    Tyler, L.D.

    1985-01-01

    The WIPP (Waste Isolation Pilot Plant) is a DOE RandD Facility for the purpose of developing the technology needed for the safe disposal of the United States defense-related radioactive waste. The in-situ test program is defined for the thermal-structural interactions, plugging and sealing, and waste package interactions in a salt environment. An integrated series of large-scale underground tests address the issues of both systems and long-term isolation performance of a repository

  8. Synthetic Aperture Sequential Beamforming

    DEFF Research Database (Denmark)

    Kortbek, Jacob; Jensen, Jørgen Arendt; Gammelmark, Kim Løkke

    2008-01-01

    A synthetic aperture focusing (SAF) technique denoted Synthetic Aperture Sequential Beamforming (SASB) suitable for 2D and 3D imaging is presented. The technique differ from prior art of SAF in the sense that SAF is performed on pre-beamformed data contrary to channel data. The objective is to im......A synthetic aperture focusing (SAF) technique denoted Synthetic Aperture Sequential Beamforming (SASB) suitable for 2D and 3D imaging is presented. The technique differ from prior art of SAF in the sense that SAF is performed on pre-beamformed data contrary to channel data. The objective...... is to improve and obtain a more range independent lateral resolution compared to conventional dynamic receive focusing (DRF) without compromising frame rate. SASB is a two-stage procedure using two separate beamformers. First a set of Bmode image lines using a single focal point in both transmit and receive...... is stored. The second stage applies the focused image lines from the first stage as input data. The SASB method has been investigated using simulations in Field II and by off-line processing of data acquired with a commercial scanner. The performance of SASB with a static image object is compared with DRF...

  9. BWR Full Integral Simulation Test (FIST) program: facility description report

    International Nuclear Information System (INIS)

    Stephens, A.G.

    1984-09-01

    A new boiling water reactor safety test facility (FIST, Full Integral Simulation Test) is described. It will be used to investigate small breaks and operational transients and to tie results from such tests to earlier large-break test results determined in the TLTA. The new facility's full height and prototypical components constitute a major scaling improvement over earlier test facilities. A heated feedwater system, permitting steady-state operation, and a large increase in the number of measurements are other significant improvements. The program background is outlined and program objectives defined. The design basis is presented together with a detailed, complete description of the facility and measurements to be made. An extensive component scaling analysis and prediction of performance are presented

  10. Evaluation Using Sequential Trials Methods.

    Science.gov (United States)

    Cohen, Mark E.; Ralls, Stephen A.

    1986-01-01

    Although dental school faculty as well as practitioners are interested in evaluating products and procedures used in clinical practice, research design and statistical analysis can sometimes pose problems. Sequential trials methods provide an analytical structure that is both easy to use and statistically valid. (Author/MLW)

  11. Attack Trees with Sequential Conjunction

    NARCIS (Netherlands)

    Jhawar, Ravi; Kordy, Barbara; Mauw, Sjouke; Radomirović, Sasa; Trujillo-Rasua, Rolando

    2015-01-01

    We provide the first formal foundation of SAND attack trees which are a popular extension of the well-known attack trees. The SAND at- tack tree formalism increases the expressivity of attack trees by intro- ducing the sequential conjunctive operator SAND. This operator enables the modeling of

  12. SSC string test facility for superconducting magnets: Testing capabilities and program for collider magnets

    International Nuclear Information System (INIS)

    Kraushaar, P.; Burgett, W.; Dombeck, T.; McInturff, A.; Robinson, W.; Saladin, V.

    1993-05-01

    The Accelerator Systems String Test (ASST) R ampersand D Testing Facility has been established at the SSC Laboratory to test Collider and High Energy Booster (HEB) superconducting magnet strings. The facility is operational and has had two testing periods utilizing a half cell of collider prototypical magnets with the associated spool pieces and support systems. This paper presents a description of the testing capabilities of the facility with respect to components and supporting subsystems (cryogenic, power, quench protection, controls and instrumentation), the planned testing program for the collider magnets

  13. The impact of eyewitness identifications from simultaneous and sequential lineups.

    Science.gov (United States)

    Wright, Daniel B

    2007-10-01

    Recent guidelines in the US allow either simultaneous or sequential lineups to be used for eyewitness identification. This paper investigates how potential jurors weight the probative value of the different outcomes from both of these types of lineups. Participants (n=340) were given a description of a case that included some exonerating and some incriminating evidence. There was either a simultaneous or a sequential lineup. Depending on the condition, an eyewitness chose the suspect, chose a filler, or made no identification. The participant had to judge the guilt of the suspect and decide whether to render a guilty verdict. For both simultaneous and sequential lineups an identification had a large effect,increasing the probability of a guilty verdict. There were no reliable effects detected between making no identification and identifying a filler. The effect sizes were similar for simultaneous and sequential lineups. These findings are important for judges and other legal professionals to know for trials involving lineup identifications.

  14. Properties of simultaneous and sequential two-nucleon transfer

    International Nuclear Information System (INIS)

    Pinkston, W.T.; Satchler, G.R.

    1982-01-01

    Approximate forms of the first- and second-order distorted-wave Born amplitudes are used to study the overall structure, particularly the selection rules, of the amplitudes for simultaneous and sequential transfer of two nucleons. The role of the spin-state assumed for the intermediate deuterons in sequential (t, p) reactions is stressed. The similarity of one-step and two-step amplitudes for (α, d) reactions is exhibited, and the consequent absence of any obvious J-dependence in their interference is noted. (orig.)

  15. Sequential contrast-enhanced MR imaging of the penis.

    Science.gov (United States)

    Kaneko, K; De Mouy, E H; Lee, B E

    1994-04-01

    To determine the enhancement patterns of the penis at magnetic resonance (MR) imaging. Sequential contrast material-enhanced MR images of the penis in a flaccid state were obtained in 16 volunteers (12 with normal penile function and four with erectile dysfunction). Subjects with normal erectile function showed gradual and centrifugal enhancement of the corpora cavernosa, while those with erectile dysfunction showed poor enhancement with abnormal progression. Sequential contrast-enhanced MR imaging provides additional morphologic information for the evaluation of erectile dysfunction.

  16. Data report of BWR post-CHF tests. Transient core thermal-hydraulic test program. Contract research

    International Nuclear Information System (INIS)

    Iguchi, Tadashi; Itoh, Hideo; Kiuchi, Toshio; Watanabe, Hironori; Kimura, Mamoru; Anoda, Yoshinari

    2001-03-01

    JAERI has been performing transient core thermal-hydraulic test program. In the program, authors performed BWR/ABWR DBE simulation tests with a test facility, which can simulate BWR/ABWR transients. The test facility has a 4 x 4 bundle core simulator with 15-rod heaters and one non-heated rod. Through the tests, authors quantified the thermal safety margin for core cooling. In order to quantify the thermal safety margin, authors collected experimental data on post-CHF. The data are essential for the evaluation of clad temperature transient when core heat-up occurs during DBEs. In comparison with previous post-CHF tests, present experiments were performed in much wider experimental condition, covering high clad temperature, low to high pressure and low to high mass flux. Further, data at wider elevation (lower to higher elevation of core) were obtained in the present experiments, which make possible to discuss the effect of axial position on thermal-hydraulics, while previous works usually discuss the thermal-hydraulics at the position where the first heat-up occurs. This data report describes test procedure, test condition and major experimental data of post-CHF tests. (author)

  17. EPRI flow-loop/in situ test program for motor-operated valves

    International Nuclear Information System (INIS)

    Hosler, J.F.; Dorfman, L.S.

    1994-01-01

    The Electric Power Research Institute is undertaking a comprehensive research program to develop and validate methods for predicting the performance of common motor-operated gate, global, and butterfly valves. To assess motor-operated valve (MOV) performance characteristics and provide a basis for methods validation, full-scale testing was conducted on 62 MOVs. Tests were performed in four flow-loop facilities and in nine nuclear units. Forty-seven gate, five globe, and 10 butterfly valves were tested under a wide range of flow and differential pressure conditions. The paper describes the test program scope, test configurations, instrumentation and data acquisition, testing approach, and data analysis methods. Key results are summarized

  18. Light Water Reactor Sustainability Program: Evaluation of Localized Cable Test Methods for Nuclear Power Plant Cable Aging Management Programs

    Energy Technology Data Exchange (ETDEWEB)

    Glass, Samuel W. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Fifield, Leonard S. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Hartman, Trenton S. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States)

    2016-05-30

    This Pacific Northwest National Laboratory (PNNL) milestone report describes progress to date on the investigation of nondestructive test (NDE) methods focusing particularly on local measurements that provide key indicators of cable aging and damage. The work includes a review of relevant literature as well as hands-on experimental verification of inspection capabilities. As NPPs consider applying for second, or subsequent, license renewal (SLR) to extend their operating period from 60 years to 80 years, it important to understand how the materials installed in plant systems and components will age during that time and develop aging management programs (AMPs) to assure continued safe operation under normal and design basis events (DBE). Normal component and system tests typically confirm the cables can perform their normal operational function. The focus of the cable test program is directed toward the more demanding challenge of assuring the cable function under accident or DBE. Most utilities already have a program associated with their first life extension from 40 to 60 years. Regrettably, there is neither a clear guideline nor a single NDE that can assure cable function and integrity for all cables. Thankfully, however, practical implementation of a broad range of tests allows utilities to develop a practical program that assures cable function to a high degree. The industry has adopted 50% elongation at break (EAB) relative to the un-aged cable condition as the acceptability standard. All tests are benchmarked against the cable EAB test. EAB is a destructive test so the test programs must apply an array of other NDE tests to assure or infer the overall set of cable’s system integrity. These cable NDE programs vary in rigor and methodology. As the industry gains experience with the efficacy of these programs, it is expected that implementation practice will converge to a more common approach. This report addresses the range of local NDE cable tests that are

  19. Modeling sequential context effects in diagnostic interpretation of screening mammograms.

    Science.gov (United States)

    Alamudun, Folami; Paulus, Paige; Yoon, Hong-Jun; Tourassi, Georgia

    2018-07-01

    Prior research has shown that physicians' medical decisions can be influenced by sequential context, particularly in cases where successive stimuli exhibit similar characteristics when analyzing medical images. This type of systematic error is known to psychophysicists as sequential context effect as it indicates that judgments are influenced by features of and decisions about the preceding case in the sequence of examined cases, rather than being based solely on the peculiarities unique to the present case. We determine if radiologists experience some form of context bias, using screening mammography as the use case. To this end, we explore correlations between previous perceptual behavior and diagnostic decisions and current decisions. We hypothesize that a radiologist's visual search pattern and diagnostic decisions in previous cases are predictive of the radiologist's current diagnostic decisions. To test our hypothesis, we tasked 10 radiologists of varied experience to conduct blind reviews of 100 four-view screening mammograms. Eye-tracking data and diagnostic decisions were collected from each radiologist under conditions mimicking clinical practice. Perceptual behavior was quantified using the fractal dimension of gaze scanpath, which was computed using the Minkowski-Bouligand box-counting method. To test the effect of previous behavior and decisions, we conducted a multifactor fixed-effects ANOVA. Further, to examine the predictive value of previous perceptual behavior and decisions, we trained and evaluated a predictive model for radiologists' current diagnostic decisions. ANOVA tests showed that previous visual behavior, characterized by fractal analysis, previous diagnostic decisions, and image characteristics of previous cases are significant predictors of current diagnostic decisions. Additionally, predictive modeling of diagnostic decisions showed an overall improvement in prediction error when the model is trained on additional information about

  20. 78 FR 53466 - Modification of Two National Customs Automation Program (NCAP) Tests Concerning Automated...

    Science.gov (United States)

    2013-08-29

    ... Customs Automation Program (NCAP) Tests Concerning Automated Commercial Environment (ACE) Document Image... National Customs Automation Program (NCAP) tests concerning document imaging, known as the Document Image... the National Customs Automation Program (NCAP) tests concerning document imaging, known as the...

  1. Synthesizing genetic sequential logic circuit with clock pulse generator.

    Science.gov (United States)

    Chuang, Chia-Hua; Lin, Chun-Liang

    2014-05-28

    Rhythmic clock widely occurs in biological systems which controls several aspects of cell physiology. For the different cell types, it is supplied with various rhythmic frequencies. How to synthesize a specific clock signal is a preliminary but a necessary step to further development of a biological computer in the future. This paper presents a genetic sequential logic circuit with a clock pulse generator based on a synthesized genetic oscillator, which generates a consecutive clock signal whose frequency is an inverse integer multiple to that of the genetic oscillator. An analogous electronic waveform-shaping circuit is constructed by a series of genetic buffers to shape logic high/low levels of an oscillation input in a basic sinusoidal cycle and generate a pulse-width-modulated (PWM) output with various duty cycles. By controlling the threshold level of the genetic buffer, a genetic clock pulse signal with its frequency consistent to the genetic oscillator is synthesized. A synchronous genetic counter circuit based on the topology of the digital sequential logic circuit is triggered by the clock pulse to synthesize the clock signal with an inverse multiple frequency to the genetic oscillator. The function acts like a frequency divider in electronic circuits which plays a key role in the sequential logic circuit with specific operational frequency. A cascaded genetic logic circuit generating clock pulse signals is proposed. Based on analogous implement of digital sequential logic circuits, genetic sequential logic circuits can be constructed by the proposed approach to generate various clock signals from an oscillation signal.

  2. Validating safeguards effectiveness given inherently limited test data

    International Nuclear Information System (INIS)

    Sicherman, A.

    1987-01-01

    A key issue in designing and evaluating nuclear safeguards systems is how to validate safeguards effectiveness against a spectrum of potential threats. Safeguards effectiveness is measured by a performance indicator such as the probability of defeating an adversary attempting a malevolent act. Effectiveness validation means a testing program that provides sufficient evidence that the performance indicator is at an acceptable level. Traditional statistical program when numerous independent system trials are possible. However, within the safeguards environment, many situations arise for which traditional statistical approaches may be neither feasible nor appropriate. Such situations can occur, for example, when there are obvious constraints on the number of possible tests due to operational impacts and testing costs. Furthermore, these tests are usually simulations (e.g., staged force-on-force exercises) rather than actual tests, and the system is often modified after each test. Under such circumstances, it is difficult to make and justify inferences about system performance by using traditional statistical techniques. In this paper, the authors discuss several alternative quantitative techniques for validating system effectiveness. The techniques include: (1) minimizing the number of required tests using sequential testing; (2) combining data from models inspections and exercises using Bayesian statistics to improve inferences about system performance; and (3) using reliability growth and scenario modeling to help specify which safeguards elements and scenarios to test

  3. Sequential weak continuity of null Lagrangians at the boundary

    Czech Academy of Sciences Publication Activity Database

    Kalamajska, A.; Kraemer, S.; Kružík, Martin

    2014-01-01

    Roč. 49, 3/4 (2014), s. 1263-1278 ISSN 0944-2669 R&D Projects: GA ČR GAP201/10/0357 Institutional support: RVO:67985556 Keywords : null Lagrangians * nonhomogeneous nonlinear mappings * sequential weak/in measure continuity Subject RIV: BA - General Mathematics Impact factor: 1.518, year: 2014 http://library.utia.cas.cz/separaty/2013/MTR/kruzik-sequential weak continuity of null lagrangians at the boundary.pdf

  4. 75 FR 58329 - Federal Travel Regulation (FTR); Relocation Expenses Test Programs

    Science.gov (United States)

    2010-09-24

    ... of test programs and possible extensions from 24 months to four years; Redesignates current section... conducting test programs. C. Executive Order 12866 This regulation is excepted from the definition of... adding ``12'' in its place. Sec. 300-80.6 [Amended] 0 3. Amend Sec. 300.80-6 by-- 0 a. Removing the word...

  5. Introduction of Sequential Inactivated Polio Vaccine–Oral Polio Vaccine Schedule for Routine Infant Immunization in Brazil’s National Immunization Program

    Science.gov (United States)

    Domingues, Carla Magda Allan S.; de Fátima Pereira, Sirlene; Marreiros, Ana Carolina Cunha; Menezes, Nair; Flannery, Brendan

    2015-01-01

    In August 2012, the Brazilian Ministry of Health introduced inactivated polio vaccine (IPV) as part of sequential polio vaccination schedule for all infants beginning their primary vaccination series. The revised childhood immunization schedule included 2 doses of IPV at 2 and 4 months of age followed by 2 doses of oral polio vaccine (OPV) at 6 and 15 months of age. One annual national polio immunization day was maintained to provide OPV to all children aged 6 to 59 months. The decision to introduce IPV was based on preventing rare cases of vaccine-associated paralytic polio, financially sustaining IPV introduction, ensuring equitable access to IPV, and preparing for future OPV cessation following global eradication. Introducing IPV during a national multivaccination campaign led to rapid uptake, despite challenges with local vaccine supply due to high wastage rates. Continuous monitoring is required to achieve high coverage with the sequential polio vaccine schedule. PMID:25316829

  6. Sequential analysis of biochemical markers of bone resorption and bone densitometry in multiple myeloma

    DEFF Research Database (Denmark)

    Abildgaard, Niels; Brixen, K; Eriksen, E.F

    2004-01-01

    BACKGROUND AND OBJECTIVES: Bone lesions often occur in multiple myeloma (MM), but no tests have proven useful in identifying patients with increased risk. Bone marker assays and bone densitometry are non-invasive methods that can be used repeatedly at low cost. This study was performed to evaluate...... 6 weeks, DEXA-scans performed every 3 months, and skeletal radiographs were done every 6 months as well as when indicated. RESULTS: Serum ICTP and urinary NTx were predictive of progressive bone events. Markers of bone formation, bone mineral density assessments, and M component measurements were...... changes, and our data do not support routine use of sequential DEXA-scans. However, lumbar DEXA-scans at diagnosis can identify patients with increased risk of early vertebral collapses. Sequential analyses of serum ICTP and urinary NTx are useful for monitoring bone damage....

  7. Metamorphic Testing Integer Overflow Faults of Mission Critical Program: A Case Study

    Directory of Open Access Journals (Sweden)

    Zhanwei Hui

    2013-01-01

    Full Text Available For mission critical programs, integer overflow is one of the most dangerous faults. Different testing methods provide several effective ways to detect the defect. However, it is hard to validate the testing outputs, because the oracle of testing is not always available or too expensive to get, unless the program throws an exception obviously. In the present study, the authors conduct a case study, where the authors apply a metamorphic testing (MT method to detect the integer overflow defect and alleviate the oracle problem in testing critical program of Traffic Collision Avoidance System (TCAS. Experimental results show that, in revealing typical integer mutations, compared with traditional safety property testing method, MT with a novel symbolic metamorphic relation is more effective than the traditional method in some cases.

  8. Experimental Program for the CLIC test facility 3 test beam line

    CERN Document Server

    Adli, E; Dobert, S; Olvegaard, M; Schulte, D; Syratchev, I; Lillestol, Reidar

    2010-01-01

    The CLIC Test Facility 3 Test Beam Line is the first prototype for the CLIC drive beam decelerator. Stable transport of the drive beam under deceleration is a mandatory component in the CLIC two-beam scheme. In the Test Beam Line more than 50% of the total energy will be extracted from a 150 MeV, 28 A electron drive beam, by the use of 16 power extraction and transfer structures. A number of experiments are foreseen to investigate the drive beam characteristics under deceleration in the Test Beam Line, including beam stability, beam blow up and the efficiency of the power extraction. General benchmarking of decelerator simulation and theory studies will also be performed. Specially designed instrumentation including precision BPMs, loss monitors and a time-resolved spectrometer dump will be used for the experiments. This paper describes the experimental program foreseen for the Test Beam Line, including the relevance of the results for the CLIC decelerator studies.

  9. CRIEPI test program for seismic isolation of the FBR

    International Nuclear Information System (INIS)

    Shiojiri, Hiroo

    1989-01-01

    This paper describes the Central Research Institute of Electric Power Industry's (CRIEPIs) seismic isolation program. The test and research program on seismic isolation was started in 1987 by CRIEPI under contract with the Ministry of International Trade and Industry (MITI) of Japan. It was intended to establish a technical basis for the application of seismic isolation to fast breeder reactors (FBRs). In this paper, some details of the program and results of the preliminary study are described

  10. Sequential and simultaneous SLAR block adjustment. [spline function analysis for mapping

    Science.gov (United States)

    Leberl, F.

    1975-01-01

    Two sequential methods of planimetric SLAR (Side Looking Airborne Radar) block adjustment, with and without splines, and three simultaneous methods based on the principles of least squares are evaluated. A limited experiment with simulated SLAR images indicates that sequential block formation with splines followed by external interpolative adjustment is superior to the simultaneous methods such as planimetric block adjustment with similarity transformations. The use of the sequential block formation is recommended, since it represents an inexpensive tool for satisfactory point determination from SLAR images.

  11. Active vibration control testing of the SPICES program: final demonstration article

    Science.gov (United States)

    Dunne, James P.; Jacobs, Jack H.

    1996-05-01

    The Synthesis and Processing of Intelligent Cost Effective Structures (SPICES) Program is a partnership program sponsored by the Advanced Research Projects Agency. The mission of the program is to develop cost effective material processing and synthesis technologies to enable new products employing active vibration suppression and control devices to be brought to market. The two year program came to fruition in 1995 through the fabrication of the final smart components and testing of an active plate combined with two trapezoidal rails, forming an active mount. Testing of the SPICES combined active mount took place at McDonnell Douglas facilities in St. Louis, MO, in October-December 1995. Approximately 15 dB reduction in overall response of a motor mounted on the active structure was achieved. Further details and results of the SPICES combined active mount demonstration testing are outlined. Results of numerous damping and control strategies that were developed and employed in the testing are presented, as well as aspects of the design and fabrication of the SPICES active mount components.

  12. Sequential analysis as a tool for detection of amikacin ototoxicity in the treatment of multidrug-resistant tuberculosis.

    Science.gov (United States)

    Vasconcelos, Karla Anacleto de; Frota, Silvana Maria Monte Coelho; Ruffino-Netto, Antonio; Kritski, Afrânio Lineu

    2018-04-01

    To investigate early detection of amikacin-induced ototoxicity in a population treated for multidrug-resistant tuberculosis (MDR-TB), by means of three different tests: pure-tone audiometry (PTA); high-frequency audiometry (HFA); and distortion-product otoacoustic emission (DPOAE) testing. This was a longitudinal prospective cohort study involving patients aged 18-69 years with a diagnosis of MDR-TB who had to receive amikacin for six months as part of their antituberculosis drug regimen for the first time. Hearing was assessed before treatment initiation and at two and six months after treatment initiation. Sequential statistics were used to analyze the results. We included 61 patients, but the final population consisted of 10 patients (7 men and 3 women) because of sequential analysis. Comparison of the test results obtained at two and six months after treatment initiation with those obtained at baseline revealed that HFA at two months and PTA at six months detected hearing threshold shifts consistent with ototoxicity. However, DPOAE testing did not detect such shifts. The statistical method used in this study makes it possible to conclude that, over the six-month period, amikacin-associated hearing threshold shifts were detected by HFA and PTA, and that DPOAE testing was not efficient in detecting such shifts.

  13. Implementing reduced-risk integrated pest management in fresh-market cabbage: influence of sampling parameters, and validation of binomial sequential sampling plans for the cabbage looper (Lepidoptera Noctuidae).

    Science.gov (United States)

    Burkness, Eric C; Hutchison, W D

    2009-10-01

    Populations of cabbage looper, Trichoplusiani (Lepidoptera: Noctuidae), were sampled in experimental plots and commercial fields of cabbage (Brasicca spp.) in Minnesota during 1998-1999 as part of a larger effort to implement an integrated pest management program. Using a resampling approach and the Wald's sequential probability ratio test, sampling plans with different sampling parameters were evaluated using independent presence/absence and enumerative data. Evaluations and comparisons of the different sampling plans were made based on the operating characteristic and average sample number functions generated for each plan and through the use of a decision probability matrix. Values for upper and lower decision boundaries, sequential error rates (alpha, beta), and tally threshold were modified to determine parameter influence on the operating characteristic and average sample number functions. The following parameters resulted in the most desirable operating characteristic and average sample number functions; action threshold of 0.1 proportion of plants infested, tally threshold of 1, alpha = beta = 0.1, upper boundary of 0.15, lower boundary of 0.05, and resampling with replacement. We found that sampling parameters can be modified and evaluated using resampling software to achieve desirable operating characteristic and average sample number functions. Moreover, management of T. ni by using binomial sequential sampling should provide a good balance between cost and reliability by minimizing sample size and maintaining a high level of correct decisions (>95%) to treat or not treat.

  14. Efficacy and safety of sequential versus quadruple therapy as second-line treatment for helicobacter pylori infection-A randomized controlled trial.

    Directory of Open Access Journals (Sweden)

    Daniela Munteanu

    Full Text Available Quadruple therapy is recommended as second-line treatment for Helicobacter pylori eradication failure. However, high cost, multiple side effects, and low adherence rates are major drawbacks to its routine use. Our aim was to compare the efficacy and safety of sequential versus quadruple regimens as second line treatment for persistent Helicobacter pylori infection.Prospective, randomized, open label trial was conducted at a large academic, tertiary care center in Israel. Patients who previously failed a standard triple treatment eradication course were randomly assigned (1:1 to receive a 10-day sequential therapy course, or a 14-day quadruple regimen. Compliance and adverse events were evaluated by telephone questionnaires. The primary endpoint for analysis was the rate of Helicobacter pylori eradication as defined by either a negative 13C-urea breath-test, or stool antigen test, 4-16 weeks after treatment assessed under the non-inferiority hypothesis. The trial was terminated prematurely due to low recruitment rates. See S1 Checklist for CONSORT checklist.One hundred and one patients were randomized. Per modified intention-to-treat analysis, eradication rate was 49% in the sequential versus 42.5% in the quadruple regimen group (p-value for non-inferiority 0.02. Forty-two (84.0% versus 33 (64.7% patients completed treatment in the sequential and quadruple groups respectively (p 0.027. Gastrointestinal side effects were more common in the quadruple regimen group.Sequential treatment when used as a second line regimen, was non-inferior to the standard of care quadruple regimen in achieving Helicobacter pylori eradication, and was associated with better compliance and fewer adverse effects. Both treatment protocols failed to show an adequate eradication rate in the population of Southern Israel.ClinicalTrials.gov NCT01481844.

  15. Sequential Extraction Versus Comprehensive Characterization of Heavy Metal Species in Brownfield Soils

    Energy Technology Data Exchange (ETDEWEB)

    Dahlin, Cheryl L.; Williamson, Connie A.; Collins, W. Keith; Dahlin, David C.

    2002-06-01

    The applicability of sequential extraction as a means to determine species of heavy-metals was examined by a study on soil samples from two Superfund sites: the National Lead Company site in Pedricktown, NJ, and the Roebling Steel, Inc., site in Florence, NJ. Data from a standard sequential extraction procedure were compared to those from a comprehensive study that combined optical- and scanning-electron microscopy, X-ray diffraction, and chemical analyses. The study shows that larger particles of contaminants, encapsulated contaminants, and/or man-made materials such as slags, coke, metals, and plastics are subject to incasement, non-selectivity, and redistribution in the sequential extraction process. The results indicate that standard sequential extraction procedures that were developed for characterizing species of contaminants in river sediments may be unsuitable for stand-alone determinative evaluations of contaminant species in industrial-site materials. However, if employed as part of a comprehensive, site-specific characterization study, sequential extraction could be a very useful tool.

  16. Testing program PIN on experiments reported in EPRI-NP-369

    International Nuclear Information System (INIS)

    Kunt, J.; Pazdera, F.

    1980-03-01

    The testing is described of the applicability of program PIN for the thermomechanical simulation of PWR fuel elements. Program PIN is a modified program GAPCON-THERMAL-2. Four modifications are presented mostly affecting the results, viz., the fuel restructuring model, the fuel densification model, the gaseous fission product release model, and the fuel cladding creep model. The results show that the initial data for simulating fuel element behaviour in accident situations are determined using program PIN with accuracy comparable to that using other programs. (J.P.)

  17. ABCOVE program: preliminary results of tests AB5 and AB6

    International Nuclear Information System (INIS)

    Hilliard, R.K.; Muhlestein, L.D.

    1984-01-01

    A program for aerosol behavior code validation and evaluation (ABCOVE) is in progress in the United States. Purpose of the ABCOVE program is to provide a basis for judging the adequacy of existing aerosol behavior computer codes to describe inherent aerosol behavior in containment buildings during postulated breeder reactor accidents. The program involves pretest calculations by code developers and users, large-scale confirmatory tests in the 850-m 3 containment vessel of the Containment Systems Test Facility (CSTF), and blind post-test analyses and comparisons with experimental data. Two ABCOVE tests have been performed in the CSTF to date. In the first test, a single-species aerosol was used, with the aerosol being generated by spraying sodium at a high rate into an air atmosphere. In the second test, the experimental conditions simulated an accident environment in which a fission product aerosol, NaI, was released in the presence of a sodium fire. Pretest computer code predictions were made by seven organizations using eight computer codes (HAA-3, HAA-4, HAARM-3, SOFIA, QUICK, QUICKM, MAEROS, and CONTAIN)

  18. Testing Automation of Context-Oriented Programs Using Separation Logic

    Directory of Open Access Journals (Sweden)

    Mohamed A. El-Zawawy

    2014-01-01

    Full Text Available A new approach for programming that enables switching among contexts of commands during program execution is context-oriented programming (COP. This technique is more structured and modular than object-oriented and aspect-oriented programming and hence more flexible. For context-oriented programming, as implemented in COP languages such as ContextJ* and ContextL, this paper introduces accurate operational semantics. The language model of this paper uses Java concepts and is equipped with layer techniques for activation/deactivation of layer contexts. This paper also presents a logical system for COP programs. This logic is necessary for the automation of testing, developing, and validating of partial correctness specifications for COP programs and is an extension of separation logic. A mathematical soundness proof for the logical system against the proposed operational semantics is presented in the paper.

  19. Analysis of Well ER-EC-2a Testing, Western Pahute Mesa-Oasis Valley FY 2000 Testing Program

    Energy Technology Data Exchange (ETDEWEB)

    None

    2002-09-30

    This report documents the analysis of the data collected for Well ER-EC-2a during the Western Pahute Mesa - Oasis Valley (WPM-OV) well development and testing program that was conducted during fiscal year (FY) 2000. The data collection for that program is documented in Appendix A, Western Pahute Mesa - Oasis Valley, Well ER-EC-2a Data Report for Development and Hydraulic Testing.

  20. Recharging the battery: placement tests for ESP students

    Directory of Open Access Journals (Sweden)

    Maria Isabel Azevedo Cunha

    2001-02-01

    Full Text Available

    This paper first reviews key concepts in language testing and discusses the use of the English Language Placement Test administered at the Catholic University of Rio de Janeiro to computer science students, who are required t o take one of the two ESP courses offered by the English program. The analysis of the scores on two versions of a test administered to two different groups of computer science students who took the examination in sequential semesters is presented. For the original test, it em facility and it em discrimination were calculated, then overall test reliability was estimated. The statistics were carefully examined and a number of t he test items were eliminated, revamped or replaced in creating a revised version of the test. This modified and improved version of the test was then administered to a second group of students and the same statistics were applied once more. The results are discussed in terms of the importance of item analysis and revision for providing more consistent and accurate language testing instruments.

  1. Indicators for monitoring screening programs with primary HPV test.

    Science.gov (United States)

    Zorzi, Manuel; Giorgi Rossi, Paolo

    2017-01-01

    following scientific evidence produced in numerous studies, as well as national and international guidelines, organized cervical cancer screening programs in Italy have gradually introduced the HPV test as primary screening test, replacing cytology. As public health interventions, screening programs must ensure equity, improvement in quality of life, and adequate information for the population involved with regards to benefits and possible risks; therefore, it is essential for quality to be constantly checked at every phase of the project.The Italian Cervical Screening Group (Gruppo Italiano per lo Screening Cervicale, GISCi) has written a handbook for the calculation and interpretation of cervical screening program monitoring indicators that take into account the new protocol based on primary HPV test with cytology triage. based on the European guidelines and Italian recommendations on primary HPVbased screening, the working group, which includes professionals from all the fields involved in cervical screening, identified the essential points needed to monitor the screening process, the accuracy of individual tests, and early outcomes, defining a specific indicator for each aspect. The indicators were grouped as follows: baseline indicators, indicators for test repeat after one year, cumulative indicators, and waiting times. For every indicator, the source of data, calculation formula, any standards or critical thresholds, and interpretation were defined. The standards are based on the results of NTCC trials or Italian pilot studies. the main indicators proposed for the organization are the following: number of invitations, compliance with first invitation, with one-year test repeat and with colposcopy; for test and process accuracy, a cohort approach was utilised, where indicators are based on women who must be followed for at least one year, so as to integrate the results obtained after the first HPV test with the outcome of the test's repetition after one year

  2. A Neuro-Fuzzy Inference System Combining Wavelet Denoising, Principal Component Analysis, and Sequential Probability Ratio Test for Sensor Monitoring

    International Nuclear Information System (INIS)

    Na, Man Gyun; Oh, Seungrohk

    2002-01-01

    A neuro-fuzzy inference system combined with the wavelet denoising, principal component analysis (PCA), and sequential probability ratio test (SPRT) methods has been developed to monitor the relevant sensor using the information of other sensors. The parameters of the neuro-fuzzy inference system that estimates the relevant sensor signal are optimized by a genetic algorithm and a least-squares algorithm. The wavelet denoising technique was applied to remove noise components in input signals into the neuro-fuzzy system. By reducing the dimension of an input space into the neuro-fuzzy system without losing a significant amount of information, the PCA was used to reduce the time necessary to train the neuro-fuzzy system, simplify the structure of the neuro-fuzzy inference system, and also, make easy the selection of the input signals into the neuro-fuzzy system. By using the residual signals between the estimated signals and the measured signals, the SPRT is applied to detect whether the sensors are degraded or not. The proposed sensor-monitoring algorithm was verified through applications to the pressurizer water level, the pressurizer pressure, and the hot-leg temperature sensors in pressurized water reactors

  3. The Advanced Test Reactor Strategic Evaluation Program

    International Nuclear Information System (INIS)

    Buescher, B.J.

    1990-01-01

    A systematic evaluation of safety, environmental, and operational issues has been initiated at the Advanced Test Reactor (ATR). This program, the Strategic Evaluation Program (STEP), provides an integrated review of safety and operational issues against the standards applied to licensed commercial facilities. In the review of safety issues, 18 deviations were identified which required prompt attention. Resolution of these items has been accelerated in the program. An integrated living schedule is being developed to address the remaining findings. A risk evaluation is being performed on the proposed corrective actions and these actions will then be formally ranked in order of priority based on considerations of safety and operational significance. Once the final ranking is completed, an integrated schedule will be developed, which will include considerations of availability of funding and operating schedule. 3 refs., 2 figs

  4. Hierarchical programming language for modal multi-rate real-time stream processing applications

    NARCIS (Netherlands)

    Geuns, S.J.; Hausmans, J.P.H.M.; Bekooij, Marco Jan Gerrit

    2014-01-01

    Modal multi-rate stream processing applications with real-time constraints which are executed on multi-core embedded systems often cannot be conveniently specified using current programming languages. An important issue is that sequential programming languages do not allow for convenient programming

  5. Sequential determination of important ecotoxic radionuclides in nuclear waste samples

    International Nuclear Information System (INIS)

    Bilohuscin, J.

    2016-01-01

    In the dissertation thesis we focused on the development and optimization of a sequential determination method for radionuclides 93 Zr, 94 Nb, 99 Tc and 126 Sn, employing extraction chromatography sorbents TEVA (R) Resin and Anion Exchange Resin, supplied by Eichrom Industries. Prior to the attestation of sequential separation of these proposed radionuclides from radioactive waste samples, a unique sequential procedure of 90 Sr, 239 Pu, 241 Am separation from urine matrices was tried, using molecular recognition sorbents of AnaLig (R) series and extraction chromatography sorbent DGA (R) Resin. On these experiments, four various sorbents were continually used for separation, including PreFilter Resin sorbent, which removes interfering organic materials present in raw urine. After the acquisition of positive results of this sequential procedure followed experiments with a 126 Sn separation using TEVA (R) Resin and Anion Exchange Resin sorbents. Radiochemical recoveries obtained from samples of radioactive evaporate concentrates and sludge showed high efficiency of the separation, while values of 126 Sn were under the minimum detectable activities MDA. Activity of 126 Sn was determined after ingrowth of daughter nuclide 126m Sb on HPGe gamma detector, with minimal contamination of gamma interfering radionuclides with decontamination factors (D f ) higher then 1400 for 60 Co and 47000 for 137 Cs. Based on the acquired experiments and results of these separation procedures, a complex method of sequential separation of 93 Zr, 94 Nb, 99 Tc and 126 Sn was proposed, which included optimization steps similar to those used in previous parts of the dissertation work. Application of the sequential separation method for sorbents TEVA (R) Resin and Anion Exchange Resin on real samples of radioactive wastes provided satisfactory results and an economical, time sparing, efficient method. (author)

  6. Sequential vs simultaneous revascularization in patients undergoing liver transplantation: A meta-analysis.

    Science.gov (United States)

    Wang, Jia-Zhong; Liu, Yang; Wang, Jin-Long; Lu, Le; Zhang, Ya-Fei; Lu, Hong-Wei; Li, Yi-Ming

    2015-06-14

    We undertook this meta-analysis to investigate the relationship between revascularization and outcomes after liver transplantation. A literature search was performed using MeSH and key words. The quality of the included studies was assessed using the Jadad Score and the Newcastle-Ottawa Scale. Heterogeneity was evaluated by the χ(2) and I (2) tests. The risk of publication bias was assessed using a funnel plot and Egger's test, and the risk of bias was assessed using a domain-based assessment tool. A sensitivity analysis was conducted by reanalyzing the data using different statistical approaches. Six studies with a total of 467 patients were included. Ischemic-type biliary lesions were significantly reduced in the simultaneous revascularization group compared with the sequential revascularization group (OR = 4.97, 95%CI: 2.45-10.07; P simultaneous revascularization group. Although warm ischemia time was prolonged in simultaneous revascularization group (MD = -25.84, 95%CI: -29.28-22.40; P sequential and simultaneous revascularization groups. Assessment of the risk of bias showed that the methods of random sequence generation and blinding might have been a source of bias. The sensitivity analysis strengthened the reliability of the results of this meta-analysis. The results of this study indicate that simultaneous revascularization in liver transplantation may reduce the incidence of ischemic-type biliary lesions and length of stay of patients in the ICU.

  7. Integrated Data Collection Analysis (IDCA) Program - SSST Testing Methods

    Energy Technology Data Exchange (ETDEWEB)

    Sandstrom, Mary M. [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Brown, Geoffrey W. [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Preston, Daniel N. [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Pollard, Colin J. [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Warner, Kirstin F. [Naval Surface Warfare Center (NSWC), Indian Head, MD (United States). Indian Head Division; Remmers, Daniel L. [Naval Surface Warfare Center (NSWC), Indian Head, MD (United States). Indian Head Division; Sorensen, Daniel N. [Naval Surface Warfare Center (NSWC), Indian Head, MD (United States). Indian Head Division; Whinnery, LeRoy L. [Sandia National Lab. (SNL-CA), Livermore, CA (United States); Phillips, Jason J. [Sandia National Lab. (SNL-CA), Livermore, CA (United States); Shelley, Timothy J. [Bureau of Alcohol, Tobacco and Firearms (ATF), Huntsville, AL (United States); Reyes, Jose A. [Applied Research Associates, Tyndall AFB, FL (United States); Hsu, Peter C. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Reynolds, John G. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States)

    2013-03-25

    The Integrated Data Collection Analysis (IDCA) program is conducting a proficiency study for Small- Scale Safety and Thermal (SSST) testing of homemade explosives (HMEs). Described here are the methods used for impact, friction, electrostatic discharge, and differential scanning calorimetry analysis during the IDCA program. These methods changed throughout the Proficiency Test and the reasons for these changes are documented in this report. The most significant modifications in standard testing methods are: 1) including one specified sandpaper in impact testing among all the participants, 2) diversifying liquid test methods for selected participants, and 3) including sealed sample holders for thermal testing by at least one participant. This effort, funded by the Department of Homeland Security (DHS), is putting the issues of safe handling of these materials in perspective with standard military explosives. The study is adding SSST testing results for a broad suite of different HMEs to the literature. Ultimately the study will suggest new guidelines and methods and possibly establish the SSST testing accuracies needed to develop safe handling practices for HMEs. Each participating testing laboratory uses identical test materials and preparation methods wherever possible. The testing performers involved are Lawrence Livermore National Laboratory (LLNL), Los Alamos National Laboratory (LANL), Indian Head Division, Naval Surface Warfare Center, (NSWC IHD), Sandia National Laboratories (SNL), and Air Force Research Laboratory (AFRL/RXQL). These tests are conducted as a proficiency study in order to establish some consistency in test protocols, procedures, and experiments and to compare results when these testing variables cannot be made consistent.

  8. Documentscape: Intertextuality, Sequentiality & Autonomy at Work

    DEFF Research Database (Denmark)

    Christensen, Lars Rune; Bjørn, Pernille

    2014-01-01

    On the basis of an ethnographic field study, this article introduces the concept of documentscape to the analysis of document-centric work practices. The concept of documentscape refers to the entire ensemble of documents in their mutual intertextual interlocking. Providing empirical data from...... a global software development case, we show how hierarchical structures and sequentiality across the interlocked documents are critical to how actors make sense of the work of others and what to do next in a geographically distributed setting. Furthermore, we found that while each document is created...... as part of a quasi-sequential order, this characteristic does not make the document, as a single entity, into a stable object. Instead, we found that the documents were malleable and dynamic while suspended in intertextual structures. Our concept of documentscape points to how the hierarchical structure...

  9. Preliminary irradiation test results from the Yankee Atomic Electric Company reactor vessel test irradiation program

    International Nuclear Information System (INIS)

    Biemiller, E.C.; Fyfitch, Stephen; Campbell, C.A.

    1994-01-01

    The Yankee Atomic Electric Company test irradiation program was implemented to characterize the irradiation response of representative Yankee Rowe reactor vessel beltline plate materials and to remove uncertainties in the analysis of existing irradiation data on the Yankee Rowe reactor vessel steel. Plate materials each containing 0.24 w/o copper, but different nickel contents at 0.63 w/o and 0.19 w/o, were heat treated to simulate the Yankee vessel heat treatment (austenitized at 982 o C (1800 o F)) and to simulate Regulatory Guide 1.99 database materials (austenitized at 871 o C (1600 o F)). These heat treatments produced different microstructures so the effect of microstructure on irradiation damage sensitivity could be tested. Because the nickel content of the test plates varied and the copper level was constant, the effect of nickel on irradiation embrittlement was also tested. Correlation monitor material, HSST-02, was included in the program to benchmark the Ford Nuclear Reactor (University of Michigan Test Reactor) which had never been used before for this type of irradiation program. Materials taken from plate surface locations (versus 1/4 T) were included to test whether or not the improved toughness properties of the plate surface layer, resulting from the rapid quench, are maintained after irradiation. If the improved properties are maintained, pressurized thermal shock calculations could utilize this margin. Finally, for one experiment, irradiations were conducted at two irradiation temperatures (260 o C and 288 o C) to determine the effect of irradiation temperature on embrittlement. (Author)

  10. Procedures and reasoning for skill proficiency testing in physical education teacher education programs

    Directory of Open Access Journals (Sweden)

    Timothy Baghurst

    2015-12-01

    Full Text Available This study sought to determine how the testing of skill proficiency is being conducted in physical education teacher education (PETE programs in the USA and how fitness or skill proficiencies, as attributes of a physical educator, are perceived. Participants were 312 college PETE program coordinators who completed an online survey about skill testing in their program. The eligible respondents yielded a 52.7% total response rate. Most participants believed that skill proficiency for PETE students was important, but only 46% of programs reported testing within their program. Many participants stated it was possible for their students to graduate without demonstrating proficiency in skill technique, yet were confident their students would pass an independent skill test. Only 46.2% of respondents indicated their students needed to demonstrate proper skill technique in order to graduate, and there was no consistent method of assessment. Responses were evenly split regarding the importance of a physical educator being able to demonstrate proper skill technique or be physically fit. The lack of skill testing in programs, combined with the variation in assessment, is concerning, and the development of a standardized skill-based test may provide more rigor to this important area of teacher credibility and effectiveness.

  11. Reliability Evaluation of Distribution System Considering Sequential Characteristics of Distributed Generation

    Directory of Open Access Journals (Sweden)

    Sheng Wanxing

    2016-01-01

    Full Text Available In allusion to the randomness of output power of distributed generation (DG, a reliability evaluation model based on sequential Monte Carlo simulation (SMCS for distribution system with DG is proposed. Operating states of the distribution system can be sampled by SMCS in chronological order thus the corresponding output power of DG can be generated. The proposed method has been tested on feeder F4 of IEEE-RBTS Bus 6. The results show that reliability evaluation of distribution system considering the uncertainty of output power of DG can be effectively implemented by SMCS.

  12. Tailored sequential drug release from bilayered calcium sulfate composites

    International Nuclear Information System (INIS)

    Orellana, Bryan R.; Puleo, David A.

    2014-01-01

    The current standard for treating infected bony defects, such as those caused by periodontal disease, requires multiple time-consuming steps and often multiple procedures to fight the infection and recover lost tissue. Releasing an antibiotic followed by an osteogenic agent from a synthetic bone graft substitute could allow for a streamlined treatment, reducing the need for multiple surgeries and thereby shortening recovery time. Tailorable bilayered calcium sulfate (CS) bone graft substitutes were developed with the ability to sequentially release multiple therapeutic agents. Bilayered composite samples having a shell and core geometry were fabricated with varying amounts (1 or 10 wt.%) of metronidazole-loaded poly(lactic-co-glycolic acid) (PLGA) particles embedded in the shell and simvastatin directly loaded into either the shell, core, or both. Microcomputed tomography showed the overall layered geometry as well as the uniform distribution of PLGA within the shells. Dissolution studies demonstrated that the amount of PLGA particles (i.e., 1 vs. 10 wt.%) had a small but significant effect on the erosion rate (3% vs. 3.4%/d). Mechanical testing determined that introducing a layered geometry had a significant effect on the compressive strength, with an average reduction of 35%, but properties were comparable to those of mandibular trabecular bone. Sustained release of simvastatin directly loaded into CS demonstrated that changing the shell to core volume ratio dictates the duration of drug release from each layer. When loaded together in the shell or in separate layers, sequential release of metronidazole and simvastatin was achieved. By introducing a tunable, layered geometry capable of releasing multiple drugs, CS-based bone graft substitutes could be tailored in order to help streamline the multiple steps needed to regenerate tissue in infected defects. - Highlights: • Bilayered CS composites were fabricated as potential bone graft substitutes. • The shell

  13. Tailored sequential drug release from bilayered calcium sulfate composites

    Energy Technology Data Exchange (ETDEWEB)

    Orellana, Bryan R.; Puleo, David A., E-mail: puleo@uky.edu

    2014-10-01

    The current standard for treating infected bony defects, such as those caused by periodontal disease, requires multiple time-consuming steps and often multiple procedures to fight the infection and recover lost tissue. Releasing an antibiotic followed by an osteogenic agent from a synthetic bone graft substitute could allow for a streamlined treatment, reducing the need for multiple surgeries and thereby shortening recovery time. Tailorable bilayered calcium sulfate (CS) bone graft substitutes were developed with the ability to sequentially release multiple therapeutic agents. Bilayered composite samples having a shell and core geometry were fabricated with varying amounts (1 or 10 wt.%) of metronidazole-loaded poly(lactic-co-glycolic acid) (PLGA) particles embedded in the shell and simvastatin directly loaded into either the shell, core, or both. Microcomputed tomography showed the overall layered geometry as well as the uniform distribution of PLGA within the shells. Dissolution studies demonstrated that the amount of PLGA particles (i.e., 1 vs. 10 wt.%) had a small but significant effect on the erosion rate (3% vs. 3.4%/d). Mechanical testing determined that introducing a layered geometry had a significant effect on the compressive strength, with an average reduction of 35%, but properties were comparable to those of mandibular trabecular bone. Sustained release of simvastatin directly loaded into CS demonstrated that changing the shell to core volume ratio dictates the duration of drug release from each layer. When loaded together in the shell or in separate layers, sequential release of metronidazole and simvastatin was achieved. By introducing a tunable, layered geometry capable of releasing multiple drugs, CS-based bone graft substitutes could be tailored in order to help streamline the multiple steps needed to regenerate tissue in infected defects. - Highlights: • Bilayered CS composites were fabricated as potential bone graft substitutes. • The shell

  14. Introduction of sequential inactivated polio vaccine-oral polio vaccine schedule for routine infant immunization in Brazil's National Immunization Program.

    Science.gov (United States)

    Domingues, Carla Magda Allan S; de Fátima Pereira, Sirlene; Cunha Marreiros, Ana Carolina; Menezes, Nair; Flannery, Brendan

    2014-11-01

    In August 2012, the Brazilian Ministry of Health introduced inactivated polio vaccine (IPV) as part of sequential polio vaccination schedule for all infants beginning their primary vaccination series. The revised childhood immunization schedule included 2 doses of IPV at 2 and 4 months of age followed by 2 doses of oral polio vaccine (OPV) at 6 and 15 months of age. One annual national polio immunization day was maintained to provide OPV to all children aged 6 to 59 months. The decision to introduce IPV was based on preventing rare cases of vaccine-associated paralytic polio, financially sustaining IPV introduction, ensuring equitable access to IPV, and preparing for future OPV cessation following global eradication. Introducing IPV during a national multivaccination campaign led to rapid uptake, despite challenges with local vaccine supply due to high wastage rates. Continuous monitoring is required to achieve high coverage with the sequential polio vaccine schedule. Published by Oxford University Press on behalf of the Infectious Diseases Society of America 2014. This work is written by (a) US Government employee(s) and is in the public domain in the US.

  15. Sequential growth factor application in bone marrow stromal cell ligament engineering.

    Science.gov (United States)

    Moreau, Jodie E; Chen, Jingsong; Horan, Rebecca L; Kaplan, David L; Altman, Gregory H

    2005-01-01

    In vitro bone marrow stromal cell (BMSC) growth may be enhanced through culture medium supplementation, mimicking the biochemical environment in which cells optimally proliferate and differentiate. We hypothesize that the sequential administration of growth factors to first proliferate and then differentiate BMSCs cultured on silk fiber matrices will support the enhanced development of ligament tissue in vitro. Confluent second passage (P2) BMSCs obtained from purified bone marrow aspirates were seeded on RGD-modified silk matrices. Seeded matrices were divided into three groups for 5 days of static culture, with medium supplement of basic fibroblast growth factor (B) (1 ng/mL), epidermal growth factor (E; 1 ng/mL), or growth factor-free control (C). After day 5, medium supplementation was changed to transforming growth factor-beta1 (T; 5 ng/mL) or C for an additional 9 days of culture. Real-time RT-PCR, SEM, MTT, histology, and ELISA for collagen type I of all sample groups were performed. Results indicated that BT supported the greatest cell ingrowth after 14 days of culture in addition to the greatest cumulative collagen type I expression measured by ELISA. Sequential growth factor application promoted significant increases in collagen type I transcript expression from day 5 of culture to day 14, for five of six groups tested. All T-supplemented samples surpassed their respective control samples in both cell ingrowth and collagen deposition. All samples supported spindle-shaped, fibroblast cell morphology, aligning with the direction of silk fibers. These findings indicate significant in vitro ligament development after only 14 days of culture when using a sequential growth factor approach.

  16. 78 FR 66039 - Modification of National Customs Automation Program Test Concerning Automated Commercial...

    Science.gov (United States)

    2013-11-04

    ... Customs Automation Program Test Concerning Automated Commercial Environment (ACE) Cargo Release (Formerly...) plan to both rename and modify the National Customs Automation Program (NCAP) test concerning the... data elements required to obtain release for cargo transported by air. The test will now be known as...

  17. Test Program for the Performance Analysis of DNS64 Servers

    Directory of Open Access Journals (Sweden)

    Gábor Lencse

    2015-09-01

    Full Text Available In our earlier research papers, bash shell scripts using the host Linux command were applied for testing the performance and stability of different DNS64 server imple­mentations. Because of their inefficiency, a small multi-threaded C/C++ program (named dns64perf was written which can directly send DNS AAAA record queries. After the introduction to the essential theoretical background about the structure of DNS messages and TCP/IP socket interface programming, the design decisions and implementation details of our DNS64 performance test program are disclosed. The efficiency of dns64perf is compared to that of the old method using bash shell scripts. The result is convincing: dns64perf can send at least 95 times more DNS AAAA record queries per second. The source code of dns64perf is published under the GNU GPLv3 license to support the work of other researchers in the field of testing the performance of DNS64 servers.

  18. 75 FR 38422 - Procedures for Transportation Workplace Drug and Alcohol Testing Programs

    Science.gov (United States)

    2010-07-02

    ... 2105-AD84 Procedures for Transportation Workplace Drug and Alcohol Testing Programs AGENCY: Office of..., 2011. DATES: This rule is effective July 2, 2010. FOR FURTHER INFORMATION CONTACT: For program issues... Federal Regulations, as follows: PART 40--PROCEDURES FOR TRANSPORTATION WORKPLACE DRUG AND ALCOHOL TESTING...

  19. Sequential series for nuclear reactions

    International Nuclear Information System (INIS)

    Izumo, Ko

    1975-01-01

    A new time-dependent treatment of nuclear reactions is given, in which the wave function of compound nucleus is expanded by a sequential series of the reaction processes. The wave functions of the sequential series form another complete set of compound nucleus at the limit Δt→0. It is pointed out that the wave function is characterized by the quantities: the number of degrees of freedom of motion n, the period of the motion (Poincare cycle) tsub(n), the delay time t sub(nμ) and the relaxation time tausub(n) to the equilibrium of compound nucleus, instead of the usual quantum number lambda, the energy eigenvalue Esub(lambda) and the total width GAMMAsub(lambda) of resonance levels, respectively. The transition matrix elements and the yields of nuclear reactions also become the functions of time given by the Fourier transform of the usual ones. The Poincare cycles of compound nuclei are compared with the observed correlations among resonance levels, which are about 10 -17 --10 -16 sec for medium and heavy nuclei and about 10 -20 sec for the intermediate resonances. (auth.)

  20. Inmate must take HIV test if he wants to enroll in program.

    Science.gov (United States)

    1999-10-29

    An inmate cannot sue the Taylorville Correctional Center in Illinois under the Americans with Disabilities Act (ADA) for requiring an HIV test for enrollment in a prison program. [Name removed] wanted to participate in the prison's culinary arts program, but did not want to take the HIV test. The 7th U.S. Circuit Court of Appeals ruled that [name removed] was not a "qualified individual with a disability" and therefore could not sue under ADA. The policy justification for the HIV test, which is required of all inmates enrolling in the program, was not addressed by the court.

  1. A node linkage approach for sequential pattern mining.

    Directory of Open Access Journals (Sweden)

    Osvaldo Navarro

    Full Text Available Sequential Pattern Mining is a widely addressed problem in data mining, with applications such as analyzing Web usage, examining purchase behavior, and text mining, among others. Nevertheless, with the dramatic increase in data volume, the current approaches prove inefficient when dealing with large input datasets, a large number of different symbols and low minimum supports. In this paper, we propose a new sequential pattern mining algorithm, which follows a pattern-growth scheme to discover sequential patterns. Unlike most pattern growth algorithms, our approach does not build a data structure to represent the input dataset, but instead accesses the required sequences through pseudo-projection databases, achieving better runtime and reducing memory requirements. Our algorithm traverses the search space in a depth-first fashion and only preserves in memory a pattern node linkage and the pseudo-projections required for the branch being explored at the time. Experimental results show that our new approach, the Node Linkage Depth-First Traversal algorithm (NLDFT, has better performance and scalability in comparison with state of the art algorithms.

  2. Sequential Change-Point Detection via Online Convex Optimization

    Directory of Open Access Journals (Sweden)

    Yang Cao

    2018-02-01

    Full Text Available Sequential change-point detection when the distribution parameters are unknown is a fundamental problem in statistics and machine learning. When the post-change parameters are unknown, we consider a set of detection procedures based on sequential likelihood ratios with non-anticipating estimators constructed using online convex optimization algorithms such as online mirror descent, which provides a more versatile approach to tackling complex situations where recursive maximum likelihood estimators cannot be found. When the underlying distributions belong to a exponential family and the estimators satisfy the logarithm regret property, we show that this approach is nearly second-order asymptotically optimal. This means that the upper bound for the false alarm rate of the algorithm (measured by the average-run-length meets the lower bound asymptotically up to a log-log factor when the threshold tends to infinity. Our proof is achieved by making a connection between sequential change-point and online convex optimization and leveraging the logarithmic regret bound property of online mirror descent algorithm. Numerical and real data examples validate our theory.

  3. Sequential decoders for large MIMO systems

    KAUST Repository

    Ali, Konpal S.; Abediseid, Walid; Alouini, Mohamed-Slim

    2014-01-01

    the Sequential Decoder using the Fano Algorithm for large MIMO systems. A parameter called the bias is varied to attain different performance-complexity trade-offs. Low values of the bias result in excellent performance but at the expense of high complexity

  4. Enhancing sequential time perception and storytelling ability of deaf and hard of hearing children.

    Science.gov (United States)

    Ingber, Sara; Eden, Sigal

    2011-01-01

    A 3-month intervention was conducted to enhance the sequential time perception and storytelling ability of young children with hearing loss. The children were trained to arrange pictorial episodes of temporal scripts and tell the stories they created. Participants (N = 34, aged 4-7 years) were divided into 2 groups based on whether their spoken-language gap was more or less than 1 year compared to age norms. They completed A. Kaufman and N. Kaufman's (1983) picture series subtest and Guralnik's (1982) storytelling test at pretest and posttest. Measures demonstrated significant improvement in sequential time and storytelling achievement postintervention. Three of the examined demographic variables revealed correlations: Participants with genetic etiology showed greater improvement in time sequencing and storytelling than participants with unknown etiology; early onset of treatment correlated with better achievement in time sequencing; cochlear implant users showed greater storytelling improvement than hearing aid users.

  5. 40 CFR 91.803 - Manufacturer in-use testing program.

    Science.gov (United States)

    2010-07-01

    ... PROGRAMS (CONTINUED) CONTROL OF EMISSIONS FROM MARINE SPARK-IGNITION ENGINES In-Use Testing and Recall... failing engine, two more engines shall be tested until the total number of engines equals ten (10). (2... the total number of engines equals ten (10). (3) If an engine family was certified using carry over...

  6. Restart Testing Program for piping following steam generator replacement at North Anna Unit 1

    International Nuclear Information System (INIS)

    Bain, R.A.; Bayer, R.K.

    1993-01-01

    In order to provide assurance that the effects of performing steam generator replacement (SGR) at North Anna unit 1 had no adverse impact on plant piping systems, a cold functional verification restart testing program was developed. This restart testing program was implemented in lieu of a hot functional testing program normally used during the initial startup of a nuclear plant. A review of North Anna plant-specific and generic U.S. Nuclear Regulatory Commission requirements for restart testing was performed to ensure that no mandatory hot functional testing was required. This was determined to be the case, and the development of a cold functional test program was initiated. The cold functional test had inherent advantages as compared to the hot functional testing, while still providing assurance of piping system adequacy. The advantages of the cold verification program included reducing risk to personnel from hot piping, increasing the accuracy of measurements with the improvement in work conditions, eliminating engineering activities during the heatup process, and being able to record measurements as construction work was completed allowing for rework or repair of components if required. To ensure the effectiveness of the cold verification program, a project procedure was generated to identify the personnel, equipment, and measurement requirements. An engineering calculation was issued to document the scope of the restart test program, and an additional calculation was developed to provide acceptance criteria for the critical commodity measurements

  7. Design Considerations for mHealth Programs Targeting Smokers Not Yet Ready to Quit: Results of a Sequential Mixed-Methods Study.

    Science.gov (United States)

    McClure, Jennifer B; Heffner, Jaimee; Hohl, Sarah; Klasnja, Predrag; Catz, Sheryl L

    2017-03-10

    Mobile health (mHealth) smoking cessation programs are typically designed for smokers who are ready to quit smoking. In contrast, most smokers want to quit someday but are not yet ready to quit. If mHealth apps were designed for these smokers, they could potentially encourage and assist more people to quit smoking. No prior studies have specifically examined the design considerations of mHealth apps targeting smokers who are not yet ready to quit. To inform the user-centered design of mHealth apps for smokers who were not yet ready to quit by assessing (1) whether these smokers were interested in using mHealth tools to change their smoking behavior; (2) their preferred features, functionality, and content of mHealth programs addressing smoking; and (3) considerations for marketing or distributing these programs to promote their uptake. We conducted a sequential exploratory, mixed-methods study. Qualitative interviews (phase 1, n=15) were completed with a demographically diverse group of smokers who were smartphone owners and wanted to quit smoking someday, but not yet. Findings informed a Web-based survey of smokers from across the United States (phase 2, n=116). Data were collected from April to September, 2016. Findings confirmed that although smokers not yet ready to quit are not actively seeking treatment or using cessation apps, most would be interested in using these programs to help them reduce or change their smoking behavior. Among phase 2 survey respondents, the app features, functions, and content rated most highly were (1) security of personal information; (2) the ability to track smoking, spending, and savings; (3) content that adaptively changes with one's needs; (4) the ability to request support as needed; (5) the ability to earn and redeem awards for program use; (6) guidance on how to quit smoking; and (7) content specifically addressing management of nicotine withdrawal, stress, depression, and anxiety. Results generally did not vary by stage of

  8. Introductory comments on the USGS geographic applications program

    Science.gov (United States)

    Gerlach, A. C.

    1970-01-01

    The third phase of remote sensing technologies and potentials applied to the operations of the U.S. Geological Survey is introduced. Remote sensing data with multidisciplinary spatial data from traditional sources is combined with geographic theory and techniques of environmental modeling. These combined imputs are subject to four sequential activities that involve: (1) thermatic mapping of land use and environmental factors; (2) the dynamics of change detection; (3) environmental surveillance to identify sudden changes and general trends; and (4) preparation of statistical model and analytical reports. Geography program functions, products, clients, and goals are presented in graphical form, along with aircraft photo missions, geography test sites, and FY-70.

  9. 1/3-scale model testing program

    International Nuclear Information System (INIS)

    Yoshimura, H.R.; Attaway, S.W.; Bronowski, D.R.; Uncapher, W.L.; Huerta, M.; Abbott, D.G.

    1989-01-01

    This paper describes the drop testing of a one-third scale model transport cask system. Two casks were supplied by Transnuclear, Inc. (TN) to demonstrate dual purpose shipping/storage casks. These casks will be used to ship spent fuel from DOEs West Valley demonstration project in New York to the Idaho National Engineering Laboratory (INEL) for long term spent fuel dry storage demonstration. As part of the certification process, one-third scale model tests were performed to obtain experimental data. Two 9-m (30-ft) drop tests were conducted on a mass model of the cask body and scaled balsa and redwood filled impact limiters. In the first test, the cask system was tested in an end-on configuration. In the second test, the system was tested in a slap-down configuration where the axis of the cask was oriented at a 10 degree angle with the horizontal. Slap-down occurs for shallow angle drops where the primary impact at one end of the cask is followed by a secondary impact at the other end. The objectives of the testing program were to (1) obtain deceleration and displacement information for the cask and impact limiter system, (2) obtain dynamic force-displacement data for the impact limiters, (3) verify the integrity of the impact limiter retention system, and (4) examine the crush behavior of the limiters. This paper describes both test results in terms of measured deceleration, post test deformation measurements, and the general structural response of the system

  10. Safeguards system testing WSRC Insider Exercise Program (U)

    International Nuclear Information System (INIS)

    Robichaux, J.J.

    1991-01-01

    One of the major concerns related to the control and accountability of nuclear material located at DOE facilities is the theft or diversion of material by an insider. Many complex safeguards and security systems have been installed to provide timely detection and prevention of the removal of nuclear materials. The Westinghouse Savannah River Company's (WSRC) Material Control and Accountability (MC and A) section has implemented an insider exercise program designed to evaluate the effectiveness of these safeguards systems. Exercises consist of limited scope performance test. This paper describes the structure and controls for the insider exercise program at the Savannah River Site, the lessons learned over the past several years, and methods being utilized to improve the program

  11. Comment on: "Cell Therapy for Heart Disease: Trial Sequential Analyses of Two Cochrane Reviews"

    DEFF Research Database (Denmark)

    Castellini, Greta; Nielsen, Emil Eik; Gluud, Christian

    2017-01-01

    Trial Sequential Analysis is a frequentist method to help researchers control the risks of random errors in meta-analyses (1). Fisher and colleagues used Trial Sequential Analysis on cell therapy for heart diseases (2). The present article discusses the usefulness of Trial Sequential Analysis and...

  12. A Study of Minimum Competency Testing Programs. Final Summary and Analysis Report.

    Science.gov (United States)

    Gorth, William Phillip; Perkins, Marcy R.

    To portray the status of minimum competency testing programs nationwide; as of June 30, 1979, on-site visits were conducted with directors of all 31 state programs and 20 local district programs. Most programs were developed since 1976; 14 state and 13 local programs are fully implemented. The state board of education mandated 16 state programs;…

  13. Sequence and Uniformity in the High School Literature Program.

    Science.gov (United States)

    Sauer, Edwin H.

    A good, sequential literature program for secondary school students should deal simultaneously with literary forms, with the chronological development of literature, and with broad themes of human experience. By employing the abundance of teaching aids, texts, and improved foreign translations available today, an imaginatively planned program can…

  14. Spent fuel sabotage test program, characterization of aerosol dispersal : interim final report

    International Nuclear Information System (INIS)

    Gregson, Michael Warren; Brockmann, John E.; Loiseau, Olivier; Klennert, Lindsay A.; Nolte, Oliver; Molecke, Martin Alan; Autrusson, Bruno A.; Koch, Wolfgang; Pretzsch, Gunter Guido; Brucher, Wenzel; Steyskal, Michele D.

    2008-01-01

    This multinational, multi-phase spent fuel sabotage test program is quantifying the aerosol particles produced when the products of a high energy density device (HEDD) interact with and explosively particulate test rodlets that contain pellets of either surrogate materials or actual spent fuel. This program provides source-term data that are relevant to plausible sabotage scenarios in relation to spent fuel transport and storage casks and associated risk assessments. We present details and significant results obtained from this program from 2001 through 2007. Measured aerosol results include: respirable fractions produced; amounts, nuclide content, and produced particle size distributions and morphology; measurements of volatile fission product species enhanced sorption--enrichment factors onto respirable particles; and, status on determination of the spent fuel ratio, SFR, needed for scaling studies. Emphasis is provided on recent Phase 3 tests using depleted uranium oxide pellets plus non-radioactive fission product dopants in surrogate spent fuel test rodlets, plus the latest surrogate cerium oxide results and aerosol laboratory supporting calibration work. The DUO 2 , CeO 2 , plus fission product dopant aerosol particle results are compared with available historical data. We also provide a status review on continuing preparations for the final Phase 4 in this program, tests using individual short rodlets containing actual spent fuel from U.S. PWR reactors, with both high- and lower-burnup fuel. The source-term data, aerosol results, and program design have been tailored to support and guide follow-on computer modeling of aerosol dispersal hazards and radiological consequence assessments. This spent fuel sabotage, aerosol test program was performed primarily at Sandia National Laboratories, with support provided by both the U.S. Department of Energy and the Nuclear Regulatory Commission. This program has significant input from, and is cooperatively supported and

  15. Spent fuel sabotage test program, characterization of aerosol dispersal : interim final report.

    Energy Technology Data Exchange (ETDEWEB)

    Gregson, Michael Warren; Brockmann, John E.; Loiseau, Olivier (Institut de Radioprotection et de Surete Nucleaire, France); Klennert, Lindsay A.; Nolte, Oliver (Fraunhofer Institut fur Toxikologie und Experimentelle Medizin, Germany); Molecke, Martin Alan; Autrusson, Bruno A. (Institut de Radioprotection et de Surete Nucleaire, France); Koch, Wolfgang (Fraunhofer Institut fur Toxikologie und Experimentelle Medizin, Germany); Pretzsch, Gunter Guido (Gesellschaft fur Anlagen- und Reaktorsicherheit, Germany); Brucher, Wenzel (Gesellschaft fur Anlagen- und Reaktorsicherheit, Germany); Steyskal, Michele D.

    2008-03-01

    This multinational, multi-phase spent fuel sabotage test program is quantifying the aerosol particles produced when the products of a high energy density device (HEDD) interact with and explosively particulate test rodlets that contain pellets of either surrogate materials or actual spent fuel. This program provides source-term data that are relevant to plausible sabotage scenarios in relation to spent fuel transport and storage casks and associated risk assessments. We present details and significant results obtained from this program from 2001 through 2007. Measured aerosol results include: respirable fractions produced; amounts, nuclide content, and produced particle size distributions and morphology; measurements of volatile fission product species enhanced sorption--enrichment factors onto respirable particles; and, status on determination of the spent fuel ratio, SFR, needed for scaling studies. Emphasis is provided on recent Phase 3 tests using depleted uranium oxide pellets plus non-radioactive fission product dopants in surrogate spent fuel test rodlets, plus the latest surrogate cerium oxide results and aerosol laboratory supporting calibration work. The DUO{sub 2}, CeO{sub 2}, plus fission product dopant aerosol particle results are compared with available historical data. We also provide a status review on continuing preparations for the final Phase 4 in this program, tests using individual short rodlets containing actual spent fuel from U.S. PWR reactors, with both high- and lower-burnup fuel. The source-term data, aerosol results, and program design have been tailored to support and guide follow-on computer modeling of aerosol dispersal hazards and radiological consequence assessments. This spent fuel sabotage, aerosol test program was performed primarily at Sandia National Laboratories, with support provided by both the U.S. Department of Energy and the Nuclear Regulatory Commission. This program has significant input from, and is cooperatively

  16. Programming Languages for Distributed Computing Systems

    NARCIS (Netherlands)

    Bal, H.E.; Steiner, J.G.; Tanenbaum, A.S.

    1989-01-01

    When distributed systems first appeared, they were programmed in traditional sequential languages, usually with the addition of a few library procedures for sending and receiving messages. As distributed applications became more commonplace and more sophisticated, this ad hoc approach became less

  17. Sequential sampling: a novel method in farm animal welfare assessment.

    Science.gov (United States)

    Heath, C A E; Main, D C J; Mullan, S; Haskell, M J; Browne, W J

    2016-02-01

    Lameness in dairy cows is an important welfare issue. As part of a welfare assessment, herd level lameness prevalence can be estimated from scoring a sample of animals, where higher levels of accuracy are associated with larger sample sizes. As the financial cost is related to the number of cows sampled, smaller samples are preferred. Sequential sampling schemes have been used for informing decision making in clinical trials. Sequential sampling involves taking samples in stages, where sampling can stop early depending on the estimated lameness prevalence. When welfare assessment is used for a pass/fail decision, a similar approach could be applied to reduce the overall sample size. The sampling schemes proposed here apply the principles of sequential sampling within a diagnostic testing framework. This study develops three sequential sampling schemes of increasing complexity to classify 80 fully assessed UK dairy farms, each with known lameness prevalence. Using the Welfare Quality herd-size-based sampling scheme, the first 'basic' scheme involves two sampling events. At the first sampling event half the Welfare Quality sample size is drawn, and then depending on the outcome, sampling either stops or is continued and the same number of animals is sampled again. In the second 'cautious' scheme, an adaptation is made to ensure that correctly classifying a farm as 'bad' is done with greater certainty. The third scheme is the only scheme to go beyond lameness as a binary measure and investigates the potential for increasing accuracy by incorporating the number of severely lame cows into the decision. The three schemes are evaluated with respect to accuracy and average sample size by running 100 000 simulations for each scheme, and a comparison is made with the fixed size Welfare Quality herd-size-based sampling scheme. All three schemes performed almost as well as the fixed size scheme but with much smaller average sample sizes. For the third scheme, an overall

  18. Modified sequential extraction for biochar and petroleum coke: Metal release potential and its environmental implications.

    Science.gov (United States)

    von Gunten, Konstantin; Alam, Md Samrat; Hubmann, Magdalena; Ok, Yong Sik; Konhauser, Kurt O; Alessi, Daniel S

    2017-07-01

    A modified Community Bureau of Reference (CBR) sequential extraction method was tested to assess the composition of untreated pyrogenic carbon (biochar) and oil sands petroleum coke. Wood biochar samples were found to contain lower concentrations of metals, but had higher fractions of easily mobilized alkaline earth and transition metals. Sewage sludge biochar was determined to be less recalcitrant and had higher total metal concentrations, with most of the metals found in the more resilient extraction fractions (oxidizable, residual). Petroleum coke was the most stable material, with a similar metal distribution pattern as the sewage sludge biochar. The applied sequential extraction method represents a suitable technique to recover metals from these materials, and is a valuable tool in understanding the metal retaining and leaching capability of various biochar types and carbonaceous petroleum coke samples. Copyright © 2017 Elsevier Ltd. All rights reserved.

  19. Sequential designs for sensitivity analysis of functional inputs in computer experiments

    International Nuclear Information System (INIS)

    Fruth, J.; Roustant, O.; Kuhnt, S.

    2015-01-01

    Computer experiments are nowadays commonly used to analyze industrial processes aiming at achieving a wanted outcome. Sensitivity analysis plays an important role in exploring the actual impact of adjustable parameters on the response variable. In this work we focus on sensitivity analysis of a scalar-valued output of a time-consuming computer code depending on scalar and functional input parameters. We investigate a sequential methodology, based on piecewise constant functions and sequential bifurcation, which is both economical and fully interpretable. The new approach is applied to a sheet metal forming problem in three sequential steps, resulting in new insights into the behavior of the forming process over time. - Highlights: • Sensitivity analysis method for functional and scalar inputs is presented. • We focus on the discovery of most influential parts of the functional domain. • We investigate economical sequential methodology based on piecewise constant functions. • Normalized sensitivity indices are introduced and investigated theoretically. • Successful application to sheet metal forming on two functional inputs

  20. Japanese contributions to ITER testing program of solid breeder blankets for DEMO

    International Nuclear Information System (INIS)

    Kuroda, Toshimasa; Yoshida, Hiroshi; Takatsu, Hideyuki; Maki, Koichi; Mori, Seiji; Kobayashi, Takeshi; Suzuki, Tatsushi; Hirata, Shingo; Miura, Hidenori.

    1991-04-01

    ITER Conceptual Design Activity (CDA), which has been conducted by four parties (Japan, EC, USA and USSR) since May 1988, has been finished on December 1990 with a great achievement of international design work of the integrated fusion experimental reactor. Numerous issues of physics and technology have been clarified for providing a framework of the next phase of ITER (Engineering Design Activity; EDA). Establishment of an ITER testing program, which includes technical test issues of neutronics, solid breeder blankets, liquid breeder blankets, plasma facing components, and materials, has been one of the goals of the CDA. This report describes Japanese proposal for the testing program of DEMO/power reactor blanket development. For two concepts of solid breeder blanket (helium-cooled and water-cooled), identification of technical issues, scheduling of test program, and conceptual design of test modules including required test facility such as cooling and tritium recovery systems have been carried out as the Japanese contribution to the CDA. (author)

  1. Physical Education Experimental Program to Test the Effect on Perceived Competence

    Directory of Open Access Journals (Sweden)

    Edin Brankovic

    2017-06-01

    Full Text Available The first purpose of this study was to test effect of multidisciplinary and holistic experimental program (EP in physical education program effect on the soul need perceived competence. The second purpose of this study was to analyse the relationship between attitudes of perceived competence in the experimental group before and after the application of program, mostly due the theoretical reason that perceived competence is predictor of Flow. The data was collected from 74 students of the 8th grade of elementary schools randomly divided in two groups (experimental: 53; control: 21. The system of variables consisted of perceived competence scale items. The t-test analysis was applied to test perceived competence attitudes before and after the EP. The experimental group attitudes of perceived competence after the EP were significantly more positive than before participation in it, while control group attitudes of perceived competence decreased after participation in the regular school program. The current findings support the authors’ hypothesis that the holistic program has significant effect on the soul need perceived competence which is closest predictor of Flow. This study applied multidisciplinary EP which was designed on growth-mind set practices and sparks findings–both connected to flow experience and intrinsic motivation–to suggest future comprehensive program that could be potentially used as a regular tool for achieving both, Flow and intrinsic motivation. Findings with certainty provide a basis for future necessary qualitative research of the program effects on the intrinsic motivation.

  2. On the origin of reproducible sequential activity in neural circuits

    Science.gov (United States)

    Afraimovich, V. S.; Zhigulin, V. P.; Rabinovich, M. I.

    2004-12-01

    Robustness and reproducibility of sequential spatio-temporal responses is an essential feature of many neural circuits in sensory and motor systems of animals. The most common mathematical images of dynamical regimes in neural systems are fixed points, limit cycles, chaotic attractors, and continuous attractors (attractive manifolds of neutrally stable fixed points). These are not suitable for the description of reproducible transient sequential neural dynamics. In this paper we present the concept of a stable heteroclinic sequence (SHS), which is not an attractor. SHS opens the way for understanding and modeling of transient sequential activity in neural circuits. We show that this new mathematical object can be used to describe robust and reproducible sequential neural dynamics. Using the framework of a generalized high-dimensional Lotka-Volterra model, that describes the dynamics of firing rates in an inhibitory network, we present analytical results on the existence of the SHS in the phase space of the network. With the help of numerical simulations we confirm its robustness in presence of noise in spite of the transient nature of the corresponding trajectories. Finally, by referring to several recent neurobiological experiments, we discuss possible applications of this new concept to several problems in neuroscience.

  3. MIxed Waste Integrated Program (MWIP): Technology summary

    International Nuclear Information System (INIS)

    1994-02-01

    The mission of the Mixed Waste Integrated Program (MWIP) is to develop and demonstrate innovative and emerging technologies for the treatment and management of DOE's mixed low-level wastes (MLLW) for use by its customers, the Office of Waste Operations (EM-30) and the Office of Environmental Restoration (EM-40). The primary goal of MWIP is to develop and demonstrate the treatment and disposal of actual mixed waste (MMLW and MTRU). The vitrification process and the plasma hearth process are scheduled for demonstration on actual radioactive waste in FY95 and FY96, respectively. This will be accomplished by sequential studies of lab-scale non-radioactive testing followed by bench-scale radioactive testing, followed by field-scale radioactive testing. Both processes create a highly durable final waste form that passes leachability requirements while destroying organics. Material handling technology, and off-gas requirements and capabilities for the plasma hearth process and the vitrification process will be established in parallel

  4. Green digital signage using nanoparticle embedded narrow-gap field sequential TN-LCDs

    Science.gov (United States)

    Kobayashi, Shunsuke; Shiraishi, Yukihide; Sawai, Hiroya; Toshima, Naoki; Okita, Masaya; Takeuchi, Kiyofumi; Takatsu, Haruyoshi

    2012-03-01

    We have fabricated field sequential color (FSC)-LCDs using cells and modules of narrow-gap TN-LCDs with and without doping the nanoparticles of PCyD-ZrO2 and AF-SiO2. It is shown that the FSC-LCD exhibits a high optical efficiency of OE=4.5 that is defined as OE=[Luminance]/[W/m2]=(cd/W). This figure may provide us a good reference or to clear the Energy Star Program Version 5-3 that issues a guideline: LCD with 50 inch on the diagonal consumes the energy of 108W. Through this research it is claimed that our FSC=LCD may be a novel green digital signage.

  5. Moving Synergistically Acting Drug Combinations to the Clinic by Comparing Sequential versus Simultaneous Drug Administrations.

    Science.gov (United States)

    Dinavahi, Saketh S; Noory, Mohammad A; Gowda, Raghavendra; Drabick, Joseph J; Berg, Arthur; Neves, Rogerio I; Robertson, Gavin P

    2018-03-01

    Drug combinations acting synergistically to kill cancer cells have become increasingly important in melanoma as an approach to manage the recurrent resistant disease. Protein kinase B (AKT) is a major target in this disease but its inhibitors are not effective clinically, which is a major concern. Targeting AKT in combination with WEE1 (mitotic inhibitor kinase) seems to have potential to make AKT-based therapeutics effective clinically. Since agents targeting AKT and WEE1 have been tested individually in the clinic, the quickest way to move the drug combination to patients would be to combine these agents sequentially, enabling the use of existing phase I clinical trial toxicity data. Therefore, a rapid preclinical approach is needed to evaluate whether simultaneous or sequential drug treatment has maximal therapeutic efficacy, which is based on a mechanistic rationale. To develop this approach, melanoma cell lines were treated with AKT inhibitor AZD5363 [4-amino- N -[(1 S )-1-(4-chlorophenyl)-3-hydroxypropyl]-1-(7 H -pyrrolo[2,3- d ]pyrimidin-4-yl)piperidine-4-carboxamide] and WEE1 inhibitor AZD1775 [2-allyl-1-(6-(2-hydroxypropan-2-yl)pyridin-2-yl)-6-((4-(4-methylpiperazin-1-yl)phenyl)amino)-1 H -pyrazolo[3,4- d ]pyrimidin-3(2 H )-one] using simultaneous and sequential dosing schedules. Simultaneous treatment synergistically reduced melanoma cell survival and tumor growth. In contrast, sequential treatment was antagonistic and had a minimal tumor inhibitory effect compared with individual agents. Mechanistically, simultaneous targeting of AKT and WEE1 enhanced deregulation of the cell cycle and DNA damage repair pathways by modulating transcription factors p53 and forkhead box M1, which was not observed with sequential treatment. Thus, this study identifies a rapid approach to assess the drug combinations with a mechanistic basis for selection, which suggests that combining AKT and WEE1 inhibitors is needed for maximal efficacy. Copyright © 2018 by The American

  6. 77 FR 36014 - Initial Test Program of Emergency Core Cooling Systems for Boiling-Water Reactors

    Science.gov (United States)

    2012-06-15

    ... NUCLEAR REGULATORY COMMISSION [NRC-2012-0134] Initial Test Program of Emergency Core Cooling... for public comment draft regulatory guide (DG), DG-1277, ``Initial Test Program of Emergency Core..., entitled, ``Initial Test Program of Emergency Core Cooling Systems for Boiling-Water Reactors,'' is...

  7. 78 FR 27984 - Modification of the National Customs Automation Program Test (NCAP) Regarding Reconciliation for...

    Science.gov (United States)

    2013-05-13

    ... Customs Automation Program Test (NCAP) Regarding Reconciliation for Filing Certain Post-Importation Claims... Automation Program (NCAP) Reconciliation prototype test to include the filing of post-importation [[Page... of the Test Reconciliation, a planned component of the National Customs Automation Program (NCAP), as...

  8. Sequential spatial processes for image analysis

    NARCIS (Netherlands)

    M.N.M. van Lieshout (Marie-Colette); V. Capasso

    2009-01-01

    htmlabstractWe give a brief introduction to sequential spatial processes. We discuss their definition, formulate a Markov property, and indicate why such processes are natural tools in tackling high level vision problems. We focus on the problem of tracking a variable number of moving objects

  9. Sequential models for coarsening and missingness

    NARCIS (Netherlands)

    Gill, R.D.; Robins, J.M.

    1997-01-01

    In a companion paper we described what intuitively would seem to be the most general possible way to generate Coarsening at Random mechanisms a sequential procedure called randomized monotone coarsening Counterexamples showed that CAR mechanisms exist which cannot be represented in this way Here we

  10. Sequential Indentation Tests to Investigate the Influence of Confining Stress on Rock Breakage by Tunnel Boring Machine Cutter in a Biaxial State

    Science.gov (United States)

    Liu, Jie; Cao, Ping; Han, Dongya

    2016-04-01

    The influence of confining stress on rock breakage by a tunnel boring machine cutter was investigated by conducting sequential indentation tests in a biaxial state. Combined with morphology measurements of breaking grooves and an analysis of surface and internal crack propagation between nicks, the effects of maximum confining stress and minimum stress on indentation efficiency, crack propagation and chip formation were investigated. Indentation tests and morphology measurements show that increasing a maximum confining stress will result in increased consumed energy in indentations, enlarged groove volumes and promoted indentation efficiency when the corresponding minimum confining stress is fixed. The energy consumed in indentations will increase with increase in minimum confining stress, however, because of the decreased groove volumes as the minimum confining stress increases, the efficiency will decrease. Observations of surface crack propagation show that more intensive fractures will be induced as the maximum confining stress increases, whereas the opposite occurs for an increase of minimum confining stress. An observation of the middle section, cracks and chips shows that as the maximum confining stress increases, chips tend to form in deeper parts when the minimum confining stress is fixed, whereas they tend to formed in shallower parts as the minimum confining stress increases when the maximum confining stress is fixed.

  11. Adaptive decision making in a dynamic environment: a test of a sequential sampling model of relative judgment.

    Science.gov (United States)

    Vuckovic, Anita; Kwantes, Peter J; Neal, Andrew

    2013-09-01

    Research has identified a wide range of factors that influence performance in relative judgment tasks. However, the findings from this research have been inconsistent. Studies have varied with respect to the identification of causal variables and the perceptual and decision-making mechanisms underlying performance. Drawing on the ecological rationality approach, we present a theory of the judgment and decision-making processes involved in a relative judgment task that explains how people judge a stimulus and adapt their decision process to accommodate their own uncertainty associated with those judgments. Undergraduate participants performed a simulated air traffic control conflict detection task. Across two experiments, we systematically manipulated variables known to affect performance. In the first experiment, we manipulated the relative distances of aircraft to a common destination while holding aircraft speeds constant. In a follow-up experiment, we introduced a direct manipulation of relative speed. We then fit a sequential sampling model to the data, and used the best fitting parameters to infer the decision-making processes responsible for performance. Findings were consistent with the theory that people adapt to their own uncertainty by adjusting their criterion and the amount of time they take to collect evidence in order to make a more accurate decision. From a practical perspective, the paper demonstrates that one can use a sequential sampling model to understand performance in a dynamic environment, allowing one to make sense of and interpret complex patterns of empirical findings that would otherwise be difficult to interpret using standard statistical analyses. PsycINFO Database Record (c) 2013 APA, all rights reserved.

  12. Sequential bayes estimation algorithm with cubic splines on uniform meshes

    International Nuclear Information System (INIS)

    Hossfeld, F.; Mika, K.; Plesser-Walk, E.

    1975-11-01

    After outlining the principles of some recent developments in parameter estimation, a sequential numerical algorithm for generalized curve-fitting applications is presented combining results from statistical estimation concepts and spline analysis. Due to its recursive nature, the algorithm can be used most efficiently in online experimentation. Using computer-sumulated and experimental data, the efficiency and the flexibility of this sequential estimation procedure is extensively demonstrated. (orig.) [de

  13. The sequential trauma score - a new instrument for the sequential mortality prediction in major trauma*

    Directory of Open Access Journals (Sweden)

    Huber-Wagner S

    2010-05-01

    Full Text Available Abstract Background There are several well established scores for the assessment of the prognosis of major trauma patients that all have in common that they can be calculated at the earliest during intensive care unit stay. We intended to develop a sequential trauma score (STS that allows prognosis at several early stages based on the information that is available at a particular time. Study design In a retrospective, multicenter study using data derived from the Trauma Registry of the German Trauma Society (2002-2006, we identified the most relevant prognostic factors from the patients basic data (P, prehospital phase (A, early (B1, and late (B2 trauma room phase. Univariate and logistic regression models as well as score quality criteria and the explanatory power have been calculated. Results A total of 2,354 patients with complete data were identified. From the patients basic data (P, logistic regression showed that age was a significant predictor of survival (AUCmodel p, area under the curve = 0.63. Logistic regression of the prehospital data (A showed that blood pressure, pulse rate, Glasgow coma scale (GCS, and anisocoria were significant predictors (AUCmodel A = 0.76; AUCmodel P + A = 0.82. Logistic regression of the early trauma room phase (B1 showed that peripheral oxygen saturation, GCS, anisocoria, base excess, and thromboplastin time to be significant predictors of survival (AUCmodel B1 = 0.78; AUCmodel P +A + B1 = 0.85. Multivariate analysis of the late trauma room phase (B2 detected cardiac massage, abbreviated injury score (AIS of the head ≥ 3, the maximum AIS, the need for transfusion or massive blood transfusion, to be the most important predictors (AUCmodel B2 = 0.84; AUCfinal model P + A + B1 + B2 = 0.90. The explanatory power - a tool for the assessment of the relative impact of each segment to mortality - is 25% for P, 7% for A, 17% for B1 and 51% for B2. A spreadsheet for the easy calculation of the sequential trauma

  14. Test Report Emission Test Program EPA Information Collection Request for Delayed Coking Units 736 Coker Unit

    Science.gov (United States)

    ARI Environmental, Inc. (ARI) was retained by Houston Refining LP (HRO) to conduct an emission test program at their refinery located in Houston, Texas. The testing was conducted on on the 736 Delayed Coking Unit (DCU) in response to EPA's ICR.

  15. Sequential Foreign Investments, Regional Technology Platforms and the Evolution of Japanese Multinationals in East Asia

    OpenAIRE

    Song, Jaeyong

    2001-01-01

    IVABSTRACTIn this paper, we investigate the firm-level mechanisms that underlie the sequential foreign direct investment (FDI) decisions of multinational corporations (MNCs). To understand inter-firm heterogeneity in the sequential FDI behaviors of MNCs, we develop a firm capability-based model of sequential FDI decisions. In the setting of Japanese electronics MNCs in East Asia, we empirically examine how prior investments in firm capabilities affect sequential investments into existingprodu...

  16. An Airborne Parachute Compartment Test Bed for the Orion Parachute Test Program

    Science.gov (United States)

    Moore, James W.; Romero, Leah M.

    2013-01-01

    The test program developing parachutes for the Orion/MPCV includes drop tests with parachutes deployed from an Orion-like parachute compartment at a wide range of dynamic pressures. Aircraft and altitude constraints precluded the use of an Orion boilerplate capsule for several test points. Therefore, a dart-shaped test vehicle with a hi-fidelity mock-up of the Orion parachute compartment has been developed. The available aircraft options imposed constraints on the test vehicle development and concept of operations. Delivery of this test vehicle to the desired velocity, altitude, and orientation required for the test is a di cult problem involving multiple engineering disciplines. This paper describes the development of the test technique. The engineering challenges include extraction from an aircraft, reposition of the extraction parachute, and mid-air separation of two vehicles, neither of which has an active attitude control system. The desired separation behavior is achieved by precisely controlling the release point using on-board monitoring of the motion. The design of the test vehicle is also described. The trajectory simulations and other analyses used to develop this technique and predict the behavior of the test vehicle are reviewed in detail. The application of the technique on several successful drop tests is summarized.

  17. Justice downwind: America's atomic testing program in the 1950s

    International Nuclear Information System (INIS)

    Ball, H.

    1986-01-01

    Drawing on personal interviews, case histories, and the archives of the Atomic Energy Commission, Professor Ball discusses the American nuclear-testing program from 1951 to 1963, the impact of the testing on people living downwind from the Nevada Test Site, long-term effects of radiation exposure, and the clash between the ''downwinders'' and the government

  18. 75 FR 3153 - Drug and Alcohol Testing Program; Correction

    Science.gov (United States)

    2010-01-20

    ... definition of prohibited drugs. In Sec. Sec. 120.103 and 120.211, we omitted the reference to Sec. 135.1 from.... FAA-2008-0937; Amendment No. 120-0A, 135-117A] RIN 2120-AJ37 Drug and Alcohol Testing Program... Aviation Administration (FAA) is correcting its drug and alcohol testing regulations published on May 14...

  19. Sequential sentinel SNP Regional Association Plots (SSS-RAP): an approach for testing independence of SNP association signals using meta-analysis data.

    Science.gov (United States)

    Zheng, Jie; Gaunt, Tom R; Day, Ian N M

    2013-01-01

    Genome-Wide Association Studies (GWAS) frequently incorporate meta-analysis within their framework. However, conditional analysis of individual-level data, which is an established approach for fine mapping of causal sites, is often precluded where only group-level summary data are available for analysis. Here, we present a numerical and graphical approach, "sequential sentinel SNP regional association plot" (SSS-RAP), which estimates regression coefficients (beta) with their standard errors using the meta-analysis summary results directly. Under an additive model, typical for genes with small effect, the effect for a sentinel SNP can be transformed to the predicted effect for a possibly dependent SNP through a 2×2 2-SNP haplotypes table. The approach assumes Hardy-Weinberg equilibrium for test SNPs. SSS-RAP is available as a Web-tool (http://apps.biocompute.org.uk/sssrap/sssrap.cgi). To develop and illustrate SSS-RAP we analyzed lipid and ECG traits data from the British Women's Heart and Health Study (BWHHS), evaluated a meta-analysis for ECG trait and presented several simulations. We compared results with existing approaches such as model selection methods and conditional analysis. Generally findings were consistent. SSS-RAP represents a tool for testing independence of SNP association signals using meta-analysis data, and is also a convenient approach based on biological principles for fine mapping in group level summary data. © 2012 Blackwell Publishing Ltd/University College London.

  20. History and Benefits of Engine Level Testing Throughout the Space Shuttle Main Engine Program

    Science.gov (United States)

    VanHooser, Katherine; Kan, Kenneth; Maddux, Lewis; Runkle, Everett

    2010-01-01

    Rocket engine testing is important throughout a program s life and is essential to the overall success of the program. Space Shuttle Main Engine (SSME) testing can be divided into three phases: development, certification, and operational. Development tests are conducted on the basic design and are used to develop safe start and shutdown transients and to demonstrate mainstage operation. This phase helps form the foundation of the program, demands navigation of a very steep learning curve, and yields results that shape the final engine design. Certification testing involves multiple engine samples and more aggressive test profiles that explore the boundaries of the engine to vehicle interface requirements. The hardware being tested may have evolved slightly from that in the development phase. Operational testing is conducted with mature hardware and includes acceptance testing of flight assets, resolving anomalies that occur in flight, continuing to expand the performance envelope, and implementing design upgrades. This paper will examine these phases of testing and their importance to the SSME program. Examples of tests conducted in each phase will also be presented.