WorldWideScience

Sample records for program synthesis system

  1. AutoBayes Program Synthesis System System Internals

    Science.gov (United States)

    Schumann, Johann Martin

    2011-01-01

    This lecture combines the theoretical background of schema based program synthesis with the hands-on study of a powerful, open-source program synthesis system (Auto-Bayes). Schema-based program synthesis is a popular approach toward program synthesis. The lecture will provide an introduction into this topic and discuss how this technology can be used to generate customized algorithms. The synthesis of advanced numerical algorithms requires the availability of a powerful symbolic (algebra) system. Its task is to symbolically solve equations, simplify expressions, or to symbolically calculate derivatives (among others) such that the synthesized algorithms become as efficient as possible. We will discuss the use and importance of the symbolic system for synthesis. Any synthesis system is a large and complex piece of code. In this lecture, we will study Autobayes in detail. AutoBayes has been developed at NASA Ames and has been made open source. It takes a compact statistical specification and generates a customized data analysis algorithm (in C/C++) from it. AutoBayes is written in SWI Prolog and many concepts from rewriting, logic, functional, and symbolic programming. We will discuss the system architecture, the schema libary and the extensive support infra-structure. Practical hands-on experiments and exercises will enable the student to get insight into a realistic program synthesis system and provides knowledge to use, modify, and extend Autobayes.

  2. AutoBayes Program Synthesis System Users Manual

    Science.gov (United States)

    Schumann, Johann; Jafari, Hamed; Pressburger, Tom; Denney, Ewen; Buntine, Wray; Fischer, Bernd

    2008-01-01

    Program synthesis is the systematic, automatic construction of efficient executable code from high-level declarative specifications. AutoBayes is a fully automatic program synthesis system for the statistical data analysis domain; in particular, it solves parameter estimation problems. It has seen many successful applications at NASA and is currently being used, for example, to analyze simulation results for Orion. The input to AutoBayes is a concise description of a data analysis problem composed of a parameterized statistical model and a goal that is a probability term involving parameters and input data. The output is optimized and fully documented C/C++ code computing the values for those parameters that maximize the probability term. AutoBayes can solve many subproblems symbolically rather than having to rely on numeric approximation algorithms, thus yielding effective, efficient, and compact code. Statistical analysis is faster and more reliable, because effort can be focused on model development and validation rather than manual development of solution algorithms and code.

  3. Equivalence Checking between Pre-synthesis and Post-synthesis Programs by Using VIS

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Jonghoon; Yoo, Junbeom [Konkuk Univ., Seoul (Korea, Republic of); Choi, Jonggyun; Lee, Jangsoo [Korea Atomic Energy Research Institute, Daejeon (Korea, Republic of)

    2013-05-15

    PLC (Programmable Logic Controller)-based Software development, the design programs are translated into implementation programs, and behavioral equivalence between the design and implementation is demonstrated by formal method based technique. In FPGA-based software development, the design programs are also synthesized into implementation programs. However, in this process, testing and simulation based comparison techniques are mainly used. This paper proposes a formal method based technique to demonstrate behavioral equivalence between pre-synthesis and post-synthesis programs with VIS (Verification Interacting with Synthesis) verification system. We translated into BLIF-MV which is front-end of VIS, from Verlag and EDIF net list which synthesized from the same Verlag by an automatic synthesis tool. This paper proposes a formal method based technique to confirm correctness of synthesis by using equivalence checking of VIS verification system. In order to confirm the effectiveness of the proposed technique, we performed a case study with a part of prototype version of the RPS BP, and demonstrated a behavioral equivalence between Verlag HDL and EDIF post-synthesis net list.

  4. Equivalence Checking between Pre-synthesis and Post-synthesis Programs by Using VIS

    International Nuclear Information System (INIS)

    Lee, Jonghoon; Yoo, Junbeom; Choi, Jonggyun; Lee, Jangsoo

    2013-01-01

    PLC (Programmable Logic Controller)-based Software development, the design programs are translated into implementation programs, and behavioral equivalence between the design and implementation is demonstrated by formal method based technique. In FPGA-based software development, the design programs are also synthesized into implementation programs. However, in this process, testing and simulation based comparison techniques are mainly used. This paper proposes a formal method based technique to demonstrate behavioral equivalence between pre-synthesis and post-synthesis programs with VIS (Verification Interacting with Synthesis) verification system. We translated into BLIF-MV which is front-end of VIS, from Verlag and EDIF net list which synthesized from the same Verlag by an automatic synthesis tool. This paper proposes a formal method based technique to confirm correctness of synthesis by using equivalence checking of VIS verification system. In order to confirm the effectiveness of the proposed technique, we performed a case study with a part of prototype version of the RPS BP, and demonstrated a behavioral equivalence between Verlag HDL and EDIF post-synthesis net list

  5. The AutoBayes Program Synthesis System: System Description

    Science.gov (United States)

    Fischer, Bernd; Pressburger, Thomas; Rosu, Grigore; Schumann, Johann; Norvog, Peter (Technical Monitor)

    2001-01-01

    AUTOBAYES is a fully automatic program synthesis system for the statistical data analysis domain. Its input is a concise description of a data analysis problem in the form of a statistical model; its output is optimized and fully documented C/C++ code which can be linked dynamically into the Matlab and Octave environments. AUTOBAYES synthesizes code by a schema-guided deductive process. Schemas (i.e., code templates with associated semantic constraints) are applied to the original problem and recursively to emerging subproblems. AUTOBAYES complements this approach by symbolic computation to derive closed-form solutions whenever possible. In this paper, we concentrate on the interaction between the symbolic computations and the deductive synthesis process. A statistical model specifies for each problem variable (i.e., data or parameter) its properties and dependencies in the form of a probability distribution, A typical data analysis task is to estimate the best possible parameter values from the given observations or measurements. The following example models normal-distributed data but takes prior information (e.g., from previous experiments) on the data's mean value and variance into account.

  6. Adding Concrete Syntax to a Prolog-Based Program Synthesis System

    Science.gov (United States)

    Fischer, Bernd; Visser, Eelco

    2003-01-01

    Program generation and transformation systems manipulate large, pa- rameterized object language fragments. Support for user-definable concrete syntax makes this easier but is typically restricted to certain object and meta languages. We show how Prolog can be retrofitted with concrete syntax and describe how a seamless interaction of concrete syntax fragments with an existing legacy meta-programming system based on abstract syntax is achieved. We apply the approach to gradually migrate the schemas of the AUTOBAYES program synthesis system to concrete syntax. Fit experiences show that this can result in a considerable reduction of the code size and an improved readability of the code. In particular, abstracting out fresh-variable generation and second-order term construction allows the formulation of larger continuous fragments and improves the locality in the schemas.

  7. Behavioral program synthesis with genetic programming

    CERN Document Server

    Krawiec, Krzysztof

    2016-01-01

    Genetic programming (GP) is a popular heuristic methodology of program synthesis with origins in evolutionary computation. In this generate-and-test approach, candidate programs are iteratively produced and evaluated. The latter involves running programs on tests, where they exhibit complex behaviors reflected in changes of variables, registers, or memory. That behavior not only ultimately determines program output, but may also reveal its `hidden qualities' and important characteristics of the considered synthesis problem. However, the conventional GP is oblivious to most of that information and usually cares only about the number of tests passed by a program. This `evaluation bottleneck' leaves search algorithm underinformed about the actual and potential qualities of candidate programs. This book proposes behavioral program synthesis, a conceptual framework that opens GP to detailed information on program behavior in order to make program synthesis more efficient. Several existing and novel mechanisms subs...

  8. Retrofitting the AutoBayes Program Synthesis System with Concrete Syntax

    Science.gov (United States)

    Fischer, Bernd; Visser, Eelco

    2004-01-01

    AutoBayes is a fully automatic, schema-based program synthesis system for statistical data analysis applications. Its core component is a schema library. i.e., a collection of generic code templates with associated applicability constraints which are instantiated in a problem-specific way during synthesis. Currently, AutoBayes is implemented in Prolog; the schemas thus use abstract syntax (i.e., Prolog terms) to formulate the templates. However, the conceptual distance between this abstract representation and the concrete syntax of the generated programs makes the schemas hard to create and maintain. In this paper we describe how AutoBayes is retrofitted with concrete syntax. We show how it is integrated into Prolog and describe how the seamless interaction of concrete syntax fragments with AutoBayes's remaining legacy meta-programming kernel based on abstract syntax is achieved. We apply the approach to gradually mitigate individual schemas without forcing a disruptive migration of the entire system to a different First experiences show that a smooth migration can be achieved. Moreover, it can result in a considerable reduction of the code size and improved readability of the code. In particular, abstracting out fresh-variable generation and second-order term construction allows the formulation of larger continuous fragments.

  9. Indirect synthesis of multi-degree of freedom transient systems. [linear programming for a kinematically linear system

    Science.gov (United States)

    Pilkey, W. D.; Chen, Y. H.

    1974-01-01

    An indirect synthesis method is used in the efficient optimal design of multi-degree of freedom, multi-design element, nonlinear, transient systems. A limiting performance analysis which requires linear programming for a kinematically linear system is presented. The system is selected using system identification methods such that the designed system responds as closely as possible to the limiting performance. The efficiency is a result of the method avoiding the repetitive systems analyses accompanying other numerical optimization methods.

  10. A multifunction editor for programming control sequences for a robot based radiopharmaceutical synthesis system

    International Nuclear Information System (INIS)

    Appelquist, G.; Bohm, C.

    1990-01-01

    A Multifunction Editor is a development tool for building control sequences for a robotized production system for positron emitting radiopharmaceuticals. This system consists of SCARA robot and a PC-AT personal computer as a controller together with general and synthesis specific chemistry equipment. The general equipment, which is common for many synthesis, is fixed to the wall of the hotcell, while the specific equipment, dedicated to the given synthesis, is located on a removable tray. The program recognizes commands to move the robot, to control valves and to control the computer screen. From within the editor it is possible to run the control sequence forward or backward to test it and to use the single step feature to debug. The editor commands include insert, replace and delete of commands in the sequence. When programming or editing robot movements the robot may be controlled by the mouse, from the keyboard or from a remote control box. The robot control sequence consists of a succession of stored robot positions. The screen control is used to display dynamic flowchart diagrams. This is achieved by displaying a modified picture on the screen whenever the system state has been changed significantly

  11. Interfacing theories of program with theories of evaluation for advancing evaluation practice: Reductionism, systems thinking, and pragmatic synthesis.

    Science.gov (United States)

    Chen, Huey T

    2016-12-01

    Theories of program and theories of evaluation form the foundation of program evaluation theories. Theories of program reflect assumptions on how to conceptualize an intervention program for evaluation purposes, while theories of evaluation reflect assumptions on how to design useful evaluation. These two types of theories are related, but often discussed separately. This paper attempts to use three theoretical perspectives (reductionism, systems thinking, and pragmatic synthesis) to interface them and discuss the implications for evaluation practice. Reductionism proposes that an intervention program can be broken into crucial components for rigorous analyses; systems thinking view an intervention program as dynamic and complex, requiring a holistic examination. In spite of their contributions, reductionism and systems thinking represent the extreme ends of a theoretical spectrum; many real-world programs, however, may fall in the middle. Pragmatic synthesis is being developed to serve these moderate- complexity programs. These three theoretical perspectives have their own strengths and challenges. Knowledge on these three perspectives and their evaluation implications can provide a better guide for designing fruitful evaluations, improving the quality of evaluation practice, informing potential areas for developing cutting-edge evaluation approaches, and contributing to advancing program evaluation toward a mature applied science. Copyright © 2016 Elsevier Ltd. All rights reserved.

  12. The Role of Ontologies in Schema-based Program Synthesis

    Science.gov (United States)

    Bures, Tomas; Denney, Ewen; Fischer, Bernd; Nistor, Eugen C.

    2004-01-01

    Program synthesis is the process of automatically deriving executable code from (non-executable) high-level specifications. It is more flexible and powerful than conventional code generation techniques that simply translate algorithmic specifications into lower-level code or only create code skeletons from structural specifications (such as UML class diagrams). Key to building a successful synthesis system is specializing to an appropriate application domain. The AUTOBAYES and AUTOFILTER systems, under development at NASA Ames, operate in the two domains of data analysis and state estimation, respectively. The central concept of both systems is the schema, a representation of reusable computational knowledge. This can take various forms, including high-level algorithm templates, code optimizations, datatype refinements, or architectural information. A schema also contains applicability conditions that are used to determine when it can be applied safely. These conditions can refer to the initial specification, to intermediate results, or to elements of the partially-instantiated code. Schema-based synthesis uses AI technology to recursively apply schemas to gradually refine a specification into executable code. This process proceeds in two main phases. A front-end gradually transforms the problem specification into a program represented in an abstract intermediate code. A backend then compiles this further down into a concrete target programming language of choice. A core engine applies schemas on the initial problem specification, then uses the output of those schemas as the input for other schemas, until the full implementation is generated. Since there might be different schemas that implement different solutions to the same problem this process can generate an entire solution tree. AUTOBAYES and AUTOFILTER have reached the level of maturity where they enable users to solve interesting application problems, e.g., the analysis of Hubble Space Telescope images

  13. Bourbaki's structure theory in the problem of complex systems simulation models synthesis and model-oriented programming

    Science.gov (United States)

    Brodsky, Yu. I.

    2015-01-01

    The work is devoted to the application of Bourbaki's structure theory to substantiate the synthesis of simulation models of complex multicomponent systems, where every component may be a complex system itself. An application of the Bourbaki's structure theory offers a new approach to the design and computer implementation of simulation models of complex multicomponent systems—model synthesis and model-oriented programming. It differs from the traditional object-oriented approach. The central concept of this new approach and at the same time, the basic building block for the construction of more complex structures is the concept of models-components. A model-component endowed with a more complicated structure than, for example, the object in the object-oriented analysis. This structure provides to the model-component an independent behavior-the ability of standard responds to standard requests of its internal and external environment. At the same time, the computer implementation of model-component's behavior is invariant under the integration of models-components into complexes. This fact allows one firstly to construct fractal models of any complexity, and secondly to implement a computational process of such constructions uniformly-by a single universal program. In addition, the proposed paradigm allows one to exclude imperative programming and to generate computer code with a high degree of parallelism.

  14. Guided Synthesis of Control Programs Using UPPAAL

    DEFF Research Database (Denmark)

    Hune, T.; Larsen, Kim Guldstrand; Pettersson, P.

    2000-01-01

    the transitions with extra guards. Applying this technique have made synthesis of control programs feasible for a plant producing as many as 60 batches. In comparison, we could only handle plants producing two batches without using guides. The synthesized control programs have been executed in a physical plant...

  15. Modeling and Synthesis Support for the North American Carbon Program

    Science.gov (United States)

    Baskaran, L.; Cook, R. B.; Thornton, P. E.; Post, W. M.; Wilson, B. E.; Dadi, U.

    2007-12-01

    The Modeling and Synthesis Thematic Data Center (MAST-DC) supports the North American Carbon Program by providing data products and data management services needed for modeling and synthesis activities. The overall objective of MAST-DC is to provide advanced data management support to NACP investigators doing modeling and synthesis, thereby freeing those investigators from having to perform data management functions. MAST-DC has compiled a number of data products for North America, including sub-pixel land-water content, daily meteorological data, and soil, land cover, and elevation data. In addition, we have developed an internet-based WebGIS system that enables users to browse, query, display, subset, and download spatial data using a standard web browser. For the mid-continent intensive, MAST-DC is working with a group of data assimilation modelers to generate a consistent set of meteorological data to drive bottom-up models.

  16. Program packages for dynamics systems analysis and design

    International Nuclear Information System (INIS)

    Athani, V.V.

    1976-01-01

    The development of computer program packages for dynamic system analysis and design are reported. The purpose of developing these program packages is to take the burden of writing computer programs off the mind of the system engineer and to enable him to concentrate on his main system analysis and design work. Towards this end, four standard computer program packages have been prepared : (1) TFANA - starting from system transfer function this program computes transient response, frequency response, root locus and stability by Routh Hurwitz criterion, (2) TFSYN - classical synthesis using algebraic method of Shipley, (3) MODANA - starting from state equations of the system this program computes solution of state equations, controllability, observability and stability, (4) OPTCON - This program obtains solutions of (i) linear regulator problem, (ii) servomechanism problems and (iii) problem of pole placement. The paper describes these program packages with the help of flowcharts and illustrates their use with the help of examples. (author)

  17. The use of automatic programming techniques for fault tolerant computing systems

    Science.gov (United States)

    Wild, C.

    1985-01-01

    It is conjectured that the production of software for ultra-reliable computing systems such as required by Space Station, aircraft, nuclear power plants and the like will require a high degree of automation as well as fault tolerance. In this paper, the relationship between automatic programming techniques and fault tolerant computing systems is explored. Initial efforts in the automatic synthesis of code from assertions to be used for error detection as well as the automatic generation of assertions and test cases from abstract data type specifications is outlined. Speculation on the ability to generate truly diverse designs capable of recovery from errors by exploring alternate paths in the program synthesis tree is discussed. Some initial thoughts on the use of knowledge based systems for the global detection of abnormal behavior using expectations and the goal-directed reconfiguration of resources to meet critical mission objectives are given. One of the sources of information for these systems would be the knowledge captured during the automatic programming process.

  18. Parametric Synthesis of Automatic Control System of Industrial Robot Manipulator in Compliance with Requirements of Robust Quality

    Directory of Open Access Journals (Sweden)

    A. A. Nesenchuk

    2004-01-01

    Full Text Available The paper considers an application of a root-locus method for synthesis of dynamic systems with uncertainty that meet the requirements of pre-set quality. This method is used for parametric synthesis of automatic control system of industrial robot manipulator that is used for transportation of engineering products. The synthesis takes place under conditions of substantial changes in inertia moment of robot load. As a result of investigations it is possible to determine range of values of variable parameter that ensures the required quality of control system operation. A system of computer programs has been developed in order to solve the problem.

  19. High-speed research program systems analysis activities at Ames Research Center

    Science.gov (United States)

    Kidwell, George H.

    1992-01-01

    The Ames Systems Analysis Branch has been working to support the High Speed Research Program (HSRP) for nearly one year. Both the status of methodology development activities and the results of studies are presented whether completed or underway. The discussion involves the conceptual design synthesis program used for High Speed Civil Transport (HSCT) studies, ACSYNT (aircraft synthesis), and enhancements that have been made especially for HSRP. Some results are presented for one study that has been completed and two that are underway. These are the advanced controls integration study, the fuel cost impact study, and the oblique wing configuration evaluation that is part of a larger innovative concepts study.

  20. The evolution of the protein synthesis system. I - A model of a primitive protein synthesis system

    Science.gov (United States)

    Mizutani, H.; Ponnamperuma, C.

    1977-01-01

    A model is developed to describe the evolution of the protein synthesis system. The model is comprised of two independent autocatalytic systems, one including one gene (A-gene) and two activated amino acid polymerases (O and A-polymerases), and the other including the addition of another gene (N-gene) and a nucleotide polymerase. Simulation results have suggested that even a small enzymic activity and polymerase specificity could lead the system to the most accurate protein synthesis, as far as permitted by transitions to systems with higher accuracy.

  1. Adipocyte lipid synthesis coupled to neuronal control of thermogenic programming

    Directory of Open Access Journals (Sweden)

    Adilson Guilherme

    2017-08-01

    Conclusions: These results demonstrate that downregulation of fatty acid synthesis via FASN depletion in white adipocytes of mature mice can stimulate neuronal signaling to control thermogenic programming in iWAT.

  2. Parametric synthesis of a robust controller on a base of mathematical programming method

    Science.gov (United States)

    Khozhaev, I. V.; Gayvoronskiy, S. A.; Ezangina, T. A.

    2018-05-01

    Considered paper is dedicated to deriving sufficient conditions, linking root indices of robust control quality with coefficients of interval characteristic polynomial, on the base of mathematical programming method. On the base of these conditions, a method of PI- and PID-controllers, providing aperiodic transient process with acceptable stability degree and, subsequently, acceptable setting time, synthesis was developed. The method was applied to a problem of synthesizing a controller for a depth control system of an unmanned underwater vehicle.

  3. Glucose Synthesis in a Protein-Based Artificial Photosynthesis System.

    Science.gov (United States)

    Lu, Hao; Yuan, Wenqiao; Zhou, Jack; Chong, Parkson Lee-Gau

    2015-09-01

    The objective of this study was to understand glucose synthesis of a protein-based artificial photosynthesis system affected by operating conditions, including the concentrations of reactants, reaction temperature, and illumination. Results from non-vesicle-based glyceraldehyde-3-phosphate (GAP) and glucose synthesis showed that the initial concentrations of ribulose-1,5-bisphosphate (RuBP) and adenosine triphosphate (ATP), lighting source, and temperature significantly affected glucose synthesis. Higher initial concentrations of RuBP and ATP significantly enhanced GAP synthesis, which was linearly correlated to glucose synthesis, confirming the proper functions of all catalyzing enzymes in the system. White fluorescent light inhibited artificial photosynthesis and reduced glucose synthesis by 79.2 % compared to in the dark. The reaction temperature of 40 °C was optimum, whereas lower or higher temperature reduced glucose synthesis. Glucose synthesis in the vesicle-based artificial photosynthesis system reconstituted with bacteriorhodopsin, F 0 F 1 ATP synthase, and polydimethylsiloxane-methyloxazoline-polydimethylsiloxane triblock copolymer was successfully demonstrated. This system efficiently utilized light-induced ATP to drive glucose synthesis, and 5.2 μg ml(-1) glucose was synthesized in 0.78-ml reaction buffer in 7 h. Light-dependent reactions were found to be the bottleneck of the studied artificial photosynthesis system.

  4. Synthesis of pneumatic controll systems

    Directory of Open Access Journals (Sweden)

    D. Nowak

    2011-04-01

    Full Text Available Currently, the basic tool for automating the production processes are the PLCs. However, in many areas application of the pneumaticcontrol systems may be more reasonable. The main factor determining choice of the control technology are costs. In the case of pneumaticsystems, the costs shall be determined by the number of elements used. Therefore, during the design works it is important to choose anappropriate method for the pneumatic control systems synthesis. The article presents the MTS method, which may be used for a discretetechnological processes modeling and PLC programming, as well as for a pneumatic control systems designing. An important element ofthe MTS method is the network of actions, which graphically presents an algorithm of the implemented process. Based on the actionnetwork and operating machine’s functional diagram, the diagram of different states is determinated, which graphically shows changes ofthe control system’s input and output signals. Analysis of the diagram of different states, makes it easy to determine a schematic equation, which shall be the basis for the control system implementation. Advantage of the MTS method is the lack of restrictions on the number of the control system’s input and output signals. The resulting solution is characterized by a minimum number of elements needed to implement the control system.

  5. Hologlyphics: volumetric image synthesis performance system

    Science.gov (United States)

    Funk, Walter

    2008-02-01

    This paper describes a novel volumetric image synthesis system and artistic technique, which generate moving volumetric images in real-time, integrated with music. The system, called the Hologlyphic Funkalizer, is performance based, wherein the images and sound are controlled by a live performer, for the purposes of entertaining a live audience and creating a performance art form unique to volumetric and autostereoscopic images. While currently configured for a specific parallax barrier display, the Hologlyphic Funkalizer's architecture is completely adaptable to various volumetric and autostereoscopic display technologies. Sound is distributed through a multi-channel audio system; currently a quadraphonic speaker setup is implemented. The system controls volumetric image synthesis, production of music and spatial sound via acoustic analysis and human gestural control, using a dedicated control panel, motion sensors, and multiple musical keyboards. Music can be produced by external acoustic instruments, pre-recorded sounds or custom audio synthesis integrated with the volumetric image synthesis. Aspects of the sound can control the evolution of images and visa versa. Sounds can be associated and interact with images, for example voice synthesis can be combined with an animated volumetric mouth, where nuances of generated speech modulate the mouth's expressiveness. Different images can be sent to up to 4 separate displays. The system applies many novel volumetric special effects, and extends several film and video special effects into the volumetric realm. Extensive and various content has been developed and shown to live audiences by a live performer. Real world applications will be explored, with feedback on the human factors.

  6. Embedded System Synthesis under Memory Constraints

    DEFF Research Database (Denmark)

    Madsen, Jan; Bjørn-Jørgensen, Peter

    1999-01-01

    This paper presents a genetic algorithm to solve the system synthesis problem of mapping a time constrained single-rate system specification onto a given heterogeneous architecture which may contain irregular interconnection structures. The synthesis is performed under memory constraints, that is......, the algorithm takes into account the memory size of processors and the size of interface buffers of communication links, and in particular the complicated interplay of these. The presented algorithm is implemented as part of the LY-COS cosynthesis system....

  7. Applying Aspect-Oriented Programming to Intelligent Synthesis

    Science.gov (United States)

    Filman, Robert E.; Norvig, Peter (Technical Monitor)

    2000-01-01

    I discuss a component-centered, aspect-oriented system, the Object Infrastructure Framework (OIF), NASA's initiative on Intelligent Synthesis Environments (ISE), and the application of OIF to the architecture of ISE.

  8. Health systems guidance appraisal--a critical interpretive synthesis.

    Science.gov (United States)

    Ako-Arrey, Denis E; Brouwers, Melissa C; Lavis, John N; Giacomini, Mita K

    2016-01-22

    Health systems guidance (HSG) are systematically developed statements that assist with decisions about options for addressing health systems challenges, including related changes in health systems arrangements. However, the development, appraisal, and reporting of HSG poses unique conceptual and methodological challenges related to the varied types of evidence that are relevant, the complexity of health systems, and the pre-eminence of contextual factors. To address this gap, we are conducting a program of research that aims to create a tool to support the appraisal of HSG and further enhance HSG development and reporting. The focus of this paper was to conduct a knowledge synthesis of the published and grey literatures to determine quality criteria (concepts) relevant for this process. We applied a critical interpretive synthesis (CIS) approach to knowledge synthesis that enabled an iterative, flexible, and dynamic analysis of diverse bodies of literature in order to generate a candidate list of concepts that will constitute the foundational components of the HSG tool. Using our review questions as compasses, we were able to guide the search strategy to look for papers based on their potential relevance to HSG appraisal, development, and reporting. The search strategy included various electronic databases and sources, subject-specific journals, conference abstracts, research reports, book chapters, unpublished data, dissertations, and policy documents. Screening the papers and data extraction was completed independently and in duplicate, and a narrative approach to data synthesis was executed. We identified 43 papers that met eligibility criteria. No existing review was found on this topic, and no HSG appraisal tool was identified. Over one third of the authors implicitly or explicitly identified the need for a high-quality tool aimed to systematically evaluate HSG and contribute to its development/reporting. We identified 30 concepts that may be relevant to the

  9. Rendering Systems Visible for Design: Synthesis Maps as Constructivist Design Narratives

    Directory of Open Access Journals (Sweden)

    Peter Jones

    Full Text Available Synthesis maps integrate research evidence, system expertise, and design proposals into visual narratives. These narratives support communication and decision-making among stakeholders. Synthesis maps evolved from earlier visualization tools in systemics and design. They help stakeholders to understand design options for complex sociotechnical systems. Other visual approaches map complexity for effective collaboration across perspectives and knowledge domains. These help stakeholder groups to work in higher-order design contexts for sociotechnical or human-ecological systems. This article describes a constructivist pedagogy for collaborative learning in small teams of mixed-discipline designers. Synthesis mapping enables these teams to learn systems methods for design research in complex problem domains. Synthesis maps integrate knowledge from research cycles and iterative sensemaking to define a coherent design narrative. While synthesis maps may include formal system modeling techniques, they do not require them. Synthesis maps tangibly render research observations and design choices. As a hybrid system design method, synthesis maps are a contribution to the design genre of visual systems thinking.

  10. Data synthesis and display programs for wave distribution function analysis

    Science.gov (United States)

    Storey, L. R. O.; Yeh, K. J.

    1992-01-01

    At the National Space Science Data Center (NSSDC) software was written to synthesize and display artificial data for use in developing the methodology of wave distribution analysis. The software comprises two separate interactive programs, one for data synthesis and the other for data display.

  11. Synthesis of milligram quantities of proteins using a reconstituted in vitro protein synthesis system.

    Science.gov (United States)

    Kazuta, Yasuaki; Matsuura, Tomoaki; Ichihashi, Norikazu; Yomo, Tetsuya

    2014-11-01

    In this study, the amount of protein synthesized using an in vitro protein synthesis system composed of only highly purified components (the PURE system) was optimized. By varying the concentrations of each system component, we determined the component concentrations that result in the synthesis of 0.38 mg/mL green fluorescent protein (GFP) in batch mode and 3.8 mg/mL GFP in dialysis mode. In dialysis mode, protein concentrations of 4.3 and 4.4 mg/mL were synthesized for dihydrofolate reductase and β-galactosidase, respectively. Using the optimized system, the synthesized protein represented 30% (w/w) of the total protein, which is comparable to the level of overexpressed protein in Escherichia coli cells. This optimized reconstituted in vitro protein synthesis system may potentially be useful for various applications, including in vitro directed evolution of proteins, artificial cell assembly, and protein structural studies. Copyright © 2014 The Society for Biotechnology, Japan. Published by Elsevier B.V. All rights reserved.

  12. ANALYTICAL SYNTHESIS OF CHEMICAL REACTOR CONTROL SYSTEM

    Directory of Open Access Journals (Sweden)

    Alexander Labutin

    2017-02-01

    Full Text Available The problem of the analytical synthesis of the synergetic control system of chemical reactor for the realization of a complex series-parallel exothermal reaction has been solved. The synthesis of control principles is performed using the analytical design method of aggregated regulators. Synthesized nonlinear control system solves the problem of stabilization of the concentration of target component at the exit of reactor and also enables one to automatically transfer to new production using the equipment.

  13. Methods of Synthesis of Automatic Control Systems with Delay

    Directory of Open Access Journals (Sweden)

    Aliaksandr Lapeta

    2013-05-01

    Full Text Available The paper investigates the procedure for introduction of systems containing delay elements. Shortcomings and difficulties in the synthesis of regulators and precompensators of control systems with delays in output and control channel where determined. The author focused on two approaches for the formation of promatrix and synthesis of control systems, considering the factor of delay.

  14. Synthesis of hexagonal gold nanoparticles using a microfluidic reaction system

    International Nuclear Information System (INIS)

    Weng, Chen-Hsun; Lee, Gwo-Bin; Huang, Chih-Chia; Yeh, Chen-Sheng; Lei, Huan-Yao

    2008-01-01

    A new microfluidic reaction system capable of mixing, transporting and reacting is developed for the synthesis of gold nanoparticles. It allows for a rapid and a cost-effective approach to accelerate the synthesis of gold nanoparticles. The microfluidic reaction chip is made from micro-electro-mechanical-system technologies which integrate a micro-mixer, micro-pumps, a micro-valve, micro-heaters and a micro temperature sensor on a single chip. Successful synthesis of dispersed gold nanoparticles has been demonstrated within a shorter period of time, as compared to traditional methods. It is experimentally found that precise control of the mixing/heating time for gold salts and reducing agents plays an essential role in the synthesis of gold nanoparticles. The growth process of hexagonal gold nanoparticles by a thermal aqueous approach is also systematically studied by using the same microfluidic reaction system. The development of the microfluidic reaction system could be promising for the synthesis of functional nanoparticles for future biomedical applications

  15. Superconductivity Program for electric power systems: 1994 annual PEER review. Volume 1, Meeting proceedings

    International Nuclear Information System (INIS)

    1994-01-01

    This is Volume I of information presented at the Annual Peer Review of the Superconductivity Program For Electric Power Systems. Topics include: Wire development; powder synthesis; characterization of superconducting materials; electric power applications; magnetic refrigerators; and motor cooling issues. Individual reports were processed separately for the database

  16. Lutetium-177 DOTATATE Production with an Automated Radiopharmaceutical Synthesis System.

    Science.gov (United States)

    Aslani, Alireza; Snowdon, Graeme M; Bailey, Dale L; Schembri, Geoffrey P; Bailey, Elizabeth A; Pavlakis, Nick; Roach, Paul J

    2015-01-01

    Peptide Receptor Radionuclide Therapy (PRRT) with yttrium-90 ((90)Y) and lutetium-177 ((177)Lu)-labelled SST analogues are now therapy option for patients who have failed to respond to conventional medical therapy. In-house production with automated PRRT synthesis systems have clear advantages over manual methods resulting in increasing use in hospital-based radiopharmacies. We report on our one year experience with an automated radiopharmaceutical synthesis system. All syntheses were carried out using the Eckert & Ziegler Eurotope's Modular-Lab Pharm Tracer® automated synthesis system. All materials and methods used were followed as instructed by the manufacturer of the system (Eckert & Ziegler Eurotope, Berlin, Germany). Sterile, GMP-certified, no-carrier added (NCA) (177)Lu was used with GMP-certified peptide. An audit trail was also produced and saved by the system. The quality of the final product was assessed after each synthesis by ITLC-SG and HPLC methods. A total of 17 [(177)Lu]-DOTATATE syntheses were performed between August 2013 and December 2014. The amount of radioactive [(177)Lu]-DOTATATE produced by each synthesis varied between 10-40 GBq and was dependant on the number of patients being treated on a given day. Thirteen individuals received a total of 37 individual treatment administrations in this period. There were no issues and failures with the system or the synthesis cassettes. The average radiochemical purity as determined by ITLC was above 99% (99.8 ± 0.05%) and the average radiochemical purity as determined by HPLC technique was above 97% (97.3 ± 1.5%) for this period. The automated synthesis of [(177)Lu]-DOTATATE using Eckert & Ziegler Eurotope's Modular-Lab Pharm Tracer® system is a robust, convenient and high yield approach to the radiolabelling of DOTATATE peptide benefiting from the use of NCA (177)Lu and almost negligible radiation exposure of the operators.

  17. Robust control synthesis for uncertain dynamical systems

    Science.gov (United States)

    Byun, Kuk-Whan; Wie, Bong; Sunkel, John

    1989-01-01

    This paper presents robust control synthesis techniques for uncertain dynamical systems subject to structured parameter perturbation. Both QFT (quantitative feedback theory) and H-infinity control synthesis techniques are investigated. Although most H-infinity-related control techniques are not concerned with the structured parameter perturbation, a new way of incorporating the parameter uncertainty in the robust H-infinity control design is presented. A generic model of uncertain dynamical systems is used to illustrate the design methodologies investigated in this paper. It is shown that, for a certain noncolocated structural control problem, use of both techniques results in nonminimum phase compensation.

  18. Synthesis of dexterity measure of mechanisms by evolution of dissipative system

    Directory of Open Access Journals (Sweden)

    Grešl M.

    2007-11-01

    Full Text Available The paper deals with the new approach of solving traditional kinematical synthesis of mechanisms. The kinematical synthesis is reformulated as nonlinear dynamical problem. All searched parameters of the mechanism are in this dynamical dissipative system introduced as time-varying during motion of mechanism’s dimension iteration. The synthesis process is realized as the time evolution of such system. One of the most important objectives of the machine synthesis is the dexterity measure. The new approach is applied to optimization of this property.

  19. Analysis and Synthesis of Distributed Real-Time Embedded Systems

    DEFF Research Database (Denmark)

    Pop, Paul; Eles, Petru; Peng, Zebo

    like automotive electronics, real-time multimedia, avionics, medical equipment, and factory systems. The proposed analysis and synthesis techniques derive optimized implementations that fulfill the imposed design constraints. An important part of the implementation process is the synthesis...

  20. The Synthesis of Intelligent Real-Time Systems

    Science.gov (United States)

    1990-11-09

    Synthesis of Intelligent Real - Time Systems . The purpose of the effort was to develop and extend theories and techniques that facilitate the design and...implementation of intelligent real - time systems . In particular, Teleos has extended situated-automata theory to apply to situations in which the system has

  1. System programming languages

    OpenAIRE

    Šmit, Matej

    2016-01-01

    Most operating systems are written in the C programming language. Similar is with system software, for example, device drivers, compilers, debuggers, disk checkers, etc. Recently some new programming languages emerged, which are supposed to be suitable for system programming. In this thesis we present programming languages D, Go, Nim and Rust. We defined the criteria which are important for deciding whether programming language is suitable for system programming. We examine programming langua...

  2. Automated Controller Synthesis for non-Deterministic Piecewise-Affine Hybrid Systems

    DEFF Research Database (Denmark)

    Grunnet, Jacob Deleuran

    formations. This thesis uses a hybrid systems model of a satellite formation with possible actuator faults as a motivating example for developing an automated control synthesis method for non-deterministic piecewise-affine hybrid systems (PAHS). The method does not only open an avenue for further research...... in fault tolerant satellite formation control, but can be used to synthesise controllers for a wide range of systems where external events can alter the system dynamics. The synthesis method relies on abstracting the hybrid system into a discrete game, finding a winning strategy for the game meeting...... game and linear optimisation solvers for controller refinement. To illustrate the efficacy of the method a reoccurring satellite formation example including actuator faults has been used. The end result is the application of PAHSCTRL on the example showing synthesis and simulation of a fault tolerant...

  3. The KTH synthesis of singing

    Directory of Open Access Journals (Sweden)

    Johan Sundberg

    2006-01-01

    Full Text Available This is an overview of the work with synthesizing singing that has been carried out at the Speech Music Hearing Department, KTH since 1977. The origin of the work, a hardware synthesis machine, is described and some aspects of the control program, a modified version of a text-to-speech conversion system are reviewed. Three applications are described in which the synthesis system has paved the way for investigations of specific aspects of the singing voice. One concerns the perceptual relevance of the center frequency of the singer's formant, one deals with characteristics of an ugly voice, and one regards intonation. The article is accompanied by 18 sound examples, several of which were not published before. Finally, limitations and advantages of singing synthesis are discussed.

  4. Memory-Optimized Software Synthesis from Dataflow Program Graphs with Large Size Data Samples

    Directory of Open Access Journals (Sweden)

    Hyunok Oh

    2003-05-01

    Full Text Available In multimedia and graphics applications, data samples of nonprimitive type require significant amount of buffer memory. This paper addresses the problem of minimizing the buffer memory requirement for such applications in embedded software synthesis from graphical dataflow programs based on the synchronous dataflow (SDF model with the given execution order of nodes. We propose a memory minimization technique that separates global memory buffers from local pointer buffers: the global buffers store live data samples and the local buffers store the pointers to the global buffer entries. The proposed algorithm reduces 67% memory for a JPEG encoder, 40% for an H.263 encoder compared with unshared versions, and 22% compared with the previous sharing algorithm for the H.263 encoder. Through extensive buffer sharing optimization, we believe that automatic software synthesis from dataflow program graphs achieves the comparable code quality with the manually optimized code in terms of memory requirement.

  5. Compilation and synthesis for embedded reconfigurable systems an aspect-oriented approach

    CERN Document Server

    Diniz, Pedro; Coutinho, José; Petrov, Zlatko

    2013-01-01

    This book provides techniques to tackle the design challenges raised by the increasing diversity and complexity of emerging, heterogeneous architectures for embedded systems. It describes an approach based on techniques from software engineering called aspect-oriented programming, which allow designers to control today’s sophisticated design tool chains, while maintaining a single application source code.  Readers are introduced to the basic concepts of an aspect-oriented, domain specific language that enables control of a wide range of compilation and synthesis tools in the partitioning and mapping of an application to a heterogeneous (and possibly multi-core) target architecture.  Several examples are presented that illustrate the benefits of the approach developed for applications from avionics and digital signal processing. Using the aspect-oriented programming techniques presented in this book, developers can reuse extensive sections of their designs, while preserving the original application source-...

  6. Game-based verification and synthesis

    DEFF Research Database (Denmark)

    Vester, Steen

    and the environment behaves. Synthesis of strategies in games can thus be used for automatic generation of correct-by-construction programs from specifications. We consider verification and synthesis problems for several well-known game-based models. This includes both model-checking problems and satisfiability...... can be extended to solve finitely-branching turn-based games more efficiently. Further, the novel concept of winning cores in parity games is introduced. We use this to develop a new polynomial-time under-approximation algorithm for solving parity games. Experimental results show that this algorithm...... corresponds directly to a program for the corresponding entity of the system. A strategy for a player which ensures that the player wins no matter how the other players behave then corresponds to a program ensuring that the specification of the entity is satisfied no matter how the other entities...

  7. Calculation of partial molar volume of components in supercritical ammonia synthesis system

    Institute of Scientific and Technical Information of China (English)

    Cunwen WANG; Chuanbo YU; Wen CHEN; Weiguo WANG; Yuanxin WU; Junfeng ZHANG

    2008-01-01

    The partial molar volumes of components in supercritical ammonia synthesis system are calculated in detail by the calculation formula of partial molar volume derived from the R-K equation of state under different conditions. The objectives are to comprehend phase beha-vior of components and to provide the theoretic explana-tion and guidance for probing novel processes of ammonia synthesis under supercritical conditions. The conditions of calculation are H2/N2= 3, at a concentra-tion of NH3 in synthesis gas ranging from 2% to 15%, Concentration of medium in supercritical ammonia syn-thesis system ranging from 20% to 50%, temperature ran-ging from 243 K to 699 K and pressure ranging from 0.1 MPa to 187 MPa. The results show that the ammonia synthesis system can reach supercritical state by adding a suitable supercritical medium and then controlling the reaction conditions. It is helpful for the supercritical ammonia synthesis that medium reaches supercritical state under the conditions of the corresponding total pres-sure and components near the normal temperature or near the critical temperature of medium or in the range of tem-perature of industrialized ammonia synthesis.

  8. Network analysis and synthesis a modern systems theory approach

    CERN Document Server

    Anderson, Brian D O

    2006-01-01

    Geared toward upper-level undergraduates and graduate students, this book offers a comprehensive look at linear network analysis and synthesis. It explores state-space synthesis as well as analysis, employing modern systems theory to unite the classical concepts of network theory. The authors stress passive networks but include material on active networks. They avoid topology in dealing with analysis problems and discuss computational techniques. The concepts of controllability, observability, and degree are emphasized in reviewing the state-variable description of linear systems. Explorations

  9. Ion transport membrane reactor systems and methods for producing synthesis gas

    Science.gov (United States)

    Repasky, John Michael

    2015-05-12

    Embodiments of the present invention provide cost-effective systems and methods for producing a synthesis gas product using a steam reformer system and an ion transport membrane (ITM) reactor having multiple stages, without requiring inter-stage reactant injections. Embodiments of the present invention also provide techniques for compensating for membrane performance degradation and other changes in system operating conditions that negatively affect synthesis gas production.

  10. Synthesis for Structure Rewriting Systems

    Science.gov (United States)

    Kaiser, Łukasz

    The description of a single state of a modelled system is often complex in practice, but few procedures for synthesis address this problem in depth. We study systems in which a state is described by an arbitrary finite structure, and changes of the state are represented by structure rewriting rules, a generalisation of term and graph rewriting. Both the environment and the controller are allowed to change the structure in this way, and the question we ask is how a strategy for the controller that ensures a given property can be synthesised.

  11. Design, Specification, and Synthesis of Aircraft Electric Power Systems Control Logic

    Science.gov (United States)

    Xu, Huan

    Cyber-physical systems integrate computation, networking, and physical processes. Substantial research challenges exist in the design and verification of such large-scale, distributed sensing, actuation, and control systems. Rapidly improving technology and recent advances in control theory, networked systems, and computer science give us the opportunity to drastically improve our approach to integrated flow of information and cooperative behavior. Current systems rely on text-based specifications and manual design. Using new technology advances, we can create easier, more efficient, and cheaper ways of developing these control systems. This thesis will focus on design considerations for system topologies, ways to formally and automatically specify requirements, and methods to synthesize reactive control protocols, all within the context of an aircraft electric power system as a representative application area. This thesis consists of three complementary parts: synthesis, specification, and design. The first section focuses on the synthesis of central and distributed reactive controllers for an aircraft elec- tric power system. This approach incorporates methodologies from computer science and control. The resulting controllers are correct by construction with respect to system requirements, which are formulated using the specification language of linear temporal logic (LTL). The second section addresses how to formally specify requirements and introduces a domain-specific language for electric power systems. A software tool automatically converts high-level requirements into LTL and synthesizes a controller. The final sections focus on design space exploration. A design methodology is proposed that uses mixed-integer linear programming to obtain candidate topologies, which are then used to synthesize controllers. The discrete-time control logic is then verified in real-time by two methods: hardware and simulation. Finally, the problem of partial observability and

  12. Control synthesis of switched systems

    CERN Document Server

    Zhao, Xudong; Niu, Ben; Wu, Tingting

    2017-01-01

    This book offers its readers a detailed overview of the synthesis of switched systems, with a focus on switching stabilization and intelligent control. The problems investigated are not only previously unsolved theoretically but also of practical importance in many applications: voltage conversion, naval piloting and navigation and robotics, for example. The book considers general switched-system models and provides more efficient design methods to bring together theory and application more closely than was possible using classical methods. It also discusses several different classes of switched systems. For general switched linear systems and switched nonlinear systems comprising unstable subsystems, it introduces novel ideas such as invariant subspace theory and the time-scheduled Lyapunov function method of designing switching signals to stabilize the underlying systems. For some typical switched nonlinear systems affected by various complex dynamics, the book proposes novel design approaches based on inte...

  13. Strategic bioenergy research. A knowledge compilation and synthesis of research projects funded by the Swedish Energy Agency's fuel program 2007-2011; Strategisk bioenergiforskning. En kunskapssammanstaellning och syntes av forskningsprojekt finansierade av Energimyndighetens braensleprogram 2007-2011

    Energy Technology Data Exchange (ETDEWEB)

    Gode, Jenny; Gustavsson, Mathias; Hoeglund, Jonas; Hellsten, Sofie; Martinsson, Fredrik; Stadmark, Johanna [IVL Svenska Miljoeinstitutet, Stockholm (Sweden)

    2012-11-01

    During 2007-2011 the Swedish Energy Agency has run the program 'Sustainable supply and processing of biofuels'. To summarise the state of knowledge, identify knowledge gaps and analyse the results in a broader context, three different synthesis reports have been performed in the program's final phase. This report is one of these synthesis reports and concerns the area of strategic bioenergy research. In this context, 'strategic' means research that is of significance from the system, marketing and/or policy perspective. The work is based on research conducted mainly in the research programme 'Sustainable supply and processing of biofuels'. This report constitutes the final report of the synthesis project on strategic bioenergy research and includes knowledge compilation, identification of knowledge gaps and synthesis. The results of the synthesis project provide a basis for planning new research programs in the auspices of the Swedish Energy Agency. The two other synthesis projects concern forest fuels as well as energy crops and fuel quality. The report covers a rather broad field of research, e.g. environmental impact, carbon balances, nitrous oxide, bioenergy systems, scenarios, trade and marketing, standardization and certification. The work has been based on project plans and publications for a predefined number of projects, as well as on interviews and discussions with project leaders. Furthermore, several seminars and workshops also provided information for the compilation. Other studies have also been taken into account to some extent.

  14. Passivity analysis and synthesis for uncertain time-delay systems

    Directory of Open Access Journals (Sweden)

    Magdi S. Mahmoud

    2001-01-01

    Full Text Available In this paper, we investigate the robust passivity analysis and synthesis problems for a class of uncertain time-delay systems. This class of systems arises in the modelling effort of studying water quality constituents in fresh stream. For the analysis problem, we derive a sufficient condition for which the uncertain time-delay system is robustly stable and strictly passive for all admissible uncertainties. The condition is given in terms of a linear matrix inequality. Both the delay-independent and delay-dependent cases are considered. For the synthesis problem, we propose an observer-based design method which guarantees that the closed-loop uncertain time-delay system is stable and strictly passive for all admissible uncertainties. Several examples are worked out to illustrate the developed theory.

  15. An analysis of machine translation and speech synthesis in speech-to-speech translation system

    OpenAIRE

    Hashimoto, K.; Yamagishi, J.; Byrne, W.; King, S.; Tokuda, K.

    2011-01-01

    This paper provides an analysis of the impacts of machine translation and speech synthesis on speech-to-speech translation systems. The speech-to-speech translation system consists of three components: speech recognition, machine translation and speech synthesis. Many techniques for integration of speech recognition and machine translation have been proposed. However, speech synthesis has not yet been considered. Therefore, in this paper, we focus on machine translation and speech synthesis, ...

  16. Analysis and Synthesis of Communication-Intensive Heterogeneous Real-Time Systems

    DEFF Research Database (Denmark)

    Pop, Paul

    2003-01-01

    Embedded computer systems are now everywhere: from alarm clocks to PDAs, from mobile phones to cars, almost all the devices we use are controlled by embedded computer systems. An important class of embedded computer systems is that of real-time systems, which have to fulfill strict timing...... requirements. As realtime systems become more complex, they are often implemented using distributed heterogeneous architectures. The main objective of this thesis is to develop analysis and synthesis methods for communication-intensive heterogeneous hard real-time systems. The systems are heterogeneous...... is the synthesis of the communication infrastructure, which has a significant impact on the overall system performance and cost. To reduce the time-to-market of products, the design of real-time systems seldom starts from scratch. Typically, designers start from an already existing system, running certain...

  17. Temperature lowering in cryogenic chemical-synthesis techniques and system

    International Nuclear Information System (INIS)

    Martinez, H.E.; Nelson, T.O.; Vikdal, L.N.

    1993-01-01

    When evaluating a chemical synthesis process for a reaction that occurs on the cryogenically cooled walls, it is sometimes necessary to reduce the wall temperatures to enhance the chemical process. To evaluate the chemical process at lower than atmospheric boiling of liquid nitrogen, we built a system and used it to reduce the temperature of the liquid nitrogen. The technique of lowering the liquid nitrogen temperature by reducing the pressure of the boil-off is established knowledge. This paper presents the engineering aspects of the system, design features, equipment requirements, methods of control, and results of the chemical synthesis. The heat input to the system was ∼400 watts, placing a relatively large demand on the pumping system. Our system is a scale-up of the small laboratory experiment, and it provides the information needed to design an effective system. The major problem encountered was the large quantity of liquid escaping the system during the processing, placing a large gas load on the vacuum system

  18. Preparation of ubiquitin-conjugated proteins using an insect cell-free protein synthesis system.

    Science.gov (United States)

    Suzuki, Takashi; Ezure, Toru; Ando, Eiji; Nishimura, Osamu; Utsumi, Toshihiko; Tsunasawa, Susumu

    2010-01-01

    Ubiquitination is one of the most significant posttranslational modifications (PTMs). To evaluate the ability of an insect cell-free protein synthesis system to carry out ubiquitin (Ub) conjugation to in vitro translated proteins, poly-Ub chain formation was studied in an insect cell-free protein synthesis system. Poly-Ub was generated in the presence of Ub aldehyde (UA), a de-ubiquitinating enzyme inhibitor. In vitro ubiquitination of the p53 tumor suppressor protein was also analyzed, and p53 was poly-ubiquitinated when Ub, UA, and Mdm2, an E3 Ub ligase (E3) for p53, were added to the in vitro reaction mixture. These results suggest that the insect cell-free protein synthesis system contains enzymatic activities capable of carrying out ubiquitination. CBB-detectable ubiquitinated p53 was easily purified from the insect cell-free protein synthesis system, allowing analysis of the Ub-conjugated proteins by mass spectrometry (MS). Lys 305 of p53 was identified as one of the Ub acceptor sites using this strategy. Thus, we conclude that the insect cell-free protein synthesis system is a powerful tool for studying various PTMs of eukaryotic proteins including ubiqutination presented here.

  19. Synthesis of Fault-Tolerant Embedded Systems

    DEFF Research Database (Denmark)

    Eles, Petru; Izosimov, Viacheslav; Pop, Paul

    2008-01-01

    This work addresses the issue of design optimization for fault- tolerant hard real-time systems. In particular, our focus is on the handling of transient faults using both checkpointing with rollback recovery and active replication. Fault tolerant schedules are generated based on a conditional...... process graph representation. The formulated system synthesis approaches decide the assignment of fault-tolerance policies to processes, the optimal placement of checkpoints and the mapping of processes to processors, such that multiple transient faults are tolerated, transparency requirements...

  20. Design of an Automated System for Synthesis of [18 F] FDG for PET Investigation at IFIN-HH Bucharest

    International Nuclear Information System (INIS)

    Craciun, Liviu Stefan; Cimpeanu, Catalina; Constantinescu, Olimpiu; Dudu, Dorin; Ionescu, Cristina; Negoita, Nicolae; Racolta, Petru Mihai; Rusen, Ion

    2009-01-01

    A novel apparatus constructed at IFIN-HH is described for automated synthesis of radiopharmaceuticals labeled with 18 F for use in positron emission tomography (PET) investigations. [18 F] fluoride was produced at the IFIN-HH cyclotron by irradiation of H 2 O enriched 97% in 18 O with 13 MeV deuterons, or 8 MeV protons. The irradiated H 2 O was transferred (injected) into the radiochemical fully-automated processing systems which ensured the separation of 18 F from H 2 O, the labeling with 18 F, and finally purified by filtration with selective absorbants. The system is easy to operate and contains a programmable logical controller that manages the entire operation program stored in its internal memory. The computer is used to assist the operator during the different steps of synthesis and to allow visualization of the process and printing the report. The device was used for used for the production of 2-[18 F] FLUORO-2-DEOXY-D-GLUCOSE at the IFIN-HH cyclotron, one of the most used radiopharmaceutical in PET investigations. The synthesis module is configured so that is flexible enough to accomplish other nucleophile reactions of labeling with short lived radioisotopes.

  1. Design of an Automated System for Synthesis of [18 F] FDG for PET Investigation at IFIN-HH Bucharest

    Science.gov (United States)

    Craciun, Liviu Stefan; Cimpeanu, Catalina; Constantinescu, Olimpiu; Dudu, Dorin; Ionescu, Cristina; Negoita, Nicolae; Racolta, Petru Mihai; Rusen, Ion

    2009-03-01

    A novel apparatus constructed at IFIN-HH is described for automated synthesis of radiopharmaceuticals labeled with 18F for use in positron emission tomography (PET) investigations. [18 F] fluoride was produced at the IFIN-HH cyclotron by irradiation of H2O enriched 97% in 18O with 13 MeV deuterons, or 8 MeV protons. The irradiated H2O was transferred (injected) into the radiochemical fully-automated processing systems which ensured the separation of 18F from H2O, the labeling with 18F, and finally purified by filtration with selective absorbants. The system is easy to operate and contains a programmable logical controller that manages the entire operation program stored in its internal memory. The computer is used to assist the operator during the different steps of synthesis and to allow visualization of the process and printing the report. The device was used for used for the production of 2-[18 F] FLUORO-2-DEOXY-D-GLUCOSE at the IFIN-HH cyclotron, one of the most used radiopharmaceutical in PET investigations. The synthesis module is configured so that is flexible enough to accomplish other nucleophile reactions of labeling with short lived radioisotopes.

  2. Analysis of Air Traffic Track Data with the AutoBayes Synthesis System

    Science.gov (United States)

    Schumann, Johann Martin Philip; Cate, Karen; Lee, Alan G.

    2010-01-01

    The Next Generation Air Traffic System (NGATS) is aiming to provide substantial computer support for the air traffic controllers. Algorithms for the accurate prediction of aircraft movements are of central importance for such software systems but trajectory prediction has to work reliably in the presence of unknown parameters and uncertainties. We are using the AutoBayes program synthesis system to generate customized data analysis algorithms that process large sets of aircraft radar track data in order to estimate parameters and uncertainties. In this paper, we present, how the tasks of finding structure in track data, estimation of important parameters in climb trajectories, and the detection of continuous descent approaches can be accomplished with compact task-specific AutoBayes specifications. We present an overview of the AutoBayes architecture and describe, how its schema-based approach generates customized analysis algorithms, documented C/C++ code, and detailed mathematical derivations. Results of experiments with actual air traffic control data are discussed.

  3. A synthesis of evaluation monitoring projects by the forest health monitoring program (1998-2007)

    Science.gov (United States)

    William A. Bechtold; Michael J. Bohne; Barbara L. Conkling; Dana L. Friedman

    2012-01-01

    The national Forest Health Monitoring Program of the Forest Service, U.S. Department of Agriculture, has funded over 200 Evaluation Monitoring projects. Evaluation Monitoring is designed to verify and define the extent of deterioration in forest ecosystems where potential problems have been identified. This report is a synthesis of results from over 150 Evaluation...

  4. A Correctness Verification Technique for Commercial FPGA Synthesis Tools

    International Nuclear Information System (INIS)

    Kim, Eui Sub; Yoo, Jun Beom; Choi, Jong Gyun; Kim, Jang Yeol; Lee, Jang Soo

    2014-01-01

    Once the FPGA (Filed-Programmable Gate Array) designers designs Verilog programs, the commercial synthesis tools automatically translate the Verilog programs into EDIF programs so that the designers can have largely focused on HDL designs for correctness of functionality. Nuclear regulation authorities, however, require more considerate demonstration of the correctness and safety of mechanical synthesis processes of FPGA synthesis tools, even if the FPGA industry have acknowledged them empirically as correct and safe processes and tools. In order to assure of the safety, the industry standards for the safety of electronic/electrical devices, such as IEC 61508 and IEC 60880, recommend using the formal verification technique. There are several formal verification tools (i.e., 'FormalPro' 'Conformal' 'Formality' and so on) to verify the correctness of translation from Verilog into EDIF programs, but it is too expensive to use and hard to apply them to the works of 3rd-party developers. This paper proposes a formal verification technique which can contribute to the correctness demonstration in part. It formally checks the behavioral equivalence between Verilog and subsequently synthesized Net list with the VIS verification system. A Net list is an intermediate output of FPGA synthesis process, and EDIF is used as a standard format of Net lists. If the formal verification succeeds, then we can assure that the synthesis process from Verilog into Net list worked correctly at least for the Verilog used. In order to support the formal verification, we developed the mechanical translator 'EDIFtoBLIFMV,' which translates EDIF into BLIF-MV as an input front-end of VIS system, while preserving their behavior equivalence.. We performed the case study with an example of a preliminary version of RPS in a Korean nuclear power plant in order to provide the efficiency of the proposed formal verification technique and implemented translator. It

  5. A Correctness Verification Technique for Commercial FPGA Synthesis Tools

    Energy Technology Data Exchange (ETDEWEB)

    Kim, Eui Sub; Yoo, Jun Beom [Konkuk University, Seoul (Korea, Republic of); Choi, Jong Gyun; Kim, Jang Yeol; Lee, Jang Soo [Korea Atomic Energy Research Institute, Daejeon (Korea, Republic of)

    2014-10-15

    Once the FPGA (Filed-Programmable Gate Array) designers designs Verilog programs, the commercial synthesis tools automatically translate the Verilog programs into EDIF programs so that the designers can have largely focused on HDL designs for correctness of functionality. Nuclear regulation authorities, however, require more considerate demonstration of the correctness and safety of mechanical synthesis processes of FPGA synthesis tools, even if the FPGA industry have acknowledged them empirically as correct and safe processes and tools. In order to assure of the safety, the industry standards for the safety of electronic/electrical devices, such as IEC 61508 and IEC 60880, recommend using the formal verification technique. There are several formal verification tools (i.e., 'FormalPro' 'Conformal' 'Formality' and so on) to verify the correctness of translation from Verilog into EDIF programs, but it is too expensive to use and hard to apply them to the works of 3rd-party developers. This paper proposes a formal verification technique which can contribute to the correctness demonstration in part. It formally checks the behavioral equivalence between Verilog and subsequently synthesized Net list with the VIS verification system. A Net list is an intermediate output of FPGA synthesis process, and EDIF is used as a standard format of Net lists. If the formal verification succeeds, then we can assure that the synthesis process from Verilog into Net list worked correctly at least for the Verilog used. In order to support the formal verification, we developed the mechanical translator 'EDIFtoBLIFMV,' which translates EDIF into BLIF-MV as an input front-end of VIS system, while preserving their behavior equivalence.. We performed the case study with an example of a preliminary version of RPS in a Korean nuclear power plant in order to provide the efficiency of the proposed formal verification technique and implemented translator. It

  6. Schedulability-Driven Communication Synthesis for Time Triggered Embedded Systems

    DEFF Research Database (Denmark)

    Pop, Paul; Eles, Petru; Peng, Zebo

    2006-01-01

    We present an approach to static priority preemptive process scheduling for the synthesis of hard real-time distributed embedded systems where communication plays an important role. The communication model is based on a time-triggered protocol. We have developed an analysis for the communication...... delays proposing four different message scheduling policies over a time-triggered communication channel. Optimization strategies for the synthesis of communication are developed, and the four approaches to message scheduling are compared using extensive experiments...

  7. Schedulability-Driven Communication Synthesis for Time Triggered Embedded Systems

    DEFF Research Database (Denmark)

    Pop, Paul; Eles, Petru; Peng, Zebo

    1999-01-01

    We present an approach to static priority preemptive process scheduling for the synthesis of hard real-time distributed embedded systems where communication plays an important role. The communication model is based on a time-triggered protocol. We have developed an analysis for the communication...... delays proposing four different message scheduling policies over a time-triggered communication channel. Optimization strategies for the synthesis of communication are developed, and the four approaches to message scheduling are compared using extensive experiments....

  8. Schedulability-Driven Communication Synthesis for Time Triggered Embedded Systems

    DEFF Research Database (Denmark)

    Pop, Paul; Eles, Petru; Peng, Zebo

    2004-01-01

    We present an approach to static priority preemptive process scheduling for the synthesis of hard real-time distributed embedded systems where communication plays an important role. The communication model is based on a time-triggered protocol. We have developed an analysis for the communication...... delays with four different message scheduling policies over a time-triggered communication channel. Optimization strategies for the synthesis of communication are developed, and the four approaches to message scheduling are compared using extensive experiments....

  9. Computational method and system for modeling, analyzing, and optimizing DNA amplification and synthesis

    Science.gov (United States)

    Vandersall, Jennifer A.; Gardner, Shea N.; Clague, David S.

    2010-05-04

    A computational method and computer-based system of modeling DNA synthesis for the design and interpretation of PCR amplification, parallel DNA synthesis, and microarray chip analysis. The method and system include modules that address the bioinformatics, kinetics, and thermodynamics of DNA amplification and synthesis. Specifically, the steps of DNA selection, as well as the kinetics and thermodynamics of DNA hybridization and extensions, are addressed, which enable the optimization of the processing and the prediction of the products as a function of DNA sequence, mixing protocol, time, temperature and concentration of species.

  10. Development of automatic combinatorial system for synthesis of nanoparticles using microreactors

    Energy Technology Data Exchange (ETDEWEB)

    Watanabe, Kosuke; Maeda, Hideaki [Interdisciplinary Graduate School of Engineering Sciences, Kyushu University, 6-1 Kasuga-koen, Kasuga, Fukuoka, 816-8580 (Japan); Orimoto, Yuuichi; Yamashita, Kenichi; Uehara, Masato; Nakamura, Hiroyuki [Measurement Solution Research Center, National Institute of Advanced Industrial Science and Technology (AIST), 807-1, Shuku, Tosu, Saga, 841-0052 (Japan); Furuya, Takeshi, E-mail: maeda-h@aist.go.jp [Nanosystem Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Tsukuba, Ibaraki, 305-8565 (Japan)

    2011-10-29

    In this study, automatic system for combinatorial synthesis of nanoparticles (NPs) was developed and optimization of reaction parameter for NPs synthesis was performed. Microreactor was employed for kinetic control constantly. Programmable equipments were employed for additional speed up and used a microreactor. Six reaction condition parameters were systematically combined to produce CdSe synthesis condition sets. Reaction conditions of 3404 experimental sets were synthesized and characterized in 1 month. As a result of some multivariate analyses using the numerous and complicated data, we found as follows: 1) neural network is an effective method to analyze data from combinatorial synthesis, 2) weighting evaluation method was effective to find the condition for balanced NP properties.

  11. Program management system manual

    International Nuclear Information System (INIS)

    1989-08-01

    OCRWM has developed a program management system (PMS) to assist in organizing, planning, directing and controlling the Civilian Radioactive Waste Management Program. A well defined management system is necessary because: (1) the Program is a complex technical undertaking with a large number of participants, (2) the disposal and storage facilities to be developed by the Program must be licensed by the Nuclear Regulatory Commission (NRC) and hence are subject to rigorous quality assurance (QA) requirements, (3) the legislation mandating the Program creates a dichotomy between demanding schedules of performance and a requirement for close and continuous consultation and cooperation with external entities, (4) the various elements of the Program must be managed as parts of an integrated waste management system, (5) the Program has an estimated total system life cycle cost of over $30 billion, and (6) the Program has a unique fiduciary responsibility to the owners and generators of the nuclear waste for controlling costs and minimizing the user fees paid into the Nuclear Waste Fund. This PMS Manual is designed and structured to facilitate strong, effective Program management by providing policies and requirements for organizing, planning, directing and controlling the major Program functions

  12. Synthesis maps: visual knowledge translation for the CanIMPACT clinical system and patient cancer journeys.

    Science.gov (United States)

    Jones, P H; Shakdher, S; Singh, P

    2017-04-01

    Salient findings and interpretations from the canimpact clinical cancer research study are visually represented in two synthesis maps for the purpose of communicating an integrated presentation of the study to clinical cancer researchers and policymakers. Synthesis maps integrate evidence and expertise into a visual narrative for knowledge translation and communication. A clinical system synthesis map represents the current Canadian primary care and cancer practice systems, proposed as a visual knowledge translation from the mixed-methods canimpact study to inform Canadian clinical research, policy, and practice discourses. Two synthesis maps, drawn together from multiple canimpact investigations and sources, were required to articulate critical differences between the clinical system and patient perspectives. The synthesis map of Canada-wide clinical cancer systems illustrates the relationships between primary care and the full cancer continuum. A patient-centred map was developed to represent the cancer (and primary care) journeys as experienced by breast and colorectal cancer patients.

  13. INTEGRATING MACHINE TRANSLATION AND SPEECH SYNTHESIS COMPONENT FOR ENGLISH TO DRAVIDIAN LANGUAGE SPEECH TO SPEECH TRANSLATION SYSTEM

    Directory of Open Access Journals (Sweden)

    J. SANGEETHA

    2015-02-01

    Full Text Available This paper provides an interface between the machine translation and speech synthesis system for converting English speech to Tamil text in English to Tamil speech to speech translation system. The speech translation system consists of three modules: automatic speech recognition, machine translation and text to speech synthesis. Many procedures for incorporation of speech recognition and machine translation have been projected. Still speech synthesis system has not yet been measured. In this paper, we focus on integration of machine translation and speech synthesis, and report a subjective evaluation to investigate the impact of speech synthesis, machine translation and the integration of machine translation and speech synthesis components. Here we implement a hybrid machine translation (combination of rule based and statistical machine translation and concatenative syllable based speech synthesis technique. In order to retain the naturalness and intelligibility of synthesized speech Auto Associative Neural Network (AANN prosody prediction is used in this work. The results of this system investigation demonstrate that the naturalness and intelligibility of the synthesized speech are strongly influenced by the fluency and correctness of the translated text.

  14. SYNTHESIS OF THE TECHNICAL CONTROL SYSTEMS WITH VARIABLE STRUCTURE

    Directory of Open Access Journals (Sweden)

    2016-01-01

    Full Text Available Change. Also the object as a result of an adverse effect is considered. The formal problem definition of synthesis of hardy management system is considered. Model choice criteria ensemble is set. The rule of choice algorithm implementation on the basis of different reference functions is provided. The conclusion is drawn that in case of preliminary processing of the available prior data it is possible to select reference functions correctly which reflect physical processes more precisely. The mathematical description of a dynamic object on the basis of a differential equation, or its decision is provided. Defini- tion of function of a trend is given. Criteria for selection of model of damage are given. The recommendation of modifica- tion of Demark trends algorithm by means of the sliding Yazvinsky's window and a method of self-organization for in- crease of accuracy of creation of a predictive model of damage is made. It is offered to realize a model choice by means of more complex logical analysis of an observed vector in the appropriate situation. Logic-functional control task definition is given and approach to its decision is formulated. The conclusion about what the task of synthesis management system con- sists of is given. This article describes the method of synthesis of control system with variable structure provides increasing survivability control system in a significant change of the external environment, as well as the object itself from the adverse impacts.

  15. Photovoltaic systems. Program summary

    Energy Technology Data Exchange (ETDEWEB)

    None

    1978-12-01

    Each of the Department of Energy's Photovoltaic Systems Program projects funded and/or in existence during fiscal year 1978 (October 1, 1977 through September 30, 1978) are described. The project sheets list the contractor, principal investigator, and contract number and funding and summarize the programs and status. The program is divided into various elements: program assessment and integration, research and advanced development, technology development, system definition and development, system application experiments, and standards and performance criteria. (WHK)

  16. Gallium‐68 DOTATATE Production with Automated PET Radiopharmaceutical Synthesis System: A Three Year Experience

    Directory of Open Access Journals (Sweden)

    Alireza Aslani

    2014-10-01

    Full Text Available Objective(s: Gallium‐68 (Ga‐68 is an ideal research and hospital‐based PET radioisotope. Currently, the main form of Ga‐68 radiopharmaceutical that is being synthesised in‐house is Ga‐68 conjugated with DOTA based derivatives. The development of automated synthesis systems has increased the reliability, reproducibility and safety of radiopharmaceutical productions. Here we report on our three year, 500 syntheses experience with an automated system for Ga‐68 DOTATATE. Methods: The automated synthesis system we use is divided into three parts of a servomotor modules, b single use sterile synthesis cassettes and, c a computerized system that runs the modules. An audit trail is produced by the system as a requirement for GMP production. The required reagents and chemicals are made in‐. The Germanium breakthrough is determined on a weekly basis. Production yields for each synthesis are calculated to monitor the performance and efficiency of the synthesis. The quality of the final product is assessed after each synthesis by ITLC‐SG and HPLC methods. Results: A total of 500 Ga‐68 DOTATATE syntheses (>800 patient doses were performed between March 2011 and February 2014. The average generator yield was 81.3±0.2% for 2011, 76.7±0.4% for 2012 and 75.0±0.3% for 2013. Ga‐68 DOTATATE yields for 2011, 2012, and 2013 were 81.8±0.4%, 82.2±0.4% and 87.9±0.4%, respectively. These exceed the manufacturer’s expected value of approximately 70%. Germanium breakthrough averaged 8.6×10‐6% of total activity which is well below the recommended level of 0.001%. The average ITLC‐measured radiochemical purity was above 98.5% and the average HPLC‐measured radiochemical purity was above 99.5%. Although there were some system failures during synthesis, there were only eight occasions where the patient scans needed to be rescheduled. Conclusion: In our experience the automated synthesis system performs reliably with a relatively low incident

  17. A Software Architecture for Intelligent Synthesis Environments

    Science.gov (United States)

    Filman, Robert E.; Norvig, Peter (Technical Monitor)

    2001-01-01

    The NASA's Intelligent Synthesis Environment (ISE) program is a grand attempt to develop a system to transform the way complex artifacts are engineered. This paper discusses a "middleware" architecture for enabling the development of ISE. Desirable elements of such an Intelligent Synthesis Architecture (ISA) include remote invocation; plug-and-play applications; scripting of applications; management of design artifacts, tools, and artifact and tool attributes; common system services; system management; and systematic enforcement of policies. This paper argues that the ISA extend conventional distributed object technology (DOT) such as CORBA and Product Data Managers with flexible repositories of product and tool annotations and "plug-and-play" mechanisms for inserting "ility" or orthogonal concerns into the system. I describe the Object Infrastructure Framework, an Aspect Oriented Programming (AOP) environment for developing distributed systems that provides utility insertion and enables consistent annotation maintenance. This technology can be used to enforce policies such as maintaining the annotations of artifacts, particularly the provenance and access control rules of artifacts-, performing automatic datatype transformations between representations; supplying alternative servers of the same service; reporting on the status of jobs and the system; conveying privileges throughout an application; supporting long-lived transactions; maintaining version consistency; and providing software redundancy and mobility.

  18. Consequences of increased extraction of forest fuel - A synthesis from the Energy Agency fuel program 2007-2011 Summary of the Synthesis Report; Konsekvenser av ett oekat uttag av skogsbraensle - En syntes fraan Energimyndighetens braensleprogram 2007-2011 Sammanfattning av syntesrapporten

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2013-07-01

    This report summarizes the findings of a research synthesis of forest fuels. The full report (de Jong et al 2012) can be ordered from the Swedish Energy Agency (report number: ER 2012:08), or downloaded from www.energimyndigheten.se. The Energy Agency's research program 'Sustainable supply and refining of biofuels', also known as 'Fuel program', ran from 2007-01-01 to 2011-06-30. The results of the program are reported in synthesis reports for various program areas. The purpose of the synthesis reports is to compile the knowledge in various areas, to identify knowledge gaps that need to be elucidated further, and to place and discuss the aggregated research results in a larger energy- and societal perspective, including relations to environmental quality and forest policy environmental- and production goals. This report covers sub-project 'Forest fuel and environmental impacts', conducted during the years 2007-2011. The report covers projects within the program 'Sustainable supply and refining of biofuels', adjacent individual projects funded by the Energy Agency and certain other national related activities.

  19. Synthesis maps: visual knowledge translation for the CanIMPACT clinical system and patient cancer journeys

    OpenAIRE

    Jones, P.H.; Shakdher, S.; Singh, P.

    2017-01-01

    Salient findings and interpretations from the canimpact clinical cancer research study are visually represented in two synthesis maps for the purpose of communicating an integrated presentation of the study to clinical cancer researchers and policymakers. Synthesis maps integrate evidence and expertise into a visual narrative for knowledge translation and communication. A clinical system synthesis map represents the current Canadian primary care and cancer practice systems, proposed as a visu...

  20. Synthesis of relay control systems for nuclear reactors

    International Nuclear Information System (INIS)

    Postnikov, N.S.

    1996-01-01

    The problem on stabilizing an oscillatory-unstable reactor by a single-link relay system, the characteristics whereof have a dead zone and hysteresis loop, is considered. The methodology of synthesis of feedback law, providing for stochastic steady-state mode of reactor operation with the minimum frequency of control impact introduction is proposed. This methodology is applicable to general-type relay systems with arbitrary oscillatory-unstable objects. 6 refs., 5 figs

  1. The assembly and use of continuous flow systems for chemical synthesis.

    Science.gov (United States)

    Britton, Joshua; Jamison, Timothy F

    2017-11-01

    The adoption of and opportunities in continuous flow synthesis ('flow chemistry') have increased significantly over the past several years. Continuous flow systems provide improved reaction safety and accelerated reaction kinetics, and have synthesised several active pharmaceutical ingredients in automated reconfigurable systems. Although continuous flow platforms are commercially available, systems constructed 'in-lab' provide researchers with a flexible, versatile, and cost-effective alternative. Herein, we describe the assembly and use of a modular continuous flow apparatus from readily available and affordable parts in as little as 30 min. Once assembled, the synthesis of a sulfonamide by reacting 4-chlorobenzenesulfonyl chloride with dibenzylamine in a single reactor coil with an in-line quench is presented. This example reaction offers the opportunity to learn several important skills including reactor construction, charging of a back-pressure regulator, assembly of stainless-steel syringes, assembly of a continuous flow system with multiple junctions, and yield determination. From our extensive experience of single-step and multistep continuous flow synthesis, we also describe solutions to commonly encountered technical problems such as precipitation of solids ('clogging') and reactor failure. Following this protocol, a nonspecialist can assemble a continuous flow system from reactor coils, syringes, pumps, in-line liquid-liquid separators, drying columns, back-pressure regulators, static mixers, and packed-bed reactors.

  2. A multi-paradigm language for reactive synthesis

    Directory of Open Access Journals (Sweden)

    Ioannis Filippidis

    2016-02-01

    Full Text Available This paper proposes a language for describing reactive synthesis problems that integrates imperative and declarative elements. The semantics is defined in terms of two-player turn-based infinite games with full information. Currently, synthesis tools accept linear temporal logic (LTL as input, but this description is less structured and does not facilitate the expression of sequential constraints. This motivates the use of a structured programming language to specify synthesis problems. Transition systems and guarded commands serve as imperative constructs, expressed in a syntax based on that of the modeling language Promela. The syntax allows defining which player controls data and control flow, and separating a program into assumptions and guarantees. These notions are necessary for input to game solvers. The integration of imperative and declarative paradigms allows using the paradigm that is most appropriate for expressing each requirement. The declarative part is expressed in the LTL fragment of generalized reactivity(1, which admits efficient synthesis algorithms, extended with past LTL. The implementation translates Promela to input for the Slugs synthesizer and is written in Python. The AMBA AHB bus case study is revisited and synthesized efficiently, identifying the need to reorder binary decision diagrams during strategy construction, in order to prevent the exponential blowup observed in previous work.

  3. Intelligent programs-expert systems

    Energy Technology Data Exchange (ETDEWEB)

    Gledhill, V X

    1982-01-01

    In recent years, computer scientists have developed what are called expert systems. These programs have three fundamental components: a knowledge base, which changes with experience; an inference engine which enables the program to make decisions; and an interface that allows the program to communicate with the person using the system. Expert systems have been developed successfully in areas such as medical diagnosis, geology, and computer maintenance. This paper describes the evolution and basic principles of expert systems and give some examples of their use.

  4. A synthesis/design optimization algorithm for Rankine cycle based energy systems

    International Nuclear Information System (INIS)

    Toffolo, Andrea

    2014-01-01

    The algorithm presented in this work has been developed to search for the optimal topology and design parameters of a set of Rankine cycles forming an energy system that absorbs/releases heat at different temperature levels and converts part of the absorbed heat into electricity. This algorithm can deal with several applications in the field of energy engineering: e.g., steam cycles or bottoming cycles in combined/cogenerative plants, steam networks, low temperature organic Rankine cycles. The main purpose of this algorithm is to overcome the limitations of the search space introduced by the traditional mixed-integer programming techniques, which assume that possible solutions are derived from a single superstructure embedding them all. The algorithm presented in this work is a hybrid evolutionary/traditional optimization algorithm organized in two levels. A complex original codification of the topology and the intensive design parameters of the system is managed by the upper level evolutionary algorithm according to the criteria set by the HEATSEP method, which are used for the first time to automatically synthesize a “basic” system configuration from a set of elementary thermodynamic cycles. The lower SQP (sequential quadratic programming) algorithm optimizes the objective function(s) with respect to cycle mass flow rates only, taking into account the heat transfer feasibility constraint within the undefined heat transfer section. A challenging example of application is also presented to show the capabilities of the algorithm. - Highlights: • Energy systems based on Rankine cycles are used in many applications. • A hybrid algorithm is proposed to optimize the synthesis/design of such systems. • The topology of the candidate solutions is not limited by a superstructure. • Topology is managed by the genetic operators of the upper level algorithm. • The effectiveness of the algorithm is proved in a complex test case

  5. An automated system for the synthesis of L-6-[18F]fluorodopa

    International Nuclear Information System (INIS)

    Ruth, T.; Adam, M.; Jivan, S.; Morris, D.; Tyldesley, S.

    1990-01-01

    The PET chemistry group at TRIUMF has completely automated the synthesis of L-6-[ 18 F]fluorodopa. This was done to reduce the exposure of lab technicians to radioactive and corrosive chemicals used in the process. It also improves reliability and reproducibility of the synthesis. The automation is controlled by an IBM Personal Computer AT running the MS-DOS Operating System. The software for the synthesis was written using the Microsoft QuickBASIC Compiler. Graphic display features were created using the Connell Scientific Graphics EGA Toolkit

  6. Development and optimisation of synthesis, characterisation and physical properties of solid materials for strip conductors; purpose oriented synthesis of novel systems. Final report

    International Nuclear Information System (INIS)

    Guenther, W.; Schoellhorn, R.

    1995-06-01

    The project reported is part of studies into the performance of HTSC, and was responsible for the following essential tasks: synthesis, characterisation, and optimisation of oxocuprates of the type (RE)Ba 2 Cu 3 O 7 , examination of the relevant corrosion processes and reactivity of the phases, and synthesis of novel systems guided by special model concepts, applying kinetics-controlled low-temperature synthesis. (orig./MM) [de

  7. Reactor Network Synthesis Using Coupled Genetic Algorithm with the Quasi-linear Programming Method

    OpenAIRE

    Soltani, H.; Shafiei, S.; Edraki, J.

    2016-01-01

    This research is an attempt to develop a new procedure for the synthesis of reactor networks (RNs) using a genetic algorithm (GA) coupled with the quasi-linear programming (LP) method. The GA is used to produce structural configuration, whereas continuous variables are handled using a quasi-LP formulation for finding the best objective function. Quasi-LP consists of LP together with a search loop to find the best reactor conversions (xi), as well as split and recycle ratios (yi). Quasi-LP rep...

  8. A synthesis theory for self-oscillating adaptive systems /SOAS/

    Science.gov (United States)

    Horowitz, I.; Smay, J.; Shapiro, A.

    1974-01-01

    A quantitative synthesis theory is presented for the Self-Oscillating Adaptive System (SOAS), whose nonlinear element has a static, odd character with hard saturation. The synthesis theory is based upon the quasilinear properties of the SOAS to forced inputs, which permits the extension of quantitative linear feedback theory to the SOAS. A reasonable definition of optimum design is shown to be the minimization of the limit cycle frequency. The great advantages of the SOAS is its zero sensitivity to pure gain changes. However, quasilinearity and control of the limit cycle amplitude at the system output, impose additional constraints which partially or completely cancel this advantage, depending on the numerical values of the design parameters. By means of narrow-band filtering, an additional factor is introduced which permits trade-off between filter complexity and limit cycle frequency minimization.

  9. A Continuous-Exchange Cell-Free Protein Synthesis System Based on Extracts from Cultured Insect Cells

    Science.gov (United States)

    Stech, Marlitt; Quast, Robert B.; Sachse, Rita; Schulze, Corina; Wüstenhagen, Doreen A.; Kubick, Stefan

    2014-01-01

    In this study, we present a novel technique for the synthesis of complex prokaryotic and eukaryotic proteins by using a continuous-exchange cell-free (CECF) protein synthesis system based on extracts from cultured insect cells. Our approach consists of two basic elements: First, protein synthesis is performed in insect cell lysates which harbor endogenous microsomal vesicles, enabling a translocation of de novo synthesized target proteins into the lumen of the insect vesicles or, in the case of membrane proteins, their embedding into a natural membrane scaffold. Second, cell-free reactions are performed in a two chamber dialysis device for 48 h. The combination of the eukaryotic cell-free translation system based on insect cell extracts and the CECF translation system results in significantly prolonged reaction life times and increased protein yields compared to conventional batch reactions. In this context, we demonstrate the synthesis of various representative model proteins, among them cytosolic proteins, pharmacological relevant membrane proteins and glycosylated proteins in an endotoxin-free environment. Furthermore, the cell-free system used in this study is well-suited for the synthesis of biologically active tissue-type-plasminogen activator, a complex eukaryotic protein harboring multiple disulfide bonds. PMID:24804975

  10. Controller Synthesis for Periodically Forced Chaotic Systems

    Science.gov (United States)

    Basso, Michele; Genesio, Roberto; Giovanardi, Lorenzo

    Delayed feedback controllers are an appealing tool for stabilization of periodic orbits in chaotic systems. Despite their conceptual simplicity, specific and reliable design procedures are difficult to obtain, partly also because of their inherent infinite-dimensional structure. This chapter considers the use of finite dimensional linear time invariant controllers for stabilization of periodic solutions in a general class of sinusoidally forced nonlinear systems. For such controllers — which can be interpreted as rational approximations of the delayed ones — we provide a computationally attractive synthesis technique based on Linear Matrix Inequalities (LMIs), by mixing results concerning absolute stability of nonlinear systems and robustness of uncertain linear systems. The resulting controllers prove to be effective for chaos suppression in electronic circuits and systems, as shown by two different application examples.

  11. Optimal Set-Point Synthesis in HVAC Systems

    DEFF Research Database (Denmark)

    Komareji, Mohammad; Stoustrup, Jakob; Rasmussen, Henrik

    2007-01-01

    This paper presents optimal set-point synthesis for a heating, ventilating, and air-conditioning (HVAC) system. This HVAC system is made of two heat exchangers: an air-to-air heat exchanger and a water-to-air heat exchanger. The objective function is composed of the electrical power for different...... components, encompassing fans, primary/secondary pump, tertiary pump, and air-to-air heat exchanger wheel; and a fraction of thermal power used by the HVAC system. The goals that have to be achieved by the HVAC system appear as constraints in the optimization problem. To solve the optimization problem......, a steady state model of the HVAC system is derived while different supplying hydronic circuits are studied for the water-to-air heat exchanger. Finally, the optimal set-points and the optimal supplying hydronic circuit are resulted....

  12. BILINGUAL MULTIMODAL SYSTEM FOR TEXT-TO-AUDIOVISUAL SPEECH AND SIGN LANGUAGE SYNTHESIS

    Directory of Open Access Journals (Sweden)

    A. A. Karpov

    2014-09-01

    Full Text Available We present a conceptual model, architecture and software of a multimodal system for audio-visual speech and sign language synthesis by the input text. The main components of the developed multimodal synthesis system (signing avatar are: automatic text processor for input text analysis; simulation 3D model of human's head; computer text-to-speech synthesizer; a system for audio-visual speech synthesis; simulation 3D model of human’s hands and upper body; multimodal user interface integrating all the components for generation of audio, visual and signed speech. The proposed system performs automatic translation of input textual information into speech (audio information and gestures (video information, information fusion and its output in the form of multimedia information. A user can input any grammatically correct text in Russian or Czech languages to the system; it is analyzed by the text processor to detect sentences, words and characters. Then this textual information is converted into symbols of the sign language notation. We apply international «Hamburg Notation System» - HamNoSys, which describes the main differential features of each manual sign: hand shape, hand orientation, place and type of movement. On their basis the 3D signing avatar displays the elements of the sign language. The virtual 3D model of human’s head and upper body has been created using VRML virtual reality modeling language, and it is controlled by the software based on OpenGL graphical library. The developed multimodal synthesis system is a universal one since it is oriented for both regular users and disabled people (in particular, for the hard-of-hearing and visually impaired, and it serves for multimedia output (by audio and visual modalities of input textual information.

  13. Tomo-synthesis. Bibliographic study report

    International Nuclear Information System (INIS)

    2016-01-01

    Tomo-synthesis is a recent technique for breast imaging. This technique, qualified as 'pseudo-3D', draws the attention of health professionals. Indeed, this technique could offer a gain in sensibility and in specificity in the detection of breast cancers compared to 2D mammography, thanks to the reduction of the tissues' overlapping in particular. Although its place and its clinical indication are not still clearly defined, tomo-synthesis is already used in France. The introduction of this technique within the national breast cancer screening program, seems to be foreseen by the authorities in the coming years. IRSN, in the scope of its mission of evaluation of the dose impact of innovative techniques, is closely interested in this technique and has proceeded in 2015 to a bibliographical review of the state of the art in tomo-synthesis. This review paid specific attention to the following points: conception of the installations, dose, image quality and quality control. it has highlighted several points of attention, which incite IRSN to formulate certain recommendations to accompany the spreading of this new technique in France. Most of the clinical trials validating the use of tomo-synthesis were realized on systems of a single manufacturer. However, manufacturers' strategies of design are heterogeneous. There is no unique technique of tomo-synthesis but several, of which equivalence in terms of technical and clinical performances is not demonstrated. Due to the heterogeneity of the different models available on the French market, IRSN recommends not to extrapolate the results of clinical studies obtained on a specific system but to consolidate them for all the available systems. In many imaging departments, tomo-synthesis is already implemented in addition or in substitution of 2D mammography without any regulatory quality control and periodic technical checks. The European reference standard for quality control of these devices is not yet

  14. DSP Based System for Real time Voice Synthesis Applications Development

    OpenAIRE

    Arsinte, Radu; Ferencz, Attila; Miron, Costin

    2008-01-01

    This paper describes an experimental system designed for development of real time voice synthesis applications. The system is composed from a DSP coprocessor card, equipped with an TMS320C25 or TMS320C50 chip, voice acquisition module (ADDA2),host computer (IBM-PC compatible), software specific tools.

  15. Advanced information processing system for advanced launch system: Avionics architecture synthesis

    Science.gov (United States)

    Lala, Jaynarayan H.; Harper, Richard E.; Jaskowiak, Kenneth R.; Rosch, Gene; Alger, Linda S.; Schor, Andrei L.

    1991-01-01

    The Advanced Information Processing System (AIPS) is a fault-tolerant distributed computer system architecture that was developed to meet the real time computational needs of advanced aerospace vehicles. One such vehicle is the Advanced Launch System (ALS) being developed jointly by NASA and the Department of Defense to launch heavy payloads into low earth orbit at one tenth the cost (per pound of payload) of the current launch vehicles. An avionics architecture that utilizes the AIPS hardware and software building blocks was synthesized for ALS. The AIPS for ALS architecture synthesis process starting with the ALS mission requirements and ending with an analysis of the candidate ALS avionics architecture is described.

  16. Total Synthesis of Ionic Liquid Systems for Dissolution of Lunar Simulant

    Science.gov (United States)

    Sharpe, Robert J.; Karr, Laurel J.; Paley, Mark S.

    2010-01-01

    For purposes of Space Resource Utilization, work in the total synthesis of a new ionic liquid system for the extraction of oxygen and metals from lunar soil is studied and described. Reactions were carried out according to procedures found in the chemical literature, analyzed via Thin-Layer Chromatography and 1H Nuclear Magnetic Resonance Spectroscopy and purified via vacuum distillation and rotary evaporation. Upon final analysis via 1H NMR, it was found that while the intermediates of the synthesis had been achieved, unexpected side products were also present. The mechanisms and constraints of the synthesis are described as well as the final results of the project and recommendations for continued study

  17. An Algorithm for Integrated Subsystem Embodiment and System Synthesis

    Science.gov (United States)

    Lewis, Kemper

    1997-01-01

    Consider the statement,'A system has two coupled subsystems, one of which dominates the design process. Each subsystem consists of discrete and continuous variables, and is solved using sequential analysis and solution.' To address this type of statement in the design of complex systems, three steps are required, namely, the embodiment of the statement in terms of entities on a computer, the mathematical formulation of subsystem models, and the resulting solution and system synthesis. In complex system decomposition, the subsystems are not isolated, self-supporting entities. Information such as constraints, goals, and design variables may be shared between entities. But many times in engineering problems, full communication and cooperation does not exist, information is incomplete, or one subsystem may dominate the design. Additionally, these engineering problems give rise to mathematical models involving nonlinear functions of both discrete and continuous design variables. In this dissertation an algorithm is developed to handle these types of scenarios for the domain-independent integration of subsystem embodiment, coordination, and system synthesis using constructs from Decision-Based Design, Game Theory, and Multidisciplinary Design Optimization. Implementation of the concept in this dissertation involves testing of the hypotheses using example problems and a motivating case study involving the design of a subsonic passenger aircraft.

  18. Systemic design methodologies for electrical energy systems analysis, synthesis and management

    CERN Document Server

    Roboam, Xavier

    2012-01-01

    This book proposes systemic design methodologies applied to electrical energy systems, in particular analysis and system management, modeling and sizing tools. It includes 8 chapters: after an introduction to the systemic approach (history, basics & fundamental issues, index terms) for designing energy systems, this book presents two different graphical formalisms especially dedicated to multidisciplinary devices modeling, synthesis and analysis: Bond Graph and COG/EMR. Other systemic analysis approaches for quality and stability of systems, as well as for safety and robustness analysis tools are also proposed. One chapter is dedicated to energy management and another is focused on Monte Carlo algorithms for electrical systems and networks sizing. The aim of this book is to summarize design methodologies based in particular on a systemic viewpoint, by considering the system as a whole. These methods and tools are proposed by the most important French research laboratories, which have many scientific partn...

  19. The digital code driven autonomous synthesis of ibuprofen automated in a 3D-printer-based robot.

    Science.gov (United States)

    Kitson, Philip J; Glatzel, Stefan; Cronin, Leroy

    2016-01-01

    An automated synthesis robot was constructed by modifying an open source 3D printing platform. The resulting automated system was used to 3D print reaction vessels (reactionware) of differing internal volumes using polypropylene feedstock via a fused deposition modeling 3D printing approach and subsequently make use of these fabricated vessels to synthesize the nonsteroidal anti-inflammatory drug ibuprofen via a consecutive one-pot three-step approach. The synthesis of ibuprofen could be achieved on different scales simply by adjusting the parameters in the robot control software. The software for controlling the synthesis robot was written in the python programming language and hard-coded for the synthesis of ibuprofen by the method described, opening possibilities for the sharing of validated synthetic 'programs' which can run on similar low cost, user-constructed robotic platforms towards an 'open-source' regime in the area of chemical synthesis.

  20. System program for MICRO-CAMAC terminal system

    International Nuclear Information System (INIS)

    Sasajima, Yoji; Yamada, Takayuki; Yagi, Hideyuki; Ishiguro, Misako

    1979-08-01

    A JAERI on-line network system was developed and exists for on-line data processing of nuclear instrumentation. As terminal systems for the network system, the one with a Micro -8 micro-computer is used. By modifying the control program for Micro-8 terminal system, a system program has been developed for a MICRO-CAMAC terminal system, which is controlled by a micro-computer framed within the CAMAC Crate Controller. In this report are described software specifications of the MICRO -CAMAC terminal system and its operation method. (author)

  1. Superconducting technology program Sandia 1996 annual report

    International Nuclear Information System (INIS)

    Roth, E.P.

    1997-02-01

    Sandia's Superconductivity Technology Program is a thallium-based high-temperature superconductor (HTS) research and development program consisting of efforts in powder synthesis and process development, open-system thick film conductor development, wire and tape fabrication, and HTS motor design. The objective of this work is to develop high-temperature superconducting conductors (wire and tape) capable of meeting requirements for high-power electrical devices of interest to industry. The research efforts currently underway are: (1) Process development and characterization of thallium-based high-temperature superconducting closed system wire and tape, (2) Investigation of the synthesis and processing of thallium-based thick films using two-zone processing, and (3) Cryogenic design of a 30K superconducting motor. This report outlines the research that has been performed during FY96 in each of these areas

  2. A Qualitative Meta-Synthesis of Interpersonal Violence Prevention Programs Focused on Males.

    Science.gov (United States)

    Taliep, Naiema; Lazarus, Sandy; Naidoo, Anthony V

    2017-12-01

    Exceptionally high levels of interpersonal violence have triggered a call by many experts for the need to determine effective ways to address the onset and effects of exposure to interpersonal violence. The specific aim of this study was to identify and draw on existing promising practices to make a more informed decision on strategies to develop a contextually relevant intervention that focused on the promotion of positive forms of masculinity to create safety and peace. This study used a qualitative meta-synthesis (QMS) technique to integrate and interpret findings from various intervention studies that focused on males and/or gender. An in-depth literature search yielded a total of 827 papers that met the search criteria. After removal of duplicates, abstract review, and review of the full texts, the subsequent sample for this meta-synthesis included 12 intervention programs and 23 studies. This QMS revealed the value of a comprehensive approach, using multiple strategies, employing participatory and interactive methods, and promoting social mobilization to address interpersonal violence. The promotion of positive forms of masculinity as an interpersonal violence prevention strategy is a much-needed, relatively untapped approach to generating safety and peace for both males and females.

  3. Synthesis of magnetic systems producing field with maximal scalar characteristics

    International Nuclear Information System (INIS)

    Klevets, Nickolay I.

    2005-01-01

    A method of synthesis of the magnetic systems (MSs) consisting of uniformly magnetized blocks is proposed. This method allows to synthesize MSs providing maximum value of any magnetic field scalar characteristic. In particular, it is possible to synthesize the MSs providing the maximum of a field projection on a given vector, a gradient of a field modulus and a gradient of a field energy on a given directing vector, a field magnitude, a magnetic flux through a given surface, a scalar product of a field or a force by a directing function given in some area of space, etc. The synthesized MSs provide maximal efficiency of permanent magnets utilization. The usage of the proposed method of MSs synthesis allows to change a procedure of projecting in principal, namely, to execute it according to the following scheme: (a) to choose the sizes, a form and a number of blocks of a system proceeding from technological (economical) reasons; (b) using the proposed synthesis method, to find an orientation of site magnetization providing maximum possible effect of magnet utilization in a system obtained in (a). Such approach considerably reduces a time of MSs projecting and guarantees maximal possible efficiency of magnets utilization. Besides it provides absolute assurance in 'ideality' of a MS design and allows to obtain an exact estimate of the limit parameters of a field in a working area of a projected MS. The method is applicable to a system containing the components from soft magnetic material with linear magnetic properties

  4. Audio system using binaural synthesis for multimodal telepresence applications

    DEFF Research Database (Denmark)

    Madsen, Esben; Markovic, Milos; Olesen, Søren Krarup

    2013-01-01

    are implemented in a distributed manner. Body-tracking of all participants is provided through the system for the purpose of using binaural synthesis for directional sound. Head-worn microphones are used to capture sound, and the visitor is provided with directional sound through headphones. The visitor...

  5. Subseabed-disposal program: systems-analysis program plan

    International Nuclear Information System (INIS)

    Klett, R.D.

    1981-03-01

    This report contains an overview of the Subseabed Nuclear Waste Disposal Program systems analysis program plan, and includes sensitivity, safety, optimization, and cost/benefit analyses. Details of the primary barrier sensitivity analysis and the data acquisition and modeling cost/benefit studies are given, as well as the schedule through the technical, environmental, and engineering feasibility phases of the program

  6. Multilevel power distribution synthesis for a movable flux mapping system

    International Nuclear Information System (INIS)

    Bollacasa, D.; Terney, W.B.; Vincent, G.F.; Dziadosz, D.; Schleicher, T.

    1992-01-01

    A Computer Software package has been developed to support the synthesis of the 3-dimensional power distribution from detector signals from a movable flux mapping system. The power distribution synthesis is based on methodology developed for fixed incore detectors. The full core solution effectively couples all assemblies in the core whether they are instrumented or not. The solution is not subject to approximations for the treatment of assemblies where a measurement cannot be made and provides an accurate representation of axial variations which may be induced by axial blankets, burnable absorber cut back regions and axially zoned flux suppression rods

  7. About the methodology of system synthesis of decision-makings and its procedures automation

    Directory of Open Access Journals (Sweden)

    D. P. Oleynikov

    2016-01-01

    Full Text Available Purpose. The problem qualitative assessment of technologies and innovations, which cannot be solved without modern methods and decision support systems, is currently particularly relevant. The reason for this is the increasingly increasing amount of heterogeneous information, which should take into account the decision maker. Reduction of the allowable period of decision-making also has a signifi cant impact on this process. These reasons are refl ected in the problems of network-centric warfare, nuclear management, forecasting, and conceptual design. It actualizes the problem of the synthesis of new methods of decision-making that will effectively solve the problem of choice of alternatives in those problem areas where the application of existing methods of decision-making is unfounded or inadmissible. The complexity of the process of creation of new decision-making methods caused by the high degree of utilization of cognitive processes. In accordance with the system-wide development trends the designer in the process of synthesis of the decision-makings should take a system (or group of systems which implements certain cognitive operations. The first step towards the creation of such a group of systems is the development of methodology of the system synthesis of decision-makings.Materials and methods. The scope of research are approaches to the synthesis of systems, and in particular – the synthesis of decision-makings. On the basis of multidimensional analysis and generalization of approach the methodology was developed, which consists of the main stages - goal setting, goal achievement and variations of the target system. Within each of the stages a wide variation of operations is possible to be used, which applied depending on the available data, obtained from the analysis of the subject area. With the use of the methodology obtained a number ofdecision-making methods, and their creation was carried out without

  8. Spore coat protein synthesis in cell-free systems from sporulating cells of Bacillus subtilis.

    Science.gov (United States)

    Nakayama, T; Munoz, L E; Sadaie, Y; Doi, R H

    1978-09-01

    Cell-free systems for protein synthesis were prepared from Bacillus subtilis 168 cells at several stages of sporulation. Immunological methods were used to determine whether spore coat protein could be synthesized in the cell-free systems prepared from sporulating cells. Spore coat protein synthesis first occurred in extracts from stage t2 cells. The proportion of spore coat protein to total proteins synthesized in the cell-free systems was 2.4 and 3.9% at stages t2 and t4, respectively. The sodium dodecyl sulfate-urea-polyacrylamide gel electrophoresis patterns of immunoprecipitates from the cell-free systems showed the complete synthesis of an apparent spore coat protein precursor (molecular weight, 25,000). A polypeptide of this weight was previously identified in studies in vivo (L.E. Munoz, Y. Sadaie, and R.H. Doi, J. Biol. Chem., in press). The synthesis in vitro of polysome-associated nascent spore coat polypeptides with varying molecular weights up to 23,000 was also detected. These results indicate that the spore coat protein may be synthesized as a precursor protein. The removal of proteases in the crude extracts by treatment with hemoglobin-Sepharose affinity techniques may be preventing the conversion of the large 25,000-dalton precursor to the 12,500-dalton mature spore coat protein.

  9. Schedulability Analysis and Optimization for the Synthesis of Multi-Cluster Distributed Embedded Systems

    DEFF Research Database (Denmark)

    Pop, Paul; Eles, Petru; Peng, Zebo

    2003-01-01

    We present an approach to schedulability analysis for the synthesis of multi-cluster distributed embedded systems consisting of time-triggered and event-triggered clusters, interconnected via gateways. We have also proposed a buffer size and worst case queuing delay analysis for the gateways......, responsible for routing inter-cluster traffic. Optimization heuristics for the priority assignment and synthesis of bus access parameters aimed at producing a schedulable system with minimal buffer needs have been proposed. Extensive experiments and a real-life example show the efficiency of our approaches....

  10. Schedulability Analysis and Optimization for the Synthesis of Multi-Cluster Distributed Embedded Systems

    DEFF Research Database (Denmark)

    Pop, Paul; Eles, Petru; Peng, Zebo

    2003-01-01

    An approach to schedulability analysis for the synthesis of multi-cluster distributed embedded systems consisting of time-triggered and event-triggered clusters, interconnected via gateways, is presented. A buffer size and worst case queuing delay analysis for the gateways, responsible for routing...... inter-cluster traffic, is also proposed. Optimisation heuristics for the priority assignment and synthesis of bus access parameters aimed at producing a schedulable system with minimal buffer needs have been proposed. Extensive experiments and a real-life example show the efficiency of the approaches....

  11. Controller synthesis for negative imaginary systems: a data driven approach

    KAUST Repository

    Mabrok, Mohamed; Petersen, Ian R.

    2016-01-01

    -driven controller synthesis methodology for NI systems is presented. In this approach, measured frequency response data of the plant is used to construct the controller frequency response at every frequency by minimising a cost function. Then, this controller

  12. Continuous Flow Controlled Synthesis of Gold Nanoparticles Using Pulsed Mixing Microfluidic System

    Directory of Open Access Journals (Sweden)

    Guojun Liu

    2015-01-01

    Full Text Available To prepare the gold nanoparticles (AuNPs with uniform sizes, fine morphology, and good monodispersity, a pulsed mixing microfluidic system based on PZT actuation was presented. The system includes PZT micropump and Y type micromixer. By adjusting voltage (entrance flow rate, pulsed frequency, phase, and other parameters, a variety of mixing modes can be achieved, so as to realize the controllable synthesis of nanoparticles in a certain range. By numerical simulation and analysis, the channel section size, entrance angle, and pulse frequency were optimized. Based on the optimized structure and working parameters, the test prototype has been manufactured in lab, and the related synthesis tests of AuNPs were carried out. The test results indicate that AuNPs with uniform morphology and good monodispersity can be synthesized using the system with the section size (0.4 mm × 0.4 mm, the entrance channel angle (60° under condition of the pulsed frequency (300 Hz, and the entrance flow rate (4 mL/min. The average diameter and its standard deviation of AuNPs synthesized were 21.6 nm, 4.83 nm, respectively. The research work above can be applied to the fields such as the controlled synthesis of noble metal nanoparticles, biomedicine, and microchemical system.

  13. Overview of Advanced Turbine Systems Program

    Science.gov (United States)

    Webb, H. A.; Bajura, R. A.

    The US Department of Energy initiated a program to develop advanced gas turbine systems to serve both central power and industrial power generation markets. The Advanced Turbine Systems (ATS) Program will lead to commercial offerings by the private sector by 2002. ATS will be developed to fire natural gas but will be adaptable to coal and biomass firing. The systems will be: highly efficient (15 percent improvement over today's best systems); environmentally superior (10 percent reduction in nitrogen oxides over today's best systems); and cost competitive (10 percent reduction in cost of electricity). The ATS Program has five elements. Innovative cycle development will lead to the demonstration of systems with advanced gas turbine cycles using current gas turbine technology. High temperature development will lead to the increased firing temperatures needed to achieve ATS Program efficiency goals. Ceramic component development/demonstration will expand the current DOE/CE program to demonstrate industrial-scale turbines with ceramic components. Technology base will support the overall program by conducting research and development (R&D) on generic technology issues. Coal application studies will adapt technology developed in the ATS program to coal-fired systems being developed in other DOE programs.

  14. Synthesis of complex compounds in the system [ReOG5]2--thiosemicarbazone acetone-Hg-acetone

    International Nuclear Information System (INIS)

    Amindzhanov, A.A.; Kurbanov, N.M.

    1993-01-01

    Present article is devoted to synthesis of complex compounds in the system [ReOG 5 ] 2- -thiosemicarbazone acetone-Hg-acetone. The literature data on complex compounds of various metals with thiosemicarbazone was summarized. The synthesis of complex compounds in the system [ReOG 5 ] 2- -thiosemicarbazone acetone-Hg-acetone was conducted. The complex compounds of rhenium with methyl ident thiosemicarbazone were synthesized.

  15. Program Management System manual

    International Nuclear Information System (INIS)

    1986-01-01

    The Program Management System (PMS), as detailed in this manual, consists of all the plans, policies, procedure, systems, and processes that, taken together, serve as a mechanism for managing the various subprograms and program elements in a cohesive, cost-effective manner. The PMS is consistent with the requirements of the Nuclear Waste Policy Act of 1982 and the ''Mission Plan for the Civilian Radioactive Waste Management Program'' (DOE/RW-0005). It is based on, but goes beyond, the Department of Energy (DOE) management policies and procedures applicable to all DOE programs by adapting these directives to the specific needs of the Civilian Radioactive Waste Management program. This PMS Manual describes the hierarchy of plans required to develop and maintain the cost, schedule, and technical baselines at the various organizational levels of the Civilian Radioactive Waste Management Program. It also establishes the management policies and procedures used in the implementation of the Program. These include requirements for internal reports, data, and other information; systems engineering management; regulatory compliance; safety; quality assurance; and institutional affairs. Although expanded versions of many of these plans, policies, and procedures are found in separate documents, they are an integral part of this manual. The PMS provides the basis for the effective management that is needed to ensure that the Civilian Radioactive Waste Management Program fulfills the mandate of the Nuclear Waste Policy Act of 1982. 5 figs., 2 tabs

  16. A robot-assisted synthesis system applied to 11C-alkylations

    International Nuclear Information System (INIS)

    Appelquist, G.; Bohm, C.; Eriksson, H.; Halldin, C.; Stone-Elander, S.

    1990-01-01

    A robot-based system for the production of radiopharmaceuticals has been developed, which consists of a 7-axis SCARA robot, supporting equipment, a synthesis module, and a PC-AT personal computer for system control. A Multifunction Editor (MFE) acts as the system controller and is a development tool as well. Robot movement can be controlled via keyboard, mouse, or remote control box, and procedures can be saved and edited for future use

  17. PACE: A dynamic programming algorithm for hardware/software partitioning

    DEFF Research Database (Denmark)

    Knudsen, Peter Voigt; Madsen, Jan

    1996-01-01

    This paper presents the PACE partitioning algorithm which is used in the LYCOS co-synthesis system for partitioning control/dataflow graphs into hardware and software parts. The algorithm is a dynamic programming algorithm which solves both the problem of minimizing system execution time...

  18. Post-tensioning system surveillance program

    International Nuclear Information System (INIS)

    Drew, G.E.

    1979-01-01

    Nuclear power plant containment structure post-tensioning system tendon surveillance program is described in detail. Data collected over three yearly post-tensioning system Surveillance Programs is presented and evaluated to correlate anticipated stress losses with actual losses. In addition corrosion protected system performance is analyzed

  19. Synthesis of Optimal Isolation Systems of Hand-Transmitted Vibration

    Directory of Open Access Journals (Sweden)

    Marek Książek

    1997-01-01

    Full Text Available In this article a procedure is presented for the analytical synthesis of optimal vibration isolation for a hand-arm system subjected to stochastic excitation. A general approach is discussed for a selected vibration isolation criterion. The general procedure is illustrated by analytical examples for different hand-arm systems described by their driving-point impedances. The influence of particular forms of excitation and the structure of the vibroisolated hand-arm systems on the resultant vibration isolation is then discussed. Some numerical examples illustrating the procedure have also been included.

  20. Computer-Aided Communication Satellite System Analysis and Optimization.

    Science.gov (United States)

    Stagl, Thomas W.; And Others

    Various published computer programs for fixed/broadcast communication satellite system synthesis and optimization are discussed. The rationale for selecting General Dynamics/Convair's Satellite Telecommunication Analysis and Modeling Program (STAMP) in modified form to aid in the system costing and sensitivity analysis work in the Program on…

  1. Integrated programs for women with substance use issues and their children: a qualitative meta-synthesis of processes and outcomes

    Directory of Open Access Journals (Sweden)

    Thabane Lehana

    2009-01-01

    Full Text Available Abstract Background There is a need for services that effectively and comprehensively address the complex needs of women with substance use issues and their children. A growing body of literature supports the relevance of integrated treatment programs that offer a wide range of services in centralized settings. Quantitative studies suggest that these programs are associated with positive outcomes. A qualitative meta-synthesis was conducted to provide insight into the processes that contribute to recovery in integrated programs and women's perceptions of benefits for themselves and their children. Methods A comprehensive search of published and unpublished literature to August 2009 was carried out for narrative reports of women's experiences and perceptions of integrated treatment programs. Eligibility for inclusion in the meta-synthesis was determined using defined criteria. Quality assessment was then conducted. Qualitative data and interpretations were extracted from studies of adequate quality, and were synthesized using a systematic and iterative process to create themes and overarching concepts. Results A total of 15 documents were included in the meta-synthesis. Women experienced a number of psychosocial processes during treatment that played a role in their recovery and contributed to favourable outcomes. These included: development of a sense of self; development of personal agency; giving and receiving of social support; engagement with program staff; self-disclosure of challenges, feelings, and past experiences; recognizing patterns of destructive behaviour; and goal setting. A final process, the motivating presence of children, sustained women in their recovery journeys. Perceived outcomes included benefits for maternal and child well-being, and enhanced parenting capacity. Conclusion A number of distinct but interconnected processes emerged as being important to women's addiction recovery. Women experienced individual growth and

  2. Markov modeling and reliability analysis of urea synthesis system of a fertilizer plant

    Science.gov (United States)

    Aggarwal, Anil Kr.; Kumar, Sanjeev; Singh, Vikram; Garg, Tarun Kr.

    2015-12-01

    This paper deals with the Markov modeling and reliability analysis of urea synthesis system of a fertilizer plant. This system was modeled using Markov birth-death process with the assumption that the failure and repair rates of each subsystem follow exponential distribution. The first-order Chapman-Kolmogorov differential equations are developed with the use of mnemonic rule and these equations are solved with Runga-Kutta fourth-order method. The long-run availability, reliability and mean time between failures are computed for various choices of failure and repair rates of subsystems of the system. The findings of the paper are discussed with the plant personnel to adopt and practice suitable maintenance policies/strategies to enhance the performance of the urea synthesis system of the fertilizer plant.

  3. Synthesis of Fault-Tolerant Embedded Systems with Checkpointing and Replication

    DEFF Research Database (Denmark)

    Izosimov, Viacheslav; Pop, Paul; Eles, Petru

    2006-01-01

    We present an approach to the synthesis of fault-tolerant hard real-time systems for safety-critical applications. We use checkpointing with rollback recovery and active replication for tolerating transient faults. Processes are statically scheduled and communications are performed using the time...

  4. Synthesis of the ABCDEFG ring system of maitotoxin.

    Science.gov (United States)

    Nicolaou, K C; Aversa, Robert J; Jin, Jian; Rivas, Fatima

    2010-05-19

    Maitotoxin (1) continues to fascinate scientists not only because of its size and potent neurotoxicity but also due to its molecular architecture. To provide further support for its structure and facilitate fragment-based biological studies, we developed an efficient chemical synthesis of the ABCDEFG segment 3 of maitotoxin. (13)C NMR chemical shift comparisons of synthetic 3 with the corresponding values for the same carbons of maitotoxin revealed a close match, providing compelling evidence for the correctness of the originally assigned structure to this polycyclic system of the natural product. The synthetic strategy for the synthesis of 3 relied heavily on our previously developed furan-based technology involving sequential Noyori asymmetric reduction and Achmatowicz rearrangement for the construction of the required tetrahydropyran building blocks, and employed a B-alkyl Suzuki coupling and a Horner-Wadsworth-Emmons olefination to accomplish their assembly and elaboration to the final target molecule.

  5. Computer programming and computer systems

    CERN Document Server

    Hassitt, Anthony

    1966-01-01

    Computer Programming and Computer Systems imparts a "reading knowledge? of computer systems.This book describes the aspects of machine-language programming, monitor systems, computer hardware, and advanced programming that every thorough programmer should be acquainted with. This text discusses the automatic electronic digital computers, symbolic language, Reverse Polish Notation, and Fortran into assembly language. The routine for reading blocked tapes, dimension statements in subroutines, general-purpose input routine, and efficient use of memory are also elaborated.This publication is inten

  6. Programming languages and operating systems used in data base systems

    International Nuclear Information System (INIS)

    Radulescu, T.G.

    1977-06-01

    Some apsects of the use of the programming languages and operating systems in the data base systems are presented. There are four chapters in this paper. In the first chapter we present some generalities about the programming languages. In the second one we describe the use of the programming languages in the data base systems. A classification of the programming languages used in data base systems is presented in the third one. An overview of the operating systems is made in the last chapter. (author)

  7. Alternative Fuels and Chemicals from Synthesis Gas

    Energy Technology Data Exchange (ETDEWEB)

    None, None

    1998-12-02

    The overall objectives of this program are to investigate potential technologies for the conversion of synthesis gas to oxygenated and hydrocarbon fuels and industrial chemicals, and to demonstrate the most promising technologies at DOE's LaPorte, Texas, Slurry Phase Alternative Fuels Development Unit (AFDU). The program will involve a continuation of the work performed under the Alternative Fuels from Coal-Derived Synthesis Gas Program and will draw upon information and technologies generated in parallel current and future DOE-funded contracts.

  8. Alternative fuels and chemicals from synthesis gas

    Energy Technology Data Exchange (ETDEWEB)

    Unknown

    1998-08-01

    The overall objectives of this program are to investigate potential technologies for the conversion of synthesis gas to oxygenated and hydrocarbon fuels and industrial chemicals, and to demonstrate the most promising technologies at DOE's LaPorte, Texas, Slurry Phase Alternative Fuels Development Unit (AFDU). The program will involve a continuation of the work performed under the Alternative Fuels from Coal-Derived Synthesis Gas Program and will draw upon information and technologies generated in parallel current and future DOE-funded contracts.

  9. ALTERNATIVE FUELS AND CHEMICALS FROM SYNTHESIS GAS

    Energy Technology Data Exchange (ETDEWEB)

    Unknown

    1999-01-01

    The overall objectives of this program are to investigate potential technologies for the conversion of synthesis gas to oxygenated and hydrocarbon fuels and industrial chemicals, and to demonstrate the most promising technologies at DOE's LaPorte, Texas, Slurry Phase Alternative Fuels Development Unit (AFDU). The program will involve a continuation of the work performed under the Alternative Fuels from Coal-Derived Synthesis Gas Program and will draw upon information and technologies generated in parallel current and future DOE-funded contracts.

  10. Alternative Fuels and Chemicals From Synthesis Gas

    Energy Technology Data Exchange (ETDEWEB)

    none

    1998-07-01

    The overall objectives of this program are to investigate potential technologies for the conversion of synthesis gas to oxygenated and hydrocarbon fuels and industrial chemicals, and to demonstrate the most promising technologies at DOE's LaPorte, Texas, Slurry Phase Alternative Fuels Development Unit (AFDU). The program will involve a continuation of the work performed under the Alternative Fuels from Coal-Derived Synthesis Gas Program and will draw upon information and technologies generated in parallel current and future DOE-funded contracts.

  11. Development of an automated modular system for the synthesis of [11C]acetate.

    Science.gov (United States)

    Felicini, Chiara; Någren, Kjell; Berton, Andrea; Pascali, Giancarlo; Salvadori, Piero Alberto

    2010-12-01

    Carboxylation reactions offer a straightforward method for the synthesis of carbon-11 labelled carboxylic acids. Among these, the preparation of carbon-11 (C)-acetate is receiving increasing attention because of diagnostic applications in oncology in addition to its well-established use as a probe for myocardial oxidative metabolism. Although a number of dedicated modules are commercially available, the development of the synthesis on flexible platforms would be beneficial to widen the number of tracers, in particular for preclinical assessment and testing. In this study, the carboxylation reaction was implemented for the synthesis of sodium 1-[C]acetate after the classic route of carboxylation of methylmagnesium chloride by [C]carbon dioxide, followed by the acidic hydrolysis, purification and sterile filtration. This was performed using a commercially available kit of preassembled hardware units and fully compatible components of radiochemistry automation (VarioSystem). The system proved be to highly versatile and inexpensive and allowed a quick translation of the radiochemistry project into a working system even by less experienced personnel, because of predefined interfaces between electronic parts and operating software (preloaded on a laptop and included in the kit). The automatic module proved to be a simple and reliable system for the production of 1-[C]acetate that was prepared in 24 min (total synthesis time) with stable radiochemical yields (20% nondecay corrected) and high radiochemical purity (>97%). The module is used routinely to produce 1-[C]acetate for preclinical studies and is being implemented for the production of the labelled fatty acids.

  12. Programming system for analytic geometry

    International Nuclear Information System (INIS)

    Raymond, Jacques

    1970-01-01

    After having outlined the characteristics of computing centres which do not comply with engineering tasks, notably the time required by all different tasks to be performed when developing a software (assembly, compilation, link edition, loading, run), and identified constraints specific to engineering, the author identifies the characteristics a programming system should have to suit engineering tasks. He discussed existing conversational systems and their programming language, and their main drawbacks. Then, he presents a system which aims at facilitating programming and addressing problems of analytic geometry and trigonometry

  13. Propulsion System Materials Program semiannual progress report for April 1995 through September 1995

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1996-04-01

    Significant accomplishments in fabricating ceramic components for the DOE, NASA, and DOD advanced heat engine programs have provided evidence that the operation of ceramic parts in high-temperature engine environments is feasible. These programs have also demonstrated that additional research is needed in materials and processing development, design methodology, and data base and life prediction before industry will have a sufficient technology base from which to produce reliable cost-effective ceramic engine components commercially. An assessment of needs was completed, and a 5-year program plan was developed with extensive input from private industry. During the course of the Propulsion System Materials Program, remarkable progress has been made in the development of reliable structural ceramics. However, further work is needed to reduce the cost of ceramics to facilitate their commercial introduction, especially in the highly cost-sensitive automotive market. To this end, the direction of the Propulsion System Materials Program is now shifting toward reducing the cost of ceramics to facilitate commercial introduction of ceramic components for near-term engine applications. In response to extensive input from industry, the plan is to extend the engine types which were previously supported to include near-term (5--10 years) applications in conventional automobile and diesel truck engines. To facilitate the rapid transfer of this technology to US industry, the major portion of the work is being done in the ceramic industry, with technological support from government laboratories, other industrial laboratories, and universities. A systematic approach to reducing the cost of components is envisioned. The work elements are as follows: economic cost modeling, ceramic machining, powder synthesis, alternative forming and densification processes, yield improvement, system design studies, standards development, low-expansion ceramics, and testing and data base development.

  14. AutoBayes: A System for Generating Data Analysis Programs from Statistical Models

    OpenAIRE

    Fischer, Bernd; Schumann, Johann

    2003-01-01

    Data analysis is an important scientific task which is required whenever information needs to be extracted from raw data. Statistical approaches to data analysis, which use methods from probability theory and numerical analysis, are well-founded but dificult to implement: the development of a statistical data analysis program for any given application is time-consuming and requires substantial knowledge and experience in several areas. In this paper, we describe AutoBayes, a program synthesis...

  15. A Review of Generic Program Visualization Systems for Introductory Programming Education

    Science.gov (United States)

    Sorva, Juha; Karavirta, Ville; Malmi, Lauri

    2013-01-01

    This article is a survey of program visualization systems intended for teaching beginners about the runtime behavior of computer programs. Our focus is on generic systems that are capable of illustrating many kinds of programs and behaviors. We inclusively describe such systems from the last three decades and review findings from their empirical…

  16. HDR video synthesis for vision systems in dynamic scenes

    Science.gov (United States)

    Shopovska, Ivana; Jovanov, Ljubomir; Goossens, Bart; Philips, Wilfried

    2016-09-01

    High dynamic range (HDR) image generation from a number of differently exposed low dynamic range (LDR) images has been extensively explored in the past few decades, and as a result of these efforts a large number of HDR synthesis methods have been proposed. Since HDR images are synthesized by combining well-exposed regions of the input images, one of the main challenges is dealing with camera or object motion. In this paper we propose a method for the synthesis of HDR video from a single camera using multiple, differently exposed video frames, with circularly alternating exposure times. One of the potential applications of the system is in driver assistance systems and autonomous vehicles, involving significant camera and object movement, non- uniform and temporally varying illumination, and the requirement of real-time performance. To achieve these goals simultaneously, we propose a HDR synthesis approach based on weighted averaging of aligned radiance maps. The computational complexity of high-quality optical flow methods for motion compensation is still pro- hibitively high for real-time applications. Instead, we rely on more efficient global projective transformations to solve camera movement, while moving objects are detected by thresholding the differences between the trans- formed and brightness adapted images in the set. To attain temporal consistency of the camera motion in the consecutive HDR frames, the parameters of the perspective transformation are stabilized over time by means of computationally efficient temporal filtering. We evaluated our results on several reference HDR videos, on synthetic scenes, and using 14-bit raw images taken with a standard camera.

  17. Indonesian Text-To-Speech System Using Diphone Concatenative Synthesis

    Directory of Open Access Journals (Sweden)

    Sutarman

    2015-02-01

    Full Text Available In this paper, we describe the design and develop a database of Indonesian diphone synthesis using speech segment of recorded voice to be converted from text to speech and save it as audio file like WAV or MP3. In designing and develop a database of Indonesian diphone there are several steps to follow; First, developed Diphone database includes: create a list of sample of words consisting of diphones organized by prioritizing looking diphone located in the middle of a word if not at the beginning or end; recording the samples of words by segmentation. ;create diphones made with a tool Diphone Studio 1.3. Second, develop system using Microsoft Visual Delphi 6.0, includes: the conversion system from the input of numbers, acronyms, words, and sentences into representations diphone. There are two kinds of conversion (process alleged in analyzing the Indonesian text-to-speech system. One is to convert the text to be sounded to phonem and two, to convert the phonem to speech. Method used in this research is called Diphone Concatenative synthesis, in which recorded sound segments are collected. Every segment consists of a diphone (2 phonems. This synthesizer may produce voice with high level of naturalness. The Indonesian Text to Speech system can differentiate special phonemes like in ‘Beda’ and ‘Bedak’ but sample of other spesific words is necessary to put into the system. This Indonesia TTS system can handle texts with abbreviation, there is the facility to add such words.

  18. Reactive programming in eventsourcing systems

    OpenAIRE

    Kučinskas, Žilvinas

    2017-01-01

    Eventsourcing describes current state as series of events that occurred in a system. Events hold all information that is needed to recreate current state. This method allows to achieve high volume of transactions, and enables efficient replication. Whereas reactive programming lets implement reactive systems in declarative style, decomposing logic into smaller, easier to understand components. Thesis aims to create reactive programming program interface, incorporating both principles. Applyin...

  19. Controller synthesis for negative imaginary systems: a data driven approach

    KAUST Repository

    Mabrok, Mohamed

    2016-02-17

    The negative imaginary (NI) property occurs in many important applications. For instance, flexible structure systems with collocated force actuators and position sensors can be modelled as negative imaginary systems. In this study, a data-driven controller synthesis methodology for NI systems is presented. In this approach, measured frequency response data of the plant is used to construct the controller frequency response at every frequency by minimising a cost function. Then, this controller response is used to identify the controller transfer function using system identification methods. © The Institution of Engineering and Technology 2016.

  20. A secure and synthesis tele-ophthalmology system.

    Science.gov (United States)

    Wei, Zhuo; Wu, Yongdong; Deng, Robert H; Yu, Shengsheng; Yao, Haixia; Zhao, Zhigang; Ngoh, Lek Heng; Han, Lim Tock; Poh, Eugenie W T

    2008-10-01

    This paper describes a secure and synthesis ophthalmology telemedicine system, referred to as TeleOph. Under a Secure Socket Layer (SSL) channel, patient prerecorded data can be safely transferred via the Internet. With encrypted videoconference and white-board, the system not only supports hospital-to-clinic consultation, but also supplies hospital-tohospital joint discussion. Based on Directshow technology (Microsoft Corporation, Redmond, WA), video cameras connected to the computer by firewire can be captured and controlled to sample video data. By using TWAIN technology, the system automatically identifies networked still cameras (on fundus and slitlamp devices) and retrieves images. All the images are stored in a selected format (such as JPEG, DICOM, BMP). Besides offline-transferring prerecorded data, the system also supplies online sampling of patient data (real-time capturing from remote places). The system was deployed at Tan Tock Seng Hospital, Singapore and Ang Mo Kio, Singapore, where 100 patients were enrolled in the system for examination. TeleOph can be successfully used for patient consultation, and hospital joint discussion. Meanwhile, TeleOph can supply both offline and online sampling of patient data.

  1. Extending and expanding the Darwinian synthesis: the role of complex systems dynamics.

    Science.gov (United States)

    Weber, Bruce H

    2011-03-01

    Darwinism is defined here as an evolving research tradition based upon the concepts of natural selection acting upon heritable variation articulated via background assumptions about systems dynamics. Darwin's theory of evolution was developed within a context of the background assumptions of Newtonian systems dynamics. The Modern Evolutionary Synthesis, or neo-Darwinism, successfully joined Darwinian selection and Mendelian genetics by developing population genetics informed by background assumptions of Boltzmannian systems dynamics. Currently the Darwinian Research Tradition is changing as it incorporates new information and ideas from molecular biology, paleontology, developmental biology, and systems ecology. This putative expanded and extended synthesis is most perspicuously deployed using background assumptions from complex systems dynamics. Such attempts seek to not only broaden the range of phenomena encompassed by the Darwinian Research Tradition, such as neutral molecular evolution, punctuated equilibrium, as well as developmental biology, and systems ecology more generally, but to also address issues of the emergence of evolutionary novelties as well as of life itself. Copyright © 2010 Elsevier Ltd. All rights reserved.

  2. Design of distributed systems of hydrolithosphere processes management. A synthesis of distributed management systems

    Science.gov (United States)

    Pershin, I. M.; Pervukhin, D. A.; Ilyushin, Y. V.; Afanaseva, O. V.

    2017-10-01

    The paper considers an important problem of designing distributed systems of hydrolithosphere processes management. The control actions on the hydrolithosphere processes under consideration are implemented by a set of extractive wells. The article shows the method of defining the approximation links for description of the dynamic characteristics of hydrolithosphere processes. The structure of distributed regulators, used in the management systems by the considered processes, is presented. The paper analyses the results of the synthesis of the distributed management system and the results of modelling the closed-loop control system by the parameters of the hydrolithosphere process.

  3. N-terminally truncated GADD34 proteins are convenient translation enhancers in a human cell-derived in vitro protein synthesis system.

    Science.gov (United States)

    Mikami, Satoshi; Kobayashi, Tominari; Machida, Kodai; Masutani, Mamiko; Yokoyama, Shigeyuki; Imataka, Hiroaki

    2010-07-01

    Human cell-derived in vitro protein synthesis systems are useful for the production of recombinant proteins. Productivity can be increased by supplementation with GADD34, a protein that is difficult to express in and purify from E. coli. Deletion of the N-terminal 120 or 240 amino acids of GADD34 improves recovery of this protein from E. coli without compromising its ability to boost protein synthesis in an in vitro protein synthesis system. The use of N-terminally truncated GADD34 proteins in place of full-length GADD34 should improve the utility of human cell-based cell-free protein synthesis systems.

  4. Programming Guidelines for FBD Programs in Reactor Protection System Software

    International Nuclear Information System (INIS)

    Jung, Se Jin; Lee, Dong Ah; Kim, Eui Sub; Yoo, Jun Beom; Lee, Jang Su

    2014-01-01

    Properties of programming languages, such as reliability, traceability, etc., play important roles in software development to improve safety. Several researches are proposed guidelines about programming to increase the dependability of software which is developed for safety critical systems. Misra-c is a widely accepted programming guidelines for the C language especially in the sector of vehicle industry. NUREG/CR-6463 helps engineers in nuclear industry develop software in nuclear power plant systems more dependably. FBD (Function Block Diagram), which is one of programming languages defined in IEC 61131-3 standard, is often used for software development of PLC (programmable logic controllers) in nuclear power plants. Software development for critical systems using FBD needs strict guidelines, because FBD is a general language and has easily mistakable elements. There are researches about guidelines for IEC 61131-3 programming languages. They, however, do not specify details about how to use languages. This paper proposes new guidelines for the FBD based on NUREG/CR-6463. The paper introduces a CASE (Computer-Aided Software Engineering) tool to check FBD programs with the new guidelines and shows availability with a case study using a FBD program in a reactor protection system. The paper is organized as follows

  5. Programming Guidelines for FBD Programs in Reactor Protection System Software

    Energy Technology Data Exchange (ETDEWEB)

    Jung, Se Jin; Lee, Dong Ah; Kim, Eui Sub; Yoo, Jun Beom [Division of Computer Science and Engineering College of Information and Communication, Konkuk University, Seoul (Korea, Republic of); Lee, Jang Su [Man-Machine Interface System team Korea Atomic Energy Research Institute, Daejeon (Korea, Republic of)

    2014-10-15

    Properties of programming languages, such as reliability, traceability, etc., play important roles in software development to improve safety. Several researches are proposed guidelines about programming to increase the dependability of software which is developed for safety critical systems. Misra-c is a widely accepted programming guidelines for the C language especially in the sector of vehicle industry. NUREG/CR-6463 helps engineers in nuclear industry develop software in nuclear power plant systems more dependably. FBD (Function Block Diagram), which is one of programming languages defined in IEC 61131-3 standard, is often used for software development of PLC (programmable logic controllers) in nuclear power plants. Software development for critical systems using FBD needs strict guidelines, because FBD is a general language and has easily mistakable elements. There are researches about guidelines for IEC 61131-3 programming languages. They, however, do not specify details about how to use languages. This paper proposes new guidelines for the FBD based on NUREG/CR-6463. The paper introduces a CASE (Computer-Aided Software Engineering) tool to check FBD programs with the new guidelines and shows availability with a case study using a FBD program in a reactor protection system. The paper is organized as follows.

  6. A concise synthesis of the cortistatin core

    OpenAIRE

    Dai, Mingji; Danishefsky, Samuel J.

    2008-01-01

    We describe a concise and convergent route to the core matrix of the cortistatin steroidal alkaloids. The salient features of the synthesis are the Snieckus cascade methodology and the Masamune alkylative dearomatization. This chemistry lends itself to a total synthesis of the cortistatins and to the development of a SAR program based on diverted total synthesis.

  7. Formation Mechanism of Spherical TiC in Ni-Ti-C System during Combustion Synthesis.

    Science.gov (United States)

    Zhu, Guoliang; Wang, Wei; Wang, Rui; Zhao, Chuanbao; Pan, Weitao; Huang, Haijun; Du, Dafan; Wang, Donghong; Shu, Da; Dong, Anping; Sun, Baode; Jiang, Sheng; Pu, Yilong

    2017-08-29

    The formation mechanism of TiC particles in a Ni-Ti-C system were revealed by using differential thermal analysis (DTA), XRD, and SEM to identify the reaction products in different temperature ranges. The results indicated that the synthesis mechanism of TiC in Ni-Ti-C system was complex; several reactions were involved in the combustion synthesis of TiC-Ni composite. The Ni-Ti intermediate phases play important roles during the formation of TiC. Moreover, the influence of heating rate on the size range of TiC was also discussed.

  8. From non-preemptive to preemptive scheduling using synchronization synthesis.

    Science.gov (United States)

    Černý, Pavol; Clarke, Edmund M; Henzinger, Thomas A; Radhakrishna, Arjun; Ryzhyk, Leonid; Samanta, Roopsha; Tarrach, Thorsten

    2017-01-01

    We present a computer-aided programming approach to concurrency. The approach allows programmers to program assuming a friendly, non-preemptive scheduler, and our synthesis procedure inserts synchronization to ensure that the final program works even with a preemptive scheduler. The correctness specification is implicit, inferred from the non-preemptive behavior. Let us consider sequences of calls that the program makes to an external interface. The specification requires that any such sequence produced under a preemptive scheduler should be included in the set of sequences produced under a non-preemptive scheduler. We guarantee that our synthesis does not introduce deadlocks and that the synchronization inserted is optimal w.r.t. a given objective function. The solution is based on a finitary abstraction, an algorithm for bounded language inclusion modulo an independence relation, and generation of a set of global constraints over synchronization placements. Each model of the global constraints set corresponds to a correctness-ensuring synchronization placement. The placement that is optimal w.r.t. the given objective function is chosen as the synchronization solution. We apply the approach to device-driver programming, where the driver threads call the software interface of the device and the API provided by the operating system. Our experiments demonstrate that our synthesis method is precise and efficient. The implicit specification helped us find one concurrency bug previously missed when model-checking using an explicit, user-provided specification. We implemented objective functions for coarse-grained and fine-grained locking and observed that different synchronization placements are produced for our experiments, favoring a minimal number of synchronization operations or maximum concurrency, respectively.

  9. ADVANCED TURBINE SYSTEMS PROGRAM

    Energy Technology Data Exchange (ETDEWEB)

    Gregory Gaul

    2004-04-21

    Natural gas combustion turbines are rapidly becoming the primary technology of choice for generating electricity. At least half of the new generating capacity added in the US over the next twenty years will be combustion turbine systems. The Department of Energy has cosponsored with Siemens Westinghouse, a program to maintain the technology lead in gas turbine systems. The very ambitious eight year program was designed to demonstrate a highly efficient and commercially acceptable power plant, with the ability to fire a wide range of fuels. The main goal of the Advanced Turbine Systems (ATS) Program was to develop ultra-high efficiency, environmentally superior and cost effective competitive gas turbine systems for base load application in utility, independent power producer and industrial markets. Performance targets were focused on natural gas as a fuel and included: System efficiency that exceeds 60% (lower heating value basis); Less than 10 ppmv NO{sub x} emissions without the use of post combustion controls; Busbar electricity that are less than 10% of state of the art systems; Reliability-Availability-Maintainability (RAM) equivalent to current systems; Water consumption minimized to levels consistent with cost and efficiency goals; and Commercial systems by the year 2000. In a parallel effort, the program was to focus on adapting the ATS engine to coal-derived or biomass fuels. In Phase 1 of the ATS Program, preliminary investigators on different gas turbine cycles demonstrated that net plant LHV based efficiency greater than 60% was achievable. In Phase 2 the more promising cycles were evaluated in greater detail and the closed-loop steam-cooled combined cycle was selected for development because it offered the best solution with least risk for achieving the ATS Program goals for plant efficiency, emissions, cost of electricity and RAM. Phase 2 also involved conceptual ATS engine and plant design and technology developments in aerodynamics, sealing

  10. Environmentally benign chemical synthesis and processing

    International Nuclear Information System (INIS)

    Hancock, K.G.

    1992-01-01

    A new era of university-industry-government partnership is required to address the intertwined problems of industrial economic competitiveness and environmental quality. Chemicals that go up the stacks and down the drains are simultaneously a serious detriment to the environment, a waste of natural resources, and a threat to industrial profitability. Recently, the NSF Divisions of Chemistry and chemical and Thermal Systems have joined with the Council for Chemical research in a new grant program to reduce pollution at the source by underwriting research aimed at environmentally benign chemical synthesis and processing. Part of a broader NSF initiative on environmental science research, this new program serves as a model for university-industry-government joint action and technology transfer. Other features of this program and related activities will be described in this paper

  11. Distributed PROMPT-LTL Synthesis

    Directory of Open Access Journals (Sweden)

    Swen Jacobs

    2016-09-01

    Full Text Available We consider the synthesis of distributed implementations for specifications in Prompt Linear Temporal Logic (PROMPT-LTL, which extends LTL by temporal operators equipped with parameters that bound their scope. For single process synthesis it is well-established that such parametric extensions do not increase worst-case complexities. For synchronous systems, we show that, despite being more powerful, the distributed realizability problem for PROMPT-LTL is not harder than its LTL counterpart. For asynchronous systems we have to consider an assume-guarantee synthesis problem, as we have to express scheduling assumptions. As asynchronous distributed synthesis is already undecidable for LTL, we give a semi-decision procedure for the PROMPT-LTL assume-guarantee synthesis problem based on bounded synthesis.

  12. Guarani aquifer hydrogeological synthesis of the Guarani aquifer system. Edicion bilingue

    International Nuclear Information System (INIS)

    2009-01-01

    This work represents the synthesis of current knowledge of the Guarani Aquifer System, based on technical products made by different companies and consultants who participated in the framework of the Project for Environmental Protection and Sustainable Development of the Guarani Aquifer.

  13. Regulation of aortic extracellular matrix synthesis via noradrenergic system and angiotensin II in juvenile rats.

    Science.gov (United States)

    Dab, Houcine; Hachani, Rafik; Dhaouadi, Nedra; Sakly, Mohsen; Hodroj, Wassim; Randon, Jacques; Bricca, Giampiero; Kacem, Kamel

    2012-10-01

    Extracellular matrix (ECM) synthesis regulation by sympathetic nervous system (SNS) or angiotensin II (ANG II) was widely reported, but interaction between the two systems on ECM synthesis needs further investigation. We tested implication of SNS and ANG II on ECM synthesis in juvenile rat aorta. Sympathectomy with guanethidine (50 mg/kg, subcutaneous) and blockade of the ANG II AT1 receptors (AT1R) blocker with losartan (20 mg/kg/day in drinking water) were performed alone or in combination in rats. mRNA and protein synthesis of collagen and elastin were examined by Q-RT-PCR and immunoblotting. Collagen type I and III mRNA were increased respectively by 62 and 43% after sympathectomy and decreased respectively by 31 and 60% after AT1R blockade. Combined treatment increased collagen type III by 36% but not collagen type I. The same tendency of collagen expression was observed at mRNA and protein levels after the three treatments. mRNA and protein level of elastin was decreased respectively by 63 and 39% and increased by 158 and 15% after losartan treatment. Combined treatment abrogates changes induced by single treatments. The two systems act as antagonists on ECM expression in the aorta and combined inhibition of the two systems prevents imbalance of mRNA and protein level of collagen I and elastin induced by single treatment. Combined inhibition of the two systems prevents deposit or excessive reduction of ECM and can more prevent cardiovascular disorders.

  14. Programming models for energy-aware systems

    Science.gov (United States)

    Zhu, Haitao

    Energy efficiency is an important goal of modern computing, with direct impact on system operational cost, reliability, usability and environmental sustainability. This dissertation describes the design and implementation of two innovative programming languages for constructing energy-aware systems. First, it introduces ET, a strongly typed programming language to promote and facilitate energy-aware programming, with a novel type system design called Energy Types. Energy Types is built upon a key insight into today's energy-efficient systems and applications: despite the popular perception that energy and power can only be described in joules and watts, real-world energy management is often based on discrete phases and modes, which in turn can be reasoned about by type systems very effectively. A phase characterizes a distinct pattern of program workload, and a mode represents an energy state the program is expected to execute in. Energy Types is designed to reason about energy phases and energy modes, bringing programmers into the optimization of energy management. Second, the dissertation develops Eco, an energy-aware programming language centering around sustainability. A sustainable program built from Eco is able to adaptively adjusts its own behaviors to stay on a given energy budget, avoiding both deficit that would lead to battery drain or CPU overheating, and surplus that could have been used to improve the quality of the program output. Sustainability is viewed as a form of supply and demand matching, and a sustainable program consistently maintains the equilibrium between supply and demand. ET is implemented as a prototyped compiler for smartphone programming on Android, and Eco is implemented as a minimal extension to Java. Programming practices and benchmarking experiments in these two new languages showed that ET can lead to significant energy savings for Android Apps and Eco can efficiently promote battery awareness and temperature awareness in real

  15. XTAL system of crystallographic programs: programmer's manual

    International Nuclear Information System (INIS)

    Hall, S.R.; Stewart, J.M.; Norden, A.P.; Munn, R.J.; Freer, S.T.

    1980-02-01

    This document establishes the basis for collaborative writing of transportable computer programs for x-ray crystallography. The concepts and general-purpose utility subroutines described here can be readily adapted to other scientific calculations. The complete system of crystallographic programs and subroutines is called XTAL and replaces the XRAY (6,7,8) system of programs. The coding language for the XTAL system is RATMAC (5). The XTAL system of programs contains routines for controlling execution of application programs. In this sense it forms a suboperating system that presents the same computational environment to the user and programmer irrespective of the operating system in use at a particular installation. These control routines replace all FORTRAN I/O code, supply character reading and writing, supply binary file reading and writing, serve as a support library for applications programs, and provide for interprogram communication

  16. Applied Information Systems Research Program Workshop

    Science.gov (United States)

    1991-01-01

    The first Applied Information Systems Research Program (AISRP) Workshop provided the impetus for several groups involved in information systems to review current activities. The objectives of the workshop included: (1) to provide an open forum for interaction and discussion of information systems; (2) to promote understanding by initiating a dialogue with the intended benefactors of the program, the scientific user community, and discuss options for improving their support; (3) create an advocacy in having science users and investigators of the program meet together and establish the basis for direction and growth; and (4) support the future of the program by building collaborations and interaction to encourage an investigator working group approach for conducting the program.

  17. EABOT - Energetic analysis as a basis for robust optimization of trigeneration systems by linear programming

    International Nuclear Information System (INIS)

    Piacentino, A.; Cardona, F.

    2008-01-01

    The optimization of synthesis, design and operation in trigeneration systems for building applications is a quite complex task, due to the high number of decision variables, the presence of irregular heat, cooling and electric load profiles and the variable electricity price. Consequently, computer-aided techniques are usually adopted to achieve the optimal solution, based either on iterative techniques, linear or non-linear programming or evolutionary search. Large efforts have been made in improving algorithm efficiency, which have resulted in an increasingly rapid convergence to the optimal solution and in reduced calculation time; robust algorithm have also been formulated, assuming stochastic behaviour for energy loads and prices. This paper is based on the assumption that margins for improvements in the optimization of trigeneration systems still exist, which require an in-depth understanding of plant's energetic behaviour. Robustness in the optimization of trigeneration systems has more to do with a 'correct and comprehensive' than with an 'efficient' modelling, being larger efforts required to energy specialists rather than to experts in efficient algorithms. With reference to a mixed integer linear programming model implemented in MatLab for a trigeneration system including a pressurized (medium temperature) heat storage, the relevant contribute of thermoeconomics and energo-environmental analysis in the phase of mathematical modelling and code testing are shown

  18. FORMATION OF THE SYNTHESIS ALGORITHMS OF THE COORDINATING CONTROL SYSTEMS BY MEANS OF THE AUTOMATIC GENERATION OF PETRI NETS

    Directory of Open Access Journals (Sweden)

    A. A. Gurskiy

    2016-09-01

    Full Text Available The coordinating control system by drives of the robot-manipulator is presented in this article. The purpose of the scientific work is the development and research of the new algorithms for parametric synthesis of the coordinating control systems. To achieve this aim it is necessary to develop the system generating the required parametric synthesis algorithms and performing the necessary procedures according to the generated algorithm. This scientific work deals with the synthesis of Petri net in the specific case with the automatic generation of Petri nets.

  19. Increased proteoglycan synthesis by the cardiovascular system of coarctation hypertensive rats

    International Nuclear Information System (INIS)

    Lipke, D.W.; Couchman, J.R.

    1991-01-01

    Proteoglycan (PG) synthesis in the cardiovascular system of coarctation hypertensive rats was examined by in vivo and in vitro labeling of glycosaminoglycans with 35SO4 in rats made hypertensive for short (4 days) and longer (14 days) durations. With in vivo labeling, only tissues directly exposed to elevated pressure (left ventricle, LV and aorta above the clip, AOR increases) exhibited elevated PG synthesis after 4 days of hypertension. By 14 days, tissues both exposed to (LV and AOR increases) and protected from elevated pressure (right ventricle and kidney) exhibited elevated PG synthetic rates. Slight elevations in the proportion of galactosaminoglycans were observed with a concurrent proportional decrease in heparan sulfate PGs. Using the in vitro labeling procedure, no significant increases in PG synthesis were observed in any tissue at either 4 days or 14 days of hypertension. These data indicate that: (1) coarctation hypertension stimulates PG production that is dependent initially on increased pressure and later, on additional non-pressure related factors, (2) these other factors are responsible for enhanced PG production in tissues not directly exposed to pressure overload, (3) pressure and/or these other factors are essential for enhanced PG production in coarctation hypertension, and (4) synthesis of all GAG types appears to be affected

  20. System-Reliability Cumulative-Binomial Program

    Science.gov (United States)

    Scheuer, Ernest M.; Bowerman, Paul N.

    1989-01-01

    Cumulative-binomial computer program, NEWTONP, one of set of three programs, calculates cumulative binomial probability distributions for arbitrary inputs. NEWTONP, CUMBIN (NPO-17555), and CROSSER (NPO-17557), used independently of one another. Program finds probability required to yield given system reliability. Used by statisticians and users of statistical procedures, test planners, designers, and numerical analysts. Program written in C.

  1. Automatic programming for critical applications

    Science.gov (United States)

    Loganantharaj, Raj L.

    1988-01-01

    The important phases of a software life cycle include verification and maintenance. Usually, the execution performance is an expected requirement in a software development process. Unfortunately, the verification and the maintenance of programs are the time consuming and the frustrating aspects of software engineering. The verification cannot be waived for the programs used for critical applications such as, military, space, and nuclear plants. As a consequence, synthesis of programs from specifications, an alternative way of developing correct programs, is becoming popular. The definition, or what is understood by automatic programming, has been changed with our expectations. At present, the goal of automatic programming is the automation of programming process. Specifically, it means the application of artificial intelligence to software engineering in order to define techniques and create environments that help in the creation of high level programs. The automatic programming process may be divided into two phases: the problem acquisition phase and the program synthesis phase. In the problem acquisition phase, an informal specification of the problem is transformed into an unambiguous specification while in the program synthesis phase such a specification is further transformed into a concrete, executable program.

  2. Biomimetic and Bioinspired Synthesis of Nanomaterials/Nanostructures.

    Science.gov (United States)

    Zan, Guangtao; Wu, Qingsheng

    2016-03-16

    In recent years, due to its unparalleled advantages, the biomimetic and bioinspired synthesis of nanomaterials/nanostructures has drawn increasing interest and attention. Generally, biomimetic synthesis can be conducted either by mimicking the functions of natural materials/structures or by mimicking the biological processes that organisms employ to produce substances or materials. Biomimetic synthesis is therefore divided here into "functional biomimetic synthesis" and "process biomimetic synthesis". Process biomimetic synthesis is the focus of this review. First, the above two terms are defined and their relationship is discussed. Next different levels of biological processes that can be used for process biomimetic synthesis are compiled. Then the current progress of process biomimetic synthesis is systematically summarized and reviewed from the following five perspectives: i) elementary biomimetic system via biomass templates, ii) high-level biomimetic system via soft/hard-combined films, iii) intelligent biomimetic systems via liquid membranes, iv) living-organism biomimetic systems, and v) macromolecular bioinspired systems. Moreover, for these five biomimetic systems, the synthesis procedures, basic principles, and relationships are discussed, and the challenges that are encountered and directions for further development are considered. © 2016 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  3. Indicators and measurement tools for health system integration: a knowledge synthesis protocol.

    Science.gov (United States)

    Oelke, Nelly D; Suter, Esther; da Silva Lima, Maria Alice Dias; Van Vliet-Brown, Cheryl

    2015-07-29

    Health system integration is a key component of health system reform with the goal of improving outcomes for patients, providers, and the health system. Although health systems continue to strive for better integration, current delivery of health services continues to be fragmented. A key gap in the literature is the lack of information on what successful integration looks like and how to measure achievement towards an integrated system. This multi-site study protocol builds on a prior knowledge synthesis completed by two of the primary investigators which identified 10 key principles that collectively support health system integration. The aim is to answer two research questions: What are appropriate indicators for each of the 10 key integration principles developed in our previous knowledge synthesis and what measurement tools are used to measure these indicators? To enhance generalizability of the findings, a partnership between Canada and Brazil was created as health system integration is a priority in both countries and they share similar contexts. This knowledge synthesis will follow an iterative scoping review process with emerging information from knowledge-user engagement leading to the refinement of research questions and study selection. This paper describes the methods for each phase of the study. Research questions were developed with stakeholder input. Indicator identification and prioritization will utilize a modified Delphi method and patient/user focus groups. Based on priority indicators, a search of the literature will be completed and studies screened for inclusion. Quality appraisal of relevant studies will be completed prior to data extraction. Results will be used to develop recommendations and key messages to be presented through integrated and end-of-grant knowledge translation strategies with researchers and knowledge-users from the three jurisdictions. This project will directly benefit policy and decision-makers by providing an easy

  4. Synthesis and Assimilation Systems - Essential Adjuncts to the Global Ocean Observing System

    Science.gov (United States)

    Rienecker, Michele M.; Balmaseda, Magdalena; Awaji, Toshiyuki; Barnier, Bernard; Behringer, David; Bell, Mike; Bourassa, Mark; Brasseur, Pierre; Breivik, Lars-Anders; Carton, James; hide

    2009-01-01

    Ocean assimilation systems synthesize diverse in situ and satellite data streams into four-dimensional state estimates by combining the various observations with the model. Assimilation is particularly important for the ocean where subsurface observations, even today, are sparse and intermittent compared with the scales needed to represent ocean variability and where satellites only sense the surface. Developments in assimilation and in the observing system have advanced our understanding and prediction of ocean variations at mesoscale and climate scales. Use of these systems for assessing the observing system helps identify the strengths of each observation type. Results indicate that the ocean remains under-sampled and that further improvements in the observing system are needed. Prospects for future advances lie in improved models and better estimates of error statistics for both models and observations. Future developments will be increasingly towards consistent analyses across components of the Earth system. However, even today ocean synthesis and assimilation systems are providing products that are useful for many applications and should be considered an integral part of the global ocean observing and information system.

  5. On synthesis and optimization of cooling water systems with multiple cooling towers

    CSIR Research Space (South Africa)

    Gololo, KV

    2011-01-01

    Full Text Available -1 On Synthesis and Optimization of Cooling Water Systems with Multiple Cooling Towers Khunedi Vincent Gololo?? and Thokozani Majozi*? ? Department of Chemical Engineering, University of Pretoria, Lynnwood Road, Pretoria, 0002, South Africa ? Modelling...

  6. Advancing Systems Engineering Excellence: The Marshall Systems Engineering Leadership Development Program

    Science.gov (United States)

    Hall, Philip; Whitfield, Susan

    2011-01-01

    As NASA undertakes increasingly complex projects, the need for expert systems engineers and leaders in systems engineering is becoming more pronounced. As a result of this issue, the Agency has undertaken an initiative to develop more systems engineering leaders through its Systems Engineering Leadership Development Program; however, the NASA Office of the Chief Engineer has also called on the field Centers to develop mechanisms to strengthen their expertise in systems engineering locally. In response to this call, Marshall Space Flight Center (MSFC) has developed a comprehensive development program for aspiring systems engineers and systems engineering leaders. This presentation will summarize the two-level program, which consists of a combination of training courses and on-the-job, developmental training assignments at the Center to help develop stronger expertise in systems engineering and technical leadership. In addition, it will focus on the success the program has had in its pilot year. The program hosted a formal kickoff event for Level I on October 13, 2009. The first class includes 42 participants from across MSFC and Michoud Assembly Facility (MAF). A formal call for Level II is forthcoming. With the new Agency focus on research and development of new technologies, having a strong pool of well-trained systems engineers is becoming increasingly more critical. Programs such as the Marshall Systems Engineering Leadership Development Program, as well as those developed at other Centers, help ensure that there is an upcoming generation of trained systems engineers and systems engineering leaders to meet future design challenges.

  7. 20 CFR 632.76 - Program management systems.

    Science.gov (United States)

    2010-04-01

    ... management and participant tracking systems in accordance with § 632.32 and § 632.77. The principal... 20 Employees' Benefits 3 2010-04-01 2010-04-01 false Program management systems. 632.76 Section... NATIVE AMERICAN EMPLOYMENT AND TRAINING PROGRAMS Program Design and Management § 632.76 Program...

  8. A single network adaptive critic (SNAC) architecture for optimal control synthesis for a class of nonlinear systems.

    Science.gov (United States)

    Padhi, Radhakant; Unnikrishnan, Nishant; Wang, Xiaohua; Balakrishnan, S N

    2006-12-01

    Even though dynamic programming offers an optimal control solution in a state feedback form, the method is overwhelmed by computational and storage requirements. Approximate dynamic programming implemented with an Adaptive Critic (AC) neural network structure has evolved as a powerful alternative technique that obviates the need for excessive computations and storage requirements in solving optimal control problems. In this paper, an improvement to the AC architecture, called the "Single Network Adaptive Critic (SNAC)" is presented. This approach is applicable to a wide class of nonlinear systems where the optimal control (stationary) equation can be explicitly expressed in terms of the state and costate variables. The selection of this terminology is guided by the fact that it eliminates the use of one neural network (namely the action network) that is part of a typical dual network AC setup. As a consequence, the SNAC architecture offers three potential advantages: a simpler architecture, lesser computational load and elimination of the approximation error associated with the eliminated network. In order to demonstrate these benefits and the control synthesis technique using SNAC, two problems have been solved with the AC and SNAC approaches and their computational performances are compared. One of these problems is a real-life Micro-Electro-Mechanical-system (MEMS) problem, which demonstrates that the SNAC technique is applicable to complex engineering systems.

  9. Synthesis of Robust Control System Using Double-Mass Electro-Mechanical

    Directory of Open Access Journals (Sweden)

    O. F. Opeyko

    2009-01-01

    Full Text Available The paper describes conditions under which a single-mass model can be applied for system synthesis where elastic vibrations take place. This measure makes it possible to ensure the required indices of system quality without its structure complication. A small-parameter method is applied in the paper. A ratio of the required characteristic frequency of the synthesized system to own frequency of free vibrations of an elastic member is taken as a small parameter.The synthesized system is a robust (low-sensitive to changes of the object parameters one. Results of mathematical modeling prove the possibility to ensure acceptable indices of quality and robustness of the synthesized system

  10. Research algorithm for synthesis of double conjugation optical systems in the Gauss region

    Directory of Open Access Journals (Sweden)

    A. B. Ostrun

    2014-01-01

    Full Text Available The article focuses on the research of variable magnification optical systems of sophistic class - so-called double conjugation systems. When the magnification changes, they provide two pairs of fixed conjugate planes, namely object and image, as well as entrance and exit pupils. Similar systems are used in microscopy and complex schemes, where it is necessary to conform the pupils of contiguous removable optical components. Synthesis of double conjugation systems in Gauss region is not an easy task. To ensure complete immobility of the exit pupil in the system there should be three movable components or components with variable optical power.Analysis of the literature shows that the design of double conjugation optical system in the paraxial region has been neglected, all methods are not completely universal and suitable for automation.Based on the foregoing, the research and development of a universal method for automated synthesis of double conjugation systems in Gauss region formulated as an objective of the present work seem to be a challenge.To achieve this goal a universal algorithm is used. It is based on the fact that the output coordinates of paraxial rays are multilinear functions of optical surfaces and of axial thicknesses between surfaces. It allows us to create and solve a system of multilinear equations in semi-automatic mode to achieve the chosen values of paraxial characteristics.As a basic scheme for the synthesis a five-component system has been chosen with extreme fixed components and three mobile "internal" ones. The system was considered in two extreme states of moving parts. Initial values of axial thicknesses were taken from Hopkins' patent. Optical force five components were considered unknown. For calculation the system of five equations was created, which allowed us to obtain a certain back focal length, to provide the specified focal length and a fixed position of the exit pupil at a fixed entrance pupil.The scheme

  11. Program system RALLY - for probabilistic safety analysis of large technical systems

    International Nuclear Information System (INIS)

    Gueldner, W.; Polke, H.; Spindler, H.; Zipf, G.

    1982-03-01

    This report describes the program system RALLY to compute the reliability of large and intermeshed technical systems. In addition to a short explanation of the different programs, the possible applications of the program system RALLY are demonstrated. Finally, the most important studies carried out so far on RALLY are discussed. (orig.) [de

  12. Planning-Programming-Budgeting Systems.

    Science.gov (United States)

    Tudor, Dean

    Planning Programming and Budgeting Systems (PPBS) have been considered as either synonymous with abstract, advanced, mathematical systems analysis or as an advanced accounting and control system. If PPBS is to perform a useful function, both viewpoints must be combined such that a number of standardized procedures and reports are required and…

  13. Arctic System Science: Meeting Earth System and Social Impact Challenges through Integrative Approaches and Synthesis

    Science.gov (United States)

    Vorosmarty, C. J.; Hinzman, L. D.; Rawlins, M. A.; Serreze, M. C.; Francis, J. A.; Liljedahl, A. K.; McDonald, K. C.; Piasecki, M.; Rich, R. H.; Holland, M. M.

    2017-12-01

    The Arctic is an integral part of the Earth system where multiple interactions unite its natural and human elements. Recent observations show the Arctic to be experiencing rapid and amplified signatures of global climate change. At the same time, the Arctic system's response to this broader forcing has itself become a central research topic, given its potential role as a critical throttle on future planetary dynamics. Changes are already impacting life systems and economic prosperity and continued change is expected to bear major implications far outside the region. We also have entered an era when environmental management, traditionally local in scope, must confront regional, whole biome, and pan-Arctic biogeophysical challenges. While challenges may appear to operate in isolation, they emerge within the context of an evolving, integrated Arctic system defined by interactions among natural and social sub-systems. Clearly, new efforts aimed at community planning, industrial development, and infrastructure construction must consider this multiplicity of interacting processes. We recently organized an "Arctic System Synthesis Workshop Series" supported by the Arctic Systems Science Program of NSF and devoted to exploring approaches capable of uncovering the systems-level behavior in both the natural and social sciences domains. The series featured two topical meetings. The first identified the sources responsible for extreme climate events in the Arctic. The second focused on multiple "currencies" within the system (i.e., water, energy, carbon, nutrients) and how they interact to produce systems-level behaviors. More than 40 experts participated, drawn from the ranks of Arctic natural and social sciences. We report here on the workshop series consensus report, which identifies a broad array of topics. Principal among these are a consideration of why study the Arctic as a system, as well as an articulation of the major systems-level approaches to support basic as well

  14. AutoBayes/CC: Combining Program Synthesis with Automatic Code Certification: System Description

    Science.gov (United States)

    Whalen, Michael; Schumann, Johann; Fischer, Bernd; Clancy, Daniel (Technical Monitor)

    2002-01-01

    Code certification is a lightweight approach to formally demonstrate software quality. It concentrates on aspects of software quality that can be defined and formalized via properties, e.g., operator safety or memory safety. Its basic idea is to require code producers to provide formal proofs that their code satisfies these quality properties. The proofs serve as certificates which can be checked independently, by the code consumer or by certification authorities, e.g., the FAA. It is the idea underlying such approaches as proof-carrying code [6]. Code certification can be viewed as a more practical version of traditional Hoare-style program verification. The properties to be verified are fairly simple and regular so that it is often possible to use an automated theorem prover to automatically discharge all emerging proof obligations. Usually, however, the programmer must still splice auxiliary annotations (e.g., loop invariants) into the program to facilitate the proofs. For complex properties or larger programs this quickly becomes the limiting factor for the applicability of current certification approaches.

  15. The Karlsruhe program system KAPROS. Pt. 2

    International Nuclear Information System (INIS)

    Bachmann, H.; Kleinheins, S.

    1976-07-01

    The system nucleus of the Karlsruhe modular program system KAPROS is described from the point of view of the system programmer. In short reviews it is explained, how the module management, the data management, the buffer management, the error handling and the statistics work. The tables, the datasets, the routines and the commons of the system nucleus as well as some utility programs for the handling of system datasets are explained in full detail. The program listening of the system nucleus belongs to this documentation as a separate appendix. (orig.) [de

  16. Effects of x-ray irradiation on the induction of. cap alpha. -amylase synthesis by gibberelic acid in the aleurone system of barley

    Energy Technology Data Exchange (ETDEWEB)

    Zellner, H

    1974-01-01

    The influence of ionizing radiation on a system without DNA replication and cell division was investigated with the aid of GA/sub 3/-induced ..cap alpha..-amylase synthesis in aleurone cells of barley. The reaction of the system was determined by dose effect curves (after irradiation of one half of the endosperms in rest) for the synthesis and secretion of ..cap alpha..-amylase, protein, and reducing sugars. The system proves to be highly radiation-resistant. The course of the synthesis of ..cap alpha..-amylase after X-ray irradiation with varying doses during enzyme synthesis suggests that transcription occurs in the middle of the lag-phase and is the most sensitive stage in enzyme synthesis, while translation alone is less sensitive to radiation.

  17. Computer programs simplify optical system analysis

    Science.gov (United States)

    1965-01-01

    The optical ray-trace computer program performs geometrical ray tracing. The energy-trace program calculates the relative monochromatic flux density on a specific target area. This program uses the ray-trace program as a subroutine to generate a representation of the optical system.

  18. Synthesis of hydrogels of alginate for system controlled release of progesterone

    International Nuclear Information System (INIS)

    Abreu, Marlon de F.; Rodriguez, Ruben J.S.; Silva, Ester C.C. da; Barreto, Gabriela N.S.

    2015-01-01

    The chemical modifications of natural polymers like alginate, has allowed the development of new formulations for controlled release systems. In this work we report the synthesis of a derivative of the amidic alginate with alkyl chain. The polymer was characterized by spectroscopic techniques: Nuclear Magnetic Resonance and Fourier Transform Infrared. (author)

  19. Beyond Widgets -- Systems Incentive Programs for Utilities

    Energy Technology Data Exchange (ETDEWEB)

    Regnier, Cindy [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Mathew, Paul [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Robinson, Alastair [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Schwartz, Peter [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Walter, Travis [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States)

    2017-08-15

    Utility incentive programs remain one of the most significant means of deploying commercialized, but underutilized building technologies to scale. However, these programs have been largely limited to component-based products (e.g., lamps, RTUs). While some utilities do provide ‘custom’ incentive programs with whole building and system level technical assistance, these programs require deeper levels of analysis, resulting in higher program costs. This results in custom programs being restricted to utilities with greater resources, and are typically applied mainly to large or energy-intensive facilities, leaving much of the market without cost effective access and incentives for these solutions. In addition, with increasingly stringent energy codes, cost effective component-based solutions that achieve significant savings are dwindling. Building systems (e.g., integrated façade, HVAC and/or lighting solutions) can deliver higher savings that translate into large sector-wide savings if deployed at the scale of these programs. However, systems application poses a number of challenges – baseline energy use must be defined and measured; the metrics for energy and performance must be defined and tested against; in addition, system savings must be validated under well understood conditions. This paper presents a sample of findings of a project to develop validated utility incentive program packages for three specific integrated building systems, in collaboration with Xcel Energy (CO, MN), ComEd, and a consortium of California Public Owned Utilities (CA POUs) (Northern California Power Agency(NCPA) and the Southern California Public Power Authority(SCPPA)). Furthermore, these program packages consist of system specifications, system performance, M&V protocols, streamlined assessment methods, market assessment and implementation guidance.

  20. Synthesis of Heteroaromatic Compounds by Oxidative Aromatization Using an Activated Carbon/Molecular Oxygen System

    Directory of Open Access Journals (Sweden)

    Masahiko Hayashi

    2009-08-01

    Full Text Available A variety of heteroaromatic compounds, such as substituted pyridines, pyrazoles, indoles, 2-substituted imidazoles, 2-substituted imidazoles, 2-arylbenzazoles and pyrimidin-2(1H-ones are synthesized by oxidative aromatization using the activated carbon and molecular oxygen system. Mechanistic study focused on the role of activated carbon in the synthesis of 2-arylbenzazoles is also discussed. In the final section, we will disclose the efficient synthesis of substituted 9,10-anthracenes via oxidative aromatization.

  1. MECHANISMS IN ENDOCRINOLOGY: Exogenous insulin does not increase muscle protein synthesis rate when administered systemically: a systematic review.

    Science.gov (United States)

    Trommelen, Jorn; Groen, Bart B L; Hamer, Henrike M; de Groot, Lisette C P G M; van Loon, Luc J C

    2015-07-01

    Though it is well appreciated that insulin plays an important role in the regulation of muscle protein metabolism, there is much discrepancy in the literature on the capacity of exogenous insulin administration to increase muscle protein synthesis rates in vivo in humans. To assess whether exogenous insulin administration increases muscle protein synthesis rates in young and older adults. A systematic review of clinical trials was performed and the presence or absence of an increase in muscle protein synthesis rate was reported for each individual study arm. In a stepwise manner, multiple models were constructed that excluded study arms based on the following conditions: model 1, concurrent hyperaminoacidemia; model 2, insulin-induced hypoaminoacidemia; model 3, supraphysiological insulin concentrations; and model 4, older, more insulin resistant, subjects. From the presented data in the current systematic review, we conclude that: i) exogenous insulin and amino acid administration effectively increase muscle protein synthesis, but this effect is attributed to the hyperaminoacidemia; ii) exogenous insulin administered systemically induces hypoaminoacidemia which obviates any insulin-stimulatory effect on muscle protein synthesis; iii) exogenous insulin resulting in supraphysiological insulin levels exceeding 50, 000  pmol/l may effectively augment muscle protein synthesis; iv) exogenous insulin may have a diminished effect on muscle protein synthesis in older adults due to age-related anabolic resistance; and v) exogenous insulin administered systemically does not increase muscle protein synthesis in healthy, young adults. © 2015 European Society of Endocrinology.

  2. Environmental Restoration Program Control Management System

    International Nuclear Information System (INIS)

    Duke, R.T.

    1992-01-01

    Environmental Restoration managers need to demonstrate that their programs are under control. Unlike most industrial programs, the public is heavily involved in Environmental Restoration activities. The public is demanding that the country prove that real progress is being made towards cleaning up the environment. A Program Control Management System can fill this need. It provides a structure for planning, work authorization, data accumulation, data analysis and change control. But it takes time to implement a control system and the public is losing its patience. This paper describes critical items essential to the quick development and implementation of a successful control system

  3. One-pot multienzyme (OPME) systems for chemoenzymatic synthesis of carbohydrates.

    Science.gov (United States)

    Yu, Hai; Chen, Xi

    2016-03-14

    Glycosyltransferase-catalyzed enzymatic and chemoenzymatic syntheses are powerful approaches for the production of oligosaccharides, polysaccharides, glycoconjugates, and their derivatives. Enzymes involved in the biosynthesis of sugar nucleotide donors can be combined with glycosyltransferases in one pot for efficient production of the target glycans from simple monosaccharides and acceptors. The identification of enzymes involved in the salvage pathway of sugar nucleotide generation has greatly facilitated the development of simplified and efficient one-pot multienzyme (OPME) systems for synthesizing major glycan epitopes in mammalian glycomes. The applications of OPME methods are steadily gaining popularity mainly due to the increasing availability of wild-type and engineered enzymes. Substrate promiscuity of these enzymes and their mutants allows OPME synthesis of carbohydrates with naturally occurring post-glycosylational modifications (PGMs) and their non-natural derivatives using modified monosaccharides as precursors. The OPME systems can be applied in sequence for synthesizing complex carbohydrates. The sequence of the sequential OPME processes, the glycosyltransferase used, and the substrate specificities of the glycosyltransferases define the structures of the products. The OPME and sequential OPME strategies can be extended to diverse glycans in other glycomes when suitable enzymes with substrate promiscuity become available. This Perspective summarizes the work of the authors and collaborators on the development of glycosyltransferase-based OPME systems for carbohydrate synthesis. Future directions are also discussed.

  4. 77 FR 70409 - System Safety Program

    Science.gov (United States)

    2012-11-26

    ...-0060, Notice No. 2] 2130-AC31 System Safety Program AGENCY: Federal Railroad Administration (FRA... rulemaking (NPRM) published on September 7, 2012, FRA proposed regulations to require commuter and intercity passenger railroads to develop and implement a system safety program (SSP) to improve the safety of their...

  5. Analysis and synthesis for interval type-2 fuzzy-model-based systems

    CERN Document Server

    Li, Hongyi; Lam, Hak-Keung; Gao, Yabin

    2016-01-01

    This book develops a set of reference methods capable of modeling uncertainties existing in membership functions, and analyzing and synthesizing the interval type-2 fuzzy systems with desired performances. It also provides numerous simulation results for various examples, which fill certain gaps in this area of research and may serve as benchmark solutions for the readers. Interval type-2 T-S fuzzy models provide a convenient and flexible method for analysis and synthesis of complex nonlinear systems with uncertainties.

  6. SNL/CA Environmental Management System Program Manual.

    Energy Technology Data Exchange (ETDEWEB)

    Larsen, Barbara L.

    2007-04-01

    The Sandia National Laboratories, California (SNL/CA) Environmental Management System (EMS) Program Manual documents the elements of the site EMS Program. The SNL/CA EMS Program conforms to the International Standard on Environmental Management Systems, ISO 14001:2004. Elements of the ISO standard overlap with those of Department of Energy (DOE) Order 450.1, thus SNL/CA's EMS program also meets the DOE requirements.

  7. Fault tree synthesis for software design analysis of PLC based safety-critical systems

    International Nuclear Information System (INIS)

    Koo, S. R.; Cho, C. H.; Seong, P. H.

    2006-01-01

    As a software verification and validation should be performed for the development of PLC based safety-critical systems, a software safety analysis is also considered in line with entire software life cycle. In this paper, we propose a technique of software safety analysis in the design phase. Among various software hazard analysis techniques, fault tree analysis is most widely used for the safety analysis of nuclear power plant systems. Fault tree analysis also has the most intuitive notation and makes both qualitative and quantitative analyses possible. To analyze the design phase more effectively, we propose a technique of fault tree synthesis, along with a universal fault tree template for the architecture modules of nuclear software. Consequently, we can analyze the safety of software on the basis of fault tree synthesis. (authors)

  8. Analysis of Damped Mass-Spring Systems for Sound Synthesis

    Directory of Open Access Journals (Sweden)

    Don Morgan

    2009-01-01

    Full Text Available There are many ways of synthesizing sound on a computer. The method that we consider, called a mass-spring system, synthesizes sound by simulating the vibrations of a network of interconnected masses, springs, and dampers. Numerical methods are required to approximate the differential equation of a mass-spring system. The standard numerical method used in implementing mass-spring systems for use in sound synthesis is the symplectic Euler method. Implementers and users of mass-spring systems should be aware of the limitations of the numerical methods used; in particular we are interested in the stability and accuracy of the numerical methods used. We present an analysis of the symplectic Euler method that shows the conditions under which the method is stable and the accuracy of the decay rates and frequencies of the sounds produced.

  9. CREDIT SYSTEM AND CREDIT GUARANTEE PROGRAMS

    OpenAIRE

    Turgay GECER

    2012-01-01

    Credit system is an integrated architecture consisted of financial information, credit rating, credit risk management, receivables and credit insurance systems, credit derivative markets and credit guarantee programs. The main purpose of the credit system is to provide the functioning of all credit channels and to make it easy to access of credit sources demanded by all of real and legal persons in any economic system. Credit guarantee program, the one of prominent elements of the credit syst...

  10. Evaluation of a data dictionary system. [information dissemination and computer systems programs

    Science.gov (United States)

    Driggers, W. G.

    1975-01-01

    The usefulness was investigated of a data dictionary/directory system for achieving optimum benefits from existing and planned investments in computer data files in the Data Systems Development Branch and the Institutional Data Systems Division. Potential applications of the data catalogue system are discussed along with an evaluation of the system. Other topics discussed include data description, data structure, programming aids, programming languages, program networks, and test data.

  11. Preparation of 18F-FDG by basic hydrolysis on '1-pot' FDG synthesis module

    International Nuclear Information System (INIS)

    Li Qiming; Jin Rongbing; Fan Xijiang

    2007-01-01

    '1-pot' equipment is an automatic synthesis module of producing 18 F-FDG by acid hydrolysis process. Simple changes in the chemistry, plumbing, and programming of CPCU enable two back-to-back '1-pot' systems in a unit. The preparation of precursor of 18 F-FDG is the same with origin. The results of experiments showed that by basic hydrolysis procedure, the synthesis time is shorten from 45-50 min to 30-35 min, uncorrected synthesis yield can be increased from 45%-50% to 60%-65%, and the preparing procedure is stable. The quality of 18 F-FDG meets the requirements under USP fludeoxyglucose 18 F injection, radiochemical purity is more than 99% especially by HPLC. With '1-pot' FDG synthesis module Chemical Processing Control Unit (CPCU), 18 F-FDG can be prepared by basic hydrolysis process. (authors)

  12. Parallel Programming Application to Matrix Algebra in the Spectral Method for Control Systems Analysis, Synthesis and Identification

    Directory of Open Access Journals (Sweden)

    V. Yu. Kleshnin

    2016-01-01

    Full Text Available The article describes the matrix algebra libraries based on the modern technologies of parallel programming for the Spectrum software, which can use a spectral method (in the spectral form of mathematical description to analyse, synthesise and identify deterministic and stochastic dynamical systems. The developed matrix algebra libraries use the following technologies for the GPUs: OmniThreadLibrary, OpenMP, Intel Threading Building Blocks, Intel Cilk Plus for CPUs nVidia CUDA, OpenCL, and Microsoft Accelerated Massive Parallelism.The developed libraries support matrices with real elements (single and double precision. The matrix dimensions are limited by 32-bit or 64-bit memory model and computer configuration. These libraries are general-purpose and can be used not only for the Spectrum software. They can also find application in the other projects where there is a need to perform operations with large matrices.The article provides a comparative analysis of the libraries developed for various matrix operations (addition, subtraction, scalar multiplication, multiplication, powers of matrices, tensor multiplication, transpose, inverse matrix, finding a solution of the system of linear equations through the numerical experiments using different CPU and GPU. The article contains sample programs and performance test results for matrix multiplication, which requires most of all computational resources in regard to the other operations.

  13. Optimal synthesis and operation of advanced energy supply systems for standard and domotic home

    International Nuclear Information System (INIS)

    Buoro, Dario; Casisi, Melchiorre; Pinamonti, Piero; Reini, Mauro

    2012-01-01

    Highlights: ► Definition of an optimization model for a home energy supply system. ► Optimization of the energy supply system for standard and domotic home. ► Strong improvement can be achieved adopting the optimal system in standard and domotic home. ► The improvements are consistent if supply side and demand side strategies are applied together. ► Solutions with internal combustion engines are less sensible to market price of electricity and gas. - Abstract: The paper deals with the optimization of an advanced energy supply systems for two dwellings: a standard home and an advanced domotic home, where some demand side energy saving strategies have been implemented. In both cases the optimal synthesis, design and operation of the whole energy supply system have been obtained and a sensitivity analysis has been performed, by introducing different economic constraints. The optimization model is based on a Mixed Integer Linear Program (MILP) and includes different kinds of small-scale cogenerators, geothermal heat pumps, boilers, heat storages, solar thermal and photovoltaic panels. In addition, absorption machines, supplied with cogenerated heat, can be used instead of conventional electrical chiller to face the cooling demand. The aim of the analysis is to address the question if advanced demand strategies and supply strategies have to be regarded as alternatives, or if they have to be simultaneously applied, in order to obtain the maximum energy and economic benefit.

  14. TIF-IA-dependent regulation of ribosome synthesis in drosophila muscle is required to maintain systemic insulin signaling and larval growth.

    Directory of Open Access Journals (Sweden)

    Abhishek Ghosh

    2014-10-01

    Full Text Available The conserved TOR kinase signaling network links nutrient availability to cell, tissue and body growth in animals. One important growth-regulatory target of TOR signaling is ribosome biogenesis. Studies in yeast and mammalian cell culture have described how TOR controls rRNA synthesis-a limiting step in ribosome biogenesis-via the RNA Polymerase I transcription factor TIF-IA. However, the contribution of TOR-dependent ribosome synthesis to tissue and body growth in animals is less clear. Here we show in Drosophila larvae that ribosome synthesis in muscle is required non-autonomously to maintain normal body growth and development. We find that amino acid starvation and TOR inhibition lead to reduced levels of TIF-IA, and decreased rRNA synthesis in larval muscle. When we mimic this decrease in muscle ribosome synthesis using RNAi-mediated knockdown of TIF-IA, we observe delayed larval development and reduced body growth. This reduction in growth is caused by lowered systemic insulin signaling via two endocrine responses: reduced expression of Drosophila insulin-like peptides (dILPs from the brain and increased expression of Imp-L2-a secreted factor that binds and inhibits dILP activity-from muscle. We also observed that maintaining TIF-IA levels in muscle could partially reverse the starvation-mediated suppression of systemic insulin signaling. Finally, we show that activation of TOR specifically in muscle can increase overall body size and this effect requires TIF-IA function. These data suggest that muscle ribosome synthesis functions as a nutrient-dependent checkpoint for overall body growth: in nutrient rich conditions, TOR is required to maintain levels of TIF-IA and ribosome synthesis to promote high levels of systemic insulin, but under conditions of starvation stress, reduced muscle ribosome synthesis triggers an endocrine response that limits systemic insulin signaling to restrict growth and maintain homeostasis.

  15. Satellite Power System (SPS) Program Summary

    Energy Technology Data Exchange (ETDEWEB)

    1978-12-01

    The joint DOE/NASA SPS program has as its objective to achieve by the end of 1980 an initial understanding of the technical feasibility, economic practicability, and the social and environmental acceptability of the SPS concepts so that recommendations concerning program continuation can be made. The four major study areas include (1) systems definition; (2) environmental assessment; (3) societal assessment; and (4) comparative assessment of alternative energy systems. All the projects on the SPS program are listed and summarized for FY 1978. (WHK)

  16. SNL/CA Environmental Management System Program Manual.

    Energy Technology Data Exchange (ETDEWEB)

    Larsen, Barbara L.

    2005-09-01

    The Sandia National Laboratories, California (SNL/CA) Environmental Management System (EMS) Program Manual documents the elements of the site EMS Program. The SNL/CA EMS Program was developed in accordance with Department of Energy (DOE) Order 450.1 and incorporates the elements of the International Standard on Environmental Management Systems, ISO 14001.

  17. The Air Program Information Management System (APIMS)

    Science.gov (United States)

    2011-11-02

    Technology November 2, 2011 The Air Program Information Management System (APIMS) Frank Castaneda, III, P.E. APIMS Program Manager AFCEE/TDNQ APIMS...NOV 2011 2. REPORT TYPE 3. DATES COVERED 00-00-2011 to 00-00-2011 4. TITLE AND SUBTITLE The Air Program Information Management System (APIMS... Information   Management   System : Sustainability of  Enterprise air quality management system • Aspects and Impacts to Process • Auditing and Measurement

  18. Synthesis for the Interdisciplinary Environmental Sciences: Integrating Systems Approaches and Service Learning

    Science.gov (United States)

    Simon, Gregory L.; Wee, Bryan Shao-Chang; Chin, Anne; Tindle, Amy Depierre; Guth, Dan; Mason, Hillary

    2013-01-01

    As our understanding of complex environmental issues increases, institutions of higher education are evolving to develop new learning models that emphasize synthesis across disciplines, concepts, data, and methodologies. To this end, we argue for the implementation of environmental science education at the intersection of systems theory and…

  19. Kinematic synthesis of adjustable robotic mechanisms

    Science.gov (United States)

    Chuenchom, Thatchai

    1993-01-01

    Conventional hard automation, such as a linkage-based or a cam-driven system, provides high speed capability and repeatability but not the flexibility required in many industrial applications. The conventional mechanisms, that are typically single-degree-of-freedom systems, are being increasingly replaced by multi-degree-of-freedom multi-actuators driven by logic controllers. Although this new trend in sophistication provides greatly enhanced flexibility, there are many instances where the flexibility needs are exaggerated and the associated complexity is unnecessary. Traditional mechanism-based hard automation, on the other hand, neither can fulfill multi-task requirements nor are cost-effective mainly due to lack of methods and tools to design-in flexibility. This dissertation attempts to bridge this technological gap by developing Adjustable Robotic Mechanisms (ARM's) or 'programmable mechanisms' as a middle ground between high speed hard automation and expensive serial jointed-arm robots. This research introduces the concept of adjustable robotic mechanisms towards cost-effective manufacturing automation. A generalized analytical synthesis technique has been developed to support the computational design of ARM's that lays the theoretical foundation for synthesis of adjustable mechanisms. The synthesis method developed in this dissertation, called generalized adjustable dyad and triad synthesis, advances the well-known Burmester theory in kinematics to a new level. While this method provides planar solutions, a novel patented scheme is utilized for converting prescribed three-dimensional motion specifications into sets of planar projections. This provides an analytical and a computational tool for designing adjustable mechanisms that satisfy multiple sets of three-dimensional motion specifications. Several design issues were addressed, including adjustable parameter identification, branching defect, and mechanical errors. An efficient mathematical scheme for

  20. Stress analysis program system for nuclear vessel: STANSAS

    International Nuclear Information System (INIS)

    Okamoto, Asao; Michikami, Shinsuke

    1979-01-01

    IHI has developed a computer system of stress analysis and evaluation for nuclear vessels: STANSAS (STress ANalysis System for Axi-symmetric Structure). The system consists of more than twenty independent programs divided into the following six parts. 1. Programs for opening design by code rule. 2. Calculation model generating programs. 3. Load defining programs. 4. Structural analysis programs. 5. Load data/calculation results plotting programs. 6. Stress evaluation programs. Each program is connected with its pre- or post-processor through three data-bases which enable automatic data transfer. The user can make his choice of structural analysis programs in accordance with the problem to be solved. The interface to STANSAS can be easily installed in generalized structural analysis programs such as NASTRAN and MARC. For almost all tables and figures in the stress report, STANSAS has the function to print or plot out. The complicated procedures of ''Design by Analysis'' for pressure vessels have been well standardized by STANSAS. The system will give a high degree of efficiency and confidence to the design work. (author)

  1. Features of the Synthesis of Performance Security Information in Computer Systems

    Directory of Open Access Journals (Sweden)

    V. K. Dzhogan

    2011-12-01

    Full Text Available Synthesis of a scorecard is a gradual process of composition, since the set of elements that reflect the original, systematized their condition, and, through a series of intermediates, linking them in a single bound to the structure ends with one element that reflects the purpose of the system. The hierarchical structure of the system performance of information security in computer systems is a structure with regard to “one to many”. The article reflects the extent of information security tools capabilities influence at the security of information resources of computer systems (from indirect — Class 1, to direct — Class 4.

  2. Game-based Abstraction and Controller Synthesis for Probabilistic Hybrid Systems

    DEFF Research Database (Denmark)

    Hahn, Ernst Moritz; Norman, Gethin; Parker, David

    2011-01-01

    We consider a class of hybrid systems that involve random phenomena, in addition to discrete and continuous behaviour. Examples of such systems include wireless sensing and control applications. We propose and compare two abstraction techniques for this class of models, which yield lower and upper...... bounds on the optimal probability of reaching a particular class of states. We also demonstrate the applicability of these abstraction techniques to the computation of long-run average reward properties and the synthesis of controllers. The first of the two abstractions yields more precise information......, while the second is easier to construct. For the latter, we demonstrate how existing solvers for hybrid systems can be leveraged to perform the computation....

  3. Engaging policy-makers, heath system managers, and policy analysts in the knowledge synthesis process: a scoping review.

    Science.gov (United States)

    Tricco, Andrea C; Zarin, Wasifa; Rios, Patricia; Nincic, Vera; Khan, Paul A; Ghassemi, Marco; Diaz, Sanober; Pham, Ba'; Straus, Sharon E; Langlois, Etienne V

    2018-02-12

    It is unclear how to engage a wide range of knowledge users in research. We aimed to map the evidence on engaging knowledge users with an emphasis on policy-makers, health system managers, and policy analysts in the knowledge synthesis process through a scoping review. We used the Joanna Briggs Institute guidance for scoping reviews. Nine electronic databases (e.g., MEDLINE), two grey literature sources (e.g., OpenSIGLE), and reference lists of relevant systematic reviews were searched from 1996 to August 2016. We included any type of study describing strategies, barriers and facilitators, or assessing the impact of engaging policy-makers, health system managers, and policy analysts in the knowledge synthesis process. Screening and data abstraction were conducted by two reviewers independently with a third reviewer resolving discrepancies. Frequency and thematic analyses were conducted. After screening 8395 titles and abstracts followed by 394 full-texts, 84 unique documents and 7 companion reports fulfilled our eligibility criteria. All 84 documents were published in the last 10 years, and half were prepared in North America. The most common type of knowledge synthesis with knowledge user engagement was a systematic review (36%). The knowledge synthesis most commonly addressed an issue at the level of national healthcare system (48%) and focused on health services delivery (17%) in high-income countries (86%). Policy-makers were the most common (64%) knowledge users, followed by healthcare professionals (49%) and government agencies as well as patients and caregivers (34%). Knowledge users were engaged in conceptualization and design (49%), literature search and data collection (52%), data synthesis and interpretation (71%), and knowledge dissemination and application (44%). Knowledge users were most commonly engaged as key informants through meetings and workshops as well as surveys, focus groups, and interviews either in-person or by telephone and emails

  4. The digital code driven autonomous synthesis of ibuprofen automated in a 3D-printer-based robot

    Directory of Open Access Journals (Sweden)

    Philip J. Kitson

    2016-12-01

    Full Text Available An automated synthesis robot was constructed by modifying an open source 3D printing platform. The resulting automated system was used to 3D print reaction vessels (reactionware of differing internal volumes using polypropylene feedstock via a fused deposition modeling 3D printing approach and subsequently make use of these fabricated vessels to synthesize the nonsteroidal anti-inflammatory drug ibuprofen via a consecutive one-pot three-step approach. The synthesis of ibuprofen could be achieved on different scales simply by adjusting the parameters in the robot control software. The software for controlling the synthesis robot was written in the python programming language and hard-coded for the synthesis of ibuprofen by the method described, opening possibilities for the sharing of validated synthetic ‘programs’ which can run on similar low cost, user-constructed robotic platforms towards an ‘open-source’ regime in the area of chemical synthesis.

  5. Software for the ACP [Advanced Computer Program] multiprocessor system

    International Nuclear Information System (INIS)

    Biel, J.; Areti, H.; Atac, R.

    1987-01-01

    Software has been developed for use with the Fermilab Advanced Computer Program (ACP) multiprocessor system. The software was designed to make a system of a hundred independent node processors as easy to use as a single, powerful CPU. Subroutines have been developed by which a user's host program can send data to and get results from the program running in each of his ACP node processors. Utility programs make it easy to compile and link host and node programs, to debug a node program on an ACP development system, and to submit a debugged program to an ACP production system

  6. An Interactive Concert Program Based on Infrared Watermark and Audio Synthesis

    Science.gov (United States)

    Wang, Hsi-Chun; Lee, Wen-Pin Hope; Liang, Feng-Ju

    The objective of this research is to propose a video/audio system which allows the user to listen the typical music notes in the concert program under infrared detection. The system synthesizes audio with different pitches and tempi in accordance with the encoded data in a 2-D barcode embedded in the infrared watermark. The digital halftoning technique has been used to fabricate the infrared watermark composed of halftone dots by both amplitude modulation (AM) and frequency modulation (FM). The results show that this interactive system successfully recognizes the barcode and synthesizes audio under infrared detection of a concert program which is also valid for human observation of the contents. This interactive video/audio system has greatly expanded the capability of the printout paper to audio display and also has many potential value-added applications.

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

  8. BASIC Instructional Program: System Documentation.

    Science.gov (United States)

    Dageforde, Mary L.

    This report documents the BASIC Instructional Program (BIP), a "hands-on laboratory" that teaches elementary programming in the BASIC language, as implemented in the MAINSAIL language, a machine-independent revision of SAIL which should facilitate implementation of BIP on other computing systems. Eight instructional modules which make up…

  9. Regulation of Dynamical Systems to Optimal Solutions of Semidefinite Programs: Algorithms and Applications to AC Optimal Power Flow

    Energy Technology Data Exchange (ETDEWEB)

    Dall' Anese, Emiliano; Dhople, Sairaj V.; Giannakis, Georgios B.

    2015-07-01

    This paper considers a collection of networked nonlinear dynamical systems, and addresses the synthesis of feedback controllers that seek optimal operating points corresponding to the solution of pertinent network-wide optimization problems. Particular emphasis is placed on the solution of semidefinite programs (SDPs). The design of the feedback controller is grounded on a dual e-subgradient approach, with the dual iterates utilized to dynamically update the dynamical-system reference signals. Global convergence is guaranteed for diminishing stepsize rules, even when the reference inputs are updated at a faster rate than the dynamical-system settling time. The application of the proposed framework to the control of power-electronic inverters in AC distribution systems is discussed. The objective is to bridge the time-scale separation between real-time inverter control and network-wide optimization. Optimization objectives assume the form of SDP relaxations of prototypical AC optimal power flow problems.

  10. Synthesis report: System studies Bioenergy

    International Nuclear Information System (INIS)

    Berntsson, Thore

    2003-01-01

    The present report marks the end of the research program 'System studies Bioenergy' (1998-2002). The program comprised 17 projects performed at 9 universities or research institutes. All project results were studied in order to identify: contributions to our present knowledge; possible gaps of knowledge, methodology or systems perspective that still exist; and the needs for further research. The projects can be classified into the following groups: Resource potential of forest fuels; Industrial use of biofuels; Potential for synthetic fuels (pellets, bio-oils and transportation fuels); System analysis of efficient use of biofuels; and Socio-economic analyses. The total potential for available biofuel has been estimated to be 125-175 TWh/year (excl. black liquors of paper industry). The potential demand is estimated to about 123 TWh/year, or distributed into the different sectors: Industry: 26 TWh/year, Buildings and services: 35 TWh/year, District heating: 31 TWh/year, and electric power generation (incl. cogeneration in district heating): 31 TWh/year. Further research is needed in the following areas: Systems and methodology of more generic character on optimization of production, refining and use of biofuels in order to substitute fossil fuels directly or indirectly; Heat sinks/district heating in combination with cogeneration vs. other power production in a long term perspective (> 10 years), in the light of new technologies, open markets, economic and political incentives; Energy efficiency in industry, esp. paper and pulp with its unique possibility for process integration, biofuel processing and CO 2 separation; How far should the processing/refinement of biofuels go; Importance of factors of scale; New distributed (small-scale) energy technology; International trade in biofuels; Transport and handling costs for biofuel pellets in Europe; System aspects of implementation and incentives; How are biofuels affected if CO 2 from fossil fuels can be separated and

  11. Biomolecular System Design: Architecture, Synthesis, and Simulation

    OpenAIRE

    Chiang , Katherine

    2015-01-01

    The advancements in systems and synthetic biology have been broadening the range of realizable systems with increasing complexity both in vitro and in vivo. Systems for digital logic operations, signal processing, analog computation, program flow control, as well as those composed of different functions – for example an on-site diagnostic system based on multiple biomarker measurements and signal processing – have been realized successfully. However, the efforts to date tend to tackle each de...

  12. Mississippi Curriculum Framework for Computer Information Systems Technology. Computer Information Systems Technology (Program CIP: 52.1201--Management Information Systems & Business Data). Computer Programming (Program CIP: 52.1201). Network Support (Program CIP: 52.1290--Computer Network Support Technology). Postsecondary Programs.

    Science.gov (United States)

    Mississippi Research and Curriculum Unit for Vocational and Technical Education, State College.

    This document, which is intended for use by community and junior colleges throughout Mississippi, contains curriculum frameworks for two programs in the state's postsecondary-level computer information systems technology cluster: computer programming and network support. Presented in the introduction are program descriptions and suggested course…

  13. Algorithmic synthesis using Python compiler

    Science.gov (United States)

    Cieszewski, Radoslaw; Romaniuk, Ryszard; Pozniak, Krzysztof; Linczuk, Maciej

    2015-09-01

    This paper presents a python to VHDL compiler. The compiler interprets an algorithmic description of a desired behavior written in Python and translate it to VHDL. FPGA combines many benefits of both software and ASIC implementations. Like software, the programmed circuit is flexible, and can be reconfigured over the lifetime of the system. FPGAs have the potential to achieve far greater performance than software as a result of bypassing the fetch-decode-execute operations of traditional processors, and possibly exploiting a greater level of parallelism. This can be achieved by using many computational resources at the same time. Creating parallel programs implemented in FPGAs in pure HDL is difficult and time consuming. Using higher level of abstraction and High-Level Synthesis compiler implementation time can be reduced. The compiler has been implemented using the Python language. This article describes design, implementation and results of created tools.

  14. Synthesis and characterization of mixed phases in the Ca–Co–O system using the Pechini method

    Energy Technology Data Exchange (ETDEWEB)

    Tran, Hoa; Mehta, Tejas [College of DuPage, 425 Fawell Blvd, Glen Ellyn, IL 60137-6599 (United States); Zeller, Matthias [Department of Chemistry, Youngstown State University, 1 University Plaza, Youngstown, OH 44555-3663 (United States); Jarman, Richard H., E-mail: Jarman@cod.edu [College of DuPage, 425 Fawell Blvd, Glen Ellyn, IL 60137-6599 (United States)

    2013-07-15

    Highlights: ► We have prepared mixed Ca–Co–O phases using the Pechini method. ► Reaction times are reduced relative to conventional solid-state synthesis. ► Products have high surface area suitable for ceramic processing. ► Product composition is dictated by both kinetic and thermodynamic control. ► A revised phase diagram of the Ca–Co–O system is proposed. - Abstract: The synthesis of mixed phases in the Ca–Co–O system using the Pechini method was investigated. The phases CaCo{sub 2}O{sub 4}, Ca{sub 3}Co{sub 4}O{sub 9} and Ca{sub 3}Co{sub 2}O{sub 6}, which can be expressed in terms of the molar ratios of the binary oxides (CaO:Co{sub 2}O{sub 3}) as (1:1), (3:2) and (3:1) respectively, were obtained in pure form. Powder X-ray diffraction data showed they are comparable with materials obtained by conventional solid-state synthesis. The mild synthesis conditions of the Pechini method allowed the evolution of the Ca–Co–O phases to be studied as a function of temperature and heating time. Both variables have a strong influence on the composition of the products, indicating that both kinetic and thermodynamic factors play a role, with the former being of more importance at lower temperatures. The (1:1) phase, previously not identified in the phase diagram of the Ca–Co–O system, was obtained preferentially across the composition range below ca. 650 °C. The (3:2) phase was preferred until ca. 800 °C. At even higher temperatures, the (3:1) phase is obtained. The upper thermal stability limit of mixed phases in the Ca–Co–O system increases with the Ca:Co ratio. An updated phase diagram for the Ca–Co–O system is proposed.

  15. Optimum strategies for nuclear energy system development (method of synthesis)

    International Nuclear Information System (INIS)

    Belenky, V.Z.

    1983-01-01

    The problem of optimum long-term development of the nuclear energy system is considered. The optimum strategies (i.e. minimum total uranium consumption) for the transition phase leading to a stationary regime of development are found. For this purpose the author has elaborated a new method of solving linear problems of optimal control which can include jumps in trajectories. The method gives a possibility to fulfil a total synthesis of optimum strategies. A key characteristic of the problem is the productivity function of the nuclear energy system which connects technological system parameters with its growth rate. There are only two types of optimum strategies, according to an increasing or decreasing productivity function. Both cases are illustrated with numerical examples. (orig.) [de

  16. Tourist Affiliate Program while Using Online Booking System with Possibility of Entering B2B Code

    Directory of Open Access Journals (Sweden)

    Slivar Iva

    2008-01-01

    Full Text Available Affiliate marketing programs are one of the most powerful tools for online marketing since the merchant presenting a product or a service decides on the commissioning model and the commission is granted only if the desired results have been reached. Affiliate marketing is based offline as much as tourism itself and it relies on the commission that tourist companies pay to their partners (affiliates who bring new guests. This paper will present the basics of how online affiliate programs work, benefits they bring and steps for their further implementation. It will explain in detail how to establish an affiliate program for dynamic web pages which use online booking system platforms that offer a possibility of entering a B2B code. Special attention will be paid to SEO (Search Engine Optimisation. It will also present results of a research on Croatian hotels web pages and the implementation of the online booking system and affiliate programs. Having in mind the insufficient deployment of online potentials, the aim of the paper is to stress the need for setting up an effective method of monitoring changes and updates in the online world as well as implementing new promotional possibilities, all aimed at increasing sales. The goal of the paper is to explore advantages and disadvantages of the affiliate program as a new sales channel and promote the possibility to implement it in one of the biggest Croatian hotel companies, Maistra d.d. Rovinj. Along with methods of data acquiring and different techniques of creative thinking, the following scientific research methods were also used: statistic, historic, descriptive, comparison, interview, analysis and synthesis, induction and deduction.

  17. Dijkstra's interpretation of the approach to solving a problem of program correctness

    Directory of Open Access Journals (Sweden)

    Markoski Branko

    2010-01-01

    Full Text Available Proving the program correctness and designing the correct programs are two connected theoretical problems, which are of great practical importance. The first is solved within program analysis, and the second one in program synthesis, although intertwining of these two processes is often due to connection between the analysis and synthesis of programs. Nevertheless, having in mind the automated methods of proving correctness and methods of automatic program synthesis, the difference is easy to tell. This paper presents denotative interpretation of programming calculation explaining semantics by formulae φ and ψ, in such a way that they can be used for defining state sets for program P.

  18. Alcohol fuels program technical review

    Energy Technology Data Exchange (ETDEWEB)

    None

    1981-07-01

    The last issue of the Alcohol Fuels Process R/D Newsletter contained a work breakdown structure (WBS) of the SERI Alcohol Fuels Program that stressed the subcontracted portion of the program and discussed the SERI biotechnology in-house program. This issue shows the WBS for the in-house programs and contains highlights for the remaining in-house tasks, that is, methanol production research, alcohol utilization research, and membrane research. The methanol production research activity consists of two elements: development of a pressurized oxygen gasifier and synthesis of catalytic materials to more efficiently convert synthesis gas to methanol and higher alcohols. A report is included (Finegold et al. 1981) that details the experimental apparatus and recent results obtained from the gasifier. The catalysis research is principally directed toward producing novel organometallic compounds for use as a homogeneous catalyst. The utilization research is directed toward the development of novel engine systems that use pure alcohol for fuel. Reforming methanol and ethanol catalytically to produce H/sub 2/ and CO gas for use as a fuel offers performance and efficiency advantages over burning alcohol directly as fuel in an engine. An application of this approach is also detailed at the end of this section. Another area of utilization is the use of fuel cells in transportation. In-house researchers investigating alternate electrolyte systems are exploring the direct and indirect use of alcohols in fuel cells. A workshop is being organized to explore potential applications of fuel cells in the transportation sector. The membrane research group is equipping to evaluate alcohol/water separation membranes and is also establishing cost estimation and energy utilization figures for use in alcohol plant design.

  19. Pilot chargeback system program plan

    International Nuclear Information System (INIS)

    Smith, P.

    1997-03-01

    This planning document outlines the steps necessary to develop, test, evaluate, and potentially implement a pilot chargeback system at the Idaho National Engineering and Environmental Laboratory for the treatment, storage, and disposal of current waste. This pilot program will demonstrate one system that can be used to charge onsite generators for the treatment and disposal of low-level radioactive waste. In FY 1997, mock billings will begin by July 15, 1997. Assuming approvals are received to do so, FY 1998 activities will include modifying the associated automated systems, testing and evaluating system performance, and estimating the amount generators will spend for waste storage, treatment, and disposal in FY 1999. If the program is fully implemented in FY 1999, generators will pay actual, automated bills for waste management services from funds transferred to their budgets from Environmental Management

  20. Synthesis of railway-signaling plans using reachability games

    DEFF Research Database (Denmark)

    Kasting, Patrick Frederik Soelmark; Hansen, Michael Reichhardt; Vester, Steen

    2016-01-01

    (the control system) controls signals and points and the universal player (the antagonistic environment) controls movement of trains. A winning strategy for the existential player provides a signaling plan that will safely guide trains through the network. The concepts from the railway network model......In this work, we show the feasibility of using functional programming (more specifically F#) in connection with gamebased methods for synthesis of correct-by-construction controllers (also called signaling plans) for railway networks. This is a massively resource-demanding application. A model...

  1. Programming model for distributed intelligent systems

    Science.gov (United States)

    Sztipanovits, J.; Biegl, C.; Karsai, G.; Bogunovic, N.; Purves, B.; Williams, R.; Christiansen, T.

    1988-01-01

    A programming model and architecture which was developed for the design and implementation of complex, heterogeneous measurement and control systems is described. The Multigraph Architecture integrates artificial intelligence techniques with conventional software technologies, offers a unified framework for distributed and shared memory based parallel computational models and supports multiple programming paradigms. The system can be implemented on different hardware architectures and can be adapted to strongly different applications.

  2. Linear algebra as an alternative approach to the synthesis of digital devices of automation and control systems

    Directory of Open Access Journals (Sweden)

    Nikolay Chernov

    2018-01-01

    Full Text Available The article considers linear algebra as an alternative mathematical tool of logic synthesis of digital structures to Boolean algebra and synthesis methods of digital electronic component base (ECB on its ground. The methods of solving the applied problems of logic synthesis are shown, including the expansion of an arbitrary logic function by means of monotonic functions. The proposed mathematical apparatus actually provides the creation of digital structures on the principles of analog circuitry. It can find application in the design of multivalued digital ECB, specialized system-on-chip and analog-digital sensors with current output. The examples of synthesis of the combinational and sequential two-valued and multivalued digital devices are given. In conclusion, the advantages of linear algebra in comparison with Boolean algebra are formulated.

  3. Robotic production of 2-deoxy-2-[18F]fluoro-D-glucose: a routine method of synthesis using tetrabutylammonium [18F]fluoride

    International Nuclear Information System (INIS)

    Brodack, J.W.; Dence, C.S.; Kilbourn, M.R.; Welch, M.J.

    1988-01-01

    Using existing robotic hardware and software programs developed for the synthesis of several positron-emitting radiopharmaceuticals for PET imaging, the additional automated synthesis of 2-deoxy-2-[ 18 F]fluoro-D-glucose (2-[ 18 F]FDG) has been incorporated into our Zymate Laboratory Automation System. The robotic synthesis of 2-[ 18 F]FDG took less than one week to implement, including the organization of software subroutines and construction of an additional heating station. The end of synthesis yield (12-17%) and radiochemical purity (96-99%) for the robotic preparation of 2-[ 18 F]FDG is similar to that of the manual synthesis. This automated method uses anhydrous tetrabutylammonium [ 18 F]fluoride as the reactive fluoride source in the labeling step. The procedure is a modification of the synthesis reported by Hamacher et al. [Hamacher et al. (1986) J. Nucl. Med. 27, 235]. (author)

  4. 76 FR 42536 - Real-Time System Management Information Program

    Science.gov (United States)

    2011-07-19

    ...-Time System Management Information Program AGENCY: Federal Highway Administration (FHWA), DOT. ACTION... Real-Time System Management Information Program and general information about current and planned... establishing requirements for the Real-Time System Management Information Program on November 8, 2010, at 75 FR...

  5. 75 FR 68418 - Real-Time System Management Information Program

    Science.gov (United States)

    2010-11-08

    ...-Time System Management Information Program AGENCY: Federal Highway Administration (FHWA), DOT. ACTION...) to establish a Real-Time System Management Information Program that provides, in all States, the... traveler information. The purposes of the Real-Time System Management Information Program are to: (1...

  6. A research-oriented treatment planning program system

    International Nuclear Information System (INIS)

    Kalet, I.J.; Jacky, J.P.

    1982-01-01

    The function of a treatment planning program is to graphically simulate radiation dose distributions from proposed radiation therapy treatments. While many such programs are available which provide this much-needed service, none addresses the question of how to intercompare calculation and display techniques. This paper describes a program system designed for support of research efforts, particularly development and testing of new calculation algorithms. The system emphasizes a modular flexible structure, enabling programs to be developed somewhat as interchangeable parts. Thus multiple variants of a calculation algorithm can be compared without undue software overhead or additional data management. Unusual features of the system include extensive use of command procedures, logical names and a structured language (PASCAL). These features are described along with other implementation details. Obstacles, limitations and future applications are also discussed. (Auth.)

  7. Rate in template-directed polymer synthesis.

    Science.gov (United States)

    Saito, Takuya

    2014-06-01

    We discuss the temporal efficiency of template-directed polymer synthesis, such as DNA replication and transcription, under a given template string. To weigh the synthesis speed and accuracy on the same scale, we propose a template-directed synthesis (TDS) rate, which contains an expression analogous to that for the Shannon entropy. Increasing the synthesis speed accelerates the TDS rate, but the TDS rate is lowered if the produced sequences are diversified. We apply the TDS rate to some production system models and investigate how the balance between the speed and the accuracy is affected by changes in the system conditions.

  8. A new program in earth system science education

    Science.gov (United States)

    Huntress, Wesley; Kalb, Michael W.; Johnson, Donald R.

    1990-01-01

    A program aimed at accelerating the development of earth system science curricula at the undergraduate level and at seeding the establishment of university-based mechanisms for cooperative research and education among universities and NASA has been initiated by the Universities Space Research Association (USRA) in conjunction with NASA. Proposals were submitted by 100 U.S. research universities which were selected as candidates to participate in a three-year pilot program to develop undergraduate curricula in earth system science. Universities were then selected based upon peer review and considerations of overall scientific balance among proposed programs. The program will also aim to integrate a number of universities with evolving earth system programs, linking them with a cooperative curriculum, shared faculty, and NASA scientists in order to establish a stronger base for earth systems related education and interdisciplinary research collaboration.

  9. Investigation of High-Level Synthesis tools’ applicability to data acquisition systems design based on the CMS ECAL Data Concentrator Card example

    CERN Document Server

    HUSEJKO, Michal; RASTEIRO DA SILVA, Jose Carlos

    2015-01-01

    High-Level Synthesis (HLS) for Field-Programmable Logic Array (FPGA) programming is becoming a practical alternative to well-established VHDL and Verilog languages. This paper describes a case study in the use of HLS tools to design FPGA-based data acquisition systems (DAQ). We will present the implementation of the CERN CMS detector ECAL Data Concentrator Card (DCC) functionality in HLS and lessons learned from using HLS design flow.The DCC functionality and a definition of the initial system-level performance requirements (latency, bandwidth, and throughput) will be presented. We will describe how its packet processing control centric algorithm was implemented with VHDL and Verilog languages. We will then show how the HLS flow could speed up design-space exploration by providing loose coupling between functions interface design and functions algorithm implementation.We conclude with results of real-life hardware tests performed with the HLS flow-generated design with a DCC Tester system.

  10. Investigation of High-Level Synthesis tools’ applicability to data acquisition systems design based on the CMS ECAL Data Concentrator Card example

    Science.gov (United States)

    HUSEJKO, Michal; EVANS, John; RASTEIRO DA SILVA, Jose Carlos

    2015-12-01

    High-Level Synthesis (HLS) for Field-Programmable Logic Array (FPGA) programming is becoming a practical alternative to well-established VHDL and Verilog languages. This paper describes a case study in the use of HLS tools to design FPGA-based data acquisition systems (DAQ). We will present the implementation of the CERN CMS detector ECAL Data Concentrator Card (DCC) functionality in HLS and lessons learned from using HLS design flow. The DCC functionality and a definition of the initial system-level performance requirements (latency, bandwidth, and throughput) will be presented. We will describe how its packet processing control centric algorithm was implemented with VHDL and Verilog languages. We will then show how the HLS flow could speed up design-space exploration by providing loose coupling between functions interface design and functions algorithm implementation. We conclude with results of real-life hardware tests performed with the HLS flow-generated design with a DCC Tester system.

  11. The Synthesis Method of Automated System of Operational Planning in Low-Space Communication System Messaging

    Directory of Open Access Journals (Sweden)

    Serhii Kovbasiuk

    2017-04-01

    Full Text Available One of the reasons for the decrease of efficiency in low-speed communication systems, satellite communication, which are based on nanoplatform is a high degree of operational planning centralisation. To overcome this problem the method which carries out the distribution of tasks of communications operational planning minimizing the exchange of information between spatially remote sites, and takes into account the computing performance of software and hardware was developed. The technique is based on the use of methods of structural and parametric synthesis, simulation and statistical analysis of the results. Its use allows to obtain the optimal structure of the automated system of operational planning in low-space communication system messaging evaluation of efficiency in terms of fixed communication of information load.

  12. Robust Hinfinity position control synthesis of an electro-hydraulic servo system.

    Science.gov (United States)

    Milić, Vladimir; Situm, Zeljko; Essert, Mario

    2010-10-01

    This paper focuses on the use of the techniques based on linear matrix inequalities for robust H(infinity) position control synthesis of an electro-hydraulic servo system. A nonlinear dynamic model of the hydraulic cylindrical actuator with a proportional valve has been developed. For the purpose of the feedback control an uncertain linearized mathematical model of the system has been derived. The structured (parametric) perturbations in the electro-hydraulic coefficients are taken into account. H(infinity) controller extended with an integral action is proposed. To estimate internal states of the electro-hydraulic servo system an observer is designed. Developed control algorithms have been tested experimentally in the laboratory model of an electro-hydraulic servo system. Copyright © 2010 ISA. Published by Elsevier Ltd. All rights reserved.

  13. Learning via Query Synthesis

    KAUST Repository

    Alabdulmohsin, Ibrahim Mansour

    2017-05-07

    Active learning is a subfield of machine learning that has been successfully used in many applications. One of the main branches of active learning is query synthe- sis, where the learning agent constructs artificial queries from scratch in order to reveal sensitive information about the underlying decision boundary. It has found applications in areas, such as adversarial reverse engineering, automated science, and computational chemistry. Nevertheless, the existing literature on membership query synthesis has, generally, focused on finite concept classes or toy problems, with a limited extension to real-world applications. In this thesis, I develop two spectral algorithms for learning halfspaces via query synthesis. The first algorithm is a maximum-determinant convex optimization method while the second algorithm is a Markovian method that relies on Khachiyan’s classical update formulas for solving linear programs. The general theme of these methods is to construct an ellipsoidal approximation of the version space and to synthesize queries, afterward, via spectral decomposition. Moreover, I also describe how these algorithms can be extended to other settings as well, such as pool-based active learning. Having demonstrated that halfspaces can be learned quite efficiently via query synthesis, the second part of this thesis proposes strategies for mitigating the risk of reverse engineering in adversarial environments. One approach that can be used to render query synthesis algorithms ineffective is to implement a randomized response. In this thesis, I propose a semidefinite program (SDP) for learning a distribution of classifiers, subject to the constraint that any individual classifier picked at random from this distributions provides reliable predictions with a high probability. This algorithm is, then, justified both theoretically and empirically. A second approach is to use a non-parametric classification method, such as similarity-based classification. In this

  14. Use of scintillometric quantitation of unscheduled DNA synthesis in isolated rat hepatocytes for the screening of genotoxic agents

    International Nuclear Information System (INIS)

    Hsia, M.T.

    1987-01-01

    The induction of unscheduled DNA synthesis has been considered as a suitable endpoint for the screening of genotoxic agents. Experimentally, unscheduled DNA synthesis is most frequently measured by autoradiography. The purpose of this report was to examine the usefulness of the liquid scintillation counting technique in measuring unscheduled DNA synthesis response in isolated rat hepatocytes. The various liquid scintillation counting-based unscheduled DNA synthesis assay procedures were examined according to the following groupings: (1) procedures based on the acid precipitation of cellular macromolecules, (2) procedures based on isopycnic gradient centrifugation of solubilized cells, (3) procedures based on nuclei isolation in conjunction with other DNA purification methods, and (4) procedures based on the selective retention of hepatocellular DNA. Limited cases in which test chemicals gave positive unscheduled DNA synthesis response in liquid scintillation counting-based assays and negative unscheduled DNA synthesis response in autoradiography-based assays are presented. It is concluded that liquid scintillation counting-based unscheduled DNA synthesis assays represent an appropriate system for inclusion in carcinogenicity and mutagenicity testing programs

  15. GLOBE Program's Data and Information System

    Science.gov (United States)

    Memarsadeghi, N.; Overoye, D.; Lewis, C.; Butler, D. M.; Ramapriyan, H.

    2016-12-01

    "The Global Learning and Observations to Benefit the Environment (GLOBE) Program is an international science and education program that provides students and the public worldwide with the opportunity to participate in data collection and the scientific process, and contribute meaningfully to our understanding of the Earth system and global environment" (www.globe.gov ). GLOBE Program has a rich community of students, teachers, scientists, trainers, country coordinators, and alumni across the world, technologically spanning both high- and low-end users. There are 117 GLOBE participating countries from around the world. GLOBE's Science data protocols and educational material span atmosphere, biosphere, hydrosphere, soil (pedosphere), and Earth as a System scientific areas (http://www.globe.gov/do-globe/globe-teachers-guide). GLOBE's Data and Information System (DIS), when first introduced in 1995, was a cutting edge system that was well-received and innovative for its time. However, internet-based technologies have changed dramatically since then. Projects to modernize and evolve the GLOBE DIS started in 2010, resulting in today's GLOBE DIS. The current GLOBE DIS is now built upon the latest information technologies and is engaging and supporting the user community with advanced tools and services to further the goals of the GLOBE Program. GLOBE DIS consists of over 20 years of observation and training data, a rich set of software systems and applications for data entry, visualization, and analysis, as well as tools for training users in various science data protocols and enabling collaborations among members of the international user community. We present the existing GLOBE DIS, application technologies, and lessons learned for their operations, development, sustaining engineering, and data management practices. Examples of GLOBE DIS technologies include Liferay System for integrated user and content management, a Postgress/PostGIS database, Ruby on Rails for Data

  16. General aviation design synthesis utilizing interactive computer graphics

    Science.gov (United States)

    Galloway, T. L.; Smith, M. R.

    1976-01-01

    Interactive computer graphics is a fast growing area of computer application, due to such factors as substantial cost reductions in hardware, general availability of software, and expanded data communication networks. In addition to allowing faster and more meaningful input/output, computer graphics permits the use of data in graphic form to carry out parametric studies for configuration selection and for assessing the impact of advanced technologies on general aviation designs. The incorporation of interactive computer graphics into a NASA developed general aviation synthesis program is described, and the potential uses of the synthesis program in preliminary design are demonstrated.

  17. Computer Aided Design System for Developing Musical Fountain Programs

    Institute of Scientific and Technical Information of China (English)

    刘丹; 张乃尧; 朱汉城

    2003-01-01

    A computer aided design system for developing musical fountain programs was developed with multiple functions such as intelligent design, 3-D animation, manual modification and synchronized motion to make the development process more efficient. The system first analyzed the music form and sentiment using many basic features of the music to select a basic fountain program. Then, this program is simulated with 3-D animation and modified manually to achieve the desired results. Finally, the program is transformed to a computer control program to control the musical fountain in time with the music. A prototype system for the musical fountain was also developed. It was tested with many styles of music and users were quite satisfied with its performance. By integrating various functions, the proposed computer aided design system for developing musical fountain programs greatly simplified the design of the musical fountain programs.

  18. Python based high-level synthesis compiler

    Science.gov (United States)

    Cieszewski, Radosław; Pozniak, Krzysztof; Romaniuk, Ryszard

    2014-11-01

    This paper presents a python based High-Level synthesis (HLS) compiler. The compiler interprets an algorithmic description of a desired behavior written in Python and map it to VHDL. FPGA combines many benefits of both software and ASIC implementations. Like software, the mapped circuit is flexible, and can be reconfigured over the lifetime of the system. FPGAs therefore have the potential to achieve far greater performance than software as a result of bypassing the fetch-decode-execute operations of traditional processors, and possibly exploiting a greater level of parallelism. Creating parallel programs implemented in FPGAs is not trivial. This article describes design, implementation and first results of created Python based compiler.

  19. Effects of realgar on GSH synthesis in the mouse hippocampus: Involvement of system XAG(-), system XC(-), MRP-1 and Nrf2.

    Science.gov (United States)

    Wang, Yanlei; Chen, Mo; Zhang, Yinghua; Huo, Taoguang; Fang, Ying; Jiao, Xuexin; Yuan, Mingmei; Jiang, Hong

    2016-10-01

    Realgar is a type of mineral drug that contains arsenic and has neurotoxicity. Glutathione (GSH), which is the main antioxidant in the central nervous system, plays a key role in antioxidant defenses and the detoxification of arsenic. However, whether realgar interferes with the synthesis of GSH in the brain and the molecular mechanisms underlying its effects are largely unknown. Here, we used mouse models of exposure to realgar to show that realgar affects the synthesis of GSH in the hippocampus, leading to ultrastructural changes in hippocampal neurons and synapses and deficiencies in cognitive abilities, and that the mechanisms that cause this effect may be associated with alterations in the expression of system XAG(-), system XC(-), multidrug resistance-associated protein 1(MRP-1), nuclear factor E2-related factor 2 (Nrf2), γ-glutamylcysteine synthetase (γ-GCS), and the levels of glutamate (Glu) and cysteine (Cys) in the extracellular fluid. These findings provide a theoretical basis for preventing the drug-induced chronic arsenic poisoning in the nervous system that is triggered by realgar. Copyright © 2016 Elsevier Inc. All rights reserved.

  20. Fully automated synthesis system of 3'-deoxy-3'-[18F]fluorothymidine

    International Nuclear Information System (INIS)

    Oh, Seung Jun; Mosdzianowski, Christoph; Chi, Dae Yoon; Kim, Jung Young; Kang, Se Hun; Ryu, Jin Sook; Yeo, Jeong Seok; Moon, Dae Hyuk

    2004-01-01

    We developed a new fully automated method for the synthesis of 3'-deoxy-3'-[ 18 F]fluorothymidine ([ 18 F]FLT), by modifying a commercial FDG synthesizer and its disposable fluid pathway. Optimal labeling condition was that 40 mg of precursor in acetonitrile (2 mL) was heated at 150 degree sign C for 100 sec, followed by heating at 85 degree sign C for 450 sec and hydrolysis with 1 N HCl at 105 degree sign C for 300 sec. Using 3.7 GBq of [ 18 F]F - as starting activity, [ 18 F]FLT was obtained with a yield of 50.5±5.2% (n=28, decay corrected) within 60.0±5.4 min including HPLC purification. With 37.0 GBq, we obtained 48.7±5.6% (n=10). The [ 18 F]FLT showed the good stability for 6 h. This new automated synthesis procedure combines high and reproducible yields with the benefits of a disposable cassette system

  1. Material control system simulator program reference manual

    Energy Technology Data Exchange (ETDEWEB)

    Hollstien, R.B.

    1978-01-24

    A description is presented of a Material Control System Simulator (MCSS) program for determination of material accounting uncertainty and system response to particular adversary action sequences that constitute plausible material diversion attempts. The program is intended for use in situations where randomness, uncertainty, or interaction of adversary actions and material control system components make it difficult to assess safeguards effectiveness against particular material diversion attempts. Although MCSS may be used independently in the design or analysis of material handling and processing systems, it has been tailored toward the determination of material accountability and the response of material control systems to adversary action sequences.

  2. Material control system simulator program reference manual

    International Nuclear Information System (INIS)

    Hollstien, R.B.

    1978-01-01

    A description is presented of a Material Control System Simulator (MCSS) program for determination of material accounting uncertainty and system response to particular adversary action sequences that constitute plausible material diversion attempts. The program is intended for use in situations where randomness, uncertainty, or interaction of adversary actions and material control system components make it difficult to assess safeguards effectiveness against particular material diversion attempts. Although MCSS may be used independently in the design or analysis of material handling and processing systems, it has been tailored toward the determination of material accountability and the response of material control systems to adversary action sequences

  3. Team Cooperation in a Network of Multi-Vehicle Unmanned Systems Synthesis of Consensus Algorithms

    CERN Document Server

    Semsar-Kazerooni, Elham

    2013-01-01

    Team Cooperation in a Network of Multi-Vehicle Unmanned Systems develops a framework for modeling and control of a network of multi-agent unmanned systems in a cooperative manner and with consideration of non-ideal and practical considerations. The main focus of this book is the development of “synthesis-based” algorithms rather than on conventional “analysis-based” approaches to the team cooperation, specifically the team consensus problems. The authors provide a set of modified “design-based” consensus algorithms whose optimality is verified through introduction of performance indices. This book also: Provides synthesis-based methodology for team cooperation Introduces a consensus-protocol optimized performance index  Offers comparisons for use of proper indices in measuring team performance Analyzes and predicts  performance of  previously designed consensus algorithms Analyses and predicts team behavior in the presence of non-ideal considerations such as actuator anomalies and faults as wel...

  4. Synthesis of diamonds in Fe–C systems using nitrogen and hydrogen co-doped impurities under HPHT

    International Nuclear Information System (INIS)

    Sun Shi-Shuai; Xu Zhi-Hui; Cui Wen; Jia Xiao-Peng; Ma Hong-An

    2017-01-01

    In this study, we investigate the effect of nitrogen and hydrogen impurities on colors, morphologies, impurity structures and synthesis conditions of diamond crystals in Fe–C systems with C 3 N 6 H 6 additives at pressures in the range 5.0–6.5 GPa and temperatures of 1400–1700 °C in detail. Our results reveal that the octahedron diamond nucleation in a Fe–C system is evidently inhibited by co-doped N–H elements, thereby resulting in the increase of minimum pressure and temperature of diamond synthesis by spontaneous nucleation. The octahedron diamond crystals synthesized from a pure Fe–C system are colorless, while they become green in the system with C 3 N 6 H 6 additive. The surface defects of diamond will deteriorate when the nitrogen and hydrogen atoms simultaneously incorporate in the diamond growth environment in the Fe–C system. We believe that this study will provide some important information and be beneficial for the deep understanding of the crystallization of diamonds from different component systems. (paper)

  5. An Efficient, Green Chemical Synthesis of the Malaria Drug ...

    African Journals Online (AJOL)

    Purpose: To provide a robust, efficient synthesis of the malaria drug piperaquine for potential use in resource-poor settings. Methods: We used in-process analytical technologies (IPAT; HPLC) and a program of experiments to develop a synthesis of piperaquine that avoids the presence of a toxic impurity in the API and is ...

  6. Elementary Education Program for Engineering by Dual System of Workshop and Teaching Program with Practical Subject

    Science.gov (United States)

    Hara, Toshitsugu

    Elementary education program for engineering by the dual system combined with workshop program and teaching program with practical subject was discussed. The dual system which consists of several workshop programs and fundamental subjects (such as mathematics, English and physics) with practical material has been performed for the freshmen. The elementary workshop program (primary course) has four workshops and the related lectures. Fundamental subjects are taught with the practical or engineering texts. English subjects are taught by specified teachers who have ever worked in engineering field with English. The dual system was supported by such systems as the center for success initiative and the English education center.

  7. A multistep continuous-flow system for rapid on-demand synthesis of receptor ligands

    DEFF Research Database (Denmark)

    Petersen, Trine P; Ritzén, Andreas; Ulven, Trond

    2009-01-01

    A multistep continuous-flow system for synthesis of receptor ligands by assembly of three variable building blocks in a single unbroken flow is described. The sequence consists of three reactions and two scavenger steps, where a Cbz-protected diamine is reacted with an isocyanate, deprotected, an......, and reacted further with an alkylating agent....

  8. Systems Engineering Design Via Experimental Operation Research: Complex Organizational Metric for Programmatic Risk Environments (COMPRE)

    Science.gov (United States)

    Mog, Robert A.

    1999-01-01

    Unique and innovative graph theory, neural network, organizational modeling, and genetic algorithms are applied to the design and evolution of programmatic and organizational architectures. Graph theory representations of programs and organizations increase modeling capabilities and flexibility, while illuminating preferable programmatic/organizational design features. Treating programs and organizations as neural networks results in better system synthesis, and more robust data modeling. Organizational modeling using covariance structures enhances the determination of organizational risk factors. Genetic algorithms improve programmatic evolution characteristics, while shedding light on rulebase requirements for achieving specified technological readiness levels, given budget and schedule resources. This program of research improves the robustness and verifiability of systems synthesis tools, including the Complex Organizational Metric for Programmatic Risk Environments (COMPRE).

  9. SP-100 Program: space reactor system and subsystem investigations

    International Nuclear Information System (INIS)

    Harty, R.B.

    1983-01-01

    For a space reactor power system, a comprehensive safety program will be required to assure that no undue risk is present. This report summarizes the nuclear safety review/approval process that will be required for a space reactor system. The documentation requirements are presented along with a summary of the required contents of key documents. Finally, the aerospace safety program conducted for the SNAP-10A reactor system is summarized. The results of this program are presented to show the type of program that can be expected and to provide information that could be usable in future programs

  10. Object Oriented Programming Systems (OOPS) and frame representations: An investigation of programming paradigms

    Science.gov (United States)

    Auty, David

    1988-01-01

    The project was initiated to research Object Oriented Programming Systems (OOPS) and frame representation systems, their significance and applicability, and their implementation in or relationship to Ada. Object orientated is currently a very popular conceptual adjective. Object oriented programming, in particular, is promoted as a particularly productive approach to programming; an approach which maximizes opportunities for code reuse and lends itself to the definition of convenient and well-developed units. Such units are thus expected to be usable in a variety of situations, beyond the typical highly specific unit development of other approaches. Frame represenation systems share a common heritage and similar conceptual foundations. Together they represent a quickly emerging alternative approach to programming. The approach is to first define the terms, starting with relevant concepts and using these to put bounds on what is meant by OOPS and Frames. From this the possibilities were pursued to merge OOPS with Ada which will further elucidate the significant characteristics which make up this programming approach. Finally, some of the merits and demerits of OOPS were briefly considered as a way of addressing the applicability of OOPS to various programming tasks.

  11. Nonlinear Control Synthesis for Electrical Power Systems Using Controllable Series Capacitors

    CERN Document Server

    Manjarekar, N S

    2012-01-01

    In this work we derive asymptotically stabilizing control laws for electrical power systems using two nonlinear control synthesis techniques. For this transient stabilization problem the actuator considered is a power electronic device, a controllable series capacitor (CSC). The power system is described using two different nonlinear models - the second order swing equation and the third order flux-decay model. To start with, the CSC is modeled by the injection model which is based on the assumption that the CSC dynamics is very fast as compared to the dynamics of the power system and hence can be approximated by an algebraic equation. Here, by neglecting the CSC dynamics, the input vector $g(x)$ in the open loop system takes a complex form - the injection model. Using this model, interconnection and damping assignment passivity-based control (IDA-PBC) methodology is demonstrated on two power systems: a single machine infinite bus (SMIB) system and a two machine system. Further, IDA-PBC is used to derive stab...

  12. Power Constrained High-Level Synthesis of Battery Powered Digital Systems

    DEFF Research Database (Denmark)

    Nielsen, Sune Fallgaard; Madsen, Jan

    2003-01-01

    We present a high-level synthesis algorithm solving the combined scheduling, allocation and binding problem minimizing area under both latency and maximum power per clock-cycle constraints. Our approach eliminates the large power spikes, resulting in an increased battery lifetime, a property...... of utmost importance for battery powered embedded systems. Our approach extends the partial-clique partitioning algorithm by introducing power awareness through a heuristic algorithm which bounds the design space to those of power feasible schedules. We have applied our algorithm on a set of dataflow graphs...

  13. Automatic compilation from high-level biologically-oriented programming language to genetic regulatory networks.

    Science.gov (United States)

    Beal, Jacob; Lu, Ting; Weiss, Ron

    2011-01-01

    The field of synthetic biology promises to revolutionize our ability to engineer biological systems, providing important benefits for a variety of applications. Recent advances in DNA synthesis and automated DNA assembly technologies suggest that it is now possible to construct synthetic systems of significant complexity. However, while a variety of novel genetic devices and small engineered gene networks have been successfully demonstrated, the regulatory complexity of synthetic systems that have been reported recently has somewhat plateaued due to a variety of factors, including the complexity of biology itself and the lag in our ability to design and optimize sophisticated biological circuitry. To address the gap between DNA synthesis and circuit design capabilities, we present a platform that enables synthetic biologists to express desired behavior using a convenient high-level biologically-oriented programming language, Proto. The high level specification is compiled, using a regulatory motif based mechanism, to a gene network, optimized, and then converted to a computational simulation for numerical verification. Through several example programs we illustrate the automated process of biological system design with our platform, and show that our compiler optimizations can yield significant reductions in the number of genes (~ 50%) and latency of the optimized engineered gene networks. Our platform provides a convenient and accessible tool for the automated design of sophisticated synthetic biological systems, bridging an important gap between DNA synthesis and circuit design capabilities. Our platform is user-friendly and features biologically relevant compiler optimizations, providing an important foundation for the development of sophisticated biological systems.

  14. An off-line programming system for palletizing robot

    Directory of Open Access Journals (Sweden)

    Youdong Chen

    2016-09-01

    Full Text Available Off-line programming systems are essential tools for the effective use of palletizing robots. This article presents a dedicated off-line programming system for palletizing robots. According to the user practical requirements, there are many user-defined patterns that can’t be easily generated by commercial off-line robot programming systems. This study suggests a pattern generation method that users can easily define their patterns. The proposed method has been simulation and experiment. The results have attested the effectiveness of the proposed pattern generation method.

  15. Quality assurance program for isotopic power systems

    International Nuclear Information System (INIS)

    Hannigan, R.L.; Harnar, R.R.

    1982-12-01

    This report summarizes the Sandia National Laboratories Quality Assurance Program that applies to non-weapon (reimbursable) Radioisotopic Thermoelectric Generators. The program has been implemented over the past 16 years on power supplies used in various space and terrestrial systems. The quality assurance (QA) activity of the program is in support of the Department of Energy, Office of Space Nuclear Projects. Basic elements of the program are described in the report and examples of program decumentation are presented

  16. Quality assurance program for isotopic power systems

    Energy Technology Data Exchange (ETDEWEB)

    Hannigan, R.L.; Harnar, R.R.

    1982-12-01

    This report summarizes the Sandia National Laboratories Quality Assurance Program that applies to non-weapon (reimbursable) Radioisotopic Thermoelectric Generators. The program has been implemented over the past 16 years on power supplies used in various space and terrestrial systems. The quality assurance (QA) activity of the program is in support of the Department of Energy, Office of Space Nuclear Projects. Basic elements of the program are described in the report and examples of program decumentation are presented.

  17. Energy Systems Training Programs and Certifications Survey White Paper

    Energy Technology Data Exchange (ETDEWEB)

    Cox, Daryl [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States); Nimbalkar, Sachin U. [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States); Wenning, Thomas J. [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States); Thirumaran, Kiran [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States); Guo, Wei [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States)

    2017-02-01

    Compressed air system, industrial refrigeration system, chilled water system, pump system, fan system, steam system, process heating system, and combined heat and power system are the major industrial energy systems. By helping enhance knowledge and skills of workforce, training and certification programs on these systems are essential to improve energy efficiency of manufacturing facilities. A literature survey of currently available training and certification programs on these systems was conducted.

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

  19. Synthesis, Analysis And Simulation Of a Four-Bar Mechanism Using ...

    African Journals Online (AJOL)

    Kinematic synthesis of the four-bar mechanism using the complex number method is presented. The results of the synthesis process are analyzed to determine motion characteristics of the mechanism. These motion characteristics are then used for simulation of the mechanism. Matlab programs are written for solving the ...

  20. Certified policy synthesis for general Markov decision processes : an application in building automation systems

    NARCIS (Netherlands)

    Haesaert, S.; Cauchi, N.; Abate, A.

    2017-01-01

    In this paper, we present an industrial application of new approximate similarity relations for Markov models, and show that they are key for the synthesis of control strategies. Typically, modern engineering systems are modelled using complex and high-order models which make the correct-by-design

  1. Dynamic synthesis for the energy transmission systems long term planning; Sintese dinamica para o planejamento a longo prazo de sistemas de transmissao de energia

    Energy Technology Data Exchange (ETDEWEB)

    Salles Filho, Anirio

    1988-12-01

    An automation methodology for dynamic synthesis of electric power transmission network is presented. The dynamic synthesis problem is formulated by an optimization mathematical model. The use of a Lagrangian Relaxation strategy allows to decompose the dynamic problem in a simpler static subproblems sequence. The developed model goal is to establish options of system expansion that minimize the investments total costs and satisfy the increasing demand in time. The method is tested in transmission networks Brazilian system and the obtained results show the utility of a dynamic synthesis tool to assist in complex task of planing the transmission system expansion.

  2. Noncovalent synthesis of protein dendrimers

    NARCIS (Netherlands)

    Lempens, E.H.M.; Baal, van I.; Dongen, van J.L.J.; Hackeng, T.M.; Merkx, M.; Meijer, E.W.

    2009-01-01

    The covalent synthesis of complex biomolecular systems such as multivalent protein dendrimers often proceeds with low efficiency, thereby making alternative strategies based on noncovalent chemistry of high interest. Here, the synthesis of protein dendrimers using a strong but noncovalent

  3. Seca Coal-Based Systems Program

    International Nuclear Information System (INIS)

    Alinger, Matthew

    2008-01-01

    This report summarizes the progress made during the August 1, 2006 - May 31, 2008 award period under Cooperative Agreement DE-FC26-05NT42614 for the U. S. Department of Energy/National Energy Technology Laboratory (USDOE/NETL) entitled 'SECA Coal Based Systems'. The initial overall objective of this program was to design, develop, and demonstrate multi-MW integrated gasification fuel cell (IGFC) power plants with >50% overall efficiency from coal (HHV) to AC power. The focus of the program was to develop low-cost, high performance, modular solid oxide fuel cell (SOFC) technology to support coal gas IGFC power systems. After a detailed GE internal review of the SOFC technology, the program was de-scoped at GE's request. The primary objective of this program was then focused on developing a performance degradation mitigation path for high performing, cost-effective solid oxide fuel cells (SOFCs). There were two initial major objectives in this program. These were: (1) Develop and optimize a design of a >100 MWe integrated gasification fuel cell (IGFC) power plant; (2) Resolve identified barrier issues concerning the long-term economic performance of SOFC. The program focused on designing and cost estimating the IGFC system and resolving technical and economic barrier issues relating to SOFC. In doing so, manufacturing options for SOFC cells were evaluated, options for constructing stacks based upon various cell configurations identified, and key performance characteristics were identified. Key factors affecting SOFC performance degradation for cells in contact with metallic interconnects were be studied and a fundamental understanding of associated mechanisms was developed using a fixed materials set. Experiments and modeling were carried out to identify key processes/steps affecting cell performance degradation under SOFC operating conditions. Interfacial microstructural and elemental changes were characterized, and their relationships to observed degradation

  4. Formal synthesis of application and platform behaviors of embedded software systems

    DEFF Research Database (Denmark)

    Kim, Jin Hyun; Kang, Inhye; Choi, Jin-Young

    2015-01-01

    Two main embedded software components, application software and platform software, i.e., the real-time operating system (RTOS), interact with each other in order to achieve the functionality of the system. However, they are so different in behaviors that one behavior modeling language is not suff......Two main embedded software components, application software and platform software, i.e., the real-time operating system (RTOS), interact with each other in order to achieve the functionality of the system. However, they are so different in behaviors that one behavior modeling language...... is not sufficient to model both styles of behaviors and to reason about the characteristics of their individual behaviors as well as their parallel behavior and interaction properties. In this paper, we present a formal approach to the synthesis of the application software and the RTOS behavior models...

  5. Electromagnetic pulse research on electric power systems: Program summary and recommendations. Power Systems Technology Program

    Energy Technology Data Exchange (ETDEWEB)

    Barnes, P.R.; McConnell, B.W.; Van Dyke, J.W. [Oak Ridge National Lab., TN (United States); Tesche, F.M. [Tesche (F.M.), Dallas, TX (United States); Vance, E.F. [Vance (E.F.), Fort Worth, TX (United States)

    1993-01-01

    A single nuclear detonation several hundred kilometers above the central United States will subject much of the nation to a high-altitude electromagnetic pulse (BENT). This pulse consists of an intense steep-front, short-duration transient electromagnetic field, followed by a geomagnetic disturbance with tens of seconds duration. This latter environment is referred to as the magnetohydrodynamic electromagnetic pulse (NMENT). Both the early-time transient and the geomagnetic disturbance could impact the operation of the nation`s power systems. Since 1983, the US Department of Energy has been actively pursuing a research program to assess the potential impacts of one or more BENT events on the nation`s electric energy supply. This report summarizes the results of that program and provides recommendations for enhancing power system reliability under HENT conditions. A nominal HENP environment suitable for assessing geographically large systems was developed during the program and is briefly described in this report. This environment was used to provide a realistic indication of BEMP impacts on electric power systems. It was found that a single high-altitude burst, which could significantly disturb the geomagnetic field, may cause the interconnected power network to break up into utility islands with massive power failures in some areas. However, permanent damage would be isolated, and restoration should be possible within a few hours. Multiple bursts would likely increase the blackout areas, component failures, and restoration time. However, a long-term blackout of many months is unlikely because major power system components, such as transformers, are not likely to be damaged by the nominal HEND environment. Moreover, power system reliability, under both HENT and normal operating conditions, can be enhanced by simple, and often low cost, modifications to current utility practices.

  6. Sandia National Laboratories, California Environmental Management System program manual.

    Energy Technology Data Exchange (ETDEWEB)

    Larsen, Barbara L.

    2013-04-01

    The Sandia National Laboratories, California (SNL/CA) Environmental Management System (EMS) Program Manual documents the elements of the site EMS Program. The SNL/CA EMS Program conforms to the International Standard on Environmental Management Systems, ISO 14001:2004 and Department of Energy (DOE) Order 436.1.

  7. Sandia National Laboratories, California Environmental Management System program manual

    Energy Technology Data Exchange (ETDEWEB)

    Larsen, Barbara L.

    2014-04-01

    The Sandia National Laboratories, California (SNL/CA) Environmental Management System (EMS) Program Manual documents the elements of the site EMS Program. The SNL/CA EMS Program conforms to the International Standard on Environmental Management Systems, ISO 14001:2004 and Department of Energy (DOE) Order 436.1.

  8. Optimization of biotechnological systems through geometric programming

    Directory of Open Access Journals (Sweden)

    Torres Nestor V

    2007-09-01

    Full Text Available Abstract Background In the past, tasks of model based yield optimization in metabolic engineering were either approached with stoichiometric models or with structured nonlinear models such as S-systems or linear-logarithmic representations. These models stand out among most others, because they allow the optimization task to be converted into a linear program, for which efficient solution methods are widely available. For pathway models not in one of these formats, an Indirect Optimization Method (IOM was developed where the original model is sequentially represented as an S-system model, optimized in this format with linear programming methods, reinterpreted in the initial model form, and further optimized as necessary. Results A new method is proposed for this task. We show here that the model format of a Generalized Mass Action (GMA system may be optimized very efficiently with techniques of geometric programming. We briefly review the basics of GMA systems and of geometric programming, demonstrate how the latter may be applied to the former, and illustrate the combined method with a didactic problem and two examples based on models of real systems. The first is a relatively small yet representative model of the anaerobic fermentation pathway in S. cerevisiae, while the second describes the dynamics of the tryptophan operon in E. coli. Both models have previously been used for benchmarking purposes, thus facilitating comparisons with the proposed new method. In these comparisons, the geometric programming method was found to be equal or better than the earlier methods in terms of successful identification of optima and efficiency. Conclusion GMA systems are of importance, because they contain stoichiometric, mass action and S-systems as special cases, along with many other models. Furthermore, it was previously shown that algebraic equivalence transformations of variables are sufficient to convert virtually any types of dynamical models into

  9. USAF Weapon System Evaluation Program

    National Research Council Canada - National Science Library

    1999-01-01

    During this task period, Schafer Corporation provided engineering services and analysis to the USAF at Eglin AFB, Florida in direct support of the USAF Air-to-Surface Weapon System Evaluation Program (WSEP...

  10. Data systems and computer science: Software Engineering Program

    Science.gov (United States)

    Zygielbaum, Arthur I.

    1991-01-01

    An external review of the Integrated Technology Plan for the Civil Space Program is presented. This review is specifically concerned with the Software Engineering Program. The goals of the Software Engineering Program are as follows: (1) improve NASA's ability to manage development, operation, and maintenance of complex software systems; (2) decrease NASA's cost and risk in engineering complex software systems; and (3) provide technology to assure safety and reliability of software in mission critical applications.

  11. Gestural Control Of Wavefield synthesis

    DEFF Research Database (Denmark)

    Grani, Francesco; Di Carlo, Diego; Portillo, Jorge Madrid

    2016-01-01

    We present a report covering our preliminary research on the control of spatial sound sources in wavefield synthesis through gesture based interfaces. After a short general introduction on spatial sound and few basic concepts on wavefield synthesis, we presents a graphical application called sp......AAce which let users to con- trol real-time movements of sound sources by drawing tra- jectories on a screen. The first prototype of this application has been developed bound to WFSCollider, an open-source software based on Supercollider which let users control wavefield synthesis. The spAAce application has...... been im- plemented using Processing, a programming language for sketches and prototypes within the context of visual arts, and communicates with WFSCollider through the Open Sound Control protocol. This application aims to create a new way of interaction for live performance of spatial composition...

  12. Nonionic emulsion-mediated synthesis of zeolite beta

    Indian Academy of Sciences (India)

    Zeolite beta synthesis was first carried out in a newly developed emulsion system containing nonionic polyoxyethylated alkylphenol surfactant, which showed interesting non-conventional features. Compared to the conventional hydrothermal synthesis of zeolite beta, the reported nonionic emulsion system showed a faster ...

  13. Synthesis of intermetallic hydrides of Zr-Ni system in the burning regime

    Energy Technology Data Exchange (ETDEWEB)

    Akopyan, A.G.; Dolukhanyan, S.K.; Karapetyan, A.K.; Merzhanov, A.G.

    1983-06-01

    Conditions for production of intermetallides in the Zr-Ni system and their hydrides in the burning regime are studied. Burning regularities of Zr/sub 2/Ni and ZrNi intermetallides in hydrogen are studied, the burning mechanism is found. It is shown that burning proceeds at abnormally low temperatures. Optimum synthesis conditions for Zr/sub 2/NiH/sub 5/ and ZrNiH/sub 3/ hydrides are determined.

  14. Automated Synthesis of 68Ga-DOTA-TOC: Methodological Aspects and Suitable Technical Solutions for a Cationic Purification System.

    Science.gov (United States)

    Uccelli, Licia; Boschi, Alessandra; Cittanti, Corrado; Martini, Petra; Lodi, Luca; Zappaterra, Elisa; Romani, Simona; Zaccaria, Samanta; Cecconi, Davide; Rambaldi, Ilaria; Santi, Ivan; Panareo, Stefano; Giganti, Melchiore; Bartolomei, Mirco

    2018-05-08

    The PET Gallium-68 isotope has the advantage of being produced from a generator, so it is also available in nuclear medicine departments without a cyclotron. The preparation of Ga-68 DOTA-labelled compounds is actually performed by remotely controlled automated systems developed in order to assure production efficiency, reproducibility of the results, guarantee fast reaction time, to facilitate the synthesis and minimize the radiation exposure. Many automatic synthesis systems are available on the radiopharmaceutical market, and each of these requires the realization of some technical adaptations for routine use. We reported the Ga-68 DOTATOC production by automated cassette-based theranostic synthesizer system used in combination with a disposable GMP grade cassette system for cationic purification. The synthesizer is integrated with the 68Ge/68Ga generator systems and it allows to perform elution, eluate purification and radiolabeling in about 38 minutes. We have performed between January 2016 and January 2017 over 100 [68Ga]Ga-DOTA-TOC preparation and of these only three have failed. The average synthesis yield of radiopharmaceutical production was 54.4 ± 2.3 % and the average radiochemical purity was 96.94 ± 0.74 %. The methodology and the technical solutions adopted have allowed to obtain a high quality radiopharmaceutical product as required by the European Pharmacopoeia. Copyright© Bentham Science Publishers; For any queries, please email at epub@benthamscience.org.

  15. Long time storage containers for spent fuels and vitrified wastes: synthesis of the studies

    International Nuclear Information System (INIS)

    Beziat, A.

    2004-01-01

    This report presents a synthesis of the studies relatives to the containers devoted to the long time spent fuels storage and vitrified wastes packages. These studies were realized in the framework of the axis 3 of the law of 1991 on the radioactive wastes management. The first part is devoted to the presentation of the studies. The container sizing studies which constitute the first containment barrier are then presented. The material choice and the closed system are also detailed. The studies were validate by the realization of containers models and an associated demonstration program is proposed. A synthesis of the technical and economical studies allowed to determine the components and operation costs. (A.L.B.)

  16. RPython high-level synthesis

    Science.gov (United States)

    Cieszewski, Radoslaw; Linczuk, Maciej

    2016-09-01

    The development of FPGA technology and the increasing complexity of applications in recent decades have forced compilers to move to higher abstraction levels. Compilers interprets an algorithmic description of a desired behavior written in High-Level Languages (HLLs) and translate it to Hardware Description Languages (HDLs). This paper presents a RPython based High-Level synthesis (HLS) compiler. The compiler get the configuration parameters and map RPython program to VHDL. Then, VHDL code can be used to program FPGA chips. In comparison of other technologies usage, FPGAs have the potential to achieve far greater performance than software as a result of omitting the fetch-decode-execute operations of General Purpose Processors (GPUs), and introduce more parallel computation. This can be exploited by utilizing many resources at the same time. Creating parallel algorithms computed with FPGAs in pure HDL is difficult and time consuming. Implementation time can be greatly reduced with High-Level Synthesis compiler. This article describes design methodologies and tools, implementation and first results of created VHDL backend for RPython compiler.

  17. Recommendation System of Program Based on REST Style

    Directory of Open Access Journals (Sweden)

    Song Jin Bao

    2016-01-01

    Full Text Available With the popularity of digital TV, TV programs have been on the increase no matter in both the number and species, which brought many choice to the users. Although the digital TV has increased largely in the selectivity, it has become a fussy process that users search for programs which they are interested in. So there is need to have an efficient program recommendation system to solve the problem that is “information overload” for users. It can not only help users to get the program which they require, but also bring convenience to people’s life. The program recommendation system named MyView is planned and designed, aimed to providing an efficient information platform. The system also involves intelligent recommendation. The information guide will trigger the recommendation engine after users registering information, the engine will accord to the data in the guide information to make the personalized program recommendation. The system was deployed in the Tomcat and Apache integration servers on my localhost, so it also belongs to the Web application based on J2EE platform. AJAX is used that can achieve a good user experience to develop web presentation layer on MyView PC browser with flexible interface performance. The background of business services uses the hierarchical form. MyView System uses the CXF framework and Hibernate to equip controller and data persistence layer in the Spring container. The overall framework of the system uses the REST style, in order to extend the performance and function later. Background service layer with uniform interface, marked by the URI resource. At the same time, HTTP requestion is submitted by the AJAX to obtain services provided by resources. Finally, we can analyze and summary the features of MyView System.

  18. Pyrrhocoricin, a proline-rich antimicrobial peptide derived from insect, inhibits the translation process in the cell-free Escherichia coli protein synthesis system.

    Science.gov (United States)

    Taniguchi, Masayuki; Ochiai, Akihito; Kondo, Hiroshi; Fukuda, Shun; Ishiyama, Yohei; Saitoh, Eiichi; Kato, Tetsuo; Tanaka, Takaaki

    2016-05-01

    Previous studies have shown that pyrrhocoricin, a proline-rich antimicrobial peptide (PrAMP), killed sensitive species in a dose-dependent manner by specifically binding to DnaK. Here, on the basis of the finding that DnaK-deficient Escherichia coli strains are susceptible to PrAMPs, we used pyrrhocoricin to investigate internal targets other than DnaK. Using conventional antibiotics (bleomycin, streptomycin, and fosfomycin) that have known modes of action, first, we validated the availability of an assay using a cell-free rapid translation system (RTS), which is an in vitro protein synthesis system based on E. coli lysate, for evaluating inhibition of protein synthesis. We found that, similarly to bleomycin and streptomycin, pyrrhocoricin inhibited GFP synthesis in RTS in a concentration-dependent manner. In addition, blockage of transcription and translation steps in RTS was individually estimated using RT-PCR after gene expression to determine mRNA products and using sodium dodecyl sulfate-polyacrylamide gel electrophoresis to determine the amounts of GFP expressed from purified mRNA, respectively. The results demonstrated that this inhibition of GFP synthesis by pyrrhocoricin did not occur at the transcription step but rather at the translation step, in a manner similar to that of GFP synthesis by streptomycin, an inhibitor of the translation step by causing misreading of tRNA. These results suggest that RTS is a powerful assay system for determining if antimicrobial peptides inhibit protein synthesis and its transcription and/or translation steps. This is the first study to have shown that pyrrhocoricin inhibited protein synthesis by specifically repressing the translation step. Copyright © 2015 The Society for Biotechnology, Japan. Published by Elsevier B.V. All rights reserved.

  19. Integrating Robot Task Planning into Off-Line Programming Systems

    DEFF Research Database (Denmark)

    Sun, Hongyan; Kroszynski, Uri

    1988-01-01

    a system architecture for integrated robot task planning. It identifies and describes the components considered necessary for implementation. The focus is on functionality of these elements as well as on the information flow. A pilot implementation of such an integrated system architecture for a robot......The addition of robot task planning in off-line programming systems aims at improving the capability of current state-of-the-art commercially available off-line programming systems, by integrating modeling, task planning, programming and simulation together under one platform. This article proposes...... assembly task is discussed....

  20. Aldolase catalyzed L-phenylserine synthesis in a slug-flow microfluidic system - Performance and diastereoselectivity studies

    NARCIS (Netherlands)

    Čech, J.; Hessel, V.; Přibyl, M.

    2017-01-01

    We study synthesis of . L-phenylserine catalyzed by the enzyme . L-threonine aldolase in a slug-flow microfluidic system. Slug-flow arrangement allows for the continuous refilling of sparingly soluble substrate (benzaldehyde) into an aqueous reaction mixture. We identified suitable composition of an

  1. Accelerating spirocyclic polyketide synthesis using flow chemistry.

    Science.gov (United States)

    Newton, Sean; Carter, Catherine F; Pearson, Colin M; de C Alves, Leandro; Lange, Heiko; Thansandote, Praew; Ley, Steven V

    2014-05-05

    Over the past decade, the integration of synthetic chemistry with flow processing has resulted in a powerful platform for molecular assembly that is making an impact throughout the chemical community. Herein, we demonstrate the extension of these tools to encompass complex natural product synthesis. We have developed a number of novel flow-through processes for reactions commonly encountered in natural product synthesis programs to achieve the first total synthesis of spirodienal A and the preparation of spirangien A methyl ester. Highlights of the synthetic route include an iridium-catalyzed hydrogenation, iterative Roush crotylations, gold-catalyzed spiroketalization and a late-stage cis-selective reduction. © 2014 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  2. View Synthesis for Advanced 3D Video Systems

    Directory of Open Access Journals (Sweden)

    2009-02-01

    Full Text Available Interest in 3D video applications and systems is growing rapidly and technology is maturating. It is expected that multiview autostereoscopic displays will play an important role in home user environments, since they support multiuser 3D sensation and motion parallax impression. The tremendous data rate cannot be handled efficiently by representation and coding formats such as MVC or MPEG-C Part 3. Multiview video plus depth (MVD is a new format that efficiently supports such advanced 3DV systems, but this requires high-quality intermediate view synthesis. For this, a new approach is presented that separates unreliable image regions along depth discontinuities from reliable image regions, which are treated separately and fused to the final interpolated view. In contrast to previous layered approaches, our algorithm uses two boundary layers and one reliable layer, performs image-based 3D warping only, and was generically implemented, that is, does not necessarily rely on 3D graphics support. Furthermore, different hole-filling and filtering methods are added to provide high-quality intermediate views. As a result, high-quality intermediate views for an existing 9-view auto-stereoscopic display as well as other stereo- and multiscopic displays are presented, which prove the suitability of our approach for advanced 3DV systems.

  3. View Synthesis for Advanced 3D Video Systems

    Directory of Open Access Journals (Sweden)

    Müller Karsten

    2008-01-01

    Full Text Available Abstract Interest in 3D video applications and systems is growing rapidly and technology is maturating. It is expected that multiview autostereoscopic displays will play an important role in home user environments, since they support multiuser 3D sensation and motion parallax impression. The tremendous data rate cannot be handled efficiently by representation and coding formats such as MVC or MPEG-C Part 3. Multiview video plus depth (MVD is a new format that efficiently supports such advanced 3DV systems, but this requires high-quality intermediate view synthesis. For this, a new approach is presented that separates unreliable image regions along depth discontinuities from reliable image regions, which are treated separately and fused to the final interpolated view. In contrast to previous layered approaches, our algorithm uses two boundary layers and one reliable layer, performs image-based 3D warping only, and was generically implemented, that is, does not necessarily rely on 3D graphics support. Furthermore, different hole-filling and filtering methods are added to provide high-quality intermediate views. As a result, high-quality intermediate views for an existing 9-view auto-stereoscopic display as well as other stereo- and multiscopic displays are presented, which prove the suitability of our approach for advanced 3DV systems.

  4. Universities Earth System Scientists Program

    Science.gov (United States)

    Estes, John E.

    1995-01-01

    This document constitutes the final technical report for the National Aeronautics and Space Administration (NASA) Grant NAGW-3172. This grant was instituted to provide for the conduct of research under the Universities Space Research Association's (USRA's) Universities Earth System Scientist Program (UESSP) for the Office of Mission to Planet Earth (OMTPE) at NASA Headquarters. USRA was tasked with the following requirements in support of the Universities Earth System Scientists Programs: (1) Bring to OMTPE fundamental scientific and technical expertise not currently resident at NASA Headquarters covering the broad spectrum of Earth science disciplines; (2) Conduct basic research in order to help establish the state of the science and technological readiness, related to NASA issues and requirements, for the following, near-term, scientific uncertainties, and data/information needs in the areas of global climate change, clouds and radiative balance, sources and sinks of greenhouse gases and the processes that control them, solid earth, oceans, polar ice sheets, land-surface hydrology, ecological dynamics, biological diversity, and sustainable development; (3) Evaluate the scientific state-of-the-field in key selected areas and to assist in the definition of new research thrusts for missions, including those that would incorporate the long-term strategy of the U.S. Global Change Research Program (USGCRP). This will, in part, be accomplished by study and evaluation of the basic science needs of the community as they are used to drive the development and maintenance of a global-scale observing system, the focused research studies, and the implementation of an integrated program of modeling, prediction, and assessment; and (4) Produce specific recommendations and alternative strategies for OMTPE that can serve as a basis for interagency and national and international policy on issues related to Earth sciences.

  5. Ultrasound assisted combustion synthesis of TiC in Al-Ti-C system.

    Science.gov (United States)

    Liu, Zhiwei; Rakita, Milan; Xu, Wilson; Wang, Xiaoming; Han, Qingyou

    2015-11-01

    This research investigated the effects of high-intensity ultrasound on the combustion synthesis of TiC particles in Al-Ti-C system. The process involved that high-intensity ultrasound was applied on the surface of a compacted Al-Ti-C pellet directly through a Nb probe during the thermal explosion reaction. By comparing with the sample without ultrasonic treatment, it was found that the thermal explosion reaction for synthesizing TiC phase could take place thoroughly in the ultrasonically treated sample. During the process of synthesizing TiC phase, the dissolution of solid graphite particles into the Al-Ti melt, as well as the nucleation and growth of TiC particles could be promoted effectively due to the effects of ultrasound, leading to an enhancement of the formation of TiC particles. Ultrasound assisted combustion synthesis as a simple and effective approach was proposed for synthesizing materials in this research. Copyright © 2015 Elsevier B.V. All rights reserved.

  6. Characteristics quality system assurance of university programs

    Directory of Open Access Journals (Sweden)

    Lucian Ion Medar

    2011-03-01

    Full Text Available Quality assurance program of study requires time, dedication, effort, innovative thinking and creativity. Competitive research programs monitored by quality assurance system to create the desired results on the relationship between learning and teaching methods and assessment.

  7. [Collaborative program of research in engineering sciences]: Progress report, January 1, 1988--December 31, 1988

    International Nuclear Information System (INIS)

    1988-01-01

    Research programs in the following areas are briefly described: High Temperatures Gas-Particle Reactions, heat flow and mass transfer in plasma systems; Multivariable Control of Gas Metal Arc Welding; Metal Transfer in Gas Metal Arc Welding; In-Process Control of Residual Stresses and Distortion in Automatic Welding; Synthesis of Heat and Work Integration Systems for Chemical Process Plants; Parity Simulation of Dynamic Processes; Fracture Mechanics; Fracture in Pressure Vessels Alloys; and Stress and Fracture Analysis of Particles in Crushing Beds. Publications resulting from each program are listed

  8. NOVEL REACTOR FOR THE PRODUCTION OF SYNTHESIS GAS

    Energy Technology Data Exchange (ETDEWEB)

    Vasilis Papavassiliou; Leo Bonnell; Dion Vlachos

    2004-12-01

    Praxair investigated an advanced technology for producing synthesis gas from natural gas and oxygen This production process combined the use of a short-reaction time catalyst with Praxair's gas mixing technology to provide a novel reactor system. The program achieved all of the milestones contained in the development plan for Phase I. We were able to develop a reactor configuration that was able to operate at high pressures (up to 19atm). This new reactor technology was used as the basis for a new process for the conversion of natural gas to liquid products (Gas to Liquids or GTL). Economic analysis indicated that the new process could provide a 8-10% cost advantage over conventional technology. The economic prediction although favorable was not encouraging enough for a high risk program like this. Praxair decided to terminate development.

  9. Synthesis of analogues of Eunicea gamma-cembranolides containing cyclic ethers via saponification.

    Science.gov (United States)

    Rodríguez, A D; Piña, I C; Acosta, A L; Ramírez, C; Soto, J J

    2001-02-09

    A method for the synthesis of derivatives of the lead structures euniolide (1), 12,13-bisepieupalmerin (2), and eupalmerin acetate (3) containing tetrahydrofuran and tetrahydropyran ring systems was developed on the basis of alkali-induced intramolecular oxacyclizations. Representatives of the new analogues were submitted to the in vitro antitumor cell-line-screening program of the National Cancer Institute (NCI). While it was shown that a variety of structural modifications are possible, these transformations led typically to nontoxic synthetic cembranoids.

  10. Synthesis report regarding the Forest Industry Program 1997-2002[Energy research]; Skogsindustriell energiforskning syntesrapport 1997-2002

    Energy Technology Data Exchange (ETDEWEB)

    Kjoerk, Anders; Olle, Nystroem

    2003-07-01

    This synthesis report commissioned by the Thermal Engineering Research Institute (Varmeforsk) constitutes a summary of the Forest Industry Program up to and including turn of the year 2002/2003. According to the assignment the resulting reports of the program has specifically been related to the present and expected EU-directives and, as a base for interpretation, national rules and regulations of relevance to the programme. Also there is a discussion, from a broad perspective, of the value and usefulness of these reports as well as of how the resources should be spent and prioritised in a coming program. As a basis for the analysis a survey of the program directions and the aims descriptions for the periods 97-98, 99-00 and 01-02 has been carried out. Throughout the three periods there is a tendency going from specific areas of interest to a more general approach which in the last program period has resulted in program directions emphasizing utilization of energy, energy integration and coordination with industry and enterprises outside the forest industry where it applies. A survey of the relevant EU-directives has been carried out. A division was made between directives related to legislation overall, permits related to combustion, operation of combustion plants and landfilling of refuse. In total 26 reports have been summarized and evaluated. They include some, which, at the time of finishing the present report, had not yet been published. The overall result has been synthesized in a discussion covering contents, aims, fulfillment and value of the reports. The work have been structured and presented based on some main activity areas that have been possible to identify from the program directions and policy statements, they are: combustion efficiency, improved energy utilization and novel concepts. Some reports, which have not been possible to arrange under these headings and furthermore are difficult to associate with the main areas defined are covered under a

  11. Seca Coal-Based Systems Program

    Energy Technology Data Exchange (ETDEWEB)

    Matthew Alinger

    2008-05-31

    This report summarizes the progress made during the August 1, 2006 - May 31, 2008 award period under Cooperative Agreement DE-FC26-05NT42614 for the U. S. Department of Energy/National Energy Technology Laboratory (USDOE/NETL) entitled 'SECA Coal Based Systems'. The initial overall objective of this program was to design, develop, and demonstrate multi-MW integrated gasification fuel cell (IGFC) power plants with >50% overall efficiency from coal (HHV) to AC power. The focus of the program was to develop low-cost, high performance, modular solid oxide fuel cell (SOFC) technology to support coal gas IGFC power systems. After a detailed GE internal review of the SOFC technology, the program was de-scoped at GE's request. The primary objective of this program was then focused on developing a performance degradation mitigation path for high performing, cost-effective solid oxide fuel cells (SOFCs). There were two initial major objectives in this program. These were: (1) Develop and optimize a design of a >100 MWe integrated gasification fuel cell (IGFC) power plant; (2) Resolve identified barrier issues concerning the long-term economic performance of SOFC. The program focused on designing and cost estimating the IGFC system and resolving technical and economic barrier issues relating to SOFC. In doing so, manufacturing options for SOFC cells were evaluated, options for constructing stacks based upon various cell configurations identified, and key performance characteristics were identified. Key factors affecting SOFC performance degradation for cells in contact with metallic interconnects were be studied and a fundamental understanding of associated mechanisms was developed using a fixed materials set. Experiments and modeling were carried out to identify key processes/steps affecting cell performance degradation under SOFC operating conditions. Interfacial microstructural and elemental changes were characterized, and their relationships to observed

  12. Martin Marietta Energy Systems, Inc., Groundwater Program Management Plan

    International Nuclear Information System (INIS)

    Early, T.O.

    1994-05-01

    The purpose of the Martin Marietta Energy Systems, Inc., (Energy Systems) Groundwater Program Management Plan is to define the function, organizational structure (including associated matrix organizations), interfaces, roles and responsibilities, authority, and relationship to the Department of Energy for the Energy Systems Groundwater Program Office (GWPO). GWPO is charged with the responsibility of coordinating all components of the groundwater program for Energy Systems. This mandate includes activities at the three Oak Ridge facilities [Oak Ridge National Laboratory, the Oak Ridge Y-12 Plant, and the Oak Ridge K-25 Site], as well as the Paducah and Portsmouth Gaseous Diffusion Plants

  13. Martin Marietta Energy Systems, Inc., Groundwater Program Management Plan

    Energy Technology Data Exchange (ETDEWEB)

    Early, T.O.

    1994-05-01

    The purpose of the Martin Marietta Energy Systems, Inc., (Energy Systems) Groundwater Program Management Plan is to define the function, organizational structure (including associated matrix organizations), interfaces, roles and responsibilities, authority, and relationship to the Department of Energy for the Energy Systems Groundwater Program Office (GWPO). GWPO is charged with the responsibility of coordinating all components of the groundwater program for Energy Systems. This mandate includes activities at the three Oak Ridge facilities [Oak Ridge National Laboratory, the Oak Ridge Y-12 Plant, and the Oak Ridge K-25 Site], as well as the Paducah and Portsmouth Gaseous Diffusion Plants.

  14. Program prioritization system user requirements document for Gas Cooled Reactor Associates

    International Nuclear Information System (INIS)

    1981-01-01

    Efficient management of the national HTGR program requires the establishment of an information system that will facilitate a more rational allocation of resources and task prioritization consistent with program policies. The system described in this document provides a data analysis mechanism for processing top level summary status and planning information in a rapid, timely and selective manner. Data produced by the system can be used by management to provide a rational basis for prioritizing tasks, evaluating program changes and program planning regarding costs, schedules and overall program development logic. The purpose of this document is to delineate the program prioritization system (PPS) requirements for use as a guide to acquiring and implementing the system

  15. Program computes single-point failures in critical system designs

    Science.gov (United States)

    Brown, W. R.

    1967-01-01

    Computer program analyzes the designs of critical systems that will either prove the design is free of single-point failures or detect each member of the population of single-point failures inherent in a system design. This program should find application in the checkout of redundant circuits and digital systems.

  16. Appendix N. Implementation of the RUPS System in a Total School District.

    Science.gov (United States)

    Jung, Charles; And Others

    The implementation in a school district of the Research Utilization and Problem Solving (RUPS) System is demonstrated. RUPS is an instructional system for an inservice program designed to provide the needed competencies for an entire staff to engage in systems analysis and systems synthesis procedures prior to assessing educational needs and…

  17. Synthesis of evidence of diagnostic tests and preventive programs identifying pre-diabetes type

    Directory of Open Access Journals (Sweden)

    Dagmar Tučková

    2015-09-01

    Full Text Available Introduction: Type 2 diabetes mellitus (T2D has become the main type of diabetes in children and it is expected that in countries with high income diabetes it is projected to be one of the leading causes of death by 2030. Another fact is that programs and tests diagnosing pre-diabetes type 2 (T2P-DMC are missing. Methods: The aim of the paper is to present the steps for the synthesis of the evidence within the brand new type of the systematic review (SR: SR of diagnostic test accuracy (DTA. Using the acronym PIRD it was developed a review question, search strategy and inclusion and exclusion criteria. Results: The initial search was done in two databases (MedLine and Cinahl with 2 025 results. The second search after the improvement of the sensitivity and the specificity was done in 15 databases with 3 681 results. Conclusion: This methodological paper introduces how to conduct the systematic review protocols of diagnostic test accuracy on the example of T2P-DMC.

  18. HAPS, a Handy Analog Programming System

    DEFF Research Database (Denmark)

    Højberg, Kristian Søe

    1975-01-01

    HAPS (Hybrid Analog Programming System) is an analog compiler that can be run on a minicomputer in an interactive mode. Essentially HAPS is written in FORTRAN. The equations to be programmed for an ana log computer are read in by using a FORTRAN-like notation. The input must contain maximum...... and emphasizes the limitations HAPS puts on equation structure, types of computing circuit, scaling, and static testing....

  19. Expression, stabilization and purification of membrane proteins via diverse protein synthesis systems and detergents involving cell-free associated with self-assembly peptide surfactants.

    Science.gov (United States)

    Zheng, Xuan; Dong, Shuangshuang; Zheng, Jie; Li, Duanhua; Li, Feng; Luo, Zhongli

    2014-01-01

    G-protein coupled receptors (GPCRs) are involved in regulating most of physiological actions and metabolism in the bodies, which have become most frequently addressed therapeutic targets for various disorders and diseases. Purified GPCR-based drug discoveries have become routine that approaches to structural study, novel biophysical and biochemical function analyses. However, several bottlenecks that GPCR-directed drugs need to conquer the problems including overexpression, solubilization, and purification as well as stabilization. The breakthroughs are to obtain efficient protein yield and stabilize their functional conformation which are both urgently requiring of effective protein synthesis system methods and optimal surfactants. Cell-free protein synthesis system is superior to the high yields and post-translation modifications, and early signs of self-assembly peptide detergents also emerged to superiority in purification of membrane proteins. We herein focus several predominant protein synthesis systems and surfactants involving the novel peptide detergents, and uncover the advantages of cell-free protein synthesis system with self-assembling peptide detergents in purification of functional GPCRs. This review is useful to further study in membrane proteins as well as the new drug exploration. Copyright © 2014 Elsevier Inc. All rights reserved.

  20. Logic of non-interacting programs and reactive systems

    OpenAIRE

    Shelekhov, Vladimir; Tumurov, Erdem

    2012-01-01

    The notion of a program logic is introduced to denote a set of predicates which are true in different program points. The program logic can be easily constructed for different kinds of statements of an imperative or a functional language with data types except pointers. For a non-interacting program, a total correctness formula based on the program logic is defined. The rules of program correctness proof have been developed for proving the statements of various kinds. For a reactive system, t...

  1. Modification of reference temperature program in reactor regulating system

    Energy Technology Data Exchange (ETDEWEB)

    Yu, Sung Sik; Lee, Byung Jin; Kim, Se Chang; Cheong, Jong Sik [Korea Power Engineering Company, Inc., Seoul (Korea, Republic of); Kim, Ji In; Doo, Jin Yong [Korea Electric Power Cooperation, Yonggwang (Korea, Republic of)

    1999-12-31

    In Yonggwang nuclear units 3 and 4 currently under commercial operation, the cold temperature was very close to the technical specification limit of 298 deg C during initial startup testing, which was caused by the higher-than-expected reactor coolant system flow. Accordingly, the reference temperature (Tref) program needed to be revised to allow more flexibility for plant operations. In this study, the method of a specific test performed at Yonggwang nuclear unit 4 to revise the Tref program was described and the test results were discussed. In addition, the modified Tref program was evaluated on its potential impacts on system performance and safety. The methods of changing the Tref program and the associated pressurizer level setpoint program were also explained. Finally, for Ulchin nuclear unit 3 and 4 currently under initial startup testing, the effects of reactor coolant system flow rate on the coolant temperature were evaluated from the thermal hydraulic standpoint and an optimum Tref program was recommended. 6 refs., 4 figs., 2 tabs. (Author)

  2. Modification of reference temperature program in reactor regulating system

    Energy Technology Data Exchange (ETDEWEB)

    Yu, Sung Sik; Lee, Byung Jin; Kim, Se Chang; Cheong, Jong Sik [Korea Power Engineering Company, Inc., Seoul (Korea, Republic of); Kim, Ji In; Doo, Jin Yong [Korea Electric Power Cooperation, Yonggwang (Korea, Republic of)

    1998-12-31

    In Yonggwang nuclear units 3 and 4 currently under commercial operation, the cold temperature was very close to the technical specification limit of 298 deg C during initial startup testing, which was caused by the higher-than-expected reactor coolant system flow. Accordingly, the reference temperature (Tref) program needed to be revised to allow more flexibility for plant operations. In this study, the method of a specific test performed at Yonggwang nuclear unit 4 to revise the Tref program was described and the test results were discussed. In addition, the modified Tref program was evaluated on its potential impacts on system performance and safety. The methods of changing the Tref program and the associated pressurizer level setpoint program were also explained. Finally, for Ulchin nuclear unit 3 and 4 currently under initial startup testing, the effects of reactor coolant system flow rate on the coolant temperature were evaluated from the thermal hydraulic standpoint and an optimum Tref program was recommended. 6 refs., 4 figs., 2 tabs. (Author)

  3. Small Water System Management Program: 100 K Area

    International Nuclear Information System (INIS)

    Hunacek, G.S. Jr.

    1995-01-01

    Purposes of this document are: to provide an overview of the service and potable water system presently in service at the Hanford Site's 100 K Area; to provide future system forecasts based on anticipated DOE activities and programs; to delineate performance, design, and operations criteria; and to describe planned improvements. The objective of the small water system management program is to assure the water system is properly and reliably managed and operated, and continues to exist as a functional and viable entity in accordance with WAC 246-290-410

  4. VHDL for logic synthesis

    CERN Document Server

    Rushton, Andrew

    2011-01-01

    Many engineers encountering VHDL (very high speed integrated circuits hardware description language) for the first time can feel overwhelmed by it. This book bridges the gap between the VHDL language and the hardware that results from logic synthesis with clear organisation, progressing from the basics of combinational logic, types, and operators; through special structures such as tristate buses, register banks and memories, to advanced themes such as developing your own packages, writing test benches and using the full range of synthesis types. This third edition has been substantially rewritten to include the new VHDL-2008 features that enable synthesis of fixed-point and floating-point hardware. Extensively updated throughout to reflect modern logic synthesis usage, it also contains a complete case study to demonstrate the updated features. Features to this edition include: * a common VHDL subset which will work across a range of different synthesis systems, targeting a very wide range of technologies...

  5. Energy storage systems program report for FY1996

    Energy Technology Data Exchange (ETDEWEB)

    Butler, P.C.

    1997-05-01

    Sandia National Laboratories, New Mexico, conducts the Energy Storage Systems Program, which is sponsored by the US Department of Energy`s Office of Utility Technologies. The goal of this program is to assist industry in developing cost-effective energy storage systems as a resource option by 2000. Sandia is responsible for the engineering analyses, contracted development, and testing of energy storage systems for stationary applications. This report details the technical achievements realized during fiscal year 1996.

  6. GITTAM program for numerical simulation of one-dimensional targets TIS. Part 3

    International Nuclear Information System (INIS)

    Basko, M.M.; Sokolovskij, M.V.

    1989-01-01

    Results of testing calculations according to GITTAM program, developed for numeric simulation of one-dimensional thermonuclear targets of heavy-ion synthesis are presented. Finite-difference method for solving a system of one-dimensional hydrodynamics equations with heat conductivity, radiation diffusion and thermonuclear combustion is used in the GITTAM program. In the tests presented, based on simple automodel solutions, adiabatic motion as well as distribution of shock, thermal and radial waves in gas with simple polytron state equation is investigated. 3 refs.; 6 figs

  7. Benzoylurea Chitin Synthesis Inhibitors.

    Science.gov (United States)

    Sun, Ranfeng; Liu, Chunjuan; Zhang, Hao; Wang, Qingmin

    2015-08-12

    Benzoylurea chitin synthesis inhibitors are widely used in integrated pest management (IPM) and insecticide resistance management (IRM) programs due to their low toxicity to mammals and predatory insects. In the past decades, a large number of benzoylurea derivatives have been synthesized, and 15 benzoylurea chitin synthesis inhibitors have been commercialized. This review focuses on the history of commercial benzolyphenylureas (BPUs), synthetic methods, structure-activity relationships (SAR), action mechanism research, environmental behaviors, and ecotoxicology. Furthermore, their disadvantages of high risk to aquatic invertebrates and crustaceans are pointed out. Finally, we propose that the para-substituents at anilide of benzoylphenylureas should be the functional groups, and bipartite model BPU analogues are discussed in an attempt to provide new insight for future development of BPUs.

  8. Factorization and the synthesis of optimal feedback gains for distributed parameter systems

    Science.gov (United States)

    Milman, Mark H.; Scheid, Robert E.

    1990-01-01

    An approach based on Volterra factorization leads to a new methodology for the analysis and synthesis of the optimal feedback gain in the finite-time linear quadratic control problem for distributed parameter systems. The approach circumvents the need for solving and analyzing Riccati equations and provides a more transparent connection between the system dynamics and the optimal gain. The general results are further extended and specialized for the case where the underlying state is characterized by autonomous differential-delay dynamics. Numerical examples are given to illustrate the second-order convergence rate that is derived for an approximation scheme for the optimal feedback gain in the differential-delay problem.

  9. Synthesis of analytical and experimental data, capacity evaluation

    International Nuclear Information System (INIS)

    Lin Chiwenn

    2001-01-01

    This part of the presentation deals with the synthesis of analytical and experimental data and capacity evaluation. First, a typical test flow diagram will be discussed to identify key aspects of the test program where analysis is to be performed. Next, actual component test and analysis programs will be presented to illustrate some important parameters to be considered in the modelling process. Then, two combined test and analysis projects will be reviewed to demonstrate the potential use of substructuring in the model testing to reduce the size of the model to be tested. This will be followed by an inelastic response spectral reactor coolant loop analysis, which was used to study a high level seismic test conducted for a PWR reactor coolant system. The potential use of an improved impact calculation method will be discussed after that. As a closure to the test and analysis synthesis process, a reactor internal qualification process will be discussed. Finally, capacity evaluation will be discussed, following the requirements of ASME section III code for class 1 pressure vessel, class 1 piping which includes the reactor coolant loop piping, and the reactor internals. The subsections included in this part of presentation which cover the above mentioned subjects: typical component test and analysis results; combined test and analysis process; a simplified inelastic response spectral; analysis of reactor coolant loop; an improved impact analysis methodology; reactor coolant system and core internal qualification process; ASME section III code, design by analysis of class 1 pressure vessel; design by analysis of class 1 piping; SME section III code, design by analysis of reactor core internals

  10. Bi-Level Integrated System Synthesis (BLISS) for Concurrent and Distributed Processing

    Science.gov (United States)

    Sobieszczanski-Sobieski, Jaroslaw; Altus, Troy D.; Phillips, Matthew; Sandusky, Robert

    2002-01-01

    The paper introduces a new version of the Bi-Level Integrated System Synthesis (BLISS) methods intended for optimization of engineering systems conducted by distributed specialty groups working concurrently and using a multiprocessor computing environment. The method decomposes the overall optimization task into subtasks associated with disciplines or subsystems where the local design variables are numerous and a single, system-level optimization whose design variables are relatively few. The subtasks are fully autonomous as to their inner operations and decision making. Their purpose is to eliminate the local design variables and generate a wide spectrum of feasible designs whose behavior is represented by Response Surfaces to be accessed by a system-level optimization. It is shown that, if the problem is convex, the solution of the decomposed problem is the same as that obtained without decomposition. A simplified example of an aircraft design shows the method working as intended. The paper includes a discussion of the method merits and demerits and recommendations for further research.

  11. Programming of Canberra Industries 8100/Quanta System

    International Nuclear Information System (INIS)

    Yoshida, Hiroshi; Kubo, Katsumi

    1980-03-01

    In this report are described usage of an interactive programming language ''CLASS'' (Canberra Laboratory Automation Software System) which is a feature the software for Canberra Industries 8100/Quanta System consisting of a Canberra Industries 8100 multichannel analyzer (MCA) and a PDP-11/05 mini-computer, and the programs with CLASS developed to process and analyze the data of gamma spectra obtained with semiconductor detectors. The programs are (1) to compute the coefficients in the formulae that relate the channel numbers of gamma-ray photopeaks obtained from MCA and the energy values; (2) to subtract the background component from the total count of a photopeak obtained from MCA, and (3) to calculate the lapse of time in days or years following the preparation of a radiation source. (author)

  12. An amino acid depleted cell-free protein synthesis system for the incorporation of non-canonical amino acid analogs into proteins.

    Science.gov (United States)

    Singh-Blom, Amrita; Hughes, Randall A; Ellington, Andrew D

    2014-05-20

    Residue-specific incorporation of non-canonical amino acids into proteins is usually performed in vivo using amino acid auxotrophic strains and replacing the natural amino acid with an unnatural amino acid analog. Herein, we present an efficient amino acid depleted cell-free protein synthesis system that can be used to study residue-specific replacement of a natural amino acid by an unnatural amino acid analog. This system combines a simple methodology and high protein expression titers with a high-efficiency analog substitution into a target protein. To demonstrate the productivity and efficacy of a cell-free synthesis system for residue-specific incorporation of unnatural amino acids in vitro, we use this system to show that 5-fluorotryptophan and 6-fluorotryptophan substituted streptavidin retain the ability to bind biotin despite protein-wide replacement of a natural amino acid for the amino acid analog. We envisage this amino acid depleted cell-free synthesis system being an economical and convenient format for the high-throughput screening of a myriad of amino acid analogs with a variety of protein targets for the study and functional characterization of proteins substituted with unnatural amino acids when compared to the currently employed in vivo methodologies. Copyright © 2014 Elsevier B.V. All rights reserved.

  13. Systems engineering implementation plan for the liquid effluents services program

    International Nuclear Information System (INIS)

    Lowe, S.S.

    1995-01-01

    A graded approach is being taken by the Liquid Effluents Services Program in implementing systems engineering because of the advanced state of the program. The approach is cost-effective and takes credit for related work already completed, yet retains the benefits of systems engineering. This plan describes how the Liquid Effluents Services Program will implement systems engineering so there is a common understanding. Systems engineering work to be performed and the products of that work are identified. The relation to the current planning process and integration with the sitewide systems engineering effort is described

  14. Energy Storage Systems Program Report for FY98

    Energy Technology Data Exchange (ETDEWEB)

    Butler, P.C.

    1999-04-01

    Sandia National Laboratories, New Mexico, conducts the Energy Storage Systems Program, which is sponsored by the U.S. Department of Energy's Office of Power Technologies. The goal of this program is to collaborate with industry in developing cost-effective electric energy storage systems for many high-value stationary applications. Sandia National Laboratories is responsible for the engineering analyses, contracted development and testing of energy storage components and systems. This report details the technical achievements realized during fiscal year 1998.

  15. Energy storage systems program report for FY97

    Energy Technology Data Exchange (ETDEWEB)

    Butler, P.C.

    1998-08-01

    Sandia National Laboratories, New Mexico, conducts the Energy Storage Systems Program, which is sponsored by the US Department of Energy`s Office of Utility Technologies. The goal of this program is to collaborate with industry in developing cost-effective electric energy storage systems for many high-value stationary applications. Sandia National Laboratories is responsible for the engineering analyses, contracted development, and testing of energy storage components and systems. This report details the technical achievements realized during fiscal year 1997. 46 figs., 20 tabs.

  16. Energy Storage Systems Program Report for FY99

    Energy Technology Data Exchange (ETDEWEB)

    BOYES,JOHN D.

    2000-06-01

    Sandia National Laboratories, New Mexico, conducts the Energy Storage Systems Program, which is sponsored by the US Department of Energy's Office of Power Technologies. The goal of this program is to develop cost-effective electric energy storage systems for many high-value stationary applications in collaboration with academia and industry. Sandia National Laboratories is responsible for the engineering analyses, contracted development, and testing of energy storage components and systems. This report details the technical achievements realized during fiscal year 1999.

  17. Advanced Transport Operating Systems Program

    Science.gov (United States)

    White, John J.

    1990-01-01

    NASA-Langley's Advanced Transport Operating Systems Program employs a heavily instrumented, B 737-100 as its Transport Systems Research Vehicle (TRSV). The TRSV has been used during the demonstration trials of the Time Reference Scanning Beam Microwave Landing System (TRSB MLS), the '4D flight-management' concept, ATC data links, and airborne windshear sensors. The credibility obtainable from successful flight test experiments is often a critical factor in the granting of substantial commitments for commercial implementation by the FAA and industry. In the case of the TRSB MLS, flight test demonstrations were decisive to its selection as the standard landing system by the ICAO.

  18. Sandia National Laboratories, California Environmental Management System Program Manual.

    Energy Technology Data Exchange (ETDEWEB)

    2009-04-01

    The Sandia National Laboratories, California (SNL/CA) Environmental Management System (EMS) Program Manual documents the elements of the site EMS Program. The SNL/CA EMS Program conforms to the International Standard on Environmental Management Systems, ISO 14001:2004 and Department of Energy (DOE) Order 450.1. Sandia National Laboratories, California (SNL/CA) has maintained functional environmental programs to assist with regulatory compliance for more than 30 years. During 2005, these existing programs were rolled into a formal environmental management system (EMS) that expands beyond the traditional compliance focus to managing and improving environmental performance and stewardship practices for all site activities. An EMS is a set of inter-related elements that represent a continuing cycle of planning, implementing, evaluating, and improving processes and actions undertaken to achieve environmental policy and goals. The SNL/CA EMS Program conforms to the International Standard for Environmental Management Systems, ISO 14001:2004 (ISO 2004). The site received ISO 14001 certification in September 2006. SNL/CA's EMS Program is applicable to the Sandia, Livermore site only. Although SNL/CA operates as one organizational division of the overall Sandia National Laboratories, the EMS Program is site-specific, with site-specific objectives and targets. SNL/CA (Division 8000) benefits from the organizational structure as it provides corporate level policies, procedures, and standards, and established processes that connect to and support elements of the SNL/CA EMS Program. Additionally, SNL/CA's EMS Program benefits from two corporate functional programs (Facilities Energy Management and Fleet Services Environmental programs) that maintain responsibility for energy management and fleet services for all Sandia locations. Each EMS element is further enhanced with site-specific processes and standards. Division 8000 has several groups operating at Sandia

  19. Sandia National Laboratories, California Environmental Management System program manual.

    Energy Technology Data Exchange (ETDEWEB)

    Larsen, Barbara L.

    2012-03-01

    The Sandia National Laboratories, California (SNL/CA) Environmental Management System (EMS) Program Manual documents the elements of the site EMS Program. The SNL/CA EMS Program conforms to the International Standard on Environmental Management Systems, ISO 14001:2004and Department of Energy (DOE) Order 436.1. Sandia National Laboratories, California (SNL/CA) has maintained functional environmental programs to assist with regulatory compliance for more than 30 years. During 2005, these existing programs were rolled into a formal environmental management system (EMS) that expands beyond the traditional compliance focus to managing and improving environmental performance and stewardship practices for all site activities. An EMS is a set of inter-related elements that represent a continuing cycle of planning, implementing, evaluating, and improving processes and actions undertaken to achieve environmental policy and goals. The SNL/CA EMS Program conforms to the International Standard for Environmental Management Systems, ISO 14001:2004 (ISO 2004). The site first received ISO 14001 certification in September 2006 and recertification in 2009. SNL/CA's EMS Program is applicable to the Sandia, Livermore site only. Although SNL/CA operates as one organizational division of the overall Sandia National Laboratories, the EMS Program is site-specific, with site-specific objectives and targets. SNL/CA (Division 8000) benefits from the organizational structure as it provides corporate level policies, procedures, and standards, and established processes that connect to and support elements of the SNL/CA EMS Program. Additionally, SNL/CA's EMS Program benefits from two corporate functional programs (Facilities Energy and Water Resource Management and Fleet Services programs) that maintain responsibility for energy management and fleet services for all Sandia locations. Each EMS element is further enhanced with site-specific processes and standards. Division 8000 has

  20. Sandia National Laboratories, California Environmental Management System Program Manual.

    Energy Technology Data Exchange (ETDEWEB)

    Larsen, Barbara L.

    2011-04-01

    The Sandia National Laboratories, California (SNL/CA) Environmental Management System (EMS) Program Manual documents the elements of the site EMS Program. The SNL/CA EMS Program conforms to the International Standard on Environmental Management Systems, ISO 14001:2004and Department of Energy (DOE) Order 450.1. Sandia National Laboratories, California (SNL/CA) has maintained functional environmental programs to assist with regulatory compliance for more than 30 years. During 2005, these existing programs were rolled into a formal environmental management system (EMS) that expands beyond the traditional compliance focus to managing and improving environmental performance and stewardship practices for all site activities. An EMS is a set of inter-related elements that represent a continuing cycle of planning, implementing, evaluating, and improving processes and actions undertaken to achieve environmental policy and goals. The SNL/CA EMS Program conforms to the International Standard for Environmental Management Systems, ISO 14001:2004 (ISO 2004). The site received ISO 14001 certification in September 2006. SNL/CA's EMS Program is applicable to the Sandia, Livermore site only. Although SNL/CA operates as one organizational division of the overall Sandia National Laboratories, the EMS Program is site-specific, with site-specific objectives and targets. SNL/CA (Division 8000) benefits from the organizational structure as it provides corporate level policies, procedures, and standards, and established processes that connect to and support elements of the SNL/CA EMS Program. Additionally, SNL/CA's EMS Program benefits from two corporate functional programs (Facilities Energy Management and Fleet Services programs) that maintain responsibility for energy management and fleet services for all Sandia locations. Each EMS element is further enhanced with site-specific processes and standards. Division 8000 has several groups operating at Sandia National Laboratories

  1. Program Management Officer | IDRC - International Development ...

    International Development Research Centre (IDRC) Digital Library (Canada)

    English · Français ... Reviews project and program material and prepares synthesis documents of results, decisions, and directions for team discussion; Researches specific topics of interest to the program to enrich the knowledge of team ...

  2. Sustainable and Continuous Synthesis of Enantiopure l-Amino Acids by Using a Versatile Immobilised Multienzyme System.

    Science.gov (United States)

    Velasco-Lozano, Susana; da Silva, Eunice S; Llop, Jordi; López-Gallego, Fernando

    2018-02-16

    The enzymatic synthesis of α-amino acids is a sustainable and efficient alternative to chemical processes, through which achieving enantiopure products is difficult. To more address this synthesis efficiently, a hierarchical architecture that irreversibly co-immobilises an amino acid dehydrogenase with polyethyleneimine on porous agarose beads has been designed and fabricated. The cationic polymer acts as an irreversible anchoring layer for the formate dehydrogenase. In this architecture, the two enzymes and polymer colocalise across the whole microstructure of the porous carrier. This multifunctional heterogeneous biocatalyst was kinetically characterised and applied to the enantioselective synthesis of a variety of canonical and noncanonical α-amino acids in both discontinuous (batch) and continuous modes. The co-immobilised bienzymatic system conserves more than 50 % of its initial effectiveness after five batch cycles and 8 days of continuous operation. Additionally, the environmental impact of this process has been semiquantitatively calculated and compared with the state of the art. © 2018 Wiley-VCH Verlag GmbH & Co. KGaA, Weinheim.

  3. Development of programming techniques for behaviors of nuclear robot in real environment

    International Nuclear Information System (INIS)

    Tsukune, Hideo; Ogasawara, Tsukasa; Hirukawa, Hirohisa; Kitagaki, Kosei; Onda, Hiromu; Nakamura, Akira

    1999-01-01

    This study aims at establishment of synthetic autonomous technique on nuclear robot for a basic technique to realize remote control and automation of works in a nuclear plant by means of development on action programming function under actual environment. Before 1997 fiscal year, development of manipulation description system due to contact state transition series, development of mechanical assembly work instruction system using contact actuating system, development of new manipulator system with excellent controllability, development of quasi contact point monitoring method, and development of environmental model construction method using range finder and instruction tree, had been conducted. In 1997 fiscal year, probability of nuclear robot, on synthetic autonomous technique was shown by synthesis of many results on action programming planning function into a prototype system under an actual environment obtained by those developments. (G.K.)

  4. 25 CFR 170.502 - Are management systems required for the IRR Program?

    Science.gov (United States)

    2010-04-01

    ... the following systems for the IRR Program: (1) Pavement management; (2) Safety management; (3) Bridge... 25 Indians 1 2010-04-01 2010-04-01 false Are management systems required for the IRR Program? 170... Program Reviews and Management Systems § 170.502 Are management systems required for the IRR Program? (a...

  5. Cell-Free Protein Synthesis Enhancement from Real-Time NMR Metabolite Kinetics: Redirecting Energy Fluxes in Hybrid RRL Systems.

    Science.gov (United States)

    Panthu, Baptiste; Ohlmann, Théophile; Perrier, Johan; Schlattner, Uwe; Jalinot, Pierre; Elena-Herrmann, Bénédicte; Rautureau, Gilles J P

    2018-01-19

    A counterintuitive cell-free protein synthesis (CFPS) strategy, based on reducing the ribosomal fraction in rabbit reticulocyte lysate (RRL), triggers the development of hybrid systems composed of RRL ribosome-free supernatant complemented with ribosomes from different mammalian cell-types. Hybrid RRL systems maintain translational properties of the original ribosome cell types, and deliver protein expression levels similar to RRL. Here, we show that persistent ribosome-associated metabolic activity consuming ATP is a major obstacle for maximal protein yield. We provide a detailed picture of hybrid CFPS systems energetic metabolism based on real-time nuclear magnetic resonance (NMR) investigation of metabolites kinetics. We demonstrate that protein synthesis capacity has an upper limit at native ribosome concentration and that lower amounts of the ribosomal fraction optimize energy fluxes toward protein translation, consequently increasing CFPS yield. These results provide a rationalized strategy for further mammalian CFPS developments and reveal the potential of real-time NMR metabolism phenotyping for optimization of cell-free protein expression systems.

  6. The protection system to Brazilian Nuclear Program

    International Nuclear Information System (INIS)

    Andreuzza, Mario Giussepp Santezzi Bertottelli

    1997-01-01

    The Sistema de Protecao ao Programa Nuclear Brasileiro-SIPRON (Protection System to Brazilian Nuclear Program) was established in 1980. It is intended to accomplish in only one system, all the actions related to security and protection for Nuclear Facilities in Brazil. The author presents in detail the protection system SIPRON, describing the system structure and organization, the functions and obligations of the system involved main organizations, as well as, the system operation and behaviour during an postulated occurrence of a nuclear emergency. It is also described an Exercise that happened in June of 1997 at the Nuclear Power Plant (NPP) Angra I, after two simulated tests in December of 1996 and April of 1997. The NPP Angra I Emergency Plan Exercise was a good opportunity to test the SIPRON structure and preparedness program. It was verified, included by International Atomic Energy Agency observers, the system involved organizations effectiveness and the procedures efficacy to protect the public and the environmental. Finally, it is shown the SIPRON activities of routine, the system obstacles and the expected future performances. (author)

  7. Weapon System Requirements: Detailed Systems Engineering Prior to Product Development Positions Programs for Success

    Science.gov (United States)

    2016-11-01

    modified, replaced, or sustained by consumers or different manufacturers in addition to the manufacturer that developed the system. It also allows...WEAPON SYSTEM REQUIREMENTS Detailed Systems Engineering Prior to Product Development Positions Programs for Success...Engineering Prior to Product Development Positions Programs for Success Why GAO Did This Study Cost and schedule growth in DOD major defense

  8. Audit of the Reporting Requirements for Major Automated Information System Programs

    National Research Council Canada - National Science Library

    2000-01-01

    .... There are 71 Major Automated Information System programs with total program costs of $26 billion. To qualify as a Major Automated Information System, the program must meet the following critena...

  9. Fission product release under severe accidental conditions: general presentation of the program and synthesis of VERCORS 1-6 results

    International Nuclear Information System (INIS)

    Ducros, G.; Malgouyres, P.P.; Kissane, M.; Boulaud, D.; Durin, M.

    2001-01-01

    The French Nuclear Protection and Safety Institute (IPSN) launched the HEVA-VERCORS program in 1983, in collaboration with Electricite de France (EDF). This program is devoted to the source term of fission products (FP) released from PWR fuel samples during a sequence representative of a severe accident. The analytical experiments are conducted in a shielded hot cell of the LAMA facility of the Grenoble center of CEA (Commissariat a l'Energie Atomique); as simplified tests addressing a limited number of phenomena, they give results complementary to those of the more global in-pile PHEBUS experiments. Six VERCORS tests have been conducted from 1989-1994 with higher fuel temperatures (up to 2600 K) compared with the earlier HEVA tests in order, in particular, to quantify better the release of lower volatile FPs. This paper gives an overview of the experimental facility, a synthesis of FP release from these tests and exhibits, as an example, some specific results of the VERCORS 6 test, performed with high burn-up fuel (60 GWd tU -1 ). The on-going VERCORS HT-RT program, designed to reach fuel liquefaction temperatures, is described before conclusions are drawn

  10. Decontamination Systems Information and Research Program

    International Nuclear Information System (INIS)

    Berg, M.; Sack, W.A.; Gabr, M.

    1994-01-01

    The Decontamination Systems Information and Research Program at West Virginia University consists of research and development associated with hazardous waste remediation problems at the Department of Energy complex and elsewhere. This program seeks to facilitate expedited development and implementation of solutions to the nation's hazardous waste clean-up efforts. By a unique combination of university research and private technology development efforts, new paths toward implementing technology and speeding clean-ups are achievable. Mechanisms include aggressive industrial tie-ins to academic development programs, expedited support of small business technology development efforts, enhanced linkages to existing DOE programs, and facilitated access to hazardous waste sites. The program topically falls into an information component, which includes knowledge acquisition, technology evaluation and outreach activities and an R and D component, which develops and implements new and improved technologies. Projects began in February 1993 due to initiation of a Cooperative Agreement between West Virginia University and the Department of Energy

  11. Computer software program for monitoring the availability of systems and components of electric power generating systems

    International Nuclear Information System (INIS)

    Petersen, T.A.; Hilsmeier, T.A.; Kapinus, D.M.

    1994-01-01

    As availabilities of electric power generating stations systems and components become more and more important from a financial, personnel safety, and regulatory requirements standpoint, it is evident that a comprehensive, yet simple and user-friendly program for system and component tracking and monitoring is needed to assist in effectively managing the large volume of systems and components with their large numbers of associated maintenance/availability records. A user-friendly computer software program for system and component availability monitoring has been developed that calculates, displays and monitors selected component and system availabilities. This is a Windows trademark based (Graphical User Interface) program that utilizes a system flow diagram for the data input screen which also provides a visual representation of availability values and limits for the individual components and associated systems. This program can be customized to the user's plant-specific system and component selections and configurations. As will be discussed herein, this software program is well suited for availability monitoring and ultimately providing valuable information for improving plant performance and reducing operating costs

  12. Development of a safety and regulation systems simulation program II

    International Nuclear Information System (INIS)

    1985-05-01

    This report describes the development of a safety and regulation systems simulation program under contract to the Atomic Energy Control Board of Canada. A systems logic interaction simulation (SLISIM) program was developed for the AECB's HP-1000 computer which operates in the interactive simulation (INSIM) program environment. The SLISIM program simulates the spatial neutron dynamics, the regulation of the reactor power and in this version the CANDU-PHW 600 MW(e) computerized shutdown systems' trip parameters. The modular concept and interactive capability of the INSIM environment provides the user with considerable flexibility of the setup and control of the simulation

  13. Dynamic analysis of pipings by Modal Synthesis

    International Nuclear Information System (INIS)

    Augusto, O.B.; Mattar Neto, M.

    1986-01-01

    A Modal Synthesis method, the component modes, and its implementation as a post-processor of finite element program is presented. Examples of calculations of stationary and transient vibrations for monitoring pipelines of nuclear power plants are analysed. (M.C.K.) [pt

  14. 76 FR 50715 - Briefing on Partner Vetting System Pilot Program

    Science.gov (United States)

    2011-08-16

    ... Development Briefing on Partner Vetting System Pilot Program AGENCY: U.S. Department of State and U.S. Agency... briefing on the Partner Vetting System (PVS) pilot program. The objective of the briefing is to provide information about the PVS pilot program. Members of the public may attend in person or join via teleconference...

  15. Status of Pantex Plant Waste Management Project/program control system

    International Nuclear Information System (INIS)

    Price, Wesley J.; Matthews, William L.

    1992-01-01

    During a December 1990 Waste Management Program Review held in Albuquerque, New Mexico, the Waste Management and Operational Surety Division (WMOSD) introduced the project control system to be used for the Waste Management (WM) Operations Program. The system was entitled 'TRAC-WM' (Tracking and Control for Waste Management). The stated objective for this system was to establish a frame work for planning, managing, and controlling work within the WM program. As a result Mason and Hanger (the operating contractor at the Pantex Plant) initiated the development of a computerized waste management project tracking system. (author)

  16. Parallel adaptation of a vectorised quantumchemical program system

    International Nuclear Information System (INIS)

    Van Corler, L.C.H.; Van Lenthe, J.H.

    1987-01-01

    Supercomputers, like the CRAY 1 or the Cyber 205, have had, and still have, a marked influence on Quantum Chemistry. Vectorization has led to a considerable increase in the performance of Quantum Chemistry programs. However, clockcycle times more than a factor 10 smaller than those of the present supercomputers are not to be expected. Therefore future supercomputers will have to depend on parallel structures. Recently, the first examples of such supercomputers have been installed. To be prepared for this new generation of (parallel) supercomputers one should consider the concepts one wants to use and the kind of problems one will encounter during implementation of existing vectorized programs on those parallel systems. The authors implemented four important parts of a large quantumchemical program system (ATMOL), i.e. integrals, SCF, 4-index and Direct-CI in the parallel environment at ECSEC (Rome, Italy). This system offers simulated parallellism on the host computer (IBM 4381) and real parallellism on at most 10 attached processors (FPS-164). Quantumchemical programs usually handle large amounts of data and very large, often sparse matrices. The transfer of that many data can cause problems concerning communication and overhead, in view of which shared memory and shared disks must be considered. The strategy and the tools that were used to parallellise the programs are shown. Also, some examples are presented to illustrate effectiveness and performance of the system in Rome for these type of calculations

  17. Development and adjustment of programs for solving systems of linear equations

    International Nuclear Information System (INIS)

    Fujimura, Toichiro

    1978-03-01

    Programs for solving the systems of linear equations have been adjusted and developed in expanding the scientific subroutine library SSL. The principal programs adjusted are based on the congruent method, method of product form of the inverse, orthogonal method, Crout's method for sparse system, and acceleration of iterative methods. The programs developed are based on the escalator method, direct parallel residue method and block tridiagonal method for band system. Described are usage of the programs developed and their future improvement. FORTRAN lists with simple examples in tests of the programs are also given. (auth.)

  18. A Web Support System for Submission and Handling of Programming Assignments

    DEFF Research Database (Denmark)

    Nørmark, Kurt

    2011-01-01

    Individual submission of programming assignments should be considered in all introductory programming courses. We describe a custom web support system for submission and management of programming assignments in an introductory C programming course. Experience from the first time use of the system...... is reported. In addition, we compare the pattern of use with the results of the final exam in order to reveal a possible impact of the programming assignments. We summarize the lessons learned in preparation for improving the system prior to the next round of use in the fall of 2011....

  19. Modal intersection types, two-level languages, and staged synthesis

    DEFF Research Database (Denmark)

    Henglein, Fritz; Rehof, Jakob

    2016-01-01

    -linguistic framework for staged program synthesis, where metaprograms are automatically synthesized which, when executed, generate code in a target language. We survey the basic theory of staged synthesis and illustrate by example how a two-level language theory specialized from λ∩ ⎕ can be used to understand......A typed λ-calculus, λ∩ ⎕, is introduced, combining intersection types and modal types. We develop the metatheory of λ∩ ⎕, with particular emphasis on the theory of subtyping and distributivity of the modal and intersection type operators. We describe how a stratification of λ∩ ⎕ leads to a multi...... the process of staged synthesis....

  20. Tutor system for the application of programming through intelligence analysis

    Directory of Open Access Journals (Sweden)

    Ivelisse Teresa Machín-Torres

    2017-05-01

    Full Text Available The present article is part of a research for the development of an intelligent tutor system for the application of programming in the José Martí University of Sancti -Spíritus. The objective of the implementation of this system is to enhance the management knowledge related to programming issues and improve the orientation in solving problems in the university. In order to carry out the implementation of the intelligent tutoring system, the intelligent tutor systems currently in the programming area described the tools and technologies used in the developed solution (methodology, patterns, softwares, programming languages, etc.. It allowed an efficient implementation in a short time of the proposed system. The foregoing is reflected positively in a better student satisfaction and therefore in a higher performance in the teaching-learning process of the university.

  1. Effectiveness of the Picture Exchange Communication System as a Functional Communication Intervention for Individuals with Autism Spectrum Disorders: A Practice-Based Research Synthesis

    Science.gov (United States)

    Tien, Kai-Chien

    2008-01-01

    This research synthesis verifies the effectiveness of the Picture Exchange Communication System (PECS) for improving the functional communication skills of individuals with autism spectrum disorders (ASD). The research synthesis was focused on the degree to which variations in PECS training are associated with variations in functional…

  2. NASA University Program Management Information System

    Science.gov (United States)

    2000-01-01

    As basic policy, NASA believes that colleges and universities should be encouraged to participate in the nation's space and aeronautics program to the maximum extent practicable. Indeed, universities are considered as partners with government and industry in the nation's aerospace program. NASA:s objective is to have them bring their scientific, engineering, and social research competence to bear on aerospace problems and on the broader social, economic, and international implications of NASA's technical and scientific programs. It is expected that, in so doing, universities will strengthen both their research and their educational capabilities to contribute more effectively to the national well-being. NASA field codes and certain Headquarters program offices provide funds for those activities in universities which contribute to the mission needs of that particular NASA element. Although NASA has no predetermined amount of money to devote to university activities, the effort funded each year is substantial. This annual report is one means of documenting the NASA-university relationship, frequently denoted, collectively, as NASA's University Program. This report is consistent with agency accounting records, as the data is obtained from NASA:s Financial and Contractual Status (FACS) System, operated by the Financial Management Division and the Procurement Office. However, in accordance with interagency agreements, the orientation differs from that required for financial or procurement purposes. Any apparent discrepancies between this report and other NASA procurement or financial reports stem from the selection criteria for the data.* This report was prepared by the Education Division/FE, Office of Human Resources and Education, using a management information system which was modernized during FY 1993.

  3. Effect of intravenous administration of D-lysergic acid diethylamide on initiation of protein synthesis in a cell-free system derived from brain.

    Science.gov (United States)

    Cosgrove, J W; Brown, I R

    1984-05-01

    An initiating cell-free protein synthesis system derived from brain was utilized to demonstrate that the intravenous injection of D-lysergic acid diethylamide (LSD) to rabbits resulted in a lesion at the initiation stage of brain protein synthesis. Three inhibitors of initiation, edeine, poly(I), and aurintricarboxylic acid were used to demonstrate a reduction in initiation-dependent amino acid incorporation in the brain cell-free system. One hour after LSD injection, there was also a measurable decrease in the formation of 40S and 80S initiation complexes in vitro, using either [35S]methionine or [35S]Met-tRNAf. Analysis of the methionine pool size after LSD administration indicated there was no change in methionine levels. Analysis of the formation of initiation complexes in the brain cell-free protein synthesis system prepared 6 h after LSD administration indicated that there was a return to control levels at this time. The effects of LSD on steps in the initiation process are thus reversible.

  4. Simulation of the Direct Digital Synthesis module for Helium RFQ LLRF system

    Energy Technology Data Exchange (ETDEWEB)

    Jeong, Hae-Seong; Ahn, Tae-Sung; Kim, Seong-Gu; Kwon, Hyeok-Jung; Kim, Han-Sung; Song, Young-Gi; Seol, Kyung-Tae; Cho, Yong-Sub [Korea Atomic Energy Research Institute, Gyeongju (Korea, Republic of)

    2015-10-15

    In this paper, the DDS module in the FPGA simulated and the analysis result will be introduced. Using Xilinx ISE design suite which is tool for developing the FPGA logic module, DDS module simulated. KOMAC (Korea Multi-purpose Accelerator Complex) has a plan to develop the helium irradiation system. This system includes the Ion source, LEBT, RFQ, MEBT systems to transport helium particles to the target. Especially, the RFQ (Radio Frequency Quadrupole) system should receive the 200 MHz RF within 1% amplitude error stability. For supplying stable 200 MHz RF to the RFQ, the LLRF (low-level radio frequency) should be controlled by control system. This helium RFQ LLRF control system have a concept to track the cavity resonance frequency. For tracking the cavity resonance frequency, the FPGA (Field Programmable Gate Array) in the digital board will tune the frequency of the output sinusoidal signal. In order to implement this frequency tracking concept, the DDS (Direct Digital Synthesis) module should be implemented in the FPGA. In the future, frequency tracking system will be tested using test cavity.

  5. The algorithm of random length sequences synthesis for frame synchronization of digital television systems

    Directory of Open Access Journals (Sweden)

    Аndriy V. Sadchenko

    2015-12-01

    Full Text Available Digital television systems need to ensure that all digital signals processing operations are performed simultaneously and consistently. Frame synchronization dictated by the need to match phases of transmitter and receiver so that it would be possible to identify the start of a frame. As a frame synchronization signals are often used long length binary sequence with good aperiodic autocorrelation function. Aim: This work is dedicated to the development of the algorithm of random length sequences synthesis. Materials and Methods: The paper provides a comparative analysis of the known sequences, which can be used at present as synchronization ones, revealed their advantages and disadvantages. This work proposes the algorithm for the synthesis of binary synchronization sequences of random length with good autocorrelation properties based on noise generator with a uniform distribution law of probabilities. A "white noise" semiconductor generator is proposed to use as the initial material for the synthesis of binary sequences with desired properties. Results: The statistical analysis of the initial implementations of the "white noise" and synthesized sequences for frame synchronization of digital television is conducted. The comparative analysis of the synthesized sequences with known ones was carried out. The results show the benefits of obtained sequences in compare with known ones. The performed simulations confirm the obtained results. Conclusions: Thus, the search algorithm of binary synchronization sequences with desired autocorrelation properties received. According to this algorithm, the sequence can be longer in length and without length limitations. The received sync sequence can be used for frame synchronization in modern digital communication systems that will increase their efficiency and noise immunity.

  6. INDICTORS OF RESTORATION OF PROGRAM FACILITY OF MECHATRONICS SYSTEM

    Directory of Open Access Journals (Sweden)

    V. Frolov

    2009-01-01

    Full Text Available The determination of reliability indictors of program facilities of mechatronic systems are offered. The defaillance modes of program facilities are represent. A short review of model reliability of program facility is presented. The indictors of restoration, their mathematical determinations and application for the characteristics of program facility restoration are offered.

  7. 14 CFR 129.113 - Fuel tank system maintenance program.

    Science.gov (United States)

    2010-01-01

    ... 14 Aeronautics and Space 3 2010-01-01 2010-01-01 false Fuel tank system maintenance program. 129... Continued Airworthiness and Safety Improvements § 129.113 Fuel tank system maintenance program. (a) Except... on which an auxiliary fuel tank is installed under a field approval, before June 16, 2008, the...

  8. Manipulator system man-machine interface evaluation program. [technology assessment

    Science.gov (United States)

    Malone, T. B.; Kirkpatrick, M.; Shields, N. L.

    1974-01-01

    Application and requirements for remote manipulator systems for future space missions were investigated. A manipulator evaluation program was established to study the effects of various systems parameters on operator performance of tasks necessary for remotely manned missions. The program and laboratory facilities are described. Evaluation criteria and philosophy are discussed.

  9. Comparing Pascal and Modula-2 as systems programming languages

    NARCIS (Netherlands)

    Hartel, Pieter H.; Bormann, J.

    The high-level programming languages Pascal [JEN76] and Modula-2 [WIR82] are evaluatedas tools lor system programming. The construction of operating system utilities in Pascal is the focal point of the first part of the paper. Pascal is shown to be adequate for this limited class of applications, on

  10. Reuniting the Solar System: Integrated Education and Public Outreach Projects for Solar System Exploration Missions and Programs

    Science.gov (United States)

    Lowes, Leslie; Lindstrom, Marilyn; Stockman, Stephanie; Scalice, Daniela; Klug, Sheri

    2003-01-01

    The Solar System Exploration Education Forum has worked for five years to foster Education and Public Outreach (E/PO) cooperation among missions and programs in order to leverage resources and better meet the needs of educators and the public. These efforts are coming together in a number of programs and products and in '2004 - The Year of the Solar System.' NASA's practice of having independent E/PO programs for each mission and its public affairs emphasis on uniqueness has led to a public perception of a fragmented solar system exploration program. By working to integrate solar system E/PO, the breadth and depth of the solar system exploration program is revealed. When emphasis is put on what missions have in common, as well as their differences, each mission is seen in the context of the whole program.

  11. Cell-Free Systems Based on CHO Cell Lysates: Optimization Strategies, Synthesis of "Difficult-to-Express" Proteins and Future Perspectives.

    Directory of Open Access Journals (Sweden)

    Lena Thoring

    Full Text Available Nowadays, biotechnological processes play a pivotal role in target protein production. In this context, Chinese Hamster Ovary (CHO cells are one of the most prominent cell lines for the expression of recombinant proteins and revealed as a safe host for nearly 40 years. Nevertheless, the major bottleneck of common in vivo protein expression platforms becomes obvious when looking at the production of so called "difficult-to-express" proteins. This class of proteins comprises in particular several ion channels and multipass membrane proteins as well as cytotoxic proteins. To enhance the production of "difficult-to-express" proteins, alternative technologies were developed, mainly based on translationally active cell lysates. These so called "cell-free" protein synthesis systems enable an efficient production of different classes of proteins. Eukaryotic cell-free systems harboring endogenous microsomal structures for the synthesis of functional membrane proteins and posttranslationally modified proteins are of particular interest for future applications. Therefore, we present current developments in cell-free protein synthesis based on translationally active CHO cell extracts, underlining the high potential of this platform. We present novel results highlighting the optimization of protein yields, the synthesis of various "difficult-to-express" proteins and the cotranslational incorporation of non-standard amino acids, which was exemplarily demonstrated by residue specific labeling of the glycoprotein Erythropoietin and the multimeric membrane protein KCSA.

  12. Energy Systems Studies Program annual report, fiscal year 1976

    Energy Technology Data Exchange (ETDEWEB)

    Beller, M. (ed.)

    1976-06-01

    This is the fourth annual progress report of the Energy Systems Studies Program supported at Brookhaven National Laboratory by the Energy Research and Development Administration (ERDA), Office of the Assistant Administrator for Planning and Analysis. The program is coordinated under the designation of a National Center for Analysis of Energy Systems (NCAES). Five working groups with specific program responsibilities are: policy analysis, economic analysis, biomedical and environmental assessment, technology assessment, and energy data and models. Future scenarios of the implementation of groups of technologies and new resources are developed. The socio-economic and environmental consequences are analyzed in detail and impact analyses are performed. Progress during FY 1976 is summarized in the following areas: energy system model development; energy-economic model development; technology assessments and support; economic analyses; and energy model data base activities. The program plan for FY 1977 is presented. (MCW)

  13. Pharmaceutical supply chain models: A synthesis from a systems view of operations research

    Directory of Open Access Journals (Sweden)

    Ettore Settanni

    Full Text Available This research evaluates reconfiguration opportunities in Pharmaceutical Supply Chains (PSC resulting from technology interventions in manufacturing, and new, more patient-centric delivery models. A critical synthesis of the academic and practice literature is used to identify, conceptualise, analyse and categorise PSC models. From a theoretical perspective, a systems view of operations research is adopted to provide insights on a broader range of OR activities, from conceptual to mathematical modelling and model solving, up to implementation.The research demonstrates that: 1 current definitions of the PSC are largely production-centric and fail to capture patient consumption, and hence healthcare outcomes; 2 most PSC mathematical models lack adequate conceptualisation of the structure and behaviour of the supply chain, and the boundary conditions that need to be considered for a given problem; 3 models do not adequately specify current unit operations or future production technology options, and are therefore unable to address the critical questions around alternative product or process technologies; 4 economic evaluations are limited to direct costing, rather than systemic approaches such as supply chain costing and total cost of ownership.While current models of the PSC may help with the optimisation of specific unit operations, their theoretical benefits could be offset by the dynamics of complex upstream (supply and downstream (distribution and healthcare delivery systems. To overcome these limitations, this research provides initial directions towards an integrated systems approach to PSC modelling. This perspective involves problem conceptualisation and boundary definition; design, formulation and solution of mathematical models, through to practical implementation of identified solutions. For both academics and practitioners, research findings suggest a systems approach to PSC modelling can provide improved conceptualisation and

  14. Design, Synthesis, and Applications of Carbon Nanohoops

    Science.gov (United States)

    2016-05-23

    rings via one electron reduction reactions was feasible. Therefore, the synthesis and spectroscopic investigations of these ring systems by reducing...Release; Distribution Unlimited UU UU UU UU 23-05-2016 15-Feb-2012 14-Feb-2016 Final Report: Design, Synthesis , and Applications of Carbon Nanohoops The...Office P.O. Box 12211 Research Triangle Park, NC 27709-2211 Caron Nanohoops, paracyclophanes, carbon nanotubes, organic synthesis REPORT

  15. AECL research programs in systems chemistry

    International Nuclear Information System (INIS)

    Lister, D.H.; Pathania, R.S.

    1984-05-01

    Research programs in Systems Chemistry are aimed at preserving the integrity of the many working systems in CANDU reactors and at minimizing chemistry-induced problems such as radiation field growth or fouling of surfaces. The topics of main concern are the chemistry and corrosion of steam generators, for it is in this general area that the potential for serious problems is very real

  16. Electro-Catalysis System for Biodiesel Synthesis from Palm Oil over Dielectric-Barrier Discharge Plasma Reactor

    Directory of Open Access Journals (Sweden)

    Istadi Istadi

    2014-07-01

    Full Text Available Biodiesel synthesis reaction routes from palm oil using plasma electro-catalysis process over Dielectric-Barrier Discharge (DBD plasma reactor were studied. The study was focused on finding possible reaction mechanism route during plasma electro-catalysis process. The prediction was performed based on the changes of Gas Chromatography Mass Spectrometer (GC-MS and Fourier Transform Infra Red (FT-IR analyses to the biodiesel products with respect to time length of plasma treatment. It was found that main reaction mechanism occurred in the plasma electro-catalysis system was non-thermal pyrolysis rather than transesterification. The main reactions within the plasma treatment were due to collision between high energetic electrons (supplied from high voltage power supply through high voltage electrode and the reaction mixtures. The high energetic electrons affected the electrons pair of covalent bonding to be excited or dissociated even ionized at higher energy. Therefore, this plasma electro-catalysis system was promising for biodiesel synthesis from vegetable oils due to only very short time reaction was needed, even no need a catalyst, no soap formation, and no glycerol by-product. This system could produce fatty acid methyl ester yield of 75.65% at 120 seconds and other possible chemicals, such as alkynes, alkanes, esters, carboxylic acid, and aldehydes. However, during the plasma process, the reaction mechanisms were still difficult to be controlled due the action of available high energetic electrons. The advanced studies on how to control the reaction mechanism selectively in the plasma electro-catalysis will be published elsewhere. © 2014 BCREC UNDIP. All rights reservedReceived: 23rd January 2014; Revised: 20th March 2014; Accepted: 23rd March 2014[How to Cite: Istadi, I., Yudhistira, A.D., Anggoro, D.D., Buchori, L. (2014. Electro-Catalysis System for Biodiesel Synthesis from Palm Oil over Dielectric-Barrier Discharge Plasma Reactor

  17. 14 CFR 125.507 - Fuel tank system inspection program.

    Science.gov (United States)

    2010-01-01

    ... 14 Aeronautics and Space 3 2010-01-01 2010-01-01 false Fuel tank system inspection program. 125... Airworthiness and Safety Improvements § 125.507 Fuel tank system inspection program. (a) Except as provided in... fuel tank is installed under a field approval, before June 16, 2008, the certificate holder must submit...

  18. 14 CFR 91.1507 - Fuel tank system inspection program.

    Science.gov (United States)

    2010-01-01

    ... 14 Aeronautics and Space 2 2010-01-01 2010-01-01 false Fuel tank system inspection program. 91... Airworthiness and Safety Improvements § 91.1507 Fuel tank system inspection program. (a) Except as provided in... fuel tank is installed under a field approval, before June 16, 2008, the operator must submit to the...

  19. 49 CFR 659.19 - System safety program plan: contents.

    Science.gov (United States)

    2010-10-01

    ... implementation of the system safety program. (j) A description of the process used by the rail transit agency to... the rail transit agency to manage safety issues. (d) The process used to control changes to the system... hazard management program. (n) A description of the process used for facilities and equipment safety...

  20. Network speech systems technology program

    Science.gov (United States)

    Weinstein, C. J.

    1981-09-01

    This report documents work performed during FY 1981 on the DCA-sponsored Network Speech Systems Technology Program. The two areas of work reported are: (1) communication system studies in support of the evolving Defense Switched Network (DSN) and (2) design and implementation of satellite/terrestrial interfaces for the Experimental Integrated Switched Network (EISN). The system studies focus on the development and evaluation of economical and endurable network routing procedures. Satellite/terrestrial interface development includes circuit-switched and packet-switched connections to the experimental wideband satellite network. Efforts in planning and coordination of EISN experiments are reported in detail in a separate EISN Experiment Plan.

  1. Off-line programming (OLP) system comparison

    International Nuclear Information System (INIS)

    Holliday, M.A.

    1993-01-01

    Off-line programming (OLP) systems are being used to conceptualize, design, simulate, and now control automated robotic workcells. Currently available systems by Deneb, SILMA, and Cimetrix are being used at the Lawrenece Livermore National Laboratory (LLNL) to simulate and control automated robotic systems for radioactive material processing and hazardous waste sorting. The differences in system architectures, workcell and robot calibration procedures, operator interface, and graphical output capability of each will be discussed. The relative strengths and weaknesses of these attributes will be discussed as they relate to varying applications in robotic workcell development and control

  2. University Program Management Information System

    Science.gov (United States)

    Gans, Gary (Technical Monitor)

    2004-01-01

    As basic policy, NASA believes that colleges and universities should be encouraged to participate in the nation's space and aeronautics program to the maximum extent practicable. Indeed, universities are considered as partners with government and industry in the nation's aerospace program. NASA's objective is to have them bring their scientific, engineering, and social research competence to bear on aerospace problems and on the broader social, economic, and international implications of NASA's technical and scientific programs. It is expected that, in so doing, universities will strengthen both their research and their educational capabilities to contribute more effectively to the national well being. This annual report is one means of documenting the NASA-university relationship, frequently denoted, collectively, as NASA's University Program. This report is consistent with agency accounting records, as the data is obtained from NASA's Financial and Contractual Status (FACS) System, operated by the Financial Management Division and the Procurement Office. However, in accordance with interagency agreements, the orientation differs from that required for financial or procurement purposes. Any apparent discrepancies between this report and other NASA procurement or financial reports stem from the selection criteria for the data.

  3. University Program Management Information System

    Science.gov (United States)

    2001-01-01

    As basic policy, NASA believes that colleges and universities should be encouraged to participate in the nation's space and aeronautics program to the maximum extent practicable. Indeed, universities are considered as partners with government and industry in the nation's aerospace program. NASA' objective is to have them bring their scientific, engineering, and social research competence to bear on aerospace problems and on the broader social, economic, and international implications of NASA's technical and scientific programs. It is expected that, in so doing, universities will strengthen both their research and their educational capabilities to contribute more effectively to the national well being. This annual report is one means of documenting the NASA-university relationship, frequently denoted, collectively, as NASA's University Program. This report is consistent with agency accounting records, as the data is obtained from NASA's Financial and Contractual Status (FACS) System, operated by the Financial Management Division and the Procurement Office. However, in accordance with interagency agreements, the orientation differs from that required for financial or procurement purposes. Any apparent discrepancies between this report and other NASA procurement or financial reports stem from the selection criteria for the data.

  4. 78 FR 64048 - Intelligent Transportation Systems Program Advisory Committee; Notice of Meeting

    Science.gov (United States)

    2013-10-25

    ... DEPARTMENT OF TRANSPORTATION Intelligent Transportation Systems Program Advisory Committee; Notice.... Department of Transportation. ACTION: Notice. The Intelligent Transportation Systems (ITS) Program Advisory... implementation of intelligent transportation systems. Through its sponsor, the ITS Joint Program Office (JPO...

  5. ARIANE: a scientific programming assisting system

    International Nuclear Information System (INIS)

    Kavenoky, A.; Lautard, J.J.; Robeau, M.F.

    1982-06-01

    The ARIANE system had been designed to make easier development, maintenance and operation of scientific programs; ARIANE is divided into three elementary functions: 1/ a pre-compiler processes a super-set of FORTRAN allowing virtual memory simulation (LAGD translator) and the OTOMAT library is used at run-time to perform the storage management, 2/ a dynamic loader permits the cancellation of the standard linkage-editor step and of the generation of overlays, 3/ the logical chaining of the mathematical modules is controlled by the ARIANE language: the user submits to the ARIANE compiler a program describing the logical algorithm to be perfomed; the compiler output is executed. The ARIANE system had been designed for IBM computers running under OS/VS1 or VS2; a Cray version had been generated and is now operational [fr

  6. Synthesis and characterization of solid solutions in ABCO 4 system

    Science.gov (United States)

    Novoselov, A.; Zimina, G.; Komissarova, L.; Pajaczkowska, A.

    2006-01-01

    Formation of continuous solid solutions with a tetragonal structure of K 2NiF 4-type was investigated by direct solid-state synthesis, carbonate precipitations, the freeze-drying method and the Czochralski crystal growth technique. In the systems of SrLaAlO 4-CaLaAlO 4, SrNdAlO 4-CaNdAlO 4, SrPrAlO 4-CaPrAlO 4, SrLaAlO 4-SrLaGaO 4 and SrLaAlO 4-SrLaFeO 4 solid solutions are formed in the whole concentration range (0.0⩽ x⩽1.0) and in the systems of SrLaAlO 4-SrLaMnO 4 and SrLaAlO 4-SrLaCrO 4 in the limited compositional interval of (0.0⩽ x⩽0.20) and (0.0⩽ x⩽0.25), respectively, with composition dependency of lattice constants following Vegard's law.

  7. 77 FR 57640 - Intelligent Transportation Systems Program Advisory Committee; Notice of Meeting

    Science.gov (United States)

    2012-09-18

    ... DEPARTMENT OF TRANSPORTATION Intelligent Transportation Systems Program Advisory Committee; Notice.... Department of Transportation. ACTION: Notice. The Intelligent Transportation Systems (ITS) Program Advisory... intelligent transportation systems. Through its sponsor, the ITS Joint Program Office, the ITS PAC makes...

  8. 77 FR 26067 - Intelligent Transportation Systems Program Advisory Committee; Notice of Meeting

    Science.gov (United States)

    2012-05-02

    ... DEPARTMENT OF TRANSPORTATION Intelligent Transportation Systems Program Advisory Committee; Notice.... Department of Transportation. ACTION: Notice. The Intelligent Transportation Systems (ITS) Program Advisory... of intelligent transportation systems. Through its sponsor, the ITS Joint Program Office, the ITS PAC...

  9. Fiduciary Systems Assessment : Maharashtra Rural Water Supply and Sanitation Program

    OpenAIRE

    World Bank

    2014-01-01

    A fiduciary systems assessment (FSA) was carried out to evaluate the arrangements relevant to the program and to determine whether they provide reasonable assurance that the program funds will be used for their intended purpose. Taking into account the improvements required and the agreement on the actions required to strengthen the systems (which are reflected in the program action plan (...

  10. Tools for chemical synthesis in microsystems

    OpenAIRE

    Jensen, Klavs F.; Newman, Stephen G.; Reizman, Brandon Jacob

    2014-01-01

    Chemical synthesis in microsystems has evolved from simple proof-of-principle examples to become a general technique in academia and industry. Numerous such “flow chemistry” applications are now found in pharmaceutical and fine chemical synthesis. Much of the development has been based on systems employing macroscopic flow components and tubes, rather than the integrated chip technology envisioned by the lab-on-a-chip community. We review the major developments in systems for flow chemistry a...

  11. How do eHealth Programs for Adolescents With Depression Work? A Realist Review of Persuasive System Design Components in Internet-Based Psychological Therapies.

    Science.gov (United States)

    Wozney, Lori; Huguet, Anna; Bennett, Kathryn; Radomski, Ashley D; Hartling, Lisa; Dyson, Michele; McGrath, Patrick J; Newton, Amanda S

    2017-08-09

    Major depressive disorders are common among adolescents and can impact all aspects of their daily life. Traditional therapies, cognitive behavioral therapy (CBT), and interpersonal psychotherapy (IPT) have been delivered face-to-face. However, Internet-based (online) delivery of these therapies is emerging as an option for adolescents. Internet-based CBT and IPT involve therapeutic content, interaction between the user and the system, and different technological features embedded into the online program (eg, multimedia). Studies of Internet-based CBT and IPT for adolescent depression differ on all three aspects, and variable, positive therapy effects have been reported. A better understanding of the treatment conditions that influence therapy outcomes is important to designing and evaluating these novel therapies. Our aim was to examine the technological and program delivery features of Internet-based CBT and IPT for adolescent depression and to document their potential relation to treatment outcomes and program use. We performed a realist synthesis. We started with an extensive search of published and gray literature. We included intervention studies that evaluated Internet-based CBT or IPT for adolescent depression. We included mixed-methods and qualitative studies, theoretical papers, and policy/implementation documents if they included a focus on how Internet-based psychological therapy is proposed to work for adolescents with depression/depressive symptoms. We used the Mixed-Methods Appraisal Tool to assess the methodological quality of studies. We used the Persuasive System Design (PSD) model as a framework for data extraction and analysis to examine how Internet-based CBT and IPT, as technology-based systems, influence the attitudes and behaviors of system users. PSD components described for the therapies were linked to reported outcomes using a cross-case comparison method and thematic synthesis. We identified 19 Internet-based CBT programs in 59 documents

  12. Adapting realist synthesis methodology: The case of workplace harassment interventions.

    Science.gov (United States)

    Carr, Tracey; Quinlan, Elizabeth; Robertson, Susan; Gerrard, Angie

    2017-12-01

    Realist synthesis techniques can be used to assess complex interventions by extracting and synthesizing configurations of contexts, mechanisms, and outcomes found in the literature. Our novel and multi-pronged approach to the realist synthesis of workplace harassment interventions describes our pursuit of theory to link macro and program level theories. After discovering the limitations of a dogmatic approach to realist synthesis, we adapted our search strategy and focused our analysis on a subset of data. We tailored our realist synthesis to understand how, why, and under what circumstances workplace harassment interventions are effective. The result was a conceptual framework to test our theory-based interventions and provide the basis for subsequent realist evaluation. Our experience documented in this article contributes to an understanding of how, under what circumstances, and with what consequences realist synthesis principles can be customized. Copyright © 2017 John Wiley & Sons, Ltd.

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

  14. Vehicle systems and payload requirements evaluation. [computer programs for identifying launch vehicle system requirements

    Science.gov (United States)

    Rea, F. G.; Pittenger, J. L.; Conlon, R. J.; Allen, J. D.

    1975-01-01

    Techniques developed for identifying launch vehicle system requirements for NASA automated space missions are discussed. Emphasis is placed on development of computer programs and investigation of astrionics for OSS missions and Scout. The Earth Orbit Mission Program - 1 which performs linear error analysis of launch vehicle dispersions for both vehicle and navigation system factors is described along with the Interactive Graphic Orbit Selection program which allows the user to select orbits which satisfy mission requirements and to evaluate the necessary injection accuracy.

  15. Exergy analysis of industrial ammonia synthesis

    International Nuclear Information System (INIS)

    Kirova-Yordanova, Zornitza

    2004-01-01

    Exergy consumption of ammonia production plants depends strongly on the ammonia synthesis loop design. Due to the thermodynamically limited low degree of conversion of hydrogen-nitrogen mixture to ammonia, industrial ammonia synthesis is implemented as recycle process (so-called 'ammonia synthesis loop'). Significant quantities of reactants are recycled back to reactor, after the removal of ammonia at low temperatures. Modern ammonia synthesis plants use well-developed heat- and cold recovery to improve the reaction heat utilisation and to reduce the refrigeration costs. In this work, the exergy method is applied to estimate the effect of the most important process parameters on the exergy efficiency of industrial ammonia synthesis. A specific approach, including suitable definitions of the system boundaries and process parameters, is proposed. Exergy efficiency indexes are discussed in order to make the results applicable to ammonia synthesis loops of various designs. The dependence of the exergy losses on properly selected independent process parameters is studied. Some results from detailed exergy analysis of the most commonly used ammonia synthesis loop design configurations at a wide range of selected parameters values are shown

  16. Defense Contract Management Command Support to System Acquisition Program Managers

    National Research Council Canada - National Science Library

    1999-01-01

    .... This report discusses the planning of contract administration office support to system acquisition program managers through the program integration process and the customer support outreach program...

  17. The RMS program system and database

    International Nuclear Information System (INIS)

    Fisher, S.M.; Peach, K.J.

    1982-08-01

    This report describes the program system developed for the data reduction and analysis of data obtained with the Rutherford Multiparticle Spectrometer (RMS), with particular emphasis on the utility of a well structured central data-base. (author)

  18. Concise copper-catalyzed synthesis of tricyclic biaryl ether-linked aza-heterocyclic ring systems.

    Science.gov (United States)

    Mestichelli, Paola; Scott, Matthew J; Galloway, Warren R J D; Selwyn, Jamie; Parker, Jeremy S; Spring, David R

    2013-11-01

    A new method for the synthesis of tricyclic biaryl ether-linked ring systems incorporating seven-, eight-, and nine-membered ring amines is presented. In the presence of catalytic quantities of copper(I), readily accessible acyclic precursors undergo an intramolecular carbon-oxygen bond-forming reaction facilitated by a "templating" chelating nitrogen atom. The methodology displays a broad substrate scope, is practical, and generates rare and biologically interesting tricyclic heteroaromatic products that are difficult to access by other means.

  19. Regional Innovation System Strengthening Program (SIDa as an Exit Strategy National Community Development Program (PNPM

    Directory of Open Access Journals (Sweden)

    Teguh Narutomo

    2014-06-01

    Full Text Available The aim of this study was to evaluate the PNPM program and follow the program with SIDA Strengthening Program. The research method used is a qualitative method approach of this research through the evaluation research design that builds on the CIPP evaluation model (Context-Input-Process-Product. Since the failure of theories and models of development are too glorifies growth, makes many people turn to focus on people development, which includes requiring optimization of local resources, participation, and empowerment. Since then, "empowerment" which was introduced in Indonesia has been anesthetized and made many hopes among many parties. In 2007 started the National Program for Community Empowerment (PNPM which continue Kecamatan Development Program (KDP. PNPM 2014 which is part of the United Indonesia Cabinet Volume 2 is going to end. For that we need to look for an exit strategy program that can maintain sustainability of PNPM. Regional Innovation Systems Strengthening Program (SIDA is a program of the whole process in one system to foster innovation made between government institutions, local governments, research institutions, educational institutions, innovation support institutions, businesses, and communities in areas that have been implemented since the 2012 SIDA program is an empowerment program as well, both to the public and even empowering to all elements such as academia, private industry, government and society.

  20. Machine-learned and codified synthesis parameters of oxide materials

    Science.gov (United States)

    Kim, Edward; Huang, Kevin; Tomala, Alex; Matthews, Sara; Strubell, Emma; Saunders, Adam; McCallum, Andrew; Olivetti, Elsa

    2017-09-01

    Predictive materials design has rapidly accelerated in recent years with the advent of large-scale resources, such as materials structure and property databases generated by ab initio computations. In the absence of analogous ab initio frameworks for materials synthesis, high-throughput and machine learning techniques have recently been harnessed to generate synthesis strategies for select materials of interest. Still, a community-accessible, autonomously-compiled synthesis planning resource which spans across materials systems has not yet been developed. In this work, we present a collection of aggregated synthesis parameters computed using the text contained within over 640,000 journal articles using state-of-the-art natural language processing and machine learning techniques. We provide a dataset of synthesis parameters, compiled autonomously across 30 different oxide systems, in a format optimized for planning novel syntheses of materials.

  1. Smart electromechanical systems

    CERN Document Server

    2016-01-01

    This carefully edited book introduces the latest achievements of the scientists of the Russian Academy of Sciences in the field of theory and practice of Smart Electromechanical Systems (SEMS). The book also focuses on methods of designing and modeling of SEMS based on the principles of adaptability, intelligence, biomorphism of parallel kinematics and parallelism in information processing and control computation. The book chapters are dedicated to the following points of interest: - methods of design of SEMS modules and intelligent robots based on them; - synthesis of neural systems of automatic control over SEMS modules; - mathematical and computer modeling of SEMS modules and Cyber Physical Systems based on them; - vitality control and reliability analysis based on logic-and-probabilistic and logic-and-linguistic forecasting; - methods of optimization of SEMS control systems based on mathematical programming methods in ordinal scale and generalized mathematical programming; - information-measuring software...

  2. 76 FR 22940 - Intelligent Transportation Systems Program Advisory Committee; Notice of Meeting

    Science.gov (United States)

    2011-04-25

    ... DEPARTMENT OF TRANSPORTATION Intelligent Transportation Systems Program Advisory Committee; Notice...-363; 5 U.S.C. app. 2), a Web conference of the Intelligent Transportation Systems (ITS) Program... implementation of intelligent transportation systems. Through its sponsor, the ITS Joint Program Office (JPO...

  3. 14 CFR 121.1113 - Fuel tank system maintenance program.

    Science.gov (United States)

    2010-01-01

    ... 14 Aeronautics and Space 3 2010-01-01 2010-01-01 false Fuel tank system maintenance program. 121... Improvements § 121.1113 Fuel tank system maintenance program. (a) Except as provided in paragraph (g) of this... capacity of 7500 pounds or more. (b) For each airplane on which an auxiliary fuel tank is installed under a...

  4. Spatial Analysis and Synthesis of Car Audio System and Car Cabin Acoustics with a Compact Microphone Array

    DEFF Research Database (Denmark)

    Sakari, Tervo; Pätynen, Jukka; Kaplanis, Neofytos

    2015-01-01

    This research proposes a spatial sound analysis and synthesis approach for automobile sound systems, where the acquisition of the measurement data is much faster than with the Binaural Car Scanning method. This approach avoids the problems that are typically found with binaural reproduction...

  5. LOFT data acquisition and visual display system (DAVDS) presentation program

    International Nuclear Information System (INIS)

    Bullock, M.G.; Miyasaki, F.S.

    1976-03-01

    The Data Acquisition and Visual Display System (DAVDS) at the Loss-of-Fluid Test Facility (LOFT) has 742 data channel recording capability of which 576 are recorded digitally. The purpose of this computer program is to graphically present the data acquired and/or processed by the LOFT DAVDS. This program takes specially created plot data buffers of up to 1024 words and generates time history plots on the system electrostatic printer-plotter. The data can be extracted from two system input devices: Magnetic disk or digital magnetic tape. Versatility has been designed in the program by providing the user three methods of scaling plots: Automatic, control record, and manual. Time required to produce a plot on the system electrostatic printer-plotter varies from 30 to 90 seconds depending on the options selected. The basic computer and program details are described

  6. Early steps in protein synthesis and their regulation: a background study related to the biological effects of radiation. Progress report, July 1, 1974--June 30, 1975

    International Nuclear Information System (INIS)

    Zamecnik, P.C.

    1975-01-01

    The proposed program is an interwoven effort to study the details of the mechanism of protein synthesis in normal living systems and their alterations in the presence of oncogenic RNA viruses using the avian myeloblastosis virus as a model. Emphasis will be placed on determining the role of the primary structure of the viral RNA and of other factors required for the production of viral proteins in a cell-free system. Continued studies of the initial steps of protein synthesis where much specificity is determined by the tRNA: tRNA synthetase interactions will be carried out using biochemical and genetic techniques. (U.S.)

  7. Development of miniature module for [11C] methionine synthesis

    International Nuclear Information System (INIS)

    Watanabe, Toshimitsu; Araya, Hiroshi; Ueno, Satoshi

    2006-01-01

    [ 18 F]FDG-PET has spread rapidly in the cancer diagnosis. On the other hand, [ 11 C]Methionine is paid attention as one of the PET drugs that may help cancer diagnosis by [ 18 F]FDG. Due to its short half-life, repeated preparations of [ 11 C] Methionine, two or three times a day, are generally required for the routine PET practice. Although the automatic synthesis devices for [ 11 C]Methionine were developed, it was difficult to supply [ 11 C]Methionine two times a day or more. We developed a methionine synthesis system that was able to supply [ 11 C]Methionine two times a day or more, and a new methionine synthesis unit. The new synthesis unit is able to synthesize [ 11 C]Methionine efficiently without HPLC preparation and evaporation in a short time. The new methionine synthesis unit and system are more useful for the routine synthesis of [ 11 C]Methionine. (author)

  8. Voice synthesis application

    Science.gov (United States)

    Lightstone, P. C.; Davidson, W. M.

    1982-04-01

    The military detection assessment laboratory houses an experimental field system which assesses different alarm indicators such as fence disturbance sensors, MILES cables, and microwave Racons. A speech synthesis board which could be interfaced, by means of a computer, to an alarm logger making verbal acknowledgement of alarms possible was purchased. Different products and different types of voice synthesis were analyzed before a linear predictive code device produced by Telesensory Speech Systems of Palo Alto, California was chosen. This device is called the Speech 1000 Board and has a dedicated 8085 processor. A multiplexer card was designed and the Sp 1000 interfaced through the card into a TMS 990/100M Texas Instrument microcomputer. It was also necessary to design the software with the capability of recognizing and flagging an alarm on any 1 of 32 possible lines. The experimental field system was then packaged with a dc power supply, LED indicators, speakers, and switches, and deployed in the field performing reliably.

  9. Program Management Plan for the Martin Marietta Energy Systems, Inc., Oak Ridge National Laboratory Site Environmental Restoration Program

    Energy Technology Data Exchange (ETDEWEB)

    1994-07-01

    This program management plan describes the scope, objectives, and method of accomplishment for the Martin Marietta Energy Systems, Inc. (Energy Systems) Oak Ridge National laboratory (ORNL) Environmental Restoration (ER) Program. The ORNL ER Program is one of five site program, receiving guidance from and reporting to the Energy Systems ER Division. Therefore, all ORNL ER policies and procedures are consistent with ER Division policies and procedures. This plan covers all ORNL ER activities, the participants involved in these activities (and their roles and responsibilities), and all phases of the remediation process. This plan will also serve as a template that may be supplemented as necessary to produce individual project management plans for specific projects. This document explains how the Energy Systems ORNL ER Program does business, so the ORNL ER Program`s management structure is illustrated in detail. Personnel are matrixed to the ER Program from other organizations to assist with specific projects. This plan identifies positions at the program level and discusses responsibilities and interactions with positions at the project level. This plan includes sections that describe requirements for project plans, work breakdown structures, schedules, project management and cost control systems, and information and reporting. Project management plans will utilize the work breakdown structure and dictionary pages in the appropriate life cycle baseline report This plan describes the information that should be contained in ORNL ER project management plans. The most important milestones are primary documents relating to the management and remediation of contaminated sites. Primary document milestones are subject to stipulated penalties and receive paramount attention.

  10. Programming a Distributed System Using Shared Objects

    NARCIS (Netherlands)

    Tanenbaum, A.S.; Bal, H.E.; Kaashoek, M.F.

    1993-01-01

    Building the hardware for a high-performance distributed computer system is a lot easier than building its software. The authors describe a model for programming distributed systems based on abstract data types that can be replicated on all machines that need them. Read operations are done locally,

  11. Developing a Translator from C Programs to Data Flow Graphs Using RAISE

    DEFF Research Database (Denmark)

    Haxthausen, Anne Elisabeth

    1996-01-01

    Describes how a translator from a subset of C to data flow graphs has been formally developed using the RAISE (Rigorous Approach to Industrial Software Engineering) method and tools. In contrast to many development examples described in the literature, this development is not a case study......, but a real one, and it covers all development phases, including the code-generation phase. The translator is now one of the components of the LYCOS (LYngby CO-Synthesis) system, which is a software/hardware co-synthesis system under development at the Technical University of Denmark. The translator, together...... with the other components of LYCOS, provides a means for moving parts of C programs to dedicated hardware, thereby obtaining better performance. The translator was refined in steps, starting with an abstract specification and ending with a concrete specification from which C++ code was then automatically...

  12. A Program of Research and Education to Advance the Design, Synthesis, and Optimization of Aero-Space System Concepts

    Science.gov (United States)

    Sandusky, Robert

    2002-01-01

    Since its inception in December 1999, the program has provided support for a total of 11 Graduate Research Scholar Assistants, of these, 6 have completed their MS degree program. The program has generated 3 MS theses and a total of 4 publications/presentations.

  13. Synthesis Reasoning and Its Application in Chinese Calligraphy Generation

    Institute of Scientific and Technical Information of China (English)

    XUSong-Hua; PANYun-He; ZHUANGYue-Ting; FRANCISC.M.Lau

    2005-01-01

    In this paper, we address the demanding task of developing intelligent systems equipped with machine creativity that can perform design tasks automatically. The main challenge is how to model human beings' creativity mathematically and mimic such creativity computationally. We propose a “synthesis reasoning model” as the underlying mechanism to simulate human beings’ creative thinking when they are handling design tasks. We present the theory of the synthesis reasoning model, and the detailed procedure of designing an intelligent system based on the model.We offer a case study of an intelligent Chinese calligraphy generation system which we have developed.Based on implementation experiences of the calligraphy generation system as well as a few other systems for solving real-world problems, we suggest a generic methodology for constructing intelligent systems using the synthesis reasoning model.

  14. Improvement of the Cubic Spline Function Sets for a Synthesis of the Axial Power Distribution of a Core Protection System

    International Nuclear Information System (INIS)

    Koo, Bon-Seung; Lee, Chung-Chan; Zee, Sung-Quun

    2006-01-01

    Online digital core protection system(SCOPS) for a system-integrated modular reactor is being developed as a part of a plant protection system at KAERI. SCOPS calculates the minimum CHFR and maximum LPD based on several online measured system parameters including 3-level ex-core detector signals. In conventional ABB-CE digital power plants, cubic spline synthesis technique has been used in online calculations of the core axial power distributions using ex-core detector signals once every 1 second in CPC. In CPC, pre-determined cubic spline function sets are used depending on the characteristics of the ex-core detector responses. But this method shows an unnegligible power distribution error for the extremely skewed axial shapes by using restrictive function sets. Therefore, this paper describes the cubic spline method for the synthesis of an axial power distribution and it generates several new cubic spline function sets for the application of the core protection system, especially for the severely distorted power shapes needed reactor type

  15. A Review of Offset Programs: Trading Systems, Funds, Protocols, Standards and Retailers

    Energy Technology Data Exchange (ETDEWEB)

    Kollmuss, Anja; Lazarus, Michael; Lee, Carrie; Polycarp, Clifford

    2008-11-15

    Carbon or greenhouse gas (GHG) offsets have long been promoted as an important element of a comprehensive climate policy approach. Offset programs can reduce the overall cost of achieving a given emission goal by enabling emission reductions to occur where costs are lower. Furthermore, offsets have the potential to deliver sustainability co-benefits, spurred through technology development and transfer, and to develop human and institutional capacity for reducing emissions in sectors and locations not included in a cap and trade or a mandatory government policy. However, offsets can pose a risk to the environmental integrity of climate actions, especially if issues surrounding additionality, permanence, leakage, quantification and verification are not adequately addressed. The challenge for policymakers is clear: to design offset programs and policies that can maximize their potential benefits while minimizing their potential risks. The goal of this review is to provide an up-to-date analysis and synthesis of the most influential offset programs and activities, to reflect on lessons learned, and thus to inform participants and designers of current and future offset programs. Our intention is to periodically update this review to stay abreast of ongoing developments, and to develop a website portal to make this information more accessible. This version targets programs that meet one or more of the following criteria: - a significant volume of credit transactions occurring or anticipated; - an established set of rules or protocols - path-breaking, novel or otherwise notable initiatives or important lessons learned

  16. Systems autonomy technology: Executive summary and program plan

    Science.gov (United States)

    Bull, John S (Editor)

    1987-01-01

    The National Space Strategy approved by the President and Congress in 1984 sets for NASA a major goal of conducting effective and productive space applications and technology programs which contribute materially toward United States leadership and security. To contribute to this goal, OAST supports the Nation's civil and defense space programs and overall economic growth. OAST objectives are to ensure timely provision of new concepts and advanced technologies, to support both the development of NASA missions in space and the space activities of industry and other organizations, to utilize the strengths of universities in conducting the NASA space research and technology program, and to maintain the NASA centers in positions of strength in critical space technology areas. In line with these objectives, NASA has established a new program in space automation and robotics that will result in the development and transfer and automation technology to increase the capabilities, productivity, and safety of NASA space programs including the Space Station, automated space platforms, lunar bases, Mars missions, and other deep space ventures. The NASA/OAST Automation and Robotics program is divided into two parts. Ames Research Center has the lead role in developing and demonstrating System Autonomy capabilities for space systems that need to make their own decisions and do their own planning. The Jet Propulsion Laboratory has the lead role for Telerobotics (that portion of the program that has a strong human operator component in the control loop and some remote handling requirement in space). This program is intended to be a working document for NASA Headquarters, Program Offices, and implementing Project Management.

  17. Scheduling and control of programs in the CICADA computer system for TFTR

    International Nuclear Information System (INIS)

    Christianson, G.B.; Sherrick, M.; Stark, W.

    1983-01-01

    The CICADA computer system is a network of super minicomputers for data acquisition, reduction, display and device control on the TFTR experiment. Human interaction with the CICADA system is accomplished by consoles offering color displays with a high degree of operator interaction with the computer system, and by interactive terminals offering a limited degree of operator interaction. The authors describe the software packages and data bases used to control the consoles and provide communication to an application program attached to a console. The console control program in its turn schedules the execution of control programs that furnish operating system interfaces to applications programs executing at a console or terminal (in response to human activation), or upon activation by scheduling tasks. The control programs handle functions such as applications task activation. They discuss the implementation of the control programs in the multi-computer CICADA environment, and describe the control program data bases. In a TFTR shot cycle, applications programs must be scheduled for activation at operator-defined stages, in order to accomplish the arming of hardware devices, acquisition of summary waveform data, and the acquisition and archiving of raw data. The authors describe the software tasks and data bases of the CICADA event system, which accomplishes this scheduling of applications task activation in conjunction with the control programs. Future enhancements planned for the console control, program control, and event systems are outlined

  18. The art of programming embedded systems

    CERN Document Server

    Ganssle, Jack

    1992-01-01

    Embedded systems are products such as microwave ovens, cars, and toys that rely on an internal microprocessor. This book is oriented toward the design engineer or programmer who writes the computer code for such a system. There are a number of problems specific to the embedded systems designer, and this book addresses them and offers practical solutions.Key Features* Offers cookbook routines, algorithms, and design techniques* Includes tips for handling debugging management and testing* Explores the philosophy of tightly coupling software and hardware in programming and dev

  19. Influence of the synthesis parameters on the physico-chemical and catalytic properties of cerium oxide for application in the synthesis of diethyl carbonate

    International Nuclear Information System (INIS)

    Leino, Ewelina; Kumar, Narendra; Mäki-Arvela, Päivi; Aho, Atte; Kordás, Krisztián; Leino, Anne-Riikka; Shchukarev, Andrey; Murzin, Dmitry Yu.; Mikkola, Jyri-Pekka

    2013-01-01

    Synthesis of cerium (IV) oxide by means of room temperature precipitation method was carried out. The effect of preparation variables such as synthesis time, calcination temperature and pH of the solution on resulting CeO 2 properties was discussed. Moreover, the comparison of CeO 2 samples prepared in a static and rotation mode of synthesis is presented. The solid catalysts were characterized by means of X-ray powder diffraction, scanning electron microscopy, transmission electron microscope, nitrogen physisorption, X-ray photoelectron spectroscopy, Fourier transform infrared spectroscopy using pyridine as a probe molecule and temperature programmed desorption of CO 2 . Significant variations in physico-chemical properties of CeO 2 by varying the preparation conditions were observed. Furthermore, the catalytic performances of CeO 2 catalysts were compared in the synthesis of diethyl carbonate starting from ethanol and CO 2 using butylene oxide as a dehydrating agent. The dependence of CeO 2 properties on its catalytic activity is evaluated in detail. - Highlights: • Synthesis of cerium (IV) oxide by precipitation method. • Influence of synthesis time, calcination temperature, mode of stirring and solution pH on properties. • Characterization by XRD, SEM, TEM, nitrogen physisorption, XPS, FTIR. • Catalytic performance diethyl carbonate synthesis from ethanol and CO 2

  20. Configuration management program plan for Hanford site systems engineering

    International Nuclear Information System (INIS)

    Hoffman, A.G.

    1994-01-01

    This plan establishes the integrated configuration management program for the evolving technical baseline developed through the systems engineering process. This configuration management program aligns with the criteria identified in the DOE Standard, DOE-STD-1073-93. Included are specific requirements for control of the systems engineering RDD-100 database, and electronic data incorporated in the database that establishes the Hanford site technical baseline

  1. Gene expression programming for power system static security ...

    African Journals Online (AJOL)

    user

    Keywords: static security, gene expression programming, probabilistic neural network ... Hence digital computers are usually installed in operations control centers to gather ...... power system protection, and applications of AI in power systems.

  2. Utility battery storage systems. Program report for FY95

    Energy Technology Data Exchange (ETDEWEB)

    Butler, P.C.

    1996-03-01

    Sandia National Laboratories, New Mexico, conducts the Utility Battery Storage Systems Program, which is sponsored by the U.S. Department of Energy`s Office of Utility Technologies. The goal of this program is to assist industry in developing cost-effective battery systems as a utility resource option by 2000. Sandia is responsible for the engineering analyses, contracted development, and testing of rechargeable batteries and systems for utility energy storage applications. This report details the technical achievements realized during fiscal year 1995.

  3. Utility battery storage systems program report for FY 94

    Energy Technology Data Exchange (ETDEWEB)

    Butler, P.C.

    1995-03-01

    Sandia National Laboratories, New Mexico, conducts the Utility Battery Storage Systems Program, which is sponsored by the US Department of Energy`s Office of Energy Management. The goal of this program is to assist industry in developing cost-effective battery systems as a utility resource option by 2000. Sandia is responsible for the engineering analyses, contracted development, and testing of rechargeable batteries and systems for utility energy storage applications. This report details the technical achievements realized during fiscal year 1994.

  4. Automated Design of Board and MCM Level Digital Systems.

    Science.gov (United States)

    1997-10-01

    Object- Oriented Programming, 7(6):39-49, October 1994. 46 December 14, 1994 33 [3] Stephen J. Garland, John V. Guttag, and James J. Horning...of Digital Circuits. Mc Graw Hill, 1994. 15 APPENDIX G: ... 93 Multicomponent Partitioning for VLSI System Synthesis Nand Kumar and Ranga Vemuri

  5. University Program Management Information System: NASA's University Program Active Projects

    Science.gov (United States)

    Gans, Gary (Technical Monitor)

    2003-01-01

    As basic policy, NASA believes that colleges and universities should be encouraged to participate in the nation's space and aeronautics program to the maximum extent practicable. Indeed, universities are considered as partners with government and industry in the nation's aerospace program. NASA's objective is to have them bring their scientific, engineering, and social research competence to bear on aerospace problems and on the broader social, economic, and international implications of NASA's technical and scientific programs. It is expected that, in so doing, universities will strengthen both their research and their educational capabilities to contribute more effectively to the national well being. This annual report is one means of documenting the NASA-university relationship, frequently denoted, collectively, as NASA's University Program. This report is consistent with agency accounting records, as the data is obtained from NASA's Financial and Contractual Status (FACS) System, operated by the Financial Management Division and the Procurement Office. However, in accordance with interagency agreements, the orientation differs from that required for financial or procurement purposes. Any apparent discrepancies between this report and other NASA procurement or financial reports stem from the selection criteria for the data. This report was prepared by the Office of Education/N.

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

  7. Evaluation of the FIR Example using Xilinx Vivado High-Level Synthesis Compiler

    Energy Technology Data Exchange (ETDEWEB)

    Jin, Zheming [Argonne National Lab. (ANL), Argonne, IL (United States); Finkel, Hal [Argonne National Lab. (ANL), Argonne, IL (United States); Yoshii, Kazutomo [Argonne National Lab. (ANL), Argonne, IL (United States); Cappello, Franck [Argonne National Lab. (ANL), Argonne, IL (United States)

    2017-07-28

    Compared to central processing units (CPUs) and graphics processing units (GPUs), field programmable gate arrays (FPGAs) have major advantages in reconfigurability and performance achieved per watt. This development flow has been augmented with high-level synthesis (HLS) flow that can convert programs written in a high-level programming language to Hardware Description Language (HDL). Using high-level programming languages such as C, C++, and OpenCL for FPGA-based development could allow software developers, who have little FPGA knowledge, to take advantage of the FPGA-based application acceleration. This improves developer productivity and makes the FPGA-based acceleration accessible to hardware and software developers. Xilinx Vivado HLS compiler is a high-level synthesis tool that enables C, C++ and System C specification to be directly targeted into Xilinx FPGAs without the need to create RTL manually. The white paper [1] published recently by Xilinx uses a finite impulse response (FIR) example to demonstrate the variable-precision features in the Vivado HLS compiler and the resource and power benefits of converting floating point to fixed point for a design. To get a better understanding of variable-precision features in terms of resource usage and performance, this report presents the experimental results of evaluating the FIR example using Vivado HLS 2017.1 and a Kintex Ultrascale FPGA. In addition, we evaluated the half-precision floating-point data type against the double-precision and single-precision data type and present the detailed results.

  8. Surface Systems R&D in NASA's Planetary Exploration Program

    Science.gov (United States)

    Weisbin, C.; Rodriguez, G.

    2000-01-01

    This paper reports on activities being supported by the Surface Systems Thrust of the NASA Cross Enterprise Technology Development Program, a research program whithin the NASA office of Space Science.

  9. A Novel Green Synthesis of Thalidomide and Analogs

    Directory of Open Access Journals (Sweden)

    Ellis Benjamin

    2017-01-01

    Full Text Available Thalidomide and its derivatives are currently under investigation for their antiangiogenic, immunomodulative, and anticancer properties. Current methods used to synthesize these compounds involve multiple steps and extensive workup procedures. Described herein is an efficient microwave irradiation green synthesis method that allows preparation of thalidomide and its analogs in a one-pot multicomponent synthesis system. The multicomponent synthesis system developed involves an array of cyclic anhydrides, glutamic acid, and ammonium chloride in the presence of catalytic amounts of 4-N,N-dimethylaminopyridine (DMAP to produce thalidomide and structurally related compounds within minutes in good isolated yields.

  10. Total Synthesis of Bryostatins. Development of Methodology for Atom-Economic and Stereoselective Synthesis of the C-ring Subunit

    Science.gov (United States)

    Trost, Barry M.; Frontier, Alison J.; Thiel, Oliver R.; Yang, Hanbiao; Dong, Guangbin

    2012-01-01

    Bryostatins, a family of structurally complicated macrolides, exhibit an exceptional range of biological activities. The limited availability and structural complexity of these molecules makes development of an efficient total synthesis particularly important. This article describes our initial efforts towards the total synthesis of bryostatins, in which chemoselective and atom-economical methods for stereoselective assembly of the C-ring subunit were developed. A Pd-catalyzed tandem alkyne-alkyne coupling/6-endo-dig cyclization sequence was explored and successfully pursued in the synthesis of a dihydropyran ring system. Elaboration of this methodology ultimately led to a concise synthesis of the C-ring subunit of bryostatins. PMID:21793057

  11. On a program manifold's stability of one contour automatic control systems

    Science.gov (United States)

    Zumatov, S. S.

    2017-12-01

    Methodology of analysis of stability is expounded to the one contour systems automatic control feedback in the presence of non-linearities. The methodology is based on the use of the simplest mathematical models of the nonlinear controllable systems. Stability of program manifolds of one contour automatic control systems is investigated. The sufficient conditions of program manifold's absolute stability of one contour automatic control systems are obtained. The Hurwitz's angle of absolute stability was determined. The sufficient conditions of program manifold's absolute stability of control systems by the course of plane in the mode of autopilot are obtained by means Lyapunov's second method.

  12. Adaptable structural synthesis using advanced analysis and optimization coupled by a computer operating system

    Science.gov (United States)

    Sobieszczanski-Sobieski, J.; Bhat, R. B.

    1979-01-01

    A finite element program is linked with a general purpose optimization program in a 'programing system' which includes user supplied codes that contain problem dependent formulations of the design variables, objective function and constraints. The result is a system adaptable to a wide spectrum of structural optimization problems. In a sample of numerical examples, the design variables are the cross-sectional dimensions and the parameters of overall shape geometry, constraints are applied to stresses, displacements, buckling and vibration characteristics, and structural mass is the objective function. Thin-walled, built-up structures and frameworks are included in the sample. Details of the system organization and characteristics of the component programs are given.

  13. Regulation of protein synthesis during sea urchin early development

    International Nuclear Information System (INIS)

    Kelso, L.C.

    1989-01-01

    Fertilization of the sea urchin egg results in a 20-40 fold increase in the rate of protein synthesis. The masked message hypothesis proposes that mRNAs are masked or unavailable for translation in the egg. We devised an in vivo assay to test this hypothesis. Our results show that masked mRNAs limit protein synthesis in the unfertilized egg. In addition, we show that protein synthesis is also regulated at the level of translational machinery. Following fertilization is a period of rapid cell divisions. This period, known as the rapid cleavage stage, is characterized by the transient synthesis of a novel set of proteins. The synthesis of these proteins is programmed by maternal mRNAs stored in the unfertilized egg. To study the behavior of these mRNAs, we prepared a cDNA library from polysomal poly (A+) RNA from 2-hour embryos. [ 32 P] labeled probes, prepared from the cDNA library, were used to monitor the levels of individual mRNAs in polysomes at fertilization and during early development

  14. National Waste Terminal Storage Program, planning and control system manual

    International Nuclear Information System (INIS)

    1976-09-01

    This manual contains a brief description of the NWTS program in order to define the environment within which the system must function; an overview of the system, and the concepts and techniques that were utilized in its development; and OWI implementation on the NWTS Program

  15. Low-level rf system for the AGS Light Ion Program

    International Nuclear Information System (INIS)

    Kovarik, V.; Ahrens, L.; Barton, D.S.; Frankel, R.; Otis, A.; Pope, D.; Pritsker, M.; Raka, E.; Warkentien, R.

    1987-01-01

    The new low level rf system for the light ion acceleration program features direct digital control of a phase continuous rf synthesizer clocked by finite changes in the B field. The system, its operation and testing are described. The system covers the complete rf frequency range and switches over from single cavity acceleration to multiple cavity acceleration with no beam loss. It also switches from the programmed drive to the normal bootstrap system

  16. In-situ synthesis of hydrogen peroxide in a novel Zn-CNTs-O2 system

    Science.gov (United States)

    Gong, Xiao-bo; Yang, Zhao; Peng, Lin; Zhou, An-lan; Liu, Yan-lan; Liu, Yong

    2018-02-01

    A novel strategy of in-situ synthesis of hydrogen peroxide (H2O2) was formulated and evaluated. Oxygen was selectively reduced to H2O2 combined with electrochemical corrosion of zinc in the Zn-CNTs-O2 system. The ratio of zinc and CNTs, heat treatment temperature, and operational parameters such as composite dosage, initial pH, solution temperature, oxygen flow rate were systematically investigated to improve the efficiency of H2O2 generation. The Zn-CNTs composite (weight ratio of 2.5:1) prepared at 500 °C showed the maximum H2O2 accumulation concentration of 293.51 mg L-1 within 60 min at the initial pH value of 3.0, Zn-CNTs dosage of 0.4 g and oxygen flow rate of 400 mL min-1. The oxygen was reduced through two-electron pathway to hydrogen peroxide on CNTs while the zinc was oxidized in the system and the dissolved zinc ions convert to zinc hydroxide and depositing on the surface of CNTs. It was proposed that the increment of direct H2O2 production was caused by the improvement of the formed Zn/CNTs corrosion cell. This provides promising strategy for in-situ synthesis and utilization of hydrogen peroxide in the novel Zn-CNTs-O2 system, which enhances the environmental and economic attractiveness of the use of H2O2 as green oxidant for wastewater treatments.

  17. Regulated programmed lysis of recombinant Salmonella in host tissues to release protective antigens and confer biological containment

    OpenAIRE

    Kong, Wei; Wanda, Soo-Young; Zhang, Xin; Bollen, Wendy; Tinge, Steven A.; Roland, Kenneth L.; Curtiss, Roy

    2008-01-01

    We have devised and constructed a biological containment system designed to cause programmed bacterial cell lysis with no survivors. We have validated this system, using Salmonella enterica serovar Typhimurium vaccines for antigen delivery after colonization of host lymphoid tissues. The system is composed of two parts. The first component is Salmonella typhimurium strain χ8937, with deletions of asdA and arabinose-regulated expression of murA, two genes required for peptidoglycan synthesis a...

  18. Multi-processor system-level synthesis for multiple applications on platform FPGA

    NARCIS (Netherlands)

    Kumar, A.; Fernando, S.D.; Ha, Y.; Mesman, B.; Corporaal, H.; Bertels, Koen

    2007-01-01

    Multiprocessor systems-on-chip (MPSoC) are being developed in increasing numbers to support the high number of applications running on modern embedded systems. Designing and programming such systems prove to be a major challenge. Most of the current design methodologies rely on creating the design

  19. One System for Blood Program Information Management

    Science.gov (United States)

    Gero, Michael G.; Klickstein, Judith S.; Hurst, Timm M.

    1980-01-01

    A system which integrates the diverse functions of a Blood Program within one structure is being assembled at the American National Red Cross Blood Services, Northeast Region. When finished, it will provide technical support for collection scheduling, donor recruitment, recordkeeping, laboratory processing, inventory management, HLA typing and matching, distribution, and administration within the Program. By linking these applications, a reporting structure useful to top management will be provided.

  20. The Dalton quantum chemistry program system

    DEFF Research Database (Denmark)

    Aidas, Kestutis; Angeli, Celestino; Bak, Keld Lars

    2014-01-01

    Dalton is a powerful general-purpose program system for the study of molecular electronic structure at the Hartree–Fock, Kohn–Sham, multiconfigurational self-consistent-field, Møller–Plesset, configuration-interaction, and coupled-cluster levels of theory. Apart from the total energy, a wide...

  1. Program Management Plan for the Martin Marietta Energy Systems, Inc., Oak Ridge National Laboratory Site Environmental Restoration Program

    International Nuclear Information System (INIS)

    1994-07-01

    This program management plan describes the scope, objectives, and method of accomplishment for the Martin Marietta Energy Systems, Inc. (Energy Systems) Oak Ridge National laboratory (ORNL) Environmental Restoration (ER) Program. The ORNL ER Program is one of five site program, receiving guidance from and reporting to the Energy Systems ER Division. Therefore, all ORNL ER policies and procedures are consistent with ER Division policies and procedures. This plan covers all ORNL ER activities, the participants involved in these activities (and their roles and responsibilities), and all phases of the remediation process. This plan will also serve as a template that may be supplemented as necessary to produce individual project management plans for specific projects. This document explains how the Energy Systems ORNL ER Program does business, so the ORNL ER Program's management structure is illustrated in detail. Personnel are matrixed to the ER Program from other organizations to assist with specific projects. This plan identifies positions at the program level and discusses responsibilities and interactions with positions at the project level. This plan includes sections that describe requirements for project plans, work breakdown structures, schedules, project management and cost control systems, and information and reporting. Project management plans will utilize the work breakdown structure and dictionary pages in the appropriate life cycle baseline report This plan describes the information that should be contained in ORNL ER project management plans. The most important milestones are primary documents relating to the management and remediation of contaminated sites. Primary document milestones are subject to stipulated penalties and receive paramount attention

  2. Distributed Pair Programming Using Collaboration Scripts: An Educational System and Initial Results

    Science.gov (United States)

    Tsompanoudi, Despina; Satratzemi, Maya; Xinogalos, Stelios

    2015-01-01

    Since pair programming appeared in the literature as an effective method of teaching computer programming, many systems were developed to cover the application of pair programming over distance. Today's systems serve personal, professional and educational purposes allowing distributed teams to work together on the same programming project. The…

  3. Implementation of the Air Program Information Management System (APIMS) Inspection Module

    Science.gov (United States)

    2009-05-01

    7 5 T H A I R B A S E W I N G Implementation of the Air Program Information Management System (APIMS) Inspection Module 2009 Environment...Implementation of the Air Program Information Management System (APIMS) Inspection Module 5a. CONTRACT NUMBER 5b. GRANT NUMBER 5c. PROGRAM ELEMENT NUMBER

  4. Designing PV Incentive Programs to Promote System Performance: AReview of Current Practice

    Energy Technology Data Exchange (ETDEWEB)

    Barbose, Galen; Wiser, Ryan; Bolinger, Mark

    2006-11-12

    Some stakeholders continue to voice concerns about the performance of customer-sited photovoltaic (PV) systems, particularly because these systems typically receive financial support through ratepayer- or publicly-funded programs. Although much remains to be understood about the extent and specific causes of poor PV system performance, several studies of the larger programs and markets have shed some light on the issue. An evaluation of the California Energy Commission (CEC)'s Emerging Renewables Program, for example, found that 7% of systems, in a sample of 95, had lower-than-expected power output due to shading or soiling (KEMA 2005). About 3% of a larger sample of 140 systems were not operating at all or were operating well below expected output, due to failed equipment, faulty installation workmanship, and/or a lack of basic maintenance. In a recent evaluation of the other statewide PV incentive program in California, the Self-Generation Incentive Program, 9 of 52 projects sampled were found to have annual capacity factors less than 14.5%, although reasons for these low capacity factors generally were not identified (Itron 2005). Studies of PV systems in Germany and Japan, the two largest PV markets worldwide, have also revealed some performance problems associated with issues such as shading, equipment and installation defects, inverter failure, and deviations from module manufacturers' specifications (Otani et al. 2004, Jahn & Nasse 2004). Although owners of PV systems have an inherent incentive to ensure that their systems perform well, many homeowners and building operators may lack the necessary information and expertise to carry out this task effectively. Given this barrier, and the responsibility of PV incentive programs to ensure that public funds are prudently spent, these programs should (and often do) play a critical role in promoting PV system performance. Performance-based incentives (PBIs), which are based on actual energy production

  5. Power system requirements and selection for the space exploration initiative

    International Nuclear Information System (INIS)

    Biringer, K.L.; Bartine, D.E.; Buden, D.; Foreman, J.; Harrison, S.

    1991-01-01

    The Space Exploration Initiative (SEI) seeks to reestablish a US program of manned and unmanned space exploration. The President has called for a program which includes a space station element, a manned habitation of the moon, and a human exploration of Mars. The NASA Synthesis Group has developed four significantly different architectures for the SEI program. One key element of a space exploration effort is the power required to support the missions. The Power Speciality Team of the Synthesis Group was tasked with assessing and evaluating the power requirements and candidate power technologies for such missions. Inputs to the effort came from existing NASA studies as well as other governments agency inputs such as those from DOD and DOE. In addition, there were industry and university briefings and results of solicitations from the AIAA and the general public as part of the NASA outreach effort. Because of the variety of power needs in the SEI program, there will be a need for multiple power system technologies including solar, nuclear and electrochemical. Due to the high rocket masses required to propel payloads to the moon and beyond to Mars, there is great emphasis placed on the need for high power density and high energy density systems. Power system technology development work is needed results will determine the ultimate technology selections. 23 refs., 10 figs

  6. Feasibility study on blast furnace ironmaking system integrated with methanol synthesis for reduction of carbon dioxide emission with effective use of energy

    Energy Technology Data Exchange (ETDEWEB)

    Akiyama, T [and others; Tohoku University, Sendai (Japan)

    1993-01-01

    The system proposed involves injection of natural gas at the tuyeres to reduce coke consumption, and methanol synthesis from the top gas. Operating data are calculated with a mathematical model, showing that significant reductions in emission of greenhouse gases and in exergy losses can be expected. (Development of an effective catalyst for the methanol synthesis is described in a companion paper: A. Muramatsu et al., 1144-1149).

  7. Pilot program for an automated data collection system

    International Nuclear Information System (INIS)

    Burns, R.S.; Johnson, P.S.; Denny, E.C.

    1984-01-01

    This report describes the pilot program of an automated data collection system and presents some of the managerial experiences during its startup. The pilot program demonstrated that improvements can be made in data collection and handling, even when a key hardware item does not meet requirements. 2 figures, 1 table

  8. Integrating declarative knowledge programming styles and tools for building expert systems

    Energy Technology Data Exchange (ETDEWEB)

    Barbuceanu, M; Trausan-Matu, S; Molnar, B

    1987-01-01

    The XRL system reported in this paper is an integrated knowledge programming environment whose major research theme is the investigation of declarative knowledge programming styles and features and of the way they can be effectively integrated and used to support AI programming. This investigation is carried out in the context of the structured-object representation paradigm which provides the glue keeping XRL components together. The paper describes several declarative programming styles and associated support tools available in XRL. These include an instantiation system supporting a generalized view of the ubiquous frame installation process, a description based programming system providing a novel declarative programming style which embeds a mathematical oriented description language in the structured object environment and a transformational interpreter for using it, a semantics oriented programming framework which offers a specific semantic construct based approach supporting maintenance and evolution and a self description and self generation tool which applies the latter approach to XRL itself. 29 refs., 16 figs.

  9. Fuel Flexible Turbine System (FFTS) Program

    Energy Technology Data Exchange (ETDEWEB)

    None, None

    2012-12-31

    In this fuel flexible turbine system (FFTS) program, the Parker gasification system was further optimized, fuel composition of biomass gasification process was characterized and the feasibility of running Capstone MicroTurbine(TM) systems with gasification syngas fuels was evaluated. With high hydrogen content, the gaseous fuel from a gasification process of various feed stocks such as switchgrass and corn stover has high reactivity and high flashback propensity when running in the current lean premixed injectors. The research concluded that the existing C65 microturbine combustion system, which is designed for natural gas, is not able to burn the high hydrogen content syngas due to insufficient resistance to flashback (undesired flame propagation to upstream within the fuel injector). A comprehensive literature review was conducted on high-hydrogen fuel combustion and its main issues. For Capstone's lean premixed injector, the main mechanisms of flashback were identified to be boundary layer flashback and bulk flow flashback. Since the existing microturbine combustion system is not able to operate on high-hydrogen syngas fuels, new hardware needed to be developed. The new hardware developed and tested included (1) a series of injectors with a reduced propensity for boundary layer flashback and (2) two new combustion liner designs (Combustion Liner Design A and B) that lead to desired primary zone air flow split to meet the overall bulk velocity requirement to mitigate the risk of core flashback inside the injectors. The new injector designs were evaluated in both test apparatus and C65/C200 engines. While some of the new injector designs did not provide satisfactory performance in burning target syngas fuels, particularly in improving resistance to flashback. The combustion system configuration of FFTS-4 injector and Combustion Liner Design A was found promising to enable the C65 microturbine system to run on high hydrogen biomass syngas. The FFTS-4 injector

  10. Two-directional synthesis as a tool for diversity-oriented synthesis: Synthesis of alkaloid scaffolds

    Directory of Open Access Journals (Sweden)

    Kieron M. G. O’Connell

    2012-06-01

    Full Text Available Two-directional synthesis represents an ideal strategy for the rapid elaboration of simple starting materials and their subsequent transformation into complex molecular architectures. As such, it is becoming recognised as an enabling technology for diversity-oriented synthesis. Herein, we provide a thorough account of our work combining two-directional synthesis with diversity-oriented synthesis, with particular reference to the synthesis of polycyclic alkaloid scaffolds.

  11. An ultraviolet-visible spectrophotometer automation system. Part 3: Program documentation

    Science.gov (United States)

    Roth, G. S.; Teuschler, J. M.; Budde, W. L.

    1982-07-01

    The Ultraviolet-Visible Spectrophotometer (UVVIS) automation system accomplishes 'on-line' spectrophotometric quality assurance determinations, report generations, plot generations and data reduction for chlorophyll or color analysis. This system also has the capability to process manually entered data for the analysis of chlorophyll or color. For each program of the UVVIS system, this document contains a program description, flowchart, variable dictionary, code listing, and symbol cross-reference table. Also included are descriptions of file structures and of routines common to all automated analyses. The programs are written in Data General extended BASIC, Revision 4.3, under the RDOS operating systems, Revision 6.2. The BASIC code has been enhanced for real-time data acquisition, which is accomplished by CALLS to assembly language subroutines. Two other related publications are 'An Ultraviolet-Visible Spectrophotometer Automation System - Part I Functional Specifications,' and 'An Ultraviolet-Visible Spectrophotometer Automation System - Part II User's Guide.'

  12. Modeling on a PWR power conversion system with system program

    International Nuclear Information System (INIS)

    Gao Rui; Yang Yanhua; Lin Meng

    2007-01-01

    Based on the power conversion system of nuclear and conventional islands of Daya Bay Power Station, this paper models the thermal-hydraulic systems of primary and secondary loops for PWR by using the PWR best-estimate program-RELAP5. To simulate the full-scope power conversion system, not only the traditional basic system models of nuclear island, but also the major system models of conventional island are all considered and modeled. A comparison between the calculated results and the actual data of reactor demonstrates a fine match for Daya Bay Nuclear Power Station, and manifests the feasibility in simulating full-scope power conversion system of PWR by RELAP5 at the same time. (authors)

  13. EDDYTRAN program system for eddy current, electromagnetic force and structural analysis

    International Nuclear Information System (INIS)

    Kameari, A.; Nikura, S.

    1983-01-01

    A computer program system (EDDYTRAN), which is applicable to torus structures of magnetic fusion devices, has been developed to calculate the eddy current, electromagnetic force and structural analysis. The program system is designed to perform the following functions sequentially: 1) generation of model mesh and other data such as electromagnetic and mechanical properties of finite elements and boundary conditions, 2) calculations of eddy currents and electromagnetic forces, 3) transformation of the resultant force to load data fit to the structural analysis program, 4) structural analysis and 5) post-processing of the results. The EDDYTRAN utilizes the EDDYCUFF (EDDY CUrrent, magnetic Field and electromagnetic Force) program and the NASTRAN (NASA STRuctural ANalysis) program. Here, the EDDYCUFF program which has been developed by the authors is a generalized computer program to calculate transient eddy currents, resultant magnetic fields and electromagnetic forces in the conductive components. This paper describes the outline of the EDDYTRAN program system and preliminary results obtained through the application to the Tokamak reactor design which was performed for the Japan Atomic Energy Research Institute

  14. Multidisciplinary research program directed toward utilization of solar energy through bioconversion of renewable resources

    Energy Technology Data Exchange (ETDEWEB)

    1980-07-01

    Progress is reported in this multidisciplinary research program. Genetic selection of superior trees, physiological basis of vigor, tissue culture systems leading to cloning of diploid and haploid cell lines are discussed in the Program A report. The physiological basis of enhanced oleoresin formation in southern pines when treated with sublethal concentrations of the herbicide paraquat was investigated in Program B. In Program C, metabolic changes in the stems of slash pine, in vivo, after application with paraquat were determined. The use of phdoem and xylem tissue slices as a laboratory model for studying paraquat associated- and normal-terpene synthesis in pines is discussed. The biochemistry and physiology of methane formation from cellulose during anaerobic fermentation are discussed in the Program D report. (DMC)

  15. Synthesis of Axial Power Distribution Using 5-Level Ex-core Detector in a Core Protection System

    International Nuclear Information System (INIS)

    Koo, Bon-Seung; Lee, Chung-Chan; Zee, Sung-Quun

    2007-01-01

    In ABB-CE digital plants, Core Protection Calculator System (CPCS) is used for a core protection based on several online measured system parameters including 3- level safety grade ex-core detector signals. The CPCS provides four independent channels for the departure from a nucleate boiling ratio (DNBR) and local power density (LPD) trip signals to the reactor protection system. Each channel consists of a core protection calculator (CPC) and a control element assembly calculator (CEAC). The cubic spline synthesis technique has been used in online calculations of the core axial power distributions using 3-level ex-core detector signals in CPC. The pre-determined cubic spline function sets are used depending on the characteristics of the ex-core detector responses. But this method shows large power distribution errors for the extremely skewed axial shapes due to restrictive function sets and an incorrect SAM value. Especially thus situation is worse at a higher burnup. To solve these problems, the cubic spline function sets are improved and it is demonstrated that the axial power shapes can be synthesized more accurately with the new function sets than those of a conventional CPC. In this paper, synthesis of an axial power distribution using a 5-level ex-core detector is described and the axial power distributions are compared between 3-level and 5-level ex-core detector systems

  16. Selecting, adapting, and sustaining programs in health care systems

    Directory of Open Access Journals (Sweden)

    Zullig LL

    2015-04-01

    Full Text Available Leah L Zullig,1,2 Hayden B Bosworth1–4 1Center for Health Services Research in Primary Care, Durham Veterans Affairs Medical Center, Durham, NC, USA; 2Department of Medicine, Duke University Medical Center, Durham, NC, USA; 3School of Nursing, 4Department of Psychiatry and Behavioral Sciences, Duke University, Durham, NC, USA Abstract: Practitioners and researchers often design behavioral programs that are effective for a specific population or problem. Despite their success in a controlled setting, relatively few programs are scaled up and implemented in health care systems. Planning for scale-up is a critical, yet often overlooked, element in the process of program design. Equally as important is understanding how to select a program that has already been developed, and adapt and implement the program to meet specific organizational goals. This adaptation and implementation requires attention to organizational goals, available resources, and program cost. We assert that translational behavioral medicine necessitates expanding successful programs beyond a stand-alone research study. This paper describes key factors to consider when selecting, adapting, and sustaining programs for scale-up in large health care systems and applies the Knowledge to Action (KTA Framework to a case study, illustrating knowledge creation and an action cycle of implementation and evaluation activities. Keywords: program sustainability, diffusion of innovation, information dissemination, health services research, intervention studies 

  17. A diphone-based speech-synthesis system for British English

    NARCIS (Netherlands)

    Pijper, de J.R.

    1987-01-01

    This article describes a keyboard-to-speech system for British English synthetic speech based on diphones. It concentrates on the development and composition of the diphone inventory and briefly describes a computer program which makes it possible to quickly concatenate diphones and synthesise

  18. Verification and synthesis of optimal decision strategies for complex systems

    International Nuclear Information System (INIS)

    Summers, S. J.

    2013-01-01

    Complex systems make a habit of disagreeing with the mathematical models strategically designed to capture their behavior. A recursive process ensues where data is used to gain insight into the disagreement. A simple model may give way to a model with hybrid dynamics. A deterministic model may give way to a model with stochastic dynamics. In many cases, the modeling framework that sufficiently characterises the system is both hybrid and stochastic; these systems are referred to as stochastic hybrid systems. This dissertation considers the stochastic hybrid system framework for modeling complex systems and provides mathematical methods for analysing, and synthesizing decision laws for, such systems. We first propose a stochastic reach-avoid problem for discrete time stochastic hybrid systems. In particular, we present a dynamic programming based solution to a probabilistic reach-avoid problem for a controlled discrete time stochastic hybrid system. We address two distinct interpretations of the reach-avoid problem via stochastic optimal control. In the first case, a sum-multiplicative cost function is introduced along with a corresponding dynamic recursion that quantifies the probability of hitting a target set at some point during a finite time horizon, while avoiding an unsafe set at all preceding time steps. In the second case, we introduce a multiplicative cost function and a dynamic recursion that quantifies the probability of hitting a target set at the terminal time, while avoiding an unsafe set at all preceding time steps. In each case, optimal reach-avoid control policies are derived as the solution to an optimal control problem via dynamic programming. We next introduce an extension of the reach-avoid problem where we consider the verification of discrete time stochastic hybrid systems when there exists uncertainty in the reachability specifications themselves. A sum multiplicative cost function is introduced along with a corresponding dynamic recursion

  19. Verification and synthesis of optimal decision strategies for complex systems

    Energy Technology Data Exchange (ETDEWEB)

    Summers, S. J.

    2013-07-01

    Complex systems make a habit of disagreeing with the mathematical models strategically designed to capture their behavior. A recursive process ensues where data is used to gain insight into the disagreement. A simple model may give way to a model with hybrid dynamics. A deterministic model may give way to a model with stochastic dynamics. In many cases, the modeling framework that sufficiently characterises the system is both hybrid and stochastic; these systems are referred to as stochastic hybrid systems. This dissertation considers the stochastic hybrid system framework for modeling complex systems and provides mathematical methods for analysing, and synthesizing decision laws for, such systems. We first propose a stochastic reach-avoid problem for discrete time stochastic hybrid systems. In particular, we present a dynamic programming based solution to a probabilistic reach-avoid problem for a controlled discrete time stochastic hybrid system. We address two distinct interpretations of the reach-avoid problem via stochastic optimal control. In the first case, a sum-multiplicative cost function is introduced along with a corresponding dynamic recursion that quantifies the probability of hitting a target set at some point during a finite time horizon, while avoiding an unsafe set at all preceding time steps. In the second case, we introduce a multiplicative cost function and a dynamic recursion that quantifies the probability of hitting a target set at the terminal time, while avoiding an unsafe set at all preceding time steps. In each case, optimal reach-avoid control policies are derived as the solution to an optimal control problem via dynamic programming. We next introduce an extension of the reach-avoid problem where we consider the verification of discrete time stochastic hybrid systems when there exists uncertainty in the reachability specifications themselves. A sum multiplicative cost function is introduced along with a corresponding dynamic recursion

  20. Tank waste remediation system environmental program plan

    International Nuclear Information System (INIS)

    Borneman, L.E.

    1998-01-01

    This Environmental Program Plan has been developed in support of the Integrated Environmental, Safety and Health Management System and consistent with the goals of DOE/RL-96-50, Hanford Strategic Plan (RL 1996a), and the specifications and guidance for ANSI/ISO 14001-1996, Environmental Management Systems Specification with guidance for use (ANSI/ISO 1996)

  1. Tank waste remediation system environmental program plan

    Energy Technology Data Exchange (ETDEWEB)

    Borneman, L.E.

    1998-01-09

    This Environmental Program Plan has been developed in support of the Integrated Environmental, Safety and Health Management System and consistent with the goals of DOE/RL-96-50, Hanford Strategic Plan (RL 1996a), and the specifications and guidance for ANSI/ISO 14001-1996, Environmental Management Systems Specification with guidance for use (ANSI/ISO 1996).

  2. Inhibited Carnitine Synthesis Causes Systemic Alteration of Nutrient Metabolism in Zebrafish.

    Science.gov (United States)

    Li, Jia-Min; Li, Ling-Yu; Qin, Xuan; Degrace, Pascal; Demizieux, Laurent; Limbu, Samwel M; Wang, Xin; Zhang, Mei-Ling; Li, Dong-Liang; Du, Zhen-Yu

    2018-01-01

    Impaired mitochondrial fatty acid β-oxidation has been correlated with many metabolic syndromes, and the metabolic characteristics of the mammalian models of mitochondrial dysfunction have also been intensively studied. However, the effects of the impaired mitochondrial fatty acid β-oxidation on systemic metabolism in teleost have never been investigated. In the present study, we established a low-carnitine zebrafish model by feeding fish with mildronate as a specific carnitine synthesis inhibitor [0.05% body weight (BW)/d] for 7 weeks, and the systemically changed nutrient metabolism, including carnitine and triglyceride (TG) concentrations, fatty acid (FA) β-oxidation capability, and other molecular and biochemical assays of lipid, glucose, and protein metabolism, were measured. The results indicated that mildronate markedly decreased hepatic carnitine concentrations while it had no effect in muscle. Liver TG concentrations increased by more than 50% in mildronate-treated fish. Mildronate decreased the efficiency of liver mitochondrial β-oxidation, increased the hepatic mRNA expression of genes related to FA β-oxidation and lipolysis, and decreased the expression of lipogenesis genes. Mildronate decreased whole body glycogen content, increased glucose metabolism rate, and upregulated the expression of glucose uptake and glycolysis genes. Mildronate also increased whole body protein content and hepatic mRNA expression of mechanistic target of rapamycin ( mtor ), and decreased the expression of a protein catabolism-related gene. Liver, rather than muscle, was the primary organ targeted by mildronate. In short, mildronate-induced hepatic inhibited carnitine synthesis in zebrafish caused decreased mitochondrial FA β-oxidation efficiency, greater lipid accumulation, and altered glucose and protein metabolism. This reveals the key roles of mitochondrial fatty acid β-oxidation in nutrient metabolism in fish, and this low-carnitine zebrafish model could also be

  3. Inhibited Carnitine Synthesis Causes Systemic Alteration of Nutrient Metabolism in Zebrafish

    Directory of Open Access Journals (Sweden)

    Jia-Min Li

    2018-05-01

    Full Text Available Impaired mitochondrial fatty acid β-oxidation has been correlated with many metabolic syndromes, and the metabolic characteristics of the mammalian models of mitochondrial dysfunction have also been intensively studied. However, the effects of the impaired mitochondrial fatty acid β-oxidation on systemic metabolism in teleost have never been investigated. In the present study, we established a low-carnitine zebrafish model by feeding fish with mildronate as a specific carnitine synthesis inhibitor [0.05% body weight (BW/d] for 7 weeks, and the systemically changed nutrient metabolism, including carnitine and triglyceride (TG concentrations, fatty acid (FA β-oxidation capability, and other molecular and biochemical assays of lipid, glucose, and protein metabolism, were measured. The results indicated that mildronate markedly decreased hepatic carnitine concentrations while it had no effect in muscle. Liver TG concentrations increased by more than 50% in mildronate-treated fish. Mildronate decreased the efficiency of liver mitochondrial β-oxidation, increased the hepatic mRNA expression of genes related to FA β-oxidation and lipolysis, and decreased the expression of lipogenesis genes. Mildronate decreased whole body glycogen content, increased glucose metabolism rate, and upregulated the expression of glucose uptake and glycolysis genes. Mildronate also increased whole body protein content and hepatic mRNA expression of mechanistic target of rapamycin (mtor, and decreased the expression of a protein catabolism-related gene. Liver, rather than muscle, was the primary organ targeted by mildronate. In short, mildronate-induced hepatic inhibited carnitine synthesis in zebrafish caused decreased mitochondrial FA β-oxidation efficiency, greater lipid accumulation, and altered glucose and protein metabolism. This reveals the key roles of mitochondrial fatty acid β-oxidation in nutrient metabolism in fish, and this low-carnitine zebrafish model

  4. Supercritical Flow Synthesis of TiO2

    DEFF Research Database (Denmark)

    Hellstern, Henrik Christian; Becker, Jacob; Hald, Peter

    2014-01-01

    A new, up-scaled supercritical flow synthesis apparatus has been constructed in Aarhus. A module based system allows for a range of parameter studies with improved parameter control. The dual-reactor setup enables both single phase and core-shell nanoparticle synthesis. TiO2 is a well-known mater...

  5. A program development tool for KEK VME-MAP control system

    International Nuclear Information System (INIS)

    Nakagawa, H.; Katoh, T.; Kadokura, E.; Akiyama, A.; Nigorikawa, K.; Ishii, K.

    1992-01-01

    The control system for KEK 12 GeV Proton Synchrotron has been replaced with a distributed VME-bus based microcomputer system and a MAP local area network. In order to simplify programming for network application tasks, a set of a preprocessor for a PASCAL compiler and a network communication server has been developed. Application programs for accelerator control system have blocks with similar codes; sending, waiting for, receiving, analyzing messages, etc. The preprocessor called 'OBJP' incorporates such common codes into the source code written by an application programmer. In case of a simple program, the size of the source code is reduced by one tenth of a full coding. (author)

  6. Automatic Generation of Safe Handlers for Multi-Task Systems

    OpenAIRE

    Rutten , Éric; Marchand , Hervé

    2004-01-01

    We are interested in the programming of real-time control systems, such as in robotic, automotive or avionic systems. They are designed with multiple tasks, each with multiple modes. It is complex to design task handlers that control the switching of activities in order to insure safety properties of the global system. We propose a model of tasks in terms of transition systems, designed especially with the purpose of applying existing discrete controller synthesis techniques. This provides us...

  7. Synthesis and surface engineering of nanomaterials by atmospheric-pressure microplasmas

    Science.gov (United States)

    McKenna, J.; Patel, J.; Mitra, S.; Soin, N.; Švrček, V.; Maguire, P.; Mariotti, D.

    2011-11-01

    Two different atmospheric pressure microplasma systems are discussed and used for the synthesis and surface engineering of a range of nanomaterials. Specifically a gas-phase approach from vaporized tetramethylsilane has been used to synthesize silicon carbide nanoparticles with diameters below 10 nm. A different microplasma system that interfaces with a liquid solution has then been used for the synthesis of surfactant-free electrically stabilized gold nanoparticles with varying size. A similar microplasma-liquid system has been finally successfully used to tailor surface properties of silicon nanoparticles and to reduce graphene oxide into graphene. The synthesis and surface engineering mechanisms are also discussed.

  8. Waste feed delivery program systems engineering implementation plan

    International Nuclear Information System (INIS)

    O'Toole, S.M.; Hendel, B.J.

    1998-01-01

    This document defines the systems engineering processes and products planned by the Waste Feed Delivery Program to develop the necessary and sufficient systems to provide waste feed to the Privatization Contractor for Phase 1. It defines roles and responsibilities for the performance of the systems engineering processes and generation of products

  9. Heuristic Evaluation for Novice Programming Systems

    OpenAIRE

    Kölling, Michael; McKay, Fraser

    2016-01-01

    The past few years has seen a proliferation of novice programming tools. The availability of a large number of systems has made it difficult for many users to choose among them. Even for education researchers, comparing the relative quality of these tools, or judging their respective suitability for a given context, is hard in many instances. For designers of such systems, assessing the respective quality of competing design decisions can be equally difficult.\\ud Heuristic evaluation provides...

  10. FWP executive summaries, Basic Energy Sciences Materials Sciences Programs (SNL/NM)

    Energy Technology Data Exchange (ETDEWEB)

    Samara, G.A.

    1997-05-01

    The BES Materials Sciences Program has the central theme of Scientifically Tailored Materials. The major objective of this program is to combine Sandia`s expertise and capabilities in the areas of solid state sciences, advanced atomic-level diagnostics and materials synthesis and processing science to produce new classes of tailored materials as well as to enhance the properties of existing materials for US energy applications and for critical defense needs. Current core research in this program includes the physics and chemistry of ceramics synthesis and processing, the use of energetic particles for the synthesis and study of materials, tailored surfaces and interfaces for materials applications, chemical vapor deposition sciences, artificially-structured semiconductor materials science, advanced growth techniques for improved semiconductor structures, transport in unconventional solids, atomic-level science of interfacial adhesion, high-temperature superconductors, and the synthesis and processing of nano-size clusters for energy applications. In addition, the program includes the following three smaller efforts initiated in the past two years: (1) Wetting and Flow of Liquid Metals and Amorphous Ceramics at Solid Interfaces, (2) Field-Structured Anisotropic Composites, and (3) Composition-Modulated Semiconductor Structures for Photovoltaic and Optical Technologies. The latter is a joint effort with the National Renewable Energy Laboratory. Separate summaries are given of individual research areas.

  11. Process improvement program evolves into compliance program at an integrated delivery system.

    Science.gov (United States)

    Tyk, R C; Hylton, P G

    1998-09-01

    An integrated delivery system discovered questionable practices when it undertook a process-improvement initiative for its revenue-to-cash cycle. These discoveries served as a wake-up call to the organization that it needed to develop a comprehensive corporate compliance program. The organization engaged legal counsel to help it establish such a program. A corporate compliance officer was hired, and a compliance committee was set up. They worked with counsel to develop the structure and substance of the program and establish a corporate code of conduct that became a part of the organization's policies and procedures. Teams were formed in various areas of the organization to review compliance-related activities and suggest improvements. Clinical and nonclinical staff attended mandatory educational sessions about the program. By approaching compliance systematically, the organization has put itself in an excellent position to avoid fraudulent and abusive activities- and the government scrutiny they invite.

  12. Spacecraft contamination programs within the Air Force Systems Command Laboratories

    Science.gov (United States)

    Murad, Edmond

    1990-01-01

    Spacecraft contamination programs exist in five independent AFSC organizations: Geophysics Laboratory (GL), Arnold Engineering and Development Center (AEDC), Rome Air Development Center (RADC/OSCE), Wright Research and Development Center (MLBT), Armament Laboratory (ATL/SAI), and Space Systems Division (SSD/OL-AW). In addition, a sizable program exists at Aerospace Corp. These programs are complementary, each effort addressing a specific area of expertise: GL's effort is aimed at addressing the effects of on-orbit contamination; AEDC's effort is aimed at ground simulation and measurement of optical contamination; RADC's effort addresses the accumulation, measurement, and removal of contamination on large optics; MLBT's effort is aimed at understanding the effect of contamination on materials; ATL's effort is aimed at understanding the effect of plume contamination on systems; SSD's effort is confined to the integration of some contamination experiments sponsored by SSD/CLT; and Aerospace Corp.'s effort is aimed at supporting the needs of the using System Program Offices (SPO) in specific areas, such as contamination during ground handling, ascent phase, laboratory measurements aimed at understanding on-orbit contamination, and mass loss and mass gain in on-orbit operations. These programs are described in some detail, with emphasis on GL's program.

  13. Nuclear Engine System Simulation (NESS). Volume 1: Program user's guide. Final Report

    International Nuclear Information System (INIS)

    Pelaccio, D.G.; Scheil, C.M.; Petrosky, L.J.

    1993-03-01

    A Nuclear Thermal Propulsion (NTP) engine system design analysis tool is required to support current and future Space Exploration Initiative (SEI) propulsion and vehicle design studies. Currently available NTP engine design models are those developed during the NERVA program in the 1960's and early 1970's and are highly unique to that design or are modifications of current liquid propulsion system design models. To date, NTP engine-based liquid design models lack integrated design of key NTP engine design features in the areas of reactor, shielding, multi-propellant capability, and multi-redundant pump feed fuel systems. Additionally, since the SEI effort is in the initial development stage, a robust, verified NTP analysis design tool could be of great use to the community. This effort developed an NTP engine system design analysis program (tool), known as the Nuclear Engine System Simulation (NESS) program, to support ongoing and future engine system and stage design study efforts. In this effort, Science Applications International Corporation's (SAIC) NTP version of the Expanded Liquid Engine Simulation (ELES) program was modified extensively to include Westinghouse Electric Corporation's near-term solid-core reactor design model. The ELES program has extensive capability to conduct preliminary system design analysis of liquid rocket systems and vehicles. The program is modular in nature and is versatile in terms of modeling state-of-the-art component and system options as discussed. The Westinghouse reactor design model, which was integrated in the NESS program, is based on the near-term solid-core ENABLER NTP reactor design concept. This program is now capable of accurately modeling (characterizing) a complete near-term solid-core NTP engine system in great detail, for a number of design options, in an efficient manner

  14. Total synthesis of solanoeclepin A

    Science.gov (United States)

    Tanino, Keiji; Takahashi, Motomasa; Tomata, Yoshihide; Tokura, Hiroshi; Uehara, Taketo; Narabu, Takashi; Miyashita, Masaaki

    2011-06-01

    Cyst nematodes are troublesome parasites that live on, and destroy, a range of important host vegetable plants. Damage caused by the potato cyst nematode has now been reported in over 50 countries. One approach to eliminating the problem is to stimulate early hatching of the nematodes, but key hatching stimuli are not naturally available in sufficient quantities to do so. Here, we report the first chemical synthesis of solanoeclepin A, the key hatch-stimulating substance for potato cyst nematode. The crucial steps in our synthesis are an intramolecular cyclization reaction for construction of the highly strained tricyclo[5.2.1.01,6]decane skeleton (DEF ring system) and an intramolecular Diels-Alder reaction of a furan derivative for the synthesis of the ABC carbon framework. The present synthesis has the potential to contribute to addressing one of the critical food issues of the twenty-first century.

  15. Safety program considerations for space nuclear reactor systems

    International Nuclear Information System (INIS)

    Cropp, L.O.

    1984-08-01

    This report discusses the necessity for in-depth safety program planning for space nuclear reactor systems. The objectives of the safety program and a proposed task structure is presented for meeting those objectives. A proposed working relationship between the design and independent safety groups is suggested. Examples of safety-related design philosophies are given

  16. High quality voice synthesis middle ware; Kohinshitsu onsei gosei middle war

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2000-03-01

    Toshiba Corp. newly developed a natural voice synthesis system, TOS Drive TTS (TOtally speaker Driven Text-To-Speech) system, in which natural high-quality read-aloud is greatly improved, and also developed as its application a voice synthesis middle ware. In the newly developed system, using as a model a narrator's voice recorded preliminarily, a metrical control dictionary is automatically learned that reproduces the characteristics of metrical patters such as intonation or rhythm of a human voice, as is a voice bases dictionary that reproduces the characteristics of a voice quality, enabling natural voice synthesis to be realized that picks up human voice characteristics. The system is high quality and also very compact, while the voice synthesis middle ware utilizing this technology is adaptable to various platforms such as MPU or OS. The system is very suitable for audio response in the ITS field having car navigation systems as the core; besides, expanded application is expected to an audio response system that used to employ a sound recording and reproducing system. (translated by NEDO)

  17. Systems reliability analysis: applications of the SPARCS System-Reliability Assessment Computer Program

    International Nuclear Information System (INIS)

    Locks, M.O.

    1978-01-01

    SPARCS-2 (Simulation Program for Assessing the Reliabilities of Complex Systems, Version 2) is a PL/1 computer program for assessing (establishing interval estimates for) the reliability and the MTBF of a large and complex s-coherent system of any modular configuration. The system can consist of a complex logical assembly of independently failing attribute (binomial-Bernoulli) and time-to-failure (Poisson-exponential) components, without regard to their placement. Alternatively, it can be a configuration of independently failing modules, where each module has either or both attribute and time-to-failure components. SPARCS-2 also has an improved super modularity feature. Modules with minimal-cut unreliabiliy calculations can be mixed with those having minimal-path reliability calculations. All output has been standardized to system reliability or probability of success, regardless of the form in which the input data is presented, and whatever the configuration of modules or elements within modules

  18. Stimulation of poliovirus RNA synthesis and virus maturation in a HeLa cell-free in vitro translation-RNA replication system by viral protein 3CDpro

    Directory of Open Access Journals (Sweden)

    Wimmer Eckard

    2005-11-01

    Full Text Available Abstract Poliovirus protein 3CDpro possesses both proteinase and RNA binding activities, which are located in the 3Cpro domain of the protein. The RNA polymerase (3Dpol domain of 3CDpro modulates these activities of the protein. We have recently shown that the level of 3CDpro in HeLa cell-free in vitro translation-RNA replication reactions is suboptimal for efficient virus production. However, the addition of either 3CDpro mRNA or of purified 3CDpro protein to in vitro reactions, programmed with viral RNA, results in a 100-fold increase in virus yield. Mutational analyses of 3CDpro indicated that RNA binding by the 3Cpro domain and the integrity of interface I in the 3Dpol domain of the protein are both required for function. The aim of these studies was to determine the exact step or steps at which 3CDpro enhances virus yield and to determine the mechanism by which this occurs. Our results suggest that the addition of extra 3CDpro to in vitro translation RNA-replication reactions results in a mild enhancement of both minus and plus strand RNA synthesis. By examining the viral particles formed in the in vitro reactions on sucrose gradients we determined that 3CDpro has only a slight stimulating effect on the synthesis of capsid precursors but it strikingly enhances the maturation of virus particles. Both the stimulation of RNA synthesis and the maturation of the virus particles are dependent on the presence of an intact RNA binding site within the 3Cpro domain of 3CDpro. In addition, the integrity of interface I in the 3Dpol domain of 3CDpro is required for efficient production of mature virus. Surprisingly, plus strand RNA synthesis and virus production in in vitro reactions, programmed with full-length transcript RNA, are not enhanced by the addition of extra 3CDpro. Our results indicate that the stimulation of RNA synthesis and virus maturation by 3CDpro in vitro is dependent on the presence of a VPg-linked RNA template.

  19. Coal Power Systems strategic multi-year program plans

    Energy Technology Data Exchange (ETDEWEB)

    None

    2001-02-01

    The Department of Energy's (DOE) Office of Fossil Energy (FE), through the Coal and Power Systems (C and PS) program, funds research to advance the scientific knowledge needed to provide new and improved energy technologies; to eliminate any detrimental environmental effects of energy production and use; and to maintain US leadership in promoting the effective use of US power technologies on an international scale. Further, the C and PS program facilitates the effective deployment of these technologies to maximize their benefits to the Nation. The following Strategic Plan describes how the C and PS program intends to meet the challenges of the National Energy Strategy to: (1) enhance American's energy security; (2) improve the environmental acceptability of energy production and use; (3) increase the competitiveness and reliability of US energy systems; and (4) ensure a robust US energy future. It is a plan based on the consensus of experts and managers from FE's program offices and the National Energy Technology Laboratory (NETL).

  20. A realist synthesis of the effect of social accountability interventions on health service providers' and policymakers' responsiveness.

    Science.gov (United States)

    Lodenstein, Elsbet; Dieleman, Marjolein; Gerretsen, Barend; Broerse, Jacqueline Ew

    2013-11-07

    Accountability has center stage in the current post-Millennium Development Goals (MDG) debate. One of the effective strategies for building equitable health systems and providing quality health services is the strengthening of citizen-driven or social accountability processes. The monitoring of actions and decisions of policymakers and providers by citizens is regarded as a right in itself but also as an alternative to weak administrative accountability mechanisms, in particular in settings with poor governance. The effects of social accountability interventions are often based on assumptions and are difficult to evaluate because of their complex nature and context sensitivity. This study aims to review and assess the available evidence for the effect of social accountability interventions on policymakers' and providers' responsiveness in countries with medium to low levels of governance capacity and quality. For policymakers and practitioners engaged in health system strengthening, social accountability initiatives and rights-based approaches to health, the findings of this review may help when reflecting on the assumptions and theories of change behind their policies and interventions. Little is known about social accountability interventions, their outcomes and the circumstances under which they produce outcomes for particular groups or issues. In this study, social accountability interventions are conceptualized as complex social interventions for which a realist synthesis is considered the most appropriate method of systematic review. The synthesis is based on a preliminary program theory of social accountability that will be tested through an iterative process of primary study searches, data extraction, analysis and synthesis. Published and non-published (grey) quantitative and qualitative studies in English, French and Spanish will be included. Quality and validity will be enhanced by continuous peer review and team reflection among the reviewers. The

  1. Environmental Restoration Program quality system requirements for the Hanford Site

    International Nuclear Information System (INIS)

    Cote, R.F.

    1993-11-01

    This document defines the quality system requirements for the US Department of Energy, Richland Operations Office, Environmental Restoration Program at the Hanford Site. The Quality System Requirements (OSR) for the Hanford Site integrates quality assurance requirements from the US Department of Energy Orders, the Hanford Federal Facility Agreement and Consent Order (Tri-Party Agreement), and applicable industry standards into a single source document for the development of quality systems applicable to the Environmental Restoration Program activities. This document, based on fifteen criteria and divided intro three parts, provides user organizations with the flexibility to incorporate only those criteria and parts applicable to their specific scopes of work. The requirements of this document shall be applied to activities that affect quality based on a graded approach that takes into consideration the risk inherent in, as well as the importance of, specific items, services, and activities in terms of meeting ER Program objectives and customer expectations. The individual quality systems developed in accordance with this document are intended to provide an integrated management control system that assures the conduct of ER Program activities in a manner that protects human health and the environment

  2. The LTER Network Information System: Improving Data Quality and Synthesis through Community Collaboration

    Science.gov (United States)

    Servilla, M.; Brunt, J.

    2011-12-01

    Emerging in the 1980's as a U.S. National Science Foundation funded research network, the Long Term Ecological Research (LTER) Network began with six sites and with the goal of performing comparative data collection and analysis of major biotic regions of North America. Today, the LTER Network includes 26 sites located in North America, Antarctica, Puerto Rico, and French Polynesia and has contributed a corpus of over 7,000 data sets to the public domain. The diversity of LTER research has led to a wealth of scientific data derived from atmospheric to terrestrial to oceanographic to anthropogenic studies. Such diversity, however, is a contributing factor to data being published with poor or inconsistent quality or to data lacking descriptive documentation sufficient for understanding their origin or performing derivative studies. It is for these reasons that the LTER community, in collaboration with the LTER Network Office, have embarked on the development of the LTER Network Information System (NIS) - an integrative data management approach to improve the process by which quality LTER data and metadata are assembled into a central archive, thereby enabling better discovery, analysis, and synthesis of derived data products. The mission of the LTER NIS is to promote advances in collaborative and synthetic ecological science at multiple temporal and spatial scales by providing the information management and technology infrastructure to increase: ? availability and quality of data from LTER sites - by the use and support of standardized approaches to metadata management and access to data; ? timeliness and number of LTER derived data products - by creating a suite of middleware programs and workflows that make it easy to create and maintain integrated data sets derived from LTER data; and ? knowledge generated from the synthesis of LTER data - by creating standardized access and easy to use applications to discover, access, and use LTER data. The LTER NIS will utilize

  3. Stereodivergent synthesis with a programmable molecular machine

    Science.gov (United States)

    Kassem, Salma; Lee, Alan T. L.; Leigh, David A.; Marcos, Vanesa; Palmer, Leoni I.; Pisano, Simone

    2017-09-01

    It has been convincingly argued that molecular machines that manipulate individual atoms, or highly reactive clusters of atoms, with Ångström precision are unlikely to be realized. However, biological molecular machines routinely position rather less reactive substrates in order to direct chemical reaction sequences, from sequence-specific synthesis by the ribosome to polyketide synthases, where tethered molecules are passed from active site to active site in multi-enzyme complexes. Artificial molecular machines have been developed for tasks that include sequence-specific oligomer synthesis and the switching of product chirality, a photo-responsive host molecule has been described that is able to mechanically twist a bound molecular guest, and molecular fragments have been selectively transported in either direction between sites on a molecular platform through a ratchet mechanism. Here we detail an artificial molecular machine that moves a substrate between different activating sites to achieve different product outcomes from chemical synthesis. This molecular robot can be programmed to stereoselectively produce, in a sequential one-pot operation, an excess of any one of four possible diastereoisomers from the addition of a thiol and an alkene to an α,β-unsaturated aldehyde in a tandem reaction process. The stereodivergent synthesis includes diastereoisomers that cannot be selectively synthesized through conventional iminium-enamine organocatalysis. We anticipate that future generations of programmable molecular machines may have significant roles in chemical synthesis and molecular manufacturing.

  4. Synthesis report: System studies Bioenergy; Syntesrapport Systemstudier bioenergi

    Energy Technology Data Exchange (ETDEWEB)

    Berntsson, Thore [Chalmers Univ. of Technology, Goeteborg (Sweden). Dept. of Heat and Power Technology; Gustavsson, Leif [Mid Sweden Univ., Oestersund (Sweden). Dept. of Natural and Environmental Sciences; Hylander, Nippe [Aangpannefoereningen, Stockholm (SE)] (ed.)

    2003-07-01

    The present report marks the end of the research program 'System studies Bioenergy' (1998-2002). The program comprised 17 projects performed at 9 universities or research institutes. All project results were studied in order to identify: contributions to our present knowledge; possible gaps of knowledge, methodology or systems perspective that still exist; and the needs for further research. The projects can be classified into the following groups: Resource potential of forest fuels; Industrial use of biofuels; Potential for synthetic fuels (pellets, bio-oils and transportation fuels); System analysis of efficient use of biofuels; and Socio-economic analyses. The total potential for available biofuel has been estimated to be 125-175 TWh/year (excl. black liquors of paper industry). The potential demand is estimated to about 123 TWh/year, or distributed into the different sectors: Industry: 26 TWh/year, Buildings and services: 35 TWh/year, District heating: 31 TWh/year, and electric power generation (incl. cogeneration in district heating): 31 TWh/year. Further research is needed in the following areas: Systems and methodology of more generic character on optimization of production, refining and use of biofuels in order to substitute fossil fuels directly or indirectly; Heat sinks/district heating in combination with cogeneration vs. other power production in a long term perspective (> 10 years), in the light of new technologies, open markets, economic and political incentives; Energy efficiency in industry, esp. paper and pulp with its unique possibility for process integration, biofuel processing and CO{sub 2} separation; How far should the processing/refinement of biofuels go; Importance of factors of scale; New distributed (small-scale) energy technology; International trade in biofuels; Transport and handling costs for biofuel pellets in Europe; System aspects of implementation and incentives; How are biofuels affected if CO{sub 2} from fossil fuels

  5. Advanced condition monitoring program for turbine system

    International Nuclear Information System (INIS)

    Ono, Shigetoshi

    2015-01-01

    It is important for utilities to achieve a stable operation in nuclear power plants. To achieve it, plant anomalies that affect a stable operation must be found out and eliminated. Therefore, the advanced condition monitoring program was developed. In this program, a sophisticated heat balance model based on the actual plant data is adopted to identify plant anomalies at an incipient stage and the symptoms of plant anomalies are found by heat balance changes from the model calculation. The model calculation results have shown precise prediction for actual plant parameters. Moreover, this program has the diagnostic engine that helps operators derive the cause of plant anomalies. By using this monitoring program, the component reliability in the turbine system can be periodically monitored and assessed, and as a result the stable operation of nuclear power plants can be achieved. (author)

  6. REMOTE SYNTHESIS AND CONTROL INFORMATION TECHNOLOGY OF SYSTEM-DYNAMIC MODELS

    Directory of Open Access Journals (Sweden)

    A. V. Masloboev

    2015-07-01

    Full Text Available The general line of research is concerned with development of information technologies and computer simulation tools for management information and analytical support of complex semistructured systems. Regional socio-economic systems are consideredas a representative of this system type. Investigation is carried out within the bounds of development strategy implementation of the Arctic zone of the Russian Federation and national safety until 2020 in the Murmansk region, specifically under engineering of high end information infrastructure for innovation and security control problem-solving of regional development. Research methodology consists of system dynamics modeling method, distributed information system engineering technologies, pattern-based modeling and design techniques. The work deals with development of toolkit for decision-making information support problem-solving in the field of innovation security management of regional economics. For that purpose a system-dynamic models suite of innovation process standard components and information technology for remote formation and control of innovation business simulation models under research have been developed. Designed toolkit provides innovation security index dynamics forecasting and innovation business effectiveness of regional economics. Information technology is implemented within the bounds of thin client architecture and is intended for simulation models design process automation of complex systems. Technology implementation software tools provide pattern-based system-dynamic models distributed formation and simulation control of innovation processes. The technology provides availability and reusability index enhancement of information support facilities in application to innovation process simulation at the expense of distributed access to innovation business simulation modeling tools and model synthesis by the reusable components, simulating standard elements of innovation

  7. A dynamic binaural synthesis system for investigation into situational awareness for truck drivers

    DEFF Research Database (Denmark)

    Christensen, Flemming; Møller, Anders Kalsgaard; Hammershøi, Dorte

    2016-01-01

    into the reason for this point to cognitive phenomena such as change blindness, where more visual information won’t help. For other professional vehicle operators such as pilots, auditory solutions adding to a higher situational awareness has proven valuable. This paper describes the development of a dynamic...... communicating over a network protocol (UDP) enabling distribution on several hardware devices. The modules are: Graphical user interface, head tracking server, truck tracking, and binaural synthesis module. The function of the individual modules as well as overall topology of the system will be presented...

  8. Development of nonlinear dynamic analysis program for nuclear piping systems

    International Nuclear Information System (INIS)

    Kamichika, Ryoichi; Izawa, Masahiro; Yamadera, Masao

    1980-01-01

    In the design for nuclear power piping, pipe-whip protection shall be considered in order to keep the function of safety related system even when postulated piping rupture occurs. This guideline was shown in U.S. Regulatory Guide 1.46 for the first time and has been applied in Japanese nuclear power plants. In order to analyze the dynamic behavior followed by pipe rupture, nonlinear analysis is required for the piping system including restraints which play the role of an energy absorber. REAPPS (Rupture Effective Analysis of Piping Systems) has been developed for this purpose. This program can be applied to general piping systems having branches etc. Pre- and post- processors are prepared in this program in order to easily input the data for the piping engineer and show the results optically by use of a graphic display respectively. The piping designer can easily solve many problems in his daily work by use of this program. This paper describes about the theoretical background and functions of this program and shows some examples. (author)

  9. Stellar population synthesis

    International Nuclear Information System (INIS)

    Pickles, A.J.

    1989-01-01

    The techniques used to derive astrophysically useful information from observations of the integrated light of composite stellar systems are briefly reviewed. A synthesis technique, designed to separate and describe on a standard system the competing effects of age and metallicity variations is introduced, and illustrated by its application to the study of the history of star formation in bright elliptical galaxies in clusters. (author)

  10. 77 FR 20872 - Intelligent Transportation Systems Program Advisory Committee; Notice of Meeting

    Science.gov (United States)

    2012-04-06

    ... DEPARTMENT OF TRANSPORTATION Intelligent Transportation Systems Program Advisory Committee; Notice.... Department of Transportation. ACTION: Notice. The Intelligent Transportation Systems (ITS) Program Advisory..., development, and implementation of intelligent transportation systems. Through its sponsor, the ITS Joint...

  11. 77 FR 51845 - Intelligent Transportation Systems Program Advisory Committee; Notice of Meeting

    Science.gov (United States)

    2012-08-27

    ... DEPARTMENT OF TRANSPORTATION Intelligent Transportation Systems Program Advisory Committee; Notice.... Department of Transportation. ACTION: Notice. The Intelligent Transportation Systems (ITS) Program Advisory..., development, and implementation of intelligent transportation systems. Through its sponsor, the ITS Joint...

  12. Howard University Energy Expert Systems Institute Summer Program (EESI)

    Science.gov (United States)

    Momoh, James A.; Chuku, Arunsi; Abban, Joseph

    1996-01-01

    Howard University, under the auspices of the Center for Energy Systems and Controls runs the Energy Expert Systems Institute (EESI) summer outreach program for high school/pre-college minority students. The main objectives are to introduce precollege minority students to research in the power industry using modern state-of-the-art technology such as Expert Systems, Fuzzy Logic and Artificial Neural Networks; to involve minority students in space power management, systems and failure diagnosis; to generate interest in career options in electrical engineering; and to experience problem-solving in a teamwork environment consisting of faculty, senior research associates and graduate students. For five weeks the students are exposed not only to the exciting experience of college life, but also to the inspiring field of engineering, especially electrical engineering. The program consists of lectures in the fundamentals of engineering, mathematics, communication skills and computer skills. The projects are divided into mini and major. Topics for the 1995 mini projects were Expert Systems for the Electric Bus and Breast Cancer Detection. Topics on the major projects include Hybrid Electric Vehicle, Solar Dynamics and Distribution Automation. On the final day, designated as 'EESI Day' the students did oral presentations of their projects and prizes were awarded to the best group. The program began in the summer of 1993. The reaction from the students has been very positive. The program also arranges field trips to special places of interest such as the NASA Goddard Space Center.

  13. Analysis to develop a program for energy-integrated farm systems

    Energy Technology Data Exchange (ETDEWEB)

    Eakin, D.E.; Clark, M.A.; Inaba, L.K.; Johnson, K.I.

    1981-09-01

    A program to use renewable energy resources and possibly develop decentralization of energy systems for agriculture is discussed. The purpose of the research presented is to establish the objective of the program and identify guidelines for program development. The program's objective is determined by: (1) an analysis of the technologies that could be utilized to transform renewable farm resources to energy by the year 2000, (2) the quantity of renewable farm resources that are available, and (3) current energy-use patterns. Individual research, development, and demonstration projects are fit into a national program of energy-integrated farm systems on the basis of: (1) market need, (2) conversion potential, (3) technological opportunities, and (4) acceptability. Quantification of these factors for the purpose of establishing program guidelines is conducted using the following four precepts: (1) market need is identified by current use of energy for agricultural production; (2) conversion potential is determined by the availability of renewable resources; and (3) technological opportunities are determined by the state-of-the-art methods, techniques, and processes that can convert renewable resources into farm energy. Each of these factors is analyzed in Chapters 2 to 4. Chapter 5 draws on the analysis of these factors to establish the objective of the program and identify guidelines for the distribution of program funds. Chapter 6 then discusses the acceptability of integrated farm systems, which can not be quantified like the other factors.

  14. Simulation model for wind energy storage systems. Volume III. Program descriptions. [SIMWEST CODE

    Energy Technology Data Exchange (ETDEWEB)

    Warren, A.W.; Edsinger, R.W.; Burroughs, J.D.

    1977-08-01

    The effort developed a comprehensive computer program for the modeling of wind energy/storage systems utilizing any combination of five types of storage (pumped hydro, battery, thermal, flywheel and pneumatic). An acronym for the program is SIMWEST (Simulation Model for Wind Energy Storage). The level of detail of SIMWEST is consistent with a role of evaluating the economic feasibility as well as the general performance of wind energy systems. The software package consists of two basic programs and a library of system, environmental, and load components. Volume III, the SIMWEST program description contains program descriptions, flow charts and program listings for the SIMWEST Model Generation Program, the Simulation program, the File Maintenance program and the Printer Plotter program. Volume III generally would not be required by SIMWEST user.

  15. Computer program for optical systems ray tracing

    Science.gov (United States)

    Ferguson, T. J.; Konn, H.

    1967-01-01

    Program traces rays of light through optical systems consisting of up to 65 different optical surfaces and computes the aberrations. For design purposes, paraxial tracings with astigmation and third order tracings are provided.

  16. Shuttle user analysis (study 2.2): Volume 3. Business Risk And Value of Operations in space (BRAVO). Part 4: Computer programs and data look-up

    Science.gov (United States)

    1974-01-01

    Computer program listings as well as graphical and tabulated data needed by the analyst to perform a BRAVO analysis were examined. Graphical aid which can be used to determine the earth coverage of satellites in synchronous equatorial orbits was described. A listing for satellite synthesis computer program as well as a sample printout for the DSCS-11 satellite program and a listing of the symbols used in the program were included. The APL language listing for the payload program cost estimating computer program was given. This language is compatible with many of the time sharing remote terminals computers used in the United States. Data on the intelsat communications network was studied. Costs for telecommunications systems leasing, line of sight microwave relay communications systems, submarine telephone cables, and terrestrial power generation systems were also described.

  17. Application of lean manufacturing concepts to drug discovery: rapid analogue library synthesis.

    Science.gov (United States)

    Weller, Harold N; Nirschl, David S; Petrillo, Edward W; Poss, Michael A; Andres, Charles J; Cavallaro, Cullen L; Echols, Martin M; Grant-Young, Katherine A; Houston, John G; Miller, Arthur V; Swann, R Thomas

    2006-01-01

    The application of parallel synthesis to lead optimization programs in drug discovery has been an ongoing challenge since the first reports of library synthesis. A number of approaches to the application of parallel array synthesis to lead optimization have been attempted over the years, ranging from widespread deployment by (and support of) individual medicinal chemists to centralization as a service by an expert core team. This manuscript describes our experience with the latter approach, which was undertaken as part of a larger initiative to optimize drug discovery. In particular, we highlight how concepts taken from the manufacturing sector can be applied to drug discovery and parallel synthesis to improve the timeliness and thus the impact of arrays on drug discovery.

  18. Concise synthesis of new bridged-nicotine analogues

    DEFF Research Database (Denmark)

    Crestey, François; Hooyberghs, Geert; Kristensen, Jesper Langgaard

    2012-01-01

    This study describes a very efficient strategy for the synthesis of two new bridged-nicotine analogues. Starting from either 4- or 3-chloropyridine the desired tricyclic ring systems are accessed in just three steps in 23% and 40% overall yield, respectively.......This study describes a very efficient strategy for the synthesis of two new bridged-nicotine analogues. Starting from either 4- or 3-chloropyridine the desired tricyclic ring systems are accessed in just three steps in 23% and 40% overall yield, respectively....

  19. One-pot three-component synthesis of quinoxaline and phenazine ring systems using Fischer carbene complexes

    Directory of Open Access Journals (Sweden)

    Priyabrata Roy

    2010-05-01

    Full Text Available One-pot three-component coupling of o-alkynylheteroaryl carbonyl derivatives with Fischer carbene complexes and dienophiles leading to the synthesis of quinoxaline and phenazine ring systems has been investigated. This involves the generation of furo[3,4-b]pyrazine and furo[3,4-b]quinoxaline as transient intermediates, which were trapped with Diels–Alder dienophiles. This is the first report on furo[3,4-b]pyrazine intermediates.

  20. A system for the synthesis of uranium hexafluoride by high pressure fluorination of uranium oxides

    International Nuclear Information System (INIS)

    Elizalde T, J.; Saniger B, J.M.; Nava S, R.

    1986-01-01

    An equipment for the synthesis of uranium hexafluoride by a direct fluorination method is reported. The equipment is composed by a gaseous fluorine supply, a gas burette, a reactor tube inside a protective shield, a soda-lime chemical trap and a vacuum system. The fluorination is accomplished at a pressure of about 70 kg/cm 2 (1000 lb in 2 ), using gaseous fluorine. (Author). 5 refs, 4 figs, 2 tabs

  1. Development program for the high-temperature nuclear process heat system

    International Nuclear Information System (INIS)

    Jiacoletti, R.J.

    1975-09-01

    A comprehensive development program plan for a high-temperature nuclear process heat system with a very high temperature gas-cooled reactor heat source is presented. The system would provide an interim substitute for fossil-fired sources and ultimately the vehicle for the production of substitute and synthetic fuels to replace petroleum and natural gas. The dwindling domestic reserves of petroleum and natural gas dictate major increases in the utilization of coal and nuclear sources to meet the national energy demand. The nuclear process heat system has significant potential in a unique combination of the two sources that is environmentally and economically attractive and technically sound: the production of synthetic fuels from coal. In the longer term, it could be the key component in hydrogen production from water processes that offer a substitute fuel and chemical feedstock free of dependence on fossil-fuel reserves. The proposed development program is threefold: a process studies program, a demonstration plant program, and a supportive research and development program. Optional development scenarios are presented and evaluated, and a selection is proposed and qualified. The interdependence of the three major program elements is examined, but particular emphasis is placed on the supportive research and development activities. A detailed description of proposed activities in the supportive research and development program with tentative costs and schedules is presented as an appendix with an assessment of current status and planning

  2. Tank waste remediation system program plan

    International Nuclear Information System (INIS)

    Powell, R.W.

    1998-01-01

    This program plan establishes the framework for conduct of the Tank Waste Remediation System (TWRS) Project. The plan focuses on the TWRS Retrieval and Disposal Mission and is specifically intended to support the DOE mid-1998 Readiness to Proceed with Privatized Waste Treatment evaluation for establishing firm contracts for waste immobilization

  3. Tank waste remediation system program plan

    Energy Technology Data Exchange (ETDEWEB)

    Powell, R.W.

    1998-01-05

    This program plan establishes the framework for conduct of the Tank Waste Remediation System (TWRS) Project. The plan focuses on the TWRS Retrieval and Disposal Mission and is specifically intended to support the DOE mid-1998 Readiness to Proceed with Privatized Waste Treatment evaluation for establishing firm contracts for waste immobilization.

  4. Cell-specific monitoring of protein synthesis in vivo.

    Directory of Open Access Journals (Sweden)

    Nikos Kourtis

    Full Text Available Analysis of general and specific protein synthesis provides important information, relevant to cellular physiology and function. However, existing methodologies, involving metabolic labelling by incorporation of radioactive amino acids into nascent polypeptides, cannot be applied to monitor protein synthesis in specific cells or tissues, in live specimens. We have developed a novel approach for monitoring protein synthesis in specific cells or tissues, in vivo. Fluorescent reporter proteins such as GFP are expressed in specific cells and tissues of interest or throughout animals using appropriate promoters. Protein synthesis rates are assessed by following fluorescence recovery after partial photobleaching of the fluorophore at targeted sites. We evaluate the method by examining protein synthesis rates in diverse cell types of live, wild type or mRNA translation-defective Caenorhabditis elegans animals. Because it is non-invasive, our approach allows monitoring of protein synthesis in single cells or tissues with intrinsically different protein synthesis rates. Furthermore, it can be readily implemented in other organisms or cell culture systems.

  5. Aflatoxin-exposure of Vibrio gazogenes as a novel system for the generation of aflatoxin synthesis inhibitors

    Directory of Open Access Journals (Sweden)

    Phani M Gummadidala

    2016-06-01

    Full Text Available Aflatoxin is a mycotoxin and a secondary metabolite, and the most potent known liver carcinogen that contaminates several important crops, and represents a significant threat to public health and the economy. Available approaches reported thus far have been insufficient to eliminate this threat, and therefore provide the rational to explore novel methods for preventing aflatoxin accumulation in the environment. Many terrestrial plants and microbes that share ecological niches and encounter the aflatoxin producers have the ability to synthesize compounds that inhibit aflatoxin synthesis. However, reports of natural aflatoxin inhibitors from marine ecosystem components that do not share ecological niches with the aflatoxin producers are rare. Here we show that a non-pathogenic marine bacterium, Vibrio gazogenes, when exposed to low non-toxic doses of aflatoxin B1, demonstrates a shift in its metabolic output and synthesizes a metabolite fraction that inhibits aflatoxin synthesis without affecting hyphal growth in the model aflatoxin producer, Aspergillus parasiticus. The molecular mass of the predominant metabolite in this fraction was also different from the known prodigiosins, which are the known antifungal secondary metabolites synthesized by this Vibrio. Gene expression analyses using RT-PCR demonstrate that this metabolite fraction inhibits aflatoxin synthesis by down-regulating the expression of early-, middle- and late- growth stage aflatoxin genes, the aflatoxin pathway regulator, aflR and one global regulator of secondary metabolism, LaeA. Our study establishes a novel system for generation of aflatoxin synthesis inhibitors, and emphasizes the potential of the under-explored Vibrio’s silent genome for generating new modulators of fungal secondary metabolism.

  6. Management Oversight and Risk Tree (MORT): a new system safety program

    International Nuclear Information System (INIS)

    Clark, J.L.

    Experiences of Aerojet Nuclear Company (ANC), in the development and implementation of a system safety program for ANC and for the Energy Research and Development Administration (ERDA) are discussed. Aerojet Nuclear is the prime operating contractor for ERDA, formerly AEC, at the Idaho National Engineering Laboratory. The ERDA sponsored ''MORT'' system safety program is described along with the process whereby formal system safety methods are incorporated into a stable organization. Specifically, a discussion is given of initial development of MORT; pilot program trials conducted at ANC; implementation methodology; and reaction of the ANC organization. (auth)

  7. New hybrid systems: strategy and research programs

    International Nuclear Information System (INIS)

    Thomas, J.B.

    2001-01-01

    This short article gives a status of research and experimental programs concerning new hybrid systems. A hybrid system is made up of a subcritical core, a spallation target and of a particle accelerator that delivers a proton beam. The main asset of hybrid systems is to provide a large reactivity margin that would be very valuable to transmute actinide nuclei efficiently. As a consequence hybrid systems could be considered as actinide burner reactors integrated to a large population of classical nuclear reactors dedicated to electricity production. (A.C.)

  8. Research program on nuclear technology and nuclear safety - Synthesis report 2008

    International Nuclear Information System (INIS)

    Dreier, J.

    2009-06-01

    This report for the Swiss Federal Office of Energy (SFOE) summarises the program's main points of interest, work done in the year 2008 and the results obtained. Four main projects at the Paul Scherrer Institute's Laboratory for Reactor Physics and System Behaviour LRS are noted, and work done at the Laboratories for Thermohydraulics LTH, Nuclear Materials LNM, Final Depository Safety LES and Energy System Analyses LEA are discussed. The results obtained in thirteen areas of research in 2008 are discussed in some detail. Finally, national and international co-operation is briefly looked at and work to be done in 2009 is reviewed. The report is completed with a list of the PSI research and development projects referred to

  9. Model-based control strategies for systems with constraints of the program type

    Science.gov (United States)

    Jarzębowska, Elżbieta

    2006-08-01

    The paper presents a model-based tracking control strategy for constrained mechanical systems. Constraints we consider can be material and non-material ones referred to as program constraints. The program constraint equations represent tasks put upon system motions and they can be differential equations of orders higher than one or two, and be non-integrable. The tracking control strategy relies upon two dynamic models: a reference model, which is a dynamic model of a system with arbitrary order differential constraints and a dynamic control model. The reference model serves as a motion planner, which generates inputs to the dynamic control model. It is based upon a generalized program motion equations (GPME) method. The method enables to combine material and program constraints and merge them both into the motion equations. Lagrange's equations with multipliers are the peculiar case of the GPME, since they can be applied to systems with constraints of first orders. Our tracking strategy referred to as a model reference program motion tracking control strategy enables tracking of any program motion predefined by the program constraints. It extends the "trajectory tracking" to the "program motion tracking". We also demonstrate that our tracking strategy can be extended to a hybrid program motion/force tracking.

  10. Nonlinear control synthesis for electrical power systems using controllable series capacitors

    Energy Technology Data Exchange (ETDEWEB)

    Manjarekar, N.S.; Banavar, Ravi N. [Indian Institute of Technology Bombay, Mumbai (India). Systems and Control Engineering

    2012-07-01

    In this work we derive asymptotically stabilizing control laws for electrical power systems using two nonlinear control synthesis techniques. For this transient stabilization problem the actuator considered is a power electronic device, a controllable series capacitor (CSC). The power system is described using two different nonlinear models - the second order swing equation and the third order flux-decay model. To start with, the CSC is modeled by the injection model which is based on the assumption that the CSC dynamics is very fast as compared to the dynamics of the power system and hence can be approximated by an algebraic equation. Here, by neglecting the CSC dynamics, the input vector g(x) in the open loop system takes a complex form - the injection model. Using this model, interconnection and damping assignment passivity-based control (IDA-PBC) methodology is demonstrated on two power systems: a single machine infinite bus (SMIB) system and a two machine system. Further, IDA-PBC is used to derive stabilizing controllers for power systems, where the CSC dynamics are included as a first order system. Next, we consider a different control methodology, immersion and invariance (I and I), to synthesize an asymptotically stabilizing control law for the SMIB system with a CSC. The CSC is described by a first order system. As a generalization of I and I, we incorporate the power balance algebraic constraints in the load bus to the SMIB swing equation, and extend the design philosophy to a class of differential algebraic systems. The proposed result is then demonstrated on another example: a two-machine system with two load buses and a CSC. The controller performances are validated through simulations for all cases.

  11. Model for spatial synthesis of automated control system of the GCR type reactor; Model za prostornu sintezu sistema automatskog upravljanja reaktora GCR tipa

    Energy Technology Data Exchange (ETDEWEB)

    Lazarevic, B; Matausek, M [Institut za nuklearne nauke ' Boris Kidric' , Vinca, Belgrade (Yugoslavia)

    1966-07-01

    This paper describes the model which was developed for synthesis of spatial distribution of automated control elements in the reactor. It represents a general reliable mathematical model for analyzing transition states and synthesis of the automated control and regulation systems of GCR type reactors. One-dimensional system was defined under assumption that the time dependence of parameters of the neutron diffusion equation are identical in the total volume of the reactor and that spatial distribution of neutrons is time independent. It is shown that this assumption is satisfactory in case of short term variations which are relevant for safety analysis.

  12. Synthesis report: program ecosystems, transport, pollutions, 1998 - 2001

    International Nuclear Information System (INIS)

    Etchelecou, A.; Deletraz, G.; Elichegaray, Ch.

    2001-04-01

    The ''Ecosystems, Transports, Pollution Program'' ETP Program, has been elaborated to evaluate the road pollution impacts on the mountain ecosystems. Four mountains valleys have been chosen: two in Alps (Chamonix and Maurienne) and two in Pyrenees (Biriatou and Vallee d'Aspe). This Program presents six objectives: the road traffic characterization, the pollutants emission estimation, the pollutants concentrations in the air, the pollutants dispersion according to relief, the relationships between pollutants emissions and bio-monitoring, the road pollution effects on nearby ecosystems. (A.L.B.)

  13. Up-Scaled Supercritical Flow Synthesis of Hybrid Materials

    DEFF Research Database (Denmark)

    Hellstern, Henrik Christian; Becker, Jacob; Hald, Peter

    A new, up-scaled supercritical flow synthesis apparatus is currently under construction in Aarhus. A module based system allows for a range of parameter studies with improved parameter control. The dual-reactor setup enables both single phase and core-shell nanoparticle synthesis, and the large...

  14. A Review of Study on Thermal Energy Transport System by Synthesis and Decomposition Reactions of Methanol

    Science.gov (United States)

    Liu, Qiusheng; Yabe, Akira; Kajiyama, Shiro; Fukuda, Katsuya

    The study on thermal energy transport system by synthesis and decomposition reactions of methanol was reviewed. To promote energy conservation and global environment protection, a two-step liquid-phase methanol synthesis process, which starts with carbonylation of methanol to methyl formate, then followed by the hydrogenolysis of the formate, was studied to recover wasted or unused discharged heat from industrial sources for the thermal energy demands of residential and commercial areas by chemical reactions. The research and development of the system were focused on the following three points. (1) Development of low-temperature decomposition and synthetic catalysts, (2) Development of liquid phase reactor (heat exchanger accompanying chemical reaction), (3) Simulation of the energy transport efficiency of entire system which contains heat recovery and supply sections. As the result of the development of catalyst, promising catalysts which agree with the development purposes for the methyl formate decomposition reaction and the synthetic reaction are being developed though some studies remain for the methanol decomposition and synthetic reactions. In the fundamental development of liquid phase reactor, the solubilities of CO and H2 gases in methanol and methyl formate were measured by the method of total pressure decrease due to absorption under pressures up to 1500kPa and temperatures up to 140°C. The diffusivity of CO gas in methanol was determined by measuring the diameter and solution time of single CO bubbles in methanol. The chemical reaction rate of methanol synthesis by hydrogenolysis of methyl formate was measured using a plate-type of Raney copper catalyst in a reactor with rectangular channel and in an autoclave reactor. The reaction characteristics were investigated by carrying out the experiments at various temperatures, flow rates and at various catalyst development conditions. We focused on the effect of Raney copper catalyst thickness on the liquid

  15. SDDOT transportation systems management & operations program plan.

    Science.gov (United States)

    2016-06-01

    The objective of this project is the development of a comprehensive Transportation Systems Management and : Operations (TSM&O) Program Plan for the South Dakota Department of Transportation. This plan guides : business planning and strategic decision...

  16. Impact of innovation programs on development of energy system: Case of Iranian electricity-supply system

    International Nuclear Information System (INIS)

    Shafiei, Ehsan; Saboohi, Yadollah; Ghofrani, Mohammad B.

    2009-01-01

    The paper presents further experiments with an extended version of a comprehensive model for assessment of energy technologies and research and development (R and D) planning to evaluate the impact of innovation programs on development of Iranian electricity-supply system. This analytical instrument is a model of energy R and D resource allocation with an explicit perspective of developing countries which has been linked to a bottom-up energy-systems model. Three emerging electricity generation technologies of solar PV, wind turbine and gas fuel cell are considered in the model and the impact of innovation programs on cost-reducing innovation for them is examined. The main results provided by the modeling approach include optimal allocation of R and D resources, induced capacity expansion policies to guarantee the effectiveness of R and D activities, competitive cost of emerging technologies, impact of innovation programs on optimal structure of electricity-supply system and benefits of innovation programs in the long-run.

  17. Tank Waste Remediation System Inactive Miscellaneous Underground Storage Tanks Program Plan

    International Nuclear Information System (INIS)

    Gustavson, R.D.

    1995-12-01

    The Program Management Plan (PMP) describes the approach that will be used to manage the Tank Waste Remediation System (TWRS) Inactive Miscellaneous Underground Storage Tank (IMUST) Program. The plan describes management, technical, and administrative control systems that will be used to plan and control the IMUSTs Program performance. The technical data to determine the IMUSTs status for inclusion in the Single Shell Tank Farm Controlled Clean and Stable (CCS) Program. The second is to identify and implement surveillance, characterization, stabilization, and modifications to support CCS prior to final closure

  18. Overview of the DIII-D program computer systems

    International Nuclear Information System (INIS)

    McHarg, B.B. Jr.

    1997-11-01

    Computer systems pervade every aspect of the DIII-D National Fusion Research program. This includes real-time systems acquiring experimental data from data acquisition hardware; cpu server systems performing short term and long term data analysis; desktop activities such as word processing, spreadsheets, and scientific paper publication; and systems providing mechanisms for remote collaboration. The DIII-D network ties all of these systems together and connects to the ESNET wide area network. This paper will give an overview of these systems, including their purposes and functionality and how they connect to other systems. Computer systems include seven different types of UNIX systems (HP-UX, REALIX, SunOS, Solaris, Digital UNIX, Ultrix, and IRIX), OpenVMS systems (both BAX and Alpha), MACintosh, Windows 95, and more recently Windows NT systems. Most of the network internally is ethernet with some use of FDDI. A T3 link connects to ESNET and thus to the Internet. Recent upgrades to the network have notably improved its efficiency, but the demand for bandwidth is ever increasing. By means of software and mechanisms still in development, computer systems at remote sites are playing an increasing role both in accessing and analyzing data and even participating in certain controlling aspects for the experiment. The advent of audio/video over the interest is now presenting a new means for remote sites to participate in the DIII-D program

  19. Space synthesis: an application of synthesis method to two and three dimensional multigroup neutron diffusion equations; Synthese spatiale: une application de la methode de synthese aux equations de diffusion neutronique multigroupe a deux et trois dimensions

    Energy Technology Data Exchange (ETDEWEB)

    Nguyen-Ngoc, H [Commissariat a l' Energie Atomique, Saclay (France). Centre d' Etudes Nucleaires

    1969-07-01

    In order to reduce computing time, two and three-dimensional multigroup neutron diffusion equations in cylindrical, rectangular (X, Y), (X, Y, Z) and hexagonal geometries are solved by the method of synthesis using an appropriate variational principle (stationary principle). The basic idea is to reduce the number of independent variables by constructing two or three-dimensional solutions from solutions of fewer variables, hence the name 'synthesis method'. Whatever the geometry, we are led to solve a system of ordinary differential equations with matrix coefficients to which one can apply well-known numerical methods: CHEBYSHEV's polynomial method, Gaussian elimination. Numerical results furnished by synthesis programs written for the IBM 7094, the IBM 360-75 and the CDC 6600 computers, are confronted with those which are given by programs employing the classical finite difference method. [French] En vue de reduire le-temps de calcul, les equations de diffusion neutronique, multigroupe, a deux et trois dimensions d'espace dans les geometries cylindrique, rectangulaire (X, Y), (X, Y, Z) et hexagonale sont resolues par la methode de synthese utilisant un principe variationnel approprie (principe stationnaire). L'idee consiste a reduire le nombre de variables independantes par construction d'une solution bi ou tridimensionnelle au moyen de solutions dependant d'un nombre inferieur de variables, d'ou le nom de la methode. Dans tous les cas de geometrie, nous sommes conduits a resoudre un systeme d'equations differentielles a coefficients matriciels auquel peuvent s'appliquer les methodes numeriques courantes; methode polynomiale de TCHEBYCHEFF et methode d'elimination de GAUSS. Les resultats numeriques obtenus par nos codes de synthese programmes sur IBM 7094, IBM 360-75 et CDC 6600, sont confrontes avec ceux que fournissent les programmes adoptant la methode classique des differences finies. (auteur)

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