WorldWideScience

Sample records for step refactoring process

  1. Refactoring databases evolutionary database design

    CERN Document Server

    Ambler, Scott W

    2006-01-01

    Refactoring has proven its value in a wide range of development projects–helping software professionals improve system designs, maintainability, extensibility, and performance. Now, for the first time, leading agile methodologist Scott Ambler and renowned consultant Pramodkumar Sadalage introduce powerful refactoring techniques specifically designed for database systems. Ambler and Sadalage demonstrate how small changes to table structures, data, stored procedures, and triggers can significantly enhance virtually any database design–without changing semantics. You’ll learn how to evolve database schemas in step with source code–and become far more effective in projects relying on iterative, agile methodologies. This comprehensive guide and reference helps you overcome the practical obstacles to refactoring real-world databases by covering every fundamental concept underlying database refactoring. Using start-to-finish examples, the authors walk you through refactoring simple standalone databas...

  2. A Task-driven Grammar Refactoring Algorithm

    Directory of Open Access Journals (Sweden)

    Ivan Halupka

    2012-01-01

    Full Text Available This paper presents our proposal and the implementation of an algorithm for automated refactoring of context-free grammars. Rather than operating under some domain-specific task, in our approach refactoring is perfomed on the basis of a refactoring task defined by its user. The algorithm and the corresponding refactoring system are called mARTINICA. mARTINICA is able to refactor grammars of arbitrary size and structural complexity. However, the computation time needed to perform a refactoring task with the desired outcome is highly dependent on the size of the grammar. Until now, we have successfully performed refactoring tasks on small and medium-size grammars of Pascal-like languages and parts of the Algol-60 programming language grammar. This paper also briefly introduces the reader to processes occurring in grammar refactoring, a method for describing desired properties that a refactored grammar should fulfill, and there is a discussion of the overall significance of grammar refactoring.

  3. Refactoring test code

    NARCIS (Netherlands)

    A. van Deursen (Arie); L.M.F. Moonen (Leon); A. van den Bergh; G. Kok

    2001-01-01

    textabstractTwo key aspects of extreme programming (XP) are unit testing and merciless refactoring. Given the fact that the ideal test code / production code ratio approaches 1:1, it is not surprising that unit tests are being refactored. We found that refactoring test code is different from

  4. Refactoring DIRT

    Science.gov (United States)

    Amarnath, N. S.; Pound, M. W.; Wolfire, M. G.

    The Dust InfraRed ToolBox (DIRT - a part of the Web Infrared ToolShed, or WITS, located at http://dustem.astro.umd.edu) is a Java applet for modeling astrophysical processes in circumstellar shells around young and evolved stars. DIRT has been used by the astrophysics community for about 4 years. DIRT uses results from a number of numerical models of astrophysical processes, and has an AWT based user interface. DIRT has been refactored to decouple data representation from plotting and curve fitting. This makes it easier to add new kinds of astrophysical models, use the plotter in other applications, migrate the user interface to Swing components, and modify the user interface to add functionality (for example, SIRTF tools). DIRT is now an extension of two generic libraries, one of which manages data representation and caching, and the second of which manages plotting and curve fitting. This project is an example of refactoring with no impact on user interface, so the existing user community was not affected.

  5. Pro PHP Refactoring

    CERN Document Server

    Trucchia, F

    2010-01-01

    Many businesses and organizations depend on older high-value PHP software that risks abandonment because it is impossible to maintain. The reasons for this may be that the software is not well designed; there is only one developer (the one who created the system) who can develop it because he didn't use common design patterns and documentation; or the code is procedural, not object oriented. With this book, you'll learn to identify problem code and refactor it to create more effective applications using test-driven design. What you'll learn * What refactoring is and why you need to refactor co

  6. Tool-supported Refactoring for JavaScript

    DEFF Research Database (Denmark)

    Feldthaus, Asger; Millstein, Todd; Møller, Anders

    2011-01-01

    Script because of its dynamic nature. We propose a framework for specifying and implementing JavaScript refactorings based on pointer analysis. We describe novel refactorings motivated by best practice recommendations for JavaScript programming, and demonstrate how they can be described concisely in terms...... of queries provided by our framework. Experiments performed with a prototype implementation on a suite of existing applications show that our approach is well-suited for developing practical refactoring tools for JavaScript.......Refactoring is a popular technique for improving the structure of existing programs while maintaining their behavior. For statically typed programming languages such as Java, a wide variety of refactorings have been described, and tool support for performing refactorings and ensuring...

  7. Semi-Automatic Rename Refactoring for JavaScript

    DEFF Research Database (Denmark)

    Feldthaus, Asger; Møller, Anders

    2013-01-01

    and interaction with the programmer. With this pragmatic approach, we can provide scalable and effective refactoring support for real-world code, including libraries and incomplete applications. Through a series of experiments that estimate how much manual effort our technique demands from the programmer, we show......Modern IDEs support automated refactoring for many programming languages, but support for JavaScript is still primitive. To perform renaming, which is one of the fundamental refactorings, there is often no practical alternative to simple syntactic search-and-replace. Although more sophisticated...... alternatives have been developed, they are limited by whole-program assumptions and poor scalability. We propose a technique for semi-automatic refactoring for JavaScript, with a focus on renaming. Unlike traditional refactoring algorithms, semi-automatic refactoring works by a combination of static analysis...

  8. Refactoring Real-Time Java Profiles

    DEFF Research Database (Denmark)

    Søndergaard, Hans; Thomsen, Bent; Ravn, Anders Peter

    2011-01-01

    Just like other software, Java profiles benefits from refactoring when they have been used and have evolved for some time. This paper presents a refactoring of the Real-Time Specification for Java (RTSJ) and the Safety Critical Java (SCJ) profile (JSR-302). It highlights core concepts and makes...

  9. Systematic profiling to monitor and specify the software refactoring process of the LHCb experiment

    CERN Document Server

    Couturier, Ben; Lohn, Stefan B

    2014-01-01

    The LHCb upgrade program implies a significant increase in data processing that will not be matched by additional computing resources. Furthermore, new architectures such as many-core platforms can currently not be fully exploited due to memory and I/O bandwidth limitations. A considerable refactoring effort will therefore be needed to vectorize and parallelize the LHCb software, to minimize hotspots and to reduce the impact of bottlenecks. It is crucial to guide refactoring with a profiling system that gives hints to regions in source-code for possible and necessary re-engineering and which kind of optimization could lead to final success. Software optimization is a sophisticated process where all parts, compiler, operating system, external libraries and chosen hardware play a role. Intended improvements can have different effects on different platforms. To obtain precise information of the general performance, to make profiles comparable, reproducible and to verify the progress of performance in the framewo...

  10. Prioritizing the refactoring need for critical component using combined approach

    Directory of Open Access Journals (Sweden)

    Rajni Sehgal

    2018-10-01

    Full Text Available One of the most promising strategies that will smooth out the maintainability issues of the software is refactoring. Due to lack of proper design approach, the code often inherits some bad smells which may lead to improper functioning of the code, especially when it is subject to change and requires some maintenance. A lot of studies have been performed to optimize the refactoring strategy which is also a very expensive process. In this paper, a component based system is considered, and a Fuzzy Multi Criteria Decision Making (FMCDM model is proposed by combining subjective and objective weights to rank the components as per their urgency of refactoring. Jdeodorant tool is used to detect the code smells from the individual components of a software system. The objective method uses the Entropy approach to rank the component having the code smell. The subjective method uses the Fuzzy TOPSIS approach based on decision makers’ judgement, to identify the critically and dependency of these code smells on the overall software. The suggested approach is implemented on component-based software having 15 components. The constitute components are ranked based on refactoring requirements.

  11. Measuring refactoring benefits: a survey of the evidence

    NARCIS (Netherlands)

    M. Ó Cinnéide (Mel); A. Yamashita (Aiko); S. Counsell (Steve)

    2016-01-01

    textabstractRefactoring has become a standard technique for software developers to use when trying to improve or evolve the design of a program. It is a key component of Agile methods, the most popular family of software development methodologies in industrial practice. Refactoring has also been the

  12. Refactoring affordances in corporate wikis: a case for the use of mind maps

    Science.gov (United States)

    Puente, Gorka; Díaz, Oscar; Azanza, Maider

    2015-11-01

    The organisation of corporate wikis tends to deteriorate as time goes by. Rearranging categories, structuring articles and even moving sections among articles are cumbersome tasks in current wiki engines. This discourages the layman. But, it is the layman who writes the articles, knows the wiki content and detects refactoring opportunities. Our goal is to improve the refactoring affordances of current wiki engines by providing an alternative front-end tuned to refactoring. This is achieved by (1) surfacing the structure of the wiki corpus as a mind map, and (2) conducting refactoring as mind map reshaping. To this end, we introduce WikiWhirl, a domain-specific language for wiki refactoring. WikiWhirl is supported as an extension of FreeMind, a popular mind mapping tool. In this way, refactoring operations are intuitively conducted as actions upon mind map nodes. In a refactoring session a user imports the wiki structure as a FreeMind map; next, conducts the refactoring operations on the map, and finally, the effects are saved in the wiki database. The operational semantics of the WikiWhirl operations follow refactoring good practices (e.g., authorship preservation). Results from a controlled experiment suggest that WikiWhirl outperforms MediaWiki in three main affordance enablers: understandability, productivity and fulfillment of refactoring good practices.

  13. Software refactoring at the package level using clustering techniques

    KAUST Repository

    Alkhalid, A.

    2011-01-01

    Enhancing, modifying or adapting the software to new requirements increases the internal software complexity. Software with high level of internal complexity is difficult to maintain. Software refactoring reduces software complexity and hence decreases the maintenance effort. However, software refactoring becomes quite challenging task as the software evolves. The authors use clustering as a pattern recognition technique to assist in software refactoring activities at the package level. The approach presents a computer aided support for identifying ill-structured packages and provides suggestions for software designer to balance between intra-package cohesion and inter-package coupling. A comparative study is conducted applying three different clustering techniques on different software systems. In addition, the application of refactoring at the package level using an adaptive k-nearest neighbour (A-KNN) algorithm is introduced. The authors compared A-KNN technique with the other clustering techniques (viz. single linkage algorithm, complete linkage algorithm and weighted pair-group method using arithmetic averages). The new technique shows competitive performance with lower computational complexity. © 2011 The Institution of Engineering and Technology.

  14. Refactoring with Microsoft Visual Studio 2010

    CERN Document Server

    Ritchie, Peter

    2010-01-01

    Refactor with Microsoft Visual Studio 2010 and evolve your software system to support new and ever-changing requirements by updating your C# code base with patterns and principles with this book and eBook

  15. Using GitHub in the design of e-activities for software refactoring

    Directory of Open Access Journals (Sweden)

    Carlos LÓPEZ

    2015-12-01

    Full Text Available The aim of this work is to design, plan, apply and assessment educational activities to help in the teaching-learning process of the concept of refactoring. The teaching methodology used is based on two pillars. The first is a progressive learning of the concept of refactoring by e-activities defined at different levels of knowledge of Bloom’s taxonomy (knowledge, comprehension, application, analysis, synthesis, evaluation. The second is the use of resources in e-activities that are related to those the student may find during their professional career oriented towards software development: integrated development environments and software project repositories. The result of this work is the definition of a set of Java code refactoring e-activities. The version control functionality of software project repository, i.e.; GitHub, is used in different ways depending on the type of e-activity. Under these assumptions five types of e-activities are designed: Reading and comprehensions, objective tests, problem-based learning, case studies and webinars. The e-activities designed are applied in the context of the course Software Engineering of the Bachelor’s Degree in Computer Science at the University of Burgos. The paper concludes analyzing some consequences of the experience from the perspective of using these new e-activities in the teaching-learning process as from the perspective of workload involved for both the teacher and the student.

  16. Fortran Testing and Refactoring Infrastructure, Phase II

    Data.gov (United States)

    National Aeronautics and Space Administration — Tech-X proposes to develop a comprehensive Fortran testing and refactoring infrastructure that allows developers and scientists to leverage the benefits of...

  17. Implementation of a variable-step integration technique for nonlinear structural dynamic analysis

    International Nuclear Information System (INIS)

    Underwood, P.; Park, K.C.

    1977-01-01

    The paper presents the implementation of a recently developed unconditionally stable implicit time integration method into a production computer code for the transient response analysis of nonlinear structural dynamic systems. The time integrator is packaged with two significant features; a variable step size that is automatically determined and this is accomplished without additional matrix refactorizations. The equations of motion solved by the time integrator must be cast in the pseudo-force form, and this provides the mechanism for controlling the step size. Step size control is accomplished by extrapolating the pseudo-force to the next time (the predicted pseudo-force), then performing the integration step and then recomputing the pseudo-force based on the current solution (the correct pseudo-force); from this data an error norm is constructed, the value of which determines the step size for the next step. To avoid refactoring the required matrix with each step size change a matrix scaling technique is employed, which allows step sizes to change by a factor of 100 without refactoring. If during a computer run the integrator determines it can run with a step size larger than 100 times the original minimum step size, the matrix is refactored to take advantage of the larger step size. The strategy for effecting these features are discussed in detail. (Auth.)

  18. Fortran Testing and Refactoring Infrastructure, Phase I

    Data.gov (United States)

    National Aeronautics and Space Administration — Tech-X proposes to develop a comprehensive Fortran testing and refactoring infrastructure that allows developers and scientists to leverage the benefits of a...

  19. Secure Refactoring with Java Information Flow

    DEFF Research Database (Denmark)

    Helke, Steffen; Kammüunietd kller, Florian; Probst, Christian W.

    2016-01-01

    Refactoring means that a program is changed without changing its behaviour from an observer's point of view. Does the change of behaviour also imply that the security of the program is not affected by the changes? Using Myers and Liskov's distributed information flow control model DLM and its Java...

  20. Compiler Driven Code Comments and Refactoring

    DEFF Research Database (Denmark)

    Larsen, Per; Ladelsky, Razya; Karlsson, Sven

    2011-01-01

    . We demonstrate the ability of our tool to trans- form code, and suggest code refactoring that increase its amenability to optimization. The preliminary results shows that, with our tool-set, au- tomatic loop parallelization with the GNU C compiler, gcc, yields 8.6x best-case speedup over...

  1. Refactoring, reengineering and evolution: paths to Geant4 uncertainty quantification and performance improvement

    International Nuclear Information System (INIS)

    Batič, M; Hoff, G; Pia, M G; Saracco, P; Begalli, M; Han, M; Kim, C H; Seo, H; Hauf, S; Kuster, M; Weidenspointner, G; Zoglauer, A

    2012-01-01

    Ongoing investigations for the improvement of Geant4 accuracy and computational performance resulting by refactoring and reengineering parts of the code are discussed. Issues in refactoring that are specific to the domain of physics simulation are identified and their impact is elucidated. Preliminary quantitative results are reported.

  2. Rational synthetic pathway refactoring of natural products biosynthesis in actinobacteria.

    Science.gov (United States)

    Tan, Gao-Yi; Liu, Tiangang

    2017-01-01

    Natural products (NPs) and their derivatives are widely used as frontline treatments for many diseases. Actinobacteria spp. are used to produce most of NP antibiotics and have also been intensively investigated for NP production, derivatization, and discovery. However, due to the complicated transcriptional and metabolic regulation of NP biosynthesis in Actinobacteria, especially in the cases of genome mining and heterologous expression, it is often difficult to rationally and systematically engineer synthetic pathways to maximize biosynthetic efficiency. With the emergence of new tools and methods in metabolic engineering, the synthetic pathways of many chemicals, such as fatty acids and biofuels, in model organisms (e.g. Escherichia coli ), have been refactored to realize precise and flexible control of production. These studies also offer a promising approach for synthetic pathway refactoring in Actinobacteria. In this review, the great potential of Actinobacteria as a microbial cell factory for biosynthesis of NPs is discussed. To this end, recent progress in metabolic engineering of NP synthetic pathways in Actinobacteria are summarized and strategies and perspectives to rationally and systematically refactor synthetic pathways in Actinobacteria are highlighted. Copyright © 2016 The Authors. Published by Elsevier Inc. All rights reserved.

  3. Software refactoring at the package level using clustering techniques

    KAUST Repository

    Alkhalid, A.; Alshayeb, M.; Mahmoud, S. A.

    2011-01-01

    Enhancing, modifying or adapting the software to new requirements increases the internal software complexity. Software with high level of internal complexity is difficult to maintain. Software refactoring reduces software complexity and hence

  4. Antipatterns identification, refactoring, and management

    CERN Document Server

    Neill, Colin J

    2005-01-01

    AntiPatterns: Identification, Refactoring, and Management catalogs 48 bad management practices and environments common to software development, IT, and other organizations. The authors cover antipatterns of management, along with environmental/cultural antipatterns and personality antipatterns/phenotypes. Through the classification of these harmful practices, you will be able to correctly identify problems in your own work environment, and take action to correct them. The authors apply their extensive work and consultative experience, as well as the experience of the many professionals that t

  5. CERN Web Application Detection. Refactoring and release as open source software

    CERN Document Server

    Lizonczyk, Piotr

    2015-01-01

    This paper covers my work during my assignment as participant of CERN Summer Students 2015 programme. The project was aimed at refactoring and publication of the Web Application Detection tool, which was developed at CERN and priorly used internally by the Computer Security team. The range of tasks performed include initial refactoring of code, which was developed like a script rather than a Python package, through extracting components that were not specific to CERN usage, the subsequent final release of the source code on GitHub and the integration with third-party software i.e. the w3af tool. Ultimately, Web Application Detection software received positive responses, being downloaded ca. 1500 times at the time of writing this report.

  6. A plug-and-play pathway refactoring workflow for natural product research in Escherichia coli and Saccharomyces cerevisiae.

    Science.gov (United States)

    Ren, Hengqian; Hu, Pingfan; Zhao, Huimin

    2017-08-01

    Pathway refactoring serves as an invaluable synthetic biology tool for natural product discovery, characterization, and engineering. However, the complicated and laborious molecular biology techniques largely hinder its application in natural product research, especially in a high-throughput manner. Here we report a plug-and-play pathway refactoring workflow for high-throughput, flexible pathway construction, and expression in both Escherichia coli and Saccharomyces cerevisiae. Biosynthetic genes were firstly cloned into pre-assembled helper plasmids with promoters and terminators, resulting in a series of expression cassettes. These expression cassettes were further assembled using Golden Gate reaction to generate fully refactored pathways. The inclusion of spacer plasmids in this system would not only increase the flexibility for refactoring pathways with different number of genes, but also facilitate gene deletion and replacement. As proof of concept, a total of 96 pathways for combinatorial carotenoid biosynthesis were built successfully. This workflow should be generally applicable to different classes of natural products produced by various organisms. Biotechnol. Bioeng. 2017;114: 1847-1854. © 2017 Wiley Periodicals, Inc. © 2017 Wiley Periodicals, Inc.

  7. Refactoring for software design smells managing technical debt

    CERN Document Server

    Suryanarayana, Girish; Sharma, Tushar

    2014-01-01

    Awareness of design smells - indicators of common design problems - helps developers or software engineers understand mistakes made while designing, what design principles were overlooked or misapplied, and what principles need to be applied properly to address those smells through refactoring. Developers and software engineers may ""know"" principles and patterns, but are not aware of the ""smells"" that exist in their design because of wrong or mis-application of principles or patterns. These smells tend to contribute heavily to technical debt - further time owed to fix projects thought to b

  8. Towards refactoring the Molecular Function Ontology with a UML profile for function modeling.

    Science.gov (United States)

    Burek, Patryk; Loebe, Frank; Herre, Heinrich

    2017-10-04

    Gene Ontology (GO) is the largest resource for cataloging gene products. This resource grows steadily and, naturally, this growth raises issues regarding the structure of the ontology. Moreover, modeling and refactoring large ontologies such as GO is generally far from being simple, as a whole as well as when focusing on certain aspects or fragments. It seems that human-friendly graphical modeling languages such as the Unified Modeling Language (UML) could be helpful in connection with these tasks. We investigate the use of UML for making the structural organization of the Molecular Function Ontology (MFO), a sub-ontology of GO, more explicit. More precisely, we present a UML dialect, called the Function Modeling Language (FueL), which is suited for capturing functions in an ontologically founded way. FueL is equipped, among other features, with language elements that arise from studying patterns of subsumption between functions. We show how to use this UML dialect for capturing the structure of molecular functions. Furthermore, we propose and discuss some refactoring options concerning fragments of MFO. FueL enables the systematic, graphical representation of functions and their interrelations, including making information explicit that is currently either implicit in MFO or is mainly captured in textual descriptions. Moreover, the considered subsumption patterns lend themselves to the methodical analysis of refactoring options with respect to MFO. On this basis we argue that the approach can increase the comprehensibility of the structure of MFO for humans and can support communication, for example, during revision and further development.

  9. Microservices for systematic profiling and monitoring of the refactoring process at the LHCb experiment

    Science.gov (United States)

    Mazurov, Alexander; Couturier, Ben; Popov, Dmitry; Farley, Nathanael

    2017-10-01

    Any time you modify an implementation within a program, change compiler version or operating system, you should also do regression testing. You can do regression testing by rerunning existing tests against the changes to determine whether this breaks anything that worked prior to the change and by writing new tests where necessary. At LHCb we have a huge codebase which is maintained by many people and can be run within different setups. Such situations lead to the crucial necessity to guide refactoring with a central profiling system that helps to run tests and find the impact of changes. In our work we present a software architecture and tools for running a profiling system. This system is responsible for systematically running regression tests, collecting and comparing results of these tests so changes between different setups can be observed and reported. The main feature of our solution is that it is based on a microservices architecture. Microservices break a large project into loosely coupled modules, which communicate with each other through simple APIs. Such modular architectural style helps us to avoid general pitfalls of monolithic architectures such as hard to understand a codebase as well as maintaining a large codebase and ineffective scalability. Our solution also allows to escape a complexity of microservices deployment process by using software containers and services management tools. Containers and service managers let us quickly deploy linked modules in development, production or in any other environments. Most of the developed modules are generic which means that the proposed architecture and tools can be used not only in LHCb but adopted for other experiments and companies.

  10. Refactoring the six-gene photosystem II core in the chloroplast of the green algae Chlamydomonas reinhardtii

    DEFF Research Database (Denmark)

    Gimpel, Javier A.; Nour-Eldin, Hussam Hassan; Scranton, Melissa A.

    2016-01-01

    production, particularly under specific environmental conditions. PSII is a complex multisubunit enzyme with strong interdependence among its components. In this work, we have deleted the six core genes of PSII in the eukaryotic alga Chlamydomonas reinhardtii and refactored them in a single DNA construct...

  11. An approach of community evolution based on gravitational relationship refactoring in dynamic networks

    International Nuclear Information System (INIS)

    Yin, Guisheng; Chi, Kuo; Dong, Yuxin; Dong, Hongbin

    2017-01-01

    In this paper, an approach of community evolution based on gravitational relationship refactoring between the nodes in a dynamic network is proposed, and it can be used to simulate the process of community evolution. A static community detection algorithm and a dynamic community evolution algorithm are included in the approach. At first, communities are initialized by constructing the core nodes chains, the nodes can be iteratively searched and divided into corresponding communities via the static community detection algorithm. For a dynamic network, an evolutionary process is divided into three phases, and behaviors of community evolution can be judged according to the changing situation of the core nodes chain in each community. Experiments show that the proposed approach can achieve accuracy and availability in the synthetic and real world networks. - Highlights: • The proposed approach considers both the static community detection and dynamic community evolution. • The approach of community evolution can identify the whole 6 common evolution events. • The proposed approach can judge the evolutionary events according to the variations of the core nodes chains.

  12. RankProd 2.0: a refactored bioconductor package for detecting differentially expressed features in molecular profiling datasets.

    Science.gov (United States)

    Del Carratore, Francesco; Jankevics, Andris; Eisinga, Rob; Heskes, Tom; Hong, Fangxin; Breitling, Rainer

    2017-09-01

    The Rank Product (RP) is a statistical technique widely used to detect differentially expressed features in molecular profiling experiments such as transcriptomics, metabolomics and proteomics studies. An implementation of the RP and the closely related Rank Sum (RS) statistics has been available in the RankProd Bioconductor package for several years. However, several recent advances in the understanding of the statistical foundations of the method have made a complete refactoring of the existing package desirable. We implemented a completely refactored version of the RankProd package, which provides a more principled implementation of the statistics for unpaired datasets. Moreover, the permutation-based P -value estimation methods have been replaced by exact methods, providing faster and more accurate results. RankProd 2.0 is available at Bioconductor ( https://www.bioconductor.org/packages/devel/bioc/html/RankProd.html ) and as part of the mzMatch pipeline ( http://www.mzmatch.sourceforge.net ). rainer.breitling@manchester.ac.uk. Supplementary data are available at Bioinformatics online. © The Author(s) 2017. Published by Oxford University Press.

  13. Multi-step wrought processing of TiAl-based alloys

    International Nuclear Information System (INIS)

    Fuchs, G.E.

    1997-04-01

    Wrought processing will likely be needed for fabrication of a variety of TiAl-based alloy structural components. Laboratory and development work has usually relied on one-step forging to produce test material. Attempts to scale-up TiAl-based alloy processing has indicated that multi-step wrought processing is necessary. The purpose of this study was to examine potential multi-step processing routes, such as two-step isothermal forging and extrusion + isothermal forging. The effects of processing (I/M versus P/M), intermediate recrystallization heat treatments and processing route on the tensile and creep properties of Ti-48Al-2Nb-2Cr alloys were examined. The results of the testing were then compared to samples from the same heats of materials processed by one-step routes. Finally, by evaluating the effect of processing on microstructure and properties, optimized and potentially lower cost processing routes could be identified

  14. Ten steps to successful software process improvement

    Science.gov (United States)

    Kandt, R. K.

    2003-01-01

    This paper identifies ten steps for managing change that address organizational and cultural issues. Four of these steps are critical, that if not done, will almost guarantee failure. This ten-step program emphasizes the alignment of business goals, change process goals, and the work performed by the employees of an organization.

  15. Multivariate statistical analysis of a multi-step industrial processes

    DEFF Research Database (Denmark)

    Reinikainen, S.P.; Høskuldsson, Agnar

    2007-01-01

    Monitoring and quality control of industrial processes often produce information on how the data have been obtained. In batch processes, for instance, the process is carried out in stages; some process or control parameters are set at each stage. However, the obtained data might not be utilized...... efficiently, even if this information may reveal significant knowledge about process dynamics or ongoing phenomena. When studying the process data, it may be important to analyse the data in the light of the physical or time-wise development of each process step. In this paper, a unified approach to analyse...... multivariate multi-step processes, where results from each step are used to evaluate future results, is presented. The methods presented are based on Priority PLS Regression. The basic idea is to compute the weights in the regression analysis for given steps, but adjust all data by the resulting score vectors...

  16. Keeping the Cost of Process Change Low through Refactoring

    NARCIS (Netherlands)

    Weber, B.; Reichert, M.U.

    2007-01-01

    With the increasing adoption of process-aware information systems (PAIS) large process model repositories have emerged. Over time respective models have to be re-aligned to the real world business processes through customization or adaptation. This bears the risk that model redundancies are

  17. ON CODE REFACTORING OF THE DIALOG SUBSYSTEM OF CDSS PLATFORM FOR THE OPEN-SOURCE MIS OPENMRS

    Directory of Open Access Journals (Sweden)

    A. V. Semenets

    2016-08-01

    The open-source MIS OpenMRS developer tools and software API are reviewed. The results of code refactoring of the dialog subsystem of the CDSS platform which is made as module for the open-source MIS OpenMRS are presented. The structure of information model of database of the CDSS dialog subsystem was updated according with MIS OpenMRS requirements. The Model-View-Controller (MVC based approach to the CDSS dialog subsystem architecture was re-implemented with Java programming language using Spring and Hibernate frameworks. The MIS OpenMRS Encounter portlet form for the CDSS dialog subsystem integration is developed as an extension. The administrative module of the CDSS platform is recreated. The data exchanging formats and methods for interaction of OpenMRS CDSS dialog subsystem module and DecisionTree GAE service are re-implemented with help of AJAX technology via jQuery library

  18. Data-based control of a multi-step forming process

    Science.gov (United States)

    Schulte, R.; Frey, P.; Hildenbrand, P.; Vogel, M.; Betz, C.; Lechner, M.; Merklein, M.

    2017-09-01

    The fourth industrial revolution represents a new stage in the organization and management of the entire value chain. However, concerning the field of forming technology, the fourth industrial revolution has only arrived gradually until now. In order to make a valuable contribution to the digital factory the controlling of a multistage forming process was investigated. Within the framework of the investigation, an abstracted and transferable model is used to outline which data have to be collected, how an interface between the different forming machines can be designed tangible and which control tasks must be fulfilled. The goal of this investigation was to control the subsequent process step based on the data recorded in the first step. The investigated process chain links various metal forming processes, which are typical elements of a multi-step forming process. Data recorded in the first step of the process chain is analyzed and processed for an improved process control of the subsequent process. On the basis of the gained scientific knowledge, it is possible to make forming operations more robust and at the same time more flexible, and thus create the fundament for linking various production processes in an efficient way.

  19. Performance Refactoring of Instrumentation, Measurement, and Analysis Technologies for Petascale Computing: the PRIMA Project

    Energy Technology Data Exchange (ETDEWEB)

    Malony, Allen D. [Department of Computer and Information Science, University of Oregon; Wolf, Felix G. [Juelich Supercomputing Centre, Forschungszentrum Juelich

    2014-01-31

    The growing number of cores provided by today’s high-end computing systems present substantial challenges to application developers in their pursuit of parallel efficiency. To find the most effective optimization strategy, application developers need insight into the runtime behavior of their code. The University of Oregon (UO) and the Juelich Supercomputing Centre of Forschungszentrum Juelich (FZJ) develop the performance analysis tools TAU and Scalasca, respectively, which allow high-performance computing (HPC) users to collect and analyze relevant performance data – even at very large scales. TAU and Scalasca are considered among the most advanced parallel performance systems available, and are used extensively across HPC centers in the U.S., Germany, and around the world. The TAU and Scalasca groups share a heritage of parallel performance tool research and partnership throughout the past fifteen years. Indeed, the close interactions of the two groups resulted in a cross-fertilization of tool ideas and technologies that pushed TAU and Scalasca to what they are today. It also produced two performance systems with an increasing degree of functional overlap. While each tool has its specific analysis focus, the tools were implementing measurement infrastructures that were substantially similar. Because each tool provides complementary performance analysis, sharing of measurement results is valuable to provide the user with more facets to understand performance behavior. However, each measurement system was producing performance data in different formats, requiring data interoperability tools to be created. A common measurement and instrumentation system was needed to more closely integrate TAU and Scalasca and to avoid the duplication of development and maintenance effort. The PRIMA (Performance Refactoring of Instrumentation, Measurement, and Analysis) project was proposed over three years ago as a joint international effort between UO and FZJ to accomplish

  20. Two-Step Plasma Process for Cleaning Indium Bonding Bumps

    Science.gov (United States)

    Greer, Harold F.; Vasquez, Richard P.; Jones, Todd J.; Hoenk, Michael E.; Dickie, Matthew R.; Nikzad, Shouleh

    2009-01-01

    A two-step plasma process has been developed as a means of removing surface oxide layers from indium bumps used in flip-chip hybridization (bump bonding) of integrated circuits. The two-step plasma process makes it possible to remove surface indium oxide, without incurring the adverse effects of the acid etching process.

  1. Development process and data management of TurnSTEP, a STEP-compliant CNC system for turning

    NARCIS (Netherlands)

    Choi, I.; Suh, S.-H; Kim, K.; Song, M.S.; Jang, M.; Lee, B.-E.

    2006-01-01

    TurnSTEP is one of the earliest STEP-compliant CNC systems for turning. Based on the STEP-NC data model formalized as ISO 14649-12 and 121, it is designed to support intelligent and autonomous control of NC machines for e-manufacturing. The present paper introduces the development process and data

  2. Performance Refactoring of Instrumentation, Measurement, and Analysis Technologies for Petascale Computing. The PRIMA Project

    Energy Technology Data Exchange (ETDEWEB)

    Malony, Allen D. [Univ. of Oregon, Eugene, OR (United States). Dept. of Computer and Information Science; Wolf, Felix G. [Wilhelm-Johnen-Strasse, Julich (Germany). Forschungszentrum Julich GmbH

    2014-01-31

    The growing number of cores provided by today’s high-­end computing systems present substantial challenges to application developers in their pursuit of parallel efficiency. To find the most effective optimization strategy, application developers need insight into the runtime behavior of their code. The University of Oregon (UO) and the Juelich Supercomputing Centre of Forschungszentrum Juelich (FZJ) develop the performance analysis tools TAU and Scalasca, respectively, which allow high-­performance computing (HPC) users to collect and analyze relevant performance data – even at very large scales. TAU and Scalasca are considered among the most advanced parallel performance systems available, and are used extensively across HPC centers in the U.S., Germany, and around the world. The TAU and Scalasca groups share a heritage of parallel performance tool research and partnership throughout the past fifteen years. Indeed, the close interactions of the two groups resulted in a cross-­fertilization of tool ideas and technologies that pushed TAU and Scalasca to what they are today. It also produced two performance systems with an increasing degree of functional overlap. While each tool has its specific analysis focus, the tools were implementing measurement infrastructures that were substantially similar. Because each tool provides complementary performance analysis, sharing of measurement results is valuable to provide the user with more facets to understand performance behavior. However, each measurement system was producing performance data in different formats, requiring data interoperability tools to be created. A common measurement and instrumentation system was needed to more closely integrate TAU and Scalasca and to avoid the duplication of development and maintenance effort. The PRIMA (Performance Refactoring of Instrumentation, Measurement, and Analysis) project was proposed over three years ago as a joint international effort between UO and FZJ to

  3. The Material Supply Adjustment Process in RAMF-SM, Step 2

    Science.gov (United States)

    2016-06-01

    I N S T I T U T E F O R D E F E N S E A N A L Y S E S The Material Supply Adjustment Process in RAMF-SM, Step 2 Eleanor L. Schwartz James S...5564 The Material Supply Adjustment Process in RAMF-SM, Step 2 Eleanor L. Schwartz James S. Thomason, Project Leader This page is intentionally blank...9 1. Inputs and Outputs .......................................................................................10 2. Specific Steps of the PEAP

  4. The partner selection process : Steps, effectiveness, governance

    NARCIS (Netherlands)

    Duisters, D.; Duijsters, G.M.; de Man, A.P.

    2011-01-01

    Selecting the right partner is important for creating value in alliances. Even though prior research suggests that a structured partner selection process increases alliance success, empirical research remains scarce. This paper presents an explorative empirical study that shows that some steps in

  5. The partner selection process : steps, effectiveness, governance

    NARCIS (Netherlands)

    Duisters, D.; Duysters, G.M.; Man, de A.P.

    2011-01-01

    Selecting the right partner is important for creating value in alliances. Even though prior research suggests that a structured partner selection process increases alliance success, empirical research remains scarce. This paper presents an explorative empirical study that shows that some steps in

  6. Lyondell develops one step isobutylene process

    International Nuclear Information System (INIS)

    Anon.

    1992-01-01

    This paper reports that Lyondell Petrochemical Co., Houston, has developed a one step process to convert normal butylenes to isobutylene, a key component of methyl tertiary butyl ether (MTBE). MTBE is expected to become the additive of choice among U.S. refiners to blend oxygenated gasolines required by 1990 amendments to the Clean Air Act. Lyondell Pres. and Chief Executive Officer Bob Gower the the new process could help assure adequate supplies of MTBE to meet U.S. demand for cleaner burning fuels. Lyondell estimates the capital cost of building a grassroots plant to produce isobutylene with the new process would be less than half the cost of a grassroot plant to produce isobutylene with existing technology starting with normal butane

  7. Design and fabrication of a chitosan hydrogel with gradient structures via a step-by-step cross-linking process.

    Science.gov (United States)

    Xu, Yongxiang; Yuan, Shenpo; Han, Jianmin; Lin, Hong; Zhang, Xuehui

    2017-11-15

    The development of scaffolds to mimic the gradient structure of natural tissue is an important consideration for effective tissue engineering. In the present study, a physical cross-linking chitosan hydrogel with gradient structures was fabricated via a step-by-step cross-linking process using sodium tripolyphosphate and sodium hydroxide as sequential cross-linkers. Chitosan hydrogels with different structures (single, double, and triple layers) were prepared by modifying the gelling process. The properties of the hydrogels were further adjusted by varying the gelling conditions, such as gelling time, pH, and composition of the crosslinking solution. Slight cytotoxicity was showed in MTT assay for hydrogels with uncross-linking chitosan solution and non-cytotoxicity was showed for other hydrogels. The results suggest that step-by-step cross-linking represents a practicable method to fabricate scaffolds with gradient structures. Copyright © 2017. Published by Elsevier Ltd.

  8. A multi-step electrochemical etching process for a three-dimensional micro probe array

    International Nuclear Information System (INIS)

    Kim, Yoonji; Youn, Sechan; Cho, Young-Ho; Park, HoJoon; Chang, Byeung Gyu; Oh, Yong Soo

    2011-01-01

    We present a simple, fast, and cost-effective process for three-dimensional (3D) micro probe array fabrication using multi-step electrochemical metal foil etching. Compared to the previous electroplating (add-on) process, the present electrochemical (subtractive) process results in well-controlled material properties of the metallic microstructures. In the experimental study, we describe the single-step and multi-step electrochemical aluminum foil etching processes. In the single-step process, the depth etch rate and the bias etch rate of an aluminum foil have been measured as 1.50 ± 0.10 and 0.77 ± 0.03 µm min −1 , respectively. On the basis of the single-step process results, we have designed and performed the two-step electrochemical etching process for the 3D micro probe array fabrication. The fabricated 3D micro probe array shows the vertical and lateral fabrication errors of 15.5 ± 5.8% and 3.3 ± 0.9%, respectively, with the surface roughness of 37.4 ± 9.6 nm. The contact force and the contact resistance of the 3D micro probe array have been measured to be 24.30 ± 0.98 mN and 2.27 ± 0.11 Ω, respectively, for an overdrive of 49.12 ± 1.25 µm.

  9. Calculation of the MSD two-step process with the sudden approximation

    Energy Technology Data Exchange (ETDEWEB)

    Yoshida, Shiro [Tohoku Univ., Sendai (Japan). Dept. of Physics; Kawano, Toshihiko [Kyushu Univ., Advanced Energy Engineering Science, Kasuga, Fukuoka (Japan)

    2000-03-01

    A calculation of the two-step process with the sudden approximation is described. The Green's function which connects the one-step matrix element to the two-step one is represented in {gamma}-space to avoid the on-energy-shell approximation. Microscopically calculated two-step cross sections are averaged together with an appropriate level density to give a two-step cross section. The calculated cross sections are compared with the experimental data, however the calculation still contains several simplifications at this moment. (author)

  10. Designing Collaborative Developmental Standards by Refactoring of the Earth Science Models, Libraries, Workflows and Frameworks.

    Science.gov (United States)

    Mirvis, E.; Iredell, M.

    2015-12-01

    The operational (OPS) NOAA National Centers for Environmental Prediction (NCEP) suite, traditionally, consist of a large set of multi- scale HPC models, workflows, scripts, tools and utilities, which are very much depending on the variety of the additional components. Namely, this suite utilizes a unique collection of the in-house developed 20+ shared libraries (NCEPLIBS), certain versions of the 3-rd party libraries (like netcdf, HDF, ESMF, jasper, xml etc.), HPC workflow tool within dedicated (sometimes even vendors' customized) HPC system homogeneous environment. This domain and site specific, accompanied with NCEP's product- driven large scale real-time data operations complicates NCEP collaborative development tremendously by reducing chances to replicate this OPS environment anywhere else. The NOAA/NCEP's Environmental Modeling Center (EMC) missions to develop and improve numerical weather, climate, hydrological and ocean prediction through the partnership with the research community. Realizing said difficulties, lately, EMC has been taken an innovative approach to improve flexibility of the HPC environment by building the elements and a foundation for NCEP OPS functionally equivalent environment (FEE), which can be used to ease the external interface constructs as well. Aiming to reduce turnaround time of the community code enhancements via Research-to-Operations (R2O) cycle, EMC developed and deployed several project sub-set standards that already paved the road to NCEP OPS implementation standards. In this topic we will discuss the EMC FEE for O2R requirements and approaches in collaborative standardization, including NCEPLIBS FEE and models code version control paired with the models' derived customized HPC modules and FEE footprints. We will share NCEP/EMC experience and potential in the refactoring of EMC development processes, legacy codes and in securing model source code quality standards by using combination of the Eclipse IDE, integrated with the

  11. Simulation of dynamic processes when machining transition surfaces of stepped shafts

    Science.gov (United States)

    Maksarov, V. V.; Krasnyy, V. A.; Viushin, R. V.

    2018-03-01

    The paper addresses the characteristics of stepped surfaces of parts categorized as "solids of revolution". It is noted that in the conditions of transition modes during the switch to end surface machining, there is cutting with varied load intensity in the section of the cut layer, which leads to change in cutting force, onset of vibrations, an increase in surface layer roughness, a decrease of size precision, and increased wear of a tool's cutting edge. This work proposes a method that consists in developing a CNC program output code that allows one to process complex forms of stepped shafts with only one machine setup. The authors developed and justified a mathematical model of a technological system for mechanical processing with consideration for the resolution of tool movement at the stages of transition processes to assess the dynamical stability of a system in the process of manufacturing stepped surfaces of parts of “solid of revolution” type.

  12. Step out - Step in Sequencing Games

    NARCIS (Netherlands)

    Musegaas, M.; Borm, P.E.M.; Quant, M.

    2014-01-01

    In this paper a new class of relaxed sequencing games is introduced: the class of Step out - Step in sequencing games. In this relaxation any player within a coalition is allowed to step out from his position in the processing order and to step in at any position later in the processing order.

  13. Netherlands : An ‘Echternach’ Procession in Different Directions: Oscillating Steps Towards Reform

    NARCIS (Netherlands)

    Westerheijden, Donald F.; de Boer, Harry F.; Enders, Jürgen; Paradeise, C.; Reale, E.; Bleiklie, I.; Ferlie, E.

    2009-01-01

    The annual procession in the Luxemburg town of Echternach is famous for its laborious manner of reaching its end: two steps forward, one step back. In this paper, we will maintain that the policy of the Dutch government over the period of c.1982–2007 resembles an Echternach procession in reverse:

  14. Two-step flash light sintering process for crack-free inkjet-printed Ag films

    International Nuclear Information System (INIS)

    Park, Sung-Hyeon; Kim, Hak-Sung; Jang, Shin; Lee, Dong-Jun; Oh, Jehoon

    2013-01-01

    In this paper, a two-step flash light sintering process for inkjet-printed Ag films is investigated with the aim of improving the quality of sintered Ag films. The flash light sintering process is divided into two steps: a preheating step and a main sintering step. The preheating step is used to remove the organic binder without abrupt vaporization. The main sintering step is used to complete the necking connections among the silver nanoparticles and achieve high electrical conductivity. The process minimizes the damage on the polymer substrate and the interface between the sintered Ag film and polymer substrate. The electrical conductivity is calculated by measuring the resistance and cross-sectional area with an LCR meter and 3D optical profiler, respectively. It is found that the resistivity of the optimal flash light-sintered Ag films (36.32 nΩ m), which is 228.86% of that of bulk silver, is lower than that of thermally sintered ones (40.84 nΩ m). Additionally, the polyimide film used as the substrate is preserved with the inkjet-printed pattern shape during the flash light sintering process without delamination or defects. (paper)

  15. Step out-step in sequencing games

    NARCIS (Netherlands)

    Musegaas, Marieke; Borm, Peter; Quant, Marieke

    2015-01-01

    In this paper a new class of relaxed sequencing games is introduced: the class of Step out–Step in sequencing games. In this relaxation any player within a coalition is allowed to step out from his position in the processing order and to step in at any position later in the processing order. First,

  16. Multi-step process for concentrating magnetic particles in waste sludges

    Science.gov (United States)

    Watson, John L.

    1990-01-01

    This invention involves a multi-step, multi-force process for dewatering sludges which have high concentrations of magnetic particles, such as waste sludges generated during steelmaking. This series of processing steps involves (1) mixing a chemical flocculating agent with the sludge; (2) allowing the particles to aggregate under non-turbulent conditions; (3) subjecting the mixture to a magnetic field which will pull the magnetic aggregates in a selected direction, causing them to form a compacted sludge; (4) preferably, decanting the clarified liquid from the compacted sludge; and (5) using filtration to convert the compacted sludge into a cake having a very high solids content. Steps 2 and 3 should be performed simultaneously. This reduces the treatment time and increases the extent of flocculation and the effectiveness of the process. As partially formed aggregates with active flocculating groups are pulled through the mixture by the magnetic field, they will contact other particles and form larger aggregates. This process can increase the solids concentration of steelmaking sludges in an efficient and economic manner, thereby accomplishing either of two goals: (a) it can convert hazardous wastes into economic resources for recycling as furnace feed material, or (b) it can dramatically reduce the volume of waste material which must be disposed.

  17. 48 CFR 15.202 - Advisory multi-step process.

    Science.gov (United States)

    2010-10-01

    ... CONTRACTING METHODS AND CONTRACT TYPES CONTRACTING BY NEGOTIATION Solicitation and Receipt of Proposals and Information 15.202 Advisory multi-step process. (a) The agency may publish a presolicitation notice (see 5.204) that provides a general description of the scope or purpose of the acquisition and invites potential...

  18. Strategic planning: the first step in the planning process.

    Science.gov (United States)

    Gelinas, Marc A

    2003-01-01

    Strategic planning is a systematic process through which an organization builds commitment among key stakeholders to goals and priorities which are essential to its mission and vision, and responsive to the operating environment. Strategic planning is the first step in a comprehensive planning process that also includes business planning and implementation planning. If all three steps are carried out in sequence, strategic planning can be a very effective means of educating the stakeholders about where the cancer program is and where it is going, gaining support and commitment for the direction that the cancer program will take, and assuring that everyone's expectations can be managed effectively. Unfortunately, some organizations and cancer program leaders misunderstand the process. Too often, strategic planning is used as a stand-alone activity. This article will describe what strategic planning is, how it should smoothly lead into business planning and implementation planning, and how to avoid the pitfalls that sometimes arise during the strategic planning effort.

  19. Ultralow-density SiO2 aerogels prepared by a two-step sol-gel process

    International Nuclear Information System (INIS)

    Wang Jue; Li Qing; Shen Jun; Zhou Bin; Chen Lingyan; Jiang; Weiyang

    1996-01-01

    Low density SiO 2 gels are prepared by a two-step sol-gel process from TEOS. The influence of various solution ratios on the gelation process is investigated. The comparative characterization of gels using different solvent, such as ethanol, acetone and methyl cyanide, is also given. The ultralow-density SiO 2 aerogels with density less than 10 kg/m 3 are prepared by CO 2 supercritical drying technique. The structure difference between SiO 2 aerogels prepared by conventional single-step process and the two-step process is also presented

  20. Simulation of Unique Pressure Changing Steps and Situations in Psa Processes

    Science.gov (United States)

    Ebner, Armin D.; Mehrotra, Amal; Knox, James C.; LeVan, Douglas; Ritter, James A.

    2007-01-01

    A more rigorous cyclic adsorption process simulator is being developed for use in the development and understanding of new and existing PSA processes. Unique features of this new version of the simulator that Ritter and co-workers have been developing for the past decade or so include: multiple absorbent layers in each bed, pressure drop in the column, valves for entering and exiting flows and predicting real-time pressurization and depressurization rates, ability to account for choked flow conditions, ability to pressurize and depressurize simultaneously from both ends of the columns, ability to equalize between multiple pairs of columns, ability to equalize simultaneously from both ends of pairs of columns, and ability to handle very large pressure ratios and hence velocities associated with deep vacuum systems. These changes to the simulator now provide for unique opportunities to study the effects of novel pressure changing steps and extreme process conditions on the performance of virtually any commercial or developmental PSA process. This presentation will provide an overview of the cyclic adsorption process simulator equations and algorithms used in the new adaptation. It will focus primarily on the novel pressure changing steps and their effects on the performance of a PSA system that epitomizes the extremes of PSA process design and operation. This PSA process is a sorbent-based atmosphere revitalization (SBAR) system that NASA is developing for new manned exploration vehicles. This SBAR system consists of a 2-bed 3-step 3-layer system that operates between atmospheric pressure and the vacuum of space, evacuates from both ends of the column simultaneously, experiences choked flow conditions during pressure changing steps, and experiences a continuously changing feed composition, as it removes metabolic CO2 and H20 from a closed and fixed volume, i.e., the spacecraft cabin. Important process performance indicators of this SBAR system are size, and the

  1. 42 CFR 50.406 - What are the steps in the process?

    Science.gov (United States)

    2010-10-01

    ... 42 Public Health 1 2010-10-01 2010-10-01 false What are the steps in the process? 50.406 Section 50.406 Public Health PUBLIC HEALTH SERVICE, DEPARTMENT OF HEALTH AND HUMAN SERVICES GRANTS POLICIES OF GENERAL APPLICABILITY Public Health Service Grant Appeals Procedure § 50.406 What are the steps in...

  2. HETC-3STEP included fragmentation process

    Energy Technology Data Exchange (ETDEWEB)

    Shigyo, Nobuhiro; Iga, Kiminori; Ishibashi, Kenji [Kyushu Univ., Fukuoka (Japan). Faculty of Engineering

    1997-03-01

    High Energy Transport Code (HETC) based on the cascade-evaporation model is modified to calculate the fragmentation cross section. For the cascade process, nucleon-nucleon cross sections are used for collision computation; effective in-medium-corrected cross sections are adopted instead of the original free-nucleon collision. The exciton model is adopted for improvement of backward nucleon-emission cross section for low-energy nucleon-incident events. The fragmentation reaction is incorporated into the original HETC as a subroutine set by the use of the systematics of the reaction. The modified HETC (HETC-3STEP/FRG) reproduces experimental fragment yields to a reasonable degree. (author)

  3. Coupling of Spinosad Fermentation and Separation Process via Two-Step Macroporous Resin Adsorption Method.

    Science.gov (United States)

    Zhao, Fanglong; Zhang, Chuanbo; Yin, Jing; Shen, Yueqi; Lu, Wenyu

    2015-08-01

    In this paper, a two-step resin adsorption technology was investigated for spinosad production and separation as follows: the first step resin addition into the fermentor at early cultivation period to decrease the timely product concentration in the broth; the second step of resin addition was used after fermentation to adsorb and extract the spinosad. Based on this, a two-step macroporous resin adsorption-membrane separation process for spinosad fermentation, separation, and purification was established. Spinosad concentration in 5-L fermentor increased by 14.45 % after adding 50 g/L macroporous at the beginning of fermentation. The established two-step macroporous resin adsorption-membrane separation process got the 95.43 % purity and 87 % yield for spinosad, which were both higher than that of the conventional crystallization of spinosad from aqueous phase that were 93.23 and 79.15 % separately. The two-step macroporous resin adsorption method has not only carried out the coupling of spinosad fermentation and separation but also increased spinosad productivity. In addition, the two-step macroporous resin adsorption-membrane separation process performs better in spinosad yield and purity.

  4. Photon Production through Multi-step Processes Important in Nuclear Fluorescence Experiments

    International Nuclear Information System (INIS)

    Hagmann, C; Pruet, J

    2006-01-01

    The authors present calculations describing the production of photons through multi-step processes occurring when a beam of gamma rays interacts with a macroscopic material. These processes involve the creation of energetic electrons through Compton scattering, photo-absorption and pair production, the subsequent scattering of these electrons, and the creation of energetic photons occurring as these electrons are slowed through Bremsstrahlung emission. Unlike single Compton collisions, during which an energetic photon that is scattered through a large angle loses most of its energy, these multi-step processes result in a sizable flux of energetic photons traveling at large angles relative to an incident photon beam. These multi-step processes are also a key background in experiments that measure nuclear resonance fluorescence by shining photons on a thin foil and observing the spectrum of back-scattered photons. Effective cross sections describing the production of backscattered photons are presented in a tabular form that allows simple estimates of backgrounds expected in a variety of experiments. Incident photons with energies between 0.5 MeV and 8 MeV are considered. These calculations of effective cross sections may be useful for those designing NRF experiments or systems that detect specific isotopes in well-shielded environments through observation of resonance fluorescence

  5. PID controller auto-tuning based on process step response and damping optimum criterion.

    Science.gov (United States)

    Pavković, Danijel; Polak, Siniša; Zorc, Davor

    2014-01-01

    This paper presents a novel method of PID controller tuning suitable for higher-order aperiodic processes and aimed at step response-based auto-tuning applications. The PID controller tuning is based on the identification of so-called n-th order lag (PTn) process model and application of damping optimum criterion, thus facilitating straightforward algebraic rules for the adjustment of both the closed-loop response speed and damping. The PTn model identification is based on the process step response, wherein the PTn model parameters are evaluated in a novel manner from the process step response equivalent dead-time and lag time constant. The effectiveness of the proposed PTn model parameter estimation procedure and the related damping optimum-based PID controller auto-tuning have been verified by means of extensive computer simulations. © 2013 ISA. Published by Elsevier Ltd. All rights reserved.

  6. Ultrasonic transesterification of Jatrophacurcas L. oil to biodiesel by a two-step process

    International Nuclear Information System (INIS)

    Deng Xin; Fang Zhen; Liu Yunhu

    2010-01-01

    Transesterification of high free fatty acid content Jatropha oil with methanol to biodiesel catalyzed directly by NaOH and high-concentrated H 2 SO 4 or by two-step process were studied in an ultrasonic reactor at 60 deg. C. If NaOH was used as catalyst, biodiesel yield was only 47.2% with saponification problem. With H 2 SO 4 as catalyst, biodiesel yield was increased to 92.8%. However, longer reaction time (4 h) was needed and the biodiesel was not stable. A two-step, acid-esterification and base-transesterification process was further used for biodiesel production. It was found that after the first-step pretreatment with H 2 SO 4 for 1 h, the acid value of Jatropha oil was reduced from 10.45 to 1.2 mg KOH/g, and subsequently, NaOH was used for the second-step transesterification. Stable and clear yellowish biodiesel was obtained with 96.4% yield after reaction for 0.5 h. The total production time was only 1.5 h that is just half of the previous reported. The two-step process with ultrasonic radiation is effective and time-saving for biodiesel production from Jatropha oil.

  7. Efficient Hydrolysis of Rice Straw into Xylose and Glucose by a Two-step Process

    Directory of Open Access Journals (Sweden)

    YAN Lu-lu

    2016-07-01

    Full Text Available The hydrolysis of rice straw into xylose and glucose in dilute sulfuric acid aqueous solution was studied with a two-step process in batch autoclave reactor. The results showed that compared with the traditional one-step acid hydrolysis, both xylose and glucose could be produced in high yields from rice straw by using the two-step acid hydrolysis process. The effects of reaction temperature, reaction time, the amount of rice straw and acid concentration on the hydrolysis of rice straw were systematically studied, and showed that except initial rice straw loading amount, the other parameters had remarkable influence on the products distribution and yields. In the first-step of the hydrolysis process, a high xylose yield of 162.6 g·kg-1 was obtained at 140℃ after 120 min reaction time. When the solid residues from the first step were subjected to a second-step hydrolysis, a glucose yield as high as 216.5 g·kg-1 could be achieved at 180℃ after 120 min. This work provides a promising strategy for the efficient and value-added utilization of agricultural wastes such as rice straw.

  8. Positive steps turning into a process

    Directory of Open Access Journals (Sweden)

    Božičević Goran

    2004-01-01

    Full Text Available The conclusion of the research conducted in Croatia for QPSW in 2003 is there is no systematic, accountable and structural confrontation with the past in Croatia, but there is growing concern within the civil society about the problems incurred by the lack of such a confrontation. Two different approaches can be discerned: individual work with particular persons or target groups and advocacy that could influence the alteration of the public opinion and decision-making. Both levels are necessary and they should unfold simultaneously. The systematization and regional cooperation of documentation centers, cooperation between victim organizations and peace initiatives, the inclusion of former warriors into peace building processes the cooperation of artists and activists - represent some of the new and promising steps on the civilian scene in Croatia. The constant strengthening of the independent media and the judiciary, coupled with constant efforts on both levels - the personal and the public - raises hopes that the confrontation with the past in Croatia is a process and not a trend.

  9. Preparation of biodiesel from waste cooking oil via two-step catalyzed process

    International Nuclear Information System (INIS)

    Wang Yong; Liu Pengzhan; Ou Shiyi; Zhang Zhisen

    2007-01-01

    Waste cooking oils (WCO), which contain large amounts of free fatty acids produced in restaurants, are collected by the environmental protection agency in the main cities of China and should be disposed in a suitable way. In this research, a two step catalyzed process was adopted to prepare biodiesel from waste cooking oil whose acid value was 75.92 ± 0.036 mgKOH/g. The free fatty acids of WCO were esterified with methanol catalyzed by ferric sulfate in the first step, and the triglycerides (TGs) in WCO were transesterified with methanol catalyzed by potassium hydroxide in the second step. The results showed that ferric sulfate had high activity to catalyze the esterification of free fatty acids (FFA) with methanol, The conversion rate of FFA reached 97.22% when 2 wt% of ferric sulfate was added to the reaction system containing methanol to TG in10:1 (mole ratio) composition and reacted at 95 deg. C for 4 h. The methanol was vacuum evaporated, and transesterification of the remained triglycerides was performed at 65 deg. C for 1 h in a reaction system containing 1 wt% of potassium hydroxide and 6:1 mole ratio of methanol to TG. The final product with 97.02% of biodiesel, obtained after the two step catalyzed process, was analyzed by gas chromatography. This new process has many advantages compared with the old processes, such as no acidic waste water, high efficiency, low equipment cost and easy recovery of the catalyst

  10. High pressure as an alternative processing step for ham production.

    Science.gov (United States)

    Pingen, Sylvia; Sudhaus, Nadine; Becker, André; Krischek, Carsten; Klein, Günter

    2016-08-01

    As high pressure processing (HPP) is becoming more and more important in the food industry, this study examined the application of HPP (500 and 600MPa) as a manufacturing step during simulated ham production. By replacing conventional heating with HPP steps, ham-like texture or color attributes could not be achieved. HPP products showed a less pale, less red appearance, softer texture and higher yields. However, a combination of mild temperature (53°C) and 500MPa resulted in parameters more comparable to cooked ham. We conclude that HPP can be used for novel food development, providing novel textures and colors. However, when it comes to ham production, a heating step seems to be unavoidable to obtain characteristic ham properties. Copyright © 2016 Elsevier Ltd. All rights reserved.

  11. Ultrasonic transesterification of Jatrophacurcas L. oil to biodiesel by a two-step process

    Energy Technology Data Exchange (ETDEWEB)

    Deng, Xin; Fang, Zhen; Liu, Yun-hu [Biomass Group, Xishuangbanna Tropical Botanical Garden, Chinese Academy of Sciences, 88 Xuefulu, Kunming, Yunnan Province 650223 (China)

    2010-12-15

    Transesterification of high free fatty acid content Jatropha oil with methanol to biodiesel catalyzed directly by NaOH and high-concentrated H{sub 2}SO{sub 4} or by two-step process were studied in an ultrasonic reactor at 60 C. If NaOH was used as catalyst, biodiesel yield was only 47.2% with saponification problem. With H{sub 2}SO{sub 4} as catalyst, biodiesel yield was increased to 92.8%. However, longer reaction time (4 h) was needed and the biodiesel was not stable. A two-step, acid-esterification and base-transesterification process was further used for biodiesel production. It was found that after the first-step pretreatment with H{sub 2}SO{sub 4} for 1 h, the acid value of Jatropha oil was reduced from 10.45 to 1.2 mg KOH/g, and subsequently, NaOH was used for the second-step transesterification. Stable and clear yellowish biodiesel was obtained with 96.4% yield after reaction for 0.5 h. The total production time was only 1.5 h that is just half of the previous reported. The two-step process with ultrasonic radiation is effective and time-saving for biodiesel production from Jatropha oil. (author)

  12. Ultrasonic transesterification of Jatrophacurcas L. oil to biodiesel by a two-step process

    Energy Technology Data Exchange (ETDEWEB)

    Deng Xin [Biomass Group, Xishuangbanna Tropical Botanical Garden, Chinese Academy of Sciences, 88 Xuefulu, Kunming, Yunnan Province 650223 (China); Fang Zhen, E-mail: zhenfang@xtbg.ac.c [Biomass Group, Xishuangbanna Tropical Botanical Garden, Chinese Academy of Sciences, 88 Xuefulu, Kunming, Yunnan Province 650223 (China); Liu Yunhu [Biomass Group, Xishuangbanna Tropical Botanical Garden, Chinese Academy of Sciences, 88 Xuefulu, Kunming, Yunnan Province 650223 (China)

    2010-12-15

    Transesterification of high free fatty acid content Jatropha oil with methanol to biodiesel catalyzed directly by NaOH and high-concentrated H{sub 2}SO{sub 4} or by two-step process were studied in an ultrasonic reactor at 60 deg. C. If NaOH was used as catalyst, biodiesel yield was only 47.2% with saponification problem. With H{sub 2}SO{sub 4} as catalyst, biodiesel yield was increased to 92.8%. However, longer reaction time (4 h) was needed and the biodiesel was not stable. A two-step, acid-esterification and base-transesterification process was further used for biodiesel production. It was found that after the first-step pretreatment with H{sub 2}SO{sub 4} for 1 h, the acid value of Jatropha oil was reduced from 10.45 to 1.2 mg KOH/g, and subsequently, NaOH was used for the second-step transesterification. Stable and clear yellowish biodiesel was obtained with 96.4% yield after reaction for 0.5 h. The total production time was only 1.5 h that is just half of the previous reported. The two-step process with ultrasonic radiation is effective and time-saving for biodiesel production from Jatropha oil.

  13. Core-shell polymer nanorods by a two-step template wetting process

    International Nuclear Information System (INIS)

    Dougherty, S; Liang, J

    2009-01-01

    One-dimensional core-shell polymer nanowires offer many advantages and great potential for many different applications. In this paper we introduce a highly versatile two-step template wetting process to fabricate two-component core-shell polymer nanowires with controllable shell thickness. PLLA and PMMA were chosen as model polymers to demonstrate the feasibility of this process. Solution wetting with different concentrations of polymer solutions was used to fabricate the shell layer and melt wetting was used to fill the shell with the core polymer. The shell thickness was analyzed as a function of the polymer solution concentration and viscosity, and the core-shell morphology was observed with TEM. This paper demonstrates the feasibility of fabricating polymer core-shell nanostructures using our two-step template wetting process and opens the arena for optimization and future experiments with polymers that are desirable for specific applications.

  14. Effect of the processing steps on compositions of table olive since harvesting time to pasteurization.

    Science.gov (United States)

    Nikzad, Nasim; Sahari, Mohammad A; Vanak, Zahra Piravi; Safafar, Hamed; Boland-nazar, Seyed A

    2013-08-01

    Weight, oil, fatty acids, tocopherol, polyphenol, and sterol properties of 5 olive cultivars (Zard, Fishomi, Ascolana, Amigdalolia, and Conservalia) during crude, lye treatment, washing, fermentation, and pasteurization steps were studied. Results showed: oil percent was higher and lower in Ascolana (crude step) and in Fishomi (pasteurization step), respectively; during processing steps, in all cultivars, oleic, palmitic, linoleic, and stearic acids were higher; the highest changes in saturated and unsaturated fatty acids were in fermentation step; the highest and the lowest ratios of ω3 / ω6 were in Ascolana (washing step) and in Zard (pasteurization step), respectively; the highest and the lowest tocopherol were in Amigdalolia and Fishomi, respectively, and major damage occurred in lye step; the highest and the lowest polyphenols were in Ascolana (crude step) and in Zard and Ascolana (pasteurization step), respectively; the major damage among cultivars occurred during lye step, in which the polyphenol reduced to 1/10 of first content; sterol did not undergo changes during steps. Reviewing of olive patents shows that many compositions of fruits such as oil quality, fatty acids, quantity and its fraction can be changed by alteration in cultivar and process.

  15. Two-step estimation procedures for inhomogeneous shot-noise Cox processes

    DEFF Research Database (Denmark)

    Prokesová, Michaela; Dvorák, Jirí; Jensen, Eva B. Vedel

    In the present paper we develop several two-step estimation procedures for inhomogeneous shot-noise Cox processes. The intensity function is parametrized by the inhomogeneity parameters while the pair-correlation function is parametrized by the interaction parameters. The suggested procedures...

  16. Comparison of microbial community shifts in two parallel multi-step drinking water treatment processes.

    Science.gov (United States)

    Xu, Jiajiong; Tang, Wei; Ma, Jun; Wang, Hong

    2017-07-01

    Drinking water treatment processes remove undesirable chemicals and microorganisms from source water, which is vital to public health protection. The purpose of this study was to investigate the effects of treatment processes and configuration on the microbiome by comparing microbial community shifts in two series of different treatment processes operated in parallel within a full-scale drinking water treatment plant (DWTP) in Southeast China. Illumina sequencing of 16S rRNA genes of water samples demonstrated little effect of coagulation/sedimentation and pre-oxidation steps on bacterial communities, in contrast to dramatic and concurrent microbial community shifts during ozonation, granular activated carbon treatment, sand filtration, and disinfection for both series. A large number of unique operational taxonomic units (OTUs) at these four treatment steps further illustrated their strong shaping power towards the drinking water microbial communities. Interestingly, multidimensional scaling analysis revealed tight clustering of biofilm samples collected from different treatment steps, with Nitrospira, the nitrite-oxidizing bacteria, noted at higher relative abundances in biofilm compared to water samples. Overall, this study provides a snapshot of step-to-step microbial evolvement in multi-step drinking water treatment systems, and the results provide insight to control and manipulation of the drinking water microbiome via optimization of DWTP design and operation.

  17. Discrete pre-processing step effects in registration-based pipelines, a preliminary volumetric study on T1-weighted images.

    Science.gov (United States)

    Muncy, Nathan M; Hedges-Muncy, Ariana M; Kirwan, C Brock

    2017-01-01

    Pre-processing MRI scans prior to performing volumetric analyses is common practice in MRI studies. As pre-processing steps adjust the voxel intensities, the space in which the scan exists, and the amount of data in the scan, it is possible that the steps have an effect on the volumetric output. To date, studies have compared between and not within pipelines, and so the impact of each step is unknown. This study aims to quantify the effects of pre-processing steps on volumetric measures in T1-weighted scans within a single pipeline. It was our hypothesis that pre-processing steps would significantly impact ROI volume estimations. One hundred fifteen participants from the OASIS dataset were used, where each participant contributed three scans. All scans were then pre-processed using a step-wise pipeline. Bilateral hippocampus, putamen, and middle temporal gyrus volume estimations were assessed following each successive step, and all data were processed by the same pipeline 5 times. Repeated-measures analyses tested for a main effects of pipeline step, scan-rescan (for MRI scanner consistency) and repeated pipeline runs (for algorithmic consistency). A main effect of pipeline step was detected, and interestingly an interaction between pipeline step and ROI exists. No effect for either scan-rescan or repeated pipeline run was detected. We then supply a correction for noise in the data resulting from pre-processing.

  18. Two-step estimation for inhomogeneous spatial point processes

    DEFF Research Database (Denmark)

    Waagepetersen, Rasmus; Guan, Yongtao

    This paper is concerned with parameter estimation for inhomogeneous spatial point processes with a regression model for the intensity function and tractable second order properties (K-function). Regression parameters are estimated using a Poisson likelihood score estimating function and in a second...... step minimum contrast estimation is applied for the residual clustering parameters. Asymptotic normality of parameter estimates is established under certain mixing conditions and we exemplify how the results may be applied in ecological studies of rain forests....

  19. The RiverFish Approach to Business Process Modeling: Linking Business Steps to Control-Flow Patterns

    Science.gov (United States)

    Zuliane, Devanir; Oikawa, Marcio K.; Malkowski, Simon; Alcazar, José Perez; Ferreira, João Eduardo

    Despite the recent advances in the area of Business Process Management (BPM), today’s business processes have largely been implemented without clearly defined conceptual modeling. This results in growing difficulties for identification, maintenance, and reuse of rules, processes, and control-flow patterns. To mitigate these problems in future implementations, we propose a new approach to business process modeling using conceptual schemas, which represent hierarchies of concepts for rules and processes shared among collaborating information systems. This methodology bridges the gap between conceptual model description and identification of actual control-flow patterns for workflow implementation. We identify modeling guidelines that are characterized by clear phase separation, step-by-step execution, and process building through diagrams and tables. The separation of business process modeling in seven mutually exclusive phases clearly delimits information technology from business expertise. The sequential execution of these phases leads to the step-by-step creation of complex control-flow graphs. The process model is refined through intuitive table and diagram generation in each phase. Not only does the rigorous application of our modeling framework minimize the impact of rule and process changes, but it also facilitates the identification and maintenance of control-flow patterns in BPM-based information system architectures.

  20. Cognitive processing for step precision increases beta and gamma band modulation during overground walking

    DEFF Research Database (Denmark)

    Oliveira, Anderson Souza; Arguissain, Federico Gabriel; Andersen, Ole Kæseler

    2018-01-01

    The aim of this study was to investigate whether cognitive processing for defining step precision during walking could induce changes in electrocortical activity. Ten healthy adults (21-36 years) were asked to walk overground in three different conditions: (1) normal walking in a straight path (N...... activity in cognitive, motor and sensorimotor areas may be relevant to produce patterned and safe locomotion through challenging paths.......The aim of this study was to investigate whether cognitive processing for defining step precision during walking could induce changes in electrocortical activity. Ten healthy adults (21-36 years) were asked to walk overground in three different conditions: (1) normal walking in a straight path (NW....../sensorimotor regions, a phase in the gait cycle in which participants define the correct foot placement for the next step. These results suggest that greater cognitive demands during precision stepping influences electrocortical dynamics especially towards step transitions. Therefore, increased electrocortical...

  1. SPAR-H Step-by-Step Guidance

    Energy Technology Data Exchange (ETDEWEB)

    W. J. Galyean; A. M. Whaley; D. L. Kelly; R. L. Boring

    2011-05-01

    This guide provides step-by-step guidance on the use of the SPAR-H method for quantifying Human Failure Events (HFEs). This guide is intended to be used with the worksheets provided in: 'The SPAR-H Human Reliability Analysis Method,' NUREG/CR-6883, dated August 2005. Each step in the process of producing a Human Error Probability (HEP) is discussed. These steps are: Step-1, Categorizing the HFE as Diagnosis and/or Action; Step-2, Rate the Performance Shaping Factors; Step-3, Calculate PSF-Modified HEP; Step-4, Accounting for Dependence, and; Step-5, Minimum Value Cutoff. The discussions on dependence are extensive and include an appendix that describes insights obtained from the psychology literature.

  2. SPAR-H Step-by-Step Guidance

    International Nuclear Information System (INIS)

    Galyean, W.J.; Whaley, A.M.; Kelly, D.L.; Boring, R.L.

    2011-01-01

    This guide provides step-by-step guidance on the use of the SPAR-H method for quantifying Human Failure Events (HFEs). This guide is intended to be used with the worksheets provided in: 'The SPAR-H Human Reliability Analysis Method,' NUREG/CR-6883, dated August 2005. Each step in the process of producing a Human Error Probability (HEP) is discussed. These steps are: Step-1, Categorizing the HFE as Diagnosis and/or Action; Step-2, Rate the Performance Shaping Factors; Step-3, Calculate PSF-Modified HEP; Step-4, Accounting for Dependence, and; Step-5, Minimum Value Cutoff. The discussions on dependence are extensive and include an appendix that describes insights obtained from the psychology literature.

  3. Two-step estimation for inhomogeneous spatial point processes

    DEFF Research Database (Denmark)

    Waagepetersen, Rasmus; Guan, Yongtao

    2009-01-01

    The paper is concerned with parameter estimation for inhomogeneous spatial point processes with a regression model for the intensity function and tractable second-order properties (K-function). Regression parameters are estimated by using a Poisson likelihood score estimating function and in the ...... and in the second step minimum contrast estimation is applied for the residual clustering parameters. Asymptotic normality of parameter estimates is established under certain mixing conditions and we exemplify how the results may be applied in ecological studies of rainforests....

  4. A ten-step process to develop case management plans.

    Science.gov (United States)

    Tahan, Hussein A

    2002-01-01

    The use of case management plans has contained cost and improved quality of care successfully. However, the process of developing these plans remains a great challenge for healthcare executives, in this article, the author presents the answer to this challenge by discussing a 10-step formal process that administrators of patient care services and case managers can adapt to their institutions. It also can be used by interdisciplinary team members as a practical guide to develop a specific case management plan. This process is applicable to any care setting (acute, ambulatory, long term, and home care), diagnosis, or procedure. It is particularly important for those organizations that currently do not have a deliberate and systematic process to develop case management plans and are struggling with how to improve the efficiency and productivity of interdisciplinary teams charged with developing case management plans.

  5. One-step process of hydrothermal and alkaline treatment of wheat straw for improving the enzymatic saccharification.

    Science.gov (United States)

    Sun, Shaolong; Zhang, Lidan; Liu, Fang; Fan, Xiaolin; Sun, Run-Cang

    2018-01-01

    To increase the production of bioethanol, a two-step process based on hydrothermal and dilute alkaline treatment was applied to reduce the natural resistance of biomass. However, the process required a large amount of water and a long operation time due to the solid/liquid separation before the alkaline treatment, which led to decrease the pure economic profit for production of bioethanol. Therefore, four one-step processes based on order of hydrothermal and alkaline treatment have been developed to enhance concentration of glucose of wheat straw by enzymatic saccharification. The aim of the present study was to systematically evaluated effect for different one-step processes by analyzing the physicochemical properties (composition, structural change, crystallinity, surface morphology, and BET surface area) and enzymatic saccharification of the treated substrates. In this study, hemicelluloses and lignins were removed from wheat straw and the morphologic structures were destroyed to various extents during the four one-step processes, which were favorable for cellulase absorption on cellulose. A positive correlation was also observed between the crystallinity and enzymatic saccharification rate of the substrate under the conditions given. The surface area of the substrate was positively related to the concentration of glucose in this study. As compared to the control (3.0 g/L) and treated substrates (11.2-14.6 g/L) obtained by the other three one-step processes, the substrate treated by one-step process based on successively hydrothermal and alkaline treatment had a maximum glucose concentration of 18.6 g/L, which was due to the high cellulose concentration and surface area for the substrate, accompanying with removal of large amounts of lignins and hemicelluloses. The present study demonstrated that the order of hydrothermal and alkaline treatment had significant effects on the physicochemical properties and enzymatic saccharification of wheat straw. The one-step

  6. SPAR-H Step-by-Step Guidance

    Energy Technology Data Exchange (ETDEWEB)

    April M. Whaley; Dana L. Kelly; Ronald L. Boring; William J. Galyean

    2012-06-01

    Step-by-step guidance was developed recently at Idaho National Laboratory for the US Nuclear Regulatory Commission on the use of the Standardized Plant Analysis Risk-Human Reliability Analysis (SPAR-H) method for quantifying Human Failure Events (HFEs). This work was done to address SPAR-H user needs, specifically requests for additional guidance on the proper application of various aspects of the methodology. This paper overviews the steps of the SPAR-H analysis process and highlights some of the most important insights gained during the development of the step-by-step directions. This supplemental guidance for analysts is applicable when plant-specific information is available, and goes beyond the general guidance provided in existing SPAR-H documentation. The steps highlighted in this paper are: Step-1, Categorizing the HFE as Diagnosis and/or Action; Step-2, Rate the Performance Shaping Factors; Step-3, Calculate PSF-Modified HEP; Step-4, Accounting for Dependence, and; Step-5, Minimum Value Cutoff.

  7. Xylose Isomerization with Zeolites in a Two-Step Alcohol–Water Process

    DEFF Research Database (Denmark)

    Paniagua, Marta; Shunmugavel, Saravanamurugan; Melián Rodriguez, Mayra

    2015-01-01

    Isomerization of xylose to xylulose was efficiently catalyzed by large-pore zeolites in a two-step methanol–water process that enhanced the product yield significantly. The reaction pathway involves xylose isomerization to xylulose, which, in part, subsequently reacts with methanol to form methyl...

  8. Integrating social media and social marketing: a four-step process.

    Science.gov (United States)

    Thackeray, Rosemary; Neiger, Brad L; Keller, Heidi

    2012-03-01

    Social media is a group of Internet-based applications that allows individuals to create, collaborate, and share content with one another. Practitioners can realize social media's untapped potential by incorporating it as part of the larger social marketing strategy, beyond promotion. Social media, if used correctly, may help organizations increase their capacity for putting the consumer at the center of the social marketing process. The purpose of this article is to provide a template for strategic thinking to successfully include social media as part of the social marketing strategy by using a four-step process.

  9. Is it Feasible to Use Students' Self-reported Step Data in a Local School Policy Process?

    DEFF Research Database (Denmark)

    Bonde, Ane Høstgaard; Bruselius-Jensen, Maria

    2017-01-01

    Objective: We examined students’ self-reported step data and discussed the feasibility of using these data in a local school policy process. Methods: For 5 days during school hours, 281 stu- dents from grades 5–7 participating in a health education program, measured their steps using a pedometer......: Student-collected data showed similar patterns as reported in the literature, and therefore, a feasible perspective could be to use students’ self-reported step data in a local school policy process....

  10. An approach to eliminate stepped features in multistage incremental sheet forming process: Experimental and FEA analysis

    Energy Technology Data Exchange (ETDEWEB)

    Nirala, Harish Kumar; Jain, Prashant K.; Tandon, Puneet [PDPM Indian Institute of Information Technology, Design and Manufacturing Jabalpur Jabalpur-482005, Madhya Pradesh (India); Roy, J. J.; Samal, M. K. [Bhabha Atomic Research Centre, Mumbai (India)

    2017-02-15

    Incremental sheet forming (ISF) is a recently developed manufacturing technique. In ISF, forming is done by applying deformation force through the motion of Numerically controlled (NC) single point forming tool on the clamped sheet metal blank. Single Point Incremental sheet forming (SPISF) is also known as a die-less forming process because no die is required to fabricate any component by using this process. Now a day it is widely accepted for rapid manufacturing of sheet metal components. The formability of SPISF process improves by adding some intermediate stages into it, which is known as Multi-stage SPISF (MSPISF) process. However during forming in MSPISF process because of intermediate stages stepped features are generated. This paper investigates the generation of stepped features with simulation and experimental results. An effective MSPISF strategy is proposed to remove or eliminate this generated undesirable stepped features.

  11. Effects of acute alcohol intoxication on automated processing: evidence from the double-step paradigm.

    Science.gov (United States)

    Vorstius, Christian; Radach, Ralph; Lang, Alan R

    2012-02-01

    Reflexive and voluntary levels of processing have been studied extensively with respect to possible impairments due to alcohol intoxication. This study examined alcohol effects at the 'automated' level of processing essential to many complex visual processing tasks (e.g., reading, visual search) that involve ongoing modifications or reprogramming of well-practiced routines. Data from 30 participants (16 male) were collected in two counterbalanced sessions (alcohol vs. no-alcohol control; mean breath alcohol concentration = 68 mg/dL vs. 0 mg/dL). Eye movements were recorded during a double-step task where 75% of trials involved two target stimuli in rapid succession (inter-stimulus interval [ISI]=40, 70, or 100 ms) so that they could elicit two distinct saccades or eye movements (double steps). On 25% of trials a single target appeared. Results indicated that saccade latencies were longer under alcohol. In addition, the proportion of single-step responses and the mean saccade amplitude (length) of primary saccades decreased significantly with increasing ISI. The key novel finding, however, was that the reprogramming time needed to cancel the first saccade and adjust saccade amplitude was extended significantly by alcohol. The additional time made available by prolonged latencies due to alcohol was not utilized by the saccade programming system to decrease the number of two-step responses. These results represent the first demonstration of specific alcohol-induced programming deficits at the automated level of oculomotor processing.

  12. Improving the two-step remediation process for CCA-treated wood. Part I, Evaluating oxalic acid extraction

    Science.gov (United States)

    Carol Clausen

    2004-01-01

    In this study, three possible improvements to a remediation process for chromated-copper-arsenate (CCA) treated wood were evaluated. The process involves two steps: oxalic acid extraction of wood fiber followed by bacterial culture with Bacillus licheniformis CC01. The three potential improvements to the oxalic acid extraction step were (1) reusing oxalic acid for...

  13. Low-temperature process steps for realization of non-volatile memory devices

    NARCIS (Netherlands)

    Brunets, I.; Boogaard, A.; Aarnink, Antonius A.I.; Kovalgin, Alexeij Y.; Wolters, Robertus A.M.; Holleman, J.; Schmitz, Jurriaan

    2007-01-01

    In this work, the low-temperature process steps required for the realization of nano-crystal non-volatile memory cells are discussed. An amorphous silicon film, crystallized using a diode pumped solid state green laser irradiating at 532 nm, is proposed as an active layer. The deposition of the

  14. LAURA Users Manual: 5.2-43231

    Science.gov (United States)

    Mazaheri, Alireza; Gnoffo, Peter A.; Johnston, Christopher O.; Kleb, Bil

    2009-01-01

    This users manual provides in-depth information concerning installation and execution of LAURA, version 5. LAURA is a structured, multi-block, computational aerothermodynamic simulation code. Version 5 represents a major refactoring of the original Fortran 77 LAURA code toward a modular structure afforded by Fortran 95. The refactoring improved usability and maintainability by eliminating the requirement for problem-dependent re-compilations, providing more intuitive distribution of functionality, and simplifying interfaces required for multiphysics coupling. As a result, LAURA now shares gas-physics modules, MPI modules, and other low-level modules with the FUN3D unstructured-grid code. In addition to internal refactoring, several new features and capabilities have been added, e.g., a GNU-standard installation process, parallel load balancing, automatic trajectory point sequencing, free-energy minimization, and coupled ablation and flowfield radiation.

  15. Laura Users Manual: 5.1-41601

    Science.gov (United States)

    Mazaheri, Alireza; Gnoffo, Peter A.; Johnston, Christopher O.; Kleb, Bil

    2009-01-01

    This users manual provides in-depth information concerning installation and execution of LAURA, version 5. LAURA is a structured, multi-block, computational aerothermodynamic simulation code. Version 5 represents a major refactoring of the original Fortran 77 LAURA code toward a modular structure afforded by Fortran 95. The refactoring improved usability and maintainability by eliminating the requirement for problem-dependent re-compilations, providing more intuitive distribution of functionality, and simplifying interfaces required for multiphysics coupling. As a result, LAURA now shares gas-physics modules, MPI modules, and other low-level modules with the FUN3D unstructured-grid code. In addition to internal refactoring, several new features and capabilities have been added, e.g., a GNU-standard installation process, parallel load balancing, automatic trajectory point sequencing, free-energy minimization, and coupled ablation and flowfield radiation.

  16. LAURA Users Manual: 5.3-48528

    Science.gov (United States)

    Mazaheri, Alireza; Gnoffo, Peter A.; Johnston, Chirstopher O.; Kleb, Bil

    2010-01-01

    This users manual provides in-depth information concerning installation and execution of LAURA, version 5. LAURA is a structured, multi-block, computational aerothermodynamic simulation code. Version 5 represents a major refactoring of the original Fortran 77 LAURA code toward a modular structure afforded by Fortran 95. The refactoring improved usability and maintainability by eliminating the requirement for problem-dependent re-compilations, providing more intuitive distribution of functionality, and simplifying interfaces required for multi-physics coupling. As a result, LAURA now shares gas-physics modules, MPI modules, and other low-level modules with the FUN3D unstructured-grid code. In addition to internal refactoring, several new features and capabilities have been added, e.g., a GNU-standard installation process, parallel load balancing, automatic trajectory point sequencing, free-energy minimization, and coupled ablation and flowfield radiation.

  17. LAURA Users Manual: 5.5-64987

    Science.gov (United States)

    Mazaheri, Alireza; Gnoffo, Peter A.; Johnston, Christopher O.; Kleb, William L.

    2013-01-01

    This users manual provides in-depth information concerning installation and execution of LAURA, version 5. LAURA is a structured, multi-block, computational aerothermodynamic simulation code. Version 5 represents a major refactoring of the original Fortran 77 LAURA code toward a modular structure afforded by Fortran 95. The refactoring improved usability and maintain ability by eliminating the requirement for problem dependent recompilations, providing more intuitive distribution of functionality, and simplifying interfaces required for multi-physics coupling. As a result, LAURA now shares gas-physics modules, MPI modules, and other low-level modules with the Fun3D unstructured-grid code. In addition to internal refactoring, several new features and capabilities have been added, e.g., a GNU standard installation process, parallel load balancing, automatic trajectory point sequencing, free-energy minimization, and coupled ablation and flowfield radiation.

  18. LAURA Users Manual: 5.4-54166

    Science.gov (United States)

    Mazaheri, Alireza; Gnoffo, Peter A.; Johnston, Christopher O.; Kleb, Bil

    2011-01-01

    This users manual provides in-depth information concerning installation and execution of Laura, version 5. Laura is a structured, multi-block, computational aerothermodynamic simulation code. Version 5 represents a major refactoring of the original Fortran 77 Laura code toward a modular structure afforded by Fortran 95. The refactoring improved usability and maintainability by eliminating the requirement for problem dependent re-compilations, providing more intuitive distribution of functionality, and simplifying interfaces required for multi-physics coupling. As a result, Laura now shares gas-physics modules, MPI modules, and other low-level modules with the Fun3D unstructured-grid code. In addition to internal refactoring, several new features and capabilities have been added, e.g., a GNU-standard installation process, parallel load balancing, automatic trajectory point sequencing, free-energy minimization, and coupled ablation and flowfield radiation.

  19. One-step electrodeposition process of CuInSe2: Deposition time effect

    Indian Academy of Sciences (India)

    Administrator

    CuInSe2 thin films were prepared by one-step electrodeposition process using a simplified two- electrodes system. ... homojunctions or heterojunctions (Rincon et al 1983). Efficiency of ... deposition times onto indium thin oxide (ITO)-covered.

  20. Step-by-step cyclic processes scheduling

    DEFF Research Database (Denmark)

    Bocewicz, G.; Nielsen, Izabela Ewa; Banaszak, Z.

    2013-01-01

    Automated Guided Vehicles (AGVs) fleet scheduling is one of the big problems in Flexible Manufacturing System (FMS) control. The problem is more complicated when concurrent multi-product manufacturing and resource deadlock avoidance policies are considered. The objective of the research is to pro......Automated Guided Vehicles (AGVs) fleet scheduling is one of the big problems in Flexible Manufacturing System (FMS) control. The problem is more complicated when concurrent multi-product manufacturing and resource deadlock avoidance policies are considered. The objective of the research...... is to provide a declarative model enabling to state a constraint satisfaction problem aimed at AGVs fleet scheduling subject to assumed itineraries of concurrently manufactured product types. In other words, assuming a given layout of FMS’s material handling and production routes of simultaneously manufactured...... orders, the main objective is to provide the declarative framework aimed at conditions allowing one to calculate the AGVs fleet schedule in online mode. An illustrative example of the relevant algebra-like driven step-by-stem cyclic scheduling is provided....

  1. The Value of Step-by-Step Risk Assessment for Unmanned Aircraft

    DEFF Research Database (Denmark)

    La Cour-Harbo, Anders

    2018-01-01

    The new European legislation expected in 2018 or 2019 will introduce a step-by-step process for conducting risk assessments for unmanned aircraft flight operations. This is a relatively simple approach to a very complex challenge. This work compares this step-by-step process to high fidelity risk...... modeling, and shows that at least for a series of example flight missions there is reasonable agreement between the two very different methods....

  2. Implementation of Real-Time Machining Process Control Based on Fuzzy Logic in a New STEP-NC Compatible System

    Directory of Open Access Journals (Sweden)

    Po Hu

    2016-01-01

    Full Text Available Implementing real-time machining process control at shop floor has great significance on raising the efficiency and quality of product manufacturing. A framework and implementation methods of real-time machining process control based on STEP-NC are presented in this paper. Data model compatible with ISO 14649 standard is built to transfer high-level real-time machining process control information between CAPP systems and CNC systems, in which EXPRESS language is used to define new STEP-NC entities. Methods for implementing real-time machining process control at shop floor are studied and realized on an open STEP-NC controller, which is developed using object-oriented, multithread, and shared memory technologies conjunctively. Cutting force at specific direction of machining feature in side mill is chosen to be controlled object, and a fuzzy control algorithm with self-adjusting factor is designed and embedded in the software CNC kernel of STEP-NC controller. Experiments are carried out to verify the proposed framework, STEP-NC data model, and implementation methods for real-time machining process control. The results of experiments prove that real-time machining process control tasks can be interpreted and executed correctly by the STEP-NC controller at shop floor, in which actual cutting force is kept around ideal value, whether axial cutting depth changes suddenly or continuously.

  3. Field theoretical approach to proton-nucleus reactions: II-Multiple-step excitation process

    International Nuclear Information System (INIS)

    Eiras, A.; Kodama, T.; Nemes, M.

    1989-01-01

    A field theoretical formulation to multiple step excitation process in proton-nucleus collision within the context of a relativistic eikonal approach is presented. A closed form expression for the double differential cross section can be obtained whose structure is very simple and makes the physics transparent. Glauber's formulation of the same process is obtained as a limit of ours and the necessary approximations are studied and discussed. (author) [pt

  4. Defining process design space for a hydrophobic interaction chromatography (HIC) purification step: application of quality by design (QbD) principles.

    Science.gov (United States)

    Jiang, Canping; Flansburg, Lisa; Ghose, Sanchayita; Jorjorian, Paul; Shukla, Abhinav A

    2010-12-15

    The concept of design space has been taking root under the quality by design paradigm as a foundation of in-process control strategies for biopharmaceutical manufacturing processes. This paper outlines the development of a design space for a hydrophobic interaction chromatography (HIC) process step. The design space included the impact of raw material lot-to-lot variability and variations in the feed stream from cell culture. A failure modes and effects analysis was employed as the basis for the process characterization exercise. During mapping of the process design space, the multi-dimensional combination of operational variables were studied to quantify the impact on process performance in terms of yield and product quality. Variability in resin hydrophobicity was found to have a significant influence on step yield and high-molecular weight aggregate clearance through the HIC step. A robust operating window was identified for this process step that enabled a higher step yield while ensuring acceptable product quality. © 2010 Wiley Periodicals, Inc.

  5. A First Step in Learning Analytics: Pre-Processing Low-Level Alice Logging Data of Middle School Students

    Science.gov (United States)

    Werner, Linda; McDowell, Charlie; Denner, Jill

    2013-01-01

    Educational data mining can miss or misidentify key findings about student learning without a transparent process of analyzing the data. This paper describes the first steps in the process of using low-level logging data to understand how middle school students used Alice, an initial programming environment. We describe the steps that were…

  6. Mechanical, thermal and morphological characterization of polycarbonate/oxidized carbon nanofiber composites produced with a lean 2-step manufacturing process.

    Science.gov (United States)

    Lively, Brooks; Kumar, Sandeep; Tian, Liu; Li, Bin; Zhong, Wei-Hong

    2011-05-01

    In this study we report the advantages of a 2-step method that incorporates an additional process pre-conditioning step for rapid and precise blending of the constituents prior to the commonly used melt compounding method for preparing polycarbonate/oxidized carbon nanofiber composites. This additional step (equivalent to a manufacturing cell) involves the formation of a highly concentrated solid nano-nectar of polycarbonate/carbon nanofiber composite using a solution mixing process followed by melt mixing with pure polycarbonate. This combined method yields excellent dispersion and improved mechanical and thermal properties as compared to the 1-step melt mixing method. The test results indicated that inclusion of carbon nanofibers into composites via the 2-step method resulted in dramatically reduced ( 48% lower) coefficient of thermal expansion compared to that of pure polycarbonate and 30% lower than that from the 1-step processing, at the same loading of 1.0 wt%. Improvements were also found in dynamic mechanical analysis and flexural mechanical properties. The 2-step approach is more precise and leads to better dispersion, higher quality, consistency, and improved performance in critical application areas. It is also consistent with Lean Manufacturing principles in which manufacturing cells are linked together using less of the key resources and creates a smoother production flow. Therefore, this 2-step process can be more attractive for industry.

  7. Impacting student anxiety for the USMLE Step 1 through process-oriented preparation

    Directory of Open Access Journals (Sweden)

    Roy E. Strowd

    2010-02-01

    Full Text Available Background: Standardized examinations are the key components of medical education. The USMLE Step 1 is the first of these important milestones. Success on this examination requires both content competency and efficient strategies for study and review. Students employ a wide variety of techniques in studying for this examination, with heavy reliance on personal study habits and advice from other students. Nevertheless, few medical curricula formally address these strategies. Methods: In response to student-generated critique at our institution, a five-part seminar series on process-oriented preparation was developed and implemented to address such concerns. The series focused on early guidance and preparation strategies for Step 1 and the many other important challenges in medical school. Emphasis was placed on facilitating conversation and mentorship opportunities between students. Results & Conclusions: A profoundly positive experience was reported by our medical students that included a decreased anxiety level for the Step 1 examination.

  8. Microwave assisted step-by-step process for the production of fucoidan, alginate sodium, sugars and biochar from Ascophyllum nodosum through a biorefinery concept.

    Science.gov (United States)

    Yuan, Yuan; Macquarrie, Duncan J

    2015-12-01

    The biorefinery is an important concept for the development of alternative routes to a range of interesting and important materials from renewable resources. It ensures that the resources are used fully and that all parts of them are valorized. This paper develops this concept, using brown macroalgae Ascophyllum nodosum as an example, by assistance of microwave technology. A step-by-step process was designed to obtain fucoidan, alginates, sugars and biochar (alga residue) consecutively. The yields of fucoidan, alginates, sugars and biochar were 14.09%, 18.24%, 10.87% and 21.44%, respectively. To make an evaluation of the biorefinery process, seaweed sample was also treated for fucoidan extraction only, alginate extraction only and hydrothermal treatment for sugars and biochar only. The chemical composition and properties of each product were also analyzed. The results indicated that A. nodosum could be potentially used as feedstock for a biorefinery process to produce valuable chemicals and fuels. Copyright © 2015 Elsevier Ltd. All rights reserved.

  9. Comparative analysis of single-step and two-step biodiesel production using supercritical methanol on laboratory-scale

    International Nuclear Information System (INIS)

    Micic, Radoslav D.; Tomić, Milan D.; Kiss, Ferenc E.; Martinovic, Ferenc L.; Simikić, Mirko Ð.; Molnar, Tibor T.

    2016-01-01

    Highlights: • Single-step supercritical transesterification compared to the two-step process. • Two-step process: oil hydrolysis and subsequent supercritical methyl esterification. • Experiments were conducted in a laboratory-scale batch reactor. • Higher biodiesel yields in two-step process at milder reaction conditions. • Two-step process has potential to be cost-competitive with the single-step process. - Abstract: Single-step supercritical transesterification and two-step biodiesel production process consisting of oil hydrolysis and subsequent supercritical methyl esterification were studied and compared. For this purpose, comparative experiments were conducted in a laboratory-scale batch reactor and optimal reaction conditions (temperature, pressure, molar ratio and time) were determined. Results indicate that in comparison to a single-step transesterification, methyl esterification (second step of the two-step process) produces higher biodiesel yields (95 wt% vs. 91 wt%) at lower temperatures (270 °C vs. 350 °C), pressures (8 MPa vs. 12 MPa) and methanol to oil molar ratios (1:20 vs. 1:42). This can be explained by the fact that the reaction system consisting of free fatty acid (FFA) and methanol achieves supercritical condition at milder reaction conditions. Furthermore, the dissolved FFA increases the acidity of supercritical methanol and acts as an acid catalyst that increases the reaction rate. There is a direct correlation between FFA content of the product obtained in hydrolysis and biodiesel yields in methyl esterification. Therefore, the reaction parameters of hydrolysis were optimized to yield the highest FFA content at 12 MPa, 250 °C and 1:20 oil to water molar ratio. Results of direct material and energy costs comparison suggest that the process based on the two-step reaction has the potential to be cost-competitive with the process based on single-step supercritical transesterification. Higher biodiesel yields, similar or lower energy

  10. A two-step annealing process for enhancing the ferroelectric properties of poly(vinylidene fluoride) (PVDF) devices

    KAUST Repository

    Park, Jihoon

    2015-01-01

    We report a simple two-step annealing scheme for the fabrication of stable non-volatile memory devices employing poly(vinylidene fluoride) (PVDF) polymer thin-films. The proposed two-step annealing scheme comprises the crystallization of the ferroelectric gamma-phase during the first step and enhancement of the PVDF film dense morphology during the second step. Moreover, when we extended the processing time of the second step, we obtained good hysteresis curves down to 1 Hz, the first such report for ferroelectric PVDF films. The PVDF films also exhibit a coercive field of 113 MV m-1 and a ferroelectric polarization of 5.4 μC cm-2. © The Royal Society of Chemistry 2015.

  11. Extended Kalman filter (EKF) application in vitamin C two-step fermentation process.

    Science.gov (United States)

    Wei, D; Yuan, W; Yuan, Z; Yin, G; Chen, M

    1993-01-01

    Based on kinetic model study of vitamin C two-step fermentation, the extended Kalman filter (EKF) theory is conducted for studying the process which is disturbed by white noise to some extent caused by the model, the fermentation system and operation fluctuation. EKF shows that calculated results from estimated process parameters agree with the experimental results considerably better than model prediction without using estimated parameters. Parameter analysis gives a better understanding of the kinetics and provides a basis for state estimation and state prediction.

  12. Single-step solution processing of small-molecule organic semiconductor field-effect transistors at high yield

    NARCIS (Netherlands)

    Yu, Liyang; Li, X.; Pavlica, E.; Loth, M.A.; Anthony, J.E.; Bratina, G.; Kjellander, B.K.C.; Gelinck, G.H.; Stutzmann, N.

    2011-01-01

    Here, we report a simple, alternative route towards high-mobility structures of the small-molecular semiconductor 5,11-bis(triethyl silylethynyl) anthradithiophene that requires one single processing step without the need for any post-deposition processing. The method relies on careful control of

  13. Hydrogen with intrinsic CO{sub 2} sequestration: the ENI 'One Step Hydrogen' process

    Energy Technology Data Exchange (ETDEWEB)

    Rossini, S.; Cornaro, U.; Mizia, F.; Malandrino, A.; Piccoli, V. [Enitecnologie SpA, S. Donata Milanese (Italy); Sanfilippo, D.; Miracca, I. [Snamprogetti SpA, S. Donato Milanese (Italy)

    2003-07-01

    The new process, under development in our companies, is aimed to hydrogen production with intrinsic carbon dioxide sequestration. This is made possible combining in a cycle the water oxidative potential with a reverse action by a reducing agent like hydrocarbons, the preferred being natural gas. In the first step a suitable oxide takes up the oxygen from water splitting producing hydrogen. The solid act as an oxygen storage medium. Such 'lattice' oxygen is in turn released through one or more elemental steps. The process fits very well with a circulating fluid bed reactor which allows the movement of the solid from one reactive environment to the other. (orig.)

  14. Biodiesel production from microalgae Spirulina maxima by two step process: Optimization of process variable

    Directory of Open Access Journals (Sweden)

    M.A. Rahman

    2017-04-01

    Full Text Available Biodiesel from green energy source is gaining tremendous attention for ecofriendly and economically aspect. In this investigation, a two-step process was developed for the production of biodiesel from microalgae Spirulina maxima and determined best operating conditions for the steps. In the first stage, acid esterification was conducted to lessen acid value (AV from 10.66 to 0.51 mgKOH/g of the feedstock and optimal conditions for maximum esterified oil yielding were found at molar ratio 12:1, temperature 60°C, 1% (wt% H2SO4, and mixing intensity 400 rpm for a reaction time of 90 min. The second stage alkali transesterification was carried out for maximum biodiesel yielding (86.1% and optimal conditions were found at molar ratio 9:1, temperature 65°C, mixing intensity 600 rpm, catalyst concentration 0.75% (wt% KOH for a reaction time of 20 min. Biodiesel were analyzed according to ASTM standards and results were within standards limit. Results will helpful to produce third generation algal biodiesel from microalgae Spirulina maxima in an efficient manner.

  15. One step processing for future diesel specifications

    International Nuclear Information System (INIS)

    Brierley, G.R.

    1997-01-01

    The trend in diesel fuel specifications is to limit the sulfur level to less than 0.05 wt- per cent. Many regions have also specified that diesel fuels must have lower aromatic levels, higher cetane numbers, and lower distillation end points. These changes will require significant refinery investment to meet the new diesel fuel specifications. The changes may also significantly affect the value of synthetic crude stocks. UOP has developed a new hydroprocessing catalyst which makes it possible to meet the new diesel specifications in one single processing step and at minimal cost. The catalyst saturates aromatics while opening ring structures at the same time. By selectively cracking heavy components into the diesel range with minimal cracking to gas or naphtha, heavier feedstocks can be upgraded to diesel, and refinery diesel yield can be augmented. Synthetic crude distillate is often high in aromatics and low in cetane number. This new UOP hydroprocessing system will allow synthetic crude producers and refiners to produce diesel fuels with higher cetane numbers, high-quality distillate blendstocks and distillate fuels. 26 figs

  16. Development of F2 two-step fluorination process for non-aqueous reprocessing

    International Nuclear Information System (INIS)

    1976-02-01

    To establish the F 2 two-step fluorination for stable and high recoveries of plutonium, the fluorination process has been studied with the simulated fuel to a FBR containing UO 2 - PuO 2 and non-radioactive fission products in the 2''phi fluid-bed. The process principle was demonstrated and the effect of FPs on fluorination of U and Pu and the possibility of reducing the Pu loss could be clarified. The feasibility of separating PuF 6 from UF 6 onto UO 2 F 2 by adsorption, was also indicated. (auth.)

  17. Disciplinary Counseling: The First Step toward Due Process.

    Science.gov (United States)

    Cunningham, Patrick J.

    1980-01-01

    The oral reprimand is seen as the most important step in a corrective discipline procedure. Steps of disciplinary counseling include: always counsel in a private place; identify the problem; identify the desired behavior; define the consequences; get commitment from employee; identify session as oral reprimand; and monitor and follow up.(MLW)

  18. Fully solar-driven thermo- and electrochemistry for advanced oxidation processes (STEP-AOPs) of 2-nitrophenol wastewater.

    Science.gov (United States)

    Nie, Chunhong; Shao, Nan; Wang, Baohui; Yuan, Dandan; Sui, Xin; Wu, Hongjun

    2016-07-01

    The STEP (Solar Thermal Electrochemical Process) for Advanced Oxidation Processes (AOPs, combined to STEP-AOPs), fully driven by solar energy without the input of any other forms of energy and chemicals, is introduced and demonstrated from the theory to experiments. Exemplified by the persistent organic pollutant 2-nitrophenol in water, the fundamental model and practical system are exhibited for the STEP-AOPs to efficiently transform 2-nitrophenol into carbon dioxide, water, and the other substances. The results show that the STEP-AOPs system performs more effectively than classical AOPs in terms of the thermodynamics and kinetics of pollutant oxidation. Due to the combination of solar thermochemical reactions with electrochemistry, the STEP-AOPs system allows the requisite electrolysis voltage of 2-nitrophenol to be experimentally decreased from 1.00 V to 0.84 V, and the response current increases from 18 mA to 40 mA. STEP-AOPs also greatly improve the kinetics of the oxidation at 30 °C and 80 °C. As a result, the removal rate of 2-nitrophenol after 1 h increased from 19.50% at 30 °C to 32.70% at 80 °C at constant 1.90 V. Mechanistic analysis reveals that the oxidation pathway is favorably changed because of thermal effects. The tracking of the reaction displayed that benzenediol and hydroquinone are initial products, with maleic acid and formic acid as sequential carboxylic acid products, and carbon dioxide as the final product. The theory and experiments on STEP-AOPs system exemplified by the oxidation of 2-nitrophenol provide a broad basis for extension of the STEP and AOPs for rapid and efficient treatment of organic wastewater. Copyright © 2016 Elsevier Ltd. All rights reserved.

  19. Multi-Step Deep Reactive Ion Etching Fabrication Process for Silicon-Based Terahertz Components

    Science.gov (United States)

    Jung-Kubiak, Cecile (Inventor); Reck, Theodore (Inventor); Chattopadhyay, Goutam (Inventor); Perez, Jose Vicente Siles (Inventor); Lin, Robert H. (Inventor); Mehdi, Imran (Inventor); Lee, Choonsup (Inventor); Cooper, Ken B. (Inventor); Peralta, Alejandro (Inventor)

    2016-01-01

    A multi-step silicon etching process has been developed to fabricate silicon-based terahertz (THz) waveguide components. This technique provides precise dimensional control across multiple etch depths with batch processing capabilities. Nonlinear and passive components such as mixers and multipliers waveguides, hybrids, OMTs and twists have been fabricated and integrated into a small silicon package. This fabrication technique enables a wafer-stacking architecture to provide ultra-compact multi-pixel receiver front-ends in the THz range.

  20. Neptunium control in co-decontamination step of purex process

    International Nuclear Information System (INIS)

    Zhang Zefu; He Jianyu; Zhu Zhaowu; Ye Guoan; Zhao Zhiqiang

    2002-01-01

    A new alternative method for separation of Np in the first co-decontamination step is proposed. It comprises two steps, namely, preconditioning of Np valence state in the dissolved solution of spent fuel by NO gas bubbling in HNO 3 medium to produce HNO 2 , which is considered as salt-free process to convert Np(VI) to Np(V) and stabilization of Np(V) with urea, finally, the demonstrative counter current cascade extraction of Np(IV) and Np(V) in a miniature mixer-settler was carried out. The batch experiments show that Np(V) produced after conditioning may be slowly oxidized again to Np(VI) during standing time. Addition of urea in the HNO 3 solution might enhance the stability of Np(V). On the other hand, the solvent extraction by 30% TBP/kerosene could greatly accelerate the oxidation rate of Np(V). The chemical flow sheet study at 25degC shows that, more than 98% of Np could be routed into HLLW if urea is added in the HNO 3 solution. The operating temperature has great influence on the kinetics of Np(V) oxidation. If operation temperature races to 36degC and urea is not added, about 38% of Np will go along with U and Pu into organic phase. The behavior of Np(IV) during extraction shows great accumulation in the middle stages of battery. (author)

  1. Two step esterification-transesterification process of wet greasy sewage sludge for biodiesel production.

    Science.gov (United States)

    Urrutia, C; Sangaletti-Gerhard, N; Cea, M; Suazo, A; Aliberti, A; Navia, R

    2016-01-01

    Sewage sludge generated in municipal wastewater treatment plants was used as a feedstock for biodiesel production via esterification/transesterification in a two-step process. In the first esterification step, greasy and secondary sludge were tested using acid and enzymatic catalysts. The results indicate that both catalysts performed the esterification of free fatty acids (FFA) simultaneously with the transesterification of triacylglycerols (TAG). Acid catalyst demonstrated better performance in FFA esterification compared to TAG transesterification, while enzymatic catalyst showed the ability to first hydrolyze TAG in FFA, which were esterified to methyl esters. In addition, FAME concentration using greasy sludge were higher (63.9% and 58.7%), compared with those of secondary sludge (11% and 16%), using acid and enzymatic catalysts, respectively. Therefore, only greasy sludge was used in the second step of alkaline transesterification. The alkaline transesterification of the previously esterified greasy sludge reached a maximum FAME concentration of 65.4% when using acid catalyst. Copyright © 2015 Elsevier Ltd. All rights reserved.

  2. Microstructure and superconducting properties of Bi-2223/Ag tapes fabricated in the two-step sintering process

    International Nuclear Information System (INIS)

    Lu, X.Y.; Nagata, A.; Sugawara, K.

    2008-01-01

    The microstructure and superconducting properties of Bi-2223/Ag tapes fabricated in the two-step sintering process were investigated. The tapes were then subjected to two heat treatments with an intermediate rolling. All the tapes were sintered at 835 deg. C for 24 h at initial sintering stage. A two-step sintering procedure was then used in the final sintering stage. In the first step, the tapes are sintered at 840-865 deg. C for 1 h. In the second step, they were sintered at 835 deg. C for 120 h. The results show that the first step sintering temperature has significant influence on the microstructure and the critical current density J c . The observed microstructures are consistent well with the different J c performances of the tapes first-step-sintered at different temperatures. The tape first-step-sintered at 850 deg. C, which has small secondary phases, stronger c-axis grain alignment, higher proportion of Bi-2223 phase, and no cracks, exhibits the highest J c value

  3. Noise Suppression in ECG Signals through Efficient One-Step Wavelet Processing Techniques

    Directory of Open Access Journals (Sweden)

    E. Castillo

    2013-01-01

    Full Text Available This paper illustrates the application of the discrete wavelet transform (DWT for wandering and noise suppression in electrocardiographic (ECG signals. A novel one-step implementation is presented, which allows improving the overall denoising process. In addition an exhaustive study is carried out, defining threshold limits and thresholding rules for optimal wavelet denoising using this presented technique. The system has been tested using synthetic ECG signals, which allow accurately measuring the effect of the proposed processing. Moreover, results from real abdominal ECG signals acquired from pregnant women are presented in order to validate the presented approach.

  4. Role of step stiffness and kinks in the relaxation of vicinal (001) with zigzag [110] steps

    Science.gov (United States)

    Mahjoub, B.; Hamouda, Ajmi BH.; Einstein, TL.

    2017-08-01

    We present a kinetic Monte Carlo study of the relaxation dynamics and steady state configurations of 〈110〉 steps on a vicinal (001) simple cubic surface. This system is interesting because 〈110〉 (fully kinked) steps have different elementary excitation energetics and favor step diffusion more than 〈100〉 (nominally straight) steps. In this study we show how this leads to different relaxation dynamics as well as to different steady state configurations, including that 2-bond breaking processes are rate determining for 〈110〉 steps in contrast to 3-bond breaking processes for 〈100〉-steps found in previous work [Surface Sci. 602, 3569 (2008)]. The analysis of the terrace-width distribution (TWD) shows a significant role of kink-generation-annihilation processes during the relaxation of steps: the kinetic of relaxation, toward the steady state, is much faster in the case of 〈110〉-zigzag steps, with a higher standard deviation of the TWD, in agreement with a decrease of step stiffness due to orientation. We conclude that smaller step stiffness leads inexorably to faster step dynamics towards the steady state. The step-edge anisotropy slows the relaxation of steps and increases the strength of step-step effective interactions.

  5. Controllable 3D architectures of aligned carbon nanotube arrays by multi-step processes

    Science.gov (United States)

    Huang, Shaoming

    2003-06-01

    An effective way to fabricate large area three-dimensional (3D) aligned CNTs pattern based on pyrolysis of iron(II) phthalocyanine (FePc) by two-step processes is reported. The controllable generation of different lengths and selective growth of the aligned CNT arrays on metal-patterned (e.g., Ag and Au) substrate are the bases for generating such 3D aligned CNTs architectures. By controlling experimental conditions 3D aligned CNT arrays with different lengths/densities and morphologies/structures as well as multi-layered architectures can be fabricated in large scale by multi-step pyrolysis of FePc. These 3D architectures could have interesting properties and be applied for developing novel nanotube-based devices.

  6. Critical steps in learning from incidents: using learning potential in the process from reporting an incident to accident prevention.

    Science.gov (United States)

    Drupsteen, Linda; Groeneweg, Jop; Zwetsloot, Gerard I J M

    2013-01-01

    Many incidents have occurred because organisations have failed to learn from lessons of the past. This means that there is room for improvement in the way organisations analyse incidents, generate measures to remedy identified weaknesses and prevent reoccurrence: the learning from incidents process. To improve that process, it is necessary to gain insight into the steps of this process and to identify factors that hinder learning (bottlenecks). This paper presents a model that enables organisations to analyse the steps in a learning from incidents process and to identify the bottlenecks. The study describes how this model is used in a survey and in 3 exploratory case studies in The Netherlands. The results show that there is limited use of learning potential, especially in the evaluation stage. To improve learning, an approach that considers all steps is necessary.

  7. Fostering Autonomy through Syllabus Design: A Step-by-Step Guide for Success

    Science.gov (United States)

    Ramírez Espinosa, Alexánder

    2016-01-01

    Promoting learner autonomy is relevant in the field of applied linguistics due to the multiple benefits it brings to the process of learning a new language. However, despite the vast array of research on how to foster autonomy in the language classroom, it is difficult to find step-by-step processes to design syllabi and curricula focused on the…

  8. Modelling of Sub-daily Hydrological Processes Using Daily Time-Step Models: A Distribution Function Approach to Temporal Scaling

    Science.gov (United States)

    Kandel, D. D.; Western, A. W.; Grayson, R. B.

    2004-12-01

    Mismatches in scale between the fundamental processes, the model and supporting data are a major limitation in hydrologic modelling. Surface runoff generation via infiltration excess and the process of soil erosion are fundamentally short time-scale phenomena and their average behaviour is mostly determined by the short time-scale peak intensities of rainfall. Ideally, these processes should be simulated using time-steps of the order of minutes to appropriately resolve the effect of rainfall intensity variations. However, sub-daily data support is often inadequate and the processes are usually simulated by calibrating daily (or even coarser) time-step models. Generally process descriptions are not modified but rather effective parameter values are used to account for the effect of temporal lumping, assuming that the effect of the scale mismatch can be counterbalanced by tuning the parameter values at the model time-step of interest. Often this results in parameter values that are difficult to interpret physically. A similar approach is often taken spatially. This is problematic as these processes generally operate or interact non-linearly. This indicates a need for better techniques to simulate sub-daily processes using daily time-step models while still using widely available daily information. A new method applicable to many rainfall-runoff-erosion models is presented. The method is based on temporal scaling using statistical distributions of rainfall intensity to represent sub-daily intensity variations in a daily time-step model. This allows the effect of short time-scale nonlinear processes to be captured while modelling at a daily time-step, which is often attractive due to the wide availability of daily forcing data. The approach relies on characterising the rainfall intensity variation within a day using a cumulative distribution function (cdf). This cdf is then modified by various linear and nonlinear processes typically represented in hydrological and

  9. The typical steps of radiation processes development. Experience in investigation, designing and application

    International Nuclear Information System (INIS)

    Babkin, I. Yu.

    1983-01-01

    The typical steps of radiation processes development are discussed as: primary laboratory investigations; primary economic evaluation; more exact estimation of situation in industry; comparative analysis; development of a flow sheet; pilot plant; obtaining of initial data for designing of industrial scale plant; prediction of industrial situation; designing of semi-industrial or industrial plant; industrial plant. (U.K.)

  10. The Mixing of Methods: a three-step process for improving rigour in impact evaluations

    NARCIS (Netherlands)

    Ton, G.

    2012-01-01

    This article describes a systematic process that is helpful in improving impact evaluation assignments, within restricted budgets and timelines. It involves three steps: a rethink of the key questions of the evaluation to develop more relevant, specific questions; a way of designing a mix of

  11. On the Convexity of Step out - Step in Sequencing Games

    NARCIS (Netherlands)

    Musegaas, Marieke; Borm, Peter; Quant, Marieke

    2016-01-01

    The main result of this paper is the convexity of Step out - Step in (SoSi) sequencing games, a class of relaxed sequencing games first analyzed by Musegaas, Borm, and Quant (2015). The proof makes use of a polynomial time algorithm determining the value and an optimal processing order for an

  12. A novel, substrate independent three-step process for the growth of uniform ZnO nanorod arrays

    International Nuclear Information System (INIS)

    Byrne, D.; McGlynn, E.; Henry, M.O.; Kumar, K.; Hughes, G.

    2010-01-01

    We report a three-step deposition process for uniform arrays of ZnO nanorods, involving chemical bath deposition of aligned seed layers followed by nanorod nucleation sites and subsequent vapour phase transport growth of nanorods. This combines chemical bath deposition techniques, which enable substrate independent seeding and nucleation site generation with vapour phase transport growth of high crystalline and optical quality ZnO nanorod arrays. Our data indicate that the three-step process produces uniform nanorod arrays with narrow and rather monodisperse rod diameters (∼ 70 nm) across substrates of centimetre dimensions. X-ray photoelectron spectroscopy, scanning electron microscopy and X-ray diffraction were used to study the growth mechanism and characterise the nanostructures.

  13. Diffusion welding. [heat treatment of nickel alloys following single step vacuum welding process

    Science.gov (United States)

    Holko, K. H. (Inventor)

    1974-01-01

    Dispersion-strengthened nickel alloys are sanded on one side and chemically polished. This is followed by a single-step welding process wherein the polished surfaces are forced into intimate contact at 1,400 F for one hour in a vacuum. Diffusion, recrystallization, and grain growth across the original weld interface are obtained during postheating at 2,150 F for two hours in hydrogen.

  14. Using Aspen plus in thermodynamics instruction a step-by-step guide

    CERN Document Server

    Sandler, Stanley I

    2015-01-01

    A step-by-step guide for students (and faculty) on the use of Aspen in teaching thermodynamics Used for a wide variety of important engineering tasks, Aspen Plus software is a modeling tool used for conceptual design, optimization, and performance monitoring of chemical processes. After more than twenty years, it remains one of the most popular and powerful chemical engineering simulation programs used both industrially and academically. Using Aspen Plus in Thermodynamics Instruction: A Step by Step Guide introduces the reader to the use of Aspen Plus in courses in thermodynamics. It prov

  15. A green two-step process for adipic acid production from cyclohexene. A study on parameters affecting selectivity

    Energy Technology Data Exchange (ETDEWEB)

    Cavani, F.; Macchia, F.; Pino, R.; Raabova, K.; Rozhko, E. [Bologna Univ. (Italy). Dipt. di Chimica Industriale e dei Materiali; Alini, S.; Accorinti, P.; Babini, G. [Radici Chimica SpA, Novara (Italy)

    2011-07-01

    In this paper, we report about the effect of reaction parameters on catalytic behavior in a twostep process aimed at the synthesis of adipic acid from cyclohexene. In the first step, cyclohexene reacts with an aqueous solution of hydrogen peroxide, under conditions leading to the formation of trans-1,2-cyclohexandiol as the prevailing product; the reaction is catalysed by tungstic acid, in the presence of phosphoric acid and of a PT agent. In the second step, 1,2-cyclohexandiol is oxidized with air, in the presence of an heterogeneous catalyst made of alumina-supported Ru(OH){sub 3}. This process is aimed at using the minimal amount of the costly hydrogen peroxide, since only one mole is theoretically needed per mole of cyclohexene. The first step afforded very high yield to the glycol, using only a slight excess of hydrogen peroxide. However, the second step turned out to be the more critical one, since the selectivity to adipic acid was very low because of the concomitant occurrence of several undesired side reactions. The latter were in part due to the reaction conditions used, which were necessary for the activation of cyclohexandiol. (orig.)

  16. Physical Analysis of Cross-Wedge Rolling Process of a Stepped Shaft

    Directory of Open Access Journals (Sweden)

    Łukasz Wójcik

    2017-12-01

    Full Text Available The paper presents experimental- model research results on the process of cross-wedge rolling of an axially-symmetrical element (stepped shaft. During research was used plastic mass on the basis of waxes in black and white colour. The aim of this experimental research was to determine the best option of forming in terms of values obtained and the course of forces. Physical examination was carried out using specialist machines, that is model and laboratory cross-wedge rolling mill. Experimental analysis was carried out using billets with the temperature of 15°C, whereas the actual process was carried out for billet from C45 carbon steel of temperature 1150°C. The study compared the dimensions of the components obtained during rolling tests and forming forces obtained in the result of physical modeling with forces obtained during real tests.

  17. Evaluating Web-Scale Discovery Services: A Step-by-Step Guide

    Directory of Open Access Journals (Sweden)

    Joseph Deodato

    2015-06-01

    Full Text Available Selecting a web-scale discovery service is a large and important undertaking that involves a significant investment of time, staff, and resources. Finding the right match begins with a thorough and carefully planned evaluation process. In order to be successful, this process should be inclusive, goal-oriented, data-driven, user-centered, and transparent. The following article offers a step-by-step guide for developing a web-scale discovery evaluation plan rooted in these five key principles based on best practices synthesized from the literature as well as the author’s own experiences coordinating the evaluation process at Rutgers University. The goal is to offer academic libraries that are considering acquiring a web-scale discovery service a blueprint for planning a structured and comprehensive evaluation process.

  18. A step-by-step methodology for enterprise interoperability projects

    Science.gov (United States)

    Chalmeta, Ricardo; Pazos, Verónica

    2015-05-01

    Enterprise interoperability is one of the key factors for enhancing enterprise competitiveness. Achieving enterprise interoperability is an extremely complex process which involves different technological, human and organisational elements. In this paper we present a framework to help enterprise interoperability. The framework has been developed taking into account the three domains of interoperability: Enterprise Modelling, Architecture and Platform and Ontologies. The main novelty of the framework in comparison to existing ones is that it includes a step-by-step methodology that explains how to carry out an enterprise interoperability project taking into account different interoperability views, like business, process, human resources, technology, knowledge and semantics.

  19. Rapid decay of vacancy islands at step edges on Ag(111): step orientation dependence

    International Nuclear Information System (INIS)

    Shen, Mingmin; Thiel, P A; Jenks, Cynthia J; Evans, J W

    2010-01-01

    Previous work has established that vacancy islands or pits fill much more quickly when they are in contact with a step edge, such that the common boundary is a double step. The present work focuses on the effect of the orientation of that step, with two possibilities existing for a face centered cubic (111) surface: A- and B-type steps. We find that the following features can depend on the orientation: (1) the shapes of islands while they shrink; (2) whether the island remains attached to the step edge; and (3) the rate of filling. The first two effects can be explained by the different rates of adatom diffusion along the A- and B-steps that define the pit, enhanced by the different filling rates. The third observation-the difference in the filling rate itself-is explained within the context of the concerted exchange mechanism at the double step. This process is facile at all regular sites along B-steps, but only at kink sites along A-steps, which explains the different rates. We also observe that oxygen can greatly accelerate the decay process, although it has no apparent effect on an isolated vacancy island (i.e. an island that is not in contact with a step).

  20. Enhanced pharmaceutical removal from water in a three step bio-ozone-bio process.

    Science.gov (United States)

    de Wilt, Arnoud; van Gijn, Koen; Verhoek, Tom; Vergnes, Amber; Hoek, Mirit; Rijnaarts, Huub; Langenhoff, Alette

    2018-07-01

    Individual treatment processes like biological treatment or ozonation have their limitations for the removal of pharmaceuticals from secondary clarified effluents with high organic matter concentrations (i.e. 17 mg TOC/L). These limitations can be overcome by combining these two processes for a cost-effective pharmaceutical removal. A three-step biological-ozone-biological (BO 3 B) treatment process was therefore designed for the enhanced pharmaceutical removal from wastewater effluent. The first biological step removed 38% of ozone scavenging TOC, thus proportionally reducing the absolute ozone input for the subsequent ozonation. Complementariness between biological and ozone treatment, i.e. targeting different pharmaceuticals, resulted in cost-effective pharmaceutical removal by the overall BO 3 B process. At a low ozone dose of 0.2 g O 3 /g TOC and an HRT of 1.46 h in the biological reactors, the removal of 8 out of 9 pharmaceuticals exceeded 85%, except for metoprolol (60%). Testing various ozone doses and HRTs revealed that pharmaceuticals were ineffectively removed at 0.1 g O3/g TOC and an HRT of 0.3 h. At HRTs of 0.47 and 1.46 h easily and moderately biodegradable pharmaceuticals such as caffeine, gemfibrozil, ibuprofen, naproxen and sulfamethoxazole were over 95% removed by biological treatment. The biorecalcitrant carbamazepine was completely ozonated at a dose of 0.4 g O 3 /g TOC. Ozonation products are likely biodegraded in the last biological reactor as a 17% TOC removal was found. No appreciable acute toxicity towards D. magna, P. subcapitata and V. fischeri was found after exposure to the influents and effluents of the individual BO 3 B reactors. The BO 3 B process is estimated to increase the yearly wastewater treatment tariff per population equivalent in the Netherlands by less than 10%. Overall, the BO 3 B process is a cost-effective treatment process for the removal of pharmaceuticals from secondary clarified effluents. Copyright

  1. Bainitic transformation during the two-step quenching and partitioning process in a medium carbon steel containing silicon

    Energy Technology Data Exchange (ETDEWEB)

    Li, H.Y.; Lu, X.W. [School of Materials Science and Engineering, Shanghai Jiao Tong University, Shanghai 200240 (China); Wu, X.C.; Min, Y.A. [School of Materials Science and Engineering, Shanghai University, Shanghai 200240 (China); Jin, X.J., E-mail: jin@sjtu.edu.cn [School of Materials Science and Engineering, Shanghai Jiao Tong University, Shanghai 200240 (China)

    2010-09-15

    Research highlights: In this paper, SEM and TEM were used to characterize microstructure of Q and P steels with different partitioning time at 300 deg. C. The interesting phenomena were discovered and discussed: 1.Lower bainite (bainitic ferrite plus {epsilon}-carbide) rather than carbide-free bainite was observed during partitioning process. 2.The mechanical properties of Q and P steels can be tailored and adjusted through balance volume fraction of retained austenite and lower bainite during partitioning process. 3.The final amount of austenite was influenced by the transformation kinetics of lower bainite during partitioning process. According to the analysis, it can be concluded that associated with carbon partitioning from martensite to austenite, lower bainite transformation inevitably occurred. More importantly, lower bainite transformation seriously affected the mechanical properties of Q and P steels and final amount of austenite. - Abstract: A study of 40SiMnNiCr steel subjected to a two-step quenching and partitioning process (Q and P) is presented. The result suggests that strength variation of Q and P steels during the two-step Q and P process was a cumulative effect of increase of retained austenite fraction, decrease of carbon supersaturation of virgin martensite, and particularly much of lower bainite formation. A trade-off between high strength and good ductility of two-step Q and P steels can be tailored and adjusted by controlling lower bainite fraction. The final amount of austenite was influenced by the transformation kinetics of lower bainite during the partitioning process.

  2. Bainitic transformation during the two-step quenching and partitioning process in a medium carbon steel containing silicon

    International Nuclear Information System (INIS)

    Li, H.Y.; Lu, X.W.; Wu, X.C.; Min, Y.A.; Jin, X.J.

    2010-01-01

    Research highlights: In this paper, SEM and TEM were used to characterize microstructure of Q and P steels with different partitioning time at 300 deg. C. The interesting phenomena were discovered and discussed: 1.Lower bainite (bainitic ferrite plus ε-carbide) rather than carbide-free bainite was observed during partitioning process. 2.The mechanical properties of Q and P steels can be tailored and adjusted through balance volume fraction of retained austenite and lower bainite during partitioning process. 3.The final amount of austenite was influenced by the transformation kinetics of lower bainite during partitioning process. According to the analysis, it can be concluded that associated with carbon partitioning from martensite to austenite, lower bainite transformation inevitably occurred. More importantly, lower bainite transformation seriously affected the mechanical properties of Q and P steels and final amount of austenite. - Abstract: A study of 40SiMnNiCr steel subjected to a two-step quenching and partitioning process (Q and P) is presented. The result suggests that strength variation of Q and P steels during the two-step Q and P process was a cumulative effect of increase of retained austenite fraction, decrease of carbon supersaturation of virgin martensite, and particularly much of lower bainite formation. A trade-off between high strength and good ductility of two-step Q and P steels can be tailored and adjusted by controlling lower bainite fraction. The final amount of austenite was influenced by the transformation kinetics of lower bainite during the partitioning process.

  3. Tailoring structures through two-step annealing process in nanostructured aluminum produced by accumulative roll-bonding

    DEFF Research Database (Denmark)

    Kamikawa, Naoya; Huang, Xiaoxu; Hansen, Niels

    2008-01-01

    temperature before annealing at high temperature. By this two-step process, the structure is homogenized and the stored energy is reduced significantly during the first annealing step. As an example, high-purity aluminum has been deformed to a total reduction of 98.4% (equivalent strain of 4.......8) by accumulative roll-bonding at room temperature. Isochronal annealing for 0.5 h of the deformed samples shows the occurrence of recrystallization at 200 °C and above. However, when introducing an annealing step for 6 h at 175 °C, no significant recrystallization is observed and relatively homogeneous structures...... are obtained when the samples afterwards are annealed at higher temperatures up to 300 °C. To underpin these observations, the structural evolution has been characterized by transmission electron microscopy, showing that significant annihilation of high-angle boundaries, low-angle dislocation boundaries...

  4. Synthesis of highly ordered nanopores on alumina by two-step anodization process

    Energy Technology Data Exchange (ETDEWEB)

    Bwana, Nicholas N. [University of Oxford, Department of Engineering Science (United Kingdom)], E-mail: Nicholas.Bwana@eng.ox.ac.uk

    2008-02-15

    Highly ordered anodic alumina was produced, on RF sputtered aluminium on a conductive glass substrate, by two step anodizing process in 0.4 M sulphuric acid at constant cell potentials of between 5 and 25 V and at a constant current density of 20 mA cm{sup -2}. The temperature was kept constant at 15 deg. C during both anodization processes. The effects of the anodizing potential, current density, and time on the pore diameters were established. Longer anodization periods result in wider irregular pores with reduced porosity for both constant potential and constant current density anodization processes. The current density increases with increasing constant anodizing potential and generally remains constant with time after a sharp rise. Potential drop during constant current density anodization behaves in a similar manner. We confirm that sulphuric acid has a self-ordering potential of 25 V above which burning occurs.

  5. Single-step syngas-to-distillates (S2D) process based on biomass-derived syngas--a techno-economic analysis.

    Science.gov (United States)

    Zhu, Yunhua; Jones, Susanne B; Biddy, Mary J; Dagle, Robert A; Palo, Daniel R

    2012-08-01

    This study compared biomass gasification based syngas-to-distillate (S2D) systems using techno-economic analysis (TEA). Three cases, state of technology (SOT), goal, and conventional, were compared in terms of performance and cost. The SOT case represented the best available experimental results for a process starting with syngas using a single-step dual-catalyst reactor for distillate generation. The conventional case mirrored a conventional two-step S2D process consisting of separate syngas-to-methanol and methanol-to-gasoline (MTG) processes. The goal case assumed the same performance as the conventional, but with a single-step S2D technology. TEA results revealed that the SOT was more expensive than the conventional and goal cases. The SOT case suffers from low one-pass yield and high selectivity to light hydrocarbons, both of which drive up production cost. Sensitivity analysis indicated that light hydrocarbon yield and single pass conversion efficiency were the key factors driving the high cost for the SOT case. Copyright © 2012 Elsevier Ltd. All rights reserved.

  6. Experimental study of the pressure discharge process for the hydraulic control rod drive system stepped cylinder

    International Nuclear Information System (INIS)

    Wang, Jinhua; Bo, Hanliang; Zheng, Wenxiang

    2002-01-01

    The pressure discharge process from the stepped cylinder of the Hydraulic Control Rod Drive System (HCRDS) was studied experimentally in the HCRDS experimental loop for the 200 MW Nuclear Heating Reactor (NHR-200). The results showed that the differential pressure between the outside and the inside of the stepped cylinder increased rapidly to the desired value so that the force induced by the differential pressure which pushes the out tube of stepped cylinder was large enough. Therefore, if the hydraulic control rod were jammed, the pressure could push the hydraulic control rod to overcome the frictional resistance to insert the control rod into the reactor core. The experimental results verified that this design would solve the problem of hydraulic control rod jamming during an accident. (author)

  7. Computational Abstraction Steps

    DEFF Research Database (Denmark)

    Thomsen, Lone Leth; Thomsen, Bent; Nørmark, Kurt

    2010-01-01

    and class instantiations. Our teaching experience shows that many novice programmers find it difficult to write programs with abstractions that materialise to concrete objects later in the development process. The contribution of this paper is the idea of initiating a programming process by creating...... or capturing concrete values, objects, or actions. As the next step, some of these are lifted to a higher level by computational means. In the object-oriented paradigm the target of such steps is classes. We hypothesise that the proposed approach primarily will be beneficial to novice programmers or during...... the exploratory phase of a program development process. In some specific niches it is also expected that our approach will benefit professional programmers....

  8. Transport processes investigation: A necessary first step in site scale characterization plans

    International Nuclear Information System (INIS)

    Roepke, C.; Glass, R.J.; Brainard, J.; Mann, M.; Kriel, K.; Holt, R.; Schwing, J.

    1995-01-01

    We propose an approach, which we call the Transport Processes Investigation or TPI, to identify and verify site-scale transport processes and their controls. The TPI aids in the formulation of an accurate conceptual model of flow and transport, an essential first step in the development of a cost effective site characterization strategy. The TPI is demonstrated in the highly complex vadose zone of glacial tills that underlie the Fernald Environmental Remediation Project (FEMP) in Fernald, Ohio. As a result of the TPI, we identify and verify the pertinent flow processes and their controls, such as extensive macropore and fracture flow through layered clays, which must be included in an accurate conceptual model of site-scale contaminant transport. We are able to conclude that the classical modeling and sampling methods employed in some site characterization programs will be insufficient to characterize contaminant concentrations or distributions at contaminated or hazardous waste facilities sited in such media

  9. Developing novel one-step processes for obtaining food-grade O/W emulsions from pressurized fluid extracts: processes description, state of the art and perspectives

    Directory of Open Access Journals (Sweden)

    Diego Tresinari SANTOS

    2015-01-01

    Full Text Available AbstractIn this work, a novel on-line process for production of food-grade emulsions containing oily extracts, i.e. oil-in-water (O/W emulsions, in only one step is presented. This process has been called ESFE, Emulsions from Supercritical Fluid Extraction. With this process, emulsions containing supercritical fluid extracts can be obtained directly from plant materials. The aim in the conception of this process is to propose a new rapid way to obtain emulsions from supercritical fluid extracts. Nowadays the conventional emulsion formulation method is a two-step procedure, i.e. first supercritical fluid extraction for obtaining an extract; secondly emulsion formulation using another device. Other variation of the process was tested and successfully validated originating a new acronymed process: EPFE (Emulsions from Pressurized Fluid Extractions. Both processes exploit the supercritical CO2-essential oils miscibility, in addition, EPFE process exploits the emulsification properties of saponin-rich pressurized aqueous plant extracts. The feasibility of this latter process was demonstrated using Pfaffia glomerata roots as source of saponin-rich extract, water as extracting solvent and clove essential oil, directly extracted using supercritical CO2, as a model dispersed phase. In addition, examples of pressurized fluid-based coupled processes applied for adding value to food bioactive compounds developed in the past five years are reviewed.

  10. How to define 'best practice' for use in Knowledge Translation research: a practical, stepped and interactive process.

    Science.gov (United States)

    Bosch, Marije; Tavender, Emma; Bragge, Peter; Gruen, Russell; Green, Sally

    2013-10-01

    Defining 'best practice' is one of the first and crucial steps in any Knowledge Translation (KT) research project. Without a sound understanding of what exactly should happen in practice, it is impossible to measure the extent of existing gaps between 'desired' and 'actual' care, set implementation goals, and monitor performance. The aim of this paper is to present a practical, stepped and interactive process to develop best practice recommendations that are actionable, locally applicable and in line with the best available research-based evidence, with a view to adapt these into process measures (quality indicators) for KT research purposes. Our process encompasses the following steps: (1) identify current, high-quality clinical practice guidelines (CPGs) and extract recommendations; (2) select strong recommendations in key clinical management areas; (3) update evidence and create evidence overviews; (4) discuss evidence and produce agreed 'evidence statements'; (5) discuss the relevance of the evidence with local stakeholders; and (6) develop locally applicable actionable best practice recommendations, suitable for use as the basis of quality indicators. Actionable definitions of local best practice are a prerequisite for doing KT research. As substantial resources go into rigorously synthesizing evidence and developing CPGs, it is important to make best use of such available resources. We developed a process for efficiently developing locally applicable actionable best practice recommendations from existing high-quality CPGs that are in line with current research evidence. © 2012 John Wiley & Sons Ltd.

  11. Effects of V{sub 2}O{sub 5} addition on NiZn ferrite synthesized using two-step sintering process

    Energy Technology Data Exchange (ETDEWEB)

    Hu Jun [College of Chemical Engineering and Materials Science, Zhejiang University of Technology, Hangzhou 310032 (China); State Key Laboratory of Silicon Materials, Zhejiang University, Hangzhou 310027 (China); Shi Gang; Ni Zheming; Zheng Li [College of Chemical Engineering and Materials Science, Zhejiang University of Technology, Hangzhou 310032 (China); Chen Aimin, E-mail: hjzjut@zjut.edu.cn [College of Chemical Engineering and Materials Science, Zhejiang University of Technology, Hangzhou 310032 (China)

    2012-06-15

    The combined influence of a two-step sintering (TSS) process and addition of V{sub 2}O{sub 5} on the microstructure and magnetic properties of NiZn ferrite was investigated. As comparison, samples prepared by the conventional single-step sintering (SSS) procedure were also studied. It was found that with 0.3 wt% V{sub 2}O{sub 5} additive, the sample sintered by the two-step sintering process at a high temperature of 1250 Degree-Sign C for 30 min and a lower temperature of 1180 Degree-Sign C for 3 h exhibited more homogeneous microstructure and higher permeability with a high Q-factor. The results showed that the TSS method with suitable additive brought positive improvement of the microstructure and magnetic properties of NiZn ferrite.

  12. Conversation on data mining strategies in LC-MS untargeted metabolomics: pre-processing and pre-treatment steps

    CSIR Research Space (South Africa)

    Tugizimana, F

    2016-11-01

    Full Text Available -MS)-based untargeted metabolomic dataset, this study explored the influence of collection parameters in the data pre-processing step, scaling and data transformation on the statistical models generated, and feature selection, thereafter. Data obtained in positive mode...

  13. Roles of multi-step transfer in fusion process induced by heavy-ion reactions

    International Nuclear Information System (INIS)

    Imanishi, B.; Oertzen, W. von.

    1993-06-01

    In nucleus-nucleus collisions of the systems, 12 C+ 13 C and 13 C+ 16 O- 12 C+ 17 O, the effects of the multi-step transfers and inelastic excitations on the fusion cross sections are investigated in the framework of the coupled-reaction-channel (CRC) method. Strong CRC effects of the multi-step processes are observed. Namely, the valence neutron in 13 C or 17 O plays an important role in the enhancement of the fusion. The potential barrier is effectively lowered with the formation of the covalent molecule of the configuration, 12 C+n+ 12 C or 12 C+n+ 16 O. In the analyses of the system 12 C+ 13 C, however, it is still required to introduce core-core optical potential of lower barrier height in the state of the positive total parity. This could be due to the neck formation with the nucleons contained in two core nuclei. (author)

  14. Developing novel one-step processes for obtaining food-grade O/W emulsions from pressurized fluid extracts: processes description, state of the art and perspectives

    OpenAIRE

    SANTOS, Diego Tresinari; MEIRELES, Maria Angela de Almeida

    2015-01-01

    Abstract In this work, a novel on-line process for production of food-grade emulsions containing oily extracts, i.e. oil-in-water (O/W) emulsions, in only one step is presented. This process has been called ESFE, Emulsions from Supercritical Fluid Extraction. With this process, emulsions containing supercritical fluid extracts can be obtained directly from plant materials. The aim in the conception of this process is to propose a new rapid way to obtain emulsions from supercritical fluid extr...

  15. A two-step acid-catalyzed process for the production of biodiesel from rice bran oil

    Energy Technology Data Exchange (ETDEWEB)

    Zullaikah, S.; Lai, Chao Chin; Vali, S.R.; Ju, Yi Hsu [National Taiwan Univ. of Science and Technology, Taipei (China). Dept. of Chemical Engineering

    2005-11-15

    A study was undertaken to examine the effect of temperature, moisture and storage time on the accumulation of free fatty acid in the rice bran. Rice bran stored at room temperature showed that most triacylglyceride was hydrolyzed and free fatty acid (FFA) content was raised up to 76% in six months. A two-step acid-catalyzed methanolysis process was employed for the efficient conversion of rice bran oil into fatty acid methyl ester (FAME). The first step was carried out at 60 {sup o}C. Depending on the initial FFA content of oil, 55-90% FAME content in the reaction product was obtained. More than 98% FFA and less than 35% of TG were reacted in 2 h. The organic phase of the first step reaction product was used as the substrate for a second acid-catalyzed methanolysis at 100 {sup o}C. By this two-step methanolysis reaction, more than 98% FAME in the product can be obtained in less than 8 h. Distillation of reaction product gave 99.8% FAME (biodiesel) with recovery of more than 96%. The residue contains enriched nutraceuticals such as {gamma}-oryzanol (16-18%), mixture of phytosterol, tocol and steryl ester (19-21%). (author)

  16. Effects of the multi-step activation process on the carrier concentration of p-type GaN

    Energy Technology Data Exchange (ETDEWEB)

    Kim, Jae-Kwan [Department of Materials Science and Metallurgical Engineering, Sunchon National University, Sunchon, Chonnam 540-742 (Korea, Republic of); Jeon, Seong-Ran [LED Research and Business Division, Korea Photonics Technology Institute, Gwanju 500-779 (Korea, Republic of); Lee, Ji-Myon, E-mail: jimlee@sunchon.ac.kr [Department of Printed Electronics Engineering, Sunchon National University, Sunchon, Chonnam 540-742 (Korea, Republic of)

    2014-06-25

    Highlights: • Hole concentration of p-GaN was enhanced by multi-step activation process. • The O{sub 2} plasma treatment is attributed to the enhanced hole concentration of p-GaN. • PL peak intensity was also enhanced by MS activation process. - Abstract: A multi-step activation method, which include an oxygen plasma treatment, chemical treatment, and post annealing in N{sub 2} was proposed to enhance the hole concentration of a p-type GaN epitaxial layer. This process was found to effectively activate p-GaN by increasing the hole concentration compared to that of the conventionally annealed sample. After the optimal oxygen plasma treatment (10 min at a source and table power of 500 W and 100 W, respectively), followed by a HCl and buffered oxide etchant treatment, and then by a post-RTA process in a N{sub 2} environment, the hole concentration was increased from 4.0 × 10{sup 17} to 2.0 × 10{sup 18} cm{sup −3}. The oxygen plasma was found to effectively remove the remaining H atoms and subsequent wet treatment can effectively remove the GaO{sub x} that had formed during O plasma treatment, resulting in the higher intensity of photoluminescence.

  17. Dynamics Of Innovation Diffusion With Two Step Decision Process

    Directory of Open Access Journals (Sweden)

    Szymczyk Michał

    2014-02-01

    Full Text Available The paper discusses the dynamics of innovation diffusion among heterogeneous consumers. We assume that customers’ decision making process is divided into two steps: testing the innovation and later potential adopting. Such a model setup is designed to imitate the mobile applications market. An innovation provider, to some extent, can control the innovation diffusion by two parameters: product quality and marketing activity. Using the multi-agent approach we identify factors influencing the saturation level and the speed of innovation adaptation in the artificial population. The results show that the expected level of innovation adoption among customer’s friends and relative product quality and marketing campaign intensity are crucial factors explaining them. It has to be stressed that the product quality is more important for innovation saturation level and marketing campaign has bigger influence on the speed of diffusion. The topology of social network between customers is found important, but within investigated parameter range it has lover impact on innovation diffusion dynamics than the above mentioned factors

  18. Biohydrogen and methane production via a two-step process using an acid pretreated native microalgae consortium.

    Science.gov (United States)

    Carrillo-Reyes, Julian; Buitrón, Germán

    2016-12-01

    A native microalgae consortium treated under thermal-acidic hydrolysis was used to produce hydrogen and methane in a two-step sequential process. Different acid concentrations were tested, generating hydrogen and methane yields of up to 45mLH 2 gVS -1 and 432mLCH 4 gVS -1 , respectively. The hydrogen production step solubilized the particulate COD (chemical oxygen demand) up to 30%, creating considerable amounts of volatile fatty acids (up to 10gCODL -1 ). It was observed that lower acid concentration presented higher hydrogen and methane production potential. The results revealed that thermal acid hydrolysis of a native microalgae consortium is a simple but effective strategy for producing hydrogen and methane in the sequential process. In addition to COD removal (50-70%), this method resulted in an energy recovery of up to 15.9kJ per g of volatile solids of microalgae biomass, one of the highest reported. Copyright © 2016 Elsevier Ltd. All rights reserved.

  19. A Comprehensive Study of One-Step Selenization Process for Cu(In1-x Ga x )Se2 Thin Film Solar Cells.

    Science.gov (United States)

    Chen, Shih-Chen; Wang, Sheng-Wen; Kuo, Shou-Yi; Juang, Jenh-Yih; Lee, Po-Tsung; Luo, Chih Wei; Wu, Kaung-Hsiung; Kuo, Hao-Chung

    2017-12-01

    In this work, aiming at developing a rapid and environmental-friendly process for fabricating CuIn 1-x Ga x Se 2 (CIGS) solar cells, we demonstrated the one-step selenization process by using selenium vapor as the atmospheric gas instead of the commonly used H 2 Se gas. The photoluminescence (PL) characteristics indicate that there exists an optimal location with superior crystalline quality in the CIGS thin films obtained by one-step selenization. The energy dispersive spectroscopy (EDS) reveals that the Ga lateral distribution in the one-step selenized CIGS thin film is intimately correlated to the blue-shifted PL spectra. The surface morphologies examined by scanning electron microscope (SEM) further suggested that voids and binary phase commonly existing in CIGS films could be successfully eliminated by the present one-step selenization process. The agglomeration phenomenon attributable to the formation of MoSe 2 layer was also observed. Due to the significant microstructural improvement, the current-voltage (J-V) characteristics and external quantum efficiency (EQE) of the devices made of the present CIGS films have exhibited the remarkable carrier transportation characteristics and photon utilization at the optimal location, resulting in a high conversion efficiency of 11.28%. Correlations between the defect states and device performance of the one-step selenized CIGS thin film were convincingly delineated by femtosecond pump-probe spectroscopy.

  20. A direct, single-step plasma arc-vitreous ceramic process for stabilizing spent nuclear fuels, sludges, and associated wastes

    International Nuclear Information System (INIS)

    Feng, X.; Einziger, R.E.; Eschenbach, R.C.

    1997-01-01

    A single-step plasma arc-vitreous ceramic (PAVC) process is described for converting spent nuclear fuel (SNF), SNF sludges, and associated wastes into a vitreous ceramic waste form. This proposed technology is built on extensive experience of nuclear waste form development and nuclear waste treatment using the commercially available plasma arc centrifugal (PAC) system. SNF elements will be loaded directly into a PAC furnace with minimum additives and converted into vitreous ceramics with up to 90 wt% waste loading. The vitreous ceramic waste form should meet the functional requirements for borosilicate glasses for permanent disposal in a geologic repository and for interim storage. Criticality safety would be ensured through the use of batch modes, and controlling the amount of fuel processed in one batch. The minimum requirements on SNF characterization and pretreatment, the one-step process, and minimum secondary waste generation may reduce treatment duration, radiation exposure, and treatment cost

  1. Sintering uranium oxide using a preheating step

    International Nuclear Information System (INIS)

    Jensen, N.J.; Nivas, Y.; Packard, D.R.

    1977-01-01

    Compacted pellets of uranium oxide or uranium oxide with one or more additives are heated in a kiln in a process having a preheating step, a sintering step, a reduction step, and a cooling step in a controlled atmosphere. The process is practiced to give a range of temperature and atmosphere conditions for obtaining optimum fluoride removal from the compacted pellets along with optimum sintering in a single process. The preheating step of this process is conducted in a temperature range of about 600 0 to about 900 0 C and the pellets are held for at least twenty min, and preferably about 60 min, in an atmosphere having a composition in the range of about 10 to about 75 vol % hydrogen with the balance being carbon dioxide. The sintering step is conducted at a temperature in the range of about 900 0 C to 1500 0 C in the presence of an atmosphere having a composition in the range of about 0.5 to about 90 vol % hydrogen with the balance being carbon dioxide. The reduction step reduces the oxygen to metal ratio of the pellets to a range of about 1.98 to 2.10:1 and this is accomplished by gradually cooling the pellets for about 30 to about 120 min from the temperature of the sintering step to about 1100 0 C in an atmosphere of about 10 to 90 vol % hydrogen with the balance being carbon dioxide. Thereafter the pellets are cooled to about 100 0 C under a protective atmosphere, and in one preferred practice the same atmosphere used in the reduction step is used in the cooling step. The preheating, sintering and reduction steps may also be conducted with their respective atmospheres having an initial additional component of water vapor and the water vapor can comprise up to about 20 vol %

  2. Web Site Optimisation

    OpenAIRE

    Petrželka, Jiří

    2007-01-01

    This BSc Project was performed during a study stay at the Coventry University, UK. The goal of this project is to enhance the accessibility and usability of an existing company presentation located at http://www.hcc.cz, boost the site's traffic and so increase the company's revenues. The project follows these steps to accomplish this: a ) A partial refactoring of the back-end (PHP scripts). b ) Transformation of the website contents according to the recommendations of the World Wide Web conso...

  3. Antibacterial and cytocompatible nanotextured Ti surface incorporating silver via single step hydrothermal processing

    Energy Technology Data Exchange (ETDEWEB)

    Mohandas, Anu; Krishnan, Amit G.; Biswas, Raja; Menon, Deepthy, E-mail: deepthymenon@aims.amrita.edu; Nair, Manitha B., E-mail: manithanair@aims.amrita.edu

    2017-06-01

    Nanosurface modification of Titanium (Ti) implants and prosthesis is proved to enhance osseointegration at the tissue–implant interface. However, many of these products lack adequate antibacterial capability, which leads to implant loosening. As a curative strategy, in this study, nanotextured Ti substrates embedded with silver nanoparticles were developed through a single step hydrothermal processing in an alkaline medium containing silver nitrate at different concentrations (15, 30 and 75 μM). Scanning electron micrographs revealed a non-periodically oriented nanoleafy structure on Ti (TNL) decorated with Ag nanoparticles (nanoAg), which was verified by XPS, XRD and EDS analysis. This TNLAg substrate proved to be mechanically stable upon nanoindentation and nanoscratch tests. Silver ions at detectable levels were released for a period of ~ 28 days only from substrates incorporating higher nanoAg content. The samples demonstrated antibacterial activity towards both Escherichia coli and Staphylococcus aureus, with a more favorable response to the former. Simultaneously, Ti substrates incorporating nanoAg at all concentrations supported the viability, proliferation and osteogenic differentiation of mesenchymal stem cells. Overall, nanoAg incorporation into surface modified Ti via a simple one-step thermochemical method is a favorable strategy for producing implants with dual characteristics of antibacterial activity and cell compatibility. - Highlights: • Nanosilver was incorporated within Ti nanoleafy topography by simple one-step thermochemical method • The nanosurface demonstrated antibacterial activity against gram positive and gram negative bacteria • The nanosurface promoted the viability, proliferation and osteogenic differentiation of mesenchymal stem cells.

  4. Time ordering of two-step processes in energetic ion-atom collisions: Basic formalism

    International Nuclear Information System (INIS)

    Stolterfoht, N.

    1993-01-01

    The semiclassical approximation is applied in second order to describe time ordering of two-step processes in energetic ion-atom collisions. Emphasis is given to the conditions for interferences between first- and second-order terms. In systems with two active electrons, time ordering gives rise to a pair of associated paths involving a second-order process and its time-inverted process. Combining these paths within the independent-particle frozen orbital model, time ordering is lost. It is shown that the loss of time ordering modifies the second-order amplitude so that its ability to interfere with the first-order amplitude is essentially reduced. Time ordering and the capability for interference is regained, as one path is blocked by means of the Pauli exclusion principle. The time-ordering formalism is prepared for papers dealing with collision experiments of single excitation [Stolterfoht et al., following paper, Phys. Rev. A 48, 2986 (1993)] and double excitation [Stolterfoht et al. (unpublished)

  5. ELECTRODIALYSIS IN THE CONVERSION STEP OF THE CONCENTRATED SALT SOLUTIONS IN THE PROCESS OF BATTERY SCRAP

    Directory of Open Access Journals (Sweden)

    S. I. Niftaliev

    2014-01-01

    Full Text Available Summary. The concentrated sodium sulfate solution is formed during the processing of waste battery scrap. A promising way to further treatment of the concentrated salt solution could be the conversion of these salts into acid and bases by electrodialysis, that can be reused in the same technical process cycle. For carrying out the process of conversion of salts into the corresponding acid and base several cells schemes with different combinations of cation, anion and bipolar membranes are used. At this article a comparative analysis of these cells is carried out. In the cells there were used the membranes МC-40, МА-41 and МB-2I. Acid and base solutions with higher concentration may be obtained during the process of electrodialysis in the circulation mode, when a predetermined amount of salt in the closed loop is run through a set of membranes to obtain the desired concentration of the product. The disadvantages of this method are the high cost of buffer tanks and the need to work with small volumes of treated solutions. In industrial applications it is advisable to use continuous electrodialysis with bipolar membranes, since this configuration allows to increase the number of repeating sections, which is necessary to reduce the energy costs. The increase of the removal rate of salts can be achieved by increasing the process steps, and to produce a more concentrated products after the conversion step can be applied electrodialysis-concentrator or evaporator.

  6. Do lightning positive leaders really "step"?

    Science.gov (United States)

    Petersen, D.

    2015-12-01

    It has been known for some time that positive leaders exhibit impulsive charge motion and optical emissions as they extend. However, laboratory and field observations have not produced any evidence of a process analogous to the space leader mechanism of negative leader extension. Instead, observations have suggested that the positive leader tip undergoes a continuous to intermittent series of corona streamer bursts, each burst resulting in a small forward extension of the positive leader channel. Traditionally, it has been held that lightning positive leaders extend in a continuous or quasi-continuous fashion. Lately, however, many have become concerned that this position is incongruous with observations of impulsive activity during lightning positive leader extension. It is increasingly suggested that this impulsive activity is evidence that positive leaders also undergo "stepping". There are two issues that must be addressed. The first issue concerns whether or not the physical processes underlying impulsive extension in negative and positive leaders are distinct. We argue that these processes are in fact physically distinct, and offer new high-speed video evidence to support this position. The second issue regards the proper use of the term "step" as an identifier for the impulsive forward extension of a leader. Traditional use of this term has been applied only to negative leaders, due primarily to their stronger impulsive charge motions and photographic evidence of clearly discontinuous forward progression of the luminous channel. Recently, due to the increasing understanding of the distinct "space leader" process of negative leader extension, the term "step" has increasingly come to be associated with the space leader process itself. Should this emerging association, "step" = space leader attachment, be canonized? If not, then it seems reasonable to use the term "step" to describe impulsive positive leader extension. If, however, we do wish to associate the

  7. FEA Simulation of Free-Bending - a Preforming Step in the Hydroforming Process Chain

    Science.gov (United States)

    Beulich, N.; Craighero, P.; Volk, W.

    2017-09-01

    High-strength steel and aluminum alloys are essential for developing innovative, lightly-weighted space frame concepts. The intended design is built from car body parts with high geometrical complexity and reduced material-thickness. Over the past few years, many complex car body parts have been produced using hydroforming. To increase the accuracy of hydroforming in relation to prospective car concepts, the virtual manufacturing of forming becomes more important. As a part of process digitalization, it is necessary to develop a simulation model for the hydroforming process chain. The preforming of longitudinal welded tubes is therefore implemented by the use of three-dimensional free-bending. This technique is able to reproduce complex deflection curves in combination with innovative low-thickness material design for hydroforming processes. As a first step to the complete process simulation, the content of this paper deals with the development of a finite element simulation model for the free-bending process with 6 degrees of freedom. A mandrel built from spherical segments connected by a steel rope is located inside of the tube to prevent geometrical instability. Critical parameters for the result of the bending process are therefore evaluated and optimized. The simulation model is verified by surface measurements of a two-dimensional bending test.

  8. Fabrication of porous anodic alumina films by using two-step anodization process

    International Nuclear Information System (INIS)

    Xu Zhan; Zhou Bin; Xu Xiang; Wang Xiaoli; Wu Di; Shen Jun

    2006-01-01

    This article introduces the fabrication of the porous anodic alumina films which have ordered pore arrangement by using a two-step anodization process. The films have a parallel channel structure which nanopore diameter can be 20-100 nm, and depth can reach 50 μm. The change of pore structure in the first and second anodization, moving the alumina layer, widening process was analysed. The effect of the parameters such as different electrolytes, anodization temperature and the voltage on the nanopore structure was studied. The surface and profile structure through FE-SEM (field emission scanning electron microscope), the element composition in tiny area of the anodic aluminum oxide (AAO) surface were studied. The result indicates the pore diameter of AAO which is anodized in oxalic acid solution is larger than which anodized in sulfuric acid solution. The anodization temperature and voltage can enlarge the nanopore diameter of AAO in a range. (authors)

  9. Dissolution Processes at Step Edges of Calcite in Water Investigated by High-Speed Frequency Modulation Atomic Force Microscopy and Simulation.

    Science.gov (United States)

    Miyata, Kazuki; Tracey, John; Miyazawa, Keisuke; Haapasilta, Ville; Spijker, Peter; Kawagoe, Yuta; Foster, Adam S; Tsukamoto, Katsuo; Fukuma, Takeshi

    2017-07-12

    The microscopic understanding of the crystal growth and dissolution processes have been greatly advanced by the direct imaging of nanoscale step flows by atomic force microscopy (AFM), optical interferometry, and X-ray microscopy. However, one of the most fundamental events that govern their kinetics, namely, atomistic events at the step edges, have not been well understood. In this study, we have developed high-speed frequency modulation AFM (FM-AFM) and enabled true atomic-resolution imaging in liquid at ∼1 s/frame, which is ∼50 times faster than the conventional FM-AFM. With the developed AFM, we have directly imaged subnanometer-scale surface structures around the moving step edges of calcite during its dissolution in water. The obtained images reveal that the transition region with typical width of a few nanometers is formed along the step edges. Building upon insight in previous studies, our simulations suggest that the transition region is most likely to be a Ca(OH) 2 monolayer formed as an intermediate state in the dissolution process. On the basis of this finding, we improve our understanding of the atomistic dissolution model of calcite in water. These results open up a wide range of future applications of the high-speed FM-AFM to the studies on various dynamic processes at solid-liquid interfaces with true atomic resolution.

  10. A positive and multi-element conserving time stepping scheme for biogeochemical processes in marine ecosystem models

    Science.gov (United States)

    Radtke, H.; Burchard, H.

    2015-01-01

    In this paper, an unconditionally positive and multi-element conserving time stepping scheme for systems of non-linearly coupled ODE's is presented. These systems of ODE's are used to describe biogeochemical transformation processes in marine ecosystem models. The numerical scheme is a positive-definite modification of the Runge-Kutta method, it can have arbitrarily high order of accuracy and does not require time step adaption. If the scheme is combined with a modified Patankar-Runge-Kutta method from Burchard et al. (2003), it also gets the ability to solve a certain class of stiff numerical problems, but the accuracy is restricted to second-order then. The performance of the new scheme on two test case problems is shown.

  11. How the Use of ICT can Contribute to a Misleading Picture of Conditions – A Five-Step Process

    Directory of Open Access Journals (Sweden)

    Stefan Holgersson

    2015-11-01

    Full Text Available This paper contributes to the limited research on roles ICT can play in impression-management strategies and is based on case studies done in the Swedish Police. It also gives a theoretical contribution by adopting a holistic approach to explain how ICT can contribute to giving a misleading picture of conditions. Output generated by ICT has nowadays a central role in follow-up activities and decision-making. Even if this type of output, often in colourful, presentable, graphical arrangements, gives the impression of being accurate and reliable there is a risk of defective data quality. The phenomena can be described as a process divided into five steps. The first step is about how the data is generated and/or collected. The second step is linked to how the data is registered. The third step is about the output generated from the ICT-systems. The fourth step is how the output of ICT is selected for presentation. The fifth step concerns how output generated by ICT is interpreted. This paper shows that ICT can easily be used in impression-management strategies. For example, that personnel take shortcuts to affect the statistics rather than applying methods that may give the desired effects.

  12. Comparison study on mechanical properties single step and three step artificial aging on duralium

    Science.gov (United States)

    Tsamroh, Dewi Izzatus; Puspitasari, Poppy; Andoko, Sasongko, M. Ilman N.; Yazirin, Cepi

    2017-09-01

    Duralium is kind of non-ferro alloy that used widely in industrial. That caused its properties such as mild, high ductility, and resistance from corrosion. This study aimed to know mechanical properties of duralium on single step and three step articial aging process. Mechanical properties that discussed in this study focused on toughness value, tensile strength, and microstructure of duralium. Toughness value of single step artificial aging was 0.082 joule/mm2, and toughness value of three step artificial aging was 0,0721 joule/mm2. Duralium tensile strength of single step artificial aging was 32.36 kgf/mm^2, and duralium tensile strength of three step artificial aging was 32,70 kgf/mm^2. Based on microstructure photo of duralium of single step artificial aging showed that precipitate (θ) was not spreading evenly indicated by black spot which increasing the toughness of material. While microstructure photo of duralium that treated by three step artificial aging showed that it had more precipitate (θ) spread evenly compared with duralium that treated by single step artificial aging.

  13. Parallelizing More Loops with Compiler Guided Refactoring

    DEFF Research Database (Denmark)

    Larsen, Per; Ladelsky, Razya; Lidman, Jacob

    2012-01-01

    an interactive compilation feedback system that guides programmers in iteratively modifying their application source code. This helps leverage the compiler’s ability to generate loop-parallel code. We employ our system to modify two sequential benchmarks dealing with image processing and edge detection...

  14. Migration of additive molecules in a polymer filament obtained by melt spinning: Influence of the fiber processing steps

    Science.gov (United States)

    Gesta, E.; Skovmand, O.; Espuche, E.; Fulchiron, R.

    2015-12-01

    The purpose of this study is to understand the influence of the yarn processing on the migration of additives molecules, especially insecticide, within polyethylene (PE) yarns. Yarns were manufactured in the laboratory focusing on three key-steps (spinning, post-stretching and heat-setting). Influence of each step on yarn properties was investigated using tensile tests, differential scanning calorimetry and wide-angle X-ray diffraction. The post-stretching step was proved to be critical in defining yarn mechanical and structural properties. Although a first orientation of polyethylene crystals was induced during spinning, the optimal orientation was only reached by post-stretching. The results also showed that the heat-setting did not significantly change these properties. The presence of additives crystals at the yarn surface was evidenced by scanning-electron microscopy. These studies performed at each yarn production step allowed a detailed analysis of the additives' ability to migrate. It is concluded that while post-stretching decreased the migration rate, heat-setting seems to boost this migration.

  15. Migration of additive molecules in a polymer filament obtained by melt spinning: Influence of the fiber processing steps

    Energy Technology Data Exchange (ETDEWEB)

    Gesta, E. [Ingénierie des Matériaux Polymères - UMR CNRS 5223, Université de Lyon - Université Lyon 1, Bâtiment POLYTECH Lyon - 15 boulevard Latarjet, 69622, Villeurbanne (France); Intelligent Insect Control, 118 Chemin des Alouettes, Castelnau-le-Lez, 34170 (France); Skovmand, O., E-mail: osk@insectcontrol.net [Intelligent Insect Control, 118 Chemin des Alouettes, Castelnau-le-Lez, 34170 (France); Espuche, E., E-mail: eliane.espuche@univ-lyon1.fr; Fulchiron, R., E-mail: rene.fulchiron@univ-lyon1.fr [Ingénierie des Matériaux Polymères - UMR CNRS 5223, Université de Lyon - Université Lyon 1, Bâtiment POLYTECH Lyon - 15 boulevard Latarjet, 69622, Villeurbanne (France)

    2015-12-17

    The purpose of this study is to understand the influence of the yarn processing on the migration of additives molecules, especially insecticide, within polyethylene (PE) yarns. Yarns were manufactured in the laboratory focusing on three key-steps (spinning, post-stretching and heat-setting). Influence of each step on yarn properties was investigated using tensile tests, differential scanning calorimetry and wide-angle X-ray diffraction. The post-stretching step was proved to be critical in defining yarn mechanical and structural properties. Although a first orientation of polyethylene crystals was induced during spinning, the optimal orientation was only reached by post-stretching. The results also showed that the heat-setting did not significantly change these properties. The presence of additives crystals at the yarn surface was evidenced by scanning-electron microscopy. These studies performed at each yarn production step allowed a detailed analysis of the additives’ ability to migrate. It is concluded that while post-stretching decreased the migration rate, heat-setting seems to boost this migration.

  16. Migration of additive molecules in a polymer filament obtained by melt spinning: Influence of the fiber processing steps

    International Nuclear Information System (INIS)

    Gesta, E.; Skovmand, O.; Espuche, E.; Fulchiron, R.

    2015-01-01

    The purpose of this study is to understand the influence of the yarn processing on the migration of additives molecules, especially insecticide, within polyethylene (PE) yarns. Yarns were manufactured in the laboratory focusing on three key-steps (spinning, post-stretching and heat-setting). Influence of each step on yarn properties was investigated using tensile tests, differential scanning calorimetry and wide-angle X-ray diffraction. The post-stretching step was proved to be critical in defining yarn mechanical and structural properties. Although a first orientation of polyethylene crystals was induced during spinning, the optimal orientation was only reached by post-stretching. The results also showed that the heat-setting did not significantly change these properties. The presence of additives crystals at the yarn surface was evidenced by scanning-electron microscopy. These studies performed at each yarn production step allowed a detailed analysis of the additives’ ability to migrate. It is concluded that while post-stretching decreased the migration rate, heat-setting seems to boost this migration

  17. Double-step processes in the 12C(p,d)11C reaction at 45 MeV

    International Nuclear Information System (INIS)

    Couvert, Pierre.

    1974-01-01

    12 C(p,d) 11 C pick-up reaction was performed with a 45 MeV proton beam. A 130keV energy resolution was obtained and angular distributions of nine of the ten first levels of 11 C have been extracted within a large angular range. Assuming only neutron direct transfert, the strong relative excitation of high spin levels cannot be reproduced by a DWBA analysis. The double-step process assumption seems to be verified by a systematical analysis of the (p,d) reaction mechanisms. This analysis is done in the coupled-channel formalism for the five first negative parity states of 11 C. The 3/2 - ground state is essentially populated by the direct transfer of a Psub(3/2) neutron. The contribution of a double-step process, via the 2 + inelastic excitation of 12 C, is important for the four other states. A mechanism which assumes a deuteron inelastic scattering on the 11 C final nucleus after the neutron transfer cannot be neglected and improves the fits when it is taken into account [fr

  18. A Conversation on Data Mining Strategies in LC-MS Untargeted Metabolomics: Pre-Processing and Pre-Treatment Steps

    Directory of Open Access Journals (Sweden)

    Fidele Tugizimana

    2016-11-01

    Full Text Available Untargeted metabolomic studies generate information-rich, high-dimensional, and complex datasets that remain challenging to handle and fully exploit. Despite the remarkable progress in the development of tools and algorithms, the “exhaustive” extraction of information from these metabolomic datasets is still a non-trivial undertaking. A conversation on data mining strategies for a maximal information extraction from metabolomic data is needed. Using a liquid chromatography-mass spectrometry (LC-MS-based untargeted metabolomic dataset, this study explored the influence of collection parameters in the data pre-processing step, scaling and data transformation on the statistical models generated, and feature selection, thereafter. Data obtained in positive mode generated from a LC-MS-based untargeted metabolomic study (sorghum plants responding dynamically to infection by a fungal pathogen were used. Raw data were pre-processed with MarkerLynxTM software (Waters Corporation, Manchester, UK. Here, two parameters were varied: the intensity threshold (50–100 counts and the mass tolerance (0.005–0.01 Da. After the pre-processing, the datasets were imported into SIMCA (Umetrics, Umea, Sweden for more data cleaning and statistical modeling. In addition, different scaling (unit variance, Pareto, etc. and data transformation (log and power methods were explored. The results showed that the pre-processing parameters (or algorithms influence the output dataset with regard to the number of defined features. Furthermore, the study demonstrates that the pre-treatment of data prior to statistical modeling affects the subspace approximation outcome: e.g., the amount of variation in X-data that the model can explain and predict. The pre-processing and pre-treatment steps subsequently influence the number of statistically significant extracted/selected features (variables. Thus, as informed by the results, to maximize the value of untargeted metabolomic data

  19. Enhancement of the photo conversion efficiencies in Cu(In,Ga)(Se,S){sub 2} solar cells fabricated by two-step sulfurization process

    Energy Technology Data Exchange (ETDEWEB)

    Yang, JungYup; Nam, Junggyu; Kim, Dongseop; Lee, Dongho, E-mail: dhlee0333@gmail.com, E-mail: ddang@korea.ac.kr [Photovoltaic Development Team, Energy Storage Business Division, Samsung SDI, Cheonan-si 331-300 (Korea, Republic of); Kim, GeeYeong; Jo, William [Department of Physics and New and Renewable Energy Research Center, Ewha Womans University, Seoul 120-750 (Korea, Republic of); Kang, Yoonmook, E-mail: dhlee0333@gmail.com, E-mail: ddang@korea.ac.kr [KUKIST Green School, Graduate School of Energy and Environment, Korea University, Seoul 136-701 (Korea, Republic of)

    2015-11-09

    Cu(In,Ga)(Se,S){sub 2} (CIGSS) absorber layers were fabricated by using a modified two-stage sputter and a sequential selenization/sulfurization method, and the sulfurization process is changed from one-step to two-step. The two-step sulfurization was controlled with two different H{sub 2}S gas concentrations during the sulfurization treatment. This two-step process yielded remarkable improvements in the efficiency (+0.7%), open circuit voltage (+14 mV), short circuit current (+0.23 mA/cm{sup 2}), and fill factor (+0.21%) of a CIGSS device with 30 × 30 cm{sup 2} in size, owing to the good passivation at the grain boundary surface, uniform material composition among the grain boundaries, and modified depth profile of Ga and S. The deterioration of the P/N junction quality was prevented by the optimized S content in the CIGSS absorber layer. The effects of the passivation quality at the grain boundary surface, the material uniformity, the compositional depth profiles, the microstructure, and the electrical characteristics were examined by Kelvin probe force microscopy, X-ray diffraction, secondary ion mass spectrometry, scanning electron microscopy, and current-voltage curves, respectively. The two-step sulfurization process is experimentally found to be useful for obtaining good surface conditions and, enhancing the efficiency, for the mass production of large CIGSS modules.

  20. Linear, Step by Step Managerial Performance, versus Exponential Performance

    Directory of Open Access Journals (Sweden)

    George MOLDOVEANU

    2011-04-01

    Full Text Available The paper proposes the transition from the potential management concept, which its authors approached by determining its dimension (Roşca, Moldoveanu, 2009b, to the linear, step by step performance concept, as an objective result of management process. In this way, we “answer” the theorists and practitioners, who support exponential management performance. The authors, as detractors of the exponential performance, are influenced by the current crisis (Roşca, Moldoveanu, 2009a, by the lack of organizational excellence in many companies, particularly in Romanian ones and also reaching “the finality” in the evolved companies, developed into an uncontrollable speed.

  1. Thermodynamic approach and comparison of two-step and single step DME (dimethyl ether) syntheses with carbon dioxide utilization

    International Nuclear Information System (INIS)

    Chen, Wei-Hsin; Hsu, Chih-Liang; Wang, Xiao-Dong

    2016-01-01

    DME (Dimethyl ether) synthesis from syngas with CO_2 utilization through two-step and single step processes is analyzed thermodynamically. The influences of reaction temperature, H_2/CO molar ratio, and CO_2/CO molar ratio on CO and CO_2 conversions, DME selectivity and yield, and thermal behavior are evaluated. Particular attention is paid to the comparison of the performance of DME synthesis between the two different methods. In the two-step method, the addition of CO_2 suppresses the CO conversion during methanol synthesis. An increase in CO_2/CO ratio decreases the CO_2 conversion (negative effect), but increases the total consumption amount of CO_2 (positive effect). At a given reaction temperature with H_2/CO = 4, the maximum DME yield develops at CO_2/CO = 1. In the single step method, over 98% of CO can be converted and the DME yield can be as high as 0.52 mol (mol CO)"−"1 at CO_2/CO = 2. The comparison of the single step and two-step processes indicates that the maximum CO conversion, DME selectivity, and DME yield in the former are higher than those in the latter, whereas an opposite result in the maximum CO_2 conversion is observed. These results reveal that the single step process has lower thermodynamic limitation and is a better option for DME synthesis. From CO_2 utilization point of view, the operation with low temperature, high H_2/CO ratio, and low CO_2/CO ratio results in higher CO_2 conversion, irrespective of two-step or single step DME synthesis. - Highlights: • DME (Dimethyl ether) synthesis with CO_2 utilization is analyzed thermodynamically. • Single step and two-step DME syntheses are studied and compared with each other. • CO_2 addition suppresses CO conversion in MeOH synthesis but increases MeOH yield. • The performance of the single step DME synthesis is better than that of the two-step one. • Increase CO_2/CO ratio decreases CO_2 conversion but increases CO_2 consumption amount.

  2. Microstructural and mechanical evolutions during the forging step of the COBAPRESS, a casting/forging process

    Science.gov (United States)

    Perrier, Frédéric; Desrayaud, Christophe; Bouvier, Véronique

    Aluminum casting/forging processes are used to produce parts for the automotive industry. In this study, we examined the influence of the forging step on the microstructure and the mechanical properties of an A356 aluminum alloy modified with strontium. Firstly, a design of samples which allows us to test mechanically the alloy before and after forging was created. A finite element analysis with the ABAQUS software predicts a maximum of strain in the core of the specimens. Observations with the EBSD technique confirm a more intense sub-structuration of the dendrite cells in this zone. Yield strength, ultimate tensile strength, elongation and fatigue lives were then improved for the casting/forging samples compared to the only cast specimens. The closure of the porosities and the improvement of the surface quality during the forging step enhance also the fatigue resistance of the samples.

  3. 1998 Annual Study Report. Standardization of manufacturing process systems; 1998 nendo seika hokokusho. Seisan process system no hyojunka (STEP kiban kikaku no kaihatsu)

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1999-03-01

    The standards for exchanging and sharing product model data are being internationalized, mainly by ISO-10303 (STEP). The current specifications are not fully developed to include all of the functions needed by the industrial circles, e.g., the functions capable of expressing dynamic product models useful for design alterations and manufacturing processes. In order to solve these problems, and, in particular, to propose the specifications which meet the functions required by the domestic industries, the necessary conditions which the STEP basic specifications should satisfy are investigate to propose the Japan-developed international specifications. One of the major results of the efforts in this year is development of the functional model (I-AAM) which allows to analyze the functions to be proposed for the specifications for the mechanical production processes in the Japanese industries. The necessary data model candidates can be selected by the aid of the model. The efforts will be further continued in and after the next year, based on the results obtained in this year, to eventually develop the specifications which can be registered by NWI. (NEDO)

  4. Step-wise stimulated martensitic transformations

    International Nuclear Information System (INIS)

    Airoldi, G.; Riva, G.

    1991-01-01

    NiTi alloys, widely known both for their shape memory properties and for unusual pseudoelastic behaviour, are now on the forefront attention for step-wise induced memory processes, thermal or stress stimulated. Literature results related to step-wise stimulated martensite (direct transformation) are examined and contrasted with step-wise thermal stimulated parent phase (reverse transformation). Hypothesis are given to explain the key characters of both transformations, a thermodynamic model from first principles being till now lacking

  5. A Three-Step Atomic Layer Deposition Process for SiN x Using Si2Cl6, CH3NH2, and N2 Plasma.

    Science.gov (United States)

    Ovanesyan, Rafaiel A; Hausmann, Dennis M; Agarwal, Sumit

    2018-06-06

    We report a novel three-step SiN x atomic layer deposition (ALD) process using Si 2 Cl 6 , CH 3 NH 2 , and N 2 plasma. In a two-step process, nonhydrogenated chlorosilanes such as Si 2 Cl 6 with N 2 plasmas lead to poor-quality SiN x films that oxidize rapidly. The intermediate CH 3 NH 2 step was therefore introduced in the ALD cycle to replace the NH 3 plasma step with a N 2 plasma, while using Si 2 Cl 6 as the Si precursor. This three-step process lowers the atomic H content and improves the film conformality on high-aspect-ratio nanostructures as Si-N-Si bonds are formed during a thermal CH 3 NH 2 step in addition to the N 2 plasma step. During ALD, the reactive surface sites were monitored using in situ surface infrared spectroscopy. Our infrared spectra show that, on the post-N 2 plasma-treated SiN x surface, Si 2 Cl 6 reacts primarily with the surface -NH 2 species to form surface -SiCl x ( x = 1, 2, or 3) bonds, which are the reactive sites during the CH 3 NH 2 cycle. In the N 2 plasma step, reactive -NH 2 surface species are created because of the surface H available from the -CH 3 groups. At 400 °C, the SiN x films have a growth per cycle of ∼0.9 Å with ∼12 atomic percent H. The films grown on high-aspect-ratio nanostructures have a conformality of ∼90%.

  6. Effects of a modular two-step ozone-water and annealing process on silicon carbide graphene

    Energy Technology Data Exchange (ETDEWEB)

    Webb, Matthew J., E-mail: matthew.webb@cantab.net; Lundstedt, Anna; Grennberg, Helena [Department of Chemistry—BMC, Uppsala University, Box 576, SE-751 23 Uppsala (Sweden); Polley, Craig; Niu, Yuran; Zakharov, Alexei A.; Balasubramanian, Thiagarajan [MAX IV Laboratory, Lund University, 22100 Lund (Sweden); Dirscherl, Kai [DFM—Danish Fundamental Metrology, Matematiktorvet 307, DK-2800 Lyngby (Denmark); Burwell, Gregory; Guy, Owen J. [College of Engineering, Faraday Tower, Singleton Park, Swansea University, Swansea SA2 8PP (United Kingdom); Palmgren, Pål [VG Scienta Scientific AB, Box 15120, Vallongatan 1, SE-750 15 Uppsala (Sweden); Yakimova, Rositsa [Department of Physics, Chemistry, and Biology, Linköping University, SE-581 83 Linköping (Sweden)

    2014-08-25

    By combining ozone and water, the effect of exposing epitaxial graphene on silicon carbide to an aggressive wet-chemical process has been evaluated after high temperature annealing in ultra high vacuum. The decomposition of ozone in water produces a number of oxidizing species, however, despite long exposure times to the aqueous-ozone environment, no graphene oxide was observed after the two-step process. The systems were comprehensively characterized before and after processing using Raman spectroscopy, core level photoemission spectroscopy, and angle resolved photoemission spectroscopy together with low energy electron diffraction, low energy electron microscopy, and atomic force microscopy. In spite of the chemical potential of the aqueous-ozone reaction environment, the graphene domains were largely unaffected raising the prospect of employing such simple chemical and annealing protocols to clean or prepare epitaxial graphene surfaces.

  7. Reverse pattern duplication utilizing a two-step metal lift-off process via nanoimprint lithography

    International Nuclear Information System (INIS)

    Song, Sun-Sik; Kim, Eun-Uk; Jung, Hee-Soo; Kim, Ki-Seok; Jung, Gun-Young

    2009-01-01

    A two-step metal lift-off process using a selective etching recipe was demonstrated as a new technique for the reverse pattern fabrication of the features of a master stamp via a UV-based nanoimprint lithography technique. A transparent master stamp with repeated pillars (150 nm diameter at 300 nm pitch) was fabricated by using laser interference lithography and the subsequent dry-etching process. After nanoimprint lithography and the following gold (Au) lift-off process, the corresponding gold dots (20 nm height) were generated. A thin chromium layer (Cr, 5 nm) was then deposited and subjected to the aqua regia solution, which dissolved only Au dots. By using a selective wet etching recipe between gold (Au) and chromium (Cr) materials, a Cr layer with holes was reliably generated, which was used as an etching mask to transfer holes into the silicon substrate in the subsequent dry-etching process. Hole patterns with a diameter of 146 nm were inversely replicated faithfully from the master stamp with the corresponding pillars without a notable feature size distortion

  8. Design of Sensor Data Processing Steps in an Air Pollution Monitoring System

    Directory of Open Access Journals (Sweden)

    Kwang Woo Nam

    2011-11-01

    Full Text Available Environmental monitoring is required to understand the effects of various kinds of phenomena such as a flood, a typhoon, or a forest fire. To detect the environmental conditions in remote places, monitoring applications employ the sensor networks to detect conditions, context models to understand phenomena, and computing technology to process the large volumes of data. In this paper, we present an air pollution monitoring system to provide alarm messages about potentially dangerous areas with sensor data analysis. We design the data analysis steps to understand the detected air pollution regions and levels. The analyzed data is used to track the pollution and to give an alarm. This implemented monitoring system is used to mitigate the damages caused by air pollution.

  9. Global seismic inversion as the next standard step in the processing sequence

    Energy Technology Data Exchange (ETDEWEB)

    Maver, Kim G.; Hansen, Lars S.; Jepsen, Anne-Marie; Rasmussen, Klaus B.

    1998-12-31

    Seismic inversion of post stack seismic data has until recently been regarded as a reservoir oriented method since the standard inversion techniques rely on extensive well control and a detailed user derived input model. Most seismic inversion techniques further requires a stable wavelet. As a consequence seismic inversion is mainly utilised in mature areas focusing of specific zones only after the seismic data has been interpreted and is well understood. By using an advanced 3-D global technique, seismic inversion is presented as the next standard step in the processing sequence. The technique is robust towards noise within the seismic data, utilizes a time variant wavelet, and derives a low frequency model utilizing the stacking velocities and only limited well control. 4 figs.

  10. Characteristic analysis of laser isotope separation process by two-step photodissociation method

    International Nuclear Information System (INIS)

    Okamoto, Tsuyoshi; Suzuki, Atsuyuki; Kiyose, Ryohei

    1981-01-01

    A large number of laser isotope separation experiments have been performed actively in many countries. In this paper, the selective two-step photodissociation method is chosen and simultaneous nonlinear differential equations that express the separation process are solved directly by using computer. Predicted separation factors are investigated in relation to the incident pulse energy and the concentration of desired molecules. Furthermore, the concept of separative work is used to evaluate the results of separation for this method. It is shown from an example of numerical calculation that a very large separation factor can be obtained if the concentration of desired molecules is lowered and two laser pulses to be closely synchronized are not always required in operation for the photodissociation of molecules. (author)

  11. Two-step chemical decontamination technology

    International Nuclear Information System (INIS)

    Rankin, W.N.

    1992-01-01

    An improved two-step chemical decontamination technique was recently developed at INEL. This memorandum documents the addition of this technology to the SRTC arsenal of decontamination technology. A two-step process using NAOH, KMnO 4 followed by HNO 3 was used for cleaning doorstops (small casks) in the SRTC High Level Caves in 1967. Subsequently, more aggressive chemical techniques have been found to be much more effective for our applications. No further work on two-step technology is planned

  12. Computer aided virtual manufacturing using Creo parametric easy to learn step by step guide

    CERN Document Server

    Kanife, Paul Obiora

    2016-01-01

    Providing a step-by-step guide for the implementation of virtual manufacturing using Creo Parametric software (formerly known as Pro-Engineer), this book creates an engaging and interactive learning experience for manufacturing engineering students. Featuring graphic illustrations of simulation processes and operations, and written in accessible English to promote user-friendliness, the book covers key topics in the field including: the engraving machining process, face milling, profile milling, surface milling, volume rough milling, expert machining, electric discharge machining (EDM), and area turning using the lathe machining process. Maximising reader insights into how to simulate material removal processes, and how to generate cutter location data and G-codes data, this valuable resource equips undergraduate, postgraduate, BTech and HND students in the fields of manufacturing engineering, computer aided design (CAD) and computer aided engineering (CAE) with transferable skills and knowledge. This book is...

  13. A plug-in to Eclipse for VHDL source codes: functionalities

    Science.gov (United States)

    Niton, B.; Poźniak, K. T.; Romaniuk, R. S.

    The paper presents an original application, written by authors, which supports writing and edition of source codes in VHDL language. It is a step towards fully automatic, augmented code writing for photonic and electronic systems, also systems based on FPGA and/or DSP processors. An implementation is described, based on VEditor. VEditor is a free license program. Thus, the work presented in this paper supplements and extends this free license. The introduction characterizes shortly available tools on the market which serve for aiding the design processes of electronic systems in VHDL. Particular attention was put on plug-ins to the Eclipse environment and Emacs program. There are presented detailed properties of the written plug-in such as: programming extension conception, and the results of the activities of formatter, re-factorizer, code hider, and other new additions to the VEditor program.

  14. Two-step rapid sulfur capture. Final report

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1994-04-01

    The primary goal of this program was to test the technical and economic feasibility of a novel dry sorbent injection process called the Two-Step Rapid Sulfur Capture process for several advanced coal utilization systems. The Two-Step Rapid Sulfur Capture process consists of limestone activation in a high temperature auxiliary burner for short times followed by sorbent quenching in a lower temperature sulfur containing coal combustion gas. The Two-Step Rapid Sulfur Capture process is based on the Non-Equilibrium Sulfur Capture process developed by the Energy Technology Office of Textron Defense Systems (ETO/TDS). Based on the Non-Equilibrium Sulfur Capture studies the range of conditions for optimum sorbent activation were thought to be: activation temperature > 2,200 K for activation times in the range of 10--30 ms. Therefore, the aim of the Two-Step process is to create a very active sorbent (under conditions similar to the bomb reactor) and complete the sulfur reaction under thermodynamically favorable conditions. A flow facility was designed and assembled to simulate the temperature, time, stoichiometry, and sulfur gas concentration prevalent in the advanced coal utilization systems such as gasifiers, fluidized bed combustors, mixed-metal oxide desulfurization systems, diesel engines, and gas turbines.

  15. Zinc hexacyanoferrate film as an effective protecting layer in two-step and one-step electropolymerization of pyrrole on zinc substrate

    Energy Technology Data Exchange (ETDEWEB)

    Pournaghi-Azar, M.H. [Electroanalytical Chemistry Laboratory, Faculty of Chemistry, University of Tabriz, Tabriz (Iran, Islamic Republic of)]. E-mail: pournaghiazar@tabrizu.ac.ir; Nahalparvari, H. [Electroanalytical Chemistry Laboratory, Faculty of Chemistry, University of Tabriz, Tabriz (Iran, Islamic Republic of)

    2005-03-15

    The two-step and one-step electrosynthesis processes of polypyrrole (PPy) films on the zinc substrate are described. The two-step process includes (i) the zinc surface pretreatment with hexacyanoferrate ion in the aqueous medium in order to form a zinc hexacyanoferrate (ZnHCF) film non-blocking passive layer on the surface and with the view to prevent its reactivity and (ii) electropolymerization of pyrrole on the ZnHCF vertical bar Zn-modified electrode in aqueous pyrrole solution. In this context, both the non-electrolytic and electrolytic procedures were adapted, and the effect of some experimental conditions such as supporting electrolyte, pH and temperature of the solution at the zinc surface pretreatment step as well as pyrrole concentration and electrochemical techniques at the polymerization step was investigated. By optimizing the experimental conditions in both steps, we have obtained a homogeneous and strongly adherent PPy films on the zinc substrate. The one-step process is based on the use of an aqueous medium containing Fe(CN){sub 6}{sup 4-} and pyrrole. The ferrocyanide ion passivates the substrate by formation of ZnHCF film during the electropolymerization process of pyrrole and therefore makes it possible to obtain strongly adherent PPy films, with controlled thickness, either by cyclic voltammetry or by electrolysis at constant current or constant potential without any previously treatment of the zinc electrode surface. The polypyrrole films deposited on the zinc electrode were characterized by cyclic voltammetry and scanning electron microscopic (SEM) measurement.

  16. Zinc hexacyanoferrate film as an effective protecting layer in two-step and one-step electropolymerization of pyrrole on zinc substrate

    International Nuclear Information System (INIS)

    Pournaghi-Azar, M.H.; Nahalparvari, H.

    2005-01-01

    The two-step and one-step electrosynthesis processes of polypyrrole (PPy) films on the zinc substrate are described. The two-step process includes (i) the zinc surface pretreatment with hexacyanoferrate ion in the aqueous medium in order to form a zinc hexacyanoferrate (ZnHCF) film non-blocking passive layer on the surface and with the view to prevent its reactivity and (ii) electropolymerization of pyrrole on the ZnHCF vertical bar Zn-modified electrode in aqueous pyrrole solution. In this context, both the non-electrolytic and electrolytic procedures were adapted, and the effect of some experimental conditions such as supporting electrolyte, pH and temperature of the solution at the zinc surface pretreatment step as well as pyrrole concentration and electrochemical techniques at the polymerization step was investigated. By optimizing the experimental conditions in both steps, we have obtained a homogeneous and strongly adherent PPy films on the zinc substrate. The one-step process is based on the use of an aqueous medium containing Fe(CN) 6 4- and pyrrole. The ferrocyanide ion passivates the substrate by formation of ZnHCF film during the electropolymerization process of pyrrole and therefore makes it possible to obtain strongly adherent PPy films, with controlled thickness, either by cyclic voltammetry or by electrolysis at constant current or constant potential without any previously treatment of the zinc electrode surface. The polypyrrole films deposited on the zinc electrode were characterized by cyclic voltammetry and scanning electron microscopic (SEM) measurement

  17. Importance of sequential two-step transfer process in a ΔS = 1 and ΔT = 1 inelastic transition of 14N(p, p')14N reaction

    International Nuclear Information System (INIS)

    Aoki, Y.; Kunori, S.; Nagano, K.; Toba, Y.; Yagi, K.

    1981-01-01

    Differential cross sections and vector analyzing powers for 14 N(p, p') and 14 N(p, d) reactions have been measured at E sub(p) = 21.0 MeV to elucidate the reaction mechanism and the effective interaction for the ΔS = ΔT = 1 transition in 14 N(p, p') 14 N(2.31 MeV) reaction. The data are analyzed in terms of finite-range distorted wave Borm approximation (DWBA) which include direct, knock-on exchange and (p, d)(d, p') two-step processes. Shell model wave functions of Cohen and Kurath are used. The data for the first excited state is reasonably well explained by introducing two-step process. The two-step process explains half of the experimental intensity. Moreover vector analyzing power can hardly be explained without introducing this two-step process. Vector analyzing power of protons leading to the second excited state in 14 N is better explained by introducing macroscopic calculation. The data for 14 N(p, d) 13 N(gs) reaction are well explained by a suitable choice of deuteron optical potential. Knock-on exchange contribution is relatively small. Importance of this two-step process for ΔS = ΔT = 1 transition is discussed up to 40 MeV. (author)

  18. FEM simulation of multi step forming of thick sheet

    NARCIS (Netherlands)

    Wisselink, H.H.; Huetink, Han

    2004-01-01

    A case study has been performed on the forming of an industrial product. This product, a bracket, is made of 5mm thick sheet in multiple steps. The process exists of a bending step followed by a drawing and a flanging step. FEM simulations have been used to investigate this forming process. First,

  19. 'Steps in the learning Process'

    International Nuclear Information System (INIS)

    Cheung, Kyung Mo; Cheung, Hwan

    1984-01-01

    The process by which a student learns is extremely complicated. Whether he is simply learning facts, laws or formulae, changing his values or mastering a skill the way in which his brain functions is impossible to describe. The idea of learning domains is put forward not to explain in biological terms what happens in the brain but simply to attempt to break the system down into simpler units so that the learning process can be organized in an easier, more systematic way. In the most commonly used description of this process, the one described by BLOOM, this is BLOOM's Taxonomy. In addition to, I'd like to compare with the work of Lewis (Levels of Knowledge and Understanding). As a result, let us discuss about the most effective method in teaching in order to supply high-quality education

  20. The analysis of forming and strain state of the hollow step forgings during the enlarging process

    Directory of Open Access Journals (Sweden)

    Олег Євгенійович Марков

    2017-12-01

    Full Text Available Improving safety, accelerating construction and extending the life of nuclear power plants is one of the main directions of the development of the energy industry. From this point of view, much attention is being paid to the production of forgings, which combine a few details today. This requires the use of new technologies with the use of non-standard tools. The purpose of the work is analyze of the shape and the deformation state of the conical stepped forging when rolling the stepped workpiece with the simultaneous deformation of the protuberance and the ledge. The simulation was performed using finite element method, which is consistent with experimental data. Experimental studies were carried out on lead models. Rolling of stepped workpiece with simultaneous deformation of the protrusion and ledge leads to the appearance of conical forging. Taper on the side of the ledge occurs at the initial stage of rolling and during the whole process increases. The emergence of a conical shape is explained by the fact that during slipping, with the same absolute deformation (stroke, the ledge gets more accumulated deformation through a more precise wall.

  1. Synthesis of monoclinic Celsian from Coal Fly Ash by using a one-step solid-state reaction process

    Energy Technology Data Exchange (ETDEWEB)

    Long-Gonzalez, D.; Lopez-Cuevas, J.; Gutierrez-Chavarria, C.A.; Pena, P.; Baudin, C.; Turrillas, X. [CINVESTAV, Coahuila (Mexico)

    2010-03-15

    Monoclinic (Celsian) and hexagonal (Hexacelsian) Ba1-xSrxAl{sub 2}Si2O8 solid solutions, where x=0, 0.25, 0.375, 0.5, 0.75 or 1, were synthesized by using Coal Fly Ash (CFA) as main raw material, employing a simple one-step solid-state reaction process involving thermal treatment for 5 h at 850-1300{sup o}C. Fully monoclinic Celsian was obtained at 1200{sup o} C/5 h, for SrO contents of 0.25 {<=} x {<=} 0.75. However, an optimum SrO level of 0.25 {<=} x {<=} 0.375 was recommended for the stabilization of Celsian. These synthesis conditions represent a significant improvement over the higher temperatures, longer times and/or multi-step processes needed to obtain fully monoclinic Celsian, when other raw materials are used for this purpose, according to previous literature. These results were attributed to the role of the chemical and phase constitution of CFA as well as to a likely mineralizing effect of CaO and TiO{sub 2} present in it, which enhanced the Hexacelsian to Celsian conversion.

  2. Influence of processing steps in cold-smoked salmon production on survival and growth of persistent and presumed non-persistent Listeria monocytogenes

    DEFF Research Database (Denmark)

    Porsby, Cisse Hedegaard; Vogel, Birte Fonnesbech; Mohr, Mona

    2008-01-01

    conditions, (ii) fillets of salmon cold-smoked in a pilot plant and finally, (iii) assessment of the bacterial levels before and after processing during commercial scale production. L. monocytogenes proliferated on salmon blocks that were brined or dipped in liquid smoke and left at 25 degrees C......Cold-smoked salmon is a ready-to-eat product in which Listeria monocytogenes sometimes can grow to high numbers. The bacterium can colonize the processing environment and it is believed to survive or even grow during the processing steps. The purpose of the present study was to determine...... if the steps in the processing of cold-smoked salmon affect Survival and subsequent growth of a persistent strain of L. monocytogenes to a lesser degree than presumed non-persistent strains. We used a sequence of experiments increasing in complexity: (i) small salmon blocks salted, smoked or dried under model...

  3. A mechanism for leader stepping

    Science.gov (United States)

    Ebert, U.; Carlson, B. E.; Koehn, C.

    2013-12-01

    The stepping of negative leaders is well observed, but not well understood. A major problem consists of the fact that the streamer corona is typically invisible within a thunderstorm, but determines the evolution of a leader. Motivated by recent observations of streamer and leader formation in the laboratory by T.M.P. Briels, S. Nijdam, P. Kochkin, A.P.J. van Deursen et al., by recent simulations of these processes by J. Teunissen, A. Sun et al., and by our theoretical understanding of the process, we suggest how laboratory phenomena can be extrapolated to lightning leaders to explain the stepping mechanism.

  4. Comparison of single-step and two-step purified coagulants from Moringa oleifera seed for turbidity and DOC removal.

    Science.gov (United States)

    Sánchez-Martín, J; Ghebremichael, K; Beltrán-Heredia, J

    2010-08-01

    The coagulant proteins from Moringa oleifera purified with single-step and two-step ion-exchange processes were used for the coagulation of surface water from Meuse river in The Netherlands. The performances of the two purified coagulants and the crude extract were assessed in terms of turbidity and DOC removal. The results indicated that the optimum dosage of the single-step purified coagulant was more than two times higher compared to the two-step purified coagulant in terms of turbidity removal. And the residual DOC in the two-step purified coagulant was lower than in single-step purified coagulant or crude extract. (c) 2010 Elsevier Ltd. All rights reserved.

  5. Developing a framework to model the primary drying step of a continuous freeze-drying process based on infrared radiation

    DEFF Research Database (Denmark)

    Van Bockstal, Pieter-Jan; Corver, Jos; Mortier, Séverine Thérèse F.C.

    2018-01-01

    . These results assist in the selection of proper materials which could serve as IR window in the continuous freeze-drying prototype. The modelling framework presented in this paper fits the model-based design approach used for the development of this prototype and shows the potential benefits of this design...... requires the fundamental mechanistic modelling of each individual process step. Therefore, a framework is presented for the modelling and control of the continuous primary drying step based on non-contact IR radiation. The IR radiation emitted by the radiator filaments passes through various materials...

  6. Validation Testing of the Nitric Acid Dissolution Step Within the K Basin Sludge Pretreatment Process

    International Nuclear Information System (INIS)

    AJ Schmidt; CH Delegard; KL Silvers; PR Bredt; CD Carlson; EW Hoppe; JC Hayes; DE Rinehart; SR Gano; BM Thornton

    1999-01-01

    The work described in this report involved comprehensive bench-scale testing of nitric acid (HNO 3 ) dissolution of actual sludge materials from the Hanford K East (KE) Basin to confirm the baseline chemical pretreatment process. In addition, process monitoring and material balance information was collected to support the development and refinement of process flow diagrams. The testing was performed by Pacific Northwest National Laboratory (PNNL)for the US Department of Energy's Office of Spent Fuel Stabilization (EM-67) and Numatec Hanford Corporation (NHC) to assist in the development of the K Basin Sludge Pretreatment Process. The baseline chemical pretreatment process for K Basin sludge is nitric acid dissolution of all particulate material passing a 1/4-in. screen. The acid-insoluble fraction (residual solids) will be stabilized (possibly by chemical leaching/rinsing and grouting), packaged, and transferred to the Hanford Environmental Restoration Disposal Facility (ERDF). The liquid fraction is to be diluted with depleted uranium for uranium criticality safety and iron nitrate for plutonium criticality safety, and neutralized with sodium hydroxide. The liquid fraction and associated precipitates are to be stored in the Hanford Tank Waste Remediation Systems (TWRS) pending vitrification. It is expected that most of the polychlorinated biphenyls (PCBs), associated with some K Basin sludges, will remain with the residual solids for ultimate disposal to ERDF. Filtration and precipitation during the neutralization step will further remove trace quantities of PCBs within the liquid fraction. The purpose of the work discussed in this report was to examine the dissolution behavior of actual KE Basin sludge materials at baseline flowsheet conditions and validate the.dissolution process step through bench-scale testing. The progress of the dissolution was evaluated by measuring the solution electrical conductivity and concentrations of key species in the dissolver

  7. Validation Testing of the Nitric Acid Dissolution Step Within the K Basin Sludge Pretreatment Process

    Energy Technology Data Exchange (ETDEWEB)

    AJ Schmidt; CH Delegard; KL Silvers; PR Bredt; CD Carlson; EW Hoppe; JC Hayes; DE Rinehart; SR Gano; BM Thornton

    1999-03-24

    The work described in this report involved comprehensive bench-scale testing of nitric acid (HNO{sub 3}) dissolution of actual sludge materials from the Hanford K East (KE) Basin to confirm the baseline chemical pretreatment process. In addition, process monitoring and material balance information was collected to support the development and refinement of process flow diagrams. The testing was performed by Pacific Northwest National Laboratory (PNNL)for the US Department of Energy's Office of Spent Fuel Stabilization (EM-67) and Numatec Hanford Corporation (NHC) to assist in the development of the K Basin Sludge Pretreatment Process. The baseline chemical pretreatment process for K Basin sludge is nitric acid dissolution of all particulate material passing a 1/4-in. screen. The acid-insoluble fraction (residual solids) will be stabilized (possibly by chemical leaching/rinsing and grouting), packaged, and transferred to the Hanford Environmental Restoration Disposal Facility (ERDF). The liquid fraction is to be diluted with depleted uranium for uranium criticality safety and iron nitrate for plutonium criticality safety, and neutralized with sodium hydroxide. The liquid fraction and associated precipitates are to be stored in the Hanford Tank Waste Remediation Systems (TWRS) pending vitrification. It is expected that most of the polychlorinated biphenyls (PCBs), associated with some K Basin sludges, will remain with the residual solids for ultimate disposal to ERDF. Filtration and precipitation during the neutralization step will further remove trace quantities of PCBs within the liquid fraction. The purpose of the work discussed in this report was to examine the dissolution behavior of actual KE Basin sludge materials at baseline flowsheet conditions and validate the.dissolution process step through bench-scale testing. The progress of the dissolution was evaluated by measuring the solution electrical conductivity and concentrations of key species in the

  8. Step by step. How to install CopperCore, how to publish and run a UoL

    NARCIS (Netherlands)

    Burgos, Daniel

    2005-01-01

    Through these four documents the full installation process of CopperCore is described in detailed. Step by step, and full supported with screenshots, it's shown how to install Cc, how to publish a UoL with Cc and Clicc, how to run a UoL and to exit of Cc and Clicc

  9. Continuous versus step-by-step scanning mode of a novel 3D scanner for CyberKnife measurements

    International Nuclear Information System (INIS)

    Al Kafi, M Abdullah; Mwidu, Umar; Moftah, Belal

    2015-01-01

    The purpose of the study is to investigate the continuous versus step-by-step scanning mode of a commercial circular 3D scanner for commissioning measurements of a robotic stereotactic radiosurgery system. The 3D scanner was used for profile measurements in step-by-step and continuous modes with the intent of comparing the two scanning modes for consistency. The profile measurements of in-plane, cross-plane, 15 degree, and 105 degree were performed for both fixed cones and Iris collimators at depth of maximum dose and at 10 cm depth. For CyberKnife field size, penumbra, flatness and symmetry analysis, it was observed that the measurements with continuous mode, which can be up to 6 times faster than step-by-step mode, are comparable and produce scans nearly identical to step-by-step mode. When compared with centered step-by-step mode data, a fully processed continuous mode data gives rise to maximum of 0.50% and 0.60% symmetry and flatness difference respectfully for all the fixed cones and Iris collimators studied. - Highlights: • D scanner for CyberKnife beam data measurements. • Beam data analysis for continuous and step-by-step scan modes. • Faster continuous scanning data are comparable to step-by-step mode scan data.

  10. Process Mining: A Two-Step Approach to Balance Between Underfitting and Overfitting

    DEFF Research Database (Denmark)

    van der Aalst, W.M.P.; Rubin, V.; Verbeek, H.M.W.

    behavior. At best, one has seen a representative subset. Therefore, classical synthesis techniques are not suitable as they aim at finding a model that is able to exactly reproduce the log. Existing process mining techniques try to avoid such "overfitting" by generalizing the model to allow for more...... behavior. This generalization is often driven by the representation language and very crude assumptions about completeness. As a result, parts of the model are "overfitting" (allow only what has actually been observed) while other parts may be "underfitting" (allow for much more behavior without strong...... support for it). None of the existing techniques enables the user to control the balance between "overfitting" and "underfitting". To address this, we propose a two-step approach. First, using a configurable approach, a transition system is constructed. Then, using the "theory of regions", the model...

  11. Steps in Performing a Communication Audit.

    Science.gov (United States)

    Sincoff, Michael Z.; And Others

    This paper develops the step-by-step processes necessary to conduct a communication audit in order to determine the communication effectiveness of an organization. The authors stress the responsibilities of both the audit team and the organization's top management as they interact during progressive phases of the audit. Emphasis is placed on…

  12. Two-step process of regeneration of acid(s) from ZrF{sub 4} containing spent pickle liquor and recovery of zirconium metal

    Energy Technology Data Exchange (ETDEWEB)

    Nersisyan, Hayk [Graduate School of Department of Materials Science & Engineering, Chungnam National University, 99 Daehakro, Yuseong-gu, Daejeon (Korea, Republic of); RASOM, Chungnam National University, 99 Daehak-ro, Yuseong-gu, Daejeon (Korea, Republic of); Han, Seul Ki; Choi, Jeong Hun [Graduate School of Department of Materials Science & Engineering, Chungnam National University, 99 Daehakro, Yuseong-gu, Daejeon (Korea, Republic of); Graduate School of Energy Science & Technology, Chungnam National University, 99 Daehak-ro, Yuseong-gu, Daejeon (Korea, Republic of); Lee, Young-Jun; Yoo, Bung Uk [Graduate School of Energy Science & Technology, Chungnam National University, 99 Daehak-ro, Yuseong-gu, Daejeon (Korea, Republic of); Ri, Vladislav E. [Graduate School of Department of Materials Science & Engineering, Chungnam National University, 99 Daehakro, Yuseong-gu, Daejeon (Korea, Republic of); Lee, Jong Hyeon, E-mail: jonglee@cnu.ac.kr [Graduate School of Department of Materials Science & Engineering, Chungnam National University, 99 Daehakro, Yuseong-gu, Daejeon (Korea, Republic of); Graduate School of Energy Science & Technology, Chungnam National University, 99 Daehak-ro, Yuseong-gu, Daejeon (Korea, Republic of); RASOM, Chungnam National University, 99 Daehak-ro, Yuseong-gu, Daejeon (Korea, Republic of)

    2017-04-01

    In this paper we describe a progressive two-step process that allows zirconium fluoride (ZrF{sub 4}) contained in spent baths for etched zirconium alloys to be effectively recycled on a pilot scale and produce a high purity regenerated pickling acid. In the first step, a spent pickling liquor is treated by a BaF{sub 2} suspension to produce water insoluble Ba{sub 2}ZrF{sub 8}. After filtration of Ba{sub 2}ZrF{sub 8} more than 99.9 wt % purity pickling acid is regenerated. The precipitation mechanism of Ba{sub 2}ZrF{sub 8} is discussed and the role of BaF{sub 2} particles size on the precipitation process is demonstrated. In the second step the as-precipitated Ba{sub 2}ZrF{sub 8} is mixed with Mg and Cu metal powders and heat-treated at 1200 °C (or above) to produce CuZr alloy ingot. The characteristics of the ingot are discussed in regard to Cu concentration and the heating temperature. - Highlights: •Two-step process for recycling ZrF{sub 4} containing pickling acid on a pilot scale is developed. •Water insoluble Ba{sub 2}ZrF{sub 8} is precipitated by mixing spent pickling liquor with BaF{sub 2}. •The recycled pickling acid demonstrates more than 99.9 wt % purity. •The processing of Ba{sub 2}ZrF{sub 8} with Cu and Mg metals at 1200 °C yielded CuZr alloy. •The recovery depth of Zr was more than 95 wt%.

  13. Focused particle beam nano-machining: the next evolution step towards simulation aided process prediction

    International Nuclear Information System (INIS)

    Plank, Harald

    2015-01-01

    During the last decade, focused ion beam processing has been developed from traditionally used Ga + liquid ion sources towards higher resolution gas field ion sources (He + and Ne + ). Process simulations not only improve the fundamental understanding of the relevant ion–matter interactions, but also enable a certain predictive power to accelerate advances. The historic ‘gold’ standard in ion–solid simulations is the SRIM/TRIM Monte Carlo package released by Ziegler, Ziegler and Biersack 2010 Nucl. Instrum. Methods B 268 1818–23. While SRIM/TRIM is very useful for a myriad of applications, it is not applicable for the understanding of the nanoscale evolution associated with ion beam nano-machining as the substrate does not evolve with the sputtering process. As a solution for this problem, a new, adapted simulation code is briefly overviewed and finally addresses these contributions. By that, experimentally observed Ne + beam sputter profiles can be explained from a fundamental point of view. Due to their very good agreement, these simulations contain the potential for computer aided optimization towards predictable sputter processes for different nanotechnology applications. With these benefits in mind, the discussed simulation approach represents an enormous step towards a computer based master tool for adaptable ion beam applications in the context of industrial applications. (viewpoint)

  14. One step transesterification process of sludge palm oil (SPO) by using deep eutectic solvent (DES) in biodiesel production

    Science.gov (United States)

    Manurung, Renita; Ramadhani, Debbie Aditia; Maisarah, Siti

    2017-06-01

    Biodiesel production by using sludge palm oil (SPO) as raw material is generally synthesized in two step reactions, namely esterification and transesterification, because the free fatty acid (FFA) content of SPO is relatively high. However, the presence of choline chloride (ChCl), glycerol based deep eutectic solvent (DES), in transesterification may produce biodiesel from SPO in just one step. In this study, DES was produced by the mixture of ChCl and glycerol at molar ratio of 1:2 at a temperature of 80°C and stirring speed of 400 rpm for 1 hour. DES was characterized by its density and viscosity. The transesterification process was performed at reaction temperature of 70 °C, ethanol to oil molar with ratio of 9:1, sodium hydroxide as catalyst concentration of 1 % wt, DES as cosolvent with concentration of 0 to 5 % wt, stirring speed of 400 rpm, and one hour reaction time. The obtained biodiesel was then assessed with density, viscosity, and ester content as the parameters. FFA content of SPO as the raw material was 7.5290 %. In this case, DES as cosolvent in one step transesterification process of low feedstock could reduce the side reaction (saponification), decrease the time reaction, decrease the surface tension between ethanol and oil, and increase the mass transfer that simultaneously simplified the purification process and obtained the highest yield. The esters properties met the international standards of ASTM D 6751, with the highest yield obtained was 83.19% with 99.55% of ester content and the ratio of ethanol:oil of 9:1, concentration of DES of 4%, catalyst amount of 1%, temperature of reaction at 70°C and stirring speed of 400 rpm.

  15. 25 CFR 256.14 - What are the steps that must be taken to process my application for the Housing Improvement Program?

    Science.gov (United States)

    2010-04-01

    ... to process my application for the Housing Improvement Program? (a) The servicing housing office must... 25 Indians 1 2010-04-01 2010-04-01 false What are the steps that must be taken to process my application for the Housing Improvement Program? 256.14 Section 256.14 Indians BUREAU OF INDIAN AFFAIRS...

  16. Step-by-step phacoemulsification training program for ophthalmology residents

    Directory of Open Access Journals (Sweden)

    Wang Yulan

    2013-01-01

    Full Text Available Aims: The aim was to analyze the learning curve of phacoemulsification (phaco performed by residents without experience in performing extra-capsular cataract extraction (ECCE in a step-by-step training program (SBSTP. Materials and Methods: Consecutive surgical records of phaco performed from March 2009 to Sept 2011 by four residents without previous ECCE experience were retrospectively reviewed. The completion rate of the first 30 procedures by each resident was calculated. The main intraoperative phaco parameter records for the first 30 surgeries by each resident were compared with those for their last 30 surgeries. Intraoperative complications in the residents′ procedures were also recorded and analyzed. Results: A total of 1013 surgeries were performed by residents. The completion rate for the first 30 phaco procedures was 79.2 μ 5.8%. The main reasons for halting the procedure were as follows: Anterior capsule tear, inability to crack the nucleus, and posterior capsular rupture during phaco or cortex removal. Cumulative dissipated energy of phaco power used during the surgeries was significantly less in the last 30 cases compared with the first 30 cases (30.10 μ 17.58 vs. 55.41 μ 37.59, P = 0.021. Posterior capsular rupture rate was 2.5 μ 1.2% in total (10.8 μ 4.2% in the first 30 cases and 1.7 μ 1.9% in the last 30 cases, P = 0.008; a statistically significant difference. Conclusion:The step-by-step training program might be a necessary process for a resident to transit from dependence to a self-supported operator. It is also an essential middle step between wet lab training to performing the entire phaco procedure on the patient both effectively and safely.

  17. Digital project management the complete step-by-step guide to a successful launch

    CERN Document Server

    Olson, Taylor

    2016-01-01

    The digital world is growing and changing at a rate that can seem overwhelming to those project managers who have to keep up with it to build customer-facing solutions and applications. It's rare for project managers working in this field to be provided with much direction or a process by which to carry out a project, and there has been next to nothing available specific to these types of projects in the literary marketplace. Digital Project Management: The Complete Step-by-Step Guide to a Successful Launch was developed to fill this gap by providing the knowledge, best practices and proven steps to consistently managing these types of project successfully from end-to-end now, and in the future with just minor adjustments to adapt to changes in technology.

  18. Hydrothermal decomposition of industrial jarosite in alkaline media: The rate determining step of the process kinetics

    Directory of Open Access Journals (Sweden)

    González-Ibarra A.A.

    2016-01-01

    Full Text Available This work examines the role of NaOH and Ca(OH2 on the hydrothermal decomposition of industrial jarosite deposited by a Mexican company in a tailings dam. The industrial jarosite is mainly composed by natrojarosite and contains 150 g Ag/t, showing a narrow particle size distribution, as revealed by XRD, fire assay, SEM-EDS and laser-diffraction analysis. The effect of the pH, when using NaOH or Ca(OH2 as alkalinizing agent was studied by carrying out decomposition experiments at different pH values and 60°C in a homogeneous size particle system (pH = 8, 9, 10 and 11 and in a heterogeneous size particle system (pH = 11. Also, the kinetic study of the process and the controlling step of the decomposition reaction when NaOH and Ca(OH2 are used was determined by fitting the data obtained to the shrinking core model for spherical particles of constant size. These results, supported by chemical (EDS, morphological (SEM and mapping of elements (EDS analysis of a partially reacted jarosite particle allowed to conclude that when NaOH is used, the process kinetics is controlled by the chemical reaction and when Ca(OH2 is used, the rate determining step is changed to a diffusion control through a layer of solid products.

  19. Global Sensitivity Analysis as Good Modelling Practices tool for the identification of the most influential process parameters of the primary drying step during freeze-drying

    DEFF Research Database (Denmark)

    Van Bockstal, Pieter-Jan; Mortier, Séverine Thérèse F.C.; Corver, Jos

    2018-01-01

    Pharmaceutical batch freeze-drying is commonly used to improve the stability of biological therapeutics. The primary drying step is regulated by the dynamic settings of the adaptable process variables, shelf temperature Ts and chamber pressure Pc. Mechanistic modelling of the primary drying step...

  20. Steps in formulating an environmental monitoring program

    International Nuclear Information System (INIS)

    Anon.

    1991-01-01

    This section describes the process of establishing a complete equipment environmental monitoring program; the step by step process is also illustrated in Table 3 of the Summary. The following decisions must be made in defining the program: an initial characterization of plant environment, how to integrate with existing programs to realize the maximum benefits, identification of the specific monitoring locations, determining the monitoring techniques, frequency of recording data, monitoring duration, quality assurance requirements, and finally, establishing the recordkeeping requirements

  1. Effects of walking speed on the step-by-step control of step width.

    Science.gov (United States)

    Stimpson, Katy H; Heitkamp, Lauren N; Horne, Joscelyn S; Dean, Jesse C

    2018-02-08

    Young, healthy adults walking at typical preferred speeds use step-by-step adjustments of step width to appropriately redirect their center of mass motion and ensure mediolateral stability. However, it is presently unclear whether this control strategy is retained when walking at the slower speeds preferred by many clinical populations. We investigated whether the typical stabilization strategy is influenced by walking speed. Twelve young, neurologically intact participants walked on a treadmill at a range of prescribed speeds (0.2-1.2 m/s). The mediolateral stabilization strategy was quantified as the proportion of step width variance predicted by the mechanical state of the pelvis throughout a step (calculated as R 2 magnitude from a multiple linear regression). Our ability to accurately predict the upcoming step width increased over the course of a step. The strength of the relationship between step width and pelvis mechanics at the start of a step was reduced at slower speeds. However, these speed-dependent differences largely disappeared by the end of a step, other than at the slowest walking speed (0.2 m/s). These results suggest that mechanics-dependent adjustments in step width are a consistent component of healthy gait across speeds and contexts. However, slower walking speeds may ease this control by allowing mediolateral repositioning of the swing leg to occur later in a step, thus encouraging slower walking among clinical populations with limited sensorimotor control. Published by Elsevier Ltd.

  2. The Relaxation of Vicinal (001) with ZigZag [110] Steps

    Science.gov (United States)

    Hawkins, Micah; Hamouda, Ajmi Bh; González-Cabrera, Diego Luis; Einstein, Theodore L.

    2012-02-01

    This talk presents a kinetic Monte Carlo study of the relaxation dynamics of [110] steps on a vicinal (001) simple cubic surface. This system is interesting because [110] steps have different elementary excitation energetics and favor step diffusion more than close-packed [100] steps. In this talk we show how this leads to relaxation dynamics showing greater fluctuations on a shorter time scale for [110] steps as well as 2-bond breaking processes being rate determining in contrast to 3-bond breaking processes for [100] steps. The existence of a steady state is shown via the convergence of terrace width distributions at times much longer than the relaxation time. In this time regime excellent fits to the modified generalized Wigner distribution (as well as to the Berry-Robnik model when steps can overlap) were obtained. Also, step-position correlation function data show diffusion-limited increase for small distances along the step as well as greater average step displacement for zigzag steps compared to straight steps for somewhat longer distances along the step. Work supported by NSF-MRSEC Grant DMR 05-20471 as well as a DOE-CMCSN Grant.

  3. Adding large EM stack support

    KAUST Repository

    Holst, Glendon

    2016-12-01

    Serial section electron microscopy (SSEM) image stacks generated using high throughput microscopy techniques are an integral tool for investigating brain connectivity and cell morphology. FIB or 3View scanning electron microscopes easily generate gigabytes of data. In order to produce analyzable 3D dataset from the imaged volumes, efficient and reliable image segmentation is crucial. Classical manual approaches to segmentation are time consuming and labour intensive. Semiautomatic seeded watershed segmentation algorithms, such as those implemented by ilastik image processing software, are a very powerful alternative, substantially speeding up segmentation times. We have used ilastik effectively for small EM stacks – on a laptop, no less; however, ilastik was unable to carve the large EM stacks we needed to segment because its memory requirements grew too large – even for the biggest workstations we had available. For this reason, we refactored the carving module of ilastik to scale it up to large EM stacks on large workstations, and tested its efficiency. We modified the carving module, building on existing blockwise processing functionality to process data in manageable chunks that can fit within RAM (main memory). We review this refactoring work, highlighting the software architecture, design choices, modifications, and issues encountered.

  4. Statistical theory of multi-step compound and direct reactions

    International Nuclear Information System (INIS)

    Feshbach, H.; Kerman, A.; Koonin, S.

    1980-01-01

    The theory of nuclear reactions is extended so as to include a statistical treatment of multi-step processes. Two types are distinguished, the multi-step compound and the multi-step direct. The wave functions for the system are grouped according to their complexity. The multi-step direct process involves explicitly those states which are open, while the multi-step compound involves those which are bound. In addition to the random phase assumption which is applied differently to the multi-step direct and to the multi-step compound cross-sections, it is assumed that the residual interaction will have non-vanishing matrix elements between states whose complexities differ by at most one unit. This is referred to as the chaining hypothesis. Explicit expressions for the double differential cross-section giving the angular distribution and energy spectrum are obtained for both reaction types. The statistical multi-step compound cross-sections are symmetric about 90 0 . The classical statistical theory of nuclear reactions is a special limiting case. The cross-section for the statistical multi-step direct reaction consists of a set of convolutions of single-step direct cross-sections. For the many step case it is possible to derive a diffusion equation in momentum space. Application is made to the reaction 181 Ta(p,n) 181 W using the statistical multi-step compound formalism

  5. Two-step optimization of pressure and recovery of reverse osmosis desalination process.

    Science.gov (United States)

    Liang, Shuang; Liu, Cui; Song, Lianfa

    2009-05-01

    Driving pressure and recovery are two primary design variables of a reverse osmosis process that largely determine the total cost of seawater and brackish water desalination. A two-step optimization procedure was developed in this paper to determine the values of driving pressure and recovery that minimize the total cost of RO desalination. It was demonstrated that the optimal net driving pressure is solely determined by the electricity price and the membrane price index, which is a lumped parameter to collectively reflect membrane price, resistance, and service time. On the other hand, the optimal recovery is determined by the electricity price, initial osmotic pressure, and costs for pretreatment of raw water and handling of retentate. Concise equations were derived for the optimal net driving pressure and recovery. The dependences of the optimal net driving pressure and recovery on the electricity price, membrane price, and costs for raw water pretreatment and retentate handling were discussed.

  6. Modeling of the steam hydrolysis in a two-step process for hydrogen production by solar concentrated energy

    Science.gov (United States)

    Valle-Hernández, Julio; Romero-Paredes, Hernando; Pacheco-Reyes, Alejandro

    2017-06-01

    In this paper the simulation of the steam hydrolysis for hydrogen production through the decomposition of cerium oxide is presented. The thermochemical cycle for hydrogen production consists of the endothermic reduction of CeO2 to lower-valence cerium oxide, at high temperature, where concentrated solar energy is used as a source of heat; and of the subsequent steam hydrolysis of the resulting cerium oxide to produce hydrogen. The modeling of endothermic reduction step was presented at the Solar Paces 2015. This work shows the modeling of the exothermic step; the hydrolysis of the cerium oxide (III) to form H2 and the corresponding initial cerium oxide made at lower temperature inside the solar reactor. For this model, three sections of the pipe where the reaction occurs were considered; the steam water inlet, the porous medium and the hydrogen outlet produced. The mathematical model describes the fluid mechanics; mass and energy transfer occurring therein inside the tungsten pipe. Thermochemical process model was simulated in CFD. The results show a temperature distribution in the solar reaction pipe and allow obtaining the fluid dynamics and the heat transfer within the pipe. This work is part of the project "Solar Fuels and Industrial Processes" from the Mexican Center for Innovation in Solar Energy (CEMIE-Sol).

  7. Free Modal Algebras Revisited: The Step-by-Step Method

    NARCIS (Netherlands)

    Bezhanishvili, N.; Ghilardi, Silvio; Jibladze, Mamuka

    2012-01-01

    We review the step-by-step method of constructing finitely generated free modal algebras. First we discuss the global step-by-step method, which works well for rank one modal logics. Next we refine the global step-by-step method to obtain the local step-by-step method, which is applicable beyond

  8. SYSTEMATIZATION OF THE BASIC STEPS OF THE STEP-AEROBICS

    Directory of Open Access Journals (Sweden)

    Darinka Korovljev

    2011-03-01

    Full Text Available Following the development of the powerful sport industry, in front of us appeared a lot of new opportunities for creating of the new programmes of exercising with certain requisites. One of such programmes is certainly step-aerobics. Step-aerobics can be defined as a type of aerobics consisting of the basic aerobic steps (basic steps applied in exercising on stepper (step bench, with a possibility to regulate its height. Step-aerobics itself can be divided into several groups, depending on the following: type of music, working methods and adopted knowledge of the attendants. In this work, the systematization of the basic steps in step-aerobics was made on the basis of the following criteria: steps origin, number of leg motions in stepping and relating the body support at the end of the step. Systematization of the basic steps of the step-aerobics is quite significant for making a concrete review of the existing basic steps, thus making creation of the step-aerobics lesson easier

  9. Study the effect of striping in two-step anodizing process on pore arrangement of nano-porous alumina

    Energy Technology Data Exchange (ETDEWEB)

    Rahimi, M.H. [Department of Mining and Metallurgical Engineering, Amirkabir University of Technology, Tehran (Iran, Islamic Republic of); Saramad, S., E-mail: ssaramad@aut.ac.ir [Department of Physics, Amirkabir University of Technology, Hafez Avenue, Tehran (Iran, Islamic Republic of); Tabaian, S.H.; Marashi, S.P. [Department of Mining and Metallurgical Engineering, Amirkabir University of Technology, Tehran (Iran, Islamic Republic of); Zolfaghari, A. [Chemistry and Chemical Engineering Research Centre of Iran, Tehran (Iran, Islamic Republic of); Mohammadalinezhad, M. [Department of Mining and Metallurgical Engineering, Amirkabir University of Technology, Tehran (Iran, Islamic Republic of)

    2009-10-15

    Two-step anodic oxidation of aluminum is generally employed to produce the ordered porous anodized alumina (PAA). Dissolving away (striping) the oxide film after the first anodizing step plays a key role in the final arrangement of nano-pores. In this work, different striping durations between 1 and 6 h were applied to the sample that was initially anodized at a constant voltage of 40 V at 17 deg. C for 15 h. The striping duration of 3 h was realized as the optimum time for achieving the best ordering degree for the pores. Scanning electron microscopy (SEM) was used during and at the end of the process to examine the cross section and finishing surface of the specimens. Linear-angular fast Fourier transform (LA-FFT), an in-house technique based on MATLAB software, was employed to assess the ordering degree of the anodized samples.

  10. Study the effect of striping in two-step anodizing process on pore arrangement of nano-porous alumina

    Science.gov (United States)

    Rahimi, M. H.; Saramad, S.; Tabaian, S. H.; Marashi, S. P.; Zolfaghari, A.; Mohammadalinezhad, M.

    2009-10-01

    Two-step anodic oxidation of aluminum is generally employed to produce the ordered porous anodized alumina (PAA). Dissolving away (striping) the oxide film after the first anodizing step plays a key role in the final arrangement of nano-pores. In this work, different striping durations between 1 and 6 h were applied to the sample that was initially anodized at a constant voltage of 40 V at 17 °C for 15 h. The striping duration of 3 h was realized as the optimum time for achieving the best ordering degree for the pores. Scanning electron microscopy (SEM) was used during and at the end of the process to examine the cross section and finishing surface of the specimens. Linear-angular fast Fourier transform (LA-FFT), an in-house technique based on MATLAB software, was employed to assess the ordering degree of the anodized samples.

  11. Study the effect of striping in two-step anodizing process on pore arrangement of nano-porous alumina

    International Nuclear Information System (INIS)

    Rahimi, M.H.; Saramad, S.; Tabaian, S.H.; Marashi, S.P.; Zolfaghari, A.; Mohammadalinezhad, M.

    2009-01-01

    Two-step anodic oxidation of aluminum is generally employed to produce the ordered porous anodized alumina (PAA). Dissolving away (striping) the oxide film after the first anodizing step plays a key role in the final arrangement of nano-pores. In this work, different striping durations between 1 and 6 h were applied to the sample that was initially anodized at a constant voltage of 40 V at 17 deg. C for 15 h. The striping duration of 3 h was realized as the optimum time for achieving the best ordering degree for the pores. Scanning electron microscopy (SEM) was used during and at the end of the process to examine the cross section and finishing surface of the specimens. Linear-angular fast Fourier transform (LA-FFT), an in-house technique based on MATLAB software, was employed to assess the ordering degree of the anodized samples.

  12. One-step fabrication of multifunctional micromotors

    Science.gov (United States)

    Gao, Wenlong; Liu, Mei; Liu, Limei; Zhang, Hui; Dong, Bin; Li, Christopher Y.

    2015-08-01

    Although artificial micromotors have undergone tremendous progress in recent years, their fabrication normally requires complex steps or expensive equipment. In this paper, we report a facile one-step method based on an emulsion solvent evaporation process to fabricate multifunctional micromotors. By simultaneously incorporating various components into an oil-in-water droplet, upon emulsification and solidification, a sphere-shaped, asymmetric, and multifunctional micromotor is formed. Some of the attractive functions of this model micromotor include autonomous movement in high ionic strength solution, remote control, enzymatic disassembly and sustained release. This one-step, versatile fabrication method can be easily scaled up and therefore may have great potential in mass production of multifunctional micromotors for a wide range of practical applications.Although artificial micromotors have undergone tremendous progress in recent years, their fabrication normally requires complex steps or expensive equipment. In this paper, we report a facile one-step method based on an emulsion solvent evaporation process to fabricate multifunctional micromotors. By simultaneously incorporating various components into an oil-in-water droplet, upon emulsification and solidification, a sphere-shaped, asymmetric, and multifunctional micromotor is formed. Some of the attractive functions of this model micromotor include autonomous movement in high ionic strength solution, remote control, enzymatic disassembly and sustained release. This one-step, versatile fabrication method can be easily scaled up and therefore may have great potential in mass production of multifunctional micromotors for a wide range of practical applications. Electronic supplementary information (ESI) available: Videos S1-S4 and Fig. S1-S3. See DOI: 10.1039/c5nr03574k

  13. Atomic Step Formation on Sapphire Surface in Ultra-precision Manufacturing

    Science.gov (United States)

    Wang, Rongrong; Guo, Dan; Xie, Guoxin; Pan, Guoshun

    2016-01-01

    Surfaces with controlled atomic step structures as substrates are highly relevant to desirable performances of materials grown on them, such as light emitting diode (LED) epitaxial layers, nanotubes and nanoribbons. However, very limited attention has been paid to the step formation in manufacturing process. In the present work, investigations have been conducted into this step formation mechanism on the sapphire c (0001) surface by using both experiments and simulations. The step evolutions at different stages in the polishing process were investigated with atomic force microscopy (AFM) and high resolution transmission electron microscopy (HRTEM). The simulation of idealized steps was constructed theoretically on the basis of experimental results. It was found that (1) the subtle atomic structures (e.g., steps with different sawteeth, as well as steps with straight and zigzag edges), (2) the periodicity and (3) the degree of order of the steps were all dependent on surface composition and miscut direction (step edge direction). A comparison between experimental results and idealized step models of different surface compositions has been made. It has been found that the structure on the polished surface was in accordance with some surface compositions (the model of single-atom steps: Al steps or O steps). PMID:27444267

  14. The main steps on implementation of radiation processing technology - portuguese experience

    International Nuclear Information System (INIS)

    Luisa Botelho, M.

    2010-11-01

    The development of applications of ionizing radiation for Industrial purposes in Portugal began near of 1982 with the support of IAEA under the program of Cooperation and Technical Assistance - project POR/8/002. The IAEA program of Cooperation and Technical Assistance permitted that POR/08/002 took place between 1983 up to 1988. The collaboration of the International Experts and the personnel of National Laboratory of Industrial Engineering and Technology, nowadays Nuclear and Technologic Institute (ITN), allowed the construction of a Co-60 irradiation plant, designed by Tecnabexport (Russia). This facility is located in the ITN campus in Sacavem, Portugal. The main parameters studied prior to the implementation (sitting, design, construction, commissioning, operation, maintenance and foreseen decommission) were planned and executed according with the Portuguese legislation which is based on the International rules (IAEA Safety series) and Directive EURATOM 836/80, nowadays EURATOM 1493/93. A study of the geological stability of the site for future placement of the irradiation facility was done preceding the construction. The facility was constructed under Portuguese responsibility but designed and loaded with Co-60 by the Russian business rganization: Technabexport between 1987 and 1988. The whole process was supervised and approved by the ITN's Nuclear Protection and Safety Department. The Cobalt-60 irradiation facility was initially named GammaPi and later on Radiation Technologies Unit (UTR) and its management was under ITN's authority until 2003. Once established a quality system for the gamma facility, the following phase is to develop, validate and control the sterilization/disinfection process. In this step, a multidisciplinary approach and a continuous dialog with product managers and personnel must be taken into consideration in the experimental design for the correct and effective establishment of irradiation process. The knowledge of product's elements

  15. Pointer Analysis for JavaScript Programming Tools

    DEFF Research Database (Denmark)

    Feldthaus, Asger

    Tools that can assist the programmer with tasks, such as, refactoring or code navigation, have proven popular for Java, C#, and other programming languages. JavaScript is a widely used programming language, and its users could likewise benefit from such tools, but the dynamic nature of the language...... is an obstacle for the development of these. Because of this, tools for JavaScript have long remained ineffective compared to those for many other programming languages. Static pointer analysis can provide a foundation for more powerful tools, although the design of this analysis is itself a complicated endeavor....... In this work, we explore techniques for performing pointer analysis of JavaScript programs, and we find novel applications of these techniques. In particular, we demonstrate how these can be used for code navigation, automatic refactoring, semi-automatic refactoring of incomplete programs, and checking of type...

  16. All solution roll-to-roll processed polymer solar cells free from indium-tin-oxide and vacuum coating steps

    DEFF Research Database (Denmark)

    Krebs, Frederik C

    2009-01-01

    of a bottom electrode comprising silver nanoparticles on a 130 micron thick polyethyleneternaphthalate (PEN) substrate. Subsequently an electron transporting layer of zinc oxide nanoparticles was applied from solution followed by an active layer of P3HT-PCBM and a hole transporting layer of PEDOT......, 3 and 8 stripes. All five layers in the device were processed from solution in air and no vacuum steps were employed. An additional advantage is that the use of indium-tin-oxide (ITO) is avoided in this process. The devices were tested under simulated sunlight (1000 W m−2, AM1.5G) and gave a typical...

  17. One step process of decomposition and polymerization to fabricate SiO_2 hollow spheres/polyimide composite for foldable OLEDs

    International Nuclear Information System (INIS)

    Kim, Min Kyu; Kim, Dong Won; Moon, Soo Hyun; Shin, Dong-Wook; Oh, Tae Sik; Yoo, Ji Beom

    2017-01-01

    Graphical abstract: The SiO_2 hollow spheres and polyimide hybrid synthesized using one step process, simultaneous occurrence of decomposition and polymerization (SODP) is useful with a ultra-low dielectric constant and high thermal stability for flexible OLED. - Highlights: • We fabricated hybrid films of SHS/PI by using a one step process with SODP. • The film has ultralow dielectric constant (50 vol% at k = 1.67). • There is no collapse of SiO_2 hollow spheres in the PI matrix after bending test for 50,000 cycles. - Abstract: The fabrication of interlayer dielectrics (ILDs) in flexible organic light-emitting diodes (OLEDs) requires flexible materials with a low dielectric constant as well as materials with excellent electrical, thermal, and mechanical properties for optimal device performance. Hybrid films of SiO_2 hollow spheres (SHS)/polyimide (PI) were prepared using a one-step process, with simultaneous occurrence of decomposition (polystyrene, PS) and polymerization (PI) (SODP). No collapse of SiO_2 hollow spheres in PI was observed from 10 vol% to 60 vol% SHS in hybrid films. The dielectric constant of hybrid films was reduced from 3.45 to 1.67 and was saturated at above 50 vol% of SHS due to the maximum fill factor of SHS in the PI matrix. The thermal stability was excellent up to 500 °C due to the inherent thermal property of PI. After a bending test for 50,000 cycles at a bending radius of 1 mm, the SHS/PI hybrid films retained their dielectric constant and current density. These results indicate the hybrid film to be the most promising candidate for flexible ILDs with a low dielectric constant and high thermal stability for foldable OLEDs.

  18. Enhanced extraction of heavy metals in the two-step process with the mixed culture of Lactobacillus bulgaricus and Streptococcus thermophilus.

    Science.gov (United States)

    Chang, Young-Cheol; Choi, DuBok; Kikuchi, Shintaro

    2012-01-01

    For biological extraction of heavy metals from chromated copper arsenate (CCA) treated wood, different bacteria were investigated. The extraction rates of heavy metals using Lactobacillusbulgaricus and Streptococcusthermophilus were highest. The chemical extraction rates were depended on the amounts of pyruvic acid and lactic acid. Especially, the extraction rates using mixed pyruvic acid and lactic acid were increased compared to those of sole one. They were also enhanced in the mixed culture of L. bulgaricus and S. thermophilus. To improve the extraction of CCA, a two-step processing procedure with the mixed culture of L. bulgaricus and S. thermophilus was conducted. A maximum of 93% of copper, 86.5% of chromium, and 97.8% of arsenic were extracted after 4 days. These results suggest that a two-step process with the mixed culture of L. bulgaricus and S. thermophilus is most effective to extract heavy metals from CCA treated wood. Copyright © 2011 Elsevier Ltd. All rights reserved.

  19. Novel structure formation at the bottom surface of porous anodic alumina fabricated by single step anodization process.

    Science.gov (United States)

    Ali, Ghafar; Ahmad, Maqsood; Akhter, Javed Iqbal; Maqbool, Muhammad; Cho, Sung Oh

    2010-08-01

    A simple approach for the growth of long-range highly ordered nanoporous anodic alumina film in H(2)SO(4) electrolyte through a single step anodization without any additional pre-anodizing procedure is reported. Free-standing porous anodic alumina film of 180 microm thickness with through hole morphology was obtained. A simple and single step process was used for the detachment of alumina from aluminum substrate. The effect of anodizing conditions, such as anodizing voltage and time on the pore diameter and pore ordering is discussed. The metal/oxide and oxide/electrolyte interfaces were examined by high resolution scanning transmission electron microscope. The arrangement of pores on metal/oxide interface was well ordered with smaller diameters than that of the oxide/electrolyte interface. The inter-pore distance was larger in metal/oxide interface as compared to the oxide/electrolyte interface. The size of the ordered domain was found to depend strongly upon anodizing voltage and time. (c) 2010 Elsevier Ltd. All rights reserved.

  20. RT-CaCCO process: an improved CaCCO process for rice straw by its incorporation with a step of lime pretreatment at room temperature.

    Science.gov (United States)

    Shiroma, Riki; Park, Jeung-yil; Al-Haq, Muhammad Imran; Arakane, Mitsuhiro; Ike, Masakazu; Tokuyasu, Ken

    2011-02-01

    We improved the CaCCO process for rice straw by its incorporation with a step of lime pretreatment at room temperature (RT). We firstly optimized the RT-lime pretreatment for the lignocellulosic part. When the ratio of lime/dry-biomass was 0.2 (w/w), the RT lime-pretreatment for 7-d resulted in an effect on the enzymatic saccharification of cellulose and xylan equivalent to that of the pretreatment at 120°C for 1h. Sucrose, starch and β-1,3-1,4-glucan, which could be often detected in rice straw, were mostly stable under the RT-lime pretreatment condition. Then, the pretreatment condition in the conventional CaCCO process was modified by the adaptation of the optimized RT lime-pretreatment, resulting in significantly better carbohydrate recoveries via enzymatic saccharification than those of the CaCCO process (120°C for 1 h). Thus, the improved CaCCO process (the RT-CaCCO process) could preserve/pretreat the feedstock at RT in a wet form with minimum loss of carbohydrates. Copyright © 2010 Elsevier Ltd. All rights reserved.

  1. Constructing an exposure chart: step by step (based on standard procedures)

    International Nuclear Information System (INIS)

    David, Jocelyn L; Cansino, Percedita T.; Taguibao, Angileo P.

    2000-01-01

    An exposure chart is very important in conducting radiographic inspection of materials. By using an accurate exposure chart, an inspector is able to avoid a trial and error way of determining correct time to expose a specimen, thereby producing a radiograph that has an acceptable density based on a standard. The chart gives the following information: x-ray machine model and brand, distance of the x-ray tube from the film, type and thickness of intensifying screens, film type, radiograph density, and film processing conditions. The methods of preparing an exposure chart are available in existing radiographic testing manuals. These described methods are presented in step by step procedures, covering the actual laboratory set-up, data gathering, computations, and transformation of derived data into Characteristic Curve and Exposure Chart

  2. One-Step Real-Image Reflection Holograms

    Science.gov (United States)

    Buah-Bassuah, Paul K.; Vannoni, Maurizio; Molesini, Giuseppe

    2007-01-01

    A holographic process is presented where the object is made of the real image produced by a two-mirror system. Single-step reflection hologram recording is achieved. Details of the process are given, optics concepts are outlined and demonstrative results are presented. (Contains 6 figures and 2 footnotes.)

  3. An experiment in big data: storage, querying and visualisation of data taken from the Liverpool Telescope's wide field cameras

    Science.gov (United States)

    Barnsley, R. M.; Steele, Iain A.; Smith, R. J.; Mawson, Neil R.

    2014-07-01

    The Small Telescopes Installed at the Liverpool Telescope (STILT) project has been in operation since March 2009, collecting data with three wide field unfiltered cameras: SkycamA, SkycamT and SkycamZ. To process the data, a pipeline was developed to automate source extraction, catalogue cross-matching, photometric calibration and database storage. In this paper, modifications and further developments to this pipeline will be discussed, including a complete refactor of the pipeline's codebase into Python, migration of the back-end database technology from MySQL to PostgreSQL, and changing the catalogue used for source cross-matching from USNO-B1 to APASS. In addition to this, details will be given relating to the development of a preliminary front-end to the source extracted database which will allow a user to perform common queries such as cone searches and light curve comparisons of catalogue and non-catalogue matched objects. Some next steps and future ideas for the project will also be presented.

  4. Pipe-dependent ventral processing of Easter by Snake is the defining step in Drosophila embryo DV axis formation.

    Science.gov (United States)

    Cho, Yong Suk; Stevens, Leslie M; Stein, David

    2010-06-22

    The establishment of Drosophila embryonic dorsal-ventral (DV) polarity relies on serine proteolytic activity in the perivitelline space between the embryonic membrane and the eggshell. Gastrulation Defective cleaves and activates Snake, which processes and activates Easter, which cleaves Spätzle to form the activating ligand for the Toll receptor. Ventral restriction of ligand formation depends on the Pipe sulfotransferase, which is expressed in ventral cells of the follicular epithelium surrounding the developing oocyte. Pipe modifies components of the developing eggshell to produce a ventral cue embedded in the vitelline membrane. This ventral cue is believed to promote one or more of the proteolysis steps in the perivitelline space. By examining the processing of transgenic, tagged versions of the perivitelline proteins during DV patterning, we find that the proteolysis of Easter by Snake is the first Pipe-dependent step and therefore the key ventrally restricted event in the protease cascade. We also find that Snake and Easter associate together in a complex in both wild-type and pipe mutant-derived embryos. This observation suggests a mechanism in which the sulfated target of Pipe promotes a productive interaction between Snake and Easter, perhaps by facilitating conformational changes in a complex containing the two proteins. Copyright 2010 Elsevier Ltd. All rights reserved.

  5. Optimization of high free fatty acid reduction in mixed crude palm oils using circulation process through static mixer reactor and pilot-scale of two-step process

    International Nuclear Information System (INIS)

    Somnuk, Krit; Niseng, Suhdee; Prateepchaikul, Gumpon

    2014-01-01

    Highlights: • Reducing FFA in MCPO was circulated through static mixer alone in the lab-scale. • Methanol and sulfuric acid were varied in the esterification reaction. • RSM was employed to optimize the acid-catalyzed esterification in lab-scale. • 60 L of pilot-scale was designed on the basis of a simple operation and maintenance. - Abstract: High free fatty acid (FFA) reduction in mixed crude palm oil (MCPO) was performed with methanol (MeOH) and sulfuric acid (H 2 SO 4 ) as acid catalyst using the circulation process through static mixer reactor. In this study, the response surface methodology (RSM) was adopted to optimize the acid value in esterified oil after esterification process (first-step) in lab-scale. The results showed that acid value was reduced from 30 mgKOH g −1 to 2 mgKOH g −1 , when 19.8 vol.% MeOH, 2.0 vol.% H 2 SO 4 , reaction temperature 60 °C, 40 L h −1 of MCPO, 50 min reaction time, and 5-m of static mixer in length, were used in the lab-scale. This recommended condition was used to develop the pilot-scale process in which the scaling up of the FFA reduction from 5 L MCPO of lab-scale to 60 L MCPO of pilot-scale, which was designed on the basis of a simple operation and maintenance. In the pilot-scale process, the lower 1 mgKOH g −1 of acid value was achieved when it was conducted at the reaction time of 50 min. In the base-catalyzed transesterification (second-step) of pilot-scale process, the 98.65 wt.% of methyl ester purity was achieved when the following condition: 20 vol.% MeOH, 8 gKOH L −1 oil, and 60 min reaction time at 60 °C, was used to produce biodiesel

  6. Multi-step processes in the (d, t) and (d, 3He) reactions on 116Sn and 208Pb targets at Ed = 200 MeV

    International Nuclear Information System (INIS)

    Langevin-Joliot, H.; Van de Wiele, J.; Guillot, J.; Koning, A.J.

    2000-01-01

    The role of multi-step processes in the reactions 116 Sn(d,t), 208 Pb(d,t) and 116 Sn(d, 3 He), previously studied at E d = 200 MeV at forward angles and for relatively low energy transfers, has been investigated. We have performed for the first time multi-step calculations taking into account systematically collective excitations in the second and higher order step inelastic transitions. A calculation code based on the Feshbach, Kerman and Koonin model has been modified to handle explicitly these collective excitations, most important in the forward angle domain. One step double differential pick-up cross sections were built from finite range distorted wave results spread in energy using known or estimated hole state characteristics. It is shown that two-step cross sections calculated using the above method compare rather well with those deduced via coupled channel calculations for the same collective excitations. The multi-step calculations performed up to 6 steps reproduce reasonably well the 115 Sn, 207 Pb and 115 In experimental spectra measured up to E x ∼- 40 MeV and 15 deg. The relative contributions of steps of increasing order to pick-up cross sections at E d = 200 MeV and 150 MeV are discussed. (authors)

  7. Enhancement of dimple formability in sheet metals by 2-step forming

    International Nuclear Information System (INIS)

    Kim, Minsoo; Bang, Sungsik; Lee, Hyungyil; Kim, Naksoo; Kim, Dongchoul

    2014-01-01

    Highlights: • Suggested 2-step model aims at a lower susceptibility to cracking. • Strain at weak point could be reduced by 16% compared to 1-step model. • A more uniform thickness distribution is achieved by the 2-step model. • The maximum stress in the FLSD and the GTN damage variable reduced at the weak point. • The 2-step model provides an enhanced formability compared to the 1-step model. - Abstract: In this study, a 2-step stamping model with an additional 1st stamping tool is proposed to reduce stamping flaws in the curved parts of dimples in nuclear fuel spacer grids. First, the strains in the curved part of the dimple are analyzed and compared with strain solutions for pure bending. A reference 2D FE (finite element) model of the 1-step stamping is established, and the corresponding maximum strain is obtained. FE solutions are obtained for various process variable values for the 1st stamping tool used in the 2-step stamping model. Based on these solutions and applying the RSM (response surface method), strains are expressed as a function of process variables. This function then serves to evaluate optimum process variable values. Finally, by transferring these optimum values to a 3D FE model, we confirm the enhanced formability of the proposed 2-step stamping model

  8. Process analysis and modeling of a single-step lutein extraction method for wet microalgae.

    Science.gov (United States)

    Gong, Mengyue; Wang, Yuruihan; Bassi, Amarjeet

    2017-11-01

    Lutein is a commercial carotenoid with potential health benefits. Microalgae are alternative sources for the lutein production in comparison to conventional approaches using marigold flowers. In this study, a process analysis of a single-step simultaneous extraction, saponification, and primary purification process for free lutein production from wet microalgae biomass was carried out. The feasibility of binary solvent mixtures for wet biomass extraction was successfully demonstrated, and the extraction kinetics of lutein from chloroplast in microalgae were first evaluated. The effects of types of organic solvent, solvent polarity, cell disruption method, and alkali and solvent usage on lutein yields were examined. A mathematical model based on Fick's second law of diffusion was applied to model the experimental data. The mass transfer coefficients were used to estimate the extraction rates. The extraction rate was found more significantly related with alkali ratio to solvent than to biomass. The best conditions for extraction efficiency were found to be pre-treatment with ultrasonication at 0.5 s working cycle per second, react 0.5 h in 0.27 L/g solvent to biomass ratio, and 1:3 ether/ethanol (v/v) with 1.25 g KOH/L. The entire process can be controlled within 1 h and yield over 8 mg/g lutein, which is more economical for scale-up.

  9. Bioconversion of starch to ethanol in a single-step process by coculture of amylolytic yeasts and Saccharomyces cerevisiae 21

    Energy Technology Data Exchange (ETDEWEB)

    Verma, G.; Singh, D.; Chaudhary, K. [CCS Haryana Agricultural Univ., Hisar (India). Dept. of Biotechnology and Molecular Biology; Nigam, P. [Ulster Univ., Coleraine, Northern Ireland (United Kingdom). School of Applied Biological and Chemical Sciences

    2000-05-01

    Ethanol production by a coculture of Saccharomyces diastaticus and Saccharomyces cerevisiae 21 was 24.8 g/l using raw unhydrolysed starch in a single-step fermentation. This was 48% higher than the yield obtained with the monoculture of S. diastaticus (16.8 g/l). The maximum ethanol fermentation efficiency was achieved (93% of the theoretical value) using 60 g/l starch concentration. In another coculture fermentation with E. capsularis and S. cerevisiae 21, maximum ethanol yield was 16.0 g/l, higher than the yield with the monoculture of Endomycopsis capsularis. In batch fermentations using cocultures maximum ethanol production occurred in 48 h of fermentation at 30{sup o}C using 60 g/l starch. Fermentation efficiency was found lower in a two-step process using {alpha}-amylase and glucoamylase-treated starch. (Author)

  10. Preparation of Sulfur-Free Exfoliated Graphite by a Two-Step Intercalation Process and Its Application for Adsorption of Oils

    Directory of Open Access Journals (Sweden)

    Jun He

    2017-01-01

    Full Text Available The sulfur-free exfoliated graphite (EG was prepared by a two-step chemical oxidation process, using natural flake graphite (NFG as the precursor. The first chemical intercalation process was carried out at a temperature of 30°C for 50 min, with the optimum addition of NFG, potassium permanganate, and perchloric acid in a weight ratio of 1 : 0.4 : 10.56. Then, in the secondary intercalation step, dipotassium phosphate was employed as the intercalating agent to further increase the exfoliated volume (EV of EG. NFG, graphite intercalation compound (GIC, and EG were characterized by scanning electron microscope (SEM, energy dispersive spectrometer (EDS, X-ray diffractometer (XRD, Fourier transform infrared spectrometer (FTIR, BET surface area, and porosity analyzer. Also, the uptakes of crude oil, diesel oil, and gasoline by EG were determined. Results show that perchloric acid and hydrogen phosphate are validated to enter into the interlayer of graphite flake. The obtained EG possesses a large exfoliated volume (EV and has an excellent affinity to oils; thus, the material has rapid adsorption rates and high adsorption capacities for crude oil, diesel oil, and gasoline.

  11. Multi-step chemical and radiation process for the production of gas

    International Nuclear Information System (INIS)

    O'Neal, R.D.; Leffert, C.B.; Teichmann, T.; Teitel, R.J.

    1979-01-01

    It has previously been proposed to use the radiation energy within the central reaction chamber of a thermonuclear reactor for the dissociation of water into hydrogen and oxygen in one step. However, the coefficient of recombination of pure hydrogen and oxygen at the elevated reaction chamber temperature is relatively high so that the overall yield is low. Furthermore, it is desirable to recover any unspent tritium from the reaction chamber exhaust, but separation of residual tritium from pure hydrogen in the chamber exhaust is relatively difficult. In the process provided in this patent pure carbon dioxide rather than steam is injected into the central reaction chamber of a thermonuclear reactor. Radiolysis of carbon dioxide yields carbon monoxide and pure oxygen. While the oxygen may be separated and collected at the exhaust vent of the reaction chamber, the carbon monoxide is separated and then combined with water to produce pure hydrogen and reconstituted carbon dioxide, which may be collected and recycled so that the overall closed-loop system produces pure hydrogen and oxygen at the expense of water. The efficiency of the process is high due, in large part, to the relatively low coefficient of recombination of carbon monoxide and oxygen at the reaction chamber temperature. Heat required for the reaction of carbon monoxide with water may be provided by suitable heat transfer from the heated reaction chamber. The chamber exhaust contains carbon monoxide and oxygen, so that any unburnt tritium in the exhaust stream may be easily collected and recycled to form additional pellet fuel. The carbon dioxide molecules injected into the reaction chamber provide protection for the reaction chamber walls from the deleterious effects of charged-particle and x-ray bombardment. (LL)

  12. High accuracy step gauge interferometer

    Science.gov (United States)

    Byman, V.; Jaakkola, T.; Palosuo, I.; Lassila, A.

    2018-05-01

    Step gauges are convenient transfer standards for the calibration of coordinate measuring machines. A novel interferometer for step gauge calibrations implemented at VTT MIKES is described. The four-pass interferometer follows Abbe’s principle and measures the position of the inductive probe attached to a measuring head. The measuring head of the instrument is connected to a balanced boom above the carriage by a piezo translation stage. A key part of the measuring head is an invar structure on which the inductive probe and the corner cubes of the measuring arm of the interferometer are attached. The invar structure can be elevated so that the probe is raised without breaking the laser beam. During probing, the bending of the probe and the interferometer readings are recorded and the measurement face position is extrapolated to zero force. The measurement process is fully automated and the face positions of the steps can be measured up to a length of 2 m. Ambient conditions are measured continuously and the refractive index of air is compensated for. Before measurements the step gauge is aligned with an integrated 2D coordinate measuring system. The expanded uncertainty of step gauge calibration is U=\\sqrt{{{(64 nm)}2}+{{(88× {{10}-9}L)}2}} .

  13. One step process of decomposition and polymerization to fabricate SiO{sub 2} hollow spheres/polyimide composite for foldable OLEDs

    Energy Technology Data Exchange (ETDEWEB)

    Kim, Min Kyu [SKKU Advanced Institute of Nanotechnology (SAINT) and Center for Human Interface Nano Technology (HINT), Sungkyunkwan University, Suwon 440-746 (Korea, Republic of); Kim, Dong Won; Moon, Soo Hyun [School of Advanced Materials Science & Engineering, Sungkyunkwan University, Suwon 440-746 (Korea, Republic of); Shin, Dong-Wook [SKKU Advanced Institute of Nanotechnology (SAINT) and Center for Human Interface Nano Technology (HINT), Sungkyunkwan University, Suwon 440-746 (Korea, Republic of); College of Engineering, Mathematics and Physical Sciences, University of Exeter, Stocker Road, Exeter EX4 4QL (United Kingdom); Oh, Tae Sik [School of Mechanical and ICT Convergence Engineering, Sunmoon University, Asan 336-708 (Korea, Republic of); Yoo, Ji Beom, E-mail: jbyoo@skku.edu [SKKU Advanced Institute of Nanotechnology (SAINT) and Center for Human Interface Nano Technology (HINT), Sungkyunkwan University, Suwon 440-746 (Korea, Republic of); School of Advanced Materials Science & Engineering, Sungkyunkwan University, Suwon 440-746 (Korea, Republic of)

    2017-03-15

    Graphical abstract: The SiO{sub 2} hollow spheres and polyimide hybrid synthesized using one step process, simultaneous occurrence of decomposition and polymerization (SODP) is useful with a ultra-low dielectric constant and high thermal stability for flexible OLED. - Highlights: • We fabricated hybrid films of SHS/PI by using a one step process with SODP. • The film has ultralow dielectric constant (50 vol% at k = 1.67). • There is no collapse of SiO{sub 2} hollow spheres in the PI matrix after bending test for 50,000 cycles. - Abstract: The fabrication of interlayer dielectrics (ILDs) in flexible organic light-emitting diodes (OLEDs) requires flexible materials with a low dielectric constant as well as materials with excellent electrical, thermal, and mechanical properties for optimal device performance. Hybrid films of SiO{sub 2} hollow spheres (SHS)/polyimide (PI) were prepared using a one-step process, with simultaneous occurrence of decomposition (polystyrene, PS) and polymerization (PI) (SODP). No collapse of SiO{sub 2} hollow spheres in PI was observed from 10 vol% to 60 vol% SHS in hybrid films. The dielectric constant of hybrid films was reduced from 3.45 to 1.67 and was saturated at above 50 vol% of SHS due to the maximum fill factor of SHS in the PI matrix. The thermal stability was excellent up to 500 °C due to the inherent thermal property of PI. After a bending test for 50,000 cycles at a bending radius of 1 mm, the SHS/PI hybrid films retained their dielectric constant and current density. These results indicate the hybrid film to be the most promising candidate for flexible ILDs with a low dielectric constant and high thermal stability for foldable OLEDs.

  14. Step-by-Step Model for the Study of the Apriori Algorithm for Predictive Analysis

    Directory of Open Access Journals (Sweden)

    Daniel Grigore ROŞCA

    2015-06-01

    Full Text Available The goal of this paper was to develop an educational oriented application based on the Data Mining Apriori Algorithm which facilitates both the research and the study of data mining by graduate students. The application could be used to discover interesting patterns in the corpus of data and to measure the impact on the speed of execution as a function of problem constraints (value of support and confidence variables or size of the transactional data-base. The paper presents a brief overview of the Apriori Algorithm, aspects about the implementation of the algorithm using a step-by-step process, a discussion of the education-oriented user interface and the process of data mining of a test transactional data base. The impact of some constraints on the speed of the algorithm is also experimentally measured without a systematic review of different approaches to increase execution speed. Possible applications of the implementation, as well as its limits, are briefly reviewed.

  15. Surface Activity of Sulfactin Recovered and Purified from Fermentation Broth Using a Two-Step Ultrafiltration (UF) Process

    International Nuclear Information System (INIS)

    Mohd Hafez Mohd Isa; Frazier, A.R.; Jauregi, P.

    2011-01-01

    B. subtilis under certain types of media and fermentation conditions can produce surfactant, a bio surfactant which belongs to the lipo peptide class. Surfactant has exceptional surfactant activity, and exhibits some interesting biological characteristics such as antibacterial activity, anti tumoral activity against ascites carcinoma cells, and a hypercholesterolaemia activity that inhibits cAMP phosphodiesterase, as well as having anti-HIV properties. A cost effective recovery and purification of surfactant from fermentation broth using a two-step ultrafiltration (UF) process has been developed in order to reduce the cost of surfactant production. In this study, competitive adsorption of surfactant and proteins at the air-water interface was studied using surface pressure measurements. Small volumes of bovine serum albumin (BSA) and β-casein solutions were added to the air-water interface on a Langmuir trough and allowed to stabilise before the addition of surfactant to the sub phase. Contrasting interfacial behaviour of proteins was observed with β-casein showing faster initial adsorption compared to BSA. On introduction of surfactant both proteins were displaced but a longer time were taken to displace β-casein. Overall the results showed surfactant were highly surface-active by forming a β-sheet structure at the air-water interface after reaching its critical micelle concentration (CMC) and were effective in removing both protein films, which can be explained following the orogenic mechanism. Results showed that the two-step UF process was effective to achieve high purity and fully functional surfactant. (author)

  16. Carotenoid content of the varieties Jaranda and Jariza (Capsicumannuum L.) and response during the industrial slow drying and grinding steps in paprika processing.

    Science.gov (United States)

    Mínguez-Mosquera, M I; Pérez-Gálvez, A; Garrido-Fernández, J

    2000-07-01

    Fruits of the pepper varieties Jaranda and Jariza (Capsicum annuum L. ) ripen as a group, enabling a single harvesting, showed a uniform carotenoid content that is high enough (7.9 g/kg) for the production of paprika. The drying system at mild temperature showed that fruits with moisture content of 85-88% generated a dry product with carotenoid content equal to or higher than the initial one. Those high moisture levels allowed the fruits to have a longer period of metabolic activity, increasing the yellow fraction, the red fraction, or both as a function of what biosynthetic process was predominant. This fact indicates under-ripeness of the fruits in the drying step. The results obtained allow us to establish that both varieties, Jaranda and Jariza, fit the dehydration process employed, yielding a dry fruit with carotenoid concentration similar to that the initial one. During the grinding step of the dry fruit, the heat generated by the hammers of the mill caused degradation of the yellow fraction, while the red fraction is maintained. The ripeness state of the harvested fruits and the appropriateness or severity of the processing steps are indicated by the ratio of red to yellow (R/Y) and/or red to total (R/T) pigments, since fluctuations in both fractions and in total pigments are reflected in and monitored by these parameters.

  17. Impact of first-step potential and time on the vertical growth of ZnO nanorods on ITO substrate by two-step electrochemical deposition

    International Nuclear Information System (INIS)

    Kim, Tae Gyoum; Jang, Jin-Tak; Ryu, Hyukhyun; Lee, Won-Jae

    2013-01-01

    Highlights: •We grew vertical ZnO nanorods on ITO substrate using a two-step continuous potential process. •The nucleation for the ZnO nanorods growth was changed by first-step potential and duration. •The vertical ZnO nanorods were well grown when first-step potential was −1.2 V and 10 s. -- Abstract: In this study, we analyzed the growth of ZnO nanorods on an ITO (indium doped tin oxide) substrate by electrochemical deposition using a two-step, continuous potential process. We examined the effect of changing the first-step potential as well as the first-step duration on the morphological, structural and optical properties of ZnO nanorods, measured via using field emission scanning electron microscopy (FE-SEM), X-ray diffraction (XRD) and photoluminescence (PL), respectively. As a result, vertical ZnO nanorods were grown on ITO substrate without the need for a template when the first-step potential was set to −1.2 V for a duration of 10 s, and the second-step potential was set to −0.7 V for a duration of 1190 s. The ZnO nanorods on this sample showed the highest XRD (0 0 2)/(1 0 0) peak intensity ratio and the highest PL near band edge emission to deep level emission peak intensity ratio (NBE/DLE). In this study, the nucleation for vertical ZnO nanorod growth on an ITO substrate was found to be affected by changes in the first-step potential and first-step duration

  18. Single-step brazing process for mono-block joints and mechanical testing

    Energy Technology Data Exchange (ETDEWEB)

    Casalegno, V.; Ferraris, M.; Salvo, M.; Rizzo, S. [Politecnico di Torino, Materials Science and Chemical Engineering Dept., Torino (Italy); Merola, M. [ITER International Team, llER Joint Work Site, Cadarache, 13 - St Paul Lez Durance (France)

    2007-07-01

    Full text of publication follows: Plasma facing components act as actively cooled thermal shields to sustain thermal and particle loads during normal and transient operations in ITER (International Thermonuclear Experimental Reactor). The plasma-facing layer is referred to as 'armour', which is made of either carbon fibre reinforced carbon composite (CFC) or tungsten (W). CFC is the reference design solution for the lower part of the vertical target of the ITER divertor. The armour is joined onto an actively cooled substrate, the heat sink, made of precipitation hardened copper alloy CuCrZr through a thin pure copper interlayer to decrease, by plastic deformation, the joint interface stresses; in fact, the CFC to Cu joint is affected by the CTE mismatch between the ceramic and metallic material. A new method of joining CFC to copper and CFC/Cu to CuCrZr alloy was effectively developed for the flat-type configuration; the feasibility of this process also for mono-block geometry and the development of a procedure for testing mono-block-type mock-ups is described in this work. The mono-block configuration consists of copper alloy pipe shielded by CFC blocks. It is worth noting that in mono-block configuration, the large thermal expansion mismatch between CFC and copper alloy is more significant than for flat-tile configuration, due to curved interfaces. The joining technique foresees a single-step brazing process: the brazing of the three materials (CFC-Cu-CuCrZr) can be performed in a single heat treatment using the same Cu/Ge based braze. The composite surface was modified by solid state reaction with chromium with the purpose of increasing the wettability of CFC by the brazing alloy. The CFC substrate reacts with Cr which, forming a carbide layer, allows a large reduction of the contact angle; then, the brazing of CFC to pure copper and pure copper to CuCrZr by the same treatment is feasible. This process allows to obtain good joints using a non

  19. Single-step brazing process for mono-block joints and mechanical testing

    International Nuclear Information System (INIS)

    Casalegno, V.; Ferraris, M.; Salvo, M.; Rizzo, S.; Merola, M.

    2007-01-01

    Full text of publication follows: Plasma facing components act as actively cooled thermal shields to sustain thermal and particle loads during normal and transient operations in ITER (International Thermonuclear Experimental Reactor). The plasma-facing layer is referred to as 'armour', which is made of either carbon fibre reinforced carbon composite (CFC) or tungsten (W). CFC is the reference design solution for the lower part of the vertical target of the ITER divertor. The armour is joined onto an actively cooled substrate, the heat sink, made of precipitation hardened copper alloy CuCrZr through a thin pure copper interlayer to decrease, by plastic deformation, the joint interface stresses; in fact, the CFC to Cu joint is affected by the CTE mismatch between the ceramic and metallic material. A new method of joining CFC to copper and CFC/Cu to CuCrZr alloy was effectively developed for the flat-type configuration; the feasibility of this process also for mono-block geometry and the development of a procedure for testing mono-block-type mock-ups is described in this work. The mono-block configuration consists of copper alloy pipe shielded by CFC blocks. It is worth noting that in mono-block configuration, the large thermal expansion mismatch between CFC and copper alloy is more significant than for flat-tile configuration, due to curved interfaces. The joining technique foresees a single-step brazing process: the brazing of the three materials (CFC-Cu-CuCrZr) can be performed in a single heat treatment using the same Cu/Ge based braze. The composite surface was modified by solid state reaction with chromium with the purpose of increasing the wettability of CFC by the brazing alloy. The CFC substrate reacts with Cr which, forming a carbide layer, allows a large reduction of the contact angle; then, the brazing of CFC to pure copper and pure copper to CuCrZr by the same treatment is feasible. This process allows to obtain good joints using a non-active brazing

  20. Balancing Opposing Forces—A Nested Process Evaluation Study Protocol for a Stepped Wedge Designed Cluster Randomized Controlled Trial of an Experience Based Codesign Intervention

    Directory of Open Access Journals (Sweden)

    Victoria Jane Palmer

    2016-10-01

    Full Text Available Background: Process evaluations are essential to understand the contextual, relational, and organizational and system factors of complex interventions. The guidance for developing process evaluations for randomized controlled trials (RCTs has until recently however, been fairly limited. Method/Design: A nested process evaluation (NPE was designed and embedded across all stages of a stepped wedge cluster RCT called the CORE study. The aim of the CORE study is to test the effectiveness of an experience-based codesign methodology for improving psychosocial recovery outcomes for people living with severe mental illness (service users. Process evaluation data collection combines qualitative and quantitative methods with four aims: (1 to describe organizational characteristics, service models, policy contexts, and government reforms and examine the interaction of these with the intervention; (2 to understand how the codesign intervention works, the cluster variability in implementation, and if the intervention is or is not sustained in different settings; (3 to assist in the interpretation of the primary and secondary outcomes and determine if the causal assumptions underpinning the codesign interventions are accurate; and (4 to determine the impact of a purposefully designed engagement model on the broader study retention and knowledge transfer in the trial. Discussion: Process evaluations require prespecified study protocols but finding a balance between their iterative nature and the structure offered by protocol development is an important step forward. Taking this step will advance the role of qualitative research within trials research and enable more focused data collection to occur at strategic points within studies.

  1. The design of a real-time formative evaluation of the implementation process of lifestyle interventions at two worksites using a 7-step strategy (BRAVO@Work).

    Science.gov (United States)

    Wierenga, Debbie; Engbers, Luuk H; van Empelen, Pepijn; Hildebrandt, Vincent H; van Mechelen, Willem

    2012-08-07

    Worksite health promotion programs (WHPPs) offer an attractive opportunity to improve the lifestyle of employees. Nevertheless, broad scale and successful implementation of WHPPs in daily practice often fails. In the present study, called BRAVO@Work, a 7-step implementation strategy was used to develop, implement and embed a WHPP in two different worksites with a focus on multiple lifestyle interventions.This article describes the design and framework for the formative evaluation of this 7-step strategy under real-time conditions by an embedded scientist with the purpose to gain insight into whether this this 7-step strategy is a useful and effective implementation strategy. Furthermore, we aim to gain insight into factors that either facilitate or hamper the implementation process, the quality of the implemented lifestyle interventions and the degree of adoption, implementation and continuation of these interventions. This study is a formative evaluation within two different worksites with an embedded scientist on site to continuously monitor the implementation process. Each worksite (i.e. a University of Applied Sciences and an Academic Hospital) will assign a participating faculty or a department, to implement a WHPP focusing on lifestyle interventions using the 7-step strategy. The primary focus will be to describe the natural course of development, implementation and maintenance of a WHPP by studying [a] the use and adherence to the 7-step strategy, [b] barriers and facilitators that influence the natural course of adoption, implementation and maintenance, and [c] the implementation process of the lifestyle interventions. All data will be collected using qualitative (i.e. real-time monitoring and semi-structured interviews) and quantitative methods (i.e. process evaluation questionnaires) applying data triangulation. Except for the real-time monitoring, the data collection will take place at baseline and after 6, 12 and 18 months. This is one of the few

  2. The design of a real-time formative evaluation of the implementation process of lifestyle interventions at two worksites using a 7-step strategy (BRAVO@Work

    Directory of Open Access Journals (Sweden)

    Wierenga Debbie

    2012-08-01

    Full Text Available Abstract Background Worksite health promotion programs (WHPPs offer an attractive opportunity to improve the lifestyle of employees. Nevertheless, broad scale and successful implementation of WHPPs in daily practice often fails. In the present study, called BRAVO@Work, a 7-step implementation strategy was used to develop, implement and embed a WHPP in two different worksites with a focus on multiple lifestyle interventions. This article describes the design and framework for the formative evaluation of this 7-step strategy under real-time conditions by an embedded scientist with the purpose to gain insight into whether this this 7-step strategy is a useful and effective implementation strategy. Furthermore, we aim to gain insight into factors that either facilitate or hamper the implementation process, the quality of the implemented lifestyle interventions and the degree of adoption, implementation and continuation of these interventions. Methods and design This study is a formative evaluation within two different worksites with an embedded scientist on site to continuously monitor the implementation process. Each worksite (i.e. a University of Applied Sciences and an Academic Hospital will assign a participating faculty or a department, to implement a WHPP focusing on lifestyle interventions using the 7-step strategy. The primary focus will be to describe the natural course of development, implementation and maintenance of a WHPP by studying [a] the use and adherence to the 7-step strategy, [b] barriers and facilitators that influence the natural course of adoption, implementation and maintenance, and [c] the implementation process of the lifestyle interventions. All data will be collected using qualitative (i.e. real-time monitoring and semi-structured interviews and quantitative methods (i.e. process evaluation questionnaires applying data triangulation. Except for the real-time monitoring, the data collection will take place at baseline and

  3. Investigation to biodiesel production by the two-step homogeneous base-catalyzed transesterification.

    Science.gov (United States)

    Ye, Jianchu; Tu, Song; Sha, Yong

    2010-10-01

    For the two-step transesterification biodiesel production made from the sunflower oil, based on the kinetics model of the homogeneous base-catalyzed transesterification and the liquid-liquid phase equilibrium of the transesterification product, the total methanol/oil mole ratio, the total reaction time, and the split ratios of methanol and reaction time between the two reactors in the stage of the two-step reaction are determined quantitatively. In consideration of the transesterification intermediate product, both the traditional distillation separation process and the improved separation process of the two-step reaction product are investigated in detail by means of the rigorous process simulation. In comparison with the traditional distillation process, the improved separation process of the two-step reaction product has distinct advantage in the energy duty and equipment requirement due to replacement of the costly methanol-biodiesel distillation column. Copyright 2010 Elsevier Ltd. All rights reserved.

  4. Improvement Performance of the Filling Step in Injection Mold through Vibration

    Directory of Open Access Journals (Sweden)

    Trejo-Hernández M.

    2012-10-01

    Full Text Available This paper shows the flow improvement in the filling step of the polymer injection process due to the polymer excitation though vibration. This process can be split up into three main steps: filling, pocking and cooling. Several mechanical and aesthetic properties of the finished product can be changed in the filling step. The objective of this investigation is to demonstrate the improvement in the filling mold under vibration without adding chemical products. To reach this result, an experimental mold was designed and manufactured in which a vibration device was coupled; it was possible to demonstrate the vibration advantage through this process. Moreover, a heuristic methodology was proposed for the experiment which shows an improvement in the filling process with frequencies close to 3 Hz.

  5. Two steps sintering alumina doped with niobia

    International Nuclear Information System (INIS)

    Gomes, L.B.; Hatzfeld, J.; Heck, M.; Pokorny, A.; Bergmann, C.P.

    2014-01-01

    In this work, high surface area commercial alumina was doped with niobia and sintered in two steps in order to obtain dense materials with lower processing temperatures. The powders were milled and uniaxially pressed (200 MPa). The first step of sintering took place at 1100°C for 3, 6, 9 and 12 hours, followed by the second step at 1350°C for 3 hours. The relative density, porosity and water absorption of the samples were determined by the Archimedes method. The crystalline phases were analyzed by X-ray Diffraction (XRD) and the morphology of the samples after sintering, evaluated by Scanning Electron Microscopy (SEM). The results indicate that the use of niobia combined with the two steps sintering promotes an increase in the density of the material, even at lower sintering temperatures. (author)

  6. A Two-Step Bioconversion Process for Canolol Production from Rapeseed Meal Combining an Aspergillus niger Feruloyl Esterase and the Fungus Neolentinus lepideus.

    Science.gov (United States)

    Odinot, Elise; Fine, Frédéric; Sigoillot, Jean-Claude; Navarro, David; Laguna, Oscar; Bisotto, Alexandra; Peyronnet, Corinne; Ginies, Christian; Lecomte, Jérôme; Faulds, Craig B; Lomascolo, Anne

    2017-10-14

    Rapeseed meal is a cheap and abundant raw material, particularly rich in phenolic compounds of biotechnological interest. In this study, we developed a two-step bioconversion process of naturally occurring sinapic acid (4-hydroxy-3,5-dimethoxycinnamic acid) from rapeseed meal into canolol by combining the complementary potentialities of two filamentous fungi, the micromycete Aspergillus niger and the basidiomycete Neolentinus lepideus . Canolol could display numerous industrial applications because of its high antioxidant, antimutagenic and anticarcinogenic properties. In the first step of the process, the use of the enzyme feruloyl esterase type-A (named AnFaeA) produced with the recombinant strain A. niger BRFM451 made it possible to release free sinapic acid from the raw meal by hydrolysing the conjugated forms of sinapic acid in the meal (mainly sinapine and glucopyranosyl sinapate). An amount of 39 nkat AnFaeA per gram of raw meal, at 55 °C and pH 5, led to the recovery of 6.6 to 7.4 mg of free sinapic acid per gram raw meal, which corresponded to a global hydrolysis yield of 68 to 76% and a 100% hydrolysis of sinapine. Then, the XAD2 adsorbent (a styrene and divinylbenzene copolymer resin), used at pH 4, enabled the efficient recovery of the released sinapic acid, and its concentration after elution with ethanol. In the second step, 3-day-old submerged cultures of the strain N. lepideus BRFM15 were supplied with the recovered sinapic acid as the substrate of bioconversion into canolol by a non-oxidative decarboxylation pathway. Canolol production reached 1.3 g/L with a molar yield of bioconversion of 80% and a productivity of 100 mg/L day. The same XAD2 resin, when used at pH 7, allowed the recovery and purification of canolol from the culture broth of N. lepideus . The two-step process used mild conditions compatible with green chemistry.

  7. A Two-Step Bioconversion Process for Canolol Production from Rapeseed Meal Combining an Aspergillus niger Feruloyl Esterase and the Fungus Neolentinus lepideus

    Directory of Open Access Journals (Sweden)

    Elise Odinot

    2017-10-01

    Full Text Available Rapeseed meal is a cheap and abundant raw material, particularly rich in phenolic compounds of biotechnological interest. In this study, we developed a two-step bioconversion process of naturally occurring sinapic acid (4-hydroxy-3,5-dimethoxycinnamic acid from rapeseed meal into canolol by combining the complementary potentialities of two filamentous fungi, the micromycete Aspergillus niger and the basidiomycete Neolentinus lepideus. Canolol could display numerous industrial applications because of its high antioxidant, antimutagenic and anticarcinogenic properties. In the first step of the process, the use of the enzyme feruloyl esterase type-A (named AnFaeA produced with the recombinant strain A. niger BRFM451 made it possible to release free sinapic acid from the raw meal by hydrolysing the conjugated forms of sinapic acid in the meal (mainly sinapine and glucopyranosyl sinapate. An amount of 39 nkat AnFaeA per gram of raw meal, at 55 °C and pH 5, led to the recovery of 6.6 to 7.4 mg of free sinapic acid per gram raw meal, which corresponded to a global hydrolysis yield of 68 to 76% and a 100% hydrolysis of sinapine. Then, the XAD2 adsorbent (a styrene and divinylbenzene copolymer resin, used at pH 4, enabled the efficient recovery of the released sinapic acid, and its concentration after elution with ethanol. In the second step, 3-day-old submerged cultures of the strain N. lepideus BRFM15 were supplied with the recovered sinapic acid as the substrate of bioconversion into canolol by a non-oxidative decarboxylation pathway. Canolol production reached 1.3 g/L with a molar yield of bioconversion of 80% and a productivity of 100 mg/L day. The same XAD2 resin, when used at pH 7, allowed the recovery and purification of canolol from the culture broth of N. lepideus. The two-step process used mild conditions compatible with green chemistry.

  8. Process evaluation of a stepped-care program to prevent depression in primary care: patients' and practice nurses' experiences.

    Science.gov (United States)

    Pols, Alide D; Schipper, Karen; Overkamp, Debbie; van Dijk, Susan E; Bosmans, Judith E; van Marwijk, Harm W J; Adriaanse, Marcel C; van Tulder, Maurits W

    2017-02-23

    Depression is common in patients with diabetes type 2 (DM2) and/or coronary heart disease (CHD), with high personal and societal burden and may even be preventable. Recently, a cluster randomized trial of stepped care to prevent depression among patients with DM2 and/or CHD and subthreshold depression in Dutch primary care (Step-Dep) versus usual care showed no effectiveness. This paper presents its process evaluation, exploring in-depth experiences from a patient and practice nurse perspective to further understand the results. A qualitative study was conducted. Using a purposive sampling strategy, data were collected through semi-structured interviews with 24 participants (15 patients and nine practice nurses). All interviews were audiotaped and transcribed verbatim. Atlas.ti 5.7.1 software was used for coding and structuring of themes. A thematic analysis of the data was performed. The process evaluation showed, even through a negative trial, that Step-Dep was perceived as valuable by both patients and practice nurses; perceived effectiveness on improving depressive symptoms varied greatly, but most felt that it had been beneficial for patients' well-being. Facilitators were: increased awareness of mental health problems in chronic disease management and improved accessibility and decreased experienced stigma of receiving mental health care. The Patient Health Questionnaire 9 (PHQ-9), used to determine depression severity, functioned as a useful starting point for the conversation on mental health and patients gained more insight into their mental health by regularly filling out the PHQ-9. However, patients and practice nurses did not widely support its use for monitoring depressive symptoms or making treatment decisions. Monitoring mental health was deemed important in chronically ill patients by both patients and practice nurses and was suggested to start at the time of diagnosis of a chronic disease. Appointed barriers were that patients were primarily

  9. Preparation of TiC/W core–shell structured powders by one-step activation and chemical reduction process

    International Nuclear Information System (INIS)

    Ding, Xiao-Yu; Luo, Lai-Ma; Huang, Li-Mei; Luo, Guang-Nan; Zhu, Xiao-Yong; Cheng, Ji-Gui; Wu, Yu-Cheng

    2015-01-01

    Highlights: • A novel wet chemical method was used to prepare TiC/W core–shell structure powders. • TiC nanoparticles were well-encapsulated by W shells. • TiC phase was present in the interior of tungsten grains. - Abstract: In the present study, one-step activation and chemical reduction process as a novel wet-chemical route was performed for the preparation of TiC/W core–shell structured ultra-fine powders. The XRD, FE-SEM, TEM and EDS results demonstrated that the as-synthesized powders are of high purity and uniform with a diameter of approximately 500 nm. It is also found that the TiC nanoparticles were well-encapsulated by W shells. Such a unique process suggests a new method for preparing X/W (X refers the water-insoluble nanoparticles) core–shell nanoparticles with different cores

  10. Process of motion by unit steps over a surface provided with elements regularly arranged

    International Nuclear Information System (INIS)

    Cooper, D.E.; Hendee, L.C. III; Hill, W.G. Jr.; Leshem, Adam; Marugg, M.L.

    1977-01-01

    This invention concerns a process for moving by unit steps an apparatus travelling over a surface provided with an array of orifices aligned and evenly spaced in several lines and several parallel rows regularly spaced, the lines and rows being parallel to axes x and y of Cartesian co-ordinates, each orifice having a separate address in the Cartesian co-ordinate system. The surface travelling apparatus has two previously connected arms aranged in directions transversal to each other thus forming an angle corresponding to the intersection of axes x and y. In the inspection and/or repair of nuclear or similar steam generator tubes, it is desirable that such an apparatus should be able to move in front of a surface comprising an array of orifices by the selective alternate introduction and retraction of two sets of anchoring claws of the two respective arms, in relation to the orifices of the array, it being possible to shift the arms in a movement of translation, transversally to each other, as a set of claws is withdrawn from the orifices. The invention concerns a process and aparatus as indicated above that reduces to a minimum the path length of the apparatus between the orifices it is effectively opposite and a given orifice [fr

  11. Step dynamics and terrace-width distribution on flame-annealed gold films: The effect of step-step interaction

    International Nuclear Information System (INIS)

    Shimoni, Nira; Ayal, Shai; Millo, Oded

    2000-01-01

    Dynamics of atomic steps and the terrace-width distribution within step bunches on flame-annealed gold films are studied using scanning tunneling microscopy. The distribution is narrower than commonly observed for vicinal planes and has a Gaussian shape, indicating a short-range repulsive interaction between the steps, with an apparently large interaction constant. The dynamics of the atomic steps, on the other hand, appear to be influenced, in addition to these short-range interactions, also by a longer-range attraction of steps towards step bunches. Both types of interactions promote self-ordering of terrace structures on the surface. When current is driven through the films a step-fingering instability sets in, reminiscent of the Bales-Zangwill instability

  12. Traffic safety and step-by-step driving licence for young people

    DEFF Research Database (Denmark)

    Tønning, Charlotte; Agerholm, Niels

    2017-01-01

    presents a review of safety effects from step-by-step driving licence schemes. Most of the investigated schemes consist of a step-by-step driving licence with Step 1) various tests and education, Step 2) a period where driving is only allowed together with an experienced driver and Step 3) driving without...... companion is allowed but with various restrictions and, in some cases, additional driving education and tests. In general, a step-by-step driving licence improves traffic safety even though the young people are permitted to drive a car earlier on. The effects from driving with an experienced driver vary......Young novice car drivers are much more accident-prone than other drivers - up to 10 times that of their parents' generation. A central solution to improve the traffic safety for this group is implementation of a step-by-step driving licence. A number of countries have introduced a step...

  13. Performance monitoring and response conflict resolution associated with choice stepping reaction tasks.

    Science.gov (United States)

    Watanabe, Tatsunori; Tsutou, Kotaro; Saito, Kotaro; Ishida, Kazuto; Tanabe, Shigeo; Nojima, Ippei

    2016-11-01

    Choice reaction requires response conflict resolution, and the resolution processes that occur during a choice stepping reaction task undertaken in a standing position, which requires maintenance of balance, may be different to those processes occurring during a choice reaction task performed in a seated position. The study purpose was to investigate the resolution processes during a choice stepping reaction task at the cortical level using electroencephalography and compare the results with a control task involving ankle dorsiflexion responses. Twelve young adults either stepped forward or dorsiflexed the ankle in response to a visual imperative stimulus presented on a computer screen. We used the Simon task and examined the error-related negativity (ERN) that follows an incorrect response and the correct-response negativity (CRN) that follows a correct response. Error was defined as an incorrect initial weight transfer for the stepping task and as an incorrect initial tibialis anterior activation for the control task. Results revealed that ERN and CRN amplitudes were similar in size for the stepping task, whereas the amplitude of ERN was larger than that of CRN for the control task. The ERN amplitude was also larger in the stepping task than the control task. These observations suggest that a choice stepping reaction task involves a strategy emphasizing post-response conflict and general performance monitoring of actual and required responses and also requires greater cognitive load than a choice dorsiflexion reaction. The response conflict resolution processes appear to be different for stepping tasks and reaction tasks performed in a seated position.

  14. Starting a new residency program: a step-by-step guide for institutions, hospitals, and program directors

    Directory of Open Access Journals (Sweden)

    Michelle Barajaz

    2016-08-01

    Full Text Available Although our country faces a looming shortage of doctors, constraints of space, funding, and patient volume in many existing residency programs limit training opportunities for medical graduates. New residency programs need to be created for the expansion of graduate medical education training positions. Partnerships between existing academic institutions and community hospitals with a need for physicians can be a very successful means toward this end. Baylor College of Medicine and The Children's Hospital of San Antonio were affiliated in 2012, and subsequently, we developed and received accreditation for a new categorical pediatric residency program at that site in 2014. We share below a step-by-step guide through the process that includes building of the infrastructure, educational development, accreditation, marketing, and recruitment. It is our hope that the description of this process will help others to spur growth in graduate medical training positions.

  15. Northern Steps of EU Enlargement: The Impact of “Cohesion” Policies on Iceland’s Accession Process

    Directory of Open Access Journals (Sweden)

    Adriana Di Stefano

    2011-03-01

    Full Text Available This paper focuses on the EU accession process of Iceland, reading the latest northern steps of EU enlargement under a “cohesion” perspective, i.e., through the lens of the cohesion “theory”, namely the method resulting from interactions of the general principles of subsidiarity and cooperation or partnership. From the Mediterranean to the Arctic, the territorial dimension of cohesion policies, as grounded in different EU policies, plays different roles and meets a wide range of economic and social needs. By implementing Nordicum-Mediterraneum analogies, a cohesion-minded EU enlargement approach requires the overall reframing of territorial-based policies and a better allocation of shared responsibilities at the more efficient level of governance.

  16. Stepped-frequency radar sensors theory, analysis and design

    CERN Document Server

    Nguyen, Cam

    2016-01-01

    This book presents the theory, analysis and design of microwave stepped-frequency radar sensors. Stepped-frequency radar sensors are attractive for various sensing applications that require fine resolution. The book consists of five chapters. The first chapter describes the fundamentals of radar sensors including applications followed by a review of ultra-wideband pulsed, frequency-modulated continuous-wave (FMCW), and stepped-frequency radar sensors. The second chapter discusses a general analysis of radar sensors including wave propagation in media and scattering on targets, as well as the radar equation. The third chapter addresses the analysis of stepped-frequency radar sensors including their principles and design parameters. Chapter 4 presents the development of two stepped-frequency radar sensors at microwave and millimeter-wave frequencies based on microwave integrated circuits (MICs), microwave monolithic integrated circuits (MMICs) and printed-circuit antennas, and discusses their signal processing....

  17. A step-defined sedentary lifestyle index: <5000 steps/day.

    Science.gov (United States)

    Tudor-Locke, Catrine; Craig, Cora L; Thyfault, John P; Spence, John C

    2013-02-01

    Step counting (using pedometers or accelerometers) is widely accepted by researchers, practitioners, and the general public. Given the mounting evidence of the link between low steps/day and time spent in sedentary behaviours, how few steps/day some populations actually perform, and the growing interest in the potentially deleterious effects of excessive sedentary behaviours on health, an emerging question is "How many steps/day are too few?" This review examines the utility, appropriateness, and limitations of using a reoccurring candidate for a step-defined sedentary lifestyle index: 10 000) to lower (sedentary lifestyle index for adults is appropriate for researchers and practitioners and for communicating with the general public. There is little evidence to advocate any specific value indicative of a step-defined sedentary lifestyle index in children and adolescents.

  18. The STEP standard as an approach for design and prototyping

    OpenAIRE

    Plantec , Alain; Ribaud , Vincent

    1998-01-01

    International audience; STEP is an ISO standard (ISO-10303) for the computer-interpretable representation and exchange of product data. Parts of STEP standardize conceptual structures and usage of information in generic or specific domains. The standardization process of these constructs is an evolutionary approach , which uses generated prototypes at different phases of the process. This paper presents a method for the building of prototype generators, inspired by this standardization proces...

  19. Efficient One-Step Fusion PCR Based on Dual-Asymmetric Primers and Two-Step Annealing

    DEFF Research Database (Denmark)

    Liu, Yilan; Chen, Jinjin; Thygesen, Anders

    2018-01-01

    Gene splicing by fusion PCR is a versatile and widely used methodology, especially in synthetic biology. We here describe a rapid method for splicing two fragments by one-round fusion PCR with a dual-asymmetric primers and two-step annealing (ODT) method. During the process, the asymmetric...... intermediate fragments were generated in the early stage. Thereafter, they were hybridized in the subsequent cycles to serve as template for the target full-length product. The process parameters such as primer ratio, elongation temperature and cycle numbers were optimized. In addition, the fusion products...

  20. [Eight-step structured decision-making process to assign criminal responsibility and seven focal points for describing relationship between psychopathology and offense].

    Science.gov (United States)

    Okada, Takayuki

    2013-01-01

    The author suggested that it is essential for lawyers and psychiatrists to have a common understanding of the mutual division of roles between them when determining criminal responsibility (CR) and, for this purpose, proposed an 8-step structured CR decision-making process. The 8 steps are: (1) gathering of information related to mental function and condition, (2) recognition of mental function and condition,(3) psychiatric diagnosis, (4) description of the relationship between psychiatric symptom or psychopathology and index offense, (5) focus on capacities of differentiation between right and wrong and behavioral control, (6) specification of elements of cognitive/volitional prong in legal context, (7) legal evaluation of degree of cognitive/volitional prong, and (8) final interpretation of CR as a legal conclusion. The author suggested that the CR decision-making process should proceed not in a step-like pattern from (1) to (2) to (3) to (8), but in a step-like pattern from (1) to (2) to (4) to (5) to (6) to (7) to (8), and that not steps after (5), which require the interpretation or the application of section 39 of the Penal Code, but Step (4), must be the core of psychiatric expert evidence. When explaining the relationship between the mental disorder and offense described in Step (4), the Seven Focal Points (7FP) are often used. The author urged basic precautions to prevent the misuse of 7FP, which are: (a) the priority of each item is not equal and the relative importance differs from case to case; (b) each item is not exclusively independent, there may be overlap between items; (c) the criminal responsibility shall not be judged because one item is applicable or because a number of items are applicable, i. e., 7FP are not "criteria," for example, the aim is not to decide such things as 'the motive is understandable' or 'the conduct is appropriate', but should be to describe how psychopathological factors affected the offense specifically in the context of

  1. Astronomical sketching a step-by-step introduction

    CERN Document Server

    Handy, Richard; Perez, Jeremy; Rix, Erika; Robbins, Sol

    2007-01-01

    This book presents the amateur with fine examples of astronomical sketches and step-by-step tutorials in each medium, from pencil to computer graphics programs. This unique book can teach almost anyone to create beautiful sketches of celestial objects.

  2. Improved perovskite phototransistor prepared using multi-step annealing method

    Science.gov (United States)

    Cao, Mingxuan; Zhang, Yating; Yu, Yu; Yao, Jianquan

    2018-02-01

    Organic-inorganic hybrid perovskites with good intrinsic physical properties have received substantial interest for solar cell and optoelectronic applications. However, perovskite film always suffers from a low carrier mobility due to its structural imperfection including sharp grain boundaries and pinholes, restricting their device performance and application potential. Here we demonstrate a straightforward strategy based on multi-step annealing process to improve the performance of perovskite photodetector. Annealing temperature and duration greatly affects the surface morphology and optoelectrical properties of perovskites which determines the device property of phototransistor. The perovskite films treated with multi-step annealing method tend to form highly uniform, well-crystallized and high surface coverage perovskite film, which exhibit stronger ultraviolet-visible absorption and photoluminescence spectrum compare to the perovskites prepared by conventional one-step annealing process. The field-effect mobilities of perovskite photodetector treated by one-step direct annealing method shows mobility as 0.121 (0.062) cm2V-1s-1 for holes (electrons), which increases to 1.01 (0.54) cm2V-1s-1 for that treated with muti-step slow annealing method. Moreover, the perovskite phototransistors exhibit a fast photoresponse speed of 78 μs. In general, this work focuses on the influence of annealing methods on perovskite phototransistor, instead of obtains best parameters of it. These findings prove that Multi-step annealing methods is feasible to prepared high performance based photodetector.

  3. Effect and process evaluation of a kindergarten-based, family-involved cluster randomised controlled trial in six European countries on four- to six-year-old children's steps per day: the ToyBox-study.

    Science.gov (United States)

    De Craemer, Marieke; Verloigne, Maïté; De Bourdeaudhuij, Ilse; Androutsos, Odysseas; Iotova, Violeta; Moreno, Luis; Koletzko, Berthold; Socha, Piotr; Manios, Yannis; Cardon, Greet

    2017-08-29

    The ToyBox-intervention is a theory- and evidence-based intervention delivered in kindergartens to improve four- to six-year-old children's energy balance-related behaviours and prevent obesity. The current study aimed to (1) examine the effect of the ToyBox-intervention on increasing European four- to six-year-old children' steps per day, and (2) examine if a higher process evaluation score from teachers and parents was related to a more favourable effect on steps per day. A sample of 2438 four- to six-year-old children (51.9% boys, mean age 4.75 ± 0.43 years) from 6 European countries (Belgium, Bulgaria, Germany, Greece, Poland and Spain) wore a motion sensor (pedometer or accelerometer) for a minimum of two weekdays and one weekend day both at baseline and follow-up to objectively measure their steps per day. Kindergarten teachers implemented the physical activity component of the ToyBox-intervention for 6 weeks in total, with a focus on (1) environmental changes in the classroom, (2) the child performing the actual behaviour and (3) classroom activities. Children's parents received newsletters, tip cards and posters. To assess intervention effects, multilevel repeated measures analyses were conducted for the total sample and the six intervention countries separately. In addition, process evaluation questionnaires were used to calculate a total process evaluation score (with implementation and satisfaction as a part of the overall score) for teachers and parents which was then linked with the physical activity outcomes. No significant intervention effects on four- to six-year-old children' steps per weekday, steps per weekend day and steps per average day were found, both in the total sample and in the country-specific samples (all p > 0.05). In general, the intervention effects on steps per day were least favourable in four- to six-year-old children with a low teachers process evaluation score and most favourable in four- to six-year-old children with a

  4. Energy barriers for diffusion on heterogeneous stepped metal surfaces: Ag/Cu(110)

    International Nuclear Information System (INIS)

    Sbiaai, K.; Boughaleb, Y.; Mazroui, M.; Hajjaji, A.; Kara, A.

    2013-01-01

    In this paper we investigated the diffusion of Ag adatom by computing the energy barriers for many elementary diffusive processes which are likely to happen near to the step edge on Cu (110). The barriers are calculated by means of molecular dynamics simulation by using embedded atom potentials. The proximity to steps alters these barriers considerably, and very different results may be expected. In fact, our numerical calculations show that the diffusion via jump process along step edge is predominant for Ag/Cu(110) and the diffusion over the step occurs sometimes, but only via exchange mechanisms. The adatom diffusion across channels is difficult due to the high value of activation energy required (around 1 eV). Furthermore, we found the Ehrlich–Schwoebel barrier for diffusion around 120 meV in order to descend via exchange process and of the order of 170 meV via hopping mode. This aspect may have a strong influence on the growth character. In general our results suggest that, for our metal system, diffusion mechanism may be important for mass transport across the steps. Implications of these findings are discussed. - Highlights: • Study of adatom diffusion near the step edge • The diffusion along channel is enhanced through jump process. • Arrhenius law is satisfied for a wide range of temperature (310–600 K)

  5. One step beyond: Different step-to-step transitions exist during continuous contact brachiation in siamangs

    Directory of Open Access Journals (Sweden)

    Fana Michilsens

    2012-02-01

    In brachiation, two main gaits are distinguished, ricochetal brachiation and continuous contact brachiation. During ricochetal brachiation, a flight phase exists and the body centre of mass (bCOM describes a parabolic trajectory. For continuous contact brachiation, where at least one hand is always in contact with the substrate, we showed in an earlier paper that four step-to-step transition types occur. We referred to these as a ‘point’, a ‘loop’, a ‘backward pendulum’ and a ‘parabolic’ transition. Only the first two transition types have previously been mentioned in the existing literature on gibbon brachiation. In the current study, we used three-dimensional video and force analysis to describe and characterize these four step-to-step transition types. Results show that, although individual preference occurs, the brachiation strides characterized by each transition type are mainly associated with speed. Yet, these four transitions seem to form a continuum rather than four distinct types. Energy recovery and collision fraction are used as estimators of mechanical efficiency of brachiation and, remarkably, these parameters do not differ between strides with different transition types. All strides show high energy recoveries (mean  = 70±11.4% and low collision fractions (mean  = 0.2±0.13, regardless of the step-to-step transition type used. We conclude that siamangs have efficient means of modifying locomotor speed during continuous contact brachiation by choosing particular step-to-step transition types, which all minimize collision fraction and enhance energy recovery.

  6. Simple One-Step Method to Synthesize Polypyrrole-Indigo Carmine-Silver Nanocomposite

    OpenAIRE

    Loguercio, Lara Fernandes; Demingos, Pedro; Manica, Luiza de Mattos; Griep, Jordana Borges; Santos, Marcos José Leite; Ferreira, Jacqueline

    2016-01-01

    A nanocomposite of indigo carmine doped polypyrrole/silver nanoparticles was obtained by a one-step electrochemical process. The nanocomposite was characterized by scanning electron microscopy, infrared spectroscopy, ultraviolet-visible-near infrared spectroscopy, and cyclic voltammetry. The simple one-step process allowed the growth of silver nanoparticles during the polymerization of polypyrrole, resulting in films with electrochromic behavior and improved electroactivity. In addition, poly...

  7. Effect of a Stepped Si(100) Surface on the Nucleation Process of Ge Islands

    Science.gov (United States)

    Yesin, M. Yu.; Nikiforov, A. I.; Timofeev, V. A.; Mashanov, V. I.; Tuktamyshev, A. R.; Loshkarev, I. D.; Pchelyakov, O. P.

    2018-03-01

    Nucleation of Ge islands on a stepped Si(100) surface is studied. It is shown by diffraction of fast electrons that at a temperature of 600°C, constant flux of Si, and deposition rate of 0.652 Å/s, a series of the 1×2 superstructure reflections completely disappears, if the Si (100) substrate deviated by an angle of 0.35° to the (111) face is preliminarily heated to 1000°C. The disappearance of the 1×2 superstructure reflexes is due to the transition from the surface with monoatomic steps to that with diatomic ones. Investigations of the Ge islands' growth were carried out on the Si(100) surface preliminarily annealed at temperatures of 800 and 1000°C. It is shown that the islands tend to nucleate at the step edges.

  8. The availability of the step optimization in Monaco planning system

    International Nuclear Information System (INIS)

    Kim, Dae Sup

    2014-01-01

    We present a method to reduce this gap and complete the treatment plan, to be made by the re-optimization is performed in the same conditions as the initial treatment plan different from Monaco treatment planning system. The optimization is carried in two steps when performing the inverse calculation for volumetric modulated radiation therapy or intensity modulated radiation therapy in Monaco treatment planning system. This study was the first plan with a complete optimization in two steps by performing all of the treatment plan, without changing the optimized condition from Step 1 to Step 2, a typical sequential optimization performed. At this time, the experiment was carried out with a pencil beam and Monte Carlo algorithm is applied In step 2. We compared initial plan and re-optimized plan with the same optimized conditions. And then evaluated the planning dose by measurement. When performing a re-optimization for the initial treatment plan, the second plan applied the step optimization. When the common optimization again carried out in the same conditions in the initial treatment plan was completed, the result is not the same. From a comparison of the treatment planning system, similar to the dose-volume the histogram showed a similar trend, but exhibit different values that do not satisfy the conditions best optimized dose, dose homogeneity and dose limits. Also showed more than 20% different in comparison dosimetry. If different dose algorithms, this measure is not the same out. The process of performing a number of trial and error, and you get to the ultimate goal of treatment planning optimization process. If carried out to optimize the completion of the initial trust only the treatment plan, we could be made of another treatment plan. The similar treatment plan could not satisfy to optimization results. When you perform re-optimization process, you will need to apply the step optimized conditions, making sure the dose distribution through the optimization

  9. Performance and economic assessments of a solid oxide fuel cell system with a two-step ethanol-steam-reforming process using CaO sorbent

    Science.gov (United States)

    Tippawan, Phanicha; Arpornwichanop, Amornchai

    2016-02-01

    The hydrogen production process is known to be important to a fuel cell system. In this study, a carbon-free hydrogen production process is proposed by using a two-step ethanol-steam-reforming procedure, which consists of ethanol dehydrogenation and steam reforming, as a fuel processor in the solid oxide fuel cell (SOFC) system. An addition of CaO in the reformer for CO2 capture is also considered to enhance the hydrogen production. The performance of the SOFC system is analyzed under thermally self-sufficient conditions in terms of the technical and economic aspects. The simulation results show that the two-step reforming process can be run in the operating window without carbon formation. The addition of CaO in the steam reformer, which runs at a steam-to-ethanol ratio of 5, temperature of 900 K and atmospheric pressure, minimizes the presence of CO2; 93% CO2 is removed from the steam-reforming environment. This factor causes an increase in the SOFC power density of 6.62%. Although the economic analysis shows that the proposed fuel processor provides a higher capital cost, it offers a reducing active area of the SOFC stack and the most favorable process economics in term of net cost saving.

  10. Application of stepping motor

    International Nuclear Information System (INIS)

    1980-10-01

    This book is divided into three parts, which is about practical using of stepping motor. The first part has six chapters. The contents of the first part are about stepping motor, classification of stepping motor, basic theory og stepping motor, characteristic and basic words, types and characteristic of stepping motor in hybrid type and basic control of stepping motor. The second part deals with application of stepping motor with hardware of stepping motor control, stepping motor control by microcomputer and software of stepping motor control. The last part mentions choice of stepping motor system, examples of stepping motor, measurement of stepping motor and practical cases of application of stepping motor.

  11. Internship guide : Work placements step by step

    NARCIS (Netherlands)

    Haag, Esther

    2013-01-01

    Internship Guide: Work Placements Step by Step has been written from the practical perspective of a placement coordinator. This book addresses the following questions : what problems do students encounter when they start thinking about the jobs their degree programme prepares them for? How do you

  12. Microsoft Office professional 2010 step by step

    CERN Document Server

    Cox, Joyce; Frye, Curtis

    2011-01-01

    Teach yourself exactly what you need to know about using Office Professional 2010-one step at a time! With STEP BY STEP, you build and practice new skills hands-on, at your own pace. Covering Microsoft Word, PowerPoint, Outlook, Excel, Access, Publisher, and OneNote, this book will help you learn the core features and capabilities needed to: Create attractive documents, publications, and spreadsheetsManage your e-mail, calendar, meetings, and communicationsPut your business data to workDevelop and deliver great presentationsOrganize your ideas and notes in one placeConnect, share, and accom

  13. Superthermostability of nanoscale TIC-reinforced copper alloys manufactured by a two-step ball-milling process

    Science.gov (United States)

    Wang, Fenglin; Li, Yunping; Xu, Xiandong; Koizumi, Yuichiro; Yamanaka, Kenta; Bian, Huakang; Chiba, Akihiko

    2015-12-01

    A Cu-TiC alloy, with nanoscale TiC particles highly dispersed in the submicron-grained Cu matrix, was manufactured by a self-developed two-step ball-milling process on Cu, Ti and C powders. The thermostability of the composite was evaluated by high-temperature isothermal annealing treatments, with temperatures ranging from 727 to 1273 K. The semicoherent nanoscale TiC particles with Cu matrix, mainly located along the grain boundaries, were found to exhibit the promising trait of blocking grain boundary migrations, which leads to a super-stabilized microstructures up to approximately the melting point of copper (1223 K). Furthermore, the Cu-TiC alloys after annealing at 1323 K showed a slight decrease in Vickers hardness as well as the duplex microstructure due to selective grain growth, which were discussed in terms of hardness contributions from various mechanisms.

  14. Fast nanostructured carbon microparticle synthesis by one-step high-flux plasma processing

    NARCIS (Netherlands)

    Aussems, D. U. B.; Bystrov, K.; Dogan, I.; Arnas, C.; Cabié, M.; Neisius, T.; Rasinski, M.; Zoethout, E.; Lipman, P.; van de Sanden, M. C. M.; Morgan, T. W.

    2017-01-01

    This study demonstrates a fast one-step synthesis method for nanostructured carbon microparticles on graphite samples using high-flux plasma exposure. These structures are considered as potential candidates for energy applications such as Li-ion batteries and supercapacitors. The samples were

  15. Fast nanostructured carbon microparticle synthesis by one-step high-flux plasma processing

    NARCIS (Netherlands)

    Aussems, D.U.B.; Bystrov, K.E.; Doǧan, I.; Arnas, C.; Cabié, M.; Neisius, T.; Rasinski, M.; Lipman, P.J.L.; van de Sanden, M.C.M.; Morgan, T.W.

    This study demonstrates a fast one-step synthesis method for nanostructured carbon microparticles on graphite samples using high-flux plasma exposure. These structures are considered as potential candidates for energy applications such as Li-ion batteries and supercapacitors. The samples were

  16. Biophysical Interactions within Step-Pool Mountain Streams Following Wildfire

    Science.gov (United States)

    Parker, A.; Chin, A.; O'Dowd, A. P.

    2014-12-01

    Recovery of riverine ecosystems following disturbance is driven by a variety of interacting processes. Wildfires pose increasing disturbances to riverine landscapes, with rising frequencies and magnitudes owing to warming climates and increased fuel loads. The effects of wildfire include loss of vegetation, elevated runoff and flash floods, erosion and deposition, and changing biological habitats and communities. Understanding process interactions in post-fire landscapes is increasingly urgent for successful management and restoration of affected ecosystems. In steep channels, steps and pools provide prominent habitats for organisms and structural integrity in high energy environments. Step-pools are typically stable, responding to extreme events with recurrence intervals often exceeding 50 years. Once wildfire occurs, however, intensification of post-fire flood events can potentially overpower the inherent stability of these systems, with significant consequences for aquatic life and human well-being downstream. This study examined the short-term response of step-pool streams following the 2012 Waldo Canyon Fire in Colorado. We explored interacting feedbacks among geomorphology, hydrology, and ecology in the post-fire environment. At selected sites with varying burn severity, we established baseline conditions immediately after the fire with channel surveys, biological assessment using benthic macroinvertebrates, sediment analysis including pebble counts, and precipitation gauging. Repeat measurements after major storm events over several years enabled analysis of the interacting feedbacks among post-fire processes. We found that channels able to retain the step-pool structure changed less and facilitated recovery more readily. Step habitats maintained higher percentages of sensitive macroinvertebrate taxa compared to pools through post-fire floods. Sites burned with high severity experienced greater reduction in the percentage of sensitive taxa. The decimation of

  17. Extraction of Human Stepping Pattern Using Acceleration Sensors

    Directory of Open Access Journals (Sweden)

    Toyohira Takayuki

    2017-01-01

    Full Text Available Gait analysis plays an important role in characterizing individuals and each condition and gait analysis systems have been developed using various devices or instruments. However, most systems do not catch synchronous stepping actions between right foot and left foot. For obtaining a precise gait pattern, a synchronous walking sensing system is developed, in which a pair of acceleration and angular velocity sensors are attached to left and right shoes of a walking person and their data are transmitted to a PC through a wireless channel. Walking data from 19 persons of the age of 14 to 20 are acquired for walking analysis. Stepping time diagrams are extracted from the acquired data of right and left foot actions of stepping-off and-on the ground, and the time diagrams distinguish between an ordinary person and a person injured on left leg, and a stepping recovery process of the injured person is shown. Synchronous sensing of stepping action between right foot and left foot contributes to obtain precise stepping patterns.

  18. A novel multimodal chromatography based single step purification process for efficient manufacturing of an E. coli based biotherapeutic protein product.

    Science.gov (United States)

    Bhambure, Rahul; Gupta, Darpan; Rathore, Anurag S

    2013-11-01

    Methionine oxidized, reduced and fMet forms of a native recombinant protein product are often the critical product variants which are associated with proteins expressed as bacterial inclusion bodies in E. coli. Such product variants differ from native protein in their structural and functional aspects, and may lead to loss of biological activity and immunogenic response in patients. This investigation focuses on evaluation of multimodal chromatography for selective removal of these product variants using recombinant human granulocyte colony stimulating factor (GCSF) as the model protein. Unique selectivity in separation of closely related product variants was obtained using combined pH and salt based elution gradients in hydrophobic charge induction chromatography. Simultaneous removal of process related impurities was also achieved in flow-through leading to single step purification process for the GCSF. Results indicate that the product recovery of up to 90.0% can be obtained with purity levels of greater than 99.0%. Binding the target protein at pHproduct variants using the combined pH and salt based elution gradient and removal of the host cell impurities in flow-through are the key novel features of the developed multimodal chromatographic purification step. Copyright © 2013 Elsevier B.V. All rights reserved.

  19. A step-by-step translation of evidence into a psychosocial intervention for everyday activities in dementia: a focus group study.

    Science.gov (United States)

    Giebel, Clarissa M; Challis, David; Hooper, Nigel M; Ferris, Sally

    2018-03-01

    In order to increase the efficacy of psychosocial interventions in dementia, a step-by-step process translating evidence and public engagement should be adhered to. This paper describes such a process by involving a two-stage focus group with people with dementia (PwD), informal carers, and staff. Based on previous evidence, general aspects of effective interventions were drawn out. These were tested in the first stage of focus groups, one with informal carers and PwD and one with staff. Findings from this stage helped shape the intervention further specifying its content. In the second stage, participants were consulted about the detailed components. The extant evidence base and focus groups helped to identify six practical and situation-specific elements worthy of consideration in planning such an intervention, including underlying theory and personal motivations for participation. Carers, PwD, and staff highlighted the importance of rapport between practitioners and PwD prior to commencing the intervention. It was also considered important that the intervention would be personalised to each individual. This paper shows how valuable public involvement can be to intervention development, and outlines a process of public involvement for future intervention development. The next step would be to formally test the intervention.

  20. Step-to-step variability in treadmill walking: influence of rhythmic auditory cueing.

    Directory of Open Access Journals (Sweden)

    Philippe Terrier

    Full Text Available While walking, human beings continuously adjust step length (SpL, step time (SpT, step speed (SpS = SpL/SpT and step width (SpW by integrating both feedforward and feedback mechanisms. These motor control processes result in correlations of gait parameters between consecutive strides (statistical persistence. Constraining gait with a speed cue (treadmill and/or a rhythmic auditory cue (metronome, modifies the statistical persistence to anti-persistence. The objective was to analyze whether the combined effect of treadmill and rhythmic auditory cueing (RAC modified not only statistical persistence, but also fluctuation magnitude (standard deviation, SD, and stationarity of SpL, SpT, SpS and SpW. Twenty healthy subjects performed 6 × 5 min. walking tests at various imposed speeds on a treadmill instrumented with foot-pressure sensors. Freely-chosen walking cadences were assessed during the first three trials, and then imposed accordingly in the last trials with a metronome. Fluctuation magnitude (SD of SpT, SpL, SpS and SpW was assessed, as well as NonStationarity Index (NSI, which estimates the dispersion of local means in the times series (SD of 20 local means over 10 steps. No effect of RAC on fluctuation magnitude (SD was observed. SpW was not modified by RAC, what is likely the evidence that lateral foot placement is separately regulated. Stationarity (NSI was modified by RAC in the same manner as persistent pattern: Treadmill induced low NSI in the time series of SpS, and high NSI in SpT and SpL. On the contrary, SpT, SpL and SpS exhibited low NSI under RAC condition. We used relatively short sample of consecutive strides (100 as compared to the usual number of strides required to analyze fluctuation dynamics (200 to 1000 strides. Therefore, the responsiveness of stationarity measure (NSI to cued walking opens the perspective to perform short walking tests that would be adapted to patients with a reduced gait perimeter.

  1. Exploring the initial steps of the testing process: frequency and nature of pre-preanalytic errors.

    Science.gov (United States)

    Carraro, Paolo; Zago, Tatiana; Plebani, Mario

    2012-03-01

    Few data are available on the nature of errors in the so-called pre-preanalytic phase, the initial steps of the testing process. We therefore sought to evaluate pre-preanalytic errors using a study design that enabled us to observe the initial procedures performed in the ward, from the physician's test request to the delivery of specimens in the clinical laboratory. After a 1-week direct observational phase designed to identify the operating procedures followed in 3 clinical wards, we recorded all nonconformities and errors occurring over a 6-month period. Overall, the study considered 8547 test requests, for which 15 917 blood sample tubes were collected and 52 982 tests undertaken. No significant differences in error rates were found between the observational phase and the overall study period, but underfilling of coagulation tubes was found to occur more frequently in the direct observational phase (P = 0.043). In the overall study period, the frequency of errors was found to be particularly high regarding order transmission [29 916 parts per million (ppm)] and hemolysed samples (2537 ppm). The frequency of patient misidentification was 352 ppm, and the most frequent nonconformities were test requests recorded in the diary without the patient's name and failure to check the patient's identity at the time of blood draw. The data collected in our study confirm the relative frequency of pre-preanalytic errors and underline the need to consensually prepare and adopt effective standard operating procedures in the initial steps of laboratory testing and to monitor compliance with these procedures over time.

  2. Comment on "Step dynamics and equilibrium structure of monoatomic steps on Si(001)-2x1" by J.R. Sanchez and C.M. Aldao

    NARCIS (Netherlands)

    Zandvliet, Henricus J.W.; Wulfhekel, W.C.U.; Hendriksen, B.; Poelsema, Bene

    1997-01-01

    In contrast to a recent claim by Sánchez and Aldao [Phys. Rev. B 54, R11 058 (1996)] that the relaxation dynamics of attachment processes influences the equilibrium step structure we argue that the step structure in thermodynamic equilibrium is only governed by the configurational free energy

  3. Developing a workbook to support the contextualisation of global health systems guidance: a case study identifying steps and critical factors for success in this process at WHO.

    Science.gov (United States)

    Alvarez, Elizabeth; Lavis, John N; Brouwers, Melissa; Schwartz, Lisa

    2018-03-02

    Global guidance can help countries strengthen their health systems to deliver effective interventions to their populations. However, to have an impact, guidance needs to be contextualised or adapted to local settings; this process includes consideration of health system arrangements and political system factors. To date, methods to support contextualisation do not exist. In response, a workbook was designed to provide specific methods and strategies to enable the contextualisation of WHO's 'Optimizing health worker roles to improve maternal and newborn health' (OptimizeMNH) guidance at the national or subnational level. The objective of this study was to describe the process of developing the workbook and identify key steps of the development process, barriers that arose and facilitators that helped overcome some of these barriers. A qualitative single case study design was carried out. Interviews, documents and a reflexive journal were used. Constant comparison and an edit-style of organisation were used during data analysis to develop concepts, themes, subthemes and relationships among them. Thirteen interviews were conducted and 52 documents were reviewed. Three main steps were identified in the process of developing the workbook for health systems guidance contextualisation, namely (1) determining the need for and gaining approval to develop the workbook, (2) developing the workbook (taking on the task, creating the structure of the workbook, operationalising its components, undergoing approval processes and editing it), and (3) implementing the workbook both at the WHO level and at the national/subnational level. Five barriers and/or facilitators emerged relevant to each step, namely (1) having well-placed and credible champions, (2) creating and capitalising on opportunities, (3) finding the right language to engage various actors and obtain buy-in, (4) obtaining and maintaining meaningful buy-in, and (5) ensuring access to resources. Understanding the key

  4. Finding God through the Spirituality of the 12 Steps of Alcoholics Anonymous

    Directory of Open Access Journals (Sweden)

    Jeff Sandoz

    2014-09-01

    Full Text Available The 12 Step program of Alcoholics Anonymous has provided relief for individuals recovering from alcoholism for over 75 years. The key to the recovery process is a spiritual experience as the result of practicing the daily discipline of the 12 Steps, a process which evokes a psychic change sufficient to recover from this disease. Although a relatively new spiritual discipline, the 12 Step program is built upon a foundation of much older and more traditional paths to God including devotion, understanding, service and meditation. Recent research provides insights into the 12 Step program. Specifically, the path of recovery is highlighted by the reduction of resentment and the promotion of forgiveness which are key factors of recovery.

  5. The effects of polymers' visco-elastoplastic properties on the micro cavities filling step of hot embossing process

    Science.gov (United States)

    Cheng, Gang; Barrière, Thierry

    2018-05-01

    The hot embossing process has been widely used in the manufacturing of polymer components, especially for the fabrication of micro or nano components. The significant advantage of the hot embossing process compared to the traditional injection moulding process is the excellent effective filling ratio for the high aspect ratio components and large surface structural components. The lack of material behavior modeling and numerical simulation limits the further development the hot embossing process, especially at the micro and nano scales. In this paper, a visco-elastoplastic behavior law has been proposed to describe the amorphous thermoplastic polymer mechanical properties in the hot embossing processing temperature range, which is lightly above their glass transition temperature. Uniaxial compression tests have been carried out in order to investigate the amorphous thermoplastic polymers properties. The material parameters in the visco-elastoplastic model have been identified according to the experimental results. A 3D numerical model has been created in the simulation software, which is based on the finite element method. The numerical simulation of the filling step of the hot embossing process has been effectuated by taking into account the viscous, elastic and plastic behaviors of thermoplastic polymers. The micro hot embossing process has been carried out using horizontal injection compression moulding equipment. A complete compression mould tool, equipped with the heating system, the cooling system, the ejection system and the vacuum system, has been designed and elaborated for this research work. The microfluidic devices based on the amorphous thermoplastic polymers have been successfully elaborated by hot embossing process. Proper agreement between the numerical simulation and the experimental elaboration has been obtained.

  6. Improving anaerobic sewage sludge digestion by implementation of a hyper-thermophilic prehydrolysis step

    DEFF Research Database (Denmark)

    Lu, Jingquan; Gavala, Hariklia N.; Skiadas, Ioannis V.

    2008-01-01

    The present study focuses on a two-step process for treatment and stabilisation of primary sludge. The process consists of a hyperthermophilic hydrolysis step operated at 70 degrees C and a hydraulic retention time (HRT) of 2 clays followed by a thermophilic (55 degrees C) anaerobic digestion step......) with and Without pre-treatment respectively) and up to 115% increase of the methane production rate. Finally it was shown that the extra energy requirements for the operation of a pre-treatment step would be covered by the energy Produced from the extra methane production and in addition there would...

  7. Focal cryotherapy: step by step technique description

    Directory of Open Access Journals (Sweden)

    Cristina Redondo

    Full Text Available ABSTRACT Introduction and objective: Focal cryotherapy emerged as an efficient option to treat favorable and localized prostate cancer (PCa. The purpose of this video is to describe the procedure step by step. Materials and methods: We present the case of a 68 year-old man with localized PCa in the anterior aspect of the prostate. Results: The procedure is performed under general anesthesia, with the patient in lithotomy position. Briefly, the equipment utilized includes the cryotherapy console coupled with an ultrasound system, argon and helium gas bottles, cryoprobes, temperature probes and an urethral warming catheter. The procedure starts with a real-time trans-rectal prostate ultrasound, which is used to outline the prostate, the urethra and the rectal wall. The cryoprobes are pretested and placed in to the prostate through the perineum, following a grid template, along with the temperature sensors under ultrasound guidance. A cystoscopy confirms the right positioning of the needles and the urethral warming catheter is installed. Thereafter, the freeze sequence with argon gas is started, achieving extremely low temperatures (-40°C to induce tumor cell lysis. Sequentially, the thawing cycle is performed using helium gas. This process is repeated one time. Results among several series showed a biochemical disease-free survival between 71-93% at 9-70 month- follow-up, incontinence rates between 0-3.6% and erectile dysfunction between 0-42% (1–5. Conclusions: Focal cryotherapy is a feasible procedure to treat anterior PCa that may offer minimal morbidity, allowing good cancer control and better functional outcomes when compared to whole-gland treatment.

  8. The way to collisions, step by step

    CERN Multimedia

    2009-01-01

    While the LHC sectors cool down and reach the cryogenic operating temperature, spirits are warming up as we all eagerly await the first collisions. No reason to hurry, though. Making particles collide involves the complex manoeuvring of thousands of delicate components. The experts will make it happen using a step-by-step approach.

  9. A two-step annealing process for enhancing the ferroelectric properties of poly(vinylidene fluoride) (PVDF) devices

    KAUST Repository

    Park, Jihoon; Kurra, Narendra; AlMadhoun, M. N.; Odeh, Ihab N.; Alshareef, Husam N.

    2015-01-01

    We report a simple two-step annealing scheme for the fabrication of stable non-volatile memory devices employing poly(vinylidene fluoride) (PVDF) polymer thin-films. The proposed two-step annealing scheme comprises the crystallization

  10. Simultaneous enhancement of phenolic compound degradations by Acinetobacter strain V2 via a step-wise continuous acclimation process.

    Science.gov (United States)

    Lin, Johnson; Sharma, Vikas; Milase, Ridwaan; Mbhense, Ntuthuko

    2016-06-01

    Phenol degradation enhancement of Acinetobacter strain V2 by a step-wise continuous acclimation process was investigated. At the end of 8 months, three stable adapted strains, designated as R, G, and Y, were developed with the sub-lethal concentration of phenol at 800, 1100, and 1400 mg/L, respectively, from 400 mg/L of V2 parent strain. All strains degraded phenol at their sub-lethal level within 24 h, their growth rate increased as the acclimation process continued and retained their degradation properties even after storing at -80 °C for more than 3 years. All adapted strains appeared coccoid with an ungranulated surface under electron microscope compared to typical rod-shaped parental strain V2 . The adapted Y strain also possessed superior degradation ability against aniline, benzoate, and toluene. This study demonstrated the use of long term acclimation process to develop efficient and better pollutant degrading bacterial strains with potentials in industrial and environmental bioremediation. © 2015 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  11. A theory of the stepped leader in lightning

    International Nuclear Information System (INIS)

    Lowke, J.J.

    1999-01-01

    There is no generally accepted explanation of the stepped leader behaviour in terms of basic physical processes. Existing theories generally involve significant gas heating within the stepped leader. In the present paper, the stepped nature of the leader is proposed to arise due to a combination of two physical phenomena. Electron transport is dominant over ion transport, during the luminous step stage, because electron mobilities are about 100 times larger than ion mobilities, and the streamer front velocity is determined by electron ionization effects. During the dark time between steps, there are only ions and charge transport is very much slower. The second effect leading to stepped behaviour arises because the electric field required for electric breakdown in air prior to a discharge is ∼30kV/cm, and is very much higher than the electric field of 5kV/cm that is required to sustain a glow discharge in air. During the luminous step stage, electrons tend to produce space charges to make a uniform field in the streamer of ∼5kV/cm. During the dark time between steps, there are no electrons but only ions. Time is required for ion drift to produce a space charge sheath of negative ions at the head of the streamer to produce a field of ∼30kV/cm sufficient for electron ionization to produce a new luminous step

  12. Step-to-step reproducibility and asymmetry to study gait auto-optimization in healthy and cerebral palsied subjects.

    Science.gov (United States)

    Descatoire, A; Femery, V; Potdevin, F; Moretto, P

    2009-05-01

    The purpose of our study was to compare plantar pressure asymmetry and step-to-step reproducibility in both able-bodied persons and two groups of hemiplegics. The relevance of the research was to determine the efficiency of asymmetry and reproducibility as indexes for diagnosis and rehabilitation processes. This study comprised 31 healthy young subjects and 20 young subjects suffering from cerebral palsy hemiplegia assigned to two groups of 10 subjects according to the severity of their musculoskeletal disorders. The peaks of plantar pressure and the time to peak pressure were recorded with an in-shoe measurement system. The intra-individual coefficient of variability was calculated to indicate the consistency of plantar pressure during walking and to define gait stability. The effect size was computed to quantify the asymmetry and measurements were conducted at eight footprint locations. Results indicated few differences in step-to-step reproducibility between the healthy group and the less spastic group while the most affected group showed a more asymmetrical and unstable gait. From the concept of self-optimisation and depending on the neuromotor disorders the organism could make priorities based on pain, mobility, stability or energy expenditure to develop the best gait auto-optimisation.

  13. Stepped fans and facies-equivalent phyllosilicates in Coprates Catena, Mars

    Science.gov (United States)

    Grindrod, P. M.; Warner, N. H.; Hobley, D. E. J.; Schwartz, C.; Gupta, S.

    2018-06-01

    Stepped fan deposits and phyllosilicate mineralogies are relatively common features on Mars but have not previously been found in association with each other. Both of these features are widely accepted to be the result of aqueous processes, but the assumed role and nature of any water varies. In this study we have investigated two stepped fan deposits in Coprates Catena, Mars, which have a genetic link to light-toned material that is rich in Fe-Mg phyllosilicate phases. Although of different sizes and in separate, but adjacent, trough-like depressions, we identify similar features at these stepped fans and phyllosilicates that are indicative of similar formation conditions and processes. Our observations of the overall geomorphology, mineralogy and chronology of these features are consistent with a two stage formation process, whereby deposition in the troughs first occurs into shallow standing water or playas, forming fluvial or alluvial fans that terminate in delta deposits and interfinger with interpreted lacustrine facies, with a later period of deposition under sub-aerial conditions, forming alluvial fan deposits. We suggest that the distinctive stepped appearance of these fans is the result of aeolian erosion, and is not a primary depositional feature. This combined formation framework for stepped fans and phyllosilicates can also explain other similar features on Mars, and adds to the growing evidence of fluvial activity in the equatorial region of Mars during the Hesperian and Amazonian.

  14. Enhancement of Dimple Formability in Sheet Metals by 2-Step Forming

    International Nuclear Information System (INIS)

    Kim, Hasung; Kim, Minsoo; Lee, Hyungyil; Kim, Naksoo; Kim, Dongchoul

    2013-01-01

    In this study, a 2-step stamping model with an additional 1st stamping tool is proposed to reduce stamping flaws in the curved parts of a dimple in a nuclear fuel spacer grid. First, the strains of curved part of dimple are characterized via a comparison with strain solutions in pure bending. A reference 2a finite element (FE) model of 1-step stamping is then established, and the corresponding maximum strain is obtained. By varying the values of design variables of the 1st stamping tool in the 2-step stamping model, FE solutions are obtained to express the strain as a function of process variables, which provides the optimum values of process variables. Finally, applying these optimum values to a 3a FE model, we demonstrate the enhanced formability of the proposed 2-step stamping model

  15. Enhancement of Dimple Formability in Sheet Metals by 2-Step Forming

    Energy Technology Data Exchange (ETDEWEB)

    Kim, Hasung; Kim, Minsoo; Lee, Hyungyil; Kim, Naksoo; Kim, Dongchoul [Sogang Univ., Seoul (Korea, Republic of)

    2013-07-15

    In this study, a 2-step stamping model with an additional 1st stamping tool is proposed to reduce stamping flaws in the curved parts of a dimple in a nuclear fuel spacer grid. First, the strains of curved part of dimple are characterized via a comparison with strain solutions in pure bending. A reference 2a finite element (FE) model of 1-step stamping is then established, and the corresponding maximum strain is obtained. By varying the values of design variables of the 1st stamping tool in the 2-step stamping model, FE solutions are obtained to express the strain as a function of process variables, which provides the optimum values of process variables. Finally, applying these optimum values to a 3a FE model, we demonstrate the enhanced formability of the proposed 2-step stamping model.

  16. Influence of parameters controlling the extrusion step in fused filament fabrication (FFF) process applied to polymers using numerical simulation

    Science.gov (United States)

    Shahriar, Bakrani Balani; Arthur, Cantarel; France, Chabert; Valérie, Nassiet

    2018-05-01

    Extrusion is one of the oldest manufacturing processes; it is widely used for manufacturing finished and semi-finished products. Moreover, extrusion is also the main process in additive manufacturing technologies such as Fused Filament Fabrication (FFF). In FFF process, the parts are manufactured layer by layer using thermoplastic material. The latter in form of filament, is melted in the liquefier and then it is extruded and deposited on the previous layer. The mechanical properties of the printed parts rely on the coalescence of each extrudate with another one. The coalescence phenomenon is driven by the flow properties of the melted polymer when it comes out the nozzle just before the deposition step. This study aims to master the quality of the printed parts by controlling the effect of the parameters of the extruder on the flow properties in the FFF process. In the current study, numerical simulation of the polymer coming out of the extruder was carried out using Computational Fluid Dynamics (CFD) and two phase flow (TPF) simulation Level Set (LS) method by 2D axisymmetric module of COMSOL Multiphysics software. In order to pair the heat transfer with the flow simulation, an advection-diffusion equation was used. Advection-diffusion equation was implemented as a Partial Differential Equation (PDE) in the software. In order to define the variation of viscosity of the polymer with temperature, the rheological behaviors of two thermoplastics were measured by extensional rheometer and using a parallel-plate configuration of an oscillatory rheometer. The results highlight the influence of the environment temperature and the cooling rate on the temperature and viscosity of the extrudate exiting from the nozzle. Moreover, the temperature and its corresponding viscosity at different times have been determined using numerical simulation. At highest shear rates, the extrudate undergoes deformation from typical cylindrical shape. These results are required to predict the

  17. A 2-D process-based model for suspended sediment dynamics: a first step towards ecological modeling

    Science.gov (United States)

    Achete, F. M.; van der Wegen, M.; Roelvink, D.; Jaffe, B.

    2015-06-01

    In estuaries suspended sediment concentration (SSC) is one of the most important contributors to turbidity, which influences habitat conditions and ecological functions of the system. Sediment dynamics differs depending on sediment supply and hydrodynamic forcing conditions that vary over space and over time. A robust sediment transport model is a first step in developing a chain of models enabling simulations of contaminants, phytoplankton and habitat conditions. This works aims to determine turbidity levels in the complex-geometry delta of the San Francisco estuary using a process-based approach (Delft3D Flexible Mesh software). Our approach includes a detailed calibration against measured SSC levels, a sensitivity analysis on model parameters and the determination of a yearly sediment budget as well as an assessment of model results in terms of turbidity levels for a single year, water year (WY) 2011. Model results show that our process-based approach is a valuable tool in assessing sediment dynamics and their related ecological parameters over a range of spatial and temporal scales. The model may act as the base model for a chain of ecological models assessing the impact of climate change and management scenarios. Here we present a modeling approach that, with limited data, produces reliable predictions and can be useful for estuaries without a large amount of processes data.

  18. A 2-D process-based model for suspended sediment dynamics: A first step towards ecological modeling

    Science.gov (United States)

    Achete, F. M.; van der Wegen, M.; Roelvink, D.; Jaffe, B.

    2015-01-01

    In estuaries suspended sediment concentration (SSC) is one of the most important contributors to turbidity, which influences habitat conditions and ecological functions of the system. Sediment dynamics differs depending on sediment supply and hydrodynamic forcing conditions that vary over space and over time. A robust sediment transport model is a first step in developing a chain of models enabling simulations of contaminants, phytoplankton and habitat conditions. This works aims to determine turbidity levels in the complex-geometry delta of the San Francisco estuary using a process-based approach (Delft3D Flexible Mesh software). Our approach includes a detailed calibration against measured SSC levels, a sensitivity analysis on model parameters and the determination of a yearly sediment budget as well as an assessment of model results in terms of turbidity levels for a single year, water year (WY) 2011. Model results show that our process-based approach is a valuable tool in assessing sediment dynamics and their related ecological parameters over a range of spatial and temporal scales. The model may act as the base model for a chain of ecological models assessing the impact of climate change and management scenarios. Here we present a modeling approach that, with limited data, produces reliable predictions and can be useful for estuaries without a large amount of processes data.

  19. Statistical process control and verifying positional accuracy of a cobra motion couch using step-wedge quality assurance tool.

    Science.gov (United States)

    Binny, Diana; Lancaster, Craig M; Trapp, Jamie V; Crowe, Scott B

    2017-09-01

    This study utilizes process control techniques to identify action limits for TomoTherapy couch positioning quality assurance tests. A test was introduced to monitor accuracy of the applied couch offset detection in the TomoTherapy Hi-Art treatment system using the TQA "Step-Wedge Helical" module and MVCT detector. Individual X-charts, process capability (cp), probability (P), and acceptability (cpk) indices were used to monitor a 4-year couch IEC offset data to detect systematic and random errors in the couch positional accuracy for different action levels. Process capability tests were also performed on the retrospective data to define tolerances based on user-specified levels. A second study was carried out whereby physical couch offsets were applied using the TQA module and the MVCT detector was used to detect the observed variations. Random and systematic variations were observed for the SPC-based upper and lower control limits, and investigations were carried out to maintain the ongoing stability of the process for a 4-year and a three-monthly period. Local trend analysis showed mean variations up to ±0.5 mm in the three-monthly analysis period for all IEC offset measurements. Variations were also observed in the detected versus applied offsets using the MVCT detector in the second study largely in the vertical direction, and actions were taken to remediate this error. Based on the results, it was recommended that imaging shifts in each coordinate direction be only applied after assessing the machine for applied versus detected test results using the step helical module. User-specified tolerance levels of at least ±2 mm were recommended for a test frequency of once every 3 months to improve couch positional accuracy. SPC enables detection of systematic variations prior to reaching machine tolerance levels. Couch encoding system recalibrations reduced variations to user-specified levels and a monitoring period of 3 months using SPC facilitated in detecting

  20. Near-Space TOPSAR Large-Scene Full-Aperture Imaging Scheme Based on Two-Step Processing

    Directory of Open Access Journals (Sweden)

    Qianghui Zhang

    2016-07-01

    Full Text Available Free of the constraints of orbit mechanisms, weather conditions and minimum antenna area, synthetic aperture radar (SAR equipped on near-space platform is more suitable for sustained large-scene imaging compared with the spaceborne and airborne counterparts. Terrain observation by progressive scans (TOPS, which is a novel wide-swath imaging mode and allows the beam of SAR to scan along the azimuth, can reduce the time of echo acquisition for large scene. Thus, near-space TOPS-mode SAR (NS-TOPSAR provides a new opportunity for sustained large-scene imaging. An efficient full-aperture imaging scheme for NS-TOPSAR is proposed in this paper. In this scheme, firstly, two-step processing (TSP is adopted to eliminate the Doppler aliasing of the echo. Then, the data is focused in two-dimensional frequency domain (FD based on Stolt interpolation. Finally, a modified TSP (MTSP is performed to remove the azimuth aliasing. Simulations are presented to demonstrate the validity of the proposed imaging scheme for near-space large-scene imaging application.

  1. Improvement of Thermo-Mechanical Properties of Short Natural Fiber Reinforced Recycled Polypropylene Composites through Double Step Grafting Process

    Science.gov (United States)

    Saputra, O. A.; Rini, K. S.; Susanti, T. D.; Mustofa, R. E.; Prameswari, M. D.; Pramono, E.

    2017-07-01

    This study focused on the effect of a compatibilizer addition, maleic anhydrides (MAH) on mechanical, thermal and water absorption properties of oil palm empty fruit bunches (EFB) fiber reinforced recycled polypropylene (rPP) biocomposites. The double steps grafting process were conducted by incorporated MAH on both rPP and EFB to improve the surface adhesion between these materials, to result in a good mechanical properties as well as biocompatibility to nature. The chemical test was carried out using FTIR (Fourier Transform Infra-Red) spectroscopy technique to evaluated grafting process. The mechanical test was investigated and found that the addition of 10 phr MAH to both rPP and EFB improved mechanical strength of the biocomposites higher than another formulas. In this study, thermal properties of biocomposites also characterized. Water absorption (WA) analysis showed the presence of EFB fiber increased the water uptake of the material.

  2. Numerical characterisation of one-step and three-step solar air heating collectors used for cocoa bean solar drying.

    Science.gov (United States)

    Orbegoso, Elder Mendoza; Saavedra, Rafael; Marcelo, Daniel; La Madrid, Raúl

    2017-12-01

    In the northern coastal and jungle areas of Peru, cocoa beans are dried using artisan methods, such as direct exposure to sunlight. This traditional process is time intensive, leading to a reduction in productivity and, therefore, delays in delivery times. The present study was intended to numerically characterise the thermal behaviour of three configurations of solar air heating collectors in order to determine which demonstrated the best thermal performance under several controlled operating conditions. For this purpose, a computational fluid dynamics model was developed to describe the simultaneous convective and radiative heat transfer phenomena under several operation conditions. The constructed computational fluid dynamics model was firstly validated through comparison with the data measurements of a one-step solar air heating collector. We then simulated two further three-step solar air heating collectors in order to identify which demonstrated the best thermal performance in terms of outlet air temperature and thermal efficiency. The numerical results show that under the same solar irradiation area of exposition and operating conditions, the three-step solar air heating collector with the collector plate mounted between the second and third channels was 67% more thermally efficient compared to the one-step solar air heating collector. This is because the air exposition with the surface of the collector plate for the three-step solar air heating collector former device was twice than the one-step solar air heating collector. Copyright © 2017 Elsevier Ltd. All rights reserved.

  3. Implementing a stepped-care approach in primary care: results of a qualitative study

    Directory of Open Access Journals (Sweden)

    Franx Gerdien

    2012-01-01

    Full Text Available Abstract Background Since 2004, 'stepped-care models' have been adopted in several international evidence-based clinical guidelines to guide clinicians in the organisation of depression care. To enhance the adoption of this new treatment approach, a Quality Improvement Collaborative (QIC was initiated in the Netherlands. Methods Alongside the QIC, an intervention study using a controlled before-and-after design was performed. Part of the study was a process evaluation, utilizing semi-structured group interviews, to provide insight into the perceptions of the participating clinicians on the implementation of stepped care for depression into their daily routines. Participants were primary care clinicians, specialist clinicians, and other healthcare staff from eight regions in the Netherlands. Analysis was supported by the Normalisation Process Theory (NPT. Results The introduction of a stepped-care model for depression to primary care teams within the context of a depression QIC was generally well received by participating clinicians. All three elements of the proposed stepped-care model (patient differentiation, stepped-care treatment, and outcome monitoring, were translated and introduced locally. Clinicians reported changes in terms of learning how to differentiate between patient groups and different levels of care, changing antidepressant prescribing routines as a consequence of having a broader treatment package to offer to their patients, and better working relationships with patients and colleagues. A complex range of factors influenced the implementation process. Facilitating factors were the stepped-care model itself, the structured team meetings (part of the QIC method, and the positive reaction from patients to stepped care. The differing views of depression and depression care within multidisciplinary health teams, lack of resources, and poor information systems hindered the rapid introduction of the stepped-care model. The NPT

  4. Configuration Management for eXtreme Programming

    DEFF Research Database (Denmark)

    Asklund, U.; Bendix, Lars Gotfred; Ekman, T.

    2003-01-01

    Extreme programming (XP) is a software development method that prescribes the use of 12 different practices. Four of these practices (collective code ownership, continuous integration, small releases and refactoring) can indeed be given good support by the use of simple configuration management (CM......) techniques. We report on our experience in providing many groups of novice developers with CM education, processes and tools to support the four CM-related XP practices in their projects. True to the spirit of XP both education and processes are very lightweight and we found that it was sufficient to focus...

  5. Theoretical insights into the effect of terrace width and step edge coverage on CO adsorption and dissociation over stepped Ni surfaces.

    Science.gov (United States)

    Yang, Kuiwei; Zhang, Minhua; Yu, Yingzhe

    2017-07-21

    Vicinal surfaces of Ni are model catalysts of general interest and great importance in computational catalysis. Here we report a comprehensive study conducted with density functional theory on Ni[n(111) × (100)] (n = 2, 3 and 4) surfaces to explore the effect of terrace width and step edge coverage on CO adsorption and dissociation, a probe reaction relevant to many industrial processes. The coordination numbers (CN), the generalized coordination numbers and the d band partial density of states (d-PDOS) of Ni are identified as descriptors to faithfully reflect the difference of the step edge region for Ni[n(111) × (100)]. Based on analysis of the energy diagrams for CO activation and dissociation as well as the structural features of the Ni(311), Ni(211) and Ni(533) surfaces, Ni(211) (n = 3) is proposed as a model of adequate representativeness for Ni[n(111) × (100)] (n≥ 3) surface groups in investigating small molecule activation over such stepped structures. Further, a series of Ni(211) surfaces with the step edge coverage ranging from 1/4 to 1 monolayer (ML) were utilized to assess their effect on CO activation. The results show that CO adsorption is not sensitive to the step edge coverage, which could readily approach 1 ML under a CO-rich atmosphere. In contrast, CO dissociation manifests strong coverage dependence when the coverage exceeds 1/2 ML, indicating that significant adsorbate-adsorbate interactions emerge. These results are conducive to theoretical studies of metal-catalyzed surface processes where the defects play a vital role.

  6. Statistical modeling of tear strength for one step fixation process of reactive printing and easy care finishing

    International Nuclear Information System (INIS)

    Asim, F.; Mahmood, M.

    2017-01-01

    Statistical modeling imparts significant role in predicting the impact of potential factors affecting the one step fixation process of reactive printing and easy care finishing. Investigation of significant factors on tear strength of cotton fabric for single step fixation of reactive printing and easy care finishing has been carried out in this research work using experimental design technique. The potential design factors were; concentration of reactive dye, concentration of crease resistant, fixation method and fixation temperature. The experiments were designed using DoE (Design of Experiment) and analyzed through software Design Expert. The detailed analysis of significant factors and interactions including ANOVA (Analysis of Variance), residuals, model accuracy and statistical model for tear strength has been presented. The interaction and contour plots of vital factors has been examined. It has been found from the statistical analysis that each factor has an interaction with other factor. Most of the investigated factors showed curvature effect on other factor. After critical examination of significant plots, quadratic model of tear strength with significant terms and their interaction at alpha = 0.05 has been developed. The calculated correlation coefficient, R2 of the developed model is 0.9056. The high values of correlation coefficient inferred that developed equation of tear strength will precisely predict the tear strength over the range of values. (author)

  7. A Ten-Step Process for Developing Teaching Units

    Science.gov (United States)

    Butler, Geoffrey; Heslup, Simon; Kurth, Lara

    2015-01-01

    Curriculum design and implementation can be a daunting process. Questions quickly arise, such as who is qualified to design the curriculum and how do these people begin the design process. According to Graves (2008), in many contexts the design of the curriculum and the implementation of the curricular product are considered to be two mutually…

  8. A Step-by-Step Framework on Discrete Events Simulation in Emergency Department; A Systematic Review.

    Science.gov (United States)

    Dehghani, Mahsa; Moftian, Nazila; Rezaei-Hachesu, Peyman; Samad-Soltani, Taha

    2017-04-01

    To systematically review the current literature of simulation in healthcare including the structured steps in the emergency healthcare sector by proposing a framework for simulation in the emergency department. For the purpose of collecting the data, PubMed and ACM databases were used between the years 2003 and 2013. The inclusion criteria were to select English-written articles available in full text with the closest objectives from among a total of 54 articles retrieved from the databases. Subsequently, 11 articles were selected for further analysis. The studies focused on the reduction of waiting time and patient stay, optimization of resources allocation, creation of crisis and maximum demand scenarios, identification of overcrowding bottlenecks, investigation of the impact of other systems on the existing system, and improvement of the system operations and functions. Subsequently, 10 simulation steps were derived from the relevant studies after an expert's evaluation. The 10-steps approach proposed on the basis of the selected studies provides simulation and planning specialists with a structured method for both analyzing problems and choosing best-case scenarios. Moreover, following this framework systematically enables the development of design processes as well as software implementation of simulation problems.

  9. Process for recovering uranium from wet process phosphoric acid (III)

    International Nuclear Information System (INIS)

    Pyrih, R.Z.; Rickard, R.S.; Carrington, O.F.

    1983-01-01

    Uranium is conventionally recovered from wet-process phosphoric acid by two liquid ion exchange steps using a mixture of mono- and disubstituted phenyl esters of orthophosphoric acid (OPPA). Efficiency of the process drops as the mono-OPPA is lost preferentially to the aqueous phase. This invention provides a process for the removal of the uranium process organics (OPPA and organic solvents) from the raffinate of the first liquid ion exchange step and their return to the circuit. The process organics are removed by a combination flotation and absorption step, which results in the recovery of the organics on beads of a hydrophobic styrene polymer

  10. Scanning Tunneling Microscopy Evidence for the Dissociation of Carbon Monoxide on Ruthenium Steps

    DEFF Research Database (Denmark)

    Tison, Yann; Nielsen, Kenneth; Mowbray, Duncan J.

    2012-01-01

    –Tropsch processes under certain conditions, has been debated for years. Here, scanning tunneling microscopy (STM) and density functional theory (DFT) are used to clarify the role of monatomic steps in the splitting of CO on a stepped Ru(0 1 54) crystal, which displays alternating steps with either 4-fold or 3-fold...... symmetry. After CO doses at elevated temperatures, the STM images reveal step decorations characteristic of atomic oxygen resulting from CO dissociation on every second step. The comparison of the STM images with the results of DFT calculations shows that the step decoration occurs on the steps displaying...

  11. First steps in translating human cognitive processes of cane pruning grapevines into AI rules for automated robotic pruning

    Directory of Open Access Journals (Sweden)

    Saxton Valerie

    2014-01-01

    Full Text Available Cane pruning of grapevines is a skilled task for which, internationally, there is a dire shortage of human pruners. As part of a larger project developing an automated robotic pruner, we have used artificial intelligence (AI algorithms to create an expert system for selecting new canes and cutting off unwanted canes. A domain and ontology has been created for AI, which reflects the expertise of expert human pruners. The first step in the creation of an expert system was to generate virtual vines, which were then ‘pruned’ by human pruners and also by the expert system in its infancy. Here we examined the decisions of 12 human pruners, for consistency of decision, on 60 virtual vines. 96.7% of the 12 pruners agreed on at least one cane choice after which there was diminishing agreement on which further canes to select for laying. Our results indicate that techniques developed in computational intelligence can be used to co-ordinate and synthesise the expertise of human pruners into a best practice format. This paper describes first steps in this knowledge elicitation process, and discusses the fit between cane pruning expertise and the expertise that can be elicited using AI based expert system techniques.

  12. Simple One-Step Method to Synthesize Polypyrrole-Indigo Carmine-Silver Nanocomposite

    Directory of Open Access Journals (Sweden)

    Lara Fernandes Loguercio

    2016-01-01

    Full Text Available A nanocomposite of indigo carmine doped polypyrrole/silver nanoparticles was obtained by a one-step electrochemical process. The nanocomposite was characterized by scanning electron microscopy, infrared spectroscopy, ultraviolet-visible-near infrared spectroscopy, and cyclic voltammetry. The simple one-step process allowed the growth of silver nanoparticles during the polymerization of polypyrrole, resulting in films with electrochromic behavior and improved electroactivity. In addition, polypyrrole chains in the nanocomposite were found to present longer conjugation length than pristine polypyrrole films.

  13. The average angular distribution of emitted particles in multi-step compound processes

    International Nuclear Information System (INIS)

    Bonetti, R.; Carlson, B.V.; Hussein, M.S.; Toledo, A.S. de

    1983-05-01

    A simple model for the differential cross-section that describes the angular distribution of emitted particles in heavy-ion induced multi-step compound reactions, is constructed. It is suggested that through a careful analysis of the deviations of the experimental data from the pure Hauser-Feshbach behaviour may shed light on the physical nature of the pre-compound, heavy-ion configuration. (Author) [pt

  14. Step-by-Step Visual Manuals: Design and Development

    Science.gov (United States)

    Urata, Toshiyuki

    2004-01-01

    The types of handouts and manuals that are used in technology training vary. Some describe procedures in a narrative way without graphics; some employ step-by-step instructions with screen captures. According to Thirlway (1994), a training manual should be like a tutor that permits a student to learn at his own pace and gives him confidence for…

  15. Performance of an attention-demanding task during treadmill walking shifts the noise qualities of step-to-step variation in step width.

    Science.gov (United States)

    Grabiner, Mark D; Marone, Jane R; Wyatt, Marilynn; Sessoms, Pinata; Kaufman, Kenton R

    2018-06-01

    The fractal scaling evident in the step-to-step fluctuations of stepping-related time series reflects, to some degree, neuromotor noise. The primary purpose of this study was to determine the extent to which the fractal scaling of step width, step width and step width variability are affected by performance of an attention-demanding task. We hypothesized that the attention-demanding task would shift the structure of the step width time series toward white, uncorrelated noise. Subjects performed two 10-min treadmill walking trials, a control trial of undisturbed walking and a trial during which they performed a mental arithmetic/texting task. Motion capture data was converted to step width time series, the fractal scaling of which were determined from their power spectra. Fractal scaling decreased by 22% during the texting condition (p Step width and step width variability increased 19% and five percent, respectively (p step width fractal scaling. The change of the fractal scaling of step width is consistent with increased cognitive demand and suggests a transition in the characteristics of the signal noise. This may reflect an important advance toward the understanding of the manner in which neuromotor noise contributes to some types of falls. However, further investigation of the repeatability of the results, the sensitivity of the results to progressive increases in cognitive load imposed by attention-demanding tasks, and the extent to which the results can be generalized to the gait of older adults seems warranted. Copyright © 2018 Elsevier B.V. All rights reserved.

  16. One-step spray-coating process for the fabrication of colorful superhydrophobic coatings with excellent corrosion resistance.

    Science.gov (United States)

    Li, Jian; Wu, Runni; Jing, Zhijiao; Yan, Long; Zha, Fei; Lei, Ziqiang

    2015-10-06

    A simple method was used to generate colorful hydrophobic stearate particles via chemical reactions between inorganic salts and sodium stearate. Colored self-cleaning superhydrophobic coatings were prepared through a facile one-step spray-coating process by spraying the stearate particle suspensions onto stainless steel substrates. Furthermore, the colorful superhydrophobic coating maintains excellent chemical stability under both harsh acidic and alkaline circumstances. After being immersed in a 3.5 wt % NaCl aqueous solution for 1 month, the as-prepared coatings remained superhydrophobic; however, they lost their self-cleaning property with a sliding angle of about 46 ± 3°. The corrosion behavior of the superhydrophobic coatings on the Al substrate was characterized by the polarization curve and electrochemical impedance spectroscopy (EIS). The electrochemical corrosion test results indicated that the superhydrophobic coatings possessed excellent corrosion resistance, which could supply efficient and long-term preservation for the bare Al substrate.

  17. First step in the process of calculating the cross section for muonic antihydrogen

    CERN Document Server

    Maher, Niamh

    2016-01-01

    The end goal of the project is to measure the charge radius of the antiproton with muons. However a necessary step first is to calculate cross section of Muonium and antiprotons in the production of antihydrogen to determine the feasibility of such an experiment.

  18. Fabrication of different pore shapes by multi-step etching technique in ion-irradiated PET membranes

    Science.gov (United States)

    Mo, D.; Liu, J. D.; Duan, J. L.; Yao, H. J.; Latif, H.; Cao, D. L.; Chen, Y. H.; Zhang, S. X.; Zhai, P. F.; Liu, J.

    2014-08-01

    A method for the fabrication of different pore shapes in polyethylene terephthalate (PET)-based track etched membranes (TEMs) is reported. A multi-step etching technique involving etchant variation and track annealing was applied to fabricate different pore shapes in PET membranes. PET foils of 12-μm thickness were irradiated with Bi ions (kinetic energy 9.5 MeV/u, fluence 106 ions/cm2) at the Heavy Ion Research Facility (HIRFL, Lanzhou). The cross-sections of fundamental pore shapes (cylinder, cone, and double cone) were analyzed. Funnel-shaped and pencil-shaped pores were obtained using a two-step etching process. Track annealing was carried out in air at 180 °C for 120 min. After track annealing, the selectivity of the etching process decreased, which resulted in isotropic etching in subsequent etching steps. Rounded cylinder and rounded cone shapes were obtained by introducing a track-annealing step in the etching process. Cup and spherical funnel-shaped pores were fabricated using a three- and four-step etching process, respectively. The described multi-step etching technique provides a controllable method to fabricate new pore shapes in TEMs. Introduction of a variety of pore shapes may improve the separation properties of TEMs and enrich the series of TEM products.

  19. Fiscal 2000 project for development of international standards for supporting novel industries. Standardization of production process system (Development of basic STEP standards); 2000 nendo shinki sangyo shiengata kokusai hyojun kaihatsu jigyo. Seisan process system no hyojunka (STEP kiban kikaku no kaihatsu)

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2001-03-01

    Efforts are under way to develop STEP (standard for the exchange of product model data) of ISO-10303 into specifications for expressing the total life cycle of products from designing, manufacturing, to disposition. Japan's study centers about product model expression involving 'thing-making for machine products.' In the study, the functions of the mechanical production process system ranging from designing to manufacturing were analyzed, and the results were built into an integrated application activity model (I-AAM). The I-AAM was analyzed, and an assembly model capable of expressing detailed relations between parts, such as mechanical linking and binding, was developed, and the model was accepted as a new work item at TC184/SC4 in February 2001. In relation to the parametric assembly of Part 108, moreover, the fruit of this research and development effort was adopted. In relation to manufacturing, problems were extracted involving important production designs between the processes of designing and manufacturing. They were raised at SC4, and a data model was proposed. (NEDO)

  20. Effect of One-Step and Multi-Steps Polishing System on Enamel Roughness

    Directory of Open Access Journals (Sweden)

    Cynthia Sumali

    2013-07-01

    Full Text Available Normal 0 false false false MicrosoftInternetExplorer4 The final procedures of orthodontic treatment are bracket debonding and cleaning the remaining adhesive. Multi-step polishing system is the most common method used. The disadvantage of that system is long working time, because of the stages that should be done. Therefore, dental material manufacturer make an improvement to the system, to reduce several stages into one stage only. This new system is known as one-step polishing system. Objective: To compare the effect of one-step and multi-step polishing system on enamel roughness after orthodontic bracket debonding. Methods: Randomized control trial was conducted included twenty-eight maxillary premolar randomized into two polishing system; one-step OptraPol (Ivoclar, Vivadent and multi-step AstroPol (Ivoclar, Vivadent. After bracket debonding, the remaining adhesive on each group was cleaned by subjective polishing system for ninety seconds using low speed handpiece. The enamel roughness was subjected to profilometer, registering two roughness parameters (Ra, Rz. Independent t-test was used to analyze the mean score of enamel roughness in each group. Results: There was no significant difference of enamel roughness between one-step and multi-step polishing system (p>0.005. Conclusion: One-step polishing system can produce a similar enamel roughness to multi-step polishing system after bracket debonding and adhesive cleaning.DOI: 10.14693/jdi.v19i3.136

  1. More steps towards process automation for optical fabrication

    Science.gov (United States)

    Walker, David; Yu, Guoyu; Beaucamp, Anthony; Bibby, Matt; Li, Hongyu; McCluskey, Lee; Petrovic, Sanja; Reynolds, Christina

    2017-06-01

    In the context of Industrie 4.0, we have previously described the roles of robots in optical processing, and their complementarity with classical CNC machines, providing both processing and automation functions. After having demonstrated robotic moving of parts between a CNC polisher and metrology station, and auto-fringe-acquisition, we have moved on to automate the wash-down operation. This is part of a wider strategy we describe in this paper, leading towards automating the decision-making operations required before and throughout an optical manufacturing cycle.

  2. Microsoft® Visual Basic® 2010 Step by Step

    CERN Document Server

    Halvorson, Michael

    2010-01-01

    Your hands-on, step-by-step guide to learning Visual Basic® 2010. Teach yourself the essential tools and techniques for Visual Basic® 2010-one step at a time. No matter what your skill level, you'll find the practical guidance and examples you need to start building professional applications for Windows® and the Web. Discover how to: Work in the Microsoft® Visual Studio® 2010 Integrated Development Environment (IDE)Master essential techniques-from managing data and variables to using inheritance and dialog boxesCreate professional-looking UIs; add visual effects and print supportBuild com

  3. Complete nitrogen removal from municipal wastewater via partial nitrification by appropriately alternating anoxic/aerobic conditions in a continuous plug-flow step feed process.

    Science.gov (United States)

    Ge, Shijian; Peng, Yongzhen; Qiu, Shuang; Zhu, Ao; Ren, Nanqi

    2014-05-15

    This study assessed the technical feasibility of removing nitrogen from municipal wastewater by partial nitrification (nitritation) in a continuous plug-flow step feed process. Nitrite in the effluent accumulated to over 81.5  ± 9.2% but disappeared with the transition of process operation from anoxic/oxic mode to the anaerobic/anoxic/oxic mode. Batch tests showed obvious ammonia oxidizing bacteria (AOB) stimulation (advanced ammonia oxidation rate) and nitrite (NOB) oxidizing bacteria inhibition (reduced nitrite oxidation rate) under transient anoxic conditions. Two main factors contributed to nitritation in this continuous plug-flow process: One was the alternating anoxic and oxic operational condition; the step feed strategy guaranteed timely denitrification in anoxic zones, allowing a reduction in energy supply (nitrite) to NOB. Fluorescence in Situ Hybridization and quantitative real-time polymerase chain reaction analysis indicated that NOB population gradually decreased to 1.0  ± 0.1% of the total bacterial population (dominant Nitrospira spp., 1.55 × 10(9) copies/L) while AOB increased approximately two-fold (7.4  ± 0.9%, 1.25 × 10(10) copies/L) during the above anoxic to anaerobic transition. Most importantly, without addition of external carbon sources, the above wastewater treatment process reached 86.0  ± 4.2% of total nitrogen (TN) removal with only 7.23 ± 2.31 mg/L of TN in the effluent, which met the discharge requirements. Copyright © 2014 Elsevier Ltd. All rights reserved.

  4. High temperature superconducting Josephson transmission lines for pulse and step sharpening

    International Nuclear Information System (INIS)

    Martens, J.S.; Wendt, J.R.; Hietala, V.M.; Ginley, D.S.; Ashby, C.I.H.; Plut, T.A.; Vawter, G.A.; Tigges, C.P.; Siegal, M.P.; Hou, S.Y.; Phillips, J.M.; Hohenwarter, G.K.G.

    1992-01-01

    An increasing number of high speed digital and other circuit applications require very narrow impulses or rapid pulse edge transitions. Shock wave transmission lines using series or shunt Josephson junctions are one way to generate these signals. Using two different high temperature superconducting Josephson junction processes (step-edge and electron beam defined nanobridges), such transmission lines have been constructed and tested at 77 K. Shock wave lines with approximately 60 YBaCuO nanobridges, have generated steps with fall times of about 10 ps. With step-edge junctions (with higher figures of merit but lower uniformity), step transition times have been reduced to an estimated 1 ps

  5. X-Ray Computed Tomography: The First Step in Mars Sample Return Processing

    Science.gov (United States)

    Welzenbach, L. C.; Fries, M. D.; Grady, M. M.; Greenwood, R. C.; McCubbin, F. M.; Zeigler, R. A.; Smith, C. L.; Steele, A.

    2017-01-01

    The Mars 2020 rover mission will collect and cache samples from the martian surface for possible retrieval and subsequent return to Earth. If the samples are returned, that mission would likely present an opportunity to analyze returned Mars samples within a geologic context on Mars. In addition, it may provide definitive information about the existence of past or present life on Mars. Mars sample return presents unique challenges for the collection, containment, transport, curation and processing of samples [1] Foremost in the processing of returned samples are the closely paired considerations of life detection and Planetary Protection. In order to achieve Mars Sample Return (MSR) science goals, reliable analyses will depend on overcoming some challenging signal/noise-related issues where sparse martian organic compounds must be reliably analyzed against the contamination background. While reliable analyses will depend on initial clean acquisition and robust documentation of all aspects of developing and managing the cache [2], there needs to be a reliable sample handling and analysis procedure that accounts for a variety of materials which may or may not contain evidence of past or present martian life. A recent report [3] suggests that a defined set of measurements should be made to effectively inform both science and Planetary Protection, when applied in the context of the two competing null hypotheses: 1) that there is no detectable life in the samples; or 2) that there is martian life in the samples. The defined measurements would include a phased approach that would be accepted by the community to preserve the bulk of the material, but provide unambiguous science data that can be used and interpreted by various disciplines. Fore-most is the concern that the initial steps would ensure the pristine nature of the samples. Preliminary, non-invasive techniques such as computed X-ray tomography (XCT) have been suggested as the first method to interrogate and

  6. Developmental Steps in Metaphorical Language Abilities: The Influence of Age, Gender, Cognitive Flexibility, Information Processing Speed, and Analogical Reasoning.

    Science.gov (United States)

    Willinger, Ulrike; Deckert, Matthias; Schmöger, Michaela; Schaunig-Busch, Ines; Formann, Anton K; Auff, Eduard

    2017-12-01

    Metaphor is a specific type of figurative language that is used in various important fields such as in the work with children in clinical or teaching contexts. The aim of the study was to investigate the developmental course, developmental steps, and possible cognitive predictors regarding metaphor processing in childhood and early adolescence. One hundred sixty-four typically developing children (7-year-olds, 9-year-olds) and early adolescents (11-year-olds) were tested for metaphor identification, comprehension, comprehension quality, and preference by the Metaphoric Triads Task as well as for analogical reasoning, information processing speed, cognitive flexibility under time pressure, and cognitive flexibility without time pressure. Metaphor identification and comprehension consecutively increased with age. Eleven-year-olds showed significantly higher metaphor comprehension quality and preference scores than seven- and nine-year-olds, whilst these younger age groups did not differ. Age, cognitive flexibility under time pressure, information processing speed, analogical reasoning, and cognitive flexibility without time pressure significantly predicted metaphor comprehension. Metaphorical language ability shows an ongoing development and seemingly changes qualitatively at the beginning of early adolescence. These results can possibly be explained by a greater synaptic reorganization in early adolescents. Furthermore, cognitive flexibility under time pressure and information processing speed possibly facilitate the ability to adapt metaphor processing strategies in a flexible, quick, and appropriate way.

  7. Analyses of one-step liquid hydrogen production from methane and landfill gas

    Energy Technology Data Exchange (ETDEWEB)

    Huang, Cunping; T-Raissi, Ali [University of Central Florida, Florida Solar Energy Center, 1679 Clearlake Road, Cocoa, FL 32922-5703 (United States)

    2007-11-15

    Conventional liquid hydrogen (LH{sub 2}) production consists of two basic steps: (1) gaseous hydrogen (GH{sub 2}) production via steam methane reformation followed by purification by means of pressure swing adsorption (PSA), and (2) GH{sub 2} liquefaction. LH{sub 2} produced by the conventional processes is not carbon neutral because of the carbon dioxide (CO{sub 2}) emission from PSA operation. A novel concept is herein presented and flowsheeted for LH{sub 2} production with zero carbon emission using methane (CH{sub 4}) or landfill gas as feedstock. A cryogenic process is used for both H{sub 2} separation/purification and liquefaction. This one-step process can substantially increase the efficiency and reduce costs because no PSA step is required. Furthermore, the integrated process results in no CO{sub 2} emissions and minimal H{sub 2} losses. Of the five flowsheets presented, one that combines low and high temperature CO/CH{sub 4} reforming reactions in a single reactor shows the highest overall efficiency with the first and second law efficiencies of 85% and 56%, respectively. The latter figure assumes 10% overall energy loss and 30% efficiency for the cryogenic process. (author)

  8. A Stepped Frequency CW SAR for Lightweight UAV Operation

    National Research Council Canada - National Science Library

    Morrison, Keith

    2005-01-01

    A stepped-frequency continuous wave (SF-CW) synthetic aperture radar (SAR), with frequency-agile waveforms and real-time intelligent signal processing algorithms, is proposed for operation from a lightweight UAV platform...

  9. Global Sensitivity Analysis as Good Modelling Practices tool for the identification of the most influential process parameters of the primary drying step during freeze-drying.

    Science.gov (United States)

    Van Bockstal, Pieter-Jan; Mortier, Séverine Thérèse F C; Corver, Jos; Nopens, Ingmar; Gernaey, Krist V; De Beer, Thomas

    2018-02-01

    Pharmaceutical batch freeze-drying is commonly used to improve the stability of biological therapeutics. The primary drying step is regulated by the dynamic settings of the adaptable process variables, shelf temperature T s and chamber pressure P c . Mechanistic modelling of the primary drying step leads to the optimal dynamic combination of these adaptable process variables in function of time. According to Good Modelling Practices, a Global Sensitivity Analysis (GSA) is essential for appropriate model building. In this study, both a regression-based and variance-based GSA were conducted on a validated mechanistic primary drying model to estimate the impact of several model input parameters on two output variables, the product temperature at the sublimation front T i and the sublimation rate ṁ sub . T s was identified as most influential parameter on both T i and ṁ sub , followed by P c and the dried product mass transfer resistance α Rp for T i and ṁ sub , respectively. The GSA findings were experimentally validated for ṁ sub via a Design of Experiments (DoE) approach. The results indicated that GSA is a very useful tool for the evaluation of the impact of different process variables on the model outcome, leading to essential process knowledge, without the need for time-consuming experiments (e.g., DoE). Copyright © 2017 Elsevier B.V. All rights reserved.

  10. The NIST Step Class Library (Step Into the Future)

    Science.gov (United States)

    1990-09-01

    Figure 6. Excerpt from a STEP exclange file based on the Geometry model 1be NIST STEP Class Libary Page 13 An issue of concern in this...Scheifler, R., Gettys, J., and Newman, P., X Window System: C Library and Protocol Reference. Digital Press, Bedford, Mass, 1988. [Schenck90] Schenck, D

  11. Valve cam design using numerical step-by-step method

    OpenAIRE

    Vasilyev, Aleksandr; Bakhracheva, Yuliya; Kabore, Ousman; Zelenskiy, Yuriy

    2014-01-01

    This article studies the numerical step-by-step method of cam profile design. The results of the study are used for designing the internal combustion engine valve gear. This method allows to profile the peak efficiency of cams in view of many restrictions, connected with valve gear serviceability and reliability.

  12. Multi-step processes in the (d, t) and (d, {sup 3}He) reactions on {sup 116}Sn and {sup 208}Pb targets at E{sub d} = 200 MeV

    Energy Technology Data Exchange (ETDEWEB)

    Langevin-Joliot, H.; Van de Wiele, J.; Guillot, J. [Institut de Physique Nucleaire, IN2P3/CNRS, 91 - Orsay (France); Koning, A.J. [Nuclear Research and Consultancy Group NRG, NL (Netherlands)

    2000-07-01

    The role of multi-step processes in the reactions {sup 116}Sn(d,t), {sup 208}Pb(d,t) and {sup 116}Sn(d,{sup 3}He), previously studied at E{sub d} = 200 MeV at forward angles and for relatively low energy transfers, has been investigated. We have performed for the first time multi-step calculations taking into account systematically collective excitations in the second and higher order step inelastic transitions. A calculation code based on the Feshbach, Kerman and Koonin model has been modified to handle explicitly these collective excitations, most important in the forward angle domain. One step double differential pick-up cross sections were built from finite range distorted wave results spread in energy using known or estimated hole state characteristics. It is shown that two-step cross sections calculated using the above method compare rather well with those deduced via coupled channel calculations for the same collective excitations. The multi-step calculations performed up to 6 steps reproduce reasonably well the {sup 115}Sn, {sup 207}Pb and {sup 115}In experimental spectra measured up to E{sub x}{approx}- 40 MeV and 15 deg. The relative contributions of steps of increasing order to pick-up cross sections at E{sub d} = 200 MeV and 150 MeV are discussed. (authors)

  13. Detection of basic steps of a horse "step, trot, gallop" inertial sensors and using artificial neural networks

    Directory of Open Access Journals (Sweden)

    Jaime Eduardo Andrade Ramírez

    2015-12-01

    Full Text Available Through this article the development of a system capable of recognizing the basic steps of a horse in a natural environment is shown. This development is focused on artificial intelligence, where using the processing of a PC, reference algorithms are implemented to treatment and recognition of signs of equine movements captured by inertial sensors. This process is used Fast Fourier transform and artificial neural networks in the software component, the electronic implementation includes the use of the board Enpic14® and Zig-Bee protocol for communicating portable device located on the horses and the computer. The result is a recognition system equine basic steps for identification and characterization of livestock ready for target practice mounted at the National School of Carabineros "ESCAR". This work is developed by the research group in software and Facatativá "GISTFA" technologies University of Cundinamarca in partnership with the research group of the National School of Carabineros "Alfonso Lopez" ESCAR-DINAENro.COL0061592 under the research project "Design of a simulator for shooting lessons mounted police national school" Alfonso Lopez", national police approved in 2014

  14. Step-by-step seeding procedure for preparing HKUST-1 membrane on porous α-alumina support.

    Science.gov (United States)

    Nan, Jiangpu; Dong, Xueliang; Wang, Wenjin; Jin, Wanqin; Xu, Nanping

    2011-04-19

    Metal-organic framework (MOF) membranes have attracted considerable attention because of their striking advantages in small-molecule separation. The preparation of an integrated MOF membrane is still a major challenge. Depositing a uniform seed layer on a support for secondary growth is a main route to obtaining an integrated MOF membrane. A novel seeding method to prepare HKUST-1 (known as Cu(3)(btc)(2)) membranes on porous α-alumina supports is reported. The in situ production of the seed layer was realized in step-by-step fashion via the coordination of H(3)btc and Cu(2+) on an α-alumina support. The formation process of the seed layer was observed by ultraviolet-visible absorption spectroscopy and atomic force microscopy. An integrated HKUST-1 membrane could be synthesized by the secondary hydrothermal growth on the seeded support. The gas permeation performance of the membrane was evaluated. © 2011 American Chemical Society

  15. Step-by-Step Construction of Gene Co-expression Networks from High-Throughput Arabidopsis RNA Sequencing Data.

    Science.gov (United States)

    Contreras-López, Orlando; Moyano, Tomás C; Soto, Daniela C; Gutiérrez, Rodrigo A

    2018-01-01

    The rapid increase in the availability of transcriptomics data generated by RNA sequencing represents both a challenge and an opportunity for biologists without bioinformatics training. The challenge is handling, integrating, and interpreting these data sets. The opportunity is to use this information to generate testable hypothesis to understand molecular mechanisms controlling gene expression and biological processes (Fig. 1). A successful strategy to generate tractable hypotheses from transcriptomics data has been to build undirected network graphs based on patterns of gene co-expression. Many examples of new hypothesis derived from network analyses can be found in the literature, spanning different organisms including plants and specific fields such as root developmental biology.In order to make the process of constructing a gene co-expression network more accessible to biologists, here we provide step-by-step instructions using published RNA-seq experimental data obtained from a public database. Similar strategies have been used in previous studies to advance root developmental biology. This guide includes basic instructions for the operation of widely used open source platforms such as Bio-Linux, R, and Cytoscape. Even though the data we used in this example was obtained from Arabidopsis thaliana, the workflow developed in this guide can be easily adapted to work with RNA-seq data from any organism.

  16. Leading Change Step-by-Step: Tactics, Tools, and Tales

    Science.gov (United States)

    Spiro, Jody

    2010-01-01

    "Leading Change Step-by-Step" offers a comprehensive and tactical guide for change leaders. Spiro's approach has been field-tested for more than a decade and proven effective in a wide variety of public sector organizations including K-12 schools, universities, international agencies and non-profits. The book is filled with proven tactics for…

  17. Tubing-Electrospinning: A One-Step Process for Fabricating Fibrous Matrices with Spatial, Chemical, and Mechanical Gradients.

    Science.gov (United States)

    Kim, Jung-Suk; Im, Byung Gee; Jin, Gyuhyung; Jang, Jae-Hyung

    2016-08-31

    Guiding newly generated tissues in a gradient pattern, thereby precisely mimicking inherent tissue morphology and subsequently arranging the intimate networks between adjacent tissues, is essential to raise the technical levels of tissue engineering and facilitate its transition into the clinic. In this study, a straightforward electrospinning method (the tubing-electrospinning technique) was developed to create fibrous matrices readily with diverse gradient patterns and to induce patterned cellular responses. Gradient fibrous matrices can be produced simply by installing a series of polymer-containing lengths of tubing into an electrospinning circuit and sequentially processing polymers without a time lag. The loading of polymer samples with different characteristics, including concentration, wettability, and mechanical properties, into the tubing system enabled unique features in fibrous matrices, such as longitudinal gradients in fiber density, surface properties, and mechanical stiffness. The resulting fibrous gradients were shown to arrange cellular migration and residence in a gradient manner, thereby offering efficient cues to mediate patterned tissue formation. The one-step process using tubing-electrospinning apparatus can be used without significant modifications regardless of the type of fibrous gradient. Hence, the tubing-electrospinning system can serve as a platform that can be readily used by a wide-range of users to induce patterned tissue formation in a gradient manner, which will ultimately improve the functionality of tissue engineering scaffolds.

  18. One Step Hydrogen Generation Through Sorption Enhanced Reforming

    Energy Technology Data Exchange (ETDEWEB)

    Mays, Jeff [Gas Technology Inst., Des Plaines, IL (United States)

    2017-08-03

    One-step hydrogen generation, using Sorption Enhanced Reforming (SER) technology, is an innovative means of providing critical energy and environmental improvements to US manufacturing processes. The Gas Technology Institute (GTI) is developing a Compact Hydrogen Generator (CHG) process, based on SER technology, which successfully integrates previously independent process steps, achieves superior energy efficiency by lowering reaction temperatures, and provides pathways to doubling energy productivity with less environmental pollution. GTI’s prior CHG process development efforts have culminated in an operational pilot plant. During the initial pilot testing, GTI identified two operating risks- 1) catalyst coating with calcium aluminate compounds, 2) limited solids handling of the sorbent. Under this contract GTI evaluated alternative materials (one catalyst and two sorbents) to mitigate both risks. The alternate catalyst met performance targets and did not experience coating with calcium aluminate compounds of any kind. The alternate sorbent materials demonstrated viable operation, with one material enabling a three-fold increase in sorbent flow. The testing also demonstrated operation at 90% of its rated capacity. Lastly, a carbon dioxide co-production study was performed to assess the advantage of the solid phase separation of carbon dioxide- inherent in the CHG process. Approximately 70% lower capital cost is achievable compared to SMR-based hydrogen production with CO2 capture, as well as improved operating costs.

  19. Microsoft Office Word 2007 step by step

    CERN Document Server

    Cox, Joyce

    2007-01-01

    Experience learning made easy-and quickly teach yourself how to create impressive documents with Word 2007. With Step By Step, you set the pace-building and practicing the skills you need, just when you need them!Apply styles and themes to your document for a polished lookAdd graphics and text effects-and see a live previewOrganize information with new SmartArt diagrams and chartsInsert references, footnotes, indexes, a table of contentsSend documents for review and manage revisionsTurn your ideas into blogs, Web pages, and moreYour all-in-one learning experience includes:Files for building sk

  20. Step by Step Microsoft Office Visio 2003

    CERN Document Server

    Lemke, Judy

    2004-01-01

    Experience learning made easy-and quickly teach yourself how to use Visio 2003, the Microsoft Office business and technical diagramming program. With STEP BY STEP, you can take just the lessons you need, or work from cover to cover. Either way, you drive the instruction-building and practicing the skills you need, just when you need them! Produce computer network diagrams, organization charts, floor plans, and moreUse templates to create new diagrams and drawings quicklyAdd text, color, and 1-D and 2-D shapesInsert graphics and pictures, such as company logosConnect shapes to create a basic f

  1. [Collaborative application of BEPS at different time steps.

    Science.gov (United States)

    Lu, Wei; Fan, Wen Yi; Tian, Tian

    2016-09-01

    BEPSHourly is committed to simulate the ecological and physiological process of vegetation at hourly time steps, and is often applied to analyze the diurnal change of gross primary productivity (GPP), net primary productivity (NPP) at site scale because of its more complex model structure and time-consuming solving process. However, daily photosynthetic rate calculation in BEPSDaily model is simpler and less time-consuming, not involving many iterative processes. It is suitable for simulating the regional primary productivity and analyzing the spatial distribution of regional carbon sources and sinks. According to the characteristics and applicability of BEPSDaily and BEPSHourly models, this paper proposed a method of collaborative application of BEPS at daily and hourly time steps. Firstly, BEPSHourly was used to optimize the main photosynthetic parameters: the maximum rate of carboxylation (V c max ) and the maximum rate of photosynthetic electron transport (J max ) at site scale, and then the two optimized parameters were introduced into BEPSDaily model to estimate regional NPP at regional scale. The results showed that optimization of the main photosynthesis parameters based on the flux data could improve the simulate ability of the model. The primary productivity of different forest types in descending order was deciduous broad-leaved forest, mixed forest, coniferous forest in 2011. The collaborative application of carbon cycle models at different steps proposed in this study could effectively optimize the main photosynthesis parameters V c max and J max , simulate the monthly averaged diurnal GPP, NPP, calculate the regional NPP, and analyze the spatial distribution of regional carbon sources and sinks.

  2. Crowdsourcing step-by-step information extraction to enhance existing how-to videos

    OpenAIRE

    Nguyen, Phu Tran; Weir, Sarah; Guo, Philip J.; Miller, Robert C.; Gajos, Krzysztof Z.; Kim, Ju Ho

    2014-01-01

    Millions of learners today use how-to videos to master new skills in a variety of domains. But browsing such videos is often tedious and inefficient because video player interfaces are not optimized for the unique step-by-step structure of such videos. This research aims to improve the learning experience of existing how-to videos with step-by-step annotations. We first performed a formative study to verify that annotations are actually useful to learners. We created ToolScape, an interac...

  3. Multivariate modelling of the tablet manufacturing process with wet granulation for tablet optimization and in-process control

    NARCIS (Netherlands)

    Westerhuis, J.A; Coenegracht, P.M J; Lerk, C.F

    1997-01-01

    The process of tablet manufacturing with granulation is described as a two-step process. The first step comprises wet granulation of the powder mixture, and in the second step the granules are compressed into tablets. For the modelling of the pharmaceutical process of wet granulation and tableting,

  4. Stepping out: dare to step forward, step back, or just stand still and breathe.

    Science.gov (United States)

    Waisman, Mary Sue

    2012-01-01

    It is important to step out and make a difference. We have one of the most unique and diverse professions that allows for diversity in thought and practice, permitting each of us to grow in our unique niches and make significant contributions. I was frightened to 'step out' to go to culinary school at the age of 46, but it changed forever the way I look at my profession and I have since experienced the most enjoyable and innovative career. There are also times when it is important to 'step back' to relish the roots of our profession; to help bring food back into nutrition; to translate all of our wonderful science into a language of food that Canadians understand. We all need to take time to 'just stand still and breathe': to celebrate our accomplishments, reflect on our actions, ensure we are heading toward our vision, keep the profession vibrant and relevant, and cherish one another.

  5. One step HIP canning of powder metallurgy composites

    Science.gov (United States)

    Juhas, John J. (Inventor)

    1990-01-01

    A single step is relied on in the canning process for hot isostatic pressing (HIP) powder metallurgy composites. The binders are totally removed while the HIP can of compatible refractory metal is sealed at high vacuum and temperature. This eliminates outgassing during hot isostatic pressing.

  6. A sandpile model of grain blocking and consequences for sediment dynamics in step-pool streams

    Science.gov (United States)

    Molnar, P.

    2012-04-01

    Coarse grains (cobbles to boulders) are set in motion in steep mountain streams by floods with sufficient energy to erode the particles locally and transport them downstream. During transport, grains are often blocked and form width-spannings structures called steps, separated by pools. The step-pool system is a transient, self-organizing and self-sustaining structure. The temporary storage of sediment in steps and the release of that sediment in avalanche-like pulses when steps collapse, leads to a complex nonlinear threshold-driven dynamics in sediment transport which has been observed in laboratory experiments (e.g., Zimmermann et al., 2010) and in the field (e.g., Turowski et al., 2011). The basic question in this paper is if the emergent statistical properties of sediment transport in step-pool systems may be linked to the transient state of the bed, i.e. sediment storage and morphology, and to the dynamics in sediment input. The hypothesis is that this state, in which sediment transporting events due to the collapse and rebuilding of steps of all sizes occur, is analogous to a critical state in self-organized open dissipative dynamical systems (Bak et al., 1988). To exlore the process of self-organization, a cellular automaton sandpile model is used to simulate the processes of grain blocking and hydraulically-driven step collapse in a 1-d channel. Particles are injected at the top of the channel and are allowed to travel downstream based on various local threshold rules, with the travel distance drawn from a chosen probability distribution. In sandpile modelling this is a simple 1-d limited non-local model, however it has been shown to have nontrivial dynamical behaviour (Kadanoff et al., 1989), and it captures the essence of stochastic sediment transport in step-pool systems. The numerical simulations are used to illustrate the differences between input and output sediment transport rates, mainly focussing on the magnification of intermittency and

  7. Multiple dual mode counter-current chromatography with variable duration of alternating phase elution steps.

    Science.gov (United States)

    Kostanyan, Artak E; Erastov, Andrey A; Shishilov, Oleg N

    2014-06-20

    The multiple dual mode (MDM) counter-current chromatography separation processes consist of a succession of two isocratic counter-current steps and are characterized by the shuttle (forward and back) transport of the sample in chromatographic columns. In this paper, the improved MDM method based on variable duration of alternating phase elution steps has been developed and validated. The MDM separation processes with variable duration of phase elution steps are analyzed. Basing on the cell model, analytical solutions are developed for impulse and non-impulse sample loading at the beginning of the column. Using the analytical solutions, a calculation program is presented to facilitate the simulation of MDM with variable duration of phase elution steps, which can be used to select optimal process conditions for the separation of a given feed mixture. Two options of the MDM separation are analyzed: 1 - with one-step solute elution: the separation is conducted so, that the sample is transferred forward and back with upper and lower phases inside the column until the desired separation of the components is reached, and then each individual component elutes entirely within one step; 2 - with multi-step solute elution, when the fractions of individual components are collected in over several steps. It is demonstrated that proper selection of the duration of individual cycles (phase flow times) can greatly increase the separation efficiency of CCC columns. Experiments were carried out using model mixtures of compounds from the GUESSmix with solvent systems hexane/ethyl acetate/methanol/water. The experimental results are compared to the predictions of the theory. A good agreement between theory and experiment has been demonstrated. Copyright © 2014 Elsevier B.V. All rights reserved.

  8. Electrohydraulic linear actuator with two stepping motors controlled by overshoot-free algorithm

    Science.gov (United States)

    Milecki, Andrzej; Ortmann, Jarosław

    2017-11-01

    The paper describes electrohydraulic spool valves with stepping motors used as electromechanical transducers. A new concept of a proportional valve in which two stepping motors are working differentially is introduced. Such valve changes the fluid flow proportionally to the sum or difference of the motors' steps numbers. The valve design and principle of its operation is described. Theoretical equations and simulation models are proposed for all elements of the drive, i.e., the stepping motor units, hydraulic valve and cylinder. The main features of the valve and drive operation are described; some specific problem areas covering the nature of stepping motors and their differential work in the valve are also considered. The whole servo drive non-linear model is proposed and used further for simulation investigations. The initial simulation investigations of the drive with a new valve have shown that there is a significant overshoot in the drive step response, which is not allowed in positioning process. Therefore additional effort is spent to reduce the overshoot and in consequence reduce the settling time. A special predictive algorithm is proposed to this end. Then the proposed control method is tested and further improved in simulations. Further on, the model is implemented in reality and the whole servo drive system is tested. The investigation results presented in this paper, are showing an overshoot-free positioning process which enables high positioning accuracy.

  9. Tendency of lubricating oil manufacturing process

    Energy Technology Data Exchange (ETDEWEB)

    Seki, Toshio

    1988-09-30

    The manufacturing method of paraffin base oil and the tendency are explained in details. The base oil is distillate of petroleum which is obtained at the high boiling of 400/degree/C or higher. The base oil is made from the distillate which is obtained through solvent deasphalting of the vacuum distillated residual oil. The refining process of those material is classified into the two different process steps such as refining and modifying process step in which the quality of the material is improved while eliminating unstable resin, aromatic compound, and sulfur contained in the material, and dewaxing process step in which the wax contained in the material is removed. The former is combination of the two different process steps such as solvent extraction process and hydrogen finishing process or hydroforming process. The latter is a combination of the two different process steps such as solvent dewaxing and catalytic dewaxing (hydro-dewaxing). Various examples of reactions, features and industrial processes are given in accordance with each of these process steps. Regarding the tendency toward the future, the kinds of materials will be expanded in the way that naphthene base oil will adopted as the material oil along with diversification of the quality of lubricating oil, and the processing technology including two-stage processing, catalytic dewaxing, etc. will be expected to be improved. 18 references, 11 figures, 7 tables.

  10. Seven-step problem-based learning in an interaction design course

    DEFF Research Database (Denmark)

    Schultz, Nette; Christensen, Hans Peter

    2004-01-01

    The objective in this paper is the implementation of the highly structured seven-step PBL procedure as part of the learning process in a human-computer interaction design course at the Technical University of Denmark, taking into account the common learning processes in PBL and the interaction de...... others in a single course. The evaluation results showed that the students definitely took a deep approach to learning, and indicated clearly that the students had obtained competences not only within the traditional HCI curriculum but also in terms of team-work skills.......The objective in this paper is the implementation of the highly structured seven-step PBL procedure as part of the learning process in a human-computer interaction design course at the Technical University of Denmark, taking into account the common learning processes in PBL and the interaction...... individual reports after each case in the PBL-process in order to explore the students’ inter- and intra-personal team skills development in the learning process. Different qualitative and quantitative evaluation methods have been used to obtain a thorough evaluation of PBL used as a learning method among...

  11. Methods for growth of relatively large step-free SiC crystal surfaces

    Science.gov (United States)

    Neudeck, Philip G. (Inventor); Powell, J. Anthony (Inventor)

    2002-01-01

    A method for growing arrays of large-area device-size films of step-free (i.e., atomically flat) SiC surfaces for semiconductor electronic device applications is disclosed. This method utilizes a lateral growth process that better overcomes the effect of extended defects in the seed crystal substrate that limited the obtainable step-free area achievable by prior art processes. The step-free SiC surface is particularly suited for the heteroepitaxial growth of 3C (cubic) SiC, AlN, and GaN films used for the fabrication of both surface-sensitive devices (i.e., surface channel field effect transistors such as HEMT's and MOSFET's) as well as high-electric field devices (pn diodes and other solid-state power switching devices) that are sensitive to extended crystal defects.

  12. 10 Steps to Building an Architecture for Space Surveillance Projects

    Science.gov (United States)

    Gyorko, E.; Barnhart, E.; Gans, H.

    Space surveillance is an increasingly complex task, requiring the coordination of a multitude of organizations and systems, while dealing with competing capabilities, proprietary processes, differing standards, and compliance issues. In order to fully understand space surveillance operations, analysts and engineers need to analyze and break down their operations and systems using what are essentially enterprise architecture processes and techniques. These techniques can be daunting to the first- time architect. This paper provides a summary of simplified steps to analyze a space surveillance system at the enterprise level in order to determine capabilities, services, and systems. These steps form the core of an initial Model-Based Architecting process. For new systems, a well defined, or well architected, space surveillance enterprise leads to an easier transition from model-based architecture to model-based design and provides a greater likelihood that requirements are fulfilled the first time. Both new and existing systems benefit from being easier to manage, and can be sustained more easily using portfolio management techniques, based around capabilities documented in the model repository. The resulting enterprise model helps an architect avoid 1) costly, faulty portfolio decisions; 2) wasteful technology refresh efforts; 3) upgrade and transition nightmares; and 4) non-compliance with DoDAF directives. The Model-Based Architecting steps are based on a process that Harris Corporation has developed from practical experience architecting space surveillance systems and ground systems. Examples are drawn from current work on documenting space situational awareness enterprises. The process is centered on DoDAF 2 and its corresponding meta-model so that terminology is standardized and communicable across any disciplines that know DoDAF architecting, including acquisition, engineering and sustainment disciplines. Each step provides a guideline for the type of data to

  13. Elementary steps in electrical doping of organic semiconductors

    KAUST Repository

    Tietze, Max Lutz

    2018-03-15

    Fermi level control by doping is established since decades in inorganic semiconductors and has been successfully introduced in organic semiconductors. Despite its commercial success in the multi-billion OLED display business, molecular doping is little understood, with its elementary steps controversially discussed and mostly-empirical-materials design. Particularly puzzling is the efficient carrier release, despite a presumably large Coulomb barrier. Here we quantitatively investigate doping as a two-step process, involving single-electron transfer from donor to acceptor molecules and subsequent dissociation of the ground-state integer-charge transfer complex (ICTC). We show that carrier release by ICTC dissociation has an activation energy of only a few tens of meV, despite a Coulomb binding of several 100 meV. We resolve this discrepancy by taking energetic disorder into account. The overall doping process is explained by an extended semiconductor model in which occupation of ICTCs causes the classically known reserve regime at device-relevant doping concentrations.

  14. Two-step two-stage fission gas release model

    International Nuclear Information System (INIS)

    Kim, Yong-soo; Lee, Chan-bock

    2006-01-01

    Based on the recent theoretical model, two-step two-stage model is developed which incorporates two stage diffusion processes, grain lattice and grain boundary diffusion, coupled with the two step burn-up factor in the low and high burn-up regime. FRAPCON-3 code and its in-pile data sets have been used for the benchmarking and validation of this model. Results reveals that its prediction is in better agreement with the experimental measurements than that by any model contained in the FRAPCON-3 code such as ANS 5.4, modified ANS5.4, and Forsberg-Massih model over whole burn-up range up to 70,000 MWd/MTU. (author)

  15. First steps towards a validation of the new burnup and depletion code TNT

    Energy Technology Data Exchange (ETDEWEB)

    Herber, S.C.; Allelein, H.J. [RWTH Aachen (Germany). Inst. for Reactor Safety and Reactor Technology; Research Center Juelich (Germany). Inst. for Energy and Climate Research - Nuclear Waste Disposal and Reactor Safety (IEK-6); Friege, N. [RWTH Aachen (Germany). Inst. for Reactor Safety and Reactor Technology; Kasselmann, S. [Research Center Juelich (Germany). Inst. for Energy and Climate Research - Nuclear Waste Disposal and Reactor Safety (IEK-6)

    2012-11-01

    In the frame of the fusion of the core design calculation capabilities, represented by V.S.O.P., and the accident calculation capabilities, represented by MGT(-3D), the successor of the TINTE code, difficulties were observed in defining an interface between a program backbone and the ORIGEN code respectively the ORIGENJUEL code. The estimation of the effort of refactoring the ORIGEN code or to write a new burnup code from scratch, led to the decision that it would be more efficient writing a new code, which could benefit from existing programming and software engineering tools from the computer code side and which can use the latest knowledge of nuclear reactions, e.g. consider all documented reaction channels. Therefore a new code with an object-oriented approach was developed at IEK-6. Object-oriented programming is currently state of the art and provides mostly an improved extensibility and maintainability. The new code was named TNT which stands for Topological Nuclide Transformation, since the code makes use of the real topology of the nuclear reactions. Here we want to present some first validation results from code to code benchmarks with the codes ORIGEN V2.2 and FISPACT2005 and whenever possible analytical results also used for the comparison. The 2 reference codes were chosen due to their high reputation in the field of fission reactor analysis (ORIGEN) and fusion facilities (FISPACT). (orig.)

  16. Comparison of step-by-step kinematics of resisted, assisted and unloaded 20-m sprint runs.

    Science.gov (United States)

    van den Tillaar, Roland; Gamble, Paul

    2018-03-26

    This investigation examined step-by-step kinematics of sprint running acceleration. Using a randomised counterbalanced approach, 37 female team handball players (age 17.8 ± 1.6 years, body mass 69.6 ± 9.1 kg, height 1.74 ± 0.06 m) performed resisted, assisted and unloaded 20-m sprints within a single session. 20-m sprint times and step velocity, as well as step length, step frequency, contact and flight times of each step were evaluated for each condition with a laser gun and an infrared mat. Almost all measured parameters were altered for each step under the resisted and assisted sprint conditions (η 2  ≥ 0.28). The exception was step frequency, which did not differ between assisted and normal sprints. Contact time, flight time and step frequency at almost each step were different between 'fast' vs. 'slow' sub-groups (η 2  ≥ 0.22). Nevertheless overall both groups responded similarly to the respective sprint conditions. No significant differences in step length were observed between groups for the respective condition. It is possible that continued exposure to assisted sprinting might allow the female team-sports players studied to adapt their coordination to the 'over-speed' condition and increase step frequency. It is notable that step-by-step kinematics in these sprints were easy to obtain using relatively inexpensive equipment with possibilities of direct feedback.

  17. The Fractional Step Method Applied to Simulations of Natural Convective Flows

    Science.gov (United States)

    Westra, Douglas G.; Heinrich, Juan C.; Saxon, Jeff (Technical Monitor)

    2002-01-01

    This paper describes research done to apply the Fractional Step Method to finite-element simulations of natural convective flows in pure liquids, permeable media, and in a directionally solidified metal alloy casting. The Fractional Step Method has been applied commonly to high Reynold's number flow simulations, but is less common for low Reynold's number flows, such as natural convection in liquids and in permeable media. The Fractional Step Method offers increased speed and reduced memory requirements by allowing non-coupled solution of the pressure and the velocity components. The Fractional Step Method has particular benefits for predicting flows in a directionally solidified alloy, since other methods presently employed are not very efficient. Previously, the most suitable method for predicting flows in a directionally solidified binary alloy was the penalty method. The penalty method requires direct matrix solvers, due to the penalty term. The Fractional Step Method allows iterative solution of the finite element stiffness matrices, thereby allowing more efficient solution of the matrices. The Fractional Step Method also lends itself to parallel processing, since the velocity component stiffness matrices can be built and solved independently of each other. The finite-element simulations of a directionally solidified casting are used to predict macrosegregation in directionally solidified castings. In particular, the finite-element simulations predict the existence of 'channels' within the processing mushy zone and subsequently 'freckles' within the fully processed solid, which are known to result from macrosegregation, or what is often referred to as thermo-solutal convection. These freckles cause material property non-uniformities in directionally solidified castings; therefore many of these castings are scrapped. The phenomenon of natural convection in an alloy under-going directional solidification, or thermo-solutal convection, will be explained. The

  18. When a Step Is Not a Step! Specificity Analysis of Five Physical Activity Monitors.

    Science.gov (United States)

    O'Connell, Sandra; ÓLaighin, Gearóid; Quinlan, Leo R

    2017-01-01

    Physical activity is an essential aspect of a healthy lifestyle for both physical and mental health states. As step count is one of the most utilized measures for quantifying physical activity it is important that activity-monitoring devices be both sensitive and specific in recording actual steps taken and disregard non-stepping body movements. The objective of this study was to assess the specificity of five activity monitors during a variety of prescribed non-stepping activities. Participants wore five activity monitors simultaneously for a variety of prescribed activities including deskwork, taking an elevator, taking a bus journey, automobile driving, washing and drying dishes; functional reaching task; indoor cycling; outdoor cycling; and indoor rowing. Each task was carried out for either a specific duration of time or over a specific distance. Activity monitors tested were the ActivPAL micro™, NL-2000™ pedometer, Withings Smart Activity Monitor Tracker (Pulse O2)™, Fitbit One™ and Jawbone UP™. Participants were video-recorded while carrying out the prescribed activities and the false positive step count registered on each activity monitor was obtained and compared to the video. All activity monitors registered a significant number of false positive steps per minute during one or more of the prescribed activities. The Withings™ activity performed best, registering a significant number of false positive steps per minute during the outdoor cycling activity only (P = 0.025). The Jawbone™ registered a significant number of false positive steps during the functional reaching task and while washing and drying dishes, which involved arm and hand movement (P positive steps during the cycling exercises (P positive steps were registered on the activity monitors during the non-stepping activities, the authors conclude that non-stepping physical activities can result in the false detection of steps. This can negatively affect the quantification of physical

  19. DEVELOPMENT OF HOLE RECOGNITION SYSTEM FROM STEP FILE

    Directory of Open Access Journals (Sweden)

    C. F. Tan

    2017-11-01

    Full Text Available This paper describes the development of Hole Recognition System (HRS for Computer-Aided Process Planning (CAPP using a neutral data format produced by CAD system. The geometrical data of holes is retrieved from STandard for the Exchange of Product model data (STEP. Rule-based algorithm is used during recognising process. Current implementation of feature recognition is limited to simple hole feat ures. Test results are presented to demonstrate the capabilities of the feature recognition algorithm.

  20. Development of Stepping Endurance Test Plan on CRDM of a Research Reactor

    Energy Technology Data Exchange (ETDEWEB)

    Kim, DongHyun; Kim, Hyeonil; Park, Suki [Korea Atomic Energy Research Institute, Daejeon (Korea, Republic of)

    2016-10-15

    Various types of the irradiation targets can be loaded and unloaded during power operation, according to the purpose of research reactor utilization. And their reactivity worth varies as well. The insertion rate of reactivity is dependent to reactivity worth of targets, travel length during loading or unloading and transfer device speed. Due to the reactivity transition during loading and unloading, neutron power is changed and reaches an action point of the reactor regulating system. Based on the measured neutron rate of change, reactor power control system controls the power with its own algorithm. It generates the signals and transmits these to the CRDM for motor driving. Stepping motors on the CRDM move the control rods with step signals. The process repeats until power is stabilized. Accordingly, the stepping behaviours of CRDM should be modelled upon an understanding of the control process and reactor responses. Methodology for a stepping endurance test plan on the CRDM of a research reactor is developed since CRDM endurance is very important for reactor controller and should be ensured for a certain period of time throughout the life of a research reactor. Therefore, it is expected to provide a reasonable stepping test plan. In the future, the simulation will be performed with specific design values.

  1. Microsoft® Office Access™ 2007 Step by Step

    CERN Document Server

    Lambert, Steve; Lambert, Joan

    2009-01-01

    Experience learning made easy-and quickly teach yourself how to build database solutions with Access 2007. With Step By Step, you set the pace-building and practicing the skills you need, just when you need them! Build databases from scratch or from templatesExchange data with other databases and Office documentsCreate forms to simplify data entryUse filters and queries to find and analyze informationDesign rich reports that help make your data meaningfulHelp prevent data corruption and unauthorized access Your all-in-one learning experience includes: Files for building skills and practic

  2. A single step methane conversion into synthetic fuels using microplasma reactor

    NARCIS (Netherlands)

    Nozaki, Tomohiro; Agiral, A.; Gardeniers, Johannes G.E.; Yuzawa, Shuhei; Okazaki, Ken

    2011-01-01

    Direct conversion of natural gas into synthetic fuels such as methanol attracts keen attention because direct process can reduce capital and operating costs of high temperature, energy intensive, multi-step processes. We report a direct and selective synthesis of organic oxygenates such as methanol,

  3. Feasibility study for objective oriented design of system thermal hydraulic analysis program

    International Nuclear Information System (INIS)

    Chung, Bub Dong; Jeong, Jae Jun; Hwang, Moon Kyu

    2008-01-01

    The system safety analysis code, such as RELAP5, TRAC, CATHARE etc. have been developed based on Fortran language during the past few decades. Refactoring of conventional codes has been also performed to improve code readability and maintenance. However the programming paradigm in software technology has been changed to use objects oriented programming (OOP), which is based on several techniques, including encapsulation, modularity, polymorphism, and inheritance. In this work, objective oriented program for system safety analysis code has been tried utilizing modernized C language. The analysis, design, implementation and verification steps for OOP system code development are described with some implementation examples. The system code SYSTF based on three-fluid thermal hydraulic solver has been developed by OOP design. The verifications of feasibility are performed with simple fundamental problems and plant models. (author)

  4. Novel Cyclosilazane-Type Silicon Precursor and Two-Step Plasma for Plasma-Enhanced Atomic Layer Deposition of Silicon Nitride.

    Science.gov (United States)

    Park, Jae-Min; Jang, Se Jin; Lee, Sang-Ick; Lee, Won-Jun

    2018-03-14

    We designed cyclosilazane-type silicon precursors and proposed a three-step plasma-enhanced atomic layer deposition (PEALD) process to prepare silicon nitride films with high quality and excellent step coverage. The cyclosilazane-type precursor, 1,3-di-isopropylamino-2,4-dimethylcyclosilazane (CSN-2), has a closed ring structure for good thermal stability and high reactivity. CSN-2 showed thermal stability up to 450 °C and a sufficient vapor pressure of 4 Torr at 60 °C. The energy for the chemisorption of CSN-2 on the undercoordinated silicon nitride surface as calculated by density functional theory method was -7.38 eV. The PEALD process window was between 200 and 500 °C, with a growth rate of 0.43 Å/cycle. The best film quality was obtained at 500 °C, with hydrogen impurity of ∼7 atom %, oxygen impurity less than 2 atom %, low wet etching rate, and excellent step coverage of ∼95%. At 300 °C and lower temperatures, the wet etching rate was high especially at the lower sidewall of the trench pattern. We introduced the three-step PEALD process to improve the film quality and the step coverage on the lower sidewall. The sequence of the three-step PEALD process consists of the CSN-2 feeding step, the NH 3 /N 2 plasma step, and the N 2 plasma step. The H radicals in NH 3 /N 2 plasma efficiently remove the ligands from the precursor, and the N 2 plasma after the NH 3 plasma removes the surface hydrogen atoms to activate the adsorption of the precursor. The films deposited at 300 °C using the novel precursor and the three-step PEALD process showed a significantly improved step coverage of ∼95% and an excellent wet etching resistance at the lower sidewall, which is only twice as high as that of the blanket film prepared by low-pressure chemical vapor deposition.

  5. Detection of Noise in Composite Step Signal Pattern by Visualizing Signal Waveforms

    Directory of Open Access Journals (Sweden)

    Chaman Verma

    2018-03-01

    Full Text Available The Step Composite Signals is the combination of vital informative signals that are compressed and coded to produce a predefined test image on a display device. It carries the desired sequence of information from source to destination. This information may be transmitted as digital signal, video information or data signal required as an input for the destination module. For testing of display panels, Composite Test Signals are the most important attribute of test signal transmission system. In the current research paper we present an approach for the noise detection in Composite Step Signal by analysing Composite Step Signal waveforms. The analysis of the signal waveforms reveals that the noise affected components of the signal and subsequently noise reduction process is initiated which targets noisy signal component only. Thus the quality of signal is not compromised during noise reduction process.

  6. The bounded proof property via step algebras and step frames

    NARCIS (Netherlands)

    Bezhanishvili, N.; Ghilardi, Silvio

    2013-01-01

    We develop a semantic criterion for a specific rule-based calculus Ax axiomatizing a given logic L to have the so-called bounded proof property. This property is a kind of an analytic subformula property limiting the proof search space. Our main tools are one-step frames and one-step algebras. These

  7. Action research: A practical step-by-step guide for Agricultural ...

    African Journals Online (AJOL)

    Based on the findings, the extensionists will be able to identify the action required to improve upon the existing situation. This calls for knowledge and skills in action oriented research. This paper provides simple, easy to follow, step-by-step guidelines which should be suitable for many situations in extension research ...

  8. Two-Step Process for ED UTI Screening in Febrile Young Children: Reducing Catheterization Rates.

    Science.gov (United States)

    Lavelle, Jane M; Blackstone, Mercedes M; Funari, Mary Kate; Roper, Christine; Lopez, Patricia; Schast, Aileen; Taylor, April M; Voorhis, Catherine B; Henien, Mira; Shaw, Kathy N

    2016-07-01

    Urinary tract infection (UTI) screening in febrile young children can be painful and time consuming. We implemented a screening protocol for UTI in a high-volume pediatric emergency department (ED) to reduce urethral catheterization, limiting catheterization to children with positive screens from urine bag specimens. This quality-improvement initiative was implemented using 3 Plan-Do-Study-Act cycles, beginning with a small test of the proposed change in 1 ED area. To ensure appropriate patients received timely screening, care teams discussed patient risk factors and created patient-specific, appropriate procedures. The intervention was extended to the entire ED after providing education. Finally, visual cues were added into the electronic health record, and nursing scripts were developed to enlist family participation. A time-series design was used to study the impact of the 6-month intervention by using a p-chart to determine special cause variation. The primary outcome measure for the study was defined as the catheterization rate in febrile children ages 6 to 24 months. The ED reduced catheterization rates among febrile young children from 63% to UTIs among those followed within the hospital's network. A 2-step less-invasive process for screening febrile young children for UTI can be instituted in a high-volume ED without increasing length of stay or missing cases of UTI. Copyright © 2016 by the American Academy of Pediatrics.

  9. Supramyl, a process step for the preparation of energy alcohol

    Energy Technology Data Exchange (ETDEWEB)

    Misselhorn, K.

    1981-01-01

    A continuous process for EtOH manufacture from starch-containing materials (potato, manioc, maize, and wheat) is described and the energy requirements for the process and the conventional process are compared. The materials are mixed with alpha-amylase and CaO and heated with steam in a continuous starch-digestion unit. The temperature effect on viscosity of the mash, the dextrose equivalent as function of time and enzyme concentration, and retrogradation for various raw materials are discussed. The respective energy consumption for starch mashing, distillation, and spent-wash evaporation and drying for the conventional process are 8.0, 10.9, and 10.9 and the respective energy consumptions for the continuous process are 0.7, 5.8, and 8.1 MJ/l EtOH.

  10. When a Step Is Not a Step! Specificity Analysis of Five Physical Activity Monitors.

    Directory of Open Access Journals (Sweden)

    Sandra O'Connell

    Full Text Available Physical activity is an essential aspect of a healthy lifestyle for both physical and mental health states. As step count is one of the most utilized measures for quantifying physical activity it is important that activity-monitoring devices be both sensitive and specific in recording actual steps taken and disregard non-stepping body movements. The objective of this study was to assess the specificity of five activity monitors during a variety of prescribed non-stepping activities.Participants wore five activity monitors simultaneously for a variety of prescribed activities including deskwork, taking an elevator, taking a bus journey, automobile driving, washing and drying dishes; functional reaching task; indoor cycling; outdoor cycling; and indoor rowing. Each task was carried out for either a specific duration of time or over a specific distance. Activity monitors tested were the ActivPAL micro™, NL-2000™ pedometer, Withings Smart Activity Monitor Tracker (Pulse O2™, Fitbit One™ and Jawbone UP™. Participants were video-recorded while carrying out the prescribed activities and the false positive step count registered on each activity monitor was obtained and compared to the video.All activity monitors registered a significant number of false positive steps per minute during one or more of the prescribed activities. The Withings™ activity performed best, registering a significant number of false positive steps per minute during the outdoor cycling activity only (P = 0.025. The Jawbone™ registered a significant number of false positive steps during the functional reaching task and while washing and drying dishes, which involved arm and hand movement (P < 0.01 for both. The ActivPAL™ registered a significant number of false positive steps during the cycling exercises (P < 0.001 for both.As a number of false positive steps were registered on the activity monitors during the non-stepping activities, the authors conclude that non-stepping

  11. From raw material to dish: pasta quality step by step.

    Science.gov (United States)

    Sicignano, Angelo; Di Monaco, Rossella; Masi, Paolo; Cavella, Silvana

    2015-10-01

    Pasta is a traditional Italian cereal-based food that is popular worldwide because of its convenience, versatility, sensory and nutritional value. The aim of this review is to present a step-by-step guide to facilitate the understanding of the most important events that can affect pasta characteristics, directing the reader to the appropriate production steps. Owing to its unique flavor, color, composition and rheological properties, durum wheat semolina is the best raw material for pasta production. Although pasta is traditionally made from only two ingredients, sensory quality and chemical/physical characteristics of the final product may vary greatly. Starting from the same ingredients, there are a lot of different events in each step of pasta production that can result in the development of varieties of pasta with different characteristics. In particular, numerous studies have demonstrated the importance of temperature and humidity conditions of the pasta drying operation as well as the significance of the choice of raw material and operating conditions on pasta quality. © 2015 Society of Chemical Industry.

  12. Step by step parallel programming method for molecular dynamics code

    International Nuclear Information System (INIS)

    Orii, Shigeo; Ohta, Toshio

    1996-07-01

    Parallel programming for a numerical simulation program of molecular dynamics is carried out with a step-by-step programming technique using the two phase method. As a result, within the range of a certain computing parameters, it is found to obtain parallel performance by using the level of parallel programming which decomposes the calculation according to indices of do-loops into each processor on the vector parallel computer VPP500 and the scalar parallel computer Paragon. It is also found that VPP500 shows parallel performance in wider range computing parameters. The reason is that the time cost of the program parts, which can not be reduced by the do-loop level of the parallel programming, can be reduced to the negligible level by the vectorization. After that, the time consuming parts of the program are concentrated on less parts that can be accelerated by the do-loop level of the parallel programming. This report shows the step-by-step parallel programming method and the parallel performance of the molecular dynamics code on VPP500 and Paragon. (author)

  13. Development of step for light duty truck by using injection molding of long-fiber reinforced thermoplastics; Chosen`i kyoka jushi no shashutsu keisei ni yoru truck yo step no kaihatsu

    Energy Technology Data Exchange (ETDEWEB)

    Togo, A; Yamamura, H; Yamaguchi, M [Mitsubishi Motor Corp., Tokyo (Japan); Yoshino, K [Kawasaki Steel Corp. Tokyo (Japan)

    1997-10-01

    The new step for light duty truck was developed by injection molding of glass long-fiber reinforced polypropylene. Feature of the step is good surface appearance and no post processings, compared with the conventional one press molded with a glass fiber reinforced polypropylene sheet (Stampable sheet). 3 refs., 14 figs., 6 tabs.

  14. Two-step evolution of endosymbiosis between hydra and algae.

    Science.gov (United States)

    Ishikawa, Masakazu; Shimizu, Hiroshi; Nozawa, Masafumi; Ikeo, Kazuho; Gojobori, Takashi

    2016-10-01

    In the Hydra vulgaris group, only 2 of the 25 strains in the collection of the National Institute of Genetics in Japan currently show endosymbiosis with green algae. However, whether the other non-symbiotic strains also have the potential to harbor algae remains unknown. The endosymbiotic potential of non-symbiotic strains that can harbor algae may have been acquired before or during divergence of the strains. With the aim of understanding the evolutionary process of endosymbiosis in the H. vulgaris group, we examined the endosymbiotic potential of non-symbiotic strains of the H. vulgaris group by artificially introducing endosymbiotic algae. We found that 12 of the 23 non-symbiotic strains were able to harbor the algae until reaching the grand-offspring through the asexual reproduction by budding. Moreover, a phylogenetic analysis of mitochondrial genome sequences showed that all the strains with endosymbiotic potential grouped into a single cluster (cluster γ). This cluster contained two strains (J7 and J10) that currently harbor algae; however, these strains were not the closest relatives. These results suggest that evolution of endosymbiosis occurred in two steps; first, endosymbiotic potential was gained once in the ancestor of the cluster γ lineage; second, strains J7 and J10 obtained algae independently after the divergence of the strains. By demonstrating the evolution of the endosymbiotic potential in non-symbiotic H. vulgaris group strains, we have clearly distinguished two evolutionary steps. The step-by-step evolutionary process provides significant insight into the evolution of endosymbiosis in cnidarians. Copyright © 2016 Elsevier Inc. All rights reserved.

  15. Two-Step Evolution of Endosymbiosis between Hydra and Algae

    KAUST Repository

    Ishikawa, Masakazu

    2016-07-09

    In the Hydra vulgaris group, only 2 of the 25 strains in the collection of the National Institute of Genetics in Japan currently show endosymbiosis with green algae. However, whether the other non-symbiotic strains also have the potential to harbor algae remains unknown. The endosymbiotic potential of non-symbiotic strains that can harbor algae may have been acquired before or during divergence of the strains. With the aim of understanding the evolutionary process of endosymbiosis in the H. vulgaris group, we examined the endosymbiotic potential of non-symbiotic strains of the H. vulgaris group by artificially introducing endosymbiotic algae. We found that 12 of the 23 non-symbiotic strains were able to harbor the algae until reaching the grand-offspring through the asexual reproduction by budding. Moreover, a phylogenetic analysis of mitochondrial genome sequences showed that all the strains with endosymbiotic potential grouped into a single cluster (cluster γ). This cluster contained two strains (J7 and J10) that currently harbor algae; however, these strains were not the closest relatives. These results suggest that evolution of endosymbiosis occurred in two steps; first, endosymbiotic potential was gained once in the ancestor of the cluster γ lineage; second, strains J7 and J10 obtained algae independently after the divergence of the strains. By demonstrating the evolution of the endosymbiotic potential in non-symbiotic H. vulgaris group strains, we have clearly distinguished two evolutionary steps. The step-by-step evolutionary process provides significant insight into the evolution of endosymbiosis in cnidarians.

  16. Two-Step Oxidation of Refractory Gold Concentrates with Different Microbial Communities.

    Science.gov (United States)

    Wang, Guo-Hua; Xie, Jian-Ping; Li, Shou-Peng; Guo, Yu-Jie; Pan, Ying; Wu, Haiyan; Liu, Xin-Xing

    2016-11-28

    Bio-oxidation is an effective technology for treatment of refractory gold concentrates. However, the unsatisfactory oxidation rate and long residence time, which cause a lower cyanide leaching rate and gold recovery, are key factors that restrict the application of traditional bio-oxidation technology. In this study, the oxidation rate of refractory gold concentrates and the adaption of microorganisms were analyzed to evaluate a newly developed two-step pretreatment process, which includes a high temperature chemical oxidation step and a subsequent bio-oxidation step. The oxidation rate and recovery rate of gold were improved significantly after the two-step process. The results showed that the highest oxidation rate of sulfide sulfur could reach to 99.01 % with an extreme thermophile microbial community when the pulp density was 5%. Accordingly, the recovery rate of gold was elevated to 92.51%. Meanwhile, the results revealed that moderate thermophiles performed better than acidophilic mesophiles and extreme thermophiles, whose oxidation rates declined drastically when the pulp density was increased to 10% and 15%. The oxidation rates of sulfide sulfur with moderate thermophiles were 93.94% and 65.73% when the pulp density was increased to 10% and 15%, respectively. All these results indicated that the two-step pretreatment increased the oxidation rate of refractory gold concentrates and is a potential technology to pretreat the refractory sample. Meanwhile, owing to the sensitivity of the microbial community under different pulp density levels, the optimization of microbial community in bio-oxidation is necessary in industry.

  17. Testing a stepped care model for binge-eating disorder: a two-step randomized controlled trial.

    Science.gov (United States)

    Tasca, Giorgio A; Koszycki, Diana; Brugnera, Agostino; Chyurlia, Livia; Hammond, Nicole; Francis, Kylie; Ritchie, Kerri; Ivanova, Iryna; Proulx, Genevieve; Wilson, Brian; Beaulac, Julie; Bissada, Hany; Beasley, Erin; Mcquaid, Nancy; Grenon, Renee; Fortin-Langelier, Benjamin; Compare, Angelo; Balfour, Louise

    2018-05-24

    A stepped care approach involves patients first receiving low-intensity treatment followed by higher intensity treatment. This two-step randomized controlled trial investigated the efficacy of a sequential stepped care approach for the psychological treatment of binge-eating disorder (BED). In the first step, all participants with BED (n = 135) received unguided self-help (USH) based on a cognitive-behavioral therapy model. In the second step, participants who remained in the trial were randomized either to 16 weeks of group psychodynamic-interpersonal psychotherapy (GPIP) (n = 39) or to a no-treatment control condition (n = 46). Outcomes were assessed for USH in step 1, and then for step 2 up to 6-months post-treatment using multilevel regression slope discontinuity models. In the first step, USH resulted in large and statistically significant reductions in the frequency of binge eating. Statistically significant moderate to large reductions in eating disorder cognitions were also noted. In the second step, there was no difference in change in frequency of binge eating between GPIP and the control condition. Compared with controls, GPIP resulted in significant and large improvement in attachment avoidance and interpersonal problems. The findings indicated that a second step of a stepped care approach did not significantly reduce binge-eating symptoms beyond the effects of USH alone. The study provided some evidence for the second step potentially to reduce factors known to maintain binge eating in the long run, such as attachment avoidance and interpersonal problems.

  18. Chemical process engineering in the transuranium processing plant

    International Nuclear Information System (INIS)

    Collins, E.D.; Bigelow, J.E.

    1976-01-01

    Since operation of the Transuranium Processing Plant began, process changes have been made to counteract problems caused by equipment corrosion, to satisfy new processing requirements, and to utilize improved processes. The new processes, equipment, and techniques have been incorporated into a sequence of steps which satisfies all required processing functions

  19. Comparing the efficacy of metronome beeps and stepping stones to adjust gait: steps to follow!

    Science.gov (United States)

    Bank, Paulina J M; Roerdink, Melvyn; Peper, C E

    2011-03-01

    Acoustic metronomes and visual targets have been used in rehabilitation practice to improve pathological gait. In addition, they may be instrumental in evaluating and training instantaneous gait adjustments. The aim of this study was to compare the efficacy of two cue types in inducing gait adjustments, viz. acoustic temporal cues in the form of metronome beeps and visual spatial cues in the form of projected stepping stones. Twenty healthy elderly (aged 63.2 ± 3.6 years) were recruited to walk on an instrumented treadmill at preferred speed and cadence, paced by either metronome beeps or projected stepping stones. Gait adaptations were induced using two manipulations: by perturbing the sequence of cues and by imposing switches from one cueing type to the other. Responses to these manipulations were quantified in terms of step-length and step-time adjustments, the percentage correction achieved over subsequent steps, and the number of steps required to restore the relation between gait and the beeps or stepping stones. The results showed that perturbations in a sequence of stepping stones were overcome faster than those in a sequence of metronome beeps. In switching trials, switching from metronome beeps to stepping stones was achieved faster than vice versa, indicating that gait was influenced more strongly by the stepping stones than the metronome beeps. Together these results revealed that, in healthy elderly, the stepping stones induced gait adjustments more effectively than did the metronome beeps. Potential implications for the use of metronome beeps and stepping stones in gait rehabilitation practice are discussed.

  20. Influence of step complexity and presentation style on step performance of computerized emergency operating procedures

    Energy Technology Data Exchange (ETDEWEB)

    Xu Song [Department of Industrial Engineering, Tsinghua University, Beijing 100084 (China); Li Zhizhong [Department of Industrial Engineering, Tsinghua University, Beijing 100084 (China)], E-mail: zzli@tsinghua.edu.cn; Song Fei; Luo Wei; Zhao Qianyi; Salvendy, Gavriel [Department of Industrial Engineering, Tsinghua University, Beijing 100084 (China)

    2009-02-15

    With the development of information technology, computerized emergency operating procedures (EOPs) are taking the place of paper-based ones. However, ergonomics issues of computerized EOPs have not been studied adequately since the industrial practice is quite limited yet. This study examined the influence of step complexity and presentation style of EOPs on step performance. A simulated computerized EOP system was developed in two presentation styles: Style A: one- and two-dimensional flowcharts combination; Style B: two-dimensional flowchart and success logic tree combination. Step complexity was quantified by a complexity measure model based on an entropy concept. Forty subjects participated in the experiment of EOP execution using the simulated system. The results of data analysis on the experiment data indicate that step complexity and presentation style could significantly influence step performance (both step error rate and operation time). Regression models were also developed. The regression analysis results imply that operation time of a step could be well predicted by step complexity while step error rate could only partly predicted by it. The result of a questionnaire investigation implies that step error rate was influenced not only by the operation task itself but also by other human factors. These findings may be useful for the design and assessment of computerized EOPs.

  1. Diabetes PSA (:30) Step By Step

    Centers for Disease Control (CDC) Podcasts

    2009-10-24

    First steps to preventing diabetes. For Hispanic and Latino American audiences.  Created: 10/24/2009 by National Diabetes Education Program (NDEP), a joint program of the Centers for Disease Control and Prevention and the National Institutes of Health.   Date Released: 10/24/2009.

  2. Diabetes PSA (:60) Step By Step

    Centers for Disease Control (CDC) Podcasts

    2009-10-24

    First steps to preventing diabetes. For Hispanic and Latino American audiences.  Created: 10/24/2009 by National Diabetes Education Program (NDEP), a joint program of the Centers for Disease Control and Prevention and the National Institutes of Health.   Date Released: 10/24/2009.

  3. Cintichem modified process - {sup 99}Mo precipitation step: application of statistical analysis tools over the reaction parameters

    Energy Technology Data Exchange (ETDEWEB)

    Teodoro, Rodrigo; Dias, Carla R.B.R.; Osso Junior, Joao A., E-mail: jaosso@ipen.b [Instituto de Pesquisas Energeticas e Nucleares (IPEN/CNEN-SP), Sao Paulo, SP (Brazil); Fernandez Nunez, Eutimio Gustavo [Universidade de Sao Paulo (EP/USP), SP (Brazil). Escola Politecnica. Dept. de Engenharia Quimica

    2011-07-01

    Precipitation of {sup 99}Mo by {alpha}-benzoin oxime ({alpha}-Bz) is a standard precipitation method for molybdenum due the high selectivity of this agent. Nowadays, statistical analysis tools have been employed in analytical systems to prove its efficiency and feasibility. IPEN has a project aiming the production of {sup 99}Mo by the fission of {sup 235}U route. The processing uses as the first step the precipitation of {sup 99}Mo with {alpha}-Bz. This precipitation step involves many key reaction parameters. The aim of this work is based on the development of the already known acidic route to produce {sup 99}Mo as well as the optimization of the reactional parameters applying statistical tools. In order to simulate {sup 99}Mo precipitation, the study was conducted in acidic media using HNO{sub 3}, {alpha}Bz as precipitant agent and NaOH /1%H{sub 2}O{sub 2} as dissolver solution. Then, a Mo carrier, KMnO{sub 4} solutions and {sup 99}Mo tracer were added to the reaction flask. The reactional parameters ({alpha}-Bz/Mo ratio, Mo carrier, reaction time and temperature, and cooling reaction time before filtration) were evaluated under a fractional factorial design of resolution V. The best values of each reactional parameter were determined by a response surface statistical planning. The precipitation and recovery yields of {sup 99}Mo were measured using HPGe detector. Statistical analysis from experimental data suggested that the reactional parameters {alpha}-Bz/Mo ratio, reaction time and temperature have a significant impact on {sup 99}Mo precipitation. Optimization statistical planning showed that higher {alpha}Bz/Mo ratios, room temperature, and lower reaction time lead to higher {sup 99}Mo yields. (author)

  4. Does my step look big in this? A visual illusion leads to safer stepping behaviour.

    Directory of Open Access Journals (Sweden)

    David B Elliott

    Full Text Available BACKGROUND: Tripping is a common factor in falls and a typical safety strategy to avoid tripping on steps or stairs is to increase foot clearance over the step edge. In the present study we asked whether the perceived height of a step could be increased using a visual illusion and whether this would lead to the adoption of a safer stepping strategy, in terms of greater foot clearance over the step edge. The study also addressed the controversial question of whether motor actions are dissociated from visual perception. METHODOLOGY/PRINCIPAL FINDINGS: 21 young, healthy subjects perceived the step to be higher in a configuration of the horizontal-vertical illusion compared to a reverse configuration (p = 0.01. During a simple stepping task, maximum toe elevation changed by an amount corresponding to the size of the visual illusion (p<0.001. Linear regression analyses showed highly significant associations between perceived step height and maximum toe elevation for all conditions. CONCLUSIONS/SIGNIFICANCE: The perceived height of a step can be manipulated using a simple visual illusion, leading to the adoption of a safer stepping strategy in terms of greater foot clearance over a step edge. In addition, the strong link found between perception of a visual illusion and visuomotor action provides additional support to the view that the original, controversial proposal by Goodale and Milner (1992 of two separate and distinct visual streams for perception and visuomotor action should be re-evaluated.

  5. Accuracy of Single-Step versus 2-Step Double-Mix Impression Technique

    DEFF Research Database (Denmark)

    Franco, Eduardo Batista; da Cunha, Leonardo Fernandes; Herrera, Francyle Simões

    2011-01-01

    Objective. To investigate the accuracy of dies obtained from single-step and 2-step double-mix impressions. Material and Methods. Impressions (n = 10) of a stainless steel die simulating a complete crown preparation were performed using a polyether (Impregum Soft Heavy and Light body) and a vinyl...

  6. Development of a monitoring system for the DQMGUI in ElasticSearch and Kibana

    CERN Document Server

    Diaz, Adrian

    2016-01-01

    The Data Quality Monitoring Graphical User Interface (DQMGUI) is the heart of the process of monitoring the quality of data in CMS. The health-status of the DQMGUI and its performances are constantly being monitored and stored in log les, which are subsequently parsed for errors and warnings. This very process allows human operators to act in case of problems. However, the monitoring infrastructure has been migrated to a CERN-hosted ElasticSearch engine in the last year. As a consequence, it is necessary to refactor the old monitoring system, adapting and extending it to be compliant with the new ElasticSearch-based one.

  7. Research on test of product based on spatial sampling criteria and variable step sampling mechanism

    Science.gov (United States)

    Li, Ruihong; Han, Yueping

    2014-09-01

    This paper presents an effective approach for online testing the assembly structures inside products using multiple views technique and X-ray digital radiography system based on spatial sampling criteria and variable step sampling mechanism. Although there are some objects inside one product to be tested, there must be a maximal rotary step for an object within which the least structural size to be tested is predictable. In offline learning process, Rotating the object by the step and imaging it and so on until a complete cycle is completed, an image sequence is obtained that includes the full structural information for recognition. The maximal rotary step is restricted by the least structural size and the inherent resolution of the imaging system. During online inspection process, the program firstly finds the optimum solutions to all different target parts in the standard sequence, i.e., finds their exact angles in one cycle. Aiming at the issue of most sizes of other targets in product are larger than that of the least structure, the paper adopts variable step-size sampling mechanism to rotate the product specific angles with different steps according to different objects inside the product and match. Experimental results show that the variable step-size method can greatly save time compared with the traditional fixed-step inspection method while the recognition accuracy is guaranteed.

  8. Microstructural evolution and mechanical properties of low-carbon steel treated by a two-step quenching and partitioning process

    Energy Technology Data Exchange (ETDEWEB)

    Yan, Shu [The State Key Laboratory of Rolling & Automation, Northeastern University, Shenyang 110819 (China); Liu, Xianghua, E-mail: liuxh@mail.neu.edu.cn [The State Key Laboratory of Rolling & Automation, Northeastern University, Shenyang 110819 (China); Research Academy, Northeastern University, Shenyang 110819 (China); Liu, Wayne J [Research Academy, Northeastern University, Shenyang 110819 (China); Lan, Huifang; Wu, Hongyan [The State Key Laboratory of Rolling & Automation, Northeastern University, Shenyang 110819 (China)

    2015-07-29

    The quenching and partitioning (Q&P) process is studied in Ti-bearing low-carbon steel. Detailed characterization of the microstructural evolution is performed by means of optical microscopy, scanning electron microscopy (SEM), electron backscatter diffraction (EBSD), transmission electron microscopy (TEM) and X-ray diffraction (XRD). The results indicate that the investigated steel subjected to the Q&P process forms a multiphase microstructure of primarily lath martensite, with small amounts of plate-type martensite and retained austenite. The distribution and morphology of the retained austenite are observed; moreover the relationship between the phase fraction of the retained austenite, its carbon concentration, and the partitioning conditions is established. Carbides preferentially precipitate within the plate-type martensite at first, and gradually form in the martensitic laths over time during the partitioning step. Additionally, titanium precipitations contribute to both the refinement of prior austenite grains and the improvement of strength by precipitation strengthening. The results of mechanical properties testing indicate that the samples partitioned at 400 °C exhibit a superior combination of strength and elongation, with products of the two properties ranging between 19.6 and 20.9 GPa%. Based on analysis of work hardening behavior it is determined that the higher ductility is closely related to the higher phase fraction and/or stability of retained austenite.

  9. Preimages for Step-Reduced SHA-2

    DEFF Research Database (Denmark)

    Aoki, Kazumaro; Guo, Jian; Matusiewicz, Krystian

    2009-01-01

    In this paper, we present preimage attacks on up to 43-step SHA-256 (around 67% of the total 64 steps) and 46-step SHA-512 (around 57.5% of the total 80 steps), which significantly increases the number of attacked steps compared to the best previously published preimage attack working for 24 steps....... The time complexities are 2^251.9, 2^509 for finding pseudo-preimages and 2^254.9, 2^511.5 compression function operations for full preimages. The memory requirements are modest, around 2^6 words for 43-step SHA-256 and 46-step SHA-512. The pseudo-preimage attack also applies to 43-step SHA-224 and SHA-384...

  10. Pendekatan Pelatihan On-Site dan Step by Step untuk Optimalisasi Fungsi Guru dalam Pembelajaran

    OpenAIRE

    Moch. Sholeh Y.A. Ichrom

    2016-01-01

    Remoteness of programme content from teachers' real work situation and unsuitability of approach employed were suspected as main reasons contributing to the failure of many inservise teacher training programmes. A step by step, onsite teacher training (SSOTT) model was tried out in this experiment to study if the weakness of inservise programmes could be rectified. As it was tried out in relation with kindergarten mathemathics it was then called SSOTT-MTW (Step by Step Onsite Teacher Training...

  11. Pendekatan Pelatihan On-Site Dan Step by Step Untuk Optimalisasi Fungsi Guru Dalam Pembelajaran

    OpenAIRE

    Ichrom, Moch. Sholeh Y.A

    1996-01-01

    Remoteness of programme content from teachers' real work situation and unsuitability of approach employed were suspected as main reasons contributing to the failure of many inservise teacher training programmes. A step by step, onsite teacher training (SSOTT) model was tried out in this experiment to study if the weakness of inservise programmes could be rectified. As it was tried out in relation with kindergarten mathemathics it was then called SSOTT-MTW (Step by Step Onsite Teacher Training...

  12. Two-Step Amyloid Aggregation: Sequential Lag Phase Intermediates

    Science.gov (United States)

    Castello, Fabio; Paredes, Jose M.; Ruedas-Rama, Maria J.; Martin, Miguel; Roldan, Mar; Casares, Salvador; Orte, Angel

    2017-01-01

    The self-assembly of proteins into fibrillar structures called amyloid fibrils underlies the onset and symptoms of neurodegenerative diseases, such as Alzheimer’s and Parkinson’s. However, the molecular basis and mechanism of amyloid aggregation are not completely understood. For many amyloidogenic proteins, certain oligomeric intermediates that form in the early aggregation phase appear to be the principal cause of cellular toxicity. Recent computational studies have suggested the importance of nonspecific interactions for the initiation of the oligomerization process prior to the structural conversion steps and template seeding, particularly at low protein concentrations. Here, using advanced single-molecule fluorescence spectroscopy and imaging of a model SH3 domain, we obtained direct evidence that nonspecific aggregates are required in a two-step nucleation mechanism of amyloid aggregation. We identified three different oligomeric types according to their sizes and compactness and performed a full mechanistic study that revealed a mandatory rate-limiting conformational conversion step. We also identified the most cytotoxic species, which may be possible targets for inhibiting and preventing amyloid aggregation.

  13. Accessory stimulus modulates executive function during stepping task.

    Science.gov (United States)

    Watanabe, Tatsunori; Koyama, Soichiro; Tanabe, Shigeo; Nojima, Ippei

    2015-07-01

    When multiple sensory modalities are simultaneously presented, reaction time can be reduced while interference enlarges. The purpose of this research was to examine the effects of task-irrelevant acoustic accessory stimuli simultaneously presented with visual imperative stimuli on executive function during stepping. Executive functions were assessed by analyzing temporal events and errors in the initial weight transfer of the postural responses prior to a step (anticipatory postural adjustment errors). Eleven healthy young adults stepped forward in response to a visual stimulus. We applied a choice reaction time task and the Simon task, which consisted of congruent and incongruent conditions. Accessory stimuli were randomly presented with the visual stimuli. Compared with trials without accessory stimuli, the anticipatory postural adjustment error rates were higher in trials with accessory stimuli in the incongruent condition and the reaction times were shorter in trials with accessory stimuli in all the task conditions. Analyses after division of trials according to whether anticipatory postural adjustment error occurred or not revealed that the reaction times of trials with anticipatory postural adjustment errors were reduced more than those of trials without anticipatory postural adjustment errors in the incongruent condition. These results suggest that accessory stimuli modulate the initial motor programming of stepping by lowering decision threshold and exclusively under spatial incompatibility facilitate automatic response activation. The present findings advance the knowledge of intersensory judgment processes during stepping and may aid in the development of intervention and evaluation tools for individuals at risk of falls. Copyright © 2015 the American Physiological Society.

  14. Microsoft® Office Visio® 2007 Step by Step

    CERN Document Server

    Lemke, Judy

    2009-01-01

    Experience learning made easy-and quickly teach yourself how to create professional-looking business and technical diagrams with Visio 2007. With Step By Step, you set the pace-building and practicing the skills you need, just when you need them! Build organization charts, floor plans, and other diagramsAdd color, text, and other effectsConnect shapes and create effective flowchartsVisualize and analyze data with new PivotDiagramsInsert and modify diagrams in other Microsoft Office documentsCreate your own shapes and templates and build custom diagrams Your all-in-one learning experience in

  15. Microsoft® Office Excel® 2007 Step by Step

    CERN Document Server

    Frye, Curtis

    2009-01-01

    Experience learning made easy-and quickly teach yourself how to organize, analyze, and present data with Excel 2007. With Step By Step, you set the pace-building and practicing the skills you need, just when you need them! Create formulas, calculate values, and analyze dataPresent information visually with graphics, charts, and diagramsBuild PivotTable dynamic views-even easier with new data tablesReuse information from databases and other documentsShare spreadsheets for review and manage changesCreate macros to automate repetitive tasks and simplify your work Your all-in-one learning expe

  16. Hydrogen recovery process

    Science.gov (United States)

    Baker, Richard W.; Lokhandwala, Kaaeid A.; He, Zhenjie; Pinnau, Ingo

    2000-01-01

    A treatment process for a hydrogen-containing off-gas stream from a refinery, petrochemical plant or the like. The process includes three separation steps: condensation, membrane separation and hydrocarbon fraction separation. The membrane separation step is characterized in that it is carried out under conditions at which the membrane exhibits a selectivity in favor of methane over hydrogen of at least about 2.5.

  17. Efficient STEP (solar thermal electrochemical photo) production of hydrogen - an economic assessment

    Energy Technology Data Exchange (ETDEWEB)

    Licht, Stuart [Department of Chemistry, George Washington University, Ashburn, VA 20147 (United States); Solar Institute, George Washington University, Washington, DC 20052 (United States); Chitayat, Olivia; Bergmann, Harry; Dick, Andrew; Ayub, Hina [Solar Institute, George Washington University, Washington, DC 20052 (United States); Ghosh, Susanta [Department of Chemistry, George Washington University, Ashburn, VA 20147 (United States); Department of Chemistry, Visva-Bharati, Santiniketan (India)

    2010-10-15

    A consideration of the economic viability of hydrogen fuel production is important in the STEP (Solar Thermal Electrochemical Photo) production of hydrogen fuel. STEP is an innovative way to decrease costs and increase the efficiency of hydrogen fuel production, which is a synergistic process that can use concentrating photovoltaics (CPV) and solar thermal energy to drive a high temperature, low voltage, electrolysis (water-splitting), resulting in H{sub 2} at decreased energy and higher solar efficiency. This study provides evidence that the STEP system is an economically viable solution for the production of hydrogen. STEP occurs at both higher electrolysis and solar conversion efficiencies than conventional room temperature photovoltaic (PV) generation of hydrogen. This paper probes the economic viability of this process, by comparing four different systems: (1) 10% or (2) 14% flat plate PV driven aqueous alkaline electrolysis H{sub 2} production, (3) 25% CPV driven molten electrolysis H{sub 2} production, and (4) 35% CPV driven solid oxide electrolysis H{sub 2} production. The molten and solid oxide electrolysers are high temperature systems that can make use of light, normally discarded, for heating. This significantly increases system efficiency. Using levelized cost analysis, this study shows significant cost reduction using the STEP system. The total price per kg of hydrogen is shown to decrease from 5.74 to 4.96 to 3.01 to 2.61 with the four alternative systems. The advanced STEP plant requires less than one seventh of the land area of the 10% flat cell plant. To generate the 216 million kg H{sub 2}/year required by 1 million fuel cell vehicles, the 35% CPV driven solid oxide electrolysis requires a plant only 9.6 mi{sup 2} in area. While PV and electrolysis components dominate the cost of conventional PV generated hydrogen, they do not dominate the cost of the STEP-generated hydrogen. The lower cost of STEP hydrogen is driven by residual distribution and

  18. Covering the different steps of the coffee processing: Can headspace VOC emissions be exploited to successfully distinguish between Arabica and Robusta?

    Science.gov (United States)

    Colzi, Ilaria; Taiti, Cosimo; Marone, Elettra; Magnelli, Susanna; Gonnelli, Cristina; Mancuso, Stefano

    2017-12-15

    This work was performed to evaluate the possible application of PTR-ToF-MS technique in distinguishing between Coffea arabica (Arabica) and Coffea canephora var. robusta (Robusta) commercial stocks in each step of the processing chain (green beans, roasted beans, ground coffee, brews). volatile organic compounds (VOC) spectra from coffee samples of 7 Arabica and 6 Robusta commercial stocks were recorded and submitted to multivariate statistical analysis. Results clearly showed that, in each stage of the coffee processing, the volatile composition of coffee is highly influenced by the species. Actually, with the exception of green beans, PTR-ToF-MS technique was able to correctly recognize Arabica and Robusta samples. Particularly, among 134 tentatively identified VOCs, some masses (16 for roasted coffee, 12 for ground coffee and 12 for brewed coffee) were found to significantly discriminate the two species. Therefore, headspace VOC analyses was showed to represent a valuable tool to distinguish between Arabica and Robusta. Copyright © 2017 Elsevier Ltd. All rights reserved.

  19. Step 3: Manage Your Diabetes

    Science.gov (United States)

    ... please turn JavaScript on. Feature: Type 2 Diabetes Step 3: Manage Your Diabetes Past Issues / Fall 2014 ... 2 Diabetes" Articles Diabetes Is Serious But Manageable / Step 1: Learn About Diabetes / Step 2: Know Your ...

  20. STEP BY STEP 2.0” – UN’APPLICAZIONE MOBILE PER ESPLORARE PALAZZO MADAMA-MUSEO CIVICO D’ARTE ANTICA (TORINO

    Directory of Open Access Journals (Sweden)

    Irene Rubino

    2014-05-01

    Full Text Available The spread of mobile applications has recently exposed museums to new opportunities, both in terms of learning and engagement of new visitors: in this scenario, a special role is played by mobile applications integrating location-based services and gamification approaches. This paper presents the description and evaluation of “Step by Step 2.0”, a mobile guide developed for Palazzo Madama-Museo Civico d’Arte Antica (Turin, Italy by engineering company TonicMinds. The guide includes trails, an indoor navigation system, the connection to social networks and two location-based mobile games, specifically developed for young visitors. The results show that mobile apps can facilitate visitors’ meaning making process and enable unconventional models of exploration, which are definitely worth- investigating.

  1. Component-Based Java Legacy Code Refactoring

    Directory of Open Access Journals (Sweden)

    Hugo Arboleda

    2013-01-01

    Full Text Available La Ingeniería de Software Basada en Componentes (CBSE pretende mejorar la modularización del software y la inserción de preocupaciones arquitecturales. Refactorizar código Java legado con CBSE en mente requiere evaluar primero el cumplimiento del código legado con los principios de la programación por componentes. En este artículo presentamos un portafolio de reglas para evaluar el cumplimiento de la propiedad de Integridad de Comunicación en código Java legado; esta propiedad es una de las mayores fortalezas del enfoque CBSE. Proponemos estas reglas para identificar tipos componente y así proveer una medida de la construcción de componentes CBSE de una aplicación. Con el objetivo de ayudar a los desarrolladores y al personal responsable del mantenimiento de código legado cuando se hace necesario refactorizar sus aplicaciones, nuestro trabajo nos lleva a definir un conjunto de acciones de refactorización. En este artículo también presentamos resultados de pruebas, comparaciones y análisis de las salidas logradas luego de refactorizar varias aplicaciones Java.

  2. Step by step control of a deep drawing process with piezo-electric actuators in serial operation

    Directory of Open Access Journals (Sweden)

    Bäume Tobias

    2015-01-01

    Full Text Available Due to the design-driven increase in complexity of forming car body parts, it becomes more difficult to ensure a stable forming process. Piezoelectric actuators can influence the material flow of stamping parts effectively. In this article the implementation of piezoelectric actuators in a large scale sheet metal forming tool of a car manufacturer is described. Additionally, it is shown that part quality can be assessed with the help of triangulation laser sensors, which are mounted on the blankholder. The resulting flange draw-in signals were used to reduce the occurrence of wrinkling or the rate of cracking. It was shown that process control improved the quality of the stamping parts significantly.

  3. Spectrum of Slip Processes on the Subduction Interface in a Continuum Framework Resolved by Rate-and State Dependent Friction and Adaptive Time Stepping

    Science.gov (United States)

    Herrendoerfer, R.; van Dinther, Y.; Gerya, T.

    2015-12-01

    To explore the relationships between subduction dynamics and the megathrust earthquake potential, we have recently developed a numerical model that bridges the gap between processes on geodynamic and earthquake cycle time scales. In a self-consistent, continuum-based framework including a visco-elasto-plastic constitutive relationship, cycles of megathrust earthquake-like ruptures were simulated through a purely slip rate-dependent friction, albeit with very low slip rates (van Dinther et al., JGR, 2013). In addition to much faster earthquakes, a range of aseismic slip processes operate at different time scales in nature. These aseismic processes likely accommodate a considerable amount of the plate convergence and are thus relevant in order to estimate the long-term seismic coupling and related hazard in subduction zones. To simulate and resolve this wide spectrum of slip processes, we innovatively implemented rate-and state dependent friction (RSF) and an adaptive time-stepping into our continuum framework. The RSF formulation, in contrast to our previous friction formulation, takes the dependency of frictional strength on a state variable into account. It thereby allows for continuous plastic yielding inside rate-weakening regions, which leads to aseismic slip. In contrast to the conventional RSF formulation, we relate slip velocities to strain rates and use an invariant formulation. Thus we do not require the a priori definition of infinitely thin, planar faults in a homogeneous elastic medium. With this new implementation of RSF, we succeed to produce consistent cycles of frictional instabilities. By changing the frictional parameter a, b, and the characteristic slip distance, we observe a transition from stable sliding to stick-slip behaviour. This transition is in general agreement with predictions from theoretical estimates of the nucleation size, thereby to first order validating our implementation. By incorporating adaptive time-stepping based on a

  4. 2-Step IMAT and 2-Step IMRT in three dimensions

    International Nuclear Information System (INIS)

    Bratengeier, Klaus

    2005-01-01

    In two dimensions, 2-Step Intensity Modulated Arc Therapy (2-Step IMAT) and 2-Step Intensity Modulated Radiation Therapy (IMRT) were shown to be powerful methods for the optimization of plans with organs at risk (OAR) (partially) surrounded by a target volume (PTV). In three dimensions, some additional boundary conditions have to be considered to establish 2-Step IMAT as an optimization method. A further aim was to create rules for ad hoc adaptations of an IMRT plan to a daily changing PTV-OAR constellation. As a test model, a cylindrically symmetric PTV-OAR combination was used. The centrally placed OAR can adapt arbitrary diameters with different gap widths toward the PTV. Along the rotation axis the OAR diameter can vary, the OAR can even vanish at some axis positions, leaving a circular PTV. The width and weight of the second segment were the free parameters to optimize. The objective function f to minimize was the root of the integral of the squared difference of the dose in the target volume and a reference dose. For the problem, two local minima exist. Therefore, as a secondary criteria, the magnitude of hot and cold spots were taken into account. As a result, the solution with a larger segment width was recommended. From plane to plane for varying radii of PTV and OAR and for different gaps between them, different sets of weights and widths were optimal. Because only one weight for one segment shall be used for all planes (respectively leaf pairs), a strategy for complex three-dimensional (3-D) cases was established to choose a global weight. In a second step, a suitable segment width was chosen, minimizing f for this global weight. The concept was demonstrated in a planning study for a cylindrically symmetric example with a large range of different radii of an OAR along the patient axis. The method is discussed for some classes of tumor/organ at risk combinations. Noncylindrically symmetric cases were treated exemplarily. The product of width and weight of

  5. One Step at a Time: SBM as an Incremental Process.

    Science.gov (United States)

    Conrad, Mark

    1995-01-01

    Discusses incremental SBM budgeting and answers questions regarding resource equity, bookkeeping requirements, accountability, decision-making processes, and purchasing. Approaching site-based management as an incremental process recognizes that every school system engages in some level of site-based decisions. Implementation can be gradual and…

  6. Microprocessor controller for stepping motors

    International Nuclear Information System (INIS)

    Strait, B.G.; Thuot, M.E.

    1977-01-01

    A new concept for digital computer control of multiple stepping motors which operate in a severe electromagnetic pulse environment is presented. The motors position mirrors in the beam-alignment system of a 100-kJ CO 2 laser. An asynchronous communications channel of a computer is used to send coded messages, containing the motor address and stepping-command information, to the stepping-motor controller in a bit serial format over a fiber-optics communications link. The addressed controller responds by transmitting to the computer its address and other motor information, thus confirming the received message. Each controller is capable of controlling three stepping motors. The controller contains the fiber-optics interface, a microprocessor, and the stepping-motor driven circuits. The microprocessor program, which resides in an EPROM, decodes the received messages, transmits responses, performs the stepping-motor sequence logic, maintains motor-position information, and monitors the motor's reference switch. For multiple stepping-motor application, the controllers are connected in a daisy chain providing control of many motors from one asynchronous communications channel of the computer

  7. Decision-Oriented Health Technology Assessment: One Step Forward in Supporting the Decision-Making Process in Hospitals.

    Science.gov (United States)

    Ritrovato, Matteo; Faggiano, Francesco C; Tedesco, Giorgia; Derrico, Pietro

    2015-06-01

    This article outlines the Decision-Oriented Health Technology Assessment: a new implementation of the European network for Health Technology Assessment Core Model, integrating the multicriteria decision-making analysis by using the analytic hierarchy process to introduce a standardized methodological approach as a valued and shared tool to support health care decision making within a hospital. Following the Core Model as guidance (European network for Health Technology Assessment. HTA core model for medical and surgical interventions. Available from: http://www.eunethta.eu/outputs/hta-core-model-medical-and-surgical-interventions-10r. [Accessed May 27, 2014]), it is possible to apply the analytic hierarchy process to break down a problem into its constituent parts and identify priorities (i.e., assigning a weight to each part) in a hierarchical structure. Thus, it quantitatively compares the importance of multiple criteria in assessing health technologies and how the alternative technologies perform in satisfying these criteria. The verbal ratings are translated into a quantitative form by using the Saaty scale (Saaty TL. Decision making with the analytic hierarchy process. Int J Serv Sci 2008;1:83-98). An eigenvectors analysis is used for deriving the weights' systems (i.e., local and global weights' system) that reflect the importance assigned to the criteria and the priorities related to the performance of the alternative technologies. Compared with the Core Model, this methodological approach supplies a more timely as well as contextualized evidence for a specific technology, making it possible to obtain data that are more relevant and easier to interpret, and therefore more useful for decision makers to make investment choices with greater awareness. We reached the conclusion that although there may be scope for improvement, this implementation is a step forward toward the goal of building a "solid bridge" between the scientific evidence and the final decision

  8. Energetics of highly kinked step edges

    NARCIS (Netherlands)

    Zandvliet, Henricus J.W.

    2010-01-01

    We have determined the step edge free energy, the step edge stiffness and dimensionless inverse step edge stiffness of the highly kinked < 010> oriented step on a (001) surface of a simple square lattice within the framework of a solid-on-solid model. We have found an exact expression for the step

  9. Cellobiohydrolase 1 from Trichoderma reesei degrades cellulose in single cellobiose steps

    Science.gov (United States)

    Brady, Sonia K.; Sreelatha, Sarangapani; Feng, Yinnian; Chundawat, Shishir P. S.; Lang, Matthew J.

    2015-12-01

    Cellobiohydrolase 1 from Trichoderma reesei (TrCel7A) processively hydrolyses cellulose into cellobiose. Although enzymatic techniques have been established as promising tools in biofuel production, a clear understanding of the motor's mechanistic action has yet to be revealed. Here, we develop an optical tweezers-based single-molecule (SM) motility assay for precision tracking of TrCel7A. Direct observation of motility during degradation reveals processive runs and distinct steps on the scale of 1 nm. Our studies suggest TrCel7A is not mechanically limited, can work against 20 pN loads and speeds up when assisted. Temperature-dependent kinetic studies establish the energy requirements for the fundamental stepping cycle, which likely includes energy from glycosidic bonds and other sources. Through SM measurements of isolated TrCel7A domains, we determine that the catalytic domain alone is sufficient for processive motion, providing insight into TrCel7A's molecular motility mechanism.

  10. A New Architecture for FUN3D on Modern HPC Systems, Phase I

    Data.gov (United States)

    National Aeronautics and Space Administration — The goal of this project is to refactor NASA's FUN3D computation fluid dynamic (CFD) simulation code to enable it to take full advantage of accelerator hardware...

  11. Acomparative Study Comparing Low-dose Step-up Versus Step-down in Polycystic Ovary Syndrome Resistant to Clomiphene

    Directory of Open Access Journals (Sweden)

    S Peivandi

    2010-03-01

    Full Text Available Introduction: Polycystic ovary syndrome(PCOS is one of the most common cause of infertility in women. clomiphene is the first line of treatment. however 20% of patients are resistant to clomiphene. because of follicular hypersensitivity to gonadotropins in pcod, multiple follicular growth and development occurs which is cause of OHSS and multiple pregnancy. Our aim of this random and clinical study was comparation between step-down and low dose step-up methods for induction ovulation in clomiphene resistant. Methods: 60 cases were included 30 women in low-dose step-up group and 30 women in step-down group. In low-dose step-up HMG 75u/d and in step-down HMG 225u/d was started on 3th days of cycle, monitoring with vaginal sonography was done on 8th days of cycle. When follicle with>14 mm in diameter was seen HMG dose was continued in low-dose step-up and was decreased in step-down group. When follicle reached to 18mm in diameter, amp HCG 10000 unit was injected and IUI was performed 36 hours later. Results: Number of HMG ampules, number of follicles> 14mm on the day of HCG injection and level of serum estradiol was greater in low dose step up protocol than step down protocol(p<0/0001. Ovulation rate and pregnancy rate was greater in lowdose step up group than step down group with significant difference (p<0/0001. Conclusion: Our study showed that low-dose step-up regimen with HMG is effective for stimulating ovulation and clinical pregnancy but in view of monofollicular growth, the step down method was more effective and safe. In our study multifolliular growth in step-up method was higher than step-down method. We can predict possibility of Ovarian Hyperstimulation Syndrome syndrome in highly sensitive PCOS patients.

  12. Microsoft Office SharePoint Designer 2007 Step by Step

    CERN Document Server

    Coventry, Penelope

    2008-01-01

    The smart way to learn Office SharePoint Designer 2007-one step at a time! Work at your own pace through the easy numbered steps, practice files on CD, helpful hints, and troubleshooting tips to master the fundamentals of building customized SharePoint sites and applications. You'll learn how to work with Windows® SharePoint Services 3.0 and Office SharePoint Server 2007 to create Web pages complete with Cascading Style Sheets, Lists, Libraries, and customized Web parts. Then, make your site really work for you by adding data sources, including databases, XML data and Web services, and RSS fe

  13. Microsoft Windows Sharepoint Services 3.0 Step by Step

    CERN Document Server

    Londer, Olga; Bleeker, Todd; Coventry, Penelope

    2007-01-01

    Experience learning made easy-and quickly teach yourself how to use Windows SharePoint Services to enable effective team collaboration. With Step By Step, you set the pace-building and practicing the skills you need, just when you need them! Build your own SharePoint site with easy-to-use templatesCreate lists and libraries to store informationAdd discussion boards, wikis, and blogsSet up Document and Meeting Workspaces for easy collaborationShare calendars, contacts, and data from Microsoft Office programsCustomize your pages with Web Parts Your all-in-one learning experience includes: Fi

  14. One-step Fabrication of Cellulose/Graphene Conductive Paper

    Institute of Scientific and Technical Information of China (English)

    KaiWen Mou; LuMing Yang; HuangWei Xiong; RuiTao Cha

    2017-01-01

    In this study,a straightforward,one-step wet-end formation process was employed to prepare cellulose/graphene conductive paper for antistatic packing materials.Cationic polyacrylamide was introduced into the cellulose/graphene slurry to improve the graphene loading on the surfaces of the cellulose fibers.The effect of the super calender process on the properties of the cellulose/graphene conductive paper was investigated.When 55 wt% graphene was added,the volume resistivity of the cellulose/graphene conductive paper was 94.70 Ω·cm,decreasing to 35.46 Ω·cm after the super calender process.The cellulose/graphene conductive paper possessed excellent anti-static ability and could be used as an anti-static material.

  15. Product analysis illuminates the final steps of IES deletion in Tetrahymena thermophila.

    Science.gov (United States)

    Saveliev, S V; Cox, M M

    2001-06-15

    DNA sequences (IES elements) eliminated from the developing macronucleus in the ciliate Tetrahymena thermophila are released as linear fragments, which have now been detected and isolated. A PCR-mediated examination of fragment end structures reveals three types of strand scission events, reflecting three steps in the deletion process. New evidence is provided for two steps proposed previously: an initiating double-stranded cleavage, and strand transfer to create a branched deletion intermediate. The fragment ends provide evidence for a previously uncharacterized third step: the branched DNA strand is cleaved at one of several defined sites located within 15-16 nucleotides of the IES boundary, liberating the deleted DNA in a linear form.

  16. Two-step flash light sintering of copper nanoparticle ink to remove substrate warping

    Energy Technology Data Exchange (ETDEWEB)

    Ryu, Chung-Hyeon; Joo, Sung-Jun [Department of Mechanical Convergence Engineering, Hanyang University, Haengdang-dong, Seongdong-gu, Seoul 133-791 (Korea, Republic of); Kim, Hak-Sung, E-mail: kima@hanyang.ac.kr [Department of Mechanical Convergence Engineering, Hanyang University, Haengdang-dong, Seongdong-gu, Seoul 133-791 (Korea, Republic of); Institute of Nano Science and Technology, Hanyang University, Seoul, 133-791 (Korea, Republic of)

    2016-10-30

    Highlights: • We performed the two-step flash light sintering for copper nanoparticle ink to remove substrate warping. • 12 J/cm{sup 2} of preheating and 7 J/cm{sup 2} of main sintering energies were determined as optimum conditions to sinter the copper nanoparticle ink. • The resistivity of two-step sintered copper nanoparticle ink was 3.81 μΩ cm with 5B adhesion level, 2.3 times greater than that of bulk copper. • The two-step sintered case showed a high conductivity without any substrate warping. - Abstract: A two-step flash light sintering process was devised to reduce the warping of polymer substrates during the sintering of copper nanoparticle ink. To determine the optimum sintering conditions of the copper nanoparticle ink, the flash light irradiation conditions (pulse power, pulse number, on-time, and off-time) were varied and optimized. In order to monitor the flash light sintering process, in situ resistance and temperature monitoring of copper nanoink were conducted during the flash light sintering process. Also, a transient heat transfer analysis was performed by using the finite-element program ABAQUS to predict the temperature changes of copper nanoink and polymer substrate. The microstructures of the sintered copper nanoink films were analyzed by scanning electron microscopy. Additionally, an X-ray diffraction and Fourier transform infrared spectroscopy were used to characterize the crystal phase change of the sintered copper nanoparticles. The resulting two-step flash light sintered copper nanoink films exhibited a low resistivity (3.81 μΩ cm, 2.3 times of that of bulk copper) and 5B level of adhesion strength without warping of the polymer substrate.

  17. Gaze Step Distributions Reflect Fixations and Saccades: A Comment on Stephen and Mirman (2010)

    Science.gov (United States)

    Bogartz, Richard S.; Staub, Adrian

    2012-01-01

    In three experimental tasks Stephen and Mirman (2010) measured gaze steps, the distance in pixels between gaze positions on successive samples from an eyetracker. They argued that the distribution of gaze steps is best fit by the lognormal distribution, and based on this analysis they concluded that interactive cognitive processes underlie eye…

  18. HTSC-Josephson step contacts

    International Nuclear Information System (INIS)

    Herrmann, K.

    1994-03-01

    In this work the properties of josephson step contacts are investigated. After a short introduction into Josephson step contacts the structure, properties and the Josphson contacts of YBa 2 Cu 3 O 7-x high-T c superconductors is presented. The fabrication of HTSC step contacts and the microstructure is discussed. The electric properties of these contacts are measured together with the Josephson emission and the magnetic field dependence. The temperature dependence of the stationary transport properties is given. (WL)

  19. Gaussian elimination is not optimal, revisited

    DEFF Research Database (Denmark)

    Macedo, Hugo Daniel

    2016-01-01

    We refactor the universal law for the tensor product to express matrix multiplication as the product . MN of two matrices . M and . N thus making possible to use such matrix product to encode and transform algorithms performing matrix multiplication using techniques from linear algebra. We explore...... the end results are equations involving matrix products, our exposition builds upon previous works on the category of matrices (and the related category of finite vector spaces) which we extend by showing: why the direct sum . (⊕,0) monoid is not closed, a biproduct encoding of Gaussian elimination...... such possibility and show two stepwise refinements transforming the composition . MN into the Naïve and Strassen's matrix multiplication algorithms. The inspection of the stepwise transformation of the composition of matrices . MN into the Naïve matrix multiplication algorithm evidences that the steps...

  20. Creating a Positive Prior Learning Assessment (PLA Experience: A Step-by-Step Look at University PLA

    Directory of Open Access Journals (Sweden)

    Sara M. Leiste

    2011-01-01

    Full Text Available A prior learning assessment (PLA can be an intimidating process for adult learners. Capella University’s PLA team has developed best practices, resources, and tools to foster a positive experience and to remove barriers in PLA and uses three criteria to determine how to best administer the assessment. First, a PLA must be motivating, as described by the ARCS model. Second, it must enable success. Finally, it must use available resources efficiently. The tools and resources developed according to these criteria fall into two categories: staff and online resources. PLA programs can use both to ensure that all departments provide consistent communication to learners about the PLA process, which will foster a positive experience. The PLA online lab houses centralized resources and offers one-on-one interaction with a facilitator to assist learners step-by-step in the development of their petitions. Each unit contains resources, examples, and optional assignments that help learners to develop specific aspects of the petition. By following the examples and recommendations, learners are able to submit polished petitions after they complete the units. The lab facilitator supports learners throughout the units by answering questions and providing recommendations. When learners submit their petitions, the facilitator reviews it entirely and provides feedback to strengthen the final submission that goes to a faculty reviewer for an official evaluation. All of these individuals and tools work together to help create a positive experience for learners who submit a PLA petition. This article shares these resources with the goal of strengthening PLA as a field.

  1. Optimized spray drying process for preparation of one-step calcium-alginate gel microspheres

    Energy Technology Data Exchange (ETDEWEB)

    Popeski-Dimovski, Riste [Department of physic, Faculty of Natural Sciences and Mathematics, “ss. Cyril and Methodius” University, Arhimedova 3, 1000 Skopje, R. Macedonia (Macedonia, The Former Yugoslav Republic of)

    2016-03-25

    Calcium-alginate micro particles have been used extensively in drug delivery systems. Therefore we establish a one-step method for preparation of internally gelated micro particles with spherical shape and narrow size distribution. We use four types of alginate with different G/M ratio and molar weight. The size of the particles is measured using light diffraction and scanning electron microscopy. Measurements showed that with this method, micro particles with size distribution around 4 micrometers can be prepared, and SEM imaging showed that those particles are spherical in shape.

  2. Mother Vocal Recognition in Antarctic Fur Seal Arctocephalus gazella Pups: A Two-Step Process.

    Directory of Open Access Journals (Sweden)

    Thierry Aubin

    Full Text Available In otariids, mother's recognition by pups is essential to their survival since females nurse exclusively their own young and can be very aggressive towards non-kin. Antarctic fur seal, Arctocephalus gazella, come ashore to breed and form dense colonies. During the 4-month lactation period, females alternate foraging trips at sea with suckling period ashore. On each return to the colony, females and pups first use vocalizations to find each other among several hundred conspecifics and olfaction is used as a final check. Such vocal identification has to be highly efficient. In this present study, we investigated the components of the individual vocal signature used by pups to identify their mothers by performing playback experiments on pups with synthetic signals. We thus tested the efficiency of this individual vocal signature by performing propagation tests and by testing pups at different playback distances. Pups use both amplitude and frequency modulations to identify their mother's voice, as well as the energy spectrum. Propagation tests showed that frequency modulations propagated reliably up to 64m, whereas amplitude modulations and spectral content greatly were highly degraded for distances over 8m. Playback on pups at different distances suggested that the individual identification is a two-step process: at long range, pups identified first the frequency modulation pattern of their mother's calls, and other components of the vocal signature at closer range. The individual vocal recognition system developed by Antarctic fur seals is well adapted to face the main constraint of finding kin in a crowd.

  3. Step process for selecting and testing surrogates and indicators of afrotemperate forest invertebrate diversity.

    Directory of Open Access Journals (Sweden)

    Charmaine Uys

    Full Text Available BACKGROUND: The diversity and complexity of invertebrate communities usually result in their exclusion from conservation activities. Here we provide a step process for assessing predominantly ground-dwelling Afrotemperate forest invertebrates' (earthworms, centipedes, millipedes, ants, molluscs potential as surrogates for conservation and indicators for monitoring. We also evaluated sampling methods (soil and litter samples, pitfall traps, active searching quadrats and tree beating and temporal (seasonal effects. METHODOLOGY/PRINCIPAL FINDINGS: Lack of congruence of species richness across taxa indicated poor surrogacy potential for any of the focus taxa. Based on abundance and richness, seasonal stability, and ease of sampling, molluscs were the most appropriate taxon for use in monitoring of disturbance impacts. Mollusc richness was highest in March (Antipodal late summer wet season. The most effective and efficient methods were active searching quadrats and searching litter samples. We tested the effectiveness of molluscs as indicators for monitoring by contrasting species richness and community structure in burned relative to unburned forests. Both species richness and community structure changed significantly with burning. Some mollusc species (e.g. Macroptychia africana showed marked negative responses to burning, and these species have potential for use as indicators. CONCLUSIONS/SIGNIFICANCE: Despite habitat type (i.e., Afrotemperate forest being constant, species richness and community structure varied across forest patches. Therefore, in conservation planning, setting targets for coarse filter features (e.g., habitat type requires fine filter features (e.g., localities for individual species. This is especially true for limited mobility taxa such as those studied here. Molluscs have high potential for indicators for monitoring, and this requires broader study.

  4. Spectral Difference in the Image Domain for Large Neighborhoods, a GEOBIA Pre-Processing Step for High Resolution Imagery

    Directory of Open Access Journals (Sweden)

    Roeland de Kok

    2012-08-01

    Full Text Available Contrast plays an important role in the visual interpretation of imagery. To mimic visual interpretation and using contrast in a Geographic Object Based Image Analysis (GEOBIA environment, it is useful to consider an analysis for single pixel objects. This should be done before applying homogeneity criteria in the aggregation of pixels for the construction of meaningful image objects. The habit or “best practice” to start GEOBIA with pixel aggregation into homogeneous objects should come with the awareness that feature attributes for single pixels are at risk of becoming less accessible for further analysis. Single pixel contrast with image convolution on close neighborhoods is a standard technique, also applied in edge detection. This study elaborates on the analysis of close as well as much larger neighborhoods inside the GEOBIA domain. The applied calculations are limited to the first segmentation step for single pixel objects in order to produce additional feature attributes for objects of interest to be generated in further aggregation processes. The equation presented functions at a level that is considered an intermediary product in the sequential processing of imagery. The procedure requires intensive processor and memory capacity. The resulting feature attributes highlight not only contrasting pixels (edges but also contrasting areas of local pixel groups. The suggested approach can be extended and becomes useful in classifying artificial areas at national scales using high resolution satellite mosaics.

  5. Effect of selenization time on the structural and morphological properties of Cu(In,Ga)Se2 thin films absorber layers using two step growth process

    Science.gov (United States)

    Korir, Peter C.; Dejene, Francis B.

    2018-04-01

    In this work two step growth process was used to prepare Cu(In, Ga)Se2 thin film for solar cell applications. The first step involves deposition of Cu-In-Ga precursor films followed by the selenization process under vacuum using elemental selenium vapor to form Cu(In,Ga)Se2 film. The growth process was done at a fixed temperature of 515 °C for 45, 60 and 90 min to control film thickness and gallium incorporation into the absorber layer film. The X-ray diffraction (XRD) pattern confirms single-phase Cu(In,Ga)Se2 film for all the three samples and no secondary phases were observed. A shift in the diffraction peaks to higher 2θ (2 theta) values is observed for the thin films compared to that of pure CuInSe2. The surface morphology of the resulting film grown for 60 min was characterized by the presence of uniform large grain size particles, which are typical for device quality material. Photoluminescence spectra show the shifting of emission peaks to higher energies for longer duration of selenization attributed to the incorporation of more gallium into the CuInSe2 crystal structure. Electron probe microanalysis (EPMA) revealed a uniform distribution of the elements through the surface of the film. The elemental ratio of Cu/(In + Ga) and Se/Cu + In + Ga strongly depends on the selenization time. The Cu/In + Ga ratio for the 60 min film is 0.88 which is in the range of the values (0.75-0.98) for best solar cell device performances.

  6. ONE-STEP AND TWO-STEP CALIBRATION OF A PORTABLE PANORAMIC IMAGE MAPPING SYSTEM

    Directory of Open Access Journals (Sweden)

    P.-C. Wang

    2012-07-01

    Full Text Available A Portable Panoramic Image Mapping System (PPIMS is proposed for rapid acquisition of three-dimensional spatial information. By considering the convenience of use, cost, weight of equipment, precision, and power supply, the designed PPIMS is equipped with 6 circularly arranged cameras to capture panoramic images and a GPS receiver for positioning. The motivation for this design is to develop a hand-held Mobile Mapping System (MMS for some difficult accessing areas by vehicle MMS, such as rugged terrains, forest areas, heavily damaged disaster areas, and crowed places etc. This PPIMS is in fact a GPS assisted close-range photogrammetric system. Compared with the traditional close-range photogrammetry, PPIMS can reduce the need of ground control points significantly. Under the condition of knowing the relative geometric relationships of the equipped sensors, the elements of exterior orientation of each captured image can be solved. However, the procedure of a system calibration should be done accurately to determine the relative geometric relationships of multi-cameras and the GPS antenna center, before the PPIMS can be applied for geo-referenced mapping. In this paper, both of one-step and two-step calibration procedures for PPIMS are performed to determine the lever-arm offsets and boresight angles among cameras and GPS. The performance of the one-step and two-step calibration is evaluated through the analysis of the experimental results. The comparison between these two calibration procedures was also conducted. The two-step calibration method outperforms the one-step calibration method in terms of calibration accuracy and operation convenience. We expect that the proposed two-step calibration procedure can also be applied to other platform-based MMSs.

  7. The portal protein plays essential roles at different steps of the SPP1 DNA packaging process

    International Nuclear Information System (INIS)

    Isidro, Anabela; Henriques, Adriano O.; Tavares, Paulo

    2004-01-01

    A large number of viruses use a specialized portal for entry of DNA to the viral capsid and for its polarized exit at the beginning of infection. These families of viruses assemble an icosahedral procapsid containing a portal protein oligomer in one of its 12 vertices. The viral ATPase (terminase) interacts with the portal vertex to form a powerful molecular motor that translocates DNA to the procapsid interior against a steep concentration gradient. The portal protein is an essential component of this DNA packaging machine. Characterization of single amino acid substitutions in the portal protein gp6 of bacteriophage SPP1 that block DNA packaging identified sequential steps in the packaging mechanism that require its action. Gp6 is essential at early steps of DNA packaging and for DNA translocation to the capsid interior, it affects the efficiency of DNA packaging, it is a central component of the headful sensor that determines the size of the packaged DNA molecule, and is essential for closure of the portal pore by the head completion proteins to prevent exit of the DNA encapsidated. Functional regions of gp6 necessary at each step are identified within its primary structure. The similarity between the architecture of portal oligomers and between the DNA packaging strategies of viruses using portals strongly suggests that the portal protein plays the same roles in a large number of viruses

  8. Adaptive Time Stepping for Transient Network Flow Simulation in Rocket Propulsion Systems

    Science.gov (United States)

    Majumdar, Alok K.; Ravindran, S. S.

    2017-01-01

    Fluid and thermal transients found in rocket propulsion systems such as propellant feedline system is a complex process involving fast phases followed by slow phases. Therefore their time accurate computation requires use of short time step initially followed by the use of much larger time step. Yet there are instances that involve fast-slow-fast phases. In this paper, we present a feedback control based adaptive time stepping algorithm, and discuss its use in network flow simulation of fluid and thermal transients. The time step is automatically controlled during the simulation by monitoring changes in certain key variables and by feedback. In order to demonstrate the viability of time adaptivity for engineering problems, we applied it to simulate water hammer and cryogenic chill down in pipelines. Our comparison and validation demonstrate the accuracy and efficiency of this adaptive strategy.

  9. Step-to-step spatiotemporal variables and ground reaction forces of intra-individual fastest sprinting in a single session.

    Science.gov (United States)

    Nagahara, Ryu; Mizutani, Mirai; Matsuo, Akifumi; Kanehisa, Hiroaki; Fukunaga, Tetsuo

    2018-06-01

    We aimed to investigate the step-to-step spatiotemporal variables and ground reaction forces during the acceleration phase for characterising intra-individual fastest sprinting within a single session. Step-to-step spatiotemporal variables and ground reaction forces produced by 15 male athletes were measured over a 50-m distance during repeated (three to five) 60-m sprints using a long force platform system. Differences in measured variables between the fastest and slowest trials were examined at each step until the 22nd step using a magnitude-based inferences approach. There were possibly-most likely higher running speed and step frequency (2nd to 22nd steps) and shorter support time (all steps) in the fastest trial than in the slowest trial. Moreover, for the fastest trial there were likely-very likely greater mean propulsive force during the initial four steps and possibly-very likely larger mean net anterior-posterior force until the 17th step. The current results demonstrate that better sprinting performance within a single session is probably achieved by 1) a high step frequency (except the initial step) with short support time at all steps, 2) exerting a greater mean propulsive force during initial acceleration, and 3) producing a greater mean net anterior-posterior force during initial and middle acceleration.

  10. The single-process biochemical reaction of Rubisco: a unified theory and model with the effects of irradiance, CO₂ and rate-limiting step on the kinetics of C₃ and C₄ photosynthesis from gas exchange.

    Science.gov (United States)

    Farazdaghi, Hadi

    2011-02-01

    Photosynthesis is the origin of oxygenic life on the planet, and its models are the core of all models of plant biology, agriculture, environmental quality and global climate change. A theory is presented here, based on single process biochemical reactions of Rubisco, recognizing that: In the light, Rubisco activase helps separate Rubisco from the stored ribulose-1,5-bisphosphate (RuBP), activates Rubisco with carbamylation and addition of Mg²(+), and then produces two products, in two steps: (Step 1) Reaction of Rubisco with RuBP produces a Rubisco-enediol complex, which is the carboxylase-oxygenase enzyme (Enco) and (Step 2) Enco captures CO₂ and/or O₂ and produces intermediate products leading to production and release of 3-phosphoglycerate (PGA) and Rubisco. PGA interactively controls (1) the carboxylation-oxygenation, (2) electron transport, and (3) triosephosphate pathway of the Calvin-Benson cycle that leads to the release of glucose and regeneration of RuBP. Initially, the total enzyme participates in the two steps of the reaction transitionally and its rate follows Michaelis-Menten kinetics. But, for a continuous steady state, Rubisco must be divided into two concurrently active segments for the two steps. This causes a deviation of the steady state from the transitional rate. Kinetic models are developed that integrate the transitional and the steady state reactions. They are tested and successfully validated with verifiable experimental data. The single-process theory is compared to the widely used two-process theory of Farquhar et al. (1980. Planta 149, 78-90), which assumes that the carboxylation rate is either Rubisco-limited at low CO₂ levels such as CO₂ compensation point, or RuBP regeneration-limited at high CO₂. Since the photosynthesis rate cannot increase beyond the two-process theory's Rubisco limit at the CO₂ compensation point, net photosynthesis cannot increase above zero in daylight, and since there is always respiration at

  11. Timing paradox of stepping and falls in ageing: not so quick and quick(er) on the trigger.

    Science.gov (United States)

    Rogers, Mark W; Mille, Marie-Laure

    2016-08-15

    Physiological and degenerative changes affecting human standing balance are major contributors to falls with ageing. During imbalance, stepping is a powerful protective action for preserving balance that may be voluntarily initiated in recognition of a balance threat, or be induced by an externally imposed mechanical or sensory perturbation. Paradoxically, with ageing and falls, initiation slowing of voluntary stepping is observed together with perturbation-induced steps that are triggered as fast as or faster than for younger adults. While age-associated changes in sensorimotor conduction, central neuronal processing and cognitive functions are linked to delayed voluntary stepping, alterations in the coupling of posture and locomotion may also prolong step triggering. It is less clear, however, how these factors may explain the accelerated triggering of induced stepping. We present a conceptual model that addresses this issue. For voluntary stepping, a disruption in the normal coupling between posture and locomotion may underlie step-triggering delays through suppression of the locomotion network based on an estimation of the evolving mechanical state conditions for stability. During induced stepping, accelerated step initiation may represent an event-triggering process whereby stepping is released according to the occurrence of a perturbation rather than to the specific sensorimotor information reflecting the evolving instability. In this case, errors in the parametric control of induced stepping and its effectiveness in stabilizing balance would be likely to occur. We further suggest that there is a residual adaptive capacity with ageing that could be exploited to improve paradoxical triggering and other changes in protective stepping to impact fall risk. © 2016 The Authors. The Journal of Physiology © 2016 The Physiological Society.

  12. Poisson Processes in Free Probability

    OpenAIRE

    An, Guimei; Gao, Mingchu

    2015-01-01

    We prove a multidimensional Poisson limit theorem in free probability, and define joint free Poisson distributions in a non-commutative probability space. We define (compound) free Poisson process explicitly, similar to the definitions of (compound) Poisson processes in classical probability. We proved that the sum of finitely many freely independent compound free Poisson processes is a compound free Poisson processes. We give a step by step procedure for constructing a (compound) free Poisso...

  13. GCS component development cycle

    Science.gov (United States)

    Rodríguez, Jose A.; Macias, Rosa; Molgo, Jordi; Guerra, Dailos; Pi, Marti

    2012-09-01

    The GTC1 is an optical-infrared 10-meter segmented mirror telescope at the ORM observatory in Canary Islands (Spain). First light was at 13/07/2007 and since them it is in the operation phase. The GTC control system (GCS) is a distributed object & component oriented system based on RT-CORBA8 and it is responsible for the management and operation of the telescope, including its instrumentation. GCS has used the Rational Unified process (RUP9) in its development. RUP is an iterative software development process framework. After analysing (use cases) and designing (UML10) any of GCS subsystems, an initial component description of its interface is obtained and from that information a component specification is written. In order to improve the code productivity, GCS has adopted the code generation to transform this component specification into the skeleton of component classes based on a software framework, called Device Component Framework. Using the GCS development tools, based on javadoc and gcc, in only one step, the component is generated, compiled and deployed to be tested for the first time through our GUI inspector. The main advantages of this approach are the following: It reduces the learning curve of new developers and the development error rate, allows a systematic use of design patterns in the development and software reuse, speeds up the deliverables of the software product and massively increase the timescale, design consistency and design quality, and eliminates the future refactoring process required for the code.

  14. Comparison of step-by-step kinematics in repeated 30m sprints in female soccer players.

    Science.gov (United States)

    van den Tillaar, Roland

    2018-01-04

    The aim of this study was to compare kinematics in repeated 30m sprints in female soccer players. Seventeen subjects performed seven 30m sprints every 30s in one session. Kinematics were measured with an infrared contact mat and laser gun, and running times with an electronic timing device. The main findings were that sprint times increased in the repeated sprint ability test. The main changes in kinematics during the repeated sprint ability test were increased contact time and decreased step frequency, while no change in step length was observed. The step velocity increased in almost each step until the 14, which occurred around 22m. After this, the velocity was stable until the last step, when it decreased. This increase in step velocity was mainly caused by the increased step length and decreased contact times. It was concluded that the fatigue induced in repeated 30m sprints in female soccer players resulted in decreased step frequency and increased contact time. Employing this approach in combination with a laser gun and infrared mat for 30m makes it very easy to analyse running kinematics in repeated sprints in training. This extra information gives the athlete, coach and sports scientist the opportunity to give more detailed feedback and help to target these changes in kinematics better to enhance repeated sprint performance.

  15. Adsorption-induced step formation

    DEFF Research Database (Denmark)

    Thostrup, P.; Christoffersen, Ebbe; Lorensen, Henrik Qvist

    2001-01-01

    Through an interplay between density functional calculations, Monte Carlo simulations and scanning tunneling microscopy experiments, we show that an intermediate coverage of CO on the Pt(110) surface gives rise to a new rough equilibrium structure with more than 50% step atoms. CO is shown to bind...... so strongly to low-coordinated Pt atoms that it can break Pt-Pt bonds and spontaneously form steps on the surface. It is argued that adsorption-induced step formation may be a general effect, in particular at high gas pressures and temperatures....

  16. Stepped frequency imaging for flaw monitoring: Final report

    International Nuclear Information System (INIS)

    Hildebrand, B.P.

    1988-09-01

    This report summarizes the results of research into the usefulness of stepped frequency imaging (SFI) to nuclear power plant inspection. SFI is a method for producing ultrasonic holographic images without the need to sweep a two-dimensional aperture with the transducer. Instead, the transducer may be translated along a line. At each position of the transducer the frequency is stepped over a finite preselected bandwidth. The frequency stepped data is then processed to synthesize the second dimension. In this way it is possible to generate images in regions that are relatively inaccessible to two-dimensional scanners. This report reviews the theory and experimental work verifying the technique, and then explores its possible applications in the nuclear power industry. It also outlines how this new capability can be incorporated into the SDL-1000 Imaging System previously developed for EPRI. The report concludes with five suggestions for uses for the SFI method. These are: monitoring suspect or repaired regions of feedwater nozzles; monitoring pipe cracks repaired by weld overlay; monitoring crack depth during test block production; imaging flaws where access is difficult; and imaging flaws through cladding without distortion

  17. The Influence of Preprocessing Steps on Graph Theory Measures Derived from Resting State fMRI.

    Science.gov (United States)

    Gargouri, Fatma; Kallel, Fathi; Delphine, Sebastien; Ben Hamida, Ahmed; Lehéricy, Stéphane; Valabregue, Romain

    2018-01-01

    Resting state functional MRI (rs-fMRI) is an imaging technique that allows the spontaneous activity of the brain to be measured. Measures of functional connectivity highly depend on the quality of the BOLD signal data processing. In this study, our aim was to study the influence of preprocessing steps and their order of application on small-world topology and their efficiency in resting state fMRI data analysis using graph theory. We applied the most standard preprocessing steps: slice-timing, realign, smoothing, filtering, and the tCompCor method. In particular, we were interested in how preprocessing can retain the small-world economic properties and how to maximize the local and global efficiency of a network while minimizing the cost. Tests that we conducted in 54 healthy subjects showed that the choice and ordering of preprocessing steps impacted the graph measures. We found that the csr (where we applied realignment, smoothing, and tCompCor as a final step) and the scr (where we applied realignment, tCompCor and smoothing as a final step) strategies had the highest mean values of global efficiency (eg) . Furthermore, we found that the fscr strategy (where we applied realignment, tCompCor, smoothing, and filtering as a final step), had the highest mean local efficiency (el) values. These results confirm that the graph theory measures of functional connectivity depend on the ordering of the processing steps, with the best results being obtained using smoothing and tCompCor as the final steps for global efficiency with additional filtering for local efficiency.

  18. The Influence of Preprocessing Steps on Graph Theory Measures Derived from Resting State fMRI

    Directory of Open Access Journals (Sweden)

    Fatma Gargouri

    2018-02-01

    Full Text Available Resting state functional MRI (rs-fMRI is an imaging technique that allows the spontaneous activity of the brain to be measured. Measures of functional connectivity highly depend on the quality of the BOLD signal data processing. In this study, our aim was to study the influence of preprocessing steps and their order of application on small-world topology and their efficiency in resting state fMRI data analysis using graph theory. We applied the most standard preprocessing steps: slice-timing, realign, smoothing, filtering, and the tCompCor method. In particular, we were interested in how preprocessing can retain the small-world economic properties and how to maximize the local and global efficiency of a network while minimizing the cost. Tests that we conducted in 54 healthy subjects showed that the choice and ordering of preprocessing steps impacted the graph measures. We found that the csr (where we applied realignment, smoothing, and tCompCor as a final step and the scr (where we applied realignment, tCompCor and smoothing as a final step strategies had the highest mean values of global efficiency (eg. Furthermore, we found that the fscr strategy (where we applied realignment, tCompCor, smoothing, and filtering as a final step, had the highest mean local efficiency (el values. These results confirm that the graph theory measures of functional connectivity depend on the ordering of the processing steps, with the best results being obtained using smoothing and tCompCor as the final steps for global efficiency with additional filtering for local efficiency.

  19. The Influence of Preprocessing Steps on Graph Theory Measures Derived from Resting State fMRI

    Science.gov (United States)

    Gargouri, Fatma; Kallel, Fathi; Delphine, Sebastien; Ben Hamida, Ahmed; Lehéricy, Stéphane; Valabregue, Romain

    2018-01-01

    Resting state functional MRI (rs-fMRI) is an imaging technique that allows the spontaneous activity of the brain to be measured. Measures of functional connectivity highly depend on the quality of the BOLD signal data processing. In this study, our aim was to study the influence of preprocessing steps and their order of application on small-world topology and their efficiency in resting state fMRI data analysis using graph theory. We applied the most standard preprocessing steps: slice-timing, realign, smoothing, filtering, and the tCompCor method. In particular, we were interested in how preprocessing can retain the small-world economic properties and how to maximize the local and global efficiency of a network while minimizing the cost. Tests that we conducted in 54 healthy subjects showed that the choice and ordering of preprocessing steps impacted the graph measures. We found that the csr (where we applied realignment, smoothing, and tCompCor as a final step) and the scr (where we applied realignment, tCompCor and smoothing as a final step) strategies had the highest mean values of global efficiency (eg). Furthermore, we found that the fscr strategy (where we applied realignment, tCompCor, smoothing, and filtering as a final step), had the highest mean local efficiency (el) values. These results confirm that the graph theory measures of functional connectivity depend on the ordering of the processing steps, with the best results being obtained using smoothing and tCompCor as the final steps for global efficiency with additional filtering for local efficiency. PMID:29497372

  20. Critical flux determination by flux-stepping

    DEFF Research Database (Denmark)

    Beier, Søren; Jonsson, Gunnar Eigil

    2010-01-01

    In membrane filtration related scientific literature, often step-by-step determined critical fluxes are reported. Using a dynamic microfiltration device, it is shown that critical fluxes determined from two different flux-stepping methods are dependent upon operational parameters such as step...... length, step height, and.flux start level. Filtrating 8 kg/m(3) yeast cell suspensions by a vibrating 0.45 x 10(-6) m pore size microfiltration hollow fiber module, critical fluxes from 5.6 x 10(-6) to 1.2 x 10(-5) m/s have been measured using various step lengths from 300 to 1200 seconds. Thus......, such values are more or less useless in itself as critical flux predictors, and constant flux verification experiments have to be conducted to check if the determined critical fluxes call predict sustainable flux regimes. However, it is shown that using the step-by-step predicted critical fluxes as start...

  1. Linking pedestrian flow characteristics with stepping locomotion

    Science.gov (United States)

    Wang, Jiayue; Boltes, Maik; Seyfried, Armin; Zhang, Jun; Ziemer, Verena; Weng, Wenguo

    2018-06-01

    While properties of human traffic flow are described by speed, density and flow, the locomotion of pedestrian is based on steps. To relate characteristics of human locomotor system with properties of human traffic flow, this paper aims to connect gait characteristics like step length, step frequency, swaying amplitude and synchronization with speed and density and thus to build a ground for advanced pedestrian models. For this aim, observational and experimental study on the single-file movement of pedestrians at different densities is conducted. Methods to measure step length, step frequency, swaying amplitude and step synchronization are proposed by means of trajectories of the head. Mathematical models for the relations of step length or frequency and speed are evaluated. The problem how step length and step duration are influenced by factors like body height and density is investigated. It is shown that the effect of body height on step length and step duration changes with density. Furthermore, two different types of step in-phase synchronization between two successive pedestrians are observed and the influence of step synchronization on step length is examined.

  2. Solid-state flurbiprofen and methyl-β-cyclodextrin inclusion complexes prepared using a single-step, organic solvent-free supercritical fluid process.

    Science.gov (United States)

    Rudrangi, Shashi Ravi Suman; Kaialy, Waseem; Ghori, Muhammad U; Trivedi, Vivek; Snowden, Martin J; Alexander, Bruce David

    2016-07-01

    The aim of this study was to enhance the apparent solubility and dissolution properties of flurbiprofen through inclusion complexation with cyclodextrins. Especially, the efficacy of supercritical fluid technology as a preparative technique for the preparation of flurbiprofen-methyl-β-cyclodextrin inclusion complexes was evaluated. The complexes were prepared by supercritical carbon dioxide processing and were evaluated by solubility, differential scanning calorimetry, X-ray powder diffraction, scanning electron microscopy, practical yield, drug content estimation and in vitro dissolution studies. Computational molecular docking studies were conducted to study the possibility of molecular arrangement of inclusion complexes between flurbiprofen and methyl-β-cyclodextrin. The studies support the formation of stable molecular inclusion complexes between the drug and cyclodextrin in a 1:1 stoichiometry. In vitro dissolution studies showed that the dissolution properties of flurbiprofen were significantly enhanced by the binary mixtures prepared by supercritical carbon dioxide processing. The amount of flurbiprofen dissolved into solution alone was very low with 1.11±0.09% dissolving at the end of 60min, while the binary mixtures processed by supercritical carbon dioxide at 45°C and 200bar released 99.39±2.34% of the drug at the end of 30min. All the binary mixtures processed by supercritical carbon dioxide at 45°C exhibited a drug release of more than 80% within the first 10min irrespective of the pressure employed. The study demonstrated the single step, organic solvent-free supercritical carbon dioxide process as a promising approach for the preparation of inclusion complexes between flurbiprofen and methyl-β-cyclodextrin in solid-state. Copyright © 2016 Elsevier B.V. All rights reserved.

  3. A step-by-step guide to systematically identify all relevant animal studies

    Science.gov (United States)

    Leenaars, Marlies; Hooijmans, Carlijn R; van Veggel, Nieky; ter Riet, Gerben; Leeflang, Mariska; Hooft, Lotty; van der Wilt, Gert Jan; Tillema, Alice; Ritskes-Hoitinga, Merel

    2012-01-01

    Before starting a new animal experiment, thorough analysis of previously performed experiments is essential from a scientific as well as from an ethical point of view. The method that is most suitable to carry out such a thorough analysis of the literature is a systematic review (SR). An essential first step in an SR is to search and find all potentially relevant studies. It is important to include all available evidence in an SR to minimize bias and reduce hampered interpretation of experimental outcomes. Despite the recent development of search filters to find animal studies in PubMed and EMBASE, searching for all available animal studies remains a challenge. Available guidelines from the clinical field cannot be copied directly to the situation within animal research, and although there are plenty of books and courses on searching the literature, there is no compact guide available to search and find relevant animal studies. Therefore, in order to facilitate a structured, thorough and transparent search for animal studies (in both preclinical and fundamental science), an easy-to-use, step-by-step guide was prepared and optimized using feedback from scientists in the field of animal experimentation. The step-by-step guide will assist scientists in performing a comprehensive literature search and, consequently, improve the scientific quality of the resulting review and prevent unnecessary animal use in the future. PMID:22037056

  4. Double-step annealing and ambient effects on phosphorus implanted emitters in silicon

    International Nuclear Information System (INIS)

    Koji, T.; Tseng, W.F.; Mayer, J.W.; Suganuma, T.

    1979-01-01

    Emitters of npn silicon bipolar transistors have been made by a phosphorus implantation at 50 keV P + to a dose of 1 x 10 16 cm -2 . This was followed by high temperature processes to reduce lattice disorder, to drive-in the phosphorus atoms, and to form oxide layers. The first process step was carried out by using single- and double-step anneals in various ambients (dry N 2 , dry 0 2 and steam) while the drive-in and oxidation steps were common for all structures. Electrical measurements on emitter/base leakage current, low frequency (popcorn) noise and current gain showed that the annealing ambient had a major influence. The transistors with implanted emitters annealed in a dry N 2 ambient are comparable to commercial ones with thermally-diffused emitters. Transmission electron microscopy observations on samples annealed in steam ambients revealed dislocations extending into the sidewall of the emitter/base junction. This sidewell penetration of dislocations is the main origin of the degradation of the emitter/base junction characteristics. (author)

  5. Step-edge calibration of torsional sensitivity for lateral force microscopy

    International Nuclear Information System (INIS)

    Sul, Onejae; Jang, Seongjin; Yang, Eui-Hyeok

    2009-01-01

    A novel calibration technique has been developed for lateral force microscopy (LFM). Typically, special preparation of the atomic force microscope (AFM) cantilever or a substrate is required for LFM calibration. The new calibration technique reported in this paper greatly reduces the required preparation processes by simply scanning over a rigid step and measuring the response of the AFM photodiode in the normal and lateral directions. When an AFM tip touches a step while scanning, the tip experiences a reaction force from the step edge, and the amount of torsion can be estimated based on the ratio of the normal and torsional spring constants of an AFM cantilever. Therefore, the torsion can be calibrated using the measured response of the photodiode from the lateral movement of the AFM tip. This new calibration technique has been tested and confirmed by measuring Young's modulus of a nickel (Ni) nanowire

  6. Stress corrosion cracking resistance of aluminum alloy 7000 series after two-step aging

    Directory of Open Access Journals (Sweden)

    Jegdić Bore V.

    2015-01-01

    Full Text Available The effect of one step-and a new (short two-step aging on the resistance to stress corrosion cracking of an aluminum alloy 7000 series was investigated, using slow strain rate test and fracture mechanics method. Aging level in the tested alloy was evaluated by means of scanning electron microscopy and measurements of electrical resistivity. It was shown that the alloy after the new two-step aging is significantly more resistant to stress corrosion cracking. Values of tensile properties and fracture toughness are similar for both thermal states. Processes that take place at the crack tip have been considered. The effect of the testing solution temperature on the crack growth rate on the plateau was determined. Two values of the apparent activation energy were obtained. These values correspond to different processes that control crack growth rate on the plateau at higher and lower temperatures. [Projekat Ministarstva nauke Republike Srbije, br. TR 34028 i br. TR 34016

  7. Effect of Processing Steps on the Mechanical Properties and Surface Appearance of 6063 Aluminium Extruded Products

    Science.gov (United States)

    Asensio-Lozano, Juan; Suárez-Peña, Beatriz; Vander Voort, George F.

    2014-01-01

    6063 aluminum anodized extrusions may exhibit a common surface defect known as streaking, characterized by the formation of narrow bands with a surface gloss different from the surrounding material. The origin of this banding lies in the differential surface topography produced after etching during the anodizing stage, shown to be connected to certain microstructural characteristics. The present study has attempted to determine the origin of these defects and measure the mechanical properties in these zones, properties which were either barely acceptable or did not meet the specification’s requirements. Quantitative metallography and mechanical testing, both tensile and microhardness, were used for materials assessment at the different steps of the process of manufacturing 6063 anodized extrusions. The results of this research show that nonequilibrium solidification rates during billet casting could lead to the formation of coarse eutectic Mg2Si particles which have a deleterious effect on both mechanical properties and surface appearance in the anodized condition. However, differences in the size and density of the coarse Mg2Si particles have been found to exist in the streak profile compared to the surrounding zones. The study revealed the importance of these particles in explaining the origin of the marginal or sub-marginal properties and anodizing surface defects found. PMID:28788673

  8. Effect of Processing Steps on the Mechanical Properties and Surface Appearance of 6063 Aluminium Extruded Products

    Directory of Open Access Journals (Sweden)

    Juan Asensio-Lozano

    2014-05-01

    Full Text Available 6063 aluminum anodized extrusions may exhibit a common surface defect known as streaking, characterized by the formation of narrow bands with a surface gloss different from the surrounding material. The origin of this banding lies in the differential surface topography produced after etching during the anodizing stage, shown to be connected to certain microstructural characteristics. The present study has attempted to determine the origin of these defects and measure the mechanical properties in these zones, properties which were either barely acceptable or did not meet the specification’s requirements. Quantitative metallography and mechanical testing, both tensile and microhardness, were used for materials assessment at the different steps of the process of manufacturing 6063 anodized extrusions. The results of this research show that nonequilibrium solidification rates during billet casting could lead to the formation of coarse eutectic Mg2Si particles which have a deleterious effect on both mechanical properties and surface appearance in the anodized condition. However, differences in the size and density of the coarse Mg2Si particles have been found to exist in the streak profile compared to the surrounding zones. The study revealed the importance of these particles in explaining the origin of the marginal or sub-marginal properties and anodizing surface defects found.

  9. Exogenous ROS-induced cell sheet transfer based on hematoporphyrin-polyketone film via a one-step process.

    Science.gov (United States)

    Koo, Min-Ah; Lee, Mi Hee; Kwon, Byeong-Ju; Seon, Gyeung Mi; Kim, Min Sung; Kim, Dohyun; Nam, Ki Chang; Park, Jong-Chul

    2018-04-01

    To date, most of invasive cell sheet harvesting methods have used culture surface property variations, such as wettability, pH, electricity, and magnetism, to induce cell detachment. These methods that rely on surface property changes are effective when cell detachment prior to application is necessary, but of limited use when used for cell sheet transfer to target regions. The study reports a new reactive oxygen species (ROS)-induced strategy based on hematoporphyrin-incorporated polyketone film (Hp-PK film) to transfer cell sheets directly to target areas without an intermediate harvesting process. After green LED (510 nm) irradiation, production of exogenous ROS from the Hp-PK films induces cell sheet detachment and transfer. The study suggests that ROS-induced cell detachment property of the Hp-PK film is closely related to conformational changes of extracellular matrix (ECM) proteins. Also, this strategy with the Hp-PK film can be applied by regulating production rate of exogenous ROS in various types of cells, including fibroblasts, mesenchymal stem cells and keratinocytes. In conclusion, ROS-induced method using the Hp-PK film can be used for one-step cell sheet transplantation and has potential in biomedical applications. Copyright © 2018 Elsevier Ltd. All rights reserved.

  10. Recovery of forward stepping in spinal cord injured patients does not transfer to untrained backward stepping.

    Science.gov (United States)

    Grasso, Renato; Ivanenko, Yuri P; Zago, Myrka; Molinari, Marco; Scivoletto, Giorgio; Lacquaniti, Francesco

    2004-08-01

    Six spinal cord injured (SCI) patients were trained to step on a treadmill with body-weight support for 1.5-3 months. At the end of training, foot motion recovered the shape and the step-by-step reproducibility that characterize normal gait. They were then asked to step backward on the treadmill belt that moved in the opposite direction relative to standard forward training. In contrast to healthy subjects, who can immediately reverse the direction of walking by time-reversing the kinematic waveforms, patients were unable to step backward. Similarly patients were unable to perform another untrained locomotor task, namely stepping in place on the idle treadmill. Two patients who were trained to step backward for 2-3 weeks were able to develop control of foot motion appropriate for this task. The results show that locomotor improvement does not transfer to untrained tasks, thus supporting the idea of task-dependent plasticity in human locomotor networks.

  11. Determination of the step dipole moment and the step line tension on Ag(0 0 1) electrodes

    International Nuclear Information System (INIS)

    Beltramo, G.L.; Ibach, H.; Linke, U.; Giesen, M.

    2008-01-01

    Using impedance spectroscopy, we determined the step dipole moment and the potential dependence of the step line tension of silver electrodes in contact with an electrolyte: (0 0 1) and vicinal surfaces (1 1 n) with n = 5, 7, 11 in 10 mM ClO 4 - -solutions were investigated. The step dipole moment is determined from the shift of the potential of zero charge (pzc) as a function of the surface step density. The dipole moment per step atom was found to be 3.5 ± 0.5 x 10 -3 e A. From the pzc and the potential dependence of the capacitance curves, the potential dependence of the surface tension of the vicinal surfaces is determined. The line tension of the steps is then calculated from the difference between the surface tensions of stepped (1 1 n) and the nominally step-free (0 0 1) surfaces. The results are compared to a previous study on Au(1 1 n) surfaces. For gold, the step line tension decreases roughly linear with potential, whereas a parabolic shape is observed for silver

  12. Step-by-Step Simulation of Radiation Chemistry Using Green Functions for Diffusion-Influenced Reactions

    Science.gov (United States)

    Plante, Ianik; Cucinotta, Francis A.

    2011-01-01

    Radiolytic species are formed approximately 1 ps after the passage of ionizing radiation through matter. After their formation, they diffuse and chemically react with other radiolytic species and neighboring biological molecules, leading to various oxidative damage. Therefore, the simulation of radiation chemistry is of considerable importance to understand how radiolytic species damage biological molecules [1]. The step-by-step simulation of chemical reactions is difficult, because the radiolytic species are distributed non-homogeneously in the medium. Consequently, computational approaches based on Green functions for diffusion-influenced reactions should be used [2]. Recently, Green functions for more complex type of reactions have been published [3-4]. We have developed exact random variate generators of these Green functions [5], which will allow us to use them in radiation chemistry codes. Moreover, simulating chemistry using the Green functions is which is computationally very demanding, because the probabilities of reactions between each pair of particles should be evaluated at each timestep [2]. This kind of problem is well adapted for General Purpose Graphic Processing Units (GPGPU), which can handle a large number of similar calculations simultaneously. These new developments will allow us to include more complex reactions in chemistry codes, and to improve the calculation time. This code should be of importance to link radiation track structure simulations and DNA damage models.

  13. Minimal features of a computer and its basic software to executs NEPTUNIX 2 numerical step

    International Nuclear Information System (INIS)

    Roux, Pierre.

    1982-12-01

    NEPTUNIX 2 is a package which carries out the simulation of complex processes described by numerous non linear algebro-differential equations. Main features are: non linear or time dependent parameters, implicit form, stiff systems, dynamic change of equations leading to discontinuities on some variables. Thus the mathematical model is built with an equation set F(x,x',t,l) = 0, where t is the independent variable, x' the derivative of x and l an ''algebrized'' logical variable. The NEPTUNIX 2 package is divided into two successive major steps: a non numerical step and a numerical step. The non numerical step must be executed on a series 370 IBM computer or a compatible computer. This step generates a FORTRAN language model picture fitted for the computer carrying out the numerical step. The numerical step consists in building and running a mathematical model simulator. This execution step of NEPTUNIX 2 has been designed in order to be transportable on many computers. The present manual describes minimal features of such host computer used for executing the NEPTUNIX 2 numerical step [fr

  14. Simulation and theory of island growth on stepped substrates

    International Nuclear Information System (INIS)

    Pownall, C.D.

    1999-10-01

    The nucleation, growth and coalescence of islands on stepped substrates is investigated by Monte Carlo simulations and analytical theories. Substrate steps provide a preferential site for the nucleation of islands, making many of the important processes one-dimensional in nature, and are of potentially major importance in the development of low-dimensional structures as a means of growing highly ordered chains of 'quantum dots' or continuous 'quantum wires'. A model is developed in which island nucleation is entirely restricted to the step edge, islands grow in compact morphologies by monomer capture, and eventually coalesce with one another until a single continuous cluster of islands covers the entire step. A series of analytical theories is developed to describe the dynamics of the whole evolution. The initial nucleation and aggregation regimes are modeled using the traditional approach of rate equations, rooted in mean field theory, but incorporating corrections to account for correlations in the nucleation and capture processes. This approach is found to break down close to the point at which the island density saturates and a new approach is developed based upon geometric and probabilistic arguments to describe the saturation behaviour, including the characteristic dynamic scaling which is found to persist through the coalescence regime as well. A further new theory, incorporating arguments based on the geometry of Capture Zones, is presented which reproduces the dynamics of the coalescence regime. The, latter part of the. thesis considers the spatial properties of the system, in particular the spacing of the islands along the step. An expression is derived which describes the distribution of gap sizes, and this is solved using a recently-developed relaxation method. An important result is the discovery that larger critical island sizes tend to yield more evenly spaced arrays of islands. The extent of this effect is analysed by solving for critical island

  15. Single-step colloidal quantum dot films for infrared solar harvesting

    KAUST Repository

    Kiani, Amirreza; Sutherland, Brandon R.; Kim, Younghoon; Ouellette, Olivier; Levina, Larissa; Walters, Grant; Dinh, Cao Thang; Liu, Mengxia; Voznyy, Oleksandr; Lan, Xinzheng; Labelle, Andre J.; Ip, Alexander H.; Proppe, Andrew; Ahmed, Ghada H.; Mohammed, Omar F.; Hoogland, Sjoerd; Sargent, Edward H.

    2016-01-01

    . To date, IR CQD solar cells have been made using a wasteful and complex sequential layer-by-layer process. Here, we demonstrate ∼1 eV bandgap solar-harvesting CQD films deposited in a single step. By engineering a fast-drying solvent mixture for metal

  16. Process, including PSA and membrane separation, for separating hydrogen from hydrocarbons

    Science.gov (United States)

    Baker, Richard W.; Lokhandwala, Kaaeid A.; He, Zhenjie; Pinnau, Ingo

    2001-01-01

    An improved process for separating hydrogen from hydrocarbons. The process includes a pressure swing adsorption step, a compression/cooling step and a membrane separation step. The membrane step relies on achieving a methane/hydrogen selectivity of at least about 2.5 under the conditions of the process.

  17. Fabrication of conductive copper patterns using reactive inkjet printing followed by two-step electroless plating

    International Nuclear Information System (INIS)

    Chen, Jin-Ju; Lin, Guo-Qiang; Wang, Yan; Sowade, Enrico; Baumann, Reinhard R.; Feng, Zhe-Sheng

    2017-01-01

    Highlights: • Copper patterns were fabricated by reactive inkjet printing and two-step electroless plating. • Cu particles produced via reactive inkjet printing act as catalyst for copper electroless plating. • High conductivity can be obtained without many printing passes and high temperature sintering. • This approach can largely avoid nozzle-clogging problems. • This approach presents a potential way in the flexible printed electronics with simple process. - Abstract: A simple and low-cost process for fabricating conductive copper patterns on flexible polyimide substrates was demonstrated. Copper catalyst patterns were first produced on polyimide substrates using reactive inkjet printing of Cu (II)-bearing ink and reducing ink, and then the conductive copper patterns were generated after a two-step electroless plating procedure. The copper layers were characterized by optical microscope, SEM, XRD and EDS. Homogeneously distributed copper nanoclusters were found in the catalyst patterns. A thin copper layer with uniform particle size was formed after first-step electroless plating, and a thick copper layer of about 14.3 μm with closely packed structure and fine crystallinity was produced after second-step electroless plating. This resulting copper layer had good solderability, reliable adhesion strength and a low resistivity of 5.68 μΩ cm without any sintering process.

  18. Fabrication of conductive copper patterns using reactive inkjet printing followed by two-step electroless plating

    Energy Technology Data Exchange (ETDEWEB)

    Chen, Jin-Ju; Lin, Guo-Qiang; Wang, Yan [State Key Laboratory of Electronic Thin Films and Integrated Devices, University of Electronic Science and Technology of China, Chengdu, 610054 (China); Sowade, Enrico; Baumann, Reinhard R. [Digital Printing and Imaging Technology, Technische Universität Chemnitz, Chemnitz, 09126 (Germany); Feng, Zhe-Sheng, E-mail: fzs@uestc.edu.cn [State Key Laboratory of Electronic Thin Films and Integrated Devices, University of Electronic Science and Technology of China, Chengdu, 610054 (China)

    2017-02-28

    Highlights: • Copper patterns were fabricated by reactive inkjet printing and two-step electroless plating. • Cu particles produced via reactive inkjet printing act as catalyst for copper electroless plating. • High conductivity can be obtained without many printing passes and high temperature sintering. • This approach can largely avoid nozzle-clogging problems. • This approach presents a potential way in the flexible printed electronics with simple process. - Abstract: A simple and low-cost process for fabricating conductive copper patterns on flexible polyimide substrates was demonstrated. Copper catalyst patterns were first produced on polyimide substrates using reactive inkjet printing of Cu (II)-bearing ink and reducing ink, and then the conductive copper patterns were generated after a two-step electroless plating procedure. The copper layers were characterized by optical microscope, SEM, XRD and EDS. Homogeneously distributed copper nanoclusters were found in the catalyst patterns. A thin copper layer with uniform particle size was formed after first-step electroless plating, and a thick copper layer of about 14.3 μm with closely packed structure and fine crystallinity was produced after second-step electroless plating. This resulting copper layer had good solderability, reliable adhesion strength and a low resistivity of 5.68 μΩ cm without any sintering process.

  19. Validation of a One-Step Method for Extracting Fatty Acids from Salmon, Chicken and Beef Samples.

    Science.gov (United States)

    Zhang, Zhichao; Richardson, Christine E; Hennebelle, Marie; Taha, Ameer Y

    2017-10-01

    Fatty acid extraction methods are time-consuming and expensive because they involve multiple steps and copious amounts of extraction solvents. In an effort to streamline the fatty acid extraction process, this study compared the standard Folch lipid extraction method to a one-step method involving a column that selectively elutes the lipid phase. The methods were tested on raw beef, salmon, and chicken. Compared to the standard Folch method, the one-step extraction process generally yielded statistically insignificant differences in chicken and salmon fatty acid concentrations, percent composition and weight percent. Initial testing showed that beef stearic, oleic and total fatty acid concentrations were significantly lower by 9-11% with the one-step method as compared to the Folch method, but retesting on a different batch of samples showed a significant 4-8% increase in several omega-3 and omega-6 fatty acid concentrations with the one-step method relative to the Folch. Overall, the findings reflect the utility of a one-step extraction method for routine and rapid monitoring of fatty acids in chicken and salmon. Inconsistencies in beef concentrations, although minor (within 11%), may be due to matrix effects. A one-step fatty acid extraction method has broad applications for rapidly and routinely monitoring fatty acids in the food supply and formulating controlled dietary interventions. © 2017 Institute of Food Technologists®.

  20. Design Steps for Physic STEM Education Learning in Secondary School

    Science.gov (United States)

    Teevasuthonsakul, C.; Yuvanatheeme, V.; Sriput, V.; Suwandecha, S.

    2017-09-01

    This study aimed to develop the process of STEM Education activity design used in Physics subjects in the Thai secondary schools. The researchers have conducted the study by reviewing the literature and related works, interviewing Physics experts, designing and revising the process accordingly, and experimenting the designed process in actual classrooms. This brought about the five-step process of STEM Education activity design which Physics teachers applied to their actual teaching context. The results from the after-class evaluation revealed that the students’ satisfaction level toward Physics subject and critical thinking skill was found higher statistically significant at p technology, and engineering design process as the foundation when creating case study of problems and solutions.

  1. Validity of the Stages of Change in Steps instrument (SoC-Step) for achieving the physical activity goal of 10,000 steps per day.

    Science.gov (United States)

    Rosenkranz, Richard R; Duncan, Mitch J; Caperchione, Cristina M; Kolt, Gregory S; Vandelanotte, Corneel; Maeder, Anthony J; Savage, Trevor N; Mummery, W Kerry

    2015-11-30

    Physical activity (PA) offers numerous benefits to health and well-being, but most adults are not sufficiently physically active to afford such benefits. The 10,000 steps campaign has been a popular and effective approach to promote PA. The Transtheoretical Model posits that individuals have varying levels of readiness for health behavior change, known as Stages of Change (Precontemplation, Contemplation, Preparation, Action, and Maintenance). Few validated assessment instruments are available for determining Stages of Change in relation to the PA goal of 10,000 steps per day. The purpose of this study was to assess the criterion-related validity of the SoC-Step, a brief 10,000 steps per day Stages of Change instrument. Participants were 504 Australian adults (176 males, 328 females, mean age = 50.8 ± 13.0 years) from the baseline sample of the Walk 2.0 randomized controlled trial. Measures included 7-day accelerometry (Actigraph GT3X), height, weight, and self-reported intention, self-efficacy, and SoC-Step: Stages of Change relative to achieving 10,000 steps per day. Kruskal-Wallis H tests with pairwise comparisons were used to determine whether participants differed by stage, according to steps per day, general health, body mass index, intention, and self-efficacy to achieve 10,000 steps per day. Binary logistic regression was used to test the hypothesis that participants in Maintenance or Action stages would have greater likelihood of meeting the 10,000 steps goal, in comparison to participants in the other three stages. Consistent with study hypotheses, participants in Precontemplation had significantly lower intention scores than those in Contemplation (p = 0.003) or Preparation (p per day (OR = 3.11; 95 % CI = 1.66,5.83) compared to those in Precontemplation, Contemplation, or Preparation. Intention (p per day. Australian New Zealand Clinical Trials Registry reference: ACTRN12611000157976 World Health Organization Universal Trial

  2. Melanin fluorescence spectra by step-wise three photon excitation

    Science.gov (United States)

    Lai, Zhenhua; Kerimo, Josef; DiMarzio, Charles A.

    2012-03-01

    Melanin is the characteristic chromophore of human skin with various potential biological functions. Kerimo discovered enhanced melanin fluorescence by stepwise three-photon excitation in 2011. In this article, step-wise three-photon excited fluorescence (STPEF) spectrum between 450 nm -700 nm of melanin is reported. The melanin STPEF spectrum exhibited an exponential increase with wavelength. However, there was a probability of about 33% that another kind of step-wise multi-photon excited fluorescence (SMPEF) that peaks at 525 nm, shown by previous research, could also be generated using the same process. Using an excitation source at 920 nm as opposed to 830 nm increased the potential for generating SMPEF peaks at 525 nm. The SMPEF spectrum peaks at 525 nm photo-bleached faster than STPEF spectrum.

  3. Adiabatic tapered optical fiber fabrication in two step etching

    Science.gov (United States)

    Chenari, Z.; Latifi, H.; Ghamari, S.; Hashemi, R. S.; Doroodmand, F.

    2016-01-01

    A two-step etching method using HF acid and Buffered HF is proposed to fabricate adiabatic biconical optical fiber tapers. Due to the fact that the etching rate in second step is almost 3 times slower than the previous droplet etching method, terminating the fabrication process is controllable enough to achieve a desirable fiber diameter. By monitoring transmitted spectrum, final diameter and adiabaticity of tapers are deduced. Tapers with losses about 0.3 dB in air and 4.2 dB in water are produced. The biconical fiber taper fabricated using this method is used to excite whispering gallery modes (WGMs) on a microsphere surface in an aquatic environment. So that they are suitable to be used in applications like WGM biosensors.

  4. Ten steps to successful poster presentation.

    Science.gov (United States)

    Hardicre, Jayne; Devitt, Patric; Coad, Jane

    Receiving a letter confirming acceptance for you to present a poster at a conference can evoke mixed emotions. Joy, panic, fear and dread are among the many possible emotions and this is not exclusive to first time presenters. Developing an effective poster presentation is a skill that you can learn and can provide a rewarding way to present your work in a manner less intimidating than oral presentation (Shelledy, 2004). The key to successful poster presentation is meticulous, timely, well informed preparation. This article outlines ten steps to help guide you through the process to maximize your success.

  5. The quality step; La demarche qualite

    Energy Technology Data Exchange (ETDEWEB)

    Bellenoue, K. [Awiplan (France); Noyon, N. [Agence de l' Environnement et de la Maitrise de l' Energie, ADEME, 75 - Paris (France); Bourmeau, E. [OVAL, France (FR)] [and others

    2000-07-01

    The 25 and 26 may 2000, took place at Lille two discussion days on the quality step concerning the collecting, processing and valorization of the domestic wastes, facing the environmental and energy policy. The organic wastes concerned were the domestic wastes and also the wastes from the gardens. This document presents all the papers discussed during these two days and makes the state of the art in the domain. A special interest is given to the quality insurance management, its objectives and its operating. Many european examples and the QUALORG program are provided and analyzed. (A.L.B.)

  6. GaN microring waveguide resonators bonded to silicon substrate by a two-step polymer process.

    Science.gov (United States)

    Hashida, Ryohei; Sasaki, Takashi; Hane, Kazuhiro

    2018-03-20

    Using a polymer bonding technique, GaN microring waveguide resonators were fabricated on a Si substrate for future hybrid integration of GaN and Si photonic devices. The designed GaN microring consisted of a rib waveguide having a core of 510 nm in thickness, 1000 nm in width, and a clad of 240 nm in thickness. A GaN crystalline layer of 1000 nm in thickness was grown on a Si(111) substrate by metal organic chemical vapor deposition using a buffer layer of 300 nm in thickness for the compensation of lattice constant mismatch between GaN and Si crystals. The GaN/Si wafer was bonded to a Si(100) wafer by a two-step polymer process to prevent it from trapping air bubbles. The bonded GaN layer was thinned from the backside by a fast atom beam etching to remove the buffer layer and to generate the rib waveguides. The transmission characteristics of the GaN microring waveguide resonators were measured. The losses of the straight waveguides were measured to be 4.0±1.7  dB/mm around a wavelength of 1.55 μm. The microring radii ranged from 30 to 60 μm, where the measured free-spectral ranges varied from 2.58 to 5.30 nm. The quality factors of the microring waveguide resonators were from 1710 to 2820.

  7. Multiple stage miniature stepping motor

    International Nuclear Information System (INIS)

    Niven, W.A.; Shikany, S.D.; Shira, M.L.

    1981-01-01

    A stepping motor comprising a plurality of stages which may be selectively activated to effect stepping movement of the motor, and which are mounted along a common rotor shaft to achieve considerable reduction in motor size and minimum diameter, whereby sequential activation of the stages results in successive rotor steps with direction being determined by the particular activating sequence followed

  8. Interaction of chemokines with their receptors--from initial chemokine binding to receptor activating steps

    DEFF Research Database (Denmark)

    Thiele, Stefanie; Rosenkilde, Mette Marie

    2014-01-01

    and surveillance. Chemokines are a group of 8-12 kDa large peptides with a secondary structure consisting of a flexible N-terminus and a core-domain usually stabilized by two conserved disulfide bridges. They mainly interact with the extracellular domains of their cognate 7TM receptors. Affinityand activity......-contributing interactions are attributed to different domains and known to occur in two steps. Here, knowledge on chemokine and receptor domains involved in the first binding-step and the second activation-step is reviewed. A mechanism comprising at least two steps seems consistent; however, several intermediate...... interactions possibly occur, resulting in a multi-step process, as recently proposed for other 7TM receptors. Overall, the N-terminus of chemokine receptors is pivotal for binding of all chemokines. During receptor activation, differences between the two major chemokine subgroups occur, as CC-chemokines mainly...

  9. Can Reduced-Step Polishers Be as Effective as Multiple-Step Polishers in Enhancing Surface Smoothness?

    Science.gov (United States)

    Kemaloglu, Hande; Karacolak, Gamze; Turkun, L Sebnem

    2017-02-01

    The aim of this study was to evaluate the effects of various finishing and polishing systems on the final surface roughness of a resin composite. Hypotheses tested were: (1) reduced-step polishing systems are as effective as multiple-step systems on reducing the surface roughness of a resin composite and (2) the number of application steps in an F/P system has no effect on reducing surface roughness. Ninety discs of a nano-hybrid resin composite were fabricated and divided into nine groups (n = 10). Except the control, all of the specimens were roughened prior to be polished by: Enamel Plus Shiny, Venus Supra, One-gloss, Sof-Lex Wheels, Super-Snap, Enhance/PoGo, Clearfil Twist Dia, and rubber cups. The surface roughness was measured and the surfaces were examined under scanning electron microscope. Results were analyzed with analysis of variance and Holm-Sidak's multiple comparisons test (p One-gloss, Enamel Plus Shiny, and Venus Supra groups. (1) The number of application steps has no effect on the performance of F/P systems. (2) Reduced-step polishers used after a finisher can be preferable to multiple-step systems when used on nanohybrid resin composites. (3) The effect of F/P systems on surface roughness seems to be material-dependent rather than instrument- or system-dependent. Reduced-step systems used after a prepolisher can be an acceptable alternative to multiple-step systems on enhancing the surface smoothness of a nanohybrid composite; however, their effectiveness depends on the materials' properties. (J Esthet Restor Dent 29:31-40, 2017). © 2016 Wiley Periodicals, Inc.

  10. Tunable hydrogel composite with two-step processing in combination with innovative hardware upgrade for cell-based three-dimensional bioprinting.

    Science.gov (United States)

    Wüst, Silke; Godla, Marie E; Müller, Ralph; Hofmann, Sandra

    2014-02-01

    Three-dimensional (3-D) bioprinting is the layer-by-layer deposition of biological material with the aim of achieving stable 3-D constructs for application in tissue engineering. It is a powerful tool for the spatially directed placement of multiple materials and/or cells within the 3-D sample. Encapsulated cells are protected by the bioink during the printing process. Very few materials are available that fulfill requirements for bioprinting as well as provide adequate properties for cell encapsulation during and after the printing process. A hydrogel composite including alginate and gelatin precursors was tuned with different concentrations of hydroxyapatite (HA) and characterized in terms of rheology, swelling behavior and mechanical properties to assess the versatility of the system. Instantaneous as well as long-term structural integrity of the printed hydrogel was achieved with a two-step mechanism combining the thermosensitive properties of gelatin with chemical crosslinking of alginate. Novel syringe tip heaters were developed for improved temperature control of the bioink to avoid clogging. Human mesenchymal stem cells mixed into the hydrogel precursor survived the printing process and showed high cell viability of 85% living cells after 3 days of subsequent in vitro culture. HA enabled the visualization of the printed structures with micro-computed tomography. The inclusion of HA also favors the use of the bioink for bone tissue engineering applications. By adding factors other than HA, the composite could be used as a bioink for applications in drug delivery, microsphere deposition or soft tissue engineering. Copyright © 2013 Acta Materialia Inc. Published by Elsevier Ltd. All rights reserved.

  11. Uncoupled hydrogen and volatile fatty acids generation in a two-step biotechnological anaerobic process fed with actual site wastewater.

    Science.gov (United States)

    Monti, Matilde; Scoma, Alberto; Martinez, Gonzalo; Bertin, Lorenzo; Fava, Fabio

    2015-05-25

    Among agro-wastes, olive mill wastewater (OMW) truly qualifies as a high impact organic residue due to its biochemical-rich composition and high annual production. In the present investigation, dephenolized OMW (OMWdeph) was employed as the feedstock for a biotechnological two-stage anaerobic process dedicated to the production of biohydrogen and volatile fatty acids (VFAs), respectively. To this end, two identically configured packed-bed biofilm reactors were operated sequentially. In the first, the hydraulic retention time was set to 1 day, whereas in the second it was equal to 5 days. The rationale was to decouple the hydrolysis of the organic macronutrients held by the OMWdeph, so as to quantitatively generate a biogas enriched in H2 (first stage aim), for the acidogenesis of the residual components left after hydrolysis, to then produce a highly concentrated mixture of VFAs (second stage aim). Results showed that the generation of H2 and VFAs was effectively split, with carbohydrates and lipids, respectively, being the main substrates of the two processes. About 250 ml H2 L(-1) day(-1) was produced, corresponding to a yield of 0.36 mol mol(-1) of consumed carbohydrates (expressed as glucose equivalents). The overall concentration of VFAs in the acidogenic process was 13.80 g COD L(-1), so that 2.76 g COD L(-1) day(-1) was obtained. Second generation biorefineries use a selected fraction of an organic waste to conduct a microbiologically-driven pathway towards the generation of one target molecule. With the proposed approach, a greater value of the waste was attained, since the multi-purpose two-stage process did not entail competition for substrates between the first and the second steps. Copyright © 2014 Elsevier B.V. All rights reserved.

  12. In situ biosynthesis of bacterial nanocellulose-CaCO3 hybrid bionanocomposite: One-step process

    International Nuclear Information System (INIS)

    Mohammadkazemi, Faranak; Faria, Marisa; Cordeiro, Nereida

    2016-01-01

    In this work, a simple and green route to the synthesis of the bacterial nanocellulose-calcium carbonate (BNC/CaCO 3 ) hybrid bionanocomposites using one-step in situ biosynthesis was studied. The CaCO 3 was incorporated in the bacterial nanocellulose structure during the cellulose biosynthesis by Gluconacetobacter xylinus PTCC 1734 bacteria. Hestrin-Schramm (HS) and Zhou (Z) culture media were used to the hybrid bionanocomposites production and the effect of ethanol addition was investigated. Attenuated total reflection Fourier transform infrared spectroscopy, field emission scanning electron microscopy, X-ray diffraction, energy-dispersive X-ray spectroscopy, inverse gas chromatography and thermogravimetric analysis were used to characterize the samples. The experimental results demonstrated that the ethanol and culture medium play an important role in the BNC/CaCO 3 hybrid bionanocomposites production, structure and properties. The BNC/CaCO 3 biosynthesized in Z culture medium revealed higher O/C ratio and amphoteric surface character, which justify the highest CaCO 3 content incorporation. The CaCO 3 was incorporated into the cellulosic matrix decreasing the bacterial nanocellulose crystallinity. This work reveals the high potential of in situ biosynthesis of BNC/CaCO 3 hybrid bionanocomposites and opens a new way to the high value-added applications of bacterial nanocellulose. - Graphical Abstract: Display Omitted - Highlights: • BNC/CaCO 3 hybrid bionanocomposites were produced using in situ biosynthesis process. • Ethanol and culture medium play an important role in the production and properties. • Z-BNC/CaCO 3 bionanocomposites revealed higher O/C ratio and amphoteric surface character. • CaCO 3 incorporated into the BNC decreased crystallinity.

  13. Step-grandparenthood in the United States.

    Science.gov (United States)

    Yahirun, Jenjira J; Park, Sung S; Seltzer, Judith A

    2018-01-18

    This study provides new information about the demography of step-grandparenthood in the United States. Specifically, we examine the prevalence of step-grandparenthood across birth cohorts and for socioeconomic and racial/ethnic groups. We also examine lifetime exposure to the step-grandparent role. Using data from the Panel Study of Income Dynamics and the Health and Retirement Study, we use percentages to provide first estimates of step-grandparenthood and to describe demographic and socioeconomic variation in who is a step-grandparent. We use life tables to estimate the exposure to step-grandparenthood. The share of step-grandparents is increasing across birth cohorts. However, individuals without a college education and non-Whites are more likely to become step-grandparents. Exposure to the step-grandparent role accounts for approximately 15% of total grandparent years at age 65 for women and men. A growing body of research finds that grandparents are increasingly instrumental in the lives of younger generations. However, the majority of this work assumes that these ties are biological, with little attention paid to the role of family complexity across three generations. Understanding the demographics of step-grandparenthood sheds light on the family experiences of an overlooked, but growing segment of the older adult population in the United States. © The Author(s) 2018. Published by Oxford University Press on behalf of The Gerontological Society of America. All rights reserved. For permissions, please e-mail: journals.permissions@oup.com.

  14. Effects of Sheet Resistance on mc-Si Selective Emitter Solar Cells Using Laser Opening and One-Step Diffusion

    Directory of Open Access Journals (Sweden)

    Sheng-Shih Wang

    2015-01-01

    Full Text Available In order to simplify process procedure and improve conversion efficiency (η, we present new steps of laser opening and one-step POCl3 diffusion to fabricate selective emitter (SE solar cells, in which heavily doped regions (HDR and lightly doped regions (LDR were formed simultaneously. For HDR, we divided six cells into two groups for POCl3 diffusion with sheet resistance (RS of 40 Ω/sq (for group A and 50 Ω/sq (for group B. The dry oxidation duration at a temperature of 850°C was 18, 25, and 35 min for the 3 different cells in each group. This created six SE samples with different RS pairings for the HDR and LDR. The optimal cell (sample SE2 with RS values of 40/81 Ω/Sq in HDR/LDR showed the best η of 16.20%, open circuit voltage (VOC of 612.52 mV, and fill factor (FF of 75.83%. The improvement ratios are 1.57% for η and 14.32% for external quantum efficiency (EQE as compared with those of the two-step diffusion process of our previous study. Moreover, the one-step laser opening process and omitting the step of removing the damage caused by laser ablation especially reduce chemistry pollution, thus showing ecofriendly process for use in industrial-scale production.

  15. Pressure modulates the self-cleavage step of the hairpin ribozyme

    Science.gov (United States)

    Schuabb, Caroline; Kumar, Narendra; Pataraia, Salome; Marx, Dominik; Winter, Roland

    2017-03-01

    The ability of certain RNAs, denoted as ribozymes, to not only store genetic information but also catalyse chemical reactions gave support to the RNA world hypothesis as a putative step in the development of early life on Earth. This, however, might have evolved under extreme environmental conditions, including the deep sea with pressures in the kbar regime. Here we study pressure-induced effects on the self-cleavage of hairpin ribozyme by following structural changes in real-time. Our results suggest that compression of the ribozyme leads to an accelerated transesterification reaction, being the self-cleavage step, although the overall process is retarded in the high-pressure regime. The results reveal that favourable interactions between the reaction site and neighbouring nucleobases are strengthened under pressure, resulting therefore in an accelerated self-cleavage step upon compression. These results suggest that properly engineered ribozymes may also act as piezophilic biocatalysts in addition to their hitherto known properties.

  16. Two step continuous method to synthesize colloidal spheroid gold nanorods.

    Science.gov (United States)

    Chandra, S; Doran, J; McCormack, S J

    2015-12-01

    This research investigated a two-step continuous process to synthesize colloidal suspension of spheroid gold nanorods. In the first step; gold precursor was reduced to seed-like particles in the presence of polyvinylpyrrolidone and ascorbic acid. In continuous second step; silver nitrate and alkaline sodium hydroxide produced various shape and size Au nanoparticles. The shape was manipulated through weight ratio of ascorbic acid to silver nitrate by varying silver nitrate concentration. The specific weight ratio of 1.35-1.75 grew spheroid gold nanorods of aspect ratio ∼1.85 to ∼2.2. Lower weight ratio of 0.5-1.1 formed spherical nanoparticle. The alkaline medium increased the yield of gold nanorods and reduced reaction time at room temperature. The synthesized gold nanorods retained their shape and size in ethanol. The surface plasmon resonance was red shifted by ∼5 nm due to higher refractive index of ethanol than water. Copyright © 2015 Elsevier Inc. All rights reserved.

  17. The Throw-and-Catch Model of Human Gait: Evidence from Coupling of Pre-Step Postural Activity and Step Location

    Science.gov (United States)

    Bancroft, Matthew J.; Day, Brian L.

    2016-01-01

    Postural activity normally precedes the lift of a foot from the ground when taking a step, but its function is unclear. The throw-and-catch hypothesis of human gait proposes that the pre-step activity is organized to generate momentum for the body to fall ballistically along a specific trajectory during the step. The trajectory is appropriate for the stepping foot to land at its intended location while at the same time being optimally placed to catch the body and regain balance. The hypothesis therefore predicts a strong coupling between the pre-step activity and step location. Here we examine this coupling when stepping to visually-presented targets at different locations. Ten healthy, young subjects were instructed to step as accurately as possible onto targets placed in five locations that required either different step directions or different step lengths. In 75% of trials, the target location remained constant throughout the step. In the remaining 25% of trials, the intended step location was changed by making the target jump to a new location 96 ms ± 43 ms after initiation of the pre-step activity, long before foot lift. As predicted by the throw-and-catch hypothesis, when the target location remained constant, the pre-step activity led to body momentum at foot lift that was coupled to the intended step location. When the target location jumped, the pre-step activity was adjusted (median latency 223 ms) and prolonged (on average by 69 ms), which altered the body’s momentum at foot lift according to where the target had moved. We conclude that whenever possible the coupling between the pre-step activity and the step location is maintained. This provides further support for the throw-and-catch hypothesis of human gait. PMID:28066208

  18. The Throw-and-Catch Model of Human Gait: Evidence from Coupling of Pre-Step Postural Activity and Step Location.

    Science.gov (United States)

    Bancroft, Matthew J; Day, Brian L

    2016-01-01

    Postural activity normally precedes the lift of a foot from the ground when taking a step, but its function is unclear. The throw-and-catch hypothesis of human gait proposes that the pre-step activity is organized to generate momentum for the body to fall ballistically along a specific trajectory during the step. The trajectory is appropriate for the stepping foot to land at its intended location while at the same time being optimally placed to catch the body and regain balance. The hypothesis therefore predicts a strong coupling between the pre-step activity and step location. Here we examine this coupling when stepping to visually-presented targets at different locations. Ten healthy, young subjects were instructed to step as accurately as possible onto targets placed in five locations that required either different step directions or different step lengths. In 75% of trials, the target location remained constant throughout the step. In the remaining 25% of trials, the intended step location was changed by making the target jump to a new location 96 ms ± 43 ms after initiation of the pre-step activity, long before foot lift. As predicted by the throw-and-catch hypothesis, when the target location remained constant, the pre-step activity led to body momentum at foot lift that was coupled to the intended step location. When the target location jumped, the pre-step activity was adjusted (median latency 223 ms) and prolonged (on average by 69 ms), which altered the body's momentum at foot lift according to where the target had moved. We conclude that whenever possible the coupling between the pre-step activity and the step location is maintained. This provides further support for the throw-and-catch hypothesis of human gait.

  19. Test and Behaviour Driven Development with Python

    CERN Multimedia

    CERN. Geneva

    2016-01-01

    Experience has taught us that bugs are impossible to avoid when programming. Specially on continuous delivery processes where there are new versions that refactor or incorporate new modules to the project. Although, there are different tools which help us to ensure code quality by enabling developers to catch bugs while still in the development stage. In this talk, I will talk about Test-driven development(TDD) and Behaviour-Driven development (BDD) methodologies focused on web development. Also, I will present an overview of unit testing tools as Selenium or Behave, which help us to produce working software, with fewer bugs, quickly and consistently.

  20. The effects of age and step length on joint kinematics and kinetics of large out-and-back steps.

    Science.gov (United States)

    Schulz, Brian W; Ashton-Miller, James A; Alexander, Neil B

    2008-06-01

    Maximum step length (MSL) is a clinical test that has been shown to correlate with age, various measures of fall risk, and knee and hip joint extension speed, strength, and power capacities, but little is known about the kinematics and kinetics of the large out-and-back step utilized. Body motions and ground reaction forces were recorded for 11 unimpaired younger and 10 older women while attaining maximum step length. Joint kinematics and kinetics were calculated using inverse dynamics. The effects of age group and step length on the biomechanics of these large out-and-back steps were determined. Maximum step length was 40% greater in the younger than in the older women (P<0.0001). Peak knee and hip, but not ankle, angle, velocity, moment, and power were generally greater for younger women and longer steps. After controlling for age group, step length generally explained significant additional variance in hip and torso kinematics and kinetics (incremental R2=0.09-0.37). The young reached their peak knee extension moment immediately after landing of the step out, while the old reached their peak knee extension moment just before the return step liftoff (P=0.03). Maximum step length is strongly associated with hip kinematics and kinetics. Delays in peak knee extension moment that appear to be unrelated to step length, may indicate a reduced ability of older women to rapidly apply force to the ground with the stepping leg and thus arrest the momentum of a fall.